@payfit/unity-components 2.21.15 → 2.21.16

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.
@@ -2,7 +2,7 @@ import { uyTv as e } from "@payfit/unity-themes";
2
2
  const u = e({
3
3
  slots: {
4
4
  base: [
5
- "uy:flex uy:flex-row uy:items-center",
5
+ "uy:flex uy:flex-row uy:items-center uy:text-left",
6
6
  "uy:rounded-lg uy:border-solid uy:border-1 uy:transition-colors uy:group",
7
7
  "uy:cursor-pointer uy:disabled:cursor-not-allowed uy:aria-disabled:cursor-not-allowed",
8
8
  "uy:bg-surface-neutral uy:border-border-neutral uy:text-content-neutral-low",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.21.15",
3
+ "version": "2.21.16",
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.0",
45
- "@payfit/unity-illustrations": "2.21.15",
45
+ "@payfit/unity-illustrations": "2.21.16",
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.1",
@@ -74,8 +74,8 @@
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@hookform/devtools": "^4",
77
- "@payfit/unity-icons": "2.21.15",
78
- "@payfit/unity-themes": "2.21.15",
77
+ "@payfit/unity-icons": "2.21.16",
78
+ "@payfit/unity-themes": "2.21.16",
79
79
  "@storybook/react-vite": "^10.3.2",
80
80
  "@tanstack/react-query": "^5",
81
81
  "@tanstack/react-router": "^1.131",
@@ -95,9 +95,9 @@
95
95
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
96
96
  "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
97
97
  "@payfit/storybook-config": "0.0.0-use.local",
98
- "@payfit/unity-icons": "2.21.15",
99
- "@payfit/unity-illustrations": "2.21.15",
100
- "@payfit/unity-themes": "2.21.15",
98
+ "@payfit/unity-icons": "2.21.16",
99
+ "@payfit/unity-illustrations": "2.21.16",
100
+ "@payfit/unity-themes": "2.21.16",
101
101
  "@payfit/vite-configs": "0.0.0-use.local",
102
102
  "@storybook/addon-a11y": "10.3.3",
103
103
  "@storybook/addon-designs": "11.1.3",