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