@audira/carbon-react-native 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1182) hide show
  1. package/lib/commonjs/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
  2. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
  3. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +6 -0
  4. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
  5. package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js +17 -0
  6. package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
  7. package/lib/commonjs/_internal/components/index.js +17 -0
  8. package/lib/commonjs/_internal/components/index.js.map +1 -0
  9. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
  10. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
  11. package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
  12. package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
  13. package/lib/commonjs/carbon-react-native/CarbonReactNative.js +8 -6
  14. package/lib/commonjs/carbon-react-native/CarbonReactNative.js.map +1 -1
  15. package/lib/commonjs/carbon-style-sheet/color.js +1 -1
  16. package/lib/commonjs/carbon-style-sheet/g/flex.js +9 -1
  17. package/lib/commonjs/carbon-style-sheet/g/flex.js.map +1 -1
  18. package/lib/commonjs/carbon-style-sheet/g/font.js +1 -1
  19. package/lib/commonjs/carbon-style-sheet/g/index.js +11 -0
  20. package/lib/commonjs/carbon-style-sheet/g/index.js.map +1 -1
  21. package/lib/commonjs/carbon-style-sheet/g/spacing.js +172 -4
  22. package/lib/commonjs/carbon-style-sheet/g/spacing.js.map +1 -1
  23. package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
  24. package/lib/commonjs/carbon-style-sheet/g/visibility.js +40 -0
  25. package/lib/commonjs/carbon-style-sheet/g/visibility.js.map +1 -0
  26. package/lib/commonjs/carbon-style-sheet/g-object/flex.js +4 -1
  27. package/lib/commonjs/carbon-style-sheet/g-object/flex.js.map +1 -1
  28. package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
  29. package/lib/commonjs/carbon-style-sheet/g-object/index.js +11 -0
  30. package/lib/commonjs/carbon-style-sheet/g-object/index.js.map +1 -1
  31. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +67 -4
  32. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js.map +1 -1
  33. package/lib/commonjs/carbon-style-sheet/g-object/typography.js +1 -1
  34. package/lib/commonjs/carbon-style-sheet/g-object/visibility.js +26 -0
  35. package/lib/commonjs/carbon-style-sheet/g-object/visibility.js.map +1 -0
  36. package/lib/commonjs/components/accordion/AccordionItemRefBase.js +2 -0
  37. package/lib/commonjs/components/accordion/AccordionItemRefBase.js.map +1 -0
  38. package/lib/commonjs/components/accordion/_Header.js +8 -6
  39. package/lib/commonjs/components/accordion/_Header.js.map +1 -1
  40. package/lib/commonjs/components/accordion/_Item.js +11 -9
  41. package/lib/commonjs/components/accordion/_Item.js.map +1 -1
  42. package/lib/commonjs/components/accordion/_motion.js.map +1 -1
  43. package/lib/commonjs/components/accordion/index.js +0 -66
  44. package/lib/commonjs/components/accordion/index.js.map +1 -1
  45. package/lib/commonjs/components/box/Box.js +6 -0
  46. package/lib/commonjs/components/box/Box.js.map +1 -1
  47. package/lib/commonjs/components/button/base/Base.js +5 -14
  48. package/lib/commonjs/components/button/base/Base.js.map +1 -1
  49. package/lib/commonjs/components/button/ghost/Ghost.js +0 -15
  50. package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
  51. package/lib/commonjs/components/checkbox/Checkbox.js +1 -1
  52. package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
  53. package/lib/commonjs/components/checkbox/CheckboxRefBase.js +6 -0
  54. package/lib/commonjs/components/checkbox/CheckboxRefBase.js.map +1 -0
  55. package/lib/commonjs/components/checkbox/index.js +0 -22
  56. package/lib/commonjs/components/checkbox/index.js.map +1 -1
  57. package/lib/commonjs/components/checkbox-input/CheckboxInput.js +2 -2
  58. package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
  59. package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js +6 -0
  60. package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
  61. package/lib/commonjs/components/checkbox-input/index.js +0 -44
  62. package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
  63. package/lib/commonjs/components/collapsible/Collapsible.js +26 -33
  64. package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
  65. package/lib/commonjs/components/collapsible/CollapsibleRefBase.js +2 -0
  66. package/lib/commonjs/components/collapsible/CollapsibleRefBase.js.map +1 -0
  67. package/lib/commonjs/components/collapsible/index.js +0 -22
  68. package/lib/commonjs/components/collapsible/index.js.map +1 -1
  69. package/lib/commonjs/components/index.js +140 -42
  70. package/lib/commonjs/components/index.js.map +1 -1
  71. package/lib/commonjs/components/radio-button/RadioButton.js +1 -1
  72. package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
  73. package/lib/commonjs/components/radio-button/RadioButtonRefBase.js +6 -0
  74. package/lib/commonjs/components/radio-button/RadioButtonRefBase.js.map +1 -0
  75. package/lib/commonjs/components/radio-button/index.js +0 -22
  76. package/lib/commonjs/components/radio-button/index.js.map +1 -1
  77. package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
  78. package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
  79. package/lib/commonjs/components/radio-button-input/index.js +0 -33
  80. package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
  81. package/lib/commonjs/components/scroll-view/ScrollView.js +35 -0
  82. package/lib/commonjs/components/scroll-view/ScrollView.js.map +1 -0
  83. package/lib/commonjs/components/scroll-view/ScrollViewProps.js +6 -0
  84. package/lib/commonjs/components/{radio-button-input/_RefBase.js.map → scroll-view/ScrollViewProps.js.map} +1 -1
  85. package/lib/commonjs/components/scroll-view/index.js +17 -0
  86. package/lib/commonjs/components/scroll-view/index.js.map +1 -0
  87. package/lib/commonjs/components/switch/Switch.js +3 -2
  88. package/lib/commonjs/components/switch/Switch.js.map +1 -1
  89. package/lib/commonjs/components/switch/SwitchRefBase.js +2 -0
  90. package/lib/{module/components/collapsible/_RefBase.js.map → commonjs/components/switch/SwitchRefBase.js.map} +1 -1
  91. package/lib/commonjs/components/switch/index.js +0 -44
  92. package/lib/commonjs/components/switch/index.js.map +1 -1
  93. package/lib/commonjs/components/table/Table.js +15 -10
  94. package/lib/commonjs/components/table/Table.js.map +1 -1
  95. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js +81 -0
  96. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
  97. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js +6 -0
  98. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
  99. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js +6 -0
  100. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
  101. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
  102. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
  103. package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js +11 -0
  104. package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
  105. package/lib/commonjs/components/table-batch-action-bar/index.js +17 -0
  106. package/lib/commonjs/components/table-batch-action-bar/index.js.map +1 -0
  107. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js +38 -0
  108. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
  109. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +6 -0
  110. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
  111. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +6 -0
  112. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
  113. package/lib/commonjs/components/table-batch-action-bar-button/index.js +17 -0
  114. package/lib/commonjs/components/table-batch-action-bar-button/index.js.map +1 -0
  115. package/lib/commonjs/components/table-cell/TableCell.js +4 -2
  116. package/lib/commonjs/components/table-cell/TableCell.js.map +1 -1
  117. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js +92 -0
  118. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
  119. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +6 -0
  120. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
  121. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js +6 -0
  122. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
  123. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js +6 -0
  124. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
  125. package/lib/commonjs/components/table-cell-checkbox/index.js +17 -0
  126. package/lib/commonjs/components/table-cell-checkbox/index.js.map +1 -0
  127. package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js +3 -3
  128. package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
  129. package/lib/commonjs/components/table-cell-text/TableCellText.js +5 -7
  130. package/lib/commonjs/components/table-cell-text/TableCellText.js.map +1 -1
  131. package/lib/commonjs/components/table-header/TableHeader.js +53 -0
  132. package/lib/commonjs/components/table-header/TableHeader.js.map +1 -0
  133. package/lib/commonjs/components/table-header/TableHeaderProps.js +6 -0
  134. package/lib/commonjs/components/table-header/TableHeaderProps.js.map +1 -0
  135. package/lib/commonjs/components/table-header/TableHeaderRef.js +6 -0
  136. package/lib/{module/components/radio-button-input/_RefBase.js.map → commonjs/components/table-header/TableHeaderRef.js.map} +1 -1
  137. package/lib/commonjs/components/table-header/index.js +17 -0
  138. package/lib/commonjs/components/table-header/index.js.map +1 -0
  139. package/lib/commonjs/components/table-row/TableRow.js +51 -32
  140. package/lib/commonjs/components/table-row/TableRow.js.map +1 -1
  141. package/lib/commonjs/components/table-row/_TableRowContext.js +5 -1
  142. package/lib/commonjs/components/table-row/_TableRowContext.js.map +1 -1
  143. package/lib/commonjs/components/table-row/_TableRowContextProvider.js +27 -0
  144. package/lib/commonjs/components/table-row/_TableRowContextProvider.js.map +1 -0
  145. package/lib/commonjs/components/table-row/_style-sheet-height.js +3 -0
  146. package/lib/commonjs/components/table-row/_style-sheet-height.js.map +1 -1
  147. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js +212 -0
  148. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
  149. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js +6 -0
  150. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
  151. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js +6 -0
  152. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
  153. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js +6 -0
  154. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
  155. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +77 -0
  156. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
  157. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +6 -0
  158. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
  159. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js +17 -0
  160. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
  161. package/lib/commonjs/components/table-row-collapsible/index.js +17 -0
  162. package/lib/commonjs/components/table-row-collapsible/index.js.map +1 -0
  163. package/lib/commonjs/components/table-toolbar/TableToolbar.js +84 -0
  164. package/lib/commonjs/components/table-toolbar/TableToolbar.js.map +1 -0
  165. package/lib/commonjs/components/table-toolbar/TableToolbarProps.js +6 -0
  166. package/lib/commonjs/components/table-toolbar/TableToolbarProps.js.map +1 -0
  167. package/lib/commonjs/components/table-toolbar/TableToolbarRef.js +6 -0
  168. package/lib/commonjs/components/table-toolbar/TableToolbarRef.js.map +1 -0
  169. package/lib/commonjs/components/table-toolbar/TableToolbarSize.js +2 -0
  170. package/lib/commonjs/components/table-toolbar/TableToolbarSize.js.map +1 -0
  171. package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js +11 -0
  172. package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js.map +1 -0
  173. package/lib/commonjs/components/table-toolbar/index.js +17 -0
  174. package/lib/commonjs/components/table-toolbar/index.js.map +1 -0
  175. package/lib/commonjs/components/table-toolbar-button/_useSize.js +17 -0
  176. package/lib/commonjs/components/table-toolbar-button/_useSize.js.map +1 -0
  177. package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js +22 -0
  178. package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
  179. package/lib/commonjs/components/{checkbox-input/_RefBase.js → table-toolbar-button/ghost/GhostProps.js} +1 -1
  180. package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
  181. package/lib/commonjs/components/{toggle/base/_RefBase.js → table-toolbar-button/ghost/GhostRef.js} +1 -1
  182. package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
  183. package/lib/commonjs/components/{accordion/_chevron → table-toolbar-button/ghost}/index.js +4 -4
  184. package/lib/commonjs/components/table-toolbar-button/ghost/index.js.map +1 -0
  185. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js +22 -0
  186. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
  187. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js +6 -0
  188. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
  189. package/lib/commonjs/components/{accordion/_chevron/ChevronProps.js → table-toolbar-button/ghost-icon/GhostIconRef.js} +1 -1
  190. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
  191. package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js +17 -0
  192. package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
  193. package/lib/commonjs/components/table-toolbar-button/index.js +39 -0
  194. package/lib/commonjs/components/table-toolbar-button/index.js.map +1 -0
  195. package/lib/commonjs/components/table-toolbar-button/primary/Primary.js +22 -0
  196. package/lib/commonjs/components/table-toolbar-button/primary/Primary.js.map +1 -0
  197. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js +6 -0
  198. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
  199. package/lib/commonjs/components/{checkbox/_RefBase.js → table-toolbar-button/primary/PrimaryRef.js} +1 -1
  200. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
  201. package/lib/commonjs/components/table-toolbar-button/primary/index.js +17 -0
  202. package/lib/commonjs/components/table-toolbar-button/primary/index.js.map +1 -0
  203. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js +60 -0
  204. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
  205. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +6 -0
  206. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
  207. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +6 -0
  208. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
  209. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
  210. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
  211. package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
  212. package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
  213. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +23 -0
  214. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
  215. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +6 -0
  216. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
  217. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js +17 -0
  218. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
  219. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +29 -0
  220. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
  221. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +6 -0
  222. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
  223. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +6 -0
  224. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
  225. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js +17 -0
  226. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
  227. package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js +86 -0
  228. package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
  229. package/lib/commonjs/components/table-toolbar-switcher/index.js +17 -0
  230. package/lib/commonjs/components/table-toolbar-switcher/index.js.map +1 -0
  231. package/lib/commonjs/components/{radio-button/_RefBase.js → toggle/base/BaseRefBase.js} +1 -1
  232. package/lib/commonjs/components/toggle/base/BaseRefBase.js.map +1 -0
  233. package/lib/commonjs/components/toggle/base/index.js +0 -22
  234. package/lib/commonjs/components/toggle/base/index.js.map +1 -1
  235. package/lib/module/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
  236. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
  237. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +4 -0
  238. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
  239. package/lib/module/_internal/components/animated-collapsible-chevron/index.js +4 -0
  240. package/lib/module/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
  241. package/lib/module/_internal/components/index.js +4 -0
  242. package/lib/module/_internal/components/index.js.map +1 -0
  243. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
  244. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
  245. package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
  246. package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
  247. package/lib/module/carbon-react-native/CarbonReactNative.js +8 -6
  248. package/lib/module/carbon-react-native/CarbonReactNative.js.map +1 -1
  249. package/lib/module/carbon-style-sheet/color.js +1 -1
  250. package/lib/module/carbon-style-sheet/g/flex.js +7 -0
  251. package/lib/module/carbon-style-sheet/g/flex.js.map +1 -1
  252. package/lib/module/carbon-style-sheet/g/font.js +1 -1
  253. package/lib/module/carbon-style-sheet/g/index.js +1 -0
  254. package/lib/module/carbon-style-sheet/g/index.js.map +1 -1
  255. package/lib/module/carbon-style-sheet/g/spacing.js +148 -1
  256. package/lib/module/carbon-style-sheet/g/spacing.js.map +1 -1
  257. package/lib/module/carbon-style-sheet/g/typography.js +1 -1
  258. package/lib/module/carbon-style-sheet/g/visibility.js +34 -0
  259. package/lib/module/carbon-style-sheet/g/visibility.js.map +1 -0
  260. package/lib/module/carbon-style-sheet/g-object/flex.js +3 -0
  261. package/lib/module/carbon-style-sheet/g-object/flex.js.map +1 -1
  262. package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
  263. package/lib/module/carbon-style-sheet/g-object/index.js +1 -0
  264. package/lib/module/carbon-style-sheet/g-object/index.js.map +1 -1
  265. package/lib/module/carbon-style-sheet/g-object/spacing.js +64 -1
  266. package/lib/module/carbon-style-sheet/g-object/spacing.js.map +1 -1
  267. package/lib/module/carbon-style-sheet/g-object/typography.js +1 -1
  268. package/lib/module/carbon-style-sheet/g-object/visibility.js +22 -0
  269. package/lib/module/carbon-style-sheet/g-object/visibility.js.map +1 -0
  270. package/lib/module/components/accordion/AccordionItemRefBase.js +2 -0
  271. package/lib/module/components/accordion/AccordionItemRefBase.js.map +1 -0
  272. package/lib/module/components/accordion/_Header.js +4 -2
  273. package/lib/module/components/accordion/_Header.js.map +1 -1
  274. package/lib/module/components/accordion/_Item.js +11 -9
  275. package/lib/module/components/accordion/_Item.js.map +1 -1
  276. package/lib/module/components/accordion/_motion.js.map +1 -1
  277. package/lib/module/components/accordion/index.js +0 -6
  278. package/lib/module/components/accordion/index.js.map +1 -1
  279. package/lib/module/components/box/Box.js +6 -0
  280. package/lib/module/components/box/Box.js.map +1 -1
  281. package/lib/module/components/button/base/Base.js +5 -14
  282. package/lib/module/components/button/base/Base.js.map +1 -1
  283. package/lib/module/components/button/ghost/Ghost.js +1 -16
  284. package/lib/module/components/button/ghost/Ghost.js.map +1 -1
  285. package/lib/module/components/checkbox/Checkbox.js +1 -1
  286. package/lib/module/components/checkbox/Checkbox.js.map +1 -1
  287. package/lib/module/components/checkbox/CheckboxRefBase.js +4 -0
  288. package/lib/module/components/checkbox/CheckboxRefBase.js.map +1 -0
  289. package/lib/module/components/checkbox/index.js +0 -2
  290. package/lib/module/components/checkbox/index.js.map +1 -1
  291. package/lib/module/components/checkbox-input/CheckboxInput.js +2 -2
  292. package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
  293. package/lib/module/components/checkbox-input/CheckboxInputRefBase.js +4 -0
  294. package/lib/module/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
  295. package/lib/module/components/checkbox-input/index.js +0 -4
  296. package/lib/module/components/checkbox-input/index.js.map +1 -1
  297. package/lib/module/components/collapsible/Collapsible.js +26 -33
  298. package/lib/module/components/collapsible/Collapsible.js.map +1 -1
  299. package/lib/module/components/collapsible/CollapsibleRefBase.js +2 -0
  300. package/lib/module/components/collapsible/CollapsibleRefBase.js.map +1 -0
  301. package/lib/module/components/collapsible/index.js +0 -2
  302. package/lib/module/components/collapsible/index.js.map +1 -1
  303. package/lib/module/components/index.js +10 -1
  304. package/lib/module/components/index.js.map +1 -1
  305. package/lib/module/components/radio-button/RadioButton.js +1 -1
  306. package/lib/module/components/radio-button/RadioButton.js.map +1 -1
  307. package/lib/module/components/radio-button/RadioButtonRefBase.js +4 -0
  308. package/lib/module/components/radio-button/RadioButtonRefBase.js.map +1 -0
  309. package/lib/module/components/radio-button/index.js +0 -2
  310. package/lib/module/components/radio-button/index.js.map +1 -1
  311. package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
  312. package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
  313. package/lib/module/components/radio-button-input/index.js +0 -3
  314. package/lib/module/components/radio-button-input/index.js.map +1 -1
  315. package/lib/module/components/scroll-view/ScrollView.js +30 -0
  316. package/lib/module/components/scroll-view/ScrollView.js.map +1 -0
  317. package/lib/module/components/scroll-view/ScrollViewProps.js +4 -0
  318. package/lib/module/components/scroll-view/ScrollViewProps.js.map +1 -0
  319. package/lib/module/components/scroll-view/index.js +4 -0
  320. package/lib/module/components/scroll-view/index.js.map +1 -0
  321. package/lib/module/components/switch/Switch.js +3 -2
  322. package/lib/module/components/switch/Switch.js.map +1 -1
  323. package/lib/module/components/switch/SwitchRefBase.js +2 -0
  324. package/lib/{commonjs/components/collapsible/_RefBase.js.map → module/components/switch/SwitchRefBase.js.map} +1 -1
  325. package/lib/module/components/switch/index.js +0 -4
  326. package/lib/module/components/switch/index.js.map +1 -1
  327. package/lib/module/components/table/Table.js +15 -10
  328. package/lib/module/components/table/Table.js.map +1 -1
  329. package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js +76 -0
  330. package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
  331. package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js +4 -0
  332. package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
  333. package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js +4 -0
  334. package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
  335. package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
  336. package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
  337. package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js +7 -0
  338. package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
  339. package/lib/module/components/table-batch-action-bar/index.js +4 -0
  340. package/lib/module/components/table-batch-action-bar/index.js.map +1 -0
  341. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js +33 -0
  342. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
  343. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +4 -0
  344. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
  345. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +4 -0
  346. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
  347. package/lib/module/components/table-batch-action-bar-button/index.js +4 -0
  348. package/lib/module/components/table-batch-action-bar-button/index.js.map +1 -0
  349. package/lib/module/components/table-cell/TableCell.js +4 -2
  350. package/lib/module/components/table-cell/TableCell.js.map +1 -1
  351. package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js +87 -0
  352. package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
  353. package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +4 -0
  354. package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
  355. package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js +4 -0
  356. package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
  357. package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js +4 -0
  358. package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
  359. package/lib/module/components/table-cell-checkbox/index.js +4 -0
  360. package/lib/module/components/table-cell-checkbox/index.js.map +1 -0
  361. package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js +4 -4
  362. package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
  363. package/lib/module/components/table-cell-text/TableCellText.js +5 -7
  364. package/lib/module/components/table-cell-text/TableCellText.js.map +1 -1
  365. package/lib/module/components/table-header/TableHeader.js +48 -0
  366. package/lib/module/components/table-header/TableHeader.js.map +1 -0
  367. package/lib/module/components/table-header/TableHeaderProps.js +4 -0
  368. package/lib/module/components/table-header/TableHeaderProps.js.map +1 -0
  369. package/lib/module/components/table-header/TableHeaderRef.js +4 -0
  370. package/lib/module/components/table-header/TableHeaderRef.js.map +1 -0
  371. package/lib/module/components/table-header/index.js +4 -0
  372. package/lib/module/components/table-header/index.js.map +1 -0
  373. package/lib/module/components/table-row/TableRow.js +51 -32
  374. package/lib/module/components/table-row/TableRow.js.map +1 -1
  375. package/lib/module/components/table-row/_TableRowContext.js +5 -1
  376. package/lib/module/components/table-row/_TableRowContext.js.map +1 -1
  377. package/lib/module/components/table-row/_TableRowContextProvider.js +23 -0
  378. package/lib/module/components/table-row/_TableRowContextProvider.js.map +1 -0
  379. package/lib/module/components/table-row/_style-sheet-height.js +3 -0
  380. package/lib/module/components/table-row/_style-sheet-height.js.map +1 -1
  381. package/lib/module/components/table-row-collapsible/TableRowCollapsible.js +207 -0
  382. package/lib/module/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
  383. package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js +4 -0
  384. package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
  385. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js +4 -0
  386. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
  387. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js +4 -0
  388. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
  389. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +72 -0
  390. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
  391. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +4 -0
  392. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
  393. package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js +4 -0
  394. package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
  395. package/lib/module/components/table-row-collapsible/index.js +4 -0
  396. package/lib/module/components/table-row-collapsible/index.js.map +1 -0
  397. package/lib/module/components/table-toolbar/TableToolbar.js +79 -0
  398. package/lib/module/components/table-toolbar/TableToolbar.js.map +1 -0
  399. package/lib/module/components/table-toolbar/TableToolbarProps.js +4 -0
  400. package/lib/module/components/table-toolbar/TableToolbarProps.js.map +1 -0
  401. package/lib/module/components/table-toolbar/TableToolbarRef.js +4 -0
  402. package/lib/module/components/table-toolbar/TableToolbarRef.js.map +1 -0
  403. package/lib/module/components/table-toolbar/TableToolbarSize.js +2 -0
  404. package/lib/module/components/table-toolbar/TableToolbarSize.js.map +1 -0
  405. package/lib/module/components/table-toolbar/_TableToolbarContext.js +7 -0
  406. package/lib/module/components/table-toolbar/_TableToolbarContext.js.map +1 -0
  407. package/lib/module/components/table-toolbar/index.js +4 -0
  408. package/lib/module/components/table-toolbar/index.js.map +1 -0
  409. package/lib/module/components/table-toolbar-button/_useSize.js +13 -0
  410. package/lib/module/components/table-toolbar-button/_useSize.js.map +1 -0
  411. package/lib/module/components/table-toolbar-button/ghost/Ghost.js +18 -0
  412. package/lib/module/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
  413. package/lib/module/components/table-toolbar-button/ghost/GhostProps.js +4 -0
  414. package/lib/module/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
  415. package/lib/module/components/table-toolbar-button/ghost/GhostRef.js +4 -0
  416. package/lib/module/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
  417. package/lib/module/components/table-toolbar-button/ghost/index.js +4 -0
  418. package/lib/module/components/table-toolbar-button/ghost/index.js.map +1 -0
  419. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js +18 -0
  420. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
  421. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js +4 -0
  422. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
  423. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js +4 -0
  424. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
  425. package/lib/module/components/table-toolbar-button/ghost-icon/index.js +4 -0
  426. package/lib/module/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
  427. package/lib/module/components/table-toolbar-button/index.js +6 -0
  428. package/lib/module/components/table-toolbar-button/index.js.map +1 -0
  429. package/lib/module/components/table-toolbar-button/primary/Primary.js +18 -0
  430. package/lib/module/components/table-toolbar-button/primary/Primary.js.map +1 -0
  431. package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js +4 -0
  432. package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
  433. package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js +4 -0
  434. package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
  435. package/lib/module/components/table-toolbar-button/primary/index.js +4 -0
  436. package/lib/module/components/table-toolbar-button/primary/index.js.map +1 -0
  437. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js +56 -0
  438. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
  439. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +4 -0
  440. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
  441. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +4 -0
  442. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
  443. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
  444. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
  445. package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
  446. package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
  447. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +19 -0
  448. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
  449. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +4 -0
  450. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
  451. package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js +4 -0
  452. package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
  453. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +25 -0
  454. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
  455. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +4 -0
  456. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
  457. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +4 -0
  458. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
  459. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js +4 -0
  460. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
  461. package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js +81 -0
  462. package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
  463. package/lib/module/components/table-toolbar-switcher/index.js +4 -0
  464. package/lib/module/components/table-toolbar-switcher/index.js.map +1 -0
  465. package/lib/module/components/toggle/base/BaseRefBase.js +4 -0
  466. package/lib/module/components/toggle/base/BaseRefBase.js.map +1 -0
  467. package/lib/module/components/toggle/base/index.js +0 -2
  468. package/lib/module/components/toggle/base/index.js.map +1 -1
  469. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
  470. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
  471. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
  472. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
  473. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
  474. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
  475. package/lib/typescript/commonjs/_internal/components/index.d.ts +2 -0
  476. package/lib/typescript/commonjs/_internal/components/index.d.ts.map +1 -0
  477. package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
  478. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  479. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
  480. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  481. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
  482. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
  483. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  484. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
  485. package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts +3 -0
  486. package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts.map +1 -1
  487. package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts +1 -0
  488. package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts.map +1 -1
  489. package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts +63 -0
  490. package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts.map +1 -1
  491. package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts +19 -0
  492. package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts.map +1 -0
  493. package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts +3 -0
  494. package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
  495. package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts +1 -0
  496. package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts.map +1 -1
  497. package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts +63 -0
  498. package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
  499. package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts +19 -0
  500. package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
  501. package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts +2 -2
  502. package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts.map +1 -1
  503. package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts +11 -0
  504. package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
  505. package/lib/typescript/commonjs/components/accordion/_Header.d.ts.map +1 -1
  506. package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
  507. package/lib/typescript/commonjs/components/accordion/_context.d.ts +1 -1
  508. package/lib/typescript/commonjs/components/accordion/_context.d.ts.map +1 -1
  509. package/lib/typescript/commonjs/components/accordion/_motion.d.ts +9 -2
  510. package/lib/typescript/commonjs/components/accordion/_motion.d.ts.map +1 -1
  511. package/lib/typescript/commonjs/components/accordion/index.d.ts +7 -6
  512. package/lib/typescript/commonjs/components/accordion/index.d.ts.map +1 -1
  513. package/lib/typescript/commonjs/components/box/Box.d.ts +6 -0
  514. package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -1
  515. package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
  516. package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
  517. package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts +2 -2
  518. package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts.map +1 -1
  519. package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts +5 -0
  520. package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
  521. package/lib/typescript/commonjs/components/checkbox/index.d.ts +3 -2
  522. package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
  523. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  524. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
  525. package/lib/typescript/{module/components/checkbox-input/_RefBase.d.ts → commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
  526. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
  527. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +5 -4
  528. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
  529. package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
  530. package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts +1 -2
  531. package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts.map +1 -1
  532. package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts +2 -2
  533. package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts.map +1 -1
  534. package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts +9 -0
  535. package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
  536. package/lib/typescript/commonjs/components/collapsible/index.d.ts +3 -2
  537. package/lib/typescript/commonjs/components/collapsible/index.d.ts.map +1 -1
  538. package/lib/typescript/commonjs/components/index.d.ts +10 -1
  539. package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
  540. package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts +2 -2
  541. package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts.map +1 -1
  542. package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts +4 -0
  543. package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
  544. package/lib/typescript/commonjs/components/radio-button/index.d.ts +3 -2
  545. package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
  546. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  547. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
  548. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
  549. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
  550. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts +4 -3
  551. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
  552. package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts +9 -0
  553. package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts.map +1 -0
  554. package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts +4 -0
  555. package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
  556. package/lib/typescript/commonjs/components/scroll-view/index.d.ts +3 -0
  557. package/lib/typescript/commonjs/components/scroll-view/index.d.ts.map +1 -0
  558. package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
  559. package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts +2 -2
  560. package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts.map +1 -1
  561. package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts +11 -0
  562. package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts.map +1 -0
  563. package/lib/typescript/commonjs/components/switch/index.d.ts +5 -4
  564. package/lib/typescript/commonjs/components/switch/index.d.ts.map +1 -1
  565. package/lib/typescript/commonjs/components/table/Table.d.ts.map +1 -1
  566. package/lib/typescript/commonjs/components/table/TableProps.d.ts +15 -0
  567. package/lib/typescript/commonjs/components/table/TableProps.d.ts.map +1 -1
  568. package/lib/typescript/commonjs/components/table/TableRef.d.ts +2 -2
  569. package/lib/typescript/commonjs/components/table/TableRef.d.ts.map +1 -1
  570. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
  571. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
  572. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
  573. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
  574. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
  575. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
  576. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
  577. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
  578. package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
  579. package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
  580. package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts +5 -0
  581. package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts.map +1 -0
  582. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
  583. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
  584. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
  585. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
  586. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
  587. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
  588. package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts +4 -0
  589. package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts.map +1 -0
  590. package/lib/typescript/commonjs/components/table-cell/TableCell.d.ts.map +1 -1
  591. package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts +5 -0
  592. package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts.map +1 -1
  593. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
  594. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
  595. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
  596. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
  597. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
  598. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
  599. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
  600. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
  601. package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts +5 -0
  602. package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts.map +1 -0
  603. package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
  604. package/lib/typescript/commonjs/components/table-cell-text/TableCellText.d.ts.map +1 -1
  605. package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts +4 -0
  606. package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts.map +1 -0
  607. package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts +9 -0
  608. package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts.map +1 -0
  609. package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts +4 -0
  610. package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts.map +1 -0
  611. package/lib/typescript/commonjs/components/table-header/index.d.ts +4 -0
  612. package/lib/typescript/commonjs/components/table-header/index.d.ts.map +1 -0
  613. package/lib/typescript/commonjs/components/table-row/TableRow.d.ts.map +1 -1
  614. package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts +1 -1
  615. package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
  616. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +10 -1
  617. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -1
  618. package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts +3 -1
  619. package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts.map +1 -1
  620. package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts +8 -0
  621. package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
  622. package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts +3 -0
  623. package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts.map +1 -1
  624. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
  625. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
  626. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
  627. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
  628. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
  629. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
  630. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
  631. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
  632. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
  633. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
  634. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
  635. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
  636. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
  637. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
  638. package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts +4 -0
  639. package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts.map +1 -0
  640. package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts +4 -0
  641. package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts.map +1 -0
  642. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts +22 -0
  643. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
  644. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts +4 -0
  645. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
  646. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts +2 -0
  647. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
  648. package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
  649. package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
  650. package/lib/typescript/commonjs/components/table-toolbar/index.d.ts +5 -0
  651. package/lib/typescript/commonjs/components/table-toolbar/index.d.ts.map +1 -0
  652. package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts +3 -0
  653. package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts.map +1 -0
  654. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
  655. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
  656. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
  657. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
  658. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
  659. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
  660. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts +4 -0
  661. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
  662. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
  663. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
  664. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
  665. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
  666. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
  667. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
  668. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
  669. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
  670. package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts +4 -0
  671. package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts.map +1 -0
  672. package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts +4 -0
  673. package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
  674. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
  675. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
  676. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
  677. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
  678. package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts +4 -0
  679. package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts.map +1 -0
  680. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
  681. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
  682. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
  683. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
  684. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
  685. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
  686. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
  687. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
  688. package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
  689. package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
  690. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
  691. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
  692. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
  693. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
  694. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
  695. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
  696. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
  697. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
  698. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
  699. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
  700. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
  701. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
  702. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
  703. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
  704. package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
  705. package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
  706. package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts +5 -0
  707. package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts.map +1 -0
  708. package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts +2 -2
  709. package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts.map +1 -1
  710. package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts +4 -0
  711. package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts.map +1 -0
  712. package/lib/typescript/commonjs/components/toggle/base/index.d.ts +3 -2
  713. package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
  714. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
  715. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
  716. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
  717. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
  718. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
  719. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
  720. package/lib/typescript/module/_internal/components/index.d.ts +2 -0
  721. package/lib/typescript/module/_internal/components/index.d.ts.map +1 -0
  722. package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
  723. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  724. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
  725. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  726. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
  727. package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
  728. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  729. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
  730. package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts +3 -0
  731. package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts.map +1 -1
  732. package/lib/typescript/module/carbon-style-sheet/g/index.d.ts +1 -0
  733. package/lib/typescript/module/carbon-style-sheet/g/index.d.ts.map +1 -1
  734. package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts +63 -0
  735. package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts.map +1 -1
  736. package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts +19 -0
  737. package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts.map +1 -0
  738. package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts +3 -0
  739. package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
  740. package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts +1 -0
  741. package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts.map +1 -1
  742. package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts +63 -0
  743. package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
  744. package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts +19 -0
  745. package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
  746. package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts +2 -2
  747. package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts.map +1 -1
  748. package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts +11 -0
  749. package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
  750. package/lib/typescript/module/components/accordion/_Header.d.ts.map +1 -1
  751. package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
  752. package/lib/typescript/module/components/accordion/_context.d.ts +1 -1
  753. package/lib/typescript/module/components/accordion/_context.d.ts.map +1 -1
  754. package/lib/typescript/module/components/accordion/_motion.d.ts +9 -2
  755. package/lib/typescript/module/components/accordion/_motion.d.ts.map +1 -1
  756. package/lib/typescript/module/components/accordion/index.d.ts +7 -6
  757. package/lib/typescript/module/components/accordion/index.d.ts.map +1 -1
  758. package/lib/typescript/module/components/box/Box.d.ts +6 -0
  759. package/lib/typescript/module/components/box/Box.d.ts.map +1 -1
  760. package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
  761. package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
  762. package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts +2 -2
  763. package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts.map +1 -1
  764. package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts +5 -0
  765. package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
  766. package/lib/typescript/module/components/checkbox/index.d.ts +3 -2
  767. package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
  768. package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  769. package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
  770. package/lib/typescript/{commonjs/components/checkbox-input/_RefBase.d.ts → module/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
  771. package/lib/typescript/module/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
  772. package/lib/typescript/module/components/checkbox-input/index.d.ts +5 -4
  773. package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
  774. package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
  775. package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts +1 -2
  776. package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts.map +1 -1
  777. package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts +2 -2
  778. package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts.map +1 -1
  779. package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts +9 -0
  780. package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
  781. package/lib/typescript/module/components/collapsible/index.d.ts +3 -2
  782. package/lib/typescript/module/components/collapsible/index.d.ts.map +1 -1
  783. package/lib/typescript/module/components/index.d.ts +10 -1
  784. package/lib/typescript/module/components/index.d.ts.map +1 -1
  785. package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts +2 -2
  786. package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts.map +1 -1
  787. package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts +4 -0
  788. package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
  789. package/lib/typescript/module/components/radio-button/index.d.ts +3 -2
  790. package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
  791. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  792. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
  793. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
  794. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
  795. package/lib/typescript/module/components/radio-button-input/index.d.ts +4 -3
  796. package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
  797. package/lib/typescript/module/components/scroll-view/ScrollView.d.ts +9 -0
  798. package/lib/typescript/module/components/scroll-view/ScrollView.d.ts.map +1 -0
  799. package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts +4 -0
  800. package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
  801. package/lib/typescript/module/components/scroll-view/index.d.ts +3 -0
  802. package/lib/typescript/module/components/scroll-view/index.d.ts.map +1 -0
  803. package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
  804. package/lib/typescript/module/components/switch/SwitchRef.d.ts +2 -2
  805. package/lib/typescript/module/components/switch/SwitchRef.d.ts.map +1 -1
  806. package/lib/typescript/module/components/switch/SwitchRefBase.d.ts +11 -0
  807. package/lib/typescript/module/components/switch/SwitchRefBase.d.ts.map +1 -0
  808. package/lib/typescript/module/components/switch/index.d.ts +5 -4
  809. package/lib/typescript/module/components/switch/index.d.ts.map +1 -1
  810. package/lib/typescript/module/components/table/Table.d.ts.map +1 -1
  811. package/lib/typescript/module/components/table/TableProps.d.ts +15 -0
  812. package/lib/typescript/module/components/table/TableProps.d.ts.map +1 -1
  813. package/lib/typescript/module/components/table/TableRef.d.ts +2 -2
  814. package/lib/typescript/module/components/table/TableRef.d.ts.map +1 -1
  815. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
  816. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
  817. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
  818. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
  819. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
  820. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
  821. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
  822. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
  823. package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
  824. package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
  825. package/lib/typescript/module/components/table-batch-action-bar/index.d.ts +5 -0
  826. package/lib/typescript/module/components/table-batch-action-bar/index.d.ts.map +1 -0
  827. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
  828. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
  829. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
  830. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
  831. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
  832. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
  833. package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts +4 -0
  834. package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts.map +1 -0
  835. package/lib/typescript/module/components/table-cell/TableCell.d.ts.map +1 -1
  836. package/lib/typescript/module/components/table-cell/TableCellProps.d.ts +5 -0
  837. package/lib/typescript/module/components/table-cell/TableCellProps.d.ts.map +1 -1
  838. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
  839. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
  840. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
  841. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
  842. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
  843. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
  844. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
  845. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
  846. package/lib/typescript/module/components/table-cell-checkbox/index.d.ts +5 -0
  847. package/lib/typescript/module/components/table-cell-checkbox/index.d.ts.map +1 -0
  848. package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
  849. package/lib/typescript/module/components/table-cell-text/TableCellText.d.ts.map +1 -1
  850. package/lib/typescript/module/components/table-header/TableHeader.d.ts +4 -0
  851. package/lib/typescript/module/components/table-header/TableHeader.d.ts.map +1 -0
  852. package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts +9 -0
  853. package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts.map +1 -0
  854. package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts +4 -0
  855. package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts.map +1 -0
  856. package/lib/typescript/module/components/table-header/index.d.ts +4 -0
  857. package/lib/typescript/module/components/table-header/index.d.ts.map +1 -0
  858. package/lib/typescript/module/components/table-row/TableRow.d.ts.map +1 -1
  859. package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts +1 -1
  860. package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
  861. package/lib/typescript/module/components/table-row/TableRowProps.d.ts +10 -1
  862. package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -1
  863. package/lib/typescript/module/components/table-row/_TableRowContext.d.ts +3 -1
  864. package/lib/typescript/module/components/table-row/_TableRowContext.d.ts.map +1 -1
  865. package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts +8 -0
  866. package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
  867. package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts +3 -0
  868. package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts.map +1 -1
  869. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
  870. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
  871. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
  872. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
  873. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
  874. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
  875. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
  876. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
  877. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
  878. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
  879. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
  880. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
  881. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
  882. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
  883. package/lib/typescript/module/components/table-row-collapsible/index.d.ts +4 -0
  884. package/lib/typescript/module/components/table-row-collapsible/index.d.ts.map +1 -0
  885. package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts +4 -0
  886. package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts.map +1 -0
  887. package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts +22 -0
  888. package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
  889. package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts +4 -0
  890. package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
  891. package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts +2 -0
  892. package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
  893. package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
  894. package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
  895. package/lib/typescript/module/components/table-toolbar/index.d.ts +5 -0
  896. package/lib/typescript/module/components/table-toolbar/index.d.ts.map +1 -0
  897. package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts +3 -0
  898. package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts.map +1 -0
  899. package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
  900. package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
  901. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
  902. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
  903. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
  904. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
  905. package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts +4 -0
  906. package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
  907. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
  908. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
  909. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
  910. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
  911. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
  912. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
  913. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
  914. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
  915. package/lib/typescript/module/components/table-toolbar-button/index.d.ts +4 -0
  916. package/lib/typescript/module/components/table-toolbar-button/index.d.ts.map +1 -0
  917. package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts +4 -0
  918. package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
  919. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
  920. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
  921. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
  922. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
  923. package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts +4 -0
  924. package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts.map +1 -0
  925. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
  926. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
  927. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
  928. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
  929. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
  930. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
  931. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
  932. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
  933. package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
  934. package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
  935. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
  936. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
  937. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
  938. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
  939. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
  940. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
  941. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
  942. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
  943. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
  944. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
  945. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
  946. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
  947. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
  948. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
  949. package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
  950. package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
  951. package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts +5 -0
  952. package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts.map +1 -0
  953. package/lib/typescript/module/components/toggle/base/BaseRef.d.ts +2 -2
  954. package/lib/typescript/module/components/toggle/base/BaseRef.d.ts.map +1 -1
  955. package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts +4 -0
  956. package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts.map +1 -0
  957. package/lib/typescript/module/components/toggle/base/index.d.ts +3 -2
  958. package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
  959. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  960. package/package.json +1 -1
  961. package/src/{components/accordion/_chevron/Chevron.tsx → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.tsx} +35 -11
  962. package/src/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.ts +14 -0
  963. package/src/_internal/components/animated-collapsible-chevron/index.ts +2 -0
  964. package/src/_internal/components/index.ts +1 -0
  965. package/src/_internal/contexts/global-config/GlobalConfigContext.ts +5 -1
  966. package/src/_internal/providers/global-config/GlobalConfigProvider.tsx +14 -4
  967. package/src/_internal/providers/global-config/GlobalConfigProviderProps.ts +1 -1
  968. package/src/carbon-react-native/CarbonReactNative.tsx +8 -8
  969. package/src/carbon-react-native/CarbonReactNativeProps.ts +1 -1
  970. package/src/carbon-style-sheet/color.ts +1 -1
  971. package/src/carbon-style-sheet/g/flex.ts +6 -0
  972. package/src/carbon-style-sheet/g/font.ts +1 -1
  973. package/src/carbon-style-sheet/g/index.ts +1 -0
  974. package/src/carbon-style-sheet/g/spacing.ts +106 -1
  975. package/src/carbon-style-sheet/g/typography.ts +1 -1
  976. package/src/carbon-style-sheet/g/visibility.ts +32 -0
  977. package/src/carbon-style-sheet/g-object/flex.ts +4 -0
  978. package/src/carbon-style-sheet/g-object/font.ts +1 -1
  979. package/src/carbon-style-sheet/g-object/index.ts +1 -0
  980. package/src/carbon-style-sheet/g-object/spacing.ts +85 -1
  981. package/src/carbon-style-sheet/g-object/typography.ts +1 -1
  982. package/src/carbon-style-sheet/g-object/visibility.ts +23 -0
  983. package/src/components/accordion/AccordionItemRef.ts +3 -3
  984. package/src/components/accordion/AccordionItemRefBase.ts +10 -0
  985. package/src/components/accordion/_Header.tsx +8 -3
  986. package/src/components/accordion/_Item.tsx +19 -16
  987. package/src/components/accordion/_context.ts +1 -1
  988. package/src/components/accordion/_motion.ts +2 -2
  989. package/src/components/accordion/index.ts +7 -6
  990. package/src/components/box/Box.tsx +6 -0
  991. package/src/components/button/base/Base.tsx +6 -17
  992. package/src/components/button/ghost/Ghost.tsx +3 -23
  993. package/src/components/checkbox/Checkbox.tsx +4 -5
  994. package/src/components/checkbox/CheckboxRef.ts +3 -3
  995. package/src/components/checkbox/CheckboxRefBase.ts +7 -0
  996. package/src/components/checkbox/index.ts +3 -2
  997. package/src/components/checkbox-input/CheckboxInput.tsx +7 -7
  998. package/src/components/checkbox-input/CheckboxInputRef.ts +3 -4
  999. package/src/components/checkbox-input/{_RefBase.ts → CheckboxInputRefBase.ts} +5 -2
  1000. package/src/components/checkbox-input/index.ts +5 -4
  1001. package/src/components/collapsible/Collapsible.tsx +23 -40
  1002. package/src/components/collapsible/CollapsibleProps.ts +1 -2
  1003. package/src/components/collapsible/CollapsibleRef.ts +3 -3
  1004. package/src/components/collapsible/CollapsibleRefBase.ts +8 -0
  1005. package/src/components/collapsible/index.ts +3 -2
  1006. package/src/components/index.ts +10 -0
  1007. package/src/components/radio-button/RadioButton.tsx +4 -4
  1008. package/src/components/radio-button/RadioButtonRef.ts +3 -3
  1009. package/src/components/radio-button/RadioButtonRefBase.ts +6 -0
  1010. package/src/components/radio-button/index.ts +3 -2
  1011. package/src/components/radio-button-input/RadioButtonInput.tsx +3 -3
  1012. package/src/components/radio-button-input/RadioButtonInputRef.ts +3 -3
  1013. package/src/components/radio-button-input/RadioButtonInputRefBase.ts +10 -0
  1014. package/src/components/radio-button-input/index.ts +4 -3
  1015. package/src/components/scroll-view/ScrollView.tsx +62 -0
  1016. package/src/components/scroll-view/ScrollViewProps.ts +6 -0
  1017. package/src/components/scroll-view/index.ts +2 -0
  1018. package/src/components/switch/Switch.tsx +8 -7
  1019. package/src/components/switch/SwitchRef.ts +3 -3
  1020. package/src/components/switch/SwitchRefBase.ts +10 -0
  1021. package/src/components/switch/index.ts +5 -4
  1022. package/src/components/table/Table.tsx +18 -7
  1023. package/src/components/table/TableProps.ts +24 -0
  1024. package/src/components/table/TableRef.ts +3 -3
  1025. package/src/components/table-batch-action-bar/TableBatchActionBar.tsx +156 -0
  1026. package/src/components/table-batch-action-bar/TableBatchActionBarProps.ts +42 -0
  1027. package/src/components/table-batch-action-bar/TableBatchActionBarRef.ts +6 -0
  1028. package/src/components/table-batch-action-bar/TableBatchActionBarSize.ts +3 -0
  1029. package/src/components/table-batch-action-bar/_TableBatchActionBarContext.ts +15 -0
  1030. package/src/components/table-batch-action-bar/index.ts +4 -0
  1031. package/src/components/table-batch-action-bar-button/TableBatchActionBarButton.tsx +74 -0
  1032. package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts +6 -0
  1033. package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts +6 -0
  1034. package/src/components/table-batch-action-bar-button/index.ts +3 -0
  1035. package/src/components/table-cell/TableCell.tsx +3 -0
  1036. package/src/components/table-cell/TableCellProps.ts +5 -0
  1037. package/src/components/table-cell-checkbox/TableCellCheckbox.tsx +168 -0
  1038. package/src/components/table-cell-checkbox/TableCellCheckboxInteractiveState.ts +13 -0
  1039. package/src/components/table-cell-checkbox/TableCellCheckboxProps.ts +26 -0
  1040. package/src/components/table-cell-checkbox/TableCellCheckboxRef.ts +10 -0
  1041. package/src/components/table-cell-checkbox/index.ts +4 -0
  1042. package/src/components/table-cell-header/_sort-icon/SortIcon.tsx +4 -3
  1043. package/src/components/table-cell-text/TableCellText.tsx +7 -8
  1044. package/src/components/table-header/TableHeader.tsx +110 -0
  1045. package/src/components/table-header/TableHeaderProps.ts +22 -0
  1046. package/src/components/table-header/TableHeaderRef.ts +6 -0
  1047. package/src/components/table-header/index.ts +3 -0
  1048. package/src/components/table-row/TableRow.tsx +100 -55
  1049. package/src/components/table-row/TableRowInteractiveState.ts +0 -1
  1050. package/src/components/table-row/TableRowProps.ts +10 -1
  1051. package/src/components/table-row/_TableRowContext.ts +7 -1
  1052. package/src/components/table-row/_TableRowContextProvider.tsx +38 -0
  1053. package/src/components/table-row/_style-sheet-height.ts +3 -0
  1054. package/src/components/table-row-collapsible/TableRowCollapsible.tsx +415 -0
  1055. package/src/components/table-row-collapsible/TableRowCollapsibleProps.ts +44 -0
  1056. package/src/components/table-row-collapsible/TableRowCollapsibleRef.ts +10 -0
  1057. package/src/components/table-row-collapsible/TableRowCollapsibleRefBase.ts +10 -0
  1058. package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.tsx +140 -0
  1059. package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.ts +13 -0
  1060. package/src/components/table-row-collapsible/_table-cell-chevron/index.ts +2 -0
  1061. package/src/components/table-row-collapsible/index.ts +3 -0
  1062. package/src/components/table-toolbar/TableToolbar.tsx +165 -0
  1063. package/src/components/table-toolbar/TableToolbarProps.ts +27 -0
  1064. package/src/components/table-toolbar/TableToolbarRef.ts +6 -0
  1065. package/src/components/table-toolbar/TableToolbarSize.ts +3 -0
  1066. package/src/components/table-toolbar/_TableToolbarContext.ts +15 -0
  1067. package/src/components/table-toolbar/index.ts +4 -0
  1068. package/src/components/table-toolbar-button/_useSize.tsx +28 -0
  1069. package/src/components/table-toolbar-button/ghost/Ghost.tsx +43 -0
  1070. package/src/components/table-toolbar-button/ghost/GhostProps.ts +6 -0
  1071. package/src/components/table-toolbar-button/ghost/GhostRef.ts +6 -0
  1072. package/src/components/table-toolbar-button/ghost/index.ts +3 -0
  1073. package/src/components/table-toolbar-button/ghost-icon/GhostIcon.tsx +43 -0
  1074. package/src/components/table-toolbar-button/ghost-icon/GhostIconProps.ts +6 -0
  1075. package/src/components/table-toolbar-button/ghost-icon/GhostIconRef.ts +6 -0
  1076. package/src/components/table-toolbar-button/ghost-icon/index.ts +3 -0
  1077. package/src/components/table-toolbar-button/index.ts +3 -0
  1078. package/src/components/table-toolbar-button/primary/Primary.tsx +43 -0
  1079. package/src/components/table-toolbar-button/primary/PrimaryProps.ts +6 -0
  1080. package/src/components/table-toolbar-button/primary/PrimaryRef.ts +6 -0
  1081. package/src/components/table-toolbar-button/primary/index.ts +3 -0
  1082. package/src/components/table-toolbar-switcher/TableToolbarSwitcher.tsx +110 -0
  1083. package/src/components/table-toolbar-switcher/TableToolbarSwitcherProps.ts +18 -0
  1084. package/src/components/table-toolbar-switcher/TableToolbarSwitcherRef.ts +10 -0
  1085. package/src/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts +16 -0
  1086. package/src/components/table-toolbar-switcher/_AnimatedContentProps.ts +3 -0
  1087. package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.tsx +33 -0
  1088. package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.ts +10 -0
  1089. package/src/components/table-toolbar-switcher/_animated-next-content/index.ts +2 -0
  1090. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.tsx +59 -0
  1091. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.ts +10 -0
  1092. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.ts +6 -0
  1093. package/src/components/table-toolbar-switcher/_animated-toolbar/index.ts +3 -0
  1094. package/src/components/table-toolbar-switcher/_useAnimatedContent.tsx +179 -0
  1095. package/src/components/table-toolbar-switcher/index.ts +4 -0
  1096. package/src/components/toggle/base/Base.tsx +3 -3
  1097. package/src/components/toggle/base/BaseRef.ts +3 -3
  1098. package/src/components/toggle/base/BaseRefBase.ts +7 -0
  1099. package/src/components/toggle/base/index.ts +3 -2
  1100. package/lib/commonjs/components/accordion/_ItemRefBase.js +0 -2
  1101. package/lib/commonjs/components/accordion/_ItemRefBase.js.map +0 -1
  1102. package/lib/commonjs/components/accordion/_chevron/Chevron.js.map +0 -1
  1103. package/lib/commonjs/components/accordion/_chevron/ChevronProps.js.map +0 -1
  1104. package/lib/commonjs/components/accordion/_chevron/index.js.map +0 -1
  1105. package/lib/commonjs/components/checkbox/_RefBase.js.map +0 -1
  1106. package/lib/commonjs/components/checkbox-input/_RefBase.js.map +0 -1
  1107. package/lib/commonjs/components/collapsible/_RefBase.js +0 -2
  1108. package/lib/commonjs/components/radio-button/_RefBase.js.map +0 -1
  1109. package/lib/commonjs/components/radio-button-input/_RefBase.js +0 -2
  1110. package/lib/commonjs/components/switch/_RefBase.js +0 -2
  1111. package/lib/commonjs/components/switch/_RefBase.js.map +0 -1
  1112. package/lib/commonjs/components/toggle/base/_RefBase.js.map +0 -1
  1113. package/lib/module/components/accordion/_ItemRefBase.js +0 -2
  1114. package/lib/module/components/accordion/_ItemRefBase.js.map +0 -1
  1115. package/lib/module/components/accordion/_chevron/Chevron.js.map +0 -1
  1116. package/lib/module/components/accordion/_chevron/ChevronProps.js +0 -4
  1117. package/lib/module/components/accordion/_chevron/ChevronProps.js.map +0 -1
  1118. package/lib/module/components/accordion/_chevron/index.js +0 -4
  1119. package/lib/module/components/accordion/_chevron/index.js.map +0 -1
  1120. package/lib/module/components/checkbox/_RefBase.js +0 -4
  1121. package/lib/module/components/checkbox/_RefBase.js.map +0 -1
  1122. package/lib/module/components/checkbox-input/_RefBase.js +0 -4
  1123. package/lib/module/components/checkbox-input/_RefBase.js.map +0 -1
  1124. package/lib/module/components/collapsible/_RefBase.js +0 -2
  1125. package/lib/module/components/radio-button/_RefBase.js +0 -4
  1126. package/lib/module/components/radio-button/_RefBase.js.map +0 -1
  1127. package/lib/module/components/radio-button-input/_RefBase.js +0 -2
  1128. package/lib/module/components/switch/_RefBase.js +0 -2
  1129. package/lib/module/components/switch/_RefBase.js.map +0 -1
  1130. package/lib/module/components/toggle/base/_RefBase.js +0 -4
  1131. package/lib/module/components/toggle/base/_RefBase.js.map +0 -1
  1132. package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts +0 -8
  1133. package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts.map +0 -1
  1134. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts +0 -3
  1135. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts.map +0 -1
  1136. package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts +0 -8
  1137. package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
  1138. package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts +0 -3
  1139. package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts.map +0 -1
  1140. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +0 -9
  1141. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +0 -1
  1142. package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +0 -1
  1143. package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts +0 -7
  1144. package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts.map +0 -1
  1145. package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts +0 -9
  1146. package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts.map +0 -1
  1147. package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts +0 -8
  1148. package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts.map +0 -1
  1149. package/lib/typescript/commonjs/components/switch/_RefBase.d.ts +0 -8
  1150. package/lib/typescript/commonjs/components/switch/_RefBase.d.ts.map +0 -1
  1151. package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts +0 -9
  1152. package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts.map +0 -1
  1153. package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts +0 -8
  1154. package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts.map +0 -1
  1155. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts +0 -3
  1156. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts.map +0 -1
  1157. package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts +0 -8
  1158. package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
  1159. package/lib/typescript/module/components/accordion/_chevron/index.d.ts +0 -3
  1160. package/lib/typescript/module/components/accordion/_chevron/index.d.ts.map +0 -1
  1161. package/lib/typescript/module/components/checkbox/_RefBase.d.ts +0 -9
  1162. package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +0 -1
  1163. package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +0 -1
  1164. package/lib/typescript/module/components/collapsible/_RefBase.d.ts +0 -7
  1165. package/lib/typescript/module/components/collapsible/_RefBase.d.ts.map +0 -1
  1166. package/lib/typescript/module/components/radio-button/_RefBase.d.ts +0 -9
  1167. package/lib/typescript/module/components/radio-button/_RefBase.d.ts.map +0 -1
  1168. package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts +0 -8
  1169. package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts.map +0 -1
  1170. package/lib/typescript/module/components/switch/_RefBase.d.ts +0 -8
  1171. package/lib/typescript/module/components/switch/_RefBase.d.ts.map +0 -1
  1172. package/lib/typescript/module/components/toggle/base/_RefBase.d.ts +0 -9
  1173. package/lib/typescript/module/components/toggle/base/_RefBase.d.ts.map +0 -1
  1174. package/src/components/accordion/_ItemRefBase.ts +0 -7
  1175. package/src/components/accordion/_chevron/ChevronProps.ts +0 -10
  1176. package/src/components/accordion/_chevron/index.ts +0 -2
  1177. package/src/components/checkbox/_RefBase.ts +0 -11
  1178. package/src/components/collapsible/_RefBase.ts +0 -6
  1179. package/src/components/radio-button/_RefBase.ts +0 -11
  1180. package/src/components/radio-button-input/_RefBase.ts +0 -7
  1181. package/src/components/switch/_RefBase.ts +0 -7
  1182. package/src/components/toggle/base/_RefBase.ts +0 -11
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Ghost = void 0;
7
+ var _react = require("react");
8
+ var _Ghost = require("../../button/ghost/Ghost.js");
9
+ var _useSize = require("../_useSize.js");
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ const Ghost = exports.Ghost = /*#__PURE__*/(0, _react.forwardRef)(function Ghost({
12
+ size: sizeProp,
13
+ ...props
14
+ }, ref) {
15
+ const size = (0, _useSize.useSize)();
16
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Ghost.Ghost, {
17
+ ref: ref,
18
+ ...props,
19
+ size: sizeProp ?? size
20
+ });
21
+ });
22
+ //# sourceMappingURL=Ghost.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_Ghost","_useSize","_jsxRuntime","Ghost","exports","forwardRef","size","sizeProp","props","ref","useSize","jsx"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/ghost/Ghost.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIA,IAAAE,QAAA,GAAAF,OAAA;AAEoB,IAAAG,WAAA,GAAAH,OAAA;AAUb,MAAMI,KAAK,GAAAC,OAAA,CAAAD,KAAA,gBAAG,IAAAE,iBAAU,EAC9B,SAASF,KAAKA,CACb;EACCG,IAAI,EAAEC,QAAQ;EACd,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCH,IAAI,GACH,IAAAI,gBAAO,EAAC,CAAC;EAEX,oBACC,IAAAR,WAAA,CAAAS,GAAA,EAACX,MAAA,CAAAG,KAAM;IACNM,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVF,IAAI,EAAGC,QAAQ,IAAID;EAAM,CACzB,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- //# sourceMappingURL=_RefBase.js.map
6
+ //# sourceMappingURL=GhostProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/ghost/GhostProps.ts"],"mappings":"","ignoreList":[]}
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- //# sourceMappingURL=_RefBase.js.map
6
+ //# sourceMappingURL=GhostRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/ghost/GhostRef.ts"],"mappings":"","ignoreList":[]}
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- var _Chevron = require("./Chevron.js");
7
- Object.keys(_Chevron).forEach(function (key) {
6
+ var _Ghost = require("./Ghost.js");
7
+ Object.keys(_Ghost).forEach(function (key) {
8
8
  if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _Chevron[key]) return;
9
+ if (key in exports && exports[key] === _Ghost[key]) return;
10
10
  Object.defineProperty(exports, key, {
11
11
  enumerable: true,
12
12
  get: function () {
13
- return _Chevron[key];
13
+ return _Ghost[key];
14
14
  }
15
15
  });
16
16
  });
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_Ghost","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/ghost/index.ts"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.GhostIcon = void 0;
7
+ var _react = require("react");
8
+ var _GhostIcon = require("../../button/ghost-icon/GhostIcon.js");
9
+ var _useSize = require("../_useSize.js");
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ const GhostIcon = exports.GhostIcon = /*#__PURE__*/(0, _react.forwardRef)(function GhostIcon({
12
+ size: sizeProp,
13
+ ...props
14
+ }, ref) {
15
+ const size = (0, _useSize.useSize)();
16
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_GhostIcon.GhostIcon, {
17
+ ref: ref,
18
+ ...props,
19
+ size: sizeProp ?? size
20
+ });
21
+ });
22
+ //# sourceMappingURL=GhostIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_GhostIcon","_useSize","_jsxRuntime","GhostIcon","exports","forwardRef","size","sizeProp","props","ref","useSize","jsx"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/ghost-icon/GhostIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,UAAA,GAAAD,OAAA;AAIA,IAAAE,QAAA,GAAAF,OAAA;AAEoB,IAAAG,WAAA,GAAAH,OAAA;AAUb,MAAMI,SAAS,GAAAC,OAAA,CAAAD,SAAA,gBAAG,IAAAE,iBAAU,EAClC,SAASF,SAASA,CACjB;EACCG,IAAI,EAAEC,QAAQ;EACd,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCH,IAAI,GACH,IAAAI,gBAAO,EAAC,CAAC;EAEX,oBACC,IAAAR,WAAA,CAAAS,GAAA,EAACX,UAAA,CAAAG,SAAM;IACNM,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVF,IAAI,EAAGC,QAAQ,IAAID;EAAM,CACzB,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=GhostIconProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/ghost-icon/GhostIconProps.ts"],"mappings":"","ignoreList":[]}
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- //# sourceMappingURL=ChevronProps.js.map
6
+ //# sourceMappingURL=GhostIconRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/ghost-icon/GhostIconRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _GhostIcon = require("./GhostIcon.js");
7
+ Object.keys(_GhostIcon).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _GhostIcon[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _GhostIcon[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_GhostIcon","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/ghost-icon/index.ts"],"mappings":";;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,UAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,UAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,UAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _index = require("./ghost/index.js");
7
+ Object.keys(_index).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _index[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _index[key];
14
+ }
15
+ });
16
+ });
17
+ var _index2 = require("./ghost-icon/index.js");
18
+ Object.keys(_index2).forEach(function (key) {
19
+ if (key === "default" || key === "__esModule") return;
20
+ if (key in exports && exports[key] === _index2[key]) return;
21
+ Object.defineProperty(exports, key, {
22
+ enumerable: true,
23
+ get: function () {
24
+ return _index2[key];
25
+ }
26
+ });
27
+ });
28
+ var _index3 = require("./primary/index.js");
29
+ Object.keys(_index3).forEach(function (key) {
30
+ if (key === "default" || key === "__esModule") return;
31
+ if (key in exports && exports[key] === _index3[key]) return;
32
+ Object.defineProperty(exports, key, {
33
+ enumerable: true,
34
+ get: function () {
35
+ return _index3[key];
36
+ }
37
+ });
38
+ });
39
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_index","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_index2","_index3"],"sourceRoot":"../../../../src","sources":["components/table-toolbar-button/index.ts"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,OAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,OAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,OAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,OAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,OAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,OAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,OAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,OAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Primary = void 0;
7
+ var _react = require("react");
8
+ var _Primary = require("../../button/primary/Primary.js");
9
+ var _useSize = require("../_useSize.js");
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ const Primary = exports.Primary = /*#__PURE__*/(0, _react.forwardRef)(function Primary({
12
+ size: sizeProp,
13
+ ...props
14
+ }, ref) {
15
+ const size = (0, _useSize.useSize)();
16
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Primary.Primary, {
17
+ ref: ref,
18
+ ...props,
19
+ size: sizeProp ?? size
20
+ });
21
+ });
22
+ //# sourceMappingURL=Primary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_Primary","_useSize","_jsxRuntime","Primary","exports","forwardRef","size","sizeProp","props","ref","useSize","jsx"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/primary/Primary.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,QAAA,GAAAD,OAAA;AAIA,IAAAE,QAAA,GAAAF,OAAA;AAEoB,IAAAG,WAAA,GAAAH,OAAA;AAUb,MAAMI,OAAO,GAAAC,OAAA,CAAAD,OAAA,gBAAG,IAAAE,iBAAU,EAChC,SAASF,OAAOA,CACf;EACCG,IAAI,EAAEC,QAAQ;EACd,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCH,IAAI,GACH,IAAAI,gBAAO,EAAC,CAAC;EAEX,oBACC,IAAAR,WAAA,CAAAS,GAAA,EAACX,QAAA,CAAAG,OAAM;IACNM,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVF,IAAI,EAAGC,QAAQ,IAAID;EAAM,CACzB,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=PrimaryProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/primary/PrimaryProps.ts"],"mappings":"","ignoreList":[]}
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- //# sourceMappingURL=_RefBase.js.map
6
+ //# sourceMappingURL=PrimaryRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/primary/PrimaryRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _Primary = require("./Primary.js");
7
+ Object.keys(_Primary).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _Primary[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _Primary[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_Primary","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-button/primary/index.ts"],"mappings":";;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,QAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,QAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,QAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TableToolbarSwitcher = void 0;
7
+ var _react = require("react");
8
+ var _reactNative = require("react-native");
9
+ var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
10
+ var _index2 = require("./_animated-next-content/index.js");
11
+ var _index3 = require("./_animated-toolbar/index.js");
12
+ var _jsxRuntime = require("react/jsx-runtime");
13
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
14
+ /**
15
+ * Render `TableToolbar` and switch to other view if some events happened.
16
+ *
17
+ * This is useful if you want to use both `TableToolbar` and `TableBatchActionBar`,
18
+ * but only show `TableBatchActionBar` and hide `TableToolbar` if some events occured, e.g. a row has been selected.
19
+ */
20
+ const TableToolbarSwitcher = exports.TableToolbarSwitcher = /*#__PURE__*/(0, _react.forwardRef)(function TableToolbarSwitcher({
21
+ defaultNext,
22
+ next: nextProp,
23
+ nextContent,
24
+ ...props
25
+ }, ref) {
26
+ const animatedToolbarRef = (0, _react.useRef)(null),
27
+ [nextSelf, setNextSelf] = (0, _react.useState)(!!defaultNext),
28
+ next = nextProp ?? nextSelf;
29
+ (0, _react.useImperativeHandle)(ref, () => {
30
+ return Object.assign(animatedToolbarRef.current ?? {}, {
31
+ next() {
32
+ if (typeof nextProp === "undefined") {
33
+ setNextSelf(true);
34
+ }
35
+ },
36
+ prev() {
37
+ if (typeof nextProp === "undefined") {
38
+ setNextSelf(false);
39
+ }
40
+ },
41
+ switch() {
42
+ if (typeof nextProp === "undefined") {
43
+ setNextSelf(s => !s);
44
+ }
45
+ }
46
+ });
47
+ }, [nextProp]);
48
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
49
+ style: [CarbonStyleSheet.g.flex_auto],
50
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.AnimatedToolbar, {
51
+ ref: animatedToolbarRef,
52
+ ...props,
53
+ visible: !next
54
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.AnimatedNextContent, {
55
+ visible: next,
56
+ children: nextContent
57
+ })]
58
+ });
59
+ });
60
+ //# sourceMappingURL=TableToolbarSwitcher.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_reactNative","CarbonStyleSheet","_interopRequireWildcard","_index2","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","TableToolbarSwitcher","exports","forwardRef","defaultNext","next","nextProp","nextContent","props","ref","animatedToolbarRef","useRef","nextSelf","setNextSelf","useState","useImperativeHandle","assign","current","prev","switch","s","jsxs","View","style","g","flex_auto","children","jsx","AnimatedToolbar","visible","AnimatedNextContent"],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/TableToolbarSwitcher.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableToolbarSwitcherProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/TableToolbarSwitcherProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableToolbarSwitcherRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/TableToolbarSwitcherRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=TableToolbarSwitcherRefBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=_AnimatedContentProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/_AnimatedContentProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.AnimatedNextContent = AnimatedNextContent;
7
+ var _reactNative = require("react-native");
8
+ var _useAnimatedContent = require("../_useAnimatedContent.js");
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function AnimatedNextContent({
11
+ visible,
12
+ style,
13
+ ...props
14
+ }) {
15
+ const animatedContent = (0, _useAnimatedContent.useAnimatedContent)({
16
+ visible
17
+ });
18
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Animated.View, {
19
+ ...props,
20
+ style: [animatedContent.style, style]
21
+ });
22
+ }
23
+ //# sourceMappingURL=AnimatedNextContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_useAnimatedContent","_jsxRuntime","AnimatedNextContent","visible","style","props","animatedContent","useAnimatedContent","jsx","Animated","View"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,mBAAA,GAAAD,OAAA;AAE+B,IAAAE,WAAA,GAAAF,OAAA;AAMxB,SAASG,mBAAmBA,CAAC;EACnCC,OAAO;EACPC,KAAK;EACL,GAAGC;AACsB,CAAC,EAAE;EAE5B,MACCC,eAAe,GACd,IAAAC,sCAAkB,EAAC;IAAEJ;EAAQ,CAAC,CAAC;EAEjC,oBACC,IAAAF,WAAA,CAAAO,GAAA,EAACV,YAAA,CAAAW,QAAQ,CAACC,IAAI;IAAA,GACRL,KAAK;IACVD,KAAK,EAAG,CACPE,eAAe,CAACF,KAAK,EACrBA,KAAK;EACH,CACH,CAAC;AAGJ","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=AnimatedNextContentProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _AnimatedNextContent = require("./AnimatedNextContent.js");
7
+ Object.keys(_AnimatedNextContent).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _AnimatedNextContent[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _AnimatedNextContent[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_AnimatedNextContent","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-next-content/index.ts"],"mappings":";;;;;AAAA,IAAAA,oBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,oBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,oBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,oBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.AnimatedToolbar = void 0;
7
+ var _react = require("react");
8
+ var _reactNative = require("react-native");
9
+ var _TableToolbar = require("../../table-toolbar/TableToolbar.js");
10
+ var _useAnimatedContent = require("../_useAnimatedContent.js");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ const AnimatedToolbar = exports.AnimatedToolbar = /*#__PURE__*/(0, _react.forwardRef)(function AnimatedToolbar({
13
+ visible,
14
+ size,
15
+ style,
16
+ ...props
17
+ }, ref) {
18
+ const animatedContent = (0, _useAnimatedContent.useAnimatedContent)({
19
+ visible,
20
+ size
21
+ });
22
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(AnimatedTableToolbar, {
23
+ ref: ref,
24
+ ...props,
25
+ style: [animatedContent.style, style]
26
+ });
27
+ });
28
+ const AnimatedTableToolbar = _reactNative.Animated.createAnimatedComponent(_TableToolbar.TableToolbar);
29
+ //# sourceMappingURL=AnimatedToolbar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_reactNative","_TableToolbar","_useAnimatedContent","_jsxRuntime","AnimatedToolbar","exports","forwardRef","visible","size","style","props","ref","animatedContent","useAnimatedContent","jsx","AnimatedTableToolbar","Animated","createAnimatedComponent","TableToolbar"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,YAAA,GAAAD,OAAA;AAIA,IAAAE,aAAA,GAAAF,OAAA;AAIA,IAAAG,mBAAA,GAAAH,OAAA;AAE+B,IAAAI,WAAA,GAAAJ,OAAA;AAUxB,MAAMK,eAAe,GAAAC,OAAA,CAAAD,eAAA,gBAAG,IAAAE,iBAAU,EACxC,SAASF,eAAeA,CACvB;EACCG,OAAO;EACPC,IAAI;EACJC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,eAAe,GACd,IAAAC,sCAAkB,EAAC;IAClBN,OAAO;IACPC;EACD,CAAC,CAAC;EAEJ,oBACC,IAAAL,WAAA,CAAAW,GAAA,EAACC,oBAAoB;IACpBJ,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVD,KAAK,EAAG,CACPG,eAAe,CAACH,KAAK,EACrBA,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC;AAED,MACCM,oBAAoB,GACnBC,qBAAQ,CAACC,uBAAuB,CAACC,0BAAY,CAAC","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=AnimatedToolbarProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=AnimatedToolbarRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _AnimatedToolbar = require("./AnimatedToolbar.js");
7
+ Object.keys(_AnimatedToolbar).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _AnimatedToolbar[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _AnimatedToolbar[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_AnimatedToolbar","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["components/table-toolbar-switcher/_animated-toolbar/index.ts"],"mappings":";;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,gBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,gBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,gBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.useAnimatedContent = useAnimatedContent;
7
+ var _react = require("react");
8
+ var _reactNative = require("react-native");
9
+ var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
10
+ var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
11
+ var _TableContext = require("../table/_TableContext.js");
12
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
13
+ function useAnimatedContent({
14
+ size: sizeProp,
15
+ visible
16
+ }) {
17
+ const tableContext = (0, _react.useContext)(_TableContext.TableContext),
18
+ heightPx = (0, _react.useMemo)(() => {
19
+ return mapHeightBySize[mapRowSizeToToolbarSize[sizeProp ?? tableContext.rowSize]];
20
+ }, [sizeProp, tableContext.rowSize]),
21
+ ref = (0, _react.useRef)({
22
+ visible,
23
+ heightPx
24
+ }),
25
+ translateYAnimated = (0, _react.useRef)(new _reactNative.Animated.Value(visible ? 0 : heightPx));
26
+ (0, _react.useEffect)(() => {
27
+ if (ref.current.visible != visible) {
28
+ ref.current.visible = visible;
29
+ const timingConfig = {
30
+ duration: _carbonReactNativeElements.Motion.Duration.fast_02,
31
+ easing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.standard.productive.x1, _carbonReactNativeElements.Motion.Easing.standard.productive.y1, _carbonReactNativeElements.Motion.Easing.standard.productive.x2, _carbonReactNativeElements.Motion.Easing.standard.productive.y2),
32
+ useNativeDriver: _reactNative.Platform.OS != "web"
33
+ };
34
+ if (!visible) {
35
+ _reactNative.Animated.timing(translateYAnimated.current, {
36
+ toValue: heightPx,
37
+ ...timingConfig
38
+ }).start();
39
+ } else {
40
+ _reactNative.Animated.sequence([_reactNative.Animated.timing(translateYAnimated.current, {
41
+ toValue: heightPx,
42
+ duration: 0,
43
+ useNativeDriver: true
44
+ }), _reactNative.Animated.timing(translateYAnimated.current, {
45
+ toValue: 0,
46
+ ...timingConfig
47
+ })]).start();
48
+ }
49
+ }
50
+ }, [heightPx, visible]);
51
+ (0, _react.useEffect)(() => {
52
+ if (ref.current.heightPx != heightPx) {
53
+ _reactNative.Animated.timing(translateYAnimated.current, {
54
+ toValue: 1,
55
+ duration: _carbonReactNativeElements.Motion.Duration.fast_02,
56
+ easing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.standard.productive.x1, _carbonReactNativeElements.Motion.Easing.standard.productive.y1, _carbonReactNativeElements.Motion.Easing.standard.productive.x2, _carbonReactNativeElements.Motion.Easing.standard.productive.y2),
57
+ useNativeDriver: _reactNative.Platform.OS != "web"
58
+ }).start();
59
+ }
60
+ }, [heightPx]);
61
+ return {
62
+ style: [!visible ? [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.w_full] : undefined, {
63
+ transform: [{
64
+ // eslint-disable-next-line react-hooks/refs
65
+ translateY: translateYAnimated.current
66
+ }],
67
+ // eslint-disable-next-line react-hooks/refs
68
+ opacity: translateYAnimated.current.interpolate({
69
+ inputRange: [0, heightPx],
70
+ outputRange: [1, 0]
71
+ })
72
+ }]
73
+ };
74
+ }
75
+ const mapHeightBySize = {
76
+ small: 32,
77
+ large: 48
78
+ },
79
+ mapRowSizeToToolbarSize = {
80
+ extra_small: "small",
81
+ small: "small",
82
+ medium: "small",
83
+ large: "large",
84
+ extra_large: "large"
85
+ };
86
+ //# sourceMappingURL=_useAnimatedContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","CarbonStyleSheet","_interopRequireWildcard","_TableContext","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","useAnimatedContent","size","sizeProp","visible","tableContext","useContext","TableContext","heightPx","useMemo","mapHeightBySize","mapRowSizeToToolbarSize","rowSize","ref","useRef","translateYAnimated","Animated","Value","useEffect","current","timingConfig","duration","Motion","Duration","fast_02","easing","Easing","bezier","standard","productive","x1","y1","x2","y2","useNativeDriver","Platform","OS","timing","toValue","start","sequence","style","g","absolute","w_full","undefined","transform","translateY","opacity","interpolate","inputRange","outputRange","small","large","extra_small","medium","extra_large"],"sourceRoot":"../../../../src","sources":["components/table-toolbar-switcher/_useAnimatedContent.tsx"],"mappings":"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","ignoreList":[]}