@comercti/web-components-hmg 0.24.2 → 0.24.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
@@ -40,15 +40,6 @@ data: IData | null;
40
40
  export { }
41
41
 
42
42
 
43
- declare module 'vue' {
44
- interface GlobalComponents {
45
- 'ce-col': typeof ColComponent;
46
- 'ce-row': typeof RowComponent;
47
- 'ce-container': typeof ContainerComponent;
48
- }
49
- }
50
-
51
-
52
43
  declare module 'vue' {
53
44
  interface GlobalComponents {
54
45
  'ce-autocomplete': typeof AutocompleteComponent;
@@ -72,6 +63,15 @@ declare module 'vue' {
72
63
  }
73
64
 
74
65
 
66
+ declare module 'vue' {
67
+ interface GlobalComponents {
68
+ 'ce-col': typeof ColComponent;
69
+ 'ce-row': typeof RowComponent;
70
+ 'ce-container': typeof ContainerComponent;
71
+ }
72
+ }
73
+
74
+
75
75
  declare module 'vue' {
76
76
  interface GlobalComponents {
77
77
  'ce-menu-sidebar': typeof MenuSidebarComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.24.2",
3
+ "version": "0.24.3",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",