@comercti/icons-hmg 0.8.26 → 0.9.1

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
@@ -1316,6 +1316,17 @@ export { zapSquare }
1316
1316
  export { }
1317
1317
 
1318
1318
 
1319
+ declare module 'vue' {
1320
+ interface GlobalComponents {
1321
+ 'ce-pagination': typeof PaginationComponent;
1322
+ 'ce-progress-indicator': typeof ProgressIndicatorComponent;
1323
+ 'ce-progress-steps': typeof ProgressStepsComponent;
1324
+ 'ce-data-table': typeof DataTableComponent;
1325
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
1326
+ }
1327
+ }
1328
+
1329
+
1319
1330
  declare module 'vue' {
1320
1331
  interface GlobalComponents {
1321
1332
  'ce-autocomplete': typeof AutocompleteComponent;
@@ -1359,13 +1370,9 @@ declare module 'vue' {
1359
1370
 
1360
1371
  declare module 'vue' {
1361
1372
  interface GlobalComponents {
1362
- 'ce-card': typeof CardComponent;
1363
- 'ce-card-header': typeof CardHeaderComponent;
1364
- 'ce-card-text': typeof CardTextComponent;
1365
- 'ce-content-divider': typeof ContentDividerComponent;
1366
- 'ce-footer': typeof FooterComponent;
1367
- 'ce-layout': typeof LayoutComponent;
1368
- 'ce-section-footer': typeof SectionFooterComponent;
1373
+ 'ce-avatar': typeof AvatarComponent;
1374
+ 'ce-filter-group': typeof FilterGroupComponent;
1375
+ 'ce-badge': typeof BadgeComponent;
1369
1376
  }
1370
1377
  }
1371
1378
 
@@ -1383,19 +1390,12 @@ declare module 'vue' {
1383
1390
 
1384
1391
  declare module 'vue' {
1385
1392
  interface GlobalComponents {
1386
- 'ce-pagination': typeof PaginationComponent;
1387
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
1388
- 'ce-progress-steps': typeof ProgressStepsComponent;
1389
- 'ce-data-table': typeof DataTableComponent;
1390
- 'ce-items-per-page': typeof ItemsPerPageComponent;
1391
- }
1392
- }
1393
-
1394
-
1395
- declare module 'vue' {
1396
- interface GlobalComponents {
1397
- 'ce-avatar': typeof AvatarComponent;
1398
- 'ce-filter-group': typeof FilterGroupComponent;
1399
- 'ce-badge': typeof BadgeComponent;
1393
+ 'ce-card': typeof CardComponent;
1394
+ 'ce-card-header': typeof CardHeaderComponent;
1395
+ 'ce-card-text': typeof CardTextComponent;
1396
+ 'ce-content-divider': typeof ContentDividerComponent;
1397
+ 'ce-footer': typeof FooterComponent;
1398
+ 'ce-layout': typeof LayoutComponent;
1399
+ 'ce-section-footer': typeof SectionFooterComponent;
1400
1400
  }
1401
1401
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.8.26",
3
+ "version": "0.9.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",