mal-ui 0.1.3
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 +244 -0
- package/dist/carousel/extensions.d.ts +1 -0
- package/dist/carousel/index.d.ts +2 -0
- package/dist/carousel/index.js +424 -0
- package/dist/carousel/index.js.map +15 -0
- package/dist/charts/extensions.d.ts +1 -0
- package/dist/charts/index.d.ts +2 -0
- package/dist/charts/index.js +3499 -0
- package/dist/charts/index.js.map +53 -0
- package/dist/chunks/index-3ffbn0gc.js +29976 -0
- package/dist/chunks/index-3ffbn0gc.js.map +637 -0
- package/dist/chunks/index-6b5mapr4.js +2 -0
- package/dist/chunks/index-6b5mapr4.js.map +9 -0
- package/dist/chunks/index-6tm93gww.js +38 -0
- package/dist/chunks/index-6tm93gww.js.map +10 -0
- package/dist/chunks/index-cg10ezdx.js +2 -0
- package/dist/chunks/index-cg10ezdx.js.map +9 -0
- package/dist/chunks/index-mc01z7m9.js +48 -0
- package/dist/chunks/index-mc01z7m9.js.map +9 -0
- package/dist/chunks/index-rz8zh7g4.js +5015 -0
- package/dist/chunks/index-rz8zh7g4.js.map +113 -0
- package/dist/chunks/index-syjq3515.js +4893 -0
- package/dist/chunks/index-syjq3515.js.map +101 -0
- package/dist/chunks/index-w9ekv5h5.js +733 -0
- package/dist/chunks/index-w9ekv5h5.js.map +17 -0
- package/dist/code-highlight/extensions.d.ts +1 -0
- package/dist/code-highlight/index.d.ts +2 -0
- package/dist/code-highlight/index.js +1685 -0
- package/dist/code-highlight/index.js.map +25 -0
- package/dist/core/extensions.d.ts +2 -0
- package/dist/core/index.d.ts +2 -0
- package/dist/core/index.js +844 -0
- package/dist/core/index.js.map +9 -0
- package/dist/dates/extensions.d.ts +1 -0
- package/dist/dates/index.d.ts +2 -0
- package/dist/dates/index.js +107 -0
- package/dist/dates/index.js.map +9 -0
- package/dist/dropzone/extensions.d.ts +1 -0
- package/dist/dropzone/index.d.ts +2 -0
- package/dist/dropzone/index.js +2681 -0
- package/dist/dropzone/index.js.map +21 -0
- package/dist/form/extensions.d.ts +1 -0
- package/dist/form/index.d.ts +2 -0
- package/dist/form/index.js +1605 -0
- package/dist/form/index.js.map +51 -0
- package/dist/hooks/extensions.d.ts +1 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.js +214 -0
- package/dist/hooks/index.js.map +9 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1052 -0
- package/dist/index.js.map +9 -0
- package/dist/modals/extensions.d.ts +1 -0
- package/dist/modals/index.d.ts +2 -0
- package/dist/modals/index.js +387 -0
- package/dist/modals/index.js.map +15 -0
- package/dist/notifications/extensions.d.ts +1 -0
- package/dist/notifications/index.d.ts +2 -0
- package/dist/notifications/index.js +1122 -0
- package/dist/notifications/index.js.map +28 -0
- package/dist/nprogress/extensions.d.ts +1 -0
- package/dist/nprogress/index.d.ts +2 -0
- package/dist/nprogress/index.js +207 -0
- package/dist/nprogress/index.js.map +12 -0
- package/dist/schedule/extensions.d.ts +1 -0
- package/dist/schedule/index.d.ts +2 -0
- package/dist/schedule/index.js +8569 -0
- package/dist/schedule/index.js.map +135 -0
- package/dist/spotlight/extensions.d.ts +1 -0
- package/dist/spotlight/index.d.ts +2 -0
- package/dist/spotlight/index.js +666 -0
- package/dist/spotlight/index.js.map +24 -0
- package/dist/styles.css +1 -0
- package/dist/theme/index.d.ts +13 -0
- package/dist/theme/index.js +202 -0
- package/dist/theme/index.js.map +11 -0
- package/dist/theme/tokens.d.ts +65 -0
- package/dist/tiptap/extensions.d.ts +1 -0
- package/dist/tiptap/index.d.ts +2 -0
- package/dist/tiptap/index.js +1549 -0
- package/dist/tiptap/index.js.map +25 -0
- package/package.json +163 -0
|
@@ -0,0 +1,844 @@
|
|
|
1
|
+
import"../chunks/index-cg10ezdx.js";
|
|
2
|
+
import {
|
|
3
|
+
Accordion,
|
|
4
|
+
AccordionChevron,
|
|
5
|
+
AccordionControl,
|
|
6
|
+
AccordionItem,
|
|
7
|
+
AccordionPanel,
|
|
8
|
+
ActionIcon,
|
|
9
|
+
ActionIconGroup,
|
|
10
|
+
ActionIconGroupSection,
|
|
11
|
+
Affix,
|
|
12
|
+
Alert,
|
|
13
|
+
AlphaSlider,
|
|
14
|
+
Anchor,
|
|
15
|
+
AngleSlider,
|
|
16
|
+
AppShell,
|
|
17
|
+
AppShellAside,
|
|
18
|
+
AppShellFooter,
|
|
19
|
+
AppShellHeader,
|
|
20
|
+
AppShellMain,
|
|
21
|
+
AppShellNavbar,
|
|
22
|
+
AppShellSection,
|
|
23
|
+
AspectRatio,
|
|
24
|
+
Autocomplete,
|
|
25
|
+
Avatar,
|
|
26
|
+
AvatarGroup,
|
|
27
|
+
AvatarGroupContext,
|
|
28
|
+
BackgroundImage,
|
|
29
|
+
Badge,
|
|
30
|
+
Blockquote,
|
|
31
|
+
Box,
|
|
32
|
+
Breadcrumbs,
|
|
33
|
+
Burger,
|
|
34
|
+
Button,
|
|
35
|
+
ButtonGroup,
|
|
36
|
+
ButtonGroupSection,
|
|
37
|
+
Card,
|
|
38
|
+
CardSection,
|
|
39
|
+
Center,
|
|
40
|
+
CheckIcon,
|
|
41
|
+
Checkbox,
|
|
42
|
+
CheckboxCard,
|
|
43
|
+
CheckboxCardContext,
|
|
44
|
+
CheckboxGroup,
|
|
45
|
+
CheckboxGroupContext,
|
|
46
|
+
CheckboxIndicator,
|
|
47
|
+
Chip,
|
|
48
|
+
ChipGroup,
|
|
49
|
+
ChipGroupContext,
|
|
50
|
+
CloseButton,
|
|
51
|
+
CloseIcon,
|
|
52
|
+
Code,
|
|
53
|
+
Collapse,
|
|
54
|
+
ColorInput,
|
|
55
|
+
ColorPicker,
|
|
56
|
+
ColorSchemeScript,
|
|
57
|
+
ColorSwatch,
|
|
58
|
+
Combination_default,
|
|
59
|
+
Combobox,
|
|
60
|
+
ComboboxChevron,
|
|
61
|
+
ComboboxClearButton,
|
|
62
|
+
ComboboxDropdown,
|
|
63
|
+
ComboboxDropdownTarget,
|
|
64
|
+
ComboboxEmpty,
|
|
65
|
+
ComboboxEventsTarget,
|
|
66
|
+
ComboboxFooter,
|
|
67
|
+
ComboboxGroup,
|
|
68
|
+
ComboboxHeader,
|
|
69
|
+
ComboboxHiddenInput,
|
|
70
|
+
ComboboxOption,
|
|
71
|
+
ComboboxOptions,
|
|
72
|
+
ComboboxSearch,
|
|
73
|
+
ComboboxTarget,
|
|
74
|
+
Container,
|
|
75
|
+
CopyButton,
|
|
76
|
+
DEFAULT_THEME,
|
|
77
|
+
Dialog,
|
|
78
|
+
DirectionContext,
|
|
79
|
+
DirectionProvider,
|
|
80
|
+
Divider,
|
|
81
|
+
Drawer,
|
|
82
|
+
DrawerBody,
|
|
83
|
+
DrawerCloseButton,
|
|
84
|
+
DrawerContent,
|
|
85
|
+
DrawerHeader,
|
|
86
|
+
DrawerOverlay,
|
|
87
|
+
DrawerRoot,
|
|
88
|
+
DrawerStack,
|
|
89
|
+
DrawerStackContext,
|
|
90
|
+
DrawerTitle,
|
|
91
|
+
FLEX_STYLE_PROPS_DATA,
|
|
92
|
+
FOCUS_CLASS_NAMES,
|
|
93
|
+
Fieldset,
|
|
94
|
+
FileButton,
|
|
95
|
+
FileInput,
|
|
96
|
+
FlatTreeNode,
|
|
97
|
+
Flex,
|
|
98
|
+
FloatingArrow,
|
|
99
|
+
FloatingIndicator,
|
|
100
|
+
FloatingWindow,
|
|
101
|
+
FocusTrap,
|
|
102
|
+
FocusTrapInitialFocus,
|
|
103
|
+
Grid,
|
|
104
|
+
GridCol,
|
|
105
|
+
Group,
|
|
106
|
+
HeadlessMantineProvider,
|
|
107
|
+
Highlight,
|
|
108
|
+
HoverCard,
|
|
109
|
+
HoverCardDropdown,
|
|
110
|
+
HoverCardGroup,
|
|
111
|
+
HoverCardGroupContext,
|
|
112
|
+
HoverCardTarget,
|
|
113
|
+
HueSlider,
|
|
114
|
+
Image,
|
|
115
|
+
Indicator,
|
|
116
|
+
InlineStyles,
|
|
117
|
+
Input,
|
|
118
|
+
InputBase,
|
|
119
|
+
InputClearButton,
|
|
120
|
+
InputClearSection,
|
|
121
|
+
InputDescription,
|
|
122
|
+
InputError,
|
|
123
|
+
InputLabel,
|
|
124
|
+
InputPlaceholder,
|
|
125
|
+
InputWrapper,
|
|
126
|
+
InputWrapperContext,
|
|
127
|
+
JsonInput,
|
|
128
|
+
Kbd,
|
|
129
|
+
List,
|
|
130
|
+
ListItem,
|
|
131
|
+
Loader,
|
|
132
|
+
LoadingOverlay,
|
|
133
|
+
MantineContext,
|
|
134
|
+
MantineProvider,
|
|
135
|
+
MantineThemeContext,
|
|
136
|
+
MantineThemeProvider,
|
|
137
|
+
Mark,
|
|
138
|
+
Marquee,
|
|
139
|
+
MaskInput,
|
|
140
|
+
Menu,
|
|
141
|
+
MenuDivider,
|
|
142
|
+
MenuDropdown,
|
|
143
|
+
MenuItem,
|
|
144
|
+
MenuLabel,
|
|
145
|
+
MenuSub,
|
|
146
|
+
MenuSubDropdown,
|
|
147
|
+
MenuSubItem,
|
|
148
|
+
MenuSubTarget,
|
|
149
|
+
MenuTarget,
|
|
150
|
+
Modal,
|
|
151
|
+
ModalBase,
|
|
152
|
+
ModalBaseBody,
|
|
153
|
+
ModalBaseCloseButton,
|
|
154
|
+
ModalBaseContent,
|
|
155
|
+
ModalBaseHeader,
|
|
156
|
+
ModalBaseOverlay,
|
|
157
|
+
ModalBaseTitle,
|
|
158
|
+
ModalBody,
|
|
159
|
+
ModalCloseButton,
|
|
160
|
+
ModalContent,
|
|
161
|
+
ModalHeader,
|
|
162
|
+
ModalOverlay,
|
|
163
|
+
ModalRoot,
|
|
164
|
+
ModalStack,
|
|
165
|
+
ModalStackContext,
|
|
166
|
+
ModalTitle,
|
|
167
|
+
MultiSelect,
|
|
168
|
+
NativeScrollArea,
|
|
169
|
+
NativeSelect,
|
|
170
|
+
NavLink,
|
|
171
|
+
Notification,
|
|
172
|
+
NumberFormatter,
|
|
173
|
+
NumberInput,
|
|
174
|
+
OptionalPortal,
|
|
175
|
+
OptionsDropdown,
|
|
176
|
+
OverflowList,
|
|
177
|
+
Overlay,
|
|
178
|
+
Pagination,
|
|
179
|
+
PaginationControl,
|
|
180
|
+
PaginationDots,
|
|
181
|
+
PaginationFirst,
|
|
182
|
+
PaginationItems,
|
|
183
|
+
PaginationLast,
|
|
184
|
+
PaginationNext,
|
|
185
|
+
PaginationPrevious,
|
|
186
|
+
PaginationRoot,
|
|
187
|
+
Paper,
|
|
188
|
+
PasswordInput,
|
|
189
|
+
Pill,
|
|
190
|
+
PillGroup,
|
|
191
|
+
PillsInput,
|
|
192
|
+
PillsInputContext,
|
|
193
|
+
PillsInputField,
|
|
194
|
+
PinInput,
|
|
195
|
+
Popover,
|
|
196
|
+
PopoverDropdown,
|
|
197
|
+
PopoverTarget,
|
|
198
|
+
Portal,
|
|
199
|
+
Progress,
|
|
200
|
+
ProgressLabel,
|
|
201
|
+
ProgressRoot,
|
|
202
|
+
ProgressSection,
|
|
203
|
+
Radio,
|
|
204
|
+
RadioCard,
|
|
205
|
+
RadioCardContext,
|
|
206
|
+
RadioGroup,
|
|
207
|
+
RadioGroupContext,
|
|
208
|
+
RadioIcon,
|
|
209
|
+
RadioIndicator,
|
|
210
|
+
RangeSlider,
|
|
211
|
+
Rating,
|
|
212
|
+
RingProgress,
|
|
213
|
+
RollingNumber,
|
|
214
|
+
STYlE_PROPS_DATA,
|
|
215
|
+
ScrollArea,
|
|
216
|
+
ScrollAreaAutosize,
|
|
217
|
+
Scroller,
|
|
218
|
+
SegmentedControl,
|
|
219
|
+
Select,
|
|
220
|
+
SemiCircleProgress,
|
|
221
|
+
SimpleGrid,
|
|
222
|
+
Skeleton,
|
|
223
|
+
Slider,
|
|
224
|
+
Space,
|
|
225
|
+
Spoiler,
|
|
226
|
+
Stack,
|
|
227
|
+
Stepper,
|
|
228
|
+
StepperCompleted,
|
|
229
|
+
StepperStep,
|
|
230
|
+
Switch,
|
|
231
|
+
SwitchGroup,
|
|
232
|
+
SwitchGroupContext,
|
|
233
|
+
Table,
|
|
234
|
+
TableCaption,
|
|
235
|
+
TableOfContents,
|
|
236
|
+
TableScrollContainer,
|
|
237
|
+
TableTbody,
|
|
238
|
+
TableTd,
|
|
239
|
+
TableTfoot,
|
|
240
|
+
TableTh,
|
|
241
|
+
TableThead,
|
|
242
|
+
TableTr,
|
|
243
|
+
Tabs,
|
|
244
|
+
TabsList,
|
|
245
|
+
TabsPanel,
|
|
246
|
+
TabsTab,
|
|
247
|
+
TagsInput,
|
|
248
|
+
Text,
|
|
249
|
+
TextInput,
|
|
250
|
+
Textarea,
|
|
251
|
+
ThemeIcon,
|
|
252
|
+
Timeline,
|
|
253
|
+
TimelineItem,
|
|
254
|
+
Title,
|
|
255
|
+
Tooltip,
|
|
256
|
+
TooltipFloating,
|
|
257
|
+
TooltipGroup,
|
|
258
|
+
TooltipGroupContext,
|
|
259
|
+
Transition,
|
|
260
|
+
Tree,
|
|
261
|
+
TreeSelect,
|
|
262
|
+
TreeSelectOption,
|
|
263
|
+
Typography,
|
|
264
|
+
UnstyledButton,
|
|
265
|
+
VisuallyHidden,
|
|
266
|
+
alpha,
|
|
267
|
+
camelToKebabCase,
|
|
268
|
+
closeOnEscape,
|
|
269
|
+
colorsTuple,
|
|
270
|
+
convertCssVariables,
|
|
271
|
+
convertHsvaTo,
|
|
272
|
+
createEventHandler,
|
|
273
|
+
createPolymorphicComponent,
|
|
274
|
+
createSafeContext,
|
|
275
|
+
createScopedKeydownHandler,
|
|
276
|
+
createTheme,
|
|
277
|
+
createUseExternalEvents,
|
|
278
|
+
createVarsResolver,
|
|
279
|
+
darken,
|
|
280
|
+
deepMerge,
|
|
281
|
+
defaultCssVariablesResolver,
|
|
282
|
+
defaultLoaders,
|
|
283
|
+
defaultOptionsFilter,
|
|
284
|
+
defaultTreeNodeFilter,
|
|
285
|
+
defaultVariantColorsResolver,
|
|
286
|
+
em,
|
|
287
|
+
extractStyleProps,
|
|
288
|
+
factory,
|
|
289
|
+
filterProps,
|
|
290
|
+
filterTreeData,
|
|
291
|
+
findClosestNumber,
|
|
292
|
+
findElementAncestor,
|
|
293
|
+
findElementBySelector,
|
|
294
|
+
findElementsBySelector,
|
|
295
|
+
flattenTreeData,
|
|
296
|
+
genericFactory,
|
|
297
|
+
getAutoContrastValue,
|
|
298
|
+
getBaseValue,
|
|
299
|
+
getBreakpointValue,
|
|
300
|
+
getCSSColorVariables,
|
|
301
|
+
getContextItemIndex,
|
|
302
|
+
getContrastColor,
|
|
303
|
+
getDefaultZIndex,
|
|
304
|
+
getEnv,
|
|
305
|
+
getFloatingPosition,
|
|
306
|
+
getFontSize,
|
|
307
|
+
getGradient,
|
|
308
|
+
getLineHeight,
|
|
309
|
+
getOptionsLockup,
|
|
310
|
+
getParsedComboboxData,
|
|
311
|
+
getPrimaryContrastColor,
|
|
312
|
+
getPrimaryShade,
|
|
313
|
+
getRadius,
|
|
314
|
+
getRefProp,
|
|
315
|
+
getRootElement,
|
|
316
|
+
getSafeId,
|
|
317
|
+
getShadow,
|
|
318
|
+
getSingleElementChild,
|
|
319
|
+
getSize,
|
|
320
|
+
getSortedBreakpoints,
|
|
321
|
+
getSpacing,
|
|
322
|
+
getStyleObject,
|
|
323
|
+
getThemeColor,
|
|
324
|
+
getTransitionProps,
|
|
325
|
+
getTreeExpandedState,
|
|
326
|
+
hashStyleProps,
|
|
327
|
+
isColorValid,
|
|
328
|
+
isElement,
|
|
329
|
+
isLightColor,
|
|
330
|
+
isMantineColorScheme,
|
|
331
|
+
isNumberLike,
|
|
332
|
+
isOptionsGroup,
|
|
333
|
+
isPrimitive,
|
|
334
|
+
isVirtualColor,
|
|
335
|
+
keys,
|
|
336
|
+
lighten,
|
|
337
|
+
localStorageColorSchemeManager,
|
|
338
|
+
luminance,
|
|
339
|
+
mantineHtmlProps,
|
|
340
|
+
memoize,
|
|
341
|
+
mergeAsyncChildren,
|
|
342
|
+
mergeMantineTheme,
|
|
343
|
+
mergeThemeOverrides,
|
|
344
|
+
moveTreeNode,
|
|
345
|
+
noop,
|
|
346
|
+
parseColor,
|
|
347
|
+
parseStyleProps,
|
|
348
|
+
parseThemeColor,
|
|
349
|
+
polymorphic,
|
|
350
|
+
polymorphicFactory,
|
|
351
|
+
px,
|
|
352
|
+
rem,
|
|
353
|
+
resolveClassNames,
|
|
354
|
+
resolveStyles,
|
|
355
|
+
rgba,
|
|
356
|
+
stylesToString,
|
|
357
|
+
toRgba,
|
|
358
|
+
transitions,
|
|
359
|
+
useAccordionContext,
|
|
360
|
+
useAccordionItemContext,
|
|
361
|
+
useAppShellContext,
|
|
362
|
+
useCombobox,
|
|
363
|
+
useComboboxContext,
|
|
364
|
+
useComboboxTargetProps,
|
|
365
|
+
useComputedColorScheme,
|
|
366
|
+
useDelayedHover,
|
|
367
|
+
useDirection,
|
|
368
|
+
useDrawerContext,
|
|
369
|
+
useDrawersStack,
|
|
370
|
+
useGridContext,
|
|
371
|
+
useHoverCardContext,
|
|
372
|
+
useHovered,
|
|
373
|
+
useInputProps,
|
|
374
|
+
useListContext,
|
|
375
|
+
useMantineClassNamesPrefix,
|
|
376
|
+
useMantineColorScheme,
|
|
377
|
+
useMantineContext,
|
|
378
|
+
useMantineCssVariablesResolver,
|
|
379
|
+
useMantineDeduplicateInlineStyles,
|
|
380
|
+
useMantineEnv,
|
|
381
|
+
useMantineIsHeadless,
|
|
382
|
+
useMantineStyleNonce,
|
|
383
|
+
useMantineStylesTransform,
|
|
384
|
+
useMantineSxTransform,
|
|
385
|
+
useMantineTheme,
|
|
386
|
+
useMantineWithStaticClasses,
|
|
387
|
+
useMatches,
|
|
388
|
+
useMenuContext,
|
|
389
|
+
useModalContext,
|
|
390
|
+
useModalsStack,
|
|
391
|
+
usePaginationContext,
|
|
392
|
+
usePillsReorder,
|
|
393
|
+
usePopoverContext,
|
|
394
|
+
useProgressContext,
|
|
395
|
+
useProps,
|
|
396
|
+
useProviderColorScheme,
|
|
397
|
+
useRandomClassName,
|
|
398
|
+
useResolvedStylesApi,
|
|
399
|
+
useSafeMantineTheme,
|
|
400
|
+
useScrollAreaContext,
|
|
401
|
+
useStepperContext,
|
|
402
|
+
useStyles,
|
|
403
|
+
useTableContext,
|
|
404
|
+
useTabsContext,
|
|
405
|
+
useTree,
|
|
406
|
+
useVirtualizedCombobox,
|
|
407
|
+
v8CssVariablesResolver,
|
|
408
|
+
validateMantineTheme,
|
|
409
|
+
virtualColor
|
|
410
|
+
} from "../chunks/index-3ffbn0gc.js";
|
|
411
|
+
import"../chunks/index-syjq3515.js";
|
|
412
|
+
import"../chunks/index-mc01z7m9.js";
|
|
413
|
+
export {
|
|
414
|
+
virtualColor,
|
|
415
|
+
validateMantineTheme,
|
|
416
|
+
validateMantineTheme as validateMALUITheme,
|
|
417
|
+
v8CssVariablesResolver,
|
|
418
|
+
useVirtualizedCombobox,
|
|
419
|
+
useTree,
|
|
420
|
+
useTabsContext,
|
|
421
|
+
useTableContext,
|
|
422
|
+
useStyles,
|
|
423
|
+
useStepperContext,
|
|
424
|
+
useScrollAreaContext,
|
|
425
|
+
useSafeMantineTheme,
|
|
426
|
+
useSafeMantineTheme as useSafeMALUITheme,
|
|
427
|
+
useResolvedStylesApi,
|
|
428
|
+
useRandomClassName,
|
|
429
|
+
useProviderColorScheme,
|
|
430
|
+
useProps,
|
|
431
|
+
useProgressContext,
|
|
432
|
+
usePopoverContext,
|
|
433
|
+
usePillsReorder,
|
|
434
|
+
usePaginationContext,
|
|
435
|
+
useModalsStack,
|
|
436
|
+
useModalContext,
|
|
437
|
+
useMenuContext,
|
|
438
|
+
useMatches,
|
|
439
|
+
useMantineWithStaticClasses,
|
|
440
|
+
useMantineTheme,
|
|
441
|
+
useMantineSxTransform,
|
|
442
|
+
useMantineStylesTransform,
|
|
443
|
+
useMantineStyleNonce,
|
|
444
|
+
useMantineIsHeadless,
|
|
445
|
+
useMantineEnv,
|
|
446
|
+
useMantineDeduplicateInlineStyles,
|
|
447
|
+
useMantineCssVariablesResolver,
|
|
448
|
+
useMantineContext,
|
|
449
|
+
useMantineColorScheme,
|
|
450
|
+
useMantineClassNamesPrefix,
|
|
451
|
+
useMantineWithStaticClasses as useMALUIWithStaticClasses,
|
|
452
|
+
useMantineTheme as useMALUITheme,
|
|
453
|
+
useMantineSxTransform as useMALUISxTransform,
|
|
454
|
+
useMantineStylesTransform as useMALUIStylesTransform,
|
|
455
|
+
useMantineStyleNonce as useMALUIStyleNonce,
|
|
456
|
+
useMantineIsHeadless as useMALUIIsHeadless,
|
|
457
|
+
useMantineEnv as useMALUIEnv,
|
|
458
|
+
useMantineDeduplicateInlineStyles as useMALUIDeduplicateInlineStyles,
|
|
459
|
+
useMantineCssVariablesResolver as useMALUICssVariablesResolver,
|
|
460
|
+
useMantineContext as useMALUIContext,
|
|
461
|
+
useMantineColorScheme as useMALUIColorScheme,
|
|
462
|
+
useMantineClassNamesPrefix as useMALUIClassNamesPrefix,
|
|
463
|
+
useListContext,
|
|
464
|
+
useInputProps,
|
|
465
|
+
useHovered,
|
|
466
|
+
useHoverCardContext,
|
|
467
|
+
useGridContext,
|
|
468
|
+
useDrawersStack,
|
|
469
|
+
useDrawerContext,
|
|
470
|
+
useDirection,
|
|
471
|
+
useDelayedHover,
|
|
472
|
+
useComputedColorScheme,
|
|
473
|
+
useComboboxTargetProps,
|
|
474
|
+
useComboboxContext,
|
|
475
|
+
useCombobox,
|
|
476
|
+
useAppShellContext,
|
|
477
|
+
useAccordionItemContext,
|
|
478
|
+
useAccordionContext,
|
|
479
|
+
toRgba,
|
|
480
|
+
stylesToString,
|
|
481
|
+
rgba,
|
|
482
|
+
resolveStyles,
|
|
483
|
+
resolveClassNames,
|
|
484
|
+
rem,
|
|
485
|
+
px,
|
|
486
|
+
polymorphicFactory,
|
|
487
|
+
polymorphic,
|
|
488
|
+
parseThemeColor,
|
|
489
|
+
parseStyleProps,
|
|
490
|
+
parseColor,
|
|
491
|
+
noop,
|
|
492
|
+
moveTreeNode,
|
|
493
|
+
mergeThemeOverrides,
|
|
494
|
+
mergeMantineTheme,
|
|
495
|
+
mergeMantineTheme as mergeMALUITheme,
|
|
496
|
+
mergeAsyncChildren,
|
|
497
|
+
memoize,
|
|
498
|
+
mantineHtmlProps,
|
|
499
|
+
luminance,
|
|
500
|
+
localStorageColorSchemeManager,
|
|
501
|
+
lighten,
|
|
502
|
+
keys,
|
|
503
|
+
isVirtualColor,
|
|
504
|
+
isPrimitive,
|
|
505
|
+
isOptionsGroup,
|
|
506
|
+
isNumberLike,
|
|
507
|
+
isMantineColorScheme,
|
|
508
|
+
isMantineColorScheme as isMALUIColorScheme,
|
|
509
|
+
isLightColor,
|
|
510
|
+
isElement,
|
|
511
|
+
isColorValid,
|
|
512
|
+
hashStyleProps,
|
|
513
|
+
getTreeExpandedState,
|
|
514
|
+
getTransitionProps,
|
|
515
|
+
getThemeColor,
|
|
516
|
+
getStyleObject,
|
|
517
|
+
getSpacing,
|
|
518
|
+
getSortedBreakpoints,
|
|
519
|
+
getSize,
|
|
520
|
+
getSingleElementChild,
|
|
521
|
+
getShadow,
|
|
522
|
+
getSafeId,
|
|
523
|
+
getRootElement,
|
|
524
|
+
getRefProp,
|
|
525
|
+
getRadius,
|
|
526
|
+
getPrimaryShade,
|
|
527
|
+
getPrimaryContrastColor,
|
|
528
|
+
getParsedComboboxData,
|
|
529
|
+
getOptionsLockup,
|
|
530
|
+
getLineHeight,
|
|
531
|
+
getGradient,
|
|
532
|
+
getFontSize,
|
|
533
|
+
getFloatingPosition,
|
|
534
|
+
getEnv,
|
|
535
|
+
getDefaultZIndex,
|
|
536
|
+
getContrastColor,
|
|
537
|
+
getContextItemIndex,
|
|
538
|
+
getCSSColorVariables,
|
|
539
|
+
getBreakpointValue,
|
|
540
|
+
getBaseValue,
|
|
541
|
+
getAutoContrastValue,
|
|
542
|
+
genericFactory,
|
|
543
|
+
flattenTreeData,
|
|
544
|
+
findElementsBySelector,
|
|
545
|
+
findElementBySelector,
|
|
546
|
+
findElementAncestor,
|
|
547
|
+
findClosestNumber,
|
|
548
|
+
filterTreeData,
|
|
549
|
+
filterProps,
|
|
550
|
+
factory,
|
|
551
|
+
extractStyleProps,
|
|
552
|
+
em,
|
|
553
|
+
defaultVariantColorsResolver,
|
|
554
|
+
defaultTreeNodeFilter,
|
|
555
|
+
defaultOptionsFilter,
|
|
556
|
+
defaultLoaders,
|
|
557
|
+
defaultCssVariablesResolver,
|
|
558
|
+
deepMerge,
|
|
559
|
+
darken,
|
|
560
|
+
createVarsResolver,
|
|
561
|
+
createUseExternalEvents,
|
|
562
|
+
createTheme,
|
|
563
|
+
createScopedKeydownHandler,
|
|
564
|
+
createSafeContext,
|
|
565
|
+
createPolymorphicComponent,
|
|
566
|
+
createEventHandler,
|
|
567
|
+
convertHsvaTo,
|
|
568
|
+
convertCssVariables,
|
|
569
|
+
colorsTuple,
|
|
570
|
+
closeOnEscape,
|
|
571
|
+
camelToKebabCase,
|
|
572
|
+
alpha,
|
|
573
|
+
VisuallyHidden,
|
|
574
|
+
UnstyledButton,
|
|
575
|
+
Typography,
|
|
576
|
+
TreeSelectOption,
|
|
577
|
+
TreeSelect,
|
|
578
|
+
Tree,
|
|
579
|
+
Transition,
|
|
580
|
+
TooltipGroupContext,
|
|
581
|
+
TooltipGroup,
|
|
582
|
+
TooltipFloating,
|
|
583
|
+
Tooltip,
|
|
584
|
+
Title,
|
|
585
|
+
TimelineItem,
|
|
586
|
+
Timeline,
|
|
587
|
+
ThemeIcon,
|
|
588
|
+
Textarea,
|
|
589
|
+
TextInput,
|
|
590
|
+
Text,
|
|
591
|
+
TagsInput,
|
|
592
|
+
TabsTab,
|
|
593
|
+
TabsPanel,
|
|
594
|
+
TabsList,
|
|
595
|
+
Tabs,
|
|
596
|
+
TableTr,
|
|
597
|
+
TableThead,
|
|
598
|
+
TableTh,
|
|
599
|
+
TableTfoot,
|
|
600
|
+
TableTd,
|
|
601
|
+
TableTbody,
|
|
602
|
+
TableScrollContainer,
|
|
603
|
+
TableOfContents,
|
|
604
|
+
TableCaption,
|
|
605
|
+
Table,
|
|
606
|
+
SwitchGroupContext,
|
|
607
|
+
SwitchGroup,
|
|
608
|
+
Switch,
|
|
609
|
+
StepperStep,
|
|
610
|
+
StepperCompleted,
|
|
611
|
+
Stepper,
|
|
612
|
+
Stack,
|
|
613
|
+
Spoiler,
|
|
614
|
+
Space,
|
|
615
|
+
Slider,
|
|
616
|
+
Skeleton,
|
|
617
|
+
SimpleGrid,
|
|
618
|
+
SemiCircleProgress,
|
|
619
|
+
Select,
|
|
620
|
+
SegmentedControl,
|
|
621
|
+
Scroller,
|
|
622
|
+
ScrollAreaAutosize,
|
|
623
|
+
ScrollArea,
|
|
624
|
+
STYlE_PROPS_DATA,
|
|
625
|
+
RollingNumber,
|
|
626
|
+
RingProgress,
|
|
627
|
+
Combination_default as RemoveScroll,
|
|
628
|
+
Rating,
|
|
629
|
+
RangeSlider,
|
|
630
|
+
RadioIndicator,
|
|
631
|
+
RadioIcon,
|
|
632
|
+
RadioGroupContext,
|
|
633
|
+
RadioGroup,
|
|
634
|
+
RadioCardContext,
|
|
635
|
+
RadioCard,
|
|
636
|
+
Radio,
|
|
637
|
+
ProgressSection,
|
|
638
|
+
ProgressRoot,
|
|
639
|
+
ProgressLabel,
|
|
640
|
+
Progress,
|
|
641
|
+
Portal,
|
|
642
|
+
PopoverTarget,
|
|
643
|
+
PopoverDropdown,
|
|
644
|
+
Popover,
|
|
645
|
+
PinInput,
|
|
646
|
+
PillsInputField,
|
|
647
|
+
PillsInputContext,
|
|
648
|
+
PillsInput,
|
|
649
|
+
PillGroup,
|
|
650
|
+
Pill,
|
|
651
|
+
PasswordInput,
|
|
652
|
+
Paper,
|
|
653
|
+
PaginationRoot,
|
|
654
|
+
PaginationPrevious,
|
|
655
|
+
PaginationNext,
|
|
656
|
+
PaginationLast,
|
|
657
|
+
PaginationItems,
|
|
658
|
+
PaginationFirst,
|
|
659
|
+
PaginationDots,
|
|
660
|
+
PaginationControl,
|
|
661
|
+
Pagination,
|
|
662
|
+
Overlay,
|
|
663
|
+
OverflowList,
|
|
664
|
+
OptionsDropdown,
|
|
665
|
+
OptionalPortal,
|
|
666
|
+
NumberInput,
|
|
667
|
+
NumberFormatter,
|
|
668
|
+
Notification,
|
|
669
|
+
NavLink,
|
|
670
|
+
NativeSelect,
|
|
671
|
+
NativeScrollArea,
|
|
672
|
+
MultiSelect,
|
|
673
|
+
ModalTitle,
|
|
674
|
+
ModalStackContext,
|
|
675
|
+
ModalStack,
|
|
676
|
+
ModalRoot,
|
|
677
|
+
ModalOverlay,
|
|
678
|
+
ModalHeader,
|
|
679
|
+
ModalContent,
|
|
680
|
+
ModalCloseButton,
|
|
681
|
+
ModalBody,
|
|
682
|
+
ModalBaseTitle,
|
|
683
|
+
ModalBaseOverlay,
|
|
684
|
+
ModalBaseHeader,
|
|
685
|
+
ModalBaseContent,
|
|
686
|
+
ModalBaseCloseButton,
|
|
687
|
+
ModalBaseBody,
|
|
688
|
+
ModalBase,
|
|
689
|
+
Modal,
|
|
690
|
+
MenuTarget,
|
|
691
|
+
MenuSubTarget,
|
|
692
|
+
MenuSubItem,
|
|
693
|
+
MenuSubDropdown,
|
|
694
|
+
MenuSub,
|
|
695
|
+
MenuLabel,
|
|
696
|
+
MenuItem,
|
|
697
|
+
MenuDropdown,
|
|
698
|
+
MenuDivider,
|
|
699
|
+
Menu,
|
|
700
|
+
MaskInput,
|
|
701
|
+
Marquee,
|
|
702
|
+
Mark,
|
|
703
|
+
MantineThemeProvider,
|
|
704
|
+
MantineThemeContext,
|
|
705
|
+
MantineProvider,
|
|
706
|
+
MantineContext,
|
|
707
|
+
transitions as MANTINE_TRANSITIONS,
|
|
708
|
+
MantineThemeProvider as MALUIThemeProvider,
|
|
709
|
+
MantineProvider as MALUIProvider,
|
|
710
|
+
mantineHtmlProps as MALUIHtmlProps,
|
|
711
|
+
MantineContext as MALUIContext,
|
|
712
|
+
LoadingOverlay,
|
|
713
|
+
Loader,
|
|
714
|
+
ListItem,
|
|
715
|
+
List,
|
|
716
|
+
Kbd,
|
|
717
|
+
JsonInput,
|
|
718
|
+
InputWrapperContext,
|
|
719
|
+
InputWrapper,
|
|
720
|
+
InputPlaceholder,
|
|
721
|
+
InputLabel,
|
|
722
|
+
InputError,
|
|
723
|
+
InputDescription,
|
|
724
|
+
InputClearSection,
|
|
725
|
+
InputClearButton,
|
|
726
|
+
InputBase,
|
|
727
|
+
Input,
|
|
728
|
+
InlineStyles,
|
|
729
|
+
Indicator,
|
|
730
|
+
Image,
|
|
731
|
+
HueSlider,
|
|
732
|
+
HoverCardTarget,
|
|
733
|
+
HoverCardGroupContext,
|
|
734
|
+
HoverCardGroup,
|
|
735
|
+
HoverCardDropdown,
|
|
736
|
+
HoverCard,
|
|
737
|
+
Highlight,
|
|
738
|
+
HeadlessMantineProvider,
|
|
739
|
+
HeadlessMantineProvider as HeadlessMALUIProvider,
|
|
740
|
+
Group,
|
|
741
|
+
GridCol,
|
|
742
|
+
Grid,
|
|
743
|
+
FocusTrapInitialFocus,
|
|
744
|
+
FocusTrap,
|
|
745
|
+
FloatingWindow,
|
|
746
|
+
FloatingIndicator,
|
|
747
|
+
FloatingArrow,
|
|
748
|
+
Flex,
|
|
749
|
+
FlatTreeNode,
|
|
750
|
+
FileInput,
|
|
751
|
+
FileButton,
|
|
752
|
+
Fieldset,
|
|
753
|
+
FOCUS_CLASS_NAMES,
|
|
754
|
+
FLEX_STYLE_PROPS_DATA,
|
|
755
|
+
DrawerTitle,
|
|
756
|
+
DrawerStackContext,
|
|
757
|
+
DrawerStack,
|
|
758
|
+
DrawerRoot,
|
|
759
|
+
DrawerOverlay,
|
|
760
|
+
DrawerHeader,
|
|
761
|
+
DrawerContent,
|
|
762
|
+
DrawerCloseButton,
|
|
763
|
+
DrawerBody,
|
|
764
|
+
Drawer,
|
|
765
|
+
Divider,
|
|
766
|
+
DirectionProvider,
|
|
767
|
+
DirectionContext,
|
|
768
|
+
Dialog,
|
|
769
|
+
DEFAULT_THEME,
|
|
770
|
+
CopyButton,
|
|
771
|
+
Container,
|
|
772
|
+
ComboboxTarget,
|
|
773
|
+
ComboboxSearch,
|
|
774
|
+
ComboboxOptions,
|
|
775
|
+
ComboboxOption,
|
|
776
|
+
ComboboxHiddenInput,
|
|
777
|
+
ComboboxHeader,
|
|
778
|
+
ComboboxGroup,
|
|
779
|
+
ComboboxFooter,
|
|
780
|
+
ComboboxEventsTarget,
|
|
781
|
+
ComboboxEmpty,
|
|
782
|
+
ComboboxDropdownTarget,
|
|
783
|
+
ComboboxDropdown,
|
|
784
|
+
ComboboxClearButton,
|
|
785
|
+
ComboboxChevron,
|
|
786
|
+
Combobox,
|
|
787
|
+
ColorSwatch,
|
|
788
|
+
ColorSchemeScript,
|
|
789
|
+
ColorPicker,
|
|
790
|
+
ColorInput,
|
|
791
|
+
Collapse,
|
|
792
|
+
Code,
|
|
793
|
+
CloseIcon,
|
|
794
|
+
CloseButton,
|
|
795
|
+
ChipGroupContext,
|
|
796
|
+
ChipGroup,
|
|
797
|
+
Chip,
|
|
798
|
+
CheckboxIndicator,
|
|
799
|
+
CheckboxGroupContext,
|
|
800
|
+
CheckboxGroup,
|
|
801
|
+
CheckboxCardContext,
|
|
802
|
+
CheckboxCard,
|
|
803
|
+
Checkbox,
|
|
804
|
+
CheckIcon,
|
|
805
|
+
Center,
|
|
806
|
+
CardSection,
|
|
807
|
+
Card,
|
|
808
|
+
ButtonGroupSection,
|
|
809
|
+
ButtonGroup,
|
|
810
|
+
Button,
|
|
811
|
+
Burger,
|
|
812
|
+
Breadcrumbs,
|
|
813
|
+
Box,
|
|
814
|
+
Blockquote,
|
|
815
|
+
Badge,
|
|
816
|
+
BackgroundImage,
|
|
817
|
+
AvatarGroupContext,
|
|
818
|
+
AvatarGroup,
|
|
819
|
+
Avatar,
|
|
820
|
+
Autocomplete,
|
|
821
|
+
AspectRatio,
|
|
822
|
+
AppShellSection,
|
|
823
|
+
AppShellNavbar,
|
|
824
|
+
AppShellMain,
|
|
825
|
+
AppShellHeader,
|
|
826
|
+
AppShellFooter,
|
|
827
|
+
AppShellAside,
|
|
828
|
+
AppShell,
|
|
829
|
+
AngleSlider,
|
|
830
|
+
Anchor,
|
|
831
|
+
AlphaSlider,
|
|
832
|
+
Alert,
|
|
833
|
+
Affix,
|
|
834
|
+
ActionIconGroupSection,
|
|
835
|
+
ActionIconGroup,
|
|
836
|
+
ActionIcon,
|
|
837
|
+
AccordionPanel,
|
|
838
|
+
AccordionItem,
|
|
839
|
+
AccordionControl,
|
|
840
|
+
AccordionChevron,
|
|
841
|
+
Accordion
|
|
842
|
+
};
|
|
843
|
+
|
|
844
|
+
//# debugId=AE56A1CD490A707364756E2164756E21
|