@payfit/unity-components 2.32.0 → 2.33.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { uyTv as e } from "@payfit/unity-themes";
|
|
2
|
-
const
|
|
2
|
+
const t = e({
|
|
3
3
|
base: "uy:flex uy:list-none uy:m-0 uy:p-0",
|
|
4
4
|
variants: {
|
|
5
5
|
orientation: {
|
|
@@ -43,12 +43,12 @@ const r = e({
|
|
|
43
43
|
variants: {
|
|
44
44
|
state: {
|
|
45
45
|
completed: {
|
|
46
|
-
ball: "uy:bg-surface-primary-active uy:border-transparent uy:w-300 uy:h-300",
|
|
47
|
-
line: "uy:border-border-primary uy:border-solid",
|
|
46
|
+
ball: "uy:theme-legacy:bg-surface-primary-active uy:theme-rebrand:bg-surface-neutral-highest-enabled uy:border-transparent uy:w-300 uy:h-300",
|
|
47
|
+
line: "uy:theme-legacy:border-border-primary uy:theme-rebrand:border-border-neutral-highest uy:border-solid",
|
|
48
48
|
icon: "uy:text-content-inverted"
|
|
49
49
|
},
|
|
50
50
|
current: {
|
|
51
|
-
ball: "uy:bg-transparent uy:border-border-primary-enabled",
|
|
51
|
+
ball: "uy:bg-transparent uy:theme-legacy:border-border-primary-enabled uy:theme-rebrand:border-border-neutral-highest",
|
|
52
52
|
line: "uy:border-border-neutral uy:border-dashed",
|
|
53
53
|
number: "uy:text-content-primary-active"
|
|
54
54
|
},
|
|
@@ -82,7 +82,7 @@ const r = e({
|
|
|
82
82
|
state: "current",
|
|
83
83
|
type: "numbered",
|
|
84
84
|
className: {
|
|
85
|
-
ball: "uy:bg-surface-primary uy:border-transparent",
|
|
85
|
+
ball: "uy:theme-legacy:bg-surface-primary uy:theme-rebrand:bg-surface-neutral-highest-enabled uy:border-transparent",
|
|
86
86
|
number: "uy:text-content-inverted-active"
|
|
87
87
|
}
|
|
88
88
|
},
|
|
@@ -114,7 +114,7 @@ const r = e({
|
|
|
114
114
|
}
|
|
115
115
|
});
|
|
116
116
|
export {
|
|
117
|
-
|
|
117
|
+
t as timeline,
|
|
118
118
|
y as timelineContent,
|
|
119
119
|
n as timelineMarker,
|
|
120
120
|
u as timelineStep
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.0",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@hookform/devtools": "4.4.0",
|
|
43
43
|
"@hookform/resolvers": "5.2.1",
|
|
44
44
|
"@internationalized/date": "3.12.1",
|
|
45
|
-
"@payfit/unity-illustrations": "2.
|
|
45
|
+
"@payfit/unity-illustrations": "2.33.0",
|
|
46
46
|
"@radix-ui/react-avatar": "1.1.11",
|
|
47
47
|
"@radix-ui/react-slot": "1.2.4",
|
|
48
48
|
"@react-aria/interactions": "3.28.0",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"@hookform/devtools": "^4",
|
|
77
|
-
"@payfit/unity-icons": "2.
|
|
78
|
-
"@payfit/unity-themes": "2.
|
|
77
|
+
"@payfit/unity-icons": "2.33.0",
|
|
78
|
+
"@payfit/unity-themes": "2.33.0",
|
|
79
79
|
"@storybook/react-vite": "^10.3.2",
|
|
80
80
|
"@tanstack/react-query": "^5",
|
|
81
81
|
"@tanstack/react-router": "^1.131",
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"@figma/code-connect": "1.4.3",
|
|
90
90
|
"@hookform/devtools": "4.4.0",
|
|
91
91
|
"@internationalized/date": "3.12.1",
|
|
92
|
-
"@payfit/unity-icons": "2.
|
|
93
|
-
"@payfit/unity-illustrations": "2.
|
|
94
|
-
"@payfit/unity-themes": "2.
|
|
92
|
+
"@payfit/unity-icons": "2.33.0",
|
|
93
|
+
"@payfit/unity-illustrations": "2.33.0",
|
|
94
|
+
"@payfit/unity-themes": "2.33.0",
|
|
95
95
|
"@storybook/addon-a11y": "10.3.5",
|
|
96
96
|
"@storybook/addon-designs": "11.1.3",
|
|
97
97
|
"@storybook/addon-docs": "10.3.5",
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
"vite-plugin-node-polyfills": "0.24.0",
|
|
131
131
|
"vitest": "4.1.0",
|
|
132
132
|
"@payfit/code-pushup-tools": "0.0.0-use.local",
|
|
133
|
-
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
134
|
-
"@payfit/storybook-config": "0.0.0-use.local",
|
|
135
133
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
136
134
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
135
|
+
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
136
|
+
"@payfit/storybook-config": "0.0.0-use.local",
|
|
137
137
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
138
138
|
},
|
|
139
139
|
"peerDependenciesMeta": {
|