@comercti/icons-hmg 0.8.22 → 0.8.23

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.
Files changed (2) hide show
  1. package/index.d.ts +21 -21
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1307,17 +1307,6 @@ export { zapSquare }
1307
1307
  export { }
1308
1308
 
1309
1309
 
1310
- declare module 'vue' {
1311
- interface GlobalComponents {
1312
- 'ce-pagination': typeof PaginationComponent;
1313
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
1314
- 'ce-progress-steps': typeof ProgressStepsComponent;
1315
- 'ce-data-table': typeof DataTableComponent;
1316
- 'ce-items-per-page': typeof ItemsPerPageComponent;
1317
- }
1318
- }
1319
-
1320
-
1321
1310
  declare module 'vue' {
1322
1311
  interface GlobalComponents {
1323
1312
  'ce-autocomplete': typeof AutocompleteComponent;
@@ -1361,9 +1350,13 @@ declare module 'vue' {
1361
1350
 
1362
1351
  declare module 'vue' {
1363
1352
  interface GlobalComponents {
1364
- 'ce-avatar': typeof AvatarComponent;
1365
- 'ce-filter-group': typeof FilterGroupComponent;
1366
- 'ce-badge': typeof BadgeComponent;
1353
+ 'ce-card': typeof CardComponent;
1354
+ 'ce-card-header': typeof CardHeaderComponent;
1355
+ 'ce-card-text': typeof CardTextComponent;
1356
+ 'ce-content-divider': typeof ContentDividerComponent;
1357
+ 'ce-footer': typeof FooterComponent;
1358
+ 'ce-layout': typeof LayoutComponent;
1359
+ 'ce-section-footer': typeof SectionFooterComponent;
1367
1360
  }
1368
1361
  }
1369
1362
 
@@ -1381,12 +1374,19 @@ declare module 'vue' {
1381
1374
 
1382
1375
  declare module 'vue' {
1383
1376
  interface GlobalComponents {
1384
- 'ce-card': typeof CardComponent;
1385
- 'ce-card-header': typeof CardHeaderComponent;
1386
- 'ce-card-text': typeof CardTextComponent;
1387
- 'ce-content-divider': typeof ContentDividerComponent;
1388
- 'ce-footer': typeof FooterComponent;
1389
- 'ce-layout': typeof LayoutComponent;
1390
- 'ce-section-footer': typeof SectionFooterComponent;
1377
+ 'ce-pagination': typeof PaginationComponent;
1378
+ 'ce-progress-indicator': typeof ProgressIndicatorComponent;
1379
+ 'ce-progress-steps': typeof ProgressStepsComponent;
1380
+ 'ce-data-table': typeof DataTableComponent;
1381
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
1382
+ }
1383
+ }
1384
+
1385
+
1386
+ declare module 'vue' {
1387
+ interface GlobalComponents {
1388
+ 'ce-avatar': typeof AvatarComponent;
1389
+ 'ce-filter-group': typeof FilterGroupComponent;
1390
+ 'ce-badge': typeof BadgeComponent;
1391
1391
  }
1392
1392
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.8.22",
3
+ "version": "0.8.23",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",