@audira/carbon-react-native 1.0.0-beta.4 → 1.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1059) hide show
  1. package/lib/commonjs/_internal/contexts/button-group/ButtonGroupContext.js +1 -1
  2. package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +1 -1
  3. package/lib/commonjs/_internal/contexts/modal/ModalContext.js +1 -1
  4. package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +6 -6
  5. package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js +23 -23
  6. package/lib/commonjs/_internal/style-sheets/text-style-sheet.js +14 -14
  7. package/lib/commonjs/carbon-react-native/CarbonReactNative.js +1 -1
  8. package/lib/commonjs/carbon-style-sheet/breakpoint.js +5 -5
  9. package/lib/commonjs/carbon-style-sheet/create.js +5 -5
  10. package/lib/commonjs/components/accordion/Accordion.js +6 -6
  11. package/lib/commonjs/components/accordion/_Header.js +7 -7
  12. package/lib/commonjs/components/accordion/_Item.js +3 -3
  13. package/lib/commonjs/components/accordion/_chevron/Chevron.js +1 -1
  14. package/lib/commonjs/components/accordion/_styles.js +1 -1
  15. package/lib/commonjs/components/button/base/Base.js +16 -16
  16. package/lib/commonjs/components/button/base-color/BaseColor.js +5 -5
  17. package/lib/commonjs/components/button/ghost/Ghost.js +2 -2
  18. package/lib/commonjs/components/button/ghost-danger/GhostDanger.js +1 -1
  19. package/lib/commonjs/components/button/ghost-icon/GhostIcon.js +3 -3
  20. package/lib/commonjs/components/button/tertiary/Tertiary.js +2 -2
  21. package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js +3 -3
  22. package/lib/commonjs/components/button-group/ButtonGroup.js +4 -4
  23. package/lib/commonjs/components/checkbox/Checkbox.js +7 -7
  24. package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +6 -6
  25. package/lib/commonjs/components/checkbox-input/CheckboxInput.js +11 -11
  26. package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
  27. package/lib/commonjs/components/collapsible/Collapsible.js +7 -7
  28. package/lib/commonjs/components/form-helper-text/FormHelperText.js +2 -2
  29. package/lib/commonjs/components/form-label/FormLabel.js +2 -2
  30. package/lib/commonjs/components/icon/Icon.js +5 -5
  31. package/lib/commonjs/components/icon/Icon.js.map +1 -1
  32. package/lib/commonjs/components/inline-loading/InlineLoading.js +6 -6
  33. package/lib/commonjs/components/loading/Loading.js +2 -2
  34. package/lib/commonjs/components/loading/_circular-progress/CircularProgress.js +3 -3
  35. package/lib/commonjs/components/modal/Modal.js +39 -39
  36. package/lib/commonjs/components/modal-content/ModalContent.js +11 -11
  37. package/lib/commonjs/components/notification/_status-hooks/_base/useBase.js +3 -3
  38. package/lib/commonjs/components/notification/_variant-context.js +1 -1
  39. package/lib/commonjs/components/notification/_variants/_ButtonGhost.js +3 -3
  40. package/lib/commonjs/components/notification/_variants/_ButtonTertiary.js +3 -3
  41. package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js +1 -1
  42. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +1 -1
  43. package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js +1 -1
  44. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js +1 -1
  45. package/lib/commonjs/components/notification/_variants/toast/ToastVariant.js +5 -5
  46. package/lib/commonjs/components/notification/base/Base.js +12 -12
  47. package/lib/commonjs/components/radio-button/RadioButton.js +7 -7
  48. package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +10 -10
  49. package/lib/commonjs/components/radio-button-group/_Item.js +1 -1
  50. package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +8 -8
  51. package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -1
  52. package/lib/commonjs/components/switch/Switch.js +11 -11
  53. package/lib/commonjs/components/switch/Switch.js.map +1 -1
  54. package/lib/commonjs/components/text/Text.js +4 -1
  55. package/lib/commonjs/components/text/Text.js.map +1 -1
  56. package/lib/commonjs/components/text-area/TextArea.js +2 -2
  57. package/lib/commonjs/components/text-area-field/TextAreaField.js +3 -3
  58. package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js +3 -3
  59. package/lib/commonjs/components/text-input/TextInput.js +3 -3
  60. package/lib/commonjs/components/text-input-field/TextInputField.js +10 -10
  61. package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +8 -8
  62. package/lib/commonjs/components/text-input-fluid/TextInputFluid.js +3 -3
  63. package/lib/commonjs/components/toggle/base/Base.js +9 -9
  64. package/lib/commonjs/components/toggle/default/Default.js +1 -1
  65. package/lib/commonjs/components/toggle/small/Small.js +1 -1
  66. package/lib/commonjs/contexts/breakpoint/BreakpointContext.js +1 -1
  67. package/lib/commonjs/contexts/dialog/DialogContext.js +1 -1
  68. package/lib/commonjs/contexts/toast/ToastContext.js +2 -2
  69. package/lib/commonjs/helpers/breakpoint/get-token.js +1 -1
  70. package/lib/commonjs/helpers/color/get-color-scheme.js +3 -3
  71. package/lib/commonjs/helpers/color/get-color-token.js +2 -2
  72. package/lib/commonjs/providers/dialog/_controller/Controller.js +1 -1
  73. package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js +2 -2
  74. package/lib/commonjs/providers/toast/_overlay/Overlay.js +2 -3
  75. package/lib/commonjs/providers/toast/_overlay/Overlay.js.map +1 -1
  76. package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +4 -4
  77. package/lib/module/_internal/contexts/button-group/ButtonGroupContext.js +2 -2
  78. package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -2
  79. package/lib/module/_internal/contexts/modal/ModalContext.js +2 -2
  80. package/lib/module/_internal/providers/breakpoint/BreakpointProvider.js +1 -1
  81. package/lib/module/_internal/providers/theme/ThemeProvider.js +1 -1
  82. package/lib/module/_internal/style-sheets/common-style-sheet.js +7 -7
  83. package/lib/module/_internal/style-sheets/flex-style-sheet.js +24 -24
  84. package/lib/module/_internal/style-sheets/text-style-sheet.js +15 -15
  85. package/lib/module/carbon-react-native/CarbonReactNative.js +1 -1
  86. package/lib/module/carbon-style-sheet/breakpoint.js +5 -5
  87. package/lib/module/carbon-style-sheet/color.js +1 -1
  88. package/lib/module/carbon-style-sheet/create.js +7 -7
  89. package/lib/module/carbon-style-sheet/index.js +1 -1
  90. package/lib/module/carbon-style-sheet/use.js +1 -1
  91. package/lib/module/components/accordion/Accordion.js +8 -8
  92. package/lib/module/components/accordion/_Header.js +10 -10
  93. package/lib/module/components/accordion/_HeaderBorder.js +3 -3
  94. package/lib/module/components/accordion/_Item.js +6 -6
  95. package/lib/module/components/accordion/_chevron/Chevron.js +4 -4
  96. package/lib/module/components/accordion/_context.js +1 -1
  97. package/lib/module/components/accordion/_motion.js +2 -2
  98. package/lib/module/components/accordion/_styles.js +3 -3
  99. package/lib/module/components/button/base/Base.js +19 -19
  100. package/lib/module/components/button/base-color/BaseColor.js +8 -8
  101. package/lib/module/components/button/ghost/Ghost.js +5 -5
  102. package/lib/module/components/button/ghost-danger/GhostDanger.js +4 -4
  103. package/lib/module/components/button/ghost-icon/GhostIcon.js +6 -6
  104. package/lib/module/components/button/primary/Primary.js +2 -2
  105. package/lib/module/components/button/primary-danger/PrimaryDanger.js +2 -2
  106. package/lib/module/components/button/secondary/Secondary.js +2 -2
  107. package/lib/module/components/button/tertiary/Tertiary.js +5 -5
  108. package/lib/module/components/button/tertiary-danger/TertiaryDanger.js +6 -6
  109. package/lib/module/components/button-group/ButtonGroup.js +7 -7
  110. package/lib/module/components/checkbox/Checkbox.js +10 -10
  111. package/lib/module/components/checkbox-group/CheckboxGroup.js +11 -11
  112. package/lib/module/components/checkbox-input/CheckboxInput.js +16 -16
  113. package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
  114. package/lib/module/components/collapsible/Collapsible.js +10 -10
  115. package/lib/module/components/form-helper-text/FormHelperText.js +4 -4
  116. package/lib/module/components/form-label/FormLabel.js +4 -4
  117. package/lib/module/components/icon/Icon.js +8 -8
  118. package/lib/module/components/icon/Icon.js.map +1 -1
  119. package/lib/module/components/inline-loading/InlineLoading.js +11 -11
  120. package/lib/module/components/layer/Layer.js +3 -3
  121. package/lib/module/components/layer/LayerContext.js +1 -1
  122. package/lib/module/components/loading/Loading.js +5 -5
  123. package/lib/module/components/loading/_circular-progress/CircularProgress.js +5 -5
  124. package/lib/module/components/loading/_map-circle-background-color.js +1 -1
  125. package/lib/module/components/loading/_map-circle-stroke-color.js +1 -1
  126. package/lib/module/components/modal/Modal.js +43 -43
  127. package/lib/module/components/modal-content/ModalContent.js +14 -14
  128. package/lib/module/components/notification/_VariantContextProvider.js +1 -1
  129. package/lib/module/components/notification/_status-hooks/_base/useBase.js +5 -5
  130. package/lib/module/components/notification/_status-hooks/error/useError.js +3 -3
  131. package/lib/module/components/notification/_status-hooks/informational/useInformational.js +3 -3
  132. package/lib/module/components/notification/_status-hooks/success/useSuccess.js +3 -3
  133. package/lib/module/components/notification/_status-hooks/warning/useWarning.js +3 -3
  134. package/lib/module/components/notification/_variant-context.js +2 -2
  135. package/lib/module/components/notification/_variants/_ButtonGhost.js +6 -6
  136. package/lib/module/components/notification/_variants/_ButtonTertiary.js +6 -6
  137. package/lib/module/components/notification/_variants/actionable/ActionableVariant.js +2 -2
  138. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +2 -2
  139. package/lib/module/components/notification/_variants/callout/CalloutVariant.js +2 -2
  140. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js +2 -2
  141. package/lib/module/components/notification/_variants/toast/ToastVariant.js +8 -8
  142. package/lib/module/components/notification/actionable/error/Error.js +1 -1
  143. package/lib/module/components/notification/actionable/informational/Informational.js +1 -1
  144. package/lib/module/components/notification/actionable/success/Success.js +1 -1
  145. package/lib/module/components/notification/actionable/warning/Warning.js +1 -1
  146. package/lib/module/components/notification/actionable-inline/error/Error.js +1 -1
  147. package/lib/module/components/notification/actionable-inline/informational/Informational.js +1 -1
  148. package/lib/module/components/notification/actionable-inline/success/Success.js +1 -1
  149. package/lib/module/components/notification/actionable-inline/warning/Warning.js +1 -1
  150. package/lib/module/components/notification/base/Base.js +16 -16
  151. package/lib/module/components/notification/callout/error/Error.js +1 -1
  152. package/lib/module/components/notification/callout/informational/Informational.js +1 -1
  153. package/lib/module/components/notification/callout/success/Success.js +1 -1
  154. package/lib/module/components/notification/callout/warning/Warning.js +1 -1
  155. package/lib/module/components/notification/callout-inline/error/Error.js +1 -1
  156. package/lib/module/components/notification/callout-inline/informational/Informational.js +1 -1
  157. package/lib/module/components/notification/callout-inline/success/Success.js +1 -1
  158. package/lib/module/components/notification/callout-inline/warning/Warning.js +1 -1
  159. package/lib/module/components/notification/subtitle/Subtitle.js +1 -1
  160. package/lib/module/components/notification/subtitle-link/SubtitleLink.js +1 -1
  161. package/lib/module/components/notification/toast/error/Error.js +1 -1
  162. package/lib/module/components/notification/toast/informational/Informational.js +1 -1
  163. package/lib/module/components/notification/toast/success/Success.js +1 -1
  164. package/lib/module/components/notification/toast/warning/Warning.js +1 -1
  165. package/lib/module/components/radio-button/RadioButton.js +10 -10
  166. package/lib/module/components/radio-button-group/RadioButtonGroup.js +15 -15
  167. package/lib/module/components/radio-button-group/_Item.js +2 -2
  168. package/lib/module/components/radio-button-group/_item-context.js +1 -1
  169. package/lib/module/components/radio-button-input/RadioButtonInput.js +10 -10
  170. package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -1
  171. package/lib/module/components/switch/Switch.js +15 -15
  172. package/lib/module/components/switch/Switch.js.map +1 -1
  173. package/lib/module/components/text/Text.js +7 -4
  174. package/lib/module/components/text/Text.js.map +1 -1
  175. package/lib/module/components/text-area/TextArea.js +5 -5
  176. package/lib/module/components/text-area-field/TextAreaField.js +6 -6
  177. package/lib/module/components/text-area-fluid/TextAreaFluid.js +8 -8
  178. package/lib/module/components/text-input/TextInput.js +6 -6
  179. package/lib/module/components/text-input-field/TextInputField.js +15 -15
  180. package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +11 -11
  181. package/lib/module/components/text-input-fluid/TextInputFluid.js +8 -8
  182. package/lib/module/components/toggle/base/Base.js +12 -12
  183. package/lib/module/components/toggle/default/Default.js +2 -2
  184. package/lib/module/components/toggle/small/Small.js +2 -2
  185. package/lib/module/const/dialog-animation-configs/carbon-react.js +2 -2
  186. package/lib/module/const/dialog-animation-configs/fade-bottom-up-2.js +2 -2
  187. package/lib/module/const/dialog-animation-configs/fade-bottom-up.js +2 -2
  188. package/lib/module/contexts/breakpoint/BreakpointContext.js +3 -3
  189. package/lib/module/contexts/dialog/DialogContext.js +2 -2
  190. package/lib/module/contexts/theme/ThemeContext.js +1 -1
  191. package/lib/module/contexts/toast/ToastContext.js +3 -3
  192. package/lib/module/helpers/breakpoint/get-token.js +2 -2
  193. package/lib/module/helpers/color/get-color-scheme.js +4 -4
  194. package/lib/module/helpers/color/get-color-token.js +2 -2
  195. package/lib/module/hooks/breakpoint/use.js +2 -2
  196. package/lib/module/providers/dialog/DialogProvider.js +1 -1
  197. package/lib/module/providers/dialog/_controller/Controller.js +3 -3
  198. package/lib/module/providers/dialog/_controller/_modal/Modal.js +2 -2
  199. package/lib/module/providers/dialog/_controller/_overlay/Overlay.js +4 -4
  200. package/lib/module/providers/toast/ToastProvider.js +1 -1
  201. package/lib/module/providers/toast/_overlay/Overlay.js +5 -6
  202. package/lib/module/providers/toast/_overlay/Overlay.js.map +1 -1
  203. package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +7 -7
  204. package/lib/typescript/commonjs/_internal/contexts/button-group/ButtonGroupContext.d.ts +4 -4
  205. package/lib/typescript/commonjs/_internal/contexts/button-group/index.d.ts +1 -1
  206. package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts +1 -1
  207. package/lib/typescript/commonjs/_internal/contexts/global-config/index.d.ts +1 -1
  208. package/lib/typescript/commonjs/_internal/contexts/index.d.ts +3 -3
  209. package/lib/typescript/commonjs/_internal/contexts/modal/ModalContext.d.ts +1 -1
  210. package/lib/typescript/commonjs/_internal/contexts/modal/index.d.ts +1 -1
  211. package/lib/typescript/commonjs/_internal/globals/breakpoint/index.d.ts +1 -1
  212. package/lib/typescript/commonjs/_internal/globals/index.d.ts +2 -2
  213. package/lib/typescript/commonjs/_internal/helpers/index.d.ts +1 -1
  214. package/lib/typescript/commonjs/_internal/helpers/math/index.d.ts +1 -1
  215. package/lib/typescript/commonjs/_internal/providers/breakpoint/BreakpointProvider.d.ts +1 -1
  216. package/lib/typescript/commonjs/_internal/providers/breakpoint/index.d.ts +2 -2
  217. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  218. package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  219. package/lib/typescript/commonjs/_internal/providers/global-config/index.d.ts +2 -2
  220. package/lib/typescript/commonjs/_internal/providers/index.d.ts +3 -3
  221. package/lib/typescript/commonjs/_internal/providers/theme/ThemeProvider.d.ts +1 -1
  222. package/lib/typescript/commonjs/_internal/providers/theme/ThemeProviderProps.d.ts +2 -2
  223. package/lib/typescript/commonjs/_internal/providers/theme/index.d.ts +2 -2
  224. package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +3 -3
  225. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts +1 -1
  226. package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  227. package/lib/typescript/commonjs/carbon-react-native/index.d.ts +2 -2
  228. package/lib/typescript/commonjs/carbon-style-sheet/color.d.ts +1 -1
  229. package/lib/typescript/commonjs/carbon-style-sheet/create.d.ts +2 -2
  230. package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts +3 -3
  231. package/lib/typescript/commonjs/components/accordion/Accordion.d.ts +2 -2
  232. package/lib/typescript/commonjs/components/accordion/AccordionHeaderProps.d.ts +3 -3
  233. package/lib/typescript/commonjs/components/accordion/AccordionItemProps.d.ts +4 -4
  234. package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts +2 -2
  235. package/lib/typescript/commonjs/components/accordion/AccordionProps.d.ts +3 -3
  236. package/lib/typescript/commonjs/components/accordion/AccordionRef.d.ts +1 -1
  237. package/lib/typescript/commonjs/components/accordion/AccordionSize.d.ts +1 -1
  238. package/lib/typescript/commonjs/components/accordion/_Header.d.ts +1 -1
  239. package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts +2 -2
  240. package/lib/typescript/commonjs/components/accordion/_Item.d.ts +2 -2
  241. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts +1 -1
  242. package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts +2 -2
  243. package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts +2 -2
  244. package/lib/typescript/commonjs/components/accordion/_context.d.ts +5 -5
  245. package/lib/typescript/commonjs/components/accordion/_motion.d.ts +2 -2
  246. package/lib/typescript/commonjs/components/accordion/index.d.ts +7 -7
  247. package/lib/typescript/commonjs/components/button/Size.d.ts +1 -1
  248. package/lib/typescript/commonjs/components/button/base/Base.d.ts +2 -2
  249. package/lib/typescript/commonjs/components/button/base/BaseProps.d.ts +11 -11
  250. package/lib/typescript/commonjs/components/button/base/BaseRef.d.ts +1 -1
  251. package/lib/typescript/commonjs/components/button/base/index.d.ts +3 -3
  252. package/lib/typescript/commonjs/components/button/base-color/BaseColor.d.ts +2 -2
  253. package/lib/typescript/commonjs/components/button/base-color/BaseColorProps.d.ts +5 -5
  254. package/lib/typescript/commonjs/components/button/base-color/BaseColorRef.d.ts +1 -1
  255. package/lib/typescript/commonjs/components/button/base-color/BaseColorState.d.ts +1 -1
  256. package/lib/typescript/commonjs/components/button/base-color/index.d.ts +4 -4
  257. package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts +2 -2
  258. package/lib/typescript/commonjs/components/button/ghost/GhostProps.d.ts +2 -2
  259. package/lib/typescript/commonjs/components/button/ghost/GhostRef.d.ts +1 -1
  260. package/lib/typescript/commonjs/components/button/ghost/index.d.ts +3 -3
  261. package/lib/typescript/commonjs/components/button/ghost-danger/GhostDanger.d.ts +2 -2
  262. package/lib/typescript/commonjs/components/button/ghost-danger/GhostDangerProps.d.ts +2 -2
  263. package/lib/typescript/commonjs/components/button/ghost-danger/GhostDangerRef.d.ts +1 -1
  264. package/lib/typescript/commonjs/components/button/ghost-danger/index.d.ts +3 -3
  265. package/lib/typescript/commonjs/components/button/ghost-icon/GhostIcon.d.ts +2 -2
  266. package/lib/typescript/commonjs/components/button/ghost-icon/GhostIconProps.d.ts +4 -4
  267. package/lib/typescript/commonjs/components/button/ghost-icon/GhostIconRef.d.ts +1 -1
  268. package/lib/typescript/commonjs/components/button/ghost-icon/index.d.ts +3 -3
  269. package/lib/typescript/commonjs/components/button/index.d.ts +11 -11
  270. package/lib/typescript/commonjs/components/button/primary/Primary.d.ts +2 -2
  271. package/lib/typescript/commonjs/components/button/primary/PrimaryProps.d.ts +2 -2
  272. package/lib/typescript/commonjs/components/button/primary/PrimaryRef.d.ts +1 -1
  273. package/lib/typescript/commonjs/components/button/primary/index.d.ts +3 -3
  274. package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDanger.d.ts +2 -2
  275. package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDangerProps.d.ts +2 -2
  276. package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDangerRef.d.ts +1 -1
  277. package/lib/typescript/commonjs/components/button/primary-danger/index.d.ts +3 -3
  278. package/lib/typescript/commonjs/components/button/secondary/Secondary.d.ts +2 -2
  279. package/lib/typescript/commonjs/components/button/secondary/SecondaryProps.d.ts +2 -2
  280. package/lib/typescript/commonjs/components/button/secondary/SecondaryRef.d.ts +1 -1
  281. package/lib/typescript/commonjs/components/button/secondary/index.d.ts +3 -3
  282. package/lib/typescript/commonjs/components/button/tertiary/Tertiary.d.ts +2 -2
  283. package/lib/typescript/commonjs/components/button/tertiary/TertiaryProps.d.ts +2 -2
  284. package/lib/typescript/commonjs/components/button/tertiary/TertiaryRef.d.ts +1 -1
  285. package/lib/typescript/commonjs/components/button/tertiary/index.d.ts +3 -3
  286. package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDanger.d.ts +2 -2
  287. package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDangerProps.d.ts +2 -2
  288. package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDangerRef.d.ts +1 -1
  289. package/lib/typescript/commonjs/components/button/tertiary-danger/index.d.ts +3 -3
  290. package/lib/typescript/commonjs/components/button-group/ButtonGroup.d.ts +2 -2
  291. package/lib/typescript/commonjs/components/button-group/ButtonGroupProps.d.ts +4 -4
  292. package/lib/typescript/commonjs/components/button-group/ButtonGroupRef.d.ts +1 -1
  293. package/lib/typescript/commonjs/components/button-group/index.d.ts +3 -3
  294. package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts +2 -2
  295. package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts +13 -13
  296. package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts +2 -2
  297. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +3 -3
  298. package/lib/typescript/commonjs/components/checkbox/index.d.ts +3 -3
  299. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts +2 -2
  300. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts +1 -1
  301. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupProps.d.ts +5 -5
  302. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupRef.d.ts +1 -1
  303. package/lib/typescript/commonjs/components/checkbox-group/index.d.ts +4 -4
  304. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts +2 -2
  305. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputInteractiveState.d.ts +1 -1
  306. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
  307. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  308. package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts +1 -1
  309. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +5 -5
  310. package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts +2 -2
  311. package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts +3 -3
  312. package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts +2 -2
  313. package/lib/typescript/commonjs/components/collapsible/index.d.ts +3 -3
  314. package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts +2 -2
  315. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts +4 -4
  316. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextRef.d.ts +1 -1
  317. package/lib/typescript/commonjs/components/form-helper-text/index.d.ts +3 -3
  318. package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts +2 -2
  319. package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts +4 -4
  320. package/lib/typescript/commonjs/components/form-label/FormLabelRef.d.ts +1 -1
  321. package/lib/typescript/commonjs/components/form-label/index.d.ts +3 -3
  322. package/lib/typescript/commonjs/components/icon/Icon.d.ts +2 -2
  323. package/lib/typescript/commonjs/components/icon/IconProps.d.ts +3 -3
  324. package/lib/typescript/commonjs/components/icon/index.d.ts +2 -2
  325. package/lib/typescript/commonjs/components/index.d.ts +28 -28
  326. package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts +2 -2
  327. package/lib/typescript/commonjs/components/inline-loading/InlineLoadingProps.d.ts +5 -5
  328. package/lib/typescript/commonjs/components/inline-loading/InlineLoadingRef.d.ts +1 -1
  329. package/lib/typescript/commonjs/components/inline-loading/InlineLoadingState.d.ts +1 -1
  330. package/lib/typescript/commonjs/components/inline-loading/index.d.ts +4 -4
  331. package/lib/typescript/commonjs/components/layer/Layer.d.ts +2 -2
  332. package/lib/typescript/commonjs/components/layer/LayerProps.d.ts +2 -2
  333. package/lib/typescript/commonjs/components/layer/LayerRef.d.ts +1 -1
  334. package/lib/typescript/commonjs/components/layer/index.d.ts +4 -4
  335. package/lib/typescript/commonjs/components/loading/Loading.d.ts +2 -2
  336. package/lib/typescript/commonjs/components/loading/LoadingProps.d.ts +2 -2
  337. package/lib/typescript/commonjs/components/loading/LoadingRef.d.ts +1 -1
  338. package/lib/typescript/commonjs/components/loading/LoadingType.d.ts +1 -1
  339. package/lib/typescript/commonjs/components/loading/_circular-progress/CircularProgress.d.ts +2 -2
  340. package/lib/typescript/commonjs/components/loading/_circular-progress/CircularProgressProps.d.ts +3 -3
  341. package/lib/typescript/commonjs/components/loading/_circular-progress/index.d.ts +2 -2
  342. package/lib/typescript/commonjs/components/loading/_map-circle-background-color.d.ts +3 -3
  343. package/lib/typescript/commonjs/components/loading/_map-circle-stroke-color.d.ts +2 -2
  344. package/lib/typescript/commonjs/components/loading/index.d.ts +4 -4
  345. package/lib/typescript/commonjs/components/modal/Modal.d.ts +2 -2
  346. package/lib/typescript/commonjs/components/modal/ModalProps.d.ts +4 -4
  347. package/lib/typescript/commonjs/components/modal/ModalRef.d.ts +1 -1
  348. package/lib/typescript/commonjs/components/modal/ModalSize.d.ts +1 -1
  349. package/lib/typescript/commonjs/components/modal/index.d.ts +4 -4
  350. package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts +2 -2
  351. package/lib/typescript/commonjs/components/modal-content/ModalContentProps.d.ts +1 -1
  352. package/lib/typescript/commonjs/components/modal-content/ModalContentRef.d.ts +1 -1
  353. package/lib/typescript/commonjs/components/modal-content/index.d.ts +3 -3
  354. package/lib/typescript/commonjs/components/notification/NotificationColor.d.ts +1 -1
  355. package/lib/typescript/commonjs/components/notification/_VariantContextProvider.d.ts +1 -1
  356. package/lib/typescript/commonjs/components/notification/_status-hooks/_base/UseBaseData.d.ts +6 -6
  357. package/lib/typescript/commonjs/components/notification/_status-hooks/_base/UseBaseProps.d.ts +2 -2
  358. package/lib/typescript/commonjs/components/notification/_status-hooks/_base/index.d.ts +3 -3
  359. package/lib/typescript/commonjs/components/notification/_status-hooks/_base/useBase.d.ts +2 -2
  360. package/lib/typescript/commonjs/components/notification/_status-hooks/error/UseErrorData.d.ts +3 -3
  361. package/lib/typescript/commonjs/components/notification/_status-hooks/error/UseErrorProps.d.ts +3 -3
  362. package/lib/typescript/commonjs/components/notification/_status-hooks/error/index.d.ts +3 -3
  363. package/lib/typescript/commonjs/components/notification/_status-hooks/error/useError.d.ts +2 -2
  364. package/lib/typescript/commonjs/components/notification/_status-hooks/index.d.ts +4 -4
  365. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/UseInformationalData.d.ts +3 -3
  366. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/UseInformationalProps.d.ts +3 -3
  367. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/index.d.ts +3 -3
  368. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/useInformational.d.ts +2 -2
  369. package/lib/typescript/commonjs/components/notification/_status-hooks/success/UseSuccessData.d.ts +3 -3
  370. package/lib/typescript/commonjs/components/notification/_status-hooks/success/UseSuccessProps.d.ts +3 -3
  371. package/lib/typescript/commonjs/components/notification/_status-hooks/success/index.d.ts +3 -3
  372. package/lib/typescript/commonjs/components/notification/_status-hooks/success/useSuccess.d.ts +2 -2
  373. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/UseWarningData.d.ts +3 -3
  374. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/UseWarningProps.d.ts +3 -3
  375. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/index.d.ts +3 -3
  376. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/useWarning.d.ts +2 -2
  377. package/lib/typescript/commonjs/components/notification/_variant-context.d.ts +1 -1
  378. package/lib/typescript/commonjs/components/notification/_variants/_ButtonGhost.d.ts +1 -1
  379. package/lib/typescript/commonjs/components/notification/_variants/_ButtonTertiary.d.ts +1 -1
  380. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariant.d.ts +2 -2
  381. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts +8 -8
  382. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantRef.d.ts +1 -1
  383. package/lib/typescript/commonjs/components/notification/_variants/actionable/index.d.ts +3 -3
  384. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +2 -2
  385. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +8 -8
  386. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +1 -1
  387. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts +3 -3
  388. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariant.d.ts +2 -2
  389. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts +6 -6
  390. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantRef.d.ts +1 -1
  391. package/lib/typescript/commonjs/components/notification/_variants/callout/index.d.ts +3 -3
  392. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +2 -2
  393. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +6 -6
  394. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +1 -1
  395. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts +3 -3
  396. package/lib/typescript/commonjs/components/notification/_variants/index.d.ts +5 -5
  397. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariant.d.ts +2 -2
  398. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts +6 -6
  399. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantRef.d.ts +1 -1
  400. package/lib/typescript/commonjs/components/notification/_variants/toast/index.d.ts +3 -3
  401. package/lib/typescript/commonjs/components/notification/actionable/error/Error.d.ts +2 -2
  402. package/lib/typescript/commonjs/components/notification/actionable/error/ErrorProps.d.ts +4 -4
  403. package/lib/typescript/commonjs/components/notification/actionable/error/ErrorRef.d.ts +1 -1
  404. package/lib/typescript/commonjs/components/notification/actionable/error/index.d.ts +3 -3
  405. package/lib/typescript/commonjs/components/notification/actionable/index.d.ts +4 -4
  406. package/lib/typescript/commonjs/components/notification/actionable/informational/Informational.d.ts +2 -2
  407. package/lib/typescript/commonjs/components/notification/actionable/informational/InformationalProps.d.ts +4 -4
  408. package/lib/typescript/commonjs/components/notification/actionable/informational/InformationalRef.d.ts +1 -1
  409. package/lib/typescript/commonjs/components/notification/actionable/informational/index.d.ts +3 -3
  410. package/lib/typescript/commonjs/components/notification/actionable/success/Success.d.ts +2 -2
  411. package/lib/typescript/commonjs/components/notification/actionable/success/SuccessProps.d.ts +4 -4
  412. package/lib/typescript/commonjs/components/notification/actionable/success/SuccessRef.d.ts +1 -1
  413. package/lib/typescript/commonjs/components/notification/actionable/success/index.d.ts +3 -3
  414. package/lib/typescript/commonjs/components/notification/actionable/warning/Warning.d.ts +2 -2
  415. package/lib/typescript/commonjs/components/notification/actionable/warning/WarningProps.d.ts +4 -4
  416. package/lib/typescript/commonjs/components/notification/actionable/warning/WarningRef.d.ts +1 -1
  417. package/lib/typescript/commonjs/components/notification/actionable/warning/index.d.ts +3 -3
  418. package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts +2 -2
  419. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts +4 -4
  420. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts +1 -1
  421. package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts +3 -3
  422. package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts +4 -4
  423. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts +2 -2
  424. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts +4 -4
  425. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts +1 -1
  426. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts +3 -3
  427. package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts +2 -2
  428. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts +4 -4
  429. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts +1 -1
  430. package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts +3 -3
  431. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts +2 -2
  432. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts +4 -4
  433. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts +1 -1
  434. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts +3 -3
  435. package/lib/typescript/commonjs/components/notification/base/Base.d.ts +2 -2
  436. package/lib/typescript/commonjs/components/notification/base/BaseProps.d.ts +16 -16
  437. package/lib/typescript/commonjs/components/notification/base/BaseRef.d.ts +1 -1
  438. package/lib/typescript/commonjs/components/notification/base/index.d.ts +3 -3
  439. package/lib/typescript/commonjs/components/notification/callout/error/Error.d.ts +2 -2
  440. package/lib/typescript/commonjs/components/notification/callout/error/ErrorProps.d.ts +4 -4
  441. package/lib/typescript/commonjs/components/notification/callout/error/ErrorRef.d.ts +1 -1
  442. package/lib/typescript/commonjs/components/notification/callout/error/index.d.ts +3 -3
  443. package/lib/typescript/commonjs/components/notification/callout/index.d.ts +4 -4
  444. package/lib/typescript/commonjs/components/notification/callout/informational/Informational.d.ts +2 -2
  445. package/lib/typescript/commonjs/components/notification/callout/informational/InformationalProps.d.ts +4 -4
  446. package/lib/typescript/commonjs/components/notification/callout/informational/InformationalRef.d.ts +1 -1
  447. package/lib/typescript/commonjs/components/notification/callout/informational/index.d.ts +3 -3
  448. package/lib/typescript/commonjs/components/notification/callout/success/Success.d.ts +2 -2
  449. package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts +4 -4
  450. package/lib/typescript/commonjs/components/notification/callout/success/SuccessRef.d.ts +1 -1
  451. package/lib/typescript/commonjs/components/notification/callout/success/index.d.ts +3 -3
  452. package/lib/typescript/commonjs/components/notification/callout/warning/Warning.d.ts +2 -2
  453. package/lib/typescript/commonjs/components/notification/callout/warning/WarningProps.d.ts +4 -4
  454. package/lib/typescript/commonjs/components/notification/callout/warning/WarningRef.d.ts +1 -1
  455. package/lib/typescript/commonjs/components/notification/callout/warning/index.d.ts +3 -3
  456. package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts +2 -2
  457. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts +4 -4
  458. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts +1 -1
  459. package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts +3 -3
  460. package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts +4 -4
  461. package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts +2 -2
  462. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts +4 -4
  463. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts +1 -1
  464. package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts +3 -3
  465. package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts +2 -2
  466. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts +4 -4
  467. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts +1 -1
  468. package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts +3 -3
  469. package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts +2 -2
  470. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts +4 -4
  471. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts +1 -1
  472. package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts +3 -3
  473. package/lib/typescript/commonjs/components/notification/index.d.ts +9 -9
  474. package/lib/typescript/commonjs/components/notification/subtitle/Subtitle.d.ts +2 -2
  475. package/lib/typescript/commonjs/components/notification/subtitle/SubtitleProps.d.ts +2 -2
  476. package/lib/typescript/commonjs/components/notification/subtitle/SubtitleRef.d.ts +1 -1
  477. package/lib/typescript/commonjs/components/notification/subtitle/index.d.ts +3 -3
  478. package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLink.d.ts +2 -2
  479. package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLinkProps.d.ts +1 -1
  480. package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLinkRef.d.ts +1 -1
  481. package/lib/typescript/commonjs/components/notification/subtitle-link/index.d.ts +3 -3
  482. package/lib/typescript/commonjs/components/notification/toast/error/Error.d.ts +2 -2
  483. package/lib/typescript/commonjs/components/notification/toast/error/ErrorProps.d.ts +4 -4
  484. package/lib/typescript/commonjs/components/notification/toast/error/ErrorRef.d.ts +1 -1
  485. package/lib/typescript/commonjs/components/notification/toast/error/index.d.ts +3 -3
  486. package/lib/typescript/commonjs/components/notification/toast/index.d.ts +4 -4
  487. package/lib/typescript/commonjs/components/notification/toast/informational/Informational.d.ts +2 -2
  488. package/lib/typescript/commonjs/components/notification/toast/informational/InformationalProps.d.ts +4 -4
  489. package/lib/typescript/commonjs/components/notification/toast/informational/InformationalRef.d.ts +1 -1
  490. package/lib/typescript/commonjs/components/notification/toast/informational/index.d.ts +3 -3
  491. package/lib/typescript/commonjs/components/notification/toast/success/Success.d.ts +2 -2
  492. package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts +4 -4
  493. package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts +1 -1
  494. package/lib/typescript/commonjs/components/notification/toast/success/index.d.ts +3 -3
  495. package/lib/typescript/commonjs/components/notification/toast/warning/Warning.d.ts +2 -2
  496. package/lib/typescript/commonjs/components/notification/toast/warning/WarningProps.d.ts +4 -4
  497. package/lib/typescript/commonjs/components/notification/toast/warning/WarningRef.d.ts +1 -1
  498. package/lib/typescript/commonjs/components/notification/toast/warning/index.d.ts +3 -3
  499. package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts +2 -2
  500. package/lib/typescript/commonjs/components/radio-button/RadioButtonProps.d.ts +12 -12
  501. package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts +2 -2
  502. package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts +2 -2
  503. package/lib/typescript/commonjs/components/radio-button/index.d.ts +3 -3
  504. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts +2 -2
  505. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts +1 -1
  506. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupItemProps.d.ts +2 -2
  507. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupItemRef.d.ts +1 -1
  508. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupProps.d.ts +9 -9
  509. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupRef.d.ts +2 -2
  510. package/lib/typescript/commonjs/components/radio-button-group/_Item.d.ts +2 -2
  511. package/lib/typescript/commonjs/components/radio-button-group/_RefBase.d.ts +3 -3
  512. package/lib/typescript/commonjs/components/radio-button-group/_item-context.d.ts +4 -4
  513. package/lib/typescript/commonjs/components/radio-button-group/index.d.ts +6 -6
  514. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts +2 -2
  515. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputInteractiveState.d.ts +1 -1
  516. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputProps.d.ts +5 -5
  517. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  518. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts +4 -4
  519. package/lib/typescript/commonjs/components/switch/Switch.d.ts +2 -2
  520. package/lib/typescript/commonjs/components/switch/SwitchProps.d.ts +7 -7
  521. package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts +2 -2
  522. package/lib/typescript/commonjs/components/switch/SwitchSize.d.ts +1 -1
  523. package/lib/typescript/commonjs/components/switch/SwitchState.d.ts +1 -1
  524. package/lib/typescript/commonjs/components/switch/index.d.ts +5 -5
  525. package/lib/typescript/commonjs/components/text/Text.d.ts +2 -2
  526. package/lib/typescript/commonjs/components/text/TextProps.d.ts +3 -3
  527. package/lib/typescript/commonjs/components/text/TextRef.d.ts +1 -1
  528. package/lib/typescript/commonjs/components/text/index.d.ts +3 -3
  529. package/lib/typescript/commonjs/components/text-area/TextArea.d.ts +2 -2
  530. package/lib/typescript/commonjs/components/text-area/TextAreaProps.d.ts +2 -2
  531. package/lib/typescript/commonjs/components/text-area/TextAreaRef.d.ts +2 -2
  532. package/lib/typescript/commonjs/components/text-area/_TextAreaRefBase.d.ts +1 -1
  533. package/lib/typescript/commonjs/components/text-area/index.d.ts +3 -3
  534. package/lib/typescript/commonjs/components/text-area-field/TextAreaField.d.ts +2 -2
  535. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldInteractiveState.d.ts +1 -1
  536. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts +2 -2
  537. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldRef.d.ts +1 -1
  538. package/lib/typescript/commonjs/components/text-area-field/index.d.ts +4 -4
  539. package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluid.d.ts +2 -2
  540. package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluidProps.d.ts +2 -2
  541. package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluidRef.d.ts +1 -1
  542. package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts +3 -3
  543. package/lib/typescript/commonjs/components/text-input/TextInput.d.ts +2 -2
  544. package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts +2 -2
  545. package/lib/typescript/commonjs/components/text-input/TextInputRef.d.ts +2 -2
  546. package/lib/typescript/commonjs/components/text-input/TextInputSize.d.ts +1 -1
  547. package/lib/typescript/commonjs/components/text-input/_TextInputRefBase.d.ts +1 -1
  548. package/lib/typescript/commonjs/components/text-input/index.d.ts +4 -4
  549. package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts +2 -2
  550. package/lib/typescript/commonjs/components/text-input-field/TextInputFieldInteractiveState.d.ts +1 -1
  551. package/lib/typescript/commonjs/components/text-input-field/TextInputFieldProps.d.ts +6 -6
  552. package/lib/typescript/commonjs/components/text-input-field/TextInputFieldRef.d.ts +1 -1
  553. package/lib/typescript/commonjs/components/text-input-field/TextInputFieldSize.d.ts +1 -1
  554. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts +2 -2
  555. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInputProps.d.ts +2 -2
  556. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInputRef.d.ts +1 -1
  557. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/index.d.ts +3 -3
  558. package/lib/typescript/commonjs/components/text-input-field/index.d.ts +5 -5
  559. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluid.d.ts +2 -2
  560. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts +2 -2
  561. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidRef.d.ts +1 -1
  562. package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts +3 -3
  563. package/lib/typescript/commonjs/components/toggle/State.d.ts +1 -1
  564. package/lib/typescript/commonjs/components/toggle/base/Base.d.ts +2 -2
  565. package/lib/typescript/commonjs/components/toggle/base/BaseProps.d.ts +12 -12
  566. package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts +2 -2
  567. package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts +3 -3
  568. package/lib/typescript/commonjs/components/toggle/base/index.d.ts +3 -3
  569. package/lib/typescript/commonjs/components/toggle/default/Default.d.ts +2 -2
  570. package/lib/typescript/commonjs/components/toggle/default/DefaultProps.d.ts +3 -3
  571. package/lib/typescript/commonjs/components/toggle/default/DefaultRef.d.ts +1 -1
  572. package/lib/typescript/commonjs/components/toggle/default/index.d.ts +3 -3
  573. package/lib/typescript/commonjs/components/toggle/index.d.ts +4 -4
  574. package/lib/typescript/commonjs/components/toggle/small/Small.d.ts +2 -2
  575. package/lib/typescript/commonjs/components/toggle/small/SmallProps.d.ts +3 -3
  576. package/lib/typescript/commonjs/components/toggle/small/SmallRef.d.ts +1 -1
  577. package/lib/typescript/commonjs/components/toggle/small/index.d.ts +3 -3
  578. package/lib/typescript/commonjs/const/dialog-animation-configs/index.d.ts +3 -3
  579. package/lib/typescript/commonjs/const/index.d.ts +1 -1
  580. package/lib/typescript/commonjs/contexts/breakpoint/BreakpointContext.d.ts +1 -1
  581. package/lib/typescript/commonjs/contexts/breakpoint/index.d.ts +1 -1
  582. package/lib/typescript/commonjs/contexts/dialog/DialogContext.d.ts +1 -1
  583. package/lib/typescript/commonjs/contexts/dialog/DialogType.d.ts +1 -0
  584. package/lib/typescript/commonjs/contexts/dialog/DialogType.d.ts.map +1 -1
  585. package/lib/typescript/commonjs/contexts/dialog/index.d.ts +2 -2
  586. package/lib/typescript/commonjs/contexts/index.d.ts +4 -4
  587. package/lib/typescript/commonjs/contexts/theme/ThemeContext.d.ts +1 -1
  588. package/lib/typescript/commonjs/contexts/theme/index.d.ts +1 -1
  589. package/lib/typescript/commonjs/contexts/toast/ToastContext.d.ts +1 -1
  590. package/lib/typescript/commonjs/contexts/toast/index.d.ts +2 -2
  591. package/lib/typescript/commonjs/helpers/breakpoint/get-token.d.ts +1 -1
  592. package/lib/typescript/commonjs/helpers/breakpoint/index.d.ts +1 -1
  593. package/lib/typescript/commonjs/helpers/color/get-color-scheme.d.ts +2 -2
  594. package/lib/typescript/commonjs/helpers/color/get-color-token.d.ts +2 -2
  595. package/lib/typescript/commonjs/helpers/color/index.d.ts +3 -3
  596. package/lib/typescript/commonjs/helpers/index.d.ts +2 -2
  597. package/lib/typescript/commonjs/hooks/breakpoint/index.d.ts +1 -1
  598. package/lib/typescript/commonjs/hooks/breakpoint/use.d.ts +1 -1
  599. package/lib/typescript/commonjs/hooks/index.d.ts +2 -2
  600. package/lib/typescript/commonjs/index.d.ts +9 -9
  601. package/lib/typescript/commonjs/providers/dialog/DialogProvider.d.ts +2 -2
  602. package/lib/typescript/commonjs/providers/dialog/DialogProviderAnimationConfig.d.ts +1 -1
  603. package/lib/typescript/commonjs/providers/dialog/DialogProviderProps.d.ts +5 -5
  604. package/lib/typescript/commonjs/providers/dialog/DialogProviderRef.d.ts +1 -1
  605. package/lib/typescript/commonjs/providers/dialog/_controller/Controller.d.ts +2 -2
  606. package/lib/typescript/commonjs/providers/dialog/_controller/ControllerProps.d.ts +2 -2
  607. package/lib/typescript/commonjs/providers/dialog/_controller/ControllerRef.d.ts +1 -1
  608. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/Modal.d.ts +2 -2
  609. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalProps.d.ts +2 -2
  610. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalRef.d.ts +1 -1
  611. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/index.d.ts +3 -3
  612. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/Overlay.d.ts +2 -2
  613. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayProps.d.ts +1 -1
  614. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayRef.d.ts +2 -2
  615. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/index.d.ts +3 -3
  616. package/lib/typescript/commonjs/providers/dialog/_controller/index.d.ts +3 -3
  617. package/lib/typescript/commonjs/providers/dialog/index.d.ts +4 -4
  618. package/lib/typescript/commonjs/providers/index.d.ts +2 -2
  619. package/lib/typescript/commonjs/providers/toast/ToastProvider.d.ts +2 -2
  620. package/lib/typescript/commonjs/providers/toast/ToastRef.d.ts +1 -1
  621. package/lib/typescript/commonjs/providers/toast/_overlay/Overlay.d.ts +1 -1
  622. package/lib/typescript/commonjs/providers/toast/_overlay/OverlayRef.d.ts +1 -1
  623. package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts +2 -2
  624. package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapperProps.d.ts +1 -1
  625. package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/index.d.ts +3 -3
  626. package/lib/typescript/commonjs/providers/toast/_overlay/index.d.ts +2 -2
  627. package/lib/typescript/commonjs/providers/toast/index.d.ts +3 -3
  628. package/lib/typescript/commonjs/types/index.d.ts +2 -2
  629. package/lib/typescript/commonjs/types/theme/ColorScheme.d.ts +1 -1
  630. package/lib/typescript/commonjs/types/theme/index.d.ts +1 -1
  631. package/lib/typescript/module/_internal/contexts/button-group/ButtonGroupContext.d.ts +4 -4
  632. package/lib/typescript/module/_internal/contexts/button-group/index.d.ts +1 -1
  633. package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts +1 -1
  634. package/lib/typescript/module/_internal/contexts/global-config/index.d.ts +1 -1
  635. package/lib/typescript/module/_internal/contexts/index.d.ts +3 -3
  636. package/lib/typescript/module/_internal/contexts/modal/ModalContext.d.ts +1 -1
  637. package/lib/typescript/module/_internal/contexts/modal/index.d.ts +1 -1
  638. package/lib/typescript/module/_internal/globals/breakpoint/index.d.ts +1 -1
  639. package/lib/typescript/module/_internal/globals/index.d.ts +2 -2
  640. package/lib/typescript/module/_internal/helpers/index.d.ts +1 -1
  641. package/lib/typescript/module/_internal/helpers/math/index.d.ts +1 -1
  642. package/lib/typescript/module/_internal/providers/breakpoint/BreakpointProvider.d.ts +1 -1
  643. package/lib/typescript/module/_internal/providers/breakpoint/index.d.ts +2 -2
  644. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
  645. package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
  646. package/lib/typescript/module/_internal/providers/global-config/index.d.ts +2 -2
  647. package/lib/typescript/module/_internal/providers/index.d.ts +3 -3
  648. package/lib/typescript/module/_internal/providers/theme/ThemeProvider.d.ts +1 -1
  649. package/lib/typescript/module/_internal/providers/theme/ThemeProviderProps.d.ts +2 -2
  650. package/lib/typescript/module/_internal/providers/theme/index.d.ts +2 -2
  651. package/lib/typescript/module/_internal/style-sheets/index.d.ts +3 -3
  652. package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts +1 -1
  653. package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
  654. package/lib/typescript/module/carbon-react-native/index.d.ts +2 -2
  655. package/lib/typescript/module/carbon-style-sheet/color.d.ts +1 -1
  656. package/lib/typescript/module/carbon-style-sheet/create.d.ts +2 -2
  657. package/lib/typescript/module/carbon-style-sheet/index.d.ts +3 -3
  658. package/lib/typescript/module/components/accordion/Accordion.d.ts +2 -2
  659. package/lib/typescript/module/components/accordion/AccordionHeaderProps.d.ts +3 -3
  660. package/lib/typescript/module/components/accordion/AccordionItemProps.d.ts +4 -4
  661. package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts +2 -2
  662. package/lib/typescript/module/components/accordion/AccordionProps.d.ts +3 -3
  663. package/lib/typescript/module/components/accordion/AccordionRef.d.ts +1 -1
  664. package/lib/typescript/module/components/accordion/AccordionSize.d.ts +1 -1
  665. package/lib/typescript/module/components/accordion/_Header.d.ts +1 -1
  666. package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts +2 -2
  667. package/lib/typescript/module/components/accordion/_Item.d.ts +2 -2
  668. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts +1 -1
  669. package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts +2 -2
  670. package/lib/typescript/module/components/accordion/_chevron/index.d.ts +2 -2
  671. package/lib/typescript/module/components/accordion/_context.d.ts +5 -5
  672. package/lib/typescript/module/components/accordion/_motion.d.ts +2 -2
  673. package/lib/typescript/module/components/accordion/index.d.ts +7 -7
  674. package/lib/typescript/module/components/button/Size.d.ts +1 -1
  675. package/lib/typescript/module/components/button/base/Base.d.ts +2 -2
  676. package/lib/typescript/module/components/button/base/BaseProps.d.ts +11 -11
  677. package/lib/typescript/module/components/button/base/BaseRef.d.ts +1 -1
  678. package/lib/typescript/module/components/button/base/index.d.ts +3 -3
  679. package/lib/typescript/module/components/button/base-color/BaseColor.d.ts +2 -2
  680. package/lib/typescript/module/components/button/base-color/BaseColorProps.d.ts +5 -5
  681. package/lib/typescript/module/components/button/base-color/BaseColorRef.d.ts +1 -1
  682. package/lib/typescript/module/components/button/base-color/BaseColorState.d.ts +1 -1
  683. package/lib/typescript/module/components/button/base-color/index.d.ts +4 -4
  684. package/lib/typescript/module/components/button/ghost/Ghost.d.ts +2 -2
  685. package/lib/typescript/module/components/button/ghost/GhostProps.d.ts +2 -2
  686. package/lib/typescript/module/components/button/ghost/GhostRef.d.ts +1 -1
  687. package/lib/typescript/module/components/button/ghost/index.d.ts +3 -3
  688. package/lib/typescript/module/components/button/ghost-danger/GhostDanger.d.ts +2 -2
  689. package/lib/typescript/module/components/button/ghost-danger/GhostDangerProps.d.ts +2 -2
  690. package/lib/typescript/module/components/button/ghost-danger/GhostDangerRef.d.ts +1 -1
  691. package/lib/typescript/module/components/button/ghost-danger/index.d.ts +3 -3
  692. package/lib/typescript/module/components/button/ghost-icon/GhostIcon.d.ts +2 -2
  693. package/lib/typescript/module/components/button/ghost-icon/GhostIconProps.d.ts +4 -4
  694. package/lib/typescript/module/components/button/ghost-icon/GhostIconRef.d.ts +1 -1
  695. package/lib/typescript/module/components/button/ghost-icon/index.d.ts +3 -3
  696. package/lib/typescript/module/components/button/index.d.ts +11 -11
  697. package/lib/typescript/module/components/button/primary/Primary.d.ts +2 -2
  698. package/lib/typescript/module/components/button/primary/PrimaryProps.d.ts +2 -2
  699. package/lib/typescript/module/components/button/primary/PrimaryRef.d.ts +1 -1
  700. package/lib/typescript/module/components/button/primary/index.d.ts +3 -3
  701. package/lib/typescript/module/components/button/primary-danger/PrimaryDanger.d.ts +2 -2
  702. package/lib/typescript/module/components/button/primary-danger/PrimaryDangerProps.d.ts +2 -2
  703. package/lib/typescript/module/components/button/primary-danger/PrimaryDangerRef.d.ts +1 -1
  704. package/lib/typescript/module/components/button/primary-danger/index.d.ts +3 -3
  705. package/lib/typescript/module/components/button/secondary/Secondary.d.ts +2 -2
  706. package/lib/typescript/module/components/button/secondary/SecondaryProps.d.ts +2 -2
  707. package/lib/typescript/module/components/button/secondary/SecondaryRef.d.ts +1 -1
  708. package/lib/typescript/module/components/button/secondary/index.d.ts +3 -3
  709. package/lib/typescript/module/components/button/tertiary/Tertiary.d.ts +2 -2
  710. package/lib/typescript/module/components/button/tertiary/TertiaryProps.d.ts +2 -2
  711. package/lib/typescript/module/components/button/tertiary/TertiaryRef.d.ts +1 -1
  712. package/lib/typescript/module/components/button/tertiary/index.d.ts +3 -3
  713. package/lib/typescript/module/components/button/tertiary-danger/TertiaryDanger.d.ts +2 -2
  714. package/lib/typescript/module/components/button/tertiary-danger/TertiaryDangerProps.d.ts +2 -2
  715. package/lib/typescript/module/components/button/tertiary-danger/TertiaryDangerRef.d.ts +1 -1
  716. package/lib/typescript/module/components/button/tertiary-danger/index.d.ts +3 -3
  717. package/lib/typescript/module/components/button-group/ButtonGroup.d.ts +2 -2
  718. package/lib/typescript/module/components/button-group/ButtonGroupProps.d.ts +4 -4
  719. package/lib/typescript/module/components/button-group/ButtonGroupRef.d.ts +1 -1
  720. package/lib/typescript/module/components/button-group/index.d.ts +3 -3
  721. package/lib/typescript/module/components/checkbox/Checkbox.d.ts +2 -2
  722. package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts +13 -13
  723. package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts +2 -2
  724. package/lib/typescript/module/components/checkbox/_RefBase.d.ts +3 -3
  725. package/lib/typescript/module/components/checkbox/index.d.ts +3 -3
  726. package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts +2 -2
  727. package/lib/typescript/module/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts +1 -1
  728. package/lib/typescript/module/components/checkbox-group/CheckboxGroupProps.d.ts +5 -5
  729. package/lib/typescript/module/components/checkbox-group/CheckboxGroupRef.d.ts +1 -1
  730. package/lib/typescript/module/components/checkbox-group/index.d.ts +4 -4
  731. package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts +2 -2
  732. package/lib/typescript/module/components/checkbox-input/CheckboxInputInteractiveState.d.ts +1 -1
  733. package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
  734. package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
  735. package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts +1 -1
  736. package/lib/typescript/module/components/checkbox-input/index.d.ts +5 -5
  737. package/lib/typescript/module/components/collapsible/Collapsible.d.ts +2 -2
  738. package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts +3 -3
  739. package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts +2 -2
  740. package/lib/typescript/module/components/collapsible/index.d.ts +3 -3
  741. package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts +2 -2
  742. package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts +4 -4
  743. package/lib/typescript/module/components/form-helper-text/FormHelperTextRef.d.ts +1 -1
  744. package/lib/typescript/module/components/form-helper-text/index.d.ts +3 -3
  745. package/lib/typescript/module/components/form-label/FormLabel.d.ts +2 -2
  746. package/lib/typescript/module/components/form-label/FormLabelProps.d.ts +4 -4
  747. package/lib/typescript/module/components/form-label/FormLabelRef.d.ts +1 -1
  748. package/lib/typescript/module/components/form-label/index.d.ts +3 -3
  749. package/lib/typescript/module/components/icon/Icon.d.ts +2 -2
  750. package/lib/typescript/module/components/icon/IconProps.d.ts +3 -3
  751. package/lib/typescript/module/components/icon/index.d.ts +2 -2
  752. package/lib/typescript/module/components/index.d.ts +28 -28
  753. package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts +2 -2
  754. package/lib/typescript/module/components/inline-loading/InlineLoadingProps.d.ts +5 -5
  755. package/lib/typescript/module/components/inline-loading/InlineLoadingRef.d.ts +1 -1
  756. package/lib/typescript/module/components/inline-loading/InlineLoadingState.d.ts +1 -1
  757. package/lib/typescript/module/components/inline-loading/index.d.ts +4 -4
  758. package/lib/typescript/module/components/layer/Layer.d.ts +2 -2
  759. package/lib/typescript/module/components/layer/LayerProps.d.ts +2 -2
  760. package/lib/typescript/module/components/layer/LayerRef.d.ts +1 -1
  761. package/lib/typescript/module/components/layer/index.d.ts +4 -4
  762. package/lib/typescript/module/components/loading/Loading.d.ts +2 -2
  763. package/lib/typescript/module/components/loading/LoadingProps.d.ts +2 -2
  764. package/lib/typescript/module/components/loading/LoadingRef.d.ts +1 -1
  765. package/lib/typescript/module/components/loading/LoadingType.d.ts +1 -1
  766. package/lib/typescript/module/components/loading/_circular-progress/CircularProgress.d.ts +2 -2
  767. package/lib/typescript/module/components/loading/_circular-progress/CircularProgressProps.d.ts +3 -3
  768. package/lib/typescript/module/components/loading/_circular-progress/index.d.ts +2 -2
  769. package/lib/typescript/module/components/loading/_map-circle-background-color.d.ts +3 -3
  770. package/lib/typescript/module/components/loading/_map-circle-stroke-color.d.ts +2 -2
  771. package/lib/typescript/module/components/loading/index.d.ts +4 -4
  772. package/lib/typescript/module/components/modal/Modal.d.ts +2 -2
  773. package/lib/typescript/module/components/modal/ModalProps.d.ts +4 -4
  774. package/lib/typescript/module/components/modal/ModalRef.d.ts +1 -1
  775. package/lib/typescript/module/components/modal/ModalSize.d.ts +1 -1
  776. package/lib/typescript/module/components/modal/index.d.ts +4 -4
  777. package/lib/typescript/module/components/modal-content/ModalContent.d.ts +2 -2
  778. package/lib/typescript/module/components/modal-content/ModalContentProps.d.ts +1 -1
  779. package/lib/typescript/module/components/modal-content/ModalContentRef.d.ts +1 -1
  780. package/lib/typescript/module/components/modal-content/index.d.ts +3 -3
  781. package/lib/typescript/module/components/notification/NotificationColor.d.ts +1 -1
  782. package/lib/typescript/module/components/notification/_VariantContextProvider.d.ts +1 -1
  783. package/lib/typescript/module/components/notification/_status-hooks/_base/UseBaseData.d.ts +6 -6
  784. package/lib/typescript/module/components/notification/_status-hooks/_base/UseBaseProps.d.ts +2 -2
  785. package/lib/typescript/module/components/notification/_status-hooks/_base/index.d.ts +3 -3
  786. package/lib/typescript/module/components/notification/_status-hooks/_base/useBase.d.ts +2 -2
  787. package/lib/typescript/module/components/notification/_status-hooks/error/UseErrorData.d.ts +3 -3
  788. package/lib/typescript/module/components/notification/_status-hooks/error/UseErrorProps.d.ts +3 -3
  789. package/lib/typescript/module/components/notification/_status-hooks/error/index.d.ts +3 -3
  790. package/lib/typescript/module/components/notification/_status-hooks/error/useError.d.ts +2 -2
  791. package/lib/typescript/module/components/notification/_status-hooks/index.d.ts +4 -4
  792. package/lib/typescript/module/components/notification/_status-hooks/informational/UseInformationalData.d.ts +3 -3
  793. package/lib/typescript/module/components/notification/_status-hooks/informational/UseInformationalProps.d.ts +3 -3
  794. package/lib/typescript/module/components/notification/_status-hooks/informational/index.d.ts +3 -3
  795. package/lib/typescript/module/components/notification/_status-hooks/informational/useInformational.d.ts +2 -2
  796. package/lib/typescript/module/components/notification/_status-hooks/success/UseSuccessData.d.ts +3 -3
  797. package/lib/typescript/module/components/notification/_status-hooks/success/UseSuccessProps.d.ts +3 -3
  798. package/lib/typescript/module/components/notification/_status-hooks/success/index.d.ts +3 -3
  799. package/lib/typescript/module/components/notification/_status-hooks/success/useSuccess.d.ts +2 -2
  800. package/lib/typescript/module/components/notification/_status-hooks/warning/UseWarningData.d.ts +3 -3
  801. package/lib/typescript/module/components/notification/_status-hooks/warning/UseWarningProps.d.ts +3 -3
  802. package/lib/typescript/module/components/notification/_status-hooks/warning/index.d.ts +3 -3
  803. package/lib/typescript/module/components/notification/_status-hooks/warning/useWarning.d.ts +2 -2
  804. package/lib/typescript/module/components/notification/_variant-context.d.ts +1 -1
  805. package/lib/typescript/module/components/notification/_variants/_ButtonGhost.d.ts +1 -1
  806. package/lib/typescript/module/components/notification/_variants/_ButtonTertiary.d.ts +1 -1
  807. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariant.d.ts +2 -2
  808. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts +8 -8
  809. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantRef.d.ts +1 -1
  810. package/lib/typescript/module/components/notification/_variants/actionable/index.d.ts +3 -3
  811. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +2 -2
  812. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +8 -8
  813. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +1 -1
  814. package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts +3 -3
  815. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariant.d.ts +2 -2
  816. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts +6 -6
  817. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantRef.d.ts +1 -1
  818. package/lib/typescript/module/components/notification/_variants/callout/index.d.ts +3 -3
  819. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +2 -2
  820. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +6 -6
  821. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +1 -1
  822. package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts +3 -3
  823. package/lib/typescript/module/components/notification/_variants/index.d.ts +5 -5
  824. package/lib/typescript/module/components/notification/_variants/toast/ToastVariant.d.ts +2 -2
  825. package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts +6 -6
  826. package/lib/typescript/module/components/notification/_variants/toast/ToastVariantRef.d.ts +1 -1
  827. package/lib/typescript/module/components/notification/_variants/toast/index.d.ts +3 -3
  828. package/lib/typescript/module/components/notification/actionable/error/Error.d.ts +2 -2
  829. package/lib/typescript/module/components/notification/actionable/error/ErrorProps.d.ts +4 -4
  830. package/lib/typescript/module/components/notification/actionable/error/ErrorRef.d.ts +1 -1
  831. package/lib/typescript/module/components/notification/actionable/error/index.d.ts +3 -3
  832. package/lib/typescript/module/components/notification/actionable/index.d.ts +4 -4
  833. package/lib/typescript/module/components/notification/actionable/informational/Informational.d.ts +2 -2
  834. package/lib/typescript/module/components/notification/actionable/informational/InformationalProps.d.ts +4 -4
  835. package/lib/typescript/module/components/notification/actionable/informational/InformationalRef.d.ts +1 -1
  836. package/lib/typescript/module/components/notification/actionable/informational/index.d.ts +3 -3
  837. package/lib/typescript/module/components/notification/actionable/success/Success.d.ts +2 -2
  838. package/lib/typescript/module/components/notification/actionable/success/SuccessProps.d.ts +4 -4
  839. package/lib/typescript/module/components/notification/actionable/success/SuccessRef.d.ts +1 -1
  840. package/lib/typescript/module/components/notification/actionable/success/index.d.ts +3 -3
  841. package/lib/typescript/module/components/notification/actionable/warning/Warning.d.ts +2 -2
  842. package/lib/typescript/module/components/notification/actionable/warning/WarningProps.d.ts +4 -4
  843. package/lib/typescript/module/components/notification/actionable/warning/WarningRef.d.ts +1 -1
  844. package/lib/typescript/module/components/notification/actionable/warning/index.d.ts +3 -3
  845. package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts +2 -2
  846. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts +4 -4
  847. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts +1 -1
  848. package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts +3 -3
  849. package/lib/typescript/module/components/notification/actionable-inline/index.d.ts +4 -4
  850. package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts +2 -2
  851. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts +4 -4
  852. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts +1 -1
  853. package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts +3 -3
  854. package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts +2 -2
  855. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts +4 -4
  856. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts +1 -1
  857. package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts +3 -3
  858. package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts +2 -2
  859. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts +4 -4
  860. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts +1 -1
  861. package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts +3 -3
  862. package/lib/typescript/module/components/notification/base/Base.d.ts +2 -2
  863. package/lib/typescript/module/components/notification/base/BaseProps.d.ts +16 -16
  864. package/lib/typescript/module/components/notification/base/BaseRef.d.ts +1 -1
  865. package/lib/typescript/module/components/notification/base/index.d.ts +3 -3
  866. package/lib/typescript/module/components/notification/callout/error/Error.d.ts +2 -2
  867. package/lib/typescript/module/components/notification/callout/error/ErrorProps.d.ts +4 -4
  868. package/lib/typescript/module/components/notification/callout/error/ErrorRef.d.ts +1 -1
  869. package/lib/typescript/module/components/notification/callout/error/index.d.ts +3 -3
  870. package/lib/typescript/module/components/notification/callout/index.d.ts +4 -4
  871. package/lib/typescript/module/components/notification/callout/informational/Informational.d.ts +2 -2
  872. package/lib/typescript/module/components/notification/callout/informational/InformationalProps.d.ts +4 -4
  873. package/lib/typescript/module/components/notification/callout/informational/InformationalRef.d.ts +1 -1
  874. package/lib/typescript/module/components/notification/callout/informational/index.d.ts +3 -3
  875. package/lib/typescript/module/components/notification/callout/success/Success.d.ts +2 -2
  876. package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts +4 -4
  877. package/lib/typescript/module/components/notification/callout/success/SuccessRef.d.ts +1 -1
  878. package/lib/typescript/module/components/notification/callout/success/index.d.ts +3 -3
  879. package/lib/typescript/module/components/notification/callout/warning/Warning.d.ts +2 -2
  880. package/lib/typescript/module/components/notification/callout/warning/WarningProps.d.ts +4 -4
  881. package/lib/typescript/module/components/notification/callout/warning/WarningRef.d.ts +1 -1
  882. package/lib/typescript/module/components/notification/callout/warning/index.d.ts +3 -3
  883. package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts +2 -2
  884. package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts +4 -4
  885. package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts +1 -1
  886. package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts +3 -3
  887. package/lib/typescript/module/components/notification/callout-inline/index.d.ts +4 -4
  888. package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts +2 -2
  889. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts +4 -4
  890. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts +1 -1
  891. package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts +3 -3
  892. package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts +2 -2
  893. package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts +4 -4
  894. package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts +1 -1
  895. package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts +3 -3
  896. package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts +2 -2
  897. package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts +4 -4
  898. package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts +1 -1
  899. package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts +3 -3
  900. package/lib/typescript/module/components/notification/index.d.ts +9 -9
  901. package/lib/typescript/module/components/notification/subtitle/Subtitle.d.ts +2 -2
  902. package/lib/typescript/module/components/notification/subtitle/SubtitleProps.d.ts +2 -2
  903. package/lib/typescript/module/components/notification/subtitle/SubtitleRef.d.ts +1 -1
  904. package/lib/typescript/module/components/notification/subtitle/index.d.ts +3 -3
  905. package/lib/typescript/module/components/notification/subtitle-link/SubtitleLink.d.ts +2 -2
  906. package/lib/typescript/module/components/notification/subtitle-link/SubtitleLinkProps.d.ts +1 -1
  907. package/lib/typescript/module/components/notification/subtitle-link/SubtitleLinkRef.d.ts +1 -1
  908. package/lib/typescript/module/components/notification/subtitle-link/index.d.ts +3 -3
  909. package/lib/typescript/module/components/notification/toast/error/Error.d.ts +2 -2
  910. package/lib/typescript/module/components/notification/toast/error/ErrorProps.d.ts +4 -4
  911. package/lib/typescript/module/components/notification/toast/error/ErrorRef.d.ts +1 -1
  912. package/lib/typescript/module/components/notification/toast/error/index.d.ts +3 -3
  913. package/lib/typescript/module/components/notification/toast/index.d.ts +4 -4
  914. package/lib/typescript/module/components/notification/toast/informational/Informational.d.ts +2 -2
  915. package/lib/typescript/module/components/notification/toast/informational/InformationalProps.d.ts +4 -4
  916. package/lib/typescript/module/components/notification/toast/informational/InformationalRef.d.ts +1 -1
  917. package/lib/typescript/module/components/notification/toast/informational/index.d.ts +3 -3
  918. package/lib/typescript/module/components/notification/toast/success/Success.d.ts +2 -2
  919. package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts +4 -4
  920. package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts +1 -1
  921. package/lib/typescript/module/components/notification/toast/success/index.d.ts +3 -3
  922. package/lib/typescript/module/components/notification/toast/warning/Warning.d.ts +2 -2
  923. package/lib/typescript/module/components/notification/toast/warning/WarningProps.d.ts +4 -4
  924. package/lib/typescript/module/components/notification/toast/warning/WarningRef.d.ts +1 -1
  925. package/lib/typescript/module/components/notification/toast/warning/index.d.ts +3 -3
  926. package/lib/typescript/module/components/radio-button/RadioButton.d.ts +2 -2
  927. package/lib/typescript/module/components/radio-button/RadioButtonProps.d.ts +12 -12
  928. package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts +2 -2
  929. package/lib/typescript/module/components/radio-button/_RefBase.d.ts +2 -2
  930. package/lib/typescript/module/components/radio-button/index.d.ts +3 -3
  931. package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts +2 -2
  932. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts +1 -1
  933. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupItemProps.d.ts +2 -2
  934. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupItemRef.d.ts +1 -1
  935. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupProps.d.ts +9 -9
  936. package/lib/typescript/module/components/radio-button-group/RadioButtonGroupRef.d.ts +2 -2
  937. package/lib/typescript/module/components/radio-button-group/_Item.d.ts +2 -2
  938. package/lib/typescript/module/components/radio-button-group/_RefBase.d.ts +3 -3
  939. package/lib/typescript/module/components/radio-button-group/_item-context.d.ts +4 -4
  940. package/lib/typescript/module/components/radio-button-group/index.d.ts +6 -6
  941. package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts +2 -2
  942. package/lib/typescript/module/components/radio-button-input/RadioButtonInputInteractiveState.d.ts +1 -1
  943. package/lib/typescript/module/components/radio-button-input/RadioButtonInputProps.d.ts +5 -5
  944. package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
  945. package/lib/typescript/module/components/radio-button-input/index.d.ts +4 -4
  946. package/lib/typescript/module/components/switch/Switch.d.ts +2 -2
  947. package/lib/typescript/module/components/switch/SwitchProps.d.ts +7 -7
  948. package/lib/typescript/module/components/switch/SwitchRef.d.ts +2 -2
  949. package/lib/typescript/module/components/switch/SwitchSize.d.ts +1 -1
  950. package/lib/typescript/module/components/switch/SwitchState.d.ts +1 -1
  951. package/lib/typescript/module/components/switch/index.d.ts +5 -5
  952. package/lib/typescript/module/components/text/Text.d.ts +2 -2
  953. package/lib/typescript/module/components/text/TextProps.d.ts +3 -3
  954. package/lib/typescript/module/components/text/TextRef.d.ts +1 -1
  955. package/lib/typescript/module/components/text/index.d.ts +3 -3
  956. package/lib/typescript/module/components/text-area/TextArea.d.ts +2 -2
  957. package/lib/typescript/module/components/text-area/TextAreaProps.d.ts +2 -2
  958. package/lib/typescript/module/components/text-area/TextAreaRef.d.ts +2 -2
  959. package/lib/typescript/module/components/text-area/_TextAreaRefBase.d.ts +1 -1
  960. package/lib/typescript/module/components/text-area/index.d.ts +3 -3
  961. package/lib/typescript/module/components/text-area-field/TextAreaField.d.ts +2 -2
  962. package/lib/typescript/module/components/text-area-field/TextAreaFieldInteractiveState.d.ts +1 -1
  963. package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts +2 -2
  964. package/lib/typescript/module/components/text-area-field/TextAreaFieldRef.d.ts +1 -1
  965. package/lib/typescript/module/components/text-area-field/index.d.ts +4 -4
  966. package/lib/typescript/module/components/text-area-fluid/TextAreaFluid.d.ts +2 -2
  967. package/lib/typescript/module/components/text-area-fluid/TextAreaFluidProps.d.ts +2 -2
  968. package/lib/typescript/module/components/text-area-fluid/TextAreaFluidRef.d.ts +1 -1
  969. package/lib/typescript/module/components/text-area-fluid/index.d.ts +3 -3
  970. package/lib/typescript/module/components/text-input/TextInput.d.ts +2 -2
  971. package/lib/typescript/module/components/text-input/TextInputProps.d.ts +2 -2
  972. package/lib/typescript/module/components/text-input/TextInputRef.d.ts +2 -2
  973. package/lib/typescript/module/components/text-input/TextInputSize.d.ts +1 -1
  974. package/lib/typescript/module/components/text-input/_TextInputRefBase.d.ts +1 -1
  975. package/lib/typescript/module/components/text-input/index.d.ts +4 -4
  976. package/lib/typescript/module/components/text-input-field/TextInputField.d.ts +2 -2
  977. package/lib/typescript/module/components/text-input-field/TextInputFieldInteractiveState.d.ts +1 -1
  978. package/lib/typescript/module/components/text-input-field/TextInputFieldProps.d.ts +6 -6
  979. package/lib/typescript/module/components/text-input-field/TextInputFieldRef.d.ts +1 -1
  980. package/lib/typescript/module/components/text-input-field/TextInputFieldSize.d.ts +1 -1
  981. package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts +2 -2
  982. package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInputProps.d.ts +2 -2
  983. package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInputRef.d.ts +1 -1
  984. package/lib/typescript/module/components/text-input-field/_rn-text-input/index.d.ts +3 -3
  985. package/lib/typescript/module/components/text-input-field/index.d.ts +5 -5
  986. package/lib/typescript/module/components/text-input-fluid/TextInputFluid.d.ts +2 -2
  987. package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts +2 -2
  988. package/lib/typescript/module/components/text-input-fluid/TextInputFluidRef.d.ts +1 -1
  989. package/lib/typescript/module/components/text-input-fluid/index.d.ts +3 -3
  990. package/lib/typescript/module/components/toggle/State.d.ts +1 -1
  991. package/lib/typescript/module/components/toggle/base/Base.d.ts +2 -2
  992. package/lib/typescript/module/components/toggle/base/BaseProps.d.ts +12 -12
  993. package/lib/typescript/module/components/toggle/base/BaseRef.d.ts +2 -2
  994. package/lib/typescript/module/components/toggle/base/_RefBase.d.ts +3 -3
  995. package/lib/typescript/module/components/toggle/base/index.d.ts +3 -3
  996. package/lib/typescript/module/components/toggle/default/Default.d.ts +2 -2
  997. package/lib/typescript/module/components/toggle/default/DefaultProps.d.ts +3 -3
  998. package/lib/typescript/module/components/toggle/default/DefaultRef.d.ts +1 -1
  999. package/lib/typescript/module/components/toggle/default/index.d.ts +3 -3
  1000. package/lib/typescript/module/components/toggle/index.d.ts +4 -4
  1001. package/lib/typescript/module/components/toggle/small/Small.d.ts +2 -2
  1002. package/lib/typescript/module/components/toggle/small/SmallProps.d.ts +3 -3
  1003. package/lib/typescript/module/components/toggle/small/SmallRef.d.ts +1 -1
  1004. package/lib/typescript/module/components/toggle/small/index.d.ts +3 -3
  1005. package/lib/typescript/module/const/dialog-animation-configs/index.d.ts +3 -3
  1006. package/lib/typescript/module/const/index.d.ts +1 -1
  1007. package/lib/typescript/module/contexts/breakpoint/BreakpointContext.d.ts +1 -1
  1008. package/lib/typescript/module/contexts/breakpoint/index.d.ts +1 -1
  1009. package/lib/typescript/module/contexts/dialog/DialogContext.d.ts +1 -1
  1010. package/lib/typescript/module/contexts/dialog/DialogType.d.ts +1 -0
  1011. package/lib/typescript/module/contexts/dialog/DialogType.d.ts.map +1 -1
  1012. package/lib/typescript/module/contexts/dialog/index.d.ts +2 -2
  1013. package/lib/typescript/module/contexts/index.d.ts +4 -4
  1014. package/lib/typescript/module/contexts/theme/ThemeContext.d.ts +1 -1
  1015. package/lib/typescript/module/contexts/theme/index.d.ts +1 -1
  1016. package/lib/typescript/module/contexts/toast/ToastContext.d.ts +1 -1
  1017. package/lib/typescript/module/contexts/toast/index.d.ts +2 -2
  1018. package/lib/typescript/module/helpers/breakpoint/get-token.d.ts +1 -1
  1019. package/lib/typescript/module/helpers/breakpoint/index.d.ts +1 -1
  1020. package/lib/typescript/module/helpers/color/get-color-scheme.d.ts +2 -2
  1021. package/lib/typescript/module/helpers/color/get-color-token.d.ts +2 -2
  1022. package/lib/typescript/module/helpers/color/index.d.ts +3 -3
  1023. package/lib/typescript/module/helpers/index.d.ts +2 -2
  1024. package/lib/typescript/module/hooks/breakpoint/index.d.ts +1 -1
  1025. package/lib/typescript/module/hooks/breakpoint/use.d.ts +1 -1
  1026. package/lib/typescript/module/hooks/index.d.ts +2 -2
  1027. package/lib/typescript/module/index.d.ts +9 -9
  1028. package/lib/typescript/module/providers/dialog/DialogProvider.d.ts +2 -2
  1029. package/lib/typescript/module/providers/dialog/DialogProviderAnimationConfig.d.ts +1 -1
  1030. package/lib/typescript/module/providers/dialog/DialogProviderProps.d.ts +5 -5
  1031. package/lib/typescript/module/providers/dialog/DialogProviderRef.d.ts +1 -1
  1032. package/lib/typescript/module/providers/dialog/_controller/Controller.d.ts +2 -2
  1033. package/lib/typescript/module/providers/dialog/_controller/ControllerProps.d.ts +2 -2
  1034. package/lib/typescript/module/providers/dialog/_controller/ControllerRef.d.ts +1 -1
  1035. package/lib/typescript/module/providers/dialog/_controller/_modal/Modal.d.ts +2 -2
  1036. package/lib/typescript/module/providers/dialog/_controller/_modal/ModalProps.d.ts +2 -2
  1037. package/lib/typescript/module/providers/dialog/_controller/_modal/ModalRef.d.ts +1 -1
  1038. package/lib/typescript/module/providers/dialog/_controller/_modal/index.d.ts +3 -3
  1039. package/lib/typescript/module/providers/dialog/_controller/_overlay/Overlay.d.ts +2 -2
  1040. package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayProps.d.ts +1 -1
  1041. package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayRef.d.ts +2 -2
  1042. package/lib/typescript/module/providers/dialog/_controller/_overlay/index.d.ts +3 -3
  1043. package/lib/typescript/module/providers/dialog/_controller/index.d.ts +3 -3
  1044. package/lib/typescript/module/providers/dialog/index.d.ts +4 -4
  1045. package/lib/typescript/module/providers/index.d.ts +2 -2
  1046. package/lib/typescript/module/providers/toast/ToastProvider.d.ts +2 -2
  1047. package/lib/typescript/module/providers/toast/ToastRef.d.ts +1 -1
  1048. package/lib/typescript/module/providers/toast/_overlay/Overlay.d.ts +1 -1
  1049. package/lib/typescript/module/providers/toast/_overlay/OverlayRef.d.ts +1 -1
  1050. package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts +2 -2
  1051. package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapperProps.d.ts +1 -1
  1052. package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/index.d.ts +3 -3
  1053. package/lib/typescript/module/providers/toast/_overlay/index.d.ts +2 -2
  1054. package/lib/typescript/module/providers/toast/index.d.ts +3 -3
  1055. package/lib/typescript/module/types/index.d.ts +2 -2
  1056. package/lib/typescript/module/types/theme/ColorScheme.d.ts +1 -1
  1057. package/lib/typescript/module/types/theme/index.d.ts +1 -1
  1058. package/lib/typescript/tsconfig.tsbuildinfo +1 -0
  1059. package/package.json +1 -1
@@ -15,7 +15,7 @@ const ButtonGroup = exports.ButtonGroup = /*#__PURE__*/(0, _react.forwardRef)(fu
15
15
  button2,
16
16
  button3,
17
17
  oneAlone,
18
- size = 'large_productive',
18
+ size = "large_productive",
19
19
  fluid,
20
20
  vertical,
21
21
  style,
@@ -35,7 +35,7 @@ const ButtonGroup = exports.ButtonGroup = /*#__PURE__*/(0, _react.forwardRef)(fu
35
35
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
36
36
  ref: ref,
37
37
  ...props,
38
- dir: dir ?? globalConfigContext.rtl ? 'rtl' : undefined,
38
+ dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
39
39
  style: [styleFlexDir, styleFluid, oneAlone ? _index2.FlexStyleSheet.justify_between : undefined, rtlStyle, style],
40
40
  children: !oneAlone || vertical ? /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
41
41
  children: [button1, button2, button3]
@@ -59,10 +59,10 @@ const styleSheet = _reactNative.StyleSheet.create({
59
59
  gap: 1
60
60
  },
61
61
  firstButtonContainer: {
62
- width: '25%'
62
+ width: "25%"
63
63
  },
64
64
  lastTwoButttonContainer: {
65
- width: '50%'
65
+ width: "50%"
66
66
  }
67
67
  }),
68
68
  mapStyleFlexDir = {
@@ -17,10 +17,10 @@ var _jsxRuntime = require("react/jsx-runtime");
17
17
  const Checkbox = exports.Checkbox = /*#__PURE__*/(0, _react.forwardRef)(function Checkbox({
18
18
  defaultValue,
19
19
  value,
20
- interactiveState = 'normal',
20
+ interactiveState = "normal",
21
21
  label,
22
- role = 'checkbox',
23
- 'aria-label': ariaLabel,
22
+ role = "checkbox",
23
+ "aria-label": ariaLabel,
24
24
  onChange,
25
25
  onPress,
26
26
  checkboxInputProps,
@@ -53,14 +53,14 @@ const Checkbox = exports.Checkbox = /*#__PURE__*/(0, _react.forwardRef)(function
53
53
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
54
54
  ...props,
55
55
  "aria-label": ariaLabel || label,
56
- dir: dir ?? globalConfigContext.rtl ? 'rtl' : undefined,
56
+ dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
57
57
  style: [_index2.FlexStyleSheet.flex_row, globalConfigContext.rtl ? _index2.CommonStyleSheet.rtl : undefined, style],
58
58
  ref: viewRef,
59
59
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Pressable, {
60
60
  ...pressableProps,
61
61
  role: role,
62
- disabled: interactiveState === 'disabled',
63
- "aria-label": pressableProps?.['aria-label'] ?? label,
62
+ disabled: interactiveState === "disabled",
63
+ "aria-label": pressableProps?.["aria-label"] ?? label,
64
64
  onPress: pressHandler,
65
65
  style: [_index2.CommonStyleSheet.absolute, _index2.CommonStyleSheet.w_full, _index2.CommonStyleSheet.h_full, baseStyle.pressable, pressableProps?.style]
66
66
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.CheckboxInput, {
@@ -78,7 +78,7 @@ const Checkbox = exports.Checkbox = /*#__PURE__*/(0, _react.forwardRef)(function
78
78
  label: label,
79
79
  textProps: {
80
80
  ...formLabelProps?.textProps,
81
- type: formLabelProps?.textProps?.type || 'body_compact_01',
81
+ type: formLabelProps?.textProps?.type || "body_compact_01",
82
82
  style: [textColorStyle[interactiveState], formLabelProps?.textProps?.style]
83
83
  },
84
84
  style: [_index2.FlexStyleSheet.flex_1, baseStyle.label, formLabelProps?.style]
@@ -18,7 +18,7 @@ var _index6 = require("../form-label/index.js");
18
18
  var _jsxRuntime = require("react/jsx-runtime");
19
19
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
20
20
  const Component = /*#__PURE__*/(0, _react.forwardRef)(function CheckboxGroup({
21
- orientation = 'vertical',
21
+ orientation = "vertical",
22
22
  legend,
23
23
  helperText,
24
24
  helperTextMode,
@@ -32,7 +32,7 @@ const Component = /*#__PURE__*/(0, _react.forwardRef)(function CheckboxGroup({
32
32
  const globalConfigContext = (0, _react.useContext)(_index.GlobalConfigContext);
33
33
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
34
34
  ...props,
35
- dir: dir ?? globalConfigContext.rtl ? 'rtl' : undefined,
35
+ dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
36
36
  style: [globalConfigContext.rtl ? _index2.CommonStyleSheet.rtl : undefined, style],
37
37
  ref: ref,
38
38
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index6.FormLabel, {
@@ -43,9 +43,9 @@ const Component = /*#__PURE__*/(0, _react.forwardRef)(function CheckboxGroup({
43
43
  children: children
44
44
  }), !!helperText && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.FormHelperText, {
45
45
  ...formHelperTextProps,
46
- error: helperTextMode === 'error',
46
+ error: helperTextMode === "error",
47
47
  text: helperText,
48
- textLeading: helperTextModeIcon && helperTextMode === 'error' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(IconErrorRenderer, {}) : helperTextModeIcon && helperTextMode === 'warning' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(IconWarningRenderer, {}) : formHelperTextProps?.textLeading,
48
+ textLeading: helperTextModeIcon && helperTextMode === "error" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(IconErrorRenderer, {}) : helperTextModeIcon && helperTextMode === "warning" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(IconWarningRenderer, {}) : formHelperTextProps?.textLeading,
49
49
  style: [baseStyle.formHelperText, formHelperTextProps?.style]
50
50
  })]
51
51
  });
@@ -67,11 +67,11 @@ const baseStyle = _reactNative.StyleSheet.create({
67
67
  }),
68
68
  wrapperOrientationStyle = _reactNative.StyleSheet.create({
69
69
  vertical: {
70
- flexDirection: 'column'
70
+ flexDirection: "column"
71
71
  },
72
72
  horizontal: {
73
73
  ..._index2.FlexStyleSheet.flex_wrap,
74
- flexDirection: 'row'
74
+ flexDirection: "row"
75
75
  }
76
76
  }),
77
77
  mapIconErrorFillColor = {
@@ -17,9 +17,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
17
17
  const CheckboxInput = exports.CheckboxInput = /*#__PURE__*/(0, _react.forwardRef)(function CheckboxInput({
18
18
  defaultValue,
19
19
  value: valueProp,
20
- interactiveState = 'normal',
20
+ interactiveState = "normal",
21
21
  style,
22
- role = 'checkbox',
22
+ role = "checkbox",
23
23
  onBlur,
24
24
  onChange,
25
25
  onFocus,
@@ -30,16 +30,16 @@ const CheckboxInput = exports.CheckboxInput = /*#__PURE__*/(0, _react.forwardRef
30
30
  viewRef = (0, _react.useRef)(null),
31
31
  ref = (0, _react.useRef)({
32
32
  onChangeEffect: false,
33
- value: typeof valueProp == 'boolean' || typeof valueProp == 'object' ? valueProp : typeof defaultValue == 'boolean' || typeof defaultValue == 'object' ? defaultValue : false
33
+ value: typeof valueProp == "boolean" || typeof valueProp == "object" ? valueProp : typeof defaultValue == "boolean" || typeof defaultValue == "object" ? defaultValue : false
34
34
  }),
35
35
  [isFocused, setIsFocused] = (0, _react.useState)(false),
36
36
  [valueSelf, setValueSelf] = (0, _react.useState)(() => {
37
- if (typeof defaultValue == 'boolean' || typeof defaultValue == 'object') {
37
+ if (typeof defaultValue == "boolean" || typeof defaultValue == "object") {
38
38
  return defaultValue;
39
39
  }
40
40
  return false;
41
41
  }),
42
- controlled = typeof valueProp !== 'undefined',
42
+ controlled = typeof valueProp !== "undefined",
43
43
  value = controlled ? valueProp : valueSelf,
44
44
  indeterminate = value === null,
45
45
  blurHandler = (0, _react.useCallback)(event => {
@@ -52,7 +52,7 @@ const CheckboxInput = exports.CheckboxInput = /*#__PURE__*/(0, _react.forwardRef
52
52
  }, [onFocus]),
53
53
  pressHandler = (0, _react.useCallback)(event => {
54
54
  onPress?.(event);
55
- if (interactiveState !== 'read_only') {
55
+ if (interactiveState !== "read_only") {
56
56
  if (!controlled) {
57
57
  ref.current.onChangeEffect = true;
58
58
  setValueSelf(self => self === null ? true : !self);
@@ -63,9 +63,9 @@ const CheckboxInput = exports.CheckboxInput = /*#__PURE__*/(0, _react.forwardRef
63
63
  }, [controlled, interactiveState, onPress, onChange]),
64
64
  iconColor = mapIconColor[interactiveState][themeContext.colorScheme];
65
65
  (0, _react.useEffect)(() => {
66
+ ref.current.value = value;
66
67
  if (ref.current.onChangeEffect) {
67
68
  ref.current.onChangeEffect = false;
68
- ref.current.value = value;
69
69
  onChange?.(value);
70
70
  }
71
71
  }, [value, onChange]);
@@ -75,10 +75,10 @@ const CheckboxInput = exports.CheckboxInput = /*#__PURE__*/(0, _react.forwardRef
75
75
  return value;
76
76
  },
77
77
  setValue(value_) {
78
- if (!controlled && interactiveState !== 'read_only') {
78
+ if (!controlled && interactiveState !== "read_only") {
79
79
  ref.current.onChangeEffect = true;
80
80
  setValueSelf(self => {
81
- if (typeof value_ === 'function') {
81
+ if (typeof value_ === "function") {
82
82
  ref.current.value = value_(self);
83
83
  } else {
84
84
  ref.current.value = value_;
@@ -91,7 +91,7 @@ const CheckboxInput = exports.CheckboxInput = /*#__PURE__*/(0, _react.forwardRef
91
91
  }, [value, controlled, interactiveState]);
92
92
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Pressable, {
93
93
  ...props,
94
- disabled: interactiveState === 'disabled',
94
+ disabled: interactiveState === "disabled",
95
95
  role: role,
96
96
  onBlur: blurHandler,
97
97
  onFocus: focusHandler,
@@ -125,7 +125,7 @@ const size = 18,
125
125
  height: size + 6,
126
126
  borderRadius: 4,
127
127
  borderWidth: 2,
128
- borderColor: 'transparent'
128
+ borderColor: "transparent"
129
129
  },
130
130
  checkmarkHidden: {
131
131
  opacity: 0
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_checkmark","_interopRequireDefault","_subtract","_index","_index2","_index3","_jsxRuntime","e","__esModule","default","CheckboxInput","exports","forwardRef","defaultValue","value","valueProp","interactiveState","style","role","onBlur","onChange","onFocus","onPress","props","forwardedRef","themeContext","useContext","ThemeContext","viewRef","useRef","ref","onChangeEffect","isFocused","setIsFocused","useState","valueSelf","setValueSelf","controlled","indeterminate","blurHandler","useCallback","event","focusHandler","pressHandler","current","self","iconColor","mapIconColor","colorScheme","useEffect","useImperativeHandle","Object","assign","setValue","value_","jsxs","Pressable","disabled","FlexStyleSheet","items_center","justify_center","CommonStyleSheet","relative","baseStyle","checkbox","getInteractiveStateStyle","children","jsx","View","absolute","overflow_hidden","focusBox","carbonStyle","width","iconSize","height","fill","checkmarkHidden","size","StyleSheet","create","borderWidth","borderRadius","borderColor","opacity","interactiveStyle","CarbonStyleSheet","normal_false","color","icon_primary","normal_true","backgroundColor","disabled_false","icon_disabled","disabled_true","error_false","support_error","error_true","read_only_false","read_only_true","warning_false","warning_true","focus","normal","gray_10","Color","Token","icon_inverse","gray_100","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/checkbox-input/CheckboxInput.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_checkmark","_interopRequireDefault","_subtract","_index","_index2","_index3","_jsxRuntime","e","__esModule","default","CheckboxInput","exports","forwardRef","defaultValue","value","valueProp","interactiveState","style","role","onBlur","onChange","onFocus","onPress","props","forwardedRef","themeContext","useContext","ThemeContext","viewRef","useRef","ref","onChangeEffect","isFocused","setIsFocused","useState","valueSelf","setValueSelf","controlled","indeterminate","blurHandler","useCallback","event","focusHandler","pressHandler","current","self","iconColor","mapIconColor","colorScheme","useEffect","useImperativeHandle","Object","assign","setValue","value_","jsxs","Pressable","disabled","FlexStyleSheet","items_center","justify_center","CommonStyleSheet","relative","baseStyle","checkbox","getInteractiveStateStyle","children","jsx","View","absolute","overflow_hidden","focusBox","carbonStyle","width","iconSize","height","fill","checkmarkHidden","size","StyleSheet","create","borderWidth","borderRadius","borderColor","opacity","interactiveStyle","CarbonStyleSheet","normal_false","color","icon_primary","normal_true","backgroundColor","disabled_false","icon_disabled","disabled_true","error_false","support_error","error_true","read_only_false","read_only_true","warning_false","warning_true","focus","normal","gray_10","Color","Token","icon_inverse","gray_100","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/checkbox-input/CheckboxInput.tsx"],"mappings":"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","ignoreList":[]}
@@ -32,7 +32,7 @@ const Collapsible = exports.Collapsible = /*#__PURE__*/(0, _react.forwardRef)(fu
32
32
  }, forwardedRef) {
33
33
  const viewRef = (0, _react.useRef)(null),
34
34
  ref = (0, _react.useRef)({
35
- positionView: defaultOpen ?? openProp ? 'relative' : 'absolute',
35
+ positionView: defaultOpen ?? openProp ? "relative" : "absolute",
36
36
  contentHeight: 0,
37
37
  openSelf: !!defaultOpen
38
38
  }),
@@ -51,12 +51,12 @@ const Collapsible = exports.Collapsible = /*#__PURE__*/(0, _react.forwardRef)(fu
51
51
  * - 1 -> Opened
52
52
  */
53
53
  contentContainerAnimated = (0, _react.useRef)(new _reactNative.Animated.Value(0)),
54
- controlled = typeof openProp === 'boolean',
54
+ controlled = typeof openProp === "boolean",
55
55
  open = controlled ? !!openProp : openSelf,
56
56
  setPositionViewToAbsolute = (0, _react.useCallback)(() => {
57
- if (ref.current.positionView === 'relative') {
58
- ref.current.positionView = 'absolute';
59
- setPositionView('absolute');
57
+ if (ref.current.positionView === "relative") {
58
+ ref.current.positionView = "absolute";
59
+ setPositionView("absolute");
60
60
  }
61
61
  }, []),
62
62
  onLayoutContent = (0, _react.useCallback)(({
@@ -109,7 +109,7 @@ const Collapsible = exports.Collapsible = /*#__PURE__*/(0, _react.forwardRef)(fu
109
109
  return Object.assign(viewRef.current, {
110
110
  setOpen(value) {
111
111
  if (!controlled) {
112
- if (typeof value === 'boolean') {
112
+ if (typeof value === "boolean") {
113
113
  ref.current.openSelf = value;
114
114
  } else {
115
115
  ref.current.openSelf = value(ref.current.openSelf);
@@ -121,7 +121,7 @@ const Collapsible = exports.Collapsible = /*#__PURE__*/(0, _react.forwardRef)(fu
121
121
  }, [controlled]);
122
122
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Animated.View, {
123
123
  ...props,
124
- style: [_index.CommonStyleSheet.overflow_hidden, positionView === 'absolute' ? {
124
+ style: [_index.CommonStyleSheet.overflow_hidden, positionView === "absolute" ? {
125
125
  height: heightAnimated.current
126
126
  } : null, style],
127
127
  ref: viewRef,
@@ -27,11 +27,11 @@ const FormHelperText = exports.FormHelperText = /*#__PURE__*/(0, _react.forwardR
27
27
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
28
28
  ...props,
29
29
  ref: ref,
30
- dir: dir ?? globalConfigContext.rtl ? 'rtl' : undefined,
30
+ dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
31
31
  style: [_index2.FlexStyleSheet.flex_row, baseStyle.container, globalConfigContext.rtl ? _index2.CommonStyleSheet.rtl : undefined, style],
32
32
  children: [textLeading, /*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.Text, {
33
33
  ...textProps,
34
- type: textProps?.type || 'helper_text_01',
34
+ type: textProps?.type || "helper_text_01",
35
35
  style: [error ? carbonStyle.textError : carbonStyle.text, textProps?.style],
36
36
  children: text
37
37
  }), textTrailing]
@@ -23,11 +23,11 @@ const FormLabel = exports.FormLabel = /*#__PURE__*/(0, _react.forwardRef)(functi
23
23
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
24
24
  ...props,
25
25
  ref: ref,
26
- dir: dir ?? globalConfigContext.rtl ? 'rtl' : undefined,
26
+ dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
27
27
  style: [_index2.FlexStyleSheet.flex_row, baseStyle.gap, globalConfigContext.rtl ? _index2.CommonStyleSheet.rtl : undefined, style],
28
28
  children: [labelLeading, /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.Text, {
29
29
  ...textProps,
30
- type: textProps?.type || 'label_01',
30
+ type: textProps?.type || "label_01",
31
31
  "aria-label": label,
32
32
  children: label
33
33
  }), labelTrailing]
@@ -18,15 +18,15 @@ class Icon extends _react.Component {
18
18
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.SvgXml, {
19
19
  ...this.props,
20
20
  xml: IconHelper.toString(this.props.src),
21
- width: this.props.width || '100%',
22
- height: this.props.height || '100%'
21
+ width: this.props.width || "100%",
22
+ height: this.props.height || "100%"
23
23
  });
24
24
  } catch {
25
25
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.SvgXml, {
26
26
  ...this.props,
27
27
  xml: backupIcon,
28
- width: this.props.width || '100%',
29
- height: this.props.height || '100%'
28
+ width: this.props.width || "100%",
29
+ height: this.props.height || "100%"
30
30
  });
31
31
  }
32
32
  }
@@ -37,5 +37,5 @@ class Icon extends _react.Component {
37
37
  * https://github.com/carbon-design-system/carbon-react-native/blob/main/src/helpers/index.tsx
38
38
  */
39
39
  exports.Icon = Icon;
40
- const backupIcon = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.17 13.69"><line x1="0.71" y1="0.97" x2="12.46" y2="12.72" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"/><line x1="1.02" y1="13.02" x2="12.15" y2="0.67" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"/></svg>';
40
+ const backupIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 13.17 13.69\"><line x1=\"0.71\" y1=\"0.97\" x2=\"12.46\" y2=\"12.72\" fill=\"currentColor\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"/><line x1=\"1.02\" y1=\"13.02\" x2=\"12.15\" y2=\"0.67\" fill=\"currentColor\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"/></svg>";
41
41
  //# sourceMappingURL=Icon.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","IconHelper","_interopRequireWildcard","_reactNativeSvg","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Icon","Component","render","jsx","SvgXml","props","xml","toString","src","width","height","backupIcon","exports"],"sourceRoot":"../../../../src","sources":["components/icon/Icon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,UAAA,GAAAC,uBAAA,CAAAF,OAAA;AAEA,IAAAG,eAAA,GAAAH,OAAA;AAEyB,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAE,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAMzB;AACA;AACA;AACO,MAAMkB,IAAI,SAASC,gBAAS,CAAY;EAErCC,MAAMA,CAAA,EAAG;IACjB,IAAI;MACH,oBACC,IAAAtB,WAAA,CAAAuB,GAAA,EAACxB,eAAA,CAAAyB,MAAM;QAAA,GACD,IAAI,CAACC,KAAK;QACfC,GAAG,EAAG7B,UAAU,CAAC8B,QAAQ,CAAC,IAAI,CAACF,KAAK,CAACG,GAAY,CAAG;QACpDC,KAAK,EAAG,IAAI,CAACJ,KAAK,CAACI,KAAK,IAAI,MAAQ;QACpCC,MAAM,EAAG,IAAI,CAACL,KAAK,CAACK,MAAM,IAAI;MAAQ,CACtC,CAAC;IAEJ,CAAC,CAAC,MAAM;MACP,oBACC,IAAA9B,WAAA,CAAAuB,GAAA,EAACxB,eAAA,CAAAyB,MAAM;QAAA,GACD,IAAI,CAACC,KAAK;QACfC,GAAG,EAAGK,UAAY;QAClBF,KAAK,EAAG,IAAI,CAACJ,KAAK,CAACI,KAAK,IAAI,MAAQ;QACpCC,MAAM,EAAG,IAAI,CAACL,KAAK,CAACK,MAAM,IAAI;MAAQ,CACtC,CAAC;IAEJ;EACD;AAED;;AAEA;AACA;AACA;AACA;AAHAE,OAAA,CAAAZ,IAAA,GAAAA,IAAA;AAIA,MAAMW,UAAU,GAAG,gVAAgV","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","IconHelper","_interopRequireWildcard","_reactNativeSvg","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Icon","Component","render","jsx","SvgXml","props","xml","toString","src","width","height","backupIcon","exports"],"sourceRoot":"../../../../src","sources":["components/icon/Icon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,UAAA,GAAAC,uBAAA,CAAAF,OAAA;AAEA,IAAAG,eAAA,GAAAH,OAAA;AAEyB,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAE,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAMzB;AACA;AACA;AACO,MAAMkB,IAAI,SAASC,gBAAS,CAAY;EAErCC,MAAMA,CAAA,EAAG;IACjB,IAAI;MACH,oBACC,IAAAtB,WAAA,CAAAuB,GAAA,EAACxB,eAAA,CAAAyB,MAAM;QAAA,GACD,IAAI,CAACC,KAAK;QACfC,GAAG,EAAG7B,UAAU,CAAC8B,QAAQ,CAAC,IAAI,CAACF,KAAK,CAACG,GAAY,CAAG;QACpDC,KAAK,EAAG,IAAI,CAACJ,KAAK,CAACI,KAAK,IAAI,MAAQ;QACpCC,MAAM,EAAG,IAAI,CAACL,KAAK,CAACK,MAAM,IAAI;MAAQ,CACtC,CAAC;IAEJ,CAAC,CAAC,MAAM;MACP,oBACC,IAAA9B,WAAA,CAAAuB,GAAA,EAACxB,eAAA,CAAAyB,MAAM;QAAA,GACD,IAAI,CAACC,KAAK;QACfC,GAAG,EAAGK,UAAY;QAClBF,KAAK,EAAG,IAAI,CAACJ,KAAK,CAACI,KAAK,IAAI,MAAQ;QACpCC,MAAM,EAAG,IAAI,CAACL,KAAK,CAACK,MAAM,IAAI;MAAQ,CACtC,CAAC;IAEJ;EACD;AAED;;AAEA;AACA;AACA;AACA;AAHAE,OAAA,CAAAZ,IAAA,GAAAA,IAAA;AAIA,MAAMW,UAAU,GAAG,oXAAoX","ignoreList":[]}
@@ -18,10 +18,10 @@ var _index6 = require("../text/index.js");
18
18
  var _jsxRuntime = require("react/jsx-runtime");
19
19
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
20
20
  const InlineLoading = exports.InlineLoading = /*#__PURE__*/(0, _react.forwardRef)(function InlineLoading({
21
- state = 'active',
21
+ state = "active",
22
22
  text,
23
23
  style,
24
- 'aria-label': ariaLabel,
24
+ "aria-label": ariaLabel,
25
25
  textProps,
26
26
  dir,
27
27
  ...props
@@ -32,15 +32,15 @@ const InlineLoading = exports.InlineLoading = /*#__PURE__*/(0, _react.forwardRef
32
32
  ref: ref,
33
33
  ...props,
34
34
  "aria-label": ariaLabel ?? text,
35
- dir: dir ?? globalConfigContext.rtl ? 'rtl' : undefined,
35
+ dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
36
36
  style: [_index2.FlexStyleSheet.flex_row, _index2.FlexStyleSheet.items_center, styleSheet.inlineLoading, globalConfigContext.rtl ? _index2.CommonStyleSheet.rtl : undefined, style],
37
- children: [state == 'active' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.Loading, {
37
+ children: [state == "active" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.Loading, {
38
38
  type: "small"
39
- }) : state == 'error' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_errorFilled.default, {
39
+ }) : state == "error" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_errorFilled.default, {
40
40
  width: 16,
41
41
  height: 16,
42
42
  fill: mapIconErrorColor[themeContext.colorScheme]
43
- }) : state == 'finished' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_checkmarkFilled.default, {
43
+ }) : state == "finished" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_checkmarkFilled.default, {
44
44
  width: 16,
45
45
  height: 16,
46
46
  fill: mapIconCheckmarkColor[themeContext.colorScheme]
@@ -14,7 +14,7 @@ var _mapCircleBackgroundColor = require("./_map-circle-background-color.js");
14
14
  var _mapCircleStrokeColor = require("./_map-circle-stroke-color.js");
15
15
  var _jsxRuntime = require("react/jsx-runtime");
16
16
  const Loading = exports.Loading = /*#__PURE__*/(0, _react.forwardRef)(function ({
17
- type = 'large',
17
+ type = "large",
18
18
  style,
19
19
  ...props
20
20
  }, ref) {
@@ -49,7 +49,7 @@ const Loading = exports.Loading = /*#__PURE__*/(0, _react.forwardRef)(function (
49
49
  transform: [{
50
50
  rotateZ: rotationValue.current.interpolate({
51
51
  inputRange: [0, 1],
52
- outputRange: ['0deg', '360deg']
52
+ outputRange: ["0deg", "360deg"]
53
53
  })
54
54
  }]
55
55
  }, style]
@@ -15,8 +15,8 @@ class CircularProgress extends _react.Component {
15
15
  circleBackgroundColor,
16
16
  type,
17
17
  forwardedRef,
18
- fill = 'transparent',
19
- viewBox = '0 0 100 100',
18
+ fill = "transparent",
19
+ viewBox = "0 0 100 100",
20
20
  ...props
21
21
  } = this.props,
22
22
  size = mapSize[type];
@@ -27,7 +27,7 @@ class CircularProgress extends _react.Component {
27
27
  height: size,
28
28
  viewBox: viewBox,
29
29
  fill: fill,
30
- children: [type == 'small' &&
30
+ children: [type == "small" &&
31
31
  /*#__PURE__*/
32
32
  // Background
33
33
  (0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {