@tenerife.music/ui 2.0.0 → 2.0.1
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.
- package/README.md +1 -1
- package/dist/index.cjs +4997 -1941
- package/dist/index.d.cts +605 -7
- package/dist/index.d.ts +605 -7
- package/dist/index.mjs +6286 -3243
- package/dist/styles.css +530 -0
- package/dist/tokens/index.cjs +2 -3
- package/dist/tokens/index.mjs +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,7 +128,7 @@ export default function App() {
|
|
|
128
128
|
- **Component Creation**: [Extension Component Creation Checklist](docs/workflows/tasks/COMPONENT_CREATION_CHECKLIST.md)
|
|
129
129
|
- **CLI Generator**: Use `pnpm run component:generate -- <ComponentName> [--category <category>]` to generate component scaffold
|
|
130
130
|
- See checklist for complete process and requirements
|
|
131
|
-
- **Component Refactoring**: [Component
|
|
131
|
+
- **Component Refactoring**: [Component Refactoring Pipeline (18A)](docs/workflows/foundation/COMPONENT_REFACTORING_PIPELINE.md)
|
|
132
132
|
- **Canonical process** for reviewing, improving, and validating existing components
|
|
133
133
|
- Mandatory 12-step pipeline (STEP 0-11) for Foundation and Extension components
|
|
134
134
|
- See pipeline for complete refactoring process and requirements
|