@audira/carbon-react-native 1.0.4 → 1.0.6
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/lib/commonjs/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +6 -0
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js +17 -0
- package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
- package/lib/commonjs/_internal/components/index.js +17 -0
- package/lib/commonjs/_internal/components/index.js.map +1 -0
- package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
- package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
- package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
- package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
- package/lib/commonjs/carbon-react-native/CarbonReactNative.js +8 -6
- package/lib/commonjs/carbon-react-native/CarbonReactNative.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/color.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/flex.js +9 -1
- package/lib/commonjs/carbon-style-sheet/g/flex.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g/font.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/index.js +11 -0
- package/lib/commonjs/carbon-style-sheet/g/index.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g/spacing.js +172 -4
- package/lib/commonjs/carbon-style-sheet/g/spacing.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/visibility.js +40 -0
- package/lib/commonjs/carbon-style-sheet/g/visibility.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/flex.js +4 -1
- package/lib/commonjs/carbon-style-sheet/g-object/flex.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/index.js +11 -0
- package/lib/commonjs/carbon-style-sheet/g-object/index.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +67 -4
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js.map +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/typography.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/visibility.js +26 -0
- package/lib/commonjs/carbon-style-sheet/g-object/visibility.js.map +1 -0
- package/lib/commonjs/components/accordion/AccordionItemRefBase.js +2 -0
- package/lib/commonjs/components/accordion/AccordionItemRefBase.js.map +1 -0
- package/lib/commonjs/components/accordion/_Header.js +8 -6
- package/lib/commonjs/components/accordion/_Header.js.map +1 -1
- package/lib/commonjs/components/accordion/_Item.js +11 -9
- package/lib/commonjs/components/accordion/_Item.js.map +1 -1
- package/lib/commonjs/components/accordion/_motion.js.map +1 -1
- package/lib/commonjs/components/accordion/index.js +0 -66
- package/lib/commonjs/components/accordion/index.js.map +1 -1
- package/lib/commonjs/components/box/Box.js +6 -0
- package/lib/commonjs/components/box/Box.js.map +1 -1
- package/lib/commonjs/components/button/base/Base.js +5 -14
- package/lib/commonjs/components/button/base/Base.js.map +1 -1
- package/lib/commonjs/components/button/ghost/Ghost.js +0 -15
- package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
- package/lib/commonjs/components/checkbox/Checkbox.js +1 -1
- package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/CheckboxRefBase.js +6 -0
- package/lib/commonjs/components/checkbox/CheckboxRefBase.js.map +1 -0
- package/lib/commonjs/components/checkbox/index.js +0 -22
- package/lib/commonjs/components/checkbox/index.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js +2 -2
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js +6 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/index.js +0 -44
- package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
- package/lib/commonjs/components/collapsible/Collapsible.js +26 -33
- package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
- package/lib/commonjs/components/collapsible/CollapsibleRefBase.js +2 -0
- package/lib/commonjs/components/collapsible/CollapsibleRefBase.js.map +1 -0
- package/lib/commonjs/components/collapsible/index.js +0 -22
- package/lib/commonjs/components/collapsible/index.js.map +1 -1
- package/lib/commonjs/components/index.js +140 -42
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/radio-button/RadioButton.js +1 -1
- package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
- package/lib/commonjs/components/radio-button/RadioButtonRefBase.js +6 -0
- package/lib/commonjs/components/radio-button/RadioButtonRefBase.js.map +1 -0
- package/lib/commonjs/components/radio-button/index.js +0 -22
- package/lib/commonjs/components/radio-button/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/index.js +0 -33
- package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
- package/lib/commonjs/components/scroll-view/ScrollView.js +35 -0
- package/lib/commonjs/components/scroll-view/ScrollView.js.map +1 -0
- package/lib/commonjs/components/scroll-view/ScrollViewProps.js +6 -0
- package/lib/commonjs/components/{radio-button-input/_RefBase.js.map → scroll-view/ScrollViewProps.js.map} +1 -1
- package/lib/commonjs/components/scroll-view/index.js +17 -0
- package/lib/commonjs/components/scroll-view/index.js.map +1 -0
- package/lib/commonjs/components/switch/Switch.js +3 -2
- package/lib/commonjs/components/switch/Switch.js.map +1 -1
- package/lib/commonjs/components/switch/SwitchRefBase.js +2 -0
- package/lib/{module/components/collapsible/_RefBase.js.map → commonjs/components/switch/SwitchRefBase.js.map} +1 -1
- package/lib/commonjs/components/switch/index.js +0 -44
- package/lib/commonjs/components/switch/index.js.map +1 -1
- package/lib/commonjs/components/table/Table.js +15 -10
- package/lib/commonjs/components/table/Table.js.map +1 -1
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js +81 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js +6 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js +6 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
- package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js +11 -0
- package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar/index.js +17 -0
- package/lib/commonjs/components/table-batch-action-bar/index.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js +38 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +6 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +6 -0
- package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
- package/lib/commonjs/components/table-batch-action-bar-button/index.js +17 -0
- package/lib/commonjs/components/table-batch-action-bar-button/index.js.map +1 -0
- package/lib/commonjs/components/table-cell/TableCell.js +4 -2
- package/lib/commonjs/components/table-cell/TableCell.js.map +1 -1
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js +92 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +6 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js +6 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js +6 -0
- package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
- package/lib/commonjs/components/table-cell-checkbox/index.js +17 -0
- package/lib/commonjs/components/table-cell-checkbox/index.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js +3 -3
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
- package/lib/commonjs/components/table-cell-text/TableCellText.js +5 -7
- package/lib/commonjs/components/table-cell-text/TableCellText.js.map +1 -1
- package/lib/commonjs/components/table-header/TableHeader.js +53 -0
- package/lib/commonjs/components/table-header/TableHeader.js.map +1 -0
- package/lib/commonjs/components/table-header/TableHeaderProps.js +6 -0
- package/lib/commonjs/components/table-header/TableHeaderProps.js.map +1 -0
- package/lib/commonjs/components/table-header/TableHeaderRef.js +6 -0
- package/lib/{module/components/radio-button-input/_RefBase.js.map → commonjs/components/table-header/TableHeaderRef.js.map} +1 -1
- package/lib/commonjs/components/table-header/index.js +17 -0
- package/lib/commonjs/components/table-header/index.js.map +1 -0
- package/lib/commonjs/components/table-row/TableRow.js +51 -32
- package/lib/commonjs/components/table-row/TableRow.js.map +1 -1
- package/lib/commonjs/components/table-row/_TableRowContext.js +5 -1
- package/lib/commonjs/components/table-row/_TableRowContext.js.map +1 -1
- package/lib/commonjs/components/table-row/_TableRowContextProvider.js +27 -0
- package/lib/commonjs/components/table-row/_TableRowContextProvider.js.map +1 -0
- package/lib/commonjs/components/table-row/_style-sheet-height.js +3 -0
- package/lib/commonjs/components/table-row/_style-sheet-height.js.map +1 -1
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js +212 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js +6 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js +6 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js +6 -0
- package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +77 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +6 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js +17 -0
- package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
- package/lib/commonjs/components/table-row-collapsible/index.js +17 -0
- package/lib/commonjs/components/table-row-collapsible/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/TableToolbar.js +84 -0
- package/lib/commonjs/components/table-toolbar/TableToolbar.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarProps.js +6 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarRef.js +6 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarSize.js +2 -0
- package/lib/commonjs/components/table-toolbar/TableToolbarSize.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js +11 -0
- package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js.map +1 -0
- package/lib/commonjs/components/table-toolbar/index.js +17 -0
- package/lib/commonjs/components/table-toolbar/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/_useSize.js +17 -0
- package/lib/commonjs/components/table-toolbar-button/_useSize.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js +22 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
- package/lib/commonjs/components/{checkbox-input/_RefBase.js → table-toolbar-button/ghost/GhostProps.js} +1 -1
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
- package/lib/commonjs/components/{toggle/base/_RefBase.js → table-toolbar-button/ghost/GhostRef.js} +1 -1
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
- package/lib/commonjs/components/{accordion/_chevron → table-toolbar-button/ghost}/index.js +4 -4
- package/lib/commonjs/components/table-toolbar-button/ghost/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js +22 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/commonjs/components/{accordion/_chevron/ChevronProps.js → table-toolbar-button/ghost-icon/GhostIconRef.js} +1 -1
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/index.js +39 -0
- package/lib/commonjs/components/table-toolbar-button/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/primary/Primary.js +22 -0
- package/lib/commonjs/components/table-toolbar-button/primary/Primary.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
- package/lib/commonjs/components/{checkbox/_RefBase.js → table-toolbar-button/primary/PrimaryRef.js} +1 -1
- package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/primary/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-button/primary/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js +60 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
- package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
- package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +23 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +29 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +6 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js +86 -0
- package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-switcher/index.js +17 -0
- package/lib/commonjs/components/table-toolbar-switcher/index.js.map +1 -0
- package/lib/commonjs/components/{radio-button/_RefBase.js → toggle/base/BaseRefBase.js} +1 -1
- package/lib/commonjs/components/toggle/base/BaseRefBase.js.map +1 -0
- package/lib/commonjs/components/toggle/base/index.js +0 -22
- package/lib/commonjs/components/toggle/base/index.js.map +1 -1
- package/lib/module/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
- package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
- package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +4 -0
- package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
- package/lib/module/_internal/components/animated-collapsible-chevron/index.js +4 -0
- package/lib/module/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
- package/lib/module/_internal/components/index.js +4 -0
- package/lib/module/_internal/components/index.js.map +1 -0
- package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
- package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
- package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
- package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
- package/lib/module/carbon-react-native/CarbonReactNative.js +8 -6
- package/lib/module/carbon-react-native/CarbonReactNative.js.map +1 -1
- package/lib/module/carbon-style-sheet/color.js +1 -1
- package/lib/module/carbon-style-sheet/g/flex.js +7 -0
- package/lib/module/carbon-style-sheet/g/flex.js.map +1 -1
- package/lib/module/carbon-style-sheet/g/font.js +1 -1
- package/lib/module/carbon-style-sheet/g/index.js +1 -0
- package/lib/module/carbon-style-sheet/g/index.js.map +1 -1
- package/lib/module/carbon-style-sheet/g/spacing.js +148 -1
- package/lib/module/carbon-style-sheet/g/spacing.js.map +1 -1
- package/lib/module/carbon-style-sheet/g/typography.js +1 -1
- package/lib/module/carbon-style-sheet/g/visibility.js +34 -0
- package/lib/module/carbon-style-sheet/g/visibility.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/flex.js +3 -0
- package/lib/module/carbon-style-sheet/g-object/flex.js.map +1 -1
- package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/index.js +1 -0
- package/lib/module/carbon-style-sheet/g-object/index.js.map +1 -1
- package/lib/module/carbon-style-sheet/g-object/spacing.js +64 -1
- package/lib/module/carbon-style-sheet/g-object/spacing.js.map +1 -1
- package/lib/module/carbon-style-sheet/g-object/typography.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/visibility.js +22 -0
- package/lib/module/carbon-style-sheet/g-object/visibility.js.map +1 -0
- package/lib/module/components/accordion/AccordionItemRefBase.js +2 -0
- package/lib/module/components/accordion/AccordionItemRefBase.js.map +1 -0
- package/lib/module/components/accordion/_Header.js +4 -2
- package/lib/module/components/accordion/_Header.js.map +1 -1
- package/lib/module/components/accordion/_Item.js +11 -9
- package/lib/module/components/accordion/_Item.js.map +1 -1
- package/lib/module/components/accordion/_motion.js.map +1 -1
- package/lib/module/components/accordion/index.js +0 -6
- package/lib/module/components/accordion/index.js.map +1 -1
- package/lib/module/components/box/Box.js +6 -0
- package/lib/module/components/box/Box.js.map +1 -1
- package/lib/module/components/button/base/Base.js +5 -14
- package/lib/module/components/button/base/Base.js.map +1 -1
- package/lib/module/components/button/ghost/Ghost.js +1 -16
- package/lib/module/components/button/ghost/Ghost.js.map +1 -1
- package/lib/module/components/checkbox/Checkbox.js +1 -1
- package/lib/module/components/checkbox/Checkbox.js.map +1 -1
- package/lib/module/components/checkbox/CheckboxRefBase.js +4 -0
- package/lib/module/components/checkbox/CheckboxRefBase.js.map +1 -0
- package/lib/module/components/checkbox/index.js +0 -2
- package/lib/module/components/checkbox/index.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInput.js +2 -2
- package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInputRefBase.js +4 -0
- package/lib/module/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
- package/lib/module/components/checkbox-input/index.js +0 -4
- package/lib/module/components/checkbox-input/index.js.map +1 -1
- package/lib/module/components/collapsible/Collapsible.js +26 -33
- package/lib/module/components/collapsible/Collapsible.js.map +1 -1
- package/lib/module/components/collapsible/CollapsibleRefBase.js +2 -0
- package/lib/module/components/collapsible/CollapsibleRefBase.js.map +1 -0
- package/lib/module/components/collapsible/index.js +0 -2
- package/lib/module/components/collapsible/index.js.map +1 -1
- package/lib/module/components/index.js +10 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/radio-button/RadioButton.js +1 -1
- package/lib/module/components/radio-button/RadioButton.js.map +1 -1
- package/lib/module/components/radio-button/RadioButtonRefBase.js +4 -0
- package/lib/module/components/radio-button/RadioButtonRefBase.js.map +1 -0
- package/lib/module/components/radio-button/index.js +0 -2
- package/lib/module/components/radio-button/index.js.map +1 -1
- package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
- package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
- package/lib/module/components/radio-button-input/index.js +0 -3
- package/lib/module/components/radio-button-input/index.js.map +1 -1
- package/lib/module/components/scroll-view/ScrollView.js +30 -0
- package/lib/module/components/scroll-view/ScrollView.js.map +1 -0
- package/lib/module/components/scroll-view/ScrollViewProps.js +4 -0
- package/lib/module/components/scroll-view/ScrollViewProps.js.map +1 -0
- package/lib/module/components/scroll-view/index.js +4 -0
- package/lib/module/components/scroll-view/index.js.map +1 -0
- package/lib/module/components/switch/Switch.js +3 -2
- package/lib/module/components/switch/Switch.js.map +1 -1
- package/lib/module/components/switch/SwitchRefBase.js +2 -0
- package/lib/{commonjs/components/collapsible/_RefBase.js.map → module/components/switch/SwitchRefBase.js.map} +1 -1
- package/lib/module/components/switch/index.js +0 -4
- package/lib/module/components/switch/index.js.map +1 -1
- package/lib/module/components/table/Table.js +15 -10
- package/lib/module/components/table/Table.js.map +1 -1
- package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js +76 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js +4 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js +4 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
- package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js +7 -0
- package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
- package/lib/module/components/table-batch-action-bar/index.js +4 -0
- package/lib/module/components/table-batch-action-bar/index.js.map +1 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js +33 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +4 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +4 -0
- package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
- package/lib/module/components/table-batch-action-bar-button/index.js +4 -0
- package/lib/module/components/table-batch-action-bar-button/index.js.map +1 -0
- package/lib/module/components/table-cell/TableCell.js +4 -2
- package/lib/module/components/table-cell/TableCell.js.map +1 -1
- package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js +87 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +4 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js +4 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js +4 -0
- package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
- package/lib/module/components/table-cell-checkbox/index.js +4 -0
- package/lib/module/components/table-cell-checkbox/index.js.map +1 -0
- package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js +4 -4
- package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
- package/lib/module/components/table-cell-text/TableCellText.js +5 -7
- package/lib/module/components/table-cell-text/TableCellText.js.map +1 -1
- package/lib/module/components/table-header/TableHeader.js +48 -0
- package/lib/module/components/table-header/TableHeader.js.map +1 -0
- package/lib/module/components/table-header/TableHeaderProps.js +4 -0
- package/lib/module/components/table-header/TableHeaderProps.js.map +1 -0
- package/lib/module/components/table-header/TableHeaderRef.js +4 -0
- package/lib/module/components/table-header/TableHeaderRef.js.map +1 -0
- package/lib/module/components/table-header/index.js +4 -0
- package/lib/module/components/table-header/index.js.map +1 -0
- package/lib/module/components/table-row/TableRow.js +51 -32
- package/lib/module/components/table-row/TableRow.js.map +1 -1
- package/lib/module/components/table-row/_TableRowContext.js +5 -1
- package/lib/module/components/table-row/_TableRowContext.js.map +1 -1
- package/lib/module/components/table-row/_TableRowContextProvider.js +23 -0
- package/lib/module/components/table-row/_TableRowContextProvider.js.map +1 -0
- package/lib/module/components/table-row/_style-sheet-height.js +3 -0
- package/lib/module/components/table-row/_style-sheet-height.js.map +1 -1
- package/lib/module/components/table-row-collapsible/TableRowCollapsible.js +207 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js +4 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js +4 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js +4 -0
- package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +72 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +4 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js +4 -0
- package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
- package/lib/module/components/table-row-collapsible/index.js +4 -0
- package/lib/module/components/table-row-collapsible/index.js.map +1 -0
- package/lib/module/components/table-toolbar/TableToolbar.js +79 -0
- package/lib/module/components/table-toolbar/TableToolbar.js.map +1 -0
- package/lib/module/components/table-toolbar/TableToolbarProps.js +4 -0
- package/lib/module/components/table-toolbar/TableToolbarProps.js.map +1 -0
- package/lib/module/components/table-toolbar/TableToolbarRef.js +4 -0
- package/lib/module/components/table-toolbar/TableToolbarRef.js.map +1 -0
- package/lib/module/components/table-toolbar/TableToolbarSize.js +2 -0
- package/lib/module/components/table-toolbar/TableToolbarSize.js.map +1 -0
- package/lib/module/components/table-toolbar/_TableToolbarContext.js +7 -0
- package/lib/module/components/table-toolbar/_TableToolbarContext.js.map +1 -0
- package/lib/module/components/table-toolbar/index.js +4 -0
- package/lib/module/components/table-toolbar/index.js.map +1 -0
- package/lib/module/components/table-toolbar-button/_useSize.js +13 -0
- package/lib/module/components/table-toolbar-button/_useSize.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost/Ghost.js +18 -0
- package/lib/module/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost/GhostProps.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost/GhostRef.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost/index.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost/index.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js +18 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/index.js +4 -0
- package/lib/module/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
- package/lib/module/components/table-toolbar-button/index.js +6 -0
- package/lib/module/components/table-toolbar-button/index.js.map +1 -0
- package/lib/module/components/table-toolbar-button/primary/Primary.js +18 -0
- package/lib/module/components/table-toolbar-button/primary/Primary.js.map +1 -0
- package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js +4 -0
- package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
- package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js +4 -0
- package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
- package/lib/module/components/table-toolbar-button/primary/index.js +4 -0
- package/lib/module/components/table-toolbar-button/primary/index.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js +56 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +4 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +4 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
- package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
- package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +19 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +25 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js +4 -0
- package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js +81 -0
- package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
- package/lib/module/components/table-toolbar-switcher/index.js +4 -0
- package/lib/module/components/table-toolbar-switcher/index.js.map +1 -0
- package/lib/module/components/toggle/base/BaseRefBase.js +4 -0
- package/lib/module/components/toggle/base/BaseRefBase.js.map +1 -0
- package/lib/module/components/toggle/base/index.js +0 -2
- package/lib/module/components/toggle/base/index.js.map +1 -1
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/components/index.d.ts +2 -0
- package/lib/typescript/commonjs/_internal/components/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
- package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts +3 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts +63 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts +19 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts +3 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts +63 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts +19 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts +11 -0
- package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/accordion/_Header.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_context.d.ts +1 -1
- package/lib/typescript/commonjs/components/accordion/_context.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_motion.d.ts +9 -2
- package/lib/typescript/commonjs/components/accordion/_motion.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/index.d.ts +7 -6
- package/lib/typescript/commonjs/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/box/Box.d.ts +6 -0
- package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts +5 -0
- package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/checkbox/index.d.ts +3 -2
- package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
- package/lib/typescript/{module/components/checkbox-input/_RefBase.d.ts → commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +5 -4
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts +1 -2
- package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts +9 -0
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/collapsible/index.d.ts +3 -2
- package/lib/typescript/commonjs/components/collapsible/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/index.d.ts +10 -1
- package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts +4 -0
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/radio-button/index.d.ts +3 -2
- package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/radio-button-input/index.d.ts +4 -3
- package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts +9 -0
- package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/scroll-view/index.d.ts +3 -0
- package/lib/typescript/commonjs/components/scroll-view/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts +11 -0
- package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/switch/index.d.ts +5 -4
- package/lib/typescript/commonjs/components/switch/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table/Table.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table/TableProps.d.ts +15 -0
- package/lib/typescript/commonjs/components/table/TableProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table/TableRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/table/TableRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell/TableCell.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-cell-text/TableCellText.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts +9 -0
- package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-header/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-header/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/TableRow.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts +1 -1
- package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +10 -1
- package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts +3 -1
- package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts +8 -0
- package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts +22 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts +2 -0
- package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
- package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts +4 -0
- package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/toggle/base/index.d.ts +3 -2
- package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
- package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/components/index.d.ts +2 -0
- package/lib/typescript/module/_internal/components/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
- package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
- package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
- package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts +3 -0
- package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g/index.d.ts +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/index.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts +63 -0
- package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts +19 -0
- package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts +3 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts +63 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
- package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts +19 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
- package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts +2 -2
- package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts +11 -0
- package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/accordion/_Header.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_context.d.ts +1 -1
- package/lib/typescript/module/components/accordion/_context.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_motion.d.ts +9 -2
- package/lib/typescript/module/components/accordion/_motion.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/index.d.ts +7 -6
- package/lib/typescript/module/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/module/components/box/Box.d.ts +6 -0
- package/lib/typescript/module/components/box/Box.d.ts.map +1 -1
- package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts +2 -2
- package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts +5 -0
- package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/checkbox/index.d.ts +3 -2
- package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
- package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
- package/lib/typescript/{commonjs/components/checkbox-input/_RefBase.d.ts → module/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
- package/lib/typescript/module/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/checkbox-input/index.d.ts +5 -4
- package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts +1 -2
- package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts +2 -2
- package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts +9 -0
- package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/collapsible/index.d.ts +3 -2
- package/lib/typescript/module/components/collapsible/index.d.ts.map +1 -1
- package/lib/typescript/module/components/index.d.ts +10 -1
- package/lib/typescript/module/components/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts +2 -2
- package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts +4 -0
- package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/radio-button/index.d.ts +3 -2
- package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/radio-button-input/index.d.ts +4 -3
- package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/module/components/scroll-view/ScrollView.d.ts +9 -0
- package/lib/typescript/module/components/scroll-view/ScrollView.d.ts.map +1 -0
- package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts +4 -0
- package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
- package/lib/typescript/module/components/scroll-view/index.d.ts +3 -0
- package/lib/typescript/module/components/scroll-view/index.d.ts.map +1 -0
- package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/module/components/switch/SwitchRef.d.ts +2 -2
- package/lib/typescript/module/components/switch/SwitchRef.d.ts.map +1 -1
- package/lib/typescript/module/components/switch/SwitchRefBase.d.ts +11 -0
- package/lib/typescript/module/components/switch/SwitchRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/switch/index.d.ts +5 -4
- package/lib/typescript/module/components/switch/index.d.ts.map +1 -1
- package/lib/typescript/module/components/table/Table.d.ts.map +1 -1
- package/lib/typescript/module/components/table/TableProps.d.ts +15 -0
- package/lib/typescript/module/components/table/TableProps.d.ts.map +1 -1
- package/lib/typescript/module/components/table/TableRef.d.ts +2 -2
- package/lib/typescript/module/components/table/TableRef.d.ts.map +1 -1
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
- package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
- package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar/index.d.ts +5 -0
- package/lib/typescript/module/components/table-batch-action-bar/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts +4 -0
- package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell/TableCell.d.ts.map +1 -1
- package/lib/typescript/module/components/table-cell/TableCellProps.d.ts +5 -0
- package/lib/typescript/module/components/table-cell/TableCellProps.d.ts.map +1 -1
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
- package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-checkbox/index.d.ts +5 -0
- package/lib/typescript/module/components/table-cell-checkbox/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
- package/lib/typescript/module/components/table-cell-text/TableCellText.d.ts.map +1 -1
- package/lib/typescript/module/components/table-header/TableHeader.d.ts +4 -0
- package/lib/typescript/module/components/table-header/TableHeader.d.ts.map +1 -0
- package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts +9 -0
- package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts +4 -0
- package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-header/index.d.ts +4 -0
- package/lib/typescript/module/components/table-header/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/TableRow.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts +1 -1
- package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row/TableRowProps.d.ts +10 -1
- package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row/_TableRowContext.d.ts +3 -1
- package/lib/typescript/module/components/table-row/_TableRowContext.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts +8 -0
- package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts +3 -0
- package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts.map +1 -1
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
- package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
- package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-collapsible/index.d.ts +4 -0
- package/lib/typescript/module/components/table-row-collapsible/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts +22 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts +2 -0
- package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
- package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar/index.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts +3 -0
- package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
- package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
- package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
- package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts +5 -0
- package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts.map +1 -0
- package/lib/typescript/module/components/toggle/base/BaseRef.d.ts +2 -2
- package/lib/typescript/module/components/toggle/base/BaseRef.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts +4 -0
- package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts.map +1 -0
- package/lib/typescript/module/components/toggle/base/index.d.ts +3 -2
- package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/{components/accordion/_chevron/Chevron.tsx → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.tsx} +35 -11
- package/src/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.ts +14 -0
- package/src/_internal/components/animated-collapsible-chevron/index.ts +2 -0
- package/src/_internal/components/index.ts +1 -0
- package/src/_internal/contexts/global-config/GlobalConfigContext.ts +5 -1
- package/src/_internal/providers/global-config/GlobalConfigProvider.tsx +14 -4
- package/src/_internal/providers/global-config/GlobalConfigProviderProps.ts +1 -1
- package/src/carbon-react-native/CarbonReactNative.tsx +8 -8
- package/src/carbon-react-native/CarbonReactNativeProps.ts +1 -1
- package/src/carbon-style-sheet/color.ts +1 -1
- package/src/carbon-style-sheet/g/flex.ts +6 -0
- package/src/carbon-style-sheet/g/font.ts +1 -1
- package/src/carbon-style-sheet/g/index.ts +1 -0
- package/src/carbon-style-sheet/g/spacing.ts +106 -1
- package/src/carbon-style-sheet/g/typography.ts +1 -1
- package/src/carbon-style-sheet/g/visibility.ts +32 -0
- package/src/carbon-style-sheet/g-object/flex.ts +4 -0
- package/src/carbon-style-sheet/g-object/font.ts +1 -1
- package/src/carbon-style-sheet/g-object/index.ts +1 -0
- package/src/carbon-style-sheet/g-object/spacing.ts +85 -1
- package/src/carbon-style-sheet/g-object/typography.ts +1 -1
- package/src/carbon-style-sheet/g-object/visibility.ts +23 -0
- package/src/components/accordion/AccordionItemRef.ts +3 -3
- package/src/components/accordion/AccordionItemRefBase.ts +10 -0
- package/src/components/accordion/_Header.tsx +8 -3
- package/src/components/accordion/_Item.tsx +19 -16
- package/src/components/accordion/_context.ts +1 -1
- package/src/components/accordion/_motion.ts +2 -2
- package/src/components/accordion/index.ts +7 -6
- package/src/components/box/Box.tsx +6 -0
- package/src/components/button/base/Base.tsx +6 -17
- package/src/components/button/ghost/Ghost.tsx +3 -23
- package/src/components/checkbox/Checkbox.tsx +4 -5
- package/src/components/checkbox/CheckboxRef.ts +3 -3
- package/src/components/checkbox/CheckboxRefBase.ts +7 -0
- package/src/components/checkbox/index.ts +3 -2
- package/src/components/checkbox-input/CheckboxInput.tsx +7 -7
- package/src/components/checkbox-input/CheckboxInputRef.ts +3 -4
- package/src/components/checkbox-input/{_RefBase.ts → CheckboxInputRefBase.ts} +5 -2
- package/src/components/checkbox-input/index.ts +5 -4
- package/src/components/collapsible/Collapsible.tsx +23 -40
- package/src/components/collapsible/CollapsibleProps.ts +1 -2
- package/src/components/collapsible/CollapsibleRef.ts +3 -3
- package/src/components/collapsible/CollapsibleRefBase.ts +8 -0
- package/src/components/collapsible/index.ts +3 -2
- package/src/components/index.ts +10 -0
- package/src/components/radio-button/RadioButton.tsx +4 -4
- package/src/components/radio-button/RadioButtonRef.ts +3 -3
- package/src/components/radio-button/RadioButtonRefBase.ts +6 -0
- package/src/components/radio-button/index.ts +3 -2
- package/src/components/radio-button-input/RadioButtonInput.tsx +3 -3
- package/src/components/radio-button-input/RadioButtonInputRef.ts +3 -3
- package/src/components/radio-button-input/RadioButtonInputRefBase.ts +10 -0
- package/src/components/radio-button-input/index.ts +4 -3
- package/src/components/scroll-view/ScrollView.tsx +62 -0
- package/src/components/scroll-view/ScrollViewProps.ts +6 -0
- package/src/components/scroll-view/index.ts +2 -0
- package/src/components/switch/Switch.tsx +8 -7
- package/src/components/switch/SwitchRef.ts +3 -3
- package/src/components/switch/SwitchRefBase.ts +10 -0
- package/src/components/switch/index.ts +5 -4
- package/src/components/table/Table.tsx +18 -7
- package/src/components/table/TableProps.ts +24 -0
- package/src/components/table/TableRef.ts +3 -3
- package/src/components/table-batch-action-bar/TableBatchActionBar.tsx +156 -0
- package/src/components/table-batch-action-bar/TableBatchActionBarProps.ts +42 -0
- package/src/components/table-batch-action-bar/TableBatchActionBarRef.ts +6 -0
- package/src/components/table-batch-action-bar/TableBatchActionBarSize.ts +3 -0
- package/src/components/table-batch-action-bar/_TableBatchActionBarContext.ts +15 -0
- package/src/components/table-batch-action-bar/index.ts +4 -0
- package/src/components/table-batch-action-bar-button/TableBatchActionBarButton.tsx +74 -0
- package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts +6 -0
- package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts +6 -0
- package/src/components/table-batch-action-bar-button/index.ts +3 -0
- package/src/components/table-cell/TableCell.tsx +3 -0
- package/src/components/table-cell/TableCellProps.ts +5 -0
- package/src/components/table-cell-checkbox/TableCellCheckbox.tsx +168 -0
- package/src/components/table-cell-checkbox/TableCellCheckboxInteractiveState.ts +13 -0
- package/src/components/table-cell-checkbox/TableCellCheckboxProps.ts +26 -0
- package/src/components/table-cell-checkbox/TableCellCheckboxRef.ts +10 -0
- package/src/components/table-cell-checkbox/index.ts +4 -0
- package/src/components/table-cell-header/_sort-icon/SortIcon.tsx +4 -3
- package/src/components/table-cell-text/TableCellText.tsx +7 -8
- package/src/components/table-header/TableHeader.tsx +110 -0
- package/src/components/table-header/TableHeaderProps.ts +22 -0
- package/src/components/table-header/TableHeaderRef.ts +6 -0
- package/src/components/table-header/index.ts +3 -0
- package/src/components/table-row/TableRow.tsx +100 -55
- package/src/components/table-row/TableRowInteractiveState.ts +0 -1
- package/src/components/table-row/TableRowProps.ts +10 -1
- package/src/components/table-row/_TableRowContext.ts +7 -1
- package/src/components/table-row/_TableRowContextProvider.tsx +38 -0
- package/src/components/table-row/_style-sheet-height.ts +3 -0
- package/src/components/table-row-collapsible/TableRowCollapsible.tsx +415 -0
- package/src/components/table-row-collapsible/TableRowCollapsibleProps.ts +44 -0
- package/src/components/table-row-collapsible/TableRowCollapsibleRef.ts +10 -0
- package/src/components/table-row-collapsible/TableRowCollapsibleRefBase.ts +10 -0
- package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.tsx +140 -0
- package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.ts +13 -0
- package/src/components/table-row-collapsible/_table-cell-chevron/index.ts +2 -0
- package/src/components/table-row-collapsible/index.ts +3 -0
- package/src/components/table-toolbar/TableToolbar.tsx +165 -0
- package/src/components/table-toolbar/TableToolbarProps.ts +27 -0
- package/src/components/table-toolbar/TableToolbarRef.ts +6 -0
- package/src/components/table-toolbar/TableToolbarSize.ts +3 -0
- package/src/components/table-toolbar/_TableToolbarContext.ts +15 -0
- package/src/components/table-toolbar/index.ts +4 -0
- package/src/components/table-toolbar-button/_useSize.tsx +28 -0
- package/src/components/table-toolbar-button/ghost/Ghost.tsx +43 -0
- package/src/components/table-toolbar-button/ghost/GhostProps.ts +6 -0
- package/src/components/table-toolbar-button/ghost/GhostRef.ts +6 -0
- package/src/components/table-toolbar-button/ghost/index.ts +3 -0
- package/src/components/table-toolbar-button/ghost-icon/GhostIcon.tsx +43 -0
- package/src/components/table-toolbar-button/ghost-icon/GhostIconProps.ts +6 -0
- package/src/components/table-toolbar-button/ghost-icon/GhostIconRef.ts +6 -0
- package/src/components/table-toolbar-button/ghost-icon/index.ts +3 -0
- package/src/components/table-toolbar-button/index.ts +3 -0
- package/src/components/table-toolbar-button/primary/Primary.tsx +43 -0
- package/src/components/table-toolbar-button/primary/PrimaryProps.ts +6 -0
- package/src/components/table-toolbar-button/primary/PrimaryRef.ts +6 -0
- package/src/components/table-toolbar-button/primary/index.ts +3 -0
- package/src/components/table-toolbar-switcher/TableToolbarSwitcher.tsx +110 -0
- package/src/components/table-toolbar-switcher/TableToolbarSwitcherProps.ts +18 -0
- package/src/components/table-toolbar-switcher/TableToolbarSwitcherRef.ts +10 -0
- package/src/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts +16 -0
- package/src/components/table-toolbar-switcher/_AnimatedContentProps.ts +3 -0
- package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.tsx +33 -0
- package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.ts +10 -0
- package/src/components/table-toolbar-switcher/_animated-next-content/index.ts +2 -0
- package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.tsx +59 -0
- package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.ts +10 -0
- package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.ts +6 -0
- package/src/components/table-toolbar-switcher/_animated-toolbar/index.ts +3 -0
- package/src/components/table-toolbar-switcher/_useAnimatedContent.tsx +179 -0
- package/src/components/table-toolbar-switcher/index.ts +4 -0
- package/src/components/toggle/base/Base.tsx +3 -3
- package/src/components/toggle/base/BaseRef.ts +3 -3
- package/src/components/toggle/base/BaseRefBase.ts +7 -0
- package/src/components/toggle/base/index.ts +3 -2
- package/lib/commonjs/components/accordion/_ItemRefBase.js +0 -2
- package/lib/commonjs/components/accordion/_ItemRefBase.js.map +0 -1
- package/lib/commonjs/components/accordion/_chevron/Chevron.js.map +0 -1
- package/lib/commonjs/components/accordion/_chevron/ChevronProps.js.map +0 -1
- package/lib/commonjs/components/accordion/_chevron/index.js.map +0 -1
- package/lib/commonjs/components/checkbox/_RefBase.js.map +0 -1
- package/lib/commonjs/components/checkbox-input/_RefBase.js.map +0 -1
- package/lib/commonjs/components/collapsible/_RefBase.js +0 -2
- package/lib/commonjs/components/radio-button/_RefBase.js.map +0 -1
- package/lib/commonjs/components/radio-button-input/_RefBase.js +0 -2
- package/lib/commonjs/components/switch/_RefBase.js +0 -2
- package/lib/commonjs/components/switch/_RefBase.js.map +0 -1
- package/lib/commonjs/components/toggle/base/_RefBase.js.map +0 -1
- package/lib/module/components/accordion/_ItemRefBase.js +0 -2
- package/lib/module/components/accordion/_ItemRefBase.js.map +0 -1
- package/lib/module/components/accordion/_chevron/Chevron.js.map +0 -1
- package/lib/module/components/accordion/_chevron/ChevronProps.js +0 -4
- package/lib/module/components/accordion/_chevron/ChevronProps.js.map +0 -1
- package/lib/module/components/accordion/_chevron/index.js +0 -4
- package/lib/module/components/accordion/_chevron/index.js.map +0 -1
- package/lib/module/components/checkbox/_RefBase.js +0 -4
- package/lib/module/components/checkbox/_RefBase.js.map +0 -1
- package/lib/module/components/checkbox-input/_RefBase.js +0 -4
- package/lib/module/components/checkbox-input/_RefBase.js.map +0 -1
- package/lib/module/components/collapsible/_RefBase.js +0 -2
- package/lib/module/components/radio-button/_RefBase.js +0 -4
- package/lib/module/components/radio-button/_RefBase.js.map +0 -1
- package/lib/module/components/radio-button-input/_RefBase.js +0 -2
- package/lib/module/components/switch/_RefBase.js +0 -2
- package/lib/module/components/switch/_RefBase.js.map +0 -1
- package/lib/module/components/toggle/base/_RefBase.js +0 -4
- package/lib/module/components/toggle/base/_RefBase.js.map +0 -1
- package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts +0 -8
- package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts +0 -3
- package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts +0 -8
- package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts +0 -3
- package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +0 -9
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts +0 -7
- package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts +0 -9
- package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts +0 -8
- package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/switch/_RefBase.d.ts +0 -8
- package/lib/typescript/commonjs/components/switch/_RefBase.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts +0 -9
- package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts +0 -8
- package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts +0 -3
- package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts.map +0 -1
- package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts +0 -8
- package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
- package/lib/typescript/module/components/accordion/_chevron/index.d.ts +0 -3
- package/lib/typescript/module/components/accordion/_chevron/index.d.ts.map +0 -1
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts +0 -9
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/collapsible/_RefBase.d.ts +0 -7
- package/lib/typescript/module/components/collapsible/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/radio-button/_RefBase.d.ts +0 -9
- package/lib/typescript/module/components/radio-button/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts +0 -8
- package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/switch/_RefBase.d.ts +0 -8
- package/lib/typescript/module/components/switch/_RefBase.d.ts.map +0 -1
- package/lib/typescript/module/components/toggle/base/_RefBase.d.ts +0 -9
- package/lib/typescript/module/components/toggle/base/_RefBase.d.ts.map +0 -1
- package/src/components/accordion/_ItemRefBase.ts +0 -7
- package/src/components/accordion/_chevron/ChevronProps.ts +0 -10
- package/src/components/accordion/_chevron/index.ts +0 -2
- package/src/components/checkbox/_RefBase.ts +0 -11
- package/src/components/collapsible/_RefBase.ts +0 -6
- package/src/components/radio-button/_RefBase.ts +0 -11
- package/src/components/radio-button-input/_RefBase.ts +0 -7
- package/src/components/switch/_RefBase.ts +0 -7
- package/src/components/toggle/base/_RefBase.ts +0 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","useState","StyleSheet","View","Spacing","GlobalConfigContext","CarbonStyleSheet","Collapsible","Header","Context","Motion","jsx","_jsx","jsxs","_jsxs","Item","defaultOpen","open","openProp","title","children","style","styleProp","onPressHeader","headerProps","props","forwardedRef","globalConfigContext","accordionContext","ref","allowOnChangeEffect","viewRef","openSelf","setOpenSelf","
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","useState","StyleSheet","View","Spacing","GlobalConfigContext","CarbonStyleSheet","Collapsible","Header","Context","Motion","jsx","_jsx","jsxs","_jsxs","Item","defaultOpen","open","openProp","title","children","style","styleProp","onPressHeader","headerProps","props","forwardedRef","globalConfigContext","accordionContext","ref","allowOnChangeEffect","viewRef","openSelf","setOpenSelf","controlled","pressHandler","event","current","state","Object","assign","setOpen","value","openNext","size","text","flushAlignment","onPress","motion","dir","rtl","undefined","contentContainerProps","g","collapsibleContentContainerStyle","panel","create","paddingTop","spacing_03","paddingBottom","spacing_06","paddingLeft","spacing_05"],"sourceRoot":"../../../../src","sources":["components/accordion/_Item.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Easing","Motion","Motion_","toOpen","duration","Duration","fast_02","easing","bezier","entrance","productive","x1","y1","x2","y2","toClose"],"sourceRoot":"../../../../src","sources":["components/accordion/_motion.ts"],"mappings":";;AAAA,SACCA,MAAM,QACA,cAAc;AAErB,SACCC,MAAM,IAAIC,OAAO,QACX,sCAAsC;AAM7C,OAAO,MAAMD,
|
|
1
|
+
{"version":3,"names":["Easing","Motion","Motion_","toOpen","duration","Duration","fast_02","easing","bezier","entrance","productive","x1","y1","x2","y2","toClose"],"sourceRoot":"../../../../src","sources":["components/accordion/_motion.ts"],"mappings":";;AAAA,SACCA,MAAM,QACA,cAAc;AAErB,SACCC,MAAM,IAAIC,OAAO,QACX,sCAAsC;AAM7C,OAAO,MAAMD,MAAM,GAClB;EACCE,MAAM,EAAE;IACPC,QAAQ,EAAEF,OAAO,CAACG,QAAQ,CAACC,OAAO;IAClCC,MAAM,EAAEP,MAAM,CAACQ,MAAM,CACpBN,OAAO,CAACF,MAAM,CAACS,QAAQ,CAACC,UAAU,CAACC,EAAE,EACrCT,OAAO,CAACF,MAAM,CAACS,QAAQ,CAACC,UAAU,CAACE,EAAE,EACrCV,OAAO,CAACF,MAAM,CAACS,QAAQ,CAACC,UAAU,CAACG,EAAE,EACrCX,OAAO,CAACF,MAAM,CAACS,QAAQ,CAACC,UAAU,CAACI,EACpC;EACD,CAAC;EACDC,OAAO,EAAE;IACRX,QAAQ,EAAE;EACX;AACD,CAA4D","ignoreList":[]}
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
export * from "./Accordion.js";
|
|
4
|
-
export * from "./AccordionHeaderProps.js";
|
|
5
|
-
export * from "./AccordionItemProps.js";
|
|
6
|
-
export * from "./AccordionItemRef.js";
|
|
7
|
-
export * from "./AccordionProps.js";
|
|
8
|
-
export * from "./AccordionRef.js";
|
|
9
|
-
export * from "./AccordionSize.js";
|
|
10
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/accordion/index.ts"],"mappings":";;AAAA,cAAc,gBAAa
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/accordion/index.ts"],"mappings":";;AAAA,cAAc,gBAAa","ignoreList":[]}
|
|
@@ -5,6 +5,12 @@ import { View } from "react-native";
|
|
|
5
5
|
import { GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
6
6
|
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
/**
|
|
9
|
+
* This component is a basic React Native `View` to solve
|
|
10
|
+
* RTL support for component level.
|
|
11
|
+
*
|
|
12
|
+
* You may use this if your app provides custom localization options.
|
|
13
|
+
*/
|
|
8
14
|
export const Box = /*#__PURE__*/forwardRef(function Box({
|
|
9
15
|
dir: dirProp,
|
|
10
16
|
style,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","View","GlobalConfigContext","CarbonStyleSheet","jsx","_jsx","Box","dir","dirProp","style","props","ref","globalConfigContext","rtl","g","undefined"],"sourceRoot":"../../../../src","sources":["components/box/Box.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QACE,cAAc;AAErB,SACCC,mBAAmB,QACb,mCAA0B;AAEjC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU5D,OAAO,MAAMC,GAAG,gBAAGP,UAAU,CAC5B,SAASO,GAAGA,CACX;EACCC,GAAG,EAAEC,OAAO;EACZC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClBZ,UAAU,CAACE,mBAAmB,CAAC;IAEhCK,GAAG,GACFC,OAAO,IACPI,mBAAmB,CAACC,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACCR,IAAA,CAACJ,IAAI;IACJU,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGJ,gBAAgB,CAACW,CAAC,CAACD,GAAG,GAAGE,SAAS,EACjDN,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","View","GlobalConfigContext","CarbonStyleSheet","jsx","_jsx","Box","dir","dirProp","style","props","ref","globalConfigContext","rtl","g","undefined"],"sourceRoot":"../../../../src","sources":["components/box/Box.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QACE,cAAc;AAErB,SACCC,mBAAmB,QACb,mCAA0B;AAEjC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU5D;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,GAAG,gBAAGP,UAAU,CAC5B,SAASO,GAAGA,CACX;EACCC,GAAG,EAAEC,OAAO;EACZC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClBZ,UAAU,CAACE,mBAAmB,CAAC;IAEhCK,GAAG,GACFC,OAAO,IACPI,mBAAmB,CAACC,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACCR,IAAA,CAACJ,IAAI;IACJU,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGJ,gBAAgB,CAACW,CAAC,CAACD,GAAG,GAAGE,SAAS,EACjDN,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
|
|
@@ -27,7 +27,7 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
27
27
|
buttonGroupContext = useContext(ButtonGroupContext),
|
|
28
28
|
size = sizeProp ?? buttonGroupContext.size ?? "large_productive",
|
|
29
29
|
iconSize = getIconSize(size),
|
|
30
|
-
iconMarginStyle = mapIconMarginStyle[`${!!
|
|
30
|
+
iconMarginStyle = mapIconMarginStyle[`${!!text}`];
|
|
31
31
|
return /*#__PURE__*/_jsxs(Pressable, {
|
|
32
32
|
...props,
|
|
33
33
|
role: role,
|
|
@@ -81,11 +81,8 @@ const baseStyle = StyleSheet.create({
|
|
|
81
81
|
height: "100%",
|
|
82
82
|
maxHeight: 48
|
|
83
83
|
},
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
},
|
|
87
|
-
iconMarginRTL: {
|
|
88
|
-
marginRight: Spacing.spacing_07
|
|
84
|
+
iconMargin: {
|
|
85
|
+
marginStart: Spacing.spacing_07
|
|
89
86
|
},
|
|
90
87
|
inlineLoading: {
|
|
91
88
|
height: "100%",
|
|
@@ -134,14 +131,8 @@ const baseStyle = StyleSheet.create({
|
|
|
134
131
|
true: 20
|
|
135
132
|
},
|
|
136
133
|
mapIconMarginStyle = {
|
|
137
|
-
false:
|
|
138
|
-
|
|
139
|
-
true: baseStyle.iconMarginLTR
|
|
140
|
-
},
|
|
141
|
-
true: {
|
|
142
|
-
false: null,
|
|
143
|
-
true: baseStyle.iconMarginRTL
|
|
144
|
-
}
|
|
134
|
+
false: null,
|
|
135
|
+
true: baseStyle.iconMargin
|
|
145
136
|
},
|
|
146
137
|
mapStyleInButtonGroup = {
|
|
147
138
|
false: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","Pressable","StyleSheet","View","Spacing","ButtonGroupContext","GlobalConfigContext","CarbonStyleSheet","Text","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","Base","size","sizeProp","text","textProps","Icon","iconProps","iconNode","backgroundNode","InlineLoading","inlineLoadingProps","style","role","ariaLabel","dir","props","ref","globalConfigContext","buttonGroupContext","iconSize","getIconSize","iconMarginStyle","mapIconMarginStyle","rtl","undefined","g","flex_row","justify_between","overflow_hidden","mapContainerStyle","sizeStyle","mapStyleInButtonGroup","vertical","fluid","children","state","baseStyle","textContainer","type","getTextType","width","height","getIconMarginTopStyle","inlineLoading","create","containerPaddingStart","paddingStart","spacing_05","containerPaddingEnd05","paddingEnd","containerPaddingEnd10","spacing_10","justifyContent","maxHeight","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","Pressable","StyleSheet","View","Spacing","ButtonGroupContext","GlobalConfigContext","CarbonStyleSheet","Text","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","Base","size","sizeProp","text","textProps","Icon","iconProps","iconNode","backgroundNode","InlineLoading","inlineLoadingProps","style","role","ariaLabel","dir","props","ref","globalConfigContext","buttonGroupContext","iconSize","getIconSize","iconMarginStyle","mapIconMarginStyle","rtl","undefined","g","flex_row","justify_between","overflow_hidden","mapContainerStyle","sizeStyle","mapStyleInButtonGroup","vertical","fluid","children","state","baseStyle","textContainer","type","getTextType","width","height","getIconMarginTopStyle","inlineLoading","create","containerPaddingStart","paddingStart","spacing_05","containerPaddingEnd05","paddingEnd","containerPaddingEnd10","spacing_10","justifyContent","maxHeight","iconMargin","marginStart","spacing_07","small","medium","large_productive","large_expressive","extra_large","false","true","mapTextTypeByExpressive","mapIconSizeByExpressive","self_start","flex_1","self_stretch","isExpressiveStr","Size","Math","min","marginTop"],"sourceRoot":"../../../../../src","sources":["components/button/base/Base.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
|
-
import {
|
|
5
|
-
import { Color, Spacing } from "@audira/carbon-react-native-elements";
|
|
4
|
+
import { Color } from "@audira/carbon-react-native-elements";
|
|
6
5
|
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
7
6
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
8
7
|
import { BaseColor } from "../base-color/index.js";
|
|
9
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
9
|
export const Ghost = /*#__PURE__*/forwardRef(function Ghost({
|
|
11
10
|
text,
|
|
12
|
-
iconProps,
|
|
13
11
|
...props
|
|
14
12
|
}, ref) {
|
|
15
13
|
const themeContext = useContext(ThemeContext);
|
|
@@ -34,10 +32,6 @@ export const Ghost = /*#__PURE__*/forwardRef(function Ghost({
|
|
|
34
32
|
disabled: textStyleSheet.disabled
|
|
35
33
|
},
|
|
36
34
|
icon: mapIconColor[themeContext.colorScheme]
|
|
37
|
-
},
|
|
38
|
-
iconProps: {
|
|
39
|
-
...iconProps,
|
|
40
|
-
style: [mapIconPLByText[`${!!text}`], iconProps?.style]
|
|
41
35
|
}
|
|
42
36
|
});
|
|
43
37
|
});
|
|
@@ -76,15 +70,6 @@ const backgroundStyleSheet = CarbonStyleSheet.create({
|
|
|
76
70
|
color: CarbonStyleSheet.color.text_disabled
|
|
77
71
|
}
|
|
78
72
|
}),
|
|
79
|
-
style = StyleSheet.create({
|
|
80
|
-
iconPL8: {
|
|
81
|
-
paddingLeft: Spacing.spacing_03
|
|
82
|
-
}
|
|
83
|
-
}),
|
|
84
|
-
mapIconPLByText = {
|
|
85
|
-
false: null,
|
|
86
|
-
true: style.iconPL8
|
|
87
|
-
},
|
|
88
73
|
mapIconColor = {
|
|
89
74
|
gray_10: {
|
|
90
75
|
default: Color.Token.gray_10.link_primary,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Ghost","text","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","create","backgroundColor","borderWidth","borderColor","color","focus","background_hover","background_active","link_primary","link_primary_hover","text_disabled","gray_10","Token","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost/Ghost.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -36,7 +36,7 @@ export const Checkbox = /*#__PURE__*/forwardRef(function Checkbox({
|
|
|
36
36
|
useImperativeHandle(forwardedRef, () => {
|
|
37
37
|
return Object.assign(viewRef.current ?? {}, {
|
|
38
38
|
get checked() {
|
|
39
|
-
return checkboxInputRef.current
|
|
39
|
+
return checkboxInputRef.current?.checked ?? false;
|
|
40
40
|
},
|
|
41
41
|
setChecked(value_) {
|
|
42
42
|
checkboxInputRef.current?.setChecked(value_);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","Spacing","CarbonStyleSheet","ThemeContext","Box","CheckboxInput","FormLabel","jsx","_jsx","jsxs","_jsxs","Checkbox","defaultChecked","checked","interactiveState","label","role","ariaLabel","onChange","onPress","checkboxInputProps","formLabelProps","pressableProps","style","props","forwardedRef","checkboxInputRef","viewRef","pressHandler","event","current","setChecked","Object","assign","value_","g","flex_row","ref","children","disabled","absolute","w_full","h_full","baseStyle","pressable","checkboxInput","textProps","type","textColorStyle","flex_1","create","zIndex","marginStart","spacing_03","normal","color","text_primary","text_disabled","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/checkbox/Checkbox.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,WAAW,EACXC,UAAU,EACVC,mBAAmB,EACnBC,MAAM,QACA,OAAO;AAEd,SACCC,SAAS,EACTC,UAAU,QAIJ,cAAc;AAErB,SACCC,OAAO,QACD,sCAAsC;AAE7C,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,YAAY,QACN,yBAAgB;AAEvB,SACCC,GAAG,QACG,iBAAQ;AAEf,SACCC,aAAa,QAGP,4BAAmB;AAE1B,SACCC,SAAS,QACH,wBAAe;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","Spacing","CarbonStyleSheet","ThemeContext","Box","CheckboxInput","FormLabel","jsx","_jsx","jsxs","_jsxs","Checkbox","defaultChecked","checked","interactiveState","label","role","ariaLabel","onChange","onPress","checkboxInputProps","formLabelProps","pressableProps","style","props","forwardedRef","checkboxInputRef","viewRef","pressHandler","event","current","setChecked","Object","assign","value_","g","flex_row","ref","children","disabled","absolute","w_full","h_full","baseStyle","pressable","checkboxInput","textProps","type","textColorStyle","flex_1","create","zIndex","marginStart","spacing_03","normal","color","text_primary","text_disabled","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/checkbox/Checkbox.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/checkbox/CheckboxRefBase.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/checkbox/index.ts"],"mappings":";;AAAA,cAAc,eAAY
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/checkbox/index.ts"],"mappings":";;AAAA,cAAc,eAAY","ignoreList":[]}
|
|
@@ -64,7 +64,7 @@ export const CheckboxInput = /*#__PURE__*/forwardRef(function CheckboxInput({
|
|
|
64
64
|
}
|
|
65
65
|
}, [checked, onChange]);
|
|
66
66
|
useImperativeHandle(forwardedRef, () => {
|
|
67
|
-
return Object.assign(viewRef.current, {
|
|
67
|
+
return Object.assign(viewRef.current ?? {}, {
|
|
68
68
|
get checked() {
|
|
69
69
|
return checked;
|
|
70
70
|
},
|
|
@@ -106,7 +106,7 @@ export const CheckboxInput = /*#__PURE__*/forwardRef(function CheckboxInput({
|
|
|
106
106
|
})]
|
|
107
107
|
});
|
|
108
108
|
});
|
|
109
|
-
const size =
|
|
109
|
+
const size = 16,
|
|
110
110
|
iconSize = size - 4,
|
|
111
111
|
baseStyle = StyleSheet.create({
|
|
112
112
|
checkbox: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useRef","useState","Pressable","StyleSheet","View","Color","IconCheckmark","IconSubtract","CarbonStyleSheet","ThemeContext","jsx","_jsx","jsxs","_jsxs","CheckboxInput","defaultChecked","checked","checkedProp","interactiveState","style","role","onBlur","onChange","onFocus","onPress","props","forwardedRef","themeContext","viewRef","ref","onChangeEffect","value","isFocused","setIsFocused","checkedSelf","setCheckedSelf","controlled","indeterminate","blurHandler","event","focusHandler","pressHandler","current","self","iconColor","mapIconColor","colorScheme","Object","assign","setChecked","value_","disabled","g","items_center","justify_center","relative","baseStyle","checkbox","getInteractiveStateStyle","children","absolute","overflow_hidden","focusBox","carbonStyle","width","iconSize","height","fill","checkmarkHidden","size","create","borderWidth","borderRadius","borderColor","opacity","interactiveStyle","normal_false","color","icon_primary","normal_true","backgroundColor","disabled_false","icon_disabled","disabled_true","error_false","support_error","error_true","read_only_false","read_only_true","warning_false","warning_true","focus","normal","gray_10","Token","icon_inverse","gray_100","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/checkbox-input/CheckboxInput.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useRef","useState","Pressable","StyleSheet","View","Color","IconCheckmark","IconSubtract","CarbonStyleSheet","ThemeContext","jsx","_jsx","jsxs","_jsxs","CheckboxInput","defaultChecked","checked","checkedProp","interactiveState","style","role","onBlur","onChange","onFocus","onPress","props","forwardedRef","themeContext","viewRef","ref","onChangeEffect","value","isFocused","setIsFocused","checkedSelf","setCheckedSelf","controlled","indeterminate","blurHandler","event","focusHandler","pressHandler","current","self","iconColor","mapIconColor","colorScheme","Object","assign","setChecked","value_","disabled","g","items_center","justify_center","relative","baseStyle","checkbox","getInteractiveStateStyle","children","absolute","overflow_hidden","focusBox","carbonStyle","width","iconSize","height","fill","checkmarkHidden","size","create","borderWidth","borderRadius","borderColor","opacity","interactiveStyle","normal_false","color","icon_primary","normal_true","backgroundColor","disabled_false","icon_disabled","disabled_true","error_false","support_error","error_true","read_only_false","read_only_true","warning_false","warning_true","focus","normal","gray_10","Token","icon_inverse","gray_100","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/checkbox-input/CheckboxInput.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/checkbox-input/CheckboxInputRefBase.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
export * from "./CheckboxInput.js";
|
|
4
|
-
export * from "./CheckboxInputInteractiveState.js";
|
|
5
|
-
export * from "./CheckboxInputProps.js";
|
|
6
|
-
export * from "./CheckboxInputRef.js";
|
|
7
|
-
export * from "./CheckboxInputState.js";
|
|
8
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/checkbox-input/index.ts"],"mappings":";;AAAA,cAAc,oBAAiB
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/checkbox-input/index.ts"],"mappings":";;AAAA,cAAc,oBAAiB","ignoreList":[]}
|
|
@@ -6,8 +6,7 @@ import { Motion } from "@audira/carbon-react-native-elements";
|
|
|
6
6
|
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
export const Collapsible = /*#__PURE__*/forwardRef(function ({
|
|
9
|
-
|
|
10
|
-
open: openProp,
|
|
9
|
+
open,
|
|
11
10
|
motion = {
|
|
12
11
|
toOpen: {
|
|
13
12
|
duration: Motion.Duration.fast_02,
|
|
@@ -20,7 +19,7 @@ export const Collapsible = /*#__PURE__*/forwardRef(function ({
|
|
|
20
19
|
},
|
|
21
20
|
children,
|
|
22
21
|
style,
|
|
23
|
-
|
|
22
|
+
contentContainerProps,
|
|
24
23
|
onToggle,
|
|
25
24
|
onOpened,
|
|
26
25
|
onClosed,
|
|
@@ -28,12 +27,9 @@ export const Collapsible = /*#__PURE__*/forwardRef(function ({
|
|
|
28
27
|
}, forwardedRef) {
|
|
29
28
|
const viewRef = useRef(null),
|
|
30
29
|
ref = useRef({
|
|
31
|
-
positionView:
|
|
32
|
-
contentHeight: 0
|
|
33
|
-
openSelf: !!defaultOpen
|
|
30
|
+
positionView: open ? "relative" : "absolute",
|
|
31
|
+
contentHeight: 0
|
|
34
32
|
}),
|
|
35
|
-
[openSelf, setOpenSelf] = useState(!!defaultOpen);
|
|
36
|
-
const
|
|
37
33
|
/**
|
|
38
34
|
* Absolute position is required to keep content being rendered as it is when the container is not open (zero height)
|
|
39
35
|
*
|
|
@@ -41,18 +37,13 @@ export const Collapsible = /*#__PURE__*/forwardRef(function ({
|
|
|
41
37
|
*
|
|
42
38
|
* This state will be changed once only from 'relative' to 'absolute'
|
|
43
39
|
*/
|
|
44
|
-
[positionView, setPositionView] = useState(
|
|
45
|
-
// same like ref.current.positionView
|
|
46
|
-
// can't use it directly because the eslint-plugin-react-hooks
|
|
47
|
-
),
|
|
40
|
+
[positionView, setPositionView] = useState(ref.current.positionView),
|
|
48
41
|
heightAnimated = useRef(new Animated.Value(0)),
|
|
49
42
|
/**
|
|
50
43
|
* - 0 -> Closed
|
|
51
44
|
* - 1 -> Opened
|
|
52
45
|
*/
|
|
53
46
|
contentContainerAnimated = useRef(new Animated.Value(0)),
|
|
54
|
-
controlled = typeof openProp === "boolean",
|
|
55
|
-
open = controlled ? !!openProp : openSelf,
|
|
56
47
|
setPositionViewToAbsolute = useCallback(() => {
|
|
57
48
|
if (ref.current.positionView === "relative") {
|
|
58
49
|
ref.current.positionView = "absolute";
|
|
@@ -81,7 +72,13 @@ export const Collapsible = /*#__PURE__*/forwardRef(function ({
|
|
|
81
72
|
useNativeDriver: false,
|
|
82
73
|
duration: motion.toOpen.duration,
|
|
83
74
|
easing: motion.toOpen.easing
|
|
84
|
-
}).start(
|
|
75
|
+
}).start(({
|
|
76
|
+
finished
|
|
77
|
+
}) => {
|
|
78
|
+
if (finished && onOpened) {
|
|
79
|
+
onOpened();
|
|
80
|
+
}
|
|
81
|
+
});
|
|
85
82
|
Animated.timing(contentContainerAnimated.current, {
|
|
86
83
|
toValue: 1,
|
|
87
84
|
duration: motion.toOpen.duration,
|
|
@@ -94,7 +91,13 @@ export const Collapsible = /*#__PURE__*/forwardRef(function ({
|
|
|
94
91
|
duration: motion.toClose.duration,
|
|
95
92
|
easing: motion.toClose.easing,
|
|
96
93
|
useNativeDriver: false
|
|
97
|
-
}).start(
|
|
94
|
+
}).start(({
|
|
95
|
+
finished
|
|
96
|
+
}) => {
|
|
97
|
+
if (finished && onClosed) {
|
|
98
|
+
onClosed();
|
|
99
|
+
}
|
|
100
|
+
});
|
|
98
101
|
Animated.timing(contentContainerAnimated.current, {
|
|
99
102
|
toValue: 0,
|
|
100
103
|
duration: motion.toClose.duration,
|
|
@@ -102,37 +105,28 @@ export const Collapsible = /*#__PURE__*/forwardRef(function ({
|
|
|
102
105
|
useNativeDriver: false
|
|
103
106
|
}).start();
|
|
104
107
|
}
|
|
105
|
-
onToggle?.(open);
|
|
108
|
+
onToggle?.(!!open);
|
|
106
109
|
}
|
|
107
110
|
}, [open, heightAnimated, contentContainerAnimated, motion, onToggle, onOpened, onClosed]);
|
|
108
111
|
useImperativeHandle(forwardedRef, () => {
|
|
109
112
|
return Object.assign(viewRef.current, {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
if (typeof value === "boolean") {
|
|
113
|
-
ref.current.openSelf = value;
|
|
114
|
-
} else {
|
|
115
|
-
ref.current.openSelf = value(ref.current.openSelf);
|
|
116
|
-
}
|
|
117
|
-
setOpenSelf(ref.current.openSelf);
|
|
118
|
-
}
|
|
113
|
+
get open() {
|
|
114
|
+
return !!open;
|
|
119
115
|
}
|
|
120
116
|
});
|
|
121
|
-
}, [
|
|
117
|
+
}, [open]);
|
|
122
118
|
return /*#__PURE__*/_jsx(Animated.View, {
|
|
123
119
|
...props,
|
|
124
|
-
/* eslint-disable react-hooks/refs */
|
|
125
120
|
style: [CarbonStyleSheet.g.overflow_hidden, positionView === "absolute" ? {
|
|
126
121
|
height: heightAnimated.current
|
|
127
|
-
} : null, style]
|
|
128
|
-
/* eslint-enable react-hooks/refs */,
|
|
122
|
+
} : null, style],
|
|
129
123
|
ref: viewRef,
|
|
130
124
|
children: /*#__PURE__*/_jsx(View, {
|
|
131
125
|
style: [CarbonStyleSheet.g.w_full, {
|
|
132
126
|
position: positionView
|
|
133
127
|
}],
|
|
134
128
|
children: /*#__PURE__*/_jsx(Animated.View, {
|
|
135
|
-
|
|
129
|
+
...contentContainerProps,
|
|
136
130
|
style: [CarbonStyleSheet.g.flex_initial, {
|
|
137
131
|
opacity: contentContainerAnimated.current.interpolate({
|
|
138
132
|
inputRange: contentContainerInterpolationRange,
|
|
@@ -144,8 +138,7 @@ export const Collapsible = /*#__PURE__*/forwardRef(function ({
|
|
|
144
138
|
outputRange: [-12, 0]
|
|
145
139
|
})
|
|
146
140
|
}]
|
|
147
|
-
},
|
|
148
|
-
/* eslint-enable react-hooks/refs */,
|
|
141
|
+
}, contentContainerProps?.style],
|
|
149
142
|
onLayout: onLayoutContent,
|
|
150
143
|
children: children
|
|
151
144
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useEffect","useImperativeHandle","useRef","useState","Animated","Easing","View","Motion","CarbonStyleSheet","jsx","_jsx","Collapsible","
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useEffect","useImperativeHandle","useRef","useState","Animated","Easing","View","Motion","CarbonStyleSheet","jsx","_jsx","Collapsible","open","motion","toOpen","duration","Duration","fast_02","easing","bezier","entrance","productive","x1","y1","x2","y2","toClose","exit","children","style","contentContainerProps","onToggle","onOpened","onClosed","props","forwardedRef","viewRef","ref","positionView","contentHeight","setPositionView","current","heightAnimated","Value","contentContainerAnimated","setPositionViewToAbsolute","onLayoutContent","nativeEvent","layout","height","timing","toValue","useNativeDriver","start","finished","Object","assign","g","overflow_hidden","w_full","position","flex_initial","opacity","interpolate","inputRange","contentContainerInterpolationRange","outputRange","transform","translateY","onLayout"],"sourceRoot":"../../../../src","sources":["components/collapsible/Collapsible.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/collapsible/CollapsibleRefBase.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/collapsible/index.ts"],"mappings":";;AAAA,cAAc,kBAAe
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/collapsible/index.ts"],"mappings":";;AAAA,cAAc,kBAAe","ignoreList":[]}
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
import * as Button from "./button/index.js";
|
|
4
4
|
import * as Notification from "./notification/index.js";
|
|
5
|
+
import * as TableToolbarButton from "./table-toolbar-button/index.js";
|
|
5
6
|
import * as Toggle from "./toggle/index.js";
|
|
6
|
-
export { Button, Notification, Toggle };
|
|
7
|
+
export { Button, Notification, TableToolbarButton, Toggle };
|
|
7
8
|
export * from "./accordion/index.js";
|
|
8
9
|
export * from "./box/index.js";
|
|
9
10
|
export * from "./button-group/index.js";
|
|
@@ -27,11 +28,19 @@ export * from "./radio-button-group/index.js";
|
|
|
27
28
|
export * from "./radio-button-input/index.js";
|
|
28
29
|
export * from "./switch/index.js";
|
|
29
30
|
export * from "./table/index.js";
|
|
31
|
+
export * from "./table-batch-action-bar/index.js";
|
|
32
|
+
export * from "./table-batch-action-bar-button/index.js";
|
|
30
33
|
export * from "./table-cell/index.js";
|
|
34
|
+
export * from "./table-cell-checkbox/index.js";
|
|
31
35
|
export * from "./table-cell-header/index.js";
|
|
32
36
|
export * from "./table-cell-icon/index.js";
|
|
33
37
|
export * from "./table-cell-text/index.js";
|
|
38
|
+
export * from "./table-header/index.js";
|
|
39
|
+
export * from "./table-toolbar/index.js";
|
|
40
|
+
export * from "./table-toolbar-button/index.js";
|
|
41
|
+
export * from "./table-toolbar-switcher/index.js";
|
|
34
42
|
export * from "./table-row/index.js";
|
|
43
|
+
export * from "./table-row-collapsible/index.js";
|
|
35
44
|
export * from "./table-row-header/index.js";
|
|
36
45
|
export * from "./text/index.js";
|
|
37
46
|
export * from "./text-area/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Button","Notification","Toggle"],"sourceRoot":"../../../src","sources":["components/index.ts"],"mappings":";;AAAA,OAAO,KAAKA,MAAM,MAAM,mBAAU;AAClC,OAAO,KAAKC,YAAY,MAAM,yBAAgB;AAC9C,OAAO,KAAKC,MAAM,MAAM,mBAAU;AAElC,
|
|
1
|
+
{"version":3,"names":["Button","Notification","TableToolbarButton","Toggle"],"sourceRoot":"../../../src","sources":["components/index.ts"],"mappings":";;AAAA,OAAO,KAAKA,MAAM,MAAM,mBAAU;AAClC,OAAO,KAAKC,YAAY,MAAM,yBAAgB;AAC9C,OAAO,KAAKC,kBAAkB,MAAM,iCAAwB;AAC5D,OAAO,KAAKC,MAAM,MAAM,mBAAU;AAElC,SACCH,MAAM,EACNC,YAAY,EACZC,kBAAkB,EAClBC,MAAM;AAGP,cAAc,sBAAa;AAC3B,cAAc,gBAAO;AACrB,cAAc,yBAAgB;AAC9B,cAAc,qBAAY;AAC1B,cAAc,2BAAkB;AAChC,cAAc,2BAAkB;AAChC,cAAc,wBAAe;AAC7B,cAAc,6BAAoB;AAClC,cAAc,uBAAc;AAC5B,cAAc,iBAAQ;AACtB,cAAc,2BAAkB;AAChC,cAAc,kBAAS;AACvB,cAAc,oBAAW;AACzB,cAAc,kBAAS;AACvB,cAAc,0BAAiB;AAC/B,cAAc,2BAAkB;AAChC,cAAc,iCAAwB;AACtC,cAAc,iCAAwB;AACtC,cAAc,yBAAgB;AAC9B,cAAc,+BAAsB;AACpC,cAAc,+BAAsB;AACpC,cAAc,mBAAU;AACxB,cAAc,kBAAS;AACvB,cAAc,mCAA0B;AACxC,cAAc,0CAAiC;AAC/C,cAAc,uBAAc;AAC5B,cAAc,gCAAuB;AACrC,cAAc,8BAAqB;AACnC,cAAc,4BAAmB;AACjC,cAAc,4BAAmB;AACjC,cAAc,yBAAgB;AAC9B,cAAc,0BAAiB;AAC/B,cAAc,iCAAwB;AACtC,cAAc,mCAA0B;AACxC,cAAc,sBAAa;AAC3B,cAAc,kCAAyB;AACvC,cAAc,6BAAoB;AAClC,cAAc,iBAAQ;AACtB,cAAc,sBAAa;AAC3B,cAAc,4BAAmB;AACjC,cAAc,4BAAmB;AACjC,cAAc,uBAAc;AAC5B,cAAc,6BAAoB;AAClC,cAAc,6BAAoB","ignoreList":[]}
|
|
@@ -38,7 +38,7 @@ export const RadioButton = /*#__PURE__*/forwardRef(function RadioButton({
|
|
|
38
38
|
useImperativeHandle(forwardedRef, () => {
|
|
39
39
|
return Object.assign(viewRef.current ?? {}, {
|
|
40
40
|
get checked() {
|
|
41
|
-
return radioButtonInputRef.current
|
|
41
|
+
return !!radioButtonInputRef.current?.checked;
|
|
42
42
|
},
|
|
43
43
|
setChecked(checked_) {
|
|
44
44
|
radioButtonInputRef.current?.setChecked(checked_);
|