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/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.179",
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/library-vue-ts.umd.js",
13
- "module": "./dist/library-vue-ts.es.js",
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/library-vue-ts.es.js",
17
- "require": "./dist/library-vue-ts.umd.js"
17
+ "import": "./dist/edvoy-ui.es.js",
18
+ "require": "./dist/edvoy-ui.umd.js"
18
19
  },
19
- "./style": "./dist/library-vue-ts.css"
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": "^8.4.4",
49
- "@storybook/addon-interactions": "^8.4.4",
50
- "@storybook/addon-links": "^8.4.4",
51
- "@storybook/addon-onboarding": "^8.4.4",
52
- "@storybook/blocks": "^8.4.4",
53
- "@storybook/builder-vite": "^8.4.4",
54
- "@storybook/test": "^8.4.4",
55
- "@storybook/vue3": "^8.4.4",
56
- "@storybook/vue3-vite": "^8.4.4",
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": "^8.4.4",
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="inset-y-0 m-auto right-2.5 flex items-center gap-2">
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-300 rotate-0',
80
+ : 'text-gray-400 rotate-0',
81
81
  ]"
82
82
  />
83
83
  </div>