@comercti/icons-hmg 0.3.1 → 0.3.2

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 +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1378,7 +1378,7 @@ declare module 'vue' {
1378
1378
  'ce-progress-indicator': typeof ProgressIndicatorComponent;
1379
1379
  'ce-progress-steps': typeof ProgressStepsComponent;
1380
1380
  'ce-data-table': typeof DataTableComponent;
1381
- 'ce-itens-per-page': typeof ItensPerPageComponent;
1381
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
1382
1382
  }
1383
1383
  }
1384
1384
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",