@audira/carbon-react-native 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1182) hide show
  1. package/lib/commonjs/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
  2. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
  3. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +6 -0
  4. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
  5. package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js +17 -0
  6. package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
  7. package/lib/commonjs/_internal/components/index.js +17 -0
  8. package/lib/commonjs/_internal/components/index.js.map +1 -0
  9. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
  10. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
  11. package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
  12. package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
  13. package/lib/commonjs/carbon-react-native/CarbonReactNative.js +8 -6
  14. package/lib/commonjs/carbon-react-native/CarbonReactNative.js.map +1 -1
  15. package/lib/commonjs/carbon-style-sheet/color.js +1 -1
  16. package/lib/commonjs/carbon-style-sheet/g/flex.js +9 -1
  17. package/lib/commonjs/carbon-style-sheet/g/flex.js.map +1 -1
  18. package/lib/commonjs/carbon-style-sheet/g/font.js +1 -1
  19. package/lib/commonjs/carbon-style-sheet/g/index.js +11 -0
  20. package/lib/commonjs/carbon-style-sheet/g/index.js.map +1 -1
  21. package/lib/commonjs/carbon-style-sheet/g/spacing.js +172 -4
  22. package/lib/commonjs/carbon-style-sheet/g/spacing.js.map +1 -1
  23. package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
  24. package/lib/commonjs/carbon-style-sheet/g/visibility.js +40 -0
  25. package/lib/commonjs/carbon-style-sheet/g/visibility.js.map +1 -0
  26. package/lib/commonjs/carbon-style-sheet/g-object/flex.js +4 -1
  27. package/lib/commonjs/carbon-style-sheet/g-object/flex.js.map +1 -1
  28. package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
  29. package/lib/commonjs/carbon-style-sheet/g-object/index.js +11 -0
  30. package/lib/commonjs/carbon-style-sheet/g-object/index.js.map +1 -1
  31. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +67 -4
  32. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js.map +1 -1
  33. package/lib/commonjs/carbon-style-sheet/g-object/typography.js +1 -1
  34. package/lib/commonjs/carbon-style-sheet/g-object/visibility.js +26 -0
  35. package/lib/commonjs/carbon-style-sheet/g-object/visibility.js.map +1 -0
  36. package/lib/commonjs/components/accordion/AccordionItemRefBase.js +2 -0
  37. package/lib/commonjs/components/accordion/AccordionItemRefBase.js.map +1 -0
  38. package/lib/commonjs/components/accordion/_Header.js +8 -6
  39. package/lib/commonjs/components/accordion/_Header.js.map +1 -1
  40. package/lib/commonjs/components/accordion/_Item.js +11 -9
  41. package/lib/commonjs/components/accordion/_Item.js.map +1 -1
  42. package/lib/commonjs/components/accordion/_motion.js.map +1 -1
  43. package/lib/commonjs/components/accordion/index.js +0 -66
  44. package/lib/commonjs/components/accordion/index.js.map +1 -1
  45. package/lib/commonjs/components/box/Box.js +6 -0
  46. package/lib/commonjs/components/box/Box.js.map +1 -1
  47. package/lib/commonjs/components/button/base/Base.js +5 -14
  48. package/lib/commonjs/components/button/base/Base.js.map +1 -1
  49. package/lib/commonjs/components/button/ghost/Ghost.js +0 -15
  50. package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
  51. package/lib/commonjs/components/checkbox/Checkbox.js +1 -1
  52. package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
  53. package/lib/commonjs/components/checkbox/CheckboxRefBase.js +6 -0
  54. package/lib/commonjs/components/checkbox/CheckboxRefBase.js.map +1 -0
  55. package/lib/commonjs/components/checkbox/index.js +0 -22
  56. package/lib/commonjs/components/checkbox/index.js.map +1 -1
  57. package/lib/commonjs/components/checkbox-input/CheckboxInput.js +2 -2
  58. package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
  59. package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js +6 -0
  60. package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
  61. package/lib/commonjs/components/checkbox-input/index.js +0 -44
  62. package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
  63. package/lib/commonjs/components/collapsible/Collapsible.js +26 -33
  64. package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
  65. package/lib/commonjs/components/collapsible/CollapsibleRefBase.js +2 -0
  66. package/lib/commonjs/components/collapsible/CollapsibleRefBase.js.map +1 -0
  67. package/lib/commonjs/components/collapsible/index.js +0 -22
  68. package/lib/commonjs/components/collapsible/index.js.map +1 -1
  69. package/lib/commonjs/components/index.js +140 -42
  70. package/lib/commonjs/components/index.js.map +1 -1
  71. package/lib/commonjs/components/radio-button/RadioButton.js +1 -1
  72. package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
  73. package/lib/commonjs/components/radio-button/RadioButtonRefBase.js +6 -0
  74. package/lib/commonjs/components/radio-button/RadioButtonRefBase.js.map +1 -0
  75. package/lib/commonjs/components/radio-button/index.js +0 -22
  76. package/lib/commonjs/components/radio-button/index.js.map +1 -1
  77. package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
  78. package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
  79. package/lib/commonjs/components/radio-button-input/index.js +0 -33
  80. package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
  81. package/lib/commonjs/components/scroll-view/ScrollView.js +35 -0
  82. package/lib/commonjs/components/scroll-view/ScrollView.js.map +1 -0
  83. package/lib/commonjs/components/scroll-view/ScrollViewProps.js +6 -0
  84. package/lib/commonjs/components/{radio-button-input/_RefBase.js.map → scroll-view/ScrollViewProps.js.map} +1 -1
  85. package/lib/commonjs/components/scroll-view/index.js +17 -0
  86. package/lib/commonjs/components/scroll-view/index.js.map +1 -0
  87. package/lib/commonjs/components/switch/Switch.js +3 -2
  88. package/lib/commonjs/components/switch/Switch.js.map +1 -1
  89. package/lib/commonjs/components/switch/SwitchRefBase.js +2 -0
  90. package/lib/{module/components/collapsible/_RefBase.js.map → commonjs/components/switch/SwitchRefBase.js.map} +1 -1
  91. package/lib/commonjs/components/switch/index.js +0 -44
  92. package/lib/commonjs/components/switch/index.js.map +1 -1
  93. package/lib/commonjs/components/table/Table.js +15 -10
  94. package/lib/commonjs/components/table/Table.js.map +1 -1
  95. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js +81 -0
  96. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
  97. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js +6 -0
  98. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
  99. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js +6 -0
  100. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
  101. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
  102. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
  103. package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js +11 -0
  104. package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
  105. package/lib/commonjs/components/table-batch-action-bar/index.js +17 -0
  106. package/lib/commonjs/components/table-batch-action-bar/index.js.map +1 -0
  107. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js +38 -0
  108. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
  109. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +6 -0
  110. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
  111. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +6 -0
  112. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
  113. package/lib/commonjs/components/table-batch-action-bar-button/index.js +17 -0
  114. package/lib/commonjs/components/table-batch-action-bar-button/index.js.map +1 -0
  115. package/lib/commonjs/components/table-cell/TableCell.js +4 -2
  116. package/lib/commonjs/components/table-cell/TableCell.js.map +1 -1
  117. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js +92 -0
  118. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
  119. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +6 -0
  120. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
  121. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js +6 -0
  122. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
  123. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js +6 -0
  124. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
  125. package/lib/commonjs/components/table-cell-checkbox/index.js +17 -0
  126. package/lib/commonjs/components/table-cell-checkbox/index.js.map +1 -0
  127. package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js +3 -3
  128. package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
  129. package/lib/commonjs/components/table-cell-text/TableCellText.js +5 -7
  130. package/lib/commonjs/components/table-cell-text/TableCellText.js.map +1 -1
  131. package/lib/commonjs/components/table-header/TableHeader.js +53 -0
  132. package/lib/commonjs/components/table-header/TableHeader.js.map +1 -0
  133. package/lib/commonjs/components/table-header/TableHeaderProps.js +6 -0
  134. package/lib/commonjs/components/table-header/TableHeaderProps.js.map +1 -0
  135. package/lib/commonjs/components/table-header/TableHeaderRef.js +6 -0
  136. package/lib/{module/components/radio-button-input/_RefBase.js.map → commonjs/components/table-header/TableHeaderRef.js.map} +1 -1
  137. package/lib/commonjs/components/table-header/index.js +17 -0
  138. package/lib/commonjs/components/table-header/index.js.map +1 -0
  139. package/lib/commonjs/components/table-row/TableRow.js +51 -32
  140. package/lib/commonjs/components/table-row/TableRow.js.map +1 -1
  141. package/lib/commonjs/components/table-row/_TableRowContext.js +5 -1
  142. package/lib/commonjs/components/table-row/_TableRowContext.js.map +1 -1
  143. package/lib/commonjs/components/table-row/_TableRowContextProvider.js +27 -0
  144. package/lib/commonjs/components/table-row/_TableRowContextProvider.js.map +1 -0
  145. package/lib/commonjs/components/table-row/_style-sheet-height.js +3 -0
  146. package/lib/commonjs/components/table-row/_style-sheet-height.js.map +1 -1
  147. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js +212 -0
  148. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
  149. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js +6 -0
  150. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
  151. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js +6 -0
  152. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
  153. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js +6 -0
  154. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
  155. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +77 -0
  156. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
  157. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +6 -0
  158. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
  159. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js +17 -0
  160. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
  161. package/lib/commonjs/components/table-row-collapsible/index.js +17 -0
  162. package/lib/commonjs/components/table-row-collapsible/index.js.map +1 -0
  163. package/lib/commonjs/components/table-toolbar/TableToolbar.js +84 -0
  164. package/lib/commonjs/components/table-toolbar/TableToolbar.js.map +1 -0
  165. package/lib/commonjs/components/table-toolbar/TableToolbarProps.js +6 -0
  166. package/lib/commonjs/components/table-toolbar/TableToolbarProps.js.map +1 -0
  167. package/lib/commonjs/components/table-toolbar/TableToolbarRef.js +6 -0
  168. package/lib/commonjs/components/table-toolbar/TableToolbarRef.js.map +1 -0
  169. package/lib/commonjs/components/table-toolbar/TableToolbarSize.js +2 -0
  170. package/lib/commonjs/components/table-toolbar/TableToolbarSize.js.map +1 -0
  171. package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js +11 -0
  172. package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js.map +1 -0
  173. package/lib/commonjs/components/table-toolbar/index.js +17 -0
  174. package/lib/commonjs/components/table-toolbar/index.js.map +1 -0
  175. package/lib/commonjs/components/table-toolbar-button/_useSize.js +17 -0
  176. package/lib/commonjs/components/table-toolbar-button/_useSize.js.map +1 -0
  177. package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js +22 -0
  178. package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
  179. package/lib/commonjs/components/{checkbox-input/_RefBase.js → table-toolbar-button/ghost/GhostProps.js} +1 -1
  180. package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
  181. package/lib/commonjs/components/{toggle/base/_RefBase.js → table-toolbar-button/ghost/GhostRef.js} +1 -1
  182. package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
  183. package/lib/commonjs/components/{accordion/_chevron → table-toolbar-button/ghost}/index.js +4 -4
  184. package/lib/commonjs/components/table-toolbar-button/ghost/index.js.map +1 -0
  185. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js +22 -0
  186. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
  187. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js +6 -0
  188. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
  189. package/lib/commonjs/components/{accordion/_chevron/ChevronProps.js → table-toolbar-button/ghost-icon/GhostIconRef.js} +1 -1
  190. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
  191. package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js +17 -0
  192. package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
  193. package/lib/commonjs/components/table-toolbar-button/index.js +39 -0
  194. package/lib/commonjs/components/table-toolbar-button/index.js.map +1 -0
  195. package/lib/commonjs/components/table-toolbar-button/primary/Primary.js +22 -0
  196. package/lib/commonjs/components/table-toolbar-button/primary/Primary.js.map +1 -0
  197. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js +6 -0
  198. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
  199. package/lib/commonjs/components/{checkbox/_RefBase.js → table-toolbar-button/primary/PrimaryRef.js} +1 -1
  200. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
  201. package/lib/commonjs/components/table-toolbar-button/primary/index.js +17 -0
  202. package/lib/commonjs/components/table-toolbar-button/primary/index.js.map +1 -0
  203. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js +60 -0
  204. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
  205. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +6 -0
  206. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
  207. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +6 -0
  208. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
  209. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
  210. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
  211. package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
  212. package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
  213. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +23 -0
  214. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
  215. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +6 -0
  216. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
  217. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js +17 -0
  218. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
  219. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +29 -0
  220. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
  221. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +6 -0
  222. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
  223. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +6 -0
  224. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
  225. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js +17 -0
  226. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
  227. package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js +86 -0
  228. package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
  229. package/lib/commonjs/components/table-toolbar-switcher/index.js +17 -0
  230. package/lib/commonjs/components/table-toolbar-switcher/index.js.map +1 -0
  231. package/lib/commonjs/components/{radio-button/_RefBase.js → toggle/base/BaseRefBase.js} +1 -1
  232. package/lib/commonjs/components/toggle/base/BaseRefBase.js.map +1 -0
  233. package/lib/commonjs/components/toggle/base/index.js +0 -22
  234. package/lib/commonjs/components/toggle/base/index.js.map +1 -1
  235. package/lib/module/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
  236. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
  237. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +4 -0
  238. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
  239. package/lib/module/_internal/components/animated-collapsible-chevron/index.js +4 -0
  240. package/lib/module/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
  241. package/lib/module/_internal/components/index.js +4 -0
  242. package/lib/module/_internal/components/index.js.map +1 -0
  243. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
  244. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
  245. package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
  246. package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
  247. package/lib/module/carbon-react-native/CarbonReactNative.js +8 -6
  248. package/lib/module/carbon-react-native/CarbonReactNative.js.map +1 -1
  249. package/lib/module/carbon-style-sheet/color.js +1 -1
  250. package/lib/module/carbon-style-sheet/g/flex.js +7 -0
  251. package/lib/module/carbon-style-sheet/g/flex.js.map +1 -1
  252. package/lib/module/carbon-style-sheet/g/font.js +1 -1
  253. package/lib/module/carbon-style-sheet/g/index.js +1 -0
  254. package/lib/module/carbon-style-sheet/g/index.js.map +1 -1
  255. package/lib/module/carbon-style-sheet/g/spacing.js +148 -1
  256. package/lib/module/carbon-style-sheet/g/spacing.js.map +1 -1
  257. package/lib/module/carbon-style-sheet/g/typography.js +1 -1
  258. package/lib/module/carbon-style-sheet/g/visibility.js +34 -0
  259. package/lib/module/carbon-style-sheet/g/visibility.js.map +1 -0
  260. package/lib/module/carbon-style-sheet/g-object/flex.js +3 -0
  261. package/lib/module/carbon-style-sheet/g-object/flex.js.map +1 -1
  262. package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
  263. package/lib/module/carbon-style-sheet/g-object/index.js +1 -0
  264. package/lib/module/carbon-style-sheet/g-object/index.js.map +1 -1
  265. package/lib/module/carbon-style-sheet/g-object/spacing.js +64 -1
  266. package/lib/module/carbon-style-sheet/g-object/spacing.js.map +1 -1
  267. package/lib/module/carbon-style-sheet/g-object/typography.js +1 -1
  268. package/lib/module/carbon-style-sheet/g-object/visibility.js +22 -0
  269. package/lib/module/carbon-style-sheet/g-object/visibility.js.map +1 -0
  270. package/lib/module/components/accordion/AccordionItemRefBase.js +2 -0
  271. package/lib/module/components/accordion/AccordionItemRefBase.js.map +1 -0
  272. package/lib/module/components/accordion/_Header.js +4 -2
  273. package/lib/module/components/accordion/_Header.js.map +1 -1
  274. package/lib/module/components/accordion/_Item.js +11 -9
  275. package/lib/module/components/accordion/_Item.js.map +1 -1
  276. package/lib/module/components/accordion/_motion.js.map +1 -1
  277. package/lib/module/components/accordion/index.js +0 -6
  278. package/lib/module/components/accordion/index.js.map +1 -1
  279. package/lib/module/components/box/Box.js +6 -0
  280. package/lib/module/components/box/Box.js.map +1 -1
  281. package/lib/module/components/button/base/Base.js +5 -14
  282. package/lib/module/components/button/base/Base.js.map +1 -1
  283. package/lib/module/components/button/ghost/Ghost.js +1 -16
  284. package/lib/module/components/button/ghost/Ghost.js.map +1 -1
  285. package/lib/module/components/checkbox/Checkbox.js +1 -1
  286. package/lib/module/components/checkbox/Checkbox.js.map +1 -1
  287. package/lib/module/components/checkbox/CheckboxRefBase.js +4 -0
  288. package/lib/module/components/checkbox/CheckboxRefBase.js.map +1 -0
  289. package/lib/module/components/checkbox/index.js +0 -2
  290. package/lib/module/components/checkbox/index.js.map +1 -1
  291. package/lib/module/components/checkbox-input/CheckboxInput.js +2 -2
  292. package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
  293. package/lib/module/components/checkbox-input/CheckboxInputRefBase.js +4 -0
  294. package/lib/module/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
  295. package/lib/module/components/checkbox-input/index.js +0 -4
  296. package/lib/module/components/checkbox-input/index.js.map +1 -1
  297. package/lib/module/components/collapsible/Collapsible.js +26 -33
  298. package/lib/module/components/collapsible/Collapsible.js.map +1 -1
  299. package/lib/module/components/collapsible/CollapsibleRefBase.js +2 -0
  300. package/lib/module/components/collapsible/CollapsibleRefBase.js.map +1 -0
  301. package/lib/module/components/collapsible/index.js +0 -2
  302. package/lib/module/components/collapsible/index.js.map +1 -1
  303. package/lib/module/components/index.js +10 -1
  304. package/lib/module/components/index.js.map +1 -1
  305. package/lib/module/components/radio-button/RadioButton.js +1 -1
  306. package/lib/module/components/radio-button/RadioButton.js.map +1 -1
  307. package/lib/module/components/radio-button/RadioButtonRefBase.js +4 -0
  308. package/lib/module/components/radio-button/RadioButtonRefBase.js.map +1 -0
  309. package/lib/module/components/radio-button/index.js +0 -2
  310. package/lib/module/components/radio-button/index.js.map +1 -1
  311. package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
  312. package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
  313. package/lib/module/components/radio-button-input/index.js +0 -3
  314. package/lib/module/components/radio-button-input/index.js.map +1 -1
  315. package/lib/module/components/scroll-view/ScrollView.js +30 -0
  316. package/lib/module/components/scroll-view/ScrollView.js.map +1 -0
  317. package/lib/module/components/scroll-view/ScrollViewProps.js +4 -0
  318. package/lib/module/components/scroll-view/ScrollViewProps.js.map +1 -0
  319. package/lib/module/components/scroll-view/index.js +4 -0
  320. package/lib/module/components/scroll-view/index.js.map +1 -0
  321. package/lib/module/components/switch/Switch.js +3 -2
  322. package/lib/module/components/switch/Switch.js.map +1 -1
  323. package/lib/module/components/switch/SwitchRefBase.js +2 -0
  324. package/lib/{commonjs/components/collapsible/_RefBase.js.map → module/components/switch/SwitchRefBase.js.map} +1 -1
  325. package/lib/module/components/switch/index.js +0 -4
  326. package/lib/module/components/switch/index.js.map +1 -1
  327. package/lib/module/components/table/Table.js +15 -10
  328. package/lib/module/components/table/Table.js.map +1 -1
  329. package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js +76 -0
  330. package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
  331. package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js +4 -0
  332. package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
  333. package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js +4 -0
  334. package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
  335. package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
  336. package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
  337. package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js +7 -0
  338. package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
  339. package/lib/module/components/table-batch-action-bar/index.js +4 -0
  340. package/lib/module/components/table-batch-action-bar/index.js.map +1 -0
  341. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js +33 -0
  342. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
  343. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +4 -0
  344. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
  345. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +4 -0
  346. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
  347. package/lib/module/components/table-batch-action-bar-button/index.js +4 -0
  348. package/lib/module/components/table-batch-action-bar-button/index.js.map +1 -0
  349. package/lib/module/components/table-cell/TableCell.js +4 -2
  350. package/lib/module/components/table-cell/TableCell.js.map +1 -1
  351. package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js +87 -0
  352. package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
  353. package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +4 -0
  354. package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
  355. package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js +4 -0
  356. package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
  357. package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js +4 -0
  358. package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
  359. package/lib/module/components/table-cell-checkbox/index.js +4 -0
  360. package/lib/module/components/table-cell-checkbox/index.js.map +1 -0
  361. package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js +4 -4
  362. package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
  363. package/lib/module/components/table-cell-text/TableCellText.js +5 -7
  364. package/lib/module/components/table-cell-text/TableCellText.js.map +1 -1
  365. package/lib/module/components/table-header/TableHeader.js +48 -0
  366. package/lib/module/components/table-header/TableHeader.js.map +1 -0
  367. package/lib/module/components/table-header/TableHeaderProps.js +4 -0
  368. package/lib/module/components/table-header/TableHeaderProps.js.map +1 -0
  369. package/lib/module/components/table-header/TableHeaderRef.js +4 -0
  370. package/lib/module/components/table-header/TableHeaderRef.js.map +1 -0
  371. package/lib/module/components/table-header/index.js +4 -0
  372. package/lib/module/components/table-header/index.js.map +1 -0
  373. package/lib/module/components/table-row/TableRow.js +51 -32
  374. package/lib/module/components/table-row/TableRow.js.map +1 -1
  375. package/lib/module/components/table-row/_TableRowContext.js +5 -1
  376. package/lib/module/components/table-row/_TableRowContext.js.map +1 -1
  377. package/lib/module/components/table-row/_TableRowContextProvider.js +23 -0
  378. package/lib/module/components/table-row/_TableRowContextProvider.js.map +1 -0
  379. package/lib/module/components/table-row/_style-sheet-height.js +3 -0
  380. package/lib/module/components/table-row/_style-sheet-height.js.map +1 -1
  381. package/lib/module/components/table-row-collapsible/TableRowCollapsible.js +207 -0
  382. package/lib/module/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
  383. package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js +4 -0
  384. package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
  385. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js +4 -0
  386. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
  387. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js +4 -0
  388. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
  389. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +72 -0
  390. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
  391. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +4 -0
  392. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
  393. package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js +4 -0
  394. package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
  395. package/lib/module/components/table-row-collapsible/index.js +4 -0
  396. package/lib/module/components/table-row-collapsible/index.js.map +1 -0
  397. package/lib/module/components/table-toolbar/TableToolbar.js +79 -0
  398. package/lib/module/components/table-toolbar/TableToolbar.js.map +1 -0
  399. package/lib/module/components/table-toolbar/TableToolbarProps.js +4 -0
  400. package/lib/module/components/table-toolbar/TableToolbarProps.js.map +1 -0
  401. package/lib/module/components/table-toolbar/TableToolbarRef.js +4 -0
  402. package/lib/module/components/table-toolbar/TableToolbarRef.js.map +1 -0
  403. package/lib/module/components/table-toolbar/TableToolbarSize.js +2 -0
  404. package/lib/module/components/table-toolbar/TableToolbarSize.js.map +1 -0
  405. package/lib/module/components/table-toolbar/_TableToolbarContext.js +7 -0
  406. package/lib/module/components/table-toolbar/_TableToolbarContext.js.map +1 -0
  407. package/lib/module/components/table-toolbar/index.js +4 -0
  408. package/lib/module/components/table-toolbar/index.js.map +1 -0
  409. package/lib/module/components/table-toolbar-button/_useSize.js +13 -0
  410. package/lib/module/components/table-toolbar-button/_useSize.js.map +1 -0
  411. package/lib/module/components/table-toolbar-button/ghost/Ghost.js +18 -0
  412. package/lib/module/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
  413. package/lib/module/components/table-toolbar-button/ghost/GhostProps.js +4 -0
  414. package/lib/module/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
  415. package/lib/module/components/table-toolbar-button/ghost/GhostRef.js +4 -0
  416. package/lib/module/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
  417. package/lib/module/components/table-toolbar-button/ghost/index.js +4 -0
  418. package/lib/module/components/table-toolbar-button/ghost/index.js.map +1 -0
  419. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js +18 -0
  420. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
  421. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js +4 -0
  422. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
  423. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js +4 -0
  424. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
  425. package/lib/module/components/table-toolbar-button/ghost-icon/index.js +4 -0
  426. package/lib/module/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
  427. package/lib/module/components/table-toolbar-button/index.js +6 -0
  428. package/lib/module/components/table-toolbar-button/index.js.map +1 -0
  429. package/lib/module/components/table-toolbar-button/primary/Primary.js +18 -0
  430. package/lib/module/components/table-toolbar-button/primary/Primary.js.map +1 -0
  431. package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js +4 -0
  432. package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
  433. package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js +4 -0
  434. package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
  435. package/lib/module/components/table-toolbar-button/primary/index.js +4 -0
  436. package/lib/module/components/table-toolbar-button/primary/index.js.map +1 -0
  437. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js +56 -0
  438. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
  439. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +4 -0
  440. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
  441. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +4 -0
  442. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
  443. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
  444. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
  445. package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
  446. package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
  447. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +19 -0
  448. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
  449. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +4 -0
  450. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
  451. package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js +4 -0
  452. package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
  453. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +25 -0
  454. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
  455. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +4 -0
  456. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
  457. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +4 -0
  458. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
  459. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js +4 -0
  460. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
  461. package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js +81 -0
  462. package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
  463. package/lib/module/components/table-toolbar-switcher/index.js +4 -0
  464. package/lib/module/components/table-toolbar-switcher/index.js.map +1 -0
  465. package/lib/module/components/toggle/base/BaseRefBase.js +4 -0
  466. package/lib/module/components/toggle/base/BaseRefBase.js.map +1 -0
  467. package/lib/module/components/toggle/base/index.js +0 -2
  468. package/lib/module/components/toggle/base/index.js.map +1 -1
  469. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
  470. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
  471. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
  472. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
  473. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
  474. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
  475. package/lib/typescript/commonjs/_internal/components/index.d.ts +2 -0
  476. package/lib/typescript/commonjs/_internal/components/index.d.ts.map +1 -0
  477. package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
  478. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  479. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
  480. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  481. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
  482. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
  483. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  484. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
  485. package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts +3 -0
  486. package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts.map +1 -1
  487. package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts +1 -0
  488. package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts.map +1 -1
  489. package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts +63 -0
  490. package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts.map +1 -1
  491. package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts +19 -0
  492. package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts.map +1 -0
  493. package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts +3 -0
  494. package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
  495. package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts +1 -0
  496. package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts.map +1 -1
  497. package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts +63 -0
  498. package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
  499. package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts +19 -0
  500. package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
  501. package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts +2 -2
  502. package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts.map +1 -1
  503. package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts +11 -0
  504. package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
  505. package/lib/typescript/commonjs/components/accordion/_Header.d.ts.map +1 -1
  506. package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
  507. package/lib/typescript/commonjs/components/accordion/_context.d.ts +1 -1
  508. package/lib/typescript/commonjs/components/accordion/_context.d.ts.map +1 -1
  509. package/lib/typescript/commonjs/components/accordion/_motion.d.ts +9 -2
  510. package/lib/typescript/commonjs/components/accordion/_motion.d.ts.map +1 -1
  511. package/lib/typescript/commonjs/components/accordion/index.d.ts +7 -6
  512. package/lib/typescript/commonjs/components/accordion/index.d.ts.map +1 -1
  513. package/lib/typescript/commonjs/components/box/Box.d.ts +6 -0
  514. package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -1
  515. package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
  516. package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
  517. package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts +2 -2
  518. package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts.map +1 -1
  519. package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts +5 -0
  520. package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
  521. package/lib/typescript/commonjs/components/checkbox/index.d.ts +3 -2
  522. package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
  523. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  524. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
  525. package/lib/typescript/{module/components/checkbox-input/_RefBase.d.ts → commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
  526. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
  527. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +5 -4
  528. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
  529. package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
  530. package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts +1 -2
  531. package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts.map +1 -1
  532. package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts +2 -2
  533. package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts.map +1 -1
  534. package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts +9 -0
  535. package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
  536. package/lib/typescript/commonjs/components/collapsible/index.d.ts +3 -2
  537. package/lib/typescript/commonjs/components/collapsible/index.d.ts.map +1 -1
  538. package/lib/typescript/commonjs/components/index.d.ts +10 -1
  539. package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
  540. package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts +2 -2
  541. package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts.map +1 -1
  542. package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts +4 -0
  543. package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
  544. package/lib/typescript/commonjs/components/radio-button/index.d.ts +3 -2
  545. package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
  546. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  547. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
  548. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
  549. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
  550. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts +4 -3
  551. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
  552. package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts +9 -0
  553. package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts.map +1 -0
  554. package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts +4 -0
  555. package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
  556. package/lib/typescript/commonjs/components/scroll-view/index.d.ts +3 -0
  557. package/lib/typescript/commonjs/components/scroll-view/index.d.ts.map +1 -0
  558. package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
  559. package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts +2 -2
  560. package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts.map +1 -1
  561. package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts +11 -0
  562. package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts.map +1 -0
  563. package/lib/typescript/commonjs/components/switch/index.d.ts +5 -4
  564. package/lib/typescript/commonjs/components/switch/index.d.ts.map +1 -1
  565. package/lib/typescript/commonjs/components/table/Table.d.ts.map +1 -1
  566. package/lib/typescript/commonjs/components/table/TableProps.d.ts +15 -0
  567. package/lib/typescript/commonjs/components/table/TableProps.d.ts.map +1 -1
  568. package/lib/typescript/commonjs/components/table/TableRef.d.ts +2 -2
  569. package/lib/typescript/commonjs/components/table/TableRef.d.ts.map +1 -1
  570. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
  571. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
  572. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
  573. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
  574. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
  575. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
  576. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
  577. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
  578. package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
  579. package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
  580. package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts +5 -0
  581. package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts.map +1 -0
  582. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
  583. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
  584. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
  585. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
  586. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
  587. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
  588. package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts +4 -0
  589. package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts.map +1 -0
  590. package/lib/typescript/commonjs/components/table-cell/TableCell.d.ts.map +1 -1
  591. package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts +5 -0
  592. package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts.map +1 -1
  593. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
  594. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
  595. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
  596. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
  597. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
  598. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
  599. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
  600. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
  601. package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts +5 -0
  602. package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts.map +1 -0
  603. package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
  604. package/lib/typescript/commonjs/components/table-cell-text/TableCellText.d.ts.map +1 -1
  605. package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts +4 -0
  606. package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts.map +1 -0
  607. package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts +9 -0
  608. package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts.map +1 -0
  609. package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts +4 -0
  610. package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts.map +1 -0
  611. package/lib/typescript/commonjs/components/table-header/index.d.ts +4 -0
  612. package/lib/typescript/commonjs/components/table-header/index.d.ts.map +1 -0
  613. package/lib/typescript/commonjs/components/table-row/TableRow.d.ts.map +1 -1
  614. package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts +1 -1
  615. package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
  616. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +10 -1
  617. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -1
  618. package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts +3 -1
  619. package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts.map +1 -1
  620. package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts +8 -0
  621. package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
  622. package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts +3 -0
  623. package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts.map +1 -1
  624. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
  625. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
  626. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
  627. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
  628. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
  629. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
  630. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
  631. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
  632. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
  633. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
  634. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
  635. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
  636. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
  637. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
  638. package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts +4 -0
  639. package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts.map +1 -0
  640. package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts +4 -0
  641. package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts.map +1 -0
  642. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts +22 -0
  643. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
  644. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts +4 -0
  645. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
  646. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts +2 -0
  647. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
  648. package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
  649. package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
  650. package/lib/typescript/commonjs/components/table-toolbar/index.d.ts +5 -0
  651. package/lib/typescript/commonjs/components/table-toolbar/index.d.ts.map +1 -0
  652. package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts +3 -0
  653. package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts.map +1 -0
  654. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
  655. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
  656. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
  657. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
  658. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
  659. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
  660. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts +4 -0
  661. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
  662. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
  663. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
  664. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
  665. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
  666. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
  667. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
  668. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
  669. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
  670. package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts +4 -0
  671. package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts.map +1 -0
  672. package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts +4 -0
  673. package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
  674. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
  675. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
  676. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
  677. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
  678. package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts +4 -0
  679. package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts.map +1 -0
  680. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
  681. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
  682. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
  683. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
  684. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
  685. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
  686. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
  687. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
  688. package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
  689. package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
  690. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
  691. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
  692. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
  693. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
  694. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
  695. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
  696. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
  697. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
  698. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
  699. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
  700. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
  701. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
  702. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
  703. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
  704. package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
  705. package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
  706. package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts +5 -0
  707. package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts.map +1 -0
  708. package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts +2 -2
  709. package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts.map +1 -1
  710. package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts +4 -0
  711. package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts.map +1 -0
  712. package/lib/typescript/commonjs/components/toggle/base/index.d.ts +3 -2
  713. package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
  714. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
  715. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
  716. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
  717. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
  718. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
  719. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
  720. package/lib/typescript/module/_internal/components/index.d.ts +2 -0
  721. package/lib/typescript/module/_internal/components/index.d.ts.map +1 -0
  722. package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
  723. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  724. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
  725. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  726. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
  727. package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
  728. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  729. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
  730. package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts +3 -0
  731. package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts.map +1 -1
  732. package/lib/typescript/module/carbon-style-sheet/g/index.d.ts +1 -0
  733. package/lib/typescript/module/carbon-style-sheet/g/index.d.ts.map +1 -1
  734. package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts +63 -0
  735. package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts.map +1 -1
  736. package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts +19 -0
  737. package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts.map +1 -0
  738. package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts +3 -0
  739. package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
  740. package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts +1 -0
  741. package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts.map +1 -1
  742. package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts +63 -0
  743. package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
  744. package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts +19 -0
  745. package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
  746. package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts +2 -2
  747. package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts.map +1 -1
  748. package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts +11 -0
  749. package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
  750. package/lib/typescript/module/components/accordion/_Header.d.ts.map +1 -1
  751. package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
  752. package/lib/typescript/module/components/accordion/_context.d.ts +1 -1
  753. package/lib/typescript/module/components/accordion/_context.d.ts.map +1 -1
  754. package/lib/typescript/module/components/accordion/_motion.d.ts +9 -2
  755. package/lib/typescript/module/components/accordion/_motion.d.ts.map +1 -1
  756. package/lib/typescript/module/components/accordion/index.d.ts +7 -6
  757. package/lib/typescript/module/components/accordion/index.d.ts.map +1 -1
  758. package/lib/typescript/module/components/box/Box.d.ts +6 -0
  759. package/lib/typescript/module/components/box/Box.d.ts.map +1 -1
  760. package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
  761. package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
  762. package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts +2 -2
  763. package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts.map +1 -1
  764. package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts +5 -0
  765. package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
  766. package/lib/typescript/module/components/checkbox/index.d.ts +3 -2
  767. package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
  768. package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  769. package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
  770. package/lib/typescript/{commonjs/components/checkbox-input/_RefBase.d.ts → module/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
  771. package/lib/typescript/module/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
  772. package/lib/typescript/module/components/checkbox-input/index.d.ts +5 -4
  773. package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
  774. package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
  775. package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts +1 -2
  776. package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts.map +1 -1
  777. package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts +2 -2
  778. package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts.map +1 -1
  779. package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts +9 -0
  780. package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
  781. package/lib/typescript/module/components/collapsible/index.d.ts +3 -2
  782. package/lib/typescript/module/components/collapsible/index.d.ts.map +1 -1
  783. package/lib/typescript/module/components/index.d.ts +10 -1
  784. package/lib/typescript/module/components/index.d.ts.map +1 -1
  785. package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts +2 -2
  786. package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts.map +1 -1
  787. package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts +4 -0
  788. package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
  789. package/lib/typescript/module/components/radio-button/index.d.ts +3 -2
  790. package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
  791. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  792. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
  793. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
  794. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
  795. package/lib/typescript/module/components/radio-button-input/index.d.ts +4 -3
  796. package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
  797. package/lib/typescript/module/components/scroll-view/ScrollView.d.ts +9 -0
  798. package/lib/typescript/module/components/scroll-view/ScrollView.d.ts.map +1 -0
  799. package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts +4 -0
  800. package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
  801. package/lib/typescript/module/components/scroll-view/index.d.ts +3 -0
  802. package/lib/typescript/module/components/scroll-view/index.d.ts.map +1 -0
  803. package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
  804. package/lib/typescript/module/components/switch/SwitchRef.d.ts +2 -2
  805. package/lib/typescript/module/components/switch/SwitchRef.d.ts.map +1 -1
  806. package/lib/typescript/module/components/switch/SwitchRefBase.d.ts +11 -0
  807. package/lib/typescript/module/components/switch/SwitchRefBase.d.ts.map +1 -0
  808. package/lib/typescript/module/components/switch/index.d.ts +5 -4
  809. package/lib/typescript/module/components/switch/index.d.ts.map +1 -1
  810. package/lib/typescript/module/components/table/Table.d.ts.map +1 -1
  811. package/lib/typescript/module/components/table/TableProps.d.ts +15 -0
  812. package/lib/typescript/module/components/table/TableProps.d.ts.map +1 -1
  813. package/lib/typescript/module/components/table/TableRef.d.ts +2 -2
  814. package/lib/typescript/module/components/table/TableRef.d.ts.map +1 -1
  815. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
  816. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
  817. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
  818. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
  819. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
  820. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
  821. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
  822. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
  823. package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
  824. package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
  825. package/lib/typescript/module/components/table-batch-action-bar/index.d.ts +5 -0
  826. package/lib/typescript/module/components/table-batch-action-bar/index.d.ts.map +1 -0
  827. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
  828. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
  829. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
  830. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
  831. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
  832. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
  833. package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts +4 -0
  834. package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts.map +1 -0
  835. package/lib/typescript/module/components/table-cell/TableCell.d.ts.map +1 -1
  836. package/lib/typescript/module/components/table-cell/TableCellProps.d.ts +5 -0
  837. package/lib/typescript/module/components/table-cell/TableCellProps.d.ts.map +1 -1
  838. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
  839. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
  840. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
  841. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
  842. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
  843. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
  844. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
  845. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
  846. package/lib/typescript/module/components/table-cell-checkbox/index.d.ts +5 -0
  847. package/lib/typescript/module/components/table-cell-checkbox/index.d.ts.map +1 -0
  848. package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
  849. package/lib/typescript/module/components/table-cell-text/TableCellText.d.ts.map +1 -1
  850. package/lib/typescript/module/components/table-header/TableHeader.d.ts +4 -0
  851. package/lib/typescript/module/components/table-header/TableHeader.d.ts.map +1 -0
  852. package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts +9 -0
  853. package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts.map +1 -0
  854. package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts +4 -0
  855. package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts.map +1 -0
  856. package/lib/typescript/module/components/table-header/index.d.ts +4 -0
  857. package/lib/typescript/module/components/table-header/index.d.ts.map +1 -0
  858. package/lib/typescript/module/components/table-row/TableRow.d.ts.map +1 -1
  859. package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts +1 -1
  860. package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
  861. package/lib/typescript/module/components/table-row/TableRowProps.d.ts +10 -1
  862. package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -1
  863. package/lib/typescript/module/components/table-row/_TableRowContext.d.ts +3 -1
  864. package/lib/typescript/module/components/table-row/_TableRowContext.d.ts.map +1 -1
  865. package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts +8 -0
  866. package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
  867. package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts +3 -0
  868. package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts.map +1 -1
  869. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
  870. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
  871. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
  872. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
  873. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
  874. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
  875. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
  876. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
  877. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
  878. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
  879. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
  880. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
  881. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
  882. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
  883. package/lib/typescript/module/components/table-row-collapsible/index.d.ts +4 -0
  884. package/lib/typescript/module/components/table-row-collapsible/index.d.ts.map +1 -0
  885. package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts +4 -0
  886. package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts.map +1 -0
  887. package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts +22 -0
  888. package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
  889. package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts +4 -0
  890. package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
  891. package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts +2 -0
  892. package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
  893. package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
  894. package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
  895. package/lib/typescript/module/components/table-toolbar/index.d.ts +5 -0
  896. package/lib/typescript/module/components/table-toolbar/index.d.ts.map +1 -0
  897. package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts +3 -0
  898. package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts.map +1 -0
  899. package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
  900. package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
  901. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
  902. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
  903. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
  904. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
  905. package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts +4 -0
  906. package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
  907. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
  908. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
  909. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
  910. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
  911. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
  912. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
  913. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
  914. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
  915. package/lib/typescript/module/components/table-toolbar-button/index.d.ts +4 -0
  916. package/lib/typescript/module/components/table-toolbar-button/index.d.ts.map +1 -0
  917. package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts +4 -0
  918. package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
  919. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
  920. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
  921. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
  922. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
  923. package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts +4 -0
  924. package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts.map +1 -0
  925. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
  926. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
  927. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
  928. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
  929. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
  930. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
  931. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
  932. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
  933. package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
  934. package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
  935. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
  936. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
  937. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
  938. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
  939. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
  940. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
  941. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
  942. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
  943. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
  944. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
  945. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
  946. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
  947. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
  948. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
  949. package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
  950. package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
  951. package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts +5 -0
  952. package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts.map +1 -0
  953. package/lib/typescript/module/components/toggle/base/BaseRef.d.ts +2 -2
  954. package/lib/typescript/module/components/toggle/base/BaseRef.d.ts.map +1 -1
  955. package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts +4 -0
  956. package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts.map +1 -0
  957. package/lib/typescript/module/components/toggle/base/index.d.ts +3 -2
  958. package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
  959. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  960. package/package.json +1 -1
  961. package/src/{components/accordion/_chevron/Chevron.tsx → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.tsx} +35 -11
  962. package/src/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.ts +14 -0
  963. package/src/_internal/components/animated-collapsible-chevron/index.ts +2 -0
  964. package/src/_internal/components/index.ts +1 -0
  965. package/src/_internal/contexts/global-config/GlobalConfigContext.ts +5 -1
  966. package/src/_internal/providers/global-config/GlobalConfigProvider.tsx +14 -4
  967. package/src/_internal/providers/global-config/GlobalConfigProviderProps.ts +1 -1
  968. package/src/carbon-react-native/CarbonReactNative.tsx +8 -8
  969. package/src/carbon-react-native/CarbonReactNativeProps.ts +1 -1
  970. package/src/carbon-style-sheet/color.ts +1 -1
  971. package/src/carbon-style-sheet/g/flex.ts +6 -0
  972. package/src/carbon-style-sheet/g/font.ts +1 -1
  973. package/src/carbon-style-sheet/g/index.ts +1 -0
  974. package/src/carbon-style-sheet/g/spacing.ts +106 -1
  975. package/src/carbon-style-sheet/g/typography.ts +1 -1
  976. package/src/carbon-style-sheet/g/visibility.ts +32 -0
  977. package/src/carbon-style-sheet/g-object/flex.ts +4 -0
  978. package/src/carbon-style-sheet/g-object/font.ts +1 -1
  979. package/src/carbon-style-sheet/g-object/index.ts +1 -0
  980. package/src/carbon-style-sheet/g-object/spacing.ts +85 -1
  981. package/src/carbon-style-sheet/g-object/typography.ts +1 -1
  982. package/src/carbon-style-sheet/g-object/visibility.ts +23 -0
  983. package/src/components/accordion/AccordionItemRef.ts +3 -3
  984. package/src/components/accordion/AccordionItemRefBase.ts +10 -0
  985. package/src/components/accordion/_Header.tsx +8 -3
  986. package/src/components/accordion/_Item.tsx +19 -16
  987. package/src/components/accordion/_context.ts +1 -1
  988. package/src/components/accordion/_motion.ts +2 -2
  989. package/src/components/accordion/index.ts +7 -6
  990. package/src/components/box/Box.tsx +6 -0
  991. package/src/components/button/base/Base.tsx +6 -17
  992. package/src/components/button/ghost/Ghost.tsx +3 -23
  993. package/src/components/checkbox/Checkbox.tsx +4 -5
  994. package/src/components/checkbox/CheckboxRef.ts +3 -3
  995. package/src/components/checkbox/CheckboxRefBase.ts +7 -0
  996. package/src/components/checkbox/index.ts +3 -2
  997. package/src/components/checkbox-input/CheckboxInput.tsx +7 -7
  998. package/src/components/checkbox-input/CheckboxInputRef.ts +3 -4
  999. package/src/components/checkbox-input/{_RefBase.ts → CheckboxInputRefBase.ts} +5 -2
  1000. package/src/components/checkbox-input/index.ts +5 -4
  1001. package/src/components/collapsible/Collapsible.tsx +23 -40
  1002. package/src/components/collapsible/CollapsibleProps.ts +1 -2
  1003. package/src/components/collapsible/CollapsibleRef.ts +3 -3
  1004. package/src/components/collapsible/CollapsibleRefBase.ts +8 -0
  1005. package/src/components/collapsible/index.ts +3 -2
  1006. package/src/components/index.ts +10 -0
  1007. package/src/components/radio-button/RadioButton.tsx +4 -4
  1008. package/src/components/radio-button/RadioButtonRef.ts +3 -3
  1009. package/src/components/radio-button/RadioButtonRefBase.ts +6 -0
  1010. package/src/components/radio-button/index.ts +3 -2
  1011. package/src/components/radio-button-input/RadioButtonInput.tsx +3 -3
  1012. package/src/components/radio-button-input/RadioButtonInputRef.ts +3 -3
  1013. package/src/components/radio-button-input/RadioButtonInputRefBase.ts +10 -0
  1014. package/src/components/radio-button-input/index.ts +4 -3
  1015. package/src/components/scroll-view/ScrollView.tsx +62 -0
  1016. package/src/components/scroll-view/ScrollViewProps.ts +6 -0
  1017. package/src/components/scroll-view/index.ts +2 -0
  1018. package/src/components/switch/Switch.tsx +8 -7
  1019. package/src/components/switch/SwitchRef.ts +3 -3
  1020. package/src/components/switch/SwitchRefBase.ts +10 -0
  1021. package/src/components/switch/index.ts +5 -4
  1022. package/src/components/table/Table.tsx +18 -7
  1023. package/src/components/table/TableProps.ts +24 -0
  1024. package/src/components/table/TableRef.ts +3 -3
  1025. package/src/components/table-batch-action-bar/TableBatchActionBar.tsx +156 -0
  1026. package/src/components/table-batch-action-bar/TableBatchActionBarProps.ts +42 -0
  1027. package/src/components/table-batch-action-bar/TableBatchActionBarRef.ts +6 -0
  1028. package/src/components/table-batch-action-bar/TableBatchActionBarSize.ts +3 -0
  1029. package/src/components/table-batch-action-bar/_TableBatchActionBarContext.ts +15 -0
  1030. package/src/components/table-batch-action-bar/index.ts +4 -0
  1031. package/src/components/table-batch-action-bar-button/TableBatchActionBarButton.tsx +74 -0
  1032. package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts +6 -0
  1033. package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts +6 -0
  1034. package/src/components/table-batch-action-bar-button/index.ts +3 -0
  1035. package/src/components/table-cell/TableCell.tsx +3 -0
  1036. package/src/components/table-cell/TableCellProps.ts +5 -0
  1037. package/src/components/table-cell-checkbox/TableCellCheckbox.tsx +168 -0
  1038. package/src/components/table-cell-checkbox/TableCellCheckboxInteractiveState.ts +13 -0
  1039. package/src/components/table-cell-checkbox/TableCellCheckboxProps.ts +26 -0
  1040. package/src/components/table-cell-checkbox/TableCellCheckboxRef.ts +10 -0
  1041. package/src/components/table-cell-checkbox/index.ts +4 -0
  1042. package/src/components/table-cell-header/_sort-icon/SortIcon.tsx +4 -3
  1043. package/src/components/table-cell-text/TableCellText.tsx +7 -8
  1044. package/src/components/table-header/TableHeader.tsx +110 -0
  1045. package/src/components/table-header/TableHeaderProps.ts +22 -0
  1046. package/src/components/table-header/TableHeaderRef.ts +6 -0
  1047. package/src/components/table-header/index.ts +3 -0
  1048. package/src/components/table-row/TableRow.tsx +100 -55
  1049. package/src/components/table-row/TableRowInteractiveState.ts +0 -1
  1050. package/src/components/table-row/TableRowProps.ts +10 -1
  1051. package/src/components/table-row/_TableRowContext.ts +7 -1
  1052. package/src/components/table-row/_TableRowContextProvider.tsx +38 -0
  1053. package/src/components/table-row/_style-sheet-height.ts +3 -0
  1054. package/src/components/table-row-collapsible/TableRowCollapsible.tsx +415 -0
  1055. package/src/components/table-row-collapsible/TableRowCollapsibleProps.ts +44 -0
  1056. package/src/components/table-row-collapsible/TableRowCollapsibleRef.ts +10 -0
  1057. package/src/components/table-row-collapsible/TableRowCollapsibleRefBase.ts +10 -0
  1058. package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.tsx +140 -0
  1059. package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.ts +13 -0
  1060. package/src/components/table-row-collapsible/_table-cell-chevron/index.ts +2 -0
  1061. package/src/components/table-row-collapsible/index.ts +3 -0
  1062. package/src/components/table-toolbar/TableToolbar.tsx +165 -0
  1063. package/src/components/table-toolbar/TableToolbarProps.ts +27 -0
  1064. package/src/components/table-toolbar/TableToolbarRef.ts +6 -0
  1065. package/src/components/table-toolbar/TableToolbarSize.ts +3 -0
  1066. package/src/components/table-toolbar/_TableToolbarContext.ts +15 -0
  1067. package/src/components/table-toolbar/index.ts +4 -0
  1068. package/src/components/table-toolbar-button/_useSize.tsx +28 -0
  1069. package/src/components/table-toolbar-button/ghost/Ghost.tsx +43 -0
  1070. package/src/components/table-toolbar-button/ghost/GhostProps.ts +6 -0
  1071. package/src/components/table-toolbar-button/ghost/GhostRef.ts +6 -0
  1072. package/src/components/table-toolbar-button/ghost/index.ts +3 -0
  1073. package/src/components/table-toolbar-button/ghost-icon/GhostIcon.tsx +43 -0
  1074. package/src/components/table-toolbar-button/ghost-icon/GhostIconProps.ts +6 -0
  1075. package/src/components/table-toolbar-button/ghost-icon/GhostIconRef.ts +6 -0
  1076. package/src/components/table-toolbar-button/ghost-icon/index.ts +3 -0
  1077. package/src/components/table-toolbar-button/index.ts +3 -0
  1078. package/src/components/table-toolbar-button/primary/Primary.tsx +43 -0
  1079. package/src/components/table-toolbar-button/primary/PrimaryProps.ts +6 -0
  1080. package/src/components/table-toolbar-button/primary/PrimaryRef.ts +6 -0
  1081. package/src/components/table-toolbar-button/primary/index.ts +3 -0
  1082. package/src/components/table-toolbar-switcher/TableToolbarSwitcher.tsx +110 -0
  1083. package/src/components/table-toolbar-switcher/TableToolbarSwitcherProps.ts +18 -0
  1084. package/src/components/table-toolbar-switcher/TableToolbarSwitcherRef.ts +10 -0
  1085. package/src/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts +16 -0
  1086. package/src/components/table-toolbar-switcher/_AnimatedContentProps.ts +3 -0
  1087. package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.tsx +33 -0
  1088. package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.ts +10 -0
  1089. package/src/components/table-toolbar-switcher/_animated-next-content/index.ts +2 -0
  1090. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.tsx +59 -0
  1091. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.ts +10 -0
  1092. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.ts +6 -0
  1093. package/src/components/table-toolbar-switcher/_animated-toolbar/index.ts +3 -0
  1094. package/src/components/table-toolbar-switcher/_useAnimatedContent.tsx +179 -0
  1095. package/src/components/table-toolbar-switcher/index.ts +4 -0
  1096. package/src/components/toggle/base/Base.tsx +3 -3
  1097. package/src/components/toggle/base/BaseRef.ts +3 -3
  1098. package/src/components/toggle/base/BaseRefBase.ts +7 -0
  1099. package/src/components/toggle/base/index.ts +3 -2
  1100. package/lib/commonjs/components/accordion/_ItemRefBase.js +0 -2
  1101. package/lib/commonjs/components/accordion/_ItemRefBase.js.map +0 -1
  1102. package/lib/commonjs/components/accordion/_chevron/Chevron.js.map +0 -1
  1103. package/lib/commonjs/components/accordion/_chevron/ChevronProps.js.map +0 -1
  1104. package/lib/commonjs/components/accordion/_chevron/index.js.map +0 -1
  1105. package/lib/commonjs/components/checkbox/_RefBase.js.map +0 -1
  1106. package/lib/commonjs/components/checkbox-input/_RefBase.js.map +0 -1
  1107. package/lib/commonjs/components/collapsible/_RefBase.js +0 -2
  1108. package/lib/commonjs/components/radio-button/_RefBase.js.map +0 -1
  1109. package/lib/commonjs/components/radio-button-input/_RefBase.js +0 -2
  1110. package/lib/commonjs/components/switch/_RefBase.js +0 -2
  1111. package/lib/commonjs/components/switch/_RefBase.js.map +0 -1
  1112. package/lib/commonjs/components/toggle/base/_RefBase.js.map +0 -1
  1113. package/lib/module/components/accordion/_ItemRefBase.js +0 -2
  1114. package/lib/module/components/accordion/_ItemRefBase.js.map +0 -1
  1115. package/lib/module/components/accordion/_chevron/Chevron.js.map +0 -1
  1116. package/lib/module/components/accordion/_chevron/ChevronProps.js +0 -4
  1117. package/lib/module/components/accordion/_chevron/ChevronProps.js.map +0 -1
  1118. package/lib/module/components/accordion/_chevron/index.js +0 -4
  1119. package/lib/module/components/accordion/_chevron/index.js.map +0 -1
  1120. package/lib/module/components/checkbox/_RefBase.js +0 -4
  1121. package/lib/module/components/checkbox/_RefBase.js.map +0 -1
  1122. package/lib/module/components/checkbox-input/_RefBase.js +0 -4
  1123. package/lib/module/components/checkbox-input/_RefBase.js.map +0 -1
  1124. package/lib/module/components/collapsible/_RefBase.js +0 -2
  1125. package/lib/module/components/radio-button/_RefBase.js +0 -4
  1126. package/lib/module/components/radio-button/_RefBase.js.map +0 -1
  1127. package/lib/module/components/radio-button-input/_RefBase.js +0 -2
  1128. package/lib/module/components/switch/_RefBase.js +0 -2
  1129. package/lib/module/components/switch/_RefBase.js.map +0 -1
  1130. package/lib/module/components/toggle/base/_RefBase.js +0 -4
  1131. package/lib/module/components/toggle/base/_RefBase.js.map +0 -1
  1132. package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts +0 -8
  1133. package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts.map +0 -1
  1134. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts +0 -3
  1135. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts.map +0 -1
  1136. package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts +0 -8
  1137. package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
  1138. package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts +0 -3
  1139. package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts.map +0 -1
  1140. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +0 -9
  1141. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +0 -1
  1142. package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +0 -1
  1143. package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts +0 -7
  1144. package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts.map +0 -1
  1145. package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts +0 -9
  1146. package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts.map +0 -1
  1147. package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts +0 -8
  1148. package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts.map +0 -1
  1149. package/lib/typescript/commonjs/components/switch/_RefBase.d.ts +0 -8
  1150. package/lib/typescript/commonjs/components/switch/_RefBase.d.ts.map +0 -1
  1151. package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts +0 -9
  1152. package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts.map +0 -1
  1153. package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts +0 -8
  1154. package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts.map +0 -1
  1155. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts +0 -3
  1156. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts.map +0 -1
  1157. package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts +0 -8
  1158. package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
  1159. package/lib/typescript/module/components/accordion/_chevron/index.d.ts +0 -3
  1160. package/lib/typescript/module/components/accordion/_chevron/index.d.ts.map +0 -1
  1161. package/lib/typescript/module/components/checkbox/_RefBase.d.ts +0 -9
  1162. package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +0 -1
  1163. package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +0 -1
  1164. package/lib/typescript/module/components/collapsible/_RefBase.d.ts +0 -7
  1165. package/lib/typescript/module/components/collapsible/_RefBase.d.ts.map +0 -1
  1166. package/lib/typescript/module/components/radio-button/_RefBase.d.ts +0 -9
  1167. package/lib/typescript/module/components/radio-button/_RefBase.d.ts.map +0 -1
  1168. package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts +0 -8
  1169. package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts.map +0 -1
  1170. package/lib/typescript/module/components/switch/_RefBase.d.ts +0 -8
  1171. package/lib/typescript/module/components/switch/_RefBase.d.ts.map +0 -1
  1172. package/lib/typescript/module/components/toggle/base/_RefBase.d.ts +0 -9
  1173. package/lib/typescript/module/components/toggle/base/_RefBase.d.ts.map +0 -1
  1174. package/src/components/accordion/_ItemRefBase.ts +0 -7
  1175. package/src/components/accordion/_chevron/ChevronProps.ts +0 -10
  1176. package/src/components/accordion/_chevron/index.ts +0 -2
  1177. package/src/components/checkbox/_RefBase.ts +0 -11
  1178. package/src/components/collapsible/_RefBase.ts +0 -6
  1179. package/src/components/radio-button/_RefBase.ts +0 -11
  1180. package/src/components/radio-button-input/_RefBase.ts +0 -7
  1181. package/src/components/switch/_RefBase.ts +0 -7
  1182. package/src/components/toggle/base/_RefBase.ts +0 -11
@@ -0,0 +1,5 @@
1
+ export * from "./TableCellCheckbox";
2
+ export type * from "./TableCellCheckboxInteractiveState";
3
+ export type * from "./TableCellCheckboxProps";
4
+ export type * from "./TableCellCheckboxRef";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-checkbox/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,mBAAmB,qCAAqC,CAAA;AACxD,mBAAmB,0BAA0B,CAAA;AAC7C,mBAAmB,wBAAwB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"SortIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-cell-header/_sort-icon/SortIcon.tsx"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAEtB,eAAO,MAAM,QAAQ,uGAgGpB,CAAA"}
1
+ {"version":3,"file":"SortIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-cell-header/_sort-icon/SortIcon.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAEtB,eAAO,MAAM,QAAQ,uGAgGpB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"TableCellText.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-text/TableCellText.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B;;GAEG;AACH,eAAO,MAAM,aAAa,iHAsCzB,CAAA"}
1
+ {"version":3,"file":"TableCellText.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-cell-text/TableCellText.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B;;GAEG;AACH,eAAO,MAAM,aAAa,iHAuCzB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { TableHeaderProps } from "./TableHeaderProps";
2
+ import type { TableHeaderRef } from "./TableHeaderRef";
3
+ export declare const TableHeader: import("react").ForwardRefExoticComponent<TableHeaderProps & import("react").RefAttributes<TableHeaderRef>>;
4
+ //# sourceMappingURL=TableHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-header/TableHeader.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,eAAO,MAAM,WAAW,6GAoDvB,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { BoxProps } from "../box/BoxProps";
2
+ import type { TextProps } from "../text/TextProps";
3
+ export interface TableHeaderProps extends Omit<BoxProps, "children"> {
4
+ title: string;
5
+ description?: string;
6
+ titleProps?: Omit<TextProps, "type" | "children">;
7
+ descriptionProps?: Omit<TextProps, "type" | "children">;
8
+ }
9
+ //# sourceMappingURL=TableHeaderProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeaderProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-header/TableHeaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,mBAAmB,CAAA;AAE1B,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC;IACnE,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,IAAI,CAChB,SAAS,EACP,MAAM,GACN,UAAU,CACZ,CAAC;IACF,gBAAgB,CAAC,EAAE,IAAI,CACtB,SAAS,EACP,MAAM,GACN,UAAU,CACZ,CAAC;CACF"}
@@ -0,0 +1,4 @@
1
+ import type { BoxRef } from "../box/BoxRef";
2
+ export interface TableHeaderRef extends BoxRef {
3
+ }
4
+ //# sourceMappingURL=TableHeaderRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeaderRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-header/TableHeaderRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,MAAM,EACN,MAAM,eAAe,CAAA;AAEtB,MAAM,WAAW,cAAe,SAAQ,MAAM;CAC7C"}
@@ -0,0 +1,4 @@
1
+ export * from "./TableHeader";
2
+ export type * from "./TableHeaderProps";
3
+ export type * from "./TableHeaderRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-header/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,kBAAkB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRow.tsx"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAUtB,eAAO,MAAM,QAAQ,uGA2FpB,CAAA"}
1
+ {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRow.tsx"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AActB,eAAO,MAAM,QAAQ,uGAwDpB,CAAA"}
@@ -1,2 +1,2 @@
1
- export type TableRowInteractiveState = "normal" | "disabled" | "selected";
1
+ export type TableRowInteractiveState = "normal" | "disabled";
2
2
  //# sourceMappingURL=TableRowInteractiveState.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableRowInteractiveState.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRowInteractiveState.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GACjC,QAAQ,GACR,UAAU,GACV,UAAU,CAAA"}
1
+ {"version":3,"file":"TableRowInteractiveState.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRowInteractiveState.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GACjC,QAAQ,GACR,UAAU,CAAA"}
@@ -1,8 +1,11 @@
1
1
  import type { PressableProps, ViewProps } from "react-native";
2
2
  import type { TableRowInteractiveState } from "./TableRowInteractiveState";
3
3
  import type { TableRowSize } from "./TableRowSize";
4
- export interface TableRowProps extends Omit<PressableProps, "style"> {
4
+ export interface TableRowProps extends Omit<PressableProps, "style" | "children"> {
5
5
  /**
6
+ * You may don't want to set the row size each row individually.
7
+ * Prefer to opt `rowSize` in the `Table` prop instead.
8
+ *
6
9
  * @default "large"
7
10
  * @see https://carbondesignsystem.com/components/data-table/style/#rows
8
11
  */
@@ -27,10 +30,16 @@ export interface TableRowProps extends Omit<PressableProps, "style"> {
27
30
  * ===== Table =====
28
31
  */
29
32
  zebra?: boolean;
33
+ /**
34
+ * Help this component to render it initially with selected style,
35
+ * if you have `TableCellCheckbox` that checked by default.
36
+ */
37
+ defaultSelected?: boolean;
30
38
  /**
31
39
  * @default "normal"
32
40
  */
33
41
  interactiveState?: TableRowInteractiveState;
42
+ children?: ViewProps["children"];
34
43
  style?: ViewProps["style"];
35
44
  }
36
45
  //# sourceMappingURL=TableRowProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableRowProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRowProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,cAAc,EACd,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC;IACnE;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,gBAAgB,CAAC,EAAE,wBAAwB,CAAC;IAC5C,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3B"}
1
+ {"version":3,"file":"TableRowProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/TableRowProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,cAAc,EACd,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,UAAU,CAAC;IAChF;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,gBAAgB,CAAC,EAAE,wBAAwB,CAAC;IAC5C,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3B"}
@@ -1,7 +1,9 @@
1
1
  import type { TableRowInteractiveState } from "./TableRowInteractiveState";
2
2
  export interface TableRowContext {
3
3
  interactiveState: TableRowInteractiveState;
4
- hovered: boolean;
4
+ readonly selected: boolean;
5
+ readonly hovered: boolean;
6
+ setSelected: (value: boolean) => void;
5
7
  }
6
8
  export declare const TableRowContext: import("react").Context<TableRowContext>;
7
9
  //# sourceMappingURL=_TableRowContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"_TableRowContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_TableRowContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,MAAM,WAAW,eAAe;IAC/B,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,OAAO,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,eAAe,0CAG1B,CAAA"}
1
+ {"version":3,"file":"_TableRowContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_TableRowContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,MAAM,WAAW,eAAe;IAC/B,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,WAAW,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,0CAO1B,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { TableRowContext } from "./_TableRowContext";
2
+ export declare function TableRowContextProvider({ interactiveState, hovered, defaultSelected, children, }: TableRowContextProviderProps): import("react").JSX.Element;
3
+ interface TableRowContextProviderProps extends Omit<TableRowContext, "selected" | "setSelected"> {
4
+ defaultSelected?: boolean;
5
+ children?: React.ReactNode;
6
+ }
7
+ export {};
8
+ //# sourceMappingURL=_TableRowContextProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_TableRowContextProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_TableRowContextProvider.tsx"],"names":[],"mappings":"AAIA,OAAO,EACN,eAAe,EACf,MAAM,oBAAoB,CAAA;AAE3B,wBAAgB,uBAAuB,CAAC,EACvC,gBAAgB,EAChB,OAAO,EACP,eAAe,EACf,QAAQ,GACR,EAAE,4BAA4B,+BAmB9B;AAED,UAAU,4BAA6B,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,aAAa,CAAC;IAC/F,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B"}
@@ -1,3 +1,6 @@
1
+ /**
2
+ * Shared style sheet for `TableRow` and `TableRowHeader`
3
+ */
1
4
  export declare const StyleSheetHeight: {
2
5
  readonly extra_small: {
3
6
  readonly height: 24;
@@ -1 +1 @@
1
- {"version":3,"file":"_style-sheet-height.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_style-sheet-height.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;CAiByC,CAAA"}
1
+ {"version":3,"file":"_style-sheet-height.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row/_style-sheet-height.ts"],"names":[],"mappings":"AASA;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;CAiByC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { TableRowCollapsibleProps } from "./TableRowCollapsibleProps";
2
+ import type { TableRowCollapsibleRef } from "./TableRowCollapsibleRef";
3
+ export declare const TableRowCollapsible: import("react").ForwardRefExoticComponent<TableRowCollapsibleProps & import("react").RefAttributes<TableRowCollapsibleRef>>;
4
+ //# sourceMappingURL=TableRowCollapsible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRowCollapsible.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row-collapsible/TableRowCollapsible.tsx"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EACX,wBAAwB,EACxB,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EACX,sBAAsB,EACtB,MAAM,0BAA0B,CAAA;AAUjC,eAAO,MAAM,mBAAmB,6HA4M/B,CAAA"}
@@ -0,0 +1,23 @@
1
+ import type { PressableProps } from "react-native";
2
+ import type { BoxProps } from "../box/BoxProps";
3
+ import type { CollapsibleProps } from "../collapsible/CollapsibleProps";
4
+ import type { TableRowProps } from "../table-row/TableRowProps";
5
+ import type { TableCellChevronProps } from "./_table-cell-chevron/TableCellChevronProps";
6
+ type PickedCollapsibleProps = Pick<CollapsibleProps, "open" | "motion" | "onToggle" | "onClosed" | "onOpened">;
7
+ export interface TableRowCollapsibleProps extends TableRowProps, PickedCollapsibleProps {
8
+ defaultOpen?: boolean;
9
+ /**
10
+ * Render your views as collapsible content
11
+ */
12
+ content?: React.ReactNode;
13
+ contentContainerProps?: Omit<BoxProps, "children">;
14
+ collapsibleProps?: Omit<CollapsibleProps, keyof PickedCollapsibleProps>;
15
+ tableCellChevronProps?: TableCellChevronProps;
16
+ /**
17
+ * This is shortcut of `tableCellChevronProps.pressableProps.onPress`.
18
+ * The `tableCellChevronProps.pressableProps.onPress` takes precedence over this prop.
19
+ */
20
+ onPressChevron?: PressableProps["onPress"];
21
+ }
22
+ export {};
23
+ //# sourceMappingURL=TableRowCollapsibleProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRowCollapsibleProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row-collapsible/TableRowCollapsibleProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,iCAAiC,CAAA;AAExC,OAAO,KAAK,EACX,aAAa,EACb,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EACX,qBAAqB,EACrB,MAAM,6CAA6C,CAAA;AAEpD,KAAK,sBAAsB,GAAG,IAAI,CACjC,gBAAgB,EACd,MAAM,GACN,QAAQ,GACR,UAAU,GACV,UAAU,GACV,UAAU,CACZ,CAAA;AAED,MAAM,WAAW,wBAAyB,SAAQ,aAAa,EAAE,sBAAsB;IACtF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,qBAAqB,CAAC,EAAE,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;IACnD,gBAAgB,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,MAAM,sBAAsB,CAAC,CAAC;IACxE,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;CAC3C"}
@@ -0,0 +1,5 @@
1
+ import type { TableRowRef } from "../table-row/TableRowRef";
2
+ import type { TableRowCollapsibleRefBase } from "./TableRowCollapsibleRefBase";
3
+ export interface TableRowCollapsibleRef extends TableRowRef, TableRowCollapsibleRefBase {
4
+ }
5
+ //# sourceMappingURL=TableRowCollapsibleRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRowCollapsibleRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row-collapsible/TableRowCollapsibleRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,WAAW,EACX,MAAM,0BAA0B,CAAA;AAEjC,OAAO,KAAK,EACX,0BAA0B,EAC1B,MAAM,8BAA8B,CAAA;AAErC,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,0BAA0B;CACtF"}
@@ -0,0 +1,8 @@
1
+ import type { CollapsibleRefBase } from "../collapsible/CollapsibleRefBase";
2
+ export interface TableRowCollapsibleRefBase extends CollapsibleRefBase {
3
+ /**
4
+ * This method does nothing if `open` component prop is defined
5
+ */
6
+ setOpen: (value: boolean | ((value: boolean) => boolean)) => void;
7
+ }
8
+ //# sourceMappingURL=TableRowCollapsibleRefBase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRowCollapsibleRefBase.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row-collapsible/TableRowCollapsibleRefBase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,mCAAmC,CAAA;AAE1C,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB;IACrE;;OAEG;IACH,OAAO,EAAE,CAAC,KAAK,EAAE,OAAO,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC,KAAK,IAAI,CAAC;CAClE"}
@@ -0,0 +1,3 @@
1
+ import type { TableCellChevronProps } from "./TableCellChevronProps";
2
+ export declare function TableCellChevron({ width, open, invisible, pressableProps, style, ...props }: TableCellChevronProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=TableCellChevron.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellChevron.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.tsx"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EACX,qBAAqB,EACrB,MAAM,yBAAyB,CAAA;AAEhC,wBAAgB,gBAAgB,CAAC,EAChC,KAAU,EACV,IAAI,EACJ,SAAS,EACT,cAAc,EACd,KAAK,EACL,GAAG,KAAK,EACR,EAAE,qBAAqB,+BA8CvB"}
@@ -0,0 +1,8 @@
1
+ import type { PressableProps } from "react-native";
2
+ import type { TableCellProps } from "../../table-cell/TableCellProps";
3
+ export interface TableCellChevronProps extends Omit<TableCellProps, "children"> {
4
+ open: boolean;
5
+ invisible: boolean;
6
+ pressableProps?: Omit<PressableProps, "children" | "style">;
7
+ }
8
+ //# sourceMappingURL=TableCellChevronProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellChevronProps.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,cAAc,EACd,MAAM,iCAAiC,CAAA;AAExC,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC;IAC9E,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,UAAU,GAAG,OAAO,CAAC,CAAC;CAC5D"}
@@ -0,0 +1,3 @@
1
+ export * from "./TableCellChevron";
2
+ export type * from "./TableCellChevronProps";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-row-collapsible/_table-cell-chevron/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,mBAAmB,yBAAyB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from "./TableRowCollapsible";
2
+ export type * from "./TableRowCollapsibleProps";
3
+ export type * from "./TableRowCollapsibleRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-row-collapsible/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,mBAAmB,4BAA4B,CAAA;AAC/C,mBAAmB,0BAA0B,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { TableToolbarProps } from "./TableToolbarProps";
2
+ import type { TableToolbarRef } from "./TableToolbarRef";
3
+ export declare const TableToolbar: import("react").ForwardRefExoticComponent<TableToolbarProps & import("react").RefAttributes<TableToolbarRef>>;
4
+ //# sourceMappingURL=TableToolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/TableToolbar.tsx"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACX,eAAe,EACf,MAAM,mBAAmB,CAAA;AAU1B,eAAO,MAAM,YAAY,+GAiFxB,CAAA"}
@@ -0,0 +1,22 @@
1
+ import type { ScrollViewProps } from "react-native";
2
+ import type { TableToolbarSize } from "./TableToolbarSize";
3
+ export interface TableToolbarProps extends ScrollViewProps {
4
+ /**
5
+ * Based on the IBM spec, the `large` toolbar is paired with the extra large and large row sizes.
6
+ * The `small` toolbar is paired with the small and extra small row sizes.
7
+ *
8
+ * You may don't want to set the toolbar size manually.
9
+ * Prefer to opt `rowSize` in the `Table` prop instead,
10
+ * and the toolbar size will be adjusted automatically based on what the row size is.
11
+ *
12
+ * @default "large"
13
+ */
14
+ size?: TableToolbarSize;
15
+ /**
16
+ * Provide one or multiple `<TableToolbarButton>` in this prop.
17
+ *
18
+ * To provide multiple buttons, you can start it with `<>` or `<Fragment>`
19
+ */
20
+ buttons: React.ReactNode;
21
+ }
22
+ //# sourceMappingURL=TableToolbarProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/TableToolbarProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,eAAe,EACf,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACzD;;;;;;;;;OASG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB"}
@@ -0,0 +1,4 @@
1
+ import type { ScrollView } from "react-native";
2
+ export interface TableToolbarRef extends ScrollView {
3
+ }
4
+ //# sourceMappingURL=TableToolbarRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/TableToolbarRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,MAAM,WAAW,eAAgB,SAAQ,UAAU;CAClD"}
@@ -0,0 +1,2 @@
1
+ export type TableToolbarSize = "large" | "small";
2
+ //# sourceMappingURL=TableToolbarSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/TableToolbarSize.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GACzB,OAAO,GACP,OAAO,CAAA"}
@@ -0,0 +1,6 @@
1
+ import type { TableToolbarSize } from "./TableToolbarSize";
2
+ export interface TableToolbarContext {
3
+ size: TableToolbarSize;
4
+ }
5
+ export declare const TableToolbarContext: import("react").Context<TableToolbarContext>;
6
+ //# sourceMappingURL=_TableToolbarContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_TableToolbarContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/_TableToolbarContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,MAAM,WAAW,mBAAmB;IACnC,IAAI,EAAE,gBAAgB,CAAC;CACvB;AAED,eAAO,MAAM,mBAAmB,8CAE9B,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from "./TableToolbar";
2
+ export type * from "./TableToolbarProps";
3
+ export type * from "./TableToolbarRef";
4
+ export type * from "./TableToolbarSize";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,mBAAmB,CAAA;AACtC,mBAAmB,oBAAoB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { Size } from "../button/Size";
2
+ export declare function useSize(): Size;
3
+ //# sourceMappingURL=_useSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_useSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-button/_useSize.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,IAAI,EACJ,MAAM,gBAAgB,CAAA;AAMvB,wBAAgB,OAAO,IAAI,IAAI,CAQ9B"}
@@ -0,0 +1,4 @@
1
+ import type { GhostProps } from "./GhostProps";
2
+ import type { GhostRef } from "./GhostRef";
3
+ export declare const Ghost: import("react").ForwardRefExoticComponent<GhostProps & import("react").RefAttributes<GhostRef>>;
4
+ //# sourceMappingURL=Ghost.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ghost.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost/Ghost.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAEnB,eAAO,MAAM,KAAK,iGAsBjB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps as Props } from "../../button/primary/PrimaryProps";
2
+ export interface GhostProps extends Props {
3
+ }
4
+ //# sourceMappingURL=GhostProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostProps.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost/GhostProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,YAAY,IAAI,KAAK,EACrB,MAAM,mCAAmC,CAAA;AAE1C,MAAM,WAAW,UAAW,SAAQ,KAAK;CACxC"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryRef as Ref } from "../../button/primary/PrimaryRef";
2
+ export interface GhostRef extends Ref {
3
+ }
4
+ //# sourceMappingURL=GhostRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostRef.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost/GhostRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,IAAI,GAAG,EACjB,MAAM,iCAAiC,CAAA;AAExC,MAAM,WAAW,QAAS,SAAQ,GAAG;CACpC"}
@@ -0,0 +1,4 @@
1
+ export * from "./Ghost";
2
+ export type * from "./GhostProps";
3
+ export type * from "./GhostRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,YAAY,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { GhostIconProps } from "./GhostIconProps";
2
+ import type { GhostIconRef } from "./GhostIconRef";
3
+ export declare const GhostIcon: import("react").ForwardRefExoticComponent<GhostIconProps & import("react").RefAttributes<GhostIconRef>>;
4
+ //# sourceMappingURL=GhostIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost-icon/GhostIcon.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,eAAO,MAAM,SAAS,yGAsBrB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps as Props } from "../../button/primary/PrimaryProps";
2
+ export interface GhostIconProps extends Props {
3
+ }
4
+ //# sourceMappingURL=GhostIconProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostIconProps.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost-icon/GhostIconProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,YAAY,IAAI,KAAK,EACrB,MAAM,mCAAmC,CAAA;AAE1C,MAAM,WAAW,cAAe,SAAQ,KAAK;CAC5C"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryRef as Ref } from "../../button/primary/PrimaryRef";
2
+ export interface GhostIconRef extends Ref {
3
+ }
4
+ //# sourceMappingURL=GhostIconRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GhostIconRef.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost-icon/GhostIconRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,IAAI,GAAG,EACjB,MAAM,iCAAiC,CAAA;AAExC,MAAM,WAAW,YAAa,SAAQ,GAAG;CACxC"}
@@ -0,0 +1,4 @@
1
+ export * from "./GhostIcon";
2
+ export type * from "./GhostIconProps";
3
+ export type * from "./GhostIconRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/ghost-icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,gBAAgB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from "./ghost";
2
+ export * from "./ghost-icon";
3
+ export * from "./primary";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps } from "./PrimaryProps";
2
+ import type { PrimaryRef } from "./PrimaryRef";
3
+ export declare const Primary: import("react").ForwardRefExoticComponent<PrimaryProps & import("react").RefAttributes<PrimaryRef>>;
4
+ //# sourceMappingURL=Primary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Primary.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/primary/Primary.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,eAAO,MAAM,OAAO,qGAsBnB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryProps as Props } from "../../button/primary/PrimaryProps";
2
+ export interface PrimaryProps extends Props {
3
+ }
4
+ //# sourceMappingURL=PrimaryProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrimaryProps.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/primary/PrimaryProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,YAAY,IAAI,KAAK,EACrB,MAAM,mCAAmC,CAAA;AAE1C,MAAM,WAAW,YAAa,SAAQ,KAAK;CAC1C"}
@@ -0,0 +1,4 @@
1
+ import type { PrimaryRef as Ref } from "../../button/primary/PrimaryRef";
2
+ export interface PrimaryRef extends Ref {
3
+ }
4
+ //# sourceMappingURL=PrimaryRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrimaryRef.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/primary/PrimaryRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,UAAU,IAAI,GAAG,EACjB,MAAM,iCAAiC,CAAA;AAExC,MAAM,WAAW,UAAW,SAAQ,GAAG;CACtC"}
@@ -0,0 +1,4 @@
1
+ export * from "./Primary";
2
+ export type * from "./PrimaryProps";
3
+ export type * from "./PrimaryRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/table-toolbar-button/primary/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,cAAc,CAAA"}
@@ -0,0 +1,10 @@
1
+ import type { TableToolbarSwitcherProps } from "./TableToolbarSwitcherProps";
2
+ import type { TableToolbarSwitcherRef } from "./TableToolbarSwitcherRef";
3
+ /**
4
+ * Render `TableToolbar` and switch to other view if some events happened.
5
+ *
6
+ * This is useful if you want to use both `TableToolbar` and `TableBatchActionBar`,
7
+ * but only show `TableBatchActionBar` and hide `TableToolbar` if some events occured, e.g. a row has been selected.
8
+ */
9
+ export declare const TableToolbarSwitcher: import("react").ForwardRefExoticComponent<TableToolbarSwitcherProps & import("react").RefAttributes<TableToolbarSwitcherRef>>;
10
+ //# sourceMappingURL=TableToolbarSwitcher.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSwitcher.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/TableToolbarSwitcher.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EACX,yBAAyB,EACzB,MAAM,6BAA6B,CAAA;AAEpC,OAAO,KAAK,EACX,uBAAuB,EACvB,MAAM,2BAA2B,CAAA;AAelC;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,+HAoEhC,CAAA"}
@@ -0,0 +1,16 @@
1
+ import type { TableToolbarProps } from "../table-toolbar/TableToolbarProps";
2
+ export interface TableToolbarSwitcherProps extends TableToolbarProps {
3
+ /**
4
+ * true indicates the `nextContent` will be showed and the `TableToolbar` will be hidden
5
+ */
6
+ defaultNext?: boolean;
7
+ /**
8
+ * true indicates the `nextContent` will be showed and the `TableToolbar` will be hidden
9
+ */
10
+ next?: boolean;
11
+ /**
12
+ * This is other views that you want to render if `defaultNext` or `next` is true.
13
+ */
14
+ nextContent: React.ReactNode;
15
+ }
16
+ //# sourceMappingURL=TableToolbarSwitcherProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSwitcherProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/TableToolbarSwitcherProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,oCAAoC,CAAA;AAE3C,MAAM,WAAW,yBAA0B,SAAQ,iBAAiB;IACnE;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B"}
@@ -0,0 +1,5 @@
1
+ import type { TableToolbarRef } from "../table-toolbar/TableToolbarRef";
2
+ import type { TableToolbarSwitcherRefBase } from "./TableToolbarSwitcherRefBase";
3
+ export interface TableToolbarSwitcherRef extends TableToolbarRef, TableToolbarSwitcherRefBase {
4
+ }
5
+ //# sourceMappingURL=TableToolbarSwitcherRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSwitcherRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/TableToolbarSwitcherRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,eAAe,EACf,MAAM,kCAAkC,CAAA;AAEzC,OAAO,KAAK,EACX,2BAA2B,EAC3B,MAAM,+BAA+B,CAAA;AAEtC,MAAM,WAAW,uBAAwB,SAAQ,eAAe,EAAE,2BAA2B;CAC5F"}
@@ -0,0 +1,17 @@
1
+ export interface TableToolbarSwitcherRefBase {
2
+ /**
3
+ * Does nothing if `next` prop is boolean
4
+ */
5
+ next: () => void;
6
+ /**
7
+ * Does nothing if `next` prop is boolean
8
+ */
9
+ prev: () => void;
10
+ /**
11
+ * Run either next or prev.
12
+ *
13
+ * Does nothing if `next` prop is boolean
14
+ */
15
+ switch: () => void;
16
+ }
17
+ //# sourceMappingURL=TableToolbarSwitcherRefBase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbarSwitcherRefBase.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,2BAA2B;IAC3C;;OAEG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB;;;;OAIG;IACH,MAAM,EAAE,MAAM,IAAI,CAAC;CACnB"}
@@ -0,0 +1,4 @@
1
+ export interface AnimatedContentProps {
2
+ visible: boolean;
3
+ }
4
+ //# sourceMappingURL=_AnimatedContentProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_AnimatedContentProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/table-toolbar-switcher/_AnimatedContentProps.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACpC,OAAO,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,3 @@
1
+ import type { AnimatedNextContentProps } from "./AnimatedNextContentProps";
2
+ export declare function AnimatedNextContent({ visible, style, ...props }: AnimatedNextContentProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=AnimatedNextContent.d.ts.map