@audira/carbon-react-native 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (647) hide show
  1. package/lib/commonjs/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
  2. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
  3. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +6 -0
  4. package/lib/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
  5. package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js +17 -0
  6. package/lib/commonjs/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
  7. package/lib/commonjs/{components/accordion/_chevron → _internal/components}/index.js +4 -4
  8. package/lib/commonjs/_internal/components/index.js.map +1 -0
  9. package/lib/commonjs/carbon-style-sheet/color.js +1 -1
  10. package/lib/commonjs/carbon-style-sheet/g/flex.js +9 -1
  11. package/lib/commonjs/carbon-style-sheet/g/flex.js.map +1 -1
  12. package/lib/commonjs/carbon-style-sheet/g/font.js +1 -1
  13. package/lib/commonjs/carbon-style-sheet/g/index.js +11 -0
  14. package/lib/commonjs/carbon-style-sheet/g/index.js.map +1 -1
  15. package/lib/commonjs/carbon-style-sheet/g/spacing.js +172 -4
  16. package/lib/commonjs/carbon-style-sheet/g/spacing.js.map +1 -1
  17. package/lib/commonjs/carbon-style-sheet/g/typography.js +1 -1
  18. package/lib/commonjs/carbon-style-sheet/g/visibility.js +40 -0
  19. package/lib/commonjs/carbon-style-sheet/g/visibility.js.map +1 -0
  20. package/lib/commonjs/carbon-style-sheet/g-object/flex.js +4 -1
  21. package/lib/commonjs/carbon-style-sheet/g-object/flex.js.map +1 -1
  22. package/lib/commonjs/carbon-style-sheet/g-object/font.js +1 -1
  23. package/lib/commonjs/carbon-style-sheet/g-object/index.js +11 -0
  24. package/lib/commonjs/carbon-style-sheet/g-object/index.js.map +1 -1
  25. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +67 -4
  26. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js.map +1 -1
  27. package/lib/commonjs/carbon-style-sheet/g-object/typography.js +1 -1
  28. package/lib/commonjs/carbon-style-sheet/g-object/visibility.js +26 -0
  29. package/lib/commonjs/carbon-style-sheet/g-object/visibility.js.map +1 -0
  30. package/lib/commonjs/components/accordion/AccordionItemRefBase.js +2 -0
  31. package/lib/commonjs/components/accordion/AccordionItemRefBase.js.map +1 -0
  32. package/lib/commonjs/components/accordion/_Header.js +8 -6
  33. package/lib/commonjs/components/accordion/_Header.js.map +1 -1
  34. package/lib/commonjs/components/accordion/_Item.js +11 -9
  35. package/lib/commonjs/components/accordion/_Item.js.map +1 -1
  36. package/lib/commonjs/components/accordion/_motion.js.map +1 -1
  37. package/lib/commonjs/components/accordion/index.js +0 -66
  38. package/lib/commonjs/components/accordion/index.js.map +1 -1
  39. package/lib/commonjs/components/checkbox/Checkbox.js +1 -1
  40. package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
  41. package/lib/commonjs/components/{accordion/_chevron/ChevronProps.js → checkbox/CheckboxRefBase.js} +1 -1
  42. package/lib/commonjs/components/checkbox/CheckboxRefBase.js.map +1 -0
  43. package/lib/commonjs/components/checkbox/index.js +0 -22
  44. package/lib/commonjs/components/checkbox/index.js.map +1 -1
  45. package/lib/commonjs/components/checkbox-input/CheckboxInput.js +2 -2
  46. package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
  47. package/lib/commonjs/components/{checkbox/_RefBase.js → checkbox-input/CheckboxInputRefBase.js} +1 -1
  48. package/lib/commonjs/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
  49. package/lib/commonjs/components/checkbox-input/index.js +0 -44
  50. package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
  51. package/lib/commonjs/components/collapsible/Collapsible.js +26 -33
  52. package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
  53. package/lib/commonjs/components/collapsible/CollapsibleRefBase.js +2 -0
  54. package/lib/commonjs/components/collapsible/CollapsibleRefBase.js.map +1 -0
  55. package/lib/commonjs/components/collapsible/index.js +0 -22
  56. package/lib/commonjs/components/collapsible/index.js.map +1 -1
  57. package/lib/commonjs/components/index.js +39 -15
  58. package/lib/commonjs/components/index.js.map +1 -1
  59. package/lib/commonjs/components/radio-button/RadioButton.js +1 -1
  60. package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
  61. package/lib/commonjs/components/{checkbox-input/_RefBase.js → radio-button/RadioButtonRefBase.js} +1 -1
  62. package/lib/commonjs/components/radio-button/RadioButtonRefBase.js.map +1 -0
  63. package/lib/commonjs/components/radio-button/index.js +0 -22
  64. package/lib/commonjs/components/radio-button/index.js.map +1 -1
  65. package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
  66. package/lib/commonjs/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
  67. package/lib/commonjs/components/radio-button-input/index.js +0 -33
  68. package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
  69. package/lib/commonjs/components/switch/Switch.js +3 -2
  70. package/lib/commonjs/components/switch/Switch.js.map +1 -1
  71. package/lib/commonjs/components/switch/SwitchRefBase.js +2 -0
  72. package/lib/{module/components/collapsible/_RefBase.js.map → commonjs/components/switch/SwitchRefBase.js.map} +1 -1
  73. package/lib/commonjs/components/switch/index.js +0 -44
  74. package/lib/commonjs/components/switch/index.js.map +1 -1
  75. package/lib/commonjs/components/table-cell/TableCell.js +4 -2
  76. package/lib/commonjs/components/table-cell/TableCell.js.map +1 -1
  77. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js +92 -0
  78. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
  79. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +6 -0
  80. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
  81. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js +6 -0
  82. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
  83. package/lib/commonjs/components/{radio-button/_RefBase.js → table-cell-checkbox/TableCellCheckboxRef.js} +1 -1
  84. package/lib/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
  85. package/lib/commonjs/components/table-cell-checkbox/index.js +17 -0
  86. package/lib/commonjs/components/table-cell-checkbox/index.js.map +1 -0
  87. package/lib/commonjs/components/table-cell-text/TableCellText.js +5 -7
  88. package/lib/commonjs/components/table-cell-text/TableCellText.js.map +1 -1
  89. package/lib/commonjs/components/table-row/TableRow.js +51 -32
  90. package/lib/commonjs/components/table-row/TableRow.js.map +1 -1
  91. package/lib/commonjs/components/table-row/_TableRowContext.js +5 -1
  92. package/lib/commonjs/components/table-row/_TableRowContext.js.map +1 -1
  93. package/lib/commonjs/components/table-row/_TableRowContextProvider.js +27 -0
  94. package/lib/commonjs/components/table-row/_TableRowContextProvider.js.map +1 -0
  95. package/lib/commonjs/components/table-row/_style-sheet-height.js +3 -0
  96. package/lib/commonjs/components/table-row/_style-sheet-height.js.map +1 -1
  97. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js +212 -0
  98. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
  99. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js +6 -0
  100. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
  101. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js +6 -0
  102. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
  103. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js +6 -0
  104. package/lib/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
  105. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +77 -0
  106. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
  107. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +6 -0
  108. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
  109. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js +17 -0
  110. package/lib/commonjs/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
  111. package/lib/commonjs/components/table-row-collapsible/index.js +17 -0
  112. package/lib/commonjs/components/table-row-collapsible/index.js.map +1 -0
  113. package/lib/commonjs/components/toggle/base/{_RefBase.js → BaseRefBase.js} +1 -1
  114. package/lib/commonjs/components/toggle/base/BaseRefBase.js.map +1 -0
  115. package/lib/commonjs/components/toggle/base/index.js +0 -22
  116. package/lib/commonjs/components/toggle/base/index.js.map +1 -1
  117. package/lib/module/{components/accordion/_chevron/Chevron.js → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js} +22 -10
  118. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.js.map +1 -0
  119. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js +4 -0
  120. package/lib/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.js.map +1 -0
  121. package/lib/module/_internal/components/animated-collapsible-chevron/index.js +4 -0
  122. package/lib/module/_internal/components/animated-collapsible-chevron/index.js.map +1 -0
  123. package/lib/module/_internal/components/index.js +4 -0
  124. package/lib/module/_internal/components/index.js.map +1 -0
  125. package/lib/module/carbon-style-sheet/color.js +1 -1
  126. package/lib/module/carbon-style-sheet/g/flex.js +7 -0
  127. package/lib/module/carbon-style-sheet/g/flex.js.map +1 -1
  128. package/lib/module/carbon-style-sheet/g/font.js +1 -1
  129. package/lib/module/carbon-style-sheet/g/index.js +1 -0
  130. package/lib/module/carbon-style-sheet/g/index.js.map +1 -1
  131. package/lib/module/carbon-style-sheet/g/spacing.js +148 -1
  132. package/lib/module/carbon-style-sheet/g/spacing.js.map +1 -1
  133. package/lib/module/carbon-style-sheet/g/typography.js +1 -1
  134. package/lib/module/carbon-style-sheet/g/visibility.js +34 -0
  135. package/lib/module/carbon-style-sheet/g/visibility.js.map +1 -0
  136. package/lib/module/carbon-style-sheet/g-object/flex.js +3 -0
  137. package/lib/module/carbon-style-sheet/g-object/flex.js.map +1 -1
  138. package/lib/module/carbon-style-sheet/g-object/font.js +1 -1
  139. package/lib/module/carbon-style-sheet/g-object/index.js +1 -0
  140. package/lib/module/carbon-style-sheet/g-object/index.js.map +1 -1
  141. package/lib/module/carbon-style-sheet/g-object/spacing.js +64 -1
  142. package/lib/module/carbon-style-sheet/g-object/spacing.js.map +1 -1
  143. package/lib/module/carbon-style-sheet/g-object/typography.js +1 -1
  144. package/lib/module/carbon-style-sheet/g-object/visibility.js +22 -0
  145. package/lib/module/carbon-style-sheet/g-object/visibility.js.map +1 -0
  146. package/lib/module/components/accordion/AccordionItemRefBase.js +2 -0
  147. package/lib/module/components/accordion/AccordionItemRefBase.js.map +1 -0
  148. package/lib/module/components/accordion/_Header.js +4 -2
  149. package/lib/module/components/accordion/_Header.js.map +1 -1
  150. package/lib/module/components/accordion/_Item.js +11 -9
  151. package/lib/module/components/accordion/_Item.js.map +1 -1
  152. package/lib/module/components/accordion/_motion.js.map +1 -1
  153. package/lib/module/components/accordion/index.js +0 -6
  154. package/lib/module/components/accordion/index.js.map +1 -1
  155. package/lib/module/components/checkbox/Checkbox.js +1 -1
  156. package/lib/module/components/checkbox/Checkbox.js.map +1 -1
  157. package/lib/module/components/checkbox/CheckboxRefBase.js +4 -0
  158. package/lib/module/components/checkbox/CheckboxRefBase.js.map +1 -0
  159. package/lib/module/components/checkbox/index.js +0 -2
  160. package/lib/module/components/checkbox/index.js.map +1 -1
  161. package/lib/module/components/checkbox-input/CheckboxInput.js +2 -2
  162. package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
  163. package/lib/module/components/checkbox-input/CheckboxInputRefBase.js +4 -0
  164. package/lib/module/components/checkbox-input/CheckboxInputRefBase.js.map +1 -0
  165. package/lib/module/components/checkbox-input/index.js +0 -4
  166. package/lib/module/components/checkbox-input/index.js.map +1 -1
  167. package/lib/module/components/collapsible/Collapsible.js +26 -33
  168. package/lib/module/components/collapsible/Collapsible.js.map +1 -1
  169. package/lib/module/components/collapsible/CollapsibleRefBase.js +2 -0
  170. package/lib/module/components/collapsible/CollapsibleRefBase.js.map +1 -0
  171. package/lib/module/components/collapsible/index.js +0 -2
  172. package/lib/module/components/collapsible/index.js.map +1 -1
  173. package/lib/module/components/index.js +2 -0
  174. package/lib/module/components/index.js.map +1 -1
  175. package/lib/module/components/radio-button/RadioButton.js +1 -1
  176. package/lib/module/components/radio-button/RadioButton.js.map +1 -1
  177. package/lib/module/components/radio-button/RadioButtonRefBase.js +4 -0
  178. package/lib/module/components/radio-button/RadioButtonRefBase.js.map +1 -0
  179. package/lib/module/components/radio-button/index.js +0 -2
  180. package/lib/module/components/radio-button/index.js.map +1 -1
  181. package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js +2 -0
  182. package/lib/module/components/radio-button-input/RadioButtonInputRefBase.js.map +1 -0
  183. package/lib/module/components/radio-button-input/index.js +0 -3
  184. package/lib/module/components/radio-button-input/index.js.map +1 -1
  185. package/lib/module/components/switch/Switch.js +3 -2
  186. package/lib/module/components/switch/Switch.js.map +1 -1
  187. package/lib/module/components/switch/SwitchRefBase.js +2 -0
  188. package/lib/{commonjs/components/collapsible/_RefBase.js.map → module/components/switch/SwitchRefBase.js.map} +1 -1
  189. package/lib/module/components/switch/index.js +0 -4
  190. package/lib/module/components/switch/index.js.map +1 -1
  191. package/lib/module/components/table-cell/TableCell.js +4 -2
  192. package/lib/module/components/table-cell/TableCell.js.map +1 -1
  193. package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js +87 -0
  194. package/lib/module/components/table-cell-checkbox/TableCellCheckbox.js.map +1 -0
  195. package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js +4 -0
  196. package/lib/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.js.map +1 -0
  197. package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js +4 -0
  198. package/lib/module/components/table-cell-checkbox/TableCellCheckboxProps.js.map +1 -0
  199. package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js +4 -0
  200. package/lib/module/components/table-cell-checkbox/TableCellCheckboxRef.js.map +1 -0
  201. package/lib/module/components/table-cell-checkbox/index.js +4 -0
  202. package/lib/module/components/table-cell-checkbox/index.js.map +1 -0
  203. package/lib/module/components/table-cell-text/TableCellText.js +5 -7
  204. package/lib/module/components/table-cell-text/TableCellText.js.map +1 -1
  205. package/lib/module/components/table-row/TableRow.js +51 -32
  206. package/lib/module/components/table-row/TableRow.js.map +1 -1
  207. package/lib/module/components/table-row/_TableRowContext.js +5 -1
  208. package/lib/module/components/table-row/_TableRowContext.js.map +1 -1
  209. package/lib/module/components/table-row/_TableRowContextProvider.js +23 -0
  210. package/lib/module/components/table-row/_TableRowContextProvider.js.map +1 -0
  211. package/lib/module/components/table-row/_style-sheet-height.js +3 -0
  212. package/lib/module/components/table-row/_style-sheet-height.js.map +1 -1
  213. package/lib/module/components/table-row-collapsible/TableRowCollapsible.js +207 -0
  214. package/lib/module/components/table-row-collapsible/TableRowCollapsible.js.map +1 -0
  215. package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js +4 -0
  216. package/lib/module/components/table-row-collapsible/TableRowCollapsibleProps.js.map +1 -0
  217. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js +4 -0
  218. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRef.js.map +1 -0
  219. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js +4 -0
  220. package/lib/module/components/table-row-collapsible/TableRowCollapsibleRefBase.js.map +1 -0
  221. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js +72 -0
  222. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.js.map +1 -0
  223. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js +4 -0
  224. package/lib/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.js.map +1 -0
  225. package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js +4 -0
  226. package/lib/module/components/table-row-collapsible/_table-cell-chevron/index.js.map +1 -0
  227. package/lib/module/components/table-row-collapsible/index.js +4 -0
  228. package/lib/module/components/table-row-collapsible/index.js.map +1 -0
  229. package/lib/module/components/toggle/base/BaseRefBase.js +4 -0
  230. package/lib/module/components/toggle/base/BaseRefBase.js.map +1 -0
  231. package/lib/module/components/toggle/base/index.js +0 -2
  232. package/lib/module/components/toggle/base/index.js.map +1 -1
  233. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
  234. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
  235. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
  236. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
  237. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
  238. package/lib/typescript/commonjs/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
  239. package/lib/typescript/commonjs/_internal/components/index.d.ts +2 -0
  240. package/lib/typescript/commonjs/_internal/components/index.d.ts.map +1 -0
  241. package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts +3 -0
  242. package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts.map +1 -1
  243. package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts +1 -0
  244. package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts.map +1 -1
  245. package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts +63 -0
  246. package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts.map +1 -1
  247. package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts +19 -0
  248. package/lib/typescript/commonjs/carbon-style-sheet/g/visibility.d.ts.map +1 -0
  249. package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts +3 -0
  250. package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
  251. package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts +1 -0
  252. package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts.map +1 -1
  253. package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts +63 -0
  254. package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
  255. package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts +19 -0
  256. package/lib/typescript/commonjs/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
  257. package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts +2 -2
  258. package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts.map +1 -1
  259. package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts +11 -0
  260. package/lib/typescript/commonjs/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
  261. package/lib/typescript/commonjs/components/accordion/_Header.d.ts.map +1 -1
  262. package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
  263. package/lib/typescript/commonjs/components/accordion/_context.d.ts +1 -1
  264. package/lib/typescript/commonjs/components/accordion/_context.d.ts.map +1 -1
  265. package/lib/typescript/commonjs/components/accordion/_motion.d.ts +9 -2
  266. package/lib/typescript/commonjs/components/accordion/_motion.d.ts.map +1 -1
  267. package/lib/typescript/commonjs/components/accordion/index.d.ts +7 -6
  268. package/lib/typescript/commonjs/components/accordion/index.d.ts.map +1 -1
  269. package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
  270. package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts +2 -2
  271. package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts.map +1 -1
  272. package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts +5 -0
  273. package/lib/typescript/commonjs/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/components/checkbox/index.d.ts +3 -2
  275. package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
  276. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  277. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
  278. package/lib/typescript/{module/components/checkbox-input/_RefBase.d.ts → commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
  279. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
  280. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +5 -4
  281. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
  282. package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
  283. package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts +1 -2
  284. package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts.map +1 -1
  285. package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts +2 -2
  286. package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts.map +1 -1
  287. package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts +9 -0
  288. package/lib/typescript/commonjs/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
  289. package/lib/typescript/commonjs/components/collapsible/index.d.ts +3 -2
  290. package/lib/typescript/commonjs/components/collapsible/index.d.ts.map +1 -1
  291. package/lib/typescript/commonjs/components/index.d.ts +2 -0
  292. package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
  293. package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts +2 -2
  294. package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts.map +1 -1
  295. package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts +4 -0
  296. package/lib/typescript/commonjs/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
  297. package/lib/typescript/commonjs/components/radio-button/index.d.ts +3 -2
  298. package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
  299. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  300. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
  301. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
  302. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
  303. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts +4 -3
  304. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
  305. package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
  306. package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts +2 -2
  307. package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts.map +1 -1
  308. package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts +11 -0
  309. package/lib/typescript/commonjs/components/switch/SwitchRefBase.d.ts.map +1 -0
  310. package/lib/typescript/commonjs/components/switch/index.d.ts +5 -4
  311. package/lib/typescript/commonjs/components/switch/index.d.ts.map +1 -1
  312. package/lib/typescript/commonjs/components/table-cell/TableCell.d.ts.map +1 -1
  313. package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts +5 -0
  314. package/lib/typescript/commonjs/components/table-cell/TableCellProps.d.ts.map +1 -1
  315. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
  316. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
  317. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
  318. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
  319. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
  320. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
  321. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
  322. package/lib/typescript/commonjs/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
  323. package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts +5 -0
  324. package/lib/typescript/commonjs/components/table-cell-checkbox/index.d.ts.map +1 -0
  325. package/lib/typescript/commonjs/components/table-cell-text/TableCellText.d.ts.map +1 -1
  326. package/lib/typescript/commonjs/components/table-row/TableRow.d.ts.map +1 -1
  327. package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts +1 -1
  328. package/lib/typescript/commonjs/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
  329. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts +7 -1
  330. package/lib/typescript/commonjs/components/table-row/TableRowProps.d.ts.map +1 -1
  331. package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts +3 -1
  332. package/lib/typescript/commonjs/components/table-row/_TableRowContext.d.ts.map +1 -1
  333. package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts +8 -0
  334. package/lib/typescript/commonjs/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
  335. package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts +3 -0
  336. package/lib/typescript/commonjs/components/table-row/_style-sheet-height.d.ts.map +1 -1
  337. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
  338. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
  339. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
  340. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
  341. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
  342. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
  343. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
  344. package/lib/typescript/commonjs/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
  345. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
  346. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
  347. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
  348. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
  349. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
  350. package/lib/typescript/commonjs/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
  351. package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts +4 -0
  352. package/lib/typescript/commonjs/components/table-row-collapsible/index.d.ts.map +1 -0
  353. package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts +2 -2
  354. package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts.map +1 -1
  355. package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts +4 -0
  356. package/lib/typescript/commonjs/components/toggle/base/BaseRefBase.d.ts.map +1 -0
  357. package/lib/typescript/commonjs/components/toggle/base/index.d.ts +3 -2
  358. package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
  359. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts +3 -0
  360. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.d.ts.map +1 -0
  361. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts +9 -0
  362. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.d.ts.map +1 -0
  363. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts +3 -0
  364. package/lib/typescript/module/_internal/components/animated-collapsible-chevron/index.d.ts.map +1 -0
  365. package/lib/typescript/module/_internal/components/index.d.ts +2 -0
  366. package/lib/typescript/module/_internal/components/index.d.ts.map +1 -0
  367. package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts +3 -0
  368. package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts.map +1 -1
  369. package/lib/typescript/module/carbon-style-sheet/g/index.d.ts +1 -0
  370. package/lib/typescript/module/carbon-style-sheet/g/index.d.ts.map +1 -1
  371. package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts +63 -0
  372. package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts.map +1 -1
  373. package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts +19 -0
  374. package/lib/typescript/module/carbon-style-sheet/g/visibility.d.ts.map +1 -0
  375. package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts +3 -0
  376. package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts.map +1 -1
  377. package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts +1 -0
  378. package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts.map +1 -1
  379. package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts +63 -0
  380. package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts.map +1 -1
  381. package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts +19 -0
  382. package/lib/typescript/module/carbon-style-sheet/g-object/visibility.d.ts.map +1 -0
  383. package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts +2 -2
  384. package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts.map +1 -1
  385. package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts +11 -0
  386. package/lib/typescript/module/components/accordion/AccordionItemRefBase.d.ts.map +1 -0
  387. package/lib/typescript/module/components/accordion/_Header.d.ts.map +1 -1
  388. package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
  389. package/lib/typescript/module/components/accordion/_context.d.ts +1 -1
  390. package/lib/typescript/module/components/accordion/_context.d.ts.map +1 -1
  391. package/lib/typescript/module/components/accordion/_motion.d.ts +9 -2
  392. package/lib/typescript/module/components/accordion/_motion.d.ts.map +1 -1
  393. package/lib/typescript/module/components/accordion/index.d.ts +7 -6
  394. package/lib/typescript/module/components/accordion/index.d.ts.map +1 -1
  395. package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
  396. package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts +2 -2
  397. package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts.map +1 -1
  398. package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts +5 -0
  399. package/lib/typescript/module/components/checkbox/CheckboxRefBase.d.ts.map +1 -0
  400. package/lib/typescript/module/components/checkbox/index.d.ts +3 -2
  401. package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
  402. package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  403. package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -1
  404. package/lib/typescript/{commonjs/components/checkbox-input/_RefBase.d.ts → module/components/checkbox-input/CheckboxInputRefBase.d.ts} +6 -3
  405. package/lib/typescript/module/components/checkbox-input/CheckboxInputRefBase.d.ts.map +1 -0
  406. package/lib/typescript/module/components/checkbox-input/index.d.ts +5 -4
  407. package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
  408. package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
  409. package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts +1 -2
  410. package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts.map +1 -1
  411. package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts +2 -2
  412. package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts.map +1 -1
  413. package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts +9 -0
  414. package/lib/typescript/module/components/collapsible/CollapsibleRefBase.d.ts.map +1 -0
  415. package/lib/typescript/module/components/collapsible/index.d.ts +3 -2
  416. package/lib/typescript/module/components/collapsible/index.d.ts.map +1 -1
  417. package/lib/typescript/module/components/index.d.ts +2 -0
  418. package/lib/typescript/module/components/index.d.ts.map +1 -1
  419. package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts +2 -2
  420. package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts.map +1 -1
  421. package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts +4 -0
  422. package/lib/typescript/module/components/radio-button/RadioButtonRefBase.d.ts.map +1 -0
  423. package/lib/typescript/module/components/radio-button/index.d.ts +3 -2
  424. package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
  425. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  426. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -1
  427. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts +11 -0
  428. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRefBase.d.ts.map +1 -0
  429. package/lib/typescript/module/components/radio-button-input/index.d.ts +4 -3
  430. package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
  431. package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
  432. package/lib/typescript/module/components/switch/SwitchRef.d.ts +2 -2
  433. package/lib/typescript/module/components/switch/SwitchRef.d.ts.map +1 -1
  434. package/lib/typescript/module/components/switch/SwitchRefBase.d.ts +11 -0
  435. package/lib/typescript/module/components/switch/SwitchRefBase.d.ts.map +1 -0
  436. package/lib/typescript/module/components/switch/index.d.ts +5 -4
  437. package/lib/typescript/module/components/switch/index.d.ts.map +1 -1
  438. package/lib/typescript/module/components/table-cell/TableCell.d.ts.map +1 -1
  439. package/lib/typescript/module/components/table-cell/TableCellProps.d.ts +5 -0
  440. package/lib/typescript/module/components/table-cell/TableCellProps.d.ts.map +1 -1
  441. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts +4 -0
  442. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckbox.d.ts.map +1 -0
  443. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts +4 -0
  444. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxInteractiveState.d.ts.map +1 -0
  445. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts +13 -0
  446. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxProps.d.ts.map +1 -0
  447. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts +5 -0
  448. package/lib/typescript/module/components/table-cell-checkbox/TableCellCheckboxRef.d.ts.map +1 -0
  449. package/lib/typescript/module/components/table-cell-checkbox/index.d.ts +5 -0
  450. package/lib/typescript/module/components/table-cell-checkbox/index.d.ts.map +1 -0
  451. package/lib/typescript/module/components/table-cell-text/TableCellText.d.ts.map +1 -1
  452. package/lib/typescript/module/components/table-row/TableRow.d.ts.map +1 -1
  453. package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts +1 -1
  454. package/lib/typescript/module/components/table-row/TableRowInteractiveState.d.ts.map +1 -1
  455. package/lib/typescript/module/components/table-row/TableRowProps.d.ts +7 -1
  456. package/lib/typescript/module/components/table-row/TableRowProps.d.ts.map +1 -1
  457. package/lib/typescript/module/components/table-row/_TableRowContext.d.ts +3 -1
  458. package/lib/typescript/module/components/table-row/_TableRowContext.d.ts.map +1 -1
  459. package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts +8 -0
  460. package/lib/typescript/module/components/table-row/_TableRowContextProvider.d.ts.map +1 -0
  461. package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts +3 -0
  462. package/lib/typescript/module/components/table-row/_style-sheet-height.d.ts.map +1 -1
  463. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts +4 -0
  464. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsible.d.ts.map +1 -0
  465. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts +23 -0
  466. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleProps.d.ts.map +1 -0
  467. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts +5 -0
  468. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRef.d.ts.map +1 -0
  469. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts +8 -0
  470. package/lib/typescript/module/components/table-row-collapsible/TableRowCollapsibleRefBase.d.ts.map +1 -0
  471. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts +3 -0
  472. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.d.ts.map +1 -0
  473. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts +8 -0
  474. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.d.ts.map +1 -0
  475. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts +3 -0
  476. package/lib/typescript/module/components/table-row-collapsible/_table-cell-chevron/index.d.ts.map +1 -0
  477. package/lib/typescript/module/components/table-row-collapsible/index.d.ts +4 -0
  478. package/lib/typescript/module/components/table-row-collapsible/index.d.ts.map +1 -0
  479. package/lib/typescript/module/components/toggle/base/BaseRef.d.ts +2 -2
  480. package/lib/typescript/module/components/toggle/base/BaseRef.d.ts.map +1 -1
  481. package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts +4 -0
  482. package/lib/typescript/module/components/toggle/base/BaseRefBase.d.ts.map +1 -0
  483. package/lib/typescript/module/components/toggle/base/index.d.ts +3 -2
  484. package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
  485. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  486. package/package.json +1 -1
  487. package/src/{components/accordion/_chevron/Chevron.tsx → _internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevron.tsx} +35 -11
  488. package/src/_internal/components/animated-collapsible-chevron/AnimatedCollapsibleChevronProps.ts +14 -0
  489. package/src/_internal/components/animated-collapsible-chevron/index.ts +2 -0
  490. package/src/_internal/components/index.ts +1 -0
  491. package/src/carbon-style-sheet/color.ts +1 -1
  492. package/src/carbon-style-sheet/g/flex.ts +6 -0
  493. package/src/carbon-style-sheet/g/font.ts +1 -1
  494. package/src/carbon-style-sheet/g/index.ts +1 -0
  495. package/src/carbon-style-sheet/g/spacing.ts +106 -1
  496. package/src/carbon-style-sheet/g/typography.ts +1 -1
  497. package/src/carbon-style-sheet/g/visibility.ts +32 -0
  498. package/src/carbon-style-sheet/g-object/flex.ts +4 -0
  499. package/src/carbon-style-sheet/g-object/font.ts +1 -1
  500. package/src/carbon-style-sheet/g-object/index.ts +1 -0
  501. package/src/carbon-style-sheet/g-object/spacing.ts +85 -1
  502. package/src/carbon-style-sheet/g-object/typography.ts +1 -1
  503. package/src/carbon-style-sheet/g-object/visibility.ts +23 -0
  504. package/src/components/accordion/AccordionItemRef.ts +3 -3
  505. package/src/components/accordion/AccordionItemRefBase.ts +10 -0
  506. package/src/components/accordion/_Header.tsx +8 -3
  507. package/src/components/accordion/_Item.tsx +19 -16
  508. package/src/components/accordion/_context.ts +1 -1
  509. package/src/components/accordion/_motion.ts +2 -2
  510. package/src/components/accordion/index.ts +7 -6
  511. package/src/components/checkbox/Checkbox.tsx +4 -5
  512. package/src/components/checkbox/CheckboxRef.ts +3 -3
  513. package/src/components/checkbox/CheckboxRefBase.ts +7 -0
  514. package/src/components/checkbox/index.ts +3 -2
  515. package/src/components/checkbox-input/CheckboxInput.tsx +7 -7
  516. package/src/components/checkbox-input/CheckboxInputRef.ts +3 -4
  517. package/src/components/checkbox-input/{_RefBase.ts → CheckboxInputRefBase.ts} +5 -2
  518. package/src/components/checkbox-input/index.ts +5 -4
  519. package/src/components/collapsible/Collapsible.tsx +23 -40
  520. package/src/components/collapsible/CollapsibleProps.ts +1 -2
  521. package/src/components/collapsible/CollapsibleRef.ts +3 -3
  522. package/src/components/collapsible/CollapsibleRefBase.ts +8 -0
  523. package/src/components/collapsible/index.ts +3 -2
  524. package/src/components/index.ts +2 -0
  525. package/src/components/radio-button/RadioButton.tsx +4 -4
  526. package/src/components/radio-button/RadioButtonRef.ts +3 -3
  527. package/src/components/radio-button/RadioButtonRefBase.ts +6 -0
  528. package/src/components/radio-button/index.ts +3 -2
  529. package/src/components/radio-button-input/RadioButtonInput.tsx +3 -3
  530. package/src/components/radio-button-input/RadioButtonInputRef.ts +3 -3
  531. package/src/components/radio-button-input/RadioButtonInputRefBase.ts +10 -0
  532. package/src/components/radio-button-input/index.ts +4 -3
  533. package/src/components/switch/Switch.tsx +8 -7
  534. package/src/components/switch/SwitchRef.ts +3 -3
  535. package/src/components/switch/SwitchRefBase.ts +10 -0
  536. package/src/components/switch/index.ts +5 -4
  537. package/src/components/table-cell/TableCell.tsx +3 -0
  538. package/src/components/table-cell/TableCellProps.ts +5 -0
  539. package/src/components/table-cell-checkbox/TableCellCheckbox.tsx +168 -0
  540. package/src/components/table-cell-checkbox/TableCellCheckboxInteractiveState.ts +13 -0
  541. package/src/components/table-cell-checkbox/TableCellCheckboxProps.ts +26 -0
  542. package/src/components/table-cell-checkbox/TableCellCheckboxRef.ts +10 -0
  543. package/src/components/table-cell-checkbox/index.ts +4 -0
  544. package/src/components/table-cell-text/TableCellText.tsx +7 -8
  545. package/src/components/table-row/TableRow.tsx +100 -55
  546. package/src/components/table-row/TableRowInteractiveState.ts +0 -1
  547. package/src/components/table-row/TableRowProps.ts +7 -1
  548. package/src/components/table-row/_TableRowContext.ts +7 -1
  549. package/src/components/table-row/_TableRowContextProvider.tsx +38 -0
  550. package/src/components/table-row/_style-sheet-height.ts +3 -0
  551. package/src/components/table-row-collapsible/TableRowCollapsible.tsx +415 -0
  552. package/src/components/table-row-collapsible/TableRowCollapsibleProps.ts +44 -0
  553. package/src/components/table-row-collapsible/TableRowCollapsibleRef.ts +10 -0
  554. package/src/components/table-row-collapsible/TableRowCollapsibleRefBase.ts +10 -0
  555. package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevron.tsx +140 -0
  556. package/src/components/table-row-collapsible/_table-cell-chevron/TableCellChevronProps.ts +13 -0
  557. package/src/components/table-row-collapsible/_table-cell-chevron/index.ts +2 -0
  558. package/src/components/table-row-collapsible/index.ts +3 -0
  559. package/src/components/toggle/base/Base.tsx +3 -3
  560. package/src/components/toggle/base/BaseRef.ts +3 -3
  561. package/src/components/toggle/base/BaseRefBase.ts +7 -0
  562. package/src/components/toggle/base/index.ts +3 -2
  563. package/lib/commonjs/components/accordion/_ItemRefBase.js +0 -2
  564. package/lib/commonjs/components/accordion/_ItemRefBase.js.map +0 -1
  565. package/lib/commonjs/components/accordion/_chevron/Chevron.js.map +0 -1
  566. package/lib/commonjs/components/accordion/_chevron/ChevronProps.js.map +0 -1
  567. package/lib/commonjs/components/accordion/_chevron/index.js.map +0 -1
  568. package/lib/commonjs/components/checkbox/_RefBase.js.map +0 -1
  569. package/lib/commonjs/components/checkbox-input/_RefBase.js.map +0 -1
  570. package/lib/commonjs/components/collapsible/_RefBase.js +0 -2
  571. package/lib/commonjs/components/radio-button/_RefBase.js.map +0 -1
  572. package/lib/commonjs/components/radio-button-input/_RefBase.js +0 -2
  573. package/lib/commonjs/components/radio-button-input/_RefBase.js.map +0 -1
  574. package/lib/commonjs/components/switch/_RefBase.js +0 -2
  575. package/lib/commonjs/components/switch/_RefBase.js.map +0 -1
  576. package/lib/commonjs/components/toggle/base/_RefBase.js.map +0 -1
  577. package/lib/module/components/accordion/_ItemRefBase.js +0 -2
  578. package/lib/module/components/accordion/_ItemRefBase.js.map +0 -1
  579. package/lib/module/components/accordion/_chevron/Chevron.js.map +0 -1
  580. package/lib/module/components/accordion/_chevron/ChevronProps.js +0 -4
  581. package/lib/module/components/accordion/_chevron/ChevronProps.js.map +0 -1
  582. package/lib/module/components/accordion/_chevron/index.js +0 -4
  583. package/lib/module/components/accordion/_chevron/index.js.map +0 -1
  584. package/lib/module/components/checkbox/_RefBase.js +0 -4
  585. package/lib/module/components/checkbox/_RefBase.js.map +0 -1
  586. package/lib/module/components/checkbox-input/_RefBase.js +0 -4
  587. package/lib/module/components/checkbox-input/_RefBase.js.map +0 -1
  588. package/lib/module/components/collapsible/_RefBase.js +0 -2
  589. package/lib/module/components/radio-button/_RefBase.js +0 -4
  590. package/lib/module/components/radio-button/_RefBase.js.map +0 -1
  591. package/lib/module/components/radio-button-input/_RefBase.js +0 -2
  592. package/lib/module/components/radio-button-input/_RefBase.js.map +0 -1
  593. package/lib/module/components/switch/_RefBase.js +0 -2
  594. package/lib/module/components/switch/_RefBase.js.map +0 -1
  595. package/lib/module/components/toggle/base/_RefBase.js +0 -4
  596. package/lib/module/components/toggle/base/_RefBase.js.map +0 -1
  597. package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts +0 -8
  598. package/lib/typescript/commonjs/components/accordion/_ItemRefBase.d.ts.map +0 -1
  599. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts +0 -3
  600. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts.map +0 -1
  601. package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts +0 -8
  602. package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
  603. package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts +0 -3
  604. package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts.map +0 -1
  605. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +0 -9
  606. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +0 -1
  607. package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +0 -1
  608. package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts +0 -7
  609. package/lib/typescript/commonjs/components/collapsible/_RefBase.d.ts.map +0 -1
  610. package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts +0 -9
  611. package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts.map +0 -1
  612. package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts +0 -8
  613. package/lib/typescript/commonjs/components/radio-button-input/_RefBase.d.ts.map +0 -1
  614. package/lib/typescript/commonjs/components/switch/_RefBase.d.ts +0 -8
  615. package/lib/typescript/commonjs/components/switch/_RefBase.d.ts.map +0 -1
  616. package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts +0 -9
  617. package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts.map +0 -1
  618. package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts +0 -8
  619. package/lib/typescript/module/components/accordion/_ItemRefBase.d.ts.map +0 -1
  620. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts +0 -3
  621. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts.map +0 -1
  622. package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts +0 -8
  623. package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts.map +0 -1
  624. package/lib/typescript/module/components/accordion/_chevron/index.d.ts +0 -3
  625. package/lib/typescript/module/components/accordion/_chevron/index.d.ts.map +0 -1
  626. package/lib/typescript/module/components/checkbox/_RefBase.d.ts +0 -9
  627. package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +0 -1
  628. package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +0 -1
  629. package/lib/typescript/module/components/collapsible/_RefBase.d.ts +0 -7
  630. package/lib/typescript/module/components/collapsible/_RefBase.d.ts.map +0 -1
  631. package/lib/typescript/module/components/radio-button/_RefBase.d.ts +0 -9
  632. package/lib/typescript/module/components/radio-button/_RefBase.d.ts.map +0 -1
  633. package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts +0 -8
  634. package/lib/typescript/module/components/radio-button-input/_RefBase.d.ts.map +0 -1
  635. package/lib/typescript/module/components/switch/_RefBase.d.ts +0 -8
  636. package/lib/typescript/module/components/switch/_RefBase.d.ts.map +0 -1
  637. package/lib/typescript/module/components/toggle/base/_RefBase.d.ts +0 -9
  638. package/lib/typescript/module/components/toggle/base/_RefBase.d.ts.map +0 -1
  639. package/src/components/accordion/_ItemRefBase.ts +0 -7
  640. package/src/components/accordion/_chevron/ChevronProps.ts +0 -10
  641. package/src/components/accordion/_chevron/index.ts +0 -2
  642. package/src/components/checkbox/_RefBase.ts +0 -11
  643. package/src/components/collapsible/_RefBase.ts +0 -6
  644. package/src/components/radio-button/_RefBase.ts +0 -11
  645. package/src/components/radio-button-input/_RefBase.ts +0 -7
  646. package/src/components/switch/_RefBase.ts +0 -7
  647. package/src/components/toggle/base/_RefBase.ts +0 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@audira/carbon-react-native",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "homepage": "https://rakadoank.github.io/carbon-react-native",
6
6
  "repository": "https://github.com/RakaDoank/carbon-react-native",
@@ -5,29 +5,51 @@ import {
5
5
 
6
6
  import {
7
7
  Animated as RNAnimated,
8
+ Easing,
8
9
  type EasingFunction,
9
10
  } from "react-native"
10
11
 
11
- import ChevronDown from "@carbon/icons/svg/32/chevron--down.svg"
12
-
13
12
  import {
14
13
  Motion,
15
- } from "../_motion"
14
+ } from "@audira/carbon-react-native-elements"
15
+
16
+ import ChevronDown from "@carbon/icons/svg/32/chevron--down.svg"
16
17
 
17
18
  import type {
18
- ChevronProps,
19
- } from "./ChevronProps"
19
+ AnimatedCollapsibleChevronProps,
20
+ } from "./AnimatedCollapsibleChevronProps"
20
21
 
21
22
  const
22
23
  AnimatedSvgChevronDown =
23
24
  RNAnimated.createAnimatedComponent(ChevronDown)
24
25
 
25
- export function Chevron({
26
+ export function AnimatedCollapsibleChevron({
27
+ motion = {
28
+ toOpen: {
29
+ duration: Motion.Duration.fast_02,
30
+ easing: Easing.bezier(
31
+ Motion.Easing.entrance.productive.x1,
32
+ Motion.Easing.entrance.productive.y1,
33
+ Motion.Easing.entrance.productive.x2,
34
+ Motion.Easing.entrance.productive.y2,
35
+ ),
36
+ },
37
+ toClose: {
38
+ duration: Motion.Duration.fast_02,
39
+ easing: Easing.bezier(
40
+ Motion.Easing.exit.productive.x1,
41
+ Motion.Easing.exit.productive.y1,
42
+ Motion.Easing.exit.productive.x2,
43
+ Motion.Easing.exit.productive.y2,
44
+ ),
45
+ },
46
+ },
26
47
  open,
27
48
  color,
28
49
  size,
29
50
  style,
30
- }: ChevronProps) {
51
+ ...props
52
+ }: AnimatedCollapsibleChevronProps) {
31
53
 
32
54
  const
33
55
  isMounted =
@@ -51,8 +73,8 @@ export function Chevron({
51
73
  rotateZ.current,
52
74
  {
53
75
  toValue: 1,
54
- duration: Motion.toOpen.duration,
55
- easing: Motion.toOpen.easing as EasingFunction,
76
+ duration: motion.toOpen.duration,
77
+ easing: motion.toOpen.easing as EasingFunction,
56
78
  useNativeDriver: true,
57
79
  },
58
80
  ).start()
@@ -61,8 +83,8 @@ export function Chevron({
61
83
  rotateZ.current,
62
84
  {
63
85
  toValue: 0,
64
- duration: Motion.toClose.duration,
65
- easing: Motion.toClose.easing as EasingFunction,
86
+ duration: motion.toClose.duration,
87
+ easing: motion.toClose.easing as EasingFunction,
66
88
  useNativeDriver: true,
67
89
  },
68
90
  ).start()
@@ -71,12 +93,14 @@ export function Chevron({
71
93
  isMounted.current = true
72
94
  }
73
95
  }, [
96
+ motion,
74
97
  open,
75
98
  rotateZ,
76
99
  ])
77
100
 
78
101
  return (
79
102
  <AnimatedSvgChevronDown
103
+ { ...props }
80
104
  fill={ color }
81
105
  width={ size }
82
106
  height={ size }
@@ -0,0 +1,14 @@
1
+ import type {
2
+ SvgProps,
3
+ } from "react-native-svg"
4
+
5
+ import type {
6
+ CollapsibleProps,
7
+ } from "../../../components/collapsible/CollapsibleProps"
8
+
9
+ export interface AnimatedCollapsibleChevronProps extends Omit<SvgProps, "fill"> {
10
+ motion?: NonNullable<CollapsibleProps["motion"]>,
11
+ open: boolean,
12
+ color: string,
13
+ size: number,
14
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./AnimatedCollapsibleChevron"
2
+ export type * from "./AnimatedCollapsibleChevronProps"
@@ -0,0 +1 @@
1
+ export * from "./animated-collapsible-chevron"
@@ -1,5 +1,5 @@
1
1
  // Generated
2
- // Sat, 04 Apr 2026 18:25:11 GMT
2
+ // Sun, 19 Apr 2026 08:37:05 GMT
3
3
 
4
4
  export const background = "#f4f4f4|#000000"
5
5
  export const background_active = "rgba(141,141,141,0.5)|rgba(141,141,141,0.4)"
@@ -86,6 +86,12 @@ export const { items_end } = StyleSheet.create({
86
86
  } as const,
87
87
  })
88
88
 
89
+ export const { items_stretch } = StyleSheet.create({
90
+ items_stretch: {
91
+ alignItems: "stretch",
92
+ } as const,
93
+ })
94
+
89
95
  export const { content_start } = StyleSheet.create({
90
96
  content_start: {
91
97
  alignContent: "flex-start",
@@ -1,5 +1,5 @@
1
1
  // Generated
2
- // Sat, 04 Apr 2026 18:25:11 GMT
2
+ // Sun, 19 Apr 2026 08:37:05 GMT
3
3
 
4
4
  // To support cross platforms, we are mapping the `fontFamily` value to its PostScript name,
5
5
  // instead of the `fontWeight` number with a single font family name like in Web// Giving a `fontWeight` number will not work.
@@ -8,4 +8,5 @@ export * from "./position"
8
8
  export * from "./spacing"
9
9
  export * from "./text"
10
10
  export * from "./typography"
11
+ export * from "./visibility"
11
12
  export * from "./width"
@@ -1,5 +1,5 @@
1
1
  // Generated
2
- // Sat, 04 Apr 2026 18:25:11 GMT
2
+ // Sun, 19 Apr 2026 08:37:05 GMT
3
3
 
4
4
  import {
5
5
  StyleSheet,
@@ -1370,3 +1370,108 @@ export const { gap_y_13 } = StyleSheet.create({
1370
1370
  rowGap: 160,
1371
1371
  } as const,
1372
1372
  })
1373
+ export const { m_00 } = StyleSheet.create({
1374
+ m_00: {
1375
+ margin: 0,
1376
+ } as const,
1377
+ })
1378
+ export const { mx_00 } = StyleSheet.create({
1379
+ mx_00: {
1380
+ marginHorizontal: 0,
1381
+ } as const,
1382
+ })
1383
+ export const { my_00 } = StyleSheet.create({
1384
+ my_00: {
1385
+ marginVertical: 0,
1386
+ } as const,
1387
+ })
1388
+ export const { ms_00 } = StyleSheet.create({
1389
+ ms_00: {
1390
+ marginStart: 0,
1391
+ } as const,
1392
+ })
1393
+ export const { me_00 } = StyleSheet.create({
1394
+ me_00: {
1395
+ marginEnd: 0,
1396
+ } as const,
1397
+ })
1398
+ export const { mt_00 } = StyleSheet.create({
1399
+ mt_00: {
1400
+ marginTop: 0,
1401
+ } as const,
1402
+ })
1403
+ export const { mr_00 } = StyleSheet.create({
1404
+ mr_00: {
1405
+ marginRight: 0,
1406
+ } as const,
1407
+ })
1408
+ export const { mb_00 } = StyleSheet.create({
1409
+ mb_00: {
1410
+ marginBottom: 0,
1411
+ } as const,
1412
+ })
1413
+ export const { ml_00 } = StyleSheet.create({
1414
+ ml_00: {
1415
+ marginLeft: 0,
1416
+ } as const,
1417
+ })
1418
+ export const { p_00 } = StyleSheet.create({
1419
+ p_00: {
1420
+ padding: 0,
1421
+ } as const,
1422
+ })
1423
+ export const { px_00 } = StyleSheet.create({
1424
+ px_00: {
1425
+ paddingHorizontal: 0,
1426
+ } as const,
1427
+ })
1428
+ export const { py_00 } = StyleSheet.create({
1429
+ py_00: {
1430
+ paddingVertical: 0,
1431
+ } as const,
1432
+ })
1433
+ export const { ps_00 } = StyleSheet.create({
1434
+ ps_00: {
1435
+ paddingStart: 0,
1436
+ } as const,
1437
+ })
1438
+ export const { pe_00 } = StyleSheet.create({
1439
+ pe_00: {
1440
+ paddingEnd: 0,
1441
+ } as const,
1442
+ })
1443
+ export const { pt_00 } = StyleSheet.create({
1444
+ pt_00: {
1445
+ paddingTop: 0,
1446
+ } as const,
1447
+ })
1448
+ export const { pr_00 } = StyleSheet.create({
1449
+ pr_00: {
1450
+ paddingRight: 0,
1451
+ } as const,
1452
+ })
1453
+ export const { pb_00 } = StyleSheet.create({
1454
+ pb_00: {
1455
+ paddingBottom: 0,
1456
+ } as const,
1457
+ })
1458
+ export const { pl_00 } = StyleSheet.create({
1459
+ pl_00: {
1460
+ paddingLeft: 0,
1461
+ } as const,
1462
+ })
1463
+ export const { gap_00 } = StyleSheet.create({
1464
+ gap_00: {
1465
+ gap: 0,
1466
+ } as const,
1467
+ })
1468
+ export const { gap_x_00 } = StyleSheet.create({
1469
+ gap_x_00: {
1470
+ columnGap: 0,
1471
+ } as const,
1472
+ })
1473
+ export const { gap_y_00 } = StyleSheet.create({
1474
+ gap_y_00: {
1475
+ rowGap: 0,
1476
+ } as const,
1477
+ })
@@ -1,5 +1,5 @@
1
1
  // Generated
2
- // Sat, 04 Apr 2026 18:25:11 GMT
2
+ // Sun, 19 Apr 2026 08:37:05 GMT
3
3
 
4
4
  import {
5
5
  StyleSheet,
@@ -0,0 +1,32 @@
1
+ import {
2
+ Platform,
3
+ StyleSheet,
4
+ } from "react-native"
5
+
6
+ export const { invisible } = StyleSheet.create({
7
+ invisible: {
8
+ ...Platform.select({
9
+ web: {
10
+ visibility: "hidden",
11
+ } as const,
12
+ default: {
13
+ opacity: 0,
14
+ pointerEvents: "none",
15
+ } as const,
16
+ }),
17
+ },
18
+ })
19
+
20
+ export const { visible } = StyleSheet.create({
21
+ visible: {
22
+ ...Platform.select({
23
+ web: {
24
+ visibility: "visible",
25
+ } as const,
26
+ default: {
27
+ opacity: 1,
28
+ pointerEvents: "auto",
29
+ } as const,
30
+ }),
31
+ },
32
+ })
@@ -60,6 +60,10 @@ export const items_end = {
60
60
  alignItems: "flex-end",
61
61
  } as const satisfies ViewStyle
62
62
 
63
+ export const items_stretch = {
64
+ alignItems: "stretch",
65
+ } as const satisfies ViewStyle
66
+
63
67
  export const content_start = {
64
68
  alignContent: "flex-start",
65
69
  } as const satisfies ViewStyle
@@ -1,5 +1,5 @@
1
1
  // Generated
2
- // Sat, 04 Apr 2026 18:25:11 GMT
2
+ // Sun, 19 Apr 2026 08:37:05 GMT
3
3
 
4
4
  // To support cross platforms, we are mapping the `fontFamily` value to its PostScript name,
5
5
  // instead of the `fontWeight` number with a single font family name like in Web// Giving a `fontWeight` number will not work.
@@ -8,4 +8,5 @@ export * from "./position"
8
8
  export * from "./spacing"
9
9
  export * from "./text"
10
10
  export * from "./typography"
11
+ export * from "./visibility"
11
12
  export * from "./width"
@@ -1,5 +1,5 @@
1
1
  // Generated
2
- // Sat, 04 Apr 2026 18:25:11 GMT
2
+ // Sun, 19 Apr 2026 08:37:05 GMT
3
3
 
4
4
  import type {
5
5
  ViewStyle,
@@ -1097,3 +1097,87 @@ export const gap_y_13 = {
1097
1097
  rowGap: 160,
1098
1098
  } as const satisfies ViewStyle
1099
1099
 
1100
+ export const m_00 = {
1101
+ margin: 0,
1102
+ } as const satisfies ViewStyle
1103
+
1104
+ export const mx_00 = {
1105
+ marginHorizontal: 0,
1106
+ } as const satisfies ViewStyle
1107
+
1108
+ export const my_00 = {
1109
+ marginVertical: 0,
1110
+ } as const satisfies ViewStyle
1111
+
1112
+ export const ms_00 = {
1113
+ marginStart: 0,
1114
+ } as const satisfies ViewStyle
1115
+
1116
+ export const me_00 = {
1117
+ marginEnd: 0,
1118
+ } as const satisfies ViewStyle
1119
+
1120
+ export const mt_00 = {
1121
+ marginTop: 0,
1122
+ } as const satisfies ViewStyle
1123
+
1124
+ export const mr_00 = {
1125
+ marginRight: 0,
1126
+ } as const satisfies ViewStyle
1127
+
1128
+ export const mb_00 = {
1129
+ marginBottom: 0,
1130
+ } as const satisfies ViewStyle
1131
+
1132
+ export const ml_00 = {
1133
+ marginLeft: 0,
1134
+ } as const satisfies ViewStyle
1135
+
1136
+ export const p_00 = {
1137
+ padding: 0,
1138
+ } as const satisfies ViewStyle
1139
+
1140
+ export const px_00 = {
1141
+ paddingHorizontal: 0,
1142
+ } as const satisfies ViewStyle
1143
+
1144
+ export const py_00 = {
1145
+ paddingVertical: 0,
1146
+ } as const satisfies ViewStyle
1147
+
1148
+ export const ps_00 = {
1149
+ paddingStart: 0,
1150
+ } as const satisfies ViewStyle
1151
+
1152
+ export const pe_00 = {
1153
+ paddingEnd: 0,
1154
+ } as const satisfies ViewStyle
1155
+
1156
+ export const pt_00 = {
1157
+ paddingTop: 0,
1158
+ } as const satisfies ViewStyle
1159
+
1160
+ export const pr_00 = {
1161
+ paddingRight: 0,
1162
+ } as const satisfies ViewStyle
1163
+
1164
+ export const pb_00 = {
1165
+ paddingBottom: 0,
1166
+ } as const satisfies ViewStyle
1167
+
1168
+ export const pl_00 = {
1169
+ paddingLeft: 0,
1170
+ } as const satisfies ViewStyle
1171
+
1172
+ export const gap_00 = {
1173
+ gap: 0,
1174
+ } as const satisfies ViewStyle
1175
+
1176
+ export const gap_x_00 = {
1177
+ columnGap: 0,
1178
+ } as const satisfies ViewStyle
1179
+
1180
+ export const gap_y_00 = {
1181
+ rowGap: 0,
1182
+ } as const satisfies ViewStyle
1183
+
@@ -1,5 +1,5 @@
1
1
  // Generated
2
- // Sat, 04 Apr 2026 18:25:11 GMT
2
+ // Sun, 19 Apr 2026 08:37:05 GMT
3
3
 
4
4
  import type {
5
5
  TextStyle,
@@ -0,0 +1,23 @@
1
+ import {
2
+ Platform,
3
+ } from "react-native"
4
+
5
+ export const invisible = Platform.select({
6
+ web: {
7
+ visibility: "hidden",
8
+ } as const,
9
+ default: {
10
+ opacity: 0,
11
+ pointerEvents: "none",
12
+ } as const,
13
+ })
14
+
15
+ export const visible = Platform.select({
16
+ web: {
17
+ visibility: "visible",
18
+ } as const,
19
+ default: {
20
+ opacity: 1,
21
+ pointerEvents: "auto",
22
+ } as const,
23
+ })
@@ -3,8 +3,8 @@ import type {
3
3
  } from "react-native"
4
4
 
5
5
  import type {
6
- ItemRefBase,
7
- } from "./_ItemRefBase"
6
+ AccordionItemRefBase,
7
+ } from "./AccordionItemRefBase"
8
8
 
9
- export interface AccordionItemRef extends View, ItemRefBase {
9
+ export interface AccordionItemRef extends View, AccordionItemRefBase {
10
10
  }
@@ -0,0 +1,10 @@
1
+ export interface AccordionItemRefBase {
2
+ /**
3
+ * The current open value.
4
+ */
5
+ readonly open: boolean,
6
+ /**
7
+ * This method does nothing if `open` component prop is defined
8
+ */
9
+ setOpen: (value: boolean | ((value: boolean) => boolean)) => void,
10
+ }
@@ -12,6 +12,10 @@ import {
12
12
  Color,
13
13
  } from "@audira/carbon-react-native-elements"
14
14
 
15
+ import {
16
+ AnimatedCollapsibleChevron,
17
+ } from "../../_internal/components"
18
+
15
19
  import * as CarbonStyleSheet from "../../carbon-style-sheet"
16
20
 
17
21
  import {
@@ -41,8 +45,8 @@ import {
41
45
  } from "./_HeaderBorder"
42
46
 
43
47
  import {
44
- Chevron,
45
- } from "./_chevron"
48
+ Motion,
49
+ } from "./_motion"
46
50
 
47
51
  export function Header({
48
52
  size = "medium",
@@ -185,7 +189,8 @@ const
185
189
  ) => React.ReactNode =
186
190
  (open, iconColorState, iconSize, iconStyle) => {
187
191
  return (
188
- <Chevron
192
+ <AnimatedCollapsibleChevron
193
+ motion={ Motion }
189
194
  open={ open }
190
195
  color={ iconColorState }
191
196
  size={ iconSize }
@@ -38,14 +38,14 @@ import type {
38
38
  AccordionItemRef,
39
39
  } from "./AccordionItemRef"
40
40
 
41
+ import type {
42
+ AccordionItemRefBase,
43
+ } from "./AccordionItemRefBase"
44
+
41
45
  import {
42
46
  Header,
43
47
  } from "./_Header"
44
48
 
45
- import type {
46
- ItemRefBase,
47
- } from "./_ItemRefBase"
48
-
49
49
  import {
50
50
  Context,
51
51
  } from "./_context"
@@ -79,14 +79,13 @@ export const Item = forwardRef<AccordionItemRef, AccordionItemProps>(
79
79
  ref =
80
80
  useRef({
81
81
  allowOnChangeEffect: false,
82
- open: !!defaultOpen,
83
82
  }),
84
83
 
85
84
  viewRef =
86
85
  useRef<View>(null),
87
86
 
88
87
  [openSelf, setOpenSelf] =
89
- useState(ref.current.open),
88
+ useState(!!defaultOpen),
90
89
 
91
90
  controlled =
92
91
  typeof openProp !== "undefined",
@@ -107,26 +106,28 @@ export const Item = forwardRef<AccordionItemRef, AccordionItemProps>(
107
106
  ])
108
107
 
109
108
  useImperativeHandle(forwardedRef, () => {
110
- return Object.assign<View, ItemRefBase>(
109
+ return Object.assign<View, AccordionItemRefBase>(
111
110
  (viewRef.current ?? {
112
111
  }) as View,
113
112
  {
114
113
  get open() {
115
- return ref.current.open
114
+ return open
116
115
  },
117
116
  setOpen(value) {
118
117
  if(!controlled) {
118
+ let openNext: boolean
119
119
  if(typeof value === "boolean") {
120
- ref.current.open = value
120
+ openNext = value
121
121
  } else {
122
- ref.current.open = value(ref.current.open)
122
+ openNext = value(open)
123
123
  }
124
- setOpenSelf(ref.current.open)
124
+ setOpenSelf(openNext)
125
125
  }
126
126
  },
127
127
  },
128
128
  )
129
129
  }, [
130
+ open,
130
131
  controlled,
131
132
  ])
132
133
 
@@ -148,11 +149,13 @@ export const Item = forwardRef<AccordionItemRef, AccordionItemProps>(
148
149
  motion={ Motion }
149
150
  open={ open }
150
151
  dir={ globalConfigContext.rtl ? "rtl" : undefined }
151
- contentContainerStyle={ [
152
- globalConfigContext.rtl ? CarbonStyleSheet.g.rtl : undefined,
153
- accordionContext.collapsibleContentContainerStyle,
154
- style.panel,
155
- ] }
152
+ contentContainerProps={{
153
+ style: [
154
+ globalConfigContext.rtl ? CarbonStyleSheet.g.rtl : undefined,
155
+ accordionContext.collapsibleContentContainerStyle,
156
+ style.panel,
157
+ ],
158
+ }}
156
159
  >
157
160
  { children }
158
161
  </Collapsible>
@@ -13,7 +13,7 @@ import type {
13
13
  export interface Context {
14
14
  size?: AccordionHeaderProps["size"],
15
15
  flushAlignment?: AccordionHeaderProps["flushAlignment"],
16
- collapsibleContentContainerStyle?: CollapsibleProps["contentContainerStyle"],
16
+ collapsibleContentContainerStyle?: NonNullable<CollapsibleProps["contentContainerProps"]>["style"],
17
17
  }
18
18
 
19
19
  export const Context = createContext<Context>({
@@ -10,7 +10,7 @@ import type {
10
10
  CollapsibleProps,
11
11
  } from "../collapsible/CollapsibleProps"
12
12
 
13
- export const Motion: NonNullable<CollapsibleProps["motion"]> =
13
+ export const Motion =
14
14
  {
15
15
  toOpen: {
16
16
  duration: Motion_.Duration.fast_02,
@@ -24,4 +24,4 @@ export const Motion: NonNullable<CollapsibleProps["motion"]> =
24
24
  toClose: {
25
25
  duration: 0,
26
26
  },
27
- }
27
+ } as const satisfies NonNullable<CollapsibleProps["motion"]>
@@ -1,7 +1,8 @@
1
1
  export * from "./Accordion"
2
- export * from "./AccordionHeaderProps"
3
- export * from "./AccordionItemProps"
4
- export * from "./AccordionItemRef"
5
- export * from "./AccordionProps"
6
- export * from "./AccordionRef"
7
- export * from "./AccordionSize"
2
+ export type * from "./AccordionHeaderProps"
3
+ export type * from "./AccordionItemProps"
4
+ export type * from "./AccordionItemRef"
5
+ export type * from "./AccordionItemRefBase"
6
+ export type * from "./AccordionProps"
7
+ export type * from "./AccordionRef"
8
+ export type * from "./AccordionSize"
@@ -47,9 +47,8 @@ import type {
47
47
  } from "./CheckboxRef"
48
48
 
49
49
  import type {
50
- RefBase,
51
- } from "./_RefBase"
52
-
50
+ CheckboxRefBase,
51
+ } from "./CheckboxRefBase"
53
52
 
54
53
  export const Checkbox = forwardRef<CheckboxRef, CheckboxProps>(
55
54
  function Checkbox(
@@ -95,12 +94,12 @@ export const Checkbox = forwardRef<CheckboxRef, CheckboxProps>(
95
94
  ])
96
95
 
97
96
  useImperativeHandle(forwardedRef, () => {
98
- return Object.assign<View, RefBase>(
97
+ return Object.assign<View, CheckboxRefBase>(
99
98
  (viewRef.current ?? {
100
99
  }) as View,
101
100
  {
102
101
  get checked() {
103
- return checkboxInputRef.current!.checked
102
+ return checkboxInputRef.current?.checked ?? false
104
103
  },
105
104
  setChecked(value_) {
106
105
  checkboxInputRef.current?.setChecked(value_)