@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
|
@@ -5,9 +5,9 @@ type CheckboxTreeRootProps = Omit<React.ComponentProps<typeof CheckboxGroup> & R
|
|
|
5
5
|
export declare const CheckboxTreeRoot: ({ checked, defaultChecked, onCheckedChange, ...rest }: CheckboxTreeRootProps) => React.JSX.Element;
|
|
6
6
|
export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange, ...rest }: CheckboxTreeRootProps) => React.JSX.Element) & {
|
|
7
7
|
Collapsible: ({ children, ...rest }: {
|
|
8
|
-
color?: string | undefined
|
|
9
|
-
content?: string | undefined
|
|
10
|
-
translate?: "yes" | "no" | undefined
|
|
8
|
+
color?: string | undefined;
|
|
9
|
+
content?: string | undefined;
|
|
10
|
+
translate?: "yes" | "no" | undefined;
|
|
11
11
|
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
12
12
|
sm: string;
|
|
13
13
|
md: string;
|
|
@@ -24,8 +24,6 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
24
24
|
textMinimal: string;
|
|
25
25
|
background: string;
|
|
26
26
|
backgroundAccent: string;
|
|
27
|
-
black: string;
|
|
28
|
-
white: string;
|
|
29
27
|
grey100: string;
|
|
30
28
|
grey200: string;
|
|
31
29
|
grey300: string;
|
|
@@ -371,106 +369,106 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
371
369
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
370
|
};
|
|
373
371
|
}> | undefined;
|
|
374
|
-
prefix?: string | undefined
|
|
375
|
-
slot?: string | undefined
|
|
372
|
+
prefix?: string | undefined;
|
|
373
|
+
slot?: string | undefined;
|
|
376
374
|
style?: React.CSSProperties | undefined;
|
|
377
|
-
title?: string | undefined
|
|
375
|
+
title?: string | undefined;
|
|
378
376
|
ref?: ((((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement>) & (((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement>)) | null | undefined;
|
|
379
377
|
key?: React.Key | null | undefined;
|
|
380
|
-
defaultChecked?: boolean | undefined
|
|
378
|
+
defaultChecked?: boolean | undefined;
|
|
381
379
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
382
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
383
|
-
suppressHydrationWarning?: boolean | undefined
|
|
384
|
-
accessKey?: string | undefined
|
|
385
|
-
autoFocus?: boolean | undefined
|
|
386
|
-
className?: string | undefined
|
|
387
|
-
contentEditable?:
|
|
388
|
-
contextMenu?: string | undefined
|
|
389
|
-
dir?: string | undefined
|
|
380
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
381
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
382
|
+
accessKey?: string | undefined;
|
|
383
|
+
autoFocus?: boolean | undefined;
|
|
384
|
+
className?: string | undefined;
|
|
385
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
386
|
+
contextMenu?: string | undefined;
|
|
387
|
+
dir?: string | undefined;
|
|
390
388
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
391
|
-
hidden?: boolean | undefined
|
|
392
|
-
id?: string | undefined
|
|
393
|
-
lang?: string | undefined
|
|
394
|
-
nonce?: string | undefined
|
|
395
|
-
placeholder?: string | undefined
|
|
389
|
+
hidden?: boolean | undefined;
|
|
390
|
+
id?: string | undefined;
|
|
391
|
+
lang?: string | undefined;
|
|
392
|
+
nonce?: string | undefined;
|
|
393
|
+
placeholder?: string | undefined;
|
|
396
394
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
397
|
-
tabIndex?: number | undefined
|
|
398
|
-
radioGroup?: string | undefined
|
|
395
|
+
tabIndex?: number | undefined;
|
|
396
|
+
radioGroup?: string | undefined;
|
|
399
397
|
role?: React.AriaRole | undefined;
|
|
400
|
-
about?: string | undefined
|
|
401
|
-
datatype?: string | undefined
|
|
398
|
+
about?: string | undefined;
|
|
399
|
+
datatype?: string | undefined;
|
|
402
400
|
inlist?: any;
|
|
403
|
-
property?: string | undefined
|
|
404
|
-
rel?: string | undefined
|
|
405
|
-
resource?: string | undefined
|
|
406
|
-
rev?: string | undefined
|
|
407
|
-
typeof?: string | undefined
|
|
408
|
-
vocab?: string | undefined
|
|
409
|
-
autoCapitalize?: string | undefined
|
|
410
|
-
autoCorrect?: string | undefined
|
|
411
|
-
autoSave?: string | undefined
|
|
412
|
-
itemProp?: string | undefined
|
|
413
|
-
itemScope?: boolean | undefined
|
|
414
|
-
itemType?: string | undefined
|
|
415
|
-
itemID?: string | undefined
|
|
416
|
-
itemRef?: string | undefined
|
|
417
|
-
results?: number | undefined
|
|
418
|
-
security?: string | undefined
|
|
419
|
-
unselectable?: "on" | "off" | undefined
|
|
420
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
421
|
-
is?: string | undefined
|
|
422
|
-
"aria-activedescendant"?: string | undefined
|
|
401
|
+
property?: string | undefined;
|
|
402
|
+
rel?: string | undefined;
|
|
403
|
+
resource?: string | undefined;
|
|
404
|
+
rev?: string | undefined;
|
|
405
|
+
typeof?: string | undefined;
|
|
406
|
+
vocab?: string | undefined;
|
|
407
|
+
autoCapitalize?: string | undefined;
|
|
408
|
+
autoCorrect?: string | undefined;
|
|
409
|
+
autoSave?: string | undefined;
|
|
410
|
+
itemProp?: string | undefined;
|
|
411
|
+
itemScope?: boolean | undefined;
|
|
412
|
+
itemType?: string | undefined;
|
|
413
|
+
itemID?: string | undefined;
|
|
414
|
+
itemRef?: string | undefined;
|
|
415
|
+
results?: number | undefined;
|
|
416
|
+
security?: string | undefined;
|
|
417
|
+
unselectable?: "on" | "off" | undefined;
|
|
418
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
419
|
+
is?: string | undefined;
|
|
420
|
+
"aria-activedescendant"?: string | undefined;
|
|
423
421
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
424
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
422
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
425
423
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
426
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
427
|
-
"aria-colcount"?: number | undefined
|
|
428
|
-
"aria-colindex"?: number | undefined
|
|
429
|
-
"aria-colspan"?: number | undefined
|
|
430
|
-
"aria-controls"?: string | undefined
|
|
431
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
432
|
-
"aria-describedby"?: string | undefined
|
|
433
|
-
"aria-details"?: string | undefined
|
|
424
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
425
|
+
"aria-colcount"?: number | undefined;
|
|
426
|
+
"aria-colindex"?: number | undefined;
|
|
427
|
+
"aria-colspan"?: number | undefined;
|
|
428
|
+
"aria-controls"?: string | undefined;
|
|
429
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
430
|
+
"aria-describedby"?: string | undefined;
|
|
431
|
+
"aria-details"?: string | undefined;
|
|
434
432
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
435
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
436
|
-
"aria-errormessage"?: string | undefined
|
|
433
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
434
|
+
"aria-errormessage"?: string | undefined;
|
|
437
435
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
438
|
-
"aria-flowto"?: string | undefined
|
|
436
|
+
"aria-flowto"?: string | undefined;
|
|
439
437
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
440
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
438
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
441
439
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
442
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
443
|
-
"aria-keyshortcuts"?: string | undefined
|
|
444
|
-
"aria-label"?: string | undefined
|
|
445
|
-
"aria-labelledby"?: string | undefined
|
|
446
|
-
"aria-level"?: number | undefined
|
|
447
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
440
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
441
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
442
|
+
"aria-label"?: string | undefined;
|
|
443
|
+
"aria-labelledby"?: string | undefined;
|
|
444
|
+
"aria-level"?: number | undefined;
|
|
445
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
448
446
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
449
447
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
450
448
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
451
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
452
|
-
"aria-owns"?: string | undefined
|
|
453
|
-
"aria-placeholder"?: string | undefined
|
|
454
|
-
"aria-posinset"?: number | undefined
|
|
455
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
449
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
450
|
+
"aria-owns"?: string | undefined;
|
|
451
|
+
"aria-placeholder"?: string | undefined;
|
|
452
|
+
"aria-posinset"?: number | undefined;
|
|
453
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
456
454
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
457
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
455
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
458
456
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
459
|
-
"aria-roledescription"?: string | undefined
|
|
460
|
-
"aria-rowcount"?: number | undefined
|
|
461
|
-
"aria-rowindex"?: number | undefined
|
|
462
|
-
"aria-rowspan"?: number | undefined
|
|
457
|
+
"aria-roledescription"?: string | undefined;
|
|
458
|
+
"aria-rowcount"?: number | undefined;
|
|
459
|
+
"aria-rowindex"?: number | undefined;
|
|
460
|
+
"aria-rowspan"?: number | undefined;
|
|
463
461
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
464
|
-
"aria-setsize"?: number | undefined
|
|
465
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
466
|
-
"aria-valuemax"?: number | undefined
|
|
467
|
-
"aria-valuemin"?: number | undefined
|
|
468
|
-
"aria-valuenow"?: number | undefined
|
|
469
|
-
"aria-valuetext"?: string | undefined
|
|
470
|
-
children?: React.ReactNode;
|
|
462
|
+
"aria-setsize"?: number | undefined;
|
|
463
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
464
|
+
"aria-valuemax"?: number | undefined;
|
|
465
|
+
"aria-valuemin"?: number | undefined;
|
|
466
|
+
"aria-valuenow"?: number | undefined;
|
|
467
|
+
"aria-valuetext"?: string | undefined;
|
|
468
|
+
children?: React.ReactNode | undefined;
|
|
471
469
|
dangerouslySetInnerHTML?: {
|
|
472
470
|
__html: string | TrustedHTML;
|
|
473
|
-
} | undefined
|
|
471
|
+
} | undefined;
|
|
474
472
|
onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
475
473
|
onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
476
474
|
onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -637,9 +635,9 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
637
635
|
onOpenChange?: ((open: boolean) => void) | undefined;
|
|
638
636
|
}) => JSX.Element;
|
|
639
637
|
CollapsibleContent: ({ children, ...rest }: {
|
|
640
|
-
color?: string | undefined
|
|
641
|
-
content?: string | undefined
|
|
642
|
-
translate?: "yes" | "no" | undefined
|
|
638
|
+
color?: string | undefined;
|
|
639
|
+
content?: string | undefined;
|
|
640
|
+
translate?: "yes" | "no" | undefined;
|
|
643
641
|
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
|
|
644
642
|
"@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
645
643
|
"@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
@@ -668,8 +666,6 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
668
666
|
textMinimal: string;
|
|
669
667
|
background: string;
|
|
670
668
|
backgroundAccent: string;
|
|
671
|
-
black: string;
|
|
672
|
-
white: string;
|
|
673
669
|
grey100: string;
|
|
674
670
|
grey200: string;
|
|
675
671
|
grey300: string;
|
|
@@ -1015,106 +1011,106 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
1015
1011
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1016
1012
|
};
|
|
1017
1013
|
}> | undefined;
|
|
1018
|
-
prefix?: string | undefined
|
|
1019
|
-
slot?: string | undefined
|
|
1014
|
+
prefix?: string | undefined;
|
|
1015
|
+
slot?: string | undefined;
|
|
1020
1016
|
style?: React.CSSProperties | undefined;
|
|
1021
|
-
title?: string | undefined
|
|
1017
|
+
title?: string | undefined;
|
|
1022
1018
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1023
1019
|
key?: React.Key | null | undefined;
|
|
1024
|
-
defaultChecked?: boolean | undefined
|
|
1020
|
+
defaultChecked?: boolean | undefined;
|
|
1025
1021
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1026
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
1027
|
-
suppressHydrationWarning?: boolean | undefined
|
|
1028
|
-
accessKey?: string | undefined
|
|
1029
|
-
autoFocus?: boolean | undefined
|
|
1030
|
-
className?: string | undefined
|
|
1031
|
-
contentEditable?:
|
|
1032
|
-
contextMenu?: string | undefined
|
|
1033
|
-
dir?: string | undefined
|
|
1022
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1023
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1024
|
+
accessKey?: string | undefined;
|
|
1025
|
+
autoFocus?: boolean | undefined;
|
|
1026
|
+
className?: string | undefined;
|
|
1027
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
1028
|
+
contextMenu?: string | undefined;
|
|
1029
|
+
dir?: string | undefined;
|
|
1034
1030
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1035
|
-
hidden?: boolean | undefined
|
|
1036
|
-
id?: string | undefined
|
|
1037
|
-
lang?: string | undefined
|
|
1038
|
-
nonce?: string | undefined
|
|
1039
|
-
placeholder?: string | undefined
|
|
1031
|
+
hidden?: boolean | undefined;
|
|
1032
|
+
id?: string | undefined;
|
|
1033
|
+
lang?: string | undefined;
|
|
1034
|
+
nonce?: string | undefined;
|
|
1035
|
+
placeholder?: string | undefined;
|
|
1040
1036
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1041
|
-
tabIndex?: number | undefined
|
|
1042
|
-
radioGroup?: string | undefined
|
|
1037
|
+
tabIndex?: number | undefined;
|
|
1038
|
+
radioGroup?: string | undefined;
|
|
1043
1039
|
role?: React.AriaRole | undefined;
|
|
1044
|
-
about?: string | undefined
|
|
1045
|
-
datatype?: string | undefined
|
|
1040
|
+
about?: string | undefined;
|
|
1041
|
+
datatype?: string | undefined;
|
|
1046
1042
|
inlist?: any;
|
|
1047
|
-
property?: string | undefined
|
|
1048
|
-
rel?: string | undefined
|
|
1049
|
-
resource?: string | undefined
|
|
1050
|
-
rev?: string | undefined
|
|
1051
|
-
typeof?: string | undefined
|
|
1052
|
-
vocab?: string | undefined
|
|
1053
|
-
autoCapitalize?: string | undefined
|
|
1054
|
-
autoCorrect?: string | undefined
|
|
1055
|
-
autoSave?: string | undefined
|
|
1056
|
-
itemProp?: string | undefined
|
|
1057
|
-
itemScope?: boolean | undefined
|
|
1058
|
-
itemType?: string | undefined
|
|
1059
|
-
itemID?: string | undefined
|
|
1060
|
-
itemRef?: string | undefined
|
|
1061
|
-
results?: number | undefined
|
|
1062
|
-
security?: string | undefined
|
|
1063
|
-
unselectable?: "on" | "off" | undefined
|
|
1064
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
1065
|
-
is?: string | undefined
|
|
1066
|
-
"aria-activedescendant"?: string | undefined
|
|
1043
|
+
property?: string | undefined;
|
|
1044
|
+
rel?: string | undefined;
|
|
1045
|
+
resource?: string | undefined;
|
|
1046
|
+
rev?: string | undefined;
|
|
1047
|
+
typeof?: string | undefined;
|
|
1048
|
+
vocab?: string | undefined;
|
|
1049
|
+
autoCapitalize?: string | undefined;
|
|
1050
|
+
autoCorrect?: string | undefined;
|
|
1051
|
+
autoSave?: string | undefined;
|
|
1052
|
+
itemProp?: string | undefined;
|
|
1053
|
+
itemScope?: boolean | undefined;
|
|
1054
|
+
itemType?: string | undefined;
|
|
1055
|
+
itemID?: string | undefined;
|
|
1056
|
+
itemRef?: string | undefined;
|
|
1057
|
+
results?: number | undefined;
|
|
1058
|
+
security?: string | undefined;
|
|
1059
|
+
unselectable?: "on" | "off" | undefined;
|
|
1060
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1061
|
+
is?: string | undefined;
|
|
1062
|
+
"aria-activedescendant"?: string | undefined;
|
|
1067
1063
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1068
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
1064
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1069
1065
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1070
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
1071
|
-
"aria-colcount"?: number | undefined
|
|
1072
|
-
"aria-colindex"?: number | undefined
|
|
1073
|
-
"aria-colspan"?: number | undefined
|
|
1074
|
-
"aria-controls"?: string | undefined
|
|
1075
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
1076
|
-
"aria-describedby"?: string | undefined
|
|
1077
|
-
"aria-details"?: string | undefined
|
|
1066
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1067
|
+
"aria-colcount"?: number | undefined;
|
|
1068
|
+
"aria-colindex"?: number | undefined;
|
|
1069
|
+
"aria-colspan"?: number | undefined;
|
|
1070
|
+
"aria-controls"?: string | undefined;
|
|
1071
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1072
|
+
"aria-describedby"?: string | undefined;
|
|
1073
|
+
"aria-details"?: string | undefined;
|
|
1078
1074
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1079
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
1080
|
-
"aria-errormessage"?: string | undefined
|
|
1075
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1076
|
+
"aria-errormessage"?: string | undefined;
|
|
1081
1077
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1082
|
-
"aria-flowto"?: string | undefined
|
|
1078
|
+
"aria-flowto"?: string | undefined;
|
|
1083
1079
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1084
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
1080
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1085
1081
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1086
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
1087
|
-
"aria-keyshortcuts"?: string | undefined
|
|
1088
|
-
"aria-label"?: string | undefined
|
|
1089
|
-
"aria-labelledby"?: string | undefined
|
|
1090
|
-
"aria-level"?: number | undefined
|
|
1091
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
1082
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1083
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1084
|
+
"aria-label"?: string | undefined;
|
|
1085
|
+
"aria-labelledby"?: string | undefined;
|
|
1086
|
+
"aria-level"?: number | undefined;
|
|
1087
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1092
1088
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1093
1089
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1094
1090
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1095
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
1096
|
-
"aria-owns"?: string | undefined
|
|
1097
|
-
"aria-placeholder"?: string | undefined
|
|
1098
|
-
"aria-posinset"?: number | undefined
|
|
1099
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
1091
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1092
|
+
"aria-owns"?: string | undefined;
|
|
1093
|
+
"aria-placeholder"?: string | undefined;
|
|
1094
|
+
"aria-posinset"?: number | undefined;
|
|
1095
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1100
1096
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1101
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
1097
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1102
1098
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1103
|
-
"aria-roledescription"?: string | undefined
|
|
1104
|
-
"aria-rowcount"?: number | undefined
|
|
1105
|
-
"aria-rowindex"?: number | undefined
|
|
1106
|
-
"aria-rowspan"?: number | undefined
|
|
1099
|
+
"aria-roledescription"?: string | undefined;
|
|
1100
|
+
"aria-rowcount"?: number | undefined;
|
|
1101
|
+
"aria-rowindex"?: number | undefined;
|
|
1102
|
+
"aria-rowspan"?: number | undefined;
|
|
1107
1103
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1108
|
-
"aria-setsize"?: number | undefined
|
|
1109
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
1110
|
-
"aria-valuemax"?: number | undefined
|
|
1111
|
-
"aria-valuemin"?: number | undefined
|
|
1112
|
-
"aria-valuenow"?: number | undefined
|
|
1113
|
-
"aria-valuetext"?: string | undefined
|
|
1114
|
-
children?: React.ReactNode;
|
|
1104
|
+
"aria-setsize"?: number | undefined;
|
|
1105
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1106
|
+
"aria-valuemax"?: number | undefined;
|
|
1107
|
+
"aria-valuemin"?: number | undefined;
|
|
1108
|
+
"aria-valuenow"?: number | undefined;
|
|
1109
|
+
"aria-valuetext"?: string | undefined;
|
|
1110
|
+
children?: React.ReactNode | undefined;
|
|
1115
1111
|
dangerouslySetInnerHTML?: {
|
|
1116
1112
|
__html: string | TrustedHTML;
|
|
1117
|
-
} | undefined
|
|
1113
|
+
} | undefined;
|
|
1118
1114
|
onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1119
1115
|
onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1120
1116
|
onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1314,8 +1310,8 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
1314
1310
|
forceMount?: true | undefined;
|
|
1315
1311
|
}) => JSX.Element;
|
|
1316
1312
|
CollapsibleTrigger: ({ onCheckedChange, title, label, children, disabled, ...rest }: {
|
|
1317
|
-
color?: string | undefined
|
|
1318
|
-
content?: string | undefined
|
|
1313
|
+
color?: string | undefined;
|
|
1314
|
+
content?: string | undefined;
|
|
1319
1315
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "row-reverse" | "column" | "column-reverse" | "revert-layer" | ({
|
|
1320
1316
|
"@sm"?: "inherit" | "initial" | "revert" | "unset" | "row" | "row-reverse" | "column" | "column-reverse" | "revert-layer" | undefined;
|
|
1321
1317
|
"@md"?: "inherit" | "initial" | "revert" | "unset" | "row" | "row-reverse" | "column" | "column-reverse" | "revert-layer" | undefined;
|
|
@@ -1328,7 +1324,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
1328
1324
|
} & {
|
|
1329
1325
|
[x: string]: "inherit" | "initial" | "revert" | "unset" | "row" | "row-reverse" | "column" | "column-reverse" | "revert-layer" | undefined;
|
|
1330
1326
|
}) | undefined;
|
|
1331
|
-
translate?: "yes" | "no" | undefined
|
|
1327
|
+
translate?: "yes" | "no" | undefined;
|
|
1332
1328
|
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
|
|
1333
1329
|
"@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
1334
1330
|
"@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
@@ -1369,8 +1365,6 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
1369
1365
|
textMinimal: string;
|
|
1370
1366
|
background: string;
|
|
1371
1367
|
backgroundAccent: string;
|
|
1372
|
-
black: string;
|
|
1373
|
-
white: string;
|
|
1374
1368
|
grey100: string;
|
|
1375
1369
|
grey200: string;
|
|
1376
1370
|
grey300: string;
|
|
@@ -1716,108 +1710,108 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
1716
1710
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1717
1711
|
};
|
|
1718
1712
|
}> | undefined;
|
|
1719
|
-
prefix?: string | undefined
|
|
1720
|
-
form?: string | undefined
|
|
1713
|
+
prefix?: string | undefined;
|
|
1714
|
+
form?: string | undefined;
|
|
1721
1715
|
label: string;
|
|
1722
|
-
slot?: string | undefined
|
|
1716
|
+
slot?: string | undefined;
|
|
1723
1717
|
style?: React.CSSProperties | undefined;
|
|
1724
|
-
title?: string | undefined
|
|
1718
|
+
title?: string | undefined;
|
|
1725
1719
|
ref?: ((((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement>) & (((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement>)) | null | undefined;
|
|
1726
1720
|
key?: React.Key | null | undefined;
|
|
1727
|
-
defaultChecked?: boolean | undefined
|
|
1721
|
+
defaultChecked?: boolean | undefined;
|
|
1728
1722
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1729
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
1730
|
-
suppressHydrationWarning?: boolean | undefined
|
|
1731
|
-
accessKey?: string | undefined
|
|
1732
|
-
autoFocus?: boolean | undefined
|
|
1733
|
-
className?: string | undefined
|
|
1734
|
-
contentEditable?:
|
|
1735
|
-
contextMenu?: string | undefined
|
|
1736
|
-
dir?: string | undefined
|
|
1723
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1724
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1725
|
+
accessKey?: string | undefined;
|
|
1726
|
+
autoFocus?: boolean | undefined;
|
|
1727
|
+
className?: string | undefined;
|
|
1728
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
1729
|
+
contextMenu?: string | undefined;
|
|
1730
|
+
dir?: string | undefined;
|
|
1737
1731
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1738
|
-
hidden?: boolean | undefined
|
|
1739
|
-
id?: string | undefined
|
|
1740
|
-
lang?: string | undefined
|
|
1741
|
-
nonce?: string | undefined
|
|
1742
|
-
placeholder?: string | undefined
|
|
1732
|
+
hidden?: boolean | undefined;
|
|
1733
|
+
id?: string | undefined;
|
|
1734
|
+
lang?: string | undefined;
|
|
1735
|
+
nonce?: string | undefined;
|
|
1736
|
+
placeholder?: string | undefined;
|
|
1743
1737
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1744
|
-
tabIndex?: number | undefined
|
|
1745
|
-
radioGroup?: string | undefined
|
|
1738
|
+
tabIndex?: number | undefined;
|
|
1739
|
+
radioGroup?: string | undefined;
|
|
1746
1740
|
role?: React.AriaRole | undefined;
|
|
1747
|
-
about?: string | undefined
|
|
1748
|
-
datatype?: string | undefined
|
|
1741
|
+
about?: string | undefined;
|
|
1742
|
+
datatype?: string | undefined;
|
|
1749
1743
|
inlist?: any;
|
|
1750
|
-
property?: string | undefined
|
|
1751
|
-
rel?: string | undefined
|
|
1752
|
-
resource?: string | undefined
|
|
1753
|
-
rev?: string | undefined
|
|
1754
|
-
typeof?: string | undefined
|
|
1755
|
-
vocab?: string | undefined
|
|
1756
|
-
autoCapitalize?: string | undefined
|
|
1757
|
-
autoCorrect?: string | undefined
|
|
1758
|
-
autoSave?: string | undefined
|
|
1759
|
-
itemProp?: string | undefined
|
|
1760
|
-
itemScope?: boolean | undefined
|
|
1761
|
-
itemType?: string | undefined
|
|
1762
|
-
itemID?: string | undefined
|
|
1763
|
-
itemRef?: string | undefined
|
|
1764
|
-
results?: number | undefined
|
|
1765
|
-
security?: string | undefined
|
|
1766
|
-
unselectable?: "on" | "off" | undefined
|
|
1767
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
1768
|
-
is?: string | undefined
|
|
1769
|
-
"aria-activedescendant"?: string | undefined
|
|
1744
|
+
property?: string | undefined;
|
|
1745
|
+
rel?: string | undefined;
|
|
1746
|
+
resource?: string | undefined;
|
|
1747
|
+
rev?: string | undefined;
|
|
1748
|
+
typeof?: string | undefined;
|
|
1749
|
+
vocab?: string | undefined;
|
|
1750
|
+
autoCapitalize?: string | undefined;
|
|
1751
|
+
autoCorrect?: string | undefined;
|
|
1752
|
+
autoSave?: string | undefined;
|
|
1753
|
+
itemProp?: string | undefined;
|
|
1754
|
+
itemScope?: boolean | undefined;
|
|
1755
|
+
itemType?: string | undefined;
|
|
1756
|
+
itemID?: string | undefined;
|
|
1757
|
+
itemRef?: string | undefined;
|
|
1758
|
+
results?: number | undefined;
|
|
1759
|
+
security?: string | undefined;
|
|
1760
|
+
unselectable?: "on" | "off" | undefined;
|
|
1761
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1762
|
+
is?: string | undefined;
|
|
1763
|
+
"aria-activedescendant"?: string | undefined;
|
|
1770
1764
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1771
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
1765
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1772
1766
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1773
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
1774
|
-
"aria-colcount"?: number | undefined
|
|
1775
|
-
"aria-colindex"?: number | undefined
|
|
1776
|
-
"aria-colspan"?: number | undefined
|
|
1777
|
-
"aria-controls"?: string | undefined
|
|
1778
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
1779
|
-
"aria-describedby"?: string | undefined
|
|
1780
|
-
"aria-details"?: string | undefined
|
|
1767
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1768
|
+
"aria-colcount"?: number | undefined;
|
|
1769
|
+
"aria-colindex"?: number | undefined;
|
|
1770
|
+
"aria-colspan"?: number | undefined;
|
|
1771
|
+
"aria-controls"?: string | undefined;
|
|
1772
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1773
|
+
"aria-describedby"?: string | undefined;
|
|
1774
|
+
"aria-details"?: string | undefined;
|
|
1781
1775
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1782
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
1783
|
-
"aria-errormessage"?: string | undefined
|
|
1776
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1777
|
+
"aria-errormessage"?: string | undefined;
|
|
1784
1778
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1785
|
-
"aria-flowto"?: string | undefined
|
|
1779
|
+
"aria-flowto"?: string | undefined;
|
|
1786
1780
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1787
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
1781
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1788
1782
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1789
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
1790
|
-
"aria-keyshortcuts"?: string | undefined
|
|
1791
|
-
"aria-label"?: string | undefined
|
|
1792
|
-
"aria-labelledby"?: string | undefined
|
|
1793
|
-
"aria-level"?: number | undefined
|
|
1794
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
1783
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1784
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1785
|
+
"aria-label"?: string | undefined;
|
|
1786
|
+
"aria-labelledby"?: string | undefined;
|
|
1787
|
+
"aria-level"?: number | undefined;
|
|
1788
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1795
1789
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1796
1790
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1797
1791
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1798
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
1799
|
-
"aria-owns"?: string | undefined
|
|
1800
|
-
"aria-placeholder"?: string | undefined
|
|
1801
|
-
"aria-posinset"?: number | undefined
|
|
1802
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
1792
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1793
|
+
"aria-owns"?: string | undefined;
|
|
1794
|
+
"aria-placeholder"?: string | undefined;
|
|
1795
|
+
"aria-posinset"?: number | undefined;
|
|
1796
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1803
1797
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1804
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
1798
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1805
1799
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1806
|
-
"aria-roledescription"?: string | undefined
|
|
1807
|
-
"aria-rowcount"?: number | undefined
|
|
1808
|
-
"aria-rowindex"?: number | undefined
|
|
1809
|
-
"aria-rowspan"?: number | undefined
|
|
1800
|
+
"aria-roledescription"?: string | undefined;
|
|
1801
|
+
"aria-rowcount"?: number | undefined;
|
|
1802
|
+
"aria-rowindex"?: number | undefined;
|
|
1803
|
+
"aria-rowspan"?: number | undefined;
|
|
1810
1804
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1811
|
-
"aria-setsize"?: number | undefined
|
|
1812
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
1813
|
-
"aria-valuemax"?: number | undefined
|
|
1814
|
-
"aria-valuemin"?: number | undefined
|
|
1815
|
-
"aria-valuenow"?: number | undefined
|
|
1816
|
-
"aria-valuetext"?: string | undefined
|
|
1817
|
-
children?: React.ReactNode;
|
|
1805
|
+
"aria-setsize"?: number | undefined;
|
|
1806
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1807
|
+
"aria-valuemax"?: number | undefined;
|
|
1808
|
+
"aria-valuemin"?: number | undefined;
|
|
1809
|
+
"aria-valuenow"?: number | undefined;
|
|
1810
|
+
"aria-valuetext"?: string | undefined;
|
|
1811
|
+
children?: React.ReactNode | undefined;
|
|
1818
1812
|
dangerouslySetInnerHTML?: {
|
|
1819
1813
|
__html: string | TrustedHTML;
|
|
1820
|
-
} | undefined
|
|
1814
|
+
} | undefined;
|
|
1821
1815
|
onCopy?: (React.ClipboardEventHandler<HTMLDivElement> & React.ClipboardEventHandler<HTMLButtonElement>) | undefined;
|
|
1822
1816
|
onCopyCapture?: (React.ClipboardEventHandler<HTMLDivElement> & React.ClipboardEventHandler<HTMLButtonElement>) | undefined;
|
|
1823
1817
|
onCut?: (React.ClipboardEventHandler<HTMLDivElement> & React.ClipboardEventHandler<HTMLButtonElement>) | undefined;
|
|
@@ -2014,15 +2008,15 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
2014
2008
|
} & {
|
|
2015
2009
|
[x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "revert-layer" | "normal" | "unsafe" | "safe" | "start" | "end" | "flex-start" | "flex-end" | "self-start" | "self-end" | "baseline" | "first baseline" | "last baseline" | undefined;
|
|
2016
2010
|
}) | undefined;
|
|
2017
|
-
name?: string | undefined
|
|
2018
|
-
type?: "submit" | "reset" | "button" | undefined
|
|
2019
|
-
disabled?: boolean | undefined
|
|
2020
|
-
formAction?: string | undefined
|
|
2021
|
-
formEncType?: string | undefined
|
|
2022
|
-
formMethod?: string | undefined
|
|
2023
|
-
formNoValidate?: boolean | undefined
|
|
2024
|
-
formTarget?: string | undefined
|
|
2025
|
-
value?: string |
|
|
2011
|
+
name?: string | undefined;
|
|
2012
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
2013
|
+
disabled?: boolean | undefined;
|
|
2014
|
+
formAction?: string | undefined;
|
|
2015
|
+
formEncType?: string | undefined;
|
|
2016
|
+
formMethod?: string | undefined;
|
|
2017
|
+
formNoValidate?: boolean | undefined;
|
|
2018
|
+
formTarget?: string | undefined;
|
|
2019
|
+
value?: string | readonly string[] | number | undefined;
|
|
2026
2020
|
state?: "error" | ({
|
|
2027
2021
|
"@sm"?: "error" | undefined;
|
|
2028
2022
|
"@md"?: "error" | undefined;
|
|
@@ -2038,8 +2032,8 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
2038
2032
|
onCheckedChange?: ((checked: import("@radix-ui/react-checkbox").CheckedState) => void) | undefined;
|
|
2039
2033
|
}) => JSX.Element;
|
|
2040
2034
|
Item: ({ value, title, onCheckedChange, children, disabled, ...rest }: {
|
|
2041
|
-
color?: string | undefined
|
|
2042
|
-
content?: string | undefined
|
|
2035
|
+
color?: string | undefined;
|
|
2036
|
+
content?: string | undefined;
|
|
2043
2037
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "row-reverse" | "column" | "column-reverse" | "revert-layer" | ({
|
|
2044
2038
|
"@sm"?: "inherit" | "initial" | "revert" | "unset" | "row" | "row-reverse" | "column" | "column-reverse" | "revert-layer" | undefined;
|
|
2045
2039
|
"@md"?: "inherit" | "initial" | "revert" | "unset" | "row" | "row-reverse" | "column" | "column-reverse" | "revert-layer" | undefined;
|
|
@@ -2052,7 +2046,7 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
2052
2046
|
} & {
|
|
2053
2047
|
[x: string]: "inherit" | "initial" | "revert" | "unset" | "row" | "row-reverse" | "column" | "column-reverse" | "revert-layer" | undefined;
|
|
2054
2048
|
}) | undefined;
|
|
2055
|
-
translate?: "yes" | "no" | undefined
|
|
2049
|
+
translate?: "yes" | "no" | undefined;
|
|
2056
2050
|
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
|
|
2057
2051
|
"@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
2058
2052
|
"@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
@@ -2093,8 +2087,6 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
2093
2087
|
textMinimal: string;
|
|
2094
2088
|
background: string;
|
|
2095
2089
|
backgroundAccent: string;
|
|
2096
|
-
black: string;
|
|
2097
|
-
white: string;
|
|
2098
2090
|
grey100: string;
|
|
2099
2091
|
grey200: string;
|
|
2100
2092
|
grey300: string;
|
|
@@ -2440,107 +2432,107 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
2440
2432
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2441
2433
|
};
|
|
2442
2434
|
}> | undefined;
|
|
2443
|
-
prefix?: string | undefined
|
|
2444
|
-
form?: string | undefined
|
|
2445
|
-
slot?: string | undefined
|
|
2435
|
+
prefix?: string | undefined;
|
|
2436
|
+
form?: string | undefined;
|
|
2437
|
+
slot?: string | undefined;
|
|
2446
2438
|
style?: React.CSSProperties | undefined;
|
|
2447
|
-
title?: string | undefined
|
|
2439
|
+
title?: string | undefined;
|
|
2448
2440
|
ref?: ((((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement>) & (((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement>)) | null | undefined;
|
|
2449
2441
|
key?: React.Key | null | undefined;
|
|
2450
|
-
defaultChecked?: boolean | undefined
|
|
2442
|
+
defaultChecked?: boolean | undefined;
|
|
2451
2443
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2452
|
-
suppressContentEditableWarning?: boolean | undefined
|
|
2453
|
-
suppressHydrationWarning?: boolean | undefined
|
|
2454
|
-
accessKey?: string | undefined
|
|
2455
|
-
autoFocus?: boolean | undefined
|
|
2456
|
-
className?: string | undefined
|
|
2457
|
-
contentEditable?:
|
|
2458
|
-
contextMenu?: string | undefined
|
|
2459
|
-
dir?: string | undefined
|
|
2444
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
2445
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
2446
|
+
accessKey?: string | undefined;
|
|
2447
|
+
autoFocus?: boolean | undefined;
|
|
2448
|
+
className?: string | undefined;
|
|
2449
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
2450
|
+
contextMenu?: string | undefined;
|
|
2451
|
+
dir?: string | undefined;
|
|
2460
2452
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
2461
|
-
hidden?: boolean | undefined
|
|
2462
|
-
id?: string | undefined
|
|
2463
|
-
lang?: string | undefined
|
|
2464
|
-
nonce?: string | undefined
|
|
2465
|
-
placeholder?: string | undefined
|
|
2453
|
+
hidden?: boolean | undefined;
|
|
2454
|
+
id?: string | undefined;
|
|
2455
|
+
lang?: string | undefined;
|
|
2456
|
+
nonce?: string | undefined;
|
|
2457
|
+
placeholder?: string | undefined;
|
|
2466
2458
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
2467
|
-
tabIndex?: number | undefined
|
|
2468
|
-
radioGroup?: string | undefined
|
|
2459
|
+
tabIndex?: number | undefined;
|
|
2460
|
+
radioGroup?: string | undefined;
|
|
2469
2461
|
role?: React.AriaRole | undefined;
|
|
2470
|
-
about?: string | undefined
|
|
2471
|
-
datatype?: string | undefined
|
|
2462
|
+
about?: string | undefined;
|
|
2463
|
+
datatype?: string | undefined;
|
|
2472
2464
|
inlist?: any;
|
|
2473
|
-
property?: string | undefined
|
|
2474
|
-
rel?: string | undefined
|
|
2475
|
-
resource?: string | undefined
|
|
2476
|
-
rev?: string | undefined
|
|
2477
|
-
typeof?: string | undefined
|
|
2478
|
-
vocab?: string | undefined
|
|
2479
|
-
autoCapitalize?: string | undefined
|
|
2480
|
-
autoCorrect?: string | undefined
|
|
2481
|
-
autoSave?: string | undefined
|
|
2482
|
-
itemProp?: string | undefined
|
|
2483
|
-
itemScope?: boolean | undefined
|
|
2484
|
-
itemType?: string | undefined
|
|
2485
|
-
itemID?: string | undefined
|
|
2486
|
-
itemRef?: string | undefined
|
|
2487
|
-
results?: number | undefined
|
|
2488
|
-
security?: string | undefined
|
|
2489
|
-
unselectable?: "on" | "off" | undefined
|
|
2490
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined
|
|
2491
|
-
is?: string | undefined
|
|
2492
|
-
"aria-activedescendant"?: string | undefined
|
|
2465
|
+
property?: string | undefined;
|
|
2466
|
+
rel?: string | undefined;
|
|
2467
|
+
resource?: string | undefined;
|
|
2468
|
+
rev?: string | undefined;
|
|
2469
|
+
typeof?: string | undefined;
|
|
2470
|
+
vocab?: string | undefined;
|
|
2471
|
+
autoCapitalize?: string | undefined;
|
|
2472
|
+
autoCorrect?: string | undefined;
|
|
2473
|
+
autoSave?: string | undefined;
|
|
2474
|
+
itemProp?: string | undefined;
|
|
2475
|
+
itemScope?: boolean | undefined;
|
|
2476
|
+
itemType?: string | undefined;
|
|
2477
|
+
itemID?: string | undefined;
|
|
2478
|
+
itemRef?: string | undefined;
|
|
2479
|
+
results?: number | undefined;
|
|
2480
|
+
security?: string | undefined;
|
|
2481
|
+
unselectable?: "on" | "off" | undefined;
|
|
2482
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
2483
|
+
is?: string | undefined;
|
|
2484
|
+
"aria-activedescendant"?: string | undefined;
|
|
2493
2485
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
2494
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined
|
|
2486
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
2495
2487
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
2496
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined
|
|
2497
|
-
"aria-colcount"?: number | undefined
|
|
2498
|
-
"aria-colindex"?: number | undefined
|
|
2499
|
-
"aria-colspan"?: number | undefined
|
|
2500
|
-
"aria-controls"?: string | undefined
|
|
2501
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined
|
|
2502
|
-
"aria-describedby"?: string | undefined
|
|
2503
|
-
"aria-details"?: string | undefined
|
|
2488
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2489
|
+
"aria-colcount"?: number | undefined;
|
|
2490
|
+
"aria-colindex"?: number | undefined;
|
|
2491
|
+
"aria-colspan"?: number | undefined;
|
|
2492
|
+
"aria-controls"?: string | undefined;
|
|
2493
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
2494
|
+
"aria-describedby"?: string | undefined;
|
|
2495
|
+
"aria-details"?: string | undefined;
|
|
2504
2496
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
2505
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined
|
|
2506
|
-
"aria-errormessage"?: string | undefined
|
|
2497
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
2498
|
+
"aria-errormessage"?: string | undefined;
|
|
2507
2499
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
2508
|
-
"aria-flowto"?: string | undefined
|
|
2500
|
+
"aria-flowto"?: string | undefined;
|
|
2509
2501
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
2510
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined
|
|
2502
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
2511
2503
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
2512
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined
|
|
2513
|
-
"aria-keyshortcuts"?: string | undefined
|
|
2514
|
-
"aria-label"?: string | undefined
|
|
2515
|
-
"aria-labelledby"?: string | undefined
|
|
2516
|
-
"aria-level"?: number | undefined
|
|
2517
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined
|
|
2504
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2505
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
2506
|
+
"aria-label"?: string | undefined;
|
|
2507
|
+
"aria-labelledby"?: string | undefined;
|
|
2508
|
+
"aria-level"?: number | undefined;
|
|
2509
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2518
2510
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
2519
2511
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
2520
2512
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
2521
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined
|
|
2522
|
-
"aria-owns"?: string | undefined
|
|
2523
|
-
"aria-placeholder"?: string | undefined
|
|
2524
|
-
"aria-posinset"?: number | undefined
|
|
2525
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined
|
|
2513
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2514
|
+
"aria-owns"?: string | undefined;
|
|
2515
|
+
"aria-placeholder"?: string | undefined;
|
|
2516
|
+
"aria-posinset"?: number | undefined;
|
|
2517
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2526
2518
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
2527
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined
|
|
2519
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
2528
2520
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
2529
|
-
"aria-roledescription"?: string | undefined
|
|
2530
|
-
"aria-rowcount"?: number | undefined
|
|
2531
|
-
"aria-rowindex"?: number | undefined
|
|
2532
|
-
"aria-rowspan"?: number | undefined
|
|
2521
|
+
"aria-roledescription"?: string | undefined;
|
|
2522
|
+
"aria-rowcount"?: number | undefined;
|
|
2523
|
+
"aria-rowindex"?: number | undefined;
|
|
2524
|
+
"aria-rowspan"?: number | undefined;
|
|
2533
2525
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
2534
|
-
"aria-setsize"?: number | undefined
|
|
2535
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined
|
|
2536
|
-
"aria-valuemax"?: number | undefined
|
|
2537
|
-
"aria-valuemin"?: number | undefined
|
|
2538
|
-
"aria-valuenow"?: number | undefined
|
|
2539
|
-
"aria-valuetext"?: string | undefined
|
|
2540
|
-
children?: React.ReactNode;
|
|
2526
|
+
"aria-setsize"?: number | undefined;
|
|
2527
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2528
|
+
"aria-valuemax"?: number | undefined;
|
|
2529
|
+
"aria-valuemin"?: number | undefined;
|
|
2530
|
+
"aria-valuenow"?: number | undefined;
|
|
2531
|
+
"aria-valuetext"?: string | undefined;
|
|
2532
|
+
children?: React.ReactNode | undefined;
|
|
2541
2533
|
dangerouslySetInnerHTML?: {
|
|
2542
2534
|
__html: string | TrustedHTML;
|
|
2543
|
-
} | undefined
|
|
2535
|
+
} | undefined;
|
|
2544
2536
|
onCopy?: (React.ClipboardEventHandler<HTMLDivElement> & React.ClipboardEventHandler<HTMLButtonElement>) | undefined;
|
|
2545
2537
|
onCopyCapture?: (React.ClipboardEventHandler<HTMLDivElement> & React.ClipboardEventHandler<HTMLButtonElement>) | undefined;
|
|
2546
2538
|
onCut?: (React.ClipboardEventHandler<HTMLDivElement> & React.ClipboardEventHandler<HTMLButtonElement>) | undefined;
|
|
@@ -2737,15 +2729,15 @@ export declare const CheckboxTree: (({ checked, defaultChecked, onCheckedChange,
|
|
|
2737
2729
|
} & {
|
|
2738
2730
|
[x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "revert-layer" | "normal" | "unsafe" | "safe" | "start" | "end" | "flex-start" | "flex-end" | "self-start" | "self-end" | "baseline" | "first baseline" | "last baseline" | undefined;
|
|
2739
2731
|
}) | undefined;
|
|
2740
|
-
name?: string | undefined
|
|
2741
|
-
type?: "submit" | "reset" | "button" | undefined
|
|
2742
|
-
disabled?: boolean | undefined
|
|
2743
|
-
formAction?: string | undefined
|
|
2744
|
-
formEncType?: string | undefined
|
|
2745
|
-
formMethod?: string | undefined
|
|
2746
|
-
formNoValidate?: boolean | undefined
|
|
2747
|
-
formTarget?: string | undefined
|
|
2748
|
-
value?: string |
|
|
2732
|
+
name?: string | undefined;
|
|
2733
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
2734
|
+
disabled?: boolean | undefined;
|
|
2735
|
+
formAction?: string | undefined;
|
|
2736
|
+
formEncType?: string | undefined;
|
|
2737
|
+
formMethod?: string | undefined;
|
|
2738
|
+
formNoValidate?: boolean | undefined;
|
|
2739
|
+
formTarget?: string | undefined;
|
|
2740
|
+
value?: string | readonly string[] | number | undefined;
|
|
2749
2741
|
state?: "error" | ({
|
|
2750
2742
|
"@sm"?: "error" | undefined;
|
|
2751
2743
|
"@md"?: "error" | undefined;
|