@audira/carbon-react-native 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (574) hide show
  1. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
  2. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
  3. package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
  4. package/lib/commonjs/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
  5. package/lib/commonjs/carbon-react-native/CarbonReactNative.js +8 -6
  6. package/lib/commonjs/carbon-react-native/CarbonReactNative.js.map +1 -1
  7. package/lib/commonjs/carbon-style-sheet/color.js +1 -1
  8. package/lib/commonjs/carbon-style-sheet/g/font.js +1 -1
  9. package/lib/commonjs/carbon-style-sheet/g/spacing.js +1 -1
  10. package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
  11. package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
  12. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +1 -1
  13. package/lib/commonjs/carbon-style-sheet/g-object/typography.js +1 -1
  14. package/lib/commonjs/components/box/Box.js +6 -0
  15. package/lib/commonjs/components/box/Box.js.map +1 -1
  16. package/lib/commonjs/components/button/base/Base.js +5 -14
  17. package/lib/commonjs/components/button/base/Base.js.map +1 -1
  18. package/lib/commonjs/components/button/ghost/Ghost.js +0 -15
  19. package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
  20. package/lib/commonjs/components/index.js +116 -42
  21. package/lib/commonjs/components/index.js.map +1 -1
  22. package/lib/commonjs/components/scroll-view/ScrollView.js +35 -0
  23. package/lib/commonjs/components/scroll-view/ScrollView.js.map +1 -0
  24. package/lib/commonjs/components/scroll-view/ScrollViewProps.js +6 -0
  25. package/lib/commonjs/components/scroll-view/ScrollViewProps.js.map +1 -0
  26. package/lib/commonjs/components/scroll-view/index.js +17 -0
  27. package/lib/commonjs/components/scroll-view/index.js.map +1 -0
  28. package/lib/commonjs/components/table/Table.js +15 -10
  29. package/lib/commonjs/components/table/Table.js.map +1 -1
  30. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js +81 -0
  31. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
  32. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js +6 -0
  33. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
  34. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js +6 -0
  35. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
  36. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
  37. package/lib/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
  38. package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js +11 -0
  39. package/lib/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
  40. package/lib/commonjs/components/table-batch-action-bar/index.js +17 -0
  41. package/lib/commonjs/components/table-batch-action-bar/index.js.map +1 -0
  42. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js +38 -0
  43. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
  44. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +6 -0
  45. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
  46. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +6 -0
  47. package/lib/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
  48. package/lib/commonjs/components/table-batch-action-bar-button/index.js +17 -0
  49. package/lib/commonjs/components/table-batch-action-bar-button/index.js.map +1 -0
  50. package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js +3 -3
  51. package/lib/commonjs/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
  52. package/lib/commonjs/components/table-header/TableHeader.js +53 -0
  53. package/lib/commonjs/components/table-header/TableHeader.js.map +1 -0
  54. package/lib/commonjs/components/table-header/TableHeaderProps.js +6 -0
  55. package/lib/commonjs/components/table-header/TableHeaderProps.js.map +1 -0
  56. package/lib/commonjs/components/table-header/TableHeaderRef.js +6 -0
  57. package/lib/commonjs/components/table-header/TableHeaderRef.js.map +1 -0
  58. package/lib/commonjs/components/table-header/index.js +17 -0
  59. package/lib/commonjs/components/table-header/index.js.map +1 -0
  60. package/lib/commonjs/components/table-toolbar/TableToolbar.js +84 -0
  61. package/lib/commonjs/components/table-toolbar/TableToolbar.js.map +1 -0
  62. package/lib/commonjs/components/table-toolbar/TableToolbarProps.js +6 -0
  63. package/lib/commonjs/components/table-toolbar/TableToolbarProps.js.map +1 -0
  64. package/lib/commonjs/components/table-toolbar/TableToolbarRef.js +6 -0
  65. package/lib/commonjs/components/table-toolbar/TableToolbarRef.js.map +1 -0
  66. package/lib/commonjs/components/table-toolbar/TableToolbarSize.js +2 -0
  67. package/lib/commonjs/components/table-toolbar/TableToolbarSize.js.map +1 -0
  68. package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js +11 -0
  69. package/lib/commonjs/components/table-toolbar/_TableToolbarContext.js.map +1 -0
  70. package/lib/commonjs/components/table-toolbar/index.js +17 -0
  71. package/lib/commonjs/components/table-toolbar/index.js.map +1 -0
  72. package/lib/commonjs/components/table-toolbar-button/_useSize.js +17 -0
  73. package/lib/commonjs/components/table-toolbar-button/_useSize.js.map +1 -0
  74. package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js +22 -0
  75. package/lib/commonjs/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
  76. package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js +6 -0
  77. package/lib/commonjs/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
  78. package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js +6 -0
  79. package/lib/commonjs/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
  80. package/lib/commonjs/components/table-toolbar-button/ghost/index.js +17 -0
  81. package/lib/commonjs/components/table-toolbar-button/ghost/index.js.map +1 -0
  82. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js +22 -0
  83. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
  84. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js +6 -0
  85. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
  86. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js +6 -0
  87. package/lib/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
  88. package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js +17 -0
  89. package/lib/commonjs/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
  90. package/lib/commonjs/components/table-toolbar-button/index.js +39 -0
  91. package/lib/commonjs/components/table-toolbar-button/index.js.map +1 -0
  92. package/lib/commonjs/components/table-toolbar-button/primary/Primary.js +22 -0
  93. package/lib/commonjs/components/table-toolbar-button/primary/Primary.js.map +1 -0
  94. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js +6 -0
  95. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
  96. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js +6 -0
  97. package/lib/commonjs/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
  98. package/lib/commonjs/components/table-toolbar-button/primary/index.js +17 -0
  99. package/lib/commonjs/components/table-toolbar-button/primary/index.js.map +1 -0
  100. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js +60 -0
  101. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
  102. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +6 -0
  103. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
  104. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +6 -0
  105. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
  106. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
  107. package/lib/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
  108. package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
  109. package/lib/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
  110. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +23 -0
  111. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
  112. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +6 -0
  113. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
  114. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js +17 -0
  115. package/lib/commonjs/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
  116. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +29 -0
  117. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
  118. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +6 -0
  119. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
  120. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +6 -0
  121. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
  122. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js +17 -0
  123. package/lib/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
  124. package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js +86 -0
  125. package/lib/commonjs/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
  126. package/lib/commonjs/components/table-toolbar-switcher/index.js +17 -0
  127. package/lib/commonjs/components/table-toolbar-switcher/index.js.map +1 -0
  128. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -1
  129. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js.map +1 -1
  130. package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js +7 -4
  131. package/lib/module/_internal/providers/global-config/GlobalConfigProvider.js.map +1 -1
  132. package/lib/module/carbon-react-native/CarbonReactNative.js +8 -6
  133. package/lib/module/carbon-react-native/CarbonReactNative.js.map +1 -1
  134. package/lib/module/carbon-style-sheet/color.js +1 -1
  135. package/lib/module/carbon-style-sheet/g/font.js +1 -1
  136. package/lib/module/carbon-style-sheet/g/spacing.js +1 -1
  137. package/lib/module/carbon-style-sheet/g/typography.js +1 -1
  138. package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
  139. package/lib/module/carbon-style-sheet/g-object/spacing.js +1 -1
  140. package/lib/module/carbon-style-sheet/g-object/typography.js +1 -1
  141. package/lib/module/components/box/Box.js +6 -0
  142. package/lib/module/components/box/Box.js.map +1 -1
  143. package/lib/module/components/button/base/Base.js +5 -14
  144. package/lib/module/components/button/base/Base.js.map +1 -1
  145. package/lib/module/components/button/ghost/Ghost.js +1 -16
  146. package/lib/module/components/button/ghost/Ghost.js.map +1 -1
  147. package/lib/module/components/index.js +8 -1
  148. package/lib/module/components/index.js.map +1 -1
  149. package/lib/module/components/scroll-view/ScrollView.js +30 -0
  150. package/lib/module/components/scroll-view/ScrollView.js.map +1 -0
  151. package/lib/module/components/scroll-view/ScrollViewProps.js +4 -0
  152. package/lib/module/components/scroll-view/ScrollViewProps.js.map +1 -0
  153. package/lib/module/components/scroll-view/index.js +4 -0
  154. package/lib/module/components/scroll-view/index.js.map +1 -0
  155. package/lib/module/components/table/Table.js +15 -10
  156. package/lib/module/components/table/Table.js.map +1 -1
  157. package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js +76 -0
  158. package/lib/module/components/table-batch-action-bar/TableBatchActionBar.js.map +1 -0
  159. package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js +4 -0
  160. package/lib/module/components/table-batch-action-bar/TableBatchActionBarProps.js.map +1 -0
  161. package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js +4 -0
  162. package/lib/module/components/table-batch-action-bar/TableBatchActionBarRef.js.map +1 -0
  163. package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js +2 -0
  164. package/lib/module/components/table-batch-action-bar/TableBatchActionBarSize.js.map +1 -0
  165. package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js +7 -0
  166. package/lib/module/components/table-batch-action-bar/_TableBatchActionBarContext.js.map +1 -0
  167. package/lib/module/components/table-batch-action-bar/index.js +4 -0
  168. package/lib/module/components/table-batch-action-bar/index.js.map +1 -0
  169. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js +33 -0
  170. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButton.js.map +1 -0
  171. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js +4 -0
  172. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.js.map +1 -0
  173. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js +4 -0
  174. package/lib/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.js.map +1 -0
  175. package/lib/module/components/table-batch-action-bar-button/index.js +4 -0
  176. package/lib/module/components/table-batch-action-bar-button/index.js.map +1 -0
  177. package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js +4 -4
  178. package/lib/module/components/table-cell-header/_sort-icon/SortIcon.js.map +1 -1
  179. package/lib/module/components/table-header/TableHeader.js +48 -0
  180. package/lib/module/components/table-header/TableHeader.js.map +1 -0
  181. package/lib/module/components/table-header/TableHeaderProps.js +4 -0
  182. package/lib/module/components/table-header/TableHeaderProps.js.map +1 -0
  183. package/lib/module/components/table-header/TableHeaderRef.js +4 -0
  184. package/lib/module/components/table-header/TableHeaderRef.js.map +1 -0
  185. package/lib/module/components/table-header/index.js +4 -0
  186. package/lib/module/components/table-header/index.js.map +1 -0
  187. package/lib/module/components/table-toolbar/TableToolbar.js +79 -0
  188. package/lib/module/components/table-toolbar/TableToolbar.js.map +1 -0
  189. package/lib/module/components/table-toolbar/TableToolbarProps.js +4 -0
  190. package/lib/module/components/table-toolbar/TableToolbarProps.js.map +1 -0
  191. package/lib/module/components/table-toolbar/TableToolbarRef.js +4 -0
  192. package/lib/module/components/table-toolbar/TableToolbarRef.js.map +1 -0
  193. package/lib/module/components/table-toolbar/TableToolbarSize.js +2 -0
  194. package/lib/module/components/table-toolbar/TableToolbarSize.js.map +1 -0
  195. package/lib/module/components/table-toolbar/_TableToolbarContext.js +7 -0
  196. package/lib/module/components/table-toolbar/_TableToolbarContext.js.map +1 -0
  197. package/lib/module/components/table-toolbar/index.js +4 -0
  198. package/lib/module/components/table-toolbar/index.js.map +1 -0
  199. package/lib/module/components/table-toolbar-button/_useSize.js +13 -0
  200. package/lib/module/components/table-toolbar-button/_useSize.js.map +1 -0
  201. package/lib/module/components/table-toolbar-button/ghost/Ghost.js +18 -0
  202. package/lib/module/components/table-toolbar-button/ghost/Ghost.js.map +1 -0
  203. package/lib/module/components/table-toolbar-button/ghost/GhostProps.js +4 -0
  204. package/lib/module/components/table-toolbar-button/ghost/GhostProps.js.map +1 -0
  205. package/lib/module/components/table-toolbar-button/ghost/GhostRef.js +4 -0
  206. package/lib/module/components/table-toolbar-button/ghost/GhostRef.js.map +1 -0
  207. package/lib/module/components/table-toolbar-button/ghost/index.js +4 -0
  208. package/lib/module/components/table-toolbar-button/ghost/index.js.map +1 -0
  209. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js +18 -0
  210. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIcon.js.map +1 -0
  211. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js +4 -0
  212. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconProps.js.map +1 -0
  213. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js +4 -0
  214. package/lib/module/components/table-toolbar-button/ghost-icon/GhostIconRef.js.map +1 -0
  215. package/lib/module/components/table-toolbar-button/ghost-icon/index.js +4 -0
  216. package/lib/module/components/table-toolbar-button/ghost-icon/index.js.map +1 -0
  217. package/lib/module/components/table-toolbar-button/index.js +6 -0
  218. package/lib/module/components/table-toolbar-button/index.js.map +1 -0
  219. package/lib/module/components/table-toolbar-button/primary/Primary.js +18 -0
  220. package/lib/module/components/table-toolbar-button/primary/Primary.js.map +1 -0
  221. package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js +4 -0
  222. package/lib/module/components/table-toolbar-button/primary/PrimaryProps.js.map +1 -0
  223. package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js +4 -0
  224. package/lib/module/components/table-toolbar-button/primary/PrimaryRef.js.map +1 -0
  225. package/lib/module/components/table-toolbar-button/primary/index.js +4 -0
  226. package/lib/module/components/table-toolbar-button/primary/index.js.map +1 -0
  227. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js +56 -0
  228. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcher.js.map +1 -0
  229. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js +4 -0
  230. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.js.map +1 -0
  231. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js +4 -0
  232. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.js.map +1 -0
  233. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js +2 -0
  234. package/lib/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.js.map +1 -0
  235. package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js +2 -0
  236. package/lib/module/components/table-toolbar-switcher/_AnimatedContentProps.js.map +1 -0
  237. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js +19 -0
  238. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.js.map +1 -0
  239. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js +4 -0
  240. package/lib/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.js.map +1 -0
  241. package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js +4 -0
  242. package/lib/module/components/table-toolbar-switcher/_animated-next-content/index.js.map +1 -0
  243. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js +25 -0
  244. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.js.map +1 -0
  245. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js +4 -0
  246. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.js.map +1 -0
  247. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js +4 -0
  248. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.js.map +1 -0
  249. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js +4 -0
  250. package/lib/module/components/table-toolbar-switcher/_animated-toolbar/index.js.map +1 -0
  251. package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js +81 -0
  252. package/lib/module/components/table-toolbar-switcher/_useAnimatedContent.js.map +1 -0
  253. package/lib/module/components/table-toolbar-switcher/index.js +4 -0
  254. package/lib/module/components/table-toolbar-switcher/index.js.map +1 -0
  255. package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
  256. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  257. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
  258. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  259. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
  260. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
  261. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  262. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
  263. package/lib/typescript/commonjs/components/box/Box.d.ts +6 -0
  264. package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -1
  265. package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
  266. package/lib/typescript/commonjs/components/index.d.ts +8 -1
  267. package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
  268. package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts +9 -0
  269. package/lib/typescript/commonjs/components/scroll-view/ScrollView.d.ts.map +1 -0
  270. package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts +4 -0
  271. package/lib/typescript/commonjs/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
  272. package/lib/typescript/commonjs/components/scroll-view/index.d.ts +3 -0
  273. package/lib/typescript/commonjs/components/scroll-view/index.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/components/table/Table.d.ts.map +1 -1
  275. package/lib/typescript/commonjs/components/table/TableProps.d.ts +15 -0
  276. package/lib/typescript/commonjs/components/table/TableProps.d.ts.map +1 -1
  277. package/lib/typescript/commonjs/components/table/TableRef.d.ts +2 -2
  278. package/lib/typescript/commonjs/components/table/TableRef.d.ts.map +1 -1
  279. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
  280. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
  281. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
  282. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
  283. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
  284. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
  285. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
  286. package/lib/typescript/commonjs/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
  287. package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
  288. package/lib/typescript/commonjs/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
  289. package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts +5 -0
  290. package/lib/typescript/commonjs/components/table-batch-action-bar/index.d.ts.map +1 -0
  291. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
  292. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
  293. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
  294. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
  295. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
  296. package/lib/typescript/commonjs/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
  297. package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts +4 -0
  298. package/lib/typescript/commonjs/components/table-batch-action-bar-button/index.d.ts.map +1 -0
  299. package/lib/typescript/commonjs/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
  300. package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts +4 -0
  301. package/lib/typescript/commonjs/components/table-header/TableHeader.d.ts.map +1 -0
  302. package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts +9 -0
  303. package/lib/typescript/commonjs/components/table-header/TableHeaderProps.d.ts.map +1 -0
  304. package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts +4 -0
  305. package/lib/typescript/commonjs/components/table-header/TableHeaderRef.d.ts.map +1 -0
  306. package/lib/typescript/commonjs/components/table-header/index.d.ts +4 -0
  307. package/lib/typescript/commonjs/components/table-header/index.d.ts.map +1 -0
  308. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +3 -0
  309. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -1
  310. package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts +4 -0
  311. package/lib/typescript/commonjs/components/table-toolbar/TableToolbar.d.ts.map +1 -0
  312. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts +22 -0
  313. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
  314. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts +4 -0
  315. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
  316. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts +2 -0
  317. package/lib/typescript/commonjs/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
  318. package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
  319. package/lib/typescript/commonjs/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
  320. package/lib/typescript/commonjs/components/table-toolbar/index.d.ts +5 -0
  321. package/lib/typescript/commonjs/components/table-toolbar/index.d.ts.map +1 -0
  322. package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts +3 -0
  323. package/lib/typescript/commonjs/components/table-toolbar-button/_useSize.d.ts.map +1 -0
  324. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
  325. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
  326. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
  327. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
  328. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
  329. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
  330. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts +4 -0
  331. package/lib/typescript/commonjs/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
  332. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
  333. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
  334. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
  335. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
  336. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
  337. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
  338. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
  339. package/lib/typescript/commonjs/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
  340. package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts +4 -0
  341. package/lib/typescript/commonjs/components/table-toolbar-button/index.d.ts.map +1 -0
  342. package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts +4 -0
  343. package/lib/typescript/commonjs/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
  344. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
  345. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
  346. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
  347. package/lib/typescript/commonjs/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
  348. package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts +4 -0
  349. package/lib/typescript/commonjs/components/table-toolbar-button/primary/index.d.ts.map +1 -0
  350. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
  351. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
  352. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
  353. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
  354. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
  355. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
  356. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
  357. package/lib/typescript/commonjs/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
  358. package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
  359. package/lib/typescript/commonjs/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
  360. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
  361. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
  362. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
  363. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
  364. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
  365. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
  366. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
  367. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
  368. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
  369. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
  370. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
  371. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
  372. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
  373. package/lib/typescript/commonjs/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
  374. package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
  375. package/lib/typescript/commonjs/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
  376. package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts +5 -0
  377. package/lib/typescript/commonjs/components/table-toolbar-switcher/index.d.ts.map +1 -0
  378. package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts.map +1 -1
  379. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  380. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts.map +1 -1
  381. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  382. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -1
  383. package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts.map +1 -1
  384. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  385. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts.map +1 -1
  386. package/lib/typescript/module/components/box/Box.d.ts +6 -0
  387. package/lib/typescript/module/components/box/Box.d.ts.map +1 -1
  388. package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
  389. package/lib/typescript/module/components/index.d.ts +8 -1
  390. package/lib/typescript/module/components/index.d.ts.map +1 -1
  391. package/lib/typescript/module/components/scroll-view/ScrollView.d.ts +9 -0
  392. package/lib/typescript/module/components/scroll-view/ScrollView.d.ts.map +1 -0
  393. package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts +4 -0
  394. package/lib/typescript/module/components/scroll-view/ScrollViewProps.d.ts.map +1 -0
  395. package/lib/typescript/module/components/scroll-view/index.d.ts +3 -0
  396. package/lib/typescript/module/components/scroll-view/index.d.ts.map +1 -0
  397. package/lib/typescript/module/components/table/Table.d.ts.map +1 -1
  398. package/lib/typescript/module/components/table/TableProps.d.ts +15 -0
  399. package/lib/typescript/module/components/table/TableProps.d.ts.map +1 -1
  400. package/lib/typescript/module/components/table/TableRef.d.ts +2 -2
  401. package/lib/typescript/module/components/table/TableRef.d.ts.map +1 -1
  402. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts +4 -0
  403. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBar.d.ts.map +1 -0
  404. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts +30 -0
  405. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarProps.d.ts.map +1 -0
  406. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts +4 -0
  407. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarRef.d.ts.map +1 -0
  408. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts +2 -0
  409. package/lib/typescript/module/components/table-batch-action-bar/TableBatchActionBarSize.d.ts.map +1 -0
  410. package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts +6 -0
  411. package/lib/typescript/module/components/table-batch-action-bar/_TableBatchActionBarContext.d.ts.map +1 -0
  412. package/lib/typescript/module/components/table-batch-action-bar/index.d.ts +5 -0
  413. package/lib/typescript/module/components/table-batch-action-bar/index.d.ts.map +1 -0
  414. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts +4 -0
  415. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButton.d.ts.map +1 -0
  416. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts +4 -0
  417. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.d.ts.map +1 -0
  418. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts +4 -0
  419. package/lib/typescript/module/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.d.ts.map +1 -0
  420. package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts +4 -0
  421. package/lib/typescript/module/components/table-batch-action-bar-button/index.d.ts.map +1 -0
  422. package/lib/typescript/module/components/table-cell-header/_sort-icon/SortIcon.d.ts.map +1 -1
  423. package/lib/typescript/module/components/table-header/TableHeader.d.ts +4 -0
  424. package/lib/typescript/module/components/table-header/TableHeader.d.ts.map +1 -0
  425. package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts +9 -0
  426. package/lib/typescript/module/components/table-header/TableHeaderProps.d.ts.map +1 -0
  427. package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts +4 -0
  428. package/lib/typescript/module/components/table-header/TableHeaderRef.d.ts.map +1 -0
  429. package/lib/typescript/module/components/table-header/index.d.ts +4 -0
  430. package/lib/typescript/module/components/table-header/index.d.ts.map +1 -0
  431. package/lib/typescript/module/components/table-row/TableRowProps.d.ts +3 -0
  432. package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -1
  433. package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts +4 -0
  434. package/lib/typescript/module/components/table-toolbar/TableToolbar.d.ts.map +1 -0
  435. package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts +22 -0
  436. package/lib/typescript/module/components/table-toolbar/TableToolbarProps.d.ts.map +1 -0
  437. package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts +4 -0
  438. package/lib/typescript/module/components/table-toolbar/TableToolbarRef.d.ts.map +1 -0
  439. package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts +2 -0
  440. package/lib/typescript/module/components/table-toolbar/TableToolbarSize.d.ts.map +1 -0
  441. package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts +6 -0
  442. package/lib/typescript/module/components/table-toolbar/_TableToolbarContext.d.ts.map +1 -0
  443. package/lib/typescript/module/components/table-toolbar/index.d.ts +5 -0
  444. package/lib/typescript/module/components/table-toolbar/index.d.ts.map +1 -0
  445. package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts +3 -0
  446. package/lib/typescript/module/components/table-toolbar-button/_useSize.d.ts.map +1 -0
  447. package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts +4 -0
  448. package/lib/typescript/module/components/table-toolbar-button/ghost/Ghost.d.ts.map +1 -0
  449. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts +4 -0
  450. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostProps.d.ts.map +1 -0
  451. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts +4 -0
  452. package/lib/typescript/module/components/table-toolbar-button/ghost/GhostRef.d.ts.map +1 -0
  453. package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts +4 -0
  454. package/lib/typescript/module/components/table-toolbar-button/ghost/index.d.ts.map +1 -0
  455. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts +4 -0
  456. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIcon.d.ts.map +1 -0
  457. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts +4 -0
  458. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconProps.d.ts.map +1 -0
  459. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts +4 -0
  460. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/GhostIconRef.d.ts.map +1 -0
  461. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts +4 -0
  462. package/lib/typescript/module/components/table-toolbar-button/ghost-icon/index.d.ts.map +1 -0
  463. package/lib/typescript/module/components/table-toolbar-button/index.d.ts +4 -0
  464. package/lib/typescript/module/components/table-toolbar-button/index.d.ts.map +1 -0
  465. package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts +4 -0
  466. package/lib/typescript/module/components/table-toolbar-button/primary/Primary.d.ts.map +1 -0
  467. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts +4 -0
  468. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryProps.d.ts.map +1 -0
  469. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts +4 -0
  470. package/lib/typescript/module/components/table-toolbar-button/primary/PrimaryRef.d.ts.map +1 -0
  471. package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts +4 -0
  472. package/lib/typescript/module/components/table-toolbar-button/primary/index.d.ts.map +1 -0
  473. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts +10 -0
  474. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcher.d.ts.map +1 -0
  475. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts +16 -0
  476. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherProps.d.ts.map +1 -0
  477. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts +5 -0
  478. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRef.d.ts.map +1 -0
  479. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts +17 -0
  480. package/lib/typescript/module/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.d.ts.map +1 -0
  481. package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts +4 -0
  482. package/lib/typescript/module/components/table-toolbar-switcher/_AnimatedContentProps.d.ts.map +1 -0
  483. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts +3 -0
  484. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.d.ts.map +1 -0
  485. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts +5 -0
  486. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.d.ts.map +1 -0
  487. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts +3 -0
  488. package/lib/typescript/module/components/table-toolbar-switcher/_animated-next-content/index.d.ts.map +1 -0
  489. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts +4 -0
  490. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.d.ts.map +1 -0
  491. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts +5 -0
  492. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.d.ts.map +1 -0
  493. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts +4 -0
  494. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.d.ts.map +1 -0
  495. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts +4 -0
  496. package/lib/typescript/module/components/table-toolbar-switcher/_animated-toolbar/index.d.ts.map +1 -0
  497. package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts +20 -0
  498. package/lib/typescript/module/components/table-toolbar-switcher/_useAnimatedContent.d.ts.map +1 -0
  499. package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts +5 -0
  500. package/lib/typescript/module/components/table-toolbar-switcher/index.d.ts.map +1 -0
  501. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  502. package/package.json +1 -1
  503. package/src/_internal/contexts/global-config/GlobalConfigContext.ts +5 -1
  504. package/src/_internal/providers/global-config/GlobalConfigProvider.tsx +14 -4
  505. package/src/_internal/providers/global-config/GlobalConfigProviderProps.ts +1 -1
  506. package/src/carbon-react-native/CarbonReactNative.tsx +8 -8
  507. package/src/carbon-react-native/CarbonReactNativeProps.ts +1 -1
  508. package/src/carbon-style-sheet/color.ts +1 -1
  509. package/src/carbon-style-sheet/g/font.ts +1 -1
  510. package/src/carbon-style-sheet/g/spacing.ts +1 -1
  511. package/src/carbon-style-sheet/g/typography.ts +1 -1
  512. package/src/carbon-style-sheet/g-object/font.ts +1 -1
  513. package/src/carbon-style-sheet/g-object/spacing.ts +1 -1
  514. package/src/carbon-style-sheet/g-object/typography.ts +1 -1
  515. package/src/components/box/Box.tsx +6 -0
  516. package/src/components/button/base/Base.tsx +6 -17
  517. package/src/components/button/ghost/Ghost.tsx +3 -23
  518. package/src/components/index.ts +8 -0
  519. package/src/components/scroll-view/ScrollView.tsx +62 -0
  520. package/src/components/scroll-view/ScrollViewProps.ts +6 -0
  521. package/src/components/scroll-view/index.ts +2 -0
  522. package/src/components/table/Table.tsx +18 -7
  523. package/src/components/table/TableProps.ts +24 -0
  524. package/src/components/table/TableRef.ts +3 -3
  525. package/src/components/table-batch-action-bar/TableBatchActionBar.tsx +156 -0
  526. package/src/components/table-batch-action-bar/TableBatchActionBarProps.ts +42 -0
  527. package/src/components/table-batch-action-bar/TableBatchActionBarRef.ts +6 -0
  528. package/src/components/table-batch-action-bar/TableBatchActionBarSize.ts +3 -0
  529. package/src/components/table-batch-action-bar/_TableBatchActionBarContext.ts +15 -0
  530. package/src/components/table-batch-action-bar/index.ts +4 -0
  531. package/src/components/table-batch-action-bar-button/TableBatchActionBarButton.tsx +74 -0
  532. package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts +6 -0
  533. package/src/components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts +6 -0
  534. package/src/components/table-batch-action-bar-button/index.ts +3 -0
  535. package/src/components/table-cell-header/_sort-icon/SortIcon.tsx +4 -3
  536. package/src/components/table-header/TableHeader.tsx +110 -0
  537. package/src/components/table-header/TableHeaderProps.ts +22 -0
  538. package/src/components/table-header/TableHeaderRef.ts +6 -0
  539. package/src/components/table-header/index.ts +3 -0
  540. package/src/components/table-row/TableRowProps.ts +3 -0
  541. package/src/components/table-toolbar/TableToolbar.tsx +165 -0
  542. package/src/components/table-toolbar/TableToolbarProps.ts +27 -0
  543. package/src/components/table-toolbar/TableToolbarRef.ts +6 -0
  544. package/src/components/table-toolbar/TableToolbarSize.ts +3 -0
  545. package/src/components/table-toolbar/_TableToolbarContext.ts +15 -0
  546. package/src/components/table-toolbar/index.ts +4 -0
  547. package/src/components/table-toolbar-button/_useSize.tsx +28 -0
  548. package/src/components/table-toolbar-button/ghost/Ghost.tsx +43 -0
  549. package/src/components/table-toolbar-button/ghost/GhostProps.ts +6 -0
  550. package/src/components/table-toolbar-button/ghost/GhostRef.ts +6 -0
  551. package/src/components/table-toolbar-button/ghost/index.ts +3 -0
  552. package/src/components/table-toolbar-button/ghost-icon/GhostIcon.tsx +43 -0
  553. package/src/components/table-toolbar-button/ghost-icon/GhostIconProps.ts +6 -0
  554. package/src/components/table-toolbar-button/ghost-icon/GhostIconRef.ts +6 -0
  555. package/src/components/table-toolbar-button/ghost-icon/index.ts +3 -0
  556. package/src/components/table-toolbar-button/index.ts +3 -0
  557. package/src/components/table-toolbar-button/primary/Primary.tsx +43 -0
  558. package/src/components/table-toolbar-button/primary/PrimaryProps.ts +6 -0
  559. package/src/components/table-toolbar-button/primary/PrimaryRef.ts +6 -0
  560. package/src/components/table-toolbar-button/primary/index.ts +3 -0
  561. package/src/components/table-toolbar-switcher/TableToolbarSwitcher.tsx +110 -0
  562. package/src/components/table-toolbar-switcher/TableToolbarSwitcherProps.ts +18 -0
  563. package/src/components/table-toolbar-switcher/TableToolbarSwitcherRef.ts +10 -0
  564. package/src/components/table-toolbar-switcher/TableToolbarSwitcherRefBase.ts +16 -0
  565. package/src/components/table-toolbar-switcher/_AnimatedContentProps.ts +3 -0
  566. package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContent.tsx +33 -0
  567. package/src/components/table-toolbar-switcher/_animated-next-content/AnimatedNextContentProps.ts +10 -0
  568. package/src/components/table-toolbar-switcher/_animated-next-content/index.ts +2 -0
  569. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbar.tsx +59 -0
  570. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarProps.ts +10 -0
  571. package/src/components/table-toolbar-switcher/_animated-toolbar/AnimatedToolbarRef.ts +6 -0
  572. package/src/components/table-toolbar-switcher/_animated-toolbar/index.ts +3 -0
  573. package/src/components/table-toolbar-switcher/_useAnimatedContent.tsx +179 -0
  574. package/src/components/table-toolbar-switcher/index.ts +4 -0
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TableBatchActionBar = 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 _Box = require("../box/Box.js");
11
+ var _ScrollView = require("../scroll-view/ScrollView.js");
12
+ var _TableContext = require("../table/_TableContext.js");
13
+ var _Text = require("../text/Text.js");
14
+ var _TableBatchActionBarContext = require("./_TableBatchActionBarContext.js");
15
+ var _jsxRuntime = require("react/jsx-runtime");
16
+ 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); }
17
+ const TableBatchActionBar = exports.TableBatchActionBar = /*#__PURE__*/(0, _react.forwardRef)(function TableBatchActionBar({
18
+ size: sizeProp,
19
+ horizontal = true,
20
+ text,
21
+ textProps,
22
+ buttons,
23
+ style,
24
+ contentContainerStyle,
25
+ ...props
26
+ }, ref) {
27
+ const tableContext = (0, _react.useContext)(_TableContext.TableContext),
28
+ size = sizeProp ?? tableContext.rowSize,
29
+ batchActionBarSize = mapRowSizeToBatchActionBarSize[size];
30
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_TableBatchActionBarContext.TableBatchActionBarContext.Provider, {
31
+ value: {
32
+ size: batchActionBarSize
33
+ },
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_ScrollView.ScrollView, {
35
+ ref: ref,
36
+ ...props,
37
+ horizontal: horizontal,
38
+ style: [carbonStyleSheet.tableBatchActionBar,
39
+ // if users provide size prop manually
40
+ // they will still get the correct size style
41
+ // the `large` and `small` from `TableBatchActionBarSize`
42
+ // are also used by `TableRowSize`
43
+ styleSheetSize[batchActionBarSize], style],
44
+ contentContainerStyle: [CarbonStyleSheet.g.flex_auto, CarbonStyleSheet.g.flex_row, CarbonStyleSheet.g.justify_between, contentContainerStyle],
45
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.Text, {
46
+ ...textProps,
47
+ type: "body_compact_01",
48
+ style: [CarbonStyleSheet.g.flex_auto, CarbonStyleSheet.g.self_center, CarbonStyleSheet.g.px_05, carbonStyleSheet.text, textProps?.style],
49
+ children: text
50
+ }), !!buttons && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.Box, {
51
+ style: [CarbonStyleSheet.g.flex_row, CarbonStyleSheet.g.self_stretch],
52
+ children: buttons
53
+ })]
54
+ })
55
+ });
56
+ });
57
+ const styleSheetSize = _reactNative.StyleSheet.create({
58
+ small: {
59
+ height: 32
60
+ },
61
+ large: {
62
+ height: 48
63
+ }
64
+ }),
65
+ mapRowSizeToBatchActionBarSize = {
66
+ extra_small: "small",
67
+ small: "small",
68
+ medium: "small",
69
+ large: "large",
70
+ extra_large: "large"
71
+ },
72
+ carbonStyleSheet = CarbonStyleSheet.create({
73
+ tableBatchActionBar: {
74
+ backgroundColor: CarbonStyleSheet.color.background_brand
75
+ },
76
+ text: {
77
+ textWrap: "nowrap",
78
+ color: CarbonStyleSheet.color.text_on_color
79
+ }
80
+ });
81
+ //# sourceMappingURL=TableBatchActionBar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_reactNative","CarbonStyleSheet","_interopRequireWildcard","_Box","_ScrollView","_TableContext","_Text","_TableBatchActionBarContext","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","TableBatchActionBar","exports","forwardRef","size","sizeProp","horizontal","text","textProps","buttons","style","contentContainerStyle","props","ref","tableContext","useContext","TableContext","rowSize","batchActionBarSize","mapRowSizeToBatchActionBarSize","jsx","TableBatchActionBarContext","Provider","value","children","jsxs","ScrollView","carbonStyleSheet","tableBatchActionBar","styleSheetSize","g","flex_auto","flex_row","justify_between","Text","type","self_center","px_05","Box","self_stretch","StyleSheet","create","small","height","large","extra_small","medium","extra_large","backgroundColor","color","background_brand","textWrap","text_on_color"],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/TableBatchActionBar.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableBatchActionBarProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/TableBatchActionBarProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableBatchActionBarRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/TableBatchActionBarRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=TableBatchActionBarSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/TableBatchActionBarSize.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TableBatchActionBarContext = void 0;
7
+ var _react = require("react");
8
+ const TableBatchActionBarContext = exports.TableBatchActionBarContext = /*#__PURE__*/(0, _react.createContext)({
9
+ size: "large"
10
+ });
11
+ //# sourceMappingURL=_TableBatchActionBarContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","TableBatchActionBarContext","exports","createContext","size"],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/_TableBatchActionBarContext.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAYO,MAAMC,0BAA0B,GAAAC,OAAA,CAAAD,0BAAA,gBAAG,IAAAE,oBAAa,EAA6B;EACnFC,IAAI,EAAE;AACP,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _TableBatchActionBar = require("./TableBatchActionBar.js");
7
+ Object.keys(_TableBatchActionBar).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _TableBatchActionBar[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _TableBatchActionBar[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_TableBatchActionBar","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar/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,38 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TableBatchActionBarButton = void 0;
7
+ var _react = require("react");
8
+ var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
9
+ var _index2 = require("../button/primary/index.js");
10
+ var _TableBatchActionBarContext = require("../table-batch-action-bar/_TableBatchActionBarContext.js");
11
+ var _jsxRuntime = require("react/jsx-runtime");
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
+ const TableBatchActionBarButton = exports.TableBatchActionBarButton = /*#__PURE__*/(0, _react.forwardRef)(function TableBatchActionBarButton({
14
+ Icon,
15
+ iconProps,
16
+ style,
17
+ ...props
18
+ }, ref) {
19
+ const tableBatchActionBarContext = (0, _react.useContext)(_TableBatchActionBarContext.TableBatchActionBarContext);
20
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.Primary, {
21
+ ref: ref,
22
+ ...props,
23
+ size: mapBatchActionBarSizeToButtonSize[tableBatchActionBarContext.size],
24
+ Icon: Icon,
25
+ iconProps: {
26
+ ...iconProps,
27
+ style: [CarbonStyleSheet.g.ms_03,
28
+ // override the gap between text and icon
29
+ iconProps?.style]
30
+ },
31
+ style: [Icon ? undefined : CarbonStyleSheet.g.pe_05, style]
32
+ });
33
+ });
34
+ const mapBatchActionBarSizeToButtonSize = {
35
+ small: "small",
36
+ large: "large_productive"
37
+ };
38
+ //# sourceMappingURL=TableBatchActionBarButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","CarbonStyleSheet","_interopRequireWildcard","_index2","_TableBatchActionBarContext","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","TableBatchActionBarButton","exports","forwardRef","Icon","iconProps","style","props","ref","tableBatchActionBarContext","useContext","TableBatchActionBarContext","jsx","Primary","size","mapBatchActionBarSizeToButtonSize","g","ms_03","undefined","pe_05","small","large"],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar-button/TableBatchActionBarButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,gBAAA,GAAAC,uBAAA,CAAAF,OAAA;AAEA,IAAAG,OAAA,GAAAH,OAAA;AASA,IAAAI,2BAAA,GAAAJ,OAAA;AAE8D,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAE,wBAAAI,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAN,uBAAA,YAAAA,CAAAI,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAUvD,MAAMkB,yBAAyB,GAAAC,OAAA,CAAAD,yBAAA,gBAAG,IAAAE,iBAAU,EAClD,SAASF,yBAAyBA,CACjC;EACCG,IAAI;EACJC,SAAS;EACTC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,0BAA0B,GACzB,IAAAC,iBAAU,EAACC,sDAA0B,CAAC;EAExC,oBACC,IAAA9B,WAAA,CAAA+B,GAAA,EAACjC,OAAA,CAAAkC,OAAa;IACbL,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVO,IAAI,EAAGC,iCAAiC,CAACN,0BAA0B,CAACK,IAAI,CAAG;IAC3EV,IAAI,EAAGA,IAAM;IACbC,SAAS,EAAE;MACV,GAAGA,SAAS;MACZC,KAAK,EAAE,CACN7B,gBAAgB,CAACuC,CAAC,CAACC,KAAK;MAAE;MAC1BZ,SAAS,EAAEC,KAAK;IAElB,CAAE;IACFA,KAAK,EAAG,CACPF,IAAI,GACDc,SAAS,GACTzC,gBAAgB,CAACuC,CAAC,CAACG,KAAK,EAC3Bb,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC;AAED,MACCS,iCAAiC,GAChC;EACCK,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE;AACR,CAA6F","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableBatchActionBarButtonProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar-button/TableBatchActionBarButtonProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableBatchActionBarButtonRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar-button/TableBatchActionBarButtonRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _TableBatchActionBarButton = require("./TableBatchActionBarButton.js");
7
+ Object.keys(_TableBatchActionBarButton).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _TableBatchActionBarButton[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _TableBatchActionBarButton[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_TableBatchActionBarButton","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/table-batch-action-bar-button/index.ts"],"mappings":";;;;;AAAA,IAAAA,0BAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,0BAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,0BAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,0BAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -24,14 +24,14 @@ const SortIcon = exports.SortIcon = /*#__PURE__*/(0, _react.forwardRef)(function
24
24
  _reactNative.Animated.timing(rotationValue.current, {
25
25
  toValue: 0,
26
26
  duration: 0,
27
- useNativeDriver: false
27
+ useNativeDriver: _reactNative.Platform.OS != "web"
28
28
  }).start();
29
29
  } else if (type == "asc" || type == "desc") {
30
30
  _reactNative.Animated.timing(rotationValue.current, {
31
31
  toValue: type == "asc" ? 0 : 1,
32
32
  duration: _carbonReactNativeElements.Motion.Duration.moderate_02,
33
33
  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),
34
- useNativeDriver: false
34
+ useNativeDriver: _reactNative.Platform.OS != "web"
35
35
  }).start();
36
36
  }
37
37
  }, [type]);
@@ -42,7 +42,7 @@ const SortIcon = exports.SortIcon = /*#__PURE__*/(0, _react.forwardRef)(function
42
42
  toValue: value,
43
43
  duration: _carbonReactNativeElements.Motion.Duration.fast_01,
44
44
  easing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.entrance.productive.x1, _carbonReactNativeElements.Motion.Easing.entrance.productive.y1, _carbonReactNativeElements.Motion.Easing.entrance.productive.x2, _carbonReactNativeElements.Motion.Easing.entrance.productive.y2),
45
- useNativeDriver: true
45
+ useNativeDriver: _reactNative.Platform.OS != "web"
46
46
  }).start();
47
47
  }
48
48
  };
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_arrowUp","_interopRequireDefault","_arrowsVertical","_TableCellIcon","_jsxRuntime","e","__esModule","default","SortIcon","exports","forwardRef","type","style","props","ref","rotationValue","useRef","Animated","Value","opacityValue","useEffect","timing","current","toValue","duration","useNativeDriver","start","Motion","Duration","moderate_02","easing","Easing","bezier","standard","productive","x1","y1","x2","y2","useImperativeHandle","setOpacity","value","fast_01","entrance","jsx","AnimatedTableCellIcon","Icon","IconArrowsVertical","IconArrowUp","opacity","transform","rotateZ","interpolate","inputRange","outputRange","createAnimatedComponent","TableCellIcon"],"sourceRoot":"../../../../../src","sources":["components/table-cell-header/_sort-icon/SortIcon.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_arrowUp","_interopRequireDefault","_arrowsVertical","_TableCellIcon","_jsxRuntime","e","__esModule","default","SortIcon","exports","forwardRef","type","style","props","ref","rotationValue","useRef","Animated","Value","opacityValue","useEffect","timing","current","toValue","duration","useNativeDriver","Platform","OS","start","Motion","Duration","moderate_02","easing","Easing","bezier","standard","productive","x1","y1","x2","y2","useImperativeHandle","setOpacity","value","fast_01","entrance","jsx","AnimatedTableCellIcon","Icon","IconArrowsVertical","IconArrowUp","opacity","transform","rotateZ","interpolate","inputRange","outputRange","createAnimatedComponent","TableCellIcon"],"sourceRoot":"../../../../../src","sources":["components/table-cell-header/_sort-icon/SortIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAOA,IAAAC,YAAA,GAAAD,OAAA;AAMA,IAAAE,0BAAA,GAAAF,OAAA;AAIA,IAAAG,QAAA,GAAAC,sBAAA,CAAAJ,OAAA;AACA,IAAAK,eAAA,GAAAD,sBAAA,CAAAJ,OAAA;AAEA,IAAAM,cAAA,GAAAN,OAAA;AAE4C,IAAAO,WAAA,GAAAP,OAAA;AAAA,SAAAI,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAcrC,MAAMG,QAAQ,GAAAC,OAAA,CAAAD,QAAA,gBAAG,IAAAE,iBAAU,EACjC,SAASF,QAAQA,CAChB;EACCG,IAAI;EACJC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,aAAa,GACZ,IAAAC,aAAM,EAAC,IAAIC,qBAAQ,CAACC,KAAK,CAAC,CAAC,CAAC,CAAC;IAE9BC,YAAY,GACX,IAAAH,aAAM,EAAC,IAAIC,qBAAQ,CAACC,KAAK,CAAC,CAAC,CAAC,CAAC;EAE/B,IAAAE,gBAAS,EAAC,MAAM;IACf,IAAGT,IAAI,IAAI,MAAM,EAAE;MAClBM,qBAAQ,CACNI,MAAM,CACNN,aAAa,CAACO,OAAO,EACrB;QACCC,OAAO,EAAE,CAAC;QACVC,QAAQ,EAAE,CAAC;QACXC,eAAe,EAAEC,qBAAQ,CAACC,EAAE,IAAI;MACjC,CACD,CAAC,CACAC,KAAK,CAAC,CAAC;IACV,CAAC,MAAM,IAAGjB,IAAI,IAAI,KAAK,IAAIA,IAAI,IAAI,MAAM,EAAE;MAC1CM,qBAAQ,CACNI,MAAM,CACNN,aAAa,CAACO,OAAO,EACrB;QACCC,OAAO,EAAEZ,IAAI,IAAI,KAAK,GAAG,CAAC,GAAG,CAAC;QAC9Ba,QAAQ,EAAEK,iCAAM,CAACC,QAAQ,CAACC,WAAW;QACrCC,MAAM,EAAEC,mBAAM,CAACC,MAAM,CACpBL,iCAAM,CAACI,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpCR,iCAAM,CAACI,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCT,iCAAM,CAACI,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpCV,iCAAM,CAACI,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACI,EACnC,CAAC;QACDf,eAAe,EAAEC,qBAAQ,CAACC,EAAE,IAAI;MACjC,CACD,CAAC,CACAC,KAAK,CAAC,CAAC;IACV;EACD,CAAC,EAAE,CACFjB,IAAI,CACJ,CAAC;EAEF,IAAA8B,0BAAmB,EAAC3B,GAAG,EAAE,MAAM;IAC9B,OAAO;MACN4B,UAAUA,CAACC,KAAK,EAAE;QACjB1B,qBAAQ,CACNI,MAAM,CACNF,YAAY,CAACG,OAAO,EACpB;UACCC,OAAO,EAAEoB,KAAK;UACdnB,QAAQ,EAAEK,iCAAM,CAACC,QAAQ,CAACc,OAAO;UACjCZ,MAAM,EAAEC,mBAAM,CAACC,MAAM,CACpBL,iCAAM,CAACI,MAAM,CAACY,QAAQ,CAACT,UAAU,CAACC,EAAE,EACpCR,iCAAM,CAACI,MAAM,CAACY,QAAQ,CAACT,UAAU,CAACE,EAAE,EACpCT,iCAAM,CAACI,MAAM,CAACY,QAAQ,CAACT,UAAU,CAACG,EAAE,EACpCV,iCAAM,CAACI,MAAM,CAACY,QAAQ,CAACT,UAAU,CAACI,EACnC,CAAC;UACDf,eAAe,EAAEC,qBAAQ,CAACC,EAAE,IAAI;QACjC,CACD,CAAC,CACAC,KAAK,CAAC,CAAC;MACV;IACD,CAAC;EACF,CAAC,EAAE,EAAE,CAAC;EAEN,oBACC,IAAAxB,WAAA,CAAA0C,GAAA,EAACC,qBAAqB;IAAA,GAChBlC,KAAK;IACVmC,IAAI,EAAIrC,IAAI,IAAI,MAAM,GAAGsC,uBAAkB,GAAGC,gBAA4C;IAC1FtC,KAAK,EAAG,CACP;MACC;MACAuC,OAAO,EAAEhC,YAAY,CAACG,OAAO;MAC7B8B,SAAS,EAAE,CAAC;QACXC,OAAO,EAAEtC,aAAa,CAACO,OAAO,CAACgC,WAAW,CAAC;UAC1CC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;UAClBC,WAAW,EAAE,CAAC,MAAM,EAAE,QAAQ;QAC/B,CAAC;MACF,CAAC;MACD;IACD,CAAC,EACD5C,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC;AAED,MACCmC,qBAAqB,GACpB9B,qBAAQ,CAACwC,uBAAuB,CAACC,4BAAa,CAAC","ignoreList":[]}
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TableHeader = void 0;
7
+ var _react = require("react");
8
+ var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
9
+ var _Box = require("../box/Box.js");
10
+ var _LayerContext = require("../layer/LayerContext.js");
11
+ var _Text = require("../text/Text.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
+ const TableHeader = exports.TableHeader = /*#__PURE__*/(0, _react.forwardRef)(function TableHeader({
15
+ title,
16
+ description,
17
+ titleProps,
18
+ descriptionProps,
19
+ style,
20
+ ...props
21
+ }, ref) {
22
+ const layerContext = (0, _react.useContext)(_LayerContext.LayerContext);
23
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Box.Box, {
24
+ ref: ref,
25
+ ...props,
26
+ style: [CarbonStyleSheet.g.pt_05, CarbonStyleSheet.g.pb_06, CarbonStyleSheet.g.px_05, carbonStyleSheet[`bg_${layerContext}`], style],
27
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.Text, {
28
+ ...titleProps,
29
+ type: "heading_03",
30
+ children: title
31
+ }), !!description && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.Text, {
32
+ ...descriptionProps,
33
+ type: "body_compact_01",
34
+ style: [carbonStyleSheet.description, descriptionProps?.style],
35
+ children: description
36
+ })]
37
+ });
38
+ });
39
+ const carbonStyleSheet = CarbonStyleSheet.create({
40
+ bg_1: {
41
+ backgroundColor: CarbonStyleSheet.color.layer_01
42
+ },
43
+ bg_2: {
44
+ backgroundColor: CarbonStyleSheet.color.layer_02
45
+ },
46
+ bg_3: {
47
+ backgroundColor: CarbonStyleSheet.color.layer_03
48
+ },
49
+ description: {
50
+ color: CarbonStyleSheet.color.text_secondary
51
+ }
52
+ });
53
+ //# sourceMappingURL=TableHeader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","CarbonStyleSheet","_interopRequireWildcard","_Box","_LayerContext","_Text","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","TableHeader","exports","forwardRef","title","description","titleProps","descriptionProps","style","props","ref","layerContext","useContext","LayerContext","jsxs","Box","g","pt_05","pb_06","px_05","carbonStyleSheet","children","jsx","Text","type","create","bg_1","backgroundColor","color","layer_01","bg_2","layer_02","bg_3","layer_03","text_secondary"],"sourceRoot":"../../../../src","sources":["components/table-header/TableHeader.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=TableHeaderProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-header/TableHeaderProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableHeaderRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-header/TableHeaderRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _TableHeader = require("./TableHeader.js");
7
+ Object.keys(_TableHeader).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _TableHeader[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _TableHeader[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_TableHeader","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/table-header/index.ts"],"mappings":";;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TableToolbar = 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 _Box = require("../box/Box.js");
11
+ var _LayerContext = require("../layer/LayerContext.js");
12
+ var _ScrollView = require("../scroll-view/ScrollView.js");
13
+ var _TableContext = require("../table/_TableContext.js");
14
+ var _TableToolbarContext = require("./_TableToolbarContext.js");
15
+ var _jsxRuntime = require("react/jsx-runtime");
16
+ 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); }
17
+ const TableToolbar = exports.TableToolbar = /*#__PURE__*/(0, _react.forwardRef)(function TableToolbar({
18
+ size: sizeProp,
19
+ buttons,
20
+ children,
21
+ horizontal = true,
22
+ role = "group",
23
+ "aria-label": ariaLabel = "table toolbar",
24
+ style,
25
+ contentContainerStyle,
26
+ ...props
27
+ }, ref) {
28
+ const layerContext = (0, _react.useContext)(_LayerContext.LayerContext),
29
+ tableContext = (0, _react.useContext)(_TableContext.TableContext),
30
+ size = sizeProp ?? tableContext.rowSize;
31
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_TableToolbarContext.TableToolbarContext.Provider, {
32
+ value: {
33
+ size: sizeProp ?? mapRowSizeToToolbarSize[tableContext.rowSize]
34
+ },
35
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_ScrollView.ScrollView, {
36
+ ref: ref,
37
+ ...props,
38
+ role: role,
39
+ "aria-label": ariaLabel,
40
+ horizontal: horizontal,
41
+ style: [
42
+ // if users provide size prop manually
43
+ // they will still get the correct size style
44
+ // the `large` and `small` from `TableToolbarSize`
45
+ // are also used by `TableRowSize`
46
+ styleSheetSize[mapRowSizeToToolbarSize[size]], styleSheetBGPerLayer[`bg_${layerContext}`], style],
47
+ contentContainerStyle: [CarbonStyleSheet.g.flex_row, CarbonStyleSheet.g.flex_auto, CarbonStyleSheet.g.justify_between, contentContainerStyle],
48
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.Box, {
49
+ style: [CarbonStyleSheet.g.flex_auto],
50
+ children: children
51
+ }), !!buttons && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.Box, {
52
+ style: [CarbonStyleSheet.g.flex_row, CarbonStyleSheet.g.self_stretch],
53
+ children: buttons
54
+ })]
55
+ })
56
+ });
57
+ });
58
+ const styleSheetSize = _reactNative.StyleSheet.create({
59
+ small: {
60
+ height: 32
61
+ },
62
+ large: {
63
+ height: 48
64
+ }
65
+ }),
66
+ mapRowSizeToToolbarSize = {
67
+ extra_small: "small",
68
+ small: "small",
69
+ medium: "small",
70
+ large: "large",
71
+ extra_large: "large"
72
+ },
73
+ styleSheetBGPerLayer = CarbonStyleSheet.create({
74
+ bg_1: {
75
+ backgroundColor: CarbonStyleSheet.color.layer_01
76
+ },
77
+ bg_2: {
78
+ backgroundColor: CarbonStyleSheet.color.layer_02
79
+ },
80
+ bg_3: {
81
+ backgroundColor: CarbonStyleSheet.color.layer_03
82
+ }
83
+ });
84
+ //# sourceMappingURL=TableToolbar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_reactNative","CarbonStyleSheet","_interopRequireWildcard","_Box","_LayerContext","_ScrollView","_TableContext","_TableToolbarContext","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","TableToolbar","exports","forwardRef","size","sizeProp","buttons","children","horizontal","role","ariaLabel","style","contentContainerStyle","props","ref","layerContext","useContext","LayerContext","tableContext","TableContext","rowSize","jsx","TableToolbarContext","Provider","value","mapRowSizeToToolbarSize","jsxs","ScrollView","styleSheetSize","styleSheetBGPerLayer","g","flex_row","flex_auto","justify_between","Box","self_stretch","StyleSheet","create","small","height","large","extra_small","medium","extra_large","bg_1","backgroundColor","color","layer_01","bg_2","layer_02","bg_3","layer_03"],"sourceRoot":"../../../../src","sources":["components/table-toolbar/TableToolbar.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AASA,IAAAE,gBAAA,GAAAC,uBAAA,CAAAH,OAAA;AAEA,IAAAI,IAAA,GAAAJ,OAAA;AAIA,IAAAK,aAAA,GAAAL,OAAA;AAIA,IAAAM,WAAA,GAAAN,OAAA;AAIA,IAAAO,aAAA,GAAAP,OAAA;AAgBA,IAAAQ,oBAAA,GAAAR,OAAA;AAE+B,IAAAS,WAAA,GAAAT,OAAA;AAAA,SAAAG,wBAAAO,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAT,uBAAA,YAAAA,CAAAO,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAExB,MAAMkB,YAAY,GAAAC,OAAA,CAAAD,YAAA,gBAAG,IAAAE,iBAAU,EACrC,SAASF,YAAYA,CACpB;EACCG,IAAI,EAAEC,QAAQ;EACdC,OAAO;EACPC,QAAQ;EACRC,UAAU,GAAG,IAAI;EACjBC,IAAI,GAAG,OAAO;EACd,YAAY,EAAEC,SAAS,GAAG,eAAe;EACzCC,KAAK;EACLC,qBAAqB;EACrB,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,YAAY,GACX,IAAAC,iBAAU,EAACC,0BAAY,CAAC;IAEzBC,YAAY,GACX,IAAAF,iBAAU,EAACG,0BAAY,CAAC;IAEzBf,IAAI,GACHC,QAAQ,IAAIa,YAAY,CAACE,OAAO;EAElC,oBACC,IAAAvC,WAAA,CAAAwC,GAAA,EAACzC,oBAAA,CAAA0C,mBAAmB,CAACC,QAAQ;IAC5BC,KAAK,EAAE;MACNpB,IAAI,EAAEC,QAAQ,IAAIoB,uBAAuB,CAACP,YAAY,CAACE,OAAO;IAC/D,CAAE;IAAAb,QAAA,eAEF,IAAA1B,WAAA,CAAA6C,IAAA,EAAChD,WAAA,CAAAiD,UAAU;MACVb,GAAG,EAAGA,GAAK;MAAA,GACND,KAAK;MACVJ,IAAI,EAAGA,IAAM;MACb,cAAaC,SAAW;MACxBF,UAAU,EAAGA,UAAY;MACzBG,KAAK,EAAG;MACP;MACA;MACA;MACA;MACAiB,cAAc,CACbH,uBAAuB,CAACrB,IAAI,CAAC,CAC7B,EAEDyB,oBAAoB,CAAC,MAAMd,YAAY,EAAE,CAAC,EAE1CJ,KAAK,CACH;MACHC,qBAAqB,EAAG,CACvBtC,gBAAgB,CAACwD,CAAC,CAACC,QAAQ,EAC3BzD,gBAAgB,CAACwD,CAAC,CAACE,SAAS,EAC5B1D,gBAAgB,CAACwD,CAAC,CAACG,eAAe,EAClCrB,qBAAqB,CACnB;MAAAL,QAAA,gBAEH,IAAA1B,WAAA,CAAAwC,GAAA,EAAC7C,IAAA,CAAA0D,GAAG;QACHvB,KAAK,EAAG,CACPrC,gBAAgB,CAACwD,CAAC,CAACE,SAAS,CAC1B;QAAAzB,QAAA,EAEDA;MAAQ,CACN,CAAC,EAEJ,CAAC,CAACD,OAAO,iBACV,IAAAzB,WAAA,CAAAwC,GAAA,EAAC7C,IAAA,CAAA0D,GAAG;QACHvB,KAAK,EAAG,CACPrC,gBAAgB,CAACwD,CAAC,CAACC,QAAQ,EAC3BzD,gBAAgB,CAACwD,CAAC,CAACK,YAAY,CAC7B;QAAA5B,QAAA,EAEDD;MAAO,CACL,CACL;IAAA,CACU;EAAC,CACgB,CAAC;AAGjC,CACD,CAAC;AAED,MACCsB,cAAc,GACbQ,uBAAU,CAACC,MAAM,CAAC;IACjBC,KAAK,EAAE;MACNC,MAAM,EAAE;IACT,CAAC;IACDC,KAAK,EAAE;MACND,MAAM,EAAE;IACT;EACD,CAAqF,CAAC;EAEvFd,uBAAuB,GACtB;IACCgB,WAAW,EAAE,OAAO;IACpBH,KAAK,EAAE,OAAO;IACdI,MAAM,EAAE,OAAO;IACfF,KAAK,EAAE,OAAO;IACdG,WAAW,EAAE;EACd,CAAsE;EAEvEd,oBAAoB,GACnBvD,gBAAgB,CAAC+D,MAAM,CAAC;IACvBO,IAAI,EAAE;MACLC,eAAe,EAAEvE,gBAAgB,CAACwE,KAAK,CAACC;IACzC,CAAC;IACDC,IAAI,EAAE;MACLH,eAAe,EAAEvE,gBAAgB,CAACwE,KAAK,CAACG;IACzC,CAAC;IACDC,IAAI,EAAE;MACLL,eAAe,EAAEvE,gBAAgB,CAACwE,KAAK,CAACK;IACzC;EACD,CAEC,CAAC","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableToolbarProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar/TableToolbarProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=TableToolbarRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar/TableToolbarRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=TableToolbarSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/table-toolbar/TableToolbarSize.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TableToolbarContext = void 0;
7
+ var _react = require("react");
8
+ const TableToolbarContext = exports.TableToolbarContext = /*#__PURE__*/(0, _react.createContext)({
9
+ size: "large"
10
+ });
11
+ //# sourceMappingURL=_TableToolbarContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","TableToolbarContext","exports","createContext","size"],"sourceRoot":"../../../../src","sources":["components/table-toolbar/_TableToolbarContext.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAYO,MAAMC,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,gBAAG,IAAAE,oBAAa,EAAsB;EACrEC,IAAI,EAAE;AACP,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _TableToolbar = require("./TableToolbar.js");
7
+ Object.keys(_TableToolbar).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _TableToolbar[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _TableToolbar[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_TableToolbar","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/table-toolbar/index.ts"],"mappings":";;;;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,aAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,aAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,aAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.useSize = useSize;
7
+ var _react = require("react");
8
+ var _TableToolbarContext = require("../table-toolbar/_TableToolbarContext.js");
9
+ function useSize() {
10
+ const tableToolbarContext = (0, _react.useContext)(_TableToolbarContext.TableToolbarContext);
11
+ return mapToolbarSizeToButtonSize[tableToolbarContext.size];
12
+ }
13
+ const mapToolbarSizeToButtonSize = {
14
+ small: "small",
15
+ large: "large_productive"
16
+ };
17
+ //# sourceMappingURL=_useSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_TableToolbarContext","useSize","tableToolbarContext","useContext","TableToolbarContext","mapToolbarSizeToButtonSize","size","small","large"],"sourceRoot":"../../../../src","sources":["components/table-toolbar-button/_useSize.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAQA,IAAAC,oBAAA,GAAAD,OAAA;AAIO,SAASE,OAAOA,CAAA,EAAS;EAE/B,MACCC,mBAAmB,GAClB,IAAAC,iBAAU,EAACC,wCAAmB,CAAC;EAEjC,OAAOC,0BAA0B,CAACH,mBAAmB,CAACI,IAAI,CAAC;AAE5D;AAEA,MACCD,0BAA0B,GACzB;EACCE,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE;AACR,CAA8D","ignoreList":[]}