@choosemycompany/ui 0.32.2 → 0.33.0
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/assets/index.css +1 -1
- package/dist/index.d.ts +2 -4
- package/dist/index.js +3616 -3556
- package/dist/index.umd.js +134 -22
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@choosemycompany/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -23,48 +23,48 @@
|
|
|
23
23
|
"@iconify/vue": "^5.0.0",
|
|
24
24
|
"@tanstack/vue-table": "~8.21.3",
|
|
25
25
|
"@vuepic/vue-datepicker": "^12.1.0",
|
|
26
|
-
"glob": "^11.0
|
|
27
|
-
"lodash": "^4.17.
|
|
28
|
-
"style-dictionary": "^5.
|
|
29
|
-
"vue": "^3.5.
|
|
26
|
+
"glob": "^11.1.0",
|
|
27
|
+
"lodash": "^4.17.23",
|
|
28
|
+
"style-dictionary": "^5.3.3",
|
|
29
|
+
"vue": "^3.5.30",
|
|
30
30
|
"vue-multiselect": "^3.4.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@chromatic-com/storybook": "^4.1.
|
|
33
|
+
"@chromatic-com/storybook": "^4.1.3",
|
|
34
34
|
"@eslint/css": "^0.13.0",
|
|
35
|
-
"@eslint/eslintrc": "^3.3.
|
|
36
|
-
"@eslint/js": "^9.
|
|
35
|
+
"@eslint/eslintrc": "^3.3.5",
|
|
36
|
+
"@eslint/js": "^9.39.4",
|
|
37
37
|
"@eslint/json": "^0.13.2",
|
|
38
|
-
"@eslint/markdown": "^7.5.
|
|
39
|
-
"@rollup/plugin-replace": "^6.0.
|
|
40
|
-
"@storybook/addon-a11y": "^9.1.
|
|
38
|
+
"@eslint/markdown": "^7.5.1",
|
|
39
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
40
|
+
"@storybook/addon-a11y": "^9.1.20",
|
|
41
41
|
"@storybook/addon-docs": "9.1.15",
|
|
42
|
-
"@storybook/addon-vitest": "^9.1.
|
|
43
|
-
"@storybook/vue3-vite": "^9.1.
|
|
42
|
+
"@storybook/addon-vitest": "^9.1.20",
|
|
43
|
+
"@storybook/vue3-vite": "^9.1.20",
|
|
44
44
|
"@testing-library/vue": "^8.1.0",
|
|
45
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
46
|
-
"@vitest/browser": "^4.0.
|
|
47
|
-
"@vitest/browser-playwright": "^4.0.
|
|
48
|
-
"@vitest/coverage-v8": "^4.0.
|
|
45
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
46
|
+
"@vitest/browser": "^4.0.18",
|
|
47
|
+
"@vitest/browser-playwright": "^4.0.18",
|
|
48
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
49
49
|
"@vue/test-utils": "^2.4.6",
|
|
50
50
|
"@vue/tsconfig": "^0.8.1",
|
|
51
|
-
"eslint": "^9.
|
|
51
|
+
"eslint": "^9.39.4",
|
|
52
52
|
"eslint-plugin-storybook": "9.1.15",
|
|
53
|
-
"eslint-plugin-vue": "^10.
|
|
54
|
-
"globals": "^16.
|
|
55
|
-
"jsdom": "^27.0
|
|
53
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
54
|
+
"globals": "^16.5.0",
|
|
55
|
+
"jsdom": "^27.4.0",
|
|
56
56
|
"npm-run-all": "^4.1.5",
|
|
57
|
-
"playwright": "^1.
|
|
58
|
-
"prettier": "^3.
|
|
57
|
+
"playwright": "^1.58.2",
|
|
58
|
+
"prettier": "^3.8.1",
|
|
59
59
|
"storybook": "9.1.15",
|
|
60
60
|
"storybook-addon-vue-mdx": "^2.0.2",
|
|
61
61
|
"typescript": "~5.9.3",
|
|
62
|
-
"typescript-eslint": "^8.
|
|
63
|
-
"vite": "^7.1
|
|
62
|
+
"typescript-eslint": "^8.57.0",
|
|
63
|
+
"vite": "^7.3.1",
|
|
64
64
|
"vite-plugin-dts": "^4.5.4",
|
|
65
65
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
66
|
-
"vitest": "^4.0.
|
|
67
|
-
"vue-tsc": "^3.
|
|
66
|
+
"vitest": "^4.0.18",
|
|
67
|
+
"vue-tsc": "^3.2.5"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"dev": "STORYBOOK_ENV=dev storybook dev -p 6006",
|