@pismo/marola 0.0.1-alpha.32 → 0.0.1-alpha.5
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/README.md +2 -13
- package/dist/{Button-2b1peDFT.js → Button-D--uN90N.js} +26 -25
- package/dist/Dialog.module-BKWFakxu.js +15 -0
- package/dist/ListContext-Dj2Va7Iv.js +18 -0
- package/dist/Tabs.module-BKlNuSPH.js +66 -0
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Dialog.css +1 -1
- package/dist/assets/IconButton.css +1 -1
- package/dist/assets/PageHeader.css +1 -1
- package/dist/assets/Pagination.css +1 -1
- package/dist/assets/Tabs.css +1 -1
- package/dist/assets/Typography.css +1 -1
- package/dist/assets/main.css +1 -0
- package/dist/components/Button/Button.d.ts +2 -13
- package/dist/components/Button/Button.js +49 -60
- package/dist/components/Dialog/Actions.js +1 -1
- package/dist/components/Dialog/Backdrop.d.ts +1 -1
- package/dist/components/Dialog/Backdrop.js +1 -1
- package/dist/components/Dialog/CloseIconButton.js +124 -12
- package/dist/components/Dialog/Dialog.d.ts +3 -4
- package/dist/components/Dialog/Dialog.js +20098 -444
- package/dist/components/Dialog/{DialogTitle.d.ts → Title.d.ts} +3 -3
- package/dist/components/Dialog/Title.js +29 -0
- package/dist/components/IconButton/IconButton.d.ts +5 -21
- package/dist/components/IconButton/IconButton.js +76 -60
- package/dist/components/LoadingSpinner/LoadingSpinner.d.ts +0 -2
- package/dist/components/PageHeader/PageHeader.d.ts +16 -56
- package/dist/components/PageHeader/PageHeader.js +65 -83
- package/dist/components/Pagination/Pagination.d.ts +6 -25
- package/dist/components/Pagination/Pagination.js +113 -131
- package/dist/components/SortTooltip/SortTooltip.d.ts +0 -28
- package/dist/components/SortTooltip/SortTooltip.js +1 -93
- package/dist/components/Table/Table.d.ts +0 -56
- package/dist/components/Table/Table.js +1 -137
- package/dist/components/Table/TableContext.d.ts +0 -19
- package/dist/components/Table/TableContext.js +1 -21
- package/dist/components/Tabs/Tab.d.ts +1 -6
- package/dist/components/Tabs/Tab.js +173 -113
- package/dist/components/Tabs/TabPanel.d.ts +1 -5
- package/dist/components/Tabs/TabPanel.js +16 -15
- package/dist/components/Tabs/Tabs.d.ts +2 -8
- package/dist/components/Tabs/Tabs.js +664 -242
- package/dist/components/Tooltip/Tooltip.d.ts +0 -33
- package/dist/components/Tooltip/Tooltip.js +1 -141
- package/dist/components/Typography/Typography.d.ts +6 -17
- package/dist/components/Typography/Typography.js +58 -58
- package/dist/{index-CH45lKw7.js → index-BvA1HyDs.js} +300 -322
- package/dist/main.d.ts +8 -27
- package/dist/main.js +28 -75
- package/dist/objectWithoutPropertiesLoose-ClNcje2_.js +22 -0
- package/dist/types/helpers.d.ts +0 -8
- package/dist/useButton-abQpo0za.js +187 -0
- package/dist/useCompoundItem-wTwXbURC.js +41 -0
- package/package.json +9 -30
- package/dist/ClickAwayListener-BSW-Nd-y.js +0 -107
- package/dist/Dialog.module-DFEmFdYT.js +0 -30
- package/dist/Group-B3p31ftp.js +0 -26
- package/dist/Popup-B6ZSGIEI.js +0 -1248
- package/dist/Portal-DIeBsWdL.js +0 -73
- package/dist/SelectButton-C8JQKaf4.js +0 -61
- package/dist/Tabs.module-jkH1Qjn7.js +0 -22
- package/dist/Toggle-BCgIItCc.js +0 -142
- package/dist/assets/Advice.css +0 -1
- package/dist/assets/Checkbox.css +0 -1
- package/dist/assets/EllipsisTooltip.css +0 -1
- package/dist/assets/Group.css +0 -1
- package/dist/assets/Input.css +0 -1
- package/dist/assets/InputSearch.css +0 -1
- package/dist/assets/SelectButton.css +0 -1
- package/dist/assets/Skeleton.css +0 -1
- package/dist/assets/Snackbar.css +0 -1
- package/dist/assets/SortTooltip.css +0 -1
- package/dist/assets/Stepper.css +0 -1
- package/dist/assets/Table.css +0 -1
- package/dist/assets/TextDisplay.css +0 -1
- package/dist/assets/Toggle.css +0 -1
- package/dist/assets/Toggle2.css +0 -1
- package/dist/assets/Tooltip.css +0 -1
- package/dist/combineHooksSlotProps-DVjg9PRh.js +0 -80
- package/dist/components/Advice/Advice.d.ts +0 -30
- package/dist/components/Advice/Advice.js +0 -47
- package/dist/components/Advice/Advice.stories.d.ts +0 -18
- package/dist/components/Button/Button.stories.d.ts +0 -62
- package/dist/components/Checkbox/Checkbox.d.ts +0 -34
- package/dist/components/Checkbox/Checkbox.js +0 -71
- package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -31
- package/dist/components/Chip/Chip.d.ts +0 -39
- package/dist/components/Chip/Chip.js +0 -19
- package/dist/components/Chip/Chip.stories.d.ts +0 -42
- package/dist/components/Chip/chip.test.d.ts +0 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +0 -343
- package/dist/components/Dialog/DialogTitle.js +0 -29
- package/dist/components/EllipsisTooltip/EllipsisTooltip.d.ts +0 -7
- package/dist/components/EllipsisTooltip/EllipsisTooltip.js +0 -23
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +0 -31
- package/dist/components/Icon/Icon.d.ts +0 -11
- package/dist/components/Icon/Icon.js +0 -127
- package/dist/components/Icon/Icon.stories.d.ts +0 -15
- package/dist/components/Icon/types.d.ts +0 -5
- package/dist/components/Icon/types.js +0 -1
- package/dist/components/IconButton/Icon.stories.d.ts +0 -15
- package/dist/components/Input/Input.d.ts +0 -44
- package/dist/components/Input/Input.js +0 -508
- package/dist/components/Input/Input.stories.d.ts +0 -43
- package/dist/components/InputSearch/InputSearch.d.ts +0 -9
- package/dist/components/InputSearch/InputSearch.js +0 -34
- package/dist/components/InputSearch/InputSearch.stories.d.ts +0 -39
- package/dist/components/LoadingSpinner/LoadingSpinner.stories.d.ts +0 -14
- package/dist/components/PageHeader/PageHeader.stories.d.ts +0 -14
- package/dist/components/Pagination/Pagination.stories.d.ts +0 -17
- package/dist/components/Select/Select.d.ts +0 -26
- package/dist/components/Select/Select.js +0 -857
- package/dist/components/Select/Select.stories.d.ts +0 -22
- package/dist/components/Select/SelectButton.d.ts +0 -12
- package/dist/components/Select/SelectButton.js +0 -8
- package/dist/components/Skeleton/Skeleton.d.ts +0 -25
- package/dist/components/Skeleton/Skeleton.js +0 -23
- package/dist/components/Skeleton/Skeleton.stories.d.ts +0 -14
- package/dist/components/Skeleton/SkeletonCircle.stories.d.ts +0 -14
- package/dist/components/Skeleton/SkeletonTable.stories.d.ts +0 -16
- package/dist/components/Snackbar/Snackbar.d.ts +0 -27
- package/dist/components/Snackbar/Snackbar.js +0 -639
- package/dist/components/Snackbar/Snackbar.stories.d.ts +0 -319
- package/dist/components/Stepper/Stepper.d.ts +0 -26
- package/dist/components/Stepper/Stepper.js +0 -48
- package/dist/components/Stepper/Stepper.stories.d.ts +0 -16
- package/dist/components/Table/Table.stories.d.ts +0 -29
- package/dist/components/Table/_Table.TBody.stories.d.ts +0 -14
- package/dist/components/Table/_Table.THead.stories.d.ts +0 -14
- package/dist/components/Table/_Table.Td.stories.d.ts +0 -16
- package/dist/components/Table/_Table.Th.stories.d.ts +0 -15
- package/dist/components/Table/_Table.Tr.stories.d.ts +0 -15
- package/dist/components/Tabs/Tab.stories.d.ts +0 -15
- package/dist/components/Tabs/TabPanel.stories.d.ts +0 -14
- package/dist/components/Tabs/Tabs.stories.d.ts +0 -14
- package/dist/components/TextDisplay/TextDisplay.d.ts +0 -23
- package/dist/components/TextDisplay/TextDisplay.js +0 -37
- package/dist/components/TextDisplay/TextDisplay.stories.d.ts +0 -13
- package/dist/components/TextDisplay/textDisplay.test.d.ts +0 -1
- package/dist/components/Toggle/Toggle.d.ts +0 -11
- package/dist/components/Toggle/Toggle.js +0 -266
- package/dist/components/Toggle/Toggle.stories.d.ts +0 -21
- package/dist/components/ToggleGroup/Group.d.ts +0 -18
- package/dist/components/ToggleGroup/Group.js +0 -7
- package/dist/components/ToggleGroup/Group.test.d.ts +0 -1
- package/dist/components/ToggleGroup/Toggle.d.ts +0 -15
- package/dist/components/ToggleGroup/Toggle.js +0 -17
- package/dist/components/ToggleGroup/Toggle.test.d.ts +0 -1
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +0 -2
- package/dist/components/ToggleGroup/ToggleGroup.js +0 -6
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +0 -25
- package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -35
- package/dist/components/Typography/Typography.stories.d.ts +0 -32
- package/dist/components/Typography/typography.test.d.ts +0 -1
- package/dist/contexts/SnackbarProvider/SnackbarProvider.d.ts +0 -11
- package/dist/contexts/SnackbarProvider/SnackbarProvider.js +0 -50
- package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +0 -21
- package/dist/index-CjW42-M-.js +0 -19584
- package/dist/marola.css +0 -1
- package/dist/test-utils/assertStyles.d.ts +0 -1
- package/dist/test-utils/assertStyles.js +0 -11
- package/dist/useButton-DNk3wrQp.js +0 -105
- package/dist/useCompoundItem-D1iRfg8D.js +0 -84
- package/dist/useEventCallback-xTG9piMa.js +0 -45
- package/dist/useIsFocusVisible-BH4IAdcw.js +0 -69
- package/dist/useList-B0hog_3-.js +0 -436
- package/dist/useTimeout-DxF9kiZL.js +0 -36
- package/dist/utils/styleStrings.d.ts +0 -6
- package/dist/utils/styleStrings.js +0 -10
- package/dist/utils/styleStrings.test.d.ts +0 -1
|
@@ -1,343 +0,0 @@
|
|
|
1
|
-
import { DialogProps } from '../../main';
|
|
2
|
-
import { StoryObj } from '@storybook/react';
|
|
3
|
-
|
|
4
|
-
declare const meta: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: ({ children, dialogTitle, dialogSubtitle, isLoading, onClose, ...props }: DialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
tags: string[];
|
|
8
|
-
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
9
|
-
children: import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<unknown>>;
|
|
10
|
-
dialogTitle: import('react').ReactNode;
|
|
11
|
-
dialogSubtitle?: import('react').ReactNode;
|
|
12
|
-
isLoading?: boolean | undefined;
|
|
13
|
-
onClose?: (() => void) | undefined;
|
|
14
|
-
closeAfterTransition?: boolean | undefined;
|
|
15
|
-
container?: Element | (() => Element | null) | null | undefined;
|
|
16
|
-
disableAutoFocus?: boolean | undefined;
|
|
17
|
-
disableEnforceFocus?: boolean | undefined;
|
|
18
|
-
disableEscapeKeyDown?: boolean | undefined;
|
|
19
|
-
disablePortal?: boolean | undefined;
|
|
20
|
-
disableRestoreFocus?: boolean | undefined;
|
|
21
|
-
disableScrollLock?: boolean | undefined;
|
|
22
|
-
hideBackdrop?: boolean | undefined;
|
|
23
|
-
keepMounted?: boolean | undefined;
|
|
24
|
-
onBackdropClick?: import('react').ReactEventHandler<{}> | undefined;
|
|
25
|
-
onTransitionEnter?: (() => void) | undefined;
|
|
26
|
-
onTransitionExited?: (() => void) | undefined;
|
|
27
|
-
open: boolean;
|
|
28
|
-
slotProps?: {
|
|
29
|
-
root?: import('@mui/base').SlotComponentProps<"div", import('@mui/base').ModalRootSlotPropsOverrides, {
|
|
30
|
-
children: import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
|
|
31
|
-
closeAfterTransition: boolean;
|
|
32
|
-
container?: Element | (() => Element | null) | null | undefined;
|
|
33
|
-
disableAutoFocus: boolean;
|
|
34
|
-
disableEnforceFocus: boolean;
|
|
35
|
-
disableEscapeKeyDown: boolean;
|
|
36
|
-
disablePortal: boolean;
|
|
37
|
-
disableRestoreFocus: boolean;
|
|
38
|
-
disableScrollLock: boolean;
|
|
39
|
-
hideBackdrop: boolean;
|
|
40
|
-
keepMounted: boolean;
|
|
41
|
-
onBackdropClick?: import('react').ReactEventHandler<{}> | undefined;
|
|
42
|
-
onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
|
|
43
|
-
onTransitionEnter?: (() => void) | undefined;
|
|
44
|
-
onTransitionExited?: (() => void) | undefined;
|
|
45
|
-
open: boolean;
|
|
46
|
-
slotProps?: any | undefined;
|
|
47
|
-
slots?: import('@mui/base').ModalSlots | undefined;
|
|
48
|
-
exited: boolean;
|
|
49
|
-
}> | undefined;
|
|
50
|
-
backdrop?: import('@mui/base').SlotComponentProps<"div", import('@mui/base').ModalBackdropSlotPropsOverrides, {
|
|
51
|
-
children: import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
|
|
52
|
-
closeAfterTransition: boolean;
|
|
53
|
-
container?: Element | (() => Element | null) | null | undefined;
|
|
54
|
-
disableAutoFocus: boolean;
|
|
55
|
-
disableEnforceFocus: boolean;
|
|
56
|
-
disableEscapeKeyDown: boolean;
|
|
57
|
-
disablePortal: boolean;
|
|
58
|
-
disableRestoreFocus: boolean;
|
|
59
|
-
disableScrollLock: boolean;
|
|
60
|
-
hideBackdrop: boolean;
|
|
61
|
-
keepMounted: boolean;
|
|
62
|
-
onBackdropClick?: import('react').ReactEventHandler<{}> | undefined;
|
|
63
|
-
onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
|
|
64
|
-
onTransitionEnter?: (() => void) | undefined;
|
|
65
|
-
onTransitionExited?: (() => void) | undefined;
|
|
66
|
-
open: boolean;
|
|
67
|
-
slotProps?: any | undefined;
|
|
68
|
-
slots?: import('@mui/base').ModalSlots | undefined;
|
|
69
|
-
exited: boolean;
|
|
70
|
-
}> | undefined;
|
|
71
|
-
} | undefined;
|
|
72
|
-
slots?: import('@mui/base').ModalSlots | undefined;
|
|
73
|
-
color?: string | undefined;
|
|
74
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
75
|
-
title?: string | undefined;
|
|
76
|
-
style?: import('react').CSSProperties | undefined;
|
|
77
|
-
slot?: string | undefined;
|
|
78
|
-
content?: string | undefined;
|
|
79
|
-
className?: string | undefined;
|
|
80
|
-
onClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
81
|
-
tabIndex?: number | undefined;
|
|
82
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
83
|
-
id?: string | undefined;
|
|
84
|
-
lang?: string | undefined;
|
|
85
|
-
role?: import('react').AriaRole | undefined;
|
|
86
|
-
"aria-activedescendant"?: string | undefined;
|
|
87
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
88
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
89
|
-
"aria-braillelabel"?: string | undefined;
|
|
90
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
91
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
92
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
93
|
-
"aria-colcount"?: number | undefined;
|
|
94
|
-
"aria-colindex"?: number | undefined;
|
|
95
|
-
"aria-colindextext"?: string | undefined;
|
|
96
|
-
"aria-colspan"?: number | undefined;
|
|
97
|
-
"aria-controls"?: string | undefined;
|
|
98
|
-
"aria-current"?: boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location" | undefined;
|
|
99
|
-
"aria-describedby"?: string | undefined;
|
|
100
|
-
"aria-description"?: string | undefined;
|
|
101
|
-
"aria-details"?: string | undefined;
|
|
102
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
103
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
104
|
-
"aria-errormessage"?: string | undefined;
|
|
105
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
106
|
-
"aria-flowto"?: string | undefined;
|
|
107
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
108
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
109
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
110
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
111
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
112
|
-
"aria-label"?: string | undefined;
|
|
113
|
-
"aria-labelledby"?: string | undefined;
|
|
114
|
-
"aria-level"?: number | undefined;
|
|
115
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
116
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
117
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
118
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
119
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
120
|
-
"aria-owns"?: string | undefined;
|
|
121
|
-
"aria-placeholder"?: string | undefined;
|
|
122
|
-
"aria-posinset"?: number | undefined;
|
|
123
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
124
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
125
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
126
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
127
|
-
"aria-roledescription"?: string | undefined;
|
|
128
|
-
"aria-rowcount"?: number | undefined;
|
|
129
|
-
"aria-rowindex"?: number | undefined;
|
|
130
|
-
"aria-rowindextext"?: string | undefined;
|
|
131
|
-
"aria-rowspan"?: number | undefined;
|
|
132
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
133
|
-
"aria-setsize"?: number | undefined;
|
|
134
|
-
"aria-sort"?: "none" | "other" | "ascending" | "descending" | undefined;
|
|
135
|
-
"aria-valuemax"?: number | undefined;
|
|
136
|
-
"aria-valuemin"?: number | undefined;
|
|
137
|
-
"aria-valuenow"?: number | undefined;
|
|
138
|
-
"aria-valuetext"?: string | undefined;
|
|
139
|
-
dangerouslySetInnerHTML?: {
|
|
140
|
-
__html: string | TrustedHTML;
|
|
141
|
-
} | undefined;
|
|
142
|
-
onCopy?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
143
|
-
onCopyCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
144
|
-
onCut?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
145
|
-
onCutCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
146
|
-
onPaste?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
147
|
-
onPasteCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
148
|
-
onCompositionEnd?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
149
|
-
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
150
|
-
onCompositionStart?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
151
|
-
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
152
|
-
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
153
|
-
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
|
|
154
|
-
onFocus?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
155
|
-
onFocusCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
156
|
-
onBlur?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
157
|
-
onBlurCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
|
|
158
|
-
onChange?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
159
|
-
onChangeCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
160
|
-
onBeforeInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
161
|
-
onBeforeInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
162
|
-
onInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
163
|
-
onInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
164
|
-
onReset?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
165
|
-
onResetCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
166
|
-
onSubmit?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
167
|
-
onSubmitCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
168
|
-
onInvalid?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
169
|
-
onInvalidCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
|
|
170
|
-
onLoad?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
171
|
-
onLoadCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
172
|
-
onError?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
173
|
-
onErrorCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
174
|
-
onKeyDown?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
175
|
-
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
176
|
-
onKeyPress?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
177
|
-
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
178
|
-
onKeyUp?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
179
|
-
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
180
|
-
onAbort?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
181
|
-
onAbortCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
182
|
-
onCanPlay?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
183
|
-
onCanPlayCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
184
|
-
onCanPlayThrough?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
185
|
-
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
186
|
-
onDurationChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
187
|
-
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
188
|
-
onEmptied?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
189
|
-
onEmptiedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
190
|
-
onEncrypted?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
191
|
-
onEncryptedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
192
|
-
onEnded?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
193
|
-
onEndedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
194
|
-
onLoadedData?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
195
|
-
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
196
|
-
onLoadedMetadata?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
197
|
-
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
198
|
-
onLoadStart?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
199
|
-
onLoadStartCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
200
|
-
onPause?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
201
|
-
onPauseCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
202
|
-
onPlay?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
203
|
-
onPlayCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
204
|
-
onPlaying?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
205
|
-
onPlayingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
206
|
-
onProgress?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
207
|
-
onProgressCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
208
|
-
onRateChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
209
|
-
onRateChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
210
|
-
onResize?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
211
|
-
onResizeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
212
|
-
onSeeked?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
213
|
-
onSeekedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
214
|
-
onSeeking?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
215
|
-
onSeekingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
216
|
-
onStalled?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
217
|
-
onStalledCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
218
|
-
onSuspend?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
219
|
-
onSuspendCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
220
|
-
onTimeUpdate?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
221
|
-
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
222
|
-
onVolumeChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
223
|
-
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
224
|
-
onWaiting?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
225
|
-
onWaitingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
226
|
-
onAuxClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
227
|
-
onAuxClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
228
|
-
onClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
229
|
-
onContextMenu?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
230
|
-
onContextMenuCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
231
|
-
onDoubleClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
232
|
-
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
233
|
-
onDrag?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
234
|
-
onDragCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
235
|
-
onDragEnd?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
236
|
-
onDragEndCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
237
|
-
onDragEnter?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
238
|
-
onDragEnterCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
239
|
-
onDragExit?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
240
|
-
onDragExitCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
241
|
-
onDragLeave?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
242
|
-
onDragLeaveCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
243
|
-
onDragOver?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
244
|
-
onDragOverCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
onDragStart?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
246
|
-
onDragStartCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
247
|
-
onDrop?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
248
|
-
onDropCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
|
|
249
|
-
onMouseDown?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
250
|
-
onMouseDownCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
251
|
-
onMouseEnter?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
252
|
-
onMouseLeave?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
253
|
-
onMouseMove?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
254
|
-
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
255
|
-
onMouseOut?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
256
|
-
onMouseOutCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
257
|
-
onMouseOver?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
258
|
-
onMouseOverCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
259
|
-
onMouseUp?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
260
|
-
onMouseUpCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
|
|
261
|
-
onSelect?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
262
|
-
onSelectCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
|
|
263
|
-
onTouchCancel?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
264
|
-
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
265
|
-
onTouchEnd?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
266
|
-
onTouchEndCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
267
|
-
onTouchMove?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
268
|
-
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
269
|
-
onTouchStart?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
270
|
-
onTouchStartCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
|
|
271
|
-
onPointerDown?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
272
|
-
onPointerDownCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
273
|
-
onPointerMove?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
274
|
-
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
275
|
-
onPointerUp?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
276
|
-
onPointerUpCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
277
|
-
onPointerCancel?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
278
|
-
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
279
|
-
onPointerEnter?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
280
|
-
onPointerLeave?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
281
|
-
onPointerOver?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
282
|
-
onPointerOverCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
283
|
-
onPointerOut?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
284
|
-
onPointerOutCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
285
|
-
onGotPointerCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
286
|
-
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
287
|
-
onLostPointerCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
288
|
-
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
|
|
289
|
-
onScroll?: import('react').UIEventHandler<HTMLDivElement> | undefined;
|
|
290
|
-
onScrollCapture?: import('react').UIEventHandler<HTMLDivElement> | undefined;
|
|
291
|
-
onWheel?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
|
|
292
|
-
onWheelCapture?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
|
|
293
|
-
onAnimationStart?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
294
|
-
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
295
|
-
onAnimationEnd?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
296
|
-
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
297
|
-
onAnimationIteration?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
298
|
-
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
299
|
-
onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
300
|
-
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
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;
|
|
339
|
-
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
340
|
-
};
|
|
341
|
-
export default meta;
|
|
342
|
-
type Story = StoryObj<typeof meta>;
|
|
343
|
-
export declare const Simple: Story;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsxs as l, Fragment as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Typography as r } from "../Typography/Typography.js";
|
|
3
|
-
import { s as a } from "../../Dialog.module-DFEmFdYT.js";
|
|
4
|
-
const n = ({ title: t, subTitle: i }) => /* @__PURE__ */ l(o, { children: [
|
|
5
|
-
/* @__PURE__ */ e(
|
|
6
|
-
r,
|
|
7
|
-
{
|
|
8
|
-
element: "h1",
|
|
9
|
-
elementProps: { id: "alert-dialog-title" },
|
|
10
|
-
variant: "h4",
|
|
11
|
-
className: a.dialog__title,
|
|
12
|
-
children: t
|
|
13
|
-
}
|
|
14
|
-
),
|
|
15
|
-
/* @__PURE__ */ e("hr", { className: a.dialog__divider, "aria-hidden": !0 }),
|
|
16
|
-
i && /* @__PURE__ */ e(
|
|
17
|
-
r,
|
|
18
|
-
{
|
|
19
|
-
element: "h2",
|
|
20
|
-
elementProps: { id: "alert-dialog-description" },
|
|
21
|
-
variant: "h4",
|
|
22
|
-
className: a.dialog__subtitle,
|
|
23
|
-
children: i
|
|
24
|
-
}
|
|
25
|
-
)
|
|
26
|
-
] });
|
|
27
|
-
export {
|
|
28
|
-
n as default
|
|
29
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { TooltipProps } from '../Tooltip/Tooltip';
|
|
2
|
-
|
|
3
|
-
export type EllipsisTooltipProps = Omit<TooltipProps, 'onTargetCreated'> & {
|
|
4
|
-
lineClamp?: number;
|
|
5
|
-
};
|
|
6
|
-
declare const EllipsisTooltip: ({ lineClamp, children, className, disableHoverListener, ...rest }: EllipsisTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export { EllipsisTooltip };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import '../../assets/EllipsisTooltip.css';
|
|
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
|
-
"ellipsis-tooltip": "_ellipsis-tooltip_krf68_1"
|
|
8
|
-
}, S = ({
|
|
9
|
-
lineClamp: s = 1,
|
|
10
|
-
children: e,
|
|
11
|
-
className: i,
|
|
12
|
-
disableHoverListener: o,
|
|
13
|
-
...r
|
|
14
|
-
}) => {
|
|
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 }) });
|
|
20
|
-
};
|
|
21
|
-
export {
|
|
22
|
-
S as EllipsisTooltip
|
|
23
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { EllipsisTooltipProps } from './EllipsisTooltip.tsx';
|
|
2
|
-
import { StoryObj } from '@storybook/react';
|
|
3
|
-
|
|
4
|
-
declare const meta: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: ({ lineClamp, children, className, disableHoverListener, ...rest }: EllipsisTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
tags: string[];
|
|
8
|
-
parameters: {
|
|
9
|
-
layout: string;
|
|
10
|
-
};
|
|
11
|
-
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
12
|
-
children: import('react').ReactNode;
|
|
13
|
-
title: import('react').ReactNode;
|
|
14
|
-
style?: import('react').CSSProperties | undefined;
|
|
15
|
-
className?: string | undefined;
|
|
16
|
-
'data-testid'?: string | undefined;
|
|
17
|
-
open?: boolean | undefined;
|
|
18
|
-
onClose?: (() => void) | undefined;
|
|
19
|
-
theme?: "black" | "white" | undefined;
|
|
20
|
-
position?: import('@floating-ui/utils').Placement | undefined;
|
|
21
|
-
padding?: "small" | "normal" | undefined;
|
|
22
|
-
arialRole?: import('react').AriaRole | undefined;
|
|
23
|
-
disableHoverListener?: boolean | undefined;
|
|
24
|
-
lineClamp?: number | undefined;
|
|
25
|
-
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
26
|
-
};
|
|
27
|
-
export default meta;
|
|
28
|
-
type Story = StoryObj<typeof meta>;
|
|
29
|
-
export declare const Simple: Story;
|
|
30
|
-
export declare const OneLineEllipsis: Story;
|
|
31
|
-
export declare const TwoLinesEllipsis: Story;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IconName } from './types';
|
|
2
|
-
|
|
3
|
-
export type IconProps = {
|
|
4
|
-
/** Icon name */
|
|
5
|
-
icon: IconName;
|
|
6
|
-
/** Icon size */
|
|
7
|
-
size?: number | string;
|
|
8
|
-
/** Icon color */
|
|
9
|
-
color?: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const Icon: ({ icon, size, color }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import * as e from "react";
|
|
2
|
-
import { jsxs as o, jsx as c } from "react/jsx-runtime";
|
|
3
|
-
const n = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_2488_13332)" }, /* @__PURE__ */ e.createElement("path", { d: "M7 8C9.20938 8 11 6.20906 11 4C11 1.79094 9.20938 0 7 0C4.79063 0 3 1.79094 3 4C3 6.20906 4.79063 8 7 8ZM8.58438 9.5H5.41563C2.42406 9.5 0 11.925 0 14.9156C0 15.5156 0.485 16 1.08312 16H12.9156C13.5156 16 14 15.5156 14 14.9156C14 11.925 11.575 9.5 8.58438 9.5Z", fill: "#838192" }), /* @__PURE__ */ e.createElement("path", { opacity: 0.4, d: "M14.9719 10H12.6641C14.1 11.1781 15 12.9406 15 14.9156C15 15.3156 14.8813 15.6844 14.6875 16H19C19.5531 16 20 15.55 20 14.9719C20 12.2375 17.7625 10 14.9719 10ZM13.5 8C15.4344 8 17 6.43437 17 4.5C17 2.56562 15.4344 1 13.5 1C12.7153 1 11.9988 1.26734 11.415 1.70344C11.775 2.39469 12 3.16875 12 4C12 5.11 11.6272 6.12938 11.0128 6.95969C11.6469 7.6 12.525 8 13.5 8Z", fill: "#838192" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_2488_13332" }, /* @__PURE__ */ e.createElement("rect", { width: 20, height: 16, fill: "white" })))), s = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/arrow-down-arrow-up", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
4
|
-
fill: "currentcolor",
|
|
5
|
-
color: "currentcolor",
|
|
6
|
-
width: "1em",
|
|
7
|
-
height: "1em"
|
|
8
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M237.6 328.7c13.03 11.95 13.9 32.22 1.969 45.27l-87.1 96.09c-12.12 13.26-35.06 13.26-47.19 0l-87.1-96.09c-11.94-13.05-11.06-33.31 1.969-45.27c13.59-12.46 33.8-10.48 45.22 1.969L96 366.1V64.03C96 46.33 110.3 32 128 32s32 14.33 32 32.03v302l32.4-35.4C204.4 317.7 224.6 316.8 237.6 328.7z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M431.6 138l-87.1-96.09c-12.12-13.26-35.06-13.26-47.19 0l-87.1 96.09C196.5 151.1 197.3 171.4 210.4 183.3c13.02 11.95 33.27 11.04 45.22-1.973L288 145.9v302C288 465.7 302.3 480 320 480s32-14.33 32-32.03V145.9l32.4 35.39c11.42 12.45 31.63 14.43 45.22 1.973C442.7 171.4 443.5 151.1 431.6 138z" })), C = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/solid/arrow-left", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
9
|
-
fill: "currentcolor",
|
|
10
|
-
color: "currentcolor",
|
|
11
|
-
width: "1em",
|
|
12
|
-
height: "1em"
|
|
13
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M447.1 256C447.1 273.7 433.7 288 416 288H109.3l105.4 105.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448s-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L109.3 224H416C433.7 224 447.1 238.3 447.1 256z" })), i = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/calendar-days", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
14
|
-
fill: "currentcolor",
|
|
15
|
-
color: "currentcolor",
|
|
16
|
-
width: "1em",
|
|
17
|
-
height: "1em"
|
|
18
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M160 64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V192H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32V64z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM208 256C199.2 256 192 263.2 192 272V304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208zM320 304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336C327.2 256 320 263.2 320 272V304zM80 384C71.16 384 64 391.2 64 400V432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80zM192 432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208C199.2 384 192 391.2 192 400V432zM336 384C327.2 384 320 391.2 320 400V432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336z" })), m = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/circle-arrow-right", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
19
|
-
fill: "currentcolor",
|
|
20
|
-
color: "currentcolor",
|
|
21
|
-
width: "1em",
|
|
22
|
-
height: "1em"
|
|
23
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M406.6 278.6l-103.1 103.1c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L306.8 288H128C110.3 288 96 273.7 96 256s14.31-32 32-32h178.8l-49.38-49.38c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l103.1 103.1C414.6 241.3 416 251.1 416 256C416 260.9 414.6 270.7 406.6 278.6z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM406.6 278.6l-103.1 103.1c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L306.8 288H128C110.3 288 96 273.7 96 256s14.31-32 32-32h178.8l-49.38-49.38c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l103.1 103.1C414.6 241.3 416 251.1 416 256C416 260.9 414.6 270.7 406.6 278.6z" })), h = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/circle-check", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
24
|
-
fill: "currentcolor",
|
|
25
|
-
color: "currentcolor",
|
|
26
|
-
width: "1em",
|
|
27
|
-
height: "1em"
|
|
28
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M371.8 172.2C382.7 183.1 382.7 200.9 371.8 211.8L243.8 339.8C232.9 350.7 215.1 350.7 204.2 339.8L140.2 275.8C129.3 264.9 129.3 247.1 140.2 236.2C151.1 225.3 168.9 225.3 179.8 236.2L224 280.4L332.2 172.2C343.1 161.3 360.9 161.3 371.8 172.2V172.2z" }), /* @__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 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z" })), d = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/circle-exclamation", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
29
|
-
fill: "currentcolor",
|
|
30
|
-
color: "currentcolor",
|
|
31
|
-
width: "1em",
|
|
32
|
-
height: "1em"
|
|
33
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, `
|
|
34
|
-
.fa-secondary {
|
|
35
|
-
opacity: .4
|
|
36
|
-
}
|
|
37
|
-
`)), /* @__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" })), w = (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: {
|
|
38
|
-
fill: "currentcolor",
|
|
39
|
-
color: "currentcolor",
|
|
40
|
-
width: "1em",
|
|
41
|
-
height: "1em"
|
|
42
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, `
|
|
43
|
-
.fa-secondary {
|
|
44
|
-
opacity: .4
|
|
45
|
-
}
|
|
46
|
-
`)), /* @__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" })), g = (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: {
|
|
47
|
-
fill: "currentcolor",
|
|
48
|
-
color: "currentcolor",
|
|
49
|
-
width: "1em",
|
|
50
|
-
height: "1em"
|
|
51
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, `
|
|
52
|
-
.fa-secondary {
|
|
53
|
-
opacity: .4
|
|
54
|
-
}
|
|
55
|
-
`)), /* @__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: {
|
|
56
|
-
fill: "currentcolor",
|
|
57
|
-
color: "currentcolor",
|
|
58
|
-
width: "1em",
|
|
59
|
-
height: "1em"
|
|
60
|
-
}, ...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" })), u = (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: {
|
|
61
|
-
fill: "currentcolor",
|
|
62
|
-
color: "currentcolor",
|
|
63
|
-
width: "1em",
|
|
64
|
-
height: "1em"
|
|
65
|
-
}, ...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" })), v = (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: {
|
|
66
|
-
fill: "currentcolor",
|
|
67
|
-
color: "currentcolor",
|
|
68
|
-
width: "1em",
|
|
69
|
-
height: "1em"
|
|
70
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, `
|
|
71
|
-
.fa-secondary {
|
|
72
|
-
opacity: .4
|
|
73
|
-
}
|
|
74
|
-
`)), /* @__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", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_2882_20246)" }, /* @__PURE__ */ e.createElement("path", { d: "M14 5C15.1031 5 16 5.89688 16 7V14C16 15.1031 15.1031 16 14 16H2C0.895313 16 0 15.1031 0 14V7C0 5.89688 0.895313 5 2 5H14Z", fill: "#838192" }), /* @__PURE__ */ e.createElement("path", { opacity: 0.4, d: "M13.75 4H2.25C1.83594 4 1.5 3.66563 1.5 3.25C1.5 2.83594 1.83594 2.5 2.25 2.5H13.75C14.1656 2.5 14.5 2.83594 14.5 3.25C14.5 3.66563 14.1656 4 13.75 4ZM12.25 1.5H3.75C3.33438 1.5 3 1.16406 3 0.75C3 0.335938 3.33438 0 3.75 0H12.25C12.6656 0 13 0.335938 13 0.75C13 1.16406 12.6656 1.5 12.25 1.5Z", fill: "#838192" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_2882_20246" }, /* @__PURE__ */ e.createElement("rect", { width: 16, height: 16, fill: "white" })))), y = (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: {
|
|
75
|
-
fill: "currentcolor",
|
|
76
|
-
color: "currentcolor",
|
|
77
|
-
width: "1em",
|
|
78
|
-
height: "1em"
|
|
79
|
-
}, ...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" })), E = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_2882_20237)" }, /* @__PURE__ */ e.createElement("path", { d: "M1.25719 3.49676L9.62813 0.148412C9.86563 0.0530684 10.1344 0.0530684 10.3719 0.148412L18.7437 3.49676C19.5031 3.79988 20 4.53738 20 5.35301V15.2499C20 15.6655 19.6656 15.9999 19.25 15.9999H17.75C17.3344 15.9999 17 15.6655 17 15.2499V6.97176C17 6.44676 16.5531 5.97176 16 5.97176H4C3.44688 5.97176 3 6.44676 3 6.97176V15.2499C3 15.6655 2.66406 15.9999 2.25 15.9999H0.75C0.335938 15.9999 0 15.6655 0 15.2499V5.35301C0 4.53738 0.497813 3.79988 1.25719 3.49676Z", fill: "#838192" }), /* @__PURE__ */ e.createElement("path", { opacity: 0.4, d: "M4 7.75C4 7.33437 4.33437 7 4.75 7H9.25C9.66563 7 10 7.33437 10 7.75V10.25C10 10.6656 9.66563 11 9.25 11H4.75C4.33437 11 4 10.6656 4 10.25V7.75ZM11 12.75C11 12.3344 11.3344 12 11.75 12H15.25C15.6656 12 16 12.3344 16 12.75V15.25C16 15.6656 15.6656 16 15.25 16H11.75C11.3344 16 11 15.6656 11 15.25V12.75ZM9.25 12C9.66563 12 10 12.3344 10 12.75V15.25C10 15.6656 9.66563 16 9.25 16H4.75C4.33437 16 4 15.6656 4 15.25V12.75C4 12.3344 4.33437 12 4.75 12H9.25Z", fill: "#838192" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_2882_20237" }, /* @__PURE__ */ e.createElement("rect", { width: 20, height: 16, fill: "white" })))), M = (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: {
|
|
80
|
-
fill: "currentcolor",
|
|
81
|
-
color: "currentcolor",
|
|
82
|
-
width: "1em",
|
|
83
|
-
height: "1em"
|
|
84
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, `
|
|
85
|
-
.fa-secondary {
|
|
86
|
-
opacity: .4
|
|
87
|
-
}
|
|
88
|
-
`)), /* @__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" })), L = (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: {
|
|
89
|
-
fill: "currentcolor",
|
|
90
|
-
color: "currentcolor",
|
|
91
|
-
width: "1em",
|
|
92
|
-
height: "1em"
|
|
93
|
-
}, ...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" })), H = Object.fromEntries(
|
|
94
|
-
Object.entries(
|
|
95
|
-
/* @__PURE__ */ Object.assign({
|
|
96
|
-
"./assets/fa/duotone/account-group.svg": n,
|
|
97
|
-
"./assets/fa/duotone/arrow-down-arrow-up.svg": s,
|
|
98
|
-
"./assets/fa/duotone/arrow-left.svg": C,
|
|
99
|
-
"./assets/fa/duotone/calendar-days.svg": i,
|
|
100
|
-
"./assets/fa/duotone/circle-arrow-right.svg": m,
|
|
101
|
-
"./assets/fa/duotone/circle-check.svg": h,
|
|
102
|
-
"./assets/fa/duotone/circle-exclamation.svg": d,
|
|
103
|
-
"./assets/fa/duotone/circle-xmark.svg": w,
|
|
104
|
-
"./assets/fa/duotone/eye-slash.svg": g,
|
|
105
|
-
"./assets/fa/duotone/folder-magnifying-glass.svg": f,
|
|
106
|
-
"./assets/fa/duotone/lock-keyhole.svg": u,
|
|
107
|
-
"./assets/fa/duotone/magnifying-glass.svg": v,
|
|
108
|
-
"./assets/fa/duotone/rectangle-history.svg": p,
|
|
109
|
-
"./assets/fa/duotone/trash.svg": y,
|
|
110
|
-
"./assets/fa/duotone/warehouse-full.svg": E,
|
|
111
|
-
"./assets/fa/duotone/xmark.svg": M,
|
|
112
|
-
"./assets/pi/logo.svg": L
|
|
113
|
-
})
|
|
114
|
-
).map(([t, r]) => {
|
|
115
|
-
var a, l;
|
|
116
|
-
return [(l = (a = t.split("/")) == null ? void 0 : a.at(-1)) == null ? void 0 : l.split(".svg")[0], r];
|
|
117
|
-
})
|
|
118
|
-
), V = ({ icon: t, size: r, color: a }) => {
|
|
119
|
-
const l = H[t] ?? /* @__PURE__ */ o("span", { title: t, children: [
|
|
120
|
-
"ERROR ICON ",
|
|
121
|
-
/* @__PURE__ */ c(V, { icon: "circle-exclamation" })
|
|
122
|
-
] });
|
|
123
|
-
return l && /* @__PURE__ */ c(l, { style: { color: a, height: r, width: r } });
|
|
124
|
-
};
|
|
125
|
-
export {
|
|
126
|
-
V as Icon
|
|
127
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: ({ icon, size, color }: import('./Icon').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
tags: string[];
|
|
7
|
-
parameters: {
|
|
8
|
-
layout: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Simple: Story;
|
|
14
|
-
export declare const CustomSize: Story;
|
|
15
|
-
export declare const CustomColor: Story;
|