@conciv/ui-kit-system 0.0.5 → 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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conciv/ui-kit-system",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "The conciv design system: SolidJS primitives (Button + Ark-UI-based Collapsible, HoverCard, ScrollArea, Combobox, Progress) styled with the shared UnoCSS preset, so every surface looks and behaves identically. Each component is viewable in Storybook.",
5
5
  "keywords": [
6
6
  "ark-ui",
@@ -60,7 +60,7 @@
60
60
  "vite": "^8.0.16",
61
61
  "vite-plugin-solid": "^2.11.12",
62
62
  "vitest": "^4.1.8",
63
- "@conciv/uno-preset": "0.0.5"
63
+ "@conciv/uno-preset": "0.0.6"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "solid-js": "^1.9.13"