@fluidattacks/design 3.1.12 → 3.1.13
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 +2 -2
- package/dist/components/accordion/accordion-content/index.js +18 -5
- package/dist/components/accordion/index.js +71 -14
- package/dist/components/alert/index.js +108 -57
- package/dist/components/button/index.js +64 -13
- package/dist/components/card/card-header/index.js +78 -9
- package/dist/components/card/card-with-image/index.js +88 -13
- package/dist/components/card/card-with-input/index.js +72 -23
- package/dist/components/card/card-with-selector/index.js +63 -8
- package/dist/components/card/card-with-switch/index.js +46 -8
- package/dist/components/carousel/index.js +54 -28
- package/dist/components/checkbox/index.js +66 -32
- package/dist/components/cloud-image/index.js +2 -2
- package/dist/components/code-snippet/index.js +64 -19
- package/dist/components/code-snippet/location-code/index.js +146 -100
- package/dist/components/colors/index.js +220 -5
- package/dist/components/confirm-dialog/index.js +41 -18
- package/dist/components/container/index.js +39 -15
- package/dist/components/content-card/category-tag/index.js +37 -8
- package/dist/components/content-card/event-date/index.js +53 -10
- package/dist/components/content-card/index.js +118 -13
- package/dist/components/content-card-carousel/index.js +87 -7
- package/dist/components/content-card-carousel/scroll-buttons/index.js +1 -1
- package/dist/components/divider/index.js +22 -7
- package/dist/components/empty-state/empty-button/index.js +4 -4
- package/dist/components/empty-state/index.js +52 -15
- package/dist/components/file-preview/index.js +28 -12
- package/dist/components/form/index.js +46 -9
- package/dist/components/grid-container/index.js +31 -11
- package/dist/components/group-selector/index.js +126 -17
- package/dist/components/group-selector/option-container/index.js +1 -1
- package/dist/components/icon/index.js +78 -18
- package/dist/components/icon-button/index.js +63 -14
- package/dist/components/indicator-card/index.js +70 -11
- package/dist/components/info-sidebar/index.js +107 -7
- package/dist/components/inputs/fields/combobox/index.js +141 -21
- package/dist/components/inputs/fields/combobox/option/index.js +1 -1
- package/dist/components/inputs/fields/date/calendar/cell/index.js +22 -11
- package/dist/components/inputs/fields/date/calendar/grid/index.js +21 -10
- package/dist/components/inputs/fields/date/calendar/header/index.js +35 -13
- package/dist/components/inputs/fields/date/calendar/index.js +26 -11
- package/dist/components/inputs/fields/date/index.js +65 -15
- package/dist/components/inputs/fields/date-range/calendar/index.js +29 -10
- package/dist/components/inputs/fields/date-range/index.js +98 -18
- package/dist/components/inputs/fields/date-time/calendar/index.js +44 -15
- package/dist/components/inputs/fields/date-time/index.js +65 -14
- package/dist/components/inputs/fields/editable/index.js +22 -10
- package/dist/components/inputs/fields/input/index.js +74 -10
- package/dist/components/inputs/fields/input-file/index.js +114 -21
- package/dist/components/inputs/fields/input-tags/index.js +60 -11
- package/dist/components/inputs/fields/number/index.js +54 -7
- package/dist/components/inputs/fields/number-range/index.js +46 -8
- package/dist/components/inputs/fields/phone/index.js +446 -286
- package/dist/components/inputs/fields/text-area/index.js +78 -10
- package/dist/components/inputs/label/index.js +34 -8
- package/dist/components/inputs/outline-container/index.js +98 -12
- package/dist/components/inputs/utils/action-button/index.js +28 -7
- package/dist/components/inputs/utils/calendar-button/index.js +34 -10
- package/dist/components/inputs/utils/date-selector/index.js +60 -6
- package/dist/components/inputs/utils/date-time-field/index.js +129 -28
- package/dist/components/inputs/utils/dialog/index.js +10 -7
- package/dist/components/inputs/utils/number-field/index.js +81 -8
- package/dist/components/inputs/utils/popover/index.js +41 -10
- package/dist/components/interactive-card/icon/index.js +1 -1
- package/dist/components/interactive-card/index.js +110 -7
- package/dist/components/language-selector/index.js +34 -10
- package/dist/components/language-selector/item-list/index.js +1 -1
- package/dist/components/link/index.js +71 -17
- package/dist/components/list-item/index.js +64 -13
- package/dist/components/little-flag/index.js +26 -9
- package/dist/components/loading/index.js +48 -21
- package/dist/components/logo/index.js +10 -4
- package/dist/components/logo-carousel/index.js +40 -5
- package/dist/components/lottie/index.js +12 -7
- package/dist/components/menu/index.js +53 -9
- package/dist/components/message-banner/index.js +79 -13
- package/dist/components/modal/index.js +59 -13
- package/dist/components/modal/modal-confirm/index.js +48 -7
- package/dist/components/modal/modal-footer/index.js +22 -13
- package/dist/components/modal/modal-header/index.js +45 -19
- package/dist/components/notification/index.js +65 -20
- package/dist/components/notification-sign/index.js +27 -10
- package/dist/components/number-input/index.js +58 -21
- package/dist/components/oauth-selector/index.js +97 -23
- package/dist/components/oauth-selector/option-container/index.js +68 -7
- package/dist/components/plan-card/index.js +99 -28
- package/dist/components/plan-card/recommended-tag/index.js +23 -2
- package/dist/components/pop-up/description/index.js +47 -9
- package/dist/components/pop-up/index.js +146 -17
- package/dist/components/premium-feature/index.js +56 -16
- package/dist/components/priority-score/index.js +24 -9
- package/dist/components/progress/index.js +30 -17
- package/dist/components/progress-bar/index.js +99 -41
- package/dist/components/radio-button/index.js +64 -27
- package/dist/components/scroll-button/index.js +33 -15
- package/dist/components/search/index.js +77 -35
- package/dist/components/search-bar/index.js +211 -24
- package/dist/components/search-bar/item-searching/index.js +1 -1
- package/dist/components/severity-badge/index.js +66 -6
- package/dist/components/severity-overview/badge/index.js +62 -11
- package/dist/components/severity-overview/index.js +15 -5
- package/dist/components/show-on-hover/index.js +16 -10
- package/dist/components/slide-out-menu/index.js +2611 -1164
- package/dist/components/slide-out-menu/menu-item/index.js +58 -6
- package/dist/components/slider/index.js +79 -48
- package/dist/components/slider/thumb/index.js +13 -6
- package/dist/components/step-lapse/index.js +81 -23
- package/dist/components/table-button/index.js +65 -24
- package/dist/components/tabs/fixed-tabs/index.js +24 -4
- package/dist/components/tabs/index.js +54 -11
- package/dist/components/tabs/tab/index.js +37 -6
- package/dist/components/tag/index.js +95 -27
- package/dist/components/timeline/card/index.js +1 -1
- package/dist/components/timeline/index.js +15 -5
- package/dist/components/toggle/index.js +65 -25
- package/dist/components/toggle-buttons/index.js +51 -22
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tour/index.js +3897 -1829
- package/dist/components/typography/heading/index.js +43 -5
- package/dist/components/typography/span/index.js +38 -6
- package/dist/components/typography/text/index.js +44 -6
- package/dist/components/web-form/index.js +28 -19
- package/dist/hooks/index.js +5 -5
- package/dist/index-BMHVi812.mjs +234 -0
- package/dist/index-BzAniA2J.mjs +135 -0
- package/dist/index-C6LbClYh.mjs +146 -0
- package/dist/index-CAIe8hBv.mjs +130 -0
- package/dist/index-CUQBAqt_.mjs +75 -0
- package/dist/index-CWlrSlUk.mjs +68 -0
- package/dist/index-Ckmu1TfV.mjs +86 -0
- package/dist/index-DwznImvK.mjs +1678 -0
- package/dist/index-maWH3JYC.mjs +3561 -0
- package/dist/index.js +11 -11
- package/dist/styles-B2N0JLw1.mjs +114 -0
- package/dist/styles-B64DVBIF.mjs +115 -0
- package/dist/{styles-lSVV9kjn.mjs → styles-BXFVwnWT.mjs} +28 -28
- package/dist/styles-BZQOqe8p.mjs +141 -0
- package/dist/styles-Bdque9TT.mjs +65 -0
- package/dist/{styles-CI-I6joH.mjs → styles-BlHspTrz.mjs} +18 -18
- package/dist/{styles-Cx93EcVo.mjs → styles-CROOwXEH.mjs} +5 -5
- package/dist/styles-CplEd2kw.mjs +228 -0
- package/dist/styles-D1eTIklB.mjs +110 -0
- package/dist/styles-ePGii_9g.mjs +74 -0
- package/dist/use-carousel-CgAF78h3.mjs +23 -0
- package/dist/use-click-outside-BUll8Ag-.mjs +18 -0
- package/dist/use-cloudinary-image-BCxwj15o.mjs +1176 -0
- package/dist/use-modal-CtgexKnf.mjs +14 -0
- package/dist/use-search-Dj47QDw9.mjs +15 -0
- package/dist/utils-V0EumEPM.mjs +6 -0
- package/package.json +1 -3
- package/dist/index-38JqtnAI.mjs +0 -122
- package/dist/index-B5yoGFs6.mjs +0 -54
- package/dist/index-BLbKylyw.mjs +0 -209
- package/dist/index-Bu448Tz2.mjs +0 -106
- package/dist/index-BwFnfaRh.mjs +0 -2310
- package/dist/index-Co_k0WFk.mjs +0 -75
- package/dist/index-Cu7uUMlx.mjs +0 -82
- package/dist/index-D-lcuEHY.mjs +0 -1018
- package/dist/index-DrfjITyT.mjs +0 -61
- package/dist/styles-7_q7nHce.mjs +0 -110
- package/dist/styles-BA0WIQL-.mjs +0 -74
- package/dist/styles-C3cZmKVJ.mjs +0 -131
- package/dist/styles-D85YYIjM.mjs +0 -131
- package/dist/styles-EIbGRPlk.mjs +0 -106
- package/dist/styles-Q1VXuWI7.mjs +0 -65
- package/dist/styles-fH2c4cfc.mjs +0 -77
- package/dist/use-carousel-CvRxi2FI.mjs +0 -17
- package/dist/use-click-outside-BtZLIoU1.mjs +0 -18
- package/dist/use-cloudinary-image-fG7ODNgr.mjs +0 -611
- package/dist/use-modal-CkrZ-_-M.mjs +0 -14
- package/dist/use-search-DpLNvt7Q.mjs +0 -12
- package/dist/utils-CQvBF-wY.mjs +0 -4
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { createCalendar as f } from "@internationalized/date";
|
|
3
|
-
import { useLocale as
|
|
4
|
-
import { useCalendarState as
|
|
5
|
-
import { styled as n, useTheme as
|
|
6
|
-
import { TimeField as
|
|
7
|
-
import { CalendarGrid as
|
|
8
|
-
import { Header as
|
|
9
|
-
import { F as $ } from "../../../../../styles-
|
|
10
|
-
import { Button as
|
|
3
|
+
import { useLocale as u, useCalendar as g } from "react-aria";
|
|
4
|
+
import { useCalendarState as C } from "react-stately";
|
|
5
|
+
import { styled as n, useTheme as x } from "styled-components";
|
|
6
|
+
import { TimeField as h } from "../../../utils/date-time-field/index.js";
|
|
7
|
+
import { CalendarGrid as y } from "../../date/calendar/grid/index.js";
|
|
8
|
+
import { Header as v } from "../../date/calendar/header/index.js";
|
|
9
|
+
import { F as $ } from "../../../../../styles-BlHspTrz.mjs";
|
|
10
|
+
import { Button as T } from "../../../../button/index.js";
|
|
11
11
|
import "../../../../typography/heading/index.js";
|
|
12
12
|
import "../../../../typography/span/index.js";
|
|
13
13
|
import { Text as j } from "../../../../typography/text/index.js";
|
|
14
|
-
const
|
|
14
|
+
const b = n.div`
|
|
15
15
|
${({ theme: e }) => `
|
|
16
16
|
align-items: center;
|
|
17
17
|
border-top: 1px solid ${e.palette.gray[200]};
|
|
@@ -20,16 +20,45 @@ const T = n.div`
|
|
|
20
20
|
justify-content: center;
|
|
21
21
|
padding: ${e.spacing[0.5]} ${e.spacing[1.25]};
|
|
22
22
|
`}
|
|
23
|
-
`,
|
|
23
|
+
`, B = n.div`
|
|
24
24
|
align-items: center;
|
|
25
25
|
display: flex;
|
|
26
26
|
gap: ${({ theme: e }) => e.spacing[0.5]};
|
|
27
27
|
justify-content: flex-end;
|
|
28
28
|
flex: 1 0 0;
|
|
29
|
-
`,
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
`, w = ({
|
|
30
|
+
handleTimeChange: e,
|
|
31
|
+
onClose: a,
|
|
32
|
+
props: o,
|
|
33
|
+
timeState: l
|
|
34
|
+
}) => {
|
|
35
|
+
const s = x(), { locale: m } = u(), r = C({ ...o, createCalendar: f, locale: m }), { prevButtonProps: c, nextButtonProps: d, title: p } = g(o, r);
|
|
36
|
+
return /* @__PURE__ */ i("div", { className: "calendar", children: [
|
|
37
|
+
/* @__PURE__ */ t(
|
|
38
|
+
v,
|
|
39
|
+
{
|
|
40
|
+
nextButtonProps: d,
|
|
41
|
+
prevButtonProps: c,
|
|
42
|
+
state: r,
|
|
43
|
+
title: p
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ t(y, { state: r }),
|
|
47
|
+
/* @__PURE__ */ i(b, { children: [
|
|
48
|
+
/* @__PURE__ */ t(j, { color: s.palette.gray[800], fontWeight: "bold", size: "sm", children: "Time" }),
|
|
49
|
+
/* @__PURE__ */ t(B, { children: /* @__PURE__ */ t(
|
|
50
|
+
h,
|
|
51
|
+
{
|
|
52
|
+
hourCycle: 12,
|
|
53
|
+
label: "time-field",
|
|
54
|
+
onChange: e,
|
|
55
|
+
value: l.timeValue
|
|
56
|
+
}
|
|
57
|
+
) })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ t($, { children: /* @__PURE__ */ t(T, { onClick: a, variant: "ghost", children: "Cancel" }) })
|
|
60
|
+
] });
|
|
32
61
|
};
|
|
33
62
|
export {
|
|
34
|
-
|
|
63
|
+
w as Calendar
|
|
35
64
|
};
|
|
@@ -1,18 +1,69 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { useDatePicker as
|
|
4
|
-
import { useDatePickerState as
|
|
5
|
-
import { Calendar as
|
|
6
|
-
import { OutlineContainer as
|
|
7
|
-
import { DateSelector as
|
|
1
|
+
import { jsxs as D, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as b, useRef as R, useCallback as k } from "react";
|
|
3
|
+
import { useDatePicker as S } from "react-aria";
|
|
4
|
+
import { useDatePickerState as T } from "react-stately";
|
|
5
|
+
import { Calendar as x } from "./calendar/index.js";
|
|
6
|
+
import { OutlineContainer as y } from "../../outline-container/index.js";
|
|
7
|
+
import { DateSelector as O } from "../../utils/date-selector/index.js";
|
|
8
8
|
import { Dialog as j } from "../../utils/dialog/index.js";
|
|
9
|
-
import { Popover as
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
import { Popover as I } from "../../utils/popover/index.js";
|
|
10
|
+
const J = b(function(o, m) {
|
|
11
|
+
const r = R(null), e = T({
|
|
12
|
+
...o,
|
|
13
|
+
granularity: "minute",
|
|
14
|
+
hourCycle: 12,
|
|
15
|
+
shouldCloseOnSelect: !1
|
|
16
|
+
}), { close: s } = e, { disabled: i = !1, error: n, required: f, label: p, name: a, tooltip: u } = o, { groupProps: c, fieldProps: d, buttonProps: P, dialogProps: g, calendarProps: h } = S(o, e, r), C = k(
|
|
17
|
+
(l) => {
|
|
18
|
+
l && e.setTimeValue(l);
|
|
19
|
+
},
|
|
20
|
+
[e]
|
|
21
|
+
);
|
|
22
|
+
return /* @__PURE__ */ D(
|
|
23
|
+
y,
|
|
24
|
+
{
|
|
25
|
+
error: n,
|
|
26
|
+
htmlFor: a,
|
|
27
|
+
label: p,
|
|
28
|
+
required: f,
|
|
29
|
+
tooltip: u,
|
|
30
|
+
children: [
|
|
31
|
+
/* @__PURE__ */ t(
|
|
32
|
+
O,
|
|
33
|
+
{
|
|
34
|
+
buttonProps: P,
|
|
35
|
+
datePickerRef: r,
|
|
36
|
+
disabled: i,
|
|
37
|
+
error: n,
|
|
38
|
+
fieldProps: d,
|
|
39
|
+
granularity: "minute",
|
|
40
|
+
groupProps: c,
|
|
41
|
+
inputRef: m,
|
|
42
|
+
name: a
|
|
43
|
+
}
|
|
44
|
+
),
|
|
45
|
+
e.isOpen && !i ? /* @__PURE__ */ t(
|
|
46
|
+
I,
|
|
47
|
+
{
|
|
48
|
+
offset: 8,
|
|
49
|
+
placement: "bottom start",
|
|
50
|
+
state: e,
|
|
51
|
+
triggerRef: r,
|
|
52
|
+
children: /* @__PURE__ */ t(j, { ...g, children: /* @__PURE__ */ t(
|
|
53
|
+
x,
|
|
54
|
+
{
|
|
55
|
+
handleTimeChange: C,
|
|
56
|
+
onClose: s,
|
|
57
|
+
props: { ...h },
|
|
58
|
+
timeState: e
|
|
59
|
+
}
|
|
60
|
+
) })
|
|
61
|
+
}
|
|
62
|
+
) : null
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
);
|
|
15
66
|
});
|
|
16
67
|
export {
|
|
17
|
-
|
|
68
|
+
J as InputDateTime
|
|
18
69
|
};
|
|
@@ -1,16 +1,28 @@
|
|
|
1
|
-
import { jsx as r, jsxs as
|
|
2
|
-
import { isNil as
|
|
3
|
-
import { Label as
|
|
4
|
-
import { Container as
|
|
5
|
-
import { Link as
|
|
1
|
+
import { jsx as r, jsxs as h } from "react/jsx-runtime";
|
|
2
|
+
import { isNil as l } from "lodash";
|
|
3
|
+
import { Label as d } from "../../label/index.js";
|
|
4
|
+
import { Container as c } from "../../../container/index.js";
|
|
5
|
+
import { Link as a } from "../../../link/index.js";
|
|
6
6
|
import "../../../typography/heading/index.js";
|
|
7
7
|
import "../../../typography/span/index.js";
|
|
8
8
|
import { Text as x } from "../../../typography/text/index.js";
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
const z = ({
|
|
10
|
+
children: m,
|
|
11
|
+
currentValue: i,
|
|
12
|
+
externalLink: e,
|
|
13
|
+
isEditing: n,
|
|
14
|
+
label: s,
|
|
15
|
+
name: p,
|
|
16
|
+
tooltip: f
|
|
17
|
+
}) => {
|
|
18
|
+
if (n)
|
|
19
|
+
return /* @__PURE__ */ r("div", { children: m });
|
|
20
|
+
const t = l(i) ? "" : i, o = String(e ?? t);
|
|
21
|
+
return /* @__PURE__ */ h(c, { children: [
|
|
22
|
+
/* @__PURE__ */ r(d, { htmlFor: p, label: s, tooltip: f, weight: "bold" }),
|
|
23
|
+
o.startsWith("https://") ? /* @__PURE__ */ r(a, { href: o, children: t }) : /* @__PURE__ */ r(x, { size: "md", children: t })
|
|
24
|
+
] });
|
|
13
25
|
};
|
|
14
26
|
export {
|
|
15
|
-
|
|
27
|
+
z as Editable
|
|
16
28
|
};
|
|
@@ -1,13 +1,77 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { useTheme as
|
|
4
|
-
import { OutlineContainer as
|
|
5
|
-
import { S as
|
|
6
|
-
import { Icon as
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { jsx as o, jsxs as I } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as S } from "react";
|
|
3
|
+
import { useTheme as T } from "styled-components";
|
|
4
|
+
import { OutlineContainer as $ } from "../../outline-container/index.js";
|
|
5
|
+
import { S as b } from "../../../../styles-BXFVwnWT.mjs";
|
|
6
|
+
import { Icon as n } from "../../../icon/index.js";
|
|
7
|
+
const w = S(function({
|
|
8
|
+
disabled: t = !1,
|
|
9
|
+
hasIcon: a = !1,
|
|
10
|
+
helpLink: l,
|
|
11
|
+
helpLinkText: s,
|
|
12
|
+
helpText: c,
|
|
13
|
+
error: i,
|
|
14
|
+
label: f,
|
|
15
|
+
name: e,
|
|
16
|
+
maskValue: m = !1,
|
|
17
|
+
required: r,
|
|
18
|
+
tooltip: p,
|
|
19
|
+
type: d = "text",
|
|
20
|
+
weight: u,
|
|
21
|
+
...x
|
|
22
|
+
}, h) {
|
|
23
|
+
const C = T();
|
|
24
|
+
return /* @__PURE__ */ o(
|
|
25
|
+
$,
|
|
26
|
+
{
|
|
27
|
+
error: i,
|
|
28
|
+
helpLink: l,
|
|
29
|
+
helpLinkText: s,
|
|
30
|
+
helpText: c,
|
|
31
|
+
htmlFor: e,
|
|
32
|
+
label: f,
|
|
33
|
+
required: r,
|
|
34
|
+
tooltip: p,
|
|
35
|
+
weight: u,
|
|
36
|
+
children: /* @__PURE__ */ I(
|
|
37
|
+
b,
|
|
38
|
+
{
|
|
39
|
+
className: `${t ? "disabled" : ""} ${i ? "error" : ""}`,
|
|
40
|
+
children: [
|
|
41
|
+
a ? /* @__PURE__ */ o(n, { icon: "user", iconSize: "sm", iconType: "fa-light" }) : void 0,
|
|
42
|
+
/* @__PURE__ */ o(
|
|
43
|
+
"input",
|
|
44
|
+
{
|
|
45
|
+
"aria-hidden": !1,
|
|
46
|
+
"aria-invalid": i ? "true" : "false",
|
|
47
|
+
"aria-label": e,
|
|
48
|
+
"aria-required": r,
|
|
49
|
+
autoComplete: "off",
|
|
50
|
+
className: m ? "sr-block" : "",
|
|
51
|
+
"data-testid": `${e}-input`,
|
|
52
|
+
disabled: t,
|
|
53
|
+
id: e,
|
|
54
|
+
name: e,
|
|
55
|
+
ref: h,
|
|
56
|
+
type: d,
|
|
57
|
+
...x
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
i ? /* @__PURE__ */ o(
|
|
61
|
+
n,
|
|
62
|
+
{
|
|
63
|
+
icon: "exclamation-circle",
|
|
64
|
+
iconClass: "error-icon",
|
|
65
|
+
iconColor: C.palette.error[500],
|
|
66
|
+
iconSize: "xs"
|
|
67
|
+
}
|
|
68
|
+
) : void 0
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
}
|
|
73
|
+
);
|
|
10
74
|
});
|
|
11
75
|
export {
|
|
12
|
-
|
|
76
|
+
w as Input
|
|
13
77
|
};
|
|
@@ -1,32 +1,125 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { isEmpty as
|
|
3
|
-
import { forwardRef as
|
|
4
|
-
import { styled as
|
|
5
|
-
import { b as
|
|
6
|
-
import { OutlineContainer as
|
|
7
|
-
import { S as
|
|
8
|
-
import { Button as
|
|
9
|
-
import { Container as
|
|
10
|
-
import { Icon as
|
|
11
|
-
import { IconButton as
|
|
12
|
-
const
|
|
1
|
+
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { isEmpty as v } from "lodash";
|
|
3
|
+
import { forwardRef as C } from "react";
|
|
4
|
+
import { styled as s, useTheme as F } from "styled-components";
|
|
5
|
+
import { b as T } from "../../../../styles-B64DVBIF.mjs";
|
|
6
|
+
import { OutlineContainer as $ } from "../../outline-container/index.js";
|
|
7
|
+
import { S as b } from "../../../../styles-BXFVwnWT.mjs";
|
|
8
|
+
import { Button as z } from "../../../button/index.js";
|
|
9
|
+
import { Container as j } from "../../../container/index.js";
|
|
10
|
+
import { Icon as m } from "../../../icon/index.js";
|
|
11
|
+
import { IconButton as N } from "../../../icon-button/index.js";
|
|
12
|
+
const A = s(T)`
|
|
13
13
|
white-space: nowrap;
|
|
14
|
-
margin-right: ${({ theme:
|
|
14
|
+
margin-right: ${({ theme: e }) => e.spacing[0.25]};
|
|
15
15
|
text-overflow: ellipsis;
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
max-width: 80%;
|
|
18
|
-
`,
|
|
18
|
+
`, B = s.input`
|
|
19
19
|
opacity: 0;
|
|
20
20
|
position: absolute;
|
|
21
21
|
visibility: hidden;
|
|
22
22
|
width: 0;
|
|
23
|
-
`,
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
`, R = (e) => {
|
|
24
|
+
const o = e;
|
|
25
|
+
return o ? Array.from(o).map((i) => i.name).join(", ") : "";
|
|
26
|
+
}, P = C(function({
|
|
27
|
+
accept: o,
|
|
28
|
+
disabled: i = !1,
|
|
29
|
+
error: p,
|
|
30
|
+
label: c,
|
|
31
|
+
helpLink: d,
|
|
32
|
+
helpText: f,
|
|
33
|
+
id: h,
|
|
34
|
+
multiple: x,
|
|
35
|
+
name: r,
|
|
36
|
+
required: u,
|
|
37
|
+
tooltip: y,
|
|
38
|
+
weight: g,
|
|
39
|
+
value: w,
|
|
40
|
+
...I
|
|
41
|
+
}, S) {
|
|
42
|
+
const a = F(), l = R(w);
|
|
43
|
+
return /* @__PURE__ */ n(
|
|
44
|
+
$,
|
|
45
|
+
{
|
|
46
|
+
error: p,
|
|
47
|
+
helpLink: d,
|
|
48
|
+
helpText: f,
|
|
49
|
+
htmlFor: r,
|
|
50
|
+
label: c,
|
|
51
|
+
required: u,
|
|
52
|
+
tooltip: y,
|
|
53
|
+
weight: g,
|
|
54
|
+
children: [
|
|
55
|
+
/* @__PURE__ */ n(
|
|
56
|
+
b,
|
|
57
|
+
{
|
|
58
|
+
className: `${i ? "disabled" : ""} ${p ? "error" : ""}`,
|
|
59
|
+
children: [
|
|
60
|
+
/* @__PURE__ */ t(A, { $size: "xs", children: l }),
|
|
61
|
+
/* @__PURE__ */ n(j, { display: "flex", gap: 0.5, children: [
|
|
62
|
+
v(l) ? void 0 : /* @__PURE__ */ t(
|
|
63
|
+
N,
|
|
64
|
+
{
|
|
65
|
+
color: a.palette.gray[400],
|
|
66
|
+
height: "20px",
|
|
67
|
+
icon: "xmark",
|
|
68
|
+
iconSize: "lg",
|
|
69
|
+
iconType: "fa-light",
|
|
70
|
+
variant: "ghost",
|
|
71
|
+
width: "20px"
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
p && /* @__PURE__ */ t(
|
|
75
|
+
m,
|
|
76
|
+
{
|
|
77
|
+
icon: "exclamation-circle",
|
|
78
|
+
iconClass: "error-icon",
|
|
79
|
+
iconColor: a.palette.error[500],
|
|
80
|
+
iconSize: "xs"
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
] }),
|
|
84
|
+
/* @__PURE__ */ n(
|
|
85
|
+
z,
|
|
86
|
+
{
|
|
87
|
+
border: i ? `1px solid ${a.palette.gray[300]} !important` : "",
|
|
88
|
+
borderRadius: "0px 8px 8px 0px !important",
|
|
89
|
+
disabled: i,
|
|
90
|
+
height: "40px",
|
|
91
|
+
variant: "primary",
|
|
92
|
+
width: "96px",
|
|
93
|
+
children: [
|
|
94
|
+
/* @__PURE__ */ t(m, { icon: "search", iconSize: "sm", mr: 0.5 }),
|
|
95
|
+
"Add file"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
)
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
/* @__PURE__ */ t(
|
|
103
|
+
B,
|
|
104
|
+
{
|
|
105
|
+
accept: o,
|
|
106
|
+
"aria-label": r,
|
|
107
|
+
"data-testid": r,
|
|
108
|
+
disabled: i,
|
|
109
|
+
id: h,
|
|
110
|
+
multiple: x,
|
|
111
|
+
name: r,
|
|
112
|
+
ref: S,
|
|
113
|
+
required: void 0,
|
|
114
|
+
type: "file",
|
|
115
|
+
value: void 0,
|
|
116
|
+
...I
|
|
117
|
+
}
|
|
118
|
+
)
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
);
|
|
29
122
|
});
|
|
30
123
|
export {
|
|
31
|
-
|
|
124
|
+
P as InputFile
|
|
32
125
|
};
|
|
@@ -1,19 +1,68 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { styled as
|
|
4
|
-
import { OutlineContainer as
|
|
5
|
-
import { S as
|
|
6
|
-
import { Tag as
|
|
7
|
-
const
|
|
1
|
+
import { jsx as o, jsxs as c } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as h, useMemo as x } from "react";
|
|
3
|
+
import { styled as T } from "styled-components";
|
|
4
|
+
import { OutlineContainer as y } from "../../outline-container/index.js";
|
|
5
|
+
import { S as I } from "../../../../styles-BXFVwnWT.mjs";
|
|
6
|
+
import { Tag as b } from "../../../tag/index.js";
|
|
7
|
+
const C = T.input`
|
|
8
8
|
border: none;
|
|
9
9
|
background: transparent;
|
|
10
10
|
min-width: 15rem;
|
|
11
11
|
padding: 0;
|
|
12
12
|
flex: 1;
|
|
13
|
-
`,
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
`, L = h(function({
|
|
14
|
+
disabled: r = !1,
|
|
15
|
+
error: n,
|
|
16
|
+
label: s,
|
|
17
|
+
name: e = "input-tag",
|
|
18
|
+
onChange: f,
|
|
19
|
+
placeholder: l,
|
|
20
|
+
required: a,
|
|
21
|
+
tooltip: m,
|
|
22
|
+
weight: d,
|
|
23
|
+
value: t,
|
|
24
|
+
...u
|
|
25
|
+
}, g) {
|
|
26
|
+
const i = x(() => t && typeof t == "string" ? t.split(",").filter(Boolean) : [], [t]);
|
|
27
|
+
return /* @__PURE__ */ o(
|
|
28
|
+
y,
|
|
29
|
+
{
|
|
30
|
+
error: n,
|
|
31
|
+
htmlFor: e,
|
|
32
|
+
label: s,
|
|
33
|
+
required: a,
|
|
34
|
+
tooltip: m,
|
|
35
|
+
weight: d,
|
|
36
|
+
children: /* @__PURE__ */ c(
|
|
37
|
+
I,
|
|
38
|
+
{
|
|
39
|
+
className: `${r ? "disabled" : ""} ${n ? "error" : ""}`,
|
|
40
|
+
children: [
|
|
41
|
+
i.map((p) => /* @__PURE__ */ o(b, { disabled: r, tagLabel: p }, p)),
|
|
42
|
+
/* @__PURE__ */ o(
|
|
43
|
+
C,
|
|
44
|
+
{
|
|
45
|
+
"aria-hidden": !1,
|
|
46
|
+
"aria-invalid": n ? "true" : "false",
|
|
47
|
+
"aria-label": e,
|
|
48
|
+
"aria-required": a,
|
|
49
|
+
autoComplete: "off",
|
|
50
|
+
disabled: r,
|
|
51
|
+
name: e,
|
|
52
|
+
onChange: f,
|
|
53
|
+
placeholder: i.length === 0 ? l : void 0,
|
|
54
|
+
ref: g,
|
|
55
|
+
type: "text",
|
|
56
|
+
value: t,
|
|
57
|
+
...u
|
|
58
|
+
}
|
|
59
|
+
)
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
)
|
|
63
|
+
}
|
|
64
|
+
);
|
|
16
65
|
});
|
|
17
66
|
export {
|
|
18
|
-
|
|
67
|
+
L as InputTags
|
|
19
68
|
};
|
|
@@ -1,10 +1,57 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { OutlineContainer as
|
|
4
|
-
import { NumberField as
|
|
5
|
-
const
|
|
6
|
-
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as F } from "react";
|
|
3
|
+
import { OutlineContainer as I } from "../../outline-container/index.js";
|
|
4
|
+
import { NumberField as j } from "../../utils/number-field/index.js";
|
|
5
|
+
const k = F(function({
|
|
6
|
+
decimalPlaces: m,
|
|
7
|
+
disabled: e = !1,
|
|
8
|
+
error: r,
|
|
9
|
+
helpLink: i,
|
|
10
|
+
helpText: n,
|
|
11
|
+
id: f,
|
|
12
|
+
label: u,
|
|
13
|
+
maxLength: p,
|
|
14
|
+
max: l,
|
|
15
|
+
min: b,
|
|
16
|
+
name: o,
|
|
17
|
+
onChange: c,
|
|
18
|
+
placeholder: d,
|
|
19
|
+
required: s,
|
|
20
|
+
tooltip: N,
|
|
21
|
+
weight: a,
|
|
22
|
+
...h
|
|
23
|
+
}, x) {
|
|
24
|
+
return /* @__PURE__ */ t(
|
|
25
|
+
I,
|
|
26
|
+
{
|
|
27
|
+
error: r,
|
|
28
|
+
helpLink: i,
|
|
29
|
+
helpText: n,
|
|
30
|
+
htmlFor: o,
|
|
31
|
+
label: u,
|
|
32
|
+
maxLength: p,
|
|
33
|
+
required: s,
|
|
34
|
+
tooltip: N,
|
|
35
|
+
weight: a,
|
|
36
|
+
children: /* @__PURE__ */ t(
|
|
37
|
+
j,
|
|
38
|
+
{
|
|
39
|
+
decimalPlaces: m,
|
|
40
|
+
disabled: e,
|
|
41
|
+
error: r,
|
|
42
|
+
id: f,
|
|
43
|
+
max: l,
|
|
44
|
+
min: b,
|
|
45
|
+
name: o,
|
|
46
|
+
onChange: c,
|
|
47
|
+
placeholder: d,
|
|
48
|
+
ref: x,
|
|
49
|
+
...h
|
|
50
|
+
}
|
|
51
|
+
)
|
|
52
|
+
}
|
|
53
|
+
);
|
|
7
54
|
});
|
|
8
55
|
export {
|
|
9
|
-
|
|
56
|
+
k as InputNumber
|
|
10
57
|
};
|
|
@@ -1,11 +1,49 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { OutlineContainer as
|
|
4
|
-
import { NumberField as
|
|
5
|
-
import { Container as
|
|
6
|
-
const
|
|
7
|
-
|
|
1
|
+
import { jsx as t, jsxs as l } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as s } from "react";
|
|
3
|
+
import { OutlineContainer as c } from "../../outline-container/index.js";
|
|
4
|
+
import { NumberField as m } from "../../utils/number-field/index.js";
|
|
5
|
+
import { Container as d } from "../../../container/index.js";
|
|
6
|
+
const j = s(function({
|
|
7
|
+
disabled: n = !1,
|
|
8
|
+
error: r,
|
|
9
|
+
name: i,
|
|
10
|
+
label: e,
|
|
11
|
+
propsMax: p,
|
|
12
|
+
propsMin: f,
|
|
13
|
+
required: u,
|
|
14
|
+
tooltip: a
|
|
15
|
+
}, o) {
|
|
16
|
+
return /* @__PURE__ */ t(
|
|
17
|
+
c,
|
|
18
|
+
{
|
|
19
|
+
error: r,
|
|
20
|
+
htmlFor: i,
|
|
21
|
+
label: e,
|
|
22
|
+
required: u,
|
|
23
|
+
tooltip: a,
|
|
24
|
+
children: /* @__PURE__ */ l(d, { display: "flex", gap: 0.25, width: "100%", children: [
|
|
25
|
+
/* @__PURE__ */ t(
|
|
26
|
+
m,
|
|
27
|
+
{
|
|
28
|
+
...f,
|
|
29
|
+
disabled: n,
|
|
30
|
+
error: r,
|
|
31
|
+
ref: o
|
|
32
|
+
}
|
|
33
|
+
),
|
|
34
|
+
/* @__PURE__ */ t(
|
|
35
|
+
m,
|
|
36
|
+
{
|
|
37
|
+
...p,
|
|
38
|
+
disabled: n,
|
|
39
|
+
error: r,
|
|
40
|
+
ref: o
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
] })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
8
46
|
});
|
|
9
47
|
export {
|
|
10
|
-
|
|
48
|
+
j as InputNumberRange
|
|
11
49
|
};
|