@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
@@ -1 +1 @@
1
- {"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","Spacing","GlobalConfigContext","CarbonStyleSheet","ThemeContext","Box","FormLabel","RadioButtonInput","jsx","_jsx","jsxs","_jsxs","RadioButton","defaultChecked","checked","value","interactiveState","label","role","ariaLabel","onChange","onPress","radioButtonInputProps","formLabelProps","pressableProps","style","dir","props","forwardedRef","radioButtonInputRef","globalConfigContext","viewRef","pressHandler","event","current","setChecked","Object","assign","checked_","rtl","undefined","g","flex_row","ref","children","disabled","absolute","w_full","h_full","baseStyle","pressable","radioButtonInput","textProps","type","textColorStyle","flex_1","create","zIndex","marginStart","spacing_03","normal","color","text_primary","text_disabled","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/radio-button/RadioButton.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","Spacing","GlobalConfigContext","CarbonStyleSheet","ThemeContext","Box","FormLabel","RadioButtonInput","jsx","_jsx","jsxs","_jsxs","RadioButton","defaultChecked","checked","value","interactiveState","label","role","ariaLabel","onChange","onPress","radioButtonInputProps","formLabelProps","pressableProps","style","dir","props","forwardedRef","radioButtonInputRef","globalConfigContext","viewRef","pressHandler","event","current","setChecked","Object","assign","checked_","rtl","undefined","g","flex_row","ref","children","disabled","absolute","w_full","h_full","baseStyle","pressable","radioButtonInput","textProps","type","textColorStyle","flex_1","create","zIndex","marginStart","spacing_03","normal","color","text_primary","text_disabled","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/radio-button/RadioButton.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export {};
4
+ //# sourceMappingURL=RadioButtonRefBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button/RadioButtonRefBase.ts"],"mappings":"","ignoreList":[]}
@@ -1,6 +1,4 @@
1
1
  "use strict";
2
2
 
3
3
  export * from "./RadioButton.js";
4
- export * from "./RadioButtonProps.js";
5
- export * from "./RadioButtonRef.js";
6
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button/index.ts"],"mappings":";;AAAA,cAAc,kBAAe;AAC7B,cAAc,uBAAoB;AAClC,cAAc,qBAAkB","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button/index.ts"],"mappings":";;AAAA,cAAc,kBAAe","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=RadioButtonInputRefBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button-input/RadioButtonInputRefBase.ts"],"mappings":"","ignoreList":[]}
@@ -1,7 +1,4 @@
1
1
  "use strict";
2
2
 
3
3
  export * from "./RadioButtonInput.js";
4
- export * from "./RadioButtonInputInteractiveState.js";
5
- export * from "./RadioButtonInputProps.js";
6
- export * from "./RadioButtonInputRef.js";
7
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button-input/index.ts"],"mappings":";;AAAA,cAAc,uBAAoB;AAClC,cAAc,uCAAoC;AAClD,cAAc,4BAAyB;AACvC,cAAc,0BAAuB","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button-input/index.ts"],"mappings":";;AAAA,cAAc,uBAAoB","ignoreList":[]}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ import { forwardRef, useContext } from "react";
4
+ import { ScrollView as ReactNativeScrollView } from "react-native";
5
+ import { GlobalConfigContext } from "../../_internal/contexts/index.js";
6
+ import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
7
+ import { jsx as _jsx } from "react/jsx-runtime";
8
+ /**
9
+ * This component is a basic React Native `ScrollView` to solve
10
+ * RTL support for component level.
11
+ *
12
+ * You may use this if your app provides custom localization options.
13
+ */
14
+ export const ScrollView = /*#__PURE__*/forwardRef(function ScrollView({
15
+ dir: dirProp,
16
+ style,
17
+ contentContainerStyle,
18
+ ...props
19
+ }, ref) {
20
+ const globalConfigContext = useContext(GlobalConfigContext),
21
+ dir = dirProp ?? globalConfigContext.rtl ? "rtl" : "ltr";
22
+ return /*#__PURE__*/_jsx(ReactNativeScrollView, {
23
+ ref: ref,
24
+ ...props,
25
+ dir: dir,
26
+ style: [dir == "rtl" ? CarbonStyleSheet.g.rtl : undefined, style],
27
+ contentContainerStyle: [dir == "rtl" ? CarbonStyleSheet.g.rtl : undefined, contentContainerStyle]
28
+ });
29
+ });
30
+ //# sourceMappingURL=ScrollView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["forwardRef","useContext","ScrollView","ReactNativeScrollView","GlobalConfigContext","CarbonStyleSheet","jsx","_jsx","dir","dirProp","style","contentContainerStyle","props","ref","globalConfigContext","rtl","g","undefined"],"sourceRoot":"../../../../src","sources":["components/scroll-view/ScrollView.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,IAAIC,qBAAqB,QAC7B,cAAc;AAErB,SACCC,mBAAmB,QACb,mCAA0B;AAEjC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAM5D;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAML,UAAU,gBAAGF,UAAU,CACnC,SAASE,UAAUA,CAClB;EACCM,GAAG,EAAEC,OAAO;EACZC,KAAK;EACLC,qBAAqB;EACrB,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClBb,UAAU,CAACG,mBAAmB,CAAC;IAEhCI,GAAG,GACFC,OAAO,IACPK,mBAAmB,CAACC,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACCR,IAAA,CAACJ,qBAAqB;IACrBU,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVJ,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGH,gBAAgB,CAACW,CAAC,CAACD,GAAG,GAAGE,SAAS,EACjDP,KAAK,CACH;IACHC,qBAAqB,EAAG,CACvBH,GAAG,IAAI,KAAK,GAAGH,gBAAgB,CAACW,CAAC,CAACD,GAAG,GAAGE,SAAS,EACjDN,qBAAqB;EACnB,CACH,CAAC;AAGJ,CACD,CAAoE","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export {};
4
+ //# sourceMappingURL=ScrollViewProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/scroll-view/ScrollViewProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export * from "./ScrollView.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/scroll-view/index.ts"],"mappings":";;AAAA,cAAc,iBAAc","ignoreList":[]}
@@ -123,10 +123,11 @@ export const Switch = /*#__PURE__*/forwardRef(function ({
123
123
  if (!controlled) {
124
124
  ref.current.onChangeEffect = true;
125
125
  if (typeof valueParam === "boolean") {
126
- setValueSelf(valueParam);
126
+ ref.current.value = valueParam;
127
127
  } else {
128
- setValueSelf(valueParam(ref.current.value));
128
+ ref.current.value = valueParam(ref.current.value);
129
129
  }
130
+ setValueSelf(ref.current.value);
130
131
  }
131
132
  }
132
133
  });
@@ -1 +1 @@
1
- {"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useMemo","useRef","useState","Animated","Easing","Pressable","StyleSheet","View","Color","Motion","IconCheckmark","GlobalConfigContext","CarbonStyleSheet","ThemeContext","jsx","_jsx","jsxs","_jsxs","Switch","size","state","defaultValue","value","valueProp","trackColor","trackColorProp","thumbColor","thumbColorProp","motion","false","motionDefault","true","style","role","ariaChecked","onChange","onBlur","onFocus","onPress","props","forwardedRef","viewRef","ref","onChangeEffect","globalConfigContext","themeContext","isFocused","setIsFocused","valueSelf","setValueSelf","current","controlled","sharedValue","Value","trackColor_","mapSwitchTrackColorToken","thumbColor_","mapSwitchThumbColorToken","colorScheme","blurHandler","event","focusHandler","pressHandler","self","transformInterpolationOutputRange","ltr","sizeStyle","width","thumbSizeStyle","rtl","reverse","timing","toValue","duration","easing","useNativeDriver","start","Object","assign","setValue","valueParam","PressableAnimated","g","justify_center","baseStyle","container","backgroundColor","interpolate","inputRange","interpolationRange","outputRange","baseStyleCarbon","containerReadonly","children","items_center","thumb","transform","translateX","IconCheckmarkAnimated","fill","mapIconAnimatedFillColor","opacity","absolute","focusBoxSizeStyle","focusBox","focusBoxBorderColor","create","borderRadius","borderWidth","borderColor","color","border_subtle_00","focus","default","height","small","normal","gray_10","Token","toggle_off","gray_100","support_success","disabled","button_disabled","read_only","focused","icon_on_color","icon_on_color_disabled","icon_primary","Duration","fast_01","bezier","exit","productive","x1","y1","x2","y2","createAnimatedComponent"],"sourceRoot":"../../../../src","sources":["components/switch/Switch.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useMemo","useRef","useState","Animated","Easing","Pressable","StyleSheet","View","Color","Motion","IconCheckmark","GlobalConfigContext","CarbonStyleSheet","ThemeContext","jsx","_jsx","jsxs","_jsxs","Switch","size","state","defaultValue","value","valueProp","trackColor","trackColorProp","thumbColor","thumbColorProp","motion","false","motionDefault","true","style","role","ariaChecked","onChange","onBlur","onFocus","onPress","props","forwardedRef","viewRef","ref","onChangeEffect","globalConfigContext","themeContext","isFocused","setIsFocused","valueSelf","setValueSelf","current","controlled","sharedValue","Value","trackColor_","mapSwitchTrackColorToken","thumbColor_","mapSwitchThumbColorToken","colorScheme","blurHandler","event","focusHandler","pressHandler","self","transformInterpolationOutputRange","ltr","sizeStyle","width","thumbSizeStyle","rtl","reverse","timing","toValue","duration","easing","useNativeDriver","start","Object","assign","setValue","valueParam","PressableAnimated","g","justify_center","baseStyle","container","backgroundColor","interpolate","inputRange","interpolationRange","outputRange","baseStyleCarbon","containerReadonly","children","items_center","thumb","transform","translateX","IconCheckmarkAnimated","fill","mapIconAnimatedFillColor","opacity","absolute","focusBoxSizeStyle","focusBox","focusBoxBorderColor","create","borderRadius","borderWidth","borderColor","color","border_subtle_00","focus","default","height","small","normal","gray_10","Token","toggle_off","gray_100","support_success","disabled","button_disabled","read_only","focused","icon_on_color","icon_on_color_disabled","icon_primary","Duration","fast_01","bezier","exit","productive","x1","y1","x2","y2","createAnimatedComponent"],"sourceRoot":"../../../../src","sources":["components/switch/Switch.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=SwitchRefBase.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/collapsible/_RefBase.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/switch/SwitchRefBase.ts"],"mappings":"","ignoreList":[]}
@@ -1,8 +1,4 @@
1
1
  "use strict";
2
2
 
3
3
  export * from "./Switch.js";
4
- export * from "./SwitchProps.js";
5
- export * from "./SwitchRef.js";
6
- export * from "./SwitchSize.js";
7
- export * from "./SwitchState.js";
8
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/switch/index.ts"],"mappings":";;AAAA,cAAc,aAAU;AACxB,cAAc,kBAAe;AAC7B,cAAc,gBAAa;AAC3B,cAAc,iBAAc;AAC5B,cAAc,kBAAe","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/switch/index.ts"],"mappings":";;AAAA,cAAc,aAAU","ignoreList":[]}
@@ -1,34 +1,39 @@
1
1
  "use strict";
2
2
 
3
3
  import { forwardRef } from "react";
4
- import { ScrollView } from "react-native";
5
4
  import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
6
5
  import { Box } from "../box/Box.js";
6
+ import { ScrollView } from "../scroll-view/ScrollView.js";
7
7
  import { TableContext } from "./_TableContext.js";
8
- import { jsx as _jsx } from "react/jsx-runtime";
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
9
  export const Table = /*#__PURE__*/forwardRef(function Table({
10
10
  rowSize = "large",
11
+ header,
12
+ footer,
13
+ horizontalScrollViewProps,
14
+ verticalScrollViewProps,
11
15
  children,
12
- style,
13
16
  ...props
14
17
  }, ref) {
15
18
  return /*#__PURE__*/_jsx(TableContext.Provider, {
16
19
  value: {
17
20
  rowSize
18
21
  },
19
- children: /*#__PURE__*/_jsx(Box, {
22
+ children: /*#__PURE__*/_jsxs(Box, {
20
23
  ref: ref,
21
24
  ...props,
22
- style: style,
23
- children: /*#__PURE__*/_jsx(ScrollView, {
24
- horizontal: true,
25
- contentContainerStyle: [CarbonStyleSheet.g.grow],
25
+ children: [header, /*#__PURE__*/_jsx(ScrollView, {
26
+ ...horizontalScrollViewProps,
27
+ horizontal: horizontalScrollViewProps?.horizontal ?? true,
28
+ nestedScrollEnabled: horizontalScrollViewProps?.nestedScrollEnabled ?? true,
29
+ contentContainerStyle: [CarbonStyleSheet.g.grow, horizontalScrollViewProps?.contentContainerStyle],
26
30
  children: /*#__PURE__*/_jsx(ScrollView, {
27
- style: [CarbonStyleSheet.g.flex_auto],
31
+ ...verticalScrollViewProps,
32
+ style: [CarbonStyleSheet.g.flex_auto, verticalScrollViewProps?.style],
28
33
  role: "table",
29
34
  children: children
30
35
  })
31
- })
36
+ }), footer]
32
37
  })
33
38
  });
34
39
  });
@@ -1 +1 @@
1
- {"version":3,"names":["forwardRef","ScrollView","CarbonStyleSheet","Box","TableContext","jsx","_jsx","Table","rowSize","children","style","props","ref","Provider","value","horizontal","contentContainerStyle","g","grow","flex_auto","role"],"sourceRoot":"../../../../src","sources":["components/table/Table.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,QACJ,cAAc;AAErB,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,GAAG,QACG,eAAY;AAUnB,SACCC,YAAY,QACN,oBAAiB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAExB,OAAO,MAAMC,KAAK,gBAAGP,UAAU,CAC9B,SAASO,KAAKA,CACb;EACCC,OAAO,GAAG,OAAO;EACjBC,QAAQ;EACRC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,oBACCN,IAAA,CAACF,YAAY,CAACS,QAAQ;IACrBC,KAAK,EAAE;MACNN;IACD,CAAE;IAAAC,QAAA,eAEFH,IAAA,CAACH,GAAG;MACHS,GAAG,EAAGA,GAAK;MAAA,GACND,KAAK;MACVD,KAAK,EAAGA,KAAO;MAAAD,QAAA,eAEfH,IAAA,CAACL,UAAU;QACVc,UAAU;QACVC,qBAAqB,EAAG,CACvBd,gBAAgB,CAACe,CAAC,CAACC,IAAI,CACrB;QAAAT,QAAA,eAEHH,IAAA,CAACL,UAAU;UACVS,KAAK,EAAG,CACPR,gBAAgB,CAACe,CAAC,CAACE,SAAS,CAC1B;UACHC,IAAI,EAAC,OAAO;UAAAX,QAAA,EAEVA;QAAQ,CACC;MAAC,CACF;IAAC,CACT;EAAC,CACgB,CAAC;AAG1B,CACD,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["forwardRef","CarbonStyleSheet","Box","ScrollView","TableContext","jsx","_jsx","jsxs","_jsxs","Table","rowSize","header","footer","horizontalScrollViewProps","verticalScrollViewProps","children","props","ref","Provider","value","horizontal","nestedScrollEnabled","contentContainerStyle","g","grow","style","flex_auto","role"],"sourceRoot":"../../../../src","sources":["components/table/Table.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,GAAG,QACG,eAAY;AAEnB,SACCC,UAAU,QACJ,8BAA2B;AAUlC,SACCC,YAAY,QACN,oBAAiB;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAExB,OAAO,MAAMC,KAAK,gBAAGT,UAAU,CAC9B,SAASS,KAAKA,CACb;EACCC,OAAO,GAAG,OAAO;EACjBC,MAAM;EACNC,MAAM;EACNC,yBAAyB;EACzBC,uBAAuB;EACvBC,QAAQ;EACR,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,oBACCX,IAAA,CAACF,YAAY,CAACc,QAAQ;IACrBC,KAAK,EAAE;MACNT;IACD,CAAE;IAAAK,QAAA,eAEFP,KAAA,CAACN,GAAG;MACHe,GAAG,EAAGA,GAAK;MAAA,GACND,KAAK;MAAAD,QAAA,GAERJ,MAAM,eAERL,IAAA,CAACH,UAAU;QAAA,GACLU,yBAAyB;QAC9BO,UAAU,EAAGP,yBAAyB,EAAEO,UAAU,IAAI,IAAM;QAC5DC,mBAAmB,EAAGR,yBAAyB,EAAEQ,mBAAmB,IAAI,IAAM;QAC9EC,qBAAqB,EAAG,CACvBrB,gBAAgB,CAACsB,CAAC,CAACC,IAAI,EACvBX,yBAAyB,EAAES,qBAAqB,CAC9C;QAAAP,QAAA,eAEHT,IAAA,CAACH,UAAU;UAAA,GACLW,uBAAuB;UAC5BW,KAAK,EAAG,CACPxB,gBAAgB,CAACsB,CAAC,CAACG,SAAS,EAC5BZ,uBAAuB,EAAEW,KAAK,CAC5B;UACHE,IAAI,EAAC,OAAO;UAAAZ,QAAA,EAEVA;QAAQ,CACC;MAAC,CACF,CAAC,EAEXH,MAAM;IAAA,CACJ;EAAC,CACgB,CAAC;AAG1B,CACD,CAAC","ignoreList":[]}
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+
3
+ import { forwardRef, useContext } from "react";
4
+ import { StyleSheet } from "react-native";
5
+ import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
6
+ import { Box } from "../box/Box.js";
7
+ import { ScrollView } from "../scroll-view/ScrollView.js";
8
+ import { TableContext } from "../table/_TableContext.js";
9
+ import { Text } from "../text/Text.js";
10
+ import { TableBatchActionBarContext } from "./_TableBatchActionBarContext.js";
11
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
+ export const TableBatchActionBar = /*#__PURE__*/forwardRef(function TableBatchActionBar({
13
+ size: sizeProp,
14
+ horizontal = true,
15
+ text,
16
+ textProps,
17
+ buttons,
18
+ style,
19
+ contentContainerStyle,
20
+ ...props
21
+ }, ref) {
22
+ const tableContext = useContext(TableContext),
23
+ size = sizeProp ?? tableContext.rowSize,
24
+ batchActionBarSize = mapRowSizeToBatchActionBarSize[size];
25
+ return /*#__PURE__*/_jsx(TableBatchActionBarContext.Provider, {
26
+ value: {
27
+ size: batchActionBarSize
28
+ },
29
+ children: /*#__PURE__*/_jsxs(ScrollView, {
30
+ ref: ref,
31
+ ...props,
32
+ horizontal: horizontal,
33
+ style: [carbonStyleSheet.tableBatchActionBar,
34
+ // if users provide size prop manually
35
+ // they will still get the correct size style
36
+ // the `large` and `small` from `TableBatchActionBarSize`
37
+ // are also used by `TableRowSize`
38
+ styleSheetSize[batchActionBarSize], style],
39
+ contentContainerStyle: [CarbonStyleSheet.g.flex_auto, CarbonStyleSheet.g.flex_row, CarbonStyleSheet.g.justify_between, contentContainerStyle],
40
+ children: [/*#__PURE__*/_jsx(Text, {
41
+ ...textProps,
42
+ type: "body_compact_01",
43
+ style: [CarbonStyleSheet.g.flex_auto, CarbonStyleSheet.g.self_center, CarbonStyleSheet.g.px_05, carbonStyleSheet.text, textProps?.style],
44
+ children: text
45
+ }), !!buttons && /*#__PURE__*/_jsx(Box, {
46
+ style: [CarbonStyleSheet.g.flex_row, CarbonStyleSheet.g.self_stretch],
47
+ children: buttons
48
+ })]
49
+ })
50
+ });
51
+ });
52
+ const styleSheetSize = StyleSheet.create({
53
+ small: {
54
+ height: 32
55
+ },
56
+ large: {
57
+ height: 48
58
+ }
59
+ }),
60
+ mapRowSizeToBatchActionBarSize = {
61
+ extra_small: "small",
62
+ small: "small",
63
+ medium: "small",
64
+ large: "large",
65
+ extra_large: "large"
66
+ },
67
+ carbonStyleSheet = CarbonStyleSheet.create({
68
+ tableBatchActionBar: {
69
+ backgroundColor: CarbonStyleSheet.color.background_brand
70
+ },
71
+ text: {
72
+ textWrap: "nowrap",
73
+ color: CarbonStyleSheet.color.text_on_color
74
+ }
75
+ });
76
+ //# sourceMappingURL=TableBatchActionBar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["forwardRef","useContext","StyleSheet","CarbonStyleSheet","Box","ScrollView","TableContext","Text","TableBatchActionBarContext","jsx","_jsx","jsxs","_jsxs","TableBatchActionBar","size","sizeProp","horizontal","text","textProps","buttons","style","contentContainerStyle","props","ref","tableContext","rowSize","batchActionBarSize","mapRowSizeToBatchActionBarSize","Provider","value","children","carbonStyleSheet","tableBatchActionBar","styleSheetSize","g","flex_auto","flex_row","justify_between","type","self_center","px_05","self_stretch","create","small","height","large","extra_small","medium","extra_large","backgroundColor","color","background_brand","textWrap","text_on_color"],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/TableBatchActionBar.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export {};
4
+ //# sourceMappingURL=TableBatchActionBarProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/TableBatchActionBarProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export {};
4
+ //# sourceMappingURL=TableBatchActionBarRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/TableBatchActionBarRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=TableBatchActionBarSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/TableBatchActionBarSize.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+
3
+ import { createContext } from "react";
4
+ export const TableBatchActionBarContext = /*#__PURE__*/createContext({
5
+ size: "large"
6
+ });
7
+ //# sourceMappingURL=_TableBatchActionBarContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["createContext","TableBatchActionBarContext","size"],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/_TableBatchActionBarContext.ts"],"mappings":";;AAAA,SACCA,aAAa,QACP,OAAO;AAUd,OAAO,MAAMC,0BAA0B,gBAAGD,aAAa,CAA6B;EACnFE,IAAI,EAAE;AACP,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export * from "./TableBatchActionBar.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/index.ts"],"mappings":";;AAAA,cAAc,0BAAuB","ignoreList":[]}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ import { forwardRef, useContext } from "react";
4
+ import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
5
+ import { Primary as ButtonPrimary } from "../button/primary/index.js";
6
+ import { TableBatchActionBarContext } from "../table-batch-action-bar/_TableBatchActionBarContext.js";
7
+ import { jsx as _jsx } from "react/jsx-runtime";
8
+ export const TableBatchActionBarButton = /*#__PURE__*/forwardRef(function TableBatchActionBarButton({
9
+ Icon,
10
+ iconProps,
11
+ style,
12
+ ...props
13
+ }, ref) {
14
+ const tableBatchActionBarContext = useContext(TableBatchActionBarContext);
15
+ return /*#__PURE__*/_jsx(ButtonPrimary, {
16
+ ref: ref,
17
+ ...props,
18
+ size: mapBatchActionBarSizeToButtonSize[tableBatchActionBarContext.size],
19
+ Icon: Icon,
20
+ iconProps: {
21
+ ...iconProps,
22
+ style: [CarbonStyleSheet.g.ms_03,
23
+ // override the gap between text and icon
24
+ iconProps?.style]
25
+ },
26
+ style: [Icon ? undefined : CarbonStyleSheet.g.pe_05, style]
27
+ });
28
+ });
29
+ const mapBatchActionBarSizeToButtonSize = {
30
+ small: "small",
31
+ large: "large_productive"
32
+ };
33
+ //# sourceMappingURL=TableBatchActionBarButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["forwardRef","useContext","CarbonStyleSheet","Primary","ButtonPrimary","TableBatchActionBarContext","jsx","_jsx","TableBatchActionBarButton","Icon","iconProps","style","props","ref","tableBatchActionBarContext","size","mapBatchActionBarSizeToButtonSize","g","ms_03","undefined","pe_05","small","large"],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar-button/TableBatchActionBarButton.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,OAAO,IAAIC,aAAa,QAElB,4BAAmB;AAM1B,SACCC,0BAA0B,QACpB,0DAAuD;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU9D,OAAO,MAAMC,yBAAyB,gBAAGR,UAAU,CAClD,SAASQ,yBAAyBA,CACjC;EACCC,IAAI;EACJC,SAAS;EACTC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,0BAA0B,GACzBb,UAAU,CAACI,0BAA0B,CAAC;EAExC,oBACCE,IAAA,CAACH,aAAa;IACbS,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVG,IAAI,EAAGC,iCAAiC,CAACF,0BAA0B,CAACC,IAAI,CAAG;IAC3EN,IAAI,EAAGA,IAAM;IACbC,SAAS,EAAE;MACV,GAAGA,SAAS;MACZC,KAAK,EAAE,CACNT,gBAAgB,CAACe,CAAC,CAACC,KAAK;MAAE;MAC1BR,SAAS,EAAEC,KAAK;IAElB,CAAE;IACFA,KAAK,EAAG,CACPF,IAAI,GACDU,SAAS,GACTjB,gBAAgB,CAACe,CAAC,CAACG,KAAK,EAC3BT,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC;AAED,MACCK,iCAAiC,GAChC;EACCK,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE;AACR,CAA6F","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export {};
4
+ //# sourceMappingURL=TableBatchActionBarButtonProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export {};
4
+ //# sourceMappingURL=TableBatchActionBarButtonRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export * from "./TableBatchActionBarButton.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar-button/index.ts"],"mappings":";;AAAA,cAAc,gCAA6B","ignoreList":[]}
@@ -24,6 +24,7 @@ export const TableCell = /*#__PURE__*/forwardRef(function TableCell({
24
24
  text,
25
25
  textProps,
26
26
  width,
27
+ invisible,
27
28
  role = "cell",
28
29
  accessibilityLabel,
29
30
  style,
@@ -35,8 +36,9 @@ export const TableCell = /*#__PURE__*/forwardRef(function TableCell({
35
36
  ...props,
36
37
  role: role,
37
38
  accessibilityLabel: accessibilityLabel || text,
38
- style: [CarbonStyleSheet.g.flex_auto, CarbonStyleSheet.g.px_05, tableRowHeaderContext.inRowHeader ? tableRowHeaderContext.size == "extra_large" ? CarbonStyleSheet.g.pt_05 : CarbonStyleSheet.g.self_center : undefined, typeof width === "number" ? {
39
- width
39
+ style: [CarbonStyleSheet.g.flex_auto, CarbonStyleSheet.g.px_05, invisible ? CarbonStyleSheet.g.invisible : undefined, tableRowHeaderContext.inRowHeader ? tableRowHeaderContext.size == "extra_large" ? CarbonStyleSheet.g.pt_05 : CarbonStyleSheet.g.self_center : undefined, typeof width === "number" ? {
40
+ width,
41
+ minWidth: width
40
42
  } : undefined, style],
41
43
  children: typeof children === "undefined" && !!text ? /*#__PURE__*/_jsx(TableCellText, {
42
44
  ...textProps,
@@ -1 +1 @@
1
- {"version":3,"names":["forwardRef","useContext","View","CarbonStyleSheet","TableCellText","TableRowHeaderContext","jsx","_jsx","TableCell","children","text","textProps","width","role","accessibilityLabel","style","props","ref","tableRowHeaderContext","g","flex_auto","px_05","inRowHeader","size","pt_05","self_center","undefined"],"sourceRoot":"../../../../src","sources":["components/table-cell/TableCell.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QACE,cAAc;AAErB,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,aAAa,QACP,qCAAkC;AAEzC,SACCC,qBAAqB,QACf,+CAA4C;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,SAAS,gBAAGR,UAAU,CAClC,SAASQ,SAASA,CACjB;EACCC,QAAQ;EACRC,IAAI;EACJC,SAAS;EACTC,KAAK;EACLC,IAAI,GAAG,MAAM;EACbC,kBAAkB;EAClBC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,qBAAqB,GACpBjB,UAAU,CAACI,qBAAqB,CAAC;EAEnC,oBACCE,IAAA,CAACL,IAAI;IACJe,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,IAAI,EAAGA,IAAM;IACbC,kBAAkB,EAAGA,kBAAkB,IAAIJ,IAAM;IACjDK,KAAK,EAAG,CACPZ,gBAAgB,CAACgB,CAAC,CAACC,SAAS,EAC5BjB,gBAAgB,CAACgB,CAAC,CAACE,KAAK,EAExBH,qBAAqB,CAACI,WAAW,GAC9BJ,qBAAqB,CAACK,IAAI,IAAI,aAAa,GAC1CpB,gBAAgB,CAACgB,CAAC,CAACK,KAAK,GACxBrB,gBAAgB,CAACgB,CAAC,CAACM,WAAW,GAC/BC,SAAS,EAEZ,OAAOd,KAAK,KAAK,QAAQ,GAAG;MAC3BA;IACD,CAAC,GAAGc,SAAS,EACbX,KAAK,CACH;IAAAN,QAAA,EAED,OAAOA,QAAQ,KAAK,WAAW,IAAI,CAAC,CAACC,IAAI,gBAC1CH,IAAA,CAACH,aAAa;MAAA,GACRO,SAAS;MAAAF,QAAA,EAEZC;IAAI,CACQ,CAAC,GACbD;EAAQ,CACP,CAAC;AAGT,CACD,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["forwardRef","useContext","View","CarbonStyleSheet","TableCellText","TableRowHeaderContext","jsx","_jsx","TableCell","children","text","textProps","width","invisible","role","accessibilityLabel","style","props","ref","tableRowHeaderContext","g","flex_auto","px_05","undefined","inRowHeader","size","pt_05","self_center","minWidth"],"sourceRoot":"../../../../src","sources":["components/table-cell/TableCell.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QACE,cAAc;AAErB,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,aAAa,QACP,qCAAkC;AAEzC,SACCC,qBAAqB,QACf,+CAA4C;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,SAAS,gBAAGR,UAAU,CAClC,SAASQ,SAASA,CACjB;EACCC,QAAQ;EACRC,IAAI;EACJC,SAAS;EACTC,KAAK;EACLC,SAAS;EACTC,IAAI,GAAG,MAAM;EACbC,kBAAkB;EAClBC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,qBAAqB,GACpBlB,UAAU,CAACI,qBAAqB,CAAC;EAEnC,oBACCE,IAAA,CAACL,IAAI;IACJgB,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,IAAI,EAAGA,IAAM;IACbC,kBAAkB,EAAGA,kBAAkB,IAAIL,IAAM;IACjDM,KAAK,EAAG,CACPb,gBAAgB,CAACiB,CAAC,CAACC,SAAS,EAC5BlB,gBAAgB,CAACiB,CAAC,CAACE,KAAK,EACxBT,SAAS,GAAGV,gBAAgB,CAACiB,CAAC,CAACP,SAAS,GAAGU,SAAS,EAEpDJ,qBAAqB,CAACK,WAAW,GAC9BL,qBAAqB,CAACM,IAAI,IAAI,aAAa,GAC1CtB,gBAAgB,CAACiB,CAAC,CAACM,KAAK,GACxBvB,gBAAgB,CAACiB,CAAC,CAACO,WAAW,GAC/BJ,SAAS,EAEZ,OAAOX,KAAK,KAAK,QAAQ,GAAG;MAC3BA,KAAK;MACLgB,QAAQ,EAAEhB;IACX,CAAC,GAAGW,SAAS,EACbP,KAAK,CACH;IAAAP,QAAA,EAED,OAAOA,QAAQ,KAAK,WAAW,IAAI,CAAC,CAACC,IAAI,gBAC1CH,IAAA,CAACH,aAAa;MAAA,GACRO,SAAS;MAAAF,QAAA,EAEZC;IAAI,CACQ,CAAC,GACbD;EAAQ,CACP,CAAC;AAGT,CACD,CAAC","ignoreList":[]}
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+
3
+ import { forwardRef, useCallback, useContext, useEffect, useImperativeHandle, useRef, useState } from "react";
4
+ import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
5
+ import { CheckboxInput } from "../checkbox-input/index.js";
6
+ import { TableCell } from "../table-cell/index.js";
7
+ import { TableRowContext } from "../table-row/_TableRowContext.js";
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ export const TableCellCheckbox = /*#__PURE__*/forwardRef(function TableCellCheckbox({
10
+ // +++ Picked CheckboxInput props +++
11
+ defaultChecked,
12
+ checked: checkedProp,
13
+ interactiveState,
14
+ onChange,
15
+ // --- Picked CheckboxInput props ---
16
+ width = 32,
17
+ invisible,
18
+ checkboxInputProps,
19
+ style,
20
+ ...props
21
+ }, ref) {
22
+ const tableCellRef = useRef(null),
23
+ tableRowContext = useContext(TableRowContext),
24
+ checkedRef = useRef({
25
+ onChangeEffect: false,
26
+ value: typeof checkedProp == "boolean" || typeof checkedProp == "object" ? checkedProp : typeof defaultChecked == "boolean" || typeof defaultChecked == "object" ? defaultChecked : false
27
+ }),
28
+ [checkedSelf, setCheckedSelf] = useState(() => {
29
+ if (typeof defaultChecked == "boolean" || typeof defaultChecked == "object") {
30
+ return defaultChecked;
31
+ }
32
+ return false;
33
+ }),
34
+ controlled = typeof checkedProp !== "undefined",
35
+ checked = controlled ? checkedProp : checkedSelf;
36
+ const onChangeCheckboxInput = useCallback(state => {
37
+ if (!controlled) {
38
+ checkedRef.current.onChangeEffect = true;
39
+ checkedRef.current.value = state;
40
+ setCheckedSelf(state);
41
+ } else {
42
+ onChange?.(state);
43
+ }
44
+ }, [controlled, onChange]);
45
+ useEffect(() => {
46
+ if (!invisible) {
47
+ checkedRef.current.value = checked;
48
+ tableRowContext.setSelected(checked !== false);
49
+ if (checkedRef.current.onChangeEffect) {
50
+ checkedRef.current.onChangeEffect = false;
51
+ onChange?.(checked);
52
+ }
53
+ }
54
+ }, [checked, tableRowContext, onChange, invisible]);
55
+ useImperativeHandle(ref, () => {
56
+ return Object.assign(tableCellRef.current ?? {}, {
57
+ get checked() {
58
+ return checked;
59
+ },
60
+ setChecked(val) {
61
+ if (!controlled && interactiveState != "read_only") {
62
+ checkedRef.current.onChangeEffect = true;
63
+ if (typeof val == "function") {
64
+ checkedRef.current.value = val(checkedRef.current.value);
65
+ } else {
66
+ checkedRef.current.value = val;
67
+ }
68
+ setCheckedSelf(checkedRef.current.value);
69
+ }
70
+ }
71
+ });
72
+ }, [checked, controlled, interactiveState]);
73
+ return /*#__PURE__*/_jsx(TableCell, {
74
+ ref: tableCellRef,
75
+ ...props,
76
+ width: width,
77
+ invisible: invisible,
78
+ style: [CarbonStyleSheet.g.flex_initial, style],
79
+ children: !invisible && /*#__PURE__*/_jsx(CheckboxInput, {
80
+ ...checkboxInputProps,
81
+ interactiveState: interactiveState ?? tableRowContext.interactiveState,
82
+ checked: checked,
83
+ onChange: onChangeCheckboxInput
84
+ })
85
+ });
86
+ });
87
+ //# sourceMappingURL=TableCellCheckbox.js.map