@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
@@ -5,10 +5,11 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.GlobalConfigContext = void 0;
7
7
  var _react = require("react");
8
+ var _reactNative = require("react-native");
8
9
  const GlobalConfigContext = exports.GlobalConfigContext = /*#__PURE__*/(0, _react.createContext)({
9
10
  android_buttonRippleEffect: true,
10
11
  notificationColor: "high_contrast",
11
12
  toastDuration: 5000,
12
- rtl: false
13
+ rtl: _reactNative.I18nManager.isRTL
13
14
  });
14
15
  //# sourceMappingURL=GlobalConfigContext.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","GlobalConfigContext","exports","createContext","android_buttonRippleEffect","notificationColor","toastDuration","rtl"],"sourceRoot":"../../../../../src","sources":["_internal/contexts/global-config/GlobalConfigContext.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAwBO,MAAMC,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,gBAAG,IAAAE,oBAAa,EAAsB;EACrEC,0BAA0B,EAAE,IAAI;EAChCC,iBAAiB,EAAE,eAAe;EAClCC,aAAa,EAAE,IAAI;EACnBC,GAAG,EAAE;AACN,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","GlobalConfigContext","exports","createContext","android_buttonRippleEffect","notificationColor","toastDuration","rtl","I18nManager","isRTL"],"sourceRoot":"../../../../../src","sources":["_internal/contexts/global-config/GlobalConfigContext.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,YAAA,GAAAD,OAAA;AAwBO,MAAME,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,gBAAG,IAAAE,oBAAa,EAAsB;EACrEC,0BAA0B,EAAE,IAAI;EAChCC,iBAAiB,EAAE,eAAe;EAClCC,aAAa,EAAE,IAAI;EACnBC,GAAG,EAAEC,wBAAW,CAACC;AAClB,CAAC,CAAC","ignoreList":[]}
@@ -4,15 +4,18 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.GlobalConfigProvider = GlobalConfigProvider;
7
+ var _reactNative = require("react-native");
7
8
  var _index = require("../../contexts/global-config/index.js");
8
9
  var _jsxRuntime = require("react/jsx-runtime");
10
+ const isRtl = _reactNative.I18nManager.isRTL;
9
11
  function GlobalConfigProvider({
10
- android_buttonRippleEffect,
11
- notificationColor,
12
- toastDuration,
13
- rtl,
12
+ android_buttonRippleEffect = true,
13
+ notificationColor = "high_contrast",
14
+ toastDuration = 5000,
15
+ rtl: rtlProp,
14
16
  children
15
17
  }) {
18
+ const rtl = rtlProp ?? isRtl;
16
19
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GlobalConfigContext.Provider, {
17
20
  value: {
18
21
  android_buttonRippleEffect,
@@ -1 +1 @@
1
- {"version":3,"names":["_index","require","_jsxRuntime","GlobalConfigProvider","android_buttonRippleEffect","notificationColor","toastDuration","rtl","children","jsx","GlobalConfigContext","Provider","value"],"sourceRoot":"../../../../../src","sources":["_internal/providers/global-config/GlobalConfigProvider.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEqC,IAAAC,WAAA,GAAAD,OAAA;AAM9B,SAASE,oBAAoBA,CAAC;EACpCC,0BAA0B;EAC1BC,iBAAiB;EACjBC,aAAa;EACbC,GAAG;EACHC;AAC0B,CAAC,EAAE;EAE7B,oBACC,IAAAN,WAAA,CAAAO,GAAA,EAACT,MAAA,CAAAU,mBAAmB,CAACC,QAAQ;IAC5BC,KAAK,EAAE;MACNR,0BAA0B;MAC1BC,iBAAiB;MACjBC,aAAa;MACbC;IACD,CAAE;IAAAC,QAAA,EAEAA;EAAQ,CACmB,CAAC;AAGjC","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_index","_jsxRuntime","isRtl","I18nManager","isRTL","GlobalConfigProvider","android_buttonRippleEffect","notificationColor","toastDuration","rtl","rtlProp","children","jsx","GlobalConfigContext","Provider","value"],"sourceRoot":"../../../../../src","sources":["_internal/providers/global-config/GlobalConfigProvider.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAEqC,IAAAE,WAAA,GAAAF,OAAA;AAMrC,MAAMG,KAAK,GAAGC,wBAAW,CAACC,KAAK;AAExB,SAASC,oBAAoBA,CAAC;EACpCC,0BAA0B,GAAG,IAAI;EACjCC,iBAAiB,GAAG,eAAe;EACnCC,aAAa,GAAG,IAAI;EACpBC,GAAG,EAAEC,OAAO;EACZC;AAC0B,CAAC,EAAE;EAE7B,MACCF,GAAG,GACFC,OAAO,IAAIR,KAAK;EAElB,oBACC,IAAAD,WAAA,CAAAW,GAAA,EAACZ,MAAA,CAAAa,mBAAmB,CAACC,QAAQ;IAC5BC,KAAK,EAAE;MACNT,0BAA0B;MAC1BC,iBAAiB;MACjBC,aAAa;MACbC;IACD,CAAE;IAAAE,QAAA,EAEAA;EAAQ,CACmB,CAAC;AAGjC","ignoreList":[]}
@@ -7,13 +7,15 @@ exports.CarbonReactNative = CarbonReactNative;
7
7
  var _index = require("../_internal/providers/index.js");
8
8
  var _jsxRuntime = require("react/jsx-runtime");
9
9
  function CarbonReactNative({
10
- // GlobalConfigProviderProps
11
- android_buttonRippleEffect = true,
12
- notificationColor = "high_contrast",
13
- toastDuration = 5000,
14
- rtl = false,
15
- // ThemeProviderProps
10
+ // +++ GlobalConfigProviderProps +++
11
+ android_buttonRippleEffect,
12
+ notificationColor,
13
+ toastDuration,
14
+ rtl,
15
+ // --- GlobalConfigProviderProps ---
16
+ // +++ ThemeProviderProps +++
16
17
  colorScheme,
18
+ // --- ThemeProviderProps ---
17
19
  children
18
20
  }) {
19
21
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GlobalConfigProvider, {
@@ -1 +1 @@
1
- {"version":3,"names":["_index","require","_jsxRuntime","CarbonReactNative","android_buttonRippleEffect","notificationColor","toastDuration","rtl","colorScheme","children","jsx","GlobalConfigProvider","ThemeProvider","BreakpointProvider"],"sourceRoot":"../../../src","sources":["carbon-react-native/CarbonReactNative.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAI+B,IAAAC,WAAA,GAAAD,OAAA;AAMxB,SAASE,iBAAiBA,CAAC;EACjC;EACAC,0BAA0B,GAAG,IAAI;EACjCC,iBAAiB,GAAG,eAAe;EACnCC,aAAa,GAAG,IAAI;EACpBC,GAAG,GAAG,KAAK;EAEX;EACAC,WAAW;EAEXC;AACuB,CAAC,EAAE;EAE1B,oBACC,IAAAP,WAAA,CAAAQ,GAAA,EAACV,MAAA,CAAAW,oBAAoB;IACpBP,0BAA0B,EAAGA,0BAA4B;IACzDC,iBAAiB,EAAGA,iBAAmB;IACvCC,aAAa,EAAGA,aAAe;IAC/BC,GAAG,EAAGA,GAAK;IAAAE,QAAA,eAEX,IAAAP,WAAA,CAAAQ,GAAA,EAACV,MAAA,CAAAY,aAAa;MACbJ,WAAW,EAAGA,WAAa;MAAAC,QAAA,eAE3B,IAAAP,WAAA,CAAAQ,GAAA,EAACV,MAAA,CAAAa,kBAAkB;QAAAJ,QAAA,EAChBA;MAAQ,CACS;IAAC,CACP;EAAC,CACK,CAAC;AAGzB","ignoreList":[]}
1
+ {"version":3,"names":["_index","require","_jsxRuntime","CarbonReactNative","android_buttonRippleEffect","notificationColor","toastDuration","rtl","colorScheme","children","jsx","GlobalConfigProvider","ThemeProvider","BreakpointProvider"],"sourceRoot":"../../../src","sources":["carbon-react-native/CarbonReactNative.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAI+B,IAAAC,WAAA,GAAAD,OAAA;AAMxB,SAASE,iBAAiBA,CAAC;EACjC;EACAC,0BAA0B;EAC1BC,iBAAiB;EACjBC,aAAa;EACbC,GAAG;EACH;EACA;EACAC,WAAW;EACX;EACAC;AACuB,CAAC,EAAE;EAE1B,oBACC,IAAAP,WAAA,CAAAQ,GAAA,EAACV,MAAA,CAAAW,oBAAoB;IACpBP,0BAA0B,EAAGA,0BAA4B;IACzDC,iBAAiB,EAAGA,iBAAmB;IACvCC,aAAa,EAAGA,aAAe;IAC/BC,GAAG,EAAGA,GAAK;IAAAE,QAAA,eAEX,IAAAP,WAAA,CAAAQ,GAAA,EAACV,MAAA,CAAAY,aAAa;MACbJ,WAAW,EAAGA,WAAa;MAAAC,QAAA,eAE3B,IAAAP,WAAA,CAAAQ,GAAA,EAACV,MAAA,CAAAa,kBAAkB;QAAAJ,QAAA,EAChBA;MAAQ,CACS;IAAC,CACP;EAAC,CACK,CAAC;AAGzB","ignoreList":[]}
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.notification_info_background = exports.notification_error_border = exports.notification_error_background = exports.notification_action_tertiary_inverse_text_on_color_disabled = exports.notification_action_tertiary_inverse_text = exports.notification_action_tertiary_inverse_hover = exports.notification_action_tertiary_inverse_active = exports.notification_action_tertiary_inverse = exports.notification_action_hover = exports.link_visited = exports.link_secondary = exports.link_primary_hover = exports.link_primary = exports.link_inverse_visited = exports.link_inverse_hover = exports.link_inverse_active = exports.link_inverse = exports.layer_selected_inverse = exports.layer_selected_hover_03 = exports.layer_selected_hover_02 = exports.layer_selected_hover_01 = exports.layer_selected_disabled = exports.layer_selected_03 = exports.layer_selected_02 = exports.layer_selected_01 = exports.layer_hover_03 = exports.layer_hover_02 = exports.layer_hover_01 = exports.layer_active_03 = exports.layer_active_02 = exports.layer_active_01 = exports.layer_accent_hover_03 = exports.layer_accent_hover_02 = exports.layer_accent_hover_01 = exports.layer_accent_active_03 = exports.layer_accent_active_02 = exports.layer_accent_active_01 = exports.layer_accent_03 = exports.layer_accent_02 = exports.layer_accent_01 = exports.layer_03 = exports.layer_02 = exports.layer_01 = exports.interactive = exports.icon_secondary = exports.icon_primary = exports.icon_on_color_disabled = exports.icon_on_color = exports.icon_inverse = exports.icon_interactive = exports.icon_disabled = exports.highlight = exports.focus_inverse = exports.focus_inset = exports.focus = exports.field_hover_03 = exports.field_hover_02 = exports.field_hover_01 = exports.field_03 = exports.field_02 = exports.field_01 = exports.button_tertiary_hover = exports.button_tertiary_active = exports.button_tertiary = exports.button_separator = exports.button_secondary_hover = exports.button_secondary_active = exports.button_secondary = exports.button_primary_hover = exports.button_primary_active = exports.button_primary = exports.button_disabled = exports.button_danger_secondary = exports.button_danger_primary = exports.button_danger_hover = exports.button_danger_active = exports.border_tile_03 = exports.border_tile_02 = exports.border_tile_01 = exports.border_subtle_selected_03 = exports.border_subtle_selected_02 = exports.border_subtle_selected_01 = exports.border_subtle_03 = exports.border_subtle_02 = exports.border_subtle_01 = exports.border_subtle_00 = exports.border_strong_03 = exports.border_strong_02 = exports.border_strong_01 = exports.border_inverse = exports.border_interactive = exports.border_disabled = exports.background_selected_hover = exports.background_selected = exports.background_inverse_hover = exports.background_inverse = exports.background_hover = exports.background_brand = exports.background_active = exports.background = void 0;
7
7
  exports.toggle_off = exports.text_secondary = exports.text_primary = exports.text_placeholder = exports.text_on_color_disabled = exports.text_on_color = exports.text_inverse = exports.text_helper = exports.text_error = exports.text_disabled = exports.tag_hover_warm_gray = exports.tag_hover_teal = exports.tag_hover_red = exports.tag_hover_purple = exports.tag_hover_magenta = exports.tag_hover_green = exports.tag_hover_gray = exports.tag_hover_cyan = exports.tag_hover_cool_gray = exports.tag_hover_blue = exports.tag_color_warm_gray = exports.tag_color_teal = exports.tag_color_red = exports.tag_color_purple = exports.tag_color_magenta = exports.tag_color_green = exports.tag_color_gray = exports.tag_color_cyan = exports.tag_color_cool_gray = exports.tag_color_blue = exports.tag_border_warm_gray = exports.tag_border_teal = exports.tag_border_red = exports.tag_border_purple = exports.tag_border_magenta = exports.tag_border_green = exports.tag_border_gray = exports.tag_border_cyan = exports.tag_border_cool_gray = exports.tag_border_blue = exports.tag_background_warm_gray = exports.tag_background_teal = exports.tag_background_red = exports.tag_background_purple = exports.tag_background_magenta = exports.tag_background_green = exports.tag_background_gray = exports.tag_background_cyan = exports.tag_background_cool_gray = exports.tag_background_blue = exports.support_warning_inverse = exports.support_warning = exports.support_success_inverse = exports.support_success = exports.support_info_inverse = exports.support_info = exports.support_error_inverse = exports.support_error = exports.support_caution_undefined = exports.support_caution_minor = exports.support_caution_major = exports.skeleton_element = exports.skeleton_background = exports.overlay = exports.notification_warning_border = exports.notification_warning_background = exports.notification_success_border = exports.notification_success_background = exports.notification_info_border = void 0;
8
8
  // Generated
9
- // Fri, 03 Apr 2026 19:29:52 GMT
9
+ // Sat, 04 Apr 2026 18:25:11 GMT
10
10
 
11
11
  const background = exports.background = "#f4f4f4|#000000";
12
12
  const background_active = exports.background_active = "rgba(141,141,141,0.5)|rgba(141,141,141,0.4)";
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.font_thin_italic = exports.font_thin = exports.font_semibold_italic = exports.font_semibold = exports.font_regular = exports.font_medium_italic = exports.font_medium = exports.font_light_italic = exports.font_light = exports.font_italic = exports.font_extralight_italic = exports.font_extralight = exports.font_bold_italic = exports.font_bold = void 0;
7
7
  var _reactNative = require("react-native");
8
8
  // Generated
9
- // Fri, 03 Apr 2026 19:29:52 GMT
9
+ // Sat, 04 Apr 2026 18:25:11 GMT
10
10
 
11
11
  // To support cross platforms, we are mapping the `fontFamily` value to its PostScript name,
12
12
  // instead of the `fontWeight` number with a single font family name like in Web// Giving a `fontWeight` number will not work.
@@ -8,7 +8,7 @@ exports.pl_05 = exports.pl_04 = exports.pl_03 = exports.pl_02 = exports.pl_01 =
8
8
  exports.py_13 = exports.py_12 = exports.py_11 = exports.py_10 = exports.py_09 = exports.py_08 = exports.py_07 = exports.py_06 = exports.py_05 = exports.py_04 = exports.py_03 = exports.py_02 = exports.py_01 = exports.px_13 = exports.px_12 = exports.px_11 = exports.px_10 = exports.px_09 = exports.px_08 = exports.px_07 = exports.px_06 = exports.px_05 = exports.px_04 = exports.px_03 = exports.px_02 = exports.px_01 = exports.pt_13 = exports.pt_12 = exports.pt_11 = exports.pt_10 = exports.pt_09 = exports.pt_08 = exports.pt_07 = exports.pt_06 = exports.pt_05 = exports.pt_04 = exports.pt_03 = exports.pt_02 = exports.pt_01 = exports.ps_13 = exports.ps_12 = exports.ps_11 = exports.ps_10 = exports.ps_09 = exports.ps_08 = exports.ps_07 = exports.ps_06 = exports.ps_05 = exports.ps_04 = exports.ps_03 = exports.ps_02 = exports.ps_01 = exports.pr_13 = exports.pr_12 = exports.pr_11 = exports.pr_10 = exports.pr_09 = exports.pr_08 = exports.pr_07 = exports.pr_06 = exports.pr_05 = exports.pr_04 = exports.pr_03 = exports.pr_02 = exports.pr_01 = exports.pl_13 = exports.pl_12 = exports.pl_11 = exports.pl_10 = exports.pl_09 = exports.pl_08 = exports.pl_07 = exports.pl_06 = void 0;
9
9
  var _reactNative = require("react-native");
10
10
  // Generated
11
- // Fri, 03 Apr 2026 19:29:52 GMT
11
+ // Sat, 04 Apr 2026 18:25:11 GMT
12
12
 
13
13
  const {
14
14
  m_01
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.text_legal_02 = exports.text_legal_01 = exports.text_label_02 = exports.text_label_01 = exports.text_helper_text_02 = exports.text_helper_text_01 = exports.text_heading_compact_02 = exports.text_heading_compact_01 = exports.text_heading_07 = exports.text_heading_06 = exports.text_heading_05 = exports.text_heading_04 = exports.text_heading_03 = exports.text_heading_02 = exports.text_heading_01 = exports.text_code_02 = exports.text_code_01 = exports.text_body_compact_02 = exports.text_body_compact_01 = exports.text_body_02 = exports.text_body_01 = void 0;
7
7
  var _reactNative = require("react-native");
8
8
  // Generated
9
- // Fri, 03 Apr 2026 19:29:52 GMT
9
+ // Sat, 04 Apr 2026 18:25:11 GMT
10
10
 
11
11
  const {
12
12
  text_body_01
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.font_thin_italic = exports.font_thin = exports.font_semibold_italic = exports.font_semibold = exports.font_regular = exports.font_medium_italic = exports.font_medium = exports.font_light_italic = exports.font_light = exports.font_italic = exports.font_extralight_italic = exports.font_extralight = exports.font_bold_italic = exports.font_bold = void 0;
7
7
  // Generated
8
- // Fri, 03 Apr 2026 19:29:52 GMT
8
+ // Sat, 04 Apr 2026 18:25:11 GMT
9
9
 
10
10
  // To support cross platforms, we are mapping the `fontFamily` value to its PostScript name,
11
11
  // instead of the `fontWeight` number with a single font family name like in Web// Giving a `fontWeight` number will not work.
@@ -7,7 +7,7 @@ exports.mr_09 = exports.mr_08 = exports.mr_07 = exports.mr_06 = exports.mr_05 =
7
7
  exports.pl_05 = exports.pl_04 = exports.pl_03 = exports.pl_02 = exports.pl_01 = exports.pe_13 = exports.pe_12 = exports.pe_11 = exports.pe_10 = exports.pe_09 = exports.pe_08 = exports.pe_07 = exports.pe_06 = exports.pe_05 = exports.pe_04 = exports.pe_03 = exports.pe_02 = exports.pe_01 = exports.pb_13 = exports.pb_12 = exports.pb_11 = exports.pb_10 = exports.pb_09 = exports.pb_08 = exports.pb_07 = exports.pb_06 = exports.pb_05 = exports.pb_04 = exports.pb_03 = exports.pb_02 = exports.pb_01 = exports.p_13 = exports.p_12 = exports.p_11 = exports.p_10 = exports.p_09 = exports.p_08 = exports.p_07 = exports.p_06 = exports.p_05 = exports.p_04 = exports.p_03 = exports.p_02 = exports.p_01 = exports.my_13 = exports.my_12 = exports.my_11 = exports.my_10 = exports.my_09 = exports.my_08 = exports.my_07 = exports.my_06 = exports.my_05 = exports.my_04 = exports.my_03 = exports.my_02 = exports.my_01 = exports.mx_13 = exports.mx_12 = exports.mx_11 = exports.mx_10 = exports.mx_09 = exports.mx_08 = exports.mx_07 = exports.mx_06 = exports.mx_05 = exports.mx_04 = exports.mx_03 = exports.mx_02 = exports.mx_01 = exports.mt_13 = exports.mt_12 = exports.mt_11 = exports.mt_10 = exports.mt_09 = exports.mt_08 = exports.mt_07 = exports.mt_06 = exports.mt_05 = exports.mt_04 = exports.mt_03 = exports.mt_02 = exports.mt_01 = exports.ms_13 = exports.ms_12 = exports.ms_11 = exports.ms_10 = exports.ms_09 = exports.ms_08 = exports.ms_07 = exports.ms_06 = exports.ms_05 = exports.ms_04 = exports.ms_03 = exports.ms_02 = exports.ms_01 = exports.mr_13 = exports.mr_12 = exports.mr_11 = exports.mr_10 = void 0;
8
8
  exports.py_13 = exports.py_12 = exports.py_11 = exports.py_10 = exports.py_09 = exports.py_08 = exports.py_07 = exports.py_06 = exports.py_05 = exports.py_04 = exports.py_03 = exports.py_02 = exports.py_01 = exports.px_13 = exports.px_12 = exports.px_11 = exports.px_10 = exports.px_09 = exports.px_08 = exports.px_07 = exports.px_06 = exports.px_05 = exports.px_04 = exports.px_03 = exports.px_02 = exports.px_01 = exports.pt_13 = exports.pt_12 = exports.pt_11 = exports.pt_10 = exports.pt_09 = exports.pt_08 = exports.pt_07 = exports.pt_06 = exports.pt_05 = exports.pt_04 = exports.pt_03 = exports.pt_02 = exports.pt_01 = exports.ps_13 = exports.ps_12 = exports.ps_11 = exports.ps_10 = exports.ps_09 = exports.ps_08 = exports.ps_07 = exports.ps_06 = exports.ps_05 = exports.ps_04 = exports.ps_03 = exports.ps_02 = exports.ps_01 = exports.pr_13 = exports.pr_12 = exports.pr_11 = exports.pr_10 = exports.pr_09 = exports.pr_08 = exports.pr_07 = exports.pr_06 = exports.pr_05 = exports.pr_04 = exports.pr_03 = exports.pr_02 = exports.pr_01 = exports.pl_13 = exports.pl_12 = exports.pl_11 = exports.pl_10 = exports.pl_09 = exports.pl_08 = exports.pl_07 = exports.pl_06 = void 0;
9
9
  // Generated
10
- // Fri, 03 Apr 2026 19:29:52 GMT
10
+ // Sat, 04 Apr 2026 18:25:11 GMT
11
11
 
12
12
  const m_01 = exports.m_01 = {
13
13
  margin: 2
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.text_legal_02 = exports.text_legal_01 = exports.text_label_02 = exports.text_label_01 = exports.text_helper_text_02 = exports.text_helper_text_01 = exports.text_heading_compact_02 = exports.text_heading_compact_01 = exports.text_heading_07 = exports.text_heading_06 = exports.text_heading_05 = exports.text_heading_04 = exports.text_heading_03 = exports.text_heading_02 = exports.text_heading_01 = exports.text_code_02 = exports.text_code_01 = exports.text_body_compact_02 = exports.text_body_compact_01 = exports.text_body_02 = exports.text_body_01 = void 0;
7
7
  // Generated
8
- // Fri, 03 Apr 2026 19:29:52 GMT
8
+ // Sat, 04 Apr 2026 18:25:11 GMT
9
9
 
10
10
  const text_body_01 = exports.text_body_01 = {
11
11
  fontSize: 14,
@@ -10,6 +10,12 @@ var _index = require("../../_internal/contexts/index.js");
10
10
  var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
11
11
  var _jsxRuntime = require("react/jsx-runtime");
12
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
+ /**
14
+ * This component is a basic React Native `View` to solve
15
+ * RTL support for component level.
16
+ *
17
+ * You may use this if your app provides custom localization options.
18
+ */
13
19
  const Box = exports.Box = /*#__PURE__*/(0, _react.forwardRef)(function Box({
14
20
  dir: dirProp,
15
21
  style,
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_index","CarbonStyleSheet","_interopRequireWildcard","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Box","exports","forwardRef","dir","dirProp","style","props","ref","globalConfigContext","useContext","GlobalConfigContext","rtl","jsx","View","g","undefined"],"sourceRoot":"../../../../src","sources":["components/box/Box.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AAIA,IAAAE,MAAA,GAAAF,OAAA;AAIA,IAAAG,gBAAA,GAAAC,uBAAA,CAAAJ,OAAA;AAA4D,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAI,wBAAAE,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAJ,uBAAA,YAAAA,CAAAE,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;AAUrD,MAAMkB,GAAG,GAAAC,OAAA,CAAAD,GAAA,gBAAG,IAAAE,iBAAU,EAC5B,SAASF,GAAGA,CACX;EACCG,GAAG,EAAEC,OAAO;EACZC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClB,IAAAC,iBAAU,EAACC,0BAAmB,CAAC;IAEhCP,GAAG,GACFC,OAAO,IACPI,mBAAmB,CAACG,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACC,IAAA/B,WAAA,CAAAgC,GAAA,EAACpC,YAAA,CAAAqC,IAAI;IACJN,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGzB,gBAAgB,CAACoC,CAAC,CAACH,GAAG,GAAGI,SAAS,EACjDV,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_index","CarbonStyleSheet","_interopRequireWildcard","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Box","exports","forwardRef","dir","dirProp","style","props","ref","globalConfigContext","useContext","GlobalConfigContext","rtl","jsx","View","g","undefined"],"sourceRoot":"../../../../src","sources":["components/box/Box.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AAIA,IAAAE,MAAA,GAAAF,OAAA;AAIA,IAAAG,gBAAA,GAAAC,uBAAA,CAAAJ,OAAA;AAA4D,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAI,wBAAAE,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAJ,uBAAA,YAAAA,CAAAE,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;AAU5D;AACA;AACA;AACA;AACA;AACA;AACO,MAAMkB,GAAG,GAAAC,OAAA,CAAAD,GAAA,gBAAG,IAAAE,iBAAU,EAC5B,SAASF,GAAGA,CACX;EACCG,GAAG,EAAEC,OAAO;EACZC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClB,IAAAC,iBAAU,EAACC,0BAAmB,CAAC;IAEhCP,GAAG,GACFC,OAAO,IACPI,mBAAmB,CAACG,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACC,IAAA/B,WAAA,CAAAgC,GAAA,EAACpC,YAAA,CAAAqC,IAAI;IACJN,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGzB,gBAAgB,CAACoC,CAAC,CAACH,GAAG,GAAGI,SAAS,EACjDV,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
@@ -32,7 +32,7 @@ const Base = exports.Base = /*#__PURE__*/(0, _react.forwardRef)(function Base({
32
32
  buttonGroupContext = (0, _react.useContext)(_index.ButtonGroupContext),
33
33
  size = sizeProp ?? buttonGroupContext.size ?? "large_productive",
34
34
  iconSize = getIconSize(size),
35
- iconMarginStyle = mapIconMarginStyle[`${!!globalConfigContext.rtl}`][`${!!text}`];
35
+ iconMarginStyle = mapIconMarginStyle[`${!!text}`];
36
36
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Pressable, {
37
37
  ...props,
38
38
  role: role,
@@ -86,11 +86,8 @@ const baseStyle = _reactNative.StyleSheet.create({
86
86
  height: "100%",
87
87
  maxHeight: 48
88
88
  },
89
- iconMarginLTR: {
90
- marginLeft: _carbonReactNativeElements.Spacing.spacing_07
91
- },
92
- iconMarginRTL: {
93
- marginRight: _carbonReactNativeElements.Spacing.spacing_07
89
+ iconMargin: {
90
+ marginStart: _carbonReactNativeElements.Spacing.spacing_07
94
91
  },
95
92
  inlineLoading: {
96
93
  height: "100%",
@@ -139,14 +136,8 @@ const baseStyle = _reactNative.StyleSheet.create({
139
136
  true: 20
140
137
  },
141
138
  mapIconMarginStyle = {
142
- false: {
143
- false: null,
144
- true: baseStyle.iconMarginLTR
145
- },
146
- true: {
147
- false: null,
148
- true: baseStyle.iconMarginRTL
149
- }
139
+ false: null,
140
+ true: baseStyle.iconMargin
150
141
  },
151
142
  mapStyleInButtonGroup = {
152
143
  false: {
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","CarbonStyleSheet","_interopRequireWildcard","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Base","exports","forwardRef","size","sizeProp","text","textProps","Icon","iconProps","iconNode","backgroundNode","InlineLoading","inlineLoadingProps","style","role","ariaLabel","dir","props","ref","globalConfigContext","useContext","GlobalConfigContext","buttonGroupContext","ButtonGroupContext","iconSize","getIconSize","iconMarginStyle","mapIconMarginStyle","rtl","jsxs","Pressable","undefined","g","flex_row","justify_between","overflow_hidden","mapContainerStyle","sizeStyle","mapStyleInButtonGroup","vertical","fluid","children","state","Fragment","jsx","View","baseStyle","textContainer","Text","type","getTextType","width","height","getIconMarginTopStyle","inlineLoading","StyleSheet","create","containerPaddingStart","paddingStart","Spacing","spacing_05","containerPaddingEnd05","paddingEnd","containerPaddingEnd10","spacing_10","justifyContent","maxHeight","iconMarginLTR","marginLeft","spacing_07","iconMarginRTL","marginRight","small","medium","large_productive","large_expressive","extra_large","false","true","mapTextTypeByExpressive","mapIconSizeByExpressive","self_start","flex_1","self_stretch","isExpressiveStr","Size","Math","min","marginTop"],"sourceRoot":"../../../../../src","sources":["components/button/base/Base.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AAOA,IAAAE,0BAAA,GAAAF,OAAA;AAIA,IAAAG,MAAA,GAAAH,OAAA;AAKA,IAAAI,gBAAA,GAAAC,uBAAA,CAAAL,OAAA;AAEA,IAAAM,OAAA,GAAAN,OAAA;AAGmB,IAAAO,WAAA,GAAAP,OAAA;AAAA,SAAAK,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,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;AAcZ,MAAMkB,IAAI,GAAAC,OAAA,CAAAD,IAAA,gBAAG,IAAAE,iBAAU,EAC7B,SAASF,IAAIA,CACZ;EACCG,IAAI,EAAEC,QAAQ;EACdC,IAAI;EACJC,SAAS;EACTC,IAAI;EACJC,SAAS;EACTC,QAAQ;EACRC,cAAc;EACdC,aAAa;EACbC,kBAAkB;EAClBC,KAAK;EACLC,IAAI,GAAG,QAAQ;EACf,YAAY,EAAEC,SAAS;EACvBC,GAAG;EACH,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClB,IAAAC,iBAAU,EAACC,0BAAmB,CAAC;IAEhCC,kBAAkB,GACjB,IAAAF,iBAAU,EAACG,yBAAkB,CAAC;IAE/BpB,IAAI,GACHC,QAAQ,IAAIkB,kBAAkB,CAACnB,IAAI,IAAI,kBAAkB;IAE1DqB,QAAQ,GACPC,WAAW,CAACtB,IAAI,CAAC;IAElBuB,eAAe,GACdC,kBAAkB,CAAC,GAAG,CAAC,CAACR,mBAAmB,CAACS,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAACvB,IAAI,EAAE,CAAC;EAEjE,oBACC,IAAAzB,WAAA,CAAAiD,IAAA,EAACvD,YAAA,CAAAwD,SAAS;IAAA,GACJb,KAAK;IACVH,IAAI,EAAGA,IAAM;IACb,cAAaC,SAAS,IAAIV,IAAM;IAChCW,GAAG,EAAGA,GAAG,IAAIG,mBAAmB,CAACS,GAAG,GAAG,KAAK,GAAGG,SAAW;IAC1DlB,KAAK,EAAG,CACPpC,gBAAgB,CAACuD,CAAC,CAACC,QAAQ,EAC3BxD,gBAAgB,CAACuD,CAAC,CAACE,eAAe,EAClCzD,gBAAgB,CAACuD,CAAC,CAACG,eAAe,EAClChB,mBAAmB,CAACS,GAAG,GAAGnD,gBAAgB,CAACuD,CAAC,CAACJ,GAAG,GAAGG,SAAS,EAC5DK,iBAAiB,CAAC,GAAG,CAAC,CAAC/B,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAACE,IAAI,IAAI,CAAC,CAACE,QAAQ,EAAE,CAAC,EACzD4B,SAAS,CAAClC,IAAI,CAAC,EACfmC,qBAAqB,CAAC,GAAG,CAAC,CAAChB,kBAAkB,CAACiB,QAAQ,EAAE,CAAC,CAAC,GAAG,CAAC,CAACjB,kBAAkB,CAACkB,KAAK,EAAE,CAAC,EAC1F3B,KAAK,CACH;IACHK,GAAG,EAAGA,GAAK;IAAAuB,QAAA,GAET/B,cAAc,EAEd,CAACC,aAAa,IAAIC,kBAAkB,EAAE8B,KAAK,KAAK,UAAU,gBAAI,IAAA9D,WAAA,CAAAiD,IAAA,EAAAjD,WAAA,CAAA+D,QAAA;MAAAF,QAAA,GAC7D,CAAC,CAACpC,IAAI,iBACP,IAAAzB,WAAA,CAAAgE,GAAA,EAACtE,YAAA,CAAAuE,IAAI;QACJhC,KAAK,EAAGiC,SAAS,CAACC,aAAe;QAAAN,QAAA,eAEjC,IAAA7D,WAAA,CAAAgE,GAAA,EAACjE,OAAA,CAAAqE,IAAI;UAAA,GACC1C,SAAS;UACd2C,IAAI,EAAGC,WAAW,CAAC/C,IAAI,CAAG;UAAAsC,QAAA,EAExBpC;QAAI,CACD;MAAC,CACF,CACN,EAEE,CAAC,CAACE,IAAI,IAAI,CAACE,QAAQ,gBACrB,IAAA7B,WAAA,CAAAgE,GAAA,EAACrC,IAAI;QAAA,GACCC,SAAS;QACd2C,KAAK,EAAG3C,SAAS,EAAE2C,KAAK,IAAI3B,QAAU;QACtC4B,MAAM,EAAG5C,SAAS,EAAE4C,MAAM,IAAI5B,QAAU;QACxCR,GAAG,EAAGG,mBAAmB,CAACS,GAAG,GAAG,KAAK,GAAGG,SAAW;QACnDlB,KAAK,EAAG,CACPwC,qBAAqB,CAAClD,IAAI,CAAC,EAC3BuB,eAAe,EACflB,SAAS,EAAEK,KAAK;MACd,CACH,CAAC,GACCJ,QAAQ,GACXe,QAAQ,EACR,CACC6B,qBAAqB,CAAClD,IAAI,CAAC,EAC3BuB,eAAe,CAEjB,CAAC;IAAA,CACA,CAAC,gBACF,IAAA9C,WAAA,CAAAgE,GAAA,EAACjC,aAAa;MAAA,GACRC,kBAAkB;MACvBP,IAAI,EAAGO,kBAAkB,EAAEP,IAAI,IAAIA,IAAI,IAAI,EAAI;MAC/CQ,KAAK,EAAG,CACPiC,SAAS,CAACQ,aAAa,EACvB1C,kBAAkB,EAAEC,KAAK;IACvB,CACH,CACD;EAAA,CACS,CAAC;AAGd,CACD,CAAC;AAED,MACCiC,SAAS,GACRS,uBAAU,CAACC,MAAM,CAAC;IACjB;AACH;AACA;IACGC,qBAAqB,EAAE;MACtBC,YAAY,EAAEC,kCAAO,CAACC;IACvB,CAAC;IACD;AACH;AACA;IACGC,qBAAqB,EAAE;MACtBC,UAAU,EAAEH,kCAAO,CAACC;IACrB,CAAC;IACD;AACH;AACA;IACGG,qBAAqB,EAAE;MACtBD,UAAU,EAAEH,kCAAO,CAACK;IACrB,CAAC;IAEDjB,aAAa,EAAE;MACdkB,cAAc,EAAE,QAAQ;MACxBb,MAAM,EAAE,MAAM;MACdc,SAAS,EAAE;IACZ,CAAC;IAEDC,aAAa,EAAE;MACdC,UAAU,EAAET,kCAAO,CAACU;IACrB,CAAC;IACDC,aAAa,EAAE;MACdC,WAAW,EAAEZ,kCAAO,CAACU;IACtB,CAAC;IAEDf,aAAa,EAAE;MACdF,MAAM,EAAE,MAAM;MACdc,SAAS,EAAE;IACZ;EACD,CAAC,CAAC;EAEH7B,SAAS,GACRkB,uBAAU,CAACC,MAAM,CAEb;IACHgB,KAAK,EAAE;MACNpB,MAAM,EAAE;IACT,CAAC;IACDqB,MAAM,EAAE;MACPrB,MAAM,EAAE;IACT,CAAC;IACDsB,gBAAgB,EAAE;MACjBtB,MAAM,EAAE;IACT,CAAC;IACDuB,gBAAgB,EAAE;MACjBvB,MAAM,EAAE;IACT,CAAC;IACDwB,WAAW,EAAE;MACZxB,MAAM,EAAE;IACT,CAAC;IACD,KAAK,EAAE;MACNA,MAAM,EAAE;IACT;EACD,CAAC,CAAC;EAEHhB,iBAIC,GACA;IACCyC,KAAK,EAAE;MACNA,KAAK,EAAE,CAAC/B,SAAS,CAACe,qBAAqB,EAAEf,SAAS,CAACW,qBAAqB,CAAC;MACzEqB,IAAI,EAAE,CAAChC,SAAS,CAACe,qBAAqB,EAAEf,SAAS,CAACW,qBAAqB;IACxE,CAAC;IACDqB,IAAI,EAAE;MACLD,KAAK,EAAE,CAAC/B,SAAS,CAACiB,qBAAqB,EAAEjB,SAAS,CAACW,qBAAqB,CAAC;MACzEqB,IAAI,EAAE,CAAChC,SAAS,CAACe,qBAAqB,EAAEf,SAAS,CAACW,qBAAqB;IACxE;EACD,CAAC;EAEF;AACD;AACA;EACCsB,uBAAiF,GAChF;IACCF,KAAK,EAAE,iBAAiB;IACxBC,IAAI,EAAE;EACP,CAAC;EAEFE,uBAAyD,GACxD;IACCH,KAAK,EAAE,EAAE;IACTC,IAAI,EAAE;EACP,CAAC;EAEFnD,kBAIC,GACA;IACCkD,KAAK,EAAE;MACNA,KAAK,EAAE,IAAI;MACXC,IAAI,EAAEhC,SAAS,CAACqB;IACjB,CAAC;IACDW,IAAI,EAAE;MACLD,KAAK,EAAE,IAAI;MACXC,IAAI,EAAEhC,SAAS,CAACwB;IACjB;EACD,CAAC;EAEFhC,qBAIC,GACA;IACCuC,KAAK,EAAE;MACNA,KAAK,EAAEpG,gBAAgB,CAACuD,CAAC,CAACiD,UAAU;MACpCH,IAAI,EAAErG,gBAAgB,CAACuD,CAAC,CAACkD;IAC1B,CAAC;IACDJ,IAAI,EAAE;MACLD,KAAK,EAAEpG,gBAAgB,CAACuD,CAAC,CAACmD,YAAY;MACtCL,IAAI,EAAErG,gBAAgB,CAACuD,CAAC,CAACmD;IAC1B;EACD,CAAC;;AAEH;AACA;AACA;AACA;AACA,SAASC,eAAeA,CACvBC,IAAuB,EACJ;EACnB,OAAO,GAAGA,IAAI,KAAK,kBAAkB,EAAE;AACxC;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,SAASnC,WAAWA,CAAC/C,IAAuB,EAAE;EAC7C,OAAO4E,uBAAuB,CAACK,eAAe,CAACjF,IAAI,CAAC,CAAC;AACtD;;AAEA;AACA;AACA;AACA;AACA,SAASsB,WAAWA,CAACtB,IAAuB,EAAE;EAC7C,OAAO6E,uBAAuB,CAACI,eAAe,CAACjF,IAAI,CAAC,CAAC;AACtD;AAEA,SAASkD,qBAAqBA,CAAClD,IAAoC,EAAE;EACpE,MACCqB,QAAQ,GACPwD,uBAAuB,CAACI,eAAe,CAACjF,IAAI,CAAC,CAAC;IAE/CiD,MAAM,GACLkC,IAAI,CAACC,GAAG,CAAClD,SAAS,CAAClC,IAAI,CAAC,CAACiD,MAAM,EAAEf,SAAS,CAACqC,gBAAgB,CAACtB,MAAM,CAAC,EAAC;;EAEtE,OAAO;IACNoC,SAAS,EAAGpC,MAAM,GAAG,CAAC,GAAK5B,QAAQ,GAAG;EACvC,CAAC;AACF","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","CarbonStyleSheet","_interopRequireWildcard","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Base","exports","forwardRef","size","sizeProp","text","textProps","Icon","iconProps","iconNode","backgroundNode","InlineLoading","inlineLoadingProps","style","role","ariaLabel","dir","props","ref","globalConfigContext","useContext","GlobalConfigContext","buttonGroupContext","ButtonGroupContext","iconSize","getIconSize","iconMarginStyle","mapIconMarginStyle","jsxs","Pressable","rtl","undefined","g","flex_row","justify_between","overflow_hidden","mapContainerStyle","sizeStyle","mapStyleInButtonGroup","vertical","fluid","children","state","Fragment","jsx","View","baseStyle","textContainer","Text","type","getTextType","width","height","getIconMarginTopStyle","inlineLoading","StyleSheet","create","containerPaddingStart","paddingStart","Spacing","spacing_05","containerPaddingEnd05","paddingEnd","containerPaddingEnd10","spacing_10","justifyContent","maxHeight","iconMargin","marginStart","spacing_07","small","medium","large_productive","large_expressive","extra_large","false","true","mapTextTypeByExpressive","mapIconSizeByExpressive","self_start","flex_1","self_stretch","isExpressiveStr","Size","Math","min","marginTop"],"sourceRoot":"../../../../../src","sources":["components/button/base/Base.tsx"],"mappings":"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","ignoreList":[]}
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.Ghost = void 0;
7
7
  var _react = require("react");
8
- var _reactNative = require("react-native");
9
8
  var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
10
9
  var CarbonStyleSheet = _interopRequireWildcard(require("../../../carbon-style-sheet/index.js"));
11
10
  var _index2 = require("../../../contexts/index.js");
@@ -14,7 +13,6 @@ var _jsxRuntime = require("react/jsx-runtime");
14
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); }
15
14
  const Ghost = exports.Ghost = /*#__PURE__*/(0, _react.forwardRef)(function Ghost({
16
15
  text,
17
- iconProps,
18
16
  ...props
19
17
  }, ref) {
20
18
  const themeContext = (0, _react.useContext)(_index2.ThemeContext);
@@ -39,10 +37,6 @@ const Ghost = exports.Ghost = /*#__PURE__*/(0, _react.forwardRef)(function Ghost
39
37
  disabled: textStyleSheet.disabled
40
38
  },
41
39
  icon: mapIconColor[themeContext.colorScheme]
42
- },
43
- iconProps: {
44
- ...iconProps,
45
- style: [mapIconPLByText[`${!!text}`], iconProps?.style]
46
40
  }
47
41
  });
48
42
  });
@@ -81,15 +75,6 @@ const backgroundStyleSheet = CarbonStyleSheet.create({
81
75
  color: CarbonStyleSheet.color.text_disabled
82
76
  }
83
77
  }),
84
- style = _reactNative.StyleSheet.create({
85
- iconPL8: {
86
- paddingLeft: _carbonReactNativeElements.Spacing.spacing_03
87
- }
88
- }),
89
- mapIconPLByText = {
90
- false: null,
91
- true: style.iconPL8
92
- },
93
78
  mapIconColor = {
94
79
  gray_10: {
95
80
  default: _carbonReactNativeElements.Color.Token.gray_10.link_primary,
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","CarbonStyleSheet","_interopRequireWildcard","_index2","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Ghost","exports","forwardRef","text","iconProps","props","ref","themeContext","useContext","ThemeContext","jsx","BaseColor","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","style","mapIconPLByText","create","backgroundColor","borderWidth","borderColor","color","focus","background_hover","background_active","link_primary","link_primary_hover","text_disabled","StyleSheet","iconPL8","paddingLeft","Spacing","spacing_03","false","true","gray_10","Color","Token","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost/Ghost.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_carbonReactNativeElements","CarbonStyleSheet","_interopRequireWildcard","_index2","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Ghost","exports","forwardRef","text","props","ref","themeContext","useContext","ThemeContext","jsx","BaseColor","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","create","backgroundColor","borderWidth","borderColor","color","focus","background_hover","background_active","link_primary","link_primary_hover","text_disabled","gray_10","Color","Token","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost/Ghost.tsx"],"mappings":"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","ignoreList":[]}