@comercti/web-components-hmg 0.21.2 → 0.21.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
@@ -59,15 +59,6 @@ declare module 'vue' {
59
59
  }
60
60
 
61
61
 
62
- declare module 'vue' {
63
- interface GlobalComponents {
64
- 'ce-col': typeof ColComponent;
65
- 'ce-row': typeof RowComponent;
66
- 'ce-container': typeof ContainerComponent;
67
- }
68
- }
69
-
70
-
71
62
  declare module 'vue' {
72
63
  interface GlobalComponents {
73
64
  'ce-menu-sidebar': typeof MenuSidebarComponent;
@@ -81,13 +72,9 @@ declare module 'vue' {
81
72
 
82
73
  declare module 'vue' {
83
74
  interface GlobalComponents {
84
- 'ce-card': typeof CardComponent;
85
- 'ce-card-header': typeof CardHeaderComponent;
86
- 'ce-card-text': typeof CardTextComponent;
87
- 'ce-content-divider': typeof ContentDividerComponent;
88
- 'ce-footer': typeof FooterComponent;
89
- 'ce-layout': typeof LayoutComponent;
90
- 'ce-section-footer': typeof SectionFooterComponent;
75
+ 'ce-col': typeof ColComponent;
76
+ 'ce-row': typeof RowComponent;
77
+ 'ce-container': typeof ContainerComponent;
91
78
  }
92
79
  }
93
80
 
@@ -121,3 +108,16 @@ declare module 'vue' {
121
108
  'ce-badge': typeof BadgeComponent;
122
109
  }
123
110
  }
111
+
112
+
113
+ declare module 'vue' {
114
+ interface GlobalComponents {
115
+ 'ce-card': typeof CardComponent;
116
+ 'ce-card-header': typeof CardHeaderComponent;
117
+ 'ce-card-text': typeof CardTextComponent;
118
+ 'ce-content-divider': typeof ContentDividerComponent;
119
+ 'ce-footer': typeof FooterComponent;
120
+ 'ce-layout': typeof LayoutComponent;
121
+ 'ce-section-footer': typeof SectionFooterComponent;
122
+ }
123
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.21.2",
3
+ "version": "0.21.3",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",