@payfit/unity-components 2.12.9 → 2.13.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/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 +9 -9
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.0",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"i18n"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@ariakit/react": "0.4.
|
|
40
|
+
"@ariakit/react": "0.4.22",
|
|
41
41
|
"@formatjs/intl": "3.1.3",
|
|
42
42
|
"@hookform/devtools": "4.4.0",
|
|
43
43
|
"@hookform/resolvers": "5.2.1",
|
|
44
44
|
"@internationalized/date": "3.11.0",
|
|
45
|
-
"@payfit/unity-illustrations": "2.
|
|
45
|
+
"@payfit/unity-illustrations": "2.13.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.27.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@standard-schema/spec": "1.1.0",
|
|
52
52
|
"@tanstack/form-core": "1.28.3",
|
|
53
53
|
"@tanstack/react-form": "1.28.3",
|
|
54
|
-
"@tanstack/react-virtual": "3.13.
|
|
54
|
+
"@tanstack/react-virtual": "3.13.21",
|
|
55
55
|
"@use-gesture/react": "10.3.1",
|
|
56
56
|
"embla-carousel": "9.0.0-rc01",
|
|
57
57
|
"embla-carousel-accessibility": "9.0.0-rc01",
|
|
@@ -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.0",
|
|
78
|
+
"@payfit/unity-themes": "2.13.0",
|
|
79
79
|
"@storybook/react-vite": "^10.2.2",
|
|
80
80
|
"@tanstack/react-query": "^5",
|
|
81
81
|
"@tanstack/react-router": "^1.131",
|
|
@@ -94,9 +94,9 @@
|
|
|
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.0",
|
|
98
|
+
"@payfit/unity-illustrations": "2.13.0",
|
|
99
|
+
"@payfit/unity-themes": "2.13.0",
|
|
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",
|