@comercti/web-components-hmg 0.24.1 → 0.24.2

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
@@ -83,17 +83,6 @@ declare module 'vue' {
83
83
  }
84
84
 
85
85
 
86
- declare module 'vue' {
87
- interface GlobalComponents {
88
- 'ce-banners': typeof BannersComponent;
89
- 'ce-modal': typeof ModalComponent;
90
- 'ce-toast': typeof ToastComponent;
91
- 'ce-tooltip': typeof TooltipComponent;
92
- 'ce-loading': typeof LoadingComponent;
93
- }
94
- }
95
-
96
-
97
86
  declare module 'vue' {
98
87
  interface GlobalComponents {
99
88
  'ce-card': typeof CardComponent;
@@ -108,6 +97,17 @@ declare module 'vue' {
108
97
  }
109
98
 
110
99
 
100
+ declare module 'vue' {
101
+ interface GlobalComponents {
102
+ 'ce-banners': typeof BannersComponent;
103
+ 'ce-modal': typeof ModalComponent;
104
+ 'ce-toast': typeof ToastComponent;
105
+ 'ce-tooltip': typeof TooltipComponent;
106
+ 'ce-loading': typeof LoadingComponent;
107
+ }
108
+ }
109
+
110
+
111
111
  declare module 'vue' {
112
112
  interface GlobalComponents {
113
113
  'ce-pagination': typeof PaginationComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",