centoui 1.0.0-alpha.35 → 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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -62,6 +62,7 @@ import { defineConfig } from "centoui"
62
62
  export default defineConfig({
63
63
  componentsDir: "./src/components/centoui",
64
64
  themeFilePath: "./src/assets/css/centoui.css",
65
+ utilsFilePath: "./src/utils/centoui-utils.ts",
65
66
  icons: {
66
67
  check: "lucide:check",
67
68
  close: "lucide:x",
@@ -76,7 +77,7 @@ CentoUI components rely on these runtime packages (automatically installed when
76
77
 
77
78
  - [`vue`](https://vuejs.org/) — Vue 3
78
79
  - [`reka-ui`](https://reka-ui.com/) — Accessible headless primitives
79
- - [`tailwindcss`](https://tailwindcss.com/) + [`@tailwindcss/vite`](https://tailwindcss.com/) — Styling engine
80
+ - [`tailwindcss` + `@tailwindcss/vite`](https://tailwindcss.com/) — Styling engine
80
81
  - [`tailwind-variants`](https://www.tailwind-variants.org/) — Variant-driven class composition
81
82
  - [`tailwind-merge`](https://github.com/dcastil/tailwind-merge) — Class conflict resolution
82
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.35",
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.35"
40
+ "centoui-cli": "1.0.0-alpha.37"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@clack/prompts": "^1.2.0",