@comercti/react-components-hmg 0.24.6 → 0.24.7

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
@@ -2387,6 +2387,7 @@ declare interface SliderProps {
2387
2387
  showValue?: boolean;
2388
2388
  size?: 'small' | 'large';
2389
2389
  modelValue?: number | number[];
2390
+ showPercentage?: boolean;
2390
2391
  }
2391
2392
 
2392
2393
  declare interface SubMenu {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.24.6",
3
+ "version": "0.24.7",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",