@corensystem/coren-ui 1.0.1 → 1.1.0
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/badge.d.mts +1 -1
- package/dist/button.d.mts +1 -1
- package/dist/command.d.mts +1 -1
- package/dist/floor-progress-bar.d.mts +1 -1
- package/dist/house-shape.d.mts +1 -1
- package/dist/icon-button.d.mts +1 -1
- package/dist/status-dot.d.mts +1 -1
- package/dist/styles.css +1 -1
- package/dist/styles.tw4.css +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corensystem/coren-ui",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"bin": {
|
|
5
5
|
"intent": "./bin/intent.js"
|
|
6
6
|
},
|
|
@@ -1709,8 +1709,8 @@
|
|
|
1709
1709
|
"tailwind-merge": "^3.4.0",
|
|
1710
1710
|
"vaul": "^1.1.2",
|
|
1711
1711
|
"zod": "^4.3.5",
|
|
1712
|
-
"@corensystem/coren-utils": "1.0
|
|
1713
|
-
"@corensystem/coren-tokens": "1.0
|
|
1712
|
+
"@corensystem/coren-utils": "1.1.0",
|
|
1713
|
+
"@corensystem/coren-tokens": "1.1.0"
|
|
1714
1714
|
},
|
|
1715
1715
|
"devDependencies": {
|
|
1716
1716
|
"@tailwindcss/cli": "^4.2.2",
|