@payfit/unity-components 2.50.7 → 2.51.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.
@@ -43,7 +43,7 @@ var c = a({
43
43
  size: p,
44
44
  variant: m
45
45
  }), { base: n, background: r, foreground: l } = c({ color: a });
46
- return console.log("BASE", n()), console.log("FG", l()), console.log("BG", r()), /* @__PURE__ */ o(s.Fallback, {
46
+ return /* @__PURE__ */ o(s.Fallback, {
47
47
  ref: f,
48
48
  role: "presentation",
49
49
  ...d,
package/i18n/en-GB.json CHANGED
@@ -15,6 +15,7 @@
15
15
  "unity:component:action-bar:key-shortcuts-text": "Use {keyShortcuts} to focus the action bar",
16
16
  "unity:component:action-bar:clear-selection-button": "Clear selection",
17
17
  "unity:component:action-bar:group:label": "Selection information",
18
+ "unity:component:breadcrumbs:collapsed:trigger:label": "Show {count} more breadcrumbs",
18
19
  "unity:component:app-menu:header:menu-open": "Menu",
19
20
  "unity:component:app-menu:header:menu-close": "Close",
20
21
  "unity:component:app-menu:footer:profile-button:description": "Press this button to open the profile menu.",
package/i18n/es-ES.json CHANGED
@@ -23,6 +23,7 @@
23
23
  "unity:component:autocomplete:placeholder": "Buscar",
24
24
  "unity:component:autocomplete:panel:empty:label": "No se encontraron resultados",
25
25
  "unity:component:autocomplete:panel:loading:label": "Cargando resultados",
26
+ "unity:component:breadcrumbs:collapsed:trigger:label": "Mostrar {count} migas de pan más",
26
27
  "unity:component:carousel:header:actions:label": "Acciones de {title}",
27
28
  "unity:component:carousel:nav:next:label": "Ir a la diapositiva siguiente",
28
29
  "unity:component:carousel:nav:previous:label": "Ir a la diapositiva anterior",
package/i18n/fr-FR.json CHANGED
@@ -20,6 +20,7 @@
20
20
  "unity:component:app-menu:footer:profile-button:description": "Appuyez sur ce bouton pour ouvrir le menu du profil.",
21
21
  "unity:component:app-menu:footer:profile-button:avatar:change": "Changer la photo de profil",
22
22
  "unity:component:app-menu:footer:profile-button:avatar:change-description": "Appuyez sur Entrée pour modifier la photo de profil",
23
+ "unity:component:breadcrumbs:collapsed:trigger:label": "Afficher {count} fils d'ariane supplémentaires",
23
24
  "unity:component:autocomplete:placeholder": "Rechercher",
24
25
  "unity:component:autocomplete:panel:empty:label": "Aucun résultat",
25
26
  "unity:component:autocomplete:panel:loading:label": "Chargement des résultats",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.50.7",
3
+ "version": "2.51.0",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -91,7 +91,7 @@
91
91
  "tailwind-variants": "3.2.2",
92
92
  "usehooks-ts": "3.1.1",
93
93
  "zod": "4.4.3",
94
- "@payfit/unity-illustrations": "2.50.7"
94
+ "@payfit/unity-illustrations": "2.51.0"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "@hookform/devtools": "^4",
@@ -103,8 +103,8 @@
103
103
  "react-hook-form": "^7",
104
104
  "react-router-dom": "^5",
105
105
  "zod": "^3 || ^4",
106
- "@payfit/unity-icons": "2.50.7",
107
- "@payfit/unity-themes": "2.50.7"
106
+ "@payfit/unity-themes": "2.51.0",
107
+ "@payfit/unity-icons": "2.51.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@figma/code-connect": "1.4.8",
@@ -150,14 +150,14 @@
150
150
  "vite": "8.0.16",
151
151
  "vite-plugin-node-polyfills": "0.28.0",
152
152
  "vitest": "4.1.9",
153
- "@payfit/storybook-config": "0.0.0-use.local",
154
- "@payfit/unity-icons": "2.50.7",
155
- "@payfit/unity-illustrations": "2.50.7",
156
153
  "@payfit/hr-app-eslint": "0.0.0-use.local",
157
154
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
155
+ "@payfit/storybook-config": "0.0.0-use.local",
158
156
  "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
157
+ "@payfit/unity-themes": "2.51.0",
158
+ "@payfit/unity-illustrations": "2.51.0",
159
159
  "@payfit/vite-configs": "0.0.0-use.local",
160
- "@payfit/unity-themes": "2.50.7"
160
+ "@payfit/unity-icons": "2.51.0"
161
161
  },
162
162
  "peerDependenciesMeta": {
163
163
  "@hookform/devtools": {