@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,35 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import { Header as g } from "../../date/calendar/header/index.js";
|
|
8
|
-
import { F as h } from "../../../../../styles-BlHspTrz.mjs";
|
|
9
|
-
import { Button as x } from "../../../../button/index.js";
|
|
10
|
-
const L = ({
|
|
11
|
-
onClose: a,
|
|
12
|
-
props: o
|
|
13
|
-
}) => {
|
|
14
|
-
const { locale: n } = f(), t = d(null), e = u({ ...o, createCalendar: c, locale: n }), { prevButtonProps: l, nextButtonProps: m, title: i } = p(
|
|
15
|
-
o,
|
|
16
|
-
e,
|
|
17
|
-
t
|
|
18
|
-
);
|
|
19
|
-
return /* @__PURE__ */ s("div", { className: "calendar-range", ref: t, children: [
|
|
20
|
-
/* @__PURE__ */ r(
|
|
21
|
-
g,
|
|
22
|
-
{
|
|
23
|
-
nextButtonProps: m,
|
|
24
|
-
prevButtonProps: l,
|
|
25
|
-
state: e,
|
|
26
|
-
title: i
|
|
27
|
-
}
|
|
28
|
-
),
|
|
29
|
-
/* @__PURE__ */ r(C, { state: e }),
|
|
30
|
-
/* @__PURE__ */ r(h, { children: /* @__PURE__ */ r(x, { onClick: a, variant: "ghost", children: "Cancel" }) })
|
|
31
|
-
] });
|
|
32
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "@internationalized/date";
|
|
3
|
+
import "react";
|
|
4
|
+
import "react-aria";
|
|
5
|
+
import "react-stately";
|
|
6
|
+
import { b6 as e } from "../../../../../components-C7JPRIEW.mjs";
|
|
33
7
|
export {
|
|
34
|
-
|
|
8
|
+
e as Calendar
|
|
35
9
|
};
|
|
@@ -1,108 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import { styled as F } from "styled-components";
|
|
7
|
-
import { OutlineContainer as O } from "../../outline-container/index.js";
|
|
8
|
-
import { DateSelector as g } from "../../utils/date-selector/index.js";
|
|
9
|
-
import { Dialog as j } from "../../utils/dialog/index.js";
|
|
10
|
-
import { Popover as q } from "../../utils/popover/index.js";
|
|
11
|
-
const I = F.div`
|
|
12
|
-
${({ theme: t, $disabled: e, $show: a }) => `
|
|
13
|
-
border-color: ${a ? t.palette.error[500] : t.palette.gray[300]};
|
|
14
|
-
display: flex;
|
|
15
|
-
gap: ${t.spacing[0.25]};
|
|
16
|
-
width: 100%;
|
|
17
|
-
|
|
18
|
-
~ div {
|
|
19
|
-
background: ${e ? t.palette.gray[200] : t.palette.white};
|
|
20
|
-
}
|
|
21
|
-
`}
|
|
22
|
-
`, N = k(function({
|
|
23
|
-
disabled: e = !1,
|
|
24
|
-
error: a,
|
|
25
|
-
label: P,
|
|
26
|
-
name: o,
|
|
27
|
-
required: $,
|
|
28
|
-
tooltip: R,
|
|
29
|
-
...d
|
|
30
|
-
}, u) {
|
|
31
|
-
const r = w(null), n = S(d), { close: v } = n, b = `min${o}`, D = `max${o}`, {
|
|
32
|
-
groupProps: f,
|
|
33
|
-
startFieldProps: i,
|
|
34
|
-
endFieldProps: s,
|
|
35
|
-
buttonProps: c,
|
|
36
|
-
dialogProps: h,
|
|
37
|
-
calendarProps: x
|
|
38
|
-
} = y(d, n, r);
|
|
39
|
-
return /* @__PURE__ */ m(
|
|
40
|
-
O,
|
|
41
|
-
{
|
|
42
|
-
error: a,
|
|
43
|
-
htmlFor: o,
|
|
44
|
-
label: P,
|
|
45
|
-
required: $,
|
|
46
|
-
tooltip: R,
|
|
47
|
-
children: [
|
|
48
|
-
/* @__PURE__ */ m(
|
|
49
|
-
I,
|
|
50
|
-
{
|
|
51
|
-
$disabled: e,
|
|
52
|
-
$show: a !== void 0,
|
|
53
|
-
ref: r,
|
|
54
|
-
children: [
|
|
55
|
-
/* @__PURE__ */ l(
|
|
56
|
-
g,
|
|
57
|
-
{
|
|
58
|
-
buttonProps: c,
|
|
59
|
-
datePickerRef: r,
|
|
60
|
-
disabled: e,
|
|
61
|
-
error: a,
|
|
62
|
-
fieldProps: {
|
|
63
|
-
...i,
|
|
64
|
-
"aria-label": `${i["aria-label"]} ${o}`,
|
|
65
|
-
validate: (p) => s.value && p > s.value ? "Start date must be less than or equal to end date" : null
|
|
66
|
-
},
|
|
67
|
-
groupProps: f,
|
|
68
|
-
inputRef: u,
|
|
69
|
-
name: b
|
|
70
|
-
}
|
|
71
|
-
),
|
|
72
|
-
/* @__PURE__ */ l(
|
|
73
|
-
g,
|
|
74
|
-
{
|
|
75
|
-
buttonProps: c,
|
|
76
|
-
datePickerRef: r,
|
|
77
|
-
disabled: e,
|
|
78
|
-
error: a,
|
|
79
|
-
fieldProps: {
|
|
80
|
-
...s,
|
|
81
|
-
"aria-label": `${s["aria-label"]} ${o}`,
|
|
82
|
-
validate: (p) => i.value && p < i.value ? "End date must be greater than or equal to start date" : null
|
|
83
|
-
},
|
|
84
|
-
groupProps: f,
|
|
85
|
-
inputRef: u,
|
|
86
|
-
name: D
|
|
87
|
-
}
|
|
88
|
-
)
|
|
89
|
-
]
|
|
90
|
-
}
|
|
91
|
-
),
|
|
92
|
-
n.isOpen && !e ? /* @__PURE__ */ l(
|
|
93
|
-
q,
|
|
94
|
-
{
|
|
95
|
-
offset: 8,
|
|
96
|
-
placement: "bottom start",
|
|
97
|
-
state: n,
|
|
98
|
-
triggerRef: r,
|
|
99
|
-
children: /* @__PURE__ */ l(j, { ...h, children: /* @__PURE__ */ l(C, { onClose: v, props: { ...x } }) })
|
|
100
|
-
}
|
|
101
|
-
) : null
|
|
102
|
-
]
|
|
103
|
-
}
|
|
104
|
-
);
|
|
105
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "react-aria";
|
|
4
|
+
import "react-stately";
|
|
5
|
+
import { V as a } from "../../../../components-C7JPRIEW.mjs";
|
|
106
6
|
export {
|
|
107
|
-
|
|
7
|
+
a as InputDateRange
|
|
108
8
|
};
|
|
@@ -1,64 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
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
|
-
import "../../../../typography/heading/index.js";
|
|
12
|
-
import "../../../../typography/span/index.js";
|
|
13
|
-
import { Text as j } from "../../../../typography/text/index.js";
|
|
14
|
-
const b = n.div`
|
|
15
|
-
${({ theme: e }) => `
|
|
16
|
-
align-items: center;
|
|
17
|
-
border-top: 1px solid ${e.palette.gray[200]};
|
|
18
|
-
display: flex;
|
|
19
|
-
gap: ${e.spacing[1.5]};
|
|
20
|
-
justify-content: center;
|
|
21
|
-
padding: ${e.spacing[0.5]} ${e.spacing[1.25]};
|
|
22
|
-
`}
|
|
23
|
-
`, B = n.div`
|
|
24
|
-
align-items: center;
|
|
25
|
-
display: flex;
|
|
26
|
-
gap: ${({ theme: e }) => e.spacing[0.5]};
|
|
27
|
-
justify-content: flex-end;
|
|
28
|
-
flex: 1 0 0;
|
|
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
|
-
] });
|
|
61
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "@internationalized/date";
|
|
3
|
+
import "react-aria";
|
|
4
|
+
import "react-stately";
|
|
5
|
+
import "styled-components";
|
|
6
|
+
import { b7 as e } from "../../../../../components-C7JPRIEW.mjs";
|
|
62
7
|
export {
|
|
63
|
-
|
|
8
|
+
e as Calendar
|
|
64
9
|
};
|
|
@@ -1,69 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import { OutlineContainer as y } from "../../outline-container/index.js";
|
|
7
|
-
import { DateSelector as O } from "../../utils/date-selector/index.js";
|
|
8
|
-
import { Dialog as j } from "../../utils/dialog/index.js";
|
|
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
|
-
);
|
|
66
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "react-aria";
|
|
4
|
+
import "react-stately";
|
|
5
|
+
import { W as e } from "../../../../components-C7JPRIEW.mjs";
|
|
67
6
|
export {
|
|
68
|
-
|
|
7
|
+
e as InputDateTime
|
|
69
8
|
};
|
|
@@ -1,28 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import { Container as c } from "../../../container/index.js";
|
|
5
|
-
import { Link as a } from "../../../link/index.js";
|
|
6
|
-
import "../../../typography/heading/index.js";
|
|
7
|
-
import "../../../typography/span/index.js";
|
|
8
|
-
import { Text as x } from "../../../typography/text/index.js";
|
|
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
|
-
] });
|
|
25
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "lodash";
|
|
3
|
+
import { a0 as i } from "../../../../components-C7JPRIEW.mjs";
|
|
26
4
|
export {
|
|
27
|
-
|
|
5
|
+
i as Editable
|
|
28
6
|
};
|
|
@@ -1,77 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
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
|
-
);
|
|
74
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "styled-components";
|
|
4
|
+
import { T as i } from "../../../../components-C7JPRIEW.mjs";
|
|
75
5
|
export {
|
|
76
|
-
|
|
6
|
+
i as Input
|
|
77
7
|
};
|
|
@@ -1,125 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
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
|
-
white-space: nowrap;
|
|
14
|
-
margin-right: ${({ theme: e }) => e.spacing[0.25]};
|
|
15
|
-
text-overflow: ellipsis;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
max-width: 80%;
|
|
18
|
-
`, B = s.input`
|
|
19
|
-
opacity: 0;
|
|
20
|
-
position: absolute;
|
|
21
|
-
visibility: hidden;
|
|
22
|
-
width: 0;
|
|
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
|
-
);
|
|
122
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "lodash";
|
|
3
|
+
import "react";
|
|
4
|
+
import "styled-components";
|
|
5
|
+
import { X as e } from "../../../../components-C7JPRIEW.mjs";
|
|
123
6
|
export {
|
|
124
|
-
|
|
7
|
+
e as InputFile
|
|
125
8
|
};
|
|
@@ -1,68 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
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
|
-
border: none;
|
|
9
|
-
background: transparent;
|
|
10
|
-
min-width: 15rem;
|
|
11
|
-
padding: 0;
|
|
12
|
-
flex: 1;
|
|
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
|
-
);
|
|
65
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { Z as m } from "../../../../components-C7JPRIEW.mjs";
|
|
66
4
|
export {
|
|
67
|
-
|
|
5
|
+
m as InputTags
|
|
68
6
|
};
|
|
@@ -1,57 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
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
|
-
);
|
|
54
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { Y as t } from "../../../../components-C7JPRIEW.mjs";
|
|
55
4
|
export {
|
|
56
|
-
|
|
5
|
+
t as InputNumber
|
|
57
6
|
};
|