@luscii-healthtech/web-ui 42.13.2 → 43.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luscii-healthtech/web-ui",
3
- "version": "42.13.2",
3
+ "version": "43.0.0",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Joris Janssen"
@@ -1,9 +0,0 @@
1
- export interface StepProps {
2
- title: string;
3
- stepNumber: number;
4
- active: boolean;
5
- localization: {
6
- step: string;
7
- };
8
- }
9
- export declare const Step: ({ title, stepNumber, active, localization, }: StepProps) => JSX.Element;
@@ -1,25 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: ({ title, stepNumber, active, localization, }: import("../src/components/Steps/Step").StepProps) => JSX.Element;
4
- };
5
- export default _default;
6
- export declare const Active: {
7
- args: {
8
- title: string;
9
- stepNumber: number;
10
- active: boolean;
11
- localization: {
12
- step: string;
13
- };
14
- };
15
- };
16
- export declare const Future: {
17
- args: {
18
- title: string;
19
- stepNumber: number;
20
- active: boolean;
21
- localization: {
22
- step: string;
23
- };
24
- };
25
- };