@comercti/react-components-hmg 0.24.5 → 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
@@ -2039,6 +2039,7 @@ showLoading: boolean;
2039
2039
 
2040
2040
  declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {
2041
2041
  position: "horizontal" | "vertical";
2042
+ showInitialStep: boolean;
2042
2043
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2043
2044
 
2044
2045
  declare const _default_40: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
@@ -2247,8 +2248,9 @@ declare interface IItems {
2247
2248
  declare type IProgressStepsProps = {
2248
2249
  /** Define os itens que serão exibidos */
2249
2250
  items: IItems[];
2250
- variant?: 'primary' | 'secondary';
2251
2251
  position?: 'horizontal' | 'vertical';
2252
+ showInitialStep?: boolean;
2253
+ titleInitialStep?: string;
2252
2254
  };
2253
2255
 
2254
2256
  export declare const isMobile: Ref<boolean, boolean>;
@@ -2385,6 +2387,7 @@ declare interface SliderProps {
2385
2387
  showValue?: boolean;
2386
2388
  size?: 'small' | 'large';
2387
2389
  modelValue?: number | number[];
2390
+ showPercentage?: boolean;
2388
2391
  }
2389
2392
 
2390
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.5",
3
+ "version": "0.24.7",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",