@comercti/react-components-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.
package/index.d.ts CHANGED
@@ -1502,7 +1502,7 @@ export declare const CeFooter: default_2.ComponentType<typeof _default_42>;
1502
1502
 
1503
1503
  export declare const CeInput: default_2.ComponentType<typeof _default_16>;
1504
1504
 
1505
- export declare const CeItensPerPage: default_2.ComponentType<typeof _default_5>;
1505
+ export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
1506
1506
 
1507
1507
  export declare const CeLayout: default_2.ComponentType<typeof _default_43>;
1508
1508
 
@@ -2085,7 +2085,7 @@ declare module 'vue' {
2085
2085
  'ce-progress-indicator': typeof ProgressIndicatorComponent;
2086
2086
  'ce-progress-steps': typeof ProgressStepsComponent;
2087
2087
  'ce-data-table': typeof DataTableComponent;
2088
- 'ce-itens-per-page': typeof ItensPerPageComponent;
2088
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
2089
2089
  }
2090
2090
  }
2091
2091
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-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",