@fluidattacks/design 3.1.13 → 3.2.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.
- package/dist/components/@core/index.js +15 -16
- package/dist/components/accordion/accordion-content/index.js +3 -20
- package/dist/components/accordion/index.js +5 -76
- package/dist/components/alert/index.js +4 -162
- package/dist/components/button/index.js +4 -67
- package/dist/components/card/card-header/index.js +4 -81
- package/dist/components/card/card-with-image/index.js +5 -91
- package/dist/components/card/card-with-input/index.js +5 -103
- package/dist/components/card/card-with-selector/index.js +4 -69
- package/dist/components/card/card-with-switch/index.js +4 -48
- package/dist/components/card/index.js +6 -10
- package/dist/components/carousel/index.js +4 -73
- package/dist/components/checkbox/index.js +4 -116
- package/dist/components/cloud-image/index.js +2 -2
- package/dist/components/code-snippet/index.js +6 -70
- package/dist/components/code-snippet/location-code/index.js +7 -169
- package/dist/components/colors/index.js +7 -222
- package/dist/components/confirm-dialog/index.js +4 -43
- package/dist/components/container/index.js +4 -49
- package/dist/components/content-card/category-tag/index.js +4 -40
- package/dist/components/content-card/event-date/index.js +5 -59
- package/dist/components/content-card/index.js +4 -166
- package/dist/components/content-card-carousel/index.js +4 -93
- package/dist/components/content-card-carousel/scroll-buttons/index.js +2 -4
- package/dist/components/divider/index.js +4 -23
- package/dist/components/empty-state/empty-button/index.js +3 -4
- package/dist/components/empty-state/index.js +3 -83
- package/dist/components/file-preview/index.js +3 -42
- package/dist/components/form/index.js +4 -61
- package/dist/components/grid-container/index.js +4 -46
- package/dist/components/group-selector/index.js +6 -133
- package/dist/components/group-selector/option-container/index.js +3 -7
- package/dist/components/icon/index.js +4 -106
- package/dist/components/icon-button/index.js +4 -74
- package/dist/components/indicator-card/index.js +5 -72
- package/dist/components/info-sidebar/index.js +4 -114
- package/dist/components/inputs/fields/combobox/index.js +7 -144
- package/dist/components/inputs/fields/combobox/option/index.js +2 -3
- package/dist/components/inputs/fields/date/calendar/cell/index.js +7 -25
- package/dist/components/inputs/fields/date/calendar/grid/index.js +5 -24
- package/dist/components/inputs/fields/date/calendar/header/index.js +4 -36
- package/dist/components/inputs/fields/date/calendar/index.js +6 -28
- package/dist/components/inputs/fields/date/index.js +8 -66
- package/dist/components/inputs/fields/date-range/calendar/index.js +7 -33
- package/dist/components/inputs/fields/date-range/index.js +6 -106
- package/dist/components/inputs/fields/date-time/calendar/index.js +7 -62
- package/dist/components/inputs/fields/date-time/index.js +6 -67
- package/dist/components/inputs/fields/editable/index.js +4 -26
- package/dist/components/inputs/fields/input/index.js +5 -75
- package/dist/components/inputs/fields/input-file/index.js +6 -123
- package/dist/components/inputs/fields/input-tags/index.js +4 -66
- package/dist/components/inputs/fields/number/index.js +4 -55
- package/dist/components/inputs/fields/number-range/index.js +4 -47
- package/dist/components/inputs/fields/phone/index.js +7 -577
- package/dist/components/inputs/fields/text-area/index.js +5 -79
- package/dist/components/inputs/index.js +14 -26
- package/dist/components/inputs/label/index.js +5 -36
- package/dist/components/inputs/outline-container/index.js +4 -102
- package/dist/components/inputs/utils/action-button/index.js +4 -29
- package/dist/components/inputs/utils/calendar-button/index.js +5 -35
- package/dist/components/inputs/utils/date-selector/index.js +3 -60
- package/dist/components/inputs/utils/date-time-field/index.js +10 -131
- package/dist/components/inputs/utils/dialog/index.js +5 -12
- package/dist/components/inputs/utils/number-field/index.js +5 -84
- package/dist/components/inputs/utils/popover/index.js +5 -42
- package/dist/components/interactive-card/icon/index.js +2 -4
- package/dist/components/interactive-card/index.js +4 -116
- package/dist/components/language-selector/index.js +4 -35
- package/dist/components/language-selector/item-list/index.js +2 -5
- package/dist/components/link/index.js +3 -104
- package/dist/components/list-item/index.js +6 -65
- package/dist/components/little-flag/index.js +3 -30
- package/dist/components/loading/index.js +4 -92
- package/dist/components/logo/index.js +2 -10
- package/dist/components/logo-carousel/index.js +4 -85
- package/dist/components/lottie/index.js +3 -18
- package/dist/components/menu/index.js +5 -64
- package/dist/components/message-banner/index.js +5 -99
- package/dist/components/modal/index.js +6 -63
- package/dist/components/modal/modal-confirm/index.js +3 -49
- package/dist/components/modal/modal-footer/index.js +5 -23
- package/dist/components/modal/modal-header/index.js +6 -49
- package/dist/components/notification/index.js +5 -111
- package/dist/components/notification-sign/index.js +4 -45
- package/dist/components/number-input/index.js +5 -87
- package/dist/components/oauth-selector/index.js +6 -98
- package/dist/components/oauth-selector/option-container/index.js +4 -74
- package/dist/components/plan-card/index.js +3 -153
- package/dist/components/plan-card/recommended-tag/index.js +3 -29
- package/dist/components/pop-up/description/index.js +5 -49
- package/dist/components/pop-up/index.js +7 -150
- package/dist/components/premium-feature/index.js +4 -83
- package/dist/components/priority-score/index.js +4 -27
- package/dist/components/progress/index.js +5 -45
- package/dist/components/progress-bar/index.js +3 -151
- package/dist/components/radio-button/index.js +4 -123
- package/dist/components/scroll-button/index.js +4 -40
- package/dist/components/search/index.js +7 -103
- package/dist/components/search-bar/index.js +4 -217
- package/dist/components/search-bar/item-searching/index.js +2 -7
- package/dist/components/severity-badge/index.js +4 -72
- package/dist/components/severity-overview/badge/index.js +4 -67
- package/dist/components/severity-overview/index.js +3 -15
- package/dist/components/show-on-hover/index.js +3 -29
- package/dist/components/slide-out-menu/index.js +6 -3453
- package/dist/components/slide-out-menu/menu-item/index.js +4 -65
- package/dist/components/slider/index.js +7 -122
- package/dist/components/slider/thumb/index.js +5 -15
- package/dist/components/step-lapse/index.js +4 -157
- package/dist/components/table-button/index.js +4 -95
- package/dist/components/tabs/fixed-tabs/index.js +3 -27
- package/dist/components/tabs/index.js +6 -55
- package/dist/components/tabs/tab/index.js +3 -37
- package/dist/components/tag/index.js +4 -182
- package/dist/components/timeline/card/index.js +2 -5
- package/dist/components/timeline/index.js +4 -15
- package/dist/components/toggle/index.js +4 -101
- package/dist/components/toggle-buttons/index.js +4 -101
- package/dist/components/tooltip/index.js +3 -6
- package/dist/components/tour/index.js +7 -4582
- package/dist/components/typography/heading/index.js +4 -45
- package/dist/components/typography/index.js +4 -6
- package/dist/components/typography/span/index.js +4 -39
- package/dist/components/typography/text/index.js +4 -45
- package/dist/components/web-form/index.js +4 -78
- package/dist/components-C7JPRIEW.mjs +9653 -0
- package/dist/hooks/index.js +6 -10
- package/dist/index.js +112 -204
- package/dist/vendor-_XDhaIzo.mjs +14504 -0
- package/package.json +3 -7
- package/dist/_commonjsHelpers-C6fGbg64.mjs +0 -6
- package/dist/index-BMHVi812.mjs +0 -234
- package/dist/index-BzAniA2J.mjs +0 -135
- package/dist/index-C6LbClYh.mjs +0 -146
- package/dist/index-CAIe8hBv.mjs +0 -130
- package/dist/index-CUQBAqt_.mjs +0 -75
- package/dist/index-CWlrSlUk.mjs +0 -68
- package/dist/index-Ckmu1TfV.mjs +0 -86
- package/dist/index-DwznImvK.mjs +0 -1678
- package/dist/index-maWH3JYC.mjs +0 -3561
- package/dist/styles-B2N0JLw1.mjs +0 -114
- package/dist/styles-B64DVBIF.mjs +0 -115
- package/dist/styles-BXFVwnWT.mjs +0 -133
- package/dist/styles-BZQOqe8p.mjs +0 -141
- package/dist/styles-Bdque9TT.mjs +0 -65
- package/dist/styles-BlHspTrz.mjs +0 -144
- package/dist/styles-CROOwXEH.mjs +0 -76
- package/dist/styles-CplEd2kw.mjs +0 -228
- package/dist/styles-D1eTIklB.mjs +0 -110
- package/dist/styles-ePGii_9g.mjs +0 -74
- package/dist/use-carousel-CgAF78h3.mjs +0 -23
- package/dist/use-click-outside-BUll8Ag-.mjs +0 -18
- package/dist/use-cloudinary-image-BCxwj15o.mjs +0 -1176
- package/dist/use-modal-CtgexKnf.mjs +0 -14
- package/dist/use-search-Dj47QDw9.mjs +0 -15
- package/dist/utils-V0EumEPM.mjs +0 -6
- /package/dist/assets/{index2.css → vendor.css} +0 -0
|
@@ -1,76 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import { S as j } from "../../styles-B2N0JLw1.mjs";
|
|
5
|
-
import { Icon as k } from "../icon/index.js";
|
|
6
|
-
import { T as w } from "../../index-DwznImvK.mjs";
|
|
7
|
-
const R = T(j)`
|
|
8
|
-
${({ theme: r, $borderRadius: t = "4px", $px: n = 0.5, $py: o = 0.5 }) => `
|
|
9
|
-
--btn-spacing: ${t};
|
|
10
|
-
--btn-padding-x: ${r.spacing[n]};
|
|
11
|
-
--btn-padding-y: ${r.spacing[o]};
|
|
12
|
-
|
|
13
|
-
align-items: center;
|
|
14
|
-
line-height: 0;
|
|
15
|
-
text-align: center;
|
|
16
|
-
|
|
17
|
-
> span {
|
|
18
|
-
margin: 0 !important;
|
|
19
|
-
}
|
|
20
|
-
`}
|
|
21
|
-
`, E = S(function({
|
|
22
|
-
borderRadius: t,
|
|
23
|
-
disabled: n,
|
|
24
|
-
icon: o,
|
|
25
|
-
iconColor: m,
|
|
26
|
-
iconSize: s = "xxs",
|
|
27
|
-
iconTransform: f,
|
|
28
|
-
iconType: d,
|
|
29
|
-
id: a,
|
|
30
|
-
justify: g = "center",
|
|
31
|
-
onClick: u,
|
|
32
|
-
px: $,
|
|
33
|
-
py: x,
|
|
34
|
-
type: e = "button",
|
|
35
|
-
tooltip: c,
|
|
36
|
-
tooltipPlace: b,
|
|
37
|
-
value: y,
|
|
38
|
-
variant: p = "primary",
|
|
39
|
-
...B
|
|
40
|
-
}, I) {
|
|
41
|
-
const l = /* @__PURE__ */ i(
|
|
42
|
-
R,
|
|
43
|
-
{
|
|
44
|
-
$borderRadius: t,
|
|
45
|
-
$px: $,
|
|
46
|
-
$py: x,
|
|
47
|
-
$variant: p,
|
|
48
|
-
"aria-disabled": n,
|
|
49
|
-
"aria-label": a,
|
|
50
|
-
borderRadius: t,
|
|
51
|
-
disabled: n,
|
|
52
|
-
id: a,
|
|
53
|
-
justify: g,
|
|
54
|
-
onClick: u,
|
|
55
|
-
ref: I,
|
|
56
|
-
type: e,
|
|
57
|
-
value: y,
|
|
58
|
-
...B,
|
|
59
|
-
children: /* @__PURE__ */ i(
|
|
60
|
-
k,
|
|
61
|
-
{
|
|
62
|
-
clickable: !1,
|
|
63
|
-
icon: o,
|
|
64
|
-
iconColor: m,
|
|
65
|
-
iconSize: s,
|
|
66
|
-
iconTransform: f,
|
|
67
|
-
iconType: d
|
|
68
|
-
}
|
|
69
|
-
)
|
|
70
|
-
}
|
|
71
|
-
), h = (e + (p ?? "") + (a ?? o)).replace(/ /u, "_");
|
|
72
|
-
return c === void 0 ? l : /* @__PURE__ */ i(w, { id: `${h}-tooltip`, place: b, tip: c, children: l });
|
|
73
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { N as p } from "../../components-C7JPRIEW.mjs";
|
|
74
4
|
export {
|
|
75
|
-
|
|
5
|
+
p as IconButton
|
|
76
6
|
};
|
|
@@ -1,74 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import { T as b } from "../../index-DwznImvK.mjs";
|
|
6
|
-
import { Heading as C } from "../typography/heading/index.js";
|
|
7
|
-
import "../typography/span/index.js";
|
|
8
|
-
import { Text as T } from "../typography/text/index.js";
|
|
9
|
-
const W = ({
|
|
10
|
-
description: s,
|
|
11
|
-
height: m = "auto",
|
|
12
|
-
leftIconName: o,
|
|
13
|
-
children: c,
|
|
14
|
-
rightIconName: d,
|
|
15
|
-
title: a,
|
|
16
|
-
tooltipId: f,
|
|
17
|
-
tooltipTip: g,
|
|
18
|
-
tooltipPlace: x = "bottom",
|
|
19
|
-
variant: u = "centered",
|
|
20
|
-
width: y = "318px"
|
|
21
|
-
}) => {
|
|
22
|
-
const t = h(), e = u === "centered", i = /* @__PURE__ */ l(
|
|
23
|
-
b,
|
|
24
|
-
{
|
|
25
|
-
icon: d ?? o,
|
|
26
|
-
iconColor: t.palette.gray[800],
|
|
27
|
-
id: f,
|
|
28
|
-
place: x,
|
|
29
|
-
tip: g
|
|
30
|
-
}
|
|
31
|
-
);
|
|
32
|
-
return /* @__PURE__ */ n(
|
|
33
|
-
p,
|
|
34
|
-
{
|
|
35
|
-
alignItems: e ? "center" : "flex-start",
|
|
36
|
-
bgColor: t.palette.gray[50],
|
|
37
|
-
border: `1px solid ${t.palette.gray[200]}`,
|
|
38
|
-
borderRadius: "4px",
|
|
39
|
-
display: "inline-flex",
|
|
40
|
-
flexDirection: e ? "column" : "column-reverse",
|
|
41
|
-
gap: 0.5,
|
|
42
|
-
height: m,
|
|
43
|
-
justify: "center",
|
|
44
|
-
padding: [1.25, 1.25, 1.25, 1.25],
|
|
45
|
-
width: y,
|
|
46
|
-
children: [
|
|
47
|
-
/* @__PURE__ */ n(p, { alignItems: "center", display: "flex", gap: 0.5, children: [
|
|
48
|
-
e || r(o) ? void 0 : i,
|
|
49
|
-
/* @__PURE__ */ l(
|
|
50
|
-
T,
|
|
51
|
-
{
|
|
52
|
-
color: e ? t.palette.gray[800] : t.palette.gray[400],
|
|
53
|
-
size: "md",
|
|
54
|
-
textAlign: e ? "center" : "start",
|
|
55
|
-
children: s
|
|
56
|
-
}
|
|
57
|
-
),
|
|
58
|
-
e || r(d) ? void 0 : i
|
|
59
|
-
] }),
|
|
60
|
-
/* @__PURE__ */ n(p, { alignItems: "center", display: "flex", gap: 0.5, my: 0.5, children: [
|
|
61
|
-
e && !r(o) ? i : void 0,
|
|
62
|
-
/* @__PURE__ */ n("div", { style: { display: "flex", gap: "12px" }, children: [
|
|
63
|
-
r(a) ? void 0 : /* @__PURE__ */ l(C, { fontWeight: "bold", size: "md", children: a }),
|
|
64
|
-
c
|
|
65
|
-
] }),
|
|
66
|
-
e && !r(d) ? i : void 0
|
|
67
|
-
] })
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
);
|
|
71
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "lodash";
|
|
3
|
+
import "styled-components";
|
|
4
|
+
import { O as p } from "../../components-C7JPRIEW.mjs";
|
|
72
5
|
export {
|
|
73
|
-
|
|
6
|
+
p as IndicatorCard
|
|
74
7
|
};
|
|
@@ -1,116 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import { Container as t } from "../container/index.js";
|
|
5
|
-
import { IconButton as y } from "../icon-button/index.js";
|
|
6
|
-
import { Tabs as g } from "../tabs/index.js";
|
|
7
|
-
import "../typography/heading/index.js";
|
|
8
|
-
import "../typography/span/index.js";
|
|
9
|
-
import { Text as u } from "../typography/text/index.js";
|
|
10
|
-
const D = ({
|
|
11
|
-
actions: a,
|
|
12
|
-
children: m,
|
|
13
|
-
header: f,
|
|
14
|
-
title: c,
|
|
15
|
-
tabs: d,
|
|
16
|
-
footer: n
|
|
17
|
-
}) => {
|
|
18
|
-
const i = x();
|
|
19
|
-
return /* @__PURE__ */ p(
|
|
20
|
-
t,
|
|
21
|
-
{
|
|
22
|
-
alignItems: "flex-start",
|
|
23
|
-
bgColor: i.palette.white,
|
|
24
|
-
borderLeft: `1px solid ${i.palette.gray[300]}`,
|
|
25
|
-
display: "flex",
|
|
26
|
-
flexDirection: "column",
|
|
27
|
-
maxHeight: "750px",
|
|
28
|
-
width: "480px",
|
|
29
|
-
children: [
|
|
30
|
-
/* @__PURE__ */ p(
|
|
31
|
-
t,
|
|
32
|
-
{
|
|
33
|
-
alignItems: "flex-start",
|
|
34
|
-
alignSelf: "stretch",
|
|
35
|
-
borderBottom: `1px solid ${i.palette.gray[300]}`,
|
|
36
|
-
display: "flex",
|
|
37
|
-
gap: 0.25,
|
|
38
|
-
justify: "space-between",
|
|
39
|
-
px: 1.25,
|
|
40
|
-
py: 1,
|
|
41
|
-
children: [
|
|
42
|
-
/* @__PURE__ */ p(t, { display: "flex", flexDirection: "column", gap: 0.25, children: [
|
|
43
|
-
/* @__PURE__ */ e(
|
|
44
|
-
u,
|
|
45
|
-
{
|
|
46
|
-
color: i.palette.gray[800],
|
|
47
|
-
fontWeight: "bold",
|
|
48
|
-
lineSpacing: 1.75,
|
|
49
|
-
size: "xl",
|
|
50
|
-
children: c
|
|
51
|
-
}
|
|
52
|
-
),
|
|
53
|
-
f
|
|
54
|
-
] }),
|
|
55
|
-
a && /* @__PURE__ */ e(t, { display: "flex", gap: 0.25, children: a.map(
|
|
56
|
-
({ icon: r, onClick: l }, o) => /* @__PURE__ */ e(
|
|
57
|
-
y,
|
|
58
|
-
{
|
|
59
|
-
icon: r ?? "paper-plane",
|
|
60
|
-
iconColor: i.palette.gray[400],
|
|
61
|
-
iconSize: "xxs",
|
|
62
|
-
iconType: "fa-light",
|
|
63
|
-
onClick: l,
|
|
64
|
-
variant: "ghost"
|
|
65
|
-
},
|
|
66
|
-
`${o}-${r}`
|
|
67
|
-
)
|
|
68
|
-
) })
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
),
|
|
72
|
-
/* @__PURE__ */ e(t, { display: "flex", pt: 0.25, width: "100%", children: /* @__PURE__ */ e(g, { items: d }) }),
|
|
73
|
-
/* @__PURE__ */ e(
|
|
74
|
-
t,
|
|
75
|
-
{
|
|
76
|
-
alignSelf: "stretch",
|
|
77
|
-
display: "flex",
|
|
78
|
-
flexDirection: "column",
|
|
79
|
-
px: 1.25,
|
|
80
|
-
py: 1,
|
|
81
|
-
scroll: "y",
|
|
82
|
-
children: m
|
|
83
|
-
}
|
|
84
|
-
),
|
|
85
|
-
n && /* @__PURE__ */ e(
|
|
86
|
-
t,
|
|
87
|
-
{
|
|
88
|
-
alignSelf: "stretch",
|
|
89
|
-
borderTop: `1px solid ${i.palette.gray[300]}`,
|
|
90
|
-
display: "flex",
|
|
91
|
-
gap: 0.5,
|
|
92
|
-
justify: "end",
|
|
93
|
-
px: 1.25,
|
|
94
|
-
py: 1,
|
|
95
|
-
children: n.map(
|
|
96
|
-
({ icon: r, text: l, onClick: o }, s) => /* @__PURE__ */ e(
|
|
97
|
-
h,
|
|
98
|
-
{
|
|
99
|
-
icon: r,
|
|
100
|
-
onClick: o,
|
|
101
|
-
variant: s === 0 ? "primary" : "tertiary",
|
|
102
|
-
width: "100%",
|
|
103
|
-
children: l
|
|
104
|
-
},
|
|
105
|
-
`${s}-${l}`
|
|
106
|
-
)
|
|
107
|
-
)
|
|
108
|
-
}
|
|
109
|
-
)
|
|
110
|
-
]
|
|
111
|
-
}
|
|
112
|
-
);
|
|
113
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "styled-components";
|
|
3
|
+
import { P as p } from "../../components-C7JPRIEW.mjs";
|
|
114
4
|
export {
|
|
115
|
-
|
|
5
|
+
p as InfoSidebar
|
|
116
6
|
};
|
|
@@ -1,146 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { S as
|
|
7
|
-
import { OutlineContainer as to } from "../../outline-container/index.js";
|
|
8
|
-
import { S as eo } from "../../../../styles-BXFVwnWT.mjs";
|
|
9
|
-
import { Popover as no } from "../../utils/popover/index.js";
|
|
10
|
-
import { Icon as ro } from "../../../icon/index.js";
|
|
11
|
-
import { IconButton as so } from "../../../icon-button/index.js";
|
|
12
|
-
const Io = J(function({
|
|
13
|
-
disabled: b = !1,
|
|
14
|
-
error: i,
|
|
15
|
-
helpLink: z,
|
|
16
|
-
helpLinkText: F,
|
|
17
|
-
helpText: N,
|
|
18
|
-
label: B,
|
|
19
|
-
name: m,
|
|
20
|
-
items: t,
|
|
21
|
-
onChange: e,
|
|
22
|
-
required: T,
|
|
23
|
-
tooltip: V,
|
|
24
|
-
value: S,
|
|
25
|
-
weight: j,
|
|
26
|
-
...K
|
|
27
|
-
}, I) {
|
|
28
|
-
const P = k(), [l, R] = x(S ?? ""), [L, v] = x(S), [a, h] = x(t), { contains: c } = U({ sensitivity: "base" }), f = u(null), d = u(null), w = u(null), y = u(null), $ = Q(() => t.map(
|
|
29
|
-
(o) => c(o.name, l) ? /* @__PURE__ */ r(Z, { children: o.name }, o.value) : null
|
|
30
|
-
), [c, l, t]), D = C(
|
|
31
|
-
(o) => {
|
|
32
|
-
R(o), v((s) => {
|
|
33
|
-
const p = o === "" ? "" : s;
|
|
34
|
-
return e == null || e(p), p;
|
|
35
|
-
}), h(t.filter((s) => c(s.name, o)));
|
|
36
|
-
},
|
|
37
|
-
[c, t, e]
|
|
38
|
-
), E = C(
|
|
39
|
-
(o) => {
|
|
40
|
-
var s;
|
|
41
|
-
o && (R(((s = t.find((p) => p.value === o)) == null ? void 0 : s.name) ?? ""), v(String(o)), e == null || e(o), h(t));
|
|
42
|
-
},
|
|
43
|
-
[e, t]
|
|
44
|
-
), n = _({
|
|
45
|
-
allowsEmptyCollection: !0,
|
|
46
|
-
inputValue: l,
|
|
47
|
-
items: a,
|
|
48
|
-
shouldCloseOnBlur: !0,
|
|
49
|
-
selectedKey: L,
|
|
50
|
-
onInputChange: D,
|
|
51
|
-
onSelectionChange: E,
|
|
52
|
-
children: $
|
|
53
|
-
}), {
|
|
54
|
-
buttonProps: M,
|
|
55
|
-
inputProps: q,
|
|
56
|
-
listBoxProps: A
|
|
57
|
-
} = W(
|
|
58
|
-
{
|
|
59
|
-
inputValue: l,
|
|
60
|
-
items: a,
|
|
61
|
-
buttonRef: f,
|
|
62
|
-
id: m,
|
|
63
|
-
inputRef: I,
|
|
64
|
-
label: B,
|
|
65
|
-
listBoxRef: d,
|
|
66
|
-
name: m,
|
|
67
|
-
popoverRef: y
|
|
68
|
-
},
|
|
69
|
-
n
|
|
70
|
-
), { listBoxProps: G } = X(A, n, d), { buttonProps: H } = Y(M, f);
|
|
71
|
-
return /* @__PURE__ */ O(
|
|
72
|
-
to,
|
|
73
|
-
{
|
|
74
|
-
error: i,
|
|
75
|
-
helpLink: z,
|
|
76
|
-
helpLinkText: F,
|
|
77
|
-
helpText: N,
|
|
78
|
-
htmlFor: m,
|
|
79
|
-
label: B,
|
|
80
|
-
required: T,
|
|
81
|
-
tooltip: V,
|
|
82
|
-
weight: j,
|
|
83
|
-
children: [
|
|
84
|
-
/* @__PURE__ */ O(
|
|
85
|
-
eo,
|
|
86
|
-
{
|
|
87
|
-
className: `${b ? "disabled" : ""} ${i ? "error" : ""}`,
|
|
88
|
-
ref: w,
|
|
89
|
-
children: [
|
|
90
|
-
/* @__PURE__ */ r(
|
|
91
|
-
"input",
|
|
92
|
-
{
|
|
93
|
-
...q,
|
|
94
|
-
...K,
|
|
95
|
-
"aria-invalid": i ? "true" : "false",
|
|
96
|
-
ref: I
|
|
97
|
-
}
|
|
98
|
-
),
|
|
99
|
-
i ? /* @__PURE__ */ r(
|
|
100
|
-
ro,
|
|
101
|
-
{
|
|
102
|
-
icon: "exclamation-circle",
|
|
103
|
-
iconClass: "error-icon",
|
|
104
|
-
iconColor: P.palette.error[500],
|
|
105
|
-
iconSize: "xs"
|
|
106
|
-
}
|
|
107
|
-
) : void 0,
|
|
108
|
-
/* @__PURE__ */ r(
|
|
109
|
-
so,
|
|
110
|
-
{
|
|
111
|
-
...H,
|
|
112
|
-
className: "action",
|
|
113
|
-
icon: n.isOpen ? "chevron-up" : "chevron-down",
|
|
114
|
-
iconColor: P.palette.gray[400],
|
|
115
|
-
iconSize: "xxs",
|
|
116
|
-
iconType: "fa-light",
|
|
117
|
-
px: 0.125,
|
|
118
|
-
py: 0.125,
|
|
119
|
-
ref: f,
|
|
120
|
-
variant: "ghost"
|
|
121
|
-
}
|
|
122
|
-
)
|
|
123
|
-
]
|
|
124
|
-
}
|
|
125
|
-
),
|
|
126
|
-
n.isOpen && n.collection.size > 0 && !b ? /* @__PURE__ */ r(
|
|
127
|
-
no,
|
|
128
|
-
{
|
|
129
|
-
className: "dropdown",
|
|
130
|
-
offset: 4,
|
|
131
|
-
placement: "bottom start",
|
|
132
|
-
popoverRef: y,
|
|
133
|
-
state: n,
|
|
134
|
-
triggerRef: w,
|
|
135
|
-
children: /* @__PURE__ */ r(g, { ...G, ref: d, children: a.map(
|
|
136
|
-
(o) => /* @__PURE__ */ r(oo, { item: o, state: n }, o.value)
|
|
137
|
-
) })
|
|
138
|
-
}
|
|
139
|
-
) : null
|
|
140
|
-
]
|
|
141
|
-
}
|
|
142
|
-
);
|
|
143
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "react-aria";
|
|
4
|
+
import "react-stately";
|
|
5
|
+
import "styled-components";
|
|
6
|
+
import { S as a } from "../../../../components-C7JPRIEW.mjs";
|
|
144
7
|
export {
|
|
145
|
-
|
|
8
|
+
a as ComboBox
|
|
146
9
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "react-aria";
|
|
4
|
-
import {
|
|
5
|
-
import "../../../../icon/index.js";
|
|
4
|
+
import { aW as m } from "../../../../../components-C7JPRIEW.mjs";
|
|
6
5
|
export {
|
|
7
|
-
|
|
6
|
+
m as Option
|
|
8
7
|
};
|
|
@@ -1,27 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import { Icon as C } from "../../../../../icon/index.js";
|
|
8
|
-
const k = ({ state: e, date: i }) => {
|
|
9
|
-
const r = S(null), o = u(i, R()), { cellProps: h, buttonProps: m, isSelected: l, isDisabled: c, formattedDate: f } = b({ date: i }, e, r), s = "highlightedRange" in e && !g(e.highlightedRange) ? a(i, e.highlightedRange.start) : l, d = "highlightedRange" in e && !g(e.highlightedRange) ? a(i, e.highlightedRange.end) : l, t = l && !c && !(s || d) ? "range" : "";
|
|
10
|
-
return /* @__PURE__ */ n(x, { id: t, ...h, children: /* @__PURE__ */ p(
|
|
11
|
-
"div",
|
|
12
|
-
{
|
|
13
|
-
...m,
|
|
14
|
-
className: `cell ${s || d ? "selected" : ""}
|
|
15
|
-
${c ? "disabled" : ""} ${o ? "today" : ""}
|
|
16
|
-
${!e.isFocused && !o ? "focused" : ""} ${t}`,
|
|
17
|
-
ref: r,
|
|
18
|
-
children: [
|
|
19
|
-
f,
|
|
20
|
-
o ? /* @__PURE__ */ n(y, { children: /* @__PURE__ */ n(C, { clickable: !1, icon: "circle", iconSize: "xxs" }) }) : void 0
|
|
21
|
-
]
|
|
22
|
-
}
|
|
23
|
-
) });
|
|
24
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "@internationalized/date";
|
|
3
|
+
import "lodash";
|
|
4
|
+
import "react";
|
|
5
|
+
import "react-aria";
|
|
6
|
+
import { aZ as e } from "../../../../../../components-C7JPRIEW.mjs";
|
|
25
7
|
export {
|
|
26
|
-
|
|
8
|
+
e as CalendarCell
|
|
27
9
|
};
|
|
@@ -1,26 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import { W as s, D as f } from "../../../../../../styles-BlHspTrz.mjs";
|
|
6
|
-
const g = ({
|
|
7
|
-
state: r,
|
|
8
|
-
...l
|
|
9
|
-
}) => {
|
|
10
|
-
const { locale: d } = k(), { weekDays: i } = p(l, r), c = h(r.visibleRange.start, d);
|
|
11
|
-
return /* @__PURE__ */ m("table", { children: [
|
|
12
|
-
/* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e(s, { children: i.map((n, o) => {
|
|
13
|
-
const a = `key_${o}`;
|
|
14
|
-
return /* @__PURE__ */ e(f, { children: n }, a);
|
|
15
|
-
}) }) }),
|
|
16
|
-
/* @__PURE__ */ e("tbody", { children: [...new Array(c).keys()].map(
|
|
17
|
-
(n) => /* @__PURE__ */ e(s, { children: r.getDatesInWeek(n).map((o, a) => {
|
|
18
|
-
const t = `key_${a}`;
|
|
19
|
-
return o ? /* @__PURE__ */ e(y, { date: o, state: r }, t) : /* @__PURE__ */ e("td", {}, t);
|
|
20
|
-
}) }, n)
|
|
21
|
-
) })
|
|
22
|
-
] });
|
|
23
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "@internationalized/date";
|
|
3
|
+
import "react-aria";
|
|
4
|
+
import { a_ as p } from "../../../../../../components-C7JPRIEW.mjs";
|
|
24
5
|
export {
|
|
25
|
-
|
|
6
|
+
p as CalendarGrid
|
|
26
7
|
};
|
|
@@ -1,38 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import { Icon as s } from "../../../../../icon/index.js";
|
|
5
|
-
import { Button as t } from "../../../../utils/calendar-button/index.js";
|
|
6
|
-
const v = ({
|
|
7
|
-
state: r,
|
|
8
|
-
prevButtonProps: n,
|
|
9
|
-
nextButtonProps: l,
|
|
10
|
-
title: d
|
|
11
|
-
}) => {
|
|
12
|
-
const e = r.focusedDate, h = c(() => {
|
|
13
|
-
r.setFocusedDate(e.add({ years: 1 }));
|
|
14
|
-
}, [e, r]), p = c(() => {
|
|
15
|
-
r.setFocusedDate(e.subtract({ years: 1 }));
|
|
16
|
-
}, [e, r]);
|
|
17
|
-
return /* @__PURE__ */ a("div", { className: "header flex items-start", children: [
|
|
18
|
-
/* @__PURE__ */ o(t, { icon: "chevron-left", props: n }),
|
|
19
|
-
/* @__PURE__ */ a(m, { children: [
|
|
20
|
-
d,
|
|
21
|
-
/* @__PURE__ */ a(u, { children: [
|
|
22
|
-
/* @__PURE__ */ o(i, { "aria-label": "top", onClick: h, children: /* @__PURE__ */ o(s, { icon: "caret-up", iconClass: "fa-sharp", iconSize: "xxss" }) }),
|
|
23
|
-
/* @__PURE__ */ o(i, { "aria-label": "bottom", onClick: p, children: /* @__PURE__ */ o(
|
|
24
|
-
s,
|
|
25
|
-
{
|
|
26
|
-
icon: "caret-down",
|
|
27
|
-
iconClass: "fa-sharp",
|
|
28
|
-
iconSize: "xxss"
|
|
29
|
-
}
|
|
30
|
-
) })
|
|
31
|
-
] })
|
|
32
|
-
] }),
|
|
33
|
-
/* @__PURE__ */ o(t, { icon: "chevron-right", props: l })
|
|
34
|
-
] });
|
|
35
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { b0 as p } from "../../../../../../components-C7JPRIEW.mjs";
|
|
36
4
|
export {
|
|
37
|
-
|
|
5
|
+
p as Header
|
|
38
6
|
};
|
|
@@ -1,30 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import { Header as C } from "./header/index.js";
|
|
7
|
-
import { F as u } from "../../../../../styles-BlHspTrz.mjs";
|
|
8
|
-
import { Button as h } from "../../../../button/index.js";
|
|
9
|
-
const G = ({
|
|
10
|
-
onClose: e,
|
|
11
|
-
props: t
|
|
12
|
-
}) => {
|
|
13
|
-
const { locale: a } = c(), o = p({ ...t, createCalendar: s, locale: a }), { prevButtonProps: n, nextButtonProps: i, title: m } = d(t, o);
|
|
14
|
-
return /* @__PURE__ */ l("div", { className: "calendar", children: [
|
|
15
|
-
/* @__PURE__ */ r(
|
|
16
|
-
C,
|
|
17
|
-
{
|
|
18
|
-
nextButtonProps: i,
|
|
19
|
-
prevButtonProps: n,
|
|
20
|
-
state: o,
|
|
21
|
-
title: m
|
|
22
|
-
}
|
|
23
|
-
),
|
|
24
|
-
/* @__PURE__ */ r(f, { state: o }),
|
|
25
|
-
/* @__PURE__ */ r(u, { children: /* @__PURE__ */ r(h, { onClick: e, variant: "ghost", children: "Cancel" }) })
|
|
26
|
-
] });
|
|
27
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "@internationalized/date";
|
|
3
|
+
import "react-aria";
|
|
4
|
+
import "react-stately";
|
|
5
|
+
import { b1 as a } from "../../../../../components-C7JPRIEW.mjs";
|
|
28
6
|
export {
|
|
29
|
-
|
|
7
|
+
a as Calendar
|
|
30
8
|
};
|
|
@@ -1,68 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
import { OutlineContainer as S } from "../../outline-container/index.js";
|
|
9
|
-
import { DateSelector as b } from "../../utils/date-selector/index.js";
|
|
10
|
-
import { Dialog as w } from "../../utils/dialog/index.js";
|
|
11
|
-
import { Popover as y } from "../../utils/popover/index.js";
|
|
12
|
-
const L = x(function({
|
|
13
|
-
disabled: p = !1,
|
|
14
|
-
error: s,
|
|
15
|
-
required: l,
|
|
16
|
-
label: m,
|
|
17
|
-
name: e,
|
|
18
|
-
tooltip: c,
|
|
19
|
-
value: o,
|
|
20
|
-
...f
|
|
21
|
-
}, u) {
|
|
22
|
-
const i = C(null), r = I(f), { close: P } = r, { groupProps: d, fieldProps: n, buttonProps: D, dialogProps: g, calendarProps: R } = j(
|
|
23
|
-
{ ...f, "aria-label": m ?? e },
|
|
24
|
-
r,
|
|
25
|
-
i
|
|
26
|
-
);
|
|
27
|
-
return /* @__PURE__ */ h(
|
|
28
|
-
S,
|
|
29
|
-
{
|
|
30
|
-
error: s,
|
|
31
|
-
htmlFor: e,
|
|
32
|
-
label: m,
|
|
33
|
-
required: l,
|
|
34
|
-
tooltip: c,
|
|
35
|
-
children: [
|
|
36
|
-
/* @__PURE__ */ t(
|
|
37
|
-
b,
|
|
38
|
-
{
|
|
39
|
-
buttonProps: D,
|
|
40
|
-
datePickerRef: i,
|
|
41
|
-
disabled: p,
|
|
42
|
-
error: s,
|
|
43
|
-
fieldProps: a.isNil(o) || a.isEmpty(o) || o === "-" ? n : {
|
|
44
|
-
...n,
|
|
45
|
-
value: k(o.replace(/\//gu, "-"))
|
|
46
|
-
},
|
|
47
|
-
groupProps: d,
|
|
48
|
-
inputRef: u,
|
|
49
|
-
name: e
|
|
50
|
-
}
|
|
51
|
-
),
|
|
52
|
-
r.isOpen && !p ? /* @__PURE__ */ t(
|
|
53
|
-
y,
|
|
54
|
-
{
|
|
55
|
-
offset: 8,
|
|
56
|
-
placement: "bottom start",
|
|
57
|
-
state: r,
|
|
58
|
-
triggerRef: i,
|
|
59
|
-
children: /* @__PURE__ */ t(w, { ...g, children: /* @__PURE__ */ t(O, { onClose: P, props: { ...R } }) })
|
|
60
|
-
}
|
|
61
|
-
) : null
|
|
62
|
-
]
|
|
63
|
-
}
|
|
64
|
-
);
|
|
65
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "@internationalized/date";
|
|
3
|
+
import "lodash";
|
|
4
|
+
import "react";
|
|
5
|
+
import "react-aria";
|
|
6
|
+
import "react-stately";
|
|
7
|
+
import { U as f } from "../../../../components-C7JPRIEW.mjs";
|
|
66
8
|
export {
|
|
67
|
-
|
|
9
|
+
f as InputDate
|
|
68
10
|
};
|