@astralui/core 0.1.4 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +3 -2
  2. 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)),
@@ -651,8 +652,8 @@ button, input, optgroup, select, textarea { font-family: inherit; font-size: 100
651
652
 
652
653
  /* ===== src/styles/charts.css ===== */
653
654
  /* AstralUI charts - lightweight, dependency-free data viz (pure SVG + CSS).
654
- Theme-aware via the --astral-*/--au-* tokens. Render through the React
655
- components <Sparkline/>, <Delta/>, <Donut/>, <FunnelBars/>, <StackedBars/>. */
655
+ Theme-aware via the --astral- and --au- design tokens. Render through the React
656
+ components Sparkline, Delta, Donut, FunnelBars, StackedBars. */
656
657
 
657
658
  /* ---------- sparkline ---------- */
658
659
  .au-spark { margin-top: 10px; height: 28px; width: 100%; display: block; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astralui/core",
3
- "version": "0.1.4",
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",