create-bdpa-react-scaffold 1.3.2 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/create-ui-lib.js +2 -2
  2. package/package.json +1 -1
package/create-ui-lib.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  // create-ui-lib.js
3
3
  // Full upgraded scaffolding script for a complete React + Tailwind UI library
4
4
 
@@ -269,7 +269,7 @@ function Dashboard() {
269
269
  };
270
270
 
271
271
  const tabs = [
272
- { label: "Overview", content: <p>Welcome to the UI Library demo.</p> },
272
+ { label: "Overview", content: <p>Welcome to the BDPA React UI Library demo.</p> },
273
273
  { label: "Components", content: <p>Buttons, Cards, Inputs, Tables, and more.</p> },
274
274
  { label: "Auth", content: <p>Login + Registration pages included.</p> }
275
275
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bdpa-react-scaffold",
3
- "version": "1.3.2",
3
+ "version": "1.4.2",
4
4
  "private": false,
5
5
  "description": "Scaffold a React + Tailwind UI library demo via Vite.",
6
6
  "bin": {