edvoyui-component-library-test-flight 0.0.178 → 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} +4 -4
- package/dist/{library-vue-ts.css → edvoy-ui.css} +1 -1
- package/dist/{library-vue-ts.es.js → edvoy-ui.es.js} +7 -7
- package/dist/edvoy-ui.umd.js +168 -0
- package/dist/tabs/EUITabs.vue.d.ts +1 -1
- package/package.json +17 -16
- package/src/components/searchTagSelect/EUISearchTagSelect.vue +2 -2
- package/src/components/tabs/EUITabs.vue +1 -1
- package/src/components/tag/EUITag.vue +4 -4
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/tabs/EUITabs.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
-
import "/Volumes/work/repos/edvoy-ui-v2/src/components/tabs/EUITabs.vue?vue&type=style&index=0&scoped=
|
|
2
|
+
import "/Volumes/work/repos/edvoy-ui-v2/src/components/tabs/EUITabs.vue?vue&type=style&index=0&scoped=4ef02613&lang.css";
|
|
3
3
|
declare const _default: any;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=EUITabs.vue.d.ts.map
|
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>
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
<button
|
|
11
11
|
v-if="closeIcon"
|
|
12
12
|
type="button"
|
|
13
|
-
class="relative -mr-1 rounded group hover:bg-red-300/50 active:bg-red-300"
|
|
13
|
+
class="relative flex-shrink-0 -mr-1 rounded group hover:bg-red-300/50 active:bg-red-300"
|
|
14
14
|
:class="[props.size === 'lg' ? 'size-6' : props.size === 'md'? 'size-5' : 'size-3.5']"
|
|
15
15
|
@click.stop="removeTag"
|
|
16
16
|
>
|
|
17
17
|
<span class="sr-only">Remove</span>
|
|
18
18
|
<svg
|
|
19
19
|
viewBox="0 0 14 14"
|
|
20
|
-
class="stroke-gray-400 group-hover:stroke-red-600/75"
|
|
20
|
+
class="stroke-gray-400 group-hover:stroke-red-600/75 text-violet-600"
|
|
21
21
|
>
|
|
22
22
|
<path d="M4 4l6 6m0-6l-6 6" />
|
|
23
23
|
</svg>
|
|
@@ -68,8 +68,8 @@ const tagClass = computed(() => {
|
|
|
68
68
|
? "bg-opacity-80 cursor-not-allowed text-gray-400 bg-gray-200"
|
|
69
69
|
: "bg-white hover:bg-gray-100 text-black cursor-pointer active:shadow-white/50 active:bg-transparent",
|
|
70
70
|
secondary: btnDisabled
|
|
71
|
-
? "bg-opacity-75 cursor-not-allowed text-gray-400 bg-
|
|
72
|
-
: "bg-
|
|
71
|
+
? "bg-opacity-75 cursor-not-allowed text-gray-400 bg-violet-50"
|
|
72
|
+
: "bg-violet-100 hover:bg-violet-50 active:bg-violet-100 cursor-pointer text-violet-500 active:shadow-violet-200",
|
|
73
73
|
tertiary: btnDisabled
|
|
74
74
|
? "bg-opacity-75 cursor-not-allowed text-gray-400 bg-gray-50 ring-1 ring-gray-400/20"
|
|
75
75
|
: "bg-gray-100 hover:bg-gray-50 active:bg-gray-100 text-gray-700 cursor-pointer active:shadow-bg-gray-200/50 ring-1 ring-gray-200",
|