@iris-ui-kit/vue 0.2.8 → 0.2.9
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/index.cjs +25 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +25 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iris-ui-kit/vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "Vue 3.5 adapter for Iris UI — full component set",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"@floating-ui/dom": "^1.7.6",
|
|
114
114
|
"@iris-ui-kit/core": "0.2.0",
|
|
115
|
-
"@iris-ui-kit/skins": "0.1.0",
|
|
116
115
|
"@iris-ui-kit/icons": "0.2.0",
|
|
116
|
+
"@iris-ui-kit/skins": "0.1.0",
|
|
117
117
|
"@iris-ui-kit/theme": "0.2.0",
|
|
118
118
|
"@iris-ui-kit/tokens": "0.2.0"
|
|
119
119
|
},
|