edvoyui-component-library-test-flight 0.0.179 → 0.0.180
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/EUISelectSearch.vue.d.ts.map +1 -0
- package/dist/{library-vue-ts.cjs.js → edvoy-ui.cjs.js} +1 -1
- package/dist/{library-vue-ts.css → edvoy-ui.css} +1 -1
- package/dist/{library-vue-ts.es.js → edvoy-ui.es.js} +2 -2
- package/dist/edvoy-ui.umd.js +168 -0
- package/package.json +17 -16
- package/src/components/searchTagSelect/EUISearchTagSelect.vue +2 -2
- package/dist/library-vue-ts.umd.js +0 -168
- package/dist/selectSearch/EUISelectSearch.vue.d.ts.map +0 -1
- /package/dist/{selectSearch/EUISelectSearch.vue.d.ts → EUISelectSearch.vue.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edvoyui-component-library-test-flight",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.180",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/",
|
|
@@ -9,14 +9,15 @@
|
|
|
9
9
|
"src/",
|
|
10
10
|
"index.js"
|
|
11
11
|
],
|
|
12
|
-
"main": "./dist/
|
|
13
|
-
"module": "./dist/
|
|
12
|
+
"main": "./dist/edvoy-ui.umd.js",
|
|
13
|
+
"module": "./dist/edvoy-ui.es.js",
|
|
14
|
+
"style": "./dist/edvoy-ui.css",
|
|
14
15
|
"exports": {
|
|
15
16
|
".": {
|
|
16
|
-
"import": "./dist/
|
|
17
|
-
"require": "./dist/
|
|
17
|
+
"import": "./dist/edvoy-ui.es.js",
|
|
18
|
+
"require": "./dist/edvoy-ui.umd.js"
|
|
18
19
|
},
|
|
19
|
-
"./style": "./dist/
|
|
20
|
+
"./style": "./dist/edvoy-ui.css"
|
|
20
21
|
},
|
|
21
22
|
"types": "./dist/main.d.ts",
|
|
22
23
|
"scripts": {
|
|
@@ -45,15 +46,15 @@
|
|
|
45
46
|
"vue3-popper": "^1.5.0"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
|
-
"@storybook/addon-essentials": "^
|
|
49
|
-
"@storybook/addon-interactions": "^
|
|
50
|
-
"@storybook/addon-links": "^
|
|
51
|
-
"@storybook/addon-onboarding": "^
|
|
52
|
-
"@storybook/blocks": "^
|
|
53
|
-
"@storybook/builder-vite": "^
|
|
54
|
-
"@storybook/test": "^
|
|
55
|
-
"@storybook/vue3": "^
|
|
56
|
-
"@storybook/vue3-vite": "^
|
|
49
|
+
"@storybook/addon-essentials": "^10.1.2",
|
|
50
|
+
"@storybook/addon-interactions": "^10.1.2",
|
|
51
|
+
"@storybook/addon-links": "^10.1.2",
|
|
52
|
+
"@storybook/addon-onboarding": "^10.1.2",
|
|
53
|
+
"@storybook/blocks": "^10.1.2",
|
|
54
|
+
"@storybook/builder-vite": "^10.1.2",
|
|
55
|
+
"@storybook/test": "^10.1.2",
|
|
56
|
+
"@storybook/vue3": "^10.1.2",
|
|
57
|
+
"@storybook/vue3-vite": "^10.1.2",
|
|
57
58
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
58
59
|
"@tailwindcss/typography": "^0.5.15",
|
|
59
60
|
"@types/lodash": "^4.17.13",
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
63
64
|
"path": "^0.12.7",
|
|
64
65
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
65
|
-
"storybook": "^
|
|
66
|
+
"storybook": "^10.1.2",
|
|
66
67
|
"typescript": "^5.5.3",
|
|
67
68
|
"vite": "^5.4.1",
|
|
68
69
|
"vite-plugin-dts": "^4.2.1",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{{ placeholder }}
|
|
66
66
|
</span>
|
|
67
67
|
</div>
|
|
68
|
-
<div class="
|
|
68
|
+
<div class="flex items-center flex-shrink-0 gap-2 m-auto">
|
|
69
69
|
<XMarkIcon
|
|
70
70
|
v-if="selectedValues.length > 0 && clearable"
|
|
71
71
|
class="w-4 h-4 text-gray-300 cursor-pointer hover:text-gray-500"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
'w-5 h-5 transform transition duration-200 ease-in-out',
|
|
78
78
|
showDropDown
|
|
79
79
|
? 'text-gray-800 rotate-180'
|
|
80
|
-
: 'text-gray-
|
|
80
|
+
: 'text-gray-400 rotate-0',
|
|
81
81
|
]"
|
|
82
82
|
/>
|
|
83
83
|
</div>
|