@astralui/core 0.1.5 → 0.1.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.
- package/dist/styles.css +1 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -151,6 +151,7 @@ button, input, optgroup, select, textarea { font-family: inherit; font-size: 100
|
|
|
151
151
|
--au-amber: light-dark(#d97706, #fbbf24);
|
|
152
152
|
--au-red: light-dark(#dc2626, #f87171);
|
|
153
153
|
--au-blue: light-dark(#2563eb, #60a5fa);
|
|
154
|
+
--au-accent: #EF8E2E; /* secondary accent (warm orange), same in both schemes */
|
|
154
155
|
--au-ic: var(--astral-primary-color-filled);
|
|
155
156
|
--au-radius:16px;
|
|
156
157
|
--au-shadow: light-dark(0 1px 2px rgba(16,16,24,.06), 0 1px 2px rgba(0,0,0,.4)),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astralui/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "AstralUI - a self-contained, dependency-free React design system: theme engine (light/dark + per-brand theming), design tokens, and components (Modal, Drawer, Select, Menu, Toast, DateInput, PinInput, Spinner).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Unbounded Technologies",
|