@iris-ui-kit/vue 0.2.7 → 0.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris-ui-kit/vue",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Vue 3.5 adapter for Iris UI — full component set",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -111,11 +111,11 @@
111
111
  "sideEffects": false,
112
112
  "dependencies": {
113
113
  "@floating-ui/dom": "^1.7.6",
114
+ "@iris-ui-kit/core": "0.2.0",
115
+ "@iris-ui-kit/skins": "0.1.0",
114
116
  "@iris-ui-kit/icons": "0.2.0",
115
117
  "@iris-ui-kit/theme": "0.2.0",
116
- "@iris-ui-kit/tokens": "0.2.0",
117
- "@iris-ui-kit/core": "0.2.0",
118
- "@iris-ui-kit/skins": "0.1.0"
118
+ "@iris-ui-kit/tokens": "0.2.0"
119
119
  },
120
120
  "peerDependencies": {
121
121
  "vue": "^3.5.0"