@comercti/web-components-hmg 0.23.35 → 0.23.36

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
@@ -72,6 +72,17 @@ declare module 'vue' {
72
72
  }
73
73
 
74
74
 
75
+ declare module 'vue' {
76
+ interface GlobalComponents {
77
+ 'ce-menu-sidebar': typeof MenuSidebarComponent;
78
+ 'ce-menu-header': typeof MenuHeaderComponent;
79
+ 'ce-breadcrumbs': typeof BreadcrumbsComponent;
80
+ 'ce-tab': typeof TabComponent;
81
+ 'ce-tab-item': typeof TabItemComponent;
82
+ }
83
+ }
84
+
85
+
75
86
  declare module 'vue' {
76
87
  interface GlobalComponents {
77
88
  'ce-card': typeof CardComponent;
@@ -86,17 +97,6 @@ declare module 'vue' {
86
97
  }
87
98
 
88
99
 
89
- declare module 'vue' {
90
- interface GlobalComponents {
91
- 'ce-menu-sidebar': typeof MenuSidebarComponent;
92
- 'ce-menu-header': typeof MenuHeaderComponent;
93
- 'ce-breadcrumbs': typeof BreadcrumbsComponent;
94
- 'ce-tab': typeof TabComponent;
95
- 'ce-tab-item': typeof TabItemComponent;
96
- }
97
- }
98
-
99
-
100
100
  declare module 'vue' {
101
101
  interface GlobalComponents {
102
102
  'ce-banners': typeof BannersComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.23.35",
3
+ "version": "0.23.36",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",