@comercti/web-components-hmg 0.21.3 → 0.21.5

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
@@ -79,6 +79,20 @@ declare module 'vue' {
79
79
  }
80
80
 
81
81
 
82
+ declare module 'vue' {
83
+ 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;
91
+ 'ce-collapse': typeof CollapseComponent;
92
+ }
93
+ }
94
+
95
+
82
96
  declare module 'vue' {
83
97
  interface GlobalComponents {
84
98
  'ce-banners': typeof BannersComponent;
@@ -108,16 +122,3 @@ declare module 'vue' {
108
122
  'ce-badge': typeof BadgeComponent;
109
123
  }
110
124
  }
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.3",
3
+ "version": "0.21.5",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",