@audira/carbon-react-native 1.0.0-beta.2 → 1.0.0-beta.21

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 (2620) hide show
  1. package/README.md +1 -1
  2. package/lib/commonjs/_internal/contexts/button-group/ButtonGroupContext.js +1 -1
  3. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +1 -1
  4. package/lib/commonjs/_internal/contexts/in-dialog/InDialogContext.js +9 -0
  5. package/lib/commonjs/_internal/contexts/in-dialog/InDialogContext.js.map +1 -0
  6. package/lib/commonjs/_internal/contexts/in-dialog/index.js +17 -0
  7. package/lib/commonjs/_internal/contexts/in-dialog/index.js.map +1 -0
  8. package/lib/commonjs/_internal/contexts/index.js +12 -1
  9. package/lib/commonjs/_internal/contexts/index.js.map +1 -1
  10. package/lib/commonjs/_internal/contexts/modal/ModalContext.js +8 -1
  11. package/lib/commonjs/_internal/contexts/modal/ModalContext.js.map +1 -1
  12. package/lib/commonjs/_internal/helpers/index.js +3 -1
  13. package/lib/commonjs/_internal/helpers/index.js.map +1 -1
  14. package/lib/commonjs/_internal/helpers/modal/index.js +17 -0
  15. package/lib/commonjs/_internal/helpers/modal/index.js.map +1 -0
  16. package/lib/commonjs/_internal/helpers/modal/is-apply-insets.js +17 -0
  17. package/lib/commonjs/_internal/helpers/modal/is-apply-insets.js.map +1 -0
  18. package/lib/commonjs/_internal/hooks/index.js +10 -0
  19. package/lib/commonjs/_internal/hooks/index.js.map +1 -0
  20. package/lib/commonjs/_internal/hooks/secure-text-entry-control/UseProps.js +2 -0
  21. package/lib/commonjs/_internal/hooks/secure-text-entry-control/UseProps.js.map +1 -0
  22. package/lib/commonjs/_internal/hooks/secure-text-entry-control/index.js +17 -0
  23. package/lib/commonjs/_internal/hooks/secure-text-entry-control/index.js.map +1 -0
  24. package/lib/commonjs/_internal/hooks/secure-text-entry-control/use.js +16 -0
  25. package/lib/commonjs/_internal/hooks/secure-text-entry-control/use.js.map +1 -0
  26. package/lib/commonjs/carbon-react-native/CarbonReactNative.js +1 -1
  27. package/lib/commonjs/carbon-style-sheet/breakpoint.js +5 -5
  28. package/lib/commonjs/carbon-style-sheet/create.js +5 -5
  29. package/lib/commonjs/components/accordion/Accordion.js +6 -6
  30. package/lib/commonjs/components/accordion/Accordion.js.map +1 -1
  31. package/lib/commonjs/components/accordion/_Header.js +44 -42
  32. package/lib/commonjs/components/accordion/_Header.js.map +1 -1
  33. package/lib/commonjs/components/accordion/_HeaderBorder.js +8 -8
  34. package/lib/commonjs/components/accordion/_HeaderBorder.js.map +1 -1
  35. package/lib/commonjs/components/accordion/_Item.js +10 -6
  36. package/lib/commonjs/components/accordion/_Item.js.map +1 -1
  37. package/lib/commonjs/components/accordion/_chevron/Chevron.js +1 -1
  38. package/lib/commonjs/components/accordion/_styles.js +3 -3
  39. package/lib/commonjs/components/accordion/_styles.js.map +1 -1
  40. package/lib/commonjs/components/accordion/index.js.map +1 -1
  41. package/lib/commonjs/components/box/Box.js +26 -0
  42. package/lib/commonjs/components/box/Box.js.map +1 -0
  43. package/lib/commonjs/components/box/BoxProps.js +6 -0
  44. package/lib/commonjs/components/box/BoxProps.js.map +1 -0
  45. package/lib/commonjs/components/box/BoxRef.js +6 -0
  46. package/lib/commonjs/components/box/BoxRef.js.map +1 -0
  47. package/lib/commonjs/components/box/index.js +17 -0
  48. package/lib/commonjs/components/box/index.js.map +1 -0
  49. package/lib/commonjs/components/button/base/Base.js +35 -65
  50. package/lib/commonjs/components/button/base/Base.js.map +1 -1
  51. package/lib/commonjs/components/button/base-color/BaseColor.js +5 -5
  52. package/lib/commonjs/components/button/ghost/Ghost.js +26 -24
  53. package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
  54. package/lib/commonjs/components/button/ghost-danger/GhostDanger.js +25 -23
  55. package/lib/commonjs/components/button/ghost-danger/GhostDanger.js.map +1 -1
  56. package/lib/commonjs/components/button/ghost-icon/GhostIcon.js +24 -33
  57. package/lib/commonjs/components/button/ghost-icon/GhostIcon.js.map +1 -1
  58. package/lib/commonjs/components/button/primary/Primary.js +24 -22
  59. package/lib/commonjs/components/button/primary/Primary.js.map +1 -1
  60. package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js +24 -22
  61. package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js.map +1 -1
  62. package/lib/commonjs/components/button/secondary/Secondary.js +24 -22
  63. package/lib/commonjs/components/button/secondary/Secondary.js.map +1 -1
  64. package/lib/commonjs/components/button/tertiary/Tertiary.js +26 -24
  65. package/lib/commonjs/components/button/tertiary/Tertiary.js.map +1 -1
  66. package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js +27 -25
  67. package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
  68. package/lib/commonjs/components/button-group/ButtonGroup.js +13 -16
  69. package/lib/commonjs/components/button-group/ButtonGroup.js.map +1 -1
  70. package/lib/commonjs/components/button-group/index.js.map +1 -1
  71. package/lib/commonjs/components/checkbox/Checkbox.js +35 -34
  72. package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
  73. package/lib/commonjs/components/checkbox/index.js.map +1 -1
  74. package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +20 -26
  75. package/lib/commonjs/components/checkbox-group/CheckboxGroup.js.map +1 -1
  76. package/lib/commonjs/components/checkbox-group/index.js.map +1 -1
  77. package/lib/commonjs/components/checkbox-input/CheckboxInput.js +51 -51
  78. package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
  79. package/lib/commonjs/components/checkbox-input/CheckboxInputState.js +2 -0
  80. package/lib/commonjs/components/checkbox-input/CheckboxInputState.js.map +1 -0
  81. package/lib/commonjs/components/checkbox-input/index.js +4 -4
  82. package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
  83. package/lib/commonjs/components/collapsible/Collapsible.js +9 -9
  84. package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
  85. package/lib/commonjs/components/form-helper-text/FormHelperText.js +13 -12
  86. package/lib/commonjs/components/form-helper-text/FormHelperText.js.map +1 -1
  87. package/lib/commonjs/components/form-label/FormLabel.js +6 -5
  88. package/lib/commonjs/components/form-label/FormLabel.js.map +1 -1
  89. package/lib/commonjs/components/form-label/index.js.map +1 -1
  90. package/lib/commonjs/components/icon/Icon.js +5 -5
  91. package/lib/commonjs/components/icon/Icon.js.map +1 -1
  92. package/lib/commonjs/components/index.js +47 -11
  93. package/lib/commonjs/components/index.js.map +1 -1
  94. package/lib/commonjs/components/inline-loading/InlineLoading.js +17 -16
  95. package/lib/commonjs/components/inline-loading/InlineLoading.js.map +1 -1
  96. package/lib/commonjs/components/inline-loading/index.js.map +1 -1
  97. package/lib/commonjs/components/layer/index.js.map +1 -1
  98. package/lib/commonjs/components/loading/Loading.js +2 -2
  99. package/lib/commonjs/components/loading/_circular-progress/CircularProgress.js +3 -3
  100. package/lib/commonjs/components/modal/Modal.js +143 -91
  101. package/lib/commonjs/components/modal/Modal.js.map +1 -1
  102. package/lib/commonjs/components/modal/index.js.map +1 -1
  103. package/lib/commonjs/components/modal-content/ModalContent.js +59 -46
  104. package/lib/commonjs/components/modal-content/ModalContent.js.map +1 -1
  105. package/lib/commonjs/components/modal-content/index.js.map +1 -1
  106. package/lib/commonjs/components/notification/_status-hooks/_base/useBase.js +3 -3
  107. package/lib/commonjs/components/notification/_variant-context.js +1 -1
  108. package/lib/commonjs/components/notification/_variants/_ButtonGhost.js +3 -3
  109. package/lib/commonjs/components/notification/_variants/_ButtonTertiary.js +3 -3
  110. package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js +1 -2
  111. package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js.map +1 -1
  112. package/lib/commonjs/components/notification/_variants/actionable/index.js.map +1 -1
  113. package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js +1 -2
  114. package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js.map +1 -1
  115. package/lib/commonjs/components/notification/_variants/callout/index.js.map +1 -1
  116. package/lib/commonjs/components/notification/_variants/index.js +2 -24
  117. package/lib/commonjs/components/notification/_variants/index.js.map +1 -1
  118. package/lib/commonjs/components/notification/_variants/toast/ToastVariant.js +5 -5
  119. package/lib/commonjs/components/notification/_variants/toast/index.js.map +1 -1
  120. package/lib/commonjs/components/notification/actionable/error/index.js.map +1 -1
  121. package/lib/commonjs/components/notification/actionable/index.js.map +1 -1
  122. package/lib/commonjs/components/notification/actionable/informational/index.js.map +1 -1
  123. package/lib/commonjs/components/notification/actionable/success/index.js.map +1 -1
  124. package/lib/commonjs/components/notification/actionable/warning/index.js.map +1 -1
  125. package/lib/commonjs/components/notification/base/Base.js +49 -54
  126. package/lib/commonjs/components/notification/base/Base.js.map +1 -1
  127. package/lib/commonjs/components/notification/base/index.js.map +1 -1
  128. package/lib/commonjs/components/notification/callout/error/index.js.map +1 -1
  129. package/lib/commonjs/components/notification/callout/index.js.map +1 -1
  130. package/lib/commonjs/components/notification/callout/informational/index.js.map +1 -1
  131. package/lib/commonjs/components/notification/callout/success/index.js.map +1 -1
  132. package/lib/commonjs/components/notification/callout/warning/index.js.map +1 -1
  133. package/lib/commonjs/components/notification/index.js +13 -19
  134. package/lib/commonjs/components/notification/index.js.map +1 -1
  135. package/lib/commonjs/components/notification/subtitle/index.js.map +1 -1
  136. package/lib/commonjs/components/notification/subtitle-link/index.js.map +1 -1
  137. package/lib/commonjs/components/notification/toast/error/index.js.map +1 -1
  138. package/lib/commonjs/components/notification/toast/index.js.map +1 -1
  139. package/lib/commonjs/components/notification/toast/informational/index.js.map +1 -1
  140. package/lib/commonjs/components/notification/toast/success/index.js.map +1 -1
  141. package/lib/commonjs/components/notification/toast/warning/index.js.map +1 -1
  142. package/lib/commonjs/components/password-input/PasswordInput.js +35 -0
  143. package/lib/commonjs/components/password-input/PasswordInput.js.map +1 -0
  144. package/lib/commonjs/components/password-input/PasswordInputProps.js +6 -0
  145. package/lib/commonjs/components/password-input/PasswordInputProps.js.map +1 -0
  146. package/lib/commonjs/components/password-input/PasswordInputRef.js +6 -0
  147. package/lib/commonjs/components/password-input/PasswordInputRef.js.map +1 -0
  148. package/lib/commonjs/components/password-input/index.js +17 -0
  149. package/lib/commonjs/components/password-input/index.js.map +1 -0
  150. package/lib/commonjs/components/password-input-field/PasswordInputField.js +35 -0
  151. package/lib/commonjs/components/password-input-field/PasswordInputField.js.map +1 -0
  152. package/lib/commonjs/components/password-input-field/PasswordInputFieldProps.js +6 -0
  153. package/lib/commonjs/components/password-input-field/PasswordInputFieldProps.js.map +1 -0
  154. package/lib/commonjs/components/password-input-field/PasswordInputFieldRef.js +6 -0
  155. package/lib/commonjs/components/password-input-field/PasswordInputFieldRef.js.map +1 -0
  156. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js +40 -0
  157. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -0
  158. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.js +6 -0
  159. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.js.map +1 -0
  160. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.js +6 -0
  161. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.js.map +1 -0
  162. package/lib/commonjs/components/password-input-field/_ghost-icon/index.js +17 -0
  163. package/lib/commonjs/components/password-input-field/_ghost-icon/index.js.map +1 -0
  164. package/lib/commonjs/components/password-input-field/index.js +17 -0
  165. package/lib/commonjs/components/password-input-field/index.js.map +1 -0
  166. package/lib/commonjs/components/password-input-fluid/PasswordInputFluid.js +33 -0
  167. package/lib/commonjs/components/password-input-fluid/PasswordInputFluid.js.map +1 -0
  168. package/lib/commonjs/components/password-input-fluid/PasswordInputFluidProps.js +6 -0
  169. package/lib/commonjs/components/password-input-fluid/PasswordInputFluidProps.js.map +1 -0
  170. package/lib/commonjs/components/password-input-fluid/PasswordInputFluidRef.js +6 -0
  171. package/lib/commonjs/components/password-input-fluid/PasswordInputFluidRef.js.map +1 -0
  172. package/lib/commonjs/components/password-input-fluid/index.js +17 -0
  173. package/lib/commonjs/components/password-input-fluid/index.js.map +1 -0
  174. package/lib/commonjs/components/radio-button/RadioButton.js +21 -16
  175. package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
  176. package/lib/commonjs/components/radio-button/index.js.map +1 -1
  177. package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +20 -19
  178. package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js.map +1 -1
  179. package/lib/commonjs/components/radio-button-group/_Item.js +1 -1
  180. package/lib/commonjs/components/radio-button-group/index.js.map +1 -1
  181. package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +33 -33
  182. package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -1
  183. package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
  184. package/lib/commonjs/components/switch/Switch.js +31 -22
  185. package/lib/commonjs/components/switch/Switch.js.map +1 -1
  186. package/lib/commonjs/components/text/Text.js +37 -33
  187. package/lib/commonjs/components/text/Text.js.map +1 -1
  188. package/lib/commonjs/components/text/index.js.map +1 -1
  189. package/lib/commonjs/components/text-area/TextArea.js +3 -5
  190. package/lib/commonjs/components/text-area/TextArea.js.map +1 -1
  191. package/lib/commonjs/components/text-area/index.js.map +1 -1
  192. package/lib/commonjs/components/text-area-field/TextAreaField.js +3 -3
  193. package/lib/commonjs/components/text-area-field/index.js.map +1 -1
  194. package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js +7 -7
  195. package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js.map +1 -1
  196. package/lib/commonjs/components/text-area-fluid/index.js.map +1 -1
  197. package/lib/commonjs/components/text-input/TextInput.js +8 -4
  198. package/lib/commonjs/components/text-input/TextInput.js.map +1 -1
  199. package/lib/commonjs/components/text-input-field/TextInputField.js +41 -28
  200. package/lib/commonjs/components/text-input-field/TextInputField.js.map +1 -1
  201. package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +17 -10
  202. package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
  203. package/lib/commonjs/components/text-input-field/index.js.map +1 -1
  204. package/lib/commonjs/components/text-input-fluid/TextInputFluid.js +25 -19
  205. package/lib/commonjs/components/text-input-fluid/TextInputFluid.js.map +1 -1
  206. package/lib/commonjs/components/text-input-fluid/index.js.map +1 -1
  207. package/lib/commonjs/components/toggle/base/Base.js +34 -19
  208. package/lib/commonjs/components/toggle/base/Base.js.map +1 -1
  209. package/lib/commonjs/components/toggle/base/index.js.map +1 -1
  210. package/lib/commonjs/components/toggle/default/Default.js +1 -1
  211. package/lib/commonjs/components/toggle/default/index.js.map +1 -1
  212. package/lib/commonjs/components/toggle/index.js.map +1 -1
  213. package/lib/commonjs/components/toggle/small/Small.js +1 -1
  214. package/lib/commonjs/components/toggle/small/index.js.map +1 -1
  215. package/lib/commonjs/const/dialog-animation-configs/carbon-react.js +2 -1
  216. package/lib/commonjs/const/dialog-animation-configs/carbon-react.js.map +1 -1
  217. package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up-2.js +2 -1
  218. package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up-2.js.map +1 -1
  219. package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up.js +2 -1
  220. package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up.js.map +1 -1
  221. package/lib/commonjs/contexts/breakpoint/BreakpointContext.js +1 -1
  222. package/lib/commonjs/contexts/dialog/DialogContext.js +1 -1
  223. package/lib/commonjs/contexts/toast/ToastContext.js +2 -2
  224. package/lib/commonjs/helpers/breakpoint/get-token.js +1 -1
  225. package/lib/commonjs/helpers/color/get-color-scheme.js +3 -3
  226. package/lib/commonjs/helpers/color/get-color-token.js +2 -2
  227. package/lib/commonjs/providers/dialog/DialogProvider.js +73 -35
  228. package/lib/commonjs/providers/dialog/DialogProvider.js.map +1 -1
  229. package/lib/commonjs/providers/dialog/_controller/Controller.js +8 -11
  230. package/lib/commonjs/providers/dialog/_controller/Controller.js.map +1 -1
  231. package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js +5 -6
  232. package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js.map +1 -1
  233. package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js +4 -4
  234. package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js.map +1 -1
  235. package/lib/commonjs/providers/toast/_overlay/Overlay.js +9 -11
  236. package/lib/commonjs/providers/toast/_overlay/Overlay.js.map +1 -1
  237. package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +13 -8
  238. package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js.map +1 -1
  239. package/lib/commonjs/providers/toast/_overlay/_gap.js +9 -0
  240. package/lib/commonjs/providers/toast/_overlay/_gap.js.map +1 -0
  241. package/lib/commonjs/providers/toast/index.js.map +1 -1
  242. package/lib/commonjs/style-sheets/direction-style-sheet.js +10 -0
  243. package/lib/commonjs/style-sheets/direction-style-sheet.js.map +1 -0
  244. package/lib/commonjs/style-sheets/display-style-sheet.js +10 -0
  245. package/lib/commonjs/style-sheets/display-style-sheet.js.map +1 -0
  246. package/lib/commonjs/style-sheets/flex-style-sheet.js +10 -0
  247. package/lib/commonjs/style-sheets/flex-style-sheet.js.map +1 -0
  248. package/lib/commonjs/style-sheets/font-style-sheet.js +10 -0
  249. package/lib/commonjs/style-sheets/font-style-sheet.js.map +1 -0
  250. package/lib/commonjs/style-sheets/height-style-sheet.js +10 -0
  251. package/lib/commonjs/style-sheets/height-style-sheet.js.map +1 -0
  252. package/lib/commonjs/style-sheets/index.js +121 -0
  253. package/lib/commonjs/style-sheets/index.js.map +1 -0
  254. package/lib/commonjs/style-sheets/overflow-style-sheet.js +10 -0
  255. package/lib/commonjs/style-sheets/overflow-style-sheet.js.map +1 -0
  256. package/lib/commonjs/style-sheets/position-style-sheet.js +10 -0
  257. package/lib/commonjs/style-sheets/position-style-sheet.js.map +1 -0
  258. package/lib/commonjs/style-sheets/style-sheet-obj/direction.js +18 -0
  259. package/lib/commonjs/style-sheets/style-sheet-obj/direction.js.map +1 -0
  260. package/lib/commonjs/style-sheets/style-sheet-obj/display.js +15 -0
  261. package/lib/commonjs/style-sheets/style-sheet-obj/display.js.map +1 -0
  262. package/lib/commonjs/style-sheets/style-sheet-obj/flex.js +105 -0
  263. package/lib/commonjs/style-sheets/style-sheet-obj/flex.js.map +1 -0
  264. package/lib/commonjs/style-sheets/style-sheet-obj/font.js +65 -0
  265. package/lib/commonjs/style-sheets/style-sheet-obj/font.js.map +1 -0
  266. package/lib/commonjs/style-sheets/style-sheet-obj/height.js +18 -0
  267. package/lib/commonjs/style-sheets/style-sheet-obj/height.js.map +1 -0
  268. package/lib/commonjs/style-sheets/style-sheet-obj/index.js +105 -0
  269. package/lib/commonjs/style-sheets/style-sheet-obj/index.js.map +1 -0
  270. package/lib/commonjs/style-sheets/style-sheet-obj/overflow.js +18 -0
  271. package/lib/commonjs/style-sheets/style-sheet-obj/overflow.js.map +1 -0
  272. package/lib/commonjs/style-sheets/style-sheet-obj/position.js +18 -0
  273. package/lib/commonjs/style-sheets/style-sheet-obj/position.js.map +1 -0
  274. package/lib/commonjs/style-sheets/style-sheet-obj/typography.js +31 -0
  275. package/lib/commonjs/style-sheets/style-sheet-obj/typography.js.map +1 -0
  276. package/lib/commonjs/style-sheets/style-sheet-obj/width.js +18 -0
  277. package/lib/commonjs/style-sheets/style-sheet-obj/width.js.map +1 -0
  278. package/lib/commonjs/style-sheets/typography-style-sheet.js +10 -0
  279. package/lib/commonjs/style-sheets/typography-style-sheet.js.map +1 -0
  280. package/lib/commonjs/style-sheets/width-style-sheet.js +10 -0
  281. package/lib/commonjs/style-sheets/width-style-sheet.js.map +1 -0
  282. package/lib/module/_internal/contexts/button-group/ButtonGroupContext.js +2 -2
  283. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -2
  284. package/lib/module/_internal/contexts/in-dialog/InDialogContext.js +5 -0
  285. package/lib/module/_internal/contexts/in-dialog/InDialogContext.js.map +1 -0
  286. package/lib/module/_internal/contexts/in-dialog/index.js +4 -0
  287. package/lib/module/_internal/contexts/in-dialog/index.js.map +1 -0
  288. package/lib/module/_internal/contexts/index.js +1 -0
  289. package/lib/module/_internal/contexts/index.js.map +1 -1
  290. package/lib/module/_internal/contexts/modal/ModalContext.js +9 -2
  291. package/lib/module/_internal/contexts/modal/ModalContext.js.map +1 -1
  292. package/lib/module/_internal/helpers/index.js +2 -1
  293. package/lib/module/_internal/helpers/index.js.map +1 -1
  294. package/lib/module/_internal/helpers/modal/index.js +4 -0
  295. package/lib/module/_internal/helpers/modal/index.js.map +1 -0
  296. package/lib/module/_internal/helpers/modal/is-apply-insets.js +13 -0
  297. package/lib/module/_internal/helpers/modal/is-apply-insets.js.map +1 -0
  298. package/lib/module/_internal/hooks/index.js +5 -0
  299. package/lib/module/_internal/hooks/index.js.map +1 -0
  300. package/lib/module/_internal/hooks/secure-text-entry-control/UseProps.js +2 -0
  301. package/lib/module/_internal/hooks/secure-text-entry-control/UseProps.js.map +1 -0
  302. package/lib/module/_internal/hooks/secure-text-entry-control/index.js +4 -0
  303. package/lib/module/_internal/hooks/secure-text-entry-control/index.js.map +1 -0
  304. package/lib/module/_internal/hooks/secure-text-entry-control/use.js +12 -0
  305. package/lib/module/_internal/hooks/secure-text-entry-control/use.js.map +1 -0
  306. package/lib/module/_internal/providers/breakpoint/BreakpointProvider.js +1 -1
  307. package/lib/module/_internal/providers/theme/ThemeProvider.js +1 -1
  308. package/lib/module/carbon-react-native/CarbonReactNative.js +1 -1
  309. package/lib/module/carbon-style-sheet/breakpoint.js +5 -5
  310. package/lib/module/carbon-style-sheet/color.js +1 -1
  311. package/lib/module/carbon-style-sheet/create.js +7 -7
  312. package/lib/module/carbon-style-sheet/index.js +1 -1
  313. package/lib/module/carbon-style-sheet/use.js +1 -1
  314. package/lib/module/components/accordion/Accordion.js +8 -8
  315. package/lib/module/components/accordion/Accordion.js.map +1 -1
  316. package/lib/module/components/accordion/_Header.js +35 -33
  317. package/lib/module/components/accordion/_Header.js.map +1 -1
  318. package/lib/module/components/accordion/_HeaderBorder.js +6 -6
  319. package/lib/module/components/accordion/_HeaderBorder.js.map +1 -1
  320. package/lib/module/components/accordion/_Item.js +11 -7
  321. package/lib/module/components/accordion/_Item.js.map +1 -1
  322. package/lib/module/components/accordion/_chevron/Chevron.js +4 -4
  323. package/lib/module/components/accordion/_context.js +1 -1
  324. package/lib/module/components/accordion/_motion.js +2 -2
  325. package/lib/module/components/accordion/_styles.js +5 -5
  326. package/lib/module/components/accordion/_styles.js.map +1 -1
  327. package/lib/module/components/accordion/index.js.map +1 -1
  328. package/lib/module/components/box/Box.js +22 -0
  329. package/lib/module/components/box/Box.js.map +1 -0
  330. package/lib/module/components/box/BoxProps.js +4 -0
  331. package/lib/module/components/box/BoxProps.js.map +1 -0
  332. package/lib/module/components/box/BoxRef.js +4 -0
  333. package/lib/module/components/box/BoxRef.js.map +1 -0
  334. package/lib/module/components/box/index.js +4 -0
  335. package/lib/module/components/box/index.js.map +1 -0
  336. package/lib/module/components/button/base/Base.js +38 -68
  337. package/lib/module/components/button/base/Base.js.map +1 -1
  338. package/lib/module/components/button/base-color/BaseColor.js +8 -8
  339. package/lib/module/components/button/ghost/Ghost.js +29 -27
  340. package/lib/module/components/button/ghost/Ghost.js.map +1 -1
  341. package/lib/module/components/button/ghost-danger/GhostDanger.js +28 -26
  342. package/lib/module/components/button/ghost-danger/GhostDanger.js.map +1 -1
  343. package/lib/module/components/button/ghost-icon/GhostIcon.js +26 -35
  344. package/lib/module/components/button/ghost-icon/GhostIcon.js.map +1 -1
  345. package/lib/module/components/button/primary/Primary.js +26 -24
  346. package/lib/module/components/button/primary/Primary.js.map +1 -1
  347. package/lib/module/components/button/primary-danger/PrimaryDanger.js +26 -24
  348. package/lib/module/components/button/primary-danger/PrimaryDanger.js.map +1 -1
  349. package/lib/module/components/button/secondary/Secondary.js +26 -24
  350. package/lib/module/components/button/secondary/Secondary.js.map +1 -1
  351. package/lib/module/components/button/tertiary/Tertiary.js +29 -27
  352. package/lib/module/components/button/tertiary/Tertiary.js.map +1 -1
  353. package/lib/module/components/button/tertiary-danger/TertiaryDanger.js +30 -28
  354. package/lib/module/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
  355. package/lib/module/components/button-group/ButtonGroup.js +16 -19
  356. package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
  357. package/lib/module/components/button-group/index.js.map +1 -1
  358. package/lib/module/components/checkbox/Checkbox.js +24 -23
  359. package/lib/module/components/checkbox/Checkbox.js.map +1 -1
  360. package/lib/module/components/checkbox/index.js.map +1 -1
  361. package/lib/module/components/checkbox-group/CheckboxGroup.js +16 -22
  362. package/lib/module/components/checkbox-group/CheckboxGroup.js.map +1 -1
  363. package/lib/module/components/checkbox-group/index.js.map +1 -1
  364. package/lib/module/components/checkbox-input/CheckboxInput.js +36 -36
  365. package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
  366. package/lib/module/components/checkbox-input/CheckboxInputState.js +2 -0
  367. package/lib/module/components/checkbox-input/CheckboxInputState.js.map +1 -0
  368. package/lib/module/components/checkbox-input/index.js +1 -1
  369. package/lib/module/components/checkbox-input/index.js.map +1 -1
  370. package/lib/module/components/collapsible/Collapsible.js +12 -12
  371. package/lib/module/components/collapsible/Collapsible.js.map +1 -1
  372. package/lib/module/components/form-helper-text/FormHelperText.js +6 -5
  373. package/lib/module/components/form-helper-text/FormHelperText.js.map +1 -1
  374. package/lib/module/components/form-label/FormLabel.js +6 -5
  375. package/lib/module/components/form-label/FormLabel.js.map +1 -1
  376. package/lib/module/components/form-label/index.js.map +1 -1
  377. package/lib/module/components/icon/Icon.js +8 -8
  378. package/lib/module/components/icon/Icon.js.map +1 -1
  379. package/lib/module/components/index.js +3 -0
  380. package/lib/module/components/index.js.map +1 -1
  381. package/lib/module/components/inline-loading/InlineLoading.js +13 -12
  382. package/lib/module/components/inline-loading/InlineLoading.js.map +1 -1
  383. package/lib/module/components/inline-loading/index.js.map +1 -1
  384. package/lib/module/components/layer/Layer.js +3 -3
  385. package/lib/module/components/layer/LayerContext.js +1 -1
  386. package/lib/module/components/layer/index.js.map +1 -1
  387. package/lib/module/components/loading/Loading.js +5 -5
  388. package/lib/module/components/loading/_circular-progress/CircularProgress.js +5 -5
  389. package/lib/module/components/loading/_map-circle-background-color.js +1 -1
  390. package/lib/module/components/loading/_map-circle-stroke-color.js +1 -1
  391. package/lib/module/components/modal/Modal.js +146 -94
  392. package/lib/module/components/modal/Modal.js.map +1 -1
  393. package/lib/module/components/modal/index.js.map +1 -1
  394. package/lib/module/components/modal-content/ModalContent.js +61 -48
  395. package/lib/module/components/modal-content/ModalContent.js.map +1 -1
  396. package/lib/module/components/modal-content/index.js.map +1 -1
  397. package/lib/module/components/notification/_VariantContextProvider.js +1 -1
  398. package/lib/module/components/notification/_status-hooks/_base/useBase.js +5 -5
  399. package/lib/module/components/notification/_status-hooks/error/useError.js +3 -3
  400. package/lib/module/components/notification/_status-hooks/informational/useInformational.js +3 -3
  401. package/lib/module/components/notification/_status-hooks/success/useSuccess.js +3 -3
  402. package/lib/module/components/notification/_status-hooks/warning/useWarning.js +3 -3
  403. package/lib/module/components/notification/_variant-context.js +2 -2
  404. package/lib/module/components/notification/_variants/_ButtonGhost.js +6 -6
  405. package/lib/module/components/notification/_variants/_ButtonTertiary.js +6 -6
  406. package/lib/module/components/notification/_variants/actionable/ActionableVariant.js +2 -3
  407. package/lib/module/components/notification/_variants/actionable/ActionableVariant.js.map +1 -1
  408. package/lib/module/components/notification/_variants/actionable/index.js.map +1 -1
  409. package/lib/module/components/notification/_variants/callout/CalloutVariant.js +2 -3
  410. package/lib/module/components/notification/_variants/callout/CalloutVariant.js.map +1 -1
  411. package/lib/module/components/notification/_variants/callout/index.js.map +1 -1
  412. package/lib/module/components/notification/_variants/index.js +0 -2
  413. package/lib/module/components/notification/_variants/index.js.map +1 -1
  414. package/lib/module/components/notification/_variants/toast/ToastVariant.js +8 -8
  415. package/lib/module/components/notification/_variants/toast/index.js.map +1 -1
  416. package/lib/module/components/notification/actionable/error/Error.js +1 -1
  417. package/lib/module/components/notification/actionable/error/index.js.map +1 -1
  418. package/lib/module/components/notification/actionable/index.js.map +1 -1
  419. package/lib/module/components/notification/actionable/informational/Informational.js +1 -1
  420. package/lib/module/components/notification/actionable/informational/index.js.map +1 -1
  421. package/lib/module/components/notification/actionable/success/Success.js +1 -1
  422. package/lib/module/components/notification/actionable/success/index.js.map +1 -1
  423. package/lib/module/components/notification/actionable/warning/Warning.js +1 -1
  424. package/lib/module/components/notification/actionable/warning/index.js.map +1 -1
  425. package/lib/module/components/notification/base/Base.js +45 -50
  426. package/lib/module/components/notification/base/Base.js.map +1 -1
  427. package/lib/module/components/notification/base/index.js.map +1 -1
  428. package/lib/module/components/notification/callout/error/Error.js +1 -1
  429. package/lib/module/components/notification/callout/error/index.js.map +1 -1
  430. package/lib/module/components/notification/callout/index.js.map +1 -1
  431. package/lib/module/components/notification/callout/informational/Informational.js +1 -1
  432. package/lib/module/components/notification/callout/informational/index.js.map +1 -1
  433. package/lib/module/components/notification/callout/success/Success.js +1 -1
  434. package/lib/module/components/notification/callout/success/index.js.map +1 -1
  435. package/lib/module/components/notification/callout/warning/Warning.js +1 -1
  436. package/lib/module/components/notification/callout/warning/index.js.map +1 -1
  437. package/lib/module/components/notification/index.js +1 -3
  438. package/lib/module/components/notification/index.js.map +1 -1
  439. package/lib/module/components/notification/subtitle/Subtitle.js +1 -1
  440. package/lib/module/components/notification/subtitle/index.js.map +1 -1
  441. package/lib/module/components/notification/subtitle-link/SubtitleLink.js +1 -1
  442. package/lib/module/components/notification/subtitle-link/index.js.map +1 -1
  443. package/lib/module/components/notification/toast/error/Error.js +1 -1
  444. package/lib/module/components/notification/toast/error/index.js.map +1 -1
  445. package/lib/module/components/notification/toast/index.js.map +1 -1
  446. package/lib/module/components/notification/toast/informational/Informational.js +1 -1
  447. package/lib/module/components/notification/toast/informational/index.js.map +1 -1
  448. package/lib/module/components/notification/toast/success/Success.js +1 -1
  449. package/lib/module/components/notification/toast/success/index.js.map +1 -1
  450. package/lib/module/components/notification/toast/warning/Warning.js +1 -1
  451. package/lib/module/components/notification/toast/warning/index.js.map +1 -1
  452. package/lib/module/components/password-input/PasswordInput.js +31 -0
  453. package/lib/module/components/password-input/PasswordInput.js.map +1 -0
  454. package/lib/module/components/password-input/PasswordInputProps.js +4 -0
  455. package/lib/module/components/password-input/PasswordInputProps.js.map +1 -0
  456. package/lib/module/components/password-input/PasswordInputRef.js +4 -0
  457. package/lib/module/components/password-input/PasswordInputRef.js.map +1 -0
  458. package/lib/module/components/password-input/index.js +4 -0
  459. package/lib/module/components/password-input/index.js.map +1 -0
  460. package/lib/module/components/password-input-field/PasswordInputField.js +31 -0
  461. package/lib/module/components/password-input-field/PasswordInputField.js.map +1 -0
  462. package/lib/module/components/password-input-field/PasswordInputFieldProps.js +4 -0
  463. package/lib/module/components/password-input-field/PasswordInputFieldProps.js.map +1 -0
  464. package/lib/module/components/password-input-field/PasswordInputFieldRef.js +4 -0
  465. package/lib/module/components/password-input-field/PasswordInputFieldRef.js.map +1 -0
  466. package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js +35 -0
  467. package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -0
  468. package/lib/module/components/password-input-field/_ghost-icon/GhostIconProps.js +4 -0
  469. package/lib/module/components/password-input-field/_ghost-icon/GhostIconProps.js.map +1 -0
  470. package/lib/module/components/password-input-field/_ghost-icon/GhostIconRef.js +4 -0
  471. package/lib/module/components/password-input-field/_ghost-icon/GhostIconRef.js.map +1 -0
  472. package/lib/module/components/password-input-field/_ghost-icon/index.js +4 -0
  473. package/lib/module/components/password-input-field/_ghost-icon/index.js.map +1 -0
  474. package/lib/module/components/password-input-field/index.js +4 -0
  475. package/lib/module/components/password-input-field/index.js.map +1 -0
  476. package/lib/module/components/password-input-fluid/PasswordInputFluid.js +29 -0
  477. package/lib/module/components/password-input-fluid/PasswordInputFluid.js.map +1 -0
  478. package/lib/module/components/password-input-fluid/PasswordInputFluidProps.js +4 -0
  479. package/lib/module/components/password-input-fluid/PasswordInputFluidProps.js.map +1 -0
  480. package/lib/module/components/password-input-fluid/PasswordInputFluidRef.js +4 -0
  481. package/lib/module/components/password-input-fluid/PasswordInputFluidRef.js.map +1 -0
  482. package/lib/module/components/password-input-fluid/index.js +4 -0
  483. package/lib/module/components/password-input-fluid/index.js.map +1 -0
  484. package/lib/module/components/radio-button/RadioButton.js +19 -14
  485. package/lib/module/components/radio-button/RadioButton.js.map +1 -1
  486. package/lib/module/components/radio-button/index.js.map +1 -1
  487. package/lib/module/components/radio-button-group/RadioButtonGroup.js +18 -17
  488. package/lib/module/components/radio-button-group/RadioButtonGroup.js.map +1 -1
  489. package/lib/module/components/radio-button-group/_Item.js +2 -2
  490. package/lib/module/components/radio-button-group/_item-context.js +1 -1
  491. package/lib/module/components/radio-button-group/index.js.map +1 -1
  492. package/lib/module/components/radio-button-input/RadioButtonInput.js +13 -13
  493. package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -1
  494. package/lib/module/components/radio-button-input/index.js.map +1 -1
  495. package/lib/module/components/switch/Switch.js +33 -24
  496. package/lib/module/components/switch/Switch.js.map +1 -1
  497. package/lib/module/components/text/Text.js +39 -35
  498. package/lib/module/components/text/Text.js.map +1 -1
  499. package/lib/module/components/text/index.js.map +1 -1
  500. package/lib/module/components/text-area/TextArea.js +6 -8
  501. package/lib/module/components/text-area/TextArea.js.map +1 -1
  502. package/lib/module/components/text-area/index.js.map +1 -1
  503. package/lib/module/components/text-area-field/TextAreaField.js +6 -6
  504. package/lib/module/components/text-area-field/index.js.map +1 -1
  505. package/lib/module/components/text-area-fluid/TextAreaFluid.js +9 -9
  506. package/lib/module/components/text-area-fluid/TextAreaFluid.js.map +1 -1
  507. package/lib/module/components/text-area-fluid/index.js.map +1 -1
  508. package/lib/module/components/text-input/TextInput.js +11 -7
  509. package/lib/module/components/text-input/TextInput.js.map +1 -1
  510. package/lib/module/components/text-input-field/TextInputField.js +33 -20
  511. package/lib/module/components/text-input-field/TextInputField.js.map +1 -1
  512. package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +19 -12
  513. package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
  514. package/lib/module/components/text-input-field/index.js.map +1 -1
  515. package/lib/module/components/text-input-fluid/TextInputFluid.js +29 -23
  516. package/lib/module/components/text-input-fluid/TextInputFluid.js.map +1 -1
  517. package/lib/module/components/text-input-fluid/index.js.map +1 -1
  518. package/lib/module/components/toggle/base/Base.js +30 -15
  519. package/lib/module/components/toggle/base/Base.js.map +1 -1
  520. package/lib/module/components/toggle/base/index.js.map +1 -1
  521. package/lib/module/components/toggle/default/Default.js +2 -2
  522. package/lib/module/components/toggle/default/index.js.map +1 -1
  523. package/lib/module/components/toggle/index.js.map +1 -1
  524. package/lib/module/components/toggle/small/Small.js +2 -2
  525. package/lib/module/components/toggle/small/index.js.map +1 -1
  526. package/lib/module/const/dialog-animation-configs/carbon-react.js +4 -3
  527. package/lib/module/const/dialog-animation-configs/carbon-react.js.map +1 -1
  528. package/lib/module/const/dialog-animation-configs/fade-bottom-up-2.js +4 -3
  529. package/lib/module/const/dialog-animation-configs/fade-bottom-up-2.js.map +1 -1
  530. package/lib/module/const/dialog-animation-configs/fade-bottom-up.js +4 -3
  531. package/lib/module/const/dialog-animation-configs/fade-bottom-up.js.map +1 -1
  532. package/lib/module/contexts/breakpoint/BreakpointContext.js +3 -3
  533. package/lib/module/contexts/dialog/DialogContext.js +2 -2
  534. package/lib/module/contexts/theme/ThemeContext.js +1 -1
  535. package/lib/module/contexts/toast/ToastContext.js +3 -3
  536. package/lib/module/helpers/breakpoint/get-token.js +2 -2
  537. package/lib/module/helpers/color/get-color-scheme.js +4 -4
  538. package/lib/module/helpers/color/get-color-token.js +2 -2
  539. package/lib/module/hooks/breakpoint/use.js +2 -2
  540. package/lib/module/providers/dialog/DialogProvider.js +71 -33
  541. package/lib/module/providers/dialog/DialogProvider.js.map +1 -1
  542. package/lib/module/providers/dialog/_controller/Controller.js +6 -9
  543. package/lib/module/providers/dialog/_controller/Controller.js.map +1 -1
  544. package/lib/module/providers/dialog/_controller/_modal/Modal.js +7 -8
  545. package/lib/module/providers/dialog/_controller/_modal/Modal.js.map +1 -1
  546. package/lib/module/providers/dialog/_controller/_overlay/Overlay.js +6 -6
  547. package/lib/module/providers/dialog/_controller/_overlay/Overlay.js.map +1 -1
  548. package/lib/module/providers/toast/ToastProvider.js +1 -1
  549. package/lib/module/providers/toast/_overlay/Overlay.js +11 -13
  550. package/lib/module/providers/toast/_overlay/Overlay.js.map +1 -1
  551. package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +16 -11
  552. package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js.map +1 -1
  553. package/lib/module/providers/toast/_overlay/_gap.js +5 -0
  554. package/lib/module/providers/toast/_overlay/_gap.js.map +1 -0
  555. package/lib/module/providers/toast/index.js.map +1 -1
  556. package/lib/module/style-sheets/direction-style-sheet.js +6 -0
  557. package/lib/module/style-sheets/direction-style-sheet.js.map +1 -0
  558. package/lib/module/style-sheets/display-style-sheet.js +6 -0
  559. package/lib/module/style-sheets/display-style-sheet.js.map +1 -0
  560. package/lib/module/style-sheets/flex-style-sheet.js +6 -0
  561. package/lib/module/style-sheets/flex-style-sheet.js.map +1 -0
  562. package/lib/module/style-sheets/font-style-sheet.js +6 -0
  563. package/lib/module/style-sheets/font-style-sheet.js.map +1 -0
  564. package/lib/module/style-sheets/height-style-sheet.js +6 -0
  565. package/lib/module/style-sheets/height-style-sheet.js.map +1 -0
  566. package/lib/module/style-sheets/index.js +14 -0
  567. package/lib/module/style-sheets/index.js.map +1 -0
  568. package/lib/module/style-sheets/overflow-style-sheet.js +6 -0
  569. package/lib/module/style-sheets/overflow-style-sheet.js.map +1 -0
  570. package/lib/module/style-sheets/position-style-sheet.js +6 -0
  571. package/lib/module/style-sheets/position-style-sheet.js.map +1 -0
  572. package/lib/module/style-sheets/style-sheet-obj/direction.js +14 -0
  573. package/lib/module/style-sheets/style-sheet-obj/direction.js.map +1 -0
  574. package/lib/module/style-sheets/style-sheet-obj/display.js +11 -0
  575. package/lib/module/style-sheets/style-sheet-obj/display.js.map +1 -0
  576. package/lib/module/style-sheets/style-sheet-obj/flex.js +101 -0
  577. package/lib/module/style-sheets/style-sheet-obj/flex.js.map +1 -0
  578. package/lib/module/style-sheets/style-sheet-obj/font.js +61 -0
  579. package/lib/module/style-sheets/style-sheet-obj/font.js.map +1 -0
  580. package/lib/module/style-sheets/style-sheet-obj/height.js +14 -0
  581. package/lib/module/style-sheets/style-sheet-obj/height.js.map +1 -0
  582. package/lib/module/style-sheets/style-sheet-obj/index.js +12 -0
  583. package/lib/module/style-sheets/style-sheet-obj/index.js.map +1 -0
  584. package/lib/module/style-sheets/style-sheet-obj/overflow.js +14 -0
  585. package/lib/module/style-sheets/style-sheet-obj/overflow.js.map +1 -0
  586. package/lib/module/style-sheets/style-sheet-obj/position.js +14 -0
  587. package/lib/module/style-sheets/style-sheet-obj/position.js.map +1 -0
  588. package/lib/module/style-sheets/style-sheet-obj/typography.js +27 -0
  589. package/lib/module/style-sheets/style-sheet-obj/typography.js.map +1 -0
  590. package/lib/module/style-sheets/style-sheet-obj/width.js +14 -0
  591. package/lib/module/style-sheets/style-sheet-obj/width.js.map +1 -0
  592. package/lib/module/style-sheets/typography-style-sheet.js +6 -0
  593. package/lib/module/style-sheets/typography-style-sheet.js.map +1 -0
  594. package/lib/module/style-sheets/width-style-sheet.js +6 -0
  595. package/lib/module/style-sheets/width-style-sheet.js.map +1 -0
  596. package/lib/typescript/commonjs/_internal/contexts/button-group/ButtonGroupContext.d.ts +4 -4
  597. package/lib/typescript/commonjs/_internal/contexts/button-group/index.d.ts +1 -1
  598. package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts +1 -1
  599. package/lib/typescript/commonjs/_internal/contexts/global-config/index.d.ts +1 -1
  600. package/lib/typescript/commonjs/_internal/contexts/in-dialog/InDialogContext.d.ts +3 -0
  601. package/lib/typescript/commonjs/_internal/contexts/in-dialog/InDialogContext.d.ts.map +1 -0
  602. package/lib/typescript/commonjs/_internal/contexts/in-dialog/index.d.ts +2 -0
  603. package/lib/typescript/commonjs/_internal/contexts/in-dialog/index.d.ts.map +1 -0
  604. package/lib/typescript/commonjs/_internal/contexts/index.d.ts +4 -3
  605. package/lib/typescript/commonjs/_internal/contexts/index.d.ts.map +1 -1
  606. package/lib/typescript/commonjs/_internal/contexts/modal/ModalContext.d.ts +4 -1
  607. package/lib/typescript/commonjs/_internal/contexts/modal/ModalContext.d.ts.map +1 -1
  608. package/lib/typescript/commonjs/_internal/contexts/modal/index.d.ts +1 -1
  609. package/lib/typescript/commonjs/_internal/globals/breakpoint/index.d.ts +1 -1
  610. package/lib/typescript/commonjs/_internal/globals/index.d.ts +2 -2
  611. package/lib/typescript/commonjs/_internal/helpers/index.d.ts +3 -2
  612. package/lib/typescript/commonjs/_internal/helpers/index.d.ts.map +1 -1
  613. package/lib/typescript/commonjs/_internal/helpers/math/index.d.ts +1 -1
  614. package/lib/typescript/commonjs/_internal/helpers/modal/index.d.ts +2 -0
  615. package/lib/typescript/commonjs/_internal/helpers/modal/index.d.ts.map +1 -0
  616. package/lib/typescript/commonjs/_internal/helpers/modal/is-apply-insets.d.ts +8 -0
  617. package/lib/typescript/commonjs/_internal/helpers/modal/is-apply-insets.d.ts.map +1 -0
  618. package/lib/typescript/commonjs/_internal/hooks/index.d.ts +3 -0
  619. package/lib/typescript/commonjs/_internal/hooks/index.d.ts.map +1 -0
  620. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/UseProps.d.ts +5 -0
  621. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/UseProps.d.ts.map +1 -0
  622. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/index.d.ts +3 -0
  623. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/index.d.ts.map +1 -0
  624. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/use.d.ts +3 -0
  625. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/use.d.ts.map +1 -0
  626. package/lib/typescript/commonjs/_internal/providers/breakpoint/BreakpointProvider.d.ts +1 -1
  627. package/lib/typescript/commonjs/_internal/providers/breakpoint/index.d.ts +2 -2
  628. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  629. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  630. package/lib/typescript/commonjs/_internal/providers/global-config/index.d.ts +2 -2
  631. package/lib/typescript/commonjs/_internal/providers/index.d.ts +3 -3
  632. package/lib/typescript/commonjs/_internal/providers/theme/ThemeProvider.d.ts +1 -1
  633. package/lib/typescript/commonjs/_internal/providers/theme/ThemeProviderProps.d.ts +2 -2
  634. package/lib/typescript/commonjs/_internal/providers/theme/index.d.ts +2 -2
  635. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts +1 -1
  636. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  637. package/lib/typescript/commonjs/carbon-react-native/index.d.ts +2 -2
  638. package/lib/typescript/commonjs/carbon-style-sheet/color.d.ts +1 -1
  639. package/lib/typescript/commonjs/carbon-style-sheet/create.d.ts +2 -2
  640. package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts +3 -3
  641. package/lib/typescript/commonjs/components/accordion/Accordion.d.ts +2 -2
  642. package/lib/typescript/commonjs/components/accordion/Accordion.d.ts.map +1 -1
  643. package/lib/typescript/commonjs/components/accordion/AccordionHeaderProps.d.ts +3 -3
  644. package/lib/typescript/commonjs/components/accordion/AccordionItemProps.d.ts +4 -4
  645. package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts +2 -2
  646. package/lib/typescript/commonjs/components/accordion/AccordionProps.d.ts +3 -3
  647. package/lib/typescript/commonjs/components/accordion/AccordionRef.d.ts +1 -1
  648. package/lib/typescript/commonjs/components/accordion/AccordionSize.d.ts +1 -1
  649. package/lib/typescript/commonjs/components/accordion/_Header.d.ts +1 -1
  650. package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts +2 -2
  651. package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts.map +1 -1
  652. package/lib/typescript/commonjs/components/accordion/_Item.d.ts +2 -2
  653. package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
  654. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts +1 -1
  655. package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts +2 -2
  656. package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts +2 -2
  657. package/lib/typescript/commonjs/components/accordion/_context.d.ts +5 -5
  658. package/lib/typescript/commonjs/components/accordion/_motion.d.ts +2 -2
  659. package/lib/typescript/commonjs/components/accordion/_styles.d.ts +3 -3
  660. package/lib/typescript/commonjs/components/accordion/index.d.ts +7 -7
  661. package/lib/typescript/commonjs/components/accordion/index.d.ts.map +1 -1
  662. package/lib/typescript/commonjs/components/box/Box.d.ts +4 -0
  663. package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -0
  664. package/lib/typescript/commonjs/components/box/BoxProps.d.ts +4 -0
  665. package/lib/typescript/commonjs/components/box/BoxProps.d.ts.map +1 -0
  666. package/lib/typescript/commonjs/components/box/BoxRef.d.ts +4 -0
  667. package/lib/typescript/commonjs/components/box/BoxRef.d.ts.map +1 -0
  668. package/lib/typescript/commonjs/components/box/index.d.ts +4 -0
  669. package/lib/typescript/commonjs/components/box/index.d.ts.map +1 -0
  670. package/lib/typescript/commonjs/components/button/Size.d.ts +1 -1
  671. package/lib/typescript/commonjs/components/button/base/Base.d.ts +2 -2
  672. package/lib/typescript/commonjs/components/button/base/Base.d.ts.map +1 -1
  673. package/lib/typescript/commonjs/components/button/base/BaseProps.d.ts +11 -11
  674. package/lib/typescript/commonjs/components/button/base/BaseRef.d.ts +1 -1
  675. package/lib/typescript/commonjs/components/button/base/index.d.ts +3 -3
  676. package/lib/typescript/commonjs/components/button/base-color/BaseColor.d.ts +2 -2
  677. package/lib/typescript/commonjs/components/button/base-color/BaseColorProps.d.ts +5 -5
  678. package/lib/typescript/commonjs/components/button/base-color/BaseColorRef.d.ts +1 -1
  679. package/lib/typescript/commonjs/components/button/base-color/BaseColorState.d.ts +1 -1
  680. package/lib/typescript/commonjs/components/button/base-color/index.d.ts +4 -4
  681. package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts +2 -2
  682. package/lib/typescript/commonjs/components/button/ghost/GhostProps.d.ts +2 -2
  683. package/lib/typescript/commonjs/components/button/ghost/GhostRef.d.ts +1 -1
  684. package/lib/typescript/commonjs/components/button/ghost/index.d.ts +3 -3
  685. package/lib/typescript/commonjs/components/button/ghost-danger/GhostDanger.d.ts +2 -2
  686. package/lib/typescript/commonjs/components/button/ghost-danger/GhostDangerProps.d.ts +2 -2
  687. package/lib/typescript/commonjs/components/button/ghost-danger/GhostDangerRef.d.ts +1 -1
  688. package/lib/typescript/commonjs/components/button/ghost-danger/index.d.ts +3 -3
  689. package/lib/typescript/commonjs/components/button/ghost-icon/GhostIcon.d.ts +2 -2
  690. package/lib/typescript/commonjs/components/button/ghost-icon/GhostIconProps.d.ts +4 -4
  691. package/lib/typescript/commonjs/components/button/ghost-icon/GhostIconRef.d.ts +1 -1
  692. package/lib/typescript/commonjs/components/button/ghost-icon/index.d.ts +3 -3
  693. package/lib/typescript/commonjs/components/button/index.d.ts +11 -11
  694. package/lib/typescript/commonjs/components/button/primary/Primary.d.ts +2 -2
  695. package/lib/typescript/commonjs/components/button/primary/PrimaryProps.d.ts +2 -2
  696. package/lib/typescript/commonjs/components/button/primary/PrimaryRef.d.ts +1 -1
  697. package/lib/typescript/commonjs/components/button/primary/index.d.ts +3 -3
  698. package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDanger.d.ts +2 -2
  699. package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDangerProps.d.ts +2 -2
  700. package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDangerRef.d.ts +1 -1
  701. package/lib/typescript/commonjs/components/button/primary-danger/index.d.ts +3 -3
  702. package/lib/typescript/commonjs/components/button/secondary/Secondary.d.ts +2 -2
  703. package/lib/typescript/commonjs/components/button/secondary/SecondaryProps.d.ts +2 -2
  704. package/lib/typescript/commonjs/components/button/secondary/SecondaryRef.d.ts +1 -1
  705. package/lib/typescript/commonjs/components/button/secondary/index.d.ts +3 -3
  706. package/lib/typescript/commonjs/components/button/tertiary/Tertiary.d.ts +2 -2
  707. package/lib/typescript/commonjs/components/button/tertiary/TertiaryProps.d.ts +2 -2
  708. package/lib/typescript/commonjs/components/button/tertiary/TertiaryRef.d.ts +1 -1
  709. package/lib/typescript/commonjs/components/button/tertiary/index.d.ts +3 -3
  710. package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDanger.d.ts +2 -2
  711. package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDangerProps.d.ts +2 -2
  712. package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDangerRef.d.ts +1 -1
  713. package/lib/typescript/commonjs/components/button/tertiary-danger/index.d.ts +3 -3
  714. package/lib/typescript/commonjs/components/button-group/ButtonGroup.d.ts +2 -2
  715. package/lib/typescript/commonjs/components/button-group/ButtonGroup.d.ts.map +1 -1
  716. package/lib/typescript/commonjs/components/button-group/ButtonGroupProps.d.ts +4 -4
  717. package/lib/typescript/commonjs/components/button-group/ButtonGroupRef.d.ts +1 -1
  718. package/lib/typescript/commonjs/components/button-group/index.d.ts +3 -3
  719. package/lib/typescript/commonjs/components/button-group/index.d.ts.map +1 -1
  720. package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts +2 -2
  721. package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
  722. package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts +14 -13
  723. package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts.map +1 -1
  724. package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts +2 -2
  725. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +3 -3
  726. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +1 -1
  727. package/lib/typescript/commonjs/components/checkbox/index.d.ts +3 -3
  728. package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
  729. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts +2 -2
  730. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
  731. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts +1 -1
  732. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupProps.d.ts +5 -5
  733. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupRef.d.ts +1 -1
  734. package/lib/typescript/commonjs/components/checkbox-group/index.d.ts +4 -4
  735. package/lib/typescript/commonjs/components/checkbox-group/index.d.ts.map +1 -1
  736. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts +2 -2
  737. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
  738. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputInteractiveState.d.ts +1 -1
  739. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts +8 -8
  740. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -1
  741. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  742. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputState.d.ts +5 -0
  743. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputState.d.ts.map +1 -0
  744. package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts +3 -3
  745. package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +1 -1
  746. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +5 -5
  747. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
  748. package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts +2 -2
  749. package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
  750. package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts +3 -3
  751. package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts +2 -2
  752. package/lib/typescript/commonjs/components/collapsible/index.d.ts +3 -3
  753. package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts +2 -2
  754. package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts.map +1 -1
  755. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts +4 -4
  756. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
  757. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextRef.d.ts +1 -1
  758. package/lib/typescript/commonjs/components/form-helper-text/index.d.ts +3 -3
  759. package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts +2 -2
  760. package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts.map +1 -1
  761. package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts +4 -4
  762. package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts.map +1 -1
  763. package/lib/typescript/commonjs/components/form-label/FormLabelRef.d.ts +1 -1
  764. package/lib/typescript/commonjs/components/form-label/index.d.ts +3 -3
  765. package/lib/typescript/commonjs/components/form-label/index.d.ts.map +1 -1
  766. package/lib/typescript/commonjs/components/icon/Icon.d.ts +2 -2
  767. package/lib/typescript/commonjs/components/icon/IconProps.d.ts +3 -3
  768. package/lib/typescript/commonjs/components/icon/index.d.ts +2 -2
  769. package/lib/typescript/commonjs/components/index.d.ts +31 -28
  770. package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
  771. package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts +2 -2
  772. package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts.map +1 -1
  773. package/lib/typescript/commonjs/components/inline-loading/InlineLoadingProps.d.ts +5 -5
  774. package/lib/typescript/commonjs/components/inline-loading/InlineLoadingRef.d.ts +1 -1
  775. package/lib/typescript/commonjs/components/inline-loading/InlineLoadingState.d.ts +1 -1
  776. package/lib/typescript/commonjs/components/inline-loading/index.d.ts +4 -4
  777. package/lib/typescript/commonjs/components/inline-loading/index.d.ts.map +1 -1
  778. package/lib/typescript/commonjs/components/layer/Layer.d.ts +2 -2
  779. package/lib/typescript/commonjs/components/layer/LayerProps.d.ts +2 -2
  780. package/lib/typescript/commonjs/components/layer/LayerRef.d.ts +1 -1
  781. package/lib/typescript/commonjs/components/layer/index.d.ts +4 -4
  782. package/lib/typescript/commonjs/components/layer/index.d.ts.map +1 -1
  783. package/lib/typescript/commonjs/components/loading/Loading.d.ts +2 -2
  784. package/lib/typescript/commonjs/components/loading/LoadingProps.d.ts +2 -2
  785. package/lib/typescript/commonjs/components/loading/LoadingRef.d.ts +1 -1
  786. package/lib/typescript/commonjs/components/loading/LoadingType.d.ts +1 -1
  787. package/lib/typescript/commonjs/components/loading/_circular-progress/CircularProgress.d.ts +2 -2
  788. package/lib/typescript/commonjs/components/loading/_circular-progress/CircularProgressProps.d.ts +3 -3
  789. package/lib/typescript/commonjs/components/loading/_circular-progress/index.d.ts +2 -2
  790. package/lib/typescript/commonjs/components/loading/_map-circle-background-color.d.ts +3 -3
  791. package/lib/typescript/commonjs/components/loading/_map-circle-stroke-color.d.ts +2 -2
  792. package/lib/typescript/commonjs/components/loading/index.d.ts +4 -4
  793. package/lib/typescript/commonjs/components/modal/Modal.d.ts +2 -2
  794. package/lib/typescript/commonjs/components/modal/Modal.d.ts.map +1 -1
  795. package/lib/typescript/commonjs/components/modal/ModalProps.d.ts +33 -5
  796. package/lib/typescript/commonjs/components/modal/ModalProps.d.ts.map +1 -1
  797. package/lib/typescript/commonjs/components/modal/ModalRef.d.ts +1 -1
  798. package/lib/typescript/commonjs/components/modal/ModalSize.d.ts +1 -1
  799. package/lib/typescript/commonjs/components/modal/index.d.ts +4 -4
  800. package/lib/typescript/commonjs/components/modal/index.d.ts.map +1 -1
  801. package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts +2 -2
  802. package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts.map +1 -1
  803. package/lib/typescript/commonjs/components/modal-content/ModalContentProps.d.ts +1 -1
  804. package/lib/typescript/commonjs/components/modal-content/ModalContentRef.d.ts +1 -1
  805. package/lib/typescript/commonjs/components/modal-content/index.d.ts +3 -3
  806. package/lib/typescript/commonjs/components/modal-content/index.d.ts.map +1 -1
  807. package/lib/typescript/commonjs/components/notification/NotificationColor.d.ts +1 -1
  808. package/lib/typescript/commonjs/components/notification/_VariantContextProvider.d.ts +1 -1
  809. package/lib/typescript/commonjs/components/notification/_status-hooks/_base/UseBaseData.d.ts +6 -6
  810. package/lib/typescript/commonjs/components/notification/_status-hooks/_base/UseBaseProps.d.ts +2 -2
  811. package/lib/typescript/commonjs/components/notification/_status-hooks/_base/index.d.ts +3 -3
  812. package/lib/typescript/commonjs/components/notification/_status-hooks/_base/useBase.d.ts +2 -2
  813. package/lib/typescript/commonjs/components/notification/_status-hooks/error/UseErrorData.d.ts +3 -3
  814. package/lib/typescript/commonjs/components/notification/_status-hooks/error/UseErrorProps.d.ts +3 -3
  815. package/lib/typescript/commonjs/components/notification/_status-hooks/error/index.d.ts +3 -3
  816. package/lib/typescript/commonjs/components/notification/_status-hooks/error/useError.d.ts +2 -2
  817. package/lib/typescript/commonjs/components/notification/_status-hooks/index.d.ts +4 -4
  818. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/UseInformationalData.d.ts +3 -3
  819. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/UseInformationalProps.d.ts +3 -3
  820. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/index.d.ts +3 -3
  821. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/useInformational.d.ts +2 -2
  822. package/lib/typescript/commonjs/components/notification/_status-hooks/success/UseSuccessData.d.ts +3 -3
  823. package/lib/typescript/commonjs/components/notification/_status-hooks/success/UseSuccessProps.d.ts +3 -3
  824. package/lib/typescript/commonjs/components/notification/_status-hooks/success/index.d.ts +3 -3
  825. package/lib/typescript/commonjs/components/notification/_status-hooks/success/useSuccess.d.ts +2 -2
  826. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/UseWarningData.d.ts +3 -3
  827. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/UseWarningProps.d.ts +3 -3
  828. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/index.d.ts +3 -3
  829. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/useWarning.d.ts +2 -2
  830. package/lib/typescript/commonjs/components/notification/_variant-context.d.ts +1 -1
  831. package/lib/typescript/commonjs/components/notification/_variants/_ButtonGhost.d.ts +1 -1
  832. package/lib/typescript/commonjs/components/notification/_variants/_ButtonTertiary.d.ts +1 -1
  833. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariant.d.ts +2 -2
  834. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -1
  835. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts +8 -8
  836. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -1
  837. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantRef.d.ts +1 -1
  838. package/lib/typescript/commonjs/components/notification/_variants/actionable/index.d.ts +3 -3
  839. package/lib/typescript/commonjs/components/notification/_variants/actionable/index.d.ts.map +1 -1
  840. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariant.d.ts +2 -2
  841. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -1
  842. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts +6 -6
  843. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -1
  844. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantRef.d.ts +1 -1
  845. package/lib/typescript/commonjs/components/notification/_variants/callout/index.d.ts +3 -3
  846. package/lib/typescript/commonjs/components/notification/_variants/callout/index.d.ts.map +1 -1
  847. package/lib/typescript/commonjs/components/notification/_variants/index.d.ts +3 -5
  848. package/lib/typescript/commonjs/components/notification/_variants/index.d.ts.map +1 -1
  849. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariant.d.ts +2 -2
  850. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts +6 -6
  851. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -1
  852. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantRef.d.ts +1 -1
  853. package/lib/typescript/commonjs/components/notification/_variants/toast/index.d.ts +3 -3
  854. package/lib/typescript/commonjs/components/notification/_variants/toast/index.d.ts.map +1 -1
  855. package/lib/typescript/commonjs/components/notification/actionable/error/Error.d.ts +2 -2
  856. package/lib/typescript/commonjs/components/notification/actionable/error/ErrorProps.d.ts +4 -4
  857. package/lib/typescript/commonjs/components/notification/actionable/error/ErrorRef.d.ts +1 -1
  858. package/lib/typescript/commonjs/components/notification/actionable/error/index.d.ts +3 -3
  859. package/lib/typescript/commonjs/components/notification/actionable/error/index.d.ts.map +1 -1
  860. package/lib/typescript/commonjs/components/notification/actionable/index.d.ts +4 -4
  861. package/lib/typescript/commonjs/components/notification/actionable/index.d.ts.map +1 -1
  862. package/lib/typescript/commonjs/components/notification/actionable/informational/Informational.d.ts +2 -2
  863. package/lib/typescript/commonjs/components/notification/actionable/informational/InformationalProps.d.ts +4 -4
  864. package/lib/typescript/commonjs/components/notification/actionable/informational/InformationalRef.d.ts +1 -1
  865. package/lib/typescript/commonjs/components/notification/actionable/informational/index.d.ts +3 -3
  866. package/lib/typescript/commonjs/components/notification/actionable/informational/index.d.ts.map +1 -1
  867. package/lib/typescript/commonjs/components/notification/actionable/success/Success.d.ts +2 -2
  868. package/lib/typescript/commonjs/components/notification/actionable/success/SuccessProps.d.ts +4 -4
  869. package/lib/typescript/commonjs/components/notification/actionable/success/SuccessRef.d.ts +1 -1
  870. package/lib/typescript/commonjs/components/notification/actionable/success/index.d.ts +3 -3
  871. package/lib/typescript/commonjs/components/notification/actionable/success/index.d.ts.map +1 -1
  872. package/lib/typescript/commonjs/components/notification/actionable/warning/Warning.d.ts +2 -2
  873. package/lib/typescript/commonjs/components/notification/actionable/warning/WarningProps.d.ts +4 -4
  874. package/lib/typescript/commonjs/components/notification/actionable/warning/WarningRef.d.ts +1 -1
  875. package/lib/typescript/commonjs/components/notification/actionable/warning/index.d.ts +3 -3
  876. package/lib/typescript/commonjs/components/notification/actionable/warning/index.d.ts.map +1 -1
  877. package/lib/typescript/commonjs/components/notification/base/Base.d.ts +2 -2
  878. package/lib/typescript/commonjs/components/notification/base/Base.d.ts.map +1 -1
  879. package/lib/typescript/commonjs/components/notification/base/BaseProps.d.ts +16 -16
  880. package/lib/typescript/commonjs/components/notification/base/BaseRef.d.ts +1 -1
  881. package/lib/typescript/commonjs/components/notification/base/index.d.ts +3 -3
  882. package/lib/typescript/commonjs/components/notification/base/index.d.ts.map +1 -1
  883. package/lib/typescript/commonjs/components/notification/callout/error/Error.d.ts +2 -2
  884. package/lib/typescript/commonjs/components/notification/callout/error/ErrorProps.d.ts +4 -4
  885. package/lib/typescript/commonjs/components/notification/callout/error/ErrorRef.d.ts +1 -1
  886. package/lib/typescript/commonjs/components/notification/callout/error/index.d.ts +3 -3
  887. package/lib/typescript/commonjs/components/notification/callout/error/index.d.ts.map +1 -1
  888. package/lib/typescript/commonjs/components/notification/callout/index.d.ts +4 -4
  889. package/lib/typescript/commonjs/components/notification/callout/index.d.ts.map +1 -1
  890. package/lib/typescript/commonjs/components/notification/callout/informational/Informational.d.ts +2 -2
  891. package/lib/typescript/commonjs/components/notification/callout/informational/InformationalProps.d.ts +4 -4
  892. package/lib/typescript/commonjs/components/notification/callout/informational/InformationalRef.d.ts +1 -1
  893. package/lib/typescript/commonjs/components/notification/callout/informational/index.d.ts +3 -3
  894. package/lib/typescript/commonjs/components/notification/callout/informational/index.d.ts.map +1 -1
  895. package/lib/typescript/commonjs/components/notification/callout/success/Success.d.ts +2 -2
  896. package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts +4 -4
  897. package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts.map +1 -1
  898. package/lib/typescript/commonjs/components/notification/callout/success/SuccessRef.d.ts +1 -1
  899. package/lib/typescript/commonjs/components/notification/callout/success/index.d.ts +3 -3
  900. package/lib/typescript/commonjs/components/notification/callout/success/index.d.ts.map +1 -1
  901. package/lib/typescript/commonjs/components/notification/callout/warning/Warning.d.ts +2 -2
  902. package/lib/typescript/commonjs/components/notification/callout/warning/WarningProps.d.ts +4 -4
  903. package/lib/typescript/commonjs/components/notification/callout/warning/WarningRef.d.ts +1 -1
  904. package/lib/typescript/commonjs/components/notification/callout/warning/index.d.ts +3 -3
  905. package/lib/typescript/commonjs/components/notification/callout/warning/index.d.ts.map +1 -1
  906. package/lib/typescript/commonjs/components/notification/index.d.ts +8 -10
  907. package/lib/typescript/commonjs/components/notification/index.d.ts.map +1 -1
  908. package/lib/typescript/commonjs/components/notification/subtitle/Subtitle.d.ts +2 -2
  909. package/lib/typescript/commonjs/components/notification/subtitle/SubtitleProps.d.ts +2 -2
  910. package/lib/typescript/commonjs/components/notification/subtitle/SubtitleRef.d.ts +1 -1
  911. package/lib/typescript/commonjs/components/notification/subtitle/index.d.ts +3 -3
  912. package/lib/typescript/commonjs/components/notification/subtitle/index.d.ts.map +1 -1
  913. package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLink.d.ts +2 -2
  914. package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLinkProps.d.ts +1 -1
  915. package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLinkRef.d.ts +1 -1
  916. package/lib/typescript/commonjs/components/notification/subtitle-link/index.d.ts +3 -3
  917. package/lib/typescript/commonjs/components/notification/subtitle-link/index.d.ts.map +1 -1
  918. package/lib/typescript/commonjs/components/notification/toast/error/Error.d.ts +2 -2
  919. package/lib/typescript/commonjs/components/notification/toast/error/ErrorProps.d.ts +4 -4
  920. package/lib/typescript/commonjs/components/notification/toast/error/ErrorRef.d.ts +1 -1
  921. package/lib/typescript/commonjs/components/notification/toast/error/index.d.ts +3 -3
  922. package/lib/typescript/commonjs/components/notification/toast/error/index.d.ts.map +1 -1
  923. package/lib/typescript/commonjs/components/notification/toast/index.d.ts +4 -4
  924. package/lib/typescript/commonjs/components/notification/toast/index.d.ts.map +1 -1
  925. package/lib/typescript/commonjs/components/notification/toast/informational/Informational.d.ts +2 -2
  926. package/lib/typescript/commonjs/components/notification/toast/informational/InformationalProps.d.ts +4 -4
  927. package/lib/typescript/commonjs/components/notification/toast/informational/InformationalRef.d.ts +1 -1
  928. package/lib/typescript/commonjs/components/notification/toast/informational/index.d.ts +3 -3
  929. package/lib/typescript/commonjs/components/notification/toast/informational/index.d.ts.map +1 -1
  930. package/lib/typescript/commonjs/components/notification/toast/success/Success.d.ts +2 -2
  931. package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts +4 -4
  932. package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts.map +1 -1
  933. package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts +2 -2
  934. package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts.map +1 -1
  935. package/lib/typescript/commonjs/components/notification/toast/success/index.d.ts +3 -3
  936. package/lib/typescript/commonjs/components/notification/toast/success/index.d.ts.map +1 -1
  937. package/lib/typescript/commonjs/components/notification/toast/warning/Warning.d.ts +2 -2
  938. package/lib/typescript/commonjs/components/notification/toast/warning/WarningProps.d.ts +4 -4
  939. package/lib/typescript/commonjs/components/notification/toast/warning/WarningRef.d.ts +1 -1
  940. package/lib/typescript/commonjs/components/notification/toast/warning/index.d.ts +3 -3
  941. package/lib/typescript/commonjs/components/notification/toast/warning/index.d.ts.map +1 -1
  942. package/lib/typescript/commonjs/components/password-input/PasswordInput.d.ts +4 -0
  943. package/lib/typescript/commonjs/components/password-input/PasswordInput.d.ts.map +1 -0
  944. package/lib/typescript/commonjs/components/password-input/PasswordInputProps.d.ts +4 -0
  945. package/lib/typescript/commonjs/components/password-input/PasswordInputProps.d.ts.map +1 -0
  946. package/lib/typescript/commonjs/components/password-input/PasswordInputRef.d.ts +4 -0
  947. package/lib/typescript/commonjs/components/password-input/PasswordInputRef.d.ts.map +1 -0
  948. package/lib/typescript/commonjs/components/password-input/index.d.ts +4 -0
  949. package/lib/typescript/commonjs/components/password-input/index.d.ts.map +1 -0
  950. package/lib/typescript/commonjs/components/password-input-field/PasswordInputField.d.ts +4 -0
  951. package/lib/typescript/commonjs/components/password-input-field/PasswordInputField.d.ts.map +1 -0
  952. package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldProps.d.ts +4 -0
  953. package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldProps.d.ts.map +1 -0
  954. package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldRef.d.ts +4 -0
  955. package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldRef.d.ts.map +1 -0
  956. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIcon.d.ts +4 -0
  957. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIcon.d.ts.map +1 -0
  958. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.d.ts +7 -0
  959. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.d.ts.map +1 -0
  960. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.d.ts +4 -0
  961. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.d.ts.map +1 -0
  962. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/index.d.ts +4 -0
  963. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/index.d.ts.map +1 -0
  964. package/lib/typescript/commonjs/components/password-input-field/index.d.ts +4 -0
  965. package/lib/typescript/commonjs/components/password-input-field/index.d.ts.map +1 -0
  966. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluid.d.ts +4 -0
  967. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluid.d.ts.map +1 -0
  968. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidProps.d.ts +4 -0
  969. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidProps.d.ts.map +1 -0
  970. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidRef.d.ts +4 -0
  971. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidRef.d.ts.map +1 -0
  972. package/lib/typescript/commonjs/components/password-input-fluid/index.d.ts +4 -0
  973. package/lib/typescript/commonjs/components/password-input-fluid/index.d.ts.map +1 -0
  974. package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts +2 -2
  975. package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts.map +1 -1
  976. package/lib/typescript/commonjs/components/radio-button/RadioButtonProps.d.ts +12 -12
  977. package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts +2 -2
  978. package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts +2 -2
  979. package/lib/typescript/commonjs/components/radio-button/index.d.ts +3 -3
  980. package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
  981. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts +2 -2
  982. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
  983. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts +1 -1
  984. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupItemProps.d.ts +2 -2
  985. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupItemRef.d.ts +1 -1
  986. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupProps.d.ts +9 -9
  987. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupRef.d.ts +2 -2
  988. package/lib/typescript/commonjs/components/radio-button-group/_Item.d.ts +2 -2
  989. package/lib/typescript/commonjs/components/radio-button-group/_RefBase.d.ts +3 -3
  990. package/lib/typescript/commonjs/components/radio-button-group/_item-context.d.ts +4 -4
  991. package/lib/typescript/commonjs/components/radio-button-group/index.d.ts +6 -6
  992. package/lib/typescript/commonjs/components/radio-button-group/index.d.ts.map +1 -1
  993. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts +2 -2
  994. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
  995. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputInteractiveState.d.ts +1 -1
  996. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputProps.d.ts +5 -5
  997. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  998. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts +4 -4
  999. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
  1000. package/lib/typescript/commonjs/components/switch/Switch.d.ts +2 -2
  1001. package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
  1002. package/lib/typescript/commonjs/components/switch/SwitchProps.d.ts +7 -7
  1003. package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts +2 -2
  1004. package/lib/typescript/commonjs/components/switch/SwitchSize.d.ts +1 -1
  1005. package/lib/typescript/commonjs/components/switch/SwitchState.d.ts +1 -1
  1006. package/lib/typescript/commonjs/components/switch/index.d.ts +5 -5
  1007. package/lib/typescript/commonjs/components/text/Text.d.ts +2 -2
  1008. package/lib/typescript/commonjs/components/text/Text.d.ts.map +1 -1
  1009. package/lib/typescript/commonjs/components/text/TextProps.d.ts +9 -2
  1010. package/lib/typescript/commonjs/components/text/TextProps.d.ts.map +1 -1
  1011. package/lib/typescript/commonjs/components/text/TextRef.d.ts +1 -1
  1012. package/lib/typescript/commonjs/components/text/index.d.ts +3 -3
  1013. package/lib/typescript/commonjs/components/text/index.d.ts.map +1 -1
  1014. package/lib/typescript/commonjs/components/text-area/TextArea.d.ts +2 -2
  1015. package/lib/typescript/commonjs/components/text-area/TextArea.d.ts.map +1 -1
  1016. package/lib/typescript/commonjs/components/text-area/TextAreaProps.d.ts +2 -2
  1017. package/lib/typescript/commonjs/components/text-area/TextAreaRef.d.ts +2 -2
  1018. package/lib/typescript/commonjs/components/text-area/_TextAreaRefBase.d.ts +1 -1
  1019. package/lib/typescript/commonjs/components/text-area/index.d.ts +3 -3
  1020. package/lib/typescript/commonjs/components/text-area/index.d.ts.map +1 -1
  1021. package/lib/typescript/commonjs/components/text-area-field/TextAreaField.d.ts +2 -2
  1022. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldInteractiveState.d.ts +1 -1
  1023. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts +2 -2
  1024. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts.map +1 -1
  1025. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldRef.d.ts +1 -1
  1026. package/lib/typescript/commonjs/components/text-area-field/index.d.ts +4 -4
  1027. package/lib/typescript/commonjs/components/text-area-field/index.d.ts.map +1 -1
  1028. package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluid.d.ts +2 -2
  1029. package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluidProps.d.ts +2 -2
  1030. package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluidRef.d.ts +1 -1
  1031. package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts +3 -3
  1032. package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts.map +1 -1
  1033. package/lib/typescript/commonjs/components/text-input/TextInput.d.ts +2 -2
  1034. package/lib/typescript/commonjs/components/text-input/TextInput.d.ts.map +1 -1
  1035. package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts +2 -2
  1036. package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts.map +1 -1
  1037. package/lib/typescript/commonjs/components/text-input/TextInputRef.d.ts +2 -2
  1038. package/lib/typescript/commonjs/components/text-input/TextInputSize.d.ts +1 -1
  1039. package/lib/typescript/commonjs/components/text-input/_TextInputRefBase.d.ts +1 -1
  1040. package/lib/typescript/commonjs/components/text-input/index.d.ts +4 -4
  1041. package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts +2 -2
  1042. package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts.map +1 -1
  1043. package/lib/typescript/commonjs/components/text-input-field/TextInputFieldInteractiveState.d.ts +1 -1
  1044. package/lib/typescript/commonjs/components/text-input-field/TextInputFieldProps.d.ts +6 -6
  1045. package/lib/typescript/commonjs/components/text-input-field/TextInputFieldRef.d.ts +1 -1
  1046. package/lib/typescript/commonjs/components/text-input-field/TextInputFieldSize.d.ts +1 -1
  1047. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts +2 -2
  1048. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
  1049. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInputProps.d.ts +2 -2
  1050. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInputRef.d.ts +1 -1
  1051. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/index.d.ts +3 -3
  1052. package/lib/typescript/commonjs/components/text-input-field/index.d.ts +5 -5
  1053. package/lib/typescript/commonjs/components/text-input-field/index.d.ts.map +1 -1
  1054. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluid.d.ts +2 -2
  1055. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluid.d.ts.map +1 -1
  1056. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts +2 -2
  1057. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts.map +1 -1
  1058. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidRef.d.ts +1 -1
  1059. package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts +3 -3
  1060. package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts.map +1 -1
  1061. package/lib/typescript/commonjs/components/toggle/State.d.ts +1 -1
  1062. package/lib/typescript/commonjs/components/toggle/base/Base.d.ts +2 -2
  1063. package/lib/typescript/commonjs/components/toggle/base/Base.d.ts.map +1 -1
  1064. package/lib/typescript/commonjs/components/toggle/base/BaseProps.d.ts +12 -12
  1065. package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts +2 -2
  1066. package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts +3 -3
  1067. package/lib/typescript/commonjs/components/toggle/base/index.d.ts +3 -3
  1068. package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
  1069. package/lib/typescript/commonjs/components/toggle/default/Default.d.ts +2 -2
  1070. package/lib/typescript/commonjs/components/toggle/default/DefaultProps.d.ts +3 -3
  1071. package/lib/typescript/commonjs/components/toggle/default/DefaultRef.d.ts +1 -1
  1072. package/lib/typescript/commonjs/components/toggle/default/index.d.ts +3 -3
  1073. package/lib/typescript/commonjs/components/toggle/default/index.d.ts.map +1 -1
  1074. package/lib/typescript/commonjs/components/toggle/index.d.ts +4 -4
  1075. package/lib/typescript/commonjs/components/toggle/index.d.ts.map +1 -1
  1076. package/lib/typescript/commonjs/components/toggle/small/Small.d.ts +2 -2
  1077. package/lib/typescript/commonjs/components/toggle/small/SmallProps.d.ts +3 -3
  1078. package/lib/typescript/commonjs/components/toggle/small/SmallRef.d.ts +1 -1
  1079. package/lib/typescript/commonjs/components/toggle/small/index.d.ts +3 -3
  1080. package/lib/typescript/commonjs/components/toggle/small/index.d.ts.map +1 -1
  1081. package/lib/typescript/commonjs/const/dialog-animation-configs/carbon-react.d.ts +1 -0
  1082. package/lib/typescript/commonjs/const/dialog-animation-configs/carbon-react.d.ts.map +1 -1
  1083. package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up-2.d.ts +1 -0
  1084. package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up-2.d.ts.map +1 -1
  1085. package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up.d.ts +1 -0
  1086. package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up.d.ts.map +1 -1
  1087. package/lib/typescript/commonjs/const/dialog-animation-configs/index.d.ts +3 -3
  1088. package/lib/typescript/commonjs/const/index.d.ts +1 -1
  1089. package/lib/typescript/commonjs/contexts/breakpoint/BreakpointContext.d.ts +1 -1
  1090. package/lib/typescript/commonjs/contexts/breakpoint/index.d.ts +1 -1
  1091. package/lib/typescript/commonjs/contexts/dialog/DialogContext.d.ts +1 -1
  1092. package/lib/typescript/commonjs/contexts/dialog/DialogType.d.ts +1 -0
  1093. package/lib/typescript/commonjs/contexts/dialog/DialogType.d.ts.map +1 -1
  1094. package/lib/typescript/commonjs/contexts/dialog/index.d.ts +2 -2
  1095. package/lib/typescript/commonjs/contexts/index.d.ts +4 -4
  1096. package/lib/typescript/commonjs/contexts/theme/ThemeContext.d.ts +1 -1
  1097. package/lib/typescript/commonjs/contexts/theme/index.d.ts +1 -1
  1098. package/lib/typescript/commonjs/contexts/toast/ToastContext.d.ts +1 -1
  1099. package/lib/typescript/commonjs/contexts/toast/index.d.ts +2 -2
  1100. package/lib/typescript/commonjs/helpers/breakpoint/get-token.d.ts +1 -1
  1101. package/lib/typescript/commonjs/helpers/breakpoint/index.d.ts +1 -1
  1102. package/lib/typescript/commonjs/helpers/color/get-color-scheme.d.ts +2 -2
  1103. package/lib/typescript/commonjs/helpers/color/get-color-token.d.ts +2 -2
  1104. package/lib/typescript/commonjs/helpers/color/index.d.ts +3 -3
  1105. package/lib/typescript/commonjs/helpers/index.d.ts +2 -2
  1106. package/lib/typescript/commonjs/hooks/breakpoint/index.d.ts +1 -1
  1107. package/lib/typescript/commonjs/hooks/breakpoint/use.d.ts +1 -1
  1108. package/lib/typescript/commonjs/hooks/index.d.ts +2 -2
  1109. package/lib/typescript/commonjs/index.d.ts +9 -9
  1110. package/lib/typescript/commonjs/providers/dialog/DialogProvider.d.ts +2 -2
  1111. package/lib/typescript/commonjs/providers/dialog/DialogProvider.d.ts.map +1 -1
  1112. package/lib/typescript/commonjs/providers/dialog/DialogProviderAnimationConfig.d.ts +10 -1
  1113. package/lib/typescript/commonjs/providers/dialog/DialogProviderAnimationConfig.d.ts.map +1 -1
  1114. package/lib/typescript/commonjs/providers/dialog/DialogProviderProps.d.ts +5 -5
  1115. package/lib/typescript/commonjs/providers/dialog/DialogProviderRef.d.ts +1 -1
  1116. package/lib/typescript/commonjs/providers/dialog/_controller/Controller.d.ts +2 -2
  1117. package/lib/typescript/commonjs/providers/dialog/_controller/Controller.d.ts.map +1 -1
  1118. package/lib/typescript/commonjs/providers/dialog/_controller/ControllerProps.d.ts +3 -2
  1119. package/lib/typescript/commonjs/providers/dialog/_controller/ControllerProps.d.ts.map +1 -1
  1120. package/lib/typescript/commonjs/providers/dialog/_controller/ControllerRef.d.ts +1 -1
  1121. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/Modal.d.ts +2 -2
  1122. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/Modal.d.ts.map +1 -1
  1123. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalProps.d.ts +3 -3
  1124. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalProps.d.ts.map +1 -1
  1125. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalRef.d.ts +1 -1
  1126. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/index.d.ts +3 -3
  1127. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/Overlay.d.ts +2 -2
  1128. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayProps.d.ts +3 -2
  1129. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayProps.d.ts.map +1 -1
  1130. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayRef.d.ts +2 -2
  1131. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/index.d.ts +3 -3
  1132. package/lib/typescript/commonjs/providers/dialog/_controller/index.d.ts +3 -3
  1133. package/lib/typescript/commonjs/providers/dialog/index.d.ts +4 -4
  1134. package/lib/typescript/commonjs/providers/index.d.ts +2 -2
  1135. package/lib/typescript/commonjs/providers/toast/ToastProvider.d.ts +2 -2
  1136. package/lib/typescript/commonjs/providers/toast/ToastRef.d.ts +1 -1
  1137. package/lib/typescript/commonjs/providers/toast/_overlay/Overlay.d.ts +1 -1
  1138. package/lib/typescript/commonjs/providers/toast/_overlay/Overlay.d.ts.map +1 -1
  1139. package/lib/typescript/commonjs/providers/toast/_overlay/OverlayRef.d.ts +1 -1
  1140. package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts +2 -2
  1141. package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts.map +1 -1
  1142. package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapperProps.d.ts +1 -1
  1143. package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/index.d.ts +3 -3
  1144. package/lib/typescript/commonjs/providers/toast/_overlay/_gap.d.ts +2 -0
  1145. package/lib/typescript/commonjs/providers/toast/_overlay/_gap.d.ts.map +1 -0
  1146. package/lib/typescript/commonjs/providers/toast/_overlay/index.d.ts +2 -2
  1147. package/lib/typescript/commonjs/providers/toast/index.d.ts +3 -3
  1148. package/lib/typescript/commonjs/providers/toast/index.d.ts.map +1 -1
  1149. package/lib/typescript/commonjs/style-sheets/direction-style-sheet.d.ts +12 -0
  1150. package/lib/typescript/commonjs/style-sheets/direction-style-sheet.d.ts.map +1 -0
  1151. package/lib/typescript/commonjs/style-sheets/display-style-sheet.d.ts +9 -0
  1152. package/lib/typescript/commonjs/style-sheets/display-style-sheet.d.ts.map +1 -0
  1153. package/lib/typescript/commonjs/style-sheets/flex-style-sheet.d.ts +99 -0
  1154. package/lib/typescript/commonjs/style-sheets/flex-style-sheet.d.ts.map +1 -0
  1155. package/lib/typescript/commonjs/style-sheets/font-style-sheet.d.ts +59 -0
  1156. package/lib/typescript/commonjs/style-sheets/font-style-sheet.d.ts.map +1 -0
  1157. package/lib/typescript/commonjs/style-sheets/height-style-sheet.d.ts +12 -0
  1158. package/lib/typescript/commonjs/style-sheets/height-style-sheet.d.ts.map +1 -0
  1159. package/lib/typescript/commonjs/style-sheets/index.d.ts +12 -0
  1160. package/lib/typescript/commonjs/style-sheets/index.d.ts.map +1 -0
  1161. package/lib/typescript/commonjs/style-sheets/overflow-style-sheet.d.ts +12 -0
  1162. package/lib/typescript/commonjs/style-sheets/overflow-style-sheet.d.ts.map +1 -0
  1163. package/lib/typescript/commonjs/style-sheets/position-style-sheet.d.ts +12 -0
  1164. package/lib/typescript/commonjs/style-sheets/position-style-sheet.d.ts.map +1 -0
  1165. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/direction.d.ts +12 -0
  1166. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/direction.d.ts.map +1 -0
  1167. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/display.d.ts +9 -0
  1168. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/display.d.ts.map +1 -0
  1169. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/flex.d.ts +99 -0
  1170. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/flex.d.ts.map +1 -0
  1171. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/font.d.ts +59 -0
  1172. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/font.d.ts.map +1 -0
  1173. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/height.d.ts +12 -0
  1174. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/height.d.ts.map +1 -0
  1175. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/index.d.ts +10 -0
  1176. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/index.d.ts.map +1 -0
  1177. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/overflow.d.ts +12 -0
  1178. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/overflow.d.ts.map +1 -0
  1179. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/position.d.ts +12 -0
  1180. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/position.d.ts.map +1 -0
  1181. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/typography.d.ts +24 -0
  1182. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/typography.d.ts.map +1 -0
  1183. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/width.d.ts +12 -0
  1184. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/width.d.ts.map +1 -0
  1185. package/lib/typescript/commonjs/style-sheets/typography-style-sheet.d.ts +24 -0
  1186. package/lib/typescript/commonjs/style-sheets/typography-style-sheet.d.ts.map +1 -0
  1187. package/lib/typescript/commonjs/style-sheets/width-style-sheet.d.ts +12 -0
  1188. package/lib/typescript/commonjs/style-sheets/width-style-sheet.d.ts.map +1 -0
  1189. package/lib/typescript/commonjs/types/index.d.ts +2 -2
  1190. package/lib/typescript/commonjs/types/theme/ColorScheme.d.ts +1 -1
  1191. package/lib/typescript/commonjs/types/theme/index.d.ts +1 -1
  1192. package/lib/typescript/module/_internal/contexts/button-group/ButtonGroupContext.d.ts +4 -4
  1193. package/lib/typescript/module/_internal/contexts/button-group/index.d.ts +1 -1
  1194. package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts +1 -1
  1195. package/lib/typescript/module/_internal/contexts/global-config/index.d.ts +1 -1
  1196. package/lib/typescript/module/_internal/contexts/in-dialog/InDialogContext.d.ts +3 -0
  1197. package/lib/typescript/module/_internal/contexts/in-dialog/InDialogContext.d.ts.map +1 -0
  1198. package/lib/typescript/module/_internal/contexts/in-dialog/index.d.ts +2 -0
  1199. package/lib/typescript/module/_internal/contexts/in-dialog/index.d.ts.map +1 -0
  1200. package/lib/typescript/module/_internal/contexts/index.d.ts +4 -3
  1201. package/lib/typescript/module/_internal/contexts/index.d.ts.map +1 -1
  1202. package/lib/typescript/module/_internal/contexts/modal/ModalContext.d.ts +4 -1
  1203. package/lib/typescript/module/_internal/contexts/modal/ModalContext.d.ts.map +1 -1
  1204. package/lib/typescript/module/_internal/contexts/modal/index.d.ts +1 -1
  1205. package/lib/typescript/module/_internal/globals/breakpoint/index.d.ts +1 -1
  1206. package/lib/typescript/module/_internal/globals/index.d.ts +2 -2
  1207. package/lib/typescript/module/_internal/helpers/index.d.ts +3 -2
  1208. package/lib/typescript/module/_internal/helpers/index.d.ts.map +1 -1
  1209. package/lib/typescript/module/_internal/helpers/math/index.d.ts +1 -1
  1210. package/lib/typescript/module/_internal/helpers/modal/index.d.ts +2 -0
  1211. package/lib/typescript/module/_internal/helpers/modal/index.d.ts.map +1 -0
  1212. package/lib/typescript/module/_internal/helpers/modal/is-apply-insets.d.ts +8 -0
  1213. package/lib/typescript/module/_internal/helpers/modal/is-apply-insets.d.ts.map +1 -0
  1214. package/lib/typescript/module/_internal/hooks/index.d.ts +3 -0
  1215. package/lib/typescript/module/_internal/hooks/index.d.ts.map +1 -0
  1216. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/UseProps.d.ts +5 -0
  1217. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/UseProps.d.ts.map +1 -0
  1218. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/index.d.ts +3 -0
  1219. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/index.d.ts.map +1 -0
  1220. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/use.d.ts +3 -0
  1221. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/use.d.ts.map +1 -0
  1222. package/lib/typescript/module/_internal/providers/breakpoint/BreakpointProvider.d.ts +1 -1
  1223. package/lib/typescript/module/_internal/providers/breakpoint/index.d.ts +2 -2
  1224. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  1225. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  1226. package/lib/typescript/module/_internal/providers/global-config/index.d.ts +2 -2
  1227. package/lib/typescript/module/_internal/providers/index.d.ts +3 -3
  1228. package/lib/typescript/module/_internal/providers/theme/ThemeProvider.d.ts +1 -1
  1229. package/lib/typescript/module/_internal/providers/theme/ThemeProviderProps.d.ts +2 -2
  1230. package/lib/typescript/module/_internal/providers/theme/index.d.ts +2 -2
  1231. package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts +1 -1
  1232. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  1233. package/lib/typescript/module/carbon-react-native/index.d.ts +2 -2
  1234. package/lib/typescript/module/carbon-style-sheet/color.d.ts +1 -1
  1235. package/lib/typescript/module/carbon-style-sheet/create.d.ts +2 -2
  1236. package/lib/typescript/module/carbon-style-sheet/index.d.ts +3 -3
  1237. package/lib/typescript/module/components/accordion/Accordion.d.ts +2 -2
  1238. package/lib/typescript/module/components/accordion/Accordion.d.ts.map +1 -1
  1239. package/lib/typescript/module/components/accordion/AccordionHeaderProps.d.ts +3 -3
  1240. package/lib/typescript/module/components/accordion/AccordionItemProps.d.ts +4 -4
  1241. package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts +2 -2
  1242. package/lib/typescript/module/components/accordion/AccordionProps.d.ts +3 -3
  1243. package/lib/typescript/module/components/accordion/AccordionRef.d.ts +1 -1
  1244. package/lib/typescript/module/components/accordion/AccordionSize.d.ts +1 -1
  1245. package/lib/typescript/module/components/accordion/_Header.d.ts +1 -1
  1246. package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts +2 -2
  1247. package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts.map +1 -1
  1248. package/lib/typescript/module/components/accordion/_Item.d.ts +2 -2
  1249. package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
  1250. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts +1 -1
  1251. package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts +2 -2
  1252. package/lib/typescript/module/components/accordion/_chevron/index.d.ts +2 -2
  1253. package/lib/typescript/module/components/accordion/_context.d.ts +5 -5
  1254. package/lib/typescript/module/components/accordion/_motion.d.ts +2 -2
  1255. package/lib/typescript/module/components/accordion/_styles.d.ts +3 -3
  1256. package/lib/typescript/module/components/accordion/index.d.ts +7 -7
  1257. package/lib/typescript/module/components/accordion/index.d.ts.map +1 -1
  1258. package/lib/typescript/module/components/box/Box.d.ts +4 -0
  1259. package/lib/typescript/module/components/box/Box.d.ts.map +1 -0
  1260. package/lib/typescript/module/components/box/BoxProps.d.ts +4 -0
  1261. package/lib/typescript/module/components/box/BoxProps.d.ts.map +1 -0
  1262. package/lib/typescript/module/components/box/BoxRef.d.ts +4 -0
  1263. package/lib/typescript/module/components/box/BoxRef.d.ts.map +1 -0
  1264. package/lib/typescript/module/components/box/index.d.ts +4 -0
  1265. package/lib/typescript/module/components/box/index.d.ts.map +1 -0
  1266. package/lib/typescript/module/components/button/Size.d.ts +1 -1
  1267. package/lib/typescript/module/components/button/base/Base.d.ts +2 -2
  1268. package/lib/typescript/module/components/button/base/Base.d.ts.map +1 -1
  1269. package/lib/typescript/module/components/button/base/BaseProps.d.ts +11 -11
  1270. package/lib/typescript/module/components/button/base/BaseRef.d.ts +1 -1
  1271. package/lib/typescript/module/components/button/base/index.d.ts +3 -3
  1272. package/lib/typescript/module/components/button/base-color/BaseColor.d.ts +2 -2
  1273. package/lib/typescript/module/components/button/base-color/BaseColorProps.d.ts +5 -5
  1274. package/lib/typescript/module/components/button/base-color/BaseColorRef.d.ts +1 -1
  1275. package/lib/typescript/module/components/button/base-color/BaseColorState.d.ts +1 -1
  1276. package/lib/typescript/module/components/button/base-color/index.d.ts +4 -4
  1277. package/lib/typescript/module/components/button/ghost/Ghost.d.ts +2 -2
  1278. package/lib/typescript/module/components/button/ghost/GhostProps.d.ts +2 -2
  1279. package/lib/typescript/module/components/button/ghost/GhostRef.d.ts +1 -1
  1280. package/lib/typescript/module/components/button/ghost/index.d.ts +3 -3
  1281. package/lib/typescript/module/components/button/ghost-danger/GhostDanger.d.ts +2 -2
  1282. package/lib/typescript/module/components/button/ghost-danger/GhostDangerProps.d.ts +2 -2
  1283. package/lib/typescript/module/components/button/ghost-danger/GhostDangerRef.d.ts +1 -1
  1284. package/lib/typescript/module/components/button/ghost-danger/index.d.ts +3 -3
  1285. package/lib/typescript/module/components/button/ghost-icon/GhostIcon.d.ts +2 -2
  1286. package/lib/typescript/module/components/button/ghost-icon/GhostIconProps.d.ts +4 -4
  1287. package/lib/typescript/module/components/button/ghost-icon/GhostIconRef.d.ts +1 -1
  1288. package/lib/typescript/module/components/button/ghost-icon/index.d.ts +3 -3
  1289. package/lib/typescript/module/components/button/index.d.ts +11 -11
  1290. package/lib/typescript/module/components/button/primary/Primary.d.ts +2 -2
  1291. package/lib/typescript/module/components/button/primary/PrimaryProps.d.ts +2 -2
  1292. package/lib/typescript/module/components/button/primary/PrimaryRef.d.ts +1 -1
  1293. package/lib/typescript/module/components/button/primary/index.d.ts +3 -3
  1294. package/lib/typescript/module/components/button/primary-danger/PrimaryDanger.d.ts +2 -2
  1295. package/lib/typescript/module/components/button/primary-danger/PrimaryDangerProps.d.ts +2 -2
  1296. package/lib/typescript/module/components/button/primary-danger/PrimaryDangerRef.d.ts +1 -1
  1297. package/lib/typescript/module/components/button/primary-danger/index.d.ts +3 -3
  1298. package/lib/typescript/module/components/button/secondary/Secondary.d.ts +2 -2
  1299. package/lib/typescript/module/components/button/secondary/SecondaryProps.d.ts +2 -2
  1300. package/lib/typescript/module/components/button/secondary/SecondaryRef.d.ts +1 -1
  1301. package/lib/typescript/module/components/button/secondary/index.d.ts +3 -3
  1302. package/lib/typescript/module/components/button/tertiary/Tertiary.d.ts +2 -2
  1303. package/lib/typescript/module/components/button/tertiary/TertiaryProps.d.ts +2 -2
  1304. package/lib/typescript/module/components/button/tertiary/TertiaryRef.d.ts +1 -1
  1305. package/lib/typescript/module/components/button/tertiary/index.d.ts +3 -3
  1306. package/lib/typescript/module/components/button/tertiary-danger/TertiaryDanger.d.ts +2 -2
  1307. package/lib/typescript/module/components/button/tertiary-danger/TertiaryDangerProps.d.ts +2 -2
  1308. package/lib/typescript/module/components/button/tertiary-danger/TertiaryDangerRef.d.ts +1 -1
  1309. package/lib/typescript/module/components/button/tertiary-danger/index.d.ts +3 -3
  1310. package/lib/typescript/module/components/button-group/ButtonGroup.d.ts +2 -2
  1311. package/lib/typescript/module/components/button-group/ButtonGroup.d.ts.map +1 -1
  1312. package/lib/typescript/module/components/button-group/ButtonGroupProps.d.ts +4 -4
  1313. package/lib/typescript/module/components/button-group/ButtonGroupRef.d.ts +1 -1
  1314. package/lib/typescript/module/components/button-group/index.d.ts +3 -3
  1315. package/lib/typescript/module/components/button-group/index.d.ts.map +1 -1
  1316. package/lib/typescript/module/components/checkbox/Checkbox.d.ts +2 -2
  1317. package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
  1318. package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts +14 -13
  1319. package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts.map +1 -1
  1320. package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts +2 -2
  1321. package/lib/typescript/module/components/checkbox/_RefBase.d.ts +3 -3
  1322. package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +1 -1
  1323. package/lib/typescript/module/components/checkbox/index.d.ts +3 -3
  1324. package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
  1325. package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts +2 -2
  1326. package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
  1327. package/lib/typescript/module/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts +1 -1
  1328. package/lib/typescript/module/components/checkbox-group/CheckboxGroupProps.d.ts +5 -5
  1329. package/lib/typescript/module/components/checkbox-group/CheckboxGroupRef.d.ts +1 -1
  1330. package/lib/typescript/module/components/checkbox-group/index.d.ts +4 -4
  1331. package/lib/typescript/module/components/checkbox-group/index.d.ts.map +1 -1
  1332. package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts +2 -2
  1333. package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
  1334. package/lib/typescript/module/components/checkbox-input/CheckboxInputInteractiveState.d.ts +1 -1
  1335. package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts +8 -8
  1336. package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -1
  1337. package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  1338. package/lib/typescript/module/components/checkbox-input/CheckboxInputState.d.ts +5 -0
  1339. package/lib/typescript/module/components/checkbox-input/CheckboxInputState.d.ts.map +1 -0
  1340. package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts +3 -3
  1341. package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +1 -1
  1342. package/lib/typescript/module/components/checkbox-input/index.d.ts +5 -5
  1343. package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
  1344. package/lib/typescript/module/components/collapsible/Collapsible.d.ts +2 -2
  1345. package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
  1346. package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts +3 -3
  1347. package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts +2 -2
  1348. package/lib/typescript/module/components/collapsible/index.d.ts +3 -3
  1349. package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts +2 -2
  1350. package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts.map +1 -1
  1351. package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts +4 -4
  1352. package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
  1353. package/lib/typescript/module/components/form-helper-text/FormHelperTextRef.d.ts +1 -1
  1354. package/lib/typescript/module/components/form-helper-text/index.d.ts +3 -3
  1355. package/lib/typescript/module/components/form-label/FormLabel.d.ts +2 -2
  1356. package/lib/typescript/module/components/form-label/FormLabel.d.ts.map +1 -1
  1357. package/lib/typescript/module/components/form-label/FormLabelProps.d.ts +4 -4
  1358. package/lib/typescript/module/components/form-label/FormLabelProps.d.ts.map +1 -1
  1359. package/lib/typescript/module/components/form-label/FormLabelRef.d.ts +1 -1
  1360. package/lib/typescript/module/components/form-label/index.d.ts +3 -3
  1361. package/lib/typescript/module/components/form-label/index.d.ts.map +1 -1
  1362. package/lib/typescript/module/components/icon/Icon.d.ts +2 -2
  1363. package/lib/typescript/module/components/icon/IconProps.d.ts +3 -3
  1364. package/lib/typescript/module/components/icon/index.d.ts +2 -2
  1365. package/lib/typescript/module/components/index.d.ts +31 -28
  1366. package/lib/typescript/module/components/index.d.ts.map +1 -1
  1367. package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts +2 -2
  1368. package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts.map +1 -1
  1369. package/lib/typescript/module/components/inline-loading/InlineLoadingProps.d.ts +5 -5
  1370. package/lib/typescript/module/components/inline-loading/InlineLoadingRef.d.ts +1 -1
  1371. package/lib/typescript/module/components/inline-loading/InlineLoadingState.d.ts +1 -1
  1372. package/lib/typescript/module/components/inline-loading/index.d.ts +4 -4
  1373. package/lib/typescript/module/components/inline-loading/index.d.ts.map +1 -1
  1374. package/lib/typescript/module/components/layer/Layer.d.ts +2 -2
  1375. package/lib/typescript/module/components/layer/LayerProps.d.ts +2 -2
  1376. package/lib/typescript/module/components/layer/LayerRef.d.ts +1 -1
  1377. package/lib/typescript/module/components/layer/index.d.ts +4 -4
  1378. package/lib/typescript/module/components/layer/index.d.ts.map +1 -1
  1379. package/lib/typescript/module/components/loading/Loading.d.ts +2 -2
  1380. package/lib/typescript/module/components/loading/LoadingProps.d.ts +2 -2
  1381. package/lib/typescript/module/components/loading/LoadingRef.d.ts +1 -1
  1382. package/lib/typescript/module/components/loading/LoadingType.d.ts +1 -1
  1383. package/lib/typescript/module/components/loading/_circular-progress/CircularProgress.d.ts +2 -2
  1384. package/lib/typescript/module/components/loading/_circular-progress/CircularProgressProps.d.ts +3 -3
  1385. package/lib/typescript/module/components/loading/_circular-progress/index.d.ts +2 -2
  1386. package/lib/typescript/module/components/loading/_map-circle-background-color.d.ts +3 -3
  1387. package/lib/typescript/module/components/loading/_map-circle-stroke-color.d.ts +2 -2
  1388. package/lib/typescript/module/components/loading/index.d.ts +4 -4
  1389. package/lib/typescript/module/components/modal/Modal.d.ts +2 -2
  1390. package/lib/typescript/module/components/modal/Modal.d.ts.map +1 -1
  1391. package/lib/typescript/module/components/modal/ModalProps.d.ts +33 -5
  1392. package/lib/typescript/module/components/modal/ModalProps.d.ts.map +1 -1
  1393. package/lib/typescript/module/components/modal/ModalRef.d.ts +1 -1
  1394. package/lib/typescript/module/components/modal/ModalSize.d.ts +1 -1
  1395. package/lib/typescript/module/components/modal/index.d.ts +4 -4
  1396. package/lib/typescript/module/components/modal/index.d.ts.map +1 -1
  1397. package/lib/typescript/module/components/modal-content/ModalContent.d.ts +2 -2
  1398. package/lib/typescript/module/components/modal-content/ModalContent.d.ts.map +1 -1
  1399. package/lib/typescript/module/components/modal-content/ModalContentProps.d.ts +1 -1
  1400. package/lib/typescript/module/components/modal-content/ModalContentRef.d.ts +1 -1
  1401. package/lib/typescript/module/components/modal-content/index.d.ts +3 -3
  1402. package/lib/typescript/module/components/modal-content/index.d.ts.map +1 -1
  1403. package/lib/typescript/module/components/notification/NotificationColor.d.ts +1 -1
  1404. package/lib/typescript/module/components/notification/_VariantContextProvider.d.ts +1 -1
  1405. package/lib/typescript/module/components/notification/_status-hooks/_base/UseBaseData.d.ts +6 -6
  1406. package/lib/typescript/module/components/notification/_status-hooks/_base/UseBaseProps.d.ts +2 -2
  1407. package/lib/typescript/module/components/notification/_status-hooks/_base/index.d.ts +3 -3
  1408. package/lib/typescript/module/components/notification/_status-hooks/_base/useBase.d.ts +2 -2
  1409. package/lib/typescript/module/components/notification/_status-hooks/error/UseErrorData.d.ts +3 -3
  1410. package/lib/typescript/module/components/notification/_status-hooks/error/UseErrorProps.d.ts +3 -3
  1411. package/lib/typescript/module/components/notification/_status-hooks/error/index.d.ts +3 -3
  1412. package/lib/typescript/module/components/notification/_status-hooks/error/useError.d.ts +2 -2
  1413. package/lib/typescript/module/components/notification/_status-hooks/index.d.ts +4 -4
  1414. package/lib/typescript/module/components/notification/_status-hooks/informational/UseInformationalData.d.ts +3 -3
  1415. package/lib/typescript/module/components/notification/_status-hooks/informational/UseInformationalProps.d.ts +3 -3
  1416. package/lib/typescript/module/components/notification/_status-hooks/informational/index.d.ts +3 -3
  1417. package/lib/typescript/module/components/notification/_status-hooks/informational/useInformational.d.ts +2 -2
  1418. package/lib/typescript/module/components/notification/_status-hooks/success/UseSuccessData.d.ts +3 -3
  1419. package/lib/typescript/module/components/notification/_status-hooks/success/UseSuccessProps.d.ts +3 -3
  1420. package/lib/typescript/module/components/notification/_status-hooks/success/index.d.ts +3 -3
  1421. package/lib/typescript/module/components/notification/_status-hooks/success/useSuccess.d.ts +2 -2
  1422. package/lib/typescript/module/components/notification/_status-hooks/warning/UseWarningData.d.ts +3 -3
  1423. package/lib/typescript/module/components/notification/_status-hooks/warning/UseWarningProps.d.ts +3 -3
  1424. package/lib/typescript/module/components/notification/_status-hooks/warning/index.d.ts +3 -3
  1425. package/lib/typescript/module/components/notification/_status-hooks/warning/useWarning.d.ts +2 -2
  1426. package/lib/typescript/module/components/notification/_variant-context.d.ts +1 -1
  1427. package/lib/typescript/module/components/notification/_variants/_ButtonGhost.d.ts +1 -1
  1428. package/lib/typescript/module/components/notification/_variants/_ButtonTertiary.d.ts +1 -1
  1429. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariant.d.ts +2 -2
  1430. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -1
  1431. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts +8 -8
  1432. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -1
  1433. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantRef.d.ts +1 -1
  1434. package/lib/typescript/module/components/notification/_variants/actionable/index.d.ts +3 -3
  1435. package/lib/typescript/module/components/notification/_variants/actionable/index.d.ts.map +1 -1
  1436. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariant.d.ts +2 -2
  1437. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -1
  1438. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts +6 -6
  1439. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -1
  1440. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantRef.d.ts +1 -1
  1441. package/lib/typescript/module/components/notification/_variants/callout/index.d.ts +3 -3
  1442. package/lib/typescript/module/components/notification/_variants/callout/index.d.ts.map +1 -1
  1443. package/lib/typescript/module/components/notification/_variants/index.d.ts +3 -5
  1444. package/lib/typescript/module/components/notification/_variants/index.d.ts.map +1 -1
  1445. package/lib/typescript/module/components/notification/_variants/toast/ToastVariant.d.ts +2 -2
  1446. package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts +6 -6
  1447. package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -1
  1448. package/lib/typescript/module/components/notification/_variants/toast/ToastVariantRef.d.ts +1 -1
  1449. package/lib/typescript/module/components/notification/_variants/toast/index.d.ts +3 -3
  1450. package/lib/typescript/module/components/notification/_variants/toast/index.d.ts.map +1 -1
  1451. package/lib/typescript/module/components/notification/actionable/error/Error.d.ts +2 -2
  1452. package/lib/typescript/module/components/notification/actionable/error/ErrorProps.d.ts +4 -4
  1453. package/lib/typescript/module/components/notification/actionable/error/ErrorRef.d.ts +1 -1
  1454. package/lib/typescript/module/components/notification/actionable/error/index.d.ts +3 -3
  1455. package/lib/typescript/module/components/notification/actionable/error/index.d.ts.map +1 -1
  1456. package/lib/typescript/module/components/notification/actionable/index.d.ts +4 -4
  1457. package/lib/typescript/module/components/notification/actionable/index.d.ts.map +1 -1
  1458. package/lib/typescript/module/components/notification/actionable/informational/Informational.d.ts +2 -2
  1459. package/lib/typescript/module/components/notification/actionable/informational/InformationalProps.d.ts +4 -4
  1460. package/lib/typescript/module/components/notification/actionable/informational/InformationalRef.d.ts +1 -1
  1461. package/lib/typescript/module/components/notification/actionable/informational/index.d.ts +3 -3
  1462. package/lib/typescript/module/components/notification/actionable/informational/index.d.ts.map +1 -1
  1463. package/lib/typescript/module/components/notification/actionable/success/Success.d.ts +2 -2
  1464. package/lib/typescript/module/components/notification/actionable/success/SuccessProps.d.ts +4 -4
  1465. package/lib/typescript/module/components/notification/actionable/success/SuccessRef.d.ts +1 -1
  1466. package/lib/typescript/module/components/notification/actionable/success/index.d.ts +3 -3
  1467. package/lib/typescript/module/components/notification/actionable/success/index.d.ts.map +1 -1
  1468. package/lib/typescript/module/components/notification/actionable/warning/Warning.d.ts +2 -2
  1469. package/lib/typescript/module/components/notification/actionable/warning/WarningProps.d.ts +4 -4
  1470. package/lib/typescript/module/components/notification/actionable/warning/WarningRef.d.ts +1 -1
  1471. package/lib/typescript/module/components/notification/actionable/warning/index.d.ts +3 -3
  1472. package/lib/typescript/module/components/notification/actionable/warning/index.d.ts.map +1 -1
  1473. package/lib/typescript/module/components/notification/base/Base.d.ts +2 -2
  1474. package/lib/typescript/module/components/notification/base/Base.d.ts.map +1 -1
  1475. package/lib/typescript/module/components/notification/base/BaseProps.d.ts +16 -16
  1476. package/lib/typescript/module/components/notification/base/BaseRef.d.ts +1 -1
  1477. package/lib/typescript/module/components/notification/base/index.d.ts +3 -3
  1478. package/lib/typescript/module/components/notification/base/index.d.ts.map +1 -1
  1479. package/lib/typescript/module/components/notification/callout/error/Error.d.ts +2 -2
  1480. package/lib/typescript/module/components/notification/callout/error/ErrorProps.d.ts +4 -4
  1481. package/lib/typescript/module/components/notification/callout/error/ErrorRef.d.ts +1 -1
  1482. package/lib/typescript/module/components/notification/callout/error/index.d.ts +3 -3
  1483. package/lib/typescript/module/components/notification/callout/error/index.d.ts.map +1 -1
  1484. package/lib/typescript/module/components/notification/callout/index.d.ts +4 -4
  1485. package/lib/typescript/module/components/notification/callout/index.d.ts.map +1 -1
  1486. package/lib/typescript/module/components/notification/callout/informational/Informational.d.ts +2 -2
  1487. package/lib/typescript/module/components/notification/callout/informational/InformationalProps.d.ts +4 -4
  1488. package/lib/typescript/module/components/notification/callout/informational/InformationalRef.d.ts +1 -1
  1489. package/lib/typescript/module/components/notification/callout/informational/index.d.ts +3 -3
  1490. package/lib/typescript/module/components/notification/callout/informational/index.d.ts.map +1 -1
  1491. package/lib/typescript/module/components/notification/callout/success/Success.d.ts +2 -2
  1492. package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts +4 -4
  1493. package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts.map +1 -1
  1494. package/lib/typescript/module/components/notification/callout/success/SuccessRef.d.ts +1 -1
  1495. package/lib/typescript/module/components/notification/callout/success/index.d.ts +3 -3
  1496. package/lib/typescript/module/components/notification/callout/success/index.d.ts.map +1 -1
  1497. package/lib/typescript/module/components/notification/callout/warning/Warning.d.ts +2 -2
  1498. package/lib/typescript/module/components/notification/callout/warning/WarningProps.d.ts +4 -4
  1499. package/lib/typescript/module/components/notification/callout/warning/WarningRef.d.ts +1 -1
  1500. package/lib/typescript/module/components/notification/callout/warning/index.d.ts +3 -3
  1501. package/lib/typescript/module/components/notification/callout/warning/index.d.ts.map +1 -1
  1502. package/lib/typescript/module/components/notification/index.d.ts +8 -10
  1503. package/lib/typescript/module/components/notification/index.d.ts.map +1 -1
  1504. package/lib/typescript/module/components/notification/subtitle/Subtitle.d.ts +2 -2
  1505. package/lib/typescript/module/components/notification/subtitle/SubtitleProps.d.ts +2 -2
  1506. package/lib/typescript/module/components/notification/subtitle/SubtitleRef.d.ts +1 -1
  1507. package/lib/typescript/module/components/notification/subtitle/index.d.ts +3 -3
  1508. package/lib/typescript/module/components/notification/subtitle/index.d.ts.map +1 -1
  1509. package/lib/typescript/module/components/notification/subtitle-link/SubtitleLink.d.ts +2 -2
  1510. package/lib/typescript/module/components/notification/subtitle-link/SubtitleLinkProps.d.ts +1 -1
  1511. package/lib/typescript/module/components/notification/subtitle-link/SubtitleLinkRef.d.ts +1 -1
  1512. package/lib/typescript/module/components/notification/subtitle-link/index.d.ts +3 -3
  1513. package/lib/typescript/module/components/notification/subtitle-link/index.d.ts.map +1 -1
  1514. package/lib/typescript/module/components/notification/toast/error/Error.d.ts +2 -2
  1515. package/lib/typescript/module/components/notification/toast/error/ErrorProps.d.ts +4 -4
  1516. package/lib/typescript/module/components/notification/toast/error/ErrorRef.d.ts +1 -1
  1517. package/lib/typescript/module/components/notification/toast/error/index.d.ts +3 -3
  1518. package/lib/typescript/module/components/notification/toast/error/index.d.ts.map +1 -1
  1519. package/lib/typescript/module/components/notification/toast/index.d.ts +4 -4
  1520. package/lib/typescript/module/components/notification/toast/index.d.ts.map +1 -1
  1521. package/lib/typescript/module/components/notification/toast/informational/Informational.d.ts +2 -2
  1522. package/lib/typescript/module/components/notification/toast/informational/InformationalProps.d.ts +4 -4
  1523. package/lib/typescript/module/components/notification/toast/informational/InformationalRef.d.ts +1 -1
  1524. package/lib/typescript/module/components/notification/toast/informational/index.d.ts +3 -3
  1525. package/lib/typescript/module/components/notification/toast/informational/index.d.ts.map +1 -1
  1526. package/lib/typescript/module/components/notification/toast/success/Success.d.ts +2 -2
  1527. package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts +4 -4
  1528. package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts.map +1 -1
  1529. package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts +2 -2
  1530. package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts.map +1 -1
  1531. package/lib/typescript/module/components/notification/toast/success/index.d.ts +3 -3
  1532. package/lib/typescript/module/components/notification/toast/success/index.d.ts.map +1 -1
  1533. package/lib/typescript/module/components/notification/toast/warning/Warning.d.ts +2 -2
  1534. package/lib/typescript/module/components/notification/toast/warning/WarningProps.d.ts +4 -4
  1535. package/lib/typescript/module/components/notification/toast/warning/WarningRef.d.ts +1 -1
  1536. package/lib/typescript/module/components/notification/toast/warning/index.d.ts +3 -3
  1537. package/lib/typescript/module/components/notification/toast/warning/index.d.ts.map +1 -1
  1538. package/lib/typescript/module/components/password-input/PasswordInput.d.ts +4 -0
  1539. package/lib/typescript/module/components/password-input/PasswordInput.d.ts.map +1 -0
  1540. package/lib/typescript/module/components/password-input/PasswordInputProps.d.ts +4 -0
  1541. package/lib/typescript/module/components/password-input/PasswordInputProps.d.ts.map +1 -0
  1542. package/lib/typescript/module/components/password-input/PasswordInputRef.d.ts +4 -0
  1543. package/lib/typescript/module/components/password-input/PasswordInputRef.d.ts.map +1 -0
  1544. package/lib/typescript/module/components/password-input/index.d.ts +4 -0
  1545. package/lib/typescript/module/components/password-input/index.d.ts.map +1 -0
  1546. package/lib/typescript/module/components/password-input-field/PasswordInputField.d.ts +4 -0
  1547. package/lib/typescript/module/components/password-input-field/PasswordInputField.d.ts.map +1 -0
  1548. package/lib/typescript/module/components/password-input-field/PasswordInputFieldProps.d.ts +4 -0
  1549. package/lib/typescript/module/components/password-input-field/PasswordInputFieldProps.d.ts.map +1 -0
  1550. package/lib/typescript/module/components/password-input-field/PasswordInputFieldRef.d.ts +4 -0
  1551. package/lib/typescript/module/components/password-input-field/PasswordInputFieldRef.d.ts.map +1 -0
  1552. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIcon.d.ts +4 -0
  1553. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIcon.d.ts.map +1 -0
  1554. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconProps.d.ts +7 -0
  1555. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconProps.d.ts.map +1 -0
  1556. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconRef.d.ts +4 -0
  1557. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconRef.d.ts.map +1 -0
  1558. package/lib/typescript/module/components/password-input-field/_ghost-icon/index.d.ts +4 -0
  1559. package/lib/typescript/module/components/password-input-field/_ghost-icon/index.d.ts.map +1 -0
  1560. package/lib/typescript/module/components/password-input-field/index.d.ts +4 -0
  1561. package/lib/typescript/module/components/password-input-field/index.d.ts.map +1 -0
  1562. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluid.d.ts +4 -0
  1563. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluid.d.ts.map +1 -0
  1564. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidProps.d.ts +4 -0
  1565. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidProps.d.ts.map +1 -0
  1566. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidRef.d.ts +4 -0
  1567. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidRef.d.ts.map +1 -0
  1568. package/lib/typescript/module/components/password-input-fluid/index.d.ts +4 -0
  1569. package/lib/typescript/module/components/password-input-fluid/index.d.ts.map +1 -0
  1570. package/lib/typescript/module/components/radio-button/RadioButton.d.ts +2 -2
  1571. package/lib/typescript/module/components/radio-button/RadioButton.d.ts.map +1 -1
  1572. package/lib/typescript/module/components/radio-button/RadioButtonProps.d.ts +12 -12
  1573. package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts +2 -2
  1574. package/lib/typescript/module/components/radio-button/_RefBase.d.ts +2 -2
  1575. package/lib/typescript/module/components/radio-button/index.d.ts +3 -3
  1576. package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
  1577. package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts +2 -2
  1578. package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
  1579. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts +1 -1
  1580. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupItemProps.d.ts +2 -2
  1581. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupItemRef.d.ts +1 -1
  1582. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupProps.d.ts +9 -9
  1583. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupRef.d.ts +2 -2
  1584. package/lib/typescript/module/components/radio-button-group/_Item.d.ts +2 -2
  1585. package/lib/typescript/module/components/radio-button-group/_RefBase.d.ts +3 -3
  1586. package/lib/typescript/module/components/radio-button-group/_item-context.d.ts +4 -4
  1587. package/lib/typescript/module/components/radio-button-group/index.d.ts +6 -6
  1588. package/lib/typescript/module/components/radio-button-group/index.d.ts.map +1 -1
  1589. package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts +2 -2
  1590. package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
  1591. package/lib/typescript/module/components/radio-button-input/RadioButtonInputInteractiveState.d.ts +1 -1
  1592. package/lib/typescript/module/components/radio-button-input/RadioButtonInputProps.d.ts +5 -5
  1593. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  1594. package/lib/typescript/module/components/radio-button-input/index.d.ts +4 -4
  1595. package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
  1596. package/lib/typescript/module/components/switch/Switch.d.ts +2 -2
  1597. package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
  1598. package/lib/typescript/module/components/switch/SwitchProps.d.ts +7 -7
  1599. package/lib/typescript/module/components/switch/SwitchRef.d.ts +2 -2
  1600. package/lib/typescript/module/components/switch/SwitchSize.d.ts +1 -1
  1601. package/lib/typescript/module/components/switch/SwitchState.d.ts +1 -1
  1602. package/lib/typescript/module/components/switch/index.d.ts +5 -5
  1603. package/lib/typescript/module/components/text/Text.d.ts +2 -2
  1604. package/lib/typescript/module/components/text/Text.d.ts.map +1 -1
  1605. package/lib/typescript/module/components/text/TextProps.d.ts +9 -2
  1606. package/lib/typescript/module/components/text/TextProps.d.ts.map +1 -1
  1607. package/lib/typescript/module/components/text/TextRef.d.ts +1 -1
  1608. package/lib/typescript/module/components/text/index.d.ts +3 -3
  1609. package/lib/typescript/module/components/text/index.d.ts.map +1 -1
  1610. package/lib/typescript/module/components/text-area/TextArea.d.ts +2 -2
  1611. package/lib/typescript/module/components/text-area/TextArea.d.ts.map +1 -1
  1612. package/lib/typescript/module/components/text-area/TextAreaProps.d.ts +2 -2
  1613. package/lib/typescript/module/components/text-area/TextAreaRef.d.ts +2 -2
  1614. package/lib/typescript/module/components/text-area/_TextAreaRefBase.d.ts +1 -1
  1615. package/lib/typescript/module/components/text-area/index.d.ts +3 -3
  1616. package/lib/typescript/module/components/text-area/index.d.ts.map +1 -1
  1617. package/lib/typescript/module/components/text-area-field/TextAreaField.d.ts +2 -2
  1618. package/lib/typescript/module/components/text-area-field/TextAreaFieldInteractiveState.d.ts +1 -1
  1619. package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts +2 -2
  1620. package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts.map +1 -1
  1621. package/lib/typescript/module/components/text-area-field/TextAreaFieldRef.d.ts +1 -1
  1622. package/lib/typescript/module/components/text-area-field/index.d.ts +4 -4
  1623. package/lib/typescript/module/components/text-area-field/index.d.ts.map +1 -1
  1624. package/lib/typescript/module/components/text-area-fluid/TextAreaFluid.d.ts +2 -2
  1625. package/lib/typescript/module/components/text-area-fluid/TextAreaFluidProps.d.ts +2 -2
  1626. package/lib/typescript/module/components/text-area-fluid/TextAreaFluidRef.d.ts +1 -1
  1627. package/lib/typescript/module/components/text-area-fluid/index.d.ts +3 -3
  1628. package/lib/typescript/module/components/text-area-fluid/index.d.ts.map +1 -1
  1629. package/lib/typescript/module/components/text-input/TextInput.d.ts +2 -2
  1630. package/lib/typescript/module/components/text-input/TextInput.d.ts.map +1 -1
  1631. package/lib/typescript/module/components/text-input/TextInputProps.d.ts +2 -2
  1632. package/lib/typescript/module/components/text-input/TextInputProps.d.ts.map +1 -1
  1633. package/lib/typescript/module/components/text-input/TextInputRef.d.ts +2 -2
  1634. package/lib/typescript/module/components/text-input/TextInputSize.d.ts +1 -1
  1635. package/lib/typescript/module/components/text-input/_TextInputRefBase.d.ts +1 -1
  1636. package/lib/typescript/module/components/text-input/index.d.ts +4 -4
  1637. package/lib/typescript/module/components/text-input-field/TextInputField.d.ts +2 -2
  1638. package/lib/typescript/module/components/text-input-field/TextInputField.d.ts.map +1 -1
  1639. package/lib/typescript/module/components/text-input-field/TextInputFieldInteractiveState.d.ts +1 -1
  1640. package/lib/typescript/module/components/text-input-field/TextInputFieldProps.d.ts +6 -6
  1641. package/lib/typescript/module/components/text-input-field/TextInputFieldRef.d.ts +1 -1
  1642. package/lib/typescript/module/components/text-input-field/TextInputFieldSize.d.ts +1 -1
  1643. package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts +2 -2
  1644. package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
  1645. package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInputProps.d.ts +2 -2
  1646. package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInputRef.d.ts +1 -1
  1647. package/lib/typescript/module/components/text-input-field/_rn-text-input/index.d.ts +3 -3
  1648. package/lib/typescript/module/components/text-input-field/index.d.ts +5 -5
  1649. package/lib/typescript/module/components/text-input-field/index.d.ts.map +1 -1
  1650. package/lib/typescript/module/components/text-input-fluid/TextInputFluid.d.ts +2 -2
  1651. package/lib/typescript/module/components/text-input-fluid/TextInputFluid.d.ts.map +1 -1
  1652. package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts +2 -2
  1653. package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts.map +1 -1
  1654. package/lib/typescript/module/components/text-input-fluid/TextInputFluidRef.d.ts +1 -1
  1655. package/lib/typescript/module/components/text-input-fluid/index.d.ts +3 -3
  1656. package/lib/typescript/module/components/text-input-fluid/index.d.ts.map +1 -1
  1657. package/lib/typescript/module/components/toggle/State.d.ts +1 -1
  1658. package/lib/typescript/module/components/toggle/base/Base.d.ts +2 -2
  1659. package/lib/typescript/module/components/toggle/base/Base.d.ts.map +1 -1
  1660. package/lib/typescript/module/components/toggle/base/BaseProps.d.ts +12 -12
  1661. package/lib/typescript/module/components/toggle/base/BaseRef.d.ts +2 -2
  1662. package/lib/typescript/module/components/toggle/base/_RefBase.d.ts +3 -3
  1663. package/lib/typescript/module/components/toggle/base/index.d.ts +3 -3
  1664. package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
  1665. package/lib/typescript/module/components/toggle/default/Default.d.ts +2 -2
  1666. package/lib/typescript/module/components/toggle/default/DefaultProps.d.ts +3 -3
  1667. package/lib/typescript/module/components/toggle/default/DefaultRef.d.ts +1 -1
  1668. package/lib/typescript/module/components/toggle/default/index.d.ts +3 -3
  1669. package/lib/typescript/module/components/toggle/default/index.d.ts.map +1 -1
  1670. package/lib/typescript/module/components/toggle/index.d.ts +4 -4
  1671. package/lib/typescript/module/components/toggle/index.d.ts.map +1 -1
  1672. package/lib/typescript/module/components/toggle/small/Small.d.ts +2 -2
  1673. package/lib/typescript/module/components/toggle/small/SmallProps.d.ts +3 -3
  1674. package/lib/typescript/module/components/toggle/small/SmallRef.d.ts +1 -1
  1675. package/lib/typescript/module/components/toggle/small/index.d.ts +3 -3
  1676. package/lib/typescript/module/components/toggle/small/index.d.ts.map +1 -1
  1677. package/lib/typescript/module/const/dialog-animation-configs/carbon-react.d.ts +1 -0
  1678. package/lib/typescript/module/const/dialog-animation-configs/carbon-react.d.ts.map +1 -1
  1679. package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up-2.d.ts +1 -0
  1680. package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up-2.d.ts.map +1 -1
  1681. package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up.d.ts +1 -0
  1682. package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up.d.ts.map +1 -1
  1683. package/lib/typescript/module/const/dialog-animation-configs/index.d.ts +3 -3
  1684. package/lib/typescript/module/const/index.d.ts +1 -1
  1685. package/lib/typescript/module/contexts/breakpoint/BreakpointContext.d.ts +1 -1
  1686. package/lib/typescript/module/contexts/breakpoint/index.d.ts +1 -1
  1687. package/lib/typescript/module/contexts/dialog/DialogContext.d.ts +1 -1
  1688. package/lib/typescript/module/contexts/dialog/DialogType.d.ts +1 -0
  1689. package/lib/typescript/module/contexts/dialog/DialogType.d.ts.map +1 -1
  1690. package/lib/typescript/module/contexts/dialog/index.d.ts +2 -2
  1691. package/lib/typescript/module/contexts/index.d.ts +4 -4
  1692. package/lib/typescript/module/contexts/theme/ThemeContext.d.ts +1 -1
  1693. package/lib/typescript/module/contexts/theme/index.d.ts +1 -1
  1694. package/lib/typescript/module/contexts/toast/ToastContext.d.ts +1 -1
  1695. package/lib/typescript/module/contexts/toast/index.d.ts +2 -2
  1696. package/lib/typescript/module/helpers/breakpoint/get-token.d.ts +1 -1
  1697. package/lib/typescript/module/helpers/breakpoint/index.d.ts +1 -1
  1698. package/lib/typescript/module/helpers/color/get-color-scheme.d.ts +2 -2
  1699. package/lib/typescript/module/helpers/color/get-color-token.d.ts +2 -2
  1700. package/lib/typescript/module/helpers/color/index.d.ts +3 -3
  1701. package/lib/typescript/module/helpers/index.d.ts +2 -2
  1702. package/lib/typescript/module/hooks/breakpoint/index.d.ts +1 -1
  1703. package/lib/typescript/module/hooks/breakpoint/use.d.ts +1 -1
  1704. package/lib/typescript/module/hooks/index.d.ts +2 -2
  1705. package/lib/typescript/module/index.d.ts +9 -9
  1706. package/lib/typescript/module/providers/dialog/DialogProvider.d.ts +2 -2
  1707. package/lib/typescript/module/providers/dialog/DialogProvider.d.ts.map +1 -1
  1708. package/lib/typescript/module/providers/dialog/DialogProviderAnimationConfig.d.ts +10 -1
  1709. package/lib/typescript/module/providers/dialog/DialogProviderAnimationConfig.d.ts.map +1 -1
  1710. package/lib/typescript/module/providers/dialog/DialogProviderProps.d.ts +5 -5
  1711. package/lib/typescript/module/providers/dialog/DialogProviderRef.d.ts +1 -1
  1712. package/lib/typescript/module/providers/dialog/_controller/Controller.d.ts +2 -2
  1713. package/lib/typescript/module/providers/dialog/_controller/Controller.d.ts.map +1 -1
  1714. package/lib/typescript/module/providers/dialog/_controller/ControllerProps.d.ts +3 -2
  1715. package/lib/typescript/module/providers/dialog/_controller/ControllerProps.d.ts.map +1 -1
  1716. package/lib/typescript/module/providers/dialog/_controller/ControllerRef.d.ts +1 -1
  1717. package/lib/typescript/module/providers/dialog/_controller/_modal/Modal.d.ts +2 -2
  1718. package/lib/typescript/module/providers/dialog/_controller/_modal/Modal.d.ts.map +1 -1
  1719. package/lib/typescript/module/providers/dialog/_controller/_modal/ModalProps.d.ts +3 -3
  1720. package/lib/typescript/module/providers/dialog/_controller/_modal/ModalProps.d.ts.map +1 -1
  1721. package/lib/typescript/module/providers/dialog/_controller/_modal/ModalRef.d.ts +1 -1
  1722. package/lib/typescript/module/providers/dialog/_controller/_modal/index.d.ts +3 -3
  1723. package/lib/typescript/module/providers/dialog/_controller/_overlay/Overlay.d.ts +2 -2
  1724. package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayProps.d.ts +3 -2
  1725. package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayProps.d.ts.map +1 -1
  1726. package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayRef.d.ts +2 -2
  1727. package/lib/typescript/module/providers/dialog/_controller/_overlay/index.d.ts +3 -3
  1728. package/lib/typescript/module/providers/dialog/_controller/index.d.ts +3 -3
  1729. package/lib/typescript/module/providers/dialog/index.d.ts +4 -4
  1730. package/lib/typescript/module/providers/index.d.ts +2 -2
  1731. package/lib/typescript/module/providers/toast/ToastProvider.d.ts +2 -2
  1732. package/lib/typescript/module/providers/toast/ToastRef.d.ts +1 -1
  1733. package/lib/typescript/module/providers/toast/_overlay/Overlay.d.ts +1 -1
  1734. package/lib/typescript/module/providers/toast/_overlay/Overlay.d.ts.map +1 -1
  1735. package/lib/typescript/module/providers/toast/_overlay/OverlayRef.d.ts +1 -1
  1736. package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts +2 -2
  1737. package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts.map +1 -1
  1738. package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapperProps.d.ts +1 -1
  1739. package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/index.d.ts +3 -3
  1740. package/lib/typescript/module/providers/toast/_overlay/_gap.d.ts +2 -0
  1741. package/lib/typescript/module/providers/toast/_overlay/_gap.d.ts.map +1 -0
  1742. package/lib/typescript/module/providers/toast/_overlay/index.d.ts +2 -2
  1743. package/lib/typescript/module/providers/toast/index.d.ts +3 -3
  1744. package/lib/typescript/module/providers/toast/index.d.ts.map +1 -1
  1745. package/lib/typescript/module/style-sheets/direction-style-sheet.d.ts +12 -0
  1746. package/lib/typescript/module/style-sheets/direction-style-sheet.d.ts.map +1 -0
  1747. package/lib/typescript/module/style-sheets/display-style-sheet.d.ts +9 -0
  1748. package/lib/typescript/module/style-sheets/display-style-sheet.d.ts.map +1 -0
  1749. package/lib/typescript/module/style-sheets/flex-style-sheet.d.ts +99 -0
  1750. package/lib/typescript/module/style-sheets/flex-style-sheet.d.ts.map +1 -0
  1751. package/lib/typescript/module/style-sheets/font-style-sheet.d.ts +59 -0
  1752. package/lib/typescript/module/style-sheets/font-style-sheet.d.ts.map +1 -0
  1753. package/lib/typescript/module/style-sheets/height-style-sheet.d.ts +12 -0
  1754. package/lib/typescript/module/style-sheets/height-style-sheet.d.ts.map +1 -0
  1755. package/lib/typescript/module/style-sheets/index.d.ts +12 -0
  1756. package/lib/typescript/module/style-sheets/index.d.ts.map +1 -0
  1757. package/lib/typescript/module/style-sheets/overflow-style-sheet.d.ts +12 -0
  1758. package/lib/typescript/module/style-sheets/overflow-style-sheet.d.ts.map +1 -0
  1759. package/lib/typescript/module/style-sheets/position-style-sheet.d.ts +12 -0
  1760. package/lib/typescript/module/style-sheets/position-style-sheet.d.ts.map +1 -0
  1761. package/lib/typescript/module/style-sheets/style-sheet-obj/direction.d.ts +12 -0
  1762. package/lib/typescript/module/style-sheets/style-sheet-obj/direction.d.ts.map +1 -0
  1763. package/lib/typescript/module/style-sheets/style-sheet-obj/display.d.ts +9 -0
  1764. package/lib/typescript/module/style-sheets/style-sheet-obj/display.d.ts.map +1 -0
  1765. package/lib/typescript/module/style-sheets/style-sheet-obj/flex.d.ts +99 -0
  1766. package/lib/typescript/module/style-sheets/style-sheet-obj/flex.d.ts.map +1 -0
  1767. package/lib/typescript/module/style-sheets/style-sheet-obj/font.d.ts +59 -0
  1768. package/lib/typescript/module/style-sheets/style-sheet-obj/font.d.ts.map +1 -0
  1769. package/lib/typescript/module/style-sheets/style-sheet-obj/height.d.ts +12 -0
  1770. package/lib/typescript/module/style-sheets/style-sheet-obj/height.d.ts.map +1 -0
  1771. package/lib/typescript/module/style-sheets/style-sheet-obj/index.d.ts +10 -0
  1772. package/lib/typescript/module/style-sheets/style-sheet-obj/index.d.ts.map +1 -0
  1773. package/lib/typescript/module/style-sheets/style-sheet-obj/overflow.d.ts +12 -0
  1774. package/lib/typescript/module/style-sheets/style-sheet-obj/overflow.d.ts.map +1 -0
  1775. package/lib/typescript/module/style-sheets/style-sheet-obj/position.d.ts +12 -0
  1776. package/lib/typescript/module/style-sheets/style-sheet-obj/position.d.ts.map +1 -0
  1777. package/lib/typescript/module/style-sheets/style-sheet-obj/typography.d.ts +24 -0
  1778. package/lib/typescript/module/style-sheets/style-sheet-obj/typography.d.ts.map +1 -0
  1779. package/lib/typescript/module/style-sheets/style-sheet-obj/width.d.ts +12 -0
  1780. package/lib/typescript/module/style-sheets/style-sheet-obj/width.d.ts.map +1 -0
  1781. package/lib/typescript/module/style-sheets/typography-style-sheet.d.ts +24 -0
  1782. package/lib/typescript/module/style-sheets/typography-style-sheet.d.ts.map +1 -0
  1783. package/lib/typescript/module/style-sheets/width-style-sheet.d.ts +12 -0
  1784. package/lib/typescript/module/style-sheets/width-style-sheet.d.ts.map +1 -0
  1785. package/lib/typescript/module/types/index.d.ts +2 -2
  1786. package/lib/typescript/module/types/theme/ColorScheme.d.ts +1 -1
  1787. package/lib/typescript/module/types/theme/index.d.ts +1 -1
  1788. package/lib/typescript/tsconfig.tsbuildinfo +1 -0
  1789. package/package.json +4 -1
  1790. package/src/_internal/contexts/button-group/ButtonGroupContext.ts +25 -0
  1791. package/src/_internal/contexts/button-group/index.tsx +1 -0
  1792. package/src/_internal/contexts/global-config/GlobalConfigContext.ts +30 -0
  1793. package/src/_internal/contexts/global-config/index.ts +1 -0
  1794. package/src/_internal/contexts/in-dialog/InDialogContext.ts +7 -0
  1795. package/src/_internal/contexts/in-dialog/index.ts +1 -0
  1796. package/src/_internal/contexts/index.ts +4 -0
  1797. package/src/_internal/contexts/modal/ModalContext.ts +28 -0
  1798. package/src/_internal/contexts/modal/index.ts +1 -0
  1799. package/src/_internal/globals/breakpoint/index.ts +13 -0
  1800. package/src/_internal/globals/color-scheme/index.ts +13 -0
  1801. package/src/_internal/globals/index.ts +7 -0
  1802. package/src/_internal/helpers/index.ts +7 -0
  1803. package/src/_internal/helpers/math/clamp.ts +3 -0
  1804. package/src/_internal/helpers/math/index.ts +1 -0
  1805. package/src/_internal/helpers/modal/index.ts +1 -0
  1806. package/src/_internal/helpers/modal/is-apply-insets.ts +23 -0
  1807. package/src/_internal/hooks/index.ts +5 -0
  1808. package/src/_internal/hooks/secure-text-entry-control/UseProps.ts +4 -0
  1809. package/src/_internal/hooks/secure-text-entry-control/index.ts +2 -0
  1810. package/src/_internal/hooks/secure-text-entry-control/use.tsx +26 -0
  1811. package/src/_internal/providers/breakpoint/BreakpointProvider.tsx +42 -0
  1812. package/src/_internal/providers/breakpoint/BreakpointProviderProps.ts +3 -0
  1813. package/src/_internal/providers/breakpoint/index.tsx +2 -0
  1814. package/src/_internal/providers/global-config/GlobalConfigProvider.tsx +30 -0
  1815. package/src/_internal/providers/global-config/GlobalConfigProviderProps.ts +7 -0
  1816. package/src/_internal/providers/global-config/index.tsx +2 -0
  1817. package/src/_internal/providers/index.ts +3 -0
  1818. package/src/_internal/providers/theme/ThemeProvider.tsx +45 -0
  1819. package/src/_internal/providers/theme/ThemeProviderProps.ts +8 -0
  1820. package/src/_internal/providers/theme/index.tsx +2 -0
  1821. package/src/carbon-react-native/CarbonReactNative.tsx +41 -0
  1822. package/src/carbon-react-native/CarbonReactNativeProps.ts +7 -0
  1823. package/src/carbon-react-native/index.tsx +2 -0
  1824. package/src/carbon-style-sheet/breakpoint.ts +16 -0
  1825. package/src/carbon-style-sheet/color.ts +13 -0
  1826. package/src/carbon-style-sheet/create.ts +232 -0
  1827. package/src/carbon-style-sheet/index.tsx +51 -0
  1828. package/src/carbon-style-sheet/use.tsx +16 -0
  1829. package/src/components/accordion/Accordion.tsx +132 -0
  1830. package/src/components/accordion/AccordionHeaderProps.ts +17 -0
  1831. package/src/components/accordion/AccordionItemProps.ts +24 -0
  1832. package/src/components/accordion/AccordionItemRef.ts +10 -0
  1833. package/src/components/accordion/AccordionProps.ts +19 -0
  1834. package/src/components/accordion/AccordionRef.ts +6 -0
  1835. package/src/components/accordion/AccordionSize.ts +4 -0
  1836. package/src/components/accordion/_Header.tsx +201 -0
  1837. package/src/components/accordion/_HeaderBorder.tsx +76 -0
  1838. package/src/components/accordion/_Item.tsx +175 -0
  1839. package/src/components/accordion/_ItemRefBase.ts +7 -0
  1840. package/src/components/accordion/_chevron/Chevron.tsx +97 -0
  1841. package/src/components/accordion/_chevron/ChevronProps.ts +10 -0
  1842. package/src/components/accordion/_chevron/index.ts +2 -0
  1843. package/src/components/accordion/_context.ts +20 -0
  1844. package/src/components/accordion/_motion.ts +27 -0
  1845. package/src/components/accordion/_styles.ts +24 -0
  1846. package/src/components/accordion/index.ts +7 -0
  1847. package/src/components/box/Box.tsx +57 -0
  1848. package/src/components/box/BoxProps.ts +6 -0
  1849. package/src/components/box/BoxRef.ts +6 -0
  1850. package/src/components/box/index.ts +3 -0
  1851. package/src/components/button/Size.ts +7 -0
  1852. package/src/components/button/base/Base.tsx +323 -0
  1853. package/src/components/button/base/BaseProps.ts +60 -0
  1854. package/src/components/button/base/BaseRef.ts +6 -0
  1855. package/src/components/button/base/index.tsx +3 -0
  1856. package/src/components/button/base-color/BaseColor.tsx +289 -0
  1857. package/src/components/button/base-color/BaseColorProps.ts +32 -0
  1858. package/src/components/button/base-color/BaseColorRef.ts +6 -0
  1859. package/src/components/button/base-color/BaseColorState.ts +6 -0
  1860. package/src/components/button/base-color/index.tsx +4 -0
  1861. package/src/components/button/ghost/Ghost.tsx +165 -0
  1862. package/src/components/button/ghost/GhostProps.ts +10 -0
  1863. package/src/components/button/ghost/GhostRef.ts +6 -0
  1864. package/src/components/button/ghost/index.tsx +3 -0
  1865. package/src/components/button/ghost-danger/GhostDanger.tsx +165 -0
  1866. package/src/components/button/ghost-danger/GhostDangerProps.ts +10 -0
  1867. package/src/components/button/ghost-danger/GhostDangerRef.ts +6 -0
  1868. package/src/components/button/ghost-danger/index.tsx +3 -0
  1869. package/src/components/button/ghost-icon/GhostIcon.tsx +127 -0
  1870. package/src/components/button/ghost-icon/GhostIconProps.ts +17 -0
  1871. package/src/components/button/ghost-icon/GhostIconRef.ts +6 -0
  1872. package/src/components/button/ghost-icon/index.tsx +3 -0
  1873. package/src/components/button/index.tsx +11 -0
  1874. package/src/components/button/primary/Primary.tsx +140 -0
  1875. package/src/components/button/primary/PrimaryProps.ts +11 -0
  1876. package/src/components/button/primary/PrimaryRef.ts +6 -0
  1877. package/src/components/button/primary/index.tsx +3 -0
  1878. package/src/components/button/primary-danger/PrimaryDanger.tsx +140 -0
  1879. package/src/components/button/primary-danger/PrimaryDangerProps.ts +12 -0
  1880. package/src/components/button/primary-danger/PrimaryDangerRef.ts +6 -0
  1881. package/src/components/button/primary-danger/index.tsx +3 -0
  1882. package/src/components/button/secondary/Secondary.tsx +140 -0
  1883. package/src/components/button/secondary/SecondaryProps.ts +12 -0
  1884. package/src/components/button/secondary/SecondaryRef.ts +6 -0
  1885. package/src/components/button/secondary/index.tsx +3 -0
  1886. package/src/components/button/tertiary/Tertiary.tsx +157 -0
  1887. package/src/components/button/tertiary/TertiaryProps.ts +12 -0
  1888. package/src/components/button/tertiary/TertiaryRef.ts +6 -0
  1889. package/src/components/button/tertiary/index.tsx +3 -0
  1890. package/src/components/button/tertiary-danger/TertiaryDanger.tsx +157 -0
  1891. package/src/components/button/tertiary-danger/TertiaryDangerProps.ts +12 -0
  1892. package/src/components/button/tertiary-danger/TertiaryDangerRef.ts +6 -0
  1893. package/src/components/button/tertiary-danger/index.tsx +3 -0
  1894. package/src/components/button-group/ButtonGroup.tsx +145 -0
  1895. package/src/components/button-group/ButtonGroupProps.ts +37 -0
  1896. package/src/components/button-group/ButtonGroupRef.ts +6 -0
  1897. package/src/components/button-group/index.ts +3 -0
  1898. package/src/components/checkbox/Checkbox.tsx +217 -0
  1899. package/src/components/checkbox/CheckboxProps.ts +41 -0
  1900. package/src/components/checkbox/CheckboxRef.ts +10 -0
  1901. package/src/components/checkbox/_RefBase.ts +11 -0
  1902. package/src/components/checkbox/index.ts +3 -0
  1903. package/src/components/checkbox-group/CheckboxGroup.tsx +209 -0
  1904. package/src/components/checkbox-group/CheckboxGroupHelperTextMode.ts +4 -0
  1905. package/src/components/checkbox-group/CheckboxGroupProps.ts +28 -0
  1906. package/src/components/checkbox-group/CheckboxGroupRef.ts +6 -0
  1907. package/src/components/checkbox-group/index.ts +4 -0
  1908. package/src/components/checkbox-input/CheckboxInput.tsx +341 -0
  1909. package/src/components/checkbox-input/CheckboxInputInteractiveState.ts +6 -0
  1910. package/src/components/checkbox-input/CheckboxInputProps.ts +27 -0
  1911. package/src/components/checkbox-input/CheckboxInputRef.ts +11 -0
  1912. package/src/components/checkbox-input/CheckboxInputState.ts +6 -0
  1913. package/src/components/checkbox-input/_RefBase.ts +11 -0
  1914. package/src/components/checkbox-input/index.ts +5 -0
  1915. package/src/components/collapsible/Collapsible.tsx +275 -0
  1916. package/src/components/collapsible/CollapsibleProps.ts +17 -0
  1917. package/src/components/collapsible/CollapsibleRef.ts +11 -0
  1918. package/src/components/collapsible/_RefBase.ts +6 -0
  1919. package/src/components/collapsible/index.ts +3 -0
  1920. package/src/components/form-helper-text/FormHelperText.tsx +100 -0
  1921. package/src/components/form-helper-text/FormHelperTextProps.ts +15 -0
  1922. package/src/components/form-helper-text/FormHelperTextRef.ts +6 -0
  1923. package/src/components/form-helper-text/index.tsx +3 -0
  1924. package/src/components/form-label/FormLabel.tsx +75 -0
  1925. package/src/components/form-label/FormLabelProps.ts +17 -0
  1926. package/src/components/form-label/FormLabelRef.ts +6 -0
  1927. package/src/components/form-label/index.ts +3 -0
  1928. package/src/components/icon/Icon.tsx +48 -0
  1929. package/src/components/icon/IconProps.ts +11 -0
  1930. package/src/components/icon/index.tsx +2 -0
  1931. package/src/components/index.ts +38 -0
  1932. package/src/components/inline-loading/InlineLoading.tsx +136 -0
  1933. package/src/components/inline-loading/InlineLoadingProps.ts +24 -0
  1934. package/src/components/inline-loading/InlineLoadingRef.ts +6 -0
  1935. package/src/components/inline-loading/InlineLoadingState.ts +5 -0
  1936. package/src/components/inline-loading/index.ts +4 -0
  1937. package/src/components/layer/Layer.tsx +87 -0
  1938. package/src/components/layer/LayerContext.ts +9 -0
  1939. package/src/components/layer/LayerProps.ts +16 -0
  1940. package/src/components/layer/LayerRef.ts +6 -0
  1941. package/src/components/layer/index.ts +4 -0
  1942. package/src/components/loading/Loading.tsx +116 -0
  1943. package/src/components/loading/LoadingProps.ts +14 -0
  1944. package/src/components/loading/LoadingRef.ts +4 -0
  1945. package/src/components/loading/LoadingType.ts +3 -0
  1946. package/src/components/loading/_circular-progress/CircularProgress.tsx +113 -0
  1947. package/src/components/loading/_circular-progress/CircularProgressProps.ts +18 -0
  1948. package/src/components/loading/_circular-progress/index.ts +2 -0
  1949. package/src/components/loading/_map-circle-background-color.ts +26 -0
  1950. package/src/components/loading/_map-circle-stroke-color.ts +13 -0
  1951. package/src/components/loading/index.ts +4 -0
  1952. package/src/components/modal/Modal.tsx +462 -0
  1953. package/src/components/modal/ModalProps.ts +61 -0
  1954. package/src/components/modal/ModalRef.ts +6 -0
  1955. package/src/components/modal/ModalSize.ts +5 -0
  1956. package/src/components/modal/index.ts +4 -0
  1957. package/src/components/modal-content/ModalContent.tsx +204 -0
  1958. package/src/components/modal-content/ModalContentProps.ts +7 -0
  1959. package/src/components/modal-content/ModalContentRef.ts +6 -0
  1960. package/src/components/modal-content/index.ts +3 -0
  1961. package/src/components/notification/NotificationColor.ts +3 -0
  1962. package/src/components/notification/_VariantContextProvider.tsx +39 -0
  1963. package/src/components/notification/_status-hooks/_base/UseBaseData.ts +11 -0
  1964. package/src/components/notification/_status-hooks/_base/UseBaseProps.ts +21 -0
  1965. package/src/components/notification/_status-hooks/_base/index.tsx +3 -0
  1966. package/src/components/notification/_status-hooks/_base/useBase.tsx +77 -0
  1967. package/src/components/notification/_status-hooks/error/UseErrorData.ts +11 -0
  1968. package/src/components/notification/_status-hooks/error/UseErrorProps.ts +8 -0
  1969. package/src/components/notification/_status-hooks/error/index.tsx +3 -0
  1970. package/src/components/notification/_status-hooks/error/useError.tsx +122 -0
  1971. package/src/components/notification/_status-hooks/index.tsx +4 -0
  1972. package/src/components/notification/_status-hooks/informational/UseInformationalData.ts +11 -0
  1973. package/src/components/notification/_status-hooks/informational/UseInformationalProps.ts +8 -0
  1974. package/src/components/notification/_status-hooks/informational/index.tsx +3 -0
  1975. package/src/components/notification/_status-hooks/informational/useInformational.tsx +122 -0
  1976. package/src/components/notification/_status-hooks/success/UseSuccessData.ts +11 -0
  1977. package/src/components/notification/_status-hooks/success/UseSuccessProps.ts +8 -0
  1978. package/src/components/notification/_status-hooks/success/index.tsx +3 -0
  1979. package/src/components/notification/_status-hooks/success/useSuccess.tsx +122 -0
  1980. package/src/components/notification/_status-hooks/warning/UseWarningData.ts +11 -0
  1981. package/src/components/notification/_status-hooks/warning/UseWarningProps.ts +8 -0
  1982. package/src/components/notification/_status-hooks/warning/index.tsx +3 -0
  1983. package/src/components/notification/_status-hooks/warning/useWarning.tsx +122 -0
  1984. package/src/components/notification/_variant-context.ts +15 -0
  1985. package/src/components/notification/_variants/_ButtonGhost.tsx +73 -0
  1986. package/src/components/notification/_variants/_ButtonTertiary.tsx +73 -0
  1987. package/src/components/notification/_variants/actionable/ActionableVariant.tsx +69 -0
  1988. package/src/components/notification/_variants/actionable/ActionableVariantProps.ts +44 -0
  1989. package/src/components/notification/_variants/actionable/ActionableVariantRef.ts +6 -0
  1990. package/src/components/notification/_variants/actionable/index.ts +3 -0
  1991. package/src/components/notification/_variants/callout/CalloutVariant.tsx +58 -0
  1992. package/src/components/notification/_variants/callout/CalloutVariantProps.ts +24 -0
  1993. package/src/components/notification/_variants/callout/CalloutVariantRef.ts +6 -0
  1994. package/src/components/notification/_variants/callout/index.ts +3 -0
  1995. package/src/components/notification/_variants/index.ts +3 -0
  1996. package/src/components/notification/_variants/toast/ToastVariant.tsx +115 -0
  1997. package/src/components/notification/_variants/toast/ToastVariantProps.ts +29 -0
  1998. package/src/components/notification/_variants/toast/ToastVariantRef.ts +6 -0
  1999. package/src/components/notification/_variants/toast/index.ts +3 -0
  2000. package/src/components/notification/actionable/error/Error.tsx +78 -0
  2001. package/src/components/notification/actionable/error/ErrorProps.ts +14 -0
  2002. package/src/components/notification/actionable/error/ErrorRef.ts +6 -0
  2003. package/src/components/notification/actionable/error/index.ts +3 -0
  2004. package/src/components/notification/actionable/index.ts +4 -0
  2005. package/src/components/notification/actionable/informational/Informational.tsx +78 -0
  2006. package/src/components/notification/actionable/informational/InformationalProps.ts +14 -0
  2007. package/src/components/notification/actionable/informational/InformationalRef.ts +6 -0
  2008. package/src/components/notification/actionable/informational/index.ts +3 -0
  2009. package/src/components/notification/actionable/success/Success.tsx +78 -0
  2010. package/src/components/notification/actionable/success/SuccessProps.ts +14 -0
  2011. package/src/components/notification/actionable/success/SuccessRef.ts +6 -0
  2012. package/src/components/notification/actionable/success/index.ts +3 -0
  2013. package/src/components/notification/actionable/warning/Warning.tsx +78 -0
  2014. package/src/components/notification/actionable/warning/WarningProps.ts +14 -0
  2015. package/src/components/notification/actionable/warning/WarningRef.ts +6 -0
  2016. package/src/components/notification/actionable/warning/index.ts +3 -0
  2017. package/src/components/notification/base/Base.tsx +292 -0
  2018. package/src/components/notification/base/BaseProps.ts +59 -0
  2019. package/src/components/notification/base/BaseRef.ts +6 -0
  2020. package/src/components/notification/base/index.ts +3 -0
  2021. package/src/components/notification/callout/error/Error.tsx +78 -0
  2022. package/src/components/notification/callout/error/ErrorProps.ts +14 -0
  2023. package/src/components/notification/callout/error/ErrorRef.ts +6 -0
  2024. package/src/components/notification/callout/error/index.ts +3 -0
  2025. package/src/components/notification/callout/index.ts +4 -0
  2026. package/src/components/notification/callout/informational/Informational.tsx +78 -0
  2027. package/src/components/notification/callout/informational/InformationalProps.ts +14 -0
  2028. package/src/components/notification/callout/informational/InformationalRef.ts +6 -0
  2029. package/src/components/notification/callout/informational/index.ts +3 -0
  2030. package/src/components/notification/callout/success/Success.tsx +78 -0
  2031. package/src/components/notification/callout/success/SuccessProps.ts +14 -0
  2032. package/src/components/notification/callout/success/SuccessRef.ts +6 -0
  2033. package/src/components/notification/callout/success/index.ts +3 -0
  2034. package/src/components/notification/callout/warning/Warning.tsx +78 -0
  2035. package/src/components/notification/callout/warning/WarningProps.ts +14 -0
  2036. package/src/components/notification/callout/warning/WarningRef.ts +6 -0
  2037. package/src/components/notification/callout/warning/index.ts +3 -0
  2038. package/src/components/notification/index.ts +14 -0
  2039. package/src/components/notification/subtitle/Subtitle.tsx +75 -0
  2040. package/src/components/notification/subtitle/SubtitleProps.ts +6 -0
  2041. package/src/components/notification/subtitle/SubtitleRef.ts +6 -0
  2042. package/src/components/notification/subtitle/index.ts +3 -0
  2043. package/src/components/notification/subtitle-link/SubtitleLink.tsx +74 -0
  2044. package/src/components/notification/subtitle-link/SubtitleLinkProps.ts +6 -0
  2045. package/src/components/notification/subtitle-link/SubtitleLinkRef.ts +6 -0
  2046. package/src/components/notification/subtitle-link/index.ts +3 -0
  2047. package/src/components/notification/toast/error/Error.tsx +78 -0
  2048. package/src/components/notification/toast/error/ErrorProps.ts +14 -0
  2049. package/src/components/notification/toast/error/ErrorRef.ts +6 -0
  2050. package/src/components/notification/toast/error/index.ts +3 -0
  2051. package/src/components/notification/toast/index.ts +4 -0
  2052. package/src/components/notification/toast/informational/Informational.tsx +78 -0
  2053. package/src/components/notification/toast/informational/InformationalProps.ts +14 -0
  2054. package/src/components/notification/toast/informational/InformationalRef.ts +6 -0
  2055. package/src/components/notification/toast/informational/index.ts +3 -0
  2056. package/src/components/notification/toast/success/Success.tsx +78 -0
  2057. package/src/components/notification/toast/success/SuccessProps.ts +14 -0
  2058. package/src/components/notification/toast/success/SuccessRef.ts +6 -0
  2059. package/src/components/notification/toast/success/index.ts +3 -0
  2060. package/src/components/notification/toast/warning/Warning.tsx +78 -0
  2061. package/src/components/notification/toast/warning/WarningProps.ts +14 -0
  2062. package/src/components/notification/toast/warning/WarningRef.ts +6 -0
  2063. package/src/components/notification/toast/warning/index.ts +3 -0
  2064. package/src/components/password-input/PasswordInput.tsx +61 -0
  2065. package/src/components/password-input/PasswordInputProps.ts +6 -0
  2066. package/src/components/password-input/PasswordInputRef.ts +6 -0
  2067. package/src/components/password-input/index.ts +3 -0
  2068. package/src/components/password-input-field/PasswordInputField.tsx +61 -0
  2069. package/src/components/password-input-field/PasswordInputFieldProps.ts +6 -0
  2070. package/src/components/password-input-field/PasswordInputFieldRef.tsx +6 -0
  2071. package/src/components/password-input-field/_ghost-icon/GhostIcon.tsx +71 -0
  2072. package/src/components/password-input-field/_ghost-icon/GhostIconProps.ts +12 -0
  2073. package/src/components/password-input-field/_ghost-icon/GhostIconRef.ts +6 -0
  2074. package/src/components/password-input-field/_ghost-icon/index.ts +3 -0
  2075. package/src/components/password-input-field/index.ts +3 -0
  2076. package/src/components/password-input-fluid/PasswordInputFluid.tsx +59 -0
  2077. package/src/components/password-input-fluid/PasswordInputFluidProps.ts +6 -0
  2078. package/src/components/password-input-fluid/PasswordInputFluidRef.ts +6 -0
  2079. package/src/components/password-input-fluid/index.ts +3 -0
  2080. package/src/components/radio-button/RadioButton.tsx +221 -0
  2081. package/src/components/radio-button/RadioButtonProps.ts +44 -0
  2082. package/src/components/radio-button/RadioButtonRef.ts +10 -0
  2083. package/src/components/radio-button/_RefBase.ts +11 -0
  2084. package/src/components/radio-button/index.ts +3 -0
  2085. package/src/components/radio-button-group/RadioButtonGroup.tsx +250 -0
  2086. package/src/components/radio-button-group/RadioButtonGroupHelperTextMode.ts +4 -0
  2087. package/src/components/radio-button-group/RadioButtonGroupItemProps.ts +10 -0
  2088. package/src/components/radio-button-group/RadioButtonGroupItemRef.ts +6 -0
  2089. package/src/components/radio-button-group/RadioButtonGroupProps.ts +35 -0
  2090. package/src/components/radio-button-group/RadioButtonGroupRef.ts +10 -0
  2091. package/src/components/radio-button-group/_Item.tsx +101 -0
  2092. package/src/components/radio-button-group/_RefBase.ts +11 -0
  2093. package/src/components/radio-button-group/_item-context.tsx +18 -0
  2094. package/src/components/radio-button-group/index.ts +6 -0
  2095. package/src/components/radio-button-input/RadioButtonInput.tsx +296 -0
  2096. package/src/components/radio-button-input/RadioButtonInputInteractiveState.ts +6 -0
  2097. package/src/components/radio-button-input/RadioButtonInputProps.ts +25 -0
  2098. package/src/components/radio-button-input/RadioButtonInputRef.ts +10 -0
  2099. package/src/components/radio-button-input/_RefBase.ts +7 -0
  2100. package/src/components/radio-button-input/index.ts +4 -0
  2101. package/src/components/switch/Switch.tsx +487 -0
  2102. package/src/components/switch/SwitchProps.ts +38 -0
  2103. package/src/components/switch/SwitchRef.ts +10 -0
  2104. package/src/components/switch/SwitchSize.ts +4 -0
  2105. package/src/components/switch/SwitchState.ts +4 -0
  2106. package/src/components/switch/_RefBase.ts +7 -0
  2107. package/src/components/switch/index.ts +5 -0
  2108. package/src/components/text/Text.tsx +137 -0
  2109. package/src/components/text/TextProps.ts +20 -0
  2110. package/src/components/text/TextRef.ts +6 -0
  2111. package/src/components/text/index.ts +3 -0
  2112. package/src/components/text-area/TextArea.tsx +264 -0
  2113. package/src/components/text-area/TextAreaProps.ts +13 -0
  2114. package/src/components/text-area/TextAreaRef.ts +10 -0
  2115. package/src/components/text-area/_TextAreaRefBase.ts +7 -0
  2116. package/src/components/text-area/index.ts +3 -0
  2117. package/src/components/text-area-field/TextAreaField.tsx +75 -0
  2118. package/src/components/text-area-field/TextAreaFieldInteractiveState.ts +5 -0
  2119. package/src/components/text-area-field/TextAreaFieldProps.ts +6 -0
  2120. package/src/components/text-area-field/TextAreaFieldRef.ts +6 -0
  2121. package/src/components/text-area-field/index.ts +4 -0
  2122. package/src/components/text-area-fluid/TextAreaFluid.tsx +157 -0
  2123. package/src/components/text-area-fluid/TextAreaFluidProps.ts +13 -0
  2124. package/src/components/text-area-fluid/TextAreaFluidRef.ts +6 -0
  2125. package/src/components/text-area-fluid/index.ts +3 -0
  2126. package/src/components/text-input/TextInput.tsx +274 -0
  2127. package/src/components/text-input/TextInputProps.ts +11 -0
  2128. package/src/components/text-input/TextInputRef.ts +10 -0
  2129. package/src/components/text-input/TextInputSize.ts +5 -0
  2130. package/src/components/text-input/_TextInputRefBase.ts +7 -0
  2131. package/src/components/text-input/index.ts +4 -0
  2132. package/src/components/text-input-field/TextInputField.tsx +469 -0
  2133. package/src/components/text-input-field/TextInputFieldInteractiveState.ts +6 -0
  2134. package/src/components/text-input-field/TextInputFieldProps.ts +31 -0
  2135. package/src/components/text-input-field/TextInputFieldRef.ts +8 -0
  2136. package/src/components/text-input-field/TextInputFieldSize.ts +4 -0
  2137. package/src/components/text-input-field/_rn-text-input/RNTextInput.tsx +161 -0
  2138. package/src/components/text-input-field/_rn-text-input/RNTextInputProps.ts +11 -0
  2139. package/src/components/text-input-field/_rn-text-input/RNTextInputRef.ts +6 -0
  2140. package/src/components/text-input-field/_rn-text-input/index.ts +3 -0
  2141. package/src/components/text-input-field/index.ts +5 -0
  2142. package/src/components/text-input-fluid/TextInputFluid.tsx +170 -0
  2143. package/src/components/text-input-fluid/TextInputFluidProps.ts +12 -0
  2144. package/src/components/text-input-fluid/TextInputFluidRef.ts +6 -0
  2145. package/src/components/text-input-fluid/index.ts +3 -0
  2146. package/src/components/toggle/State.ts +5 -0
  2147. package/src/components/toggle/base/Base.tsx +307 -0
  2148. package/src/components/toggle/base/BaseProps.ts +54 -0
  2149. package/src/components/toggle/base/BaseRef.ts +10 -0
  2150. package/src/components/toggle/base/_RefBase.ts +11 -0
  2151. package/src/components/toggle/base/index.ts +3 -0
  2152. package/src/components/toggle/default/Default.tsx +38 -0
  2153. package/src/components/toggle/default/DefaultProps.ts +9 -0
  2154. package/src/components/toggle/default/DefaultRef.ts +6 -0
  2155. package/src/components/toggle/default/index.ts +3 -0
  2156. package/src/components/toggle/index.ts +4 -0
  2157. package/src/components/toggle/small/Small.tsx +38 -0
  2158. package/src/components/toggle/small/SmallProps.ts +7 -0
  2159. package/src/components/toggle/small/SmallRef.ts +6 -0
  2160. package/src/components/toggle/small/index.ts +3 -0
  2161. package/src/const/dialog-animation-configs/carbon-react.ts +58 -0
  2162. package/src/const/dialog-animation-configs/fade-bottom-up-2.ts +41 -0
  2163. package/src/const/dialog-animation-configs/fade-bottom-up.ts +41 -0
  2164. package/src/const/dialog-animation-configs/index.ts +3 -0
  2165. package/src/const/index.ts +5 -0
  2166. package/src/contexts/breakpoint/BreakpointContext.ts +19 -0
  2167. package/src/contexts/breakpoint/index.ts +1 -0
  2168. package/src/contexts/dialog/DialogContext.ts +27 -0
  2169. package/src/contexts/dialog/DialogData.ts +27 -0
  2170. package/src/contexts/dialog/DialogType.ts +7 -0
  2171. package/src/contexts/dialog/index.ts +2 -0
  2172. package/src/contexts/index.ts +4 -0
  2173. package/src/contexts/theme/ThemeContext.ts +24 -0
  2174. package/src/contexts/theme/index.ts +1 -0
  2175. package/src/contexts/toast/ToastContext.ts +24 -0
  2176. package/src/contexts/toast/ToastContextShowConfig.ts +6 -0
  2177. package/src/contexts/toast/index.ts +2 -0
  2178. package/src/helpers/breakpoint/get-token.ts +20 -0
  2179. package/src/helpers/breakpoint/index.ts +1 -0
  2180. package/src/helpers/color/get-color-scheme.ts +19 -0
  2181. package/src/helpers/color/get-color-token.ts +23 -0
  2182. package/src/helpers/color/hex-to-rgba.ts +11 -0
  2183. package/src/helpers/color/index.ts +3 -0
  2184. package/src/helpers/index.ts +7 -0
  2185. package/src/hooks/breakpoint/index.tsx +1 -0
  2186. package/src/hooks/breakpoint/use.tsx +30 -0
  2187. package/src/hooks/index.tsx +9 -0
  2188. package/src/index.ts +9 -0
  2189. package/src/providers/dialog/DialogProvider.tsx +189 -0
  2190. package/src/providers/dialog/DialogProviderAnimationConfig.ts +60 -0
  2191. package/src/providers/dialog/DialogProviderProps.ts +28 -0
  2192. package/src/providers/dialog/DialogProviderRef.ts +6 -0
  2193. package/src/providers/dialog/_controller/Controller.tsx +214 -0
  2194. package/src/providers/dialog/_controller/ControllerProps.ts +13 -0
  2195. package/src/providers/dialog/_controller/ControllerRef.ts +6 -0
  2196. package/src/providers/dialog/_controller/_modal/Modal.tsx +144 -0
  2197. package/src/providers/dialog/_controller/_modal/ModalProps.ts +11 -0
  2198. package/src/providers/dialog/_controller/_modal/ModalRef.ts +8 -0
  2199. package/src/providers/dialog/_controller/_modal/_Interpolation.ts +9 -0
  2200. package/src/providers/dialog/_controller/_modal/index.ts +3 -0
  2201. package/src/providers/dialog/_controller/_overlay/Overlay.tsx +132 -0
  2202. package/src/providers/dialog/_controller/_overlay/OverlayProps.ts +10 -0
  2203. package/src/providers/dialog/_controller/_overlay/OverlayRef.ts +10 -0
  2204. package/src/providers/dialog/_controller/_overlay/_OverlayRefBase.ts +3 -0
  2205. package/src/providers/dialog/_controller/_overlay/index.ts +3 -0
  2206. package/src/providers/dialog/_controller/index.ts +3 -0
  2207. package/src/providers/dialog/index.ts +4 -0
  2208. package/src/providers/index.ts +2 -0
  2209. package/src/providers/toast/ToastProvider.tsx +73 -0
  2210. package/src/providers/toast/ToastProviderProps.ts +3 -0
  2211. package/src/providers/toast/ToastRef.ts +6 -0
  2212. package/src/providers/toast/_overlay/Overlay.tsx +207 -0
  2213. package/src/providers/toast/_overlay/OverlayRef.ts +6 -0
  2214. package/src/providers/toast/_overlay/_component-wrapper/ComponentWrapper.tsx +180 -0
  2215. package/src/providers/toast/_overlay/_component-wrapper/ComponentWrapperProps.ts +8 -0
  2216. package/src/providers/toast/_overlay/_component-wrapper/ComponentWrapperRef.ts +6 -0
  2217. package/src/providers/toast/_overlay/_component-wrapper/index.ts +3 -0
  2218. package/src/providers/toast/_overlay/_gap.ts +5 -0
  2219. package/src/providers/toast/_overlay/index.ts +2 -0
  2220. package/src/providers/toast/index.ts +3 -0
  2221. package/src/style-sheets/direction-style-sheet.ts +9 -0
  2222. package/src/style-sheets/display-style-sheet.ts +9 -0
  2223. package/src/style-sheets/flex-style-sheet.ts +9 -0
  2224. package/src/style-sheets/font-style-sheet.ts +9 -0
  2225. package/src/style-sheets/height-style-sheet.ts +9 -0
  2226. package/src/style-sheets/index.ts +15 -0
  2227. package/src/style-sheets/overflow-style-sheet.ts +9 -0
  2228. package/src/style-sheets/position-style-sheet.ts +9 -0
  2229. package/src/style-sheets/style-sheet-obj/direction.ts +15 -0
  2230. package/src/style-sheets/style-sheet-obj/display.ts +12 -0
  2231. package/src/style-sheets/style-sheet-obj/flex.ts +102 -0
  2232. package/src/style-sheets/style-sheet-obj/font.ts +62 -0
  2233. package/src/style-sheets/style-sheet-obj/height.ts +15 -0
  2234. package/src/style-sheets/style-sheet-obj/index.ts +9 -0
  2235. package/src/style-sheets/style-sheet-obj/overflow.ts +15 -0
  2236. package/src/style-sheets/style-sheet-obj/position.ts +15 -0
  2237. package/src/style-sheets/style-sheet-obj/typography.ts +31 -0
  2238. package/src/style-sheets/style-sheet-obj/width.ts +15 -0
  2239. package/src/style-sheets/typography-style-sheet.ts +9 -0
  2240. package/src/style-sheets/width-style-sheet.ts +9 -0
  2241. package/src/types/index.ts +7 -0
  2242. package/src/types/shared.ts +1 -0
  2243. package/src/types/theme/ColorScheme.ts +1 -0
  2244. package/src/types/theme/index.ts +1 -0
  2245. package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +0 -25
  2246. package/lib/commonjs/_internal/style-sheets/common-style-sheet.js.map +0 -1
  2247. package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js +0 -88
  2248. package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js.map +0 -1
  2249. package/lib/commonjs/_internal/style-sheets/index.js +0 -39
  2250. package/lib/commonjs/_internal/style-sheets/index.js.map +0 -1
  2251. package/lib/commonjs/_internal/style-sheets/text-style-sheet.js +0 -66
  2252. package/lib/commonjs/_internal/style-sheets/text-style-sheet.js.map +0 -1
  2253. package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js +0 -2
  2254. package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js.map +0 -1
  2255. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -41
  2256. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
  2257. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -6
  2258. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
  2259. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -6
  2260. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
  2261. package/lib/commonjs/components/notification/_variants/actionable-inline/index.js +0 -39
  2262. package/lib/commonjs/components/notification/_variants/actionable-inline/index.js.map +0 -1
  2263. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -35
  2264. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
  2265. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -6
  2266. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
  2267. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -6
  2268. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
  2269. package/lib/commonjs/components/notification/_variants/callout-inline/index.js +0 -39
  2270. package/lib/commonjs/components/notification/_variants/callout-inline/index.js.map +0 -1
  2271. package/lib/commonjs/components/notification/actionable-inline/error/Error.js +0 -48
  2272. package/lib/commonjs/components/notification/actionable-inline/error/Error.js.map +0 -1
  2273. package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js +0 -6
  2274. package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
  2275. package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js +0 -6
  2276. package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
  2277. package/lib/commonjs/components/notification/actionable-inline/error/index.js +0 -39
  2278. package/lib/commonjs/components/notification/actionable-inline/error/index.js.map +0 -1
  2279. package/lib/commonjs/components/notification/actionable-inline/index.js +0 -50
  2280. package/lib/commonjs/components/notification/actionable-inline/index.js.map +0 -1
  2281. package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js +0 -48
  2282. package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js.map +0 -1
  2283. package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js +0 -6
  2284. package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
  2285. package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js +0 -6
  2286. package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
  2287. package/lib/commonjs/components/notification/actionable-inline/informational/index.js +0 -39
  2288. package/lib/commonjs/components/notification/actionable-inline/informational/index.js.map +0 -1
  2289. package/lib/commonjs/components/notification/actionable-inline/success/Success.js +0 -48
  2290. package/lib/commonjs/components/notification/actionable-inline/success/Success.js.map +0 -1
  2291. package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js +0 -6
  2292. package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
  2293. package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js +0 -6
  2294. package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
  2295. package/lib/commonjs/components/notification/actionable-inline/success/index.js +0 -39
  2296. package/lib/commonjs/components/notification/actionable-inline/success/index.js.map +0 -1
  2297. package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js +0 -48
  2298. package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js.map +0 -1
  2299. package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js +0 -6
  2300. package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
  2301. package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js +0 -6
  2302. package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
  2303. package/lib/commonjs/components/notification/actionable-inline/warning/index.js +0 -39
  2304. package/lib/commonjs/components/notification/actionable-inline/warning/index.js.map +0 -1
  2305. package/lib/commonjs/components/notification/callout-inline/error/Error.js +0 -48
  2306. package/lib/commonjs/components/notification/callout-inline/error/Error.js.map +0 -1
  2307. package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js +0 -6
  2308. package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
  2309. package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js +0 -6
  2310. package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
  2311. package/lib/commonjs/components/notification/callout-inline/error/index.js +0 -39
  2312. package/lib/commonjs/components/notification/callout-inline/error/index.js.map +0 -1
  2313. package/lib/commonjs/components/notification/callout-inline/index.js +0 -50
  2314. package/lib/commonjs/components/notification/callout-inline/index.js.map +0 -1
  2315. package/lib/commonjs/components/notification/callout-inline/informational/Informational.js +0 -48
  2316. package/lib/commonjs/components/notification/callout-inline/informational/Informational.js.map +0 -1
  2317. package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js +0 -6
  2318. package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
  2319. package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js +0 -6
  2320. package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
  2321. package/lib/commonjs/components/notification/callout-inline/informational/index.js +0 -39
  2322. package/lib/commonjs/components/notification/callout-inline/informational/index.js.map +0 -1
  2323. package/lib/commonjs/components/notification/callout-inline/success/Success.js +0 -48
  2324. package/lib/commonjs/components/notification/callout-inline/success/Success.js.map +0 -1
  2325. package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js +0 -6
  2326. package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
  2327. package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js +0 -6
  2328. package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
  2329. package/lib/commonjs/components/notification/callout-inline/success/index.js +0 -39
  2330. package/lib/commonjs/components/notification/callout-inline/success/index.js.map +0 -1
  2331. package/lib/commonjs/components/notification/callout-inline/warning/Warning.js +0 -48
  2332. package/lib/commonjs/components/notification/callout-inline/warning/Warning.js.map +0 -1
  2333. package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js +0 -6
  2334. package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
  2335. package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js +0 -6
  2336. package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
  2337. package/lib/commonjs/components/notification/callout-inline/warning/index.js +0 -39
  2338. package/lib/commonjs/components/notification/callout-inline/warning/index.js.map +0 -1
  2339. package/lib/module/_internal/style-sheets/common-style-sheet.js +0 -21
  2340. package/lib/module/_internal/style-sheets/common-style-sheet.js.map +0 -1
  2341. package/lib/module/_internal/style-sheets/flex-style-sheet.js +0 -84
  2342. package/lib/module/_internal/style-sheets/flex-style-sheet.js.map +0 -1
  2343. package/lib/module/_internal/style-sheets/index.js +0 -6
  2344. package/lib/module/_internal/style-sheets/index.js.map +0 -1
  2345. package/lib/module/_internal/style-sheets/text-style-sheet.js +0 -62
  2346. package/lib/module/_internal/style-sheets/text-style-sheet.js.map +0 -1
  2347. package/lib/module/components/checkbox-input/CheckboxInputValue.js +0 -2
  2348. package/lib/module/components/checkbox-input/CheckboxInputValue.js.map +0 -1
  2349. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -37
  2350. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
  2351. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -4
  2352. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
  2353. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -4
  2354. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
  2355. package/lib/module/components/notification/_variants/actionable-inline/index.js +0 -6
  2356. package/lib/module/components/notification/_variants/actionable-inline/index.js.map +0 -1
  2357. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -31
  2358. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
  2359. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -4
  2360. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
  2361. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -4
  2362. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
  2363. package/lib/module/components/notification/_variants/callout-inline/index.js +0 -6
  2364. package/lib/module/components/notification/_variants/callout-inline/index.js.map +0 -1
  2365. package/lib/module/components/notification/actionable-inline/error/Error.js +0 -44
  2366. package/lib/module/components/notification/actionable-inline/error/Error.js.map +0 -1
  2367. package/lib/module/components/notification/actionable-inline/error/ErrorProps.js +0 -4
  2368. package/lib/module/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
  2369. package/lib/module/components/notification/actionable-inline/error/ErrorRef.js +0 -4
  2370. package/lib/module/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
  2371. package/lib/module/components/notification/actionable-inline/error/index.js +0 -6
  2372. package/lib/module/components/notification/actionable-inline/error/index.js.map +0 -1
  2373. package/lib/module/components/notification/actionable-inline/index.js +0 -7
  2374. package/lib/module/components/notification/actionable-inline/index.js.map +0 -1
  2375. package/lib/module/components/notification/actionable-inline/informational/Informational.js +0 -44
  2376. package/lib/module/components/notification/actionable-inline/informational/Informational.js.map +0 -1
  2377. package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js +0 -4
  2378. package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
  2379. package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js +0 -4
  2380. package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
  2381. package/lib/module/components/notification/actionable-inline/informational/index.js +0 -6
  2382. package/lib/module/components/notification/actionable-inline/informational/index.js.map +0 -1
  2383. package/lib/module/components/notification/actionable-inline/success/Success.js +0 -44
  2384. package/lib/module/components/notification/actionable-inline/success/Success.js.map +0 -1
  2385. package/lib/module/components/notification/actionable-inline/success/SuccessProps.js +0 -4
  2386. package/lib/module/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
  2387. package/lib/module/components/notification/actionable-inline/success/SuccessRef.js +0 -4
  2388. package/lib/module/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
  2389. package/lib/module/components/notification/actionable-inline/success/index.js +0 -6
  2390. package/lib/module/components/notification/actionable-inline/success/index.js.map +0 -1
  2391. package/lib/module/components/notification/actionable-inline/warning/Warning.js +0 -44
  2392. package/lib/module/components/notification/actionable-inline/warning/Warning.js.map +0 -1
  2393. package/lib/module/components/notification/actionable-inline/warning/WarningProps.js +0 -4
  2394. package/lib/module/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
  2395. package/lib/module/components/notification/actionable-inline/warning/WarningRef.js +0 -4
  2396. package/lib/module/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
  2397. package/lib/module/components/notification/actionable-inline/warning/index.js +0 -6
  2398. package/lib/module/components/notification/actionable-inline/warning/index.js.map +0 -1
  2399. package/lib/module/components/notification/callout-inline/error/Error.js +0 -44
  2400. package/lib/module/components/notification/callout-inline/error/Error.js.map +0 -1
  2401. package/lib/module/components/notification/callout-inline/error/ErrorProps.js +0 -4
  2402. package/lib/module/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
  2403. package/lib/module/components/notification/callout-inline/error/ErrorRef.js +0 -4
  2404. package/lib/module/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
  2405. package/lib/module/components/notification/callout-inline/error/index.js +0 -6
  2406. package/lib/module/components/notification/callout-inline/error/index.js.map +0 -1
  2407. package/lib/module/components/notification/callout-inline/index.js +0 -7
  2408. package/lib/module/components/notification/callout-inline/index.js.map +0 -1
  2409. package/lib/module/components/notification/callout-inline/informational/Informational.js +0 -44
  2410. package/lib/module/components/notification/callout-inline/informational/Informational.js.map +0 -1
  2411. package/lib/module/components/notification/callout-inline/informational/InformationalProps.js +0 -4
  2412. package/lib/module/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
  2413. package/lib/module/components/notification/callout-inline/informational/InformationalRef.js +0 -4
  2414. package/lib/module/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
  2415. package/lib/module/components/notification/callout-inline/informational/index.js +0 -6
  2416. package/lib/module/components/notification/callout-inline/informational/index.js.map +0 -1
  2417. package/lib/module/components/notification/callout-inline/success/Success.js +0 -44
  2418. package/lib/module/components/notification/callout-inline/success/Success.js.map +0 -1
  2419. package/lib/module/components/notification/callout-inline/success/SuccessProps.js +0 -4
  2420. package/lib/module/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
  2421. package/lib/module/components/notification/callout-inline/success/SuccessRef.js +0 -4
  2422. package/lib/module/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
  2423. package/lib/module/components/notification/callout-inline/success/index.js +0 -6
  2424. package/lib/module/components/notification/callout-inline/success/index.js.map +0 -1
  2425. package/lib/module/components/notification/callout-inline/warning/Warning.js +0 -44
  2426. package/lib/module/components/notification/callout-inline/warning/Warning.js.map +0 -1
  2427. package/lib/module/components/notification/callout-inline/warning/WarningProps.js +0 -4
  2428. package/lib/module/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
  2429. package/lib/module/components/notification/callout-inline/warning/WarningRef.js +0 -4
  2430. package/lib/module/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
  2431. package/lib/module/components/notification/callout-inline/warning/index.js +0 -6
  2432. package/lib/module/components/notification/callout-inline/warning/index.js.map +0 -1
  2433. package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts +0 -18
  2434. package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
  2435. package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
  2436. package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
  2437. package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +0 -4
  2438. package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts.map +0 -1
  2439. package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts +0 -59
  2440. package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
  2441. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
  2442. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
  2443. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
  2444. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
  2445. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
  2446. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
  2447. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
  2448. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
  2449. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts +0 -4
  2450. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
  2451. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
  2452. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
  2453. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
  2454. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
  2455. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
  2456. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
  2457. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts +0 -4
  2458. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
  2459. package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts +0 -4
  2460. package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
  2461. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
  2462. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
  2463. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
  2464. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
  2465. package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts +0 -4
  2466. package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts.map +0 -1
  2467. package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts +0 -5
  2468. package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts.map +0 -1
  2469. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
  2470. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
  2471. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
  2472. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
  2473. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
  2474. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
  2475. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts +0 -4
  2476. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
  2477. package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts +0 -4
  2478. package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
  2479. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
  2480. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
  2481. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
  2482. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
  2483. package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts +0 -4
  2484. package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts.map +0 -1
  2485. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
  2486. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
  2487. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
  2488. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
  2489. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
  2490. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
  2491. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts +0 -4
  2492. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
  2493. package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts +0 -4
  2494. package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts.map +0 -1
  2495. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
  2496. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
  2497. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
  2498. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
  2499. package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts +0 -4
  2500. package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts.map +0 -1
  2501. package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts +0 -5
  2502. package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts.map +0 -1
  2503. package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts +0 -4
  2504. package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
  2505. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
  2506. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
  2507. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
  2508. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
  2509. package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts +0 -4
  2510. package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts.map +0 -1
  2511. package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts +0 -4
  2512. package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts.map +0 -1
  2513. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
  2514. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
  2515. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
  2516. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
  2517. package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts +0 -4
  2518. package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts.map +0 -1
  2519. package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts +0 -4
  2520. package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
  2521. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
  2522. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
  2523. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
  2524. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
  2525. package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts +0 -4
  2526. package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts.map +0 -1
  2527. package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts +0 -18
  2528. package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
  2529. package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
  2530. package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
  2531. package/lib/typescript/module/_internal/style-sheets/index.d.ts +0 -4
  2532. package/lib/typescript/module/_internal/style-sheets/index.d.ts.map +0 -1
  2533. package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts +0 -59
  2534. package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
  2535. package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
  2536. package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
  2537. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
  2538. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
  2539. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
  2540. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
  2541. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
  2542. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
  2543. package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts +0 -4
  2544. package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
  2545. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
  2546. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
  2547. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
  2548. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
  2549. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
  2550. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
  2551. package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts +0 -4
  2552. package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
  2553. package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts +0 -4
  2554. package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
  2555. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
  2556. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
  2557. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
  2558. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
  2559. package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts +0 -4
  2560. package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts.map +0 -1
  2561. package/lib/typescript/module/components/notification/actionable-inline/index.d.ts +0 -5
  2562. package/lib/typescript/module/components/notification/actionable-inline/index.d.ts.map +0 -1
  2563. package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
  2564. package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
  2565. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
  2566. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
  2567. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
  2568. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
  2569. package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts +0 -4
  2570. package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
  2571. package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts +0 -4
  2572. package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
  2573. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
  2574. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
  2575. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
  2576. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
  2577. package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts +0 -4
  2578. package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts.map +0 -1
  2579. package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
  2580. package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
  2581. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
  2582. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
  2583. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
  2584. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
  2585. package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts +0 -4
  2586. package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
  2587. package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts +0 -4
  2588. package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts.map +0 -1
  2589. package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
  2590. package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
  2591. package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
  2592. package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
  2593. package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts +0 -4
  2594. package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts.map +0 -1
  2595. package/lib/typescript/module/components/notification/callout-inline/index.d.ts +0 -5
  2596. package/lib/typescript/module/components/notification/callout-inline/index.d.ts.map +0 -1
  2597. package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts +0 -4
  2598. package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
  2599. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
  2600. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
  2601. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
  2602. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
  2603. package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts +0 -4
  2604. package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts.map +0 -1
  2605. package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts +0 -4
  2606. package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts.map +0 -1
  2607. package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
  2608. package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
  2609. package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
  2610. package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
  2611. package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts +0 -4
  2612. package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts.map +0 -1
  2613. package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts +0 -4
  2614. package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
  2615. package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
  2616. package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
  2617. package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
  2618. package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
  2619. package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts +0 -4
  2620. package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_warningAltFilled","_interopRequireDefault","_warningFilled","_index","_index2","_index3","_index4","_jsxRuntime","e","__esModule","default","TextInputField","exports","forwardRef","size","interactiveState","hideInteractiveStateIcon","blockStartNode","blockEndNode","style","textInputStyle","allowFontScaling","autoCapitalize","autoComplete","autoCorrect","autoFocus","blurOnSubmit","submitBehavior","caretHidden","contextMenuHidden","defaultValue","value","editable","keyboardType","inputMode","maxLength","multiline","onBlur","onBlurProp","onChange","onChangeText","onContentSizeChange","onEndEditing","onPress","onPressIn","onPressOut","onFocus","onFocusProp","onSelectionChange","onSubmitEditing","onScroll","onKeyPress","placeholder","placeholderTextColor","readOnly","returnKeyType","enterKeyHint","secureTextEntry","selectTextOnFocus","selection","selectionColor","textAlign","inputAccessoryViewID","inputAccessoryViewButtonLabel","maxFontSizeMultiplier","cursorColor","selectionHandleColor","importantForAutofill","disableFullscreenUI","inlineImageLeft","inlineImagePadding","numberOfLines","returnKeyLabel","textBreakStrategy","underlineColorAndroid","textAlignVertical","showSoftInputOnFocus","verticalAlign","disableKeyboardShortcuts","clearButtonMode","clearTextOnFocus","dataDetectorTypes","enablesReturnKeyAutomatically","keyboardAppearance","passwordRules","rejectResponderTermination","selectionState","spellCheck","textContentType","scrollEnabled","lineBreakStrategyIOS","lineBreakModeIOS","smartInsertDelete","viewProps","ref","themeContext","useContext","ThemeContext","layerContextLevel","LayerContext","viewRef","useRef","textInputRef","focusAnimatedValue","Animated","Value","focusHandler","event","timing","current","toValue","timingConfig","start","blurHandler","useImperativeHandle","Object","assign","textInput","undefined","jsxs","View","styleSheet","textInputField","carbonStyleSheet","textInputFieldSizeStyleSheet","textInputFieldByLayerStyleSheet","invalidOutlineColor","outlineColor","interpolate","inputRange","outputRange","mapOutlineColorFocus","colorScheme","children","jsx","RNTextInput","width","height","fill","mapIconInvalidColor","icon","iconBySizeStyleSheet","mapIconWarningColor","StyleSheet","create","outlineWidth","outlineOffset","outlineStyle","pointerEvents","position","right","Spacing","spacing_05","small","medium","large","top","CarbonStyleSheet","backgroundColor","color","field_02","support_error","field_01","field_03","gray_10","Color","Token","gray_100","support_warning","focus","duration","Motion","Duration","fast_01","easing","Easing","bezier","standard","productive","x1","y1","x2","y2","useNativeDriver"],"sourceRoot":"../../../../src","sources":["components/text-input-field/TextInputField.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_warningAltFilled","_interopRequireDefault","_warningFilled","_index","_index2","_index3","_index4","_index5","_index6","_index7","_jsxRuntime","e","__esModule","default","TextInputField","exports","forwardRef","size","interactiveState","hideInteractiveStateIcon","blockStartNode","blockEndNode","style","textInputStyle","allowFontScaling","autoCapitalize","autoComplete","autoCorrect","autoFocus","blurOnSubmit","submitBehavior","caretHidden","contextMenuHidden","defaultValue","value","editable","keyboardType","inputMode","maxLength","multiline","onBlur","onBlurProp","onChange","onChangeText","onContentSizeChange","onEndEditing","onPress","onPressIn","onPressOut","onFocus","onFocusProp","onSelectionChange","onSubmitEditing","onScroll","onKeyPress","placeholder","placeholderTextColor","readOnly","returnKeyType","enterKeyHint","secureTextEntry","selectTextOnFocus","selection","selectionColor","textAlign","inputAccessoryViewID","inputAccessoryViewButtonLabel","maxFontSizeMultiplier","cursorColor","selectionHandleColor","importantForAutofill","disableFullscreenUI","inlineImageLeft","inlineImagePadding","numberOfLines","returnKeyLabel","textBreakStrategy","underlineColorAndroid","textAlignVertical","showSoftInputOnFocus","verticalAlign","disableKeyboardShortcuts","clearButtonMode","clearTextOnFocus","dataDetectorTypes","enablesReturnKeyAutomatically","keyboardAppearance","passwordRules","rejectResponderTermination","selectionState","spellCheck","textContentType","scrollEnabled","lineBreakStrategyIOS","lineBreakModeIOS","smartInsertDelete","viewProps","ref","globalConfigContext","useContext","GlobalConfigContext","themeContext","ThemeContext","layerContextLevel","LayerContext","viewRef","useRef","textInputRef","focusAnimatedValue","Animated","Value","focusHandler","event","timing","current","toValue","timingConfig","start","blurHandler","useImperativeHandle","Object","assign","textInput","undefined","jsxs","AnimatedBox","styleSheet","textInputField","carbonStyleSheet","textInputFieldSizeStyleSheet","textInputFieldByLayerStyleSheet","invalidOutlineColor","outlineColor","interpolate","inputRange","outputRange","mapOutlineColorFocus","colorScheme","children","jsx","RNTextInput","width","height","fill","mapIconInvalidColor","PositionStyleSheet","absolute","icon","mapStyleSheetIconInteractiveStatePosition","rtl","iconBySizeStyleSheet","mapIconWarningColor","createAnimatedComponent","Box","StyleSheet","create","outlineWidth","outlineOffset","outlineStyle","pointerEvents","iconLtr","right","Spacing","spacing_05","iconRtl","left","false","true","small","medium","large","top","CarbonStyleSheet","backgroundColor","color","field_02","support_error","field_01","field_03","gray_10","Color","Token","gray_100","support_warning","focus","duration","Motion","Duration","fast_01","easing","Easing","bezier","standard","productive","x1","y1","x2","y2","useNativeDriver"],"sourceRoot":"../../../../src","sources":["components/text-input-field/TextInputField.tsx"],"mappings":"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","ignoreList":[]}
@@ -7,22 +7,29 @@ exports.RNTextInput = void 0;
7
7
  var _react = require("react");
8
8
  var _reactNative = require("react-native");
9
9
  var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
10
- var _index = require("../../../contexts/index.js");
10
+ var _index = require("../../../_internal/contexts/index.js");
11
+ var _index2 = require("../../../contexts/index.js");
12
+ var _index3 = require("../../../style-sheets/index.js");
11
13
  var _jsxRuntime = require("react/jsx-runtime");
12
14
  const RNTextInput = exports.RNTextInput = /*#__PURE__*/(0, _react.forwardRef)(function RNTextInput({
13
15
  interactiveState,
14
16
  editable,
15
17
  style,
16
18
  placeholderTextColor,
19
+ dir,
17
20
  ...props
18
21
  }, ref) {
19
- const themeContext = (0, _react.useContext)(_index.ThemeContext);
22
+ const themeContext = (0, _react.useContext)(_index2.ThemeContext),
23
+ globalConfigContext = (0, _react.useContext)(_index.GlobalConfigContext);
20
24
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TextInput, {
21
25
  ref: ref,
22
26
  ...props,
23
- editable: interactiveState === 'disabled' || interactiveState === 'read_only' ? false : editable,
27
+ editable: interactiveState === "disabled" || interactiveState === "read_only" ? false : editable,
24
28
  placeholderTextColor: placeholderTextColor ?? mapPlaceholderTextColor[themeContext.colorScheme],
25
- style: [styleSheet.rnTextInput, mapStateStyleSheet[themeContext.colorScheme][interactiveState], style]
29
+ dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
30
+ style: [styleSheet.rnTextInput,
31
+ // FIXME: i don't know the correct type
32
+ mapStateStyleSheet[themeContext.colorScheme][interactiveState], globalConfigContext.rtl ? _index3.DirectionStyleSheet.rtl : undefined, style]
26
33
  });
27
34
  });
28
35
  const styleSheet = _reactNative.StyleSheet.create({
@@ -30,15 +37,15 @@ const styleSheet = _reactNative.StyleSheet.create({
30
37
  flexGrow: 1,
31
38
  paddingLeft: _carbonReactNativeElements.Spacing.spacing_05,
32
39
  paddingRight: _carbonReactNativeElements.Spacing.spacing_05,
33
- backgroundColor: 'transparent',
40
+ backgroundColor: "transparent",
34
41
  borderBottomWidth: _reactNative.StyleSheet.hairlineWidth,
35
- borderStyle: 'solid',
36
- fontFamily: 'IBMPlexSans-Regular',
42
+ borderStyle: "solid",
43
+ fontFamily: "IBMPlexSans-Regular",
37
44
  fontSize: _carbonReactNativeElements.Typography.TypeSets.body_compact_01.fontSize,
38
45
  lineHeight: _carbonReactNativeElements.Typography.TypeSets.body_compact_01.lineHeight,
39
46
  ..._reactNative.Platform.select({
40
47
  web: {
41
- outlineStyle: 'none'
48
+ outlineStyle: "none"
42
49
  }
43
50
  })
44
51
  }
@@ -53,7 +60,7 @@ const styleSheet = _reactNative.StyleSheet.create({
53
60
  },
54
61
  gray_10__disabled: {
55
62
  color: _carbonReactNativeElements.Color.Token.gray_10.text_disabled,
56
- borderBlockEndColor: 'transparent'
63
+ borderBlockEndColor: "transparent"
57
64
  },
58
65
  gray_10__read_only: {
59
66
  color: _carbonReactNativeElements.Color.Token.gray_10.text_primary,
@@ -65,7 +72,7 @@ const styleSheet = _reactNative.StyleSheet.create({
65
72
  },
66
73
  gray_100__disabled: {
67
74
  color: _carbonReactNativeElements.Color.Token.gray_100.text_disabled,
68
- borderBlockEndColor: 'transparent'
75
+ borderBlockEndColor: "transparent"
69
76
  },
70
77
  gray_100__read_only: {
71
78
  color: _carbonReactNativeElements.Color.Token.gray_100.text_primary,
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_jsxRuntime","RNTextInput","exports","forwardRef","interactiveState","editable","style","placeholderTextColor","props","ref","themeContext","useContext","ThemeContext","jsx","TextInput","mapPlaceholderTextColor","colorScheme","styleSheet","rnTextInput","mapStateStyleSheet","StyleSheet","create","flexGrow","paddingLeft","Spacing","spacing_05","paddingRight","backgroundColor","borderBottomWidth","hairlineWidth","borderStyle","fontFamily","fontSize","Typography","TypeSets","body_compact_01","lineHeight","Platform","select","web","outlineStyle","stateStyleSheet","gray_10__normal","color","Color","Token","gray_10","text_primary","borderBlockEndColor","border_strong_01","gray_10__disabled","text_disabled","gray_10__read_only","border_subtle_00","gray_100__normal","gray_100","gray_100__disabled","gray_100__read_only","text_placeholder","normal","disabled","read_only","invalid","warning"],"sourceRoot":"../../../../../src","sources":["components/text-input-field/_rn-text-input/RNTextInput.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_index3","_jsxRuntime","RNTextInput","exports","forwardRef","interactiveState","editable","style","placeholderTextColor","dir","props","ref","themeContext","useContext","ThemeContext","globalConfigContext","GlobalConfigContext","jsx","TextInput","mapPlaceholderTextColor","colorScheme","rtl","undefined","styleSheet","rnTextInput","mapStateStyleSheet","DirectionStyleSheet","StyleSheet","create","flexGrow","paddingLeft","Spacing","spacing_05","paddingRight","backgroundColor","borderBottomWidth","hairlineWidth","borderStyle","fontFamily","fontSize","Typography","TypeSets","body_compact_01","lineHeight","Platform","select","web","outlineStyle","stateStyleSheet","gray_10__normal","color","Color","Token","gray_10","text_primary","borderBlockEndColor","border_strong_01","gray_10__disabled","text_disabled","gray_10__read_only","border_subtle_00","gray_100__normal","gray_100","gray_100__disabled","gray_100__read_only","text_placeholder","normal","disabled","read_only","invalid","warning"],"sourceRoot":"../../../../../src","sources":["components/text-input-field/_rn-text-input/RNTextInput.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_TextInputField","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/text-input-field/index.tsx"],"mappings":";;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,eAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,eAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,eAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_TextInputField","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/text-input-field/index.ts"],"mappings":";;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,eAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,eAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,eAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -9,8 +9,8 @@ var _reactNative = require("react-native");
9
9
  var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
10
10
  var _warningAltFilled = _interopRequireDefault(require("@carbon/icons/svg/32/warning--alt--filled.svg"));
11
11
  var _warningFilled = _interopRequireDefault(require("@carbon/icons/svg/32/warning--filled.svg"));
12
- var _index = require("../../_internal/style-sheets/index.js");
13
- var _index2 = require("../../contexts/index.js");
12
+ var _index = require("../../contexts/index.js");
13
+ var _index2 = require("../../style-sheets/index.js");
14
14
  var _index3 = require("../form-helper-text/index.js");
15
15
  var _index4 = require("../form-label/index.js");
16
16
  var _index5 = require("../text-input-field/index.js");
@@ -22,31 +22,37 @@ const TextInputFluid = exports.TextInputFluid = /*#__PURE__*/(0, _react.forwardR
22
22
  interactiveState,
23
23
  style,
24
24
  textInputStyle,
25
+ blockStartNode,
26
+ blockEndNode,
25
27
  ...textInputFieldProps
26
28
  }, ref) {
27
- const themeContext = (0, _react.useContext)(_index2.ThemeContext);
29
+ const themeContext = (0, _react.useContext)(_index.ThemeContext);
28
30
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.TextInputField, {
29
31
  ref: ref,
30
32
  ...textInputFieldProps,
31
33
  size: "medium",
32
34
  interactiveState: interactiveState,
33
35
  hideInteractiveStateIcon: true,
34
- blockStartNode: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index4.FormLabel, {
35
- label: label,
36
- style: styleSheet.label
36
+ blockStartNode: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
37
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index4.FormLabel, {
38
+ label: label,
39
+ style: styleSheet.label
40
+ }), blockStartNode]
37
41
  }),
38
- blockEndNode: !!helperText?.length && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.FormHelperText, {
39
- text: helperText,
40
- style: [_index.FlexStyleSheet.flex_initial, styleSheet.helperText],
41
- textTrailing: interactiveState === 'invalid' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_warningFilled.default, {
42
- width: 16,
43
- height: 16,
44
- fill: mapIconInvalidColor[themeContext.colorScheme]
45
- }) : interactiveState === 'warning' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_warningAltFilled.default, {
46
- width: 16,
47
- height: 16,
48
- fill: mapIconWarningColor[themeContext.colorScheme]
49
- }) : undefined
42
+ blockEndNode: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
43
+ children: [!!helperText && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.FormHelperText, {
44
+ text: helperText,
45
+ style: [_index2.FlexStyleSheet.flex_initial, styleSheet.helperText],
46
+ textTrailing: interactiveState === "invalid" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_warningFilled.default, {
47
+ width: 16,
48
+ height: 16,
49
+ fill: mapIconInvalidColor[themeContext.colorScheme]
50
+ }) : interactiveState === "warning" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_warningAltFilled.default, {
51
+ width: 16,
52
+ height: 16,
53
+ fill: mapIconWarningColor[themeContext.colorScheme]
54
+ }) : undefined
55
+ }), blockEndNode]
50
56
  }),
51
57
  style: [styleSheet.textInputFluid, helperText?.length ? styleSheet.textInputFieldHeight96 : styleSheet.textInputFieldHeight64, style],
52
58
  textInputStyle: [helperText?.length ? styleSheet.rnTextInputNoBorderBottom : undefined, textInputStyle]
@@ -73,7 +79,7 @@ const styleSheet = _reactNative.StyleSheet.create({
73
79
  paddingRight: 0
74
80
  },
75
81
  helperText: {
76
- justifyContent: 'space-between',
82
+ justifyContent: "space-between",
77
83
  paddingTop: _carbonReactNativeElements.Spacing.spacing_03,
78
84
  paddingBottom: _carbonReactNativeElements.Spacing.spacing_03,
79
85
  paddingLeft: _carbonReactNativeElements.Spacing.spacing_05,
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_warningAltFilled","_interopRequireDefault","_warningFilled","_index","_index2","_index3","_index4","_index5","_jsxRuntime","e","__esModule","default","TextInputFluid","exports","forwardRef","label","helperText","interactiveState","style","textInputStyle","textInputFieldProps","ref","themeContext","useContext","ThemeContext","jsx","TextInputField","size","hideInteractiveStateIcon","blockStartNode","FormLabel","styleSheet","blockEndNode","length","FormHelperText","text","FlexStyleSheet","flex_initial","textTrailing","width","height","fill","mapIconInvalidColor","colorScheme","mapIconWarningColor","undefined","textInputFluid","textInputFieldHeight96","textInputFieldHeight64","rnTextInputNoBorderBottom","StyleSheet","create","paddingTop","Spacing","spacing_10","minHeight","spacing_12","paddingLeft","spacing_05","paddingRight","marginLeft","marginRight","justifyContent","spacing_03","paddingBottom","gray_10","Color","Token","support_error","gray_100","support_warning"],"sourceRoot":"../../../../src","sources":["components/text-input-fluid/TextInputFluid.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_warningAltFilled","_interopRequireDefault","_warningFilled","_index","_index2","_index3","_index4","_index5","_jsxRuntime","e","__esModule","default","TextInputFluid","exports","forwardRef","label","helperText","interactiveState","style","textInputStyle","blockStartNode","blockEndNode","textInputFieldProps","ref","themeContext","useContext","ThemeContext","jsx","TextInputField","size","hideInteractiveStateIcon","jsxs","Fragment","children","FormLabel","styleSheet","FormHelperText","text","FlexStyleSheet","flex_initial","textTrailing","width","height","fill","mapIconInvalidColor","colorScheme","mapIconWarningColor","undefined","textInputFluid","length","textInputFieldHeight96","textInputFieldHeight64","rnTextInputNoBorderBottom","StyleSheet","create","paddingTop","Spacing","spacing_10","minHeight","spacing_12","paddingLeft","spacing_05","paddingRight","marginLeft","marginRight","justifyContent","spacing_03","paddingBottom","gray_10","Color","Token","support_error","gray_100","support_warning"],"sourceRoot":"../../../../src","sources":["components/text-input-fluid/TextInputFluid.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_TextInputFluid","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/text-input-fluid/index.tsx"],"mappings":";;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,eAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,eAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,eAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_TextInputFluid","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/text-input-fluid/index.ts"],"mappings":";;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,eAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,eAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,eAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -7,14 +7,16 @@ exports.Base = void 0;
7
7
  var _react = require("react");
8
8
  var _reactNative = require("react-native");
9
9
  var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
10
- var _index = require("../../../_internal/style-sheets/index.js");
10
+ var _index = require("../../../_internal/contexts/index.js");
11
11
  var _index2 = require("../../../contexts/index.js");
12
- var _index3 = require("../../form-label/index.js");
13
- var _index4 = require("../../switch/index.js");
14
- var _index5 = require("../../text/index.js");
12
+ var _index3 = require("../../../style-sheets/index.js");
13
+ var _index4 = require("../../box/index.js");
14
+ var _index5 = require("../../form-label/index.js");
15
+ var _index6 = require("../../switch/index.js");
16
+ var _index7 = require("../../text/index.js");
15
17
  var _jsxRuntime = require("react/jsx-runtime");
16
18
  const Base = exports.Base = /*#__PURE__*/(0, _react.forwardRef)(function Base({
17
- state = 'normal',
19
+ state = "normal",
18
20
  defaultValue,
19
21
  value,
20
22
  label,
@@ -25,11 +27,13 @@ const Base = exports.Base = /*#__PURE__*/(0, _react.forwardRef)(function Base({
25
27
  pressableProps,
26
28
  switchProps,
27
29
  style,
30
+ dir,
28
31
  ...viewProps
29
32
  }, forwardedRef) {
30
33
  const viewRef = (0, _react.useRef)(null),
31
34
  switchRef = (0, _react.useRef)(null),
32
35
  themeContext = (0, _react.useContext)(_index2.ThemeContext),
36
+ globalConfigContext = (0, _react.useContext)(_index.GlobalConfigContext),
33
37
  pressHandler = (0, _react.useCallback)(event => {
34
38
  pressableProps?.onPress?.(event);
35
39
  switchRef.current?.setValue(currentValue => !currentValue);
@@ -44,41 +48,46 @@ const Base = exports.Base = /*#__PURE__*/(0, _react.forwardRef)(function Base({
44
48
  }
45
49
  });
46
50
  }, []);
47
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
51
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index4.Box, {
48
52
  ...viewProps,
49
- style: [_index.FlexStyleSheet.flex_row, _index.FlexStyleSheet.flex_wrap, _index.FlexStyleSheet.items_center, style],
53
+ dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
54
+ style: [_index3.FlexStyleSheet.flex_row, _index3.FlexStyleSheet.flex_wrap, _index3.FlexStyleSheet.items_center, style],
50
55
  ref: viewRef,
51
56
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Pressable, {
52
57
  ...pressableProps,
53
58
  role: "switch",
54
- disabled: state !== 'normal',
59
+ disabled: state !== "normal",
55
60
  "aria-checked": value,
56
- "aria-label": pressableProps?.['aria-label'] || label,
61
+ "aria-label": pressableProps?.["aria-label"] || label,
57
62
  onPress: pressHandler,
58
- style: [_index.CommonStyleSheet.absolute, _index.CommonStyleSheet.w_full, _index.CommonStyleSheet.h_full, baseStyle.pressable, pressableProps?.style]
59
- }), !!label && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.FormLabel, {
63
+ style: [_index3.PositionStyleSheet.absolute, _index3.WidthStyleSheet.w_full, _index3.HeightStyleSheet.h_full, baseStyle.pressable, pressableProps?.style]
64
+ }), !!label && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.FormLabel, {
60
65
  ...formLabelProps,
61
66
  label: label,
62
67
  textProps: {
63
68
  ...formLabelProps?.textProps,
64
69
  style: [mapFormLabelTextStyle[themeContext.colorScheme][state], formLabelProps?.textProps?.style]
65
70
  },
66
- style: [_index.CommonStyleSheet.w_full, baseStyle.label, formLabelProps?.style]
67
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index4.Switch, {
71
+ style: [_index3.WidthStyleSheet.w_full, baseStyle.label, formLabelProps?.style]
72
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index6.Switch, {
68
73
  ...switchProps,
69
- "aria-label": switchProps?.['aria-label'] || label,
74
+ "aria-label": switchProps?.["aria-label"] || label,
70
75
  state: state,
71
- disabled: state !== 'normal',
76
+ disabled: state !== "normal",
72
77
  role: "none",
73
78
  defaultValue: defaultValue,
74
79
  value: value,
75
80
  onChange: onChange,
76
81
  onPress: switchProps?.onPress ?? pressableProps?.onPress,
77
- style: [baseStyle.switch, switchProps?.style],
82
+ dir: switchProps?.dir ?? globalConfigContext.rtl ? "ltr" : undefined // Fix
83
+ ,
84
+ style: [baseStyle.switch, globalConfigContext.rtl ? baseStyle.ltr : undefined,
85
+ // Fix
86
+ switchProps?.style],
78
87
  ref: switchRef
79
- }), !!actionText && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.Text, {
88
+ }), !!actionText && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index7.Text, {
80
89
  ...actionTextProps,
81
- type: actionTextProps?.type || 'body_compact_01',
90
+ type: actionTextProps?.type || "body_compact_01",
82
91
  style: [baseStyle.actionText, mapActionTextStyle[themeContext.colorScheme][state], actionTextProps?.style],
83
92
  children: actionText
84
93
  })]
@@ -95,7 +104,13 @@ const baseStyle = _reactNative.StyleSheet.create({
95
104
  marginBottom: _carbonReactNativeElements.Spacing.spacing_05
96
105
  },
97
106
  actionText: {
98
- marginLeft: _carbonReactNativeElements.Spacing.spacing_03 // same for both size
107
+ marginStart: _carbonReactNativeElements.Spacing.spacing_03 // same for both size
108
+ },
109
+ /**
110
+ * Fix
111
+ */
112
+ ltr: {
113
+ direction: "ltr"
99
114
  }
100
115
  }),
101
116
  coloringStyle = {
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_index3","_index4","_index5","_jsxRuntime","Base","exports","forwardRef","state","defaultValue","value","label","actionText","onChange","formLabelProps","actionTextProps","pressableProps","switchProps","style","viewProps","forwardedRef","viewRef","useRef","switchRef","themeContext","useContext","ThemeContext","pressHandler","useCallback","event","onPress","current","setValue","currentValue","useImperativeHandle","Object","assign","val","jsxs","View","FlexStyleSheet","flex_row","flex_wrap","items_center","ref","children","jsx","Pressable","role","disabled","CommonStyleSheet","absolute","w_full","h_full","baseStyle","pressable","FormLabel","textProps","mapFormLabelTextStyle","colorScheme","Switch","switch","Text","type","mapActionTextStyle","StyleSheet","create","zIndex","marginBottom","Spacing","spacing_05","marginLeft","spacing_03","coloringStyle","gray_10","formLabel_normal","color","Color","Token","text_primary","formLabel_disabled","text_disabled","formLabel_read_only","actionText_normal","actionText_disabled","actionText_read_only","gray_100","normal","read_only"],"sourceRoot":"../../../../../src","sources":["components/toggle/base/Base.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_index3","_index4","_index5","_index6","_index7","_jsxRuntime","Base","exports","forwardRef","state","defaultValue","value","label","actionText","onChange","formLabelProps","actionTextProps","pressableProps","switchProps","style","dir","viewProps","forwardedRef","viewRef","useRef","switchRef","themeContext","useContext","ThemeContext","globalConfigContext","GlobalConfigContext","pressHandler","useCallback","event","onPress","current","setValue","currentValue","useImperativeHandle","Object","assign","val","jsxs","Box","rtl","undefined","FlexStyleSheet","flex_row","flex_wrap","items_center","ref","children","jsx","Pressable","role","disabled","PositionStyleSheet","absolute","WidthStyleSheet","w_full","HeightStyleSheet","h_full","baseStyle","pressable","FormLabel","textProps","mapFormLabelTextStyle","colorScheme","Switch","switch","ltr","Text","type","mapActionTextStyle","StyleSheet","create","zIndex","marginBottom","Spacing","spacing_05","marginStart","spacing_03","direction","coloringStyle","gray_10","formLabel_normal","color","Color","Token","text_primary","formLabel_disabled","text_disabled","formLabel_read_only","actionText_normal","actionText_disabled","actionText_read_only","gray_100","normal","read_only"],"sourceRoot":"../../../../../src","sources":["components/toggle/base/Base.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_Base","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_BaseProps","_BaseRef"],"sourceRoot":"../../../../../src","sources":["components/toggle/base/index.tsx"],"mappings":";;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,KAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,KAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,KAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,UAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,UAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,UAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,UAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,QAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,QAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,QAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,QAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_Base","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_BaseProps","_BaseRef"],"sourceRoot":"../../../../../src","sources":["components/toggle/base/index.ts"],"mappings":";;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,KAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,KAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,KAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,UAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,UAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,UAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,UAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,QAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,QAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,QAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,QAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -15,7 +15,7 @@ const Default = exports.Default = /*#__PURE__*/(0, _react.forwardRef)(function D
15
15
  ...props,
16
16
  switchProps: {
17
17
  ...switchProps,
18
- size: 'default'
18
+ size: "default"
19
19
  },
20
20
  ref: ref
21
21
  });
@@ -1 +1 @@
1
- {"version":3,"names":["_Default","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_DefaultProps","_DefaultRef"],"sourceRoot":"../../../../../src","sources":["components/toggle/default/index.tsx"],"mappings":";;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,QAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,QAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,QAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,aAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,aAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,aAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,aAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,WAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,WAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,WAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,WAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_Default","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_DefaultProps","_DefaultRef"],"sourceRoot":"../../../../../src","sources":["components/toggle/default/index.ts"],"mappings":";;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,QAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,QAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,QAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,aAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,aAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,aAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,aAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,WAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,WAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,WAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,WAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_index","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_index2","_index3","_State"],"sourceRoot":"../../../../src","sources":["components/toggle/index.tsx"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,OAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,OAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,OAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,OAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,OAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,OAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,OAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,OAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,MAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,MAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,MAAA,CAAAP,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_index","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_index2","_index3","_State"],"sourceRoot":"../../../../src","sources":["components/toggle/index.ts"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,OAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,OAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,OAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,OAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,OAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,OAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,OAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,OAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,MAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,MAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,MAAA,CAAAP,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -15,7 +15,7 @@ const Small = exports.Small = /*#__PURE__*/(0, _react.forwardRef)(function Small
15
15
  ...props,
16
16
  switchProps: {
17
17
  ...switchProps,
18
- size: 'small'
18
+ size: "small"
19
19
  },
20
20
  ref: ref
21
21
  });
@@ -1 +1 @@
1
- {"version":3,"names":["_Small","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_SmallProps","_SmallRef"],"sourceRoot":"../../../../../src","sources":["components/toggle/small/index.tsx"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,WAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,WAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,WAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,WAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,SAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,SAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,SAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,SAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_Small","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_SmallProps","_SmallRef"],"sourceRoot":"../../../../../src","sources":["components/toggle/small/index.ts"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,WAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,WAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,WAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,WAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,SAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,SAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,SAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,SAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -25,6 +25,7 @@ const CarbonReact = exports.CarbonReact = {
25
25
  }]
26
26
  };
27
27
  },
28
- modalEasing: [_reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.exit.expressive.x1, _carbonReactNativeElements.Motion.Easing.exit.expressive.y1, _carbonReactNativeElements.Motion.Easing.exit.expressive.x2, _carbonReactNativeElements.Motion.Easing.exit.expressive.y2), _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.entrance.expressive.x1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.x2, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y2), _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.exit.expressive.x1, _carbonReactNativeElements.Motion.Easing.exit.expressive.y1, _carbonReactNativeElements.Motion.Easing.exit.expressive.x2, _carbonReactNativeElements.Motion.Easing.exit.expressive.y2)]
28
+ modalEasing: [_reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.exit.expressive.x1, _carbonReactNativeElements.Motion.Easing.exit.expressive.y1, _carbonReactNativeElements.Motion.Easing.exit.expressive.x2, _carbonReactNativeElements.Motion.Easing.exit.expressive.y2), _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.entrance.expressive.x1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.x2, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y2), _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.exit.expressive.x1, _carbonReactNativeElements.Motion.Easing.exit.expressive.y1, _carbonReactNativeElements.Motion.Easing.exit.expressive.x2, _carbonReactNativeElements.Motion.Easing.exit.expressive.y2)],
29
+ useNativeDriver: _reactNative.Platform.OS === "android" || _reactNative.Platform.OS === "ios" || _reactNative.Platform.OS === "web"
29
30
  };
30
31
  //# sourceMappingURL=carbon-react.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_carbonReactNativeElements","CarbonReact","exports","duration","Motion","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","Spacing","spacing_06","modalEasing","Easing","bezier","exit","expressive","x1","y1","x2","y2","entrance"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/carbon-react.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,0BAAA,GAAAD,OAAA;AASA;AACA;AACA;AACO,MAAME,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG;EAC1BE,QAAQ,EAAEC,iCAAM,CAACC,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAAC,CAACG,kCAAO,CAACC,UAAU,EAAE,CAAC,EAAE,CAACD,kCAAO,CAACC,UAAU;QAC1D,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAE,CACZC,mBAAM,CAACC,MAAM,CACZf,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACC,EAAE,EAChClB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACE,EAAE,EAChCnB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACG,EAAE,EAChCpB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACI,EAC/B,CAAC,EACDP,mBAAM,CAACC,MAAM,CACZf,iCAAM,CAACc,MAAM,CAACQ,QAAQ,CAACL,UAAU,CAACC,EAAE,EACpClB,iCAAM,CAACc,MAAM,CAACQ,QAAQ,CAACL,UAAU,CAACE,EAAE,EACpCnB,iCAAM,CAACc,MAAM,CAACQ,QAAQ,CAACL,UAAU,CAACG,EAAE,EACpCpB,iCAAM,CAACc,MAAM,CAACQ,QAAQ,CAACL,UAAU,CAACI,EACnC,CAAC,EACDP,mBAAM,CAACC,MAAM,CACZf,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACC,EAAE,EAChClB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACE,EAAE,EAChCnB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACG,EAAE,EAChCpB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACI,EAC/B,CAAC;AAEH,CAA4D","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_carbonReactNativeElements","CarbonReact","exports","duration","Motion","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","Spacing","spacing_06","modalEasing","Easing","bezier","exit","expressive","x1","y1","x2","y2","entrance","useNativeDriver","Platform","OS"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/carbon-react.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAKA,IAAAC,0BAAA,GAAAD,OAAA;AASA;AACA;AACA;AACO,MAAME,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG;EAC1BE,QAAQ,EAAEC,iCAAM,CAACC,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAAC,CAACG,kCAAO,CAACC,UAAU,EAAE,CAAC,EAAE,CAACD,kCAAO,CAACC,UAAU;QAC1D,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAE,CACZC,mBAAM,CAACC,MAAM,CACZf,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACC,EAAE,EAChClB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACE,EAAE,EAChCnB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACG,EAAE,EAChCpB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACI,EAC/B,CAAC,EACDP,mBAAM,CAACC,MAAM,CACZf,iCAAM,CAACc,MAAM,CAACQ,QAAQ,CAACL,UAAU,CAACC,EAAE,EACpClB,iCAAM,CAACc,MAAM,CAACQ,QAAQ,CAACL,UAAU,CAACE,EAAE,EACpCnB,iCAAM,CAACc,MAAM,CAACQ,QAAQ,CAACL,UAAU,CAACG,EAAE,EACpCpB,iCAAM,CAACc,MAAM,CAACQ,QAAQ,CAACL,UAAU,CAACI,EACnC,CAAC,EACDP,mBAAM,CAACC,MAAM,CACZf,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACC,EAAE,EAChClB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACE,EAAE,EAChCnB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACG,EAAE,EAChCpB,iCAAM,CAACc,MAAM,CAACE,IAAI,CAACC,UAAU,CAACI,EAC/B,CAAC,CACD;EACDE,eAAe,EACdC,qBAAQ,CAACC,EAAE,KAAK,SAAS,IACzBD,qBAAQ,CAACC,EAAE,KAAK,KAAK,IACrBD,qBAAQ,CAACC,EAAE,KAAK;AAClB,CAA4D","ignoreList":[]}
@@ -22,6 +22,7 @@ const FadeBottomUp2 = exports.FadeBottomUp2 = {
22
22
  }]
23
23
  };
24
24
  },
25
- modalEasing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.entrance.expressive.x1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.x2, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y2)
25
+ modalEasing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.entrance.expressive.x1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.x2, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y2),
26
+ useNativeDriver: _reactNative.Platform.OS === "android" || _reactNative.Platform.OS === "ios" || _reactNative.Platform.OS === "web"
26
27
  };
27
28
  //# sourceMappingURL=fade-bottom-up-2.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_carbonReactNativeElements","FadeBottomUp2","exports","duration","Motion","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","Spacing","spacing_04","modalEasing","Easing","bezier","entrance","expressive","x1","y1","x2","y2"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/fade-bottom-up-2.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,0BAAA,GAAAD,OAAA;AASO,MAAME,aAAa,GAAAC,OAAA,CAAAD,aAAA,GAAG;EAC5BE,QAAQ,EAAEC,iCAAM,CAACC,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAACG,kCAAO,CAACC,UAAU,EAAE,CAAC,EAAE,CAACD,kCAAO,CAACC,UAAU;QACzD,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAEC,mBAAM,CAACC,MAAM,CACzBf,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpClB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCnB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpCpB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACI,EACnC;AACD,CAA4D","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_carbonReactNativeElements","FadeBottomUp2","exports","duration","Motion","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","Spacing","spacing_04","modalEasing","Easing","bezier","entrance","expressive","x1","y1","x2","y2","useNativeDriver","Platform","OS"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/fade-bottom-up-2.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAKA,IAAAC,0BAAA,GAAAD,OAAA;AASO,MAAME,aAAa,GAAAC,OAAA,CAAAD,aAAA,GAAG;EAC5BE,QAAQ,EAAEC,iCAAM,CAACC,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAACG,kCAAO,CAACC,UAAU,EAAE,CAAC,EAAE,CAACD,kCAAO,CAACC,UAAU;QACzD,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAEC,mBAAM,CAACC,MAAM,CACzBf,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpClB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCnB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpCpB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACI,EACnC,CAAC;EACDC,eAAe,EACdC,qBAAQ,CAACC,EAAE,KAAK,SAAS,IACzBD,qBAAQ,CAACC,EAAE,KAAK,KAAK,IACrBD,qBAAQ,CAACC,EAAE,KAAK;AAClB,CAA4D","ignoreList":[]}
@@ -22,6 +22,7 @@ const FadeBottomUp = exports.FadeBottomUp = {
22
22
  }]
23
23
  };
24
24
  },
25
- modalEasing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.entrance.expressive.x1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.x2, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y2)
25
+ modalEasing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.entrance.expressive.x1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y1, _carbonReactNativeElements.Motion.Easing.entrance.expressive.x2, _carbonReactNativeElements.Motion.Easing.entrance.expressive.y2),
26
+ useNativeDriver: _reactNative.Platform.OS === "android" || _reactNative.Platform.OS === "ios" || _reactNative.Platform.OS === "web"
26
27
  };
27
28
  //# sourceMappingURL=fade-bottom-up.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_carbonReactNativeElements","FadeBottomUp","exports","duration","Motion","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","Spacing","spacing_04","modalEasing","Easing","bezier","entrance","expressive","x1","y1","x2","y2"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/fade-bottom-up.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,0BAAA,GAAAD,OAAA;AASO,MAAME,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG;EAC3BE,QAAQ,EAAEC,iCAAM,CAACC,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAACG,kCAAO,CAACC,UAAU,EAAE,CAAC,EAAED,kCAAO,CAACC,UAAU;QACxD,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAEC,mBAAM,CAACC,MAAM,CACzBf,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpClB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCnB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpCpB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACI,EACnC;AACD,CAA4D","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_carbonReactNativeElements","FadeBottomUp","exports","duration","Motion","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","Spacing","spacing_04","modalEasing","Easing","bezier","entrance","expressive","x1","y1","x2","y2","useNativeDriver","Platform","OS"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/fade-bottom-up.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAKA,IAAAC,0BAAA,GAAAD,OAAA;AASO,MAAME,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG;EAC3BE,QAAQ,EAAEC,iCAAM,CAACC,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAACG,kCAAO,CAACC,UAAU,EAAE,CAAC,EAAED,kCAAO,CAACC,UAAU;QACxD,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAEC,mBAAM,CAACC,MAAM,CACzBf,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpClB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCnB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpCpB,iCAAM,CAACc,MAAM,CAACE,QAAQ,CAACC,UAAU,CAACI,EACnC,CAAC;EACDC,eAAe,EACdC,qBAAQ,CAACC,EAAE,KAAK,SAAS,IACzBD,qBAAQ,CAACC,EAAE,KAAK,KAAK,IACrBD,qBAAQ,CAACC,EAAE,KAAK;AAClB,CAA4D","ignoreList":[]}
@@ -7,5 +7,5 @@ exports.BreakpointContext = void 0;
7
7
  var _react = require("react");
8
8
  var _reactNative = require("react-native");
9
9
  var _index = require("../../helpers/index.js");
10
- const BreakpointContext = exports.BreakpointContext = /*#__PURE__*/(0, _react.createContext)(_index.BreakpointHelper.getToken(_reactNative.Dimensions.get('window').width));
10
+ const BreakpointContext = exports.BreakpointContext = /*#__PURE__*/(0, _react.createContext)(_index.BreakpointHelper.getToken(_reactNative.Dimensions.get("window").width));
11
11
  //# sourceMappingURL=BreakpointContext.js.map
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.DialogContext = void 0;
7
7
  var _react = require("react");
8
- const error = new Error('Unitialized `<DialogProvider>`. Make sure you wrap your React app with `<DialogProvider>`');
8
+ const error = new Error("Unitialized `<DialogProvider>`. Make sure you wrap your React app with `<DialogProvider>`");
9
9
  const DialogContext = exports.DialogContext = /*#__PURE__*/(0, _react.createContext)({
10
10
  show() {
11
11
  throw error;
@@ -7,10 +7,10 @@ exports.ToastContext = void 0;
7
7
  var _react = require("react");
8
8
  const ToastContext = exports.ToastContext = /*#__PURE__*/(0, _react.createContext)({
9
9
  show() {
10
- throw new Error('Uninitialized ToastProvider');
10
+ throw new Error("Uninitialized ToastProvider");
11
11
  },
12
12
  dismiss() {
13
- throw new Error('Uninitialized ToastProvider');
13
+ throw new Error("Uninitialized ToastProvider");
14
14
  }
15
15
  });
16
16
  //# sourceMappingURL=ToastContext.js.map