@zealicsolutions/web-ui 0.4.60 → 0.4.62

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.
@@ -6,5 +6,6 @@ export declare type StepperProps = {
6
6
  htmlElementId?: string;
7
7
  metadata: MetadataType;
8
8
  isMobile?: boolean;
9
+ isOnClickDisabled?: boolean;
9
10
  };
10
- export declare const Stepper: ({ steps, orientation, htmlElementId, metadata, isMobile, }: StepperProps) => JSX.Element | null;
11
+ export declare const Stepper: ({ steps, orientation, htmlElementId, metadata, isMobile, isOnClickDisabled, }: StepperProps) => JSX.Element | null;
@@ -2,7 +2,7 @@ import { StoryFn } from '@storybook/react';
2
2
  import { StepperProps } from './Stepper';
3
3
  declare const _default: {
4
4
  title: string;
5
- component: ({ steps, orientation, htmlElementId, metadata, isMobile, }: StepperProps) => JSX.Element | null;
5
+ component: ({ steps, orientation, htmlElementId, metadata, isMobile, isOnClickDisabled, }: StepperProps) => JSX.Element | null;
6
6
  };
7
7
  export default _default;
8
8
  export declare const Stepper: StoryFn<StepperProps>;
package/dist/index.d.ts CHANGED
@@ -1962,8 +1962,9 @@ declare type StepperProps = {
1962
1962
  htmlElementId?: string;
1963
1963
  metadata: MetadataType$1;
1964
1964
  isMobile?: boolean;
1965
+ isOnClickDisabled?: boolean;
1965
1966
  };
1966
- declare const Stepper: ({ steps, orientation, htmlElementId, metadata, isMobile, }: StepperProps) => JSX.Element | null;
1967
+ declare const Stepper: ({ steps, orientation, htmlElementId, metadata, isMobile, isOnClickDisabled, }: StepperProps) => JSX.Element | null;
1967
1968
 
1968
1969
  declare type PdfDocumentProps = {
1969
1970
  source: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.60",
3
+ "version": "0.4.62",
4
4
  "testVersion": "0.3.193",
5
5
  "repository": {
6
6
  "type": "git",