@fakhrirafiki/theme-engine 0.2.0 → 0.2.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.
@@ -44,6 +44,22 @@
44
44
  --color-sidebar-border: var(--sidebar-border);
45
45
  --color-sidebar-ring: var(--sidebar-ring);
46
46
 
47
+ /* Semantic accent colors for status and feedback */
48
+ --color-accent-info: var(--accent-info);
49
+ --color-accent-info-foreground: var(--accent-info-foreground);
50
+ --color-accent-success: var(--accent-success);
51
+ --color-accent-success-foreground: var(--accent-success-foreground);
52
+ --color-accent-warning: var(--accent-warning);
53
+ --color-accent-warning-foreground: var(--accent-warning-foreground);
54
+ --color-accent-danger: var(--accent-danger);
55
+ --color-accent-danger-foreground: var(--accent-danger-foreground);
56
+ --color-accent-brand: var(--accent-brand);
57
+ --color-accent-brand-foreground: var(--accent-brand-foreground);
58
+ --color-accent-feature: var(--accent-feature);
59
+ --color-accent-feature-foreground: var(--accent-feature-foreground);
60
+ --color-accent-highlight: var(--accent-highlight);
61
+ --color-accent-highlight-foreground: var(--accent-highlight-foreground);
62
+
47
63
  /* Dynamic border radius system */
48
64
  --radius-sm: calc(var(--radius) - 4px);
49
65
  --radius-md: calc(var(--radius) - 2px);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fakhrirafiki/theme-engine",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Elegant theming system with smooth transitions, custom presets, semantic accent colors, and complete shadcn/ui support for modern React applications",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",