@audira/carbon-react-native 1.0.3 → 1.0.5
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/_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/font.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/spacing.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +1 -1
- package/lib/commonjs/carbon-style-sheet/g-object/typography.js +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/index.js +193 -35
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/layer/Layer.js +1 -2
- package/lib/commonjs/components/layer/Layer.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/scroll-view/ScrollViewProps.js.map +1 -0
- 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/table/Table.js +45 -0
- package/lib/commonjs/components/table/Table.js.map +1 -0
- package/lib/commonjs/components/table/TableProps.js +6 -0
- package/lib/commonjs/components/table/TableProps.js.map +1 -0
- package/lib/commonjs/components/table/TableRef.js +6 -0
- package/lib/commonjs/components/table/TableRef.js.map +1 -0
- package/lib/commonjs/components/table/_TableContext.js +11 -0
- package/lib/commonjs/components/table/_TableContext.js.map +1 -0
- package/lib/commonjs/components/table/index.js +17 -0
- package/lib/commonjs/components/table/index.js.map +1 -0
- 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 +52 -0
- package/lib/commonjs/components/table-cell/TableCell.js.map +1 -0
- package/lib/commonjs/components/table-cell/TableCellProps.js +6 -0
- package/lib/commonjs/components/table-cell/TableCellProps.js.map +1 -0
- package/lib/commonjs/components/table-cell/TableCellRef.js +6 -0
- package/lib/commonjs/components/table-cell/TableCellRef.js.map +1 -0
- package/lib/commonjs/components/table-cell/index.js +17 -0
- package/lib/commonjs/components/table-cell/index.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/TableCellHeader.js +154 -0
- package/lib/commonjs/components/table-cell-header/TableCellHeader.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/TableCellHeaderProps.js +6 -0
- package/lib/commonjs/components/table-cell-header/TableCellHeaderProps.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/TableCellHeaderRef.js +6 -0
- package/lib/commonjs/components/table-cell-header/TableCellHeaderRef.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/TableCellHeaderSort.js +2 -0
- package/lib/commonjs/components/table-cell-header/TableCellHeaderSort.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js +67 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIconProps.js +6 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIconProps.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIconRef.js +2 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/SortIconRef.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/index.js +17 -0
- package/lib/commonjs/components/table-cell-header/_sort-icon/index.js.map +1 -0
- package/lib/commonjs/components/table-cell-header/index.js +17 -0
- package/lib/commonjs/components/table-cell-header/index.js.map +1 -0
- package/lib/commonjs/components/table-cell-icon/TableCellIcon.js +29 -0
- package/lib/commonjs/components/table-cell-icon/TableCellIcon.js.map +1 -0
- package/lib/commonjs/components/table-cell-icon/TableCellIconProps.js +6 -0
- package/lib/commonjs/components/table-cell-icon/TableCellIconProps.js.map +1 -0
- package/lib/commonjs/components/table-cell-icon/TableCellIconRef.js +6 -0
- package/lib/commonjs/components/table-cell-icon/TableCellIconRef.js.map +1 -0
- package/lib/commonjs/components/table-cell-icon/index.js +17 -0
- package/lib/commonjs/components/table-cell-icon/index.js.map +1 -0
- package/lib/commonjs/components/table-cell-text/TableCellText.js +60 -0
- package/lib/commonjs/components/table-cell-text/TableCellText.js.map +1 -0
- package/lib/commonjs/components/table-cell-text/TableCellTextProps.js +6 -0
- package/lib/commonjs/components/table-cell-text/TableCellTextProps.js.map +1 -0
- package/lib/commonjs/components/table-cell-text/TableCellTextRef.js +6 -0
- package/lib/commonjs/components/table-cell-text/TableCellTextRef.js.map +1 -0
- package/lib/commonjs/components/table-cell-text/index.js +17 -0
- package/lib/commonjs/components/table-cell-text/index.js.map +1 -0
- 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/commonjs/components/table-header/TableHeaderRef.js.map +1 -0
- 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 +168 -0
- package/lib/commonjs/components/table-row/TableRow.js.map +1 -0
- package/lib/commonjs/components/table-row/TableRowInteractiveState.js +2 -0
- package/lib/commonjs/components/table-row/TableRowInteractiveState.js.map +1 -0
- package/lib/commonjs/components/table-row/TableRowProps.js +6 -0
- package/lib/commonjs/components/table-row/TableRowProps.js.map +1 -0
- package/lib/commonjs/components/table-row/TableRowRef.js +6 -0
- package/lib/commonjs/components/table-row/TableRowRef.js.map +1 -0
- package/lib/commonjs/components/table-row/TableRowSize.js +2 -0
- package/lib/commonjs/components/table-row/TableRowSize.js.map +1 -0
- package/lib/commonjs/components/table-row/_TableRowContext.js +12 -0
- package/lib/commonjs/components/table-row/_TableRowContext.js.map +1 -0
- package/lib/commonjs/components/table-row/_style-sheet-height.js +25 -0
- package/lib/commonjs/components/table-row/_style-sheet-height.js.map +1 -0
- package/lib/commonjs/components/table-row/index.js +17 -0
- package/lib/commonjs/components/table-row/index.js.map +1 -0
- package/lib/commonjs/components/table-row-header/TableRowHeader.js +54 -0
- package/lib/commonjs/components/table-row-header/TableRowHeader.js.map +1 -0
- package/lib/commonjs/components/table-row-header/TableRowHeaderProps.js +6 -0
- package/lib/commonjs/components/table-row-header/TableRowHeaderProps.js.map +1 -0
- package/lib/commonjs/components/table-row-header/TableRowHeaderRef.js +6 -0
- package/lib/commonjs/components/table-row-header/TableRowHeaderRef.js.map +1 -0
- package/lib/commonjs/components/table-row-header/_TableRowHeaderContext.js +14 -0
- package/lib/commonjs/components/table-row-header/_TableRowHeaderContext.js.map +1 -0
- package/lib/commonjs/components/table-row-header/index.js +17 -0
- package/lib/commonjs/components/table-row-header/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/table-toolbar-button/ghost/GhostProps.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js +6 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
- package/lib/commonjs/components/table-toolbar-button/ghost/index.js +17 -0
- 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/table-toolbar-button/ghost-icon/GhostIconRef.js +6 -0
- 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/table-toolbar-button/primary/PrimaryRef.js +6 -0
- 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/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/font.js +1 -1
- package/lib/module/carbon-style-sheet/g/spacing.js +1 -1
- package/lib/module/carbon-style-sheet/g/typography.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/spacing.js +1 -1
- package/lib/module/carbon-style-sheet/g-object/typography.js +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/index.js +15 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layer/Layer.js +1 -2
- package/lib/module/components/layer/Layer.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/table/Table.js +40 -0
- package/lib/module/components/table/Table.js.map +1 -0
- package/lib/module/components/table/TableProps.js +4 -0
- package/lib/module/components/table/TableProps.js.map +1 -0
- package/lib/module/components/table/TableRef.js +4 -0
- package/lib/module/components/table/TableRef.js.map +1 -0
- package/lib/module/components/table/_TableContext.js +7 -0
- package/lib/module/components/table/_TableContext.js.map +1 -0
- package/lib/module/components/table/index.js +4 -0
- package/lib/module/components/table/index.js.map +1 -0
- 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 +47 -0
- package/lib/module/components/table-cell/TableCell.js.map +1 -0
- package/lib/module/components/table-cell/TableCellProps.js +4 -0
- package/lib/module/components/table-cell/TableCellProps.js.map +1 -0
- package/lib/module/components/table-cell/TableCellRef.js +4 -0
- package/lib/module/components/table-cell/TableCellRef.js.map +1 -0
- package/lib/module/components/table-cell/index.js +4 -0
- package/lib/module/components/table-cell/index.js.map +1 -0
- package/lib/module/components/table-cell-header/TableCellHeader.js +150 -0
- package/lib/module/components/table-cell-header/TableCellHeader.js.map +1 -0
- package/lib/module/components/table-cell-header/TableCellHeaderProps.js +4 -0
- package/lib/module/components/table-cell-header/TableCellHeaderProps.js.map +1 -0
- package/lib/module/components/table-cell-header/TableCellHeaderRef.js +4 -0
- package/lib/module/components/table-cell-header/TableCellHeaderRef.js.map +1 -0
- package/lib/module/components/table-cell-header/TableCellHeaderSort.js +2 -0
- package/lib/module/components/table-cell-header/TableCellHeaderSort.js.map +1 -0
- package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js +62 -0
- package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -0
- package/lib/module/components/table-cell-header/_sort-icon/SortIconProps.js +4 -0
- package/lib/module/components/table-cell-header/_sort-icon/SortIconProps.js.map +1 -0
- package/lib/module/components/table-cell-header/_sort-icon/SortIconRef.js +2 -0
- package/lib/module/components/table-cell-header/_sort-icon/SortIconRef.js.map +1 -0
- package/lib/module/components/table-cell-header/_sort-icon/index.js +4 -0
- package/lib/module/components/table-cell-header/_sort-icon/index.js.map +1 -0
- package/lib/module/components/table-cell-header/index.js +4 -0
- package/lib/module/components/table-cell-header/index.js.map +1 -0
- package/lib/module/components/table-cell-icon/TableCellIcon.js +25 -0
- package/lib/module/components/table-cell-icon/TableCellIcon.js.map +1 -0
- package/lib/module/components/table-cell-icon/TableCellIconProps.js +4 -0
- package/lib/module/components/table-cell-icon/TableCellIconProps.js.map +1 -0
- package/lib/module/components/table-cell-icon/TableCellIconRef.js +4 -0
- package/lib/module/components/table-cell-icon/TableCellIconRef.js.map +1 -0
- package/lib/module/components/table-cell-icon/index.js +4 -0
- package/lib/module/components/table-cell-icon/index.js.map +1 -0
- package/lib/module/components/table-cell-text/TableCellText.js +55 -0
- package/lib/module/components/table-cell-text/TableCellText.js.map +1 -0
- package/lib/module/components/table-cell-text/TableCellTextProps.js +4 -0
- package/lib/module/components/table-cell-text/TableCellTextProps.js.map +1 -0
- package/lib/module/components/table-cell-text/TableCellTextRef.js +4 -0
- package/lib/module/components/table-cell-text/TableCellTextRef.js.map +1 -0
- package/lib/module/components/table-cell-text/index.js +4 -0
- package/lib/module/components/table-cell-text/index.js.map +1 -0
- 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 +163 -0
- package/lib/module/components/table-row/TableRow.js.map +1 -0
- package/lib/module/components/table-row/TableRowInteractiveState.js +2 -0
- package/lib/module/components/table-row/TableRowInteractiveState.js.map +1 -0
- package/lib/module/components/table-row/TableRowProps.js +4 -0
- package/lib/module/components/table-row/TableRowProps.js.map +1 -0
- package/lib/module/components/table-row/TableRowRef.js +4 -0
- package/lib/module/components/table-row/TableRowRef.js.map +1 -0
- package/lib/module/components/table-row/TableRowSize.js +2 -0
- package/lib/module/components/table-row/TableRowSize.js.map +1 -0
- package/lib/module/components/table-row/_TableRowContext.js +8 -0
- package/lib/module/components/table-row/_TableRowContext.js.map +1 -0
- package/lib/module/components/table-row/_style-sheet-height.js +21 -0
- package/lib/module/components/table-row/_style-sheet-height.js.map +1 -0
- package/lib/module/components/table-row/index.js +4 -0
- package/lib/module/components/table-row/index.js.map +1 -0
- package/lib/module/components/table-row-header/TableRowHeader.js +49 -0
- package/lib/module/components/table-row-header/TableRowHeader.js.map +1 -0
- package/lib/module/components/table-row-header/TableRowHeaderProps.js +4 -0
- package/lib/module/components/table-row-header/TableRowHeaderProps.js.map +1 -0
- package/lib/module/components/table-row-header/TableRowHeaderRef.js +4 -0
- package/lib/module/components/table-row-header/TableRowHeaderRef.js.map +1 -0
- package/lib/module/components/table-row-header/_TableRowHeaderContext.js +10 -0
- package/lib/module/components/table-row-header/_TableRowHeaderContext.js.map +1 -0
- package/lib/module/components/table-row-header/index.js +4 -0
- package/lib/module/components/table-row-header/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/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/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/index.d.ts +15 -1
- package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/layer/Layer.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/layer/LayerProps.d.ts +5 -2
- package/lib/typescript/commonjs/components/layer/LayerProps.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/table/Table.d.ts +4 -0
- package/lib/typescript/commonjs/components/table/Table.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table/TableProps.d.ts +25 -0
- package/lib/typescript/commonjs/components/table/TableProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table/TableRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table/TableRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table/_TableContext.d.ts +6 -0
- package/lib/typescript/commonjs/components/table/_TableContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table/index.d.ts.map +1 -0
- 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 +17 -0
- package/lib/typescript/commonjs/components/table-cell/TableCell.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts +28 -0
- package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell/TableCellRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell/TableCellRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/TableCellHeader.d.ts +22 -0
- package/lib/typescript/commonjs/components/table-cell-header/TableCellHeader.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/TableCellHeaderProps.d.ts +19 -0
- package/lib/typescript/commonjs/components/table-cell-header/TableCellHeaderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/TableCellHeaderRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-header/TableCellHeaderRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/TableCellHeaderSort.d.ts +2 -0
- package/lib/typescript/commonjs/components/table-cell-header/TableCellHeaderSort.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIcon.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIconProps.d.ts +6 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIconProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIconRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIconRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-header/index.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-cell-header/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-icon/TableCellIcon.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-icon/TableCellIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-icon/TableCellIconProps.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-cell-icon/TableCellIconProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-icon/TableCellIconRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-icon/TableCellIconRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-icon/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-text/TableCellText.d.ts +7 -0
- package/lib/typescript/commonjs/components/table-cell-text/TableCellText.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-text/TableCellTextProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-text/TableCellTextProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-text/TableCellTextRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-text/TableCellTextRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-cell-text/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-cell-text/index.d.ts.map +1 -0
- 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 +4 -0
- package/lib/typescript/commonjs/components/table-row/TableRow.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts +2 -0
- package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +39 -0
- package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/TableRowRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-row/TableRowRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/TableRowSize.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-row/TableRowSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts +7 -0
- package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts +18 -0
- package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row/index.d.ts +6 -0
- package/lib/typescript/commonjs/components/table-row/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-header/TableRowHeader.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-row-header/TableRowHeader.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-header/TableRowHeaderProps.d.ts +5 -0
- package/lib/typescript/commonjs/components/table-row-header/TableRowHeaderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-header/TableRowHeaderRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-row-header/TableRowHeaderRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-header/_TableRowHeaderContext.d.ts +7 -0
- package/lib/typescript/commonjs/components/table-row-header/_TableRowHeaderContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/table-row-header/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/table-row-header/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/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/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/index.d.ts +15 -1
- package/lib/typescript/module/components/index.d.ts.map +1 -1
- package/lib/typescript/module/components/layer/Layer.d.ts.map +1 -1
- package/lib/typescript/module/components/layer/LayerProps.d.ts +5 -2
- package/lib/typescript/module/components/layer/LayerProps.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/table/Table.d.ts +4 -0
- package/lib/typescript/module/components/table/Table.d.ts.map +1 -0
- package/lib/typescript/module/components/table/TableProps.d.ts +25 -0
- package/lib/typescript/module/components/table/TableProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table/TableRef.d.ts +4 -0
- package/lib/typescript/module/components/table/TableRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table/_TableContext.d.ts +6 -0
- package/lib/typescript/module/components/table/_TableContext.d.ts.map +1 -0
- package/lib/typescript/module/components/table/index.d.ts +4 -0
- package/lib/typescript/module/components/table/index.d.ts.map +1 -0
- 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 +17 -0
- package/lib/typescript/module/components/table-cell/TableCell.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell/TableCellProps.d.ts +28 -0
- package/lib/typescript/module/components/table-cell/TableCellProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell/TableCellRef.d.ts +4 -0
- package/lib/typescript/module/components/table-cell/TableCellRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell/index.d.ts +4 -0
- package/lib/typescript/module/components/table-cell/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/TableCellHeader.d.ts +22 -0
- package/lib/typescript/module/components/table-cell-header/TableCellHeader.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/TableCellHeaderProps.d.ts +19 -0
- package/lib/typescript/module/components/table-cell-header/TableCellHeaderProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/TableCellHeaderRef.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-header/TableCellHeaderRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/TableCellHeaderSort.d.ts +2 -0
- package/lib/typescript/module/components/table-cell-header/TableCellHeaderSort.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIcon.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIconProps.d.ts +6 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIconProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIconRef.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIconRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/index.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-header/_sort-icon/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-header/index.d.ts +5 -0
- package/lib/typescript/module/components/table-cell-header/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-icon/TableCellIcon.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-icon/TableCellIcon.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-icon/TableCellIconProps.d.ts +5 -0
- package/lib/typescript/module/components/table-cell-icon/TableCellIconProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-icon/TableCellIconRef.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-icon/TableCellIconRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-icon/index.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-icon/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-text/TableCellText.d.ts +7 -0
- package/lib/typescript/module/components/table-cell-text/TableCellText.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-text/TableCellTextProps.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-text/TableCellTextProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-text/TableCellTextRef.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-text/TableCellTextRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-cell-text/index.d.ts +4 -0
- package/lib/typescript/module/components/table-cell-text/index.d.ts.map +1 -0
- 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 +4 -0
- package/lib/typescript/module/components/table-row/TableRow.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts +2 -0
- package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/TableRowProps.d.ts +39 -0
- package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/TableRowRef.d.ts +4 -0
- package/lib/typescript/module/components/table-row/TableRowRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/TableRowSize.d.ts +5 -0
- package/lib/typescript/module/components/table-row/TableRowSize.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/_TableRowContext.d.ts +7 -0
- package/lib/typescript/module/components/table-row/_TableRowContext.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts +18 -0
- package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row/index.d.ts +6 -0
- package/lib/typescript/module/components/table-row/index.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-header/TableRowHeader.d.ts +4 -0
- package/lib/typescript/module/components/table-row-header/TableRowHeader.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-header/TableRowHeaderProps.d.ts +5 -0
- package/lib/typescript/module/components/table-row-header/TableRowHeaderProps.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-header/TableRowHeaderRef.d.ts +4 -0
- package/lib/typescript/module/components/table-row-header/TableRowHeaderRef.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-header/_TableRowHeaderContext.d.ts +7 -0
- package/lib/typescript/module/components/table-row-header/_TableRowHeaderContext.d.ts.map +1 -0
- package/lib/typescript/module/components/table-row-header/index.d.ts +4 -0
- package/lib/typescript/module/components/table-row-header/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/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- 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/font.ts +1 -1
- package/src/carbon-style-sheet/g/spacing.ts +1 -1
- package/src/carbon-style-sheet/g/typography.ts +1 -1
- package/src/carbon-style-sheet/g-object/font.ts +1 -1
- package/src/carbon-style-sheet/g-object/spacing.ts +1 -1
- package/src/carbon-style-sheet/g-object/typography.ts +1 -1
- 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/index.ts +15 -0
- package/src/components/layer/Layer.tsx +3 -4
- package/src/components/layer/LayerProps.ts +5 -2
- 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/table/Table.tsx +80 -0
- package/src/components/table/TableProps.ts +39 -0
- package/src/components/table/TableRef.ts +6 -0
- package/src/components/table/_TableContext.ts +15 -0
- package/src/components/table/index.ts +3 -0
- 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 +93 -0
- package/src/components/table-cell/TableCellProps.ts +33 -0
- package/src/components/table-cell/TableCellRef.ts +6 -0
- package/src/components/table-cell/index.ts +3 -0
- package/src/components/table-cell-header/TableCellHeader.tsx +274 -0
- package/src/components/table-cell-header/TableCellHeaderProps.ts +34 -0
- package/src/components/table-cell-header/TableCellHeaderRef.ts +6 -0
- package/src/components/table-cell-header/TableCellHeaderSort.ts +4 -0
- package/src/components/table-cell-header/_sort-icon/SortIcon.tsx +137 -0
- package/src/components/table-cell-header/_sort-icon/SortIconProps.ts +11 -0
- package/src/components/table-cell-header/_sort-icon/SortIconRef.ts +3 -0
- package/src/components/table-cell-header/_sort-icon/index.ts +3 -0
- package/src/components/table-cell-header/index.ts +4 -0
- package/src/components/table-cell-icon/TableCellIcon.tsx +54 -0
- package/src/components/table-cell-icon/TableCellIconProps.ts +16 -0
- package/src/components/table-cell-icon/TableCellIconRef.ts +4 -0
- package/src/components/table-cell-icon/index.ts +3 -0
- package/src/components/table-cell-text/TableCellText.tsx +111 -0
- package/src/components/table-cell-text/TableCellTextProps.ts +9 -0
- package/src/components/table-cell-text/TableCellTextRef.ts +6 -0
- package/src/components/table-cell-text/index.ts +3 -0
- 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 +271 -0
- package/src/components/table-row/TableRowInteractiveState.ts +4 -0
- package/src/components/table-row/TableRowProps.ts +48 -0
- package/src/components/table-row/TableRowRef.ts +6 -0
- package/src/components/table-row/TableRowSize.ts +9 -0
- package/src/components/table-row/_TableRowContext.ts +17 -0
- package/src/components/table-row/_style-sheet-height.ts +27 -0
- package/src/components/table-row/index.ts +5 -0
- package/src/components/table-row-header/TableRowHeader.tsx +115 -0
- package/src/components/table-row-header/TableRowHeaderProps.ts +13 -0
- package/src/components/table-row-header/TableRowHeaderRef.ts +6 -0
- package/src/components/table-row-header/_TableRowHeaderContext.ts +19 -0
- package/src/components/table-row-header/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
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.useAnimatedContent = useAnimatedContent;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
10
|
+
var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
|
|
11
|
+
var _TableContext = require("../table/_TableContext.js");
|
|
12
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
13
|
+
function useAnimatedContent({
|
|
14
|
+
size: sizeProp,
|
|
15
|
+
visible
|
|
16
|
+
}) {
|
|
17
|
+
const tableContext = (0, _react.useContext)(_TableContext.TableContext),
|
|
18
|
+
heightPx = (0, _react.useMemo)(() => {
|
|
19
|
+
return mapHeightBySize[mapRowSizeToToolbarSize[sizeProp ?? tableContext.rowSize]];
|
|
20
|
+
}, [sizeProp, tableContext.rowSize]),
|
|
21
|
+
ref = (0, _react.useRef)({
|
|
22
|
+
visible,
|
|
23
|
+
heightPx
|
|
24
|
+
}),
|
|
25
|
+
translateYAnimated = (0, _react.useRef)(new _reactNative.Animated.Value(visible ? 0 : heightPx));
|
|
26
|
+
(0, _react.useEffect)(() => {
|
|
27
|
+
if (ref.current.visible != visible) {
|
|
28
|
+
ref.current.visible = visible;
|
|
29
|
+
const timingConfig = {
|
|
30
|
+
duration: _carbonReactNativeElements.Motion.Duration.fast_02,
|
|
31
|
+
easing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.standard.productive.x1, _carbonReactNativeElements.Motion.Easing.standard.productive.y1, _carbonReactNativeElements.Motion.Easing.standard.productive.x2, _carbonReactNativeElements.Motion.Easing.standard.productive.y2),
|
|
32
|
+
useNativeDriver: _reactNative.Platform.OS != "web"
|
|
33
|
+
};
|
|
34
|
+
if (!visible) {
|
|
35
|
+
_reactNative.Animated.timing(translateYAnimated.current, {
|
|
36
|
+
toValue: heightPx,
|
|
37
|
+
...timingConfig
|
|
38
|
+
}).start();
|
|
39
|
+
} else {
|
|
40
|
+
_reactNative.Animated.sequence([_reactNative.Animated.timing(translateYAnimated.current, {
|
|
41
|
+
toValue: heightPx,
|
|
42
|
+
duration: 0,
|
|
43
|
+
useNativeDriver: true
|
|
44
|
+
}), _reactNative.Animated.timing(translateYAnimated.current, {
|
|
45
|
+
toValue: 0,
|
|
46
|
+
...timingConfig
|
|
47
|
+
})]).start();
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}, [heightPx, visible]);
|
|
51
|
+
(0, _react.useEffect)(() => {
|
|
52
|
+
if (ref.current.heightPx != heightPx) {
|
|
53
|
+
_reactNative.Animated.timing(translateYAnimated.current, {
|
|
54
|
+
toValue: 1,
|
|
55
|
+
duration: _carbonReactNativeElements.Motion.Duration.fast_02,
|
|
56
|
+
easing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.standard.productive.x1, _carbonReactNativeElements.Motion.Easing.standard.productive.y1, _carbonReactNativeElements.Motion.Easing.standard.productive.x2, _carbonReactNativeElements.Motion.Easing.standard.productive.y2),
|
|
57
|
+
useNativeDriver: _reactNative.Platform.OS != "web"
|
|
58
|
+
}).start();
|
|
59
|
+
}
|
|
60
|
+
}, [heightPx]);
|
|
61
|
+
return {
|
|
62
|
+
style: [!visible ? [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.w_full] : undefined, {
|
|
63
|
+
transform: [{
|
|
64
|
+
// eslint-disable-next-line react-hooks/refs
|
|
65
|
+
translateY: translateYAnimated.current
|
|
66
|
+
}],
|
|
67
|
+
// eslint-disable-next-line react-hooks/refs
|
|
68
|
+
opacity: translateYAnimated.current.interpolate({
|
|
69
|
+
inputRange: [0, heightPx],
|
|
70
|
+
outputRange: [1, 0]
|
|
71
|
+
})
|
|
72
|
+
}]
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
const mapHeightBySize = {
|
|
76
|
+
small: 32,
|
|
77
|
+
large: 48
|
|
78
|
+
},
|
|
79
|
+
mapRowSizeToToolbarSize = {
|
|
80
|
+
extra_small: "small",
|
|
81
|
+
small: "small",
|
|
82
|
+
medium: "small",
|
|
83
|
+
large: "large",
|
|
84
|
+
extra_large: "large"
|
|
85
|
+
};
|
|
86
|
+
//# sourceMappingURL=_useAnimatedContent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","CarbonStyleSheet","_interopRequireWildcard","_TableContext","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","useAnimatedContent","size","sizeProp","visible","tableContext","useContext","TableContext","heightPx","useMemo","mapHeightBySize","mapRowSizeToToolbarSize","rowSize","ref","useRef","translateYAnimated","Animated","Value","useEffect","current","timingConfig","duration","Motion","Duration","fast_02","easing","Easing","bezier","standard","productive","x1","y1","x2","y2","useNativeDriver","Platform","OS","timing","toValue","start","sequence","style","g","absolute","w_full","undefined","transform","translateY","opacity","interpolate","inputRange","outputRange","small","large","extra_small","medium","extra_large"],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/_useAnimatedContent.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _TableToolbarSwitcher = require("./TableToolbarSwitcher.js");
|
|
7
|
+
Object.keys(_TableToolbarSwitcher).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _TableToolbarSwitcher[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _TableToolbarSwitcher[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_TableToolbarSwitcher","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/index.ts"],"mappings":";;;;;AAAA,IAAAA,qBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,qBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,qBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,qBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { createContext } from "react";
|
|
4
|
+
import { I18nManager } from "react-native";
|
|
4
5
|
export const GlobalConfigContext = /*#__PURE__*/createContext({
|
|
5
6
|
android_buttonRippleEffect: true,
|
|
6
7
|
notificationColor: "high_contrast",
|
|
7
8
|
toastDuration: 5000,
|
|
8
|
-
rtl:
|
|
9
|
+
rtl: I18nManager.isRTL
|
|
9
10
|
});
|
|
10
11
|
//# sourceMappingURL=GlobalConfigContext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createContext","GlobalConfigContext","android_buttonRippleEffect","notificationColor","toastDuration","rtl"],"sourceRoot":"../../../../../src","sources":["_internal/contexts/global-config/GlobalConfigContext.ts"],"mappings":";;AAAA,SACCA,aAAa,QACP,OAAO;
|
|
1
|
+
{"version":3,"names":["createContext","I18nManager","GlobalConfigContext","android_buttonRippleEffect","notificationColor","toastDuration","rtl","isRTL"],"sourceRoot":"../../../../../src","sources":["_internal/contexts/global-config/GlobalConfigContext.ts"],"mappings":";;AAAA,SACCA,aAAa,QACP,OAAO;AAEd,SACCC,WAAW,QACL,cAAc;AAsBrB,OAAO,MAAMC,mBAAmB,gBAAGF,aAAa,CAAsB;EACrEG,0BAA0B,EAAE,IAAI;EAChCC,iBAAiB,EAAE,eAAe;EAClCC,aAAa,EAAE,IAAI;EACnBC,GAAG,EAAEL,WAAW,CAACM;AAClB,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
import { I18nManager } from "react-native";
|
|
3
4
|
import { GlobalConfigContext } from "../../contexts/global-config/index.js";
|
|
4
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
const isRtl = I18nManager.isRTL;
|
|
5
7
|
export function GlobalConfigProvider({
|
|
6
|
-
android_buttonRippleEffect,
|
|
7
|
-
notificationColor,
|
|
8
|
-
toastDuration,
|
|
9
|
-
rtl,
|
|
8
|
+
android_buttonRippleEffect = true,
|
|
9
|
+
notificationColor = "high_contrast",
|
|
10
|
+
toastDuration = 5000,
|
|
11
|
+
rtl: rtlProp,
|
|
10
12
|
children
|
|
11
13
|
}) {
|
|
14
|
+
const rtl = rtlProp ?? isRtl;
|
|
12
15
|
return /*#__PURE__*/_jsx(GlobalConfigContext.Provider, {
|
|
13
16
|
value: {
|
|
14
17
|
android_buttonRippleEffect,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["GlobalConfigContext","jsx","_jsx","GlobalConfigProvider","android_buttonRippleEffect","notificationColor","toastDuration","rtl","children","Provider","value"],"sourceRoot":"../../../../../src","sources":["_internal/providers/global-config/GlobalConfigProvider.tsx"],"mappings":";;AAAA,SACCA,mBAAmB,QACb,uCAA8B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAMrC,OAAO,SAASC,oBAAoBA,CAAC;EACpCC,0BAA0B;
|
|
1
|
+
{"version":3,"names":["I18nManager","GlobalConfigContext","jsx","_jsx","isRtl","isRTL","GlobalConfigProvider","android_buttonRippleEffect","notificationColor","toastDuration","rtl","rtlProp","children","Provider","value"],"sourceRoot":"../../../../../src","sources":["_internal/providers/global-config/GlobalConfigProvider.tsx"],"mappings":";;AAAA,SACCA,WAAW,QACL,cAAc;AAErB,SACCC,mBAAmB,QACb,uCAA8B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAMrC,MAAMC,KAAK,GAAGJ,WAAW,CAACK,KAAK;AAE/B,OAAO,SAASC,oBAAoBA,CAAC;EACpCC,0BAA0B,GAAG,IAAI;EACjCC,iBAAiB,GAAG,eAAe;EACnCC,aAAa,GAAG,IAAI;EACpBC,GAAG,EAAEC,OAAO;EACZC;AAC0B,CAAC,EAAE;EAE7B,MACCF,GAAG,GACFC,OAAO,IAAIP,KAAK;EAElB,oBACCD,IAAA,CAACF,mBAAmB,CAACY,QAAQ;IAC5BC,KAAK,EAAE;MACNP,0BAA0B;MAC1BC,iBAAiB;MACjBC,aAAa;MACbC;IACD,CAAE;IAAAE,QAAA,EAEAA;EAAQ,CACmB,CAAC;AAGjC","ignoreList":[]}
|
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
import { BreakpointProvider, GlobalConfigProvider, ThemeProvider } from "../_internal/providers/index.js";
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
export function CarbonReactNative({
|
|
6
|
-
// GlobalConfigProviderProps
|
|
7
|
-
android_buttonRippleEffect
|
|
8
|
-
notificationColor
|
|
9
|
-
toastDuration
|
|
10
|
-
rtl
|
|
11
|
-
//
|
|
6
|
+
// +++ GlobalConfigProviderProps +++
|
|
7
|
+
android_buttonRippleEffect,
|
|
8
|
+
notificationColor,
|
|
9
|
+
toastDuration,
|
|
10
|
+
rtl,
|
|
11
|
+
// --- GlobalConfigProviderProps ---
|
|
12
|
+
// +++ ThemeProviderProps +++
|
|
12
13
|
colorScheme,
|
|
14
|
+
// --- ThemeProviderProps ---
|
|
13
15
|
children
|
|
14
16
|
}) {
|
|
15
17
|
return /*#__PURE__*/_jsx(GlobalConfigProvider, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BreakpointProvider","GlobalConfigProvider","ThemeProvider","jsx","_jsx","CarbonReactNative","android_buttonRippleEffect","notificationColor","toastDuration","rtl","colorScheme","children"],"sourceRoot":"../../../src","sources":["carbon-react-native/CarbonReactNative.tsx"],"mappings":";;AAAA,SACCA,kBAAkB,EAClBC,oBAAoB,EACpBC,aAAa,QACP,iCAAwB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAM/B,OAAO,SAASC,iBAAiBA,CAAC;EACjC;EACAC,0BAA0B
|
|
1
|
+
{"version":3,"names":["BreakpointProvider","GlobalConfigProvider","ThemeProvider","jsx","_jsx","CarbonReactNative","android_buttonRippleEffect","notificationColor","toastDuration","rtl","colorScheme","children"],"sourceRoot":"../../../src","sources":["carbon-react-native/CarbonReactNative.tsx"],"mappings":";;AAAA,SACCA,kBAAkB,EAClBC,oBAAoB,EACpBC,aAAa,QACP,iCAAwB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAM/B,OAAO,SAASC,iBAAiBA,CAAC;EACjC;EACAC,0BAA0B;EAC1BC,iBAAiB;EACjBC,aAAa;EACbC,GAAG;EACH;EACA;EACAC,WAAW;EACX;EACAC;AACuB,CAAC,EAAE;EAE1B,oBACCP,IAAA,CAACH,oBAAoB;IACpBK,0BAA0B,EAAGA,0BAA4B;IACzDC,iBAAiB,EAAGA,iBAAmB;IACvCC,aAAa,EAAGA,aAAe;IAC/BC,GAAG,EAAGA,GAAK;IAAAE,QAAA,eAEXP,IAAA,CAACF,aAAa;MACbQ,WAAW,EAAGA,WAAa;MAAAC,QAAA,eAE3BP,IAAA,CAACJ,kBAAkB;QAAAW,QAAA,EAChBA;MAAQ,CACS;IAAC,CACP;EAAC,CACK,CAAC;AAGzB","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
// Generated
|
|
4
|
-
//
|
|
4
|
+
// Sat, 04 Apr 2026 18:25:11 GMT
|
|
5
5
|
|
|
6
6
|
// To support cross platforms, we are mapping the `fontFamily` value to its PostScript name,
|
|
7
7
|
// instead of the `fontWeight` number with a single font family name like in Web// Giving a `fontWeight` number will not work.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
// Generated
|
|
4
|
-
//
|
|
4
|
+
// Sat, 04 Apr 2026 18:25:11 GMT
|
|
5
5
|
|
|
6
6
|
// To support cross platforms, we are mapping the `fontFamily` value to its PostScript name,
|
|
7
7
|
// instead of the `fontWeight` number with a single font family name like in Web// Giving a `fontWeight` number will not work.
|
|
@@ -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":[]}
|
|
@@ -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";
|
|
@@ -26,6 +27,19 @@ export * from "./radio-button/index.js";
|
|
|
26
27
|
export * from "./radio-button-group/index.js";
|
|
27
28
|
export * from "./radio-button-input/index.js";
|
|
28
29
|
export * from "./switch/index.js";
|
|
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";
|
|
33
|
+
export * from "./table-cell/index.js";
|
|
34
|
+
export * from "./table-cell-header/index.js";
|
|
35
|
+
export * from "./table-cell-icon/index.js";
|
|
36
|
+
export * from "./table-cell-text/index.js";
|
|
37
|
+
export * from "./table-header/index.js";
|
|
38
|
+
export * from "./table-toolbar/index.js";
|
|
39
|
+
export * from "./table-toolbar-button/index.js";
|
|
40
|
+
export * from "./table-toolbar-switcher/index.js";
|
|
41
|
+
export * from "./table-row/index.js";
|
|
42
|
+
export * from "./table-row-header/index.js";
|
|
29
43
|
export * from "./text/index.js";
|
|
30
44
|
export * from "./text-area/index.js";
|
|
31
45
|
export * from "./text-area-field/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,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,6BAAoB;AAClC,cAAc,iBAAQ;AACtB,cAAc,sBAAa;AAC3B,cAAc,4BAAmB;AACjC,cAAc,4BAAmB;AACjC,cAAc,uBAAc;AAC5B,cAAc,6BAAoB;AAClC,cAAc,6BAAoB","ignoreList":[]}
|
|
@@ -14,8 +14,7 @@ export const Layer = /*#__PURE__*/forwardRef(function Layer({
|
|
|
14
14
|
...props
|
|
15
15
|
}, ref) {
|
|
16
16
|
const layerContextLevel = useContext(LayerContext),
|
|
17
|
-
|
|
18
|
-
value = MathHelper.clamp(level + 1, Color.Layer.MinLevel, Color.Layer.MaxLevel);
|
|
17
|
+
value = typeof levelProp != "number" ? MathHelper.clamp(layerContextLevel + 1, Color.Layer.MinLevel, Color.Layer.MaxLevel) : levelProp;
|
|
19
18
|
return /*#__PURE__*/_jsx(LayerContext.Provider, {
|
|
20
19
|
value: value,
|
|
21
20
|
children: /*#__PURE__*/_jsx(View, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","View","Color","MathHelper","CarbonStyleSheet","LayerContext","jsx","_jsx","Layer","level","levelProp","withBackground","style","props","ref","layerContextLevel","value","clamp","MinLevel","MaxLevel","Provider","children","bgLevelStyleSheet","undefined","create","backgroundColor","color","layer_01","layer_02","layer_03"],"sourceRoot":"../../../../src","sources":["components/layer/Layer.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QAEE,cAAc;AAErB,SACCC,KAAK,QAEC,sCAAsC;AAE7C,SACCC,UAAU,QACJ,kCAAyB;AAEhC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,YAAY,QACN,mBAAgB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUvB,OAAO,MAAMC,KAAK,gBAAGT,UAAU,CAC9B,SAASS,KAAKA,CACb;EACCC,KAAK,EAAEC,SAAS;EAChBC,cAAc;EACdC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,iBAAiB,GAChBf,UAAU,CAACK,YAAY,CAAC;
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","View","Color","MathHelper","CarbonStyleSheet","LayerContext","jsx","_jsx","Layer","level","levelProp","withBackground","style","props","ref","layerContextLevel","value","clamp","MinLevel","MaxLevel","Provider","children","bgLevelStyleSheet","undefined","create","backgroundColor","color","layer_01","layer_02","layer_03"],"sourceRoot":"../../../../src","sources":["components/layer/Layer.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QAEE,cAAc;AAErB,SACCC,KAAK,QAEC,sCAAsC;AAE7C,SACCC,UAAU,QACJ,kCAAyB;AAEhC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,YAAY,QACN,mBAAgB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUvB,OAAO,MAAMC,KAAK,gBAAGT,UAAU,CAC9B,SAASS,KAAKA,CACb;EACCC,KAAK,EAAEC,SAAS;EAChBC,cAAc;EACdC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,iBAAiB,GAChBf,UAAU,CAACK,YAAY,CAAC;IAEzBW,KAAK,GACJ,OAAON,SAAS,IAAI,QAAQ,GACzBP,UAAU,CAACc,KAAK,CAACF,iBAAiB,GAAG,CAAC,EAAEb,KAAK,CAACM,KAAK,CAACU,QAAQ,EAAEhB,KAAK,CAACM,KAAK,CAACW,QAAQ,CAAC,GACnFT,SAAS;EAEd,oBACCH,IAAA,CAACF,YAAY,CAACe,QAAQ;IAACJ,KAAK,EAAGA,KAAO;IAAAK,QAAA,eACrCd,IAAA,CAACN,IAAI;MACJa,GAAG,EAAGA,GAAK;MAAA,GACND,KAAK;MACVD,KAAK,EAAG,CACPD,cAAc,GACXW,iBAAiB,CAACN,KAAK,CAAC,GACxBO,SAAS,EACZX,KAAK;IACH,CACH;EAAC,CACoB,CAAC;AAG1B,CACD,CAAC;AAED,MACCU,iBAAiB,GAChBlB,gBAAgB,CAACoB,MAAM,CAAqC;EAC3D,CAAC,EAAE;IACFC,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACC;EACzC,CAAC;EACD,CAAC,EAAE;IACFF,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACE;EACzC,CAAC;EACD,CAAC,EAAE;IACFH,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACG;EACzC;AACD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { forwardRef, useContext } from "react";
|
|
4
|
+
import { ScrollView as ReactNativeScrollView } from "react-native";
|
|
5
|
+
import { GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
6
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
/**
|
|
9
|
+
* This component is a basic React Native `ScrollView` to solve
|
|
10
|
+
* RTL support for component level.
|
|
11
|
+
*
|
|
12
|
+
* You may use this if your app provides custom localization options.
|
|
13
|
+
*/
|
|
14
|
+
export const ScrollView = /*#__PURE__*/forwardRef(function ScrollView({
|
|
15
|
+
dir: dirProp,
|
|
16
|
+
style,
|
|
17
|
+
contentContainerStyle,
|
|
18
|
+
...props
|
|
19
|
+
}, ref) {
|
|
20
|
+
const globalConfigContext = useContext(GlobalConfigContext),
|
|
21
|
+
dir = dirProp ?? globalConfigContext.rtl ? "rtl" : "ltr";
|
|
22
|
+
return /*#__PURE__*/_jsx(ReactNativeScrollView, {
|
|
23
|
+
ref: ref,
|
|
24
|
+
...props,
|
|
25
|
+
dir: dir,
|
|
26
|
+
style: [dir == "rtl" ? CarbonStyleSheet.g.rtl : undefined, style],
|
|
27
|
+
contentContainerStyle: [dir == "rtl" ? CarbonStyleSheet.g.rtl : undefined, contentContainerStyle]
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
//# sourceMappingURL=ScrollView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","ScrollView","ReactNativeScrollView","GlobalConfigContext","CarbonStyleSheet","jsx","_jsx","dir","dirProp","style","contentContainerStyle","props","ref","globalConfigContext","rtl","g","undefined"],"sourceRoot":"../../../../src","sources":["components/scroll-view/ScrollView.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,IAAIC,qBAAqB,QAC7B,cAAc;AAErB,SACCC,mBAAmB,QACb,mCAA0B;AAEjC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAM5D;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAML,UAAU,gBAAGF,UAAU,CACnC,SAASE,UAAUA,CAClB;EACCM,GAAG,EAAEC,OAAO;EACZC,KAAK;EACLC,qBAAqB;EACrB,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClBb,UAAU,CAACG,mBAAmB,CAAC;IAEhCI,GAAG,GACFC,OAAO,IACPK,mBAAmB,CAACC,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACCR,IAAA,CAACJ,qBAAqB;IACrBU,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVJ,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGH,gBAAgB,CAACW,CAAC,CAACD,GAAG,GAAGE,SAAS,EACjDP,KAAK,CACH;IACHC,qBAAqB,EAAG,CACvBH,GAAG,IAAI,KAAK,GAAGH,gBAAgB,CAACW,CAAC,CAACD,GAAG,GAAGE,SAAS,EACjDN,qBAAqB;EACnB,CACH,CAAC;AAGJ,CACD,CAAoE","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/scroll-view/ScrollViewProps.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/scroll-view/index.ts"],"mappings":";;AAAA,cAAc,iBAAc","ignoreList":[]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
5
|
+
import { Box } from "../box/Box.js";
|
|
6
|
+
import { ScrollView } from "../scroll-view/ScrollView.js";
|
|
7
|
+
import { TableContext } from "./_TableContext.js";
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
export const Table = /*#__PURE__*/forwardRef(function Table({
|
|
10
|
+
rowSize = "large",
|
|
11
|
+
header,
|
|
12
|
+
footer,
|
|
13
|
+
horizontalScrollViewProps,
|
|
14
|
+
verticalScrollViewProps,
|
|
15
|
+
children,
|
|
16
|
+
...props
|
|
17
|
+
}, ref) {
|
|
18
|
+
return /*#__PURE__*/_jsx(TableContext.Provider, {
|
|
19
|
+
value: {
|
|
20
|
+
rowSize
|
|
21
|
+
},
|
|
22
|
+
children: /*#__PURE__*/_jsxs(Box, {
|
|
23
|
+
ref: ref,
|
|
24
|
+
...props,
|
|
25
|
+
children: [header, /*#__PURE__*/_jsx(ScrollView, {
|
|
26
|
+
...horizontalScrollViewProps,
|
|
27
|
+
horizontal: horizontalScrollViewProps?.horizontal ?? true,
|
|
28
|
+
nestedScrollEnabled: horizontalScrollViewProps?.nestedScrollEnabled ?? true,
|
|
29
|
+
contentContainerStyle: [CarbonStyleSheet.g.grow, horizontalScrollViewProps?.contentContainerStyle],
|
|
30
|
+
children: /*#__PURE__*/_jsx(ScrollView, {
|
|
31
|
+
...verticalScrollViewProps,
|
|
32
|
+
style: [CarbonStyleSheet.g.flex_auto, verticalScrollViewProps?.style],
|
|
33
|
+
role: "table",
|
|
34
|
+
children: children
|
|
35
|
+
})
|
|
36
|
+
}), footer]
|
|
37
|
+
})
|
|
38
|
+
});
|
|
39
|
+
});
|
|
40
|
+
//# sourceMappingURL=Table.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["forwardRef","CarbonStyleSheet","Box","ScrollView","TableContext","jsx","_jsx","jsxs","_jsxs","Table","rowSize","header","footer","horizontalScrollViewProps","verticalScrollViewProps","children","props","ref","Provider","value","horizontal","nestedScrollEnabled","contentContainerStyle","g","grow","style","flex_auto","role"],"sourceRoot":"../../../../src","sources":["components/table/Table.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,GAAG,QACG,eAAY;AAEnB,SACCC,UAAU,QACJ,8BAA2B;AAUlC,SACCC,YAAY,QACN,oBAAiB;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAExB,OAAO,MAAMC,KAAK,gBAAGT,UAAU,CAC9B,SAASS,KAAKA,CACb;EACCC,OAAO,GAAG,OAAO;EACjBC,MAAM;EACNC,MAAM;EACNC,yBAAyB;EACzBC,uBAAuB;EACvBC,QAAQ;EACR,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,oBACCX,IAAA,CAACF,YAAY,CAACc,QAAQ;IACrBC,KAAK,EAAE;MACNT;IACD,CAAE;IAAAK,QAAA,eAEFP,KAAA,CAACN,GAAG;MACHe,GAAG,EAAGA,GAAK;MAAA,GACND,KAAK;MAAAD,QAAA,GAERJ,MAAM,eAERL,IAAA,CAACH,UAAU;QAAA,GACLU,yBAAyB;QAC9BO,UAAU,EAAGP,yBAAyB,EAAEO,UAAU,IAAI,IAAM;QAC5DC,mBAAmB,EAAGR,yBAAyB,EAAEQ,mBAAmB,IAAI,IAAM;QAC9EC,qBAAqB,EAAG,CACvBrB,gBAAgB,CAACsB,CAAC,CAACC,IAAI,EACvBX,yBAAyB,EAAES,qBAAqB,CAC9C;QAAAP,QAAA,eAEHT,IAAA,CAACH,UAAU;UAAA,GACLW,uBAAuB;UAC5BW,KAAK,EAAG,CACPxB,gBAAgB,CAACsB,CAAC,CAACG,SAAS,EAC5BZ,uBAAuB,EAAEW,KAAK,CAC5B;UACHE,IAAI,EAAC,OAAO;UAAAZ,QAAA,EAEVA;QAAQ,CACC;MAAC,CACF,CAAC,EAEXH,MAAM;IAAA,CACJ;EAAC,CACgB,CAAC;AAG1B,CACD,CAAC","ignoreList":[]}
|