shru-design-system 0.0.7 → 0.0.8
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.
|
@@ -248,6 +248,16 @@
|
|
|
248
248
|
* We explicitly define these to ensure they work correctly
|
|
249
249
|
*/
|
|
250
250
|
|
|
251
|
+
/*
|
|
252
|
+
* Pre-generated utility classes for design system components
|
|
253
|
+
* These utilities are explicitly defined to ensure they work in consuming apps
|
|
254
|
+
* without requiring Tailwind configuration or scanning
|
|
255
|
+
*
|
|
256
|
+
* Generated from 98 component files
|
|
257
|
+
* Total classes: 423
|
|
258
|
+
*/
|
|
259
|
+
|
|
260
|
+
|
|
251
261
|
/*
|
|
252
262
|
* Pre-generated utility classes for design system components
|
|
253
263
|
* These utilities are explicitly defined to ensure they work in consuming apps
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shru-design-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "A comprehensive design system with theme toggle, components, and token-based theming",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
"build": "npm run build:css && tsup src/index.ts --dts --format esm,cjs",
|
|
39
39
|
"build:lib": "npm run build:css && tsup src/index.ts --dts --format esm,cjs",
|
|
40
40
|
"build:css": "node scripts/build-css.js",
|
|
41
|
-
"postinstall": "npm run build:lib",
|
|
42
41
|
"copy:tokens": "node scripts/copy-tokens.js",
|
|
43
42
|
"copy:globals": "node scripts/copy-globals.js",
|
|
44
43
|
"dev": "turbo run dev --parallel",
|