@redseed/redseed-ui-vue3 2.25.4 → 2.25.6
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": "@redseed/redseed-ui-vue3",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.6",
|
|
4
4
|
"description": "RedSeed UI Vue 3 components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@heroicons/vue": "^2.
|
|
14
|
-
"@vueuse/components": "^
|
|
15
|
-
"@vueuse/core": "^
|
|
13
|
+
"@heroicons/vue": "^2.2.0",
|
|
14
|
+
"@vueuse/components": "^12.3.0",
|
|
15
|
+
"@vueuse/core": "^12.3.0",
|
|
16
16
|
"lodash": "^4.17.21",
|
|
17
17
|
"lottie-web": "^5.12.2",
|
|
18
|
-
"vue": "^3.
|
|
18
|
+
"vue": "^3.5.13"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -239,7 +239,7 @@ defineExpose({
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
&__options {
|
|
242
|
-
@apply hidden absolute top-0 w-full z-
|
|
242
|
+
@apply hidden absolute top-0 w-full z-50;
|
|
243
243
|
@apply bg-white p-2 mt-2 rounded-md shadow-full-light;
|
|
244
244
|
@apply max-h-[80vh] sm:max-h-[60vh] overflow-y-auto;
|
|
245
245
|
&--open {
|