@comercti/web-components-hmg 0.22.11 → 0.22.12

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
@@ -99,22 +99,22 @@ declare module 'vue' {
99
99
 
100
100
  declare module 'vue' {
101
101
  interface GlobalComponents {
102
- 'ce-pagination': typeof PaginationComponent;
103
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
104
- 'ce-progress-steps': typeof ProgressStepsComponent;
105
- 'ce-data-table': typeof DataTableComponent;
106
- 'ce-items-per-page': typeof ItemsPerPageComponent;
102
+ 'ce-banners': typeof BannersComponent;
103
+ 'ce-modal': typeof ModalComponent;
104
+ 'ce-toast': typeof ToastComponent;
105
+ 'ce-tooltip': typeof TooltipComponent;
106
+ 'ce-loading': typeof LoadingComponent;
107
107
  }
108
108
  }
109
109
 
110
110
 
111
111
  declare module 'vue' {
112
112
  interface GlobalComponents {
113
- 'ce-banners': typeof BannersComponent;
114
- 'ce-modal': typeof ModalComponent;
115
- 'ce-toast': typeof ToastComponent;
116
- 'ce-tooltip': typeof TooltipComponent;
117
- 'ce-loading': typeof LoadingComponent;
113
+ 'ce-pagination': typeof PaginationComponent;
114
+ 'ce-progress-indicator': typeof ProgressIndicatorComponent;
115
+ 'ce-progress-steps': typeof ProgressStepsComponent;
116
+ 'ce-data-table': typeof DataTableComponent;
117
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
118
118
  }
119
119
  }
120
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.22.11",
3
+ "version": "0.22.12",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",