@comercti/web-components-hmg 0.10.17 → 0.10.20

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