@comercti/web-components-hmg 0.32.13 → 0.33.3

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/index.d.ts CHANGED
@@ -64,17 +64,6 @@ declare module 'vue' {
64
64
  }
65
65
 
66
66
 
67
- declare module 'vue' {
68
- interface GlobalComponents {
69
- 'ce-menu-sidebar': typeof MenuSidebarComponent;
70
- 'ce-menu-header': typeof MenuHeaderComponent;
71
- 'ce-breadcrumbs': typeof BreadcrumbsComponent;
72
- 'ce-tab': typeof TabComponent;
73
- 'ce-tab-item': typeof TabItemComponent;
74
- }
75
- }
76
-
77
-
78
67
  declare module 'vue' {
79
68
  interface GlobalComponents {
80
69
  'ce-col': typeof ColComponent;
@@ -86,11 +75,11 @@ declare module 'vue' {
86
75
 
87
76
  declare module 'vue' {
88
77
  interface GlobalComponents {
89
- 'ce-banners': typeof BannersComponent;
90
- 'ce-modal': typeof ModalComponent;
91
- 'ce-toast': typeof ToastComponent;
92
- 'ce-tooltip': typeof TooltipComponent;
93
- 'ce-loading': typeof LoadingComponent;
78
+ 'ce-menu-sidebar': typeof MenuSidebarComponent;
79
+ 'ce-menu-header': typeof MenuHeaderComponent;
80
+ 'ce-breadcrumbs': typeof BreadcrumbsComponent;
81
+ 'ce-tab': typeof TabComponent;
82
+ 'ce-tab-item': typeof TabItemComponent;
94
83
  }
95
84
  }
96
85
 
@@ -109,6 +98,17 @@ declare module 'vue' {
109
98
  }
110
99
 
111
100
 
101
+ declare module 'vue' {
102
+ interface GlobalComponents {
103
+ 'ce-banners': typeof BannersComponent;
104
+ 'ce-modal': typeof ModalComponent;
105
+ 'ce-toast': typeof ToastComponent;
106
+ 'ce-tooltip': typeof TooltipComponent;
107
+ 'ce-loading': typeof LoadingComponent;
108
+ }
109
+ }
110
+
111
+
112
112
  declare module 'vue' {
113
113
  interface GlobalComponents {
114
114
  'ce-pagination': typeof PaginationComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.32.13",
3
+ "version": "0.33.3",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",
@@ -19,64 +19,64 @@
19
19
  "prismjs": "^1.30.0",
20
20
  "react": "^17.0.2",
21
21
  "react-dom": "^17.0.2",
22
- "veaury": "^2.6.2",
23
- "vitest-sonar-reporter": "^2.0.0",
24
- "vue": "^3.5.13"
22
+ "veaury": "^2.6.3",
23
+ "vitest-sonar-reporter": "^2.0.4",
24
+ "vue": "^3.5.29"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "vue": ">=3.2.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@fontsource/exo-2": "^5.1.1",
31
- "@storybook/addon-actions": "^8.5.5",
30
+ "@fontsource/exo-2": "^5.2.8",
31
+ "@storybook/addon-actions": "^8.6.18",
32
32
  "@storybook/addon-essentials": "8.5.5",
33
33
  "@storybook/addon-interactions": "8.5.5",
34
34
  "@storybook/addon-onboarding": "8.5.5",
35
35
  "@storybook/addon-postcss": "^2.0.0",
36
- "@storybook/addon-viewport": "^8.5.5",
36
+ "@storybook/addon-viewport": "^8.6.18",
37
37
  "@storybook/addons": "^7.6.17",
38
38
  "@storybook/blocks": "8.5.5",
39
- "@storybook/manager-api": "^8.5.5",
39
+ "@storybook/manager-api": "^8.6.14",
40
40
  "@storybook/test": "8.5.5",
41
- "@storybook/theming": "^8.5.5",
41
+ "@storybook/theming": "^8.6.14",
42
42
  "@storybook/vue3": "8.5.5",
43
43
  "@storybook/vue3-vite": "8.5.5",
44
- "@tsconfig/node22": "^22.0.0",
44
+ "@tsconfig/node22": "^22.0.5",
45
45
  "@types/jsdom": "^21.1.7",
46
- "@types/node": "^22.13.2",
47
- "@types/react": "^17.0.85",
46
+ "@types/node": "^22.19.15",
47
+ "@types/react": "^17.0.91",
48
48
  "@types/react-dom": "^17.0.26",
49
- "@vitejs/plugin-react": "^4.4.1",
50
- "@vitejs/plugin-vue": "^5.2.1",
51
- "@vitejs/plugin-vue-jsx": "^4.1.1",
49
+ "@vitejs/plugin-react": "^4.7.0",
50
+ "@vitejs/plugin-vue": "^5.2.4",
51
+ "@vitejs/plugin-vue-jsx": "^4.2.0",
52
52
  "@vitest/coverage-v8": "3.0.5",
53
53
  "@vitest/eslint-plugin": "1.1.25",
54
54
  "@vitest/ui": "3.0.5",
55
55
  "@vue/eslint-config-prettier": "^10.2.0",
56
- "@vue/eslint-config-typescript": "^14.4.0",
56
+ "@vue/eslint-config-typescript": "^14.7.0",
57
57
  "@vue/test-utils": "^2.4.6",
58
58
  "@vue/tsconfig": "^0.7.0",
59
- "autoprefixer": "^10.4.20",
60
- "eslint": "^9.20.1",
61
- "eslint-plugin-storybook": "^0.11.2",
62
- "eslint-plugin-vue": "^9.32.0",
63
- "jiti": "^2.4.2",
64
- "jsdom": "^26.0.0",
59
+ "autoprefixer": "^10.4.27",
60
+ "eslint": "^9.39.3",
61
+ "eslint-plugin-storybook": "^0.11.6",
62
+ "eslint-plugin-vue": "^9.33.0",
63
+ "jiti": "^2.6.1",
64
+ "jsdom": "^26.1.0",
65
65
  "npm-run-all2": "^7.0.2",
66
- "postcss": "^8.5.2",
67
- "prettier": "^3.5.1",
66
+ "postcss": "^8.5.8",
67
+ "prettier": "^3.8.1",
68
68
  "storybook": "8.5.5",
69
69
  "storybook-addon-vue-mdx": "^1.0.6",
70
70
  "storybook-dark-mode": "^4.0.2",
71
- "tailwindcss": "^3.4.17",
71
+ "tailwindcss": "^3.4.19",
72
72
  "typescript": "~5.7.3",
73
- "vite": "^6.1.0",
73
+ "vite": "^6.4.1",
74
74
  "vite-plugin-css-injected-by-js": "^3.5.2",
75
- "vite-plugin-dts": "^4.5.0",
76
- "vite-plugin-vue-devtools": "^7.7.2",
77
- "vitest": "^3.0.5",
75
+ "vite-plugin-dts": "^4.5.4",
76
+ "vite-plugin-vue-devtools": "^7.7.9",
77
+ "vitest": "^3.2.4",
78
78
  "vue-loader": "^17.4.2",
79
- "vue-tsc": "^2.2.0"
79
+ "vue-tsc": "^2.2.12"
80
80
  },
81
81
  "contributors": [
82
82
  {