@payfit/unity-components 2.12.10 → 2.13.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.
- package/dist/esm/components/timeline/Timeline.context.d.ts +16 -0
- package/dist/esm/components/timeline/Timeline.context.js +23 -0
- package/dist/esm/components/timeline/Timeline.d.ts +49 -0
- package/dist/esm/components/timeline/Timeline.js +37 -0
- package/dist/esm/components/timeline/Timeline.utils.d.ts +7 -0
- package/dist/esm/components/timeline/Timeline.utils.js +9 -0
- package/dist/esm/components/timeline/Timeline.variants.d.ts +169 -0
- package/dist/esm/components/timeline/Timeline.variants.js +121 -0
- package/dist/esm/components/timeline/parts/TimelineMarker.d.ts +22 -0
- package/dist/esm/components/timeline/parts/TimelineMarker.js +26 -0
- package/dist/esm/components/timeline/parts/TimelineStep.context.d.ts +13 -0
- package/dist/esm/components/timeline/parts/TimelineStep.context.js +21 -0
- package/dist/esm/components/timeline/parts/TimelineStep.d.ts +38 -0
- package/dist/esm/components/timeline/parts/TimelineStep.js +52 -0
- package/dist/esm/components/timeline/parts/TimelineStepContent.context.d.ts +18 -0
- package/dist/esm/components/timeline/parts/TimelineStepContent.context.js +22 -0
- package/dist/esm/components/timeline/parts/TimelineStepContent.d.ts +27 -0
- package/dist/esm/components/timeline/parts/TimelineStepContent.js +18 -0
- package/dist/esm/components/timeline/parts/TimelineStepDescription.d.ts +11 -0
- package/dist/esm/components/timeline/parts/TimelineStepDescription.js +8 -0
- package/dist/esm/components/timeline/parts/TimelineStepHeader.d.ts +24 -0
- package/dist/esm/components/timeline/parts/TimelineStepHeader.js +37 -0
- package/dist/esm/components/timeline/parts/check.svg.js +5 -0
- package/dist/esm/hooks/use-breakpoint-listener.d.ts +34 -0
- package/dist/esm/hooks/use-breakpoint-listener.js +17 -5
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +329 -317
- package/i18n/en-GB.json +4 -0
- package/i18n/es-ES.json +4 -0
- package/i18n/fr-FR.json +4 -0
- package/package.json +17 -17
package/i18n/en-GB.json
CHANGED
|
@@ -128,6 +128,10 @@
|
|
|
128
128
|
"unity:component:task-menu:task:lock:label": "Locked",
|
|
129
129
|
"unity:component:toast:close:label": "Close",
|
|
130
130
|
"unity:component:toast:icon:status": "Status",
|
|
131
|
+
"unity:component:timeline:state:completed": "Completed",
|
|
132
|
+
"unity:component:timeline:state:current": "In progress",
|
|
133
|
+
"unity:component:timeline:state:pending": "Pending",
|
|
134
|
+
"unity:component:timeline:progress:label": "Step {current} of {total}, {completed, plural, =0 {no steps} one {# step} other {# steps}} completed",
|
|
131
135
|
"unity:layout:funnel:top-bar:navigation-desc": "Process navigation",
|
|
132
136
|
"unity:layout:funnel:top-bar:progress-announcement": "Process is {progress}% complete",
|
|
133
137
|
"unity:layout:funnel:skip-links:label": "Skip to:",
|
package/i18n/es-ES.json
CHANGED
|
@@ -128,6 +128,10 @@
|
|
|
128
128
|
"unity:component:task-menu:task:lock:label": "Bloqueado",
|
|
129
129
|
"unity:component:toast:close:label": "Cerrar",
|
|
130
130
|
"unity:component:toast:icon:status": "Estado",
|
|
131
|
+
"unity:component:timeline:state:completed": "Completado",
|
|
132
|
+
"unity:component:timeline:state:current": "En progreso",
|
|
133
|
+
"unity:component:timeline:state:pending": "Pendiente",
|
|
134
|
+
"unity:component:timeline:progress:label": "Paso {current} de {total}, {completed, plural, =0 {sin pasos completados} one {un paso completado} other {# pasos completados}}",
|
|
131
135
|
"unity:layout:funnel:top-bar:navigation-desc": "Navegación del proceso",
|
|
132
136
|
"unity:layout:funnel:top-bar:progress-announcement": "El proceso está {progress}% completo",
|
|
133
137
|
"unity:layout:funnel:skip-links:label": "Saltar a:",
|
package/i18n/fr-FR.json
CHANGED
|
@@ -128,6 +128,10 @@
|
|
|
128
128
|
"unity:component:task-menu:task:lock:label": "Verrouillé",
|
|
129
129
|
"unity:component:toast:close:label": "Fermer",
|
|
130
130
|
"unity:component:toast:icon:status": "Statut",
|
|
131
|
+
"unity:component:timeline:state:completed": "Terminé",
|
|
132
|
+
"unity:component:timeline:state:current": "En cours",
|
|
133
|
+
"unity:component:timeline:state:pending": "En attente",
|
|
134
|
+
"unity:component:timeline:progress:label": "Étape {current} sur {total}, {completed, plural, =0 {aucune étape terminée} one {# étape terminée} other {# étapes terminées}}",
|
|
131
135
|
"unity:layout:funnel:top-bar:navigation-desc": "Navigation du processus",
|
|
132
136
|
"unity:layout:funnel:top-bar:progress-announcement": "Le processus est terminé à {progress}%",
|
|
133
137
|
"unity:layout:funnel:skip-links:label": "Sauter à:",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.1",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"@formatjs/intl": "3.1.3",
|
|
42
42
|
"@hookform/devtools": "4.4.0",
|
|
43
43
|
"@hookform/resolvers": "5.2.1",
|
|
44
|
-
"@internationalized/date": "3.
|
|
45
|
-
"@payfit/unity-illustrations": "2.
|
|
44
|
+
"@internationalized/date": "3.12.0",
|
|
45
|
+
"@payfit/unity-illustrations": "2.13.1",
|
|
46
46
|
"@radix-ui/react-avatar": "1.1.11",
|
|
47
47
|
"@radix-ui/react-slot": "1.2.4",
|
|
48
|
-
"@react-aria/interactions": "3.27.
|
|
49
|
-
"@react-aria/utils": "3.33.
|
|
48
|
+
"@react-aria/interactions": "3.27.1",
|
|
49
|
+
"@react-aria/utils": "3.33.1",
|
|
50
50
|
"@react-types/shared": "3.26.0",
|
|
51
51
|
"@standard-schema/spec": "1.1.0",
|
|
52
|
-
"@tanstack/form-core": "1.28.
|
|
53
|
-
"@tanstack/react-form": "1.28.
|
|
52
|
+
"@tanstack/form-core": "1.28.4",
|
|
53
|
+
"@tanstack/react-form": "1.28.4",
|
|
54
54
|
"@tanstack/react-virtual": "3.13.21",
|
|
55
55
|
"@use-gesture/react": "10.3.1",
|
|
56
56
|
"embla-carousel": "9.0.0-rc01",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"embla-carousel-react": "9.0.0-rc01",
|
|
59
59
|
"prettier": "3.1.0",
|
|
60
60
|
"react": "18.3.1",
|
|
61
|
-
"react-aria": "3.
|
|
62
|
-
"react-aria-components": "1.
|
|
61
|
+
"react-aria": "3.47.0",
|
|
62
|
+
"react-aria-components": "1.16.0",
|
|
63
63
|
"react-dom": "18.3.1",
|
|
64
64
|
"react-hook-form": "7.62.0",
|
|
65
65
|
"react-hot-toast": "2.5.1",
|
|
66
66
|
"react-hotkeys-hook": "5.1.0",
|
|
67
67
|
"react-international-phone": "4.5.0",
|
|
68
68
|
"react-intl": "7.1.14",
|
|
69
|
-
"react-stately": "3.
|
|
69
|
+
"react-stately": "3.45.0",
|
|
70
70
|
"storybook": "10.2.13",
|
|
71
71
|
"tailwind-variants": "3.2.2",
|
|
72
72
|
"usehooks-ts": "3.1.1",
|
|
@@ -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.13.1",
|
|
78
|
+
"@payfit/unity-themes": "2.13.1",
|
|
79
79
|
"@storybook/react-vite": "^10.2.2",
|
|
80
80
|
"@tanstack/react-query": "^5",
|
|
81
81
|
"@tanstack/react-router": "^1.131",
|
|
@@ -88,15 +88,15 @@
|
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@hookform/devtools": "4.4.0",
|
|
91
|
-
"@internationalized/date": "3.
|
|
91
|
+
"@internationalized/date": "3.12.0",
|
|
92
92
|
"@payfit/code-pushup-tools": "0.0.0-use.local",
|
|
93
93
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
94
94
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
95
95
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
96
96
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
97
|
-
"@payfit/unity-icons": "2.
|
|
98
|
-
"@payfit/unity-illustrations": "2.
|
|
99
|
-
"@payfit/unity-themes": "2.
|
|
97
|
+
"@payfit/unity-icons": "2.13.1",
|
|
98
|
+
"@payfit/unity-illustrations": "2.13.1",
|
|
99
|
+
"@payfit/unity-themes": "2.13.1",
|
|
100
100
|
"@payfit/vite-configs": "0.0.0-use.local",
|
|
101
101
|
"@storybook/addon-a11y": "10.2.13",
|
|
102
102
|
"@storybook/addon-docs": "10.2.13",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@storybook/addon-vitest": "10.2.13",
|
|
105
105
|
"@storybook/react-vite": "10.2.13",
|
|
106
106
|
"@tanstack/react-devtools": "0.9.6",
|
|
107
|
-
"@tanstack/react-form-devtools": "0.2.
|
|
107
|
+
"@tanstack/react-form-devtools": "0.2.17",
|
|
108
108
|
"@tanstack/react-query": "5.90.21",
|
|
109
109
|
"@tanstack/react-router": "1.159.5",
|
|
110
110
|
"@tanstack/react-router-devtools": "1.159.5",
|