@fluidattacks/design 3.1.11 → 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/_commonjsHelpers-C6fGbg64.mjs +6 -0
- package/dist/components/@core/index.js +18 -1
- package/dist/components/accordion/accordion-content/index.js +22 -1
- package/dist/components/accordion/index.js +78 -1
- package/dist/components/alert/index.js +162 -4
- package/dist/components/button/index.js +69 -1
- package/dist/components/card/card-header/index.js +83 -1
- package/dist/components/card/card-with-image/index.js +93 -1
- package/dist/components/card/card-with-input/index.js +106 -3
- package/dist/components/card/card-with-selector/index.js +71 -1
- package/dist/components/card/card-with-switch/index.js +50 -1
- package/dist/components/card/index.js +12 -1
- package/dist/components/carousel/index.js +62 -10
- package/dist/components/checkbox/index.js +118 -3
- package/dist/components/cloud-image/index.js +8 -1
- package/dist/components/code-snippet/index.js +72 -1
- package/dist/components/code-snippet/location-code/index.js +171 -1
- package/dist/components/colors/index.js +224 -1
- package/dist/components/confirm-dialog/index.js +46 -1
- package/dist/components/container/index.js +51 -3
- package/dist/components/content-card/category-tag/index.js +42 -1
- package/dist/components/content-card/event-date/index.js +61 -1
- package/dist/components/content-card/index.js +168 -3
- package/dist/components/content-card-carousel/index.js +95 -1
- package/dist/components/content-card-carousel/scroll-buttons/index.js +9 -1
- package/dist/components/divider/index.js +25 -1
- package/dist/components/empty-state/empty-button/index.js +6 -1
- package/dist/components/empty-state/index.js +58 -8
- package/dist/components/file-preview/index.js +31 -3
- package/dist/components/form/index.js +63 -3
- package/dist/components/grid-container/index.js +46 -5
- package/dist/components/group-selector/index.js +135 -1
- package/dist/components/group-selector/option-container/index.js +12 -1
- package/dist/components/icon/index.js +102 -4
- package/dist/components/icon-button/index.js +76 -3
- package/dist/components/indicator-card/index.js +74 -1
- package/dist/components/info-sidebar/index.js +116 -1
- package/dist/components/inputs/fields/combobox/index.js +146 -1
- package/dist/components/inputs/fields/combobox/option/index.js +8 -1
- package/dist/components/inputs/fields/date/calendar/cell/index.js +27 -1
- package/dist/components/inputs/fields/date/calendar/grid/index.js +26 -1
- package/dist/components/inputs/fields/date/calendar/header/index.js +38 -1
- package/dist/components/inputs/fields/date/calendar/index.js +30 -1
- package/dist/components/inputs/fields/date/index.js +68 -1
- package/dist/components/inputs/fields/date-range/calendar/index.js +35 -1
- package/dist/components/inputs/fields/date-range/index.js +108 -3
- package/dist/components/inputs/fields/date-time/calendar/index.js +60 -5
- package/dist/components/inputs/fields/date-time/index.js +69 -1
- package/dist/components/inputs/fields/editable/index.js +28 -1
- package/dist/components/inputs/fields/input/index.js +77 -1
- package/dist/components/inputs/fields/input-file/index.js +117 -4
- package/dist/components/inputs/fields/input-tags/index.js +63 -2
- package/dist/components/inputs/fields/number/index.js +57 -1
- package/dist/components/inputs/fields/number-range/index.js +49 -1
- package/dist/components/inputs/fields/phone/index.js +574 -11
- package/dist/components/inputs/fields/text-area/index.js +81 -1
- package/dist/components/inputs/index.js +28 -1
- package/dist/components/inputs/label/index.js +38 -1
- package/dist/components/inputs/outline-container/index.js +104 -1
- package/dist/components/inputs/utils/action-button/index.js +31 -1
- package/dist/components/inputs/utils/calendar-button/index.js +37 -1
- package/dist/components/inputs/utils/date-selector/index.js +62 -1
- package/dist/components/inputs/utils/date-time-field/index.js +133 -1
- package/dist/components/inputs/utils/dialog/index.js +14 -1
- package/dist/components/inputs/utils/number-field/index.js +86 -1
- package/dist/components/inputs/utils/popover/index.js +44 -1
- package/dist/components/interactive-card/icon/index.js +7 -1
- package/dist/components/interactive-card/index.js +118 -1
- package/dist/components/language-selector/index.js +37 -1
- package/dist/components/language-selector/item-list/index.js +8 -1
- package/dist/components/link/index.js +106 -7
- package/dist/components/list-item/index.js +67 -1
- package/dist/components/little-flag/index.js +32 -3
- package/dist/components/loading/index.js +55 -14
- package/dist/components/logo/index.js +13 -1
- package/dist/components/logo-carousel/index.js +45 -4
- package/dist/components/lottie/index.js +20 -3
- package/dist/components/menu/index.js +67 -1
- package/dist/components/message-banner/index.js +87 -4
- package/dist/components/modal/index.js +65 -1
- package/dist/components/modal/modal-confirm/index.js +51 -1
- package/dist/components/modal/modal-footer/index.js +25 -1
- package/dist/components/modal/modal-header/index.js +51 -1
- package/dist/components/notification/index.js +113 -5
- package/dist/components/notification-sign/index.js +43 -6
- package/dist/components/number-input/index.js +62 -7
- package/dist/components/oauth-selector/index.js +100 -1
- package/dist/components/oauth-selector/option-container/index.js +76 -1
- package/dist/components/plan-card/index.js +155 -5
- package/dist/components/plan-card/recommended-tag/index.js +31 -1
- package/dist/components/pop-up/description/index.js +51 -1
- package/dist/components/pop-up/index.js +152 -1
- package/dist/components/premium-feature/index.js +85 -3
- package/dist/components/priority-score/index.js +29 -1
- package/dist/components/progress/index.js +36 -3
- package/dist/components/progress-bar/index.js +153 -5
- package/dist/components/radio-button/index.js +125 -3
- package/dist/components/scroll-button/index.js +38 -2
- package/dist/components/search/index.js +105 -7
- package/dist/components/search-bar/index.js +219 -1
- package/dist/components/search-bar/item-searching/index.js +10 -1
- package/dist/components/severity-badge/index.js +74 -1
- package/dist/components/severity-overview/badge/index.js +69 -1
- package/dist/components/severity-overview/index.js +17 -1
- package/dist/components/show-on-hover/index.js +31 -3
- package/dist/components/slide-out-menu/index.js +3456 -3
- package/dist/components/slide-out-menu/menu-item/index.js +67 -1
- package/dist/components/slider/index.js +124 -7
- package/dist/components/slider/thumb/index.js +17 -1
- package/dist/components/step-lapse/index.js +153 -9
- package/dist/components/table-button/index.js +97 -3
- package/dist/components/tabs/fixed-tabs/index.js +29 -1
- package/dist/components/tabs/index.js +57 -1
- package/dist/components/tabs/tab/index.js +39 -1
- package/dist/components/tag/index.js +184 -3
- package/dist/components/timeline/card/index.js +9 -1
- package/dist/components/timeline/index.js +17 -1
- package/dist/components/toggle/index.js +85 -14
- package/dist/components/toggle-buttons/index.js +103 -5
- package/dist/components/tooltip/index.js +13 -1
- package/dist/components/tour/index.js +4549 -4
- package/dist/components/typography/heading/index.js +47 -1
- package/dist/components/typography/index.js +8 -1
- package/dist/components/typography/span/index.js +41 -1
- package/dist/components/typography/text/index.js +47 -1
- package/dist/components/web-form/index.js +68 -7
- package/dist/hooks/index.js +13 -1
- 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 +206 -1
- package/dist/styles-B2N0JLw1.mjs +114 -0
- package/dist/styles-B64DVBIF.mjs +115 -0
- package/dist/{styles-BAhpqi6C.mjs → styles-BXFVwnWT.mjs} +28 -28
- package/dist/styles-BZQOqe8p.mjs +141 -0
- package/dist/styles-Bdque9TT.mjs +65 -0
- package/dist/styles-BlHspTrz.mjs +144 -0
- package/dist/styles-CROOwXEH.mjs +76 -0
- 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/_commonjsHelpers-C37NGDzP.js +0 -1
- package/dist/_commonjsHelpers-D6CrkqQz.mjs +0 -6
- package/dist/index-BH27NQKA.mjs +0 -2311
- package/dist/index-Bcw2vW_n.mjs +0 -75
- package/dist/index-C0_LPuYU.mjs +0 -106
- package/dist/index-C8zdgAVH.mjs +0 -82
- package/dist/index-CA_9DXWd.js +0 -5
- package/dist/index-CmylnDrF.js +0 -14
- package/dist/index-DUMgwAbO.js +0 -26
- package/dist/index-DpQYiwGu.js +0 -5
- package/dist/index-Dy8ZUIYs.js +0 -5
- package/dist/index-JPf5Yzg6.js +0 -17
- package/dist/index-OBZtKZuT.mjs +0 -1021
- package/dist/index-SsXlDjK4.mjs +0 -122
- package/dist/index-TKLFHcRp.js +0 -18
- package/dist/index-TnyKqJHo.mjs +0 -61
- package/dist/index-Yr95Cb7Z.mjs +0 -54
- package/dist/index-h9-U5wxq.mjs +0 -209
- package/dist/index-qCiUU4sZ.js +0 -9
- package/dist/index-qe0nJwzl.js +0 -15
- package/dist/styles--Elze-LV.js +0 -3
- package/dist/styles-3pR4Xdvy.js +0 -33
- package/dist/styles-59h91S9m.mjs +0 -65
- package/dist/styles-BCwLWpC3.mjs +0 -126
- package/dist/styles-BJ7-0I5X.mjs +0 -74
- package/dist/styles-BKObp9bh.mjs +0 -76
- package/dist/styles-BWVdbvFu.js +0 -5
- package/dist/styles-Bl-CstrT.js +0 -5
- package/dist/styles-Bn42XCW5.js +0 -7
- package/dist/styles-C2CoGJl7.js +0 -33
- package/dist/styles-CNzziAXG.js +0 -5
- package/dist/styles-CdD9waPD.js +0 -29
- package/dist/styles-CnKTwnFk.mjs +0 -110
- package/dist/styles-D4R-eerv.mjs +0 -77
- package/dist/styles-DNIIhyRC.mjs +0 -144
- package/dist/styles-DV8yOaqV.mjs +0 -131
- package/dist/styles-DYoftbd3.js +0 -42
- package/dist/styles-DlmKLhPh.js +0 -7
- package/dist/styles-be8gOdgy.mjs +0 -106
- package/dist/use-carousel-64dKFW4E.js +0 -1
- package/dist/use-carousel-D7xeL3YZ.mjs +0 -17
- package/dist/use-click-outside-BqkLISED.js +0 -1
- package/dist/use-click-outside-C4Z4pdiW.mjs +0 -18
- package/dist/use-cloudinary-image-DKMl7jbx.mjs +0 -612
- package/dist/use-cloudinary-image-YMMafagv.js +0 -1
- package/dist/use-modal-CNbLSSQb.mjs +0 -14
- package/dist/use-modal-_bYY6M_n.js +0 -1
- package/dist/use-search-75ip5xR-.mjs +0 -12
- package/dist/use-search-DeL4UDMh.js +0 -1
- package/dist/utils-C2whpEd3.js +0 -1
- package/dist/utils-Da0qL35u.mjs +0 -4
package/dist/index.js
CHANGED
|
@@ -1 +1,206 @@
|
|
|
1
|
-
|
|
1
|
+
import { v as e } from "./utils-V0EumEPM.mjs";
|
|
2
|
+
import { a as p, B as m, c as a, b as f, k as x, h as n, j as i, i as s, f as u, e as d, s as l, g as C, d as g } from "./styles-CplEd2kw.mjs";
|
|
3
|
+
import { Accordion as I } from "./components/accordion/index.js";
|
|
4
|
+
import { Alert as T } from "./components/alert/index.js";
|
|
5
|
+
import { Button as b } from "./components/button/index.js";
|
|
6
|
+
import { CardHeader as L } from "./components/card/card-header/index.js";
|
|
7
|
+
import { CardWithImage as P } from "./components/card/card-with-image/index.js";
|
|
8
|
+
import { CardWithInput as M } from "./components/card/card-with-input/index.js";
|
|
9
|
+
import { CardWithSelector as D } from "./components/card/card-with-selector/index.js";
|
|
10
|
+
import { CardWithSwitch as W } from "./components/card/card-with-switch/index.js";
|
|
11
|
+
import { Carousel as N } from "./components/carousel/index.js";
|
|
12
|
+
import { Checkbox as A } from "./components/checkbox/index.js";
|
|
13
|
+
import { M as R } from "./index-maWH3JYC.mjs";
|
|
14
|
+
import { CodeSnippet as G } from "./components/code-snippet/index.js";
|
|
15
|
+
import { CustomThemeProvider as j, icons as q, theme as z, uniqueIcons as J } from "./components/colors/index.js";
|
|
16
|
+
import { useConfirmDialog as Q } from "./components/confirm-dialog/index.js";
|
|
17
|
+
import { Container as X } from "./components/container/index.js";
|
|
18
|
+
import { Divider as Z } from "./components/divider/index.js";
|
|
19
|
+
import { EmptyState as $ } from "./components/empty-state/index.js";
|
|
20
|
+
import { FilePreview as ro } from "./components/file-preview/index.js";
|
|
21
|
+
import { Form as to } from "./components/form/index.js";
|
|
22
|
+
import { GridContainer as mo } from "./components/grid-container/index.js";
|
|
23
|
+
import { GroupSelector as fo } from "./components/group-selector/index.js";
|
|
24
|
+
import { Icon as no } from "./components/icon/index.js";
|
|
25
|
+
import { IconButton as so } from "./components/icon-button/index.js";
|
|
26
|
+
import { IndicatorCard as lo } from "./components/indicator-card/index.js";
|
|
27
|
+
import { InfoSidebar as go } from "./components/info-sidebar/index.js";
|
|
28
|
+
import { ComboBox as Io } from "./components/inputs/fields/combobox/index.js";
|
|
29
|
+
import { InputDate as To } from "./components/inputs/fields/date/index.js";
|
|
30
|
+
import { InputDateRange as bo } from "./components/inputs/fields/date-range/index.js";
|
|
31
|
+
import { InputDateTime as Lo } from "./components/inputs/fields/date-time/index.js";
|
|
32
|
+
import { Editable as Po } from "./components/inputs/fields/editable/index.js";
|
|
33
|
+
import { Input as Mo } from "./components/inputs/fields/input/index.js";
|
|
34
|
+
import { InputFile as Do } from "./components/inputs/fields/input-file/index.js";
|
|
35
|
+
import { InputTags as Wo } from "./components/inputs/fields/input-tags/index.js";
|
|
36
|
+
import { InputNumber as No } from "./components/inputs/fields/number/index.js";
|
|
37
|
+
import { InputNumberRange as Ao } from "./components/inputs/fields/number-range/index.js";
|
|
38
|
+
import { PhoneInput as Ro } from "./components/inputs/fields/phone/index.js";
|
|
39
|
+
import { TextArea as Go } from "./components/inputs/fields/text-area/index.js";
|
|
40
|
+
import { OutlineContainer as jo } from "./components/inputs/outline-container/index.js";
|
|
41
|
+
import { InteractiveCard as zo } from "./components/interactive-card/index.js";
|
|
42
|
+
import { LanguageSelector as Ko } from "./components/language-selector/index.js";
|
|
43
|
+
import { Link as Vo } from "./components/link/index.js";
|
|
44
|
+
import { ListItem as Yo } from "./components/list-item/index.js";
|
|
45
|
+
import { LittleFlag as _o } from "./components/little-flag/index.js";
|
|
46
|
+
import { Loading as or } from "./components/loading/index.js";
|
|
47
|
+
import { Logo as er } from "./components/logo/index.js";
|
|
48
|
+
import { LogoCarousel as pr } from "./components/logo-carousel/index.js";
|
|
49
|
+
import { Lottie as ar } from "./components/lottie/index.js";
|
|
50
|
+
import { Menu as xr } from "./components/menu/index.js";
|
|
51
|
+
import { MessageBanner as ir } from "./components/message-banner/index.js";
|
|
52
|
+
import { Modal as ur } from "./components/modal/index.js";
|
|
53
|
+
import { Notification as lr } from "./components/notification/index.js";
|
|
54
|
+
import { NotificationSign as gr } from "./components/notification-sign/index.js";
|
|
55
|
+
import { NumberInput as Ir } from "./components/number-input/index.js";
|
|
56
|
+
import { OAuthSelector as Tr } from "./components/oauth-selector/index.js";
|
|
57
|
+
import { PremiumFeature as br } from "./components/premium-feature/index.js";
|
|
58
|
+
import { PriorityScore as Lr } from "./components/priority-score/index.js";
|
|
59
|
+
import { Progress as Pr } from "./components/progress/index.js";
|
|
60
|
+
import { PopUp as Mr } from "./components/pop-up/index.js";
|
|
61
|
+
import { RadioButton as Dr } from "./components/radio-button/index.js";
|
|
62
|
+
import { ScrollUpButton as Wr } from "./components/scroll-button/index.js";
|
|
63
|
+
import { Search as Nr } from "./components/search/index.js";
|
|
64
|
+
import { SearchBar as Ar } from "./components/search-bar/index.js";
|
|
65
|
+
import { SeverityBadge as Rr } from "./components/severity-badge/index.js";
|
|
66
|
+
import { SeverityOverview as Gr } from "./components/severity-overview/index.js";
|
|
67
|
+
import { ShowOnHover as jr } from "./components/show-on-hover/index.js";
|
|
68
|
+
import { SlideOutMenu as zr } from "./components/slide-out-menu/index.js";
|
|
69
|
+
import { Slider as Kr } from "./components/slider/index.js";
|
|
70
|
+
import { StepLapse as Vr } from "./components/step-lapse/index.js";
|
|
71
|
+
import { TableButton as Yr } from "./components/table-button/index.js";
|
|
72
|
+
import { Tabs as _r } from "./components/tabs/index.js";
|
|
73
|
+
import { Tag as oe } from "./components/tag/index.js";
|
|
74
|
+
import { TimeLine as ee } from "./components/timeline/index.js";
|
|
75
|
+
import { Toggle as pe } from "./components/toggle/index.js";
|
|
76
|
+
import { ToggleButton as ae } from "./components/toggle-buttons/index.js";
|
|
77
|
+
import { T as xe } from "./index-DwznImvK.mjs";
|
|
78
|
+
import { Tour as ie, baseStep as se } from "./components/tour/index.js";
|
|
79
|
+
import { Heading as de } from "./components/typography/heading/index.js";
|
|
80
|
+
import { Span as Ce } from "./components/typography/span/index.js";
|
|
81
|
+
import { Text as ce } from "./components/typography/text/index.js";
|
|
82
|
+
import { FormItem as Se, WebForm as Te } from "./components/web-form/index.js";
|
|
83
|
+
import { u as be } from "./use-carousel-CgAF78h3.mjs";
|
|
84
|
+
import { u as Le } from "./use-click-outside-BUll8Ag-.mjs";
|
|
85
|
+
import { u as Pe } from "./use-cloudinary-image-BCxwj15o.mjs";
|
|
86
|
+
import { u as Me, a as ye } from "./use-search-Dj47QDw9.mjs";
|
|
87
|
+
import { u as Oe } from "./use-modal-CtgexKnf.mjs";
|
|
88
|
+
import { a as ke } from "./styles-Bdque9TT.mjs";
|
|
89
|
+
import { ModalConfirm as we } from "./components/modal/modal-confirm/index.js";
|
|
90
|
+
import { OptionContainer as He } from "./components/oauth-selector/option-container/index.js";
|
|
91
|
+
import { FixedTabs as Ee } from "./components/tabs/fixed-tabs/index.js";
|
|
92
|
+
import { Tab as Ue } from "./components/tabs/tab/index.js";
|
|
93
|
+
import { a as qe } from "./index-C6LbClYh.mjs";
|
|
94
|
+
import './assets/index.css';export {
|
|
95
|
+
I as Accordion,
|
|
96
|
+
T as Alert,
|
|
97
|
+
p as BaseButtonComponent,
|
|
98
|
+
m as BaseComponent,
|
|
99
|
+
a as BaseSpanComponent,
|
|
100
|
+
f as BaseTextComponent,
|
|
101
|
+
b as Button,
|
|
102
|
+
L as CardHeader,
|
|
103
|
+
P as CardWithImage,
|
|
104
|
+
M as CardWithInput,
|
|
105
|
+
D as CardWithSelector,
|
|
106
|
+
W as CardWithSwitch,
|
|
107
|
+
N as Carousel,
|
|
108
|
+
A as Checkbox,
|
|
109
|
+
R as CloudImage,
|
|
110
|
+
G as CodeSnippet,
|
|
111
|
+
Io as ComboBox,
|
|
112
|
+
X as Container,
|
|
113
|
+
j as CustomThemeProvider,
|
|
114
|
+
Z as Divider,
|
|
115
|
+
Po as Editable,
|
|
116
|
+
$ as EmptyState,
|
|
117
|
+
ro as FilePreview,
|
|
118
|
+
Ee as FixedTabs,
|
|
119
|
+
to as Form,
|
|
120
|
+
Se as FormItem,
|
|
121
|
+
mo as GridContainer,
|
|
122
|
+
fo as GroupSelector,
|
|
123
|
+
de as Heading,
|
|
124
|
+
no as Icon,
|
|
125
|
+
so as IconButton,
|
|
126
|
+
lo as IndicatorCard,
|
|
127
|
+
go as InfoSidebar,
|
|
128
|
+
Mo as Input,
|
|
129
|
+
To as InputDate,
|
|
130
|
+
bo as InputDateRange,
|
|
131
|
+
Lo as InputDateTime,
|
|
132
|
+
Do as InputFile,
|
|
133
|
+
No as InputNumber,
|
|
134
|
+
Ao as InputNumberRange,
|
|
135
|
+
Wo as InputTags,
|
|
136
|
+
zo as InteractiveCard,
|
|
137
|
+
Ko as LanguageSelector,
|
|
138
|
+
Vo as Link,
|
|
139
|
+
Yo as ListItem,
|
|
140
|
+
ke as ListItemsWrapper,
|
|
141
|
+
_o as LittleFlag,
|
|
142
|
+
or as Loading,
|
|
143
|
+
er as Logo,
|
|
144
|
+
pr as LogoCarousel,
|
|
145
|
+
ar as Lottie,
|
|
146
|
+
xr as Menu,
|
|
147
|
+
ir as MessageBanner,
|
|
148
|
+
ur as Modal,
|
|
149
|
+
we as ModalConfirm,
|
|
150
|
+
lr as Notification,
|
|
151
|
+
gr as NotificationSign,
|
|
152
|
+
Ir as NumberInput,
|
|
153
|
+
Tr as OAuthSelector,
|
|
154
|
+
He as OptionContainer,
|
|
155
|
+
jo as OutlineContainer,
|
|
156
|
+
Ro as PhoneInput,
|
|
157
|
+
Mr as PopUp,
|
|
158
|
+
br as PremiumFeature,
|
|
159
|
+
Lr as PriorityScore,
|
|
160
|
+
Pr as Progress,
|
|
161
|
+
Dr as RadioButton,
|
|
162
|
+
Wr as ScrollUpButton,
|
|
163
|
+
Nr as Search,
|
|
164
|
+
Ar as SearchBar,
|
|
165
|
+
Rr as SeverityBadge,
|
|
166
|
+
Gr as SeverityOverview,
|
|
167
|
+
jr as ShowOnHover,
|
|
168
|
+
zr as SlideOutMenu,
|
|
169
|
+
Kr as Slider,
|
|
170
|
+
Ce as Span,
|
|
171
|
+
Vr as StepLapse,
|
|
172
|
+
Ue as Tab,
|
|
173
|
+
Yr as TableButton,
|
|
174
|
+
_r as Tabs,
|
|
175
|
+
oe as Tag,
|
|
176
|
+
ce as Text,
|
|
177
|
+
Go as TextArea,
|
|
178
|
+
ee as TimeLine,
|
|
179
|
+
qe as TimeLineCard,
|
|
180
|
+
pe as Toggle,
|
|
181
|
+
ae as ToggleButton,
|
|
182
|
+
xe as Tooltip,
|
|
183
|
+
ie as Tour,
|
|
184
|
+
Te as WebForm,
|
|
185
|
+
se as baseStep,
|
|
186
|
+
x as getStyledConfig,
|
|
187
|
+
n as hiddenProps,
|
|
188
|
+
q as icons,
|
|
189
|
+
i as setBorder,
|
|
190
|
+
s as setDisplay,
|
|
191
|
+
u as setInteraction,
|
|
192
|
+
d as setMargin,
|
|
193
|
+
l as setPadding,
|
|
194
|
+
C as setPosition,
|
|
195
|
+
g as setText,
|
|
196
|
+
z as theme,
|
|
197
|
+
J as uniqueIcons,
|
|
198
|
+
be as useCarousel,
|
|
199
|
+
Le as useClickOutside,
|
|
200
|
+
Pe as useCloudinaryImage,
|
|
201
|
+
Q as useConfirmDialog,
|
|
202
|
+
Me as useDebouncedCallback,
|
|
203
|
+
Oe as useModal,
|
|
204
|
+
ye as useSearch,
|
|
205
|
+
e as variantBuilder
|
|
206
|
+
};
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { styled as o } from "styled-components";
|
|
2
|
+
import { v as n } from "./utils-V0EumEPM.mjs";
|
|
3
|
+
import { a as t } from "./styles-CplEd2kw.mjs";
|
|
4
|
+
import "react/jsx-runtime";
|
|
5
|
+
const { getVariant: i } = n(
|
|
6
|
+
(a) => ({
|
|
7
|
+
ghost: `
|
|
8
|
+
background: transparent;
|
|
9
|
+
border: none;
|
|
10
|
+
color: ${a.palette.gray[800]};
|
|
11
|
+
--btn-padding-x: ${a.spacing[0.5]};
|
|
12
|
+
--btn-padding-y: ${a.spacing[0.625]};
|
|
13
|
+
--btn-spacing: ${a.spacing[0.25]};
|
|
14
|
+
|
|
15
|
+
&:disabled {
|
|
16
|
+
color: ${a.palette.gray[400]};
|
|
17
|
+
cursor: not-allowed;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:hover:not([disabled]) {
|
|
21
|
+
background-color: ${a.palette.gray[100]};
|
|
22
|
+
color: ${a.palette.gray[800]};
|
|
23
|
+
}
|
|
24
|
+
`,
|
|
25
|
+
link: `
|
|
26
|
+
--btn-padding-x: 0;
|
|
27
|
+
--btn-padding-y: 0;
|
|
28
|
+
color: ${a.palette.gray[800]};
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
color: ${a.palette.gray[500]};
|
|
32
|
+
}
|
|
33
|
+
`,
|
|
34
|
+
primary: `
|
|
35
|
+
background: ${a.palette.primary[500]};
|
|
36
|
+
border: none;
|
|
37
|
+
color: ${a.palette.white};
|
|
38
|
+
--btn-spacing: ${a.spacing[0.25]};
|
|
39
|
+
|
|
40
|
+
&:disabled {
|
|
41
|
+
background: ${a.palette.gray[200]};
|
|
42
|
+
color: ${a.palette.gray[400]};
|
|
43
|
+
cursor: not-allowed;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&:hover:not([disabled]) {
|
|
47
|
+
background-color: ${a.palette.primary[700]};
|
|
48
|
+
color: ${a.palette.white};
|
|
49
|
+
}
|
|
50
|
+
`,
|
|
51
|
+
secondary: `
|
|
52
|
+
background: ${a.palette.gray[800]};
|
|
53
|
+
border: none;
|
|
54
|
+
color: ${a.palette.white};
|
|
55
|
+
--btn-spacing: ${a.spacing[0.25]};
|
|
56
|
+
|
|
57
|
+
&:disabled {
|
|
58
|
+
background: ${a.palette.gray[200]};
|
|
59
|
+
color: ${a.palette.gray[400]};
|
|
60
|
+
cursor: not-allowed;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&:hover:not([disabled]) {
|
|
64
|
+
background-color: ${a.palette.gray[600]};
|
|
65
|
+
color: ${a.palette.white};
|
|
66
|
+
}
|
|
67
|
+
`,
|
|
68
|
+
tertiary: `
|
|
69
|
+
background: transparent;
|
|
70
|
+
border: 1px solid ${a.palette.primary[500]};
|
|
71
|
+
color: ${a.palette.primary[500]};
|
|
72
|
+
--btn-spacing: ${a.spacing[0.25]};
|
|
73
|
+
|
|
74
|
+
&:disabled {
|
|
75
|
+
background: transparent;
|
|
76
|
+
border: 1px solid ${a.palette.gray[200]};
|
|
77
|
+
color: ${a.palette.gray[300]};
|
|
78
|
+
cursor: not-allowed;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&:hover:not([disabled]) {
|
|
82
|
+
background-color: ${a.palette.primary[500]};
|
|
83
|
+
color: ${a.palette.white};
|
|
84
|
+
}
|
|
85
|
+
`
|
|
86
|
+
})
|
|
87
|
+
), c = o(t)`
|
|
88
|
+
${({ theme: a, $variant: r }) => `
|
|
89
|
+
align-items: center;
|
|
90
|
+
border-radius: var(--btn-spacing);
|
|
91
|
+
cursor: pointer;
|
|
92
|
+
display: inline-flex;
|
|
93
|
+
font-family: ${a.typography.type.primary};
|
|
94
|
+
font-size: ${a.typography.text.sm};
|
|
95
|
+
font-weight: ${a.typography.weight.regular};
|
|
96
|
+
gap: var(--btn-spacing);
|
|
97
|
+
justify-content: center;
|
|
98
|
+
line-height: ${a.spacing[1.25]};
|
|
99
|
+
padding: var(--btn-padding-y) var(--btn-padding-x);
|
|
100
|
+
position: relative;
|
|
101
|
+
text-align: start;
|
|
102
|
+
transition: all 0.5s ease;
|
|
103
|
+
white-space: nowrap;
|
|
104
|
+
|
|
105
|
+
@media screen and (max-width: ${a.breakpoints.mobile}) {
|
|
106
|
+
${r !== "link" ? `--btn-padding-y: ${a.spacing[1]}` : ""};
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
${i(a, r ?? "primary")}
|
|
110
|
+
`}
|
|
111
|
+
`;
|
|
112
|
+
export {
|
|
113
|
+
c as S
|
|
114
|
+
};
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { styled as b } from "styled-components";
|
|
2
|
+
import { b as c } from "./styles-CplEd2kw.mjs";
|
|
3
|
+
import "react/jsx-runtime";
|
|
4
|
+
const h = b(c)`
|
|
5
|
+
${({
|
|
6
|
+
theme: t,
|
|
7
|
+
$bgGradient: n = "unset",
|
|
8
|
+
$color: i = t.palette.gray[800],
|
|
9
|
+
$display: a = "block",
|
|
10
|
+
$fontFamily: r = t.typography.type.primary,
|
|
11
|
+
$fontWeight: p = "bold",
|
|
12
|
+
$letterSpacing: e = 0,
|
|
13
|
+
$lineSpacing: l = 1.5,
|
|
14
|
+
$lineSpacingSm: g,
|
|
15
|
+
$size: o,
|
|
16
|
+
$sizeMd: y,
|
|
17
|
+
$sizeSm: d,
|
|
18
|
+
$textFill: $ = "unset",
|
|
19
|
+
$wordBreak: s = "normal"
|
|
20
|
+
}) => `
|
|
21
|
+
background: ${n};
|
|
22
|
+
color: ${i};
|
|
23
|
+
display: ${a};
|
|
24
|
+
font-family: ${r};
|
|
25
|
+
font-size: ${t.typography.heading[o]};
|
|
26
|
+
font-weight: ${t.typography.weight[p]};
|
|
27
|
+
letter-spacing: ${e};
|
|
28
|
+
line-height: ${t.spacing[l]};
|
|
29
|
+
width: ${a === "block" ? "100%" : "auto"};
|
|
30
|
+
word-break: ${s};
|
|
31
|
+
background-clip: text;
|
|
32
|
+
-webkit-background-clip: text;
|
|
33
|
+
-webkit-text-fill-color: ${$};
|
|
34
|
+
|
|
35
|
+
@media screen
|
|
36
|
+
and (min-width: ${t.breakpoints.mobile})
|
|
37
|
+
and (max-width: ${t.breakpoints.tablet})
|
|
38
|
+
{
|
|
39
|
+
font-size: ${t.typography.heading[y ?? o]};
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@media screen and (max-width: ${t.breakpoints.mobile}) {
|
|
43
|
+
font-size: ${t.typography.heading[d ?? o]};
|
|
44
|
+
line-height: ${t.spacing[g ?? l]};
|
|
45
|
+
}
|
|
46
|
+
`}
|
|
47
|
+
`, u = b(c)`
|
|
48
|
+
${({
|
|
49
|
+
theme: t,
|
|
50
|
+
$bgGradient: n = "unset",
|
|
51
|
+
$color: i = t.palette.gray[600],
|
|
52
|
+
$display: a = "block",
|
|
53
|
+
$fontFamily: r = t.typography.type.primary,
|
|
54
|
+
$fontWeight: p = "regular",
|
|
55
|
+
$letterSpacing: e = 0,
|
|
56
|
+
$lineSpacing: l = 1.25,
|
|
57
|
+
$lineSpacingSm: g,
|
|
58
|
+
$size: o,
|
|
59
|
+
$sizeMd: y,
|
|
60
|
+
$sizeSm: d,
|
|
61
|
+
$textFill: $ = "unset",
|
|
62
|
+
$wordBreak: s = "normal"
|
|
63
|
+
}) => `
|
|
64
|
+
background: ${n};
|
|
65
|
+
color: ${i};
|
|
66
|
+
display: ${a};
|
|
67
|
+
font-family: ${r};
|
|
68
|
+
font-size: ${t.typography.text[o]};
|
|
69
|
+
font-weight: ${t.typography.weight[p]};
|
|
70
|
+
letter-spacing: ${e};
|
|
71
|
+
line-height: ${t.spacing[l]};
|
|
72
|
+
width: ${a === "block" ? "100%" : "auto"};
|
|
73
|
+
word-break: ${s};
|
|
74
|
+
background-clip: text;
|
|
75
|
+
-webkit-background-clip: text;
|
|
76
|
+
-webkit-text-fill-color: ${$};
|
|
77
|
+
|
|
78
|
+
@media screen
|
|
79
|
+
and (min-width: ${t.breakpoints.mobile})
|
|
80
|
+
and (max-width: ${t.breakpoints.tablet})
|
|
81
|
+
{
|
|
82
|
+
font-size: ${t.typography.text[y ?? o]};
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@media screen and (max-width: ${t.breakpoints.mobile}) {
|
|
86
|
+
font-size: ${t.typography.text[d ?? o]};
|
|
87
|
+
line-height: ${t.spacing[g ?? l]};
|
|
88
|
+
}
|
|
89
|
+
`}
|
|
90
|
+
`, x = b.span`
|
|
91
|
+
${({
|
|
92
|
+
theme: t,
|
|
93
|
+
$color: n = t.palette.gray[600],
|
|
94
|
+
$content: i = void 0,
|
|
95
|
+
$display: a = "inline",
|
|
96
|
+
$fontWeight: r = "regular",
|
|
97
|
+
$size: p,
|
|
98
|
+
$lineSpacing: e = 1.25
|
|
99
|
+
}) => `
|
|
100
|
+
color: ${n};
|
|
101
|
+
display: ${a};
|
|
102
|
+
font-family: ${t.typography.type.primary};
|
|
103
|
+
font-size: ${t.typography.text[p]};
|
|
104
|
+
font-weight: ${t.typography.weight[r]};
|
|
105
|
+
line-height: ${t.spacing[e]};
|
|
106
|
+
width: ${a === "block" ? "100%" : "auto"};
|
|
107
|
+
|
|
108
|
+
${i === void 0 ? "" : `&::after { content: "${i}"; }`}
|
|
109
|
+
`}
|
|
110
|
+
`;
|
|
111
|
+
export {
|
|
112
|
+
h as S,
|
|
113
|
+
x as a,
|
|
114
|
+
u as b
|
|
115
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
const
|
|
3
|
-
${({ theme:
|
|
1
|
+
import { styled as i } from "styled-components";
|
|
2
|
+
const a = i.div`
|
|
3
|
+
${({ theme: t }) => `
|
|
4
4
|
align-items: flex-start;
|
|
5
5
|
display: inline-flex;
|
|
6
6
|
flex-direction: column;
|
|
7
|
-
gap: ${
|
|
7
|
+
gap: ${t.spacing[0.25]};
|
|
8
8
|
position: relative;
|
|
9
9
|
width: 100%;
|
|
10
10
|
|
|
11
11
|
label {
|
|
12
|
-
color: ${
|
|
12
|
+
color: ${t.palette.gray[800]};
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
&:has(input.date-input) {
|
|
@@ -30,38 +30,38 @@ const e = n.div`
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
> *:not(.error-msg) {
|
|
33
|
-
font-family: ${
|
|
34
|
-
font-size: ${
|
|
33
|
+
font-family: ${t.typography.type.primary};
|
|
34
|
+
font-size: ${t.typography.text.sm};
|
|
35
35
|
font-style: normal;
|
|
36
|
-
font-weight: ${
|
|
37
|
-
line-height: ${
|
|
36
|
+
font-weight: ${t.typography.weight.regular};
|
|
37
|
+
line-height: ${t.spacing[1.25]};
|
|
38
38
|
}
|
|
39
39
|
`}
|
|
40
|
-
`,
|
|
41
|
-
${({ theme:
|
|
40
|
+
`, n = i.div`
|
|
41
|
+
${({ theme: t }) => `
|
|
42
42
|
align-items: center;
|
|
43
43
|
display: flex;
|
|
44
|
-
border-radius: ${
|
|
44
|
+
border-radius: ${t.spacing[0.5]};
|
|
45
45
|
border: 1px solid;
|
|
46
|
-
border-color: ${
|
|
47
|
-
color: ${
|
|
48
|
-
gap: ${
|
|
46
|
+
border-color: ${t.palette.gray[300]};
|
|
47
|
+
color: ${t.palette.gray[600]};
|
|
48
|
+
gap: ${t.spacing[0.625]};
|
|
49
49
|
justify-content: space-between;
|
|
50
50
|
height: 40px;
|
|
51
|
-
padding: ${
|
|
51
|
+
padding: ${t.spacing[0.625]} ${t.spacing[0.75]};
|
|
52
52
|
width: 100%;
|
|
53
53
|
white-space: nowrap;
|
|
54
54
|
|
|
55
55
|
input, textarea {
|
|
56
56
|
background: inherit;
|
|
57
|
-
color: ${
|
|
57
|
+
color: ${t.palette.gray[800]};
|
|
58
58
|
cursor: inherit;
|
|
59
59
|
outline: none;
|
|
60
60
|
resize: none;
|
|
61
61
|
width: 100%;
|
|
62
62
|
|
|
63
63
|
&::placeholder {
|
|
64
|
-
color: ${
|
|
64
|
+
color: ${t.palette.gray[400]};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
&:focus-visible {
|
|
@@ -94,7 +94,7 @@ const e = n.div`
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
textarea {
|
|
97
|
-
min-height: ${
|
|
97
|
+
min-height: ${t.spacing[6]};
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
span:not(.action) {
|
|
@@ -102,18 +102,18 @@ const e = n.div`
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
&.disabled {
|
|
105
|
-
background: ${
|
|
106
|
-
color: ${
|
|
105
|
+
background: ${t.palette.gray[100]};
|
|
106
|
+
color: ${t.palette.gray[400]};
|
|
107
107
|
cursor: not-allowed;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
&.error:not(.disabled) {
|
|
111
|
-
border: 1px solid ${
|
|
111
|
+
border: 1px solid ${t.palette.error[500]};
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
&:focus-within:not(.disabled, .error) {
|
|
115
|
-
background: ${
|
|
116
|
-
border: 2px solid ${
|
|
115
|
+
background: ${t.palette.white};
|
|
116
|
+
border: 2px solid ${t.palette.black};
|
|
117
117
|
|
|
118
118
|
button.action-btn {
|
|
119
119
|
height: 36px;
|
|
@@ -122,12 +122,12 @@ const e = n.div`
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
&:hover:not(:focus-within, .disabled, .error) {
|
|
125
|
-
background: ${
|
|
126
|
-
border: 1px solid ${
|
|
125
|
+
background: ${t.palette.white};
|
|
126
|
+
border: 1px solid ${t.palette.gray[600]};
|
|
127
127
|
}
|
|
128
128
|
`}
|
|
129
129
|
`;
|
|
130
130
|
export {
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
n as S,
|
|
132
|
+
a
|
|
133
133
|
};
|