centoui 1.0.0-alpha.36 → 1.0.0-alpha.37
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ CentoUI components rely on these runtime packages (automatically installed when
|
|
|
77
77
|
|
|
78
78
|
- [`vue`](https://vuejs.org/) — Vue 3
|
|
79
79
|
- [`reka-ui`](https://reka-ui.com/) — Accessible headless primitives
|
|
80
|
-
- [`tailwindcss`
|
|
80
|
+
- [`tailwindcss` + `@tailwindcss/vite`](https://tailwindcss.com/) — Styling engine
|
|
81
81
|
- [`tailwind-variants`](https://www.tailwind-variants.org/) — Variant-driven class composition
|
|
82
82
|
- [`tailwind-merge`](https://github.com/dcastil/tailwind-merge) — Class conflict resolution
|
|
83
83
|
- [`@vueuse/core`](https://vueuse.org/) — Composition utilities
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"accessibility"
|
|
13
13
|
],
|
|
14
14
|
"private": false,
|
|
15
|
-
"version": "1.0.0-alpha.
|
|
15
|
+
"version": "1.0.0-alpha.37",
|
|
16
16
|
"author": "Favour Emeka <favorodera@gmail.com>",
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"homepage": "https://centoui.vercel.app",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"centoui": "./bin/centoui.js"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"centoui-cli": "1.0.0-alpha.
|
|
40
|
+
"centoui-cli": "1.0.0-alpha.37"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@clack/prompts": "^1.2.0",
|