@comercti/web-components-hmg 0.0.27 → 0.0.28

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
@@ -74,17 +74,6 @@ declare module 'vue' {
74
74
  }
75
75
 
76
76
 
77
- declare module 'vue' {
78
- interface GlobalComponents {
79
- 'ce-banners': typeof BannersComponent;
80
- 'ce-modal': typeof ModalComponent;
81
- 'ce-toast': typeof ToastComponent;
82
- 'ce-tooltip': typeof TooltipComponent;
83
- 'ce-loading': typeof LoadingComponent;
84
- }
85
- }
86
-
87
-
88
77
  declare module 'vue' {
89
78
  interface GlobalComponents {
90
79
  'ce-card': typeof CardComponent;
@@ -98,6 +87,17 @@ declare module 'vue' {
98
87
  }
99
88
 
100
89
 
90
+ declare module 'vue' {
91
+ interface GlobalComponents {
92
+ 'ce-banners': typeof BannersComponent;
93
+ 'ce-modal': typeof ModalComponent;
94
+ 'ce-toast': typeof ToastComponent;
95
+ 'ce-tooltip': typeof TooltipComponent;
96
+ 'ce-loading': typeof LoadingComponent;
97
+ }
98
+ }
99
+
100
+
101
101
  declare module 'vue' {
102
102
  interface GlobalComponents {
103
103
  'ce-pagination': typeof PaginationComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",