@pismo/marola 1.0.0-beta.19 → 1.0.0-beta.2
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/{Button-DiLqcAJG.js → Button-2b1peDFT.js} +2 -2
- package/dist/{ClickAwayListener-BaJ-OV_7.js → ClickAwayListener-BSW-Nd-y.js} +3 -4
- package/dist/Dialog.module-DFEmFdYT.js +30 -0
- package/dist/{Popup-lLWZt2wk.js → Popup-B6ZSGIEI.js} +3 -3
- package/dist/{Portal-B_Es6eUL.js → Portal-DIeBsWdL.js} +2 -2
- package/dist/SelectButton-C8JQKaf4.js +61 -0
- package/dist/Toggle-BCgIItCc.js +142 -0
- package/dist/assets/Advice.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Checkbox.css +1 -1
- package/dist/assets/Dialog.css +1 -1
- package/dist/assets/IconButton.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/PageHeader.css +1 -1
- package/dist/assets/Pagination.css +1 -1
- package/dist/assets/SelectButton.css +1 -1
- package/dist/assets/Snackbar.css +1 -1
- package/dist/assets/SortTooltip.css +1 -1
- package/dist/assets/Stepper.css +1 -1
- package/dist/assets/Table.css +1 -1
- package/dist/assets/TextDisplay.css +1 -1
- package/dist/assets/Toggle.css +1 -1
- package/dist/assets/Toggle2.css +1 -1
- package/dist/assets/Typography.css +1 -1
- package/dist/{combineHooksSlotProps-BtBYUV_B.js → combineHooksSlotProps-DVjg9PRh.js} +1 -1
- package/dist/components/Advice/Advice.d.ts +17 -32
- package/dist/components/Advice/Advice.js +40 -39
- package/dist/components/Advice/Advice.stories.d.ts +3 -4
- package/dist/components/Button/Button.d.ts +0 -2
- package/dist/components/Button/Button.js +49 -51
- package/dist/components/Checkbox/Checkbox.js +52 -52
- package/dist/components/Chip/Chip.d.ts +12 -6
- package/dist/components/Chip/Chip.js +5 -6
- package/dist/components/Chip/Chip.stories.d.ts +14 -5
- package/dist/components/Dialog/Actions.js +1 -1
- package/dist/components/Dialog/Backdrop.js +1 -1
- package/dist/components/Dialog/CloseIconButton.js +2 -2
- package/dist/components/Dialog/Dialog.d.ts +6 -9
- package/dist/components/Dialog/Dialog.js +162 -162
- package/dist/components/Dialog/Dialog.stories.d.ts +46 -50
- package/dist/components/Dialog/DialogTitle.js +1 -1
- package/dist/components/EllipsisTooltip/EllipsisTooltip.js +17 -30
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -2
- package/dist/components/Icon/Icon.js +34 -52
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/IconButton/IconButton.js +42 -42
- package/dist/components/Input/Input.d.ts +2 -4
- package/dist/components/Input/Input.js +471 -74
- package/dist/components/Input/Input.stories.d.ts +1 -1
- package/dist/components/InputSearch/InputSearch.stories.d.ts +1 -1
- package/dist/components/PageHeader/PageHeader.js +57 -57
- package/dist/components/Pagination/Pagination.d.ts +1 -7
- package/dist/components/Pagination/Pagination.js +182 -104
- package/dist/components/Select/Select.js +8 -9
- package/dist/components/Select/SelectButton.js +1 -1
- package/dist/components/Skeleton/Skeleton.d.ts +1 -3
- package/dist/components/Skeleton/Skeleton.js +12 -18
- package/dist/components/Skeleton/SkeletonTable.stories.d.ts +1 -1
- package/dist/components/Snackbar/Snackbar.js +94 -94
- package/dist/components/Snackbar/Snackbar.stories.d.ts +3 -3
- package/dist/components/SortTooltip/SortTooltip.js +46 -46
- package/dist/components/Stepper/Stepper.js +35 -35
- package/dist/components/Table/Table.d.ts +1 -3
- package/dist/components/Table/Table.js +85 -88
- package/dist/components/Table/Table.stories.d.ts +1 -1
- package/dist/components/Tabs/Tab.js +17 -18
- package/dist/components/Tabs/TabPanel.js +26 -27
- package/dist/components/Tabs/Tabs.js +25 -25
- package/dist/components/TextDisplay/TextDisplay.d.ts +1 -3
- package/dist/components/TextDisplay/TextDisplay.js +28 -42
- package/dist/components/TextDisplay/TextDisplay.stories.d.ts +1 -2
- package/dist/components/Toggle/Toggle.js +56 -56
- package/dist/components/ToggleGroup/Toggle.js +3 -3
- package/dist/components/ToggleGroup/ToggleGroup.js +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +1 -3
- package/dist/components/Tooltip/Tooltip.js +4 -4
- package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -1
- package/dist/components/Typography/Typography.js +47 -47
- package/dist/{useSlotProps-kRhf7Gil.js → index-CH45lKw7.js} +94 -93
- package/dist/{index-D3Wj0eid.js → index-CjW42-M-.js} +1 -1
- package/dist/main.d.ts +0 -5
- package/dist/main.js +76 -85
- package/dist/{useButton-Bn3MNH8I.js → useButton-DNk3wrQp.js} +1 -1
- package/dist/useCompoundItem-D1iRfg8D.js +84 -0
- package/dist/useEventCallback-xTG9piMa.js +45 -0
- package/dist/{useList-BpJT77u3.js → useList-B0hog_3-.js} +2 -2
- package/package.json +3 -8
- package/dist/Dialog.module-D9e4RsKo.js +0 -30
- package/dist/Input.module-ZTRZRcNt.js +0 -405
- package/dist/SelectButton-CoOT2txy.js +0 -61
- package/dist/Toggle-CRfZgFJp.js +0 -181
- package/dist/assets/Adornment.css +0 -1
- package/dist/assets/Autocomplete.css +0 -1
- package/dist/assets/ResultWithChips.css +0 -1
- package/dist/assets/StepperNavigator.css +0 -1
- package/dist/components/Adornment/Adornment.d.ts +0 -20
- package/dist/components/Adornment/Adornment.js +0 -13
- package/dist/components/Adornment/Adornment.stories.d.ts +0 -14
- package/dist/components/Adornment/adornment.test.d.ts +0 -1
- package/dist/components/Autocomplete/Autocomplete.d.ts +0 -52
- package/dist/components/Autocomplete/Autocomplete.js +0 -690
- package/dist/components/Autocomplete/Autocomplete.stories.d.ts +0 -46
- package/dist/components/Pagination/usePagination.d.ts +0 -90
- package/dist/components/Pagination/usePagination.js +0 -79
- package/dist/components/ResultWithChips/ResultWithChips.d.ts +0 -12
- package/dist/components/ResultWithChips/ResultWithChips.js +0 -33
- package/dist/components/RowItem/RowItem.d.ts +0 -25
- package/dist/components/RowItem/RowItem.js +0 -19
- package/dist/components/RowItem/RowItem.stories.d.ts +0 -17
- package/dist/components/RowItem/rowItem.test.d.ts +0 -1
- package/dist/components/StepperNavigator/StepperNavigator.d.ts +0 -43
- package/dist/components/StepperNavigator/StepperNavigator.js +0 -56
- package/dist/components/StepperNavigator/StepperNavigator.stories.d.ts +0 -16
- package/dist/components/StepperNavigator/StepperNavigator.test.d.ts +0 -1
- package/dist/ownerDocument-B61GUaFs.js +0 -33
- package/dist/useCompoundItem-B7Eo_qZk.js +0 -68
- package/dist/useEventCallback-BAQJJ3ye.js +0 -14
- package/dist/useId-BW-oWmul.js +0 -19
|
@@ -3,17 +3,13 @@ import { StoryObj } from '@storybook/react';
|
|
|
3
3
|
|
|
4
4
|
declare const meta: {
|
|
5
5
|
title: string;
|
|
6
|
-
component: {
|
|
7
|
-
({ children, dialogTitle, dialogSubtitle, onClose, ...props }: DialogProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
Title: import('react').FunctionComponent<import('./DialogTitle').DialogTitleProps>;
|
|
9
|
-
Content: import('react').FunctionComponent<import('./Content').DialogContentProps>;
|
|
10
|
-
Actions: import('react').FunctionComponent<import('./Actions').DialogActionProps>;
|
|
11
|
-
};
|
|
6
|
+
component: ({ children, dialogTitle, dialogSubtitle, isLoading, onClose, ...props }: DialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
7
|
tags: string[];
|
|
13
8
|
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
14
9
|
children: import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<unknown>>;
|
|
15
10
|
dialogTitle: import('react').ReactNode;
|
|
16
11
|
dialogSubtitle?: import('react').ReactNode;
|
|
12
|
+
isLoading?: boolean | undefined;
|
|
17
13
|
onClose?: (() => void) | undefined;
|
|
18
14
|
closeAfterTransition?: boolean | undefined;
|
|
19
15
|
container?: Element | (() => Element | null) | null | undefined;
|
|
@@ -78,52 +74,15 @@ declare const meta: {
|
|
|
78
74
|
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
79
75
|
title?: string | undefined;
|
|
80
76
|
style?: import('react').CSSProperties | undefined;
|
|
81
|
-
className?: string | undefined;
|
|
82
77
|
slot?: string | undefined;
|
|
83
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
84
|
-
defaultChecked?: boolean | undefined;
|
|
85
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
86
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
87
78
|
content?: string | undefined;
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
autoFocus?: boolean | undefined;
|
|
93
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
94
|
-
contextMenu?: string | undefined;
|
|
95
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
79
|
+
className?: string | undefined;
|
|
80
|
+
onClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
81
|
+
tabIndex?: number | undefined;
|
|
82
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
96
83
|
id?: string | undefined;
|
|
97
84
|
lang?: string | undefined;
|
|
98
|
-
nonce?: string | undefined;
|
|
99
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
100
|
-
tabIndex?: number | undefined;
|
|
101
|
-
translate?: "no" | "yes" | undefined;
|
|
102
|
-
radioGroup?: string | undefined;
|
|
103
85
|
role?: import('react').AriaRole | undefined;
|
|
104
|
-
about?: string | undefined;
|
|
105
|
-
datatype?: string | undefined;
|
|
106
|
-
inlist?: any;
|
|
107
|
-
prefix?: string | undefined;
|
|
108
|
-
property?: string | undefined;
|
|
109
|
-
rel?: string | undefined;
|
|
110
|
-
resource?: string | undefined;
|
|
111
|
-
rev?: string | undefined;
|
|
112
|
-
typeof?: string | undefined;
|
|
113
|
-
vocab?: string | undefined;
|
|
114
|
-
autoCapitalize?: string | undefined;
|
|
115
|
-
autoCorrect?: string | undefined;
|
|
116
|
-
autoSave?: string | undefined;
|
|
117
|
-
itemProp?: string | undefined;
|
|
118
|
-
itemScope?: boolean | undefined;
|
|
119
|
-
itemType?: string | undefined;
|
|
120
|
-
itemID?: string | undefined;
|
|
121
|
-
itemRef?: string | undefined;
|
|
122
|
-
results?: number | undefined;
|
|
123
|
-
security?: string | undefined;
|
|
124
|
-
unselectable?: "on" | "off" | undefined;
|
|
125
|
-
inputMode?: "url" | "search" | "text" | "none" | "tel" | "email" | "numeric" | "decimal" | undefined;
|
|
126
|
-
is?: string | undefined;
|
|
127
86
|
"aria-activedescendant"?: string | undefined;
|
|
128
87
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
129
88
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
@@ -136,7 +95,7 @@ declare const meta: {
|
|
|
136
95
|
"aria-colindextext"?: string | undefined;
|
|
137
96
|
"aria-colspan"?: number | undefined;
|
|
138
97
|
"aria-controls"?: string | undefined;
|
|
139
|
-
"aria-current"?: boolean | "time" | "
|
|
98
|
+
"aria-current"?: boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location" | undefined;
|
|
140
99
|
"aria-describedby"?: string | undefined;
|
|
141
100
|
"aria-description"?: string | undefined;
|
|
142
101
|
"aria-details"?: string | undefined;
|
|
@@ -172,7 +131,7 @@ declare const meta: {
|
|
|
172
131
|
"aria-rowspan"?: number | undefined;
|
|
173
132
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
174
133
|
"aria-setsize"?: number | undefined;
|
|
175
|
-
"aria-sort"?: "none" | "
|
|
134
|
+
"aria-sort"?: "none" | "other" | "ascending" | "descending" | undefined;
|
|
176
135
|
"aria-valuemax"?: number | undefined;
|
|
177
136
|
"aria-valuemin"?: number | undefined;
|
|
178
137
|
"aria-valuenow"?: number | undefined;
|
|
@@ -196,6 +155,7 @@ declare const meta: {
|
|
|
196
155
|
onFocusCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
197
156
|
onBlur?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
198
157
|
onBlurCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
158
|
+
onChange?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
199
159
|
onChangeCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
200
160
|
onBeforeInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
201
161
|
onBeforeInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -265,7 +225,6 @@ declare const meta: {
|
|
|
265
225
|
onWaitingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
266
226
|
onAuxClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
267
227
|
onAuxClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
268
|
-
onClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
269
228
|
onClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
270
229
|
onContextMenu?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
271
230
|
onContextMenuCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
@@ -340,6 +299,43 @@ declare const meta: {
|
|
|
340
299
|
onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
341
300
|
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
342
301
|
key?: import('react').Key | null | undefined;
|
|
302
|
+
defaultChecked?: boolean | undefined;
|
|
303
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
304
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
305
|
+
accessKey?: string | undefined;
|
|
306
|
+
autoFocus?: boolean | undefined;
|
|
307
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
308
|
+
contextMenu?: string | undefined;
|
|
309
|
+
dir?: string | undefined;
|
|
310
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
311
|
+
hidden?: boolean | undefined;
|
|
312
|
+
nonce?: string | undefined;
|
|
313
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
314
|
+
translate?: "no" | "yes" | undefined;
|
|
315
|
+
radioGroup?: string | undefined;
|
|
316
|
+
about?: string | undefined;
|
|
317
|
+
datatype?: string | undefined;
|
|
318
|
+
inlist?: any;
|
|
319
|
+
prefix?: string | undefined;
|
|
320
|
+
property?: string | undefined;
|
|
321
|
+
rel?: string | undefined;
|
|
322
|
+
resource?: string | undefined;
|
|
323
|
+
rev?: string | undefined;
|
|
324
|
+
typeof?: string | undefined;
|
|
325
|
+
vocab?: string | undefined;
|
|
326
|
+
autoCapitalize?: string | undefined;
|
|
327
|
+
autoCorrect?: string | undefined;
|
|
328
|
+
autoSave?: string | undefined;
|
|
329
|
+
itemProp?: string | undefined;
|
|
330
|
+
itemScope?: boolean | undefined;
|
|
331
|
+
itemType?: string | undefined;
|
|
332
|
+
itemID?: string | undefined;
|
|
333
|
+
itemRef?: string | undefined;
|
|
334
|
+
results?: number | undefined;
|
|
335
|
+
security?: string | undefined;
|
|
336
|
+
unselectable?: "on" | "off" | undefined;
|
|
337
|
+
inputMode?: "url" | "search" | "text" | "email" | "tel" | "none" | "numeric" | "decimal" | undefined;
|
|
338
|
+
is?: string | undefined;
|
|
343
339
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
344
340
|
};
|
|
345
341
|
export default meta;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, Fragment as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { Typography as r } from "../Typography/Typography.js";
|
|
3
|
-
import { s as a } from "../../Dialog.module-
|
|
3
|
+
import { s as a } from "../../Dialog.module-DFEmFdYT.js";
|
|
4
4
|
const n = ({ title: t, subTitle: i }) => /* @__PURE__ */ l(o, { children: [
|
|
5
5
|
/* @__PURE__ */ e(
|
|
6
6
|
r,
|
|
@@ -1,36 +1,23 @@
|
|
|
1
1
|
import '../../assets/EllipsisTooltip.css';
|
|
2
|
-
import { jsx as
|
|
3
|
-
import { useState as
|
|
4
|
-
import { c as
|
|
5
|
-
import { Tooltip as
|
|
6
|
-
const
|
|
2
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
3
|
+
import { useState as h } from "react";
|
|
4
|
+
import { c as d } from "../../clsx-DB4S2d7J.js";
|
|
5
|
+
import { Tooltip as g } from "../Tooltip/Tooltip.js";
|
|
6
|
+
const H = {
|
|
7
7
|
"ellipsis-tooltip": "_ellipsis-tooltip_krf68_1"
|
|
8
|
-
},
|
|
9
|
-
lineClamp:
|
|
10
|
-
children:
|
|
11
|
-
className:
|
|
12
|
-
disableHoverListener:
|
|
13
|
-
...
|
|
8
|
+
}, S = ({
|
|
9
|
+
lineClamp: s = 1,
|
|
10
|
+
children: e,
|
|
11
|
+
className: i,
|
|
12
|
+
disableHoverListener: o,
|
|
13
|
+
...r
|
|
14
14
|
}) => {
|
|
15
|
-
const [
|
|
16
|
-
const m =
|
|
17
|
-
|
|
18
|
-
},
|
|
19
|
-
return /* @__PURE__ */
|
|
20
|
-
H,
|
|
21
|
-
{
|
|
22
|
-
className: x(r),
|
|
23
|
-
...a,
|
|
24
|
-
onTargetCreated: n,
|
|
25
|
-
disableHoverListener: p,
|
|
26
|
-
disablePortal: !1,
|
|
27
|
-
children: /* @__PURE__ */ d("span", { style: { "--line-clamp": e }, className: T["ellipsis-tooltip"], children: [
|
|
28
|
-
i,
|
|
29
|
-
s && /* @__PURE__ */ o(f, { children: " " })
|
|
30
|
-
] })
|
|
31
|
-
}
|
|
32
|
-
);
|
|
15
|
+
const [c, a] = h(!1), p = (t) => {
|
|
16
|
+
const m = t.scrollWidth > t.clientWidth, f = t.scrollHeight > t.clientHeight;
|
|
17
|
+
a(m || f);
|
|
18
|
+
}, n = typeof o == "boolean" ? o : !c;
|
|
19
|
+
return /* @__PURE__ */ l(g, { className: d(i), ...r, onTargetCreated: p, disableHoverListener: n, children: /* @__PURE__ */ l("span", { style: { "--line-clamp": s }, className: H["ellipsis-tooltip"], children: e }) });
|
|
33
20
|
};
|
|
34
21
|
export {
|
|
35
|
-
|
|
22
|
+
S as EllipsisTooltip
|
|
36
23
|
};
|
|
@@ -16,10 +16,9 @@ declare const meta: {
|
|
|
16
16
|
'data-testid'?: string | undefined;
|
|
17
17
|
open?: boolean | undefined;
|
|
18
18
|
onClose?: (() => void) | undefined;
|
|
19
|
+
theme?: "black" | "white" | undefined;
|
|
19
20
|
position?: import('@floating-ui/utils').Placement | undefined;
|
|
20
21
|
padding?: "small" | "normal" | undefined;
|
|
21
|
-
theme?: "black" | "white" | undefined;
|
|
22
|
-
disablePortal?: boolean | undefined;
|
|
23
22
|
arialRole?: import('react').AriaRole | undefined;
|
|
24
23
|
disableHoverListener?: boolean | undefined;
|
|
25
24
|
lineClamp?: number | undefined;
|
|
@@ -40,87 +40,72 @@ const s = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
40
40
|
color: "currentcolor",
|
|
41
41
|
width: "1em",
|
|
42
42
|
height: "1em"
|
|
43
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M256 304c13.25 0 24-10.75 24-24v-128C280 138.8 269.3 128 256 128S232 138.8 232 152v128C232 293.3 242.8 304 256 304zM256 337.1c-17.36 0-31.44 14.08-31.44 31.44C224.6 385.9 238.6 400 256 400s31.44-14.08 31.44-31.44C287.4 351.2 273.4 337.1 256 337.1z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM232 152C232 138.8 242.8 128 256 128s24 10.75 24 24v128c0 13.25-10.75 24-24 24S232 293.3 232 280V152zM256 400c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 385.9 273.4 400 256 400z" })),
|
|
43
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M256 304c13.25 0 24-10.75 24-24v-128C280 138.8 269.3 128 256 128S232 138.8 232 152v128C232 293.3 242.8 304 256 304zM256 337.1c-17.36 0-31.44 14.08-31.44 31.44C224.6 385.9 238.6 400 256 400s31.44-14.08 31.44-31.44C287.4 351.2 273.4 337.1 256 337.1z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM232 152C232 138.8 242.8 128 256 128s24 10.75 24 24v128c0 13.25-10.75 24-24 24S232 293.3 232 280V152zM256 400c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 385.9 273.4 400 256 400z" })), g = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/circle-xmark", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
44
44
|
fill: "currentcolor",
|
|
45
45
|
color: "currentcolor",
|
|
46
46
|
width: "1em",
|
|
47
47
|
height: "1em"
|
|
48
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
48
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M255.1 222.1L303 175C312.4 165.7 327.6 165.7 336.1 175C346.3 184.4 346.3 199.6 336.1 208.1L289.9 255.1L336.1 303C346.3 312.4 346.3 327.6 336.1 336.1C327.6 346.3 312.4 346.3 303 336.1L255.1 289.9L208.1 336.1C199.6 346.3 184.4 346.3 175 336.1C165.7 327.6 165.7 312.4 175 303L222.1 255.1L175 208.1C165.7 199.6 165.7 184.4 175 175C184.4 165.7 199.6 165.7 208.1 175L255.1 222.1z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM175 208.1L222.1 255.1L175 303C165.7 312.4 165.7 327.6 175 336.1C184.4 346.3 199.6 346.3 208.1 336.1L255.1 289.9L303 336.1C312.4 346.3 327.6 346.3 336.1 336.1C346.3 327.6 346.3 312.4 336.1 303L289.9 255.1L336.1 208.1C346.3 199.6 346.3 184.4 336.1 175C327.6 165.7 312.4 165.7 303 175L255.1 222.1L208.1 175C199.6 165.7 184.4 165.7 175 175C165.7 184.4 165.7 199.6 175 208.1V208.1z" })), u = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/eye-slash", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
49
49
|
fill: "currentcolor",
|
|
50
50
|
color: "currentcolor",
|
|
51
51
|
width: "1em",
|
|
52
52
|
height: "1em"
|
|
53
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
53
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M5.112 9.196C13.29-1.236 28.37-3.065 38.81 5.112L630.8 469.1C641.2 477.3 643.1 492.4 634.9 502.8C626.7 513.2 611.6 515.1 601.2 506.9L9.196 42.89C-1.236 34.71-3.065 19.63 5.112 9.196V9.196z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M446.6 324.7C457.7 304.3 464 280.9 464 256C464 176.5 399.5 112 320 112C282.7 112 248.6 126.2 223.1 149.5L150.7 92.77C195 58.27 251.8 32 320 32C400.8 32 465.5 68.84 512.6 112.6C559.4 156 590.7 207.1 605.5 243.7C608.8 251.6 608.8 260.4 605.5 268.3C592.1 300.6 565.2 346.1 525.6 386.7L446.6 324.7zM313.4 220.3C317.6 211.8 320 202.2 320 192C320 180.5 316.1 169.7 311.6 160.4C314.4 160.1 317.2 160 320 160C373 160 416 202.1 416 256C416 269.7 413.1 282.7 407.1 294.5L313.4 220.3zM320 480C239.2 480 174.5 443.2 127.4 399.4C80.62 355.1 49.34 304 34.46 268.3C31.18 260.4 31.18 251.6 34.46 243.7C44 220.8 60.29 191.2 83.09 161.5L177.4 235.8C176.5 242.4 176 249.1 176 256C176 335.5 240.5 400 320 400C338.7 400 356.6 396.4 373 389.9L446.2 447.5C409.9 467.1 367.8 480 320 480H320z" })), f = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/folder-magnifying-glass", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
54
54
|
fill: "currentcolor",
|
|
55
55
|
color: "currentcolor",
|
|
56
56
|
width: "1em",
|
|
57
57
|
height: "1em"
|
|
58
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
58
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M376.1 375l-48.67-48.67C338.1 310.5 344 292 344 272c0-57.44-46.56-104-104-104S136 214.6 136 272s46.56 104 104 104c19.1 0 38.5-5.922 54.36-15.71l48.67 48.67C347.7 413.7 353.8 416 360 416s12.28-2.344 16.97-7.031C386.3 399.6 386.3 384.4 376.1 375zM240 328c-30.88 0-56-25.12-56-56c0-30.88 25.12-56 56-56c30.88 0 56 25.12 56 56C296 302.9 270.9 328 240 328z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M464 96h-192l-64-64h-160C21.5 32 0 53.5 0 80v352C0 458.5 21.5 480 48 480h416c26.5 0 48-21.5 48-48v-288C512 117.5 490.5 96 464 96zM376.1 408.1C372.3 413.7 366.2 416 360 416s-12.28-2.344-16.97-7.031l-48.67-48.67C278.5 370.1 259.1 376 240 376c-57.44 0-104-46.56-104-104S182.6 168 240 168s104 46.56 104 104c0 20-5.922 38.5-15.71 54.36l48.67 48.67C386.3 384.4 386.3 399.6 376.1 408.1zM240 216c-30.88 0-56 25.12-56 56c0 30.88 25.12 56 56 56c30.88 0 56-25.12 56-56C296 241.1 270.9 216 240 216z" })), v = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/lock-keyhole", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
59
59
|
fill: "currentcolor",
|
|
60
60
|
color: "currentcolor",
|
|
61
61
|
width: "1em",
|
|
62
62
|
height: "1em"
|
|
63
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
63
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M384 192C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H384zM256 320C256 302.3 241.7 288 224 288C206.3 288 192 302.3 192 320V384C192 401.7 206.3 416 224 416C241.7 416 256 401.7 256 384V320z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M224 64C179.8 64 144 99.82 144 144V192H80V144C80 64.47 144.5 0 224 0C303.5 0 368 64.47 368 144V192H304V144C304 99.82 268.2 64 224 64z" })), y = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/magnifying-glass", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
64
64
|
fill: "currentcolor",
|
|
65
65
|
color: "currentcolor",
|
|
66
66
|
width: "1em",
|
|
67
67
|
height: "1em"
|
|
68
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
68
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M500.3 443.7l-119.7-119.7c-15.03 22.3-34.26 41.54-56.57 56.57l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M207.1 0C93.12 0-.0002 93.13-.0002 208S93.12 416 207.1 416s208-93.13 208-208S322.9 0 207.1 0zM207.1 336c-70.58 0-128-57.42-128-128c0-70.58 57.42-128 128-128s128 57.42 128 128C335.1 278.6 278.6 336 207.1 336z" })), p = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/money-bill-trend-up", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
69
69
|
fill: "currentcolor",
|
|
70
70
|
color: "currentcolor",
|
|
71
71
|
width: "1em",
|
|
72
72
|
height: "1em"
|
|
73
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
73
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M480 31.9C480 31.94 480 31.99 480 32.02V128C480 145.7 465.7 160 448 160C430.3 160 416 145.7 416 128V109.3L310.6 214.6C298.8 226.5 279.9 227.2 267.2 216.3L176 138.1L84.83 216.3C71.41 227.8 51.21 226.2 39.7 212.8C28.2 199.4 29.76 179.2 43.18 167.7L155.2 71.7C167.2 61.43 184.8 61.43 196.8 71.7L286.3 148.4L370.7 64H352C334.3 64 320 49.67 320 32C320 14.33 334.3 0 352 0H448C456.8 0 464.8 3.554 470.6 9.305C470.6 9.35 470.6 9.395 470.7 9.441C473.7 12.49 476 16 477.6 19.75C479.1 23.5 479.1 27.6 480 31.9V31.9z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M464 256C490.5 256 512 277.5 512 304V464C512 490.5 490.5 512 464 512H48C21.49 512 0 490.5 0 464V304C0 277.5 21.49 256 48 256H464zM96 464C96 437.5 74.51 416 48 416V464H96zM48 352C74.51 352 96 330.5 96 304H48V352zM464 464V416C437.5 416 416 437.5 416 464H464zM464 304H416C416 330.5 437.5 352 464 352V304zM256 448C291.3 448 320 419.3 320 384C320 348.7 291.3 320 256 320C220.7 320 192 348.7 192 384C192 419.3 220.7 448 256 448z" })), E = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/duotone/piggy-bank", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
74
74
|
fill: "currentcolor",
|
|
75
75
|
color: "currentcolor",
|
|
76
76
|
width: "1em",
|
|
77
77
|
height: "1em"
|
|
78
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
78
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M512 96L493.2 171.1C509.1 185.9 521.9 203.9 530.7 224H544C561.7 224 576 238.3 576 256V352C576 369.7 561.7 384 544 384H512C502.9 396.1 492.1 406.9 480 416V480C480 497.7 465.7 512 448 512H416C398.3 512 384 497.7 384 480V448H256V480C256 497.7 241.7 512 224 512H192C174.3 512 160 497.7 160 480V416C125.1 389.8 101.3 349.8 96.79 304H68C30.44 304 0 273.6 0 236C0 198.4 30.44 168 68 168H72C85.25 168 96 178.7 96 192C96 205.3 85.25 216 72 216H68C56.95 216 48 224.1 48 236C48 247 56.95 256 68 256H99.2C114 182.1 178.6 128 256 128H384C391.8 128 399.5 128.6 407 129.6C424.6 109.1 450.8 96 480 96H512zM424 288C437.3 288 448 277.3 448 264C448 250.7 437.3 240 424 240C410.7 240 400 250.7 400 264C400 277.3 410.7 288 424 288z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M400 96L399.1 96.66C394.7 96.22 389.4 96 384 96H256C239.5 96 223.5 98.08 208.2 102C208.1 100 208 98.02 208 96C208 42.98 250.1 0 304 0C357 0 400 42.98 400 96z" })), M = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/rectangle-history", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
79
79
|
fill: "currentcolor",
|
|
80
80
|
color: "currentcolor",
|
|
81
81
|
width: "1em",
|
|
82
82
|
height: "1em"
|
|
83
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
83
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M448 160C483.3 160 512 188.7 512 224V448C512 483.3 483.3 512 448 512H64C28.65 512 0 483.3 0 448V224C0 188.7 28.65 160 64 160H448z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M440 128H72C58.75 128 48 117.3 48 104C48 90.75 58.75 80 72 80H440C453.3 80 464 90.75 464 104C464 117.3 453.3 128 440 128zM392 48H120C106.7 48 96 37.25 96 24C96 10.75 106.7 0 120 0H392C405.3 0 416 10.75 416 24C416 37.25 405.3 48 392 48z" })), H = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/trash", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
84
84
|
fill: "currentcolor",
|
|
85
85
|
color: "currentcolor",
|
|
86
86
|
width: "1em",
|
|
87
87
|
height: "1em"
|
|
88
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
88
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M284.2 0C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M32 96H416L394.6 466.8C393.1 492.2 372.1 512 346.7 512H101.3C75.87 512 54.86 492.2 53.39 466.8L32 96z" })), z = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/user-group", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
89
89
|
fill: "currentcolor",
|
|
90
90
|
color: "currentcolor",
|
|
91
91
|
width: "1em",
|
|
92
92
|
height: "1em"
|
|
93
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
93
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3c-95.73 0-173.3 77.6-173.3 173.3C0 496.5 15.52 512 34.66 512H413.3C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M479.1 320h-73.85C451.2 357.7 480 414.1 480 477.3C480 490.1 476.2 501.9 470 512h138C625.7 512 640 497.6 640 479.1C640 391.6 568.4 320 479.1 320zM432 256C493.9 256 544 205.9 544 144S493.9 32 432 32c-25.11 0-48.04 8.555-66.72 22.51C376.8 76.63 384 101.4 384 128c0 35.52-11.93 68.14-31.59 94.71C372.7 243.2 400.8 256 432 256z" })), L = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/warehouse-full", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
94
94
|
fill: "currentcolor",
|
|
95
95
|
color: "currentcolor",
|
|
96
96
|
width: "1em",
|
|
97
97
|
height: "1em"
|
|
98
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
98
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M40.23 111.9L308.1 4.753C315.7 1.702 324.3 1.702 331.9 4.753L599.8 111.9C624.1 121.6 640 145.2 640 171.3V488C640 501.3 629.3 512 616 512H568C554.7 512 544 501.3 544 488V223.1C544 206.3 529.7 191.1 512 191.1H128C110.3 191.1 96 206.3 96 223.1V488C96 501.3 85.25 512 72 512H24C10.75 512 0 501.3 0 488V171.3C0 145.2 15.93 121.6 40.23 111.9z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M128 248C128 234.7 138.7 224 152 224H296C309.3 224 320 234.7 320 248V328C320 341.3 309.3 352 296 352H152C138.7 352 128 341.3 128 328V248zM352 408C352 394.7 362.7 384 376 384H488C501.3 384 512 394.7 512 408V488C512 501.3 501.3 512 488 512H376C362.7 512 352 501.3 352 488V408zM296 384C309.3 384 320 394.7 320 408V488C320 501.3 309.3 512 296 512H152C138.7 512 128 501.3 128 488V408C128 394.7 138.7 384 152 384H296z" })), V = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512", "data-waves-icon": "fa/duotone/xmark", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
99
99
|
fill: "currentcolor",
|
|
100
100
|
color: "currentcolor",
|
|
101
101
|
width: "1em",
|
|
102
102
|
height: "1em"
|
|
103
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-
|
|
103
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z" })), x = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 664 652", xmlns: "http://www.w3.org/2000/svg", "data-waves-icon": "pi/logo", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
104
104
|
fill: "currentcolor",
|
|
105
105
|
color: "currentcolor",
|
|
106
106
|
width: "1em",
|
|
107
107
|
height: "1em"
|
|
108
|
-
}, ...t }, /* @__PURE__ */ e.createElement("
|
|
109
|
-
fill: "currentcolor",
|
|
110
|
-
color: "currentcolor",
|
|
111
|
-
width: "1em",
|
|
112
|
-
height: "1em"
|
|
113
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M40.23 111.9L308.1 4.753C315.7 1.702 324.3 1.702 331.9 4.753L599.8 111.9C624.1 121.6 640 145.2 640 171.3V488C640 501.3 629.3 512 616 512H568C554.7 512 544 501.3 544 488V223.1C544 206.3 529.7 191.1 512 191.1H128C110.3 191.1 96 206.3 96 223.1V488C96 501.3 85.25 512 72 512H24C10.75 512 0 501.3 0 488V171.3C0 145.2 15.93 121.6 40.23 111.9z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M128 248C128 234.7 138.7 224 152 224H296C309.3 224 320 234.7 320 248V328C320 341.3 309.3 352 296 352H152C138.7 352 128 341.3 128 328V248zM352 408C352 394.7 362.7 384 376 384H488C501.3 384 512 394.7 512 408V488C512 501.3 501.3 512 488 512H376C362.7 512 352 501.3 352 488V408zM296 384C309.3 384 320 394.7 320 408V488C320 501.3 309.3 512 296 512H152C138.7 512 128 501.3 128 488V408C128 394.7 138.7 384 152 384H296z" })), N = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512", "data-waves-icon": "fa/duotone/xmark", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
114
|
-
fill: "currentcolor",
|
|
115
|
-
color: "currentcolor",
|
|
116
|
-
width: "1em",
|
|
117
|
-
height: "1em"
|
|
118
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z" })), B = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 664 652", xmlns: "http://www.w3.org/2000/svg", "data-waves-icon": "pi/logo", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
119
|
-
fill: "currentcolor",
|
|
120
|
-
color: "currentcolor",
|
|
121
|
-
width: "1em",
|
|
122
|
-
height: "1em"
|
|
123
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M391.42 125.965C448.039 184.645 504.938 243.615 565.81 185.331C583.085 168.806 588.671 138.702 583.932 117.95C552.33 -20.4551 366.687 -26.094 284.964 44.5249L285.069 45.0613C321.006 52.9875 356.159 89.4202 391.42 125.965Z" }), /* @__PURE__ */ e.createElement("path", { d: "M522.431 495.702C448.189 455.82 486.69 383.483 525.002 311.503C548.862 266.674 572.648 221.983 569.081 185.356L569.559 185.09C661.976 240.991 713.98 419.291 592.114 492.115C573.842 503.035 543.486 507.025 522.431 495.702V495.702Z" }), /* @__PURE__ */ e.createElement("path", { d: "M213.844 550.355C228.833 467.423 309.526 481.686 389.823 495.879C439.831 504.719 489.685 513.531 523.417 498.82L523.818 499.192C499.211 604.36 345.708 708.916 238.789 615.519C222.757 601.516 209.582 573.878 213.844 550.355Z" }), /* @__PURE__ */ e.createElement("path", { d: "M284.035 48.1638C320.656 124.068 246.989 159.959 173.686 195.673C128.033 217.916 82.5196 240.09 63.8762 271.819L63.3335 271.753C21.4251 172.207 84.1548 -2.6076 225.552 10.1071C246.753 12.0131 273.657 26.6279 284.035 48.1638Z" }), /* @__PURE__ */ e.createElement("path", { d: "M172.699 424.293C161.384 343.54 150.014 262.389 66.5079 273.761C42.819 276.977 20.6057 298.048 12.2415 317.622C-43.5448 448.169 103.33 561.849 210.954 552.754L211.185 552.258C186.77 524.722 179.745 474.585 172.699 424.293Z" })), k = Object.fromEntries(
|
|
108
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M391.42 125.965C448.039 184.645 504.938 243.615 565.81 185.331C583.085 168.806 588.671 138.702 583.932 117.95C552.33 -20.4551 366.687 -26.094 284.964 44.5249L285.069 45.0613C321.006 52.9875 356.159 89.4202 391.42 125.965Z" }), /* @__PURE__ */ e.createElement("path", { d: "M522.431 495.702C448.189 455.82 486.69 383.483 525.002 311.503C548.862 266.674 572.648 221.983 569.081 185.356L569.559 185.09C661.976 240.991 713.98 419.291 592.114 492.115C573.842 503.035 543.486 507.025 522.431 495.702V495.702Z" }), /* @__PURE__ */ e.createElement("path", { d: "M213.844 550.355C228.833 467.423 309.526 481.686 389.823 495.879C439.831 504.719 489.685 513.531 523.417 498.82L523.818 499.192C499.211 604.36 345.708 708.916 238.789 615.519C222.757 601.516 209.582 573.878 213.844 550.355Z" }), /* @__PURE__ */ e.createElement("path", { d: "M284.035 48.1638C320.656 124.068 246.989 159.959 173.686 195.673C128.033 217.916 82.5196 240.09 63.8762 271.819L63.3335 271.753C21.4251 172.207 84.1548 -2.6076 225.552 10.1071C246.753 12.0131 273.657 26.6279 284.035 48.1638Z" }), /* @__PURE__ */ e.createElement("path", { d: "M172.699 424.293C161.384 343.54 150.014 262.389 66.5079 273.761C42.819 276.977 20.6057 298.048 12.2415 317.622C-43.5448 448.169 103.33 561.849 210.954 552.754L211.185 552.258C186.77 524.722 179.745 474.585 172.699 424.293Z" })), N = Object.fromEntries(
|
|
124
109
|
Object.entries(
|
|
125
110
|
/* @__PURE__ */ Object.assign({
|
|
126
111
|
"./assets/fa/duotone/arrow-down-arrow-up.svg": s,
|
|
@@ -131,34 +116,31 @@ const s = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
131
116
|
"./assets/fa/duotone/circle-arrow-right.svg": h,
|
|
132
117
|
"./assets/fa/duotone/circle-check.svg": d,
|
|
133
118
|
"./assets/fa/duotone/circle-exclamation.svg": w,
|
|
134
|
-
"./assets/fa/duotone/circle-info.svg": u,
|
|
135
119
|
"./assets/fa/duotone/circle-xmark.svg": g,
|
|
136
|
-
"./assets/fa/duotone/eye-slash.svg":
|
|
137
|
-
"./assets/fa/duotone/folder-magnifying-glass.svg":
|
|
138
|
-
"./assets/fa/duotone/lock-keyhole.svg":
|
|
139
|
-
"./assets/fa/duotone/magnifying-glass.svg":
|
|
140
|
-
"./assets/fa/duotone/money-bill-trend-up.svg":
|
|
141
|
-
"./assets/fa/duotone/
|
|
142
|
-
"./assets/fa/duotone/
|
|
143
|
-
"./assets/fa/duotone/
|
|
144
|
-
"./assets/fa/duotone/
|
|
145
|
-
"./assets/fa/duotone/
|
|
146
|
-
"./assets/fa/duotone/
|
|
147
|
-
"./assets/
|
|
148
|
-
"./assets/fa/duotone/xmark.svg": N,
|
|
149
|
-
"./assets/pi/logo.svg": B
|
|
120
|
+
"./assets/fa/duotone/eye-slash.svg": u,
|
|
121
|
+
"./assets/fa/duotone/folder-magnifying-glass.svg": f,
|
|
122
|
+
"./assets/fa/duotone/lock-keyhole.svg": v,
|
|
123
|
+
"./assets/fa/duotone/magnifying-glass.svg": y,
|
|
124
|
+
"./assets/fa/duotone/money-bill-trend-up.svg": p,
|
|
125
|
+
"./assets/fa/duotone/piggy-bank.svg": E,
|
|
126
|
+
"./assets/fa/duotone/rectangle-history.svg": M,
|
|
127
|
+
"./assets/fa/duotone/trash.svg": H,
|
|
128
|
+
"./assets/fa/duotone/user-group.svg": z,
|
|
129
|
+
"./assets/fa/duotone/warehouse-full.svg": L,
|
|
130
|
+
"./assets/fa/duotone/xmark.svg": V,
|
|
131
|
+
"./assets/pi/logo.svg": x
|
|
150
132
|
})
|
|
151
|
-
).map(([t,
|
|
152
|
-
var o,
|
|
153
|
-
return [(
|
|
133
|
+
).map(([t, r]) => {
|
|
134
|
+
var o, l;
|
|
135
|
+
return [(l = (o = t.split("/")) == null ? void 0 : o.at(-1)) == null ? void 0 : l.split(".svg")[0], r];
|
|
154
136
|
})
|
|
155
|
-
),
|
|
156
|
-
const
|
|
137
|
+
), S = ({ icon: t, size: r, color: o }) => {
|
|
138
|
+
const l = N[t] ?? /* @__PURE__ */ c("span", { title: t, children: [
|
|
157
139
|
"ERROR ICON ",
|
|
158
|
-
/* @__PURE__ */ a(
|
|
140
|
+
/* @__PURE__ */ a(S, { icon: "circle-exclamation" })
|
|
159
141
|
] });
|
|
160
|
-
return
|
|
142
|
+
return l && /* @__PURE__ */ a(l, { style: { color: o, height: r, width: r } });
|
|
161
143
|
};
|
|
162
144
|
export {
|
|
163
|
-
|
|
145
|
+
S as Icon
|
|
164
146
|
};
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file is automatically generated. Any changes will be lost.
|
|
3
3
|
* run "yarn generate-icon-types" or "yarn build" to regenerate it.
|
|
4
4
|
*/
|
|
5
|
-
export type IconName = 'arrow-down-arrow-up' | 'arrow-left' | 'calendar-days' | 'chevron-down' | 'chevron-up' | 'circle-arrow-right' | 'circle-check' | 'circle-exclamation' | 'circle-
|
|
5
|
+
export type IconName = 'arrow-down-arrow-up' | 'arrow-left' | 'calendar-days' | 'chevron-down' | 'chevron-up' | 'circle-arrow-right' | 'circle-check' | 'circle-exclamation' | 'circle-xmark' | 'eye-slash' | 'folder-magnifying-glass' | 'lock-keyhole' | 'magnifying-glass' | 'money-bill-trend-up' | 'piggy-bank' | 'rectangle-history' | 'trash' | 'user-group' | 'warehouse-full' | 'xmark' | 'logo';
|