Skip to content

DS-2566: Explore stencil component sample generator#181

Open
erincarrieresontario wants to merge 8 commits intodevelopfrom
erin/task/DS-2566-explore-stencil-component-sample-generator
Open

DS-2566: Explore stencil component sample generator#181
erincarrieresontario wants to merge 8 commits intodevelopfrom
erin/task/DS-2566-explore-stencil-component-sample-generator

Conversation

@erincarrieresontario
Copy link
Contributor

No description provided.

smorrisods and others added 2 commits February 4, 2026 16:39
Add a Stencil-based sample generator workspace with sample components, configs, and HTML outputs.

Provide scripts to build components, generate samples, and capture sample button screenshots.

Update the pnpm lockfile for the new workspace dependencies.
Copy link
Collaborator

@smorrisods smorrisods left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some quick observations 👀

"samples"
],
"author": "",
"license": "ISC",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should update the licence to match out APACHE-2.0 licence

@@ -0,0 +1,31 @@
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been designed to release as a tool as a package? if so we should update our namespace to include @ongov. If no, then we should park it as private.

"version": "1.0.0",
"description": "Automated HTML sample generator for Stencil components.",
"main": "index.js",
"scripts": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it is meant to be private add:

Suggested change
"scripts": {
"private": true,
"scripts": {

@erincarrieresontario erincarrieresontario changed the title Draft: DS-2566 Explore stencil component sample generator DS-2566 Explore stencil component sample generator Feb 19, 2026
@smorrisods smorrisods changed the title DS-2566 Explore stencil component sample generator DS-2566: Explore stencil component sample generator Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants