@payfit/unity-components 2.36.0 → 2.36.1
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
interface StepProps {
|
|
2
2
|
/**
|
|
3
|
-
* The label of the step
|
|
3
|
+
* The label of the step, displayed under the indicator bar.
|
|
4
|
+
* It is automatically prefixed with the step number (e.g. `1. Reviewers`).
|
|
4
5
|
*/
|
|
5
6
|
label: string;
|
|
6
7
|
/**
|
|
@@ -9,7 +10,7 @@ interface StepProps {
|
|
|
9
10
|
stepNumber: number;
|
|
10
11
|
}
|
|
11
12
|
/**
|
|
12
|
-
* The `Step` component is used to display a step belonging
|
|
13
|
+
* The `Step` component is used to display a step belonging to a `Stepper`.
|
|
13
14
|
*/
|
|
14
15
|
declare const Step: import('react').ForwardRefExoticComponent<StepProps & import('react').RefAttributes<HTMLLIElement>>;
|
|
15
16
|
export { Step };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.1",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@hookform/devtools": "4.4.0",
|
|
44
44
|
"@hookform/resolvers": "5.2.1",
|
|
45
45
|
"@internationalized/date": "3.12.1",
|
|
46
|
-
"@payfit/unity-illustrations": "2.36.
|
|
46
|
+
"@payfit/unity-illustrations": "2.36.1",
|
|
47
47
|
"@radix-ui/react-avatar": "1.1.11",
|
|
48
48
|
"@radix-ui/react-slot": "1.2.4",
|
|
49
49
|
"@react-aria/interactions": "3.28.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@hookform/devtools": "^4",
|
|
78
|
-
"@payfit/unity-icons": "2.36.
|
|
79
|
-
"@payfit/unity-themes": "2.36.
|
|
78
|
+
"@payfit/unity-icons": "2.36.1",
|
|
79
|
+
"@payfit/unity-themes": "2.36.1",
|
|
80
80
|
"@storybook/react-vite": "^10.3.2",
|
|
81
81
|
"@tanstack/react-query": "^5",
|
|
82
82
|
"@tanstack/react-router": "^1.131",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"@figma/code-connect": "1.4.3",
|
|
91
91
|
"@hookform/devtools": "4.4.0",
|
|
92
92
|
"@internationalized/date": "3.12.1",
|
|
93
|
-
"@payfit/unity-icons": "2.36.
|
|
94
|
-
"@payfit/unity-illustrations": "2.36.
|
|
95
|
-
"@payfit/unity-themes": "2.36.
|
|
93
|
+
"@payfit/unity-icons": "2.36.1",
|
|
94
|
+
"@payfit/unity-illustrations": "2.36.1",
|
|
95
|
+
"@payfit/unity-themes": "2.36.1",
|
|
96
96
|
"@storybook/addon-a11y": "10.3.5",
|
|
97
97
|
"@storybook/addon-designs": "11.1.3",
|
|
98
98
|
"@storybook/addon-docs": "10.3.5",
|