@atom-learning/components 5.13.0-beta.0 → 5.14.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/CHANGELOG.md +207 -0
- package/dist/components/accordion/Accordion.d.ts +0 -2
- package/dist/components/accordion/AccordionContent.d.ts +0 -2
- package/dist/components/accordion/AccordionItem.d.ts +0 -2
- package/dist/components/accordion/AccordionTrigger.d.ts +0 -2
- package/dist/components/action-icon/ActionIcon.d.ts +1 -3
- package/dist/components/alert-dialog/AlertDialog.d.ts +0 -4
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +0 -2
- package/dist/components/avatar/Avatar.d.ts +0 -4
- package/dist/components/badge/Badge.d.ts +1 -13
- package/dist/components/badge/BadgeIcon.d.ts +0 -4
- package/dist/components/badge/BadgeText.d.ts +0 -4
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +0 -4
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +474 -108
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +0 -4
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +2 -6
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +474 -108
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +0 -2
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +0 -4
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +2 -6
- package/dist/components/box/Box.d.ts +0 -2
- package/dist/components/button/Button.d.ts +0 -2
- package/dist/components/calendar/Day.d.ts +0 -2
- package/dist/components/carousel/Carousel.d.ts +0 -6
- package/dist/components/carousel/CarouselPagination.d.ts +0 -2
- package/dist/components/carousel/CarouselSlide.d.ts +0 -2
- package/dist/components/carousel/CarouselSlider.d.ts +0 -2
- package/dist/components/checkbox/Checkbox.d.ts +0 -2
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +90 -96
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +344 -352
- package/dist/components/chip/Chip.d.ts +0 -14
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +0 -6
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +0 -6
- package/dist/components/combobox/Combobox.d.ts +0 -10
- package/dist/components/combobox/ComboboxInput.d.ts +0 -2
- package/dist/components/combobox/ComboboxList.d.ts +0 -2
- package/dist/components/combobox/ComboboxOption.d.ts +0 -2
- package/dist/components/combobox/ComboboxPopover.d.ts +0 -2
- package/dist/components/data-table/DataTable.d.ts +26 -47
- package/dist/components/data-table/DataTableHeaderCell.js +1 -1
- package/dist/components/data-table/DataTableHeaderCell.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +0 -2
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/DataTableRow.js.map +1 -1
- package/dist/components/data-table/DataTableTable.d.ts +2 -1
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +0 -2
- package/dist/components/dialog/Dialog.d.ts +2 -12
- package/dist/components/dialog/DialogBackground.d.ts +0 -4
- package/dist/components/dialog/DialogClose.d.ts +0 -2
- package/dist/components/dialog/DialogContent.d.ts +0 -2
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +0 -2
- package/dist/components/drawer/Drawer.d.ts +0 -8
- package/dist/components/drawer/DrawerContent.d.ts +0 -2
- package/dist/components/drawer/DrawerFooter.d.ts +0 -2
- package/dist/components/drawer/DrawerHeader.d.ts +0 -2
- package/dist/components/drawer/DrawerMain.d.ts +0 -2
- package/dist/components/drawer/DrawerOverlay.d.ts +0 -2
- package/dist/components/drawer/DrawerTrigger.d.ts +0 -2
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +0 -10
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +0 -2
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +0 -2
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +0 -2
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +0 -2
- package/dist/components/empty-state/EmptyState.d.ts +0 -14
- package/dist/components/empty-state/EmptyStateBody.d.ts +0 -4
- package/dist/components/empty-state/EmptyStateImage.d.ts +0 -4
- package/dist/components/empty-state/EmptyStateTitle.d.ts +0 -2
- package/dist/components/flex/Flex.d.ts +0 -2
- package/dist/components/form/Form.d.ts +0 -2
- package/dist/components/grid/Grid.d.ts +0 -2
- package/dist/components/heading/Heading.d.ts +0 -2
- package/dist/components/icon/Icon.d.ts +0 -2
- package/dist/components/image/Image.d.ts +0 -2
- package/dist/components/inline-message/InlineMessage.d.ts +0 -4
- package/dist/components/input/Input.d.ts +0 -6
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +0 -4
- package/dist/components/keyboard-shortcut/index.d.ts +2 -8
- package/dist/components/label/Label.d.ts +0 -2
- package/dist/components/link/Link.d.ts +0 -2
- package/dist/components/list/List.d.ts +0 -4
- package/dist/components/markdown-content/MarkdownContent.d.ts +0 -4
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +0 -2
- package/dist/components/navigation/NavigationMenu.d.ts +0 -18
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +0 -2
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +0 -4
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +0 -2
- package/dist/components/navigation/NavigationMenuLink.d.ts +0 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +162 -184
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +0 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +0 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +0 -4
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +0 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +0 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +0 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +0 -4
- package/dist/components/notification-badge/NotificationBadge.d.ts +6 -1
- package/dist/components/notification-badge/NotificationBadge.js +1 -1
- package/dist/components/notification-badge/NotificationBadge.js.map +1 -1
- package/dist/components/number-input/NumberInputStepper.d.ts +2 -6
- package/dist/components/pagination/PaginationNextButton.d.ts +2 -6
- package/dist/components/pagination/PaginationPreviousButton.d.ts +2 -6
- package/dist/components/popover/Popover.d.ts +0 -4
- package/dist/components/popover/PopoverContent.d.ts +0 -2
- package/dist/components/progress-bar/ProgressBar.d.ts +0 -2
- package/dist/components/radio-button/RadioButton.d.ts +0 -2
- package/dist/components/radio-button/RadioButtonGroup.d.ts +0 -2
- package/dist/components/radio-button-field/RadioButtonField.d.ts +0 -2
- package/dist/components/radio-card/RadioCard.d.ts +0 -2
- package/dist/components/section-message/SectionMessage.d.ts +0 -4
- package/dist/components/segmented-control/SegmentedControl.d.ts +9 -25
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +0 -2
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +0 -4
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +0 -4
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +0 -4
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +0 -10
- package/dist/components/select/Select.d.ts +0 -2
- package/dist/components/side-bar/SideBar.d.ts +0 -16
- package/dist/components/side-bar/SideBarComponents.d.ts +1 -15
- package/dist/components/slider/Slider.d.ts +0 -4
- package/dist/components/sortable/Handle.d.ts +2 -6
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +0 -2
- package/dist/components/stepper/StepperStepBullet.d.ts +0 -4
- package/dist/components/stepper/StepperStepContainer.d.ts +0 -4
- package/dist/components/stepper/StepperStepLabel.d.ts +1 -5
- package/dist/components/switch/Switch.d.ts +0 -2
- package/dist/components/table/Table.d.ts +1 -17
- package/dist/components/table/TableBody.d.ts +0 -2
- package/dist/components/table/TableCell.d.ts +0 -2
- package/dist/components/table/TableFooter.d.ts +0 -2
- package/dist/components/table/TableFooterCell.d.ts +0 -2
- package/dist/components/table/TableHeader.d.ts +1 -3
- package/dist/components/table/TableHeaderCell.d.ts +0 -2
- package/dist/components/table/TableRow.d.ts +0 -2
- package/dist/components/tabs/Tabs.d.ts +0 -8
- package/dist/components/tabs/TabsContent.d.ts +0 -2
- package/dist/components/tabs/TabsTrigger.d.ts +0 -2
- package/dist/components/tabs/TabsTriggerList.d.ts +0 -2
- package/dist/components/text/Text.d.ts +0 -2
- package/dist/components/textarea/Textarea.d.ts +0 -2
- package/dist/components/tile/Tile.d.ts +0 -2
- package/dist/components/tile/TileGroup.d.ts +0 -2
- package/dist/components/tile-interactive/TileInteractive.d.ts +0 -4
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +0 -6
- package/dist/components/toast/Toast.d.ts +0 -4
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +0 -4
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +0 -4
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +0 -2
- package/dist/components/toggle-group/index.d.ts +2 -14
- package/dist/components/tooltip/Tooltip.d.ts +0 -4
- package/dist/components/tooltip/TooltipContent.d.ts +0 -2
- package/dist/components/top-bar/TopBar.d.ts +2 -12
- package/dist/components/top-bar/TopBarBrand.d.ts +0 -6
- package/dist/components/tree/Tree.d.ts +243 -267
- package/dist/components/tree/TreeCollapsible.d.ts +0 -2
- package/dist/components/tree/TreeCollapsibleContent.d.ts +0 -2
- package/dist/components/tree/TreeIcon.d.ts +0 -4
- package/dist/components/tree/TreeItemContent.d.ts +0 -2
- package/dist/components/tree/TreeListItem.d.ts +0 -2
- package/dist/components/video/Video.d.ts +0 -2
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +0 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +0 -22
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +0 -2
- package/package.json +2 -2
|
@@ -29,8 +29,6 @@ declare const StyledBannerSlimContent: import("@atom-learning/stitches-react/typ
|
|
|
29
29
|
textMinimal: string;
|
|
30
30
|
background: string;
|
|
31
31
|
backgroundAccent: string;
|
|
32
|
-
black: string;
|
|
33
|
-
white: string;
|
|
34
32
|
grey100: string;
|
|
35
33
|
grey200: string;
|
|
36
34
|
grey300: string;
|
|
@@ -399,8 +397,6 @@ declare const StyledBannerSlimContent: import("@atom-learning/stitches-react/typ
|
|
|
399
397
|
textMinimal: string;
|
|
400
398
|
background: string;
|
|
401
399
|
backgroundAccent: string;
|
|
402
|
-
black: string;
|
|
403
|
-
white: string;
|
|
404
400
|
grey100: string;
|
|
405
401
|
grey200: string;
|
|
406
402
|
grey300: string;
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
4
4
|
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
5
|
-
theme?: "
|
|
5
|
+
theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
|
|
6
6
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
7
7
|
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
8
8
|
isRounded?: boolean | "true" | undefined;
|
|
@@ -31,8 +31,6 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
31
31
|
textMinimal: string;
|
|
32
32
|
background: string;
|
|
33
33
|
backgroundAccent: string;
|
|
34
|
-
black: string;
|
|
35
|
-
white: string;
|
|
36
34
|
grey100: string;
|
|
37
35
|
grey200: string;
|
|
38
36
|
grey300: string;
|
|
@@ -379,7 +377,7 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
379
377
|
};
|
|
380
378
|
}> | undefined;
|
|
381
379
|
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | keyof import("../../../types").NavigatorActions | "hasTooltip" | "tooltipSide" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
382
|
-
theme?: "
|
|
380
|
+
theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
|
|
383
381
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
384
382
|
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
385
383
|
isRounded?: boolean | "true" | undefined;
|
|
@@ -422,8 +420,6 @@ declare const StyledDismiss: import("@atom-learning/stitches-react/types/styled-
|
|
|
422
420
|
textMinimal: string;
|
|
423
421
|
background: string;
|
|
424
422
|
backgroundAccent: string;
|
|
425
|
-
black: string;
|
|
426
|
-
white: string;
|
|
427
423
|
grey100: string;
|
|
428
424
|
grey200: string;
|
|
429
425
|
grey300: string;
|
|
@@ -49,8 +49,6 @@ export declare const Carousel: {
|
|
|
49
49
|
textMinimal: string;
|
|
50
50
|
background: string;
|
|
51
51
|
backgroundAccent: string;
|
|
52
|
-
black: string;
|
|
53
|
-
white: string;
|
|
54
52
|
grey100: string;
|
|
55
53
|
grey200: string;
|
|
56
54
|
grey300: string;
|
|
@@ -420,8 +418,6 @@ export declare const Carousel: {
|
|
|
420
418
|
textMinimal: string;
|
|
421
419
|
background: string;
|
|
422
420
|
backgroundAccent: string;
|
|
423
|
-
black: string;
|
|
424
|
-
white: string;
|
|
425
421
|
grey100: string;
|
|
426
422
|
grey200: string;
|
|
427
423
|
grey300: string;
|
|
@@ -795,8 +791,6 @@ export declare const Carousel: {
|
|
|
795
791
|
textMinimal: string;
|
|
796
792
|
background: string;
|
|
797
793
|
backgroundAccent: string;
|
|
798
|
-
black: string;
|
|
799
|
-
white: string;
|
|
800
794
|
grey100: string;
|
|
801
795
|
grey200: string;
|
|
802
796
|
grey300: string;
|
|
@@ -36,8 +36,6 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
36
36
|
textMinimal: string;
|
|
37
37
|
background: string;
|
|
38
38
|
backgroundAccent: string;
|
|
39
|
-
black: string;
|
|
40
|
-
white: string;
|
|
41
39
|
grey100: string;
|
|
42
40
|
grey200: string;
|
|
43
41
|
grey300: string;
|
|
@@ -387,9 +385,9 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
387
385
|
onCheckedChange?: (newChecked: boolean) => void;
|
|
388
386
|
}) => JSX.Element;
|
|
389
387
|
AllItem: ({ onCheckedChange, title, ...rest }: {
|
|
390
|
-
color?: string | undefined
|
|
391
|
-
content?: string | undefined
|
|
392
|
-
translate?: "yes" | "no" | undefined
|
|
388
|
+
color?: string | undefined;
|
|
389
|
+
content?: string | undefined;
|
|
390
|
+
translate?: "yes" | "no" | undefined;
|
|
393
391
|
size?: "md" | "lg" | ({
|
|
394
392
|
"@sm"?: "md" | "lg" | undefined;
|
|
395
393
|
"@md"?: "md" | "lg" | undefined;
|
|
@@ -418,8 +416,6 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
418
416
|
textMinimal: string;
|
|
419
417
|
background: string;
|
|
420
418
|
backgroundAccent: string;
|
|
421
|
-
black: string;
|
|
422
|
-
white: string;
|
|
423
419
|
grey100: string;
|
|
424
420
|
grey200: string;
|
|
425
421
|
grey300: string;
|
|
@@ -765,106 +761,106 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
765
761
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
766
762
|
};
|
|
767
763
|
}> | undefined;
|
|
768
|
-
prefix?: string | undefined
|
|
769
|
-
form?: string | undefined
|
|
770
|
-
slot?: string | undefined
|
|
764
|
+
prefix?: string | undefined;
|
|
765
|
+
form?: string | undefined;
|
|
766
|
+
slot?: string | undefined;
|
|
771
767
|
style?: React.CSSProperties | undefined;
|
|
772
|
-
title?: string | undefined
|
|
768
|
+
title?: string | undefined;
|
|
773
769
|
ref?: React.Ref<HTMLButtonElement> | undefined;
|
|
774
770
|
key?: React.Key | null | undefined;
|
|
775
771
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
776
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
777
|
-
suppressHydrationWarning?: boolean | undefined
|
|
778
|
-
accessKey?: string | undefined
|
|
779
|
-
autoFocus?: boolean | undefined
|
|
780
|
-
className?: string | undefined
|
|
781
|
-
contentEditable?:
|
|
782
|
-
contextMenu?: string | undefined
|
|
783
|
-
dir?: string | undefined
|
|
772
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
773
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
774
|
+
accessKey?: string | undefined;
|
|
775
|
+
autoFocus?: boolean | undefined;
|
|
776
|
+
className?: string | undefined;
|
|
777
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
778
|
+
contextMenu?: string | undefined;
|
|
779
|
+
dir?: string | undefined;
|
|
784
780
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
785
|
-
hidden?: boolean | undefined
|
|
786
|
-
id?: string | undefined
|
|
787
|
-
lang?: string | undefined
|
|
788
|
-
nonce?: string | undefined
|
|
789
|
-
placeholder?: string | undefined
|
|
781
|
+
hidden?: boolean | undefined;
|
|
782
|
+
id?: string | undefined;
|
|
783
|
+
lang?: string | undefined;
|
|
784
|
+
nonce?: string | undefined;
|
|
785
|
+
placeholder?: string | undefined;
|
|
790
786
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
791
|
-
tabIndex?: number | undefined
|
|
792
|
-
radioGroup?: string | undefined
|
|
787
|
+
tabIndex?: number | undefined;
|
|
788
|
+
radioGroup?: string | undefined;
|
|
793
789
|
role?: React.AriaRole | undefined;
|
|
794
|
-
about?: string | undefined
|
|
795
|
-
datatype?: string | undefined
|
|
790
|
+
about?: string | undefined;
|
|
791
|
+
datatype?: string | undefined;
|
|
796
792
|
inlist?: any;
|
|
797
|
-
property?: string | undefined
|
|
798
|
-
rel?: string | undefined
|
|
799
|
-
resource?: string | undefined
|
|
800
|
-
rev?: string | undefined
|
|
801
|
-
typeof?: string | undefined
|
|
802
|
-
vocab?: string | undefined
|
|
803
|
-
autoCapitalize?: string | undefined
|
|
804
|
-
autoCorrect?: string | undefined
|
|
805
|
-
autoSave?: string | undefined
|
|
806
|
-
itemProp?: string | undefined
|
|
807
|
-
itemScope?: boolean | undefined
|
|
808
|
-
itemType?: string | undefined
|
|
809
|
-
itemID?: string | undefined
|
|
810
|
-
itemRef?: string | undefined
|
|
811
|
-
results?: number | undefined
|
|
812
|
-
security?: string | undefined
|
|
813
|
-
unselectable?: "on" | "off" | undefined
|
|
814
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
815
|
-
is?: string | undefined
|
|
816
|
-
"aria-activedescendant"?: string | undefined
|
|
793
|
+
property?: string | undefined;
|
|
794
|
+
rel?: string | undefined;
|
|
795
|
+
resource?: string | undefined;
|
|
796
|
+
rev?: string | undefined;
|
|
797
|
+
typeof?: string | undefined;
|
|
798
|
+
vocab?: string | undefined;
|
|
799
|
+
autoCapitalize?: string | undefined;
|
|
800
|
+
autoCorrect?: string | undefined;
|
|
801
|
+
autoSave?: string | undefined;
|
|
802
|
+
itemProp?: string | undefined;
|
|
803
|
+
itemScope?: boolean | undefined;
|
|
804
|
+
itemType?: string | undefined;
|
|
805
|
+
itemID?: string | undefined;
|
|
806
|
+
itemRef?: string | undefined;
|
|
807
|
+
results?: number | undefined;
|
|
808
|
+
security?: string | undefined;
|
|
809
|
+
unselectable?: "on" | "off" | undefined;
|
|
810
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
811
|
+
is?: string | undefined;
|
|
812
|
+
"aria-activedescendant"?: string | undefined;
|
|
817
813
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
818
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
814
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
819
815
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
820
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
821
|
-
"aria-colcount"?: number | undefined
|
|
822
|
-
"aria-colindex"?: number | undefined
|
|
823
|
-
"aria-colspan"?: number | undefined
|
|
824
|
-
"aria-controls"?: string | undefined
|
|
825
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
826
|
-
"aria-describedby"?: string | undefined
|
|
827
|
-
"aria-details"?: string | undefined
|
|
816
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
817
|
+
"aria-colcount"?: number | undefined;
|
|
818
|
+
"aria-colindex"?: number | undefined;
|
|
819
|
+
"aria-colspan"?: number | undefined;
|
|
820
|
+
"aria-controls"?: string | undefined;
|
|
821
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
822
|
+
"aria-describedby"?: string | undefined;
|
|
823
|
+
"aria-details"?: string | undefined;
|
|
828
824
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
829
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
830
|
-
"aria-errormessage"?: string | undefined
|
|
825
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
826
|
+
"aria-errormessage"?: string | undefined;
|
|
831
827
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
832
|
-
"aria-flowto"?: string | undefined
|
|
828
|
+
"aria-flowto"?: string | undefined;
|
|
833
829
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
834
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
830
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
835
831
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
836
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
837
|
-
"aria-keyshortcuts"?: string | undefined
|
|
838
|
-
"aria-label"?: string | undefined
|
|
839
|
-
"aria-labelledby"?: string | undefined
|
|
840
|
-
"aria-level"?: number | undefined
|
|
841
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
832
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
833
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
834
|
+
"aria-label"?: string | undefined;
|
|
835
|
+
"aria-labelledby"?: string | undefined;
|
|
836
|
+
"aria-level"?: number | undefined;
|
|
837
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
842
838
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
843
839
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
844
840
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
845
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
846
|
-
"aria-owns"?: string | undefined
|
|
847
|
-
"aria-placeholder"?: string | undefined
|
|
848
|
-
"aria-posinset"?: number | undefined
|
|
849
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
841
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
842
|
+
"aria-owns"?: string | undefined;
|
|
843
|
+
"aria-placeholder"?: string | undefined;
|
|
844
|
+
"aria-posinset"?: number | undefined;
|
|
845
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
850
846
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
851
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
847
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
852
848
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
853
|
-
"aria-roledescription"?: string | undefined
|
|
854
|
-
"aria-rowcount"?: number | undefined
|
|
855
|
-
"aria-rowindex"?: number | undefined
|
|
856
|
-
"aria-rowspan"?: number | undefined
|
|
849
|
+
"aria-roledescription"?: string | undefined;
|
|
850
|
+
"aria-rowcount"?: number | undefined;
|
|
851
|
+
"aria-rowindex"?: number | undefined;
|
|
852
|
+
"aria-rowspan"?: number | undefined;
|
|
857
853
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
858
|
-
"aria-setsize"?: number | undefined
|
|
859
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
860
|
-
"aria-valuemax"?: number | undefined
|
|
861
|
-
"aria-valuemin"?: number | undefined
|
|
862
|
-
"aria-valuenow"?: number | undefined
|
|
863
|
-
"aria-valuetext"?: string | undefined
|
|
864
|
-
children?: React.ReactNode;
|
|
854
|
+
"aria-setsize"?: number | undefined;
|
|
855
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
856
|
+
"aria-valuemax"?: number | undefined;
|
|
857
|
+
"aria-valuemin"?: number | undefined;
|
|
858
|
+
"aria-valuenow"?: number | undefined;
|
|
859
|
+
"aria-valuetext"?: string | undefined;
|
|
860
|
+
children?: React.ReactNode | undefined;
|
|
865
861
|
dangerouslySetInnerHTML?: {
|
|
866
862
|
__html: string | TrustedHTML;
|
|
867
|
-
} | undefined
|
|
863
|
+
} | undefined;
|
|
868
864
|
onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
869
865
|
onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
870
866
|
onCut?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1025,15 +1021,15 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1025
1021
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
1026
1022
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
1027
1023
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
1028
|
-
name?: string | undefined
|
|
1029
|
-
type?: "submit" | "reset" | "button" | undefined
|
|
1030
|
-
disabled?: boolean | undefined
|
|
1031
|
-
formAction?: string | undefined
|
|
1032
|
-
formEncType?: string | undefined
|
|
1033
|
-
formMethod?: string | undefined
|
|
1034
|
-
formNoValidate?: boolean | undefined
|
|
1035
|
-
formTarget?: string | undefined
|
|
1036
|
-
value?: string |
|
|
1024
|
+
name?: string | undefined;
|
|
1025
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
1026
|
+
disabled?: boolean | undefined;
|
|
1027
|
+
formAction?: string | undefined;
|
|
1028
|
+
formEncType?: string | undefined;
|
|
1029
|
+
formMethod?: string | undefined;
|
|
1030
|
+
formNoValidate?: boolean | undefined;
|
|
1031
|
+
formTarget?: string | undefined;
|
|
1032
|
+
value?: string | readonly string[] | number | undefined;
|
|
1037
1033
|
required?: boolean | undefined;
|
|
1038
1034
|
asChild?: boolean | undefined;
|
|
1039
1035
|
state?: "error" | ({
|
|
@@ -1077,8 +1073,6 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1077
1073
|
textMinimal: string;
|
|
1078
1074
|
background: string;
|
|
1079
1075
|
backgroundAccent: string;
|
|
1080
|
-
black: string;
|
|
1081
|
-
white: string;
|
|
1082
1076
|
grey100: string;
|
|
1083
1077
|
grey200: string;
|
|
1084
1078
|
grey300: string;
|