shru-design-system 0.0.4 → 0.0.6

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.
@@ -59,6 +59,8 @@
59
59
 
60
60
  :root {
61
61
  --radius: 0.625rem;
62
+ /* Spacing variable - required for Tailwind v4's generated utilities */
63
+ --spacing: 0.25rem; /* 1 unit = 0.25rem (4px), so px-4 = calc(0.25rem * 4) = 1rem */
62
64
 
63
65
  /* Color palette variables - required for chart and other components */
64
66
  --color-blue-50: #eff6ff;
@@ -240,6 +242,12 @@
240
242
  }
241
243
  }
242
244
 
245
+ /*
246
+ * Note: Tailwind v4 generates utilities automatically.
247
+ * We define --spacing above so Tailwind's generated utilities work correctly.
248
+ * If utilities still don't work, they may need to be explicitly listed here.
249
+ */
250
+
243
251
  @layer components {
244
252
  .steps {
245
253
  &:first-child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shru-design-system",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "A comprehensive design system with theme toggle, components, and token-based theming",
5
5
  "license": "MIT",
6
6
  "keywords": [