@payfit/unity-components 2.58.1 → 2.58.3
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/app-menu/AppMenu.js +1 -1
- package/dist/esm/components/app-menu/parts/AppMenuHeader.js +30 -27
- package/dist/esm/components/payfit-brand/PayFitBrand.d.ts +22 -0
- package/dist/esm/components/payfit-brand/PayFitBrand.js +98 -34
- package/dist/esm/components/payfit-brand/PayFitPreprod.js +59 -29
- package/dist/esm/index.js +206 -206
- package/package.json +11 -11
|
@@ -6,7 +6,7 @@ import { jsx as a } from "react/jsx-runtime";
|
|
|
6
6
|
var o = ({ children: n }) => {
|
|
7
7
|
let { isMobileMenuOpen: o } = r(), s = t();
|
|
8
8
|
return i({ isDisabled: !(o && e(s)) }), /* @__PURE__ */ a("div", {
|
|
9
|
-
className: "uy:relative uy:z-
|
|
9
|
+
className: "uy:relative uy:z-1 uy:flex uy:flex-col uy:px-150 uy:py-200 uy:gap-y-300 uy:data-[mobile-open=true]:h-full uy:md:h-full uy:md:max-w-app-menu",
|
|
10
10
|
"data-dd-privacy": "allow",
|
|
11
11
|
"data-mobile-open": o,
|
|
12
12
|
children: n
|
|
@@ -3,52 +3,55 @@ import { Button as n } from "../../button/Button.js";
|
|
|
3
3
|
import { useAppMenuContext as r } from "./AppMenu.context.js";
|
|
4
4
|
import { PayFitBrand as i } from "../../payfit-brand/PayFitBrand.js";
|
|
5
5
|
import { PayFitBrandPreprod as a } from "../../payfit-brand/PayFitPreprod.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
6
|
+
import { useMemo as o } from "react";
|
|
7
|
+
import { useUnityTheme as s } from "@payfit/unity-themes";
|
|
8
|
+
import { jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
9
|
+
import { useIntl as u } from "react-intl";
|
|
10
|
+
import { Link as d } from "react-aria-components/Link";
|
|
9
11
|
//#region src/components/app-menu/parts/AppMenuHeader.tsx
|
|
10
|
-
var
|
|
12
|
+
var f = ({ environment: f, brandLabel: p, notificationsComponent: m, searchComponent: h, renderLink: g = ({ children: e }) => /* @__PURE__ */ c(d, {
|
|
11
13
|
href: "/",
|
|
12
14
|
children: e
|
|
13
15
|
}) }) => {
|
|
14
|
-
let { isMobileMenuOpen:
|
|
15
|
-
return /* @__PURE__ */
|
|
16
|
+
let { isMobileMenuOpen: _, toggleMobileMenu: v } = r(), { theme: y } = s(), b = u(), x = e(t()), S = o(() => y === "rebrand" ? x ? 36 : 78 : x ? 36 : 104, [x, y]);
|
|
17
|
+
return /* @__PURE__ */ l("header", {
|
|
16
18
|
className: "uy:flex uy:shrink-0 uy:flex-col uy:gap-y-200 uy:pl-25 uy:pr-25",
|
|
17
|
-
children: [/* @__PURE__ */
|
|
19
|
+
children: [/* @__PURE__ */ l("div", {
|
|
18
20
|
className: "uy:flex uy:items-center",
|
|
19
|
-
children: [/* @__PURE__ */
|
|
21
|
+
children: [/* @__PURE__ */ c("div", {
|
|
20
22
|
className: "uy:flex-1",
|
|
21
|
-
children:
|
|
22
|
-
label:
|
|
23
|
-
width:
|
|
24
|
-
showOnlyMonogram:
|
|
25
|
-
}) : /* @__PURE__ */
|
|
26
|
-
label:
|
|
27
|
-
env:
|
|
23
|
+
children: g({ children: f === "prod" ? /* @__PURE__ */ c(i, {
|
|
24
|
+
label: p,
|
|
25
|
+
width: S,
|
|
26
|
+
showOnlyMonogram: x
|
|
27
|
+
}) : /* @__PURE__ */ c(a, {
|
|
28
|
+
label: p,
|
|
29
|
+
env: f,
|
|
30
|
+
showOnlyMonogram: x
|
|
28
31
|
}) })
|
|
29
|
-
}), /* @__PURE__ */
|
|
32
|
+
}), /* @__PURE__ */ l("div", {
|
|
30
33
|
className: "uy:flex uy:gap-150 uy:items-center",
|
|
31
|
-
children: [
|
|
34
|
+
children: [m, /* @__PURE__ */ c("div", {
|
|
32
35
|
className: "uy:block uy:md:hidden",
|
|
33
|
-
children: /* @__PURE__ */
|
|
36
|
+
children: /* @__PURE__ */ c(n, {
|
|
34
37
|
variant: "ghost",
|
|
35
38
|
color: "neutral",
|
|
36
|
-
prefixIcon:
|
|
37
|
-
onPress:
|
|
38
|
-
"aria-expanded":
|
|
39
|
+
prefixIcon: _ ? "CloseOutlined" : "ListOutlined",
|
|
40
|
+
onPress: v,
|
|
41
|
+
"aria-expanded": _,
|
|
39
42
|
"aria-controls": "app-menu-nav-container app-menu-profile-button",
|
|
40
|
-
children:
|
|
41
|
-
id:
|
|
42
|
-
defaultMessage:
|
|
43
|
+
children: b.formatMessage({
|
|
44
|
+
id: _ ? "unity:component:app-menu:header:menu-close" : "unity:component:app-menu:header:menu-open",
|
|
45
|
+
defaultMessage: _ ? "Close navigation" : "Open navigation"
|
|
43
46
|
})
|
|
44
47
|
})
|
|
45
48
|
})]
|
|
46
49
|
})]
|
|
47
|
-
}), /* @__PURE__ */
|
|
50
|
+
}), /* @__PURE__ */ c("div", {
|
|
48
51
|
className: "uy:hidden uy:md:flex",
|
|
49
|
-
children:
|
|
52
|
+
children: h
|
|
50
53
|
})]
|
|
51
54
|
});
|
|
52
55
|
};
|
|
53
56
|
//#endregion
|
|
54
|
-
export {
|
|
57
|
+
export { f as AppMenuHeader };
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
export declare const BRAND_ASSETS: {
|
|
2
|
+
readonly legacy: {
|
|
3
|
+
readonly monogram: {
|
|
4
|
+
readonly path: "M16 32C7.164 32 0 24.836 0 16S7.164 0 16 0s16 7.164 16 16-7.164 16-16 16Zm-.218-10.31v-3.18c0-.092.072-.183.163-.183h3.746a4.885 4.885 0 0 0 4.69-5.09 4.893 4.893 0 0 0-4.708-4.692h-9.127c-.2 0-.364.164-.364.364v12.836a2.801 2.801 0 0 0 5.6 0c.018-.036.018-.054 0-.054Zm.182-7.545h3.527a.73.73 0 0 0 .727-.727.73.73 0 0 0-.727-.727h-4.782c-.2 0-.364.163-.364.364v8.672c0 .746-.618 1.364-1.363 1.364a1.374 1.374 0 0 1-1.364-1.364V10.164c0-.091.073-.182.164-.182h7.708c1.91-.037 3.492 1.49 3.51 3.382.036 1.909-1.49 3.49-3.382 3.509h-3.654c-.091 0-.182-.073-.182-.164V14.327c0-.09.072-.163.182-.181Z";
|
|
5
|
+
readonly viewBox: "0 0 32 32";
|
|
6
|
+
};
|
|
7
|
+
readonly logotype: {
|
|
8
|
+
readonly path: "M76.49 11.945h-1.472c-.163 0-.309.11-.345.255-.073.218-.128.364-.146.455-.582 1.781-1.472 4.472-2.636 8.054-.018.055-.091.255-.237.582-.036.09-.145.127-.236.09a.219.219 0 0 1-.09-.09 7.862 7.862 0 0 1-.237-.582c-1.2-3.69-2.091-6.454-2.673-8.31-.018-.054-.036-.126-.054-.18a.372.372 0 0 0-.346-.255h-1.454a.365.365 0 0 0-.346.472c.018.055.036.091.055.146.909 2.582 2.272 6.436 4.09 11.582 0 .018 0 .018.019.036a.443.443 0 0 1 0 .218c0 .018 0 .018-.018.037-.019.072-.055.163-.073.236a1.805 1.805 0 0 1-1.691 1.2h-1.527c-.2 0-.364.164-.364.364v1.218c0 .2.164.363.364.363H68.6a3.72 3.72 0 0 0 3.418-2.236c.018-.055.037-.11.073-.164.018-.054 1.09-3.09 4.673-13.109.054-.127-.019-.29-.146-.345H76.6c-.055-.018-.073-.037-.11-.037ZM57.11 22.291c.345.109.708.163 1.072.163a4.232 4.232 0 0 0 2.89-1.2 2.949 2.949 0 0 0 .855-2.145v-.945a.163.163 0 0 0-.163-.164h-.037c-.182.018-.272.018-.272.018l-1.146.146-2.273.345c-1.218.2-1.963.69-2.2 1.455a1.923 1.923 0 0 0-.09.563c.018.818.581 1.527 1.363 1.764Zm6.854.8v.727c0 .2-.164.364-.364.364h-1.182a.365.365 0 0 1-.364-.364l-.018-1.2c0-.018-.018-.036-.018-.054a.088.088 0 0 0-.127 0 1.04 1.04 0 0 0-.2.2c-.946.945-2.236 1.418-3.91 1.418-1.2 0-2.181-.327-2.945-.964-.763-.636-1.127-1.527-1.127-2.654A3.316 3.316 0 0 1 54.036 19c.2-.418.491-.764.873-1.018a3.876 3.876 0 0 1 1.055-.546A5.45 5.45 0 0 1 57 17.164c1.764-.255 2.71-.382 2.89-.419.146-.018.728-.09 1.728-.236.073-.018.127-.018.2-.018.091-.018.164-.091.164-.182v-.51c0-.763-.2-1.363-.6-1.78-.4-.42-1.146-.637-2.218-.637-.491 0-.982.054-1.455.2-.364.109-.673.309-.927.6-.164.218-.31.436-.4.69-.018.055-.037.11-.055.183 0 .018 0 .036-.018.054a.371.371 0 0 1-.364.29h-1.363a.378.378 0 0 1-.346-.38v-.074c.019-.145.037-.254.055-.345.09-.345.236-.691.418-1a3.54 3.54 0 0 1 .818-.91c.437-.29.91-.508 1.418-.654a8.41 8.41 0 0 1 2.128-.254c3.29 0 4.89 1.309 4.89 3.963v7.346Zm26.963-10.873v11.564c0 .2.164.363.364.363h1.473c.2 0 .363-.163.363-.363V12.218c0-.2-.163-.364-.363-.364H91.29c-.2 0-.364.164-.364.364Zm0-3.673v1.473c0 .2.164.364.364.364h1.473c.2 0 .363-.164.363-.364V8.545c0-.2-.163-.363-.363-.363H91.29c-.2 0-.364.163-.364.363ZM100 13.782h3.109c.2 0 .364-.164.364-.364V12.2c0-.2-.164-.364-.364-.364H100c-.09 0-.182-.072-.182-.163V8.545c0-.2-.163-.363-.364-.363h-1.472c-.2 0-.364.163-.364.363v3.128c0 .09-.073.181-.163.181H96.09c-.2 0-.364.164-.364.364v1.218c0 .2.164.364.364.364h1.345c.091 0 .182.073.182.164V20.545c.073 2 1.71 3.6 3.709 3.6h1.655c.2 0 .363-.163.363-.363v-1.218c0-.2-.163-.364-.363-.364h-1.655a1.525 1.525 0 0 1-1.527-1.527v-6.71c.018-.108.09-.181.2-.181Zm-47.964-.637a4.96 4.96 0 0 0-4.854-4.963h-7c-.2 0-.364.163-.364.363v15.237c0 .2.164.363.364.363h1.472c.2 0 .364-.163.364-.363v-5.473c0-.09.073-.182.164-.182h5a4.975 4.975 0 0 0 4.854-4.982Zm-1.927 0a3.01 3.01 0 0 1-3.018 3.019h-4.873c-.09 0-.182-.073-.182-.164v-5.691c0-.09.073-.182.164-.182h4.891a3.01 3.01 0 0 1 3.018 3.018Zm31.2 4.928h5.527c.2 0 .364-.164.364-.364v-1.218c0-.2-.164-.364-.364-.364H81.31c-.09 0-.182-.072-.182-.163v-5.655c0-.09.073-.182.164-.182h6.8c.2 0 .364-.163.364-.363V8.545c0-.2-.164-.363-.364-.363h-8.8c-.2 0-.364.163-.364.363v15.237c0 .2.164.363.364.363h1.473c.2 0 .363-.163.363-.363v-5.527c0-.11.073-.182.182-.182Z";
|
|
9
|
+
readonly viewBox: "0 0 104 32";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
readonly rebrand: {
|
|
13
|
+
readonly monogram: {
|
|
14
|
+
readonly path: "M41.7185 0H19.798V53.1631C8.20809 48.3853 3.05176e-05 41.4675 3.05176e-05 41.4675V58.0201C3.05176e-05 58.0201 6.55679 64.9159 19.8024 68.7073V96H34.303V71.16C36.1129 71.2745 37.7994 71.3318 39.4463 71.3318C60.4376 71.3318 78.21 55.5453 78.4874 37.0244C78.4874 16.7332 61.992 0 41.7185 0ZM39.4639 56.8047C37.7642 56.8047 36.038 56.7255 34.3207 56.5714V14.5226H41.7317C53.9998 14.5226 63.9824 24.5185 63.9824 36.8042C63.9824 47.4606 52.5246 56.8047 39.4639 56.8047Z";
|
|
15
|
+
readonly viewBox: "0 0 78.4874 96";
|
|
16
|
+
};
|
|
17
|
+
readonly logotype: {
|
|
18
|
+
readonly path: "M210.121 96.3066C210.121 112.097 215.43 119.447 226.833 119.447C233.941 119.447 245.873 115.956 245.873 92.584V39.8154H266.381V137.591C266.381 147.437 261.906 157.147 254.113 164.23C245.151 172.365 235.821 175.988 223.852 175.988V176C201.762 176 190.733 163.888 189.924 163.072V142.639C204.719 153.612 211.217 156.201 220.995 156.201C239.337 156.201 245.873 147.021 245.873 138.432V130.178C240.278 136.215 232.696 139.277 223.316 139.277C202.528 139.277 189.612 125.697 189.612 103.838V39.8154H210.121V96.3066ZM398.396 39.8467H425.439V58.3018H398.396V105.798C398.396 114.007 403.505 119.31 411.416 119.311C422.858 119.311 430.36 112.179 430.406 112.135V132.064L430.133 132.251C430.033 132.319 419.962 138.973 409.381 138.973C390.323 138.973 378.012 126.972 378.012 108.399V58.3018H362.837V39.8467H378.012V13.917H398.396V39.8467ZM137.548 37.0459C148.882 37.046 160.048 40.4886 168.189 46.4824C177.905 53.6339 183.033 64.0029 183.033 76.457V136.172H162.177V129.736C157.895 133.577 150.245 138.941 139.832 138.941V138.936C130.552 138.936 122.467 135.662 115.938 129.736C108.73 123.22 104.921 114.238 104.921 103.757V103.582C104.996 81.8101 118.888 67.1895 139.483 67.1895C148.869 67.1895 156.463 70.2649 162.064 76.3271V74.6211C162.064 66.0318 155.529 56.9138 137.187 56.8516C125.877 56.8142 118.981 61.9555 116.311 63.1318C118.389 51.474 117.618 49.0336 116.609 41.6455C124.278 38.4027 131.405 37.0459 137.548 37.0459ZM356.276 136.19H335.893V39.8467H356.276V136.19ZM321.203 0C326.444 0 332.675 1.62402 332.675 1.62402C328.629 5.4581 325.38 11.1912 326.743 20.1602C326.743 20.1602 323.457 19.668 321.191 19.668C312.054 19.668 307.423 24.7409 307.423 34.749V39.8281H329.345V58.2832H307.423V136.178H287.039V58.2891H272.886V39.835H287.039V32.9502H287.064C287.55 12.9088 300.894 0.000153164 321.203 0ZM58.9678 0.466797C87.6237 0.466894 110.939 24.119 110.939 52.7998C110.547 78.9784 85.4263 101.292 55.7559 101.292C53.4281 101.292 51.0444 101.211 48.4863 101.049V136.159H27.9902V97.582C9.31516 92.2365 0.0465783 82.5255 0 82.4766V59.0801C0.0581802 59.1291 11.6428 68.8751 27.9834 75.6113V0.466797H58.9678V0.466797ZM143.797 86.6963C132.911 86.6963 125.305 93.6988 125.305 103.72C125.305 113.74 132.911 120.742 143.797 120.742C154.969 120.742 162.188 114.058 162.188 103.72C162.188 93.3815 154.683 86.6964 143.797 86.6963ZM48.5107 80.4287C50.9382 80.6466 53.3787 80.7588 55.7812 80.7588C74.2419 80.7586 90.4365 67.5506 90.4365 52.4883C90.4365 35.1229 76.3268 20.9942 58.9863 20.9941H48.5107V80.4287ZM346.088 3.23047C353.538 3.23061 359.152 8.85118 359.152 16.3076C359.152 23.7639 353.532 29.3837 346.088 29.3838C338.644 29.3838 333.024 23.764 333.023 16.3076C333.023 8.85109 338.638 3.23047 346.088 3.23047Z";
|
|
19
|
+
readonly viewBox: "0 0 430.406 176";
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
1
23
|
export type PayFitBrandProps = {
|
|
2
24
|
/**
|
|
3
25
|
* The color variant of the brand. It is "original" by default.
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
import e from "../../hooks/use-id.js";
|
|
2
2
|
import { forwardRef as t } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { jsx as
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
import { useUnityTheme as n, uyTv as r } from "@payfit/unity-themes";
|
|
4
|
+
import { Fragment as i, jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
5
|
+
var s = {
|
|
6
|
+
legacy: {
|
|
7
|
+
monogram: {
|
|
8
|
+
path: "M16 32C7.164 32 0 24.836 0 16S7.164 0 16 0s16 7.164 16 16-7.164 16-16 16Zm-.218-10.31v-3.18c0-.092.072-.183.163-.183h3.746a4.885 4.885 0 0 0 4.69-5.09 4.893 4.893 0 0 0-4.708-4.692h-9.127c-.2 0-.364.164-.364.364v12.836a2.801 2.801 0 0 0 5.6 0c.018-.036.018-.054 0-.054Zm.182-7.545h3.527a.73.73 0 0 0 .727-.727.73.73 0 0 0-.727-.727h-4.782c-.2 0-.364.163-.364.364v8.672c0 .746-.618 1.364-1.363 1.364a1.374 1.374 0 0 1-1.364-1.364V10.164c0-.091.073-.182.164-.182h7.708c1.91-.037 3.492 1.49 3.51 3.382.036 1.909-1.49 3.49-3.382 3.509h-3.654c-.091 0-.182-.073-.182-.164V14.327c0-.09.072-.163.182-.181Z",
|
|
9
|
+
viewBox: "0 0 32 32"
|
|
10
|
+
},
|
|
11
|
+
logotype: {
|
|
12
|
+
path: "M76.49 11.945h-1.472c-.163 0-.309.11-.345.255-.073.218-.128.364-.146.455-.582 1.781-1.472 4.472-2.636 8.054-.018.055-.091.255-.237.582-.036.09-.145.127-.236.09a.219.219 0 0 1-.09-.09 7.862 7.862 0 0 1-.237-.582c-1.2-3.69-2.091-6.454-2.673-8.31-.018-.054-.036-.126-.054-.18a.372.372 0 0 0-.346-.255h-1.454a.365.365 0 0 0-.346.472c.018.055.036.091.055.146.909 2.582 2.272 6.436 4.09 11.582 0 .018 0 .018.019.036a.443.443 0 0 1 0 .218c0 .018 0 .018-.018.037-.019.072-.055.163-.073.236a1.805 1.805 0 0 1-1.691 1.2h-1.527c-.2 0-.364.164-.364.364v1.218c0 .2.164.363.364.363H68.6a3.72 3.72 0 0 0 3.418-2.236c.018-.055.037-.11.073-.164.018-.054 1.09-3.09 4.673-13.109.054-.127-.019-.29-.146-.345H76.6c-.055-.018-.073-.037-.11-.037ZM57.11 22.291c.345.109.708.163 1.072.163a4.232 4.232 0 0 0 2.89-1.2 2.949 2.949 0 0 0 .855-2.145v-.945a.163.163 0 0 0-.163-.164h-.037c-.182.018-.272.018-.272.018l-1.146.146-2.273.345c-1.218.2-1.963.69-2.2 1.455a1.923 1.923 0 0 0-.09.563c.018.818.581 1.527 1.363 1.764Zm6.854.8v.727c0 .2-.164.364-.364.364h-1.182a.365.365 0 0 1-.364-.364l-.018-1.2c0-.018-.018-.036-.018-.054a.088.088 0 0 0-.127 0 1.04 1.04 0 0 0-.2.2c-.946.945-2.236 1.418-3.91 1.418-1.2 0-2.181-.327-2.945-.964-.763-.636-1.127-1.527-1.127-2.654A3.316 3.316 0 0 1 54.036 19c.2-.418.491-.764.873-1.018a3.876 3.876 0 0 1 1.055-.546A5.45 5.45 0 0 1 57 17.164c1.764-.255 2.71-.382 2.89-.419.146-.018.728-.09 1.728-.236.073-.018.127-.018.2-.018.091-.018.164-.091.164-.182v-.51c0-.763-.2-1.363-.6-1.78-.4-.42-1.146-.637-2.218-.637-.491 0-.982.054-1.455.2-.364.109-.673.309-.927.6-.164.218-.31.436-.4.69-.018.055-.037.11-.055.183 0 .018 0 .036-.018.054a.371.371 0 0 1-.364.29h-1.363a.378.378 0 0 1-.346-.38v-.074c.019-.145.037-.254.055-.345.09-.345.236-.691.418-1a3.54 3.54 0 0 1 .818-.91c.437-.29.91-.508 1.418-.654a8.41 8.41 0 0 1 2.128-.254c3.29 0 4.89 1.309 4.89 3.963v7.346Zm26.963-10.873v11.564c0 .2.164.363.364.363h1.473c.2 0 .363-.163.363-.363V12.218c0-.2-.163-.364-.363-.364H91.29c-.2 0-.364.164-.364.364Zm0-3.673v1.473c0 .2.164.364.364.364h1.473c.2 0 .363-.164.363-.364V8.545c0-.2-.163-.363-.363-.363H91.29c-.2 0-.364.163-.364.363ZM100 13.782h3.109c.2 0 .364-.164.364-.364V12.2c0-.2-.164-.364-.364-.364H100c-.09 0-.182-.072-.182-.163V8.545c0-.2-.163-.363-.364-.363h-1.472c-.2 0-.364.163-.364.363v3.128c0 .09-.073.181-.163.181H96.09c-.2 0-.364.164-.364.364v1.218c0 .2.164.364.364.364h1.345c.091 0 .182.073.182.164V20.545c.073 2 1.71 3.6 3.709 3.6h1.655c.2 0 .363-.163.363-.363v-1.218c0-.2-.163-.364-.363-.364h-1.655a1.525 1.525 0 0 1-1.527-1.527v-6.71c.018-.108.09-.181.2-.181Zm-47.964-.637a4.96 4.96 0 0 0-4.854-4.963h-7c-.2 0-.364.163-.364.363v15.237c0 .2.164.363.364.363h1.472c.2 0 .364-.163.364-.363v-5.473c0-.09.073-.182.164-.182h5a4.975 4.975 0 0 0 4.854-4.982Zm-1.927 0a3.01 3.01 0 0 1-3.018 3.019h-4.873c-.09 0-.182-.073-.182-.164v-5.691c0-.09.073-.182.164-.182h4.891a3.01 3.01 0 0 1 3.018 3.018Zm31.2 4.928h5.527c.2 0 .364-.164.364-.364v-1.218c0-.2-.164-.364-.364-.364H81.31c-.09 0-.182-.072-.182-.163v-5.655c0-.09.073-.182.164-.182h6.8c.2 0 .364-.163.364-.363V8.545c0-.2-.164-.363-.364-.363h-8.8c-.2 0-.364.163-.364.363v15.237c0 .2.164.363.364.363h1.473c.2 0 .363-.163.363-.363v-5.527c0-.11.073-.182.182-.182Z",
|
|
13
|
+
viewBox: "0 0 104 32"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
rebrand: {
|
|
17
|
+
monogram: {
|
|
18
|
+
path: "M41.7185 0H19.798V53.1631C8.20809 48.3853 3.05176e-05 41.4675 3.05176e-05 41.4675V58.0201C3.05176e-05 58.0201 6.55679 64.9159 19.8024 68.7073V96H34.303V71.16C36.1129 71.2745 37.7994 71.3318 39.4463 71.3318C60.4376 71.3318 78.21 55.5453 78.4874 37.0244C78.4874 16.7332 61.992 0 41.7185 0ZM39.4639 56.8047C37.7642 56.8047 36.038 56.7255 34.3207 56.5714V14.5226H41.7317C53.9998 14.5226 63.9824 24.5185 63.9824 36.8042C63.9824 47.4606 52.5246 56.8047 39.4639 56.8047Z",
|
|
19
|
+
viewBox: "0 0 78.4874 96"
|
|
20
|
+
},
|
|
21
|
+
logotype: {
|
|
22
|
+
path: "M210.121 96.3066C210.121 112.097 215.43 119.447 226.833 119.447C233.941 119.447 245.873 115.956 245.873 92.584V39.8154H266.381V137.591C266.381 147.437 261.906 157.147 254.113 164.23C245.151 172.365 235.821 175.988 223.852 175.988V176C201.762 176 190.733 163.888 189.924 163.072V142.639C204.719 153.612 211.217 156.201 220.995 156.201C239.337 156.201 245.873 147.021 245.873 138.432V130.178C240.278 136.215 232.696 139.277 223.316 139.277C202.528 139.277 189.612 125.697 189.612 103.838V39.8154H210.121V96.3066ZM398.396 39.8467H425.439V58.3018H398.396V105.798C398.396 114.007 403.505 119.31 411.416 119.311C422.858 119.311 430.36 112.179 430.406 112.135V132.064L430.133 132.251C430.033 132.319 419.962 138.973 409.381 138.973C390.323 138.973 378.012 126.972 378.012 108.399V58.3018H362.837V39.8467H378.012V13.917H398.396V39.8467ZM137.548 37.0459C148.882 37.046 160.048 40.4886 168.189 46.4824C177.905 53.6339 183.033 64.0029 183.033 76.457V136.172H162.177V129.736C157.895 133.577 150.245 138.941 139.832 138.941V138.936C130.552 138.936 122.467 135.662 115.938 129.736C108.73 123.22 104.921 114.238 104.921 103.757V103.582C104.996 81.8101 118.888 67.1895 139.483 67.1895C148.869 67.1895 156.463 70.2649 162.064 76.3271V74.6211C162.064 66.0318 155.529 56.9138 137.187 56.8516C125.877 56.8142 118.981 61.9555 116.311 63.1318C118.389 51.474 117.618 49.0336 116.609 41.6455C124.278 38.4027 131.405 37.0459 137.548 37.0459ZM356.276 136.19H335.893V39.8467H356.276V136.19ZM321.203 0C326.444 0 332.675 1.62402 332.675 1.62402C328.629 5.4581 325.38 11.1912 326.743 20.1602C326.743 20.1602 323.457 19.668 321.191 19.668C312.054 19.668 307.423 24.7409 307.423 34.749V39.8281H329.345V58.2832H307.423V136.178H287.039V58.2891H272.886V39.835H287.039V32.9502H287.064C287.55 12.9088 300.894 0.000153164 321.203 0ZM58.9678 0.466797C87.6237 0.466894 110.939 24.119 110.939 52.7998C110.547 78.9784 85.4263 101.292 55.7559 101.292C53.4281 101.292 51.0444 101.211 48.4863 101.049V136.159H27.9902V97.582C9.31516 92.2365 0.0465783 82.5255 0 82.4766V59.0801C0.0581802 59.1291 11.6428 68.8751 27.9834 75.6113V0.466797H58.9678V0.466797ZM143.797 86.6963C132.911 86.6963 125.305 93.6988 125.305 103.72C125.305 113.74 132.911 120.742 143.797 120.742C154.969 120.742 162.188 114.058 162.188 103.72C162.188 93.3815 154.683 86.6964 143.797 86.6963ZM48.5107 80.4287C50.9382 80.6466 53.3787 80.7588 55.7812 80.7588C74.2419 80.7586 90.4365 67.5506 90.4365 52.4883C90.4365 35.1229 76.3268 20.9942 58.9863 20.9941H48.5107V80.4287ZM346.088 3.23047C353.538 3.23061 359.152 8.85118 359.152 16.3076C359.152 23.7639 353.532 29.3837 346.088 29.3838C338.644 29.3838 333.024 23.764 333.023 16.3076C333.023 8.85109 338.638 3.23047 346.088 3.23047Z",
|
|
23
|
+
viewBox: "0 0 430.406 176"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}, c = r({
|
|
7
27
|
slots: {
|
|
8
28
|
base: "",
|
|
9
29
|
monogram: "",
|
|
@@ -11,13 +31,17 @@ var a = n({
|
|
|
11
31
|
},
|
|
12
32
|
variants: {
|
|
13
33
|
showOnlyMonogram: {
|
|
14
|
-
true: { base: "uy:
|
|
15
|
-
false: { base: "uy:
|
|
34
|
+
true: { base: "uy:min-w-[32px]" },
|
|
35
|
+
false: { base: "uy:min-w-[104px]" }
|
|
36
|
+
},
|
|
37
|
+
theme: {
|
|
38
|
+
legacy: {},
|
|
39
|
+
rebrand: {}
|
|
16
40
|
},
|
|
17
41
|
color: {
|
|
18
42
|
original: {
|
|
19
|
-
monogram: "uy:fill-
|
|
20
|
-
logotype: "uy:fill-
|
|
43
|
+
monogram: "uy:theme-legacy:fill-blue-l6 uy:theme-rebrand:fill-grayscale-l12",
|
|
44
|
+
logotype: "uy:theme-legacy:fill-blue-l6 uy:theme-rebrand:fill-grayscale-l12"
|
|
21
45
|
},
|
|
22
46
|
dark: {
|
|
23
47
|
monogram: "uy:fill-content-neutral",
|
|
@@ -29,46 +53,86 @@ var a = n({
|
|
|
29
53
|
}
|
|
30
54
|
}
|
|
31
55
|
},
|
|
56
|
+
compoundVariants: [
|
|
57
|
+
{
|
|
58
|
+
showOnlyMonogram: !0,
|
|
59
|
+
theme: "rebrand",
|
|
60
|
+
className: { base: "uy:min-w-[20px]" }
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
showOnlyMonogram: !1,
|
|
64
|
+
theme: "rebrand",
|
|
65
|
+
className: { base: "uy:min-w-[48px]" }
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
showOnlyMonogram: !0,
|
|
69
|
+
theme: "legacy",
|
|
70
|
+
className: { base: "uy:aspect-square" }
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
showOnlyMonogram: !1,
|
|
74
|
+
theme: "legacy",
|
|
75
|
+
className: { base: "uy:aspect-[13/4]" }
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
showOnlyMonogram: !0,
|
|
79
|
+
theme: "rebrand",
|
|
80
|
+
className: { base: "uy:aspect-square uy:p-100" }
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
showOnlyMonogram: !1,
|
|
84
|
+
theme: "rebrand",
|
|
85
|
+
className: { base: "uy:aspect-[430.406/176]" }
|
|
86
|
+
}
|
|
87
|
+
],
|
|
32
88
|
defaultVariants: { color: "original" }
|
|
33
|
-
}),
|
|
34
|
-
let
|
|
89
|
+
}), l = t(({ color: t, label: r, description: l, showOnlyMonogram: u = !1, ...d }, f) => {
|
|
90
|
+
let p = e(), { theme: m } = n(), h = s[m], g = `payfit-brand-title-${p}`, _ = `payfit-brand-desc-${p}`, { base: v, monogram: y, logotype: b } = c({
|
|
35
91
|
color: t,
|
|
36
|
-
showOnlyMonogram:
|
|
37
|
-
|
|
92
|
+
showOnlyMonogram: u,
|
|
93
|
+
theme: m
|
|
94
|
+
}), x = {
|
|
38
95
|
focusable: !1,
|
|
39
96
|
role: "img",
|
|
40
|
-
"aria-labelledby":
|
|
41
|
-
...
|
|
97
|
+
"aria-labelledby": g,
|
|
98
|
+
...l && { "aria-describedby": _ }
|
|
42
99
|
};
|
|
43
|
-
return /* @__PURE__ */
|
|
44
|
-
...
|
|
45
|
-
...
|
|
46
|
-
ref:
|
|
100
|
+
return /* @__PURE__ */ o("svg", {
|
|
101
|
+
...d,
|
|
102
|
+
...x,
|
|
103
|
+
ref: f,
|
|
47
104
|
fill: "none",
|
|
48
|
-
viewBox:
|
|
49
|
-
className:
|
|
105
|
+
viewBox: u ? h.monogram.viewBox : h.logotype.viewBox,
|
|
106
|
+
className: v(),
|
|
50
107
|
children: [
|
|
51
|
-
/* @__PURE__ */
|
|
52
|
-
id:
|
|
53
|
-
children:
|
|
108
|
+
/* @__PURE__ */ a("title", {
|
|
109
|
+
id: g,
|
|
110
|
+
children: r ?? "PayFit Logo"
|
|
54
111
|
}),
|
|
55
|
-
|
|
56
|
-
id:
|
|
57
|
-
children:
|
|
112
|
+
l && /* @__PURE__ */ a("desc", {
|
|
113
|
+
id: _,
|
|
114
|
+
children: l
|
|
58
115
|
}),
|
|
59
|
-
/* @__PURE__ */
|
|
116
|
+
/* @__PURE__ */ a("path", {
|
|
60
117
|
fillRule: "evenodd",
|
|
61
|
-
className: m(),
|
|
62
|
-
d:
|
|
118
|
+
className: m === "rebrand" ? "uy:hidden" : y(),
|
|
119
|
+
d: h.monogram.path,
|
|
63
120
|
clipRule: "evenodd"
|
|
64
121
|
}),
|
|
65
|
-
|
|
66
|
-
className:
|
|
122
|
+
m === "rebrand" && u && /* @__PURE__ */ a("path", {
|
|
123
|
+
className: y(),
|
|
124
|
+
d: h.monogram.path
|
|
125
|
+
}),
|
|
126
|
+
!u && /* @__PURE__ */ o(i, { children: [/* @__PURE__ */ a("path", {
|
|
127
|
+
className: "uy:hidden",
|
|
67
128
|
d: "M76.49 11.945h-1.472c-.163 0-.309.11-.345.255-.073.218-.128.364-.146.455-.582 1.781-1.472 4.472-2.636 8.054-.018.055-.091.255-.237.582-.036.09-.145.127-.236.09a.219.219 0 0 1-.09-.09 7.862 7.862 0 0 1-.237-.582c-1.2-3.69-2.091-6.454-2.673-8.31-.018-.054-.036-.126-.054-.18a.372.372 0 0 0-.346-.255h-1.454a.365.365 0 0 0-.346.472c.018.055.036.091.055.146.909 2.582 2.272 6.436 4.09 11.582 0 .018 0 .018.019.036a.443.443 0 0 1 0 .218c0 .018 0 .018-.018.037-.019.072-.055.163-.073.236a1.805 1.805 0 0 1-1.691 1.2h-1.527c-.2 0-.364.164-.364.364v1.218c0 .2.164.363.364.363H68.6a3.72 3.72 0 0 0 3.418-2.236c.018-.055.037-.11.073-.164.018-.054 1.09-3.09 4.673-13.109.054-.127-.019-.29-.146-.345H76.6c-.055-.018-.073-.037-.11-.037ZM57.11 22.291c.345.109.708.163 1.072.163a4.232 4.232 0 0 0 2.89-1.2 2.949 2.949 0 0 0 .855-2.145v-.945a.163.163 0 0 0-.163-.164h-.037c-.182.018-.272.018-.272.018l-1.146.146-2.273.345c-1.218.2-1.963.69-2.2 1.455a1.923 1.923 0 0 0-.09.563c.018.818.581 1.527 1.363 1.764Zm6.854.8v.727c0 .2-.164.364-.364.364h-1.182a.365.365 0 0 1-.364-.364l-.018-1.2c0-.018-.018-.036-.018-.054a.088.088 0 0 0-.127 0 1.04 1.04 0 0 0-.2.2c-.946.945-2.236 1.418-3.91 1.418-1.2 0-2.181-.327-2.945-.964-.763-.636-1.127-1.527-1.127-2.654A3.316 3.316 0 0 1 54.036 19c.2-.418.491-.764.873-1.018a3.876 3.876 0 0 1 1.055-.546A5.45 5.45 0 0 1 57 17.164c1.764-.255 2.71-.382 2.89-.419.146-.018.728-.09 1.728-.236.073-.018.127-.018.2-.018.091-.018.164-.091.164-.182v-.51c0-.763-.2-1.363-.6-1.78-.4-.42-1.146-.637-2.218-.637-.491 0-.982.054-1.455.2-.364.109-.673.309-.927.6-.164.218-.31.436-.4.69-.018.055-.037.11-.055.183 0 .018 0 .036-.018.054a.371.371 0 0 1-.364.29h-1.363a.378.378 0 0 1-.346-.38v-.074c.019-.145.037-.254.055-.345.09-.345.236-.691.418-1a3.54 3.54 0 0 1 .818-.91c.437-.29.91-.508 1.418-.654a8.41 8.41 0 0 1 2.128-.254c3.29 0 4.89 1.309 4.89 3.963v7.346Zm26.963-10.873v11.564c0 .2.164.363.364.363h1.473c.2 0 .363-.163.363-.363V12.218c0-.2-.163-.364-.363-.364H91.29c-.2 0-.364.164-.364.364Zm0-3.673v1.473c0 .2.164.364.364.364h1.473c.2 0 .363-.164.363-.364V8.545c0-.2-.163-.363-.363-.363H91.29c-.2 0-.364.163-.364.363ZM100 13.782h3.109c.2 0 .364-.164.364-.364V12.2c0-.2-.164-.364-.364-.364H100c-.09 0-.182-.072-.182-.163V8.545c0-.2-.163-.363-.364-.363h-1.472c-.2 0-.364.163-.364.363v3.128c0 .09-.073.181-.163.181H96.09c-.2 0-.364.164-.364.364v1.218c0 .2.164.364.364.364h1.345c.091 0 .182.073.182.164V20.545c.073 2 1.71 3.6 3.709 3.6h1.655c.2 0 .363-.163.363-.363v-1.218c0-.2-.163-.364-.363-.364h-1.655a1.525 1.525 0 0 1-1.527-1.527v-6.71c.018-.108.09-.181.2-.181Zm-47.964-.637a4.96 4.96 0 0 0-4.854-4.963h-7c-.2 0-.364.163-.364.363v15.237c0 .2.164.363.364.363h1.472c.2 0 .364-.163.364-.363v-5.473c0-.09.073-.182.164-.182h5a4.975 4.975 0 0 0 4.854-4.982Zm-1.927 0a3.01 3.01 0 0 1-3.018 3.019h-4.873c-.09 0-.182-.073-.182-.164v-5.691c0-.09.073-.182.164-.182h4.891a3.01 3.01 0 0 1 3.018 3.018Zm31.2 4.928h5.527c.2 0 .364-.164.364-.364v-1.218c0-.2-.164-.364-.364-.364H81.31c-.09 0-.182-.072-.182-.163v-5.655c0-.09.073-.182.164-.182h6.8c.2 0 .364-.163.364-.363V8.545c0-.2-.164-.363-.364-.363h-8.8c-.2 0-.364.163-.364.363v15.237c0 .2.164.363.364.363h1.473c.2 0 .363-.163.363-.363v-5.527c0-.11.073-.182.182-.182Z"
|
|
68
|
-
})
|
|
129
|
+
}), /* @__PURE__ */ a("path", {
|
|
130
|
+
className: b(),
|
|
131
|
+
d: h.logotype.path
|
|
132
|
+
})] })
|
|
69
133
|
]
|
|
70
134
|
});
|
|
71
135
|
});
|
|
72
|
-
|
|
136
|
+
l.displayName = "PayFitBrand";
|
|
73
137
|
//#endregion
|
|
74
|
-
export {
|
|
138
|
+
export { s as BRAND_ASSETS, l as PayFitBrand };
|
|
@@ -1,53 +1,83 @@
|
|
|
1
1
|
import e from "../../hooks/use-id.js";
|
|
2
2
|
import { Badge as t } from "../badge/Badge.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { BRAND_ASSETS as n } from "./PayFitBrand.js";
|
|
4
|
+
import { forwardRef as r } from "react";
|
|
5
|
+
import { useUnityTheme as i, uyTv as a } from "@payfit/unity-themes";
|
|
6
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
5
7
|
//#region src/components/payfit-brand/PayFitPreprod.tsx
|
|
6
|
-
var
|
|
7
|
-
|
|
8
|
+
var c = a({
|
|
9
|
+
slots: { base: "uy:h-auto" },
|
|
10
|
+
variants: {
|
|
11
|
+
showOnlyMonogram: {
|
|
12
|
+
true: { base: "uy:min-w-[32px]" },
|
|
13
|
+
false: { base: "uy:min-w-[104px]" }
|
|
14
|
+
},
|
|
15
|
+
theme: {
|
|
16
|
+
legacy: {},
|
|
17
|
+
rebrand: {}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
compoundVariants: [{
|
|
21
|
+
showOnlyMonogram: !0,
|
|
22
|
+
theme: "rebrand",
|
|
23
|
+
className: { base: "uy:min-w-[20px]" }
|
|
24
|
+
}, {
|
|
25
|
+
showOnlyMonogram: !1,
|
|
26
|
+
theme: "rebrand",
|
|
27
|
+
className: { base: "uy:min-w-[48px]" }
|
|
28
|
+
}]
|
|
29
|
+
}), l = r(({ label: r, description: a, env: l, showOnlyMonogram: u = !1, ...d }, f) => {
|
|
30
|
+
let p = e(), { theme: m } = i(), h = n[m], g = `payfit-preprod-title-${p}`, _ = `payfit-preprod-desc-${p}`, v = {
|
|
8
31
|
focusable: !1,
|
|
9
32
|
role: "img",
|
|
10
|
-
"aria-labelledby":
|
|
11
|
-
...a && { "aria-describedby":
|
|
33
|
+
"aria-labelledby": g,
|
|
34
|
+
...a && { "aria-describedby": _ }
|
|
12
35
|
};
|
|
13
|
-
return /* @__PURE__ */
|
|
14
|
-
className: "uy:flex uy:gap-200 uy:items-center",
|
|
15
|
-
children: [/* @__PURE__ */
|
|
16
|
-
...
|
|
17
|
-
...
|
|
36
|
+
return /* @__PURE__ */ s("span", {
|
|
37
|
+
className: "uy:flex uy:gap-200 uy:items-center uy:theme-rebrand:items-center",
|
|
38
|
+
children: [/* @__PURE__ */ s("svg", {
|
|
39
|
+
...d,
|
|
40
|
+
...v,
|
|
18
41
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
-
viewBox:
|
|
42
|
+
viewBox: u ? h.monogram.viewBox : h.logotype.viewBox,
|
|
20
43
|
fill: "none",
|
|
21
|
-
ref:
|
|
22
|
-
width:
|
|
23
|
-
|
|
24
|
-
|
|
44
|
+
ref: f,
|
|
45
|
+
width: u ? m === "rebrand" ? 24 : 32 : m === "rebrand" ? 80 : 104,
|
|
46
|
+
className: c({
|
|
47
|
+
showOnlyMonogram: u,
|
|
48
|
+
theme: m
|
|
49
|
+
}).base(),
|
|
25
50
|
children: [
|
|
26
|
-
/* @__PURE__ */
|
|
27
|
-
id:
|
|
28
|
-
children:
|
|
51
|
+
/* @__PURE__ */ o("title", {
|
|
52
|
+
id: g,
|
|
53
|
+
children: r
|
|
29
54
|
}),
|
|
30
|
-
a && /* @__PURE__ */
|
|
31
|
-
id:
|
|
55
|
+
a && /* @__PURE__ */ o("desc", {
|
|
56
|
+
id: _,
|
|
32
57
|
children: a
|
|
33
58
|
}),
|
|
34
|
-
/* @__PURE__ */
|
|
59
|
+
/* @__PURE__ */ o("path", {
|
|
35
60
|
fillRule: "evenodd",
|
|
36
|
-
className: "uy:fill-content-warning",
|
|
37
|
-
d:
|
|
61
|
+
className: m === "rebrand" && !u ? "uy:hidden" : m === "rebrand" ? "uy:fill-grayscale-l12" : "uy:fill-content-warning",
|
|
62
|
+
d: h.monogram.path,
|
|
38
63
|
clipRule: "evenodd"
|
|
39
64
|
}),
|
|
40
|
-
!
|
|
65
|
+
!u && m === "rebrand" && /* @__PURE__ */ o("path", {
|
|
66
|
+
className: "uy:fill-grayscale-l12",
|
|
67
|
+
d: h.logotype.path
|
|
68
|
+
}),
|
|
69
|
+
!u && m === "legacy" && /* @__PURE__ */ o("path", {
|
|
41
70
|
className: "uy:fill-content-neutral",
|
|
42
71
|
d: "M76.49 11.945h-1.472c-.163 0-.309.11-.345.255-.073.218-.128.364-.146.455-.582 1.781-1.472 4.472-2.636 8.054-.018.055-.091.255-.237.582-.036.09-.145.127-.236.09a.219.219 0 0 1-.09-.09 7.862 7.862 0 0 1-.237-.582c-1.2-3.69-2.091-6.454-2.673-8.31-.018-.054-.036-.126-.054-.18a.372.372 0 0 0-.346-.255h-1.454a.365.365 0 0 0-.346.472c.018.055.036.091.055.146.909 2.582 2.272 6.436 4.09 11.582 0 .018 0 .018.019.036a.443.443 0 0 1 0 .218c0 .018 0 .018-.018.037-.019.072-.055.163-.073.236a1.805 1.805 0 0 1-1.691 1.2h-1.527c-.2 0-.364.164-.364.364v1.218c0 .2.164.363.364.363H68.6a3.72 3.72 0 0 0 3.418-2.236c.018-.055.037-.11.073-.164.018-.054 1.09-3.09 4.673-13.109.054-.127-.019-.29-.146-.345H76.6c-.055-.018-.073-.037-.11-.037ZM57.11 22.291c.345.109.708.163 1.072.163a4.232 4.232 0 0 0 2.89-1.2 2.949 2.949 0 0 0 .855-2.145v-.945a.163.163 0 0 0-.163-.164h-.037c-.182.018-.272.018-.272.018l-1.146.146-2.273.345c-1.218.2-1.963.69-2.2 1.455a1.923 1.923 0 0 0-.09.563c.018.818.581 1.527 1.363 1.764Zm6.854.8v.727c0 .2-.164.364-.364.364h-1.182a.365.365 0 0 1-.364-.364l-.018-1.2c0-.018-.018-.036-.018-.054a.088.088 0 0 0-.127 0 1.04 1.04 0 0 0-.2.2c-.946.945-2.236 1.418-3.91 1.418-1.2 0-2.181-.327-2.945-.964-.763-.636-1.127-1.527-1.127-2.654A3.316 3.316 0 0 1 54.036 19c.2-.418.491-.764.873-1.018a3.876 3.876 0 0 1 1.055-.546A5.45 5.45 0 0 1 57 17.164c1.764-.255 2.71-.382 2.89-.419.146-.018.728-.09 1.728-.236.073-.018.127-.018.2-.018.091-.018.164-.091.164-.182v-.51c0-.763-.2-1.363-.6-1.78-.4-.42-1.146-.637-2.218-.637-.491 0-.982.054-1.455.2-.364.109-.673.309-.927.6-.164.218-.31.436-.4.69-.018.055-.037.11-.055.183 0 .018 0 .036-.018.054a.371.371 0 0 1-.364.29h-1.363a.378.378 0 0 1-.346-.38v-.074c.019-.145.037-.254.055-.345.09-.345.236-.691.418-1a3.54 3.54 0 0 1 .818-.91c.437-.29.91-.508 1.418-.654a8.41 8.41 0 0 1 2.128-.254c3.29 0 4.89 1.309 4.89 3.963v7.346Zm26.963-10.873v11.564c0 .2.164.363.364.363h1.473c.2 0 .363-.163.363-.363V12.218c0-.2-.163-.364-.363-.364H91.29c-.2 0-.364.164-.364.364Zm0-3.673v1.473c0 .2.164.364.364.364h1.473c.2 0 .363-.164.363-.364V8.545c0-.2-.163-.363-.363-.363H91.29c-.2 0-.364.163-.364.363ZM100 13.782h3.109c.2 0 .364-.164.364-.364V12.2c0-.2-.164-.364-.364-.364H100c-.09 0-.182-.072-.182-.163V8.545c0-.2-.163-.363-.364-.363h-1.472c-.2 0-.364.163-.364.363v3.128c0 .09-.073.181-.163.181H96.09c-.2 0-.364.164-.364.364v1.218c0 .2.164.364.364.364h1.345c.091 0 .182.073.182.164V20.545c.073 2 1.71 3.6 3.709 3.6h1.655c.2 0 .363-.163.363-.363v-1.218c0-.2-.163-.364-.363-.364h-1.655a1.525 1.525 0 0 1-1.527-1.527v-6.71c.018-.108.09-.181.2-.181Zm-47.964-.637a4.96 4.96 0 0 0-4.854-4.963h-7c-.2 0-.364.163-.364.363v15.237c0 .2.164.363.364.363h1.472c.2 0 .364-.163.364-.363v-5.473c0-.09.073-.182.164-.182h5a4.975 4.975 0 0 0 4.854-4.982Zm-1.927 0a3.01 3.01 0 0 1-3.018 3.019h-4.873c-.09 0-.182-.073-.182-.164v-5.691c0-.09.073-.182.164-.182h4.891a3.01 3.01 0 0 1 3.018 3.018Zm31.2 4.928h5.527c.2 0 .364-.164.364-.364v-1.218c0-.2-.164-.364-.364-.364H81.31c-.09 0-.182-.072-.182-.163v-5.655c0-.09.073-.182.164-.182h6.8c.2 0 .364-.163.364-.363V8.545c0-.2-.164-.363-.364-.363h-8.8c-.2 0-.364.163-.364.363v15.237c0 .2.164.363.364.363h1.473c.2 0 .363-.163.363-.363v-5.527c0-.11.073-.182.182-.182Z"
|
|
43
72
|
})
|
|
44
73
|
]
|
|
45
|
-
}), /* @__PURE__ */
|
|
74
|
+
}), /* @__PURE__ */ o(t, {
|
|
46
75
|
variant: "warning",
|
|
47
|
-
|
|
76
|
+
className: "uy:theme-rebrand:self-center",
|
|
77
|
+
children: l
|
|
48
78
|
})]
|
|
49
79
|
});
|
|
50
80
|
});
|
|
51
|
-
|
|
81
|
+
l.displayName = "PayFitBrandPreprod";
|
|
52
82
|
//#endregion
|
|
53
|
-
export {
|
|
83
|
+
export { l as PayFitBrandPreprod };
|
package/dist/esm/index.js
CHANGED
|
@@ -33,209 +33,209 @@ import { Badge as B } from "./components/badge/Badge.js";
|
|
|
33
33
|
import { MenuSeparator as V } from "./components/menu/parts/MenuSeparator.js";
|
|
34
34
|
import { MenuHeader as H } from "./components/menu/parts/MenuHeader.js";
|
|
35
35
|
import { AppMenuFooter as U } from "./components/app-menu/parts/AppMenuFooter.js";
|
|
36
|
-
import {
|
|
37
|
-
import { PayFitBrandPreprod as
|
|
38
|
-
import { AppMenuHeader as
|
|
39
|
-
import { AppMenuNavContent as
|
|
40
|
-
import { Autocomplete as
|
|
41
|
-
import { AutocompleteItem as
|
|
42
|
-
import { AutocompleteItemGroup as
|
|
43
|
-
import { AvatarIcon as
|
|
44
|
-
import { AvatarPair as
|
|
45
|
-
import { BadgeDot as
|
|
46
|
-
import { BottomSheet as
|
|
47
|
-
import { BottomSheetContent as
|
|
48
|
-
import { BottomSheetFooter as
|
|
49
|
-
import { BottomSheetHeader as
|
|
50
|
-
import { Breadcrumbs as
|
|
51
|
-
import { Breadcrumb as
|
|
52
|
-
import { NoopRouterProvider as
|
|
53
|
-
import { RawLink as
|
|
54
|
-
import { BREADCRUMB_ITEM_MAX_WIDTH as
|
|
55
|
-
import { CarouselNav as
|
|
56
|
-
import { Carousel as
|
|
57
|
-
import { CarouselHeader as
|
|
58
|
-
import { CarouselContent as
|
|
59
|
-
import { CarouselSlide as
|
|
60
|
-
import { Card as
|
|
61
|
-
import { CardTitle as
|
|
62
|
-
import { CardContent as
|
|
63
|
-
import { Label as
|
|
64
|
-
import { CheckboxGroup as
|
|
65
|
-
import { Checkbox as
|
|
66
|
-
import { CheckboxStandalone as
|
|
67
|
-
import { Collapsible as
|
|
68
|
-
import { CollapsibleContent as
|
|
69
|
-
import { CollapsibleTitle as
|
|
70
|
-
import { TableBody as
|
|
71
|
-
import { TableColumnHeader as
|
|
72
|
-
import { EmptyState as
|
|
73
|
-
import { EmptyStateActions as
|
|
74
|
-
import { EmptyStateContent as
|
|
75
|
-
import { EmptyStateIcon as
|
|
76
|
-
import { TableEmptyState as
|
|
77
|
-
import { TableHeader as
|
|
78
|
-
import { SelectOption as
|
|
79
|
-
import { Search as
|
|
80
|
-
import { SelectButton as
|
|
81
|
-
import { Select as
|
|
82
|
-
import { TablePagination as
|
|
83
|
-
import { Table as
|
|
84
|
-
import { DataTable as
|
|
85
|
-
import { DataTableRoot as
|
|
86
|
-
import { DataTableBulkActions as
|
|
87
|
-
import { DateCalendar as
|
|
88
|
-
import { DatePicker as
|
|
89
|
-
import { DateRangeCalendar as
|
|
90
|
-
import { DateRangePicker as
|
|
91
|
-
import { DefinitionList as
|
|
92
|
-
import { DefinitionItem as
|
|
93
|
-
import { DefinitionTooltip as
|
|
94
|
-
import { DialogActions as
|
|
95
|
-
import { DialogButton as
|
|
96
|
-
import { Dialog as
|
|
97
|
-
import { DialogContent as
|
|
98
|
-
import { DialogTitle as
|
|
99
|
-
import { PromoDialogActions as
|
|
100
|
-
import { PromoDialogHero as
|
|
101
|
-
import { PromoDialogTitle as
|
|
102
|
-
import { PromoDialog as
|
|
103
|
-
import { PromoDialogSubtitle as
|
|
104
|
-
import { PromoDialogContent as
|
|
105
|
-
import { EmptyStateGetStarted as
|
|
106
|
-
import { EmptyStateWaitingForData as
|
|
107
|
-
import { EmptyStateGoodJob as
|
|
108
|
-
import { EmptyStateUpgradeRequired as
|
|
109
|
-
import { EmptyStateNoSearchResults as
|
|
110
|
-
import { EmptyStateUseDesktop as
|
|
111
|
-
import { useContainerQueryLevel as
|
|
112
|
-
import { ErrorState as
|
|
113
|
-
import { Fieldset as
|
|
114
|
-
import { FieldGroup as
|
|
115
|
-
import { Filter as
|
|
116
|
-
import { FloatingActionBar as
|
|
117
|
-
import { FilterAdapters as
|
|
118
|
-
import { FilterToolbar as
|
|
119
|
-
import { flex as
|
|
120
|
-
import { Flex as
|
|
121
|
-
import { FlexItem as
|
|
122
|
-
import { Form as
|
|
123
|
-
import { FullPageLoader as
|
|
124
|
-
import { SkipLink as
|
|
125
|
-
import { FunnelLayout as
|
|
126
|
-
import { FunnelBody as
|
|
127
|
-
import { FunnelPage as
|
|
128
|
-
import { FunnelPageAction as
|
|
129
|
-
import { FunnelPageActions as
|
|
130
|
-
import { FunnelPageContent as
|
|
131
|
-
import { FunnelBackButton as
|
|
132
|
-
import { FunnelPageFooter as
|
|
133
|
-
import { FunnelPageHeader as
|
|
134
|
-
import { FunnelSidebar as
|
|
135
|
-
import { FunnelTopBar as
|
|
136
|
-
import { grid as
|
|
137
|
-
import { Grid as
|
|
138
|
-
import { GridItem as
|
|
139
|
-
import { Input as
|
|
140
|
-
import { RawLinkButton as
|
|
141
|
-
import { ListView as
|
|
142
|
-
import { RawListViewItem as
|
|
143
|
-
import { ListViewSection as
|
|
144
|
-
import { ListViewItemLabel as
|
|
145
|
-
import { ListViewItemText as
|
|
146
|
-
import { MenuSection as
|
|
147
|
-
import { MultiSelect as
|
|
148
|
-
import { MultiSelectOptGroup as
|
|
149
|
-
import { MultiSelectOption as
|
|
150
|
-
import { Nav as
|
|
151
|
-
import { RawNavItem as
|
|
152
|
-
import { NavGroup as
|
|
153
|
-
import { RawNavigationCard as
|
|
154
|
-
import { NavigationCardGroup as
|
|
155
|
-
import { NavigationCardLabel as
|
|
156
|
-
import { NavigationCardDescription as
|
|
157
|
-
import { NumberInput as
|
|
158
|
-
import { Page as
|
|
159
|
-
import { PageHeader as
|
|
160
|
-
import { PageHeading as
|
|
161
|
-
import { Pagination as
|
|
162
|
-
import { PaginationContent as
|
|
163
|
-
import { PaginationItem as
|
|
164
|
-
import { RawPaginationLink as
|
|
165
|
-
import { RawPaginationPrevious as
|
|
166
|
-
import { RawPaginationNext as
|
|
167
|
-
import { PaginationEllipsis as
|
|
168
|
-
import { usePaginationWindow as
|
|
169
|
-
import { usePaginationState as
|
|
170
|
-
import { PhoneNumberInput as
|
|
171
|
-
import { Pill as
|
|
172
|
-
import { Popover as
|
|
173
|
-
import { ProgressBar as
|
|
174
|
-
import { RadioButtonGroup as
|
|
175
|
-
import { RadioButtonHelper as
|
|
176
|
-
import { RadioIndicator as
|
|
177
|
-
import { RadioButton as
|
|
178
|
-
import { SegmentedButtonGroup as
|
|
179
|
-
import { ToggleButton as
|
|
180
|
-
import { SelectableButtonGroup as
|
|
181
|
-
import { SelectableButton as
|
|
182
|
-
import { SelectableCardCheckboxGroup as
|
|
183
|
-
import { SelectableCardCheckbox as
|
|
184
|
-
import { SelectableCardRadioGroup as
|
|
185
|
-
import { SelectableCardRadio as
|
|
186
|
-
import { SelectOptionGroup as
|
|
187
|
-
import { SelectOptionHelper as
|
|
188
|
-
import { SidePanel as
|
|
189
|
-
import { SidePanelContent as
|
|
190
|
-
import { SidePanelFooter as
|
|
191
|
-
import { SidePanelHeader as
|
|
192
|
-
import { Stepper as
|
|
193
|
-
import { Step as
|
|
194
|
-
import { useStepper as
|
|
195
|
-
import { TableCell as
|
|
196
|
-
import { TableRow as
|
|
197
|
-
import { Tabs as
|
|
198
|
-
import { RawTab as
|
|
199
|
-
import { TabList as
|
|
200
|
-
import { TabPanel as
|
|
201
|
-
import { TaskMenu as
|
|
202
|
-
import { RawSubTask as
|
|
203
|
-
import { RawTask as
|
|
204
|
-
import { TaskGroup as
|
|
205
|
-
import { TextArea as
|
|
206
|
-
import { Timeline as
|
|
207
|
-
import { TimelineStep as
|
|
208
|
-
import { TimelineStepHeader as
|
|
209
|
-
import { TimelineStepDescription as
|
|
210
|
-
import { TOAST_CONFIG as
|
|
211
|
-
import { toast as
|
|
212
|
-
import { ToggleSwitchGroup as
|
|
213
|
-
import { ToggleSwitch as
|
|
214
|
-
import { useAsyncList as
|
|
215
|
-
import { FormHelperText as
|
|
216
|
-
import { RawFormContextualLink as
|
|
217
|
-
import { FormField as
|
|
218
|
-
import { useUnityForm as
|
|
219
|
-
import { FormControl as
|
|
220
|
-
import { FormFeedbackText as
|
|
221
|
-
import { CheckboxField as
|
|
222
|
-
import { CheckboxGroupField as
|
|
223
|
-
import { FormLabel as
|
|
224
|
-
import { DatePickerField as
|
|
225
|
-
import { MultiSelectField as
|
|
226
|
-
import { NumberField as
|
|
227
|
-
import { RadioButtonGroupField as
|
|
228
|
-
import { SelectableButtonGroupField as
|
|
229
|
-
import { SelectableCardCheckboxGroupField as
|
|
230
|
-
import { SelectableCardRadioGroupField as
|
|
231
|
-
import { SelectField as
|
|
232
|
-
import { TextField as
|
|
233
|
-
import { ToggleSwitchField as
|
|
234
|
-
import { ToggleSwitchGroupField as
|
|
235
|
-
import { useFieldContext as
|
|
236
|
-
import { useTanstackUnityForm as
|
|
237
|
-
import { tanstackFormDefaultValues as
|
|
238
|
-
import { useFieldA11yContext as
|
|
239
|
-
import { fieldRevalidateLogic as
|
|
240
|
-
import { CollapsibleGroup as
|
|
241
|
-
export { y as ActionBar, u as ActionBarAction, d as ActionBarButton, m as ActionBarIconButton, b as ActionBarRoot, e as Actionable, w as Alert, T as AlertActions, O as AlertContent, k as AlertTitle, A as Anchor, j as AppLayout, F as AppMenu, M as AppMenuContext, N as AppMenuContextProvider, U as AppMenuFooter,
|
|
36
|
+
import { BRAND_ASSETS as W, PayFitBrand as G } from "./components/payfit-brand/PayFitBrand.js";
|
|
37
|
+
import { PayFitBrandPreprod as K } from "./components/payfit-brand/PayFitPreprod.js";
|
|
38
|
+
import { AppMenuHeader as q } from "./components/app-menu/parts/AppMenuHeader.js";
|
|
39
|
+
import { AppMenuNavContent as J } from "./components/app-menu/parts/AppMenuNavContent.js";
|
|
40
|
+
import { Autocomplete as Y } from "./components/autocomplete/Autocomplete.js";
|
|
41
|
+
import { AutocompleteItem as X, autocompleteItem as Z } from "./components/autocomplete/parts/AutocompleteItem.js";
|
|
42
|
+
import { AutocompleteItemGroup as Q, autocompleteItemGroup as $ } from "./components/autocomplete/parts/AutocompleteItemGroup.js";
|
|
43
|
+
import { AvatarIcon as ee } from "./components/avatar/parts/AvatarIcon.js";
|
|
44
|
+
import { AvatarPair as te } from "./components/avatar/parts/AvatarPair.js";
|
|
45
|
+
import { BadgeDot as ne } from "./components/badge/parts/BadgeDot.js";
|
|
46
|
+
import { BottomSheet as re, bottomSheet as ie } from "./components/bottom-sheet/BottomSheet.js";
|
|
47
|
+
import { BottomSheetContent as ae, bottomSheetContent as oe } from "./components/bottom-sheet/parts/BottomSheetContent.js";
|
|
48
|
+
import { BottomSheetFooter as se, bottomSheetFooter as ce } from "./components/bottom-sheet/parts/BottomSheetFooter.js";
|
|
49
|
+
import { BottomSheetHeader as le, bottomSheetHeader as ue } from "./components/bottom-sheet/parts/BottomSheetHeader.js";
|
|
50
|
+
import { Breadcrumbs as de } from "./components/breadcrumbs/Breadcrumbs.js";
|
|
51
|
+
import { Breadcrumb as fe } from "./components/breadcrumbs/parts/Breadcrumb.js";
|
|
52
|
+
import { NoopRouterProvider as pe, RouterProvider as me, useRouter as he } from "./providers/router/RouterProvider.js";
|
|
53
|
+
import { RawLink as ge, link as _e } from "./components/link/RawLink.js";
|
|
54
|
+
import { BREADCRUMB_ITEM_MAX_WIDTH as ve, RawBreadcrumbLink as ye } from "./components/breadcrumbs/parts/RawBreadcrumbLink.js";
|
|
55
|
+
import { CarouselNav as be, carouselNav as xe } from "./components/carousel/parts/CarouselNav.js";
|
|
56
|
+
import { Carousel as Se, carousel as Ce } from "./components/carousel/Carousel.js";
|
|
57
|
+
import { CarouselHeader as we, carouselHeader as Te } from "./components/carousel/parts/CarouselHeader.js";
|
|
58
|
+
import { CarouselContent as Ee, carouselContent as De } from "./components/carousel/parts/CarouselContent.js";
|
|
59
|
+
import { CarouselSlide as Oe, carouselSlide as ke } from "./components/carousel/parts/CarouselSlide.js";
|
|
60
|
+
import { Card as Ae, card as je } from "./components/card/Card.js";
|
|
61
|
+
import { CardTitle as Me } from "./components/card/parts/CardTitle.js";
|
|
62
|
+
import { CardContent as Ne } from "./components/card/parts/CardContent.js";
|
|
63
|
+
import { Label as Pe } from "./components/label/Label.js";
|
|
64
|
+
import { CheckboxGroup as Fe, checkboxGroup as Ie } from "./components/checkbox-group/CheckboxGroup.js";
|
|
65
|
+
import { Checkbox as Le } from "./components/checkbox/Checkbox.js";
|
|
66
|
+
import { CheckboxStandalone as Re } from "./components/checkbox/CheckboxStandalone.js";
|
|
67
|
+
import { Collapsible as ze } from "./components/collapsible/Collapsible.js";
|
|
68
|
+
import { CollapsibleContent as Be } from "./components/collapsible/parts/CollapsibleContent.js";
|
|
69
|
+
import { CollapsibleTitle as Ve } from "./components/collapsible/parts/CollapsibleTitle.js";
|
|
70
|
+
import { TableBody as He, tableBody as Ue } from "./components/table/parts/TableBody.js";
|
|
71
|
+
import { TableColumnHeader as We, tableColumnHeader as Ge } from "./components/table/parts/TableColumnHeader.js";
|
|
72
|
+
import { EmptyState as Ke } from "./components/empty-state/EmptyState.js";
|
|
73
|
+
import { EmptyStateActions as qe } from "./components/empty-state/parts/EmptyStateActions.js";
|
|
74
|
+
import { EmptyStateContent as Je } from "./components/empty-state/parts/EmptyStateContent.js";
|
|
75
|
+
import { EmptyStateIcon as Ye } from "./components/empty-state/parts/EmptyStateIcon.js";
|
|
76
|
+
import { TableEmptyState as Xe, TableEmptyStateError as Ze, TableEmptyStateLoading as Qe, TableEmptyStateNoData as $e, TableEmptyStateText as et, TableNoSearchResults as tt, tableEmptyState as nt } from "./components/table/parts/TableEmptyState.js";
|
|
77
|
+
import { TableHeader as rt, tableHeader as it } from "./components/table/parts/TableHeader.js";
|
|
78
|
+
import { SelectOption as at } from "./components/select/parts/SelectOption.js";
|
|
79
|
+
import { Search as ot, search as st } from "./components/search/Search.js";
|
|
80
|
+
import { SelectButton as ct } from "./components/select/parts/SelectButton.js";
|
|
81
|
+
import { Select as lt } from "./components/select/Select.js";
|
|
82
|
+
import { TablePagination as ut, tablePagination as dt } from "./components/table/parts/TablePagination.js";
|
|
83
|
+
import { Table as ft, TableRoot as pt } from "./components/table/Table.js";
|
|
84
|
+
import { DataTable as mt } from "./components/data-table/DataTable.js";
|
|
85
|
+
import { DataTableRoot as ht, dataTableRoot as gt } from "./components/data-table/parts/DataTableRoot.js";
|
|
86
|
+
import { DataTableBulkActions as _t } from "./components/data-table/parts/DataTableBulkActions.js";
|
|
87
|
+
import { DateCalendar as vt } from "./components/date-calendar/DateCalendar.js";
|
|
88
|
+
import { DatePicker as yt } from "./components/date-picker/DatePicker.js";
|
|
89
|
+
import { DateRangeCalendar as bt } from "./components/date-range-calendar/DateRangeCalendar.js";
|
|
90
|
+
import { DateRangePicker as xt } from "./components/date-range-picker/DateRangePicker.js";
|
|
91
|
+
import { DefinitionList as St } from "./components/definition-list/DefinitionList.js";
|
|
92
|
+
import { DefinitionItem as Ct } from "./components/definition-list/parts/DefinitionItem.js";
|
|
93
|
+
import { DefinitionTooltip as wt } from "./components/definition-tooltip/DefinitionTooltip.js";
|
|
94
|
+
import { DialogActions as Tt } from "./components/dialog/parts/DialogActions.js";
|
|
95
|
+
import { DialogButton as Et } from "./components/dialog/parts/DialogActions/DialogButton.js";
|
|
96
|
+
import { Dialog as Dt, DialogTrigger as Ot, dialog as kt } from "./components/dialog/Dialog.js";
|
|
97
|
+
import { DialogContent as At } from "./components/dialog/parts/DialogContent.js";
|
|
98
|
+
import { DialogTitle as jt } from "./components/dialog/parts/DialogTitle.js";
|
|
99
|
+
import { PromoDialogActions as Mt } from "./components/promo-dialog/parts/PromoDialogActions.js";
|
|
100
|
+
import { PromoDialogHero as Nt } from "./components/promo-dialog/parts/PromoDialogHero.js";
|
|
101
|
+
import { PromoDialogTitle as Pt } from "./components/promo-dialog/parts/PromoDialogTitle.js";
|
|
102
|
+
import { PromoDialog as Ft, promoDialog as It } from "./components/promo-dialog/PromoDialog.js";
|
|
103
|
+
import { PromoDialogSubtitle as Lt } from "./components/promo-dialog/parts/PromoDialogSubtitle.js";
|
|
104
|
+
import { PromoDialogContent as Rt } from "./components/promo-dialog/parts/PromoDialogContent.js";
|
|
105
|
+
import { EmptyStateGetStarted as zt } from "./components/empty-state/presets/EmptyStateGetStarted.js";
|
|
106
|
+
import { EmptyStateWaitingForData as Bt } from "./components/empty-state/presets/EmptyStateWaitingForData.js";
|
|
107
|
+
import { EmptyStateGoodJob as Vt } from "./components/empty-state/presets/EmptyStateGoodJob.js";
|
|
108
|
+
import { EmptyStateUpgradeRequired as Ht } from "./components/empty-state/presets/EmptyStateUpgradeRequired.js";
|
|
109
|
+
import { EmptyStateNoSearchResults as Ut } from "./components/empty-state/presets/EmptyStateNoSearchResults.js";
|
|
110
|
+
import { EmptyStateUseDesktop as Wt } from "./components/empty-state/presets/EmptyStateUseDesktop.js";
|
|
111
|
+
import { useContainerQueryLevel as Gt } from "./hooks/use-container-query-level.js";
|
|
112
|
+
import { ErrorState as Kt, errorState as qt } from "./components/error-state/ErrorState.js";
|
|
113
|
+
import { Fieldset as Jt, fieldset as Yt } from "./components/fieldset/Fieldset.js";
|
|
114
|
+
import { FieldGroup as Xt } from "./components/fieldset/parts/FieldGroup.js";
|
|
115
|
+
import { Filter as Zt, FilterControls as Qt, FilterLabels as $t, filterContainer as en, filterDismissButton as tn } from "./components/filter/Filter.js";
|
|
116
|
+
import { FloatingActionBar as nn, floatingActionBar as rn } from "./components/floating-action-bar/FloatingActionBar.js";
|
|
117
|
+
import { FilterAdapters as an } from "./components/filter-toolbar/utils/filter-adapters.js";
|
|
118
|
+
import { FilterToolbar as on, filterToolbar as sn } from "./components/filter-toolbar/FilterToolbar.js";
|
|
119
|
+
import { flex as cn, flexItem as ln } from "./components/flex/Flex.variants.js";
|
|
120
|
+
import { Flex as un, Stack as dn } from "./components/flex/Flex.js";
|
|
121
|
+
import { FlexItem as fn, StackItem as pn } from "./components/flex/FlexItem.js";
|
|
122
|
+
import { Form as mn } from "./components/form/Form.js";
|
|
123
|
+
import { FullPageLoader as hn, fullPageLoader as gn } from "./components/full-page-loader/FullPageLoader.js";
|
|
124
|
+
import { SkipLink as _n, SkipLinks as vn } from "./components/skip-links/SkipLinks.js";
|
|
125
|
+
import { FunnelLayout as yn, funnelLayout as bn } from "./components/funnel-layout/FunnelLayout.js";
|
|
126
|
+
import { FunnelBody as xn, funnelBody as Sn } from "./components/funnel-layout/parts/FunnelBody.js";
|
|
127
|
+
import { FunnelPage as Cn, funnelPage as wn } from "./components/funnel-layout/parts/FunnelPage.js";
|
|
128
|
+
import { FunnelPageAction as Tn } from "./components/funnel-layout/parts/FunnelPageAction.js";
|
|
129
|
+
import { FunnelPageActions as En, funnelPageActions as Dn } from "./components/funnel-layout/parts/FunnelPageActions.js";
|
|
130
|
+
import { FunnelPageContent as On, funnelPageContent as kn } from "./components/funnel-layout/parts/FunnelPageContent.js";
|
|
131
|
+
import { FunnelBackButton as An } from "./components/funnel-layout/parts/FunnelBackButton.js";
|
|
132
|
+
import { FunnelPageFooter as jn, funnelPageFooter as Mn } from "./components/funnel-layout/parts/FunnelPageFooter.js";
|
|
133
|
+
import { FunnelPageHeader as Nn, funnelPageHeader as Pn } from "./components/funnel-layout/parts/FunnelPageHeader.js";
|
|
134
|
+
import { FunnelSidebar as Fn, funnelSidebar as In } from "./components/funnel-layout/parts/FunnelSidebar.js";
|
|
135
|
+
import { FunnelTopBar as Ln, funnelTopBar as Rn } from "./components/funnel-layout/parts/FunnelTopBar.js";
|
|
136
|
+
import { grid as zn, gridItem as Bn } from "./components/grid/Grid.variants.js";
|
|
137
|
+
import { Grid as Vn } from "./components/grid/Grid.js";
|
|
138
|
+
import { GridItem as Hn } from "./components/grid/GridItem.js";
|
|
139
|
+
import { Input as Un } from "./components/input/Input.js";
|
|
140
|
+
import { RawLinkButton as Wn } from "./components/link-button/RawLinkButton.js";
|
|
141
|
+
import { ListView as Gn } from "./components/list-view/ListView.js";
|
|
142
|
+
import { RawListViewItem as Kn, listViewItem as qn } from "./components/list-view/parts/RawListViewItem.js";
|
|
143
|
+
import { ListViewSection as Jn, listViewSection as Yn } from "./components/list-view/parts/ListViewSection.js";
|
|
144
|
+
import { ListViewItemLabel as Xn } from "./components/list-view/parts/ListViewItemLabel.js";
|
|
145
|
+
import { ListViewItemText as Zn } from "./components/list-view/parts/ListViewItemText.js";
|
|
146
|
+
import { MenuSection as Qn } from "./components/menu/parts/MenuSection.js";
|
|
147
|
+
import { MultiSelect as $n } from "./components/multi-select/MultiSelect.js";
|
|
148
|
+
import { MultiSelectOptGroup as er } from "./components/multi-select/parts/MultiSelectOptGroup.js";
|
|
149
|
+
import { MultiSelectOption as tr } from "./components/multi-select/parts/MultiSelectOption.js";
|
|
150
|
+
import { Nav as nr } from "./components/nav/Nav.js";
|
|
151
|
+
import { RawNavItem as rr, navItemBase as ir } from "./components/nav/parts/RawNavItem.js";
|
|
152
|
+
import { NavGroup as ar } from "./components/nav/parts/NavGroup.js";
|
|
153
|
+
import { RawNavigationCard as or } from "./components/navigation-card/NavigationCard.js";
|
|
154
|
+
import { NavigationCardGroup as sr, navigationCardGroup as cr } from "./components/navigation-card/parts/NavigationCardGroup.js";
|
|
155
|
+
import { NavigationCardLabel as lr } from "./components/navigation-card/parts/NavigationCardLabel.js";
|
|
156
|
+
import { NavigationCardDescription as ur } from "./components/navigation-card/parts/NavigationCardDescription.js";
|
|
157
|
+
import { NumberInput as dr, numberInput as fr } from "./components/number-input/NumberInput.js";
|
|
158
|
+
import { Page as pr, page as mr } from "./components/page/Page.js";
|
|
159
|
+
import { PageHeader as hr, pageHeader as gr } from "./components/page/parts/PageHeader.js";
|
|
160
|
+
import { PageHeading as _r } from "./components/page/parts/PageHeading.js";
|
|
161
|
+
import { Pagination as vr, pagination as yr } from "./components/pagination/Pagination.js";
|
|
162
|
+
import { PaginationContent as br, paginationContent as xr } from "./components/pagination/parts/PaginationContent.js";
|
|
163
|
+
import { PaginationItem as Sr } from "./components/pagination/parts/PaginationItem.js";
|
|
164
|
+
import { RawPaginationLink as Cr, paginationLink as wr } from "./components/pagination/parts/RawPaginationLink.js";
|
|
165
|
+
import { RawPaginationPrevious as Tr } from "./components/pagination/parts/RawPaginationPrevious.js";
|
|
166
|
+
import { RawPaginationNext as Er } from "./components/pagination/parts/RawPaginationNext.js";
|
|
167
|
+
import { PaginationEllipsis as Dr } from "./components/pagination/parts/PaginationEllipsis.js";
|
|
168
|
+
import { usePaginationWindow as Or } from "./components/pagination/hooks/use-pagination-window.js";
|
|
169
|
+
import { usePaginationState as kr } from "./components/pagination/hooks/use-pagination-state.js";
|
|
170
|
+
import { PhoneNumberInput as Ar } from "./components/phone-number/PhoneNumberInput.js";
|
|
171
|
+
import { Pill as jr } from "./components/pill/Pill.js";
|
|
172
|
+
import { Popover as Mr, PopoverTrigger as Nr } from "./components/popover/Popover.js";
|
|
173
|
+
import { ProgressBar as Pr } from "./components/progress-bar/ProgressBar.js";
|
|
174
|
+
import { RadioButtonGroup as Fr } from "./components/radio-button-group/RadioButtonGroup.js";
|
|
175
|
+
import { RadioButtonHelper as Ir } from "./components/radio-button-group/parts/RadioButtonHelper.js";
|
|
176
|
+
import { RadioIndicator as Lr } from "./components/radio-button-group/parts/RadioIndicator.js";
|
|
177
|
+
import { RadioButton as Rr, radioButton as zr } from "./components/radio-button-group/parts/RadioButton.js";
|
|
178
|
+
import { SegmentedButtonGroup as Br } from "./components/segmented-button-group/SegmentedButtonGroup.js";
|
|
179
|
+
import { ToggleButton as Vr } from "./components/segmented-button-group/parts/ToggleButton.js";
|
|
180
|
+
import { SelectableButtonGroup as Hr, selectableButtonGroup as Ur } from "./components/selectable-button-group/SelectableButtonGroup.js";
|
|
181
|
+
import { SelectableButton as Wr, selectableButton as Gr } from "./components/selectable-button-group/parts/SelectableButton.js";
|
|
182
|
+
import { SelectableCardCheckboxGroup as Kr } from "./components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.js";
|
|
183
|
+
import { SelectableCardCheckbox as qr } from "./components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.js";
|
|
184
|
+
import { SelectableCardRadioGroup as Jr } from "./components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.js";
|
|
185
|
+
import { SelectableCardRadio as Yr } from "./components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.js";
|
|
186
|
+
import { SelectOptionGroup as Xr } from "./components/select/parts/SelectOptionGroup.js";
|
|
187
|
+
import { SelectOptionHelper as Zr } from "./components/select/parts/SelectOptionHelper.js";
|
|
188
|
+
import { SidePanel as Qr, sidePanel as $r } from "./components/side-panel/SidePanel.js";
|
|
189
|
+
import { SidePanelContent as ei, sidePanelContent as ti } from "./components/side-panel/parts/SidePanelContent.js";
|
|
190
|
+
import { SidePanelFooter as ni, sidePanelFooter as ri } from "./components/side-panel/parts/SidePanelFooter.js";
|
|
191
|
+
import { SidePanelHeader as ii, sidePanelHeader as ai } from "./components/side-panel/parts/SidePanelHeader.js";
|
|
192
|
+
import { Stepper as oi } from "./components/stepper/Stepper.js";
|
|
193
|
+
import { Step as si } from "./components/stepper/parts/Step.js";
|
|
194
|
+
import { useStepper as ci } from "./components/stepper/hooks/useStepper.js";
|
|
195
|
+
import { TableCell as li, tableCell as ui } from "./components/table/parts/TableCell.js";
|
|
196
|
+
import { TableRow as di, tableRow as fi } from "./components/table/parts/TableRow.js";
|
|
197
|
+
import { Tabs as pi } from "./components/tabs/Tabs.js";
|
|
198
|
+
import { RawTab as mi } from "./components/tabs/parts/RawTab.js";
|
|
199
|
+
import { TabList as hi } from "./components/tabs/parts/TabList.js";
|
|
200
|
+
import { TabPanel as gi } from "./components/tabs/parts/TabPanel.js";
|
|
201
|
+
import { TaskMenu as _i, taskMenu as vi } from "./components/task-menu/TaskMenu.js";
|
|
202
|
+
import { RawSubTask as yi, rawSubTask as bi } from "./components/task-menu/parts/RawSubTask.js";
|
|
203
|
+
import { RawTask as xi, rawTask as Si } from "./components/task-menu/parts/RawTask.js";
|
|
204
|
+
import { TaskGroup as Ci } from "./components/task-menu/parts/TaskGroup.js";
|
|
205
|
+
import { TextArea as wi, textArea as Ti } from "./components/text-area/TextArea.js";
|
|
206
|
+
import { Timeline as Ei } from "./components/timeline/Timeline.js";
|
|
207
|
+
import { TimelineStep as Di } from "./components/timeline/parts/TimelineStep.js";
|
|
208
|
+
import { TimelineStepHeader as Oi } from "./components/timeline/parts/TimelineStepHeader.js";
|
|
209
|
+
import { TimelineStepDescription as ki } from "./components/timeline/parts/TimelineStepDescription.js";
|
|
210
|
+
import { TOAST_CONFIG as Ai, ToastManager as ji } from "./components/toast/ToastManager.js";
|
|
211
|
+
import { toast as Mi } from "./components/toast/toast.js";
|
|
212
|
+
import { ToggleSwitchGroup as Ni, toggleSwitchGroup as Pi } from "./components/toggle-switch-group/ToggleSwitchGroup.js";
|
|
213
|
+
import { ToggleSwitch as Fi, toggleSwitch as Ii } from "./components/toggle-switch/ToggleSwitch.js";
|
|
214
|
+
import { useAsyncList as Li } from "./hooks/use-async-list.js";
|
|
215
|
+
import { FormHelperText as Ri } from "./components/form-field/parts/FormHelperText.js";
|
|
216
|
+
import { RawFormContextualLink as zi } from "./components/form-field/parts/RawFormContextualLink.js";
|
|
217
|
+
import { FormField as Bi } from "./components/form-field/FormField.js";
|
|
218
|
+
import { useUnityForm as Vi } from "./hooks/use-form.js";
|
|
219
|
+
import { FormControl as Hi } from "./components/form-field/parts/FormControl.js";
|
|
220
|
+
import { FormFeedbackText as Ui } from "./components/form-field/parts/FormFeedbackText.js";
|
|
221
|
+
import { CheckboxField as Wi } from "./components/checkbox-field/CheckboxField.js";
|
|
222
|
+
import { CheckboxGroupField as Gi } from "./components/checkbox-group-field/CheckboxGroupField.js";
|
|
223
|
+
import { FormLabel as Ki } from "./components/form-field/parts/FormLabel.js";
|
|
224
|
+
import { DatePickerField as qi } from "./components/date-picker-field/DatePickerField.js";
|
|
225
|
+
import { MultiSelectField as Ji } from "./components/multi-select-field/MultiSelectField.js";
|
|
226
|
+
import { NumberField as Yi, numberField as Xi } from "./components/number-field/NumberField.js";
|
|
227
|
+
import { RadioButtonGroupField as Zi } from "./components/radio-button-group-field/RadioButtonGroupField.js";
|
|
228
|
+
import { SelectableButtonGroupField as Qi } from "./components/selectable-button-group-field/SelectableButtonGroupField.js";
|
|
229
|
+
import { SelectableCardCheckboxGroupField as $i } from "./components/selectable-card-checkbox-group-field/SelectableCardCheckboxGroupField.js";
|
|
230
|
+
import { SelectableCardRadioGroupField as ea } from "./components/selectable-card-radio-group-field/SelectableCardRadioGroupField.js";
|
|
231
|
+
import { SelectField as ta } from "./components/select-field/SelectField.js";
|
|
232
|
+
import { TextField as na } from "./components/text-field/TextField.js";
|
|
233
|
+
import { ToggleSwitchField as ra } from "./components/toggle-switch-field/ToggleSwitchField.js";
|
|
234
|
+
import { ToggleSwitchGroupField as ia } from "./components/toggle-switch-group-field/ToggleSwitchGroupField.js";
|
|
235
|
+
import { useFieldContext as aa, useFormContext as oa } from "./hooks/tanstack-form-context.js";
|
|
236
|
+
import { useTanstackUnityForm as sa, withFieldGroup as ca, withForm as la } from "./hooks/use-tanstack-form.js";
|
|
237
|
+
import { tanstackFormDefaultValues as ua } from "./hooks/tanstack-form-default-values.js";
|
|
238
|
+
import { useFieldA11yContext as da } from "./components/form-field/TanstackFormField.context.js";
|
|
239
|
+
import { fieldRevalidateLogic as fa } from "./utils/field-revalidate-logic.js";
|
|
240
|
+
import { CollapsibleGroup as pa } from "./components/collapsible-group/CollapsibleGroup.js";
|
|
241
|
+
export { y as ActionBar, u as ActionBarAction, d as ActionBarButton, m as ActionBarIconButton, b as ActionBarRoot, e as Actionable, w as Alert, T as AlertActions, O as AlertContent, k as AlertTitle, A as Anchor, j as AppLayout, F as AppMenu, M as AppMenuContext, N as AppMenuContextProvider, U as AppMenuFooter, q as AppMenuHeader, J as AppMenuNavContent, Y as Autocomplete, X as AutocompleteItem, Q as AutocompleteItemGroup, I as Avatar, R as AvatarFallback, ee as AvatarIcon, z as AvatarImage, te as AvatarPair, W as BRAND_ASSETS, ve as BREADCRUMB_ITEM_MAX_WIDTH, B as Badge, ne as BadgeDot, re as BottomSheet, ae as BottomSheetContent, se as BottomSheetFooter, le as BottomSheetHeader, fe as Breadcrumb, de as Breadcrumbs, l as Button, Ae as Card, Ne as CardContent, Me as CardTitle, Se as Carousel, Ee as CarouselContent, we as CarouselHeader, be as CarouselNav, Oe as CarouselSlide, Le as Checkbox, Wi as CheckboxField, Fe as CheckboxGroup, Gi as CheckboxGroupField, Re as CheckboxStandalone, S as CircularIconButton, ze as Collapsible, Be as CollapsibleContent, pa as CollapsibleGroup, Ve as CollapsibleTitle, n as DESKTOP_BREAKPOINTS, mt as DataTable, _t as DataTableBulkActions, ht as DataTableRoot, vt as DateCalendar, yt as DatePicker, qi as DatePickerField, bt as DateRangeCalendar, xt as DateRangePicker, Ct as DefinitionItem, St as DefinitionList, wt as DefinitionTooltip, Dt as Dialog, Tt as DialogActions, Et as DialogButton, At as DialogContent, jt as DialogTitle, Ot as DialogTrigger, Ke as EmptyState, qe as EmptyStateActions, Je as EmptyStateContent, zt as EmptyStateGetStarted, Vt as EmptyStateGoodJob, Ye as EmptyStateIcon, Ut as EmptyStateNoSearchResults, Ht as EmptyStateUpgradeRequired, Wt as EmptyStateUseDesktop, Bt as EmptyStateWaitingForData, Kt as ErrorState, Xt as FieldGroup, Jt as Fieldset, Zt as Filter, an as FilterAdapters, Qt as FilterControls, $t as FilterLabels, on as FilterToolbar, un as Flex, fn as FlexItem, nn as FloatingActionBar, mn as Form, Hi as FormControl, Ui as FormFeedbackText, Bi as FormField, Ri as FormHelperText, Ki as FormLabel, hn as FullPageLoader, An as FunnelBackButton, xn as FunnelBody, yn as FunnelLayout, Cn as FunnelPage, Tn as FunnelPageAction, En as FunnelPageActions, On as FunnelPageContent, jn as FunnelPageFooter, Nn as FunnelPageHeader, Fn as FunnelSidebar, Ln as FunnelTopBar, Vn as Grid, Hn as GridItem, s as Icon, p as IconButton, Un as Input, Pe as Label, Gn as ListView, Xn as ListViewItemLabel, Zn as ListViewItemText, Jn as ListViewSection, r as MOBILE_BREAKPOINTS, h as Menu, g as MenuContent, H as MenuHeader, Qn as MenuSection, V as MenuSeparator, _ as MenuTrigger, $n as MultiSelect, Ji as MultiSelectField, er as MultiSelectOptGroup, tr as MultiSelectOption, nr as Nav, ar as NavGroup, ur as NavigationCardDescription, sr as NavigationCardGroup, lr as NavigationCardLabel, pe as NoopRouterProvider, Yi as NumberField, dr as NumberInput, pr as Page, hr as PageHeader, _r as PageHeading, vr as Pagination, br as PaginationContent, Dr as PaginationEllipsis, Sr as PaginationItem, G as PayFitBrand, K as PayFitBrandPreprod, Ar as PhoneNumberInput, jr as Pill, Mr as Popover, Nr as PopoverTrigger, Pr as ProgressBar, Ft as PromoDialog, Mt as PromoDialogActions, Rt as PromoDialogContent, Nt as PromoDialogHero, Lt as PromoDialogSubtitle, Pt as PromoDialogTitle, Rr as RadioButton, Fr as RadioButtonGroup, Zi as RadioButtonGroupField, Ir as RadioButtonHelper, Lr as RadioIndicator, ye as RawBreadcrumbLink, zi as RawFormContextualLink, ge as RawLink, Wn as RawLinkButton, Kn as RawListViewItem, v as RawMenuItem, rr as RawNavItem, or as RawNavigationCard, Cr as RawPaginationLink, Er as RawPaginationNext, Tr as RawPaginationPrevious, yi as RawSubTask, mi as RawTab, xi as RawTask, me as RouterProvider, ot as Search, Br as SegmentedButtonGroup, lt as Select, ct as SelectButton, ta as SelectField, at as SelectOption, Xr as SelectOptionGroup, Zr as SelectOptionHelper, Wr as SelectableButton, Hr as SelectableButtonGroup, Qi as SelectableButtonGroupField, qr as SelectableCardCheckbox, Kr as SelectableCardCheckboxGroup, $i as SelectableCardCheckboxGroupField, Yr as SelectableCardRadio, Jr as SelectableCardRadioGroup, ea as SelectableCardRadioGroupField, Qr as SidePanel, ei as SidePanelContent, ni as SidePanelFooter, ii as SidePanelHeader, _n as SkipLink, vn as SkipLinks, c as Spinner, dn as Stack, pn as StackItem, si as Step, oi as Stepper, Ai as TOAST_CONFIG, hi as TabList, gi as TabPanel, ft as Table, He as TableBody, li as TableCell, We as TableColumnHeader, Xe as TableEmptyState, Ze as TableEmptyStateError, Qe as TableEmptyStateLoading, $e as TableEmptyStateNoData, et as TableEmptyStateText, rt as TableHeader, tt as TableNoSearchResults, ut as TablePagination, pt as TableRoot, di as TableRow, pi as Tabs, Ci as TaskGroup, _i as TaskMenu, D as Text, wi as TextArea, na as TextField, Ei as Timeline, Di as TimelineStep, ki as TimelineStepDescription, Oi as TimelineStepHeader, ji as ToastManager, Vr as ToggleButton, Fi as ToggleSwitch, ra as ToggleSwitchField, Ni as ToggleSwitchGroup, ia as ToggleSwitchGroupField, f as Tooltip, x as actionBarRoot, Z as autocompleteItem, $ as autocompleteItemGroup, ie as bottomSheet, oe as bottomSheetContent, ce as bottomSheetFooter, ue as bottomSheetHeader, je as card, Ce as carousel, De as carouselContent, Te as carouselHeader, xe as carouselNav, ke as carouselSlide, Ie as checkboxGroup, C as circularIconButton, gt as dataTableRoot, kt as dialog, qt as errorState, fa as fieldRevalidateLogic, Yt as fieldset, en as filterContainer, tn as filterDismissButton, sn as filterToolbar, cn as flex, ln as flexItem, rn as floatingActionBar, gn as fullPageLoader, Sn as funnelBody, bn as funnelLayout, wn as funnelPage, Dn as funnelPageActions, kn as funnelPageContent, Mn as funnelPageFooter, Pn as funnelPageHeader, In as funnelSidebar, Rn as funnelTopBar, L as getInitials, zn as grid, Bn as gridItem, i as isDesktopBreakpoint, a as isMobileBreakpoint, _e as link, qn as listViewItem, Yn as listViewSection, ir as navItemBase, cr as navigationCardGroup, Xi as numberField, fr as numberInput, mr as page, gr as pageHeader, yr as pagination, xr as paginationContent, wr as paginationLink, It as promoDialog, zr as radioButton, bi as rawSubTask, Si as rawTask, st as search, Gr as selectableButton, Ur as selectableButtonGroup, $r as sidePanel, ti as sidePanelContent, ri as sidePanelFooter, ai as sidePanelHeader, Ue as tableBody, ui as tableCell, Ge as tableColumnHeader, nt as tableEmptyState, it as tableHeader, dt as tablePagination, fi as tableRow, ua as tanstackFormDefaultValues, vi as taskMenu, E as text, Ti as textArea, Mi as toast, Ii as toggleSwitch, Pi as toggleSwitchGroup, P as useAppMenuContext, Li as useAsyncList, o as useBreakpointListener, Gt as useContainerQueryLevel, da as useFieldA11yContext, aa as useFieldContext, oa as useFormContext, t as useMediaQuery, kr as usePaginationState, Or as usePaginationWindow, he as useRouter, ci as useStepper, sa as useTanstackUnityForm, Vi as useUnityForm, ca as withFieldGroup, la as withForm };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.58.
|
|
3
|
+
"version": "2.58.3",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"tailwind-variants": "3.2.2",
|
|
97
97
|
"usehooks-ts": "3.1.1",
|
|
98
98
|
"zod": "4.4.3",
|
|
99
|
-
"@payfit/unity-illustrations": "2.58.
|
|
99
|
+
"@payfit/unity-illustrations": "2.58.3"
|
|
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-icons": "2.58.
|
|
112
|
-
"@payfit/unity-themes": "2.58.
|
|
111
|
+
"@payfit/unity-icons": "2.58.3",
|
|
112
|
+
"@payfit/unity-themes": "2.58.3"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@figma/code-connect": "1.4.9",
|
|
@@ -146,23 +146,23 @@
|
|
|
146
146
|
"react-docgen-typescript": "2.2.2",
|
|
147
147
|
"react-hot-toast": "2.5.1",
|
|
148
148
|
"storybook": "10.5.3",
|
|
149
|
-
"storybook-addon-pseudo-states": "10.5.
|
|
149
|
+
"storybook-addon-pseudo-states": "10.5.3",
|
|
150
150
|
"storybook-addon-tag-badges": "3.1.0",
|
|
151
|
-
"storybook-addon-test-codegen": "3.0.
|
|
151
|
+
"storybook-addon-test-codegen": "3.0.4",
|
|
152
152
|
"storybook-mock-date-decorator": "3.0.0",
|
|
153
153
|
"tailwindcss": "4.3.3",
|
|
154
154
|
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
155
155
|
"vite": "8.1.4",
|
|
156
156
|
"vite-plugin-node-polyfills": "0.28.0",
|
|
157
157
|
"vitest": "4.1.10",
|
|
158
|
+
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
158
159
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
159
|
-
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
160
160
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
161
|
-
"@payfit/
|
|
162
|
-
"@payfit/unity-illustrations": "2.58.
|
|
163
|
-
"@payfit/unity-themes": "2.58.1",
|
|
161
|
+
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
162
|
+
"@payfit/unity-illustrations": "2.58.3",
|
|
164
163
|
"@payfit/vite-configs": "0.0.0-use.local",
|
|
165
|
-
"@payfit/unity-
|
|
164
|
+
"@payfit/unity-themes": "2.58.3",
|
|
165
|
+
"@payfit/unity-icons": "2.58.3"
|
|
166
166
|
},
|
|
167
167
|
"peerDependenciesMeta": {
|
|
168
168
|
"@hookform/devtools": {
|