@northlight/ui 2.35.4 → 2.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/northlight.d.ts +137 -50
- package/dist/es/northlight.js +109 -48
- package/dist/es/northlight.js.map +1 -1
- package/dist/umd/northlight.cjs +179 -100
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +3 -3
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/package.json +2 -2
package/dist/es/northlight.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccordionProps, AccordionButtonProps, AccordionPanelProps, AccordionItemProps, Icon as Icon$1, StackDirection, AvatarProps as AvatarProps$1, AlertProps as AlertProps$1, AspectRatioProps, StackProps, BadgeProps as BadgeProps$1, ThemingProps, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$1, CheckboxGroupProps, IconButtonProps as IconButtonProps$1, PopoverProps, BoxProps, InputProps, CenterProps, FlexProps, TagProps as TagProps$1, IconProps as IconProps$1, SystemStyleObject, HeadingProps as HeadingProps$1, TextProps, FormLabelProps as FormLabelProps$1, Heading, ModalProps as ModalProps$1, ResponsiveValue, MenuProps as MenuProps$1, NumberInputProps as NumberInputProps$1, PinInputProps as PinInputProps$1, ProgressProps, RadioProps as RadioProps$1, RadioGroupProps as RadioGroupProps$1, SpinnerProps as SpinnerProps$1, SwitchProps as SwitchProps$1, TableProps as TableProps$1, TabsProps as TabsProps$1, TabPanelProps as TabPanelProps$1, TextareaProps as TextareaProps$1, UseToastOptions as UseToastOptions$1, TooltipProps,
|
|
1
|
+
import { AccordionProps, AccordionButtonProps, AccordionPanelProps, AccordionItemProps, Icon as Icon$1, StackDirection, AvatarProps as AvatarProps$1, AlertProps as AlertProps$1, AspectRatioProps, StackProps, BadgeProps as BadgeProps$1, ThemingProps, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$1, CheckboxGroupProps, IconButtonProps as IconButtonProps$1, PopoverProps, BoxProps, InputProps, CenterProps, FadeProps as FadeProps$1, ScaleFadeProps as ScaleFadeProps$1, SlideProps as SlideProps$1, SlideFadeProps as SlideFadeProps$1, CollapseProps as CollapseProps$1, FlexProps, TagProps as TagProps$1, IconProps as IconProps$1, SystemStyleObject, HeadingProps as HeadingProps$1, TextProps, FormLabelProps as FormLabelProps$1, Heading, ModalProps as ModalProps$1, ResponsiveValue, MenuProps as MenuProps$1, NumberInputProps as NumberInputProps$1, PinInputProps as PinInputProps$1, ProgressProps, RadioProps as RadioProps$1, RadioGroupProps as RadioGroupProps$1, SpinnerProps as SpinnerProps$1, SwitchProps as SwitchProps$1, TableProps as TableProps$1, TabsProps as TabsProps$1, TabPanelProps as TabPanelProps$1, TextareaProps as TextareaProps$1, UseToastOptions as UseToastOptions$1, TooltipProps, ModalBodyProps, TabListProps, TabProps, LinkProps, GridProps, GridItemProps, EditableProps as EditableProps$1 } from '@chakra-ui/react';
|
|
2
2
|
export { AbsoluteCenter, AccordionButtonProps, AccordionIcon, AccordionIconProps, AccordionItemProps, AccordionPanelProps, AccordionProps, AlertDescription, AlertDialog, AlertDialogBody, AlertDialogCloseButton, AlertDialogContent, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertIcon, AlertTitle, AspectRatioProps, BadgeProps, Box, BoxProps, BreadcrumbItem as Breadcrumb, BreadcrumbLink, BreadcrumbSeparator, Breadcrumb as Breadcrumbs, ButtonGroup, Card, CardBody, CardFooter, CardHeader, Center, Modal as ChakraModal, CheckboxGroup, Circle, CircularProgress, CircularProgressLabel, CloseButton, Code, Container, ContainerProps, Divider, Drawer, DrawerBody, DrawerCloseButton, DrawerContent, DrawerFooter, DrawerHeader, DrawerOverlay, Editable, EditableInput, EditablePreview, Flex, FormControl, FormErrorMessage, FormHelperText, Grid, GridItem, HStack, Heading, Hide, Highlight, Image, ImageProps, Input, InputAddon, InputGroup, InputLeftAddon, InputLeftElement, InputRightAddon, InputRightElement, Kbd, Link, LinkBox, LinkOverlay, List, ListIcon, ListItem, Mark, MenuButton, MenuCommand, MenuDivider, MenuGroup, MenuIcon, MenuItem, MenuItemOption, MenuList, MenuOptionGroup, ModalCloseButton, ModalContent, ModalFooter, ModalHeader, NumberDecrementStepper, NumberIncrementStepper, OrderedList, PinInputField, PopoverAnchor, PopoverArrow, PopoverBody, PopoverCloseButton, PopoverContent, PopoverFooter, PopoverHeader, PopoverTrigger, Portal, RangeSlider, RangeSliderFilledTrack, RangeSliderMark, RangeSliderThumb, RangeSliderTrack, Show, SimpleGrid, Skeleton, SkeletonCircle, SkeletonText, Slider, SliderFilledTrack, SliderMark, SliderThumb, SliderTrack, Spacer, Stack, StackDivider, StackProps, Stat, StatArrow, StatGroup, StatHelpText, StatLabel, StatNumber, TabIndicator as StepIndicator, TabPanels as StepPanels, Tab, TabIndicator, TabList, TabPanels, TableBodyProps, TableCaption, TableCaptionProps, TableCellProps, TableColumnHeaderProps, TableContainer, TableContainerProps, TableFooterProps, TableHeadProps, TableRowProps, TagCloseButton, TagLabel, TagLeftIcon, TagRightIcon, Tbody, Td, Text, Tfoot, Th, Thead, Tr, UnorderedList, VStack, VisuallyHidden, VisuallyHiddenInput, Wrap, WrapItem, useBoolean, useBreakpoint, useBreakpointValue, useClipboard, useControllableProp, useControllableState, useDisclosure, useEditable, useEditableControls, useEditableState, useInterval, useMediaQuery, useMergeRefs, useNumberInput, useOutsideClick, usePrefersReducedMotion, useRadio, useRadioGroup, useTab, useTabs, useTheme, useToken } from '@chakra-ui/react';
|
|
3
3
|
import { Props, GroupBase, MultiValue, SingleValue, ActionMeta, MenuListProps, SelectInstance, ChakraStylesConfig, CreatableSelectComponent } from 'chakra-react-select';
|
|
4
4
|
export { AsyncCreatableSelect, AsyncSelect, Select as ChakraReactSelect, CreatableSelect, MultiValue, SingleValue, chakraComponents as selectChakraComponents } from 'chakra-react-select';
|
|
@@ -7,6 +7,7 @@ import React__default, { ComponentProps, ComponentType, Ref, ChangeEvent, InputH
|
|
|
7
7
|
import * as react_hook_form from 'react-hook-form';
|
|
8
8
|
import { RegisterOptions, FieldValues, UseFormReturn as UseFormReturn$1, SetValueConfig, FieldPath, Control, ControllerRenderProps, UseFormProps, FieldError, Merge, FieldErrorsImpl } from 'react-hook-form';
|
|
9
9
|
export { useController, useFieldArray, useForm, useFormContext, useFormState, useWatch } from 'react-hook-form';
|
|
10
|
+
import * as NorthlightIcons from '@northlight/icons';
|
|
10
11
|
import * as _chakra_ui_button_dist_button from '@chakra-ui/button/dist/button';
|
|
11
12
|
import { CheckboxGroupState } from '@react-stately/checkbox';
|
|
12
13
|
import { RadioGroupState } from '@react-stately/radio';
|
|
@@ -344,6 +345,56 @@ interface AlertProps extends AlertProps$1 {
|
|
|
344
345
|
variant?: AlertVariants;
|
|
345
346
|
}
|
|
346
347
|
|
|
348
|
+
/**
|
|
349
|
+
* @example (Example)
|
|
350
|
+
* ## Usage
|
|
351
|
+
* <br />
|
|
352
|
+
* Northlight exports 4 alert related components: <br />
|
|
353
|
+
* <br />
|
|
354
|
+
* `Alert`: The wrapper for alert components. <br />
|
|
355
|
+
* `AlertIcon`: The visual icon for the alert that changes based on the status prop. <br />
|
|
356
|
+
* `AlertTitle`: The title of the alert to be announced by screen readers. <br />
|
|
357
|
+
* `AlertDescription`: The description of the alert to be announced by screen readers. <br />
|
|
358
|
+
* <br />
|
|
359
|
+
* (?
|
|
360
|
+
* +
|
|
361
|
+
* const toastIconMap = {
|
|
362
|
+
* success: CheckCircleSolid,
|
|
363
|
+
* warning: AlertTriangleSolid,
|
|
364
|
+
* error: AlertCircleSolid,
|
|
365
|
+
* danger: AlertCircleSolid,
|
|
366
|
+
* info: BellSolid,
|
|
367
|
+
* ai: BrightnessSolid,
|
|
368
|
+
* default: HelpCircleSolid,
|
|
369
|
+
* ghost: HelpCircleSolid,
|
|
370
|
+
* }
|
|
371
|
+
*
|
|
372
|
+
* const variants = [
|
|
373
|
+
* "default",
|
|
374
|
+
* "success",
|
|
375
|
+
* "warning",
|
|
376
|
+
* "error",
|
|
377
|
+
* "info",
|
|
378
|
+
* "ai",
|
|
379
|
+
* "ghost",
|
|
380
|
+
* ]
|
|
381
|
+
*
|
|
382
|
+
* const Example = () => (
|
|
383
|
+
* <SimpleGrid columns={2} columnGap="2" rowGap="4">
|
|
384
|
+
*
|
|
385
|
+
* {variants.map((variant) => (
|
|
386
|
+
* <Alert variant={variant}>
|
|
387
|
+
* <AlertIcon as={toastIconMap[variant]} />
|
|
388
|
+
* <AlertTitle>Title</AlertTitle>
|
|
389
|
+
* <AlertDescription>Description</AlertDescription>
|
|
390
|
+
* </Alert>
|
|
391
|
+
* ))}
|
|
392
|
+
* </SimpleGrid>
|
|
393
|
+
* )
|
|
394
|
+
* render(<Example />)
|
|
395
|
+
|
|
396
|
+
* ?)
|
|
397
|
+
*/
|
|
347
398
|
declare const Alert: ({ variant, children, ...rest }: AlertProps) => JSX.Element;
|
|
348
399
|
|
|
349
400
|
/**
|
|
@@ -432,10 +483,14 @@ interface BadgeProps extends Omit<BadgeProps$1, 'size' | 'variant'> {
|
|
|
432
483
|
size?: BadgeSize;
|
|
433
484
|
variant?: BadgeVariant;
|
|
434
485
|
colorScheme?: ColorScheme;
|
|
486
|
+
withIcon?: boolean;
|
|
487
|
+
iconPosition?: 'left' | 'right';
|
|
488
|
+
iconAs?: keyof typeof NorthlightIcons;
|
|
435
489
|
}
|
|
436
490
|
|
|
437
491
|
/**
|
|
438
492
|
* Badges are used to highlight an item's status for quick recognition.
|
|
493
|
+
* @see Tag
|
|
439
494
|
* @see {@link https://northlight.dev/reference/badge}
|
|
440
495
|
*
|
|
441
496
|
* @example
|
|
@@ -444,20 +499,26 @@ interface BadgeProps extends Omit<BadgeProps$1, 'size' | 'variant'> {
|
|
|
444
499
|
* const colors = ["gray", "mediatoolBlue", "blue", "red", "green",
|
|
445
500
|
* "orange", "yellow", "teal", "purple", "pink"]
|
|
446
501
|
* const variants = ["solid", "outline", "subtle", "ghost"]
|
|
447
|
-
*
|
|
448
|
-
*
|
|
449
|
-
*
|
|
450
|
-
*
|
|
451
|
-
*
|
|
452
|
-
*
|
|
453
|
-
*
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
*
|
|
502
|
+
*
|
|
503
|
+
* const Example = () => (
|
|
504
|
+
* <Stack>
|
|
505
|
+
* {colors.map((color, i) => (
|
|
506
|
+
* <HStack spacing={4} key={i}>
|
|
507
|
+
* {variants.map((variant) => (
|
|
508
|
+
* <Badge
|
|
509
|
+
* colorScheme={color}
|
|
510
|
+
* variant={variant}
|
|
511
|
+
* iconPosition="left"
|
|
512
|
+
* withIcon
|
|
513
|
+
* >
|
|
514
|
+
* {variant} Badge
|
|
515
|
+
* </Badge>
|
|
457
516
|
* ))}
|
|
458
|
-
*
|
|
459
|
-
*
|
|
460
|
-
*
|
|
517
|
+
* </HStack>
|
|
518
|
+
* ))}
|
|
519
|
+
* </Stack>
|
|
520
|
+
* )
|
|
521
|
+
* render(<Example />)
|
|
461
522
|
* ?)
|
|
462
523
|
*/
|
|
463
524
|
declare const Badge: (props: BadgeProps & React__default.RefAttributes<HTMLDivElement>) => React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | null;
|
|
@@ -501,6 +562,31 @@ type ButtonProps = Omit<ButtonProps$1, 'as' | 'size'> & {
|
|
|
501
562
|
</Button>
|
|
502
563
|
* ?)
|
|
503
564
|
*
|
|
565
|
+
* @example
|
|
566
|
+
* ### Use the `isLoading` prop to show a loading spinner
|
|
567
|
+
* (?
|
|
568
|
+
<Button
|
|
569
|
+
variant="success"
|
|
570
|
+
isLoading={ true }
|
|
571
|
+
loadingText="Creating folder..."
|
|
572
|
+
>
|
|
573
|
+
Create folder
|
|
574
|
+
</Button>
|
|
575
|
+
* ?)
|
|
576
|
+
*
|
|
577
|
+
* @example
|
|
578
|
+
* ### Also use the `spinner` prop to show a custom spinner
|
|
579
|
+
* (?
|
|
580
|
+
<Button
|
|
581
|
+
variant="success"
|
|
582
|
+
isLoading={ true }
|
|
583
|
+
loadingText="Creating folder..."
|
|
584
|
+
spinner={ <Spinner color="text.success" /> }
|
|
585
|
+
>
|
|
586
|
+
Creating folder
|
|
587
|
+
</Button>
|
|
588
|
+
* ?)
|
|
589
|
+
*
|
|
504
590
|
* @example (Example)
|
|
505
591
|
* (?
|
|
506
592
|
* +
|
|
@@ -1118,6 +1204,35 @@ interface IntentButtonProps extends CenterProps {
|
|
|
1118
1204
|
*/
|
|
1119
1205
|
declare const IntentButton: ({ icon, timeout, ringColor, onTimeout, tooltipText, "aria-label": ariaLabel, ...rest }: IntentButtonProps) => JSX.Element;
|
|
1120
1206
|
|
|
1207
|
+
type DurationType = number | null;
|
|
1208
|
+
type OffsetType = number | string;
|
|
1209
|
+
type ChildrenType$1 = React.ReactNode | React.ReactNode[];
|
|
1210
|
+
type TransitionDirection = 'right' | 'bottom' | 'left' | 'top' | null;
|
|
1211
|
+
/** For fade component */
|
|
1212
|
+
interface FadeProps extends FadeProps$1 {
|
|
1213
|
+
/** Sets both enterDuration and exitDuration at same time to same value */
|
|
1214
|
+
duration?: DurationType;
|
|
1215
|
+
enterDuration?: DurationType;
|
|
1216
|
+
exitDuration?: DurationType;
|
|
1217
|
+
/** Makes the element not focusable when not visible */
|
|
1218
|
+
disableFocus?: boolean;
|
|
1219
|
+
/** Will remove the component from DOM tree if in is false */
|
|
1220
|
+
hideDisplay?: boolean;
|
|
1221
|
+
enterDelay?: number;
|
|
1222
|
+
exitDelay?: number;
|
|
1223
|
+
onTransitionComplete?: (isHidden: boolean) => void;
|
|
1224
|
+
}
|
|
1225
|
+
interface ScaleFadeProps extends FadeProps, Omit<ScaleFadeProps$1, 'delay'> {
|
|
1226
|
+
}
|
|
1227
|
+
interface SlideProps extends FadeProps, Omit<SlideProps$1, 'delay'> {
|
|
1228
|
+
}
|
|
1229
|
+
interface SlideFadeProps extends FadeProps, Omit<SlideFadeProps$1, 'delay'> {
|
|
1230
|
+
direction?: TransitionDirection;
|
|
1231
|
+
offset?: number;
|
|
1232
|
+
}
|
|
1233
|
+
interface CollapseProps extends FadeProps, Omit<CollapseProps$1, 'delay'> {
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1121
1236
|
interface ToolboxProps extends Omit<FlexProps, 'direction' | 'zIndex'> {
|
|
1122
1237
|
isResizable?: boolean;
|
|
1123
1238
|
isOpen: boolean;
|
|
@@ -1134,6 +1249,7 @@ interface ToolboxProps extends Omit<FlexProps, 'direction' | 'zIndex'> {
|
|
|
1134
1249
|
/** limit the sizing of the toolbox */
|
|
1135
1250
|
resizeLimit?: 'half' | 'full';
|
|
1136
1251
|
zIndex?: number;
|
|
1252
|
+
slideProps: SlideProps;
|
|
1137
1253
|
}
|
|
1138
1254
|
interface ToolboxHeaderProps extends FlexProps {
|
|
1139
1255
|
onClose?: () => void;
|
|
@@ -1183,7 +1299,7 @@ interface ToolboxFooterProps extends FlexProps {
|
|
|
1183
1299
|
}
|
|
1184
1300
|
* ?)
|
|
1185
1301
|
*/
|
|
1186
|
-
declare const Toolbox: ({ isResizable, isOpen, children, direction, shouldPush, size, onClose, autoFocus, resizeLimit, zIndex, ...rest }: ToolboxProps) => JSX.Element;
|
|
1302
|
+
declare const Toolbox: ({ isResizable, isOpen, children, direction, shouldPush, size, onClose, autoFocus, resizeLimit, zIndex, slideProps, ...rest }: ToolboxProps) => JSX.Element;
|
|
1187
1303
|
|
|
1188
1304
|
/**
|
|
1189
1305
|
* @see Toolbox
|
|
@@ -1360,7 +1476,7 @@ declare const SearchBarField: <T extends SearchBarOptionType, K extends boolean
|
|
|
1360
1476
|
declare const DragAndDrop: (props: DndContextProps) => JSX.Element;
|
|
1361
1477
|
|
|
1362
1478
|
type ListenersType = SyntheticListenerMap;
|
|
1363
|
-
type ChildrenType
|
|
1479
|
+
type ChildrenType<PropType = any, PropTypeTwo = any> = ((props: PropType, secondProp: PropTypeTwo, thirdProp?: any, fourthProp?: number) => JSX.Element | JSX.Element[] | undefined) | (JSX.Element | JSX.Element[]);
|
|
1364
1480
|
type MultiItemType<itemKeys extends string | number | symbol> = Record<itemKeys, string[]>;
|
|
1365
1481
|
interface DroppableProps extends UseDroppableArguments {
|
|
1366
1482
|
children?: ((props: any) => JSX.Element | JSX.Element[]) | (JSX.Element | JSX.Element[]);
|
|
@@ -1368,12 +1484,12 @@ interface DroppableProps extends UseDroppableArguments {
|
|
|
1368
1484
|
}
|
|
1369
1485
|
interface DraggableProps extends UseDraggableArguments {
|
|
1370
1486
|
itemLabel?: string;
|
|
1371
|
-
children?: ChildrenType
|
|
1487
|
+
children?: ChildrenType<ListenersType>;
|
|
1372
1488
|
disableDrag?: boolean;
|
|
1373
1489
|
'data-testid'?: string;
|
|
1374
1490
|
}
|
|
1375
1491
|
interface SortableItemProps extends UseSortableArguments {
|
|
1376
|
-
children?: ChildrenType
|
|
1492
|
+
children?: ChildrenType<ListenersType>;
|
|
1377
1493
|
itemLabel?: UniqueIdentifier;
|
|
1378
1494
|
dblClickThreshold?: number;
|
|
1379
1495
|
disableDrag?: boolean;
|
|
@@ -1385,7 +1501,7 @@ type MovedItemType<T> = {
|
|
|
1385
1501
|
newIndex: number;
|
|
1386
1502
|
};
|
|
1387
1503
|
interface SortableListProps<T> {
|
|
1388
|
-
children?: ChildrenType
|
|
1504
|
+
children?: ChildrenType<T, ListenersType>;
|
|
1389
1505
|
items: T[];
|
|
1390
1506
|
/** Play around with this in case the sortable items don't land where
|
|
1391
1507
|
* supposed to. See: https://docs.dndkit.com/api-documentation/context-provider/collision-detection-algorithms */
|
|
@@ -1407,7 +1523,7 @@ interface SortableListProps<T> {
|
|
|
1407
1523
|
modifiers?: Modifiers;
|
|
1408
1524
|
}
|
|
1409
1525
|
interface MultiSortProps<itemKeys extends string | number | symbol> {
|
|
1410
|
-
children?: ChildrenType
|
|
1526
|
+
children?: ChildrenType;
|
|
1411
1527
|
items: MultiItemType<itemKeys>;
|
|
1412
1528
|
/** https://docs.dndkit.com/api-documentation/context-provider/collision-detection-algorithms */
|
|
1413
1529
|
collisionDetection?: CollisionDetection;
|
|
@@ -3583,35 +3699,6 @@ interface OurTooltipProps extends TooltipProps {
|
|
|
3583
3699
|
*/
|
|
3584
3700
|
declare const Tooltip: React__default.FC<OurTooltipProps>;
|
|
3585
3701
|
|
|
3586
|
-
type DurationType = number | null;
|
|
3587
|
-
type OffsetType = number | string;
|
|
3588
|
-
type ChildrenType = React.ReactNode | React.ReactNode[];
|
|
3589
|
-
type TransitionDirection = 'right' | 'bottom' | 'left' | 'top' | null;
|
|
3590
|
-
/** For fade component */
|
|
3591
|
-
interface FadeProps extends FadeProps$1 {
|
|
3592
|
-
/** Sets both enterDuration and exitDuration at same time to same value */
|
|
3593
|
-
duration?: DurationType;
|
|
3594
|
-
enterDuration?: DurationType;
|
|
3595
|
-
exitDuration?: DurationType;
|
|
3596
|
-
/** Makes the element not focusable when not visible */
|
|
3597
|
-
disableFocus?: boolean;
|
|
3598
|
-
/** Will remove the component from DOM tree if in is false */
|
|
3599
|
-
hideDisplay?: boolean;
|
|
3600
|
-
enterDelay?: number;
|
|
3601
|
-
exitDelay?: number;
|
|
3602
|
-
onTransitionComplete?: (isHidden: boolean) => void;
|
|
3603
|
-
}
|
|
3604
|
-
interface ScaleFadeProps extends FadeProps, Omit<ScaleFadeProps$1, 'delay'> {
|
|
3605
|
-
}
|
|
3606
|
-
interface SlideProps extends FadeProps, Omit<SlideProps$1, 'delay'> {
|
|
3607
|
-
}
|
|
3608
|
-
interface SlideFadeProps extends FadeProps, Omit<SlideFadeProps$1, 'delay'> {
|
|
3609
|
-
direction?: TransitionDirection;
|
|
3610
|
-
offset?: number;
|
|
3611
|
-
}
|
|
3612
|
-
interface CollapseProps extends FadeProps, Omit<CollapseProps$1, 'delay'> {
|
|
3613
|
-
}
|
|
3614
|
-
|
|
3615
3702
|
/**
|
|
3616
3703
|
* Simple transition to hide/show content
|
|
3617
3704
|
* @see ScaleFade
|
|
@@ -4448,4 +4535,4 @@ declare const useResizeWidth: ({ stationaryEdge, minWidthPx, maxWidthPx, default
|
|
|
4448
4535
|
declare const theme: Record<string, any>;
|
|
4449
4536
|
declare const tottTheme: Record<string, any>;
|
|
4450
4537
|
|
|
4451
|
-
export { Accordion, AccordionButton, AccordionItem, AccordionPanel, Alert, AlertProps, AlertVariants, AspectRatio, AsyncError, AsyncErrorProps, Avatar, AvatarBadgeProps, AvatarGroup, AvatarGroupProps, AvatarProps, Badge, BasicOption, Blinker, BlinkerProps, Blockquote, BodyType, Button, ButtonProps, ButtonVariants, Capitalized, Carousel, Checkbox, CheckboxField, CheckboxFieldGroupProps, CheckboxFieldProps, CheckboxGroupField, CheckboxProps, CheckboxVariants, ChildrenType, Clickable, ClickableProps, ClipboardInput, ClipboardInputProps, Collapse, CollapseProps, Color, ColorButtonProps, ColorGrade, ColorPicker, ColorPickerField, ColorPickerFieldProps, ColorPickerProps, ColorShades, ColorsExpandButtonProps, ComboPicker, ComboPickerField, ComboPickerFieldProps, ComboPickerOption, ComboPickerProps, ComboPickerValue, ConfirmDeleteModalProps, CreatableSelectDropdown, CurrentTheme, CustomContainerPropsType, CustomElementType, CustomFlipButtonProps, CustomFlipButtonPropsType, CustomTheme, DatePicker, DatePickerField, DatePickerFieldProps, DatePickerLocaleWrapper, DatePickerProps, DateRange, DateRangePicker, DateRangePickerField, DateRangePickerFieldProps, DateRangePickerProps, DragAndDrop, DragHandle, DragHandleProps, DragItem, DragItemProps, Draggable, DraggableProps, DropZone, DropZoneProps, Droppable, DroppableProps, DurationType, EditableControlsProps, EditableProps, EditableSizes, EditableText, EditableVariant, Fade, FadeProps, FastGrid, FastGridProps, FastList, FastListProps, Field, FieldErrorType, FieldProps, FileEditorModalProps, FileFormat, FileIconButtonProps, FileItemProps, FilePicker, FilePickerField, FilePickerFieldProps, FilePickerProps, FileWithSizeAndType, FileWithSrcNameType, FileWithType, FlipButton, FlipButtonGroup, FlipButtonGroupField, FlipButtonGroupFieldProps, FlipButtonGroupProps, FlipButtonProps, Form, FormBody, FormLabel, FormLabelProps, FormProps, FormattedNumberInput, FormattedNumberInputField, FormattedNumberInputFieldProps, FormattedNumberInputPreset, FormattedNumberInputProps, H1, H2, H3, H4, H5, H6, HeadingProps, HeadingType, Icon, IconButton, IconButtonProps, IconProps, InputFieldProps, IntentButton, Label, LabelProps, LabelSizes, LabelType, Lead, ListenersType, LoadingBar, MaskedTextInput, MaskedTextInputProps, MediatoolThemeProvider, MediatoolThemeProviderProps, Menu, MenuProps, MenuVariants, Message, Modal, ModalBase, ModalBody, ModalBooleans, ModalProps, ModalSizes, MultiFileList, MultiFileListProps, MultiFilePicker, MultiFilePickerField, MultiFilePickerFieldProps, MultiFilePickerProps, MultiFileUploader, MultiFileUploaderProps, MultiItemType, MultiSort, MultiSortProps, NotificationIconButton, NotificationIconButtonProps, NumVal, NumValType, NumberInput, NumberInputField, NumberInputFieldProps, NumberInputProps, NumberInputSizeProps, NumberInputStepperProps, OffsetType, Option, OrganizationLogo, OrganizationLogoProps, OverflowGroup, OverflowGroupProps, OverflowIndicatorProps, P, PProps, PaneDivider, PaneItem, PinInput, PinInputProps, PinSize, PinSizeTuple, PinVariant, Popover, PresetOptions, ProgressBar, ProgressBarProps, Radio, RadioFieldGroupProps, RadioFieldProps, RadioGroup, RadioGroupField, RadioGroupProps, RadioProps, ResizeHandle, ScaleFade, ScaleFadeProps, SearchBar, SearchBarField, SearchBarFieldProps, SearchBarOptionType, SearchBarProps, Select, SelectActionMeta, SelectField, SelectFieldProps, SelectProps, SetValueOptionsType, Slide, SlideFade, SlideFadeProps, SlideProps, Small, Sortable, SortableContainer, SortableContainerProps, SortableItem, SortableItemProps, SortableList, SortableListProps, Spinner, SpinnerProps, SplitPane, SplitPaneProps, StatusPin, StatusPinProps, Step, StepList, StepListProps, StepPanel, StepPanelProps, StepProps, StepStack, Steps, StepsProps, StylizedType, Switch, SwitchField, SwitchFieldProps, SwitchProps, TabPanel, TabPanelProps, Table, TableProps, Tabs, TabsProps, Tag, TagGroup, TagGroupProps, TagProps, TagsInput, TagsInputProps, TextField, TextFieldProps, TextInputFormatter, TextSizeProps, Textarea, TextareaField, TextareaFieldProps, TextareaProps, Tiny, Toast, ToastProps, Toolbox, ToolboxContent, ToolboxContentProps, ToolboxFooter, ToolboxFooterProps, ToolboxHeader, ToolboxHeaderProps, ToolboxProps, Tooltip, TransitionDirection, UseFormReturn, UseSelectCallbacksProps, UseToastOptions, addAlpha, advancedParseFloat, clamp, createDebounceFunctionInstance, getChildrenWithProps, getConsistentRandomColorFromString, getContrastColor, getFieldError, getInitials, getMatchingValue, getShades, highlight, luminosity, ring, theme, tottTheme, trimFormValues, useArrowFocus, useCurrentTheme, useDebounce, useDidUpdateEffect, useLoadingMessage, useOutsideRectClick, useOverflowGroup, useResizeWidth, useScreenSize, useScrollToBottom, useSelectCallbacks, useSetValueRefreshed, useToast };
|
|
4538
|
+
export { Accordion, AccordionButton, AccordionItem, AccordionPanel, Alert, AlertProps, AlertVariants, AspectRatio, AsyncError, AsyncErrorProps, Avatar, AvatarBadgeProps, AvatarGroup, AvatarGroupProps, AvatarProps, Badge, BasicOption, Blinker, BlinkerProps, Blockquote, BodyType, Button, ButtonProps, ButtonVariants, Capitalized, Carousel, Checkbox, CheckboxField, CheckboxFieldGroupProps, CheckboxFieldProps, CheckboxGroupField, CheckboxProps, CheckboxVariants, ChildrenType$1 as ChildrenType, Clickable, ClickableProps, ClipboardInput, ClipboardInputProps, Collapse, CollapseProps, Color, ColorButtonProps, ColorGrade, ColorPicker, ColorPickerField, ColorPickerFieldProps, ColorPickerProps, ColorShades, ColorsExpandButtonProps, ComboPicker, ComboPickerField, ComboPickerFieldProps, ComboPickerOption, ComboPickerProps, ComboPickerValue, ConfirmDeleteModalProps, CreatableSelectDropdown, CurrentTheme, CustomContainerPropsType, CustomElementType, CustomFlipButtonProps, CustomFlipButtonPropsType, CustomTheme, DatePicker, DatePickerField, DatePickerFieldProps, DatePickerLocaleWrapper, DatePickerProps, DateRange, DateRangePicker, DateRangePickerField, DateRangePickerFieldProps, DateRangePickerProps, DragAndDrop, DragHandle, DragHandleProps, DragItem, DragItemProps, Draggable, DraggableProps, DropZone, DropZoneProps, Droppable, DroppableProps, DurationType, EditableControlsProps, EditableProps, EditableSizes, EditableText, EditableVariant, Fade, FadeProps, FastGrid, FastGridProps, FastList, FastListProps, Field, FieldErrorType, FieldProps, FileEditorModalProps, FileFormat, FileIconButtonProps, FileItemProps, FilePicker, FilePickerField, FilePickerFieldProps, FilePickerProps, FileWithSizeAndType, FileWithSrcNameType, FileWithType, FlipButton, FlipButtonGroup, FlipButtonGroupField, FlipButtonGroupFieldProps, FlipButtonGroupProps, FlipButtonProps, Form, FormBody, FormLabel, FormLabelProps, FormProps, FormattedNumberInput, FormattedNumberInputField, FormattedNumberInputFieldProps, FormattedNumberInputPreset, FormattedNumberInputProps, H1, H2, H3, H4, H5, H6, HeadingProps, HeadingType, Icon, IconButton, IconButtonProps, IconProps, InputFieldProps, IntentButton, Label, LabelProps, LabelSizes, LabelType, Lead, ListenersType, LoadingBar, MaskedTextInput, MaskedTextInputProps, MediatoolThemeProvider, MediatoolThemeProviderProps, Menu, MenuProps, MenuVariants, Message, Modal, ModalBase, ModalBody, ModalBooleans, ModalProps, ModalSizes, MultiFileList, MultiFileListProps, MultiFilePicker, MultiFilePickerField, MultiFilePickerFieldProps, MultiFilePickerProps, MultiFileUploader, MultiFileUploaderProps, MultiItemType, MultiSort, MultiSortProps, NotificationIconButton, NotificationIconButtonProps, NumVal, NumValType, NumberInput, NumberInputField, NumberInputFieldProps, NumberInputProps, NumberInputSizeProps, NumberInputStepperProps, OffsetType, Option, OrganizationLogo, OrganizationLogoProps, OverflowGroup, OverflowGroupProps, OverflowIndicatorProps, P, PProps, PaneDivider, PaneItem, PinInput, PinInputProps, PinSize, PinSizeTuple, PinVariant, Popover, PresetOptions, ProgressBar, ProgressBarProps, Radio, RadioFieldGroupProps, RadioFieldProps, RadioGroup, RadioGroupField, RadioGroupProps, RadioProps, ResizeHandle, ScaleFade, ScaleFadeProps, SearchBar, SearchBarField, SearchBarFieldProps, SearchBarOptionType, SearchBarProps, Select, SelectActionMeta, SelectField, SelectFieldProps, SelectProps, SetValueOptionsType, Slide, SlideFade, SlideFadeProps, SlideProps, Small, Sortable, SortableContainer, SortableContainerProps, SortableItem, SortableItemProps, SortableList, SortableListProps, Spinner, SpinnerProps, SplitPane, SplitPaneProps, StatusPin, StatusPinProps, Step, StepList, StepListProps, StepPanel, StepPanelProps, StepProps, StepStack, Steps, StepsProps, StylizedType, Switch, SwitchField, SwitchFieldProps, SwitchProps, TabPanel, TabPanelProps, Table, TableProps, Tabs, TabsProps, Tag, TagGroup, TagGroupProps, TagProps, TagsInput, TagsInputProps, TextField, TextFieldProps, TextInputFormatter, TextSizeProps, Textarea, TextareaField, TextareaFieldProps, TextareaProps, Tiny, Toast, ToastProps, Toolbox, ToolboxContent, ToolboxContentProps, ToolboxFooter, ToolboxFooterProps, ToolboxHeader, ToolboxHeaderProps, ToolboxProps, Tooltip, TransitionDirection, UseFormReturn, UseSelectCallbacksProps, UseToastOptions, addAlpha, advancedParseFloat, clamp, createDebounceFunctionInstance, getChildrenWithProps, getConsistentRandomColorFromString, getContrastColor, getFieldError, getInitials, getMatchingValue, getShades, highlight, luminosity, ring, theme, tottTheme, trimFormValues, useArrowFocus, useCurrentTheme, useDebounce, useDidUpdateEffect, useLoadingMessage, useOutsideRectClick, useOverflowGroup, useResizeWidth, useScreenSize, useScrollToBottom, useSelectCallbacks, useSetValueRefreshed, useToast };
|