@payfit/unity-components 2.65.5 → 2.65.7
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.
|
@@ -12,7 +12,7 @@ import { useHover as m } from "react-aria/useHover";
|
|
|
12
12
|
var h = s({
|
|
13
13
|
slots: {
|
|
14
14
|
base: [
|
|
15
|
-
"uy:group uy:border uy:border-solid uy:rounded-pill uy:py-125 uy:sm:py-100 uy:flex uy:gap-50 uy:items-center",
|
|
15
|
+
"uy:group uy:border uy:border-solid uy:rounded-pill uy:py-125 uy:sm:py-100 uy:flex uy:gap-50 uy:items-center uy:cursor-pointer",
|
|
16
16
|
"uy:border-border-form-enabled uy:bg-surface-form-enabled uy:text-content-form-enabled uy:m-[1px]",
|
|
17
17
|
"uy:enabled:data-[hovered=true]:bg-surface-form-hover uy:enabled:data-[hovered=true]:border-border-form-hover",
|
|
18
18
|
"uy:enabled:data-[pressed=true]:bg-surface-form-pressed uy:enabled:data-[pressed=true]:border-border-form-pressed uy:enabled:data-[pressed=true]:text-content-form-pressed",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.65.
|
|
3
|
+
"version": "2.65.7",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"tailwind-variants": "3.3.1",
|
|
97
97
|
"usehooks-ts": "3.1.1",
|
|
98
98
|
"zod": "4.4.3",
|
|
99
|
-
"@payfit/unity-illustrations": "2.65.
|
|
99
|
+
"@payfit/unity-illustrations": "2.65.7"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"@hookform/devtools": "^4",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"react-hook-form": "^7",
|
|
109
109
|
"react-router-dom": "^5",
|
|
110
110
|
"zod": "^3 || ^4",
|
|
111
|
-
"@payfit/unity-
|
|
112
|
-
"@payfit/unity-
|
|
111
|
+
"@payfit/unity-icons": "2.65.7",
|
|
112
|
+
"@payfit/unity-themes": "2.65.7"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@figma/code-connect": "1.5.2",
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
160
160
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
161
161
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
162
|
-
"@payfit/unity-icons": "2.65.
|
|
163
|
-
"@payfit/unity-illustrations": "2.65.
|
|
164
|
-
"@payfit/
|
|
162
|
+
"@payfit/unity-icons": "2.65.7",
|
|
163
|
+
"@payfit/unity-illustrations": "2.65.7",
|
|
164
|
+
"@payfit/storybook-addon-datadog-rum": "0.0.0-use.local",
|
|
165
165
|
"@payfit/vite-configs": "0.0.0-use.local",
|
|
166
|
-
"@payfit/
|
|
166
|
+
"@payfit/unity-themes": "2.65.7"
|
|
167
167
|
},
|
|
168
168
|
"peerDependenciesMeta": {
|
|
169
169
|
"@hookform/devtools": {
|