@iris-ui-kit/vue 0.2.10 → 0.2.11
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 +15 -15
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.11",
|
|
4
4
|
"description": "Vue 3.5 adapter for Iris UI — full component set",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -109,21 +109,13 @@
|
|
|
109
109
|
"dist"
|
|
110
110
|
],
|
|
111
111
|
"sideEffects": false,
|
|
112
|
-
"scripts": {
|
|
113
|
-
"build": "tsup",
|
|
114
|
-
"dev": "tsup --watch",
|
|
115
|
-
"test": "vitest run",
|
|
116
|
-
"typecheck": "tsc --noEmit",
|
|
117
|
-
"lint": "eslint src",
|
|
118
|
-
"clean": "rm -rf dist .turbo"
|
|
119
|
-
},
|
|
120
112
|
"dependencies": {
|
|
121
113
|
"@floating-ui/dom": "^1.7.6",
|
|
122
|
-
"@iris-ui-kit/core": "
|
|
123
|
-
"@iris-ui-kit/
|
|
124
|
-
"@iris-ui-kit/
|
|
125
|
-
"@iris-ui-kit/
|
|
126
|
-
"@iris-ui-kit/
|
|
114
|
+
"@iris-ui-kit/core": "0.2.0",
|
|
115
|
+
"@iris-ui-kit/tokens": "0.2.0",
|
|
116
|
+
"@iris-ui-kit/theme": "0.2.0",
|
|
117
|
+
"@iris-ui-kit/icons": "0.2.0",
|
|
118
|
+
"@iris-ui-kit/skins": "0.1.0"
|
|
127
119
|
},
|
|
128
120
|
"peerDependencies": {
|
|
129
121
|
"vue": "^3.5.0"
|
|
@@ -140,5 +132,13 @@
|
|
|
140
132
|
},
|
|
141
133
|
"publishConfig": {
|
|
142
134
|
"access": "public"
|
|
135
|
+
},
|
|
136
|
+
"scripts": {
|
|
137
|
+
"build": "tsup",
|
|
138
|
+
"dev": "tsup --watch",
|
|
139
|
+
"test": "vitest run",
|
|
140
|
+
"typecheck": "tsc --noEmit",
|
|
141
|
+
"lint": "eslint src",
|
|
142
|
+
"clean": "rm -rf dist .turbo"
|
|
143
143
|
}
|
|
144
|
-
}
|
|
144
|
+
}
|