@payfit/unity-components 2.12.5 → 2.12.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { uyTv as e } from "@payfit/unity-themes";
|
|
3
3
|
const y = e({
|
|
4
|
-
base: ["uy:flex uy:flex-col", "uy:py-
|
|
4
|
+
base: ["uy:flex uy:flex-col", "uy:py-200 uy:pl-50 uy:pr-300"]
|
|
5
5
|
}), r = ({ children: o }) => /* @__PURE__ */ t("div", { className: y(), children: o });
|
|
6
6
|
export {
|
|
7
7
|
r as Content,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { uyTv as s } from "@payfit/unity-themes";
|
|
3
3
|
const r = s({
|
|
4
|
-
base: ["uy:mb-
|
|
4
|
+
base: ["uy:mb-100"]
|
|
5
5
|
}), a = ({ children: o }) => /* @__PURE__ */ t("div", { className: r(), children: o });
|
|
6
6
|
export {
|
|
7
7
|
a as Illustration,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { uyTv as t } from "@payfit/unity-themes";
|
|
3
3
|
const c = t({
|
|
4
|
-
base: ["uy:
|
|
5
|
-
}),
|
|
4
|
+
base: ["uy:my-200 uy:mx-150 uy:p-25"]
|
|
5
|
+
}), s = ({ children: e }) => /* @__PURE__ */ o("div", { className: c(), children: e });
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
s as SelectedIndicator,
|
|
8
8
|
c as selectedIndicator
|
|
9
9
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.7",
|
|
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.11.0",
|
|
45
|
-
"@payfit/unity-illustrations": "2.12.
|
|
45
|
+
"@payfit/unity-illustrations": "2.12.7",
|
|
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",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"@hookform/devtools": "^4",
|
|
77
|
-
"@payfit/unity-icons": "2.12.
|
|
78
|
-
"@payfit/unity-themes": "2.12.
|
|
77
|
+
"@payfit/unity-icons": "2.12.7",
|
|
78
|
+
"@payfit/unity-themes": "2.12.7",
|
|
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.12.
|
|
98
|
-
"@payfit/unity-illustrations": "2.12.
|
|
99
|
-
"@payfit/unity-themes": "2.12.
|
|
97
|
+
"@payfit/unity-icons": "2.12.7",
|
|
98
|
+
"@payfit/unity-illustrations": "2.12.7",
|
|
99
|
+
"@payfit/unity-themes": "2.12.7",
|
|
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",
|