@audira/carbon-react-native 1.0.0-beta.9 → 1.0.0

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 (1624) hide show
  1. package/README.md +1 -1
  2. package/lib/commonjs/_internal/hooks/index.js +10 -0
  3. package/lib/commonjs/_internal/hooks/index.js.map +1 -0
  4. package/lib/commonjs/_internal/hooks/secure-text-entry-control/UseProps.js +2 -0
  5. package/lib/commonjs/_internal/hooks/secure-text-entry-control/UseProps.js.map +1 -0
  6. package/lib/commonjs/_internal/hooks/secure-text-entry-control/index.js +17 -0
  7. package/lib/commonjs/_internal/hooks/secure-text-entry-control/index.js.map +1 -0
  8. package/lib/commonjs/_internal/hooks/secure-text-entry-control/use.js +16 -0
  9. package/lib/commonjs/_internal/hooks/secure-text-entry-control/use.js.map +1 -0
  10. package/lib/commonjs/carbon-style-sheet/g/direction.js +24 -0
  11. package/lib/commonjs/carbon-style-sheet/g/direction.js.map +1 -0
  12. package/lib/commonjs/carbon-style-sheet/g/display.js +24 -0
  13. package/lib/commonjs/carbon-style-sheet/g/display.js.map +1 -0
  14. package/lib/commonjs/carbon-style-sheet/g/flex.js +254 -0
  15. package/lib/commonjs/carbon-style-sheet/g/flex.js.map +1 -0
  16. package/lib/commonjs/carbon-style-sheet/g/font.js +127 -0
  17. package/lib/commonjs/carbon-style-sheet/g/font.js.map +1 -0
  18. package/lib/commonjs/carbon-style-sheet/g/height.js +40 -0
  19. package/lib/commonjs/carbon-style-sheet/g/height.js.map +1 -0
  20. package/lib/commonjs/carbon-style-sheet/g/index.js +127 -0
  21. package/lib/commonjs/carbon-style-sheet/g/index.js.map +1 -0
  22. package/lib/commonjs/carbon-style-sheet/g/overflow.js +32 -0
  23. package/lib/commonjs/carbon-style-sheet/g/overflow.js.map +1 -0
  24. package/lib/commonjs/carbon-style-sheet/g/position.js +35 -0
  25. package/lib/commonjs/carbon-style-sheet/g/position.js.map +1 -0
  26. package/lib/commonjs/carbon-style-sheet/g/spacing.js +2197 -0
  27. package/lib/commonjs/carbon-style-sheet/g/spacing.js.map +1 -0
  28. package/lib/commonjs/carbon-style-sheet/g/text.js +88 -0
  29. package/lib/commonjs/carbon-style-sheet/g/text.js.map +1 -0
  30. package/lib/commonjs/carbon-style-sheet/g/typography.js +242 -0
  31. package/lib/commonjs/carbon-style-sheet/g/typography.js.map +1 -0
  32. package/lib/commonjs/carbon-style-sheet/g/width.js +40 -0
  33. package/lib/commonjs/carbon-style-sheet/g/width.js.map +1 -0
  34. package/lib/commonjs/carbon-style-sheet/g-object/direction.js +13 -0
  35. package/lib/commonjs/carbon-style-sheet/g-object/direction.js.map +1 -0
  36. package/lib/commonjs/carbon-style-sheet/g-object/display.js +13 -0
  37. package/lib/commonjs/carbon-style-sheet/g-object/display.js.map +1 -0
  38. package/lib/commonjs/carbon-style-sheet/g-object/flex.js +103 -0
  39. package/lib/commonjs/carbon-style-sheet/g-object/flex.js.map +1 -0
  40. package/lib/commonjs/carbon-style-sheet/g-object/font.js +56 -0
  41. package/lib/commonjs/carbon-style-sheet/g-object/font.js.map +1 -0
  42. package/lib/commonjs/carbon-style-sheet/g-object/height.js +19 -0
  43. package/lib/commonjs/carbon-style-sheet/g-object/height.js.map +1 -0
  44. package/lib/commonjs/carbon-style-sheet/g-object/index.js +127 -0
  45. package/lib/commonjs/carbon-style-sheet/g-object/index.js.map +1 -0
  46. package/lib/commonjs/carbon-style-sheet/g-object/overflow.js +16 -0
  47. package/lib/commonjs/carbon-style-sheet/g-object/overflow.js.map +1 -0
  48. package/lib/commonjs/carbon-style-sheet/g-object/position.js +20 -0
  49. package/lib/commonjs/carbon-style-sheet/g-object/position.js.map +1 -0
  50. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +831 -0
  51. package/lib/commonjs/carbon-style-sheet/g-object/spacing.js.map +1 -0
  52. package/lib/commonjs/carbon-style-sheet/g-object/text.js +37 -0
  53. package/lib/commonjs/carbon-style-sheet/g-object/text.js.map +1 -0
  54. package/lib/commonjs/carbon-style-sheet/g-object/typography.js +136 -0
  55. package/lib/commonjs/carbon-style-sheet/g-object/typography.js.map +1 -0
  56. package/lib/commonjs/carbon-style-sheet/g-object/width.js +19 -0
  57. package/lib/commonjs/carbon-style-sheet/g-object/width.js.map +1 -0
  58. package/lib/commonjs/carbon-style-sheet/index.js +68 -18
  59. package/lib/commonjs/carbon-style-sheet/index.js.map +1 -1
  60. package/lib/commonjs/components/accordion/Accordion.js +16 -15
  61. package/lib/commonjs/components/accordion/Accordion.js.map +1 -1
  62. package/lib/commonjs/components/accordion/_Header.js +19 -19
  63. package/lib/commonjs/components/accordion/_Header.js.map +1 -1
  64. package/lib/commonjs/components/accordion/_HeaderBorder.js +8 -8
  65. package/lib/commonjs/components/accordion/_HeaderBorder.js.map +1 -1
  66. package/lib/commonjs/components/accordion/_Item.js +3 -2
  67. package/lib/commonjs/components/accordion/_Item.js.map +1 -1
  68. package/lib/commonjs/components/accordion/_chevron/Chevron.js +4 -2
  69. package/lib/commonjs/components/accordion/_chevron/Chevron.js.map +1 -1
  70. package/lib/commonjs/components/accordion/index.js.map +1 -1
  71. package/lib/commonjs/components/box/Box.js +27 -0
  72. package/lib/commonjs/components/box/Box.js.map +1 -0
  73. package/lib/commonjs/components/box/BoxProps.js +6 -0
  74. package/lib/commonjs/components/box/BoxProps.js.map +1 -0
  75. package/lib/commonjs/components/box/BoxRef.js +6 -0
  76. package/lib/commonjs/components/box/BoxRef.js.map +1 -0
  77. package/lib/commonjs/components/box/index.js +17 -0
  78. package/lib/commonjs/components/box/index.js.map +1 -0
  79. package/lib/commonjs/components/button/base/Base.js +7 -12
  80. package/lib/commonjs/components/button/base/Base.js.map +1 -1
  81. package/lib/commonjs/components/button/base-color/BaseColor.js +10 -7
  82. package/lib/commonjs/components/button/base-color/BaseColor.js.map +1 -1
  83. package/lib/commonjs/components/button/ghost/Ghost.js +12 -11
  84. package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
  85. package/lib/commonjs/components/button/ghost-danger/GhostDanger.js +13 -12
  86. package/lib/commonjs/components/button/ghost-danger/GhostDanger.js.map +1 -1
  87. package/lib/commonjs/components/button/ghost-icon/GhostIcon.js +6 -5
  88. package/lib/commonjs/components/button/ghost-icon/GhostIcon.js.map +1 -1
  89. package/lib/commonjs/components/button/primary/Primary.js +14 -13
  90. package/lib/commonjs/components/button/primary/Primary.js.map +1 -1
  91. package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js +14 -13
  92. package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js.map +1 -1
  93. package/lib/commonjs/components/button/secondary/Secondary.js +14 -13
  94. package/lib/commonjs/components/button/secondary/Secondary.js.map +1 -1
  95. package/lib/commonjs/components/button/tertiary/Tertiary.js +17 -16
  96. package/lib/commonjs/components/button/tertiary/Tertiary.js.map +1 -1
  97. package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js +16 -15
  98. package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
  99. package/lib/commonjs/components/button-group/ButtonGroup.js +7 -6
  100. package/lib/commonjs/components/button-group/ButtonGroup.js.map +1 -1
  101. package/lib/commonjs/components/button-group/index.js.map +1 -1
  102. package/lib/commonjs/components/checkbox/Checkbox.js +29 -32
  103. package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
  104. package/lib/commonjs/components/checkbox/index.js.map +1 -1
  105. package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +12 -21
  106. package/lib/commonjs/components/checkbox-group/CheckboxGroup.js.map +1 -1
  107. package/lib/commonjs/components/checkbox-group/index.js.map +1 -1
  108. package/lib/commonjs/components/checkbox-input/CheckboxInput.js +44 -44
  109. package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
  110. package/lib/commonjs/components/checkbox-input/CheckboxInputState.js +2 -0
  111. package/lib/commonjs/components/checkbox-input/CheckboxInputState.js.map +1 -0
  112. package/lib/commonjs/components/checkbox-input/index.js +4 -4
  113. package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
  114. package/lib/commonjs/components/collapsible/Collapsible.js +17 -8
  115. package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
  116. package/lib/commonjs/components/form-helper-text/FormHelperText.js +12 -15
  117. package/lib/commonjs/components/form-helper-text/FormHelperText.js.map +1 -1
  118. package/lib/commonjs/components/form-label/FormLabel.js +5 -7
  119. package/lib/commonjs/components/form-label/FormLabel.js.map +1 -1
  120. package/lib/commonjs/components/form-label/index.js.map +1 -1
  121. package/lib/commonjs/components/index.js +72 -24
  122. package/lib/commonjs/components/index.js.map +1 -1
  123. package/lib/commonjs/components/inline-loading/InlineLoading.js +13 -16
  124. package/lib/commonjs/components/inline-loading/InlineLoading.js.map +1 -1
  125. package/lib/commonjs/components/inline-loading/index.js.map +1 -1
  126. package/lib/commonjs/components/layer/Layer.js +6 -5
  127. package/lib/commonjs/components/layer/Layer.js.map +1 -1
  128. package/lib/commonjs/components/layer/index.js.map +1 -1
  129. package/lib/commonjs/components/loading/Loading.js +3 -1
  130. package/lib/commonjs/components/loading/Loading.js.map +1 -1
  131. package/lib/commonjs/components/modal/Modal.js +12 -13
  132. package/lib/commonjs/components/modal/Modal.js.map +1 -1
  133. package/lib/commonjs/components/modal/index.js.map +1 -1
  134. package/lib/commonjs/components/modal-content/ModalContent.js +5 -8
  135. package/lib/commonjs/components/modal-content/ModalContent.js.map +1 -1
  136. package/lib/commonjs/components/modal-content/index.js.map +1 -1
  137. package/lib/commonjs/components/notification/_status-hooks/error/useError.js +17 -16
  138. package/lib/commonjs/components/notification/_status-hooks/error/useError.js.map +1 -1
  139. package/lib/commonjs/components/notification/_status-hooks/informational/useInformational.js +17 -16
  140. package/lib/commonjs/components/notification/_status-hooks/informational/useInformational.js.map +1 -1
  141. package/lib/commonjs/components/notification/_status-hooks/success/useSuccess.js +17 -16
  142. package/lib/commonjs/components/notification/_status-hooks/success/useSuccess.js.map +1 -1
  143. package/lib/commonjs/components/notification/_status-hooks/warning/useWarning.js +17 -16
  144. package/lib/commonjs/components/notification/_status-hooks/warning/useWarning.js.map +1 -1
  145. package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js +0 -1
  146. package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js.map +1 -1
  147. package/lib/commonjs/components/notification/_variants/actionable/index.js.map +1 -1
  148. package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js +0 -1
  149. package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js.map +1 -1
  150. package/lib/commonjs/components/notification/_variants/callout/index.js.map +1 -1
  151. package/lib/commonjs/components/notification/_variants/index.js +2 -24
  152. package/lib/commonjs/components/notification/_variants/index.js.map +1 -1
  153. package/lib/commonjs/components/notification/_variants/toast/index.js.map +1 -1
  154. package/lib/commonjs/components/notification/actionable/error/index.js.map +1 -1
  155. package/lib/commonjs/components/notification/actionable/index.js.map +1 -1
  156. package/lib/commonjs/components/notification/actionable/informational/index.js.map +1 -1
  157. package/lib/commonjs/components/notification/actionable/success/index.js.map +1 -1
  158. package/lib/commonjs/components/notification/actionable/warning/index.js.map +1 -1
  159. package/lib/commonjs/components/notification/base/Base.js +14 -15
  160. package/lib/commonjs/components/notification/base/Base.js.map +1 -1
  161. package/lib/commonjs/components/notification/base/index.js.map +1 -1
  162. package/lib/commonjs/components/notification/callout/error/index.js.map +1 -1
  163. package/lib/commonjs/components/notification/callout/index.js.map +1 -1
  164. package/lib/commonjs/components/notification/callout/informational/index.js.map +1 -1
  165. package/lib/commonjs/components/notification/callout/success/index.js.map +1 -1
  166. package/lib/commonjs/components/notification/callout/warning/index.js.map +1 -1
  167. package/lib/commonjs/components/notification/index.js +13 -19
  168. package/lib/commonjs/components/notification/index.js.map +1 -1
  169. package/lib/commonjs/components/notification/subtitle/Subtitle.js +5 -4
  170. package/lib/commonjs/components/notification/subtitle/Subtitle.js.map +1 -1
  171. package/lib/commonjs/components/notification/subtitle/index.js.map +1 -1
  172. package/lib/commonjs/components/notification/subtitle-link/SubtitleLink.js +5 -4
  173. package/lib/commonjs/components/notification/subtitle-link/SubtitleLink.js.map +1 -1
  174. package/lib/commonjs/components/notification/subtitle-link/index.js.map +1 -1
  175. package/lib/commonjs/components/notification/toast/error/index.js.map +1 -1
  176. package/lib/commonjs/components/notification/toast/index.js.map +1 -1
  177. package/lib/commonjs/components/notification/toast/informational/index.js.map +1 -1
  178. package/lib/commonjs/components/notification/toast/success/index.js.map +1 -1
  179. package/lib/commonjs/components/notification/toast/warning/index.js.map +1 -1
  180. package/lib/commonjs/components/password-input/PasswordInput.js +35 -0
  181. package/lib/commonjs/components/password-input/PasswordInput.js.map +1 -0
  182. package/lib/commonjs/components/password-input/PasswordInputProps.js +6 -0
  183. package/lib/commonjs/components/password-input/PasswordInputProps.js.map +1 -0
  184. package/lib/commonjs/components/password-input/PasswordInputRef.js +6 -0
  185. package/lib/commonjs/components/password-input/PasswordInputRef.js.map +1 -0
  186. package/lib/commonjs/components/password-input/index.js +17 -0
  187. package/lib/commonjs/components/password-input/index.js.map +1 -0
  188. package/lib/commonjs/components/password-input-field/PasswordInputField.js +35 -0
  189. package/lib/commonjs/components/password-input-field/PasswordInputField.js.map +1 -0
  190. package/lib/commonjs/components/password-input-field/PasswordInputFieldProps.js +6 -0
  191. package/lib/commonjs/components/password-input-field/PasswordInputFieldProps.js.map +1 -0
  192. package/lib/commonjs/components/password-input-field/PasswordInputFieldRef.js +6 -0
  193. package/lib/commonjs/components/password-input-field/PasswordInputFieldRef.js.map +1 -0
  194. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js +41 -0
  195. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -0
  196. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.js +6 -0
  197. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.js.map +1 -0
  198. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.js +6 -0
  199. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.js.map +1 -0
  200. package/lib/commonjs/components/password-input-field/_ghost-icon/index.js +17 -0
  201. package/lib/commonjs/components/password-input-field/_ghost-icon/index.js.map +1 -0
  202. package/lib/commonjs/components/password-input-field/index.js +17 -0
  203. package/lib/commonjs/components/password-input-field/index.js.map +1 -0
  204. package/lib/commonjs/components/password-input-fluid/PasswordInputFluid.js +33 -0
  205. package/lib/commonjs/components/password-input-fluid/PasswordInputFluid.js.map +1 -0
  206. package/lib/commonjs/components/password-input-fluid/PasswordInputFluidProps.js +6 -0
  207. package/lib/commonjs/components/password-input-fluid/PasswordInputFluidProps.js.map +1 -0
  208. package/lib/commonjs/components/password-input-fluid/PasswordInputFluidRef.js +6 -0
  209. package/lib/commonjs/components/password-input-fluid/PasswordInputFluidRef.js.map +1 -0
  210. package/lib/commonjs/components/password-input-fluid/index.js +17 -0
  211. package/lib/commonjs/components/password-input-fluid/index.js.map +1 -0
  212. package/lib/commonjs/components/radio-button/RadioButton.js +15 -14
  213. package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
  214. package/lib/commonjs/components/radio-button/index.js.map +1 -1
  215. package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +9 -7
  216. package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js.map +1 -1
  217. package/lib/commonjs/components/radio-button-group/index.js.map +1 -1
  218. package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +25 -25
  219. package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -1
  220. package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
  221. package/lib/commonjs/components/switch/Switch.js +10 -10
  222. package/lib/commonjs/components/switch/Switch.js.map +1 -1
  223. package/lib/commonjs/components/text/Text.js +65 -45
  224. package/lib/commonjs/components/text/Text.js.map +1 -1
  225. package/lib/commonjs/components/text-area/TextArea.js +0 -2
  226. package/lib/commonjs/components/text-area/TextArea.js.map +1 -1
  227. package/lib/commonjs/components/text-area/index.js.map +1 -1
  228. package/lib/commonjs/components/text-area-field/index.js.map +1 -1
  229. package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js +3 -2
  230. package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js.map +1 -1
  231. package/lib/commonjs/components/text-area-fluid/index.js.map +1 -1
  232. package/lib/commonjs/components/text-input/TextInput.js +4 -0
  233. package/lib/commonjs/components/text-input/TextInput.js.map +1 -1
  234. package/lib/commonjs/components/text-input-field/TextInputField.js +33 -20
  235. package/lib/commonjs/components/text-input-field/TextInputField.js.map +1 -1
  236. package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +3 -2
  237. package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
  238. package/lib/commonjs/components/text-input-field/index.js.map +1 -1
  239. package/lib/commonjs/components/text-input-fluid/TextInputFluid.js +23 -16
  240. package/lib/commonjs/components/text-input-fluid/TextInputFluid.js.map +1 -1
  241. package/lib/commonjs/components/text-input-fluid/index.js.map +1 -1
  242. package/lib/commonjs/components/toggle/base/Base.js +13 -11
  243. package/lib/commonjs/components/toggle/base/Base.js.map +1 -1
  244. package/lib/commonjs/components/toggle/base/index.js.map +1 -1
  245. package/lib/commonjs/components/toggle/default/index.js.map +1 -1
  246. package/lib/commonjs/components/toggle/index.js.map +1 -1
  247. package/lib/commonjs/components/toggle/small/index.js.map +1 -1
  248. package/lib/commonjs/helpers/color/get-color-scheme.js +2 -1
  249. package/lib/commonjs/helpers/color/get-color-scheme.js.map +1 -1
  250. package/lib/commonjs/index.js +16 -12
  251. package/lib/commonjs/index.js.map +1 -1
  252. package/lib/commonjs/providers/dialog/DialogProvider.js +73 -37
  253. package/lib/commonjs/providers/dialog/DialogProvider.js.map +1 -1
  254. package/lib/commonjs/providers/dialog/_controller/Controller.js +5 -2
  255. package/lib/commonjs/providers/dialog/_controller/Controller.js.map +1 -1
  256. package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js +5 -2
  257. package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js.map +1 -1
  258. package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js +6 -3
  259. package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js.map +1 -1
  260. package/lib/commonjs/providers/toast/_overlay/Overlay.js +13 -8
  261. package/lib/commonjs/providers/toast/_overlay/Overlay.js.map +1 -1
  262. package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +14 -7
  263. package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js.map +1 -1
  264. package/lib/commonjs/providers/toast/_overlay/_gap.js +9 -0
  265. package/lib/commonjs/providers/toast/_overlay/_gap.js.map +1 -0
  266. package/lib/commonjs/providers/toast/index.js.map +1 -1
  267. package/lib/module/_internal/hooks/index.js +5 -0
  268. package/lib/module/_internal/hooks/index.js.map +1 -0
  269. package/lib/module/_internal/hooks/secure-text-entry-control/UseProps.js +2 -0
  270. package/lib/module/_internal/hooks/secure-text-entry-control/UseProps.js.map +1 -0
  271. package/lib/module/_internal/hooks/secure-text-entry-control/index.js +4 -0
  272. package/lib/module/_internal/hooks/secure-text-entry-control/index.js.map +1 -0
  273. package/lib/module/_internal/hooks/secure-text-entry-control/use.js +12 -0
  274. package/lib/module/_internal/hooks/secure-text-entry-control/use.js.map +1 -0
  275. package/lib/module/carbon-style-sheet/g/direction.js +18 -0
  276. package/lib/module/carbon-style-sheet/g/direction.js.map +1 -0
  277. package/lib/module/carbon-style-sheet/g/display.js +18 -0
  278. package/lib/module/carbon-style-sheet/g/display.js.map +1 -0
  279. package/lib/module/carbon-style-sheet/g/flex.js +220 -0
  280. package/lib/module/carbon-style-sheet/g/flex.js.map +1 -0
  281. package/lib/module/carbon-style-sheet/g/font.js +109 -0
  282. package/lib/module/carbon-style-sheet/g/font.js.map +1 -0
  283. package/lib/module/carbon-style-sheet/g/height.js +32 -0
  284. package/lib/module/carbon-style-sheet/g/height.js.map +1 -0
  285. package/lib/module/carbon-style-sheet/g/index.js +14 -0
  286. package/lib/module/carbon-style-sheet/g/index.js.map +1 -0
  287. package/lib/module/carbon-style-sheet/g/overflow.js +25 -0
  288. package/lib/module/carbon-style-sheet/g/overflow.js.map +1 -0
  289. package/lib/module/carbon-style-sheet/g/position.js +28 -0
  290. package/lib/module/carbon-style-sheet/g/position.js.map +1 -0
  291. package/lib/module/carbon-style-sheet/g/spacing.js +1918 -0
  292. package/lib/module/carbon-style-sheet/g/spacing.js.map +1 -0
  293. package/lib/module/carbon-style-sheet/g/text.js +74 -0
  294. package/lib/module/carbon-style-sheet/g/text.js.map +1 -0
  295. package/lib/module/carbon-style-sheet/g/typography.js +217 -0
  296. package/lib/module/carbon-style-sheet/g/typography.js.map +1 -0
  297. package/lib/module/carbon-style-sheet/g/width.js +32 -0
  298. package/lib/module/carbon-style-sheet/g/width.js.map +1 -0
  299. package/lib/module/carbon-style-sheet/g-object/direction.js +9 -0
  300. package/lib/module/carbon-style-sheet/g-object/direction.js.map +1 -0
  301. package/lib/module/carbon-style-sheet/g-object/display.js +9 -0
  302. package/lib/module/carbon-style-sheet/g-object/display.js.map +1 -0
  303. package/lib/module/carbon-style-sheet/g-object/flex.js +99 -0
  304. package/lib/module/carbon-style-sheet/g-object/flex.js.map +1 -0
  305. package/lib/module/carbon-style-sheet/g-object/font.js +52 -0
  306. package/lib/module/carbon-style-sheet/g-object/font.js.map +1 -0
  307. package/lib/module/carbon-style-sheet/g-object/height.js +15 -0
  308. package/lib/module/carbon-style-sheet/g-object/height.js.map +1 -0
  309. package/lib/module/carbon-style-sheet/g-object/index.js +14 -0
  310. package/lib/module/carbon-style-sheet/g-object/index.js.map +1 -0
  311. package/lib/module/carbon-style-sheet/g-object/overflow.js +12 -0
  312. package/lib/module/carbon-style-sheet/g-object/overflow.js.map +1 -0
  313. package/lib/module/carbon-style-sheet/g-object/position.js +16 -0
  314. package/lib/module/carbon-style-sheet/g-object/position.js.map +1 -0
  315. package/lib/module/carbon-style-sheet/g-object/spacing.js +825 -0
  316. package/lib/module/carbon-style-sheet/g-object/spacing.js.map +1 -0
  317. package/lib/module/carbon-style-sheet/g-object/text.js +33 -0
  318. package/lib/module/carbon-style-sheet/g-object/text.js.map +1 -0
  319. package/lib/module/carbon-style-sheet/g-object/typography.js +132 -0
  320. package/lib/module/carbon-style-sheet/g-object/typography.js.map +1 -0
  321. package/lib/module/carbon-style-sheet/g-object/width.js +15 -0
  322. package/lib/module/carbon-style-sheet/g-object/width.js.map +1 -0
  323. package/lib/module/carbon-style-sheet/index.js +12 -17
  324. package/lib/module/carbon-style-sheet/index.js.map +1 -1
  325. package/lib/module/components/accordion/Accordion.js +16 -15
  326. package/lib/module/components/accordion/Accordion.js.map +1 -1
  327. package/lib/module/components/accordion/_Header.js +2 -3
  328. package/lib/module/components/accordion/_Header.js.map +1 -1
  329. package/lib/module/components/accordion/_HeaderBorder.js +3 -4
  330. package/lib/module/components/accordion/_HeaderBorder.js.map +1 -1
  331. package/lib/module/components/accordion/_Item.js +2 -2
  332. package/lib/module/components/accordion/_Item.js.map +1 -1
  333. package/lib/module/components/accordion/_chevron/Chevron.js +4 -2
  334. package/lib/module/components/accordion/_chevron/Chevron.js.map +1 -1
  335. package/lib/module/components/accordion/index.js.map +1 -1
  336. package/lib/module/components/box/Box.js +22 -0
  337. package/lib/module/components/box/Box.js.map +1 -0
  338. package/lib/module/components/box/BoxProps.js +4 -0
  339. package/lib/module/components/box/BoxProps.js.map +1 -0
  340. package/lib/module/components/box/BoxRef.js +4 -0
  341. package/lib/module/components/box/BoxRef.js.map +1 -0
  342. package/lib/module/components/box/index.js +4 -0
  343. package/lib/module/components/box/index.js.map +1 -0
  344. package/lib/module/components/button/base/Base.js +6 -12
  345. package/lib/module/components/button/base/Base.js.map +1 -1
  346. package/lib/module/components/button/base-color/BaseColor.js +10 -7
  347. package/lib/module/components/button/base-color/BaseColor.js.map +1 -1
  348. package/lib/module/components/button/ghost/Ghost.js +1 -1
  349. package/lib/module/components/button/ghost/Ghost.js.map +1 -1
  350. package/lib/module/components/button/ghost-danger/GhostDanger.js +1 -1
  351. package/lib/module/components/button/ghost-danger/GhostDanger.js.map +1 -1
  352. package/lib/module/components/button/ghost-icon/GhostIcon.js +1 -1
  353. package/lib/module/components/button/ghost-icon/GhostIcon.js.map +1 -1
  354. package/lib/module/components/button/primary/Primary.js +1 -1
  355. package/lib/module/components/button/primary/Primary.js.map +1 -1
  356. package/lib/module/components/button/primary-danger/PrimaryDanger.js +1 -1
  357. package/lib/module/components/button/primary-danger/PrimaryDanger.js.map +1 -1
  358. package/lib/module/components/button/secondary/Secondary.js +1 -1
  359. package/lib/module/components/button/secondary/Secondary.js.map +1 -1
  360. package/lib/module/components/button/tertiary/Tertiary.js +1 -1
  361. package/lib/module/components/button/tertiary/Tertiary.js.map +1 -1
  362. package/lib/module/components/button/tertiary-danger/TertiaryDanger.js +1 -1
  363. package/lib/module/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
  364. package/lib/module/components/button-group/ButtonGroup.js +6 -6
  365. package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
  366. package/lib/module/components/button-group/index.js.map +1 -1
  367. package/lib/module/components/checkbox/Checkbox.js +17 -21
  368. package/lib/module/components/checkbox/Checkbox.js.map +1 -1
  369. package/lib/module/components/checkbox/index.js.map +1 -1
  370. package/lib/module/components/checkbox-group/CheckboxGroup.js +9 -19
  371. package/lib/module/components/checkbox-group/CheckboxGroup.js.map +1 -1
  372. package/lib/module/components/checkbox-group/index.js.map +1 -1
  373. package/lib/module/components/checkbox-input/CheckboxInput.js +24 -25
  374. package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
  375. package/lib/module/components/checkbox-input/CheckboxInputState.js +2 -0
  376. package/lib/module/components/checkbox-input/CheckboxInputState.js.map +1 -0
  377. package/lib/module/components/checkbox-input/index.js +1 -1
  378. package/lib/module/components/checkbox-input/index.js.map +1 -1
  379. package/lib/module/components/collapsible/Collapsible.js +16 -8
  380. package/lib/module/components/collapsible/Collapsible.js.map +1 -1
  381. package/lib/module/components/form-helper-text/FormHelperText.js +5 -9
  382. package/lib/module/components/form-helper-text/FormHelperText.js.map +1 -1
  383. package/lib/module/components/form-label/FormLabel.js +6 -9
  384. package/lib/module/components/form-label/FormLabel.js.map +1 -1
  385. package/lib/module/components/form-label/index.js.map +1 -1
  386. package/lib/module/components/index.js +4 -0
  387. package/lib/module/components/index.js.map +1 -1
  388. package/lib/module/components/inline-loading/InlineLoading.js +6 -10
  389. package/lib/module/components/inline-loading/InlineLoading.js.map +1 -1
  390. package/lib/module/components/inline-loading/index.js.map +1 -1
  391. package/lib/module/components/layer/Layer.js +1 -1
  392. package/lib/module/components/layer/Layer.js.map +1 -1
  393. package/lib/module/components/layer/index.js.map +1 -1
  394. package/lib/module/components/loading/Loading.js +3 -1
  395. package/lib/module/components/loading/Loading.js.map +1 -1
  396. package/lib/module/components/modal/Modal.js +5 -7
  397. package/lib/module/components/modal/Modal.js.map +1 -1
  398. package/lib/module/components/modal/index.js.map +1 -1
  399. package/lib/module/components/modal-content/ModalContent.js +5 -8
  400. package/lib/module/components/modal-content/ModalContent.js.map +1 -1
  401. package/lib/module/components/modal-content/index.js.map +1 -1
  402. package/lib/module/components/notification/_status-hooks/error/useError.js +1 -1
  403. package/lib/module/components/notification/_status-hooks/error/useError.js.map +1 -1
  404. package/lib/module/components/notification/_status-hooks/informational/useInformational.js +1 -1
  405. package/lib/module/components/notification/_status-hooks/informational/useInformational.js.map +1 -1
  406. package/lib/module/components/notification/_status-hooks/success/useSuccess.js +1 -1
  407. package/lib/module/components/notification/_status-hooks/success/useSuccess.js.map +1 -1
  408. package/lib/module/components/notification/_status-hooks/warning/useWarning.js +1 -1
  409. package/lib/module/components/notification/_status-hooks/warning/useWarning.js.map +1 -1
  410. package/lib/module/components/notification/_variants/actionable/ActionableVariant.js +0 -1
  411. package/lib/module/components/notification/_variants/actionable/ActionableVariant.js.map +1 -1
  412. package/lib/module/components/notification/_variants/actionable/index.js.map +1 -1
  413. package/lib/module/components/notification/_variants/callout/CalloutVariant.js +0 -1
  414. package/lib/module/components/notification/_variants/callout/CalloutVariant.js.map +1 -1
  415. package/lib/module/components/notification/_variants/callout/index.js.map +1 -1
  416. package/lib/module/components/notification/_variants/index.js +0 -2
  417. package/lib/module/components/notification/_variants/index.js.map +1 -1
  418. package/lib/module/components/notification/_variants/toast/index.js.map +1 -1
  419. package/lib/module/components/notification/actionable/error/index.js.map +1 -1
  420. package/lib/module/components/notification/actionable/index.js.map +1 -1
  421. package/lib/module/components/notification/actionable/informational/index.js.map +1 -1
  422. package/lib/module/components/notification/actionable/success/index.js.map +1 -1
  423. package/lib/module/components/notification/actionable/warning/index.js.map +1 -1
  424. package/lib/module/components/notification/base/Base.js +7 -9
  425. package/lib/module/components/notification/base/Base.js.map +1 -1
  426. package/lib/module/components/notification/base/index.js.map +1 -1
  427. package/lib/module/components/notification/callout/error/index.js.map +1 -1
  428. package/lib/module/components/notification/callout/index.js.map +1 -1
  429. package/lib/module/components/notification/callout/informational/index.js.map +1 -1
  430. package/lib/module/components/notification/callout/success/index.js.map +1 -1
  431. package/lib/module/components/notification/callout/warning/index.js.map +1 -1
  432. package/lib/module/components/notification/index.js +1 -3
  433. package/lib/module/components/notification/index.js.map +1 -1
  434. package/lib/module/components/notification/subtitle/Subtitle.js +1 -1
  435. package/lib/module/components/notification/subtitle/Subtitle.js.map +1 -1
  436. package/lib/module/components/notification/subtitle/index.js.map +1 -1
  437. package/lib/module/components/notification/subtitle-link/SubtitleLink.js +1 -1
  438. package/lib/module/components/notification/subtitle-link/SubtitleLink.js.map +1 -1
  439. package/lib/module/components/notification/subtitle-link/index.js.map +1 -1
  440. package/lib/module/components/notification/toast/error/index.js.map +1 -1
  441. package/lib/module/components/notification/toast/index.js.map +1 -1
  442. package/lib/module/components/notification/toast/informational/index.js.map +1 -1
  443. package/lib/module/components/notification/toast/success/index.js.map +1 -1
  444. package/lib/module/components/notification/toast/warning/index.js.map +1 -1
  445. package/lib/module/components/password-input/PasswordInput.js +31 -0
  446. package/lib/module/components/password-input/PasswordInput.js.map +1 -0
  447. package/lib/module/components/password-input/PasswordInputProps.js +4 -0
  448. package/lib/module/components/password-input/PasswordInputProps.js.map +1 -0
  449. package/lib/module/components/password-input/PasswordInputRef.js +4 -0
  450. package/lib/module/components/password-input/PasswordInputRef.js.map +1 -0
  451. package/lib/module/components/password-input/index.js +4 -0
  452. package/lib/module/components/password-input/index.js.map +1 -0
  453. package/lib/module/components/password-input-field/PasswordInputField.js +31 -0
  454. package/lib/module/components/password-input-field/PasswordInputField.js.map +1 -0
  455. package/lib/module/components/password-input-field/PasswordInputFieldProps.js +4 -0
  456. package/lib/module/components/password-input-field/PasswordInputFieldProps.js.map +1 -0
  457. package/lib/module/components/password-input-field/PasswordInputFieldRef.js +4 -0
  458. package/lib/module/components/password-input-field/PasswordInputFieldRef.js.map +1 -0
  459. package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js +35 -0
  460. package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -0
  461. package/lib/module/components/password-input-field/_ghost-icon/GhostIconProps.js +4 -0
  462. package/lib/module/components/password-input-field/_ghost-icon/GhostIconProps.js.map +1 -0
  463. package/lib/module/components/password-input-field/_ghost-icon/GhostIconRef.js +4 -0
  464. package/lib/module/components/password-input-field/_ghost-icon/GhostIconRef.js.map +1 -0
  465. package/lib/module/components/password-input-field/_ghost-icon/index.js +4 -0
  466. package/lib/module/components/password-input-field/_ghost-icon/index.js.map +1 -0
  467. package/lib/module/components/password-input-field/index.js +4 -0
  468. package/lib/module/components/password-input-field/index.js.map +1 -0
  469. package/lib/module/components/password-input-fluid/PasswordInputFluid.js +29 -0
  470. package/lib/module/components/password-input-fluid/PasswordInputFluid.js.map +1 -0
  471. package/lib/module/components/password-input-fluid/PasswordInputFluidProps.js +4 -0
  472. package/lib/module/components/password-input-fluid/PasswordInputFluidProps.js.map +1 -0
  473. package/lib/module/components/password-input-fluid/PasswordInputFluidRef.js +4 -0
  474. package/lib/module/components/password-input-fluid/PasswordInputFluidRef.js.map +1 -0
  475. package/lib/module/components/password-input-fluid/index.js +4 -0
  476. package/lib/module/components/password-input-fluid/index.js.map +1 -0
  477. package/lib/module/components/radio-button/RadioButton.js +7 -7
  478. package/lib/module/components/radio-button/RadioButton.js.map +1 -1
  479. package/lib/module/components/radio-button/index.js.map +1 -1
  480. package/lib/module/components/radio-button-group/RadioButtonGroup.js +4 -3
  481. package/lib/module/components/radio-button-group/RadioButtonGroup.js.map +1 -1
  482. package/lib/module/components/radio-button-group/index.js.map +1 -1
  483. package/lib/module/components/radio-button-input/RadioButtonInput.js +4 -5
  484. package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -1
  485. package/lib/module/components/radio-button-input/index.js.map +1 -1
  486. package/lib/module/components/switch/Switch.js +4 -5
  487. package/lib/module/components/switch/Switch.js.map +1 -1
  488. package/lib/module/components/text/Text.js +61 -42
  489. package/lib/module/components/text/Text.js.map +1 -1
  490. package/lib/module/components/text-area/TextArea.js +0 -2
  491. package/lib/module/components/text-area/TextArea.js.map +1 -1
  492. package/lib/module/components/text-area/index.js.map +1 -1
  493. package/lib/module/components/text-area-field/index.js.map +1 -1
  494. package/lib/module/components/text-area-fluid/TextAreaFluid.js +2 -2
  495. package/lib/module/components/text-area-fluid/TextAreaFluid.js.map +1 -1
  496. package/lib/module/components/text-area-fluid/index.js.map +1 -1
  497. package/lib/module/components/text-input/TextInput.js +4 -0
  498. package/lib/module/components/text-input/TextInput.js.map +1 -1
  499. package/lib/module/components/text-input-field/TextInputField.js +20 -8
  500. package/lib/module/components/text-input-field/TextInputField.js.map +1 -1
  501. package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +2 -2
  502. package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
  503. package/lib/module/components/text-input-field/index.js.map +1 -1
  504. package/lib/module/components/text-input-fluid/TextInputFluid.js +23 -17
  505. package/lib/module/components/text-input-fluid/TextInputFluid.js.map +1 -1
  506. package/lib/module/components/text-input-fluid/index.js.map +1 -1
  507. package/lib/module/components/toggle/base/Base.js +7 -6
  508. package/lib/module/components/toggle/base/Base.js.map +1 -1
  509. package/lib/module/components/toggle/base/index.js.map +1 -1
  510. package/lib/module/components/toggle/default/index.js.map +1 -1
  511. package/lib/module/components/toggle/index.js.map +1 -1
  512. package/lib/module/components/toggle/small/index.js.map +1 -1
  513. package/lib/module/helpers/color/get-color-scheme.js +2 -1
  514. package/lib/module/helpers/color/get-color-scheme.js.map +1 -1
  515. package/lib/module/index.js +2 -1
  516. package/lib/module/index.js.map +1 -1
  517. package/lib/module/providers/dialog/DialogProvider.js +74 -38
  518. package/lib/module/providers/dialog/DialogProvider.js.map +1 -1
  519. package/lib/module/providers/dialog/_controller/Controller.js +5 -2
  520. package/lib/module/providers/dialog/_controller/Controller.js.map +1 -1
  521. package/lib/module/providers/dialog/_controller/_modal/Modal.js +4 -2
  522. package/lib/module/providers/dialog/_controller/_modal/Modal.js.map +1 -1
  523. package/lib/module/providers/dialog/_controller/_overlay/Overlay.js +3 -1
  524. package/lib/module/providers/dialog/_controller/_overlay/Overlay.js.map +1 -1
  525. package/lib/module/providers/toast/_overlay/Overlay.js +13 -8
  526. package/lib/module/providers/toast/_overlay/Overlay.js.map +1 -1
  527. package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +15 -8
  528. package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js.map +1 -1
  529. package/lib/module/providers/toast/_overlay/_gap.js +5 -0
  530. package/lib/module/providers/toast/_overlay/_gap.js.map +1 -0
  531. package/lib/module/providers/toast/index.js.map +1 -1
  532. package/lib/typescript/commonjs/_internal/hooks/index.d.ts +3 -0
  533. package/lib/typescript/commonjs/_internal/hooks/index.d.ts.map +1 -0
  534. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/UseProps.d.ts +5 -0
  535. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/UseProps.d.ts.map +1 -0
  536. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/index.d.ts +3 -0
  537. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/index.d.ts.map +1 -0
  538. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/use.d.ts +3 -0
  539. package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/use.d.ts.map +1 -0
  540. package/lib/typescript/commonjs/carbon-style-sheet/g/direction.d.ts +7 -0
  541. package/lib/typescript/commonjs/carbon-style-sheet/g/direction.d.ts.map +1 -0
  542. package/lib/typescript/commonjs/carbon-style-sheet/g/display.d.ts +7 -0
  543. package/lib/typescript/commonjs/carbon-style-sheet/g/display.d.ts.map +1 -0
  544. package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts +97 -0
  545. package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts.map +1 -0
  546. package/lib/typescript/commonjs/carbon-style-sheet/g/font.d.ts +43 -0
  547. package/lib/typescript/commonjs/carbon-style-sheet/g/font.d.ts.map +1 -0
  548. package/lib/typescript/commonjs/carbon-style-sheet/g/height.d.ts +13 -0
  549. package/lib/typescript/commonjs/carbon-style-sheet/g/height.d.ts.map +1 -0
  550. package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts +12 -0
  551. package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts.map +1 -0
  552. package/lib/typescript/commonjs/carbon-style-sheet/g/overflow.d.ts +10 -0
  553. package/lib/typescript/commonjs/carbon-style-sheet/g/overflow.d.ts.map +1 -0
  554. package/lib/typescript/commonjs/carbon-style-sheet/g/position.d.ts +10 -0
  555. package/lib/typescript/commonjs/carbon-style-sheet/g/position.d.ts.map +1 -0
  556. package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts +820 -0
  557. package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts.map +1 -0
  558. package/lib/typescript/commonjs/carbon-style-sheet/g/text.d.ts +25 -0
  559. package/lib/typescript/commonjs/carbon-style-sheet/g/text.d.ts.map +1 -0
  560. package/lib/typescript/commonjs/carbon-style-sheet/g/typography.d.ts +127 -0
  561. package/lib/typescript/commonjs/carbon-style-sheet/g/typography.d.ts.map +1 -0
  562. package/lib/typescript/commonjs/carbon-style-sheet/g/width.d.ts +13 -0
  563. package/lib/typescript/commonjs/carbon-style-sheet/g/width.d.ts.map +1 -0
  564. package/lib/typescript/commonjs/carbon-style-sheet/g-object/direction.d.ts +7 -0
  565. package/lib/typescript/commonjs/carbon-style-sheet/g-object/direction.d.ts.map +1 -0
  566. package/lib/typescript/commonjs/carbon-style-sheet/g-object/display.d.ts +7 -0
  567. package/lib/typescript/commonjs/carbon-style-sheet/g-object/display.d.ts.map +1 -0
  568. package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts +97 -0
  569. package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts.map +1 -0
  570. package/lib/typescript/commonjs/carbon-style-sheet/g-object/font.d.ts +43 -0
  571. package/lib/typescript/commonjs/carbon-style-sheet/g-object/font.d.ts.map +1 -0
  572. package/lib/typescript/commonjs/carbon-style-sheet/g-object/height.d.ts +13 -0
  573. package/lib/typescript/commonjs/carbon-style-sheet/g-object/height.d.ts.map +1 -0
  574. package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts +12 -0
  575. package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts.map +1 -0
  576. package/lib/typescript/commonjs/carbon-style-sheet/g-object/overflow.d.ts +10 -0
  577. package/lib/typescript/commonjs/carbon-style-sheet/g-object/overflow.d.ts.map +1 -0
  578. package/lib/typescript/commonjs/carbon-style-sheet/g-object/position.d.ts +13 -0
  579. package/lib/typescript/commonjs/carbon-style-sheet/g-object/position.d.ts.map +1 -0
  580. package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts +820 -0
  581. package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts.map +1 -0
  582. package/lib/typescript/commonjs/carbon-style-sheet/g-object/text.d.ts +31 -0
  583. package/lib/typescript/commonjs/carbon-style-sheet/g-object/text.d.ts.map +1 -0
  584. package/lib/typescript/commonjs/carbon-style-sheet/g-object/typography.d.ts +127 -0
  585. package/lib/typescript/commonjs/carbon-style-sheet/g-object/typography.d.ts.map +1 -0
  586. package/lib/typescript/commonjs/carbon-style-sheet/g-object/width.d.ts +13 -0
  587. package/lib/typescript/commonjs/carbon-style-sheet/g-object/width.d.ts.map +1 -0
  588. package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts +12 -28
  589. package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts.map +1 -1
  590. package/lib/typescript/commonjs/components/accordion/Accordion.d.ts.map +1 -1
  591. package/lib/typescript/commonjs/components/accordion/_Header.d.ts.map +1 -1
  592. package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts.map +1 -1
  593. package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
  594. package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts.map +1 -1
  595. package/lib/typescript/commonjs/components/accordion/index.d.ts.map +1 -1
  596. package/lib/typescript/commonjs/components/box/Box.d.ts +4 -0
  597. package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -0
  598. package/lib/typescript/commonjs/components/box/BoxProps.d.ts +4 -0
  599. package/lib/typescript/commonjs/components/box/BoxProps.d.ts.map +1 -0
  600. package/lib/typescript/commonjs/components/box/BoxRef.d.ts +4 -0
  601. package/lib/typescript/commonjs/components/box/BoxRef.d.ts.map +1 -0
  602. package/lib/typescript/commonjs/components/box/index.d.ts +4 -0
  603. package/lib/typescript/commonjs/components/box/index.d.ts.map +1 -0
  604. package/lib/typescript/commonjs/components/button/base/Base.d.ts.map +1 -1
  605. package/lib/typescript/commonjs/components/button/base-color/BaseColor.d.ts.map +1 -1
  606. package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
  607. package/lib/typescript/commonjs/components/button/ghost-danger/GhostDanger.d.ts.map +1 -1
  608. package/lib/typescript/commonjs/components/button/ghost-icon/GhostIcon.d.ts.map +1 -1
  609. package/lib/typescript/commonjs/components/button/primary/Primary.d.ts.map +1 -1
  610. package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDanger.d.ts.map +1 -1
  611. package/lib/typescript/commonjs/components/button/secondary/Secondary.d.ts.map +1 -1
  612. package/lib/typescript/commonjs/components/button/tertiary/Tertiary.d.ts.map +1 -1
  613. package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDanger.d.ts.map +1 -1
  614. package/lib/typescript/commonjs/components/button-group/ButtonGroup.d.ts.map +1 -1
  615. package/lib/typescript/commonjs/components/button-group/index.d.ts.map +1 -1
  616. package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
  617. package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts +7 -6
  618. package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts.map +1 -1
  619. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +2 -2
  620. package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +1 -1
  621. package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
  622. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
  623. package/lib/typescript/commonjs/components/checkbox-group/index.d.ts.map +1 -1
  624. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
  625. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
  626. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -1
  627. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputState.d.ts +5 -0
  628. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputState.d.ts.map +1 -0
  629. package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts +3 -3
  630. package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +1 -1
  631. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +1 -1
  632. package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
  633. package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
  634. package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts.map +1 -1
  635. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
  636. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
  637. package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts.map +1 -1
  638. package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts +2 -2
  639. package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts.map +1 -1
  640. package/lib/typescript/commonjs/components/form-label/index.d.ts.map +1 -1
  641. package/lib/typescript/commonjs/components/index.d.ts +4 -0
  642. package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
  643. package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts.map +1 -1
  644. package/lib/typescript/commonjs/components/inline-loading/index.d.ts.map +1 -1
  645. package/lib/typescript/commonjs/components/layer/Layer.d.ts.map +1 -1
  646. package/lib/typescript/commonjs/components/layer/LayerContext.d.ts +1 -1
  647. package/lib/typescript/commonjs/components/layer/index.d.ts.map +1 -1
  648. package/lib/typescript/commonjs/components/loading/Loading.d.ts.map +1 -1
  649. package/lib/typescript/commonjs/components/modal/Modal.d.ts.map +1 -1
  650. package/lib/typescript/commonjs/components/modal/ModalProps.d.ts +2 -2
  651. package/lib/typescript/commonjs/components/modal/ModalProps.d.ts.map +1 -1
  652. package/lib/typescript/commonjs/components/modal/index.d.ts.map +1 -1
  653. package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts.map +1 -1
  654. package/lib/typescript/commonjs/components/modal-content/index.d.ts.map +1 -1
  655. package/lib/typescript/commonjs/components/notification/_status-hooks/error/useError.d.ts.map +1 -1
  656. package/lib/typescript/commonjs/components/notification/_status-hooks/informational/useInformational.d.ts.map +1 -1
  657. package/lib/typescript/commonjs/components/notification/_status-hooks/success/useSuccess.d.ts.map +1 -1
  658. package/lib/typescript/commonjs/components/notification/_status-hooks/warning/useWarning.d.ts.map +1 -1
  659. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -1
  660. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts +1 -1
  661. package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -1
  662. package/lib/typescript/commonjs/components/notification/_variants/actionable/index.d.ts.map +1 -1
  663. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -1
  664. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts +1 -1
  665. package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -1
  666. package/lib/typescript/commonjs/components/notification/_variants/callout/index.d.ts.map +1 -1
  667. package/lib/typescript/commonjs/components/notification/_variants/index.d.ts +0 -2
  668. package/lib/typescript/commonjs/components/notification/_variants/index.d.ts.map +1 -1
  669. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts +1 -1
  670. package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -1
  671. package/lib/typescript/commonjs/components/notification/_variants/toast/index.d.ts.map +1 -1
  672. package/lib/typescript/commonjs/components/notification/actionable/error/index.d.ts.map +1 -1
  673. package/lib/typescript/commonjs/components/notification/actionable/index.d.ts.map +1 -1
  674. package/lib/typescript/commonjs/components/notification/actionable/informational/index.d.ts.map +1 -1
  675. package/lib/typescript/commonjs/components/notification/actionable/success/index.d.ts.map +1 -1
  676. package/lib/typescript/commonjs/components/notification/actionable/warning/index.d.ts.map +1 -1
  677. package/lib/typescript/commonjs/components/notification/base/Base.d.ts.map +1 -1
  678. package/lib/typescript/commonjs/components/notification/base/index.d.ts.map +1 -1
  679. package/lib/typescript/commonjs/components/notification/callout/error/ErrorProps.d.ts +1 -1
  680. package/lib/typescript/commonjs/components/notification/callout/error/index.d.ts.map +1 -1
  681. package/lib/typescript/commonjs/components/notification/callout/index.d.ts.map +1 -1
  682. package/lib/typescript/commonjs/components/notification/callout/informational/InformationalProps.d.ts +1 -1
  683. package/lib/typescript/commonjs/components/notification/callout/informational/index.d.ts.map +1 -1
  684. package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts +4 -4
  685. package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts.map +1 -1
  686. package/lib/typescript/commonjs/components/notification/callout/success/index.d.ts.map +1 -1
  687. package/lib/typescript/commonjs/components/notification/callout/warning/WarningProps.d.ts +1 -1
  688. package/lib/typescript/commonjs/components/notification/callout/warning/index.d.ts.map +1 -1
  689. package/lib/typescript/commonjs/components/notification/index.d.ts +1 -3
  690. package/lib/typescript/commonjs/components/notification/index.d.ts.map +1 -1
  691. package/lib/typescript/commonjs/components/notification/subtitle/Subtitle.d.ts.map +1 -1
  692. package/lib/typescript/commonjs/components/notification/subtitle/index.d.ts.map +1 -1
  693. package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLink.d.ts.map +1 -1
  694. package/lib/typescript/commonjs/components/notification/subtitle-link/index.d.ts.map +1 -1
  695. package/lib/typescript/commonjs/components/notification/toast/error/index.d.ts.map +1 -1
  696. package/lib/typescript/commonjs/components/notification/toast/index.d.ts.map +1 -1
  697. package/lib/typescript/commonjs/components/notification/toast/informational/index.d.ts.map +1 -1
  698. package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts +4 -4
  699. package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts.map +1 -1
  700. package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts +2 -2
  701. package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts.map +1 -1
  702. package/lib/typescript/commonjs/components/notification/toast/success/index.d.ts.map +1 -1
  703. package/lib/typescript/commonjs/components/notification/toast/warning/index.d.ts.map +1 -1
  704. package/lib/typescript/commonjs/components/password-input/PasswordInput.d.ts +4 -0
  705. package/lib/typescript/commonjs/components/password-input/PasswordInput.d.ts.map +1 -0
  706. package/lib/typescript/commonjs/components/password-input/PasswordInputProps.d.ts +4 -0
  707. package/lib/typescript/commonjs/components/password-input/PasswordInputProps.d.ts.map +1 -0
  708. package/lib/typescript/commonjs/components/password-input/PasswordInputRef.d.ts +4 -0
  709. package/lib/typescript/commonjs/components/password-input/PasswordInputRef.d.ts.map +1 -0
  710. package/lib/typescript/commonjs/components/password-input/index.d.ts +4 -0
  711. package/lib/typescript/commonjs/components/password-input/index.d.ts.map +1 -0
  712. package/lib/typescript/commonjs/components/password-input-field/PasswordInputField.d.ts +4 -0
  713. package/lib/typescript/commonjs/components/password-input-field/PasswordInputField.d.ts.map +1 -0
  714. package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldProps.d.ts +4 -0
  715. package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldProps.d.ts.map +1 -0
  716. package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldRef.d.ts +4 -0
  717. package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldRef.d.ts.map +1 -0
  718. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIcon.d.ts +4 -0
  719. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIcon.d.ts.map +1 -0
  720. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.d.ts +7 -0
  721. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.d.ts.map +1 -0
  722. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.d.ts +4 -0
  723. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.d.ts.map +1 -0
  724. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/index.d.ts +4 -0
  725. package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/index.d.ts.map +1 -0
  726. package/lib/typescript/commonjs/components/password-input-field/index.d.ts +4 -0
  727. package/lib/typescript/commonjs/components/password-input-field/index.d.ts.map +1 -0
  728. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluid.d.ts +4 -0
  729. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluid.d.ts.map +1 -0
  730. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidProps.d.ts +4 -0
  731. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidProps.d.ts.map +1 -0
  732. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidRef.d.ts +4 -0
  733. package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidRef.d.ts.map +1 -0
  734. package/lib/typescript/commonjs/components/password-input-fluid/index.d.ts +4 -0
  735. package/lib/typescript/commonjs/components/password-input-fluid/index.d.ts.map +1 -0
  736. package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts.map +1 -1
  737. package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
  738. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
  739. package/lib/typescript/commonjs/components/radio-button-group/index.d.ts.map +1 -1
  740. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
  741. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
  742. package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
  743. package/lib/typescript/commonjs/components/text/Text.d.ts.map +1 -1
  744. package/lib/typescript/commonjs/components/text-area/TextArea.d.ts.map +1 -1
  745. package/lib/typescript/commonjs/components/text-area/index.d.ts.map +1 -1
  746. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts +1 -1
  747. package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts.map +1 -1
  748. package/lib/typescript/commonjs/components/text-area-field/index.d.ts.map +1 -1
  749. package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluid.d.ts.map +1 -1
  750. package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts.map +1 -1
  751. package/lib/typescript/commonjs/components/text-input/TextInput.d.ts.map +1 -1
  752. package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts +1 -1
  753. package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts.map +1 -1
  754. package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts.map +1 -1
  755. package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
  756. package/lib/typescript/commonjs/components/text-input-field/index.d.ts.map +1 -1
  757. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluid.d.ts.map +1 -1
  758. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts +1 -1
  759. package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts.map +1 -1
  760. package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts.map +1 -1
  761. package/lib/typescript/commonjs/components/toggle/base/Base.d.ts.map +1 -1
  762. package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
  763. package/lib/typescript/commonjs/components/toggle/default/index.d.ts.map +1 -1
  764. package/lib/typescript/commonjs/components/toggle/index.d.ts.map +1 -1
  765. package/lib/typescript/commonjs/components/toggle/small/index.d.ts.map +1 -1
  766. package/lib/typescript/commonjs/index.d.ts +2 -1
  767. package/lib/typescript/commonjs/index.d.ts.map +1 -1
  768. package/lib/typescript/commonjs/providers/dialog/DialogProvider.d.ts.map +1 -1
  769. package/lib/typescript/commonjs/providers/dialog/_controller/Controller.d.ts.map +1 -1
  770. package/lib/typescript/commonjs/providers/dialog/_controller/_modal/Modal.d.ts.map +1 -1
  771. package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/Overlay.d.ts.map +1 -1
  772. package/lib/typescript/commonjs/providers/toast/_overlay/Overlay.d.ts.map +1 -1
  773. package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts.map +1 -1
  774. package/lib/typescript/commonjs/providers/toast/_overlay/_gap.d.ts +2 -0
  775. package/lib/typescript/commonjs/providers/toast/_overlay/_gap.d.ts.map +1 -0
  776. package/lib/typescript/commonjs/providers/toast/index.d.ts.map +1 -1
  777. package/lib/typescript/module/_internal/hooks/index.d.ts +3 -0
  778. package/lib/typescript/module/_internal/hooks/index.d.ts.map +1 -0
  779. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/UseProps.d.ts +5 -0
  780. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/UseProps.d.ts.map +1 -0
  781. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/index.d.ts +3 -0
  782. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/index.d.ts.map +1 -0
  783. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/use.d.ts +3 -0
  784. package/lib/typescript/module/_internal/hooks/secure-text-entry-control/use.d.ts.map +1 -0
  785. package/lib/typescript/module/carbon-style-sheet/g/direction.d.ts +7 -0
  786. package/lib/typescript/module/carbon-style-sheet/g/direction.d.ts.map +1 -0
  787. package/lib/typescript/module/carbon-style-sheet/g/display.d.ts +7 -0
  788. package/lib/typescript/module/carbon-style-sheet/g/display.d.ts.map +1 -0
  789. package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts +97 -0
  790. package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts.map +1 -0
  791. package/lib/typescript/module/carbon-style-sheet/g/font.d.ts +43 -0
  792. package/lib/typescript/module/carbon-style-sheet/g/font.d.ts.map +1 -0
  793. package/lib/typescript/module/carbon-style-sheet/g/height.d.ts +13 -0
  794. package/lib/typescript/module/carbon-style-sheet/g/height.d.ts.map +1 -0
  795. package/lib/typescript/module/carbon-style-sheet/g/index.d.ts +12 -0
  796. package/lib/typescript/module/carbon-style-sheet/g/index.d.ts.map +1 -0
  797. package/lib/typescript/module/carbon-style-sheet/g/overflow.d.ts +10 -0
  798. package/lib/typescript/module/carbon-style-sheet/g/overflow.d.ts.map +1 -0
  799. package/lib/typescript/module/carbon-style-sheet/g/position.d.ts +10 -0
  800. package/lib/typescript/module/carbon-style-sheet/g/position.d.ts.map +1 -0
  801. package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts +820 -0
  802. package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts.map +1 -0
  803. package/lib/typescript/module/carbon-style-sheet/g/text.d.ts +25 -0
  804. package/lib/typescript/module/carbon-style-sheet/g/text.d.ts.map +1 -0
  805. package/lib/typescript/module/carbon-style-sheet/g/typography.d.ts +127 -0
  806. package/lib/typescript/module/carbon-style-sheet/g/typography.d.ts.map +1 -0
  807. package/lib/typescript/module/carbon-style-sheet/g/width.d.ts +13 -0
  808. package/lib/typescript/module/carbon-style-sheet/g/width.d.ts.map +1 -0
  809. package/lib/typescript/module/carbon-style-sheet/g-object/direction.d.ts +7 -0
  810. package/lib/typescript/module/carbon-style-sheet/g-object/direction.d.ts.map +1 -0
  811. package/lib/typescript/module/carbon-style-sheet/g-object/display.d.ts +7 -0
  812. package/lib/typescript/module/carbon-style-sheet/g-object/display.d.ts.map +1 -0
  813. package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts +97 -0
  814. package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts.map +1 -0
  815. package/lib/typescript/module/carbon-style-sheet/g-object/font.d.ts +43 -0
  816. package/lib/typescript/module/carbon-style-sheet/g-object/font.d.ts.map +1 -0
  817. package/lib/typescript/module/carbon-style-sheet/g-object/height.d.ts +13 -0
  818. package/lib/typescript/module/carbon-style-sheet/g-object/height.d.ts.map +1 -0
  819. package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts +12 -0
  820. package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts.map +1 -0
  821. package/lib/typescript/module/carbon-style-sheet/g-object/overflow.d.ts +10 -0
  822. package/lib/typescript/module/carbon-style-sheet/g-object/overflow.d.ts.map +1 -0
  823. package/lib/typescript/module/carbon-style-sheet/g-object/position.d.ts +13 -0
  824. package/lib/typescript/module/carbon-style-sheet/g-object/position.d.ts.map +1 -0
  825. package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts +820 -0
  826. package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts.map +1 -0
  827. package/lib/typescript/module/carbon-style-sheet/g-object/text.d.ts +31 -0
  828. package/lib/typescript/module/carbon-style-sheet/g-object/text.d.ts.map +1 -0
  829. package/lib/typescript/module/carbon-style-sheet/g-object/typography.d.ts +127 -0
  830. package/lib/typescript/module/carbon-style-sheet/g-object/typography.d.ts.map +1 -0
  831. package/lib/typescript/module/carbon-style-sheet/g-object/width.d.ts +13 -0
  832. package/lib/typescript/module/carbon-style-sheet/g-object/width.d.ts.map +1 -0
  833. package/lib/typescript/module/carbon-style-sheet/index.d.ts +12 -28
  834. package/lib/typescript/module/carbon-style-sheet/index.d.ts.map +1 -1
  835. package/lib/typescript/module/components/accordion/Accordion.d.ts.map +1 -1
  836. package/lib/typescript/module/components/accordion/_Header.d.ts.map +1 -1
  837. package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts.map +1 -1
  838. package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
  839. package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts.map +1 -1
  840. package/lib/typescript/module/components/accordion/index.d.ts.map +1 -1
  841. package/lib/typescript/module/components/box/Box.d.ts +4 -0
  842. package/lib/typescript/module/components/box/Box.d.ts.map +1 -0
  843. package/lib/typescript/module/components/box/BoxProps.d.ts +4 -0
  844. package/lib/typescript/module/components/box/BoxProps.d.ts.map +1 -0
  845. package/lib/typescript/module/components/box/BoxRef.d.ts +4 -0
  846. package/lib/typescript/module/components/box/BoxRef.d.ts.map +1 -0
  847. package/lib/typescript/module/components/box/index.d.ts +4 -0
  848. package/lib/typescript/module/components/box/index.d.ts.map +1 -0
  849. package/lib/typescript/module/components/button/base/Base.d.ts.map +1 -1
  850. package/lib/typescript/module/components/button/base-color/BaseColor.d.ts.map +1 -1
  851. package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
  852. package/lib/typescript/module/components/button/ghost-danger/GhostDanger.d.ts.map +1 -1
  853. package/lib/typescript/module/components/button/ghost-icon/GhostIcon.d.ts.map +1 -1
  854. package/lib/typescript/module/components/button/primary/Primary.d.ts.map +1 -1
  855. package/lib/typescript/module/components/button/primary-danger/PrimaryDanger.d.ts.map +1 -1
  856. package/lib/typescript/module/components/button/secondary/Secondary.d.ts.map +1 -1
  857. package/lib/typescript/module/components/button/tertiary/Tertiary.d.ts.map +1 -1
  858. package/lib/typescript/module/components/button/tertiary-danger/TertiaryDanger.d.ts.map +1 -1
  859. package/lib/typescript/module/components/button-group/ButtonGroup.d.ts.map +1 -1
  860. package/lib/typescript/module/components/button-group/index.d.ts.map +1 -1
  861. package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
  862. package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts +7 -6
  863. package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts.map +1 -1
  864. package/lib/typescript/module/components/checkbox/_RefBase.d.ts +2 -2
  865. package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +1 -1
  866. package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
  867. package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
  868. package/lib/typescript/module/components/checkbox-group/index.d.ts.map +1 -1
  869. package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
  870. package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
  871. package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -1
  872. package/lib/typescript/module/components/checkbox-input/CheckboxInputState.d.ts +5 -0
  873. package/lib/typescript/module/components/checkbox-input/CheckboxInputState.d.ts.map +1 -0
  874. package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts +3 -3
  875. package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +1 -1
  876. package/lib/typescript/module/components/checkbox-input/index.d.ts +1 -1
  877. package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
  878. package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
  879. package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts.map +1 -1
  880. package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
  881. package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
  882. package/lib/typescript/module/components/form-label/FormLabel.d.ts.map +1 -1
  883. package/lib/typescript/module/components/form-label/FormLabelProps.d.ts +2 -2
  884. package/lib/typescript/module/components/form-label/FormLabelProps.d.ts.map +1 -1
  885. package/lib/typescript/module/components/form-label/index.d.ts.map +1 -1
  886. package/lib/typescript/module/components/index.d.ts +4 -0
  887. package/lib/typescript/module/components/index.d.ts.map +1 -1
  888. package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts.map +1 -1
  889. package/lib/typescript/module/components/inline-loading/index.d.ts.map +1 -1
  890. package/lib/typescript/module/components/layer/Layer.d.ts.map +1 -1
  891. package/lib/typescript/module/components/layer/LayerContext.d.ts +1 -1
  892. package/lib/typescript/module/components/layer/index.d.ts.map +1 -1
  893. package/lib/typescript/module/components/loading/Loading.d.ts.map +1 -1
  894. package/lib/typescript/module/components/modal/Modal.d.ts.map +1 -1
  895. package/lib/typescript/module/components/modal/ModalProps.d.ts +2 -2
  896. package/lib/typescript/module/components/modal/ModalProps.d.ts.map +1 -1
  897. package/lib/typescript/module/components/modal/index.d.ts.map +1 -1
  898. package/lib/typescript/module/components/modal-content/ModalContent.d.ts.map +1 -1
  899. package/lib/typescript/module/components/modal-content/index.d.ts.map +1 -1
  900. package/lib/typescript/module/components/notification/_status-hooks/error/useError.d.ts.map +1 -1
  901. package/lib/typescript/module/components/notification/_status-hooks/informational/useInformational.d.ts.map +1 -1
  902. package/lib/typescript/module/components/notification/_status-hooks/success/useSuccess.d.ts.map +1 -1
  903. package/lib/typescript/module/components/notification/_status-hooks/warning/useWarning.d.ts.map +1 -1
  904. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -1
  905. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts +1 -1
  906. package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -1
  907. package/lib/typescript/module/components/notification/_variants/actionable/index.d.ts.map +1 -1
  908. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -1
  909. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts +1 -1
  910. package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -1
  911. package/lib/typescript/module/components/notification/_variants/callout/index.d.ts.map +1 -1
  912. package/lib/typescript/module/components/notification/_variants/index.d.ts +0 -2
  913. package/lib/typescript/module/components/notification/_variants/index.d.ts.map +1 -1
  914. package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts +1 -1
  915. package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -1
  916. package/lib/typescript/module/components/notification/_variants/toast/index.d.ts.map +1 -1
  917. package/lib/typescript/module/components/notification/actionable/error/index.d.ts.map +1 -1
  918. package/lib/typescript/module/components/notification/actionable/index.d.ts.map +1 -1
  919. package/lib/typescript/module/components/notification/actionable/informational/index.d.ts.map +1 -1
  920. package/lib/typescript/module/components/notification/actionable/success/index.d.ts.map +1 -1
  921. package/lib/typescript/module/components/notification/actionable/warning/index.d.ts.map +1 -1
  922. package/lib/typescript/module/components/notification/base/Base.d.ts.map +1 -1
  923. package/lib/typescript/module/components/notification/base/index.d.ts.map +1 -1
  924. package/lib/typescript/module/components/notification/callout/error/ErrorProps.d.ts +1 -1
  925. package/lib/typescript/module/components/notification/callout/error/index.d.ts.map +1 -1
  926. package/lib/typescript/module/components/notification/callout/index.d.ts.map +1 -1
  927. package/lib/typescript/module/components/notification/callout/informational/InformationalProps.d.ts +1 -1
  928. package/lib/typescript/module/components/notification/callout/informational/index.d.ts.map +1 -1
  929. package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts +4 -4
  930. package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts.map +1 -1
  931. package/lib/typescript/module/components/notification/callout/success/index.d.ts.map +1 -1
  932. package/lib/typescript/module/components/notification/callout/warning/WarningProps.d.ts +1 -1
  933. package/lib/typescript/module/components/notification/callout/warning/index.d.ts.map +1 -1
  934. package/lib/typescript/module/components/notification/index.d.ts +1 -3
  935. package/lib/typescript/module/components/notification/index.d.ts.map +1 -1
  936. package/lib/typescript/module/components/notification/subtitle/Subtitle.d.ts.map +1 -1
  937. package/lib/typescript/module/components/notification/subtitle/index.d.ts.map +1 -1
  938. package/lib/typescript/module/components/notification/subtitle-link/SubtitleLink.d.ts.map +1 -1
  939. package/lib/typescript/module/components/notification/subtitle-link/index.d.ts.map +1 -1
  940. package/lib/typescript/module/components/notification/toast/error/index.d.ts.map +1 -1
  941. package/lib/typescript/module/components/notification/toast/index.d.ts.map +1 -1
  942. package/lib/typescript/module/components/notification/toast/informational/index.d.ts.map +1 -1
  943. package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts +4 -4
  944. package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts.map +1 -1
  945. package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts +2 -2
  946. package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts.map +1 -1
  947. package/lib/typescript/module/components/notification/toast/success/index.d.ts.map +1 -1
  948. package/lib/typescript/module/components/notification/toast/warning/index.d.ts.map +1 -1
  949. package/lib/typescript/module/components/password-input/PasswordInput.d.ts +4 -0
  950. package/lib/typescript/module/components/password-input/PasswordInput.d.ts.map +1 -0
  951. package/lib/typescript/module/components/password-input/PasswordInputProps.d.ts +4 -0
  952. package/lib/typescript/module/components/password-input/PasswordInputProps.d.ts.map +1 -0
  953. package/lib/typescript/module/components/password-input/PasswordInputRef.d.ts +4 -0
  954. package/lib/typescript/module/components/password-input/PasswordInputRef.d.ts.map +1 -0
  955. package/lib/typescript/module/components/password-input/index.d.ts +4 -0
  956. package/lib/typescript/module/components/password-input/index.d.ts.map +1 -0
  957. package/lib/typescript/module/components/password-input-field/PasswordInputField.d.ts +4 -0
  958. package/lib/typescript/module/components/password-input-field/PasswordInputField.d.ts.map +1 -0
  959. package/lib/typescript/module/components/password-input-field/PasswordInputFieldProps.d.ts +4 -0
  960. package/lib/typescript/module/components/password-input-field/PasswordInputFieldProps.d.ts.map +1 -0
  961. package/lib/typescript/module/components/password-input-field/PasswordInputFieldRef.d.ts +4 -0
  962. package/lib/typescript/module/components/password-input-field/PasswordInputFieldRef.d.ts.map +1 -0
  963. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIcon.d.ts +4 -0
  964. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIcon.d.ts.map +1 -0
  965. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconProps.d.ts +7 -0
  966. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconProps.d.ts.map +1 -0
  967. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconRef.d.ts +4 -0
  968. package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconRef.d.ts.map +1 -0
  969. package/lib/typescript/module/components/password-input-field/_ghost-icon/index.d.ts +4 -0
  970. package/lib/typescript/module/components/password-input-field/_ghost-icon/index.d.ts.map +1 -0
  971. package/lib/typescript/module/components/password-input-field/index.d.ts +4 -0
  972. package/lib/typescript/module/components/password-input-field/index.d.ts.map +1 -0
  973. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluid.d.ts +4 -0
  974. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluid.d.ts.map +1 -0
  975. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidProps.d.ts +4 -0
  976. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidProps.d.ts.map +1 -0
  977. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidRef.d.ts +4 -0
  978. package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidRef.d.ts.map +1 -0
  979. package/lib/typescript/module/components/password-input-fluid/index.d.ts +4 -0
  980. package/lib/typescript/module/components/password-input-fluid/index.d.ts.map +1 -0
  981. package/lib/typescript/module/components/radio-button/RadioButton.d.ts.map +1 -1
  982. package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
  983. package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
  984. package/lib/typescript/module/components/radio-button-group/index.d.ts.map +1 -1
  985. package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
  986. package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
  987. package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
  988. package/lib/typescript/module/components/text/Text.d.ts.map +1 -1
  989. package/lib/typescript/module/components/text-area/TextArea.d.ts.map +1 -1
  990. package/lib/typescript/module/components/text-area/index.d.ts.map +1 -1
  991. package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts +1 -1
  992. package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts.map +1 -1
  993. package/lib/typescript/module/components/text-area-field/index.d.ts.map +1 -1
  994. package/lib/typescript/module/components/text-area-fluid/TextAreaFluid.d.ts.map +1 -1
  995. package/lib/typescript/module/components/text-area-fluid/index.d.ts.map +1 -1
  996. package/lib/typescript/module/components/text-input/TextInput.d.ts.map +1 -1
  997. package/lib/typescript/module/components/text-input/TextInputProps.d.ts +1 -1
  998. package/lib/typescript/module/components/text-input/TextInputProps.d.ts.map +1 -1
  999. package/lib/typescript/module/components/text-input-field/TextInputField.d.ts.map +1 -1
  1000. package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
  1001. package/lib/typescript/module/components/text-input-field/index.d.ts.map +1 -1
  1002. package/lib/typescript/module/components/text-input-fluid/TextInputFluid.d.ts.map +1 -1
  1003. package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts +1 -1
  1004. package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts.map +1 -1
  1005. package/lib/typescript/module/components/text-input-fluid/index.d.ts.map +1 -1
  1006. package/lib/typescript/module/components/toggle/base/Base.d.ts.map +1 -1
  1007. package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
  1008. package/lib/typescript/module/components/toggle/default/index.d.ts.map +1 -1
  1009. package/lib/typescript/module/components/toggle/index.d.ts.map +1 -1
  1010. package/lib/typescript/module/components/toggle/small/index.d.ts.map +1 -1
  1011. package/lib/typescript/module/index.d.ts +2 -1
  1012. package/lib/typescript/module/index.d.ts.map +1 -1
  1013. package/lib/typescript/module/providers/dialog/DialogProvider.d.ts.map +1 -1
  1014. package/lib/typescript/module/providers/dialog/_controller/Controller.d.ts.map +1 -1
  1015. package/lib/typescript/module/providers/dialog/_controller/_modal/Modal.d.ts.map +1 -1
  1016. package/lib/typescript/module/providers/dialog/_controller/_overlay/Overlay.d.ts.map +1 -1
  1017. package/lib/typescript/module/providers/toast/_overlay/Overlay.d.ts.map +1 -1
  1018. package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts.map +1 -1
  1019. package/lib/typescript/module/providers/toast/_overlay/_gap.d.ts +2 -0
  1020. package/lib/typescript/module/providers/toast/_overlay/_gap.d.ts.map +1 -0
  1021. package/lib/typescript/module/providers/toast/index.d.ts.map +1 -1
  1022. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  1023. package/package.json +1 -1
  1024. package/src/_internal/hooks/index.ts +5 -0
  1025. package/src/_internal/hooks/secure-text-entry-control/UseProps.ts +4 -0
  1026. package/src/_internal/hooks/secure-text-entry-control/index.ts +2 -0
  1027. package/src/_internal/hooks/secure-text-entry-control/use.tsx +26 -0
  1028. package/src/carbon-style-sheet/g/direction.ts +15 -0
  1029. package/src/carbon-style-sheet/g/display.ts +15 -0
  1030. package/src/carbon-style-sheet/g/flex.ts +189 -0
  1031. package/src/carbon-style-sheet/g/font.ts +81 -0
  1032. package/src/carbon-style-sheet/g/height.ts +27 -0
  1033. package/src/carbon-style-sheet/g/index.ts +11 -0
  1034. package/src/carbon-style-sheet/g/overflow.ts +21 -0
  1035. package/src/carbon-style-sheet/g/position.ts +22 -0
  1036. package/src/carbon-style-sheet/g/spacing.ts +1372 -0
  1037. package/src/carbon-style-sheet/g/text.ts +63 -0
  1038. package/src/carbon-style-sheet/g/typography.ts +175 -0
  1039. package/src/carbon-style-sheet/g/width.ts +27 -0
  1040. package/src/carbon-style-sheet/g-object/direction.ts +11 -0
  1041. package/src/carbon-style-sheet/g-object/display.ts +11 -0
  1042. package/src/carbon-style-sheet/g-object/flex.ts +129 -0
  1043. package/src/carbon-style-sheet/g-object/font.ts +67 -0
  1044. package/src/carbon-style-sheet/g-object/height.ts +19 -0
  1045. package/src/carbon-style-sheet/g-object/index.ts +11 -0
  1046. package/src/carbon-style-sheet/g-object/overflow.ts +15 -0
  1047. package/src/carbon-style-sheet/g-object/position.ts +18 -0
  1048. package/src/carbon-style-sheet/g-object/spacing.ts +1099 -0
  1049. package/src/carbon-style-sheet/g-object/text.ts +43 -0
  1050. package/src/carbon-style-sheet/g-object/typography.ts +154 -0
  1051. package/src/carbon-style-sheet/g-object/width.ts +19 -0
  1052. package/src/carbon-style-sheet/index.ts +22 -0
  1053. package/src/components/accordion/Accordion.tsx +5 -3
  1054. package/src/components/accordion/_Header.tsx +2 -8
  1055. package/src/components/accordion/_HeaderBorder.tsx +3 -9
  1056. package/src/components/accordion/_Item.tsx +2 -4
  1057. package/src/components/accordion/_chevron/Chevron.tsx +2 -0
  1058. package/src/components/box/Box.tsx +55 -0
  1059. package/src/components/box/BoxProps.ts +6 -0
  1060. package/src/components/box/BoxRef.ts +6 -0
  1061. package/src/components/box/index.ts +3 -0
  1062. package/src/components/button/base/Base.tsx +9 -18
  1063. package/src/components/button/base-color/BaseColor.tsx +6 -2
  1064. package/src/components/button/ghost/Ghost.tsx +1 -3
  1065. package/src/components/button/ghost-danger/GhostDanger.tsx +1 -3
  1066. package/src/components/button/ghost-icon/GhostIcon.tsx +1 -3
  1067. package/src/components/button/primary/Primary.tsx +1 -3
  1068. package/src/components/button/primary-danger/PrimaryDanger.tsx +1 -3
  1069. package/src/components/button/secondary/Secondary.tsx +1 -3
  1070. package/src/components/button/tertiary/Tertiary.tsx +1 -3
  1071. package/src/components/button/tertiary-danger/TertiaryDanger.tsx +1 -3
  1072. package/src/components/button-group/ButtonGroup.tsx +6 -9
  1073. package/src/components/checkbox/Checkbox.tsx +23 -36
  1074. package/src/components/checkbox/CheckboxProps.ts +10 -8
  1075. package/src/components/checkbox/_RefBase.ts +2 -2
  1076. package/src/components/checkbox-group/CheckboxGroup.tsx +15 -35
  1077. package/src/components/checkbox-input/CheckboxInput.tsx +35 -42
  1078. package/src/components/checkbox-input/CheckboxInputProps.ts +7 -5
  1079. package/src/components/checkbox-input/CheckboxInputState.ts +6 -0
  1080. package/src/components/checkbox-input/_RefBase.ts +4 -4
  1081. package/src/components/checkbox-input/index.ts +5 -0
  1082. package/src/components/collapsible/Collapsible.tsx +15 -9
  1083. package/src/components/form-helper-text/FormHelperText.tsx +8 -23
  1084. package/src/components/form-helper-text/FormHelperTextProps.ts +3 -3
  1085. package/src/components/form-label/FormLabel.tsx +6 -18
  1086. package/src/components/form-label/FormLabelProps.ts +3 -3
  1087. package/src/components/index.ts +39 -0
  1088. package/src/components/inline-loading/InlineLoading.tsx +10 -24
  1089. package/src/components/layer/Layer.tsx +1 -3
  1090. package/src/components/loading/Loading.tsx +2 -0
  1091. package/src/components/modal/Modal.tsx +8 -13
  1092. package/src/components/modal/ModalProps.ts +3 -3
  1093. package/src/components/modal-content/ModalContent.tsx +5 -15
  1094. package/src/components/notification/_status-hooks/error/useError.tsx +1 -3
  1095. package/src/components/notification/_status-hooks/informational/useInformational.tsx +1 -3
  1096. package/src/components/notification/_status-hooks/success/useSuccess.tsx +1 -3
  1097. package/src/components/notification/_status-hooks/warning/useWarning.tsx +1 -3
  1098. package/src/components/notification/_variants/actionable/ActionableVariant.tsx +0 -1
  1099. package/src/components/notification/_variants/actionable/ActionableVariantProps.ts +0 -2
  1100. package/src/components/notification/_variants/callout/CalloutVariant.tsx +0 -1
  1101. package/src/components/notification/_variants/callout/CalloutVariantProps.ts +0 -2
  1102. package/src/components/notification/_variants/index.ts +3 -0
  1103. package/src/components/notification/_variants/toast/ToastVariantProps.ts +1 -2
  1104. package/src/components/notification/base/Base.tsx +13 -19
  1105. package/src/components/notification/callout/error/ErrorProps.ts +1 -1
  1106. package/src/components/notification/callout/informational/InformationalProps.ts +1 -1
  1107. package/src/components/notification/callout/success/SuccessProps.ts +5 -5
  1108. package/src/components/notification/callout/warning/WarningProps.ts +1 -1
  1109. package/src/components/notification/index.ts +14 -0
  1110. package/src/components/notification/subtitle/Subtitle.tsx +1 -3
  1111. package/src/components/notification/subtitle-link/SubtitleLink.tsx +1 -3
  1112. package/src/components/notification/toast/success/SuccessProps.ts +5 -5
  1113. package/src/components/notification/toast/success/SuccessRef.ts +3 -3
  1114. package/src/components/password-input/PasswordInput.tsx +61 -0
  1115. package/src/components/password-input/PasswordInputProps.ts +6 -0
  1116. package/src/components/password-input/PasswordInputRef.ts +6 -0
  1117. package/src/components/password-input/index.ts +3 -0
  1118. package/src/components/password-input-field/PasswordInputField.tsx +61 -0
  1119. package/src/components/password-input-field/PasswordInputFieldProps.ts +6 -0
  1120. package/src/components/password-input-field/PasswordInputFieldRef.tsx +6 -0
  1121. package/src/components/password-input-field/_ghost-icon/GhostIcon.tsx +69 -0
  1122. package/src/components/password-input-field/_ghost-icon/GhostIconProps.ts +12 -0
  1123. package/src/components/password-input-field/_ghost-icon/GhostIconRef.ts +6 -0
  1124. package/src/components/password-input-field/_ghost-icon/index.ts +3 -0
  1125. package/src/components/password-input-field/index.ts +3 -0
  1126. package/src/components/password-input-fluid/PasswordInputFluid.tsx +59 -0
  1127. package/src/components/password-input-fluid/PasswordInputFluidProps.ts +6 -0
  1128. package/src/components/password-input-fluid/PasswordInputFluidRef.ts +6 -0
  1129. package/src/components/password-input-fluid/index.ts +3 -0
  1130. package/src/components/radio-button/RadioButton.tsx +12 -16
  1131. package/src/components/radio-button-group/RadioButtonGroup.tsx +8 -6
  1132. package/src/components/radio-button-input/RadioButtonInput.tsx +7 -14
  1133. package/src/components/switch/Switch.tsx +5 -12
  1134. package/src/components/text/Text.tsx +81 -73
  1135. package/src/components/text-area/TextArea.tsx +0 -2
  1136. package/src/components/text-area-field/TextAreaFieldProps.ts +1 -1
  1137. package/src/components/text-area-fluid/TextAreaFluid.tsx +2 -4
  1138. package/src/components/text-input/TextInput.tsx +4 -0
  1139. package/src/components/text-input/TextInputProps.ts +0 -2
  1140. package/src/components/text-input-field/TextInputField.tsx +33 -5
  1141. package/src/components/text-input-field/_rn-text-input/RNTextInput.tsx +2 -4
  1142. package/src/components/text-input-fluid/TextInputFluid.tsx +12 -10
  1143. package/src/components/text-input-fluid/TextInputFluidProps.ts +0 -2
  1144. package/src/components/toggle/base/Base.tsx +14 -14
  1145. package/src/helpers/color/get-color-scheme.ts +1 -0
  1146. package/src/index.ts +6 -1
  1147. package/src/providers/dialog/DialogProvider.tsx +106 -45
  1148. package/src/providers/dialog/_controller/Controller.tsx +4 -1
  1149. package/src/providers/dialog/_controller/_modal/Modal.tsx +5 -5
  1150. package/src/providers/dialog/_controller/_overlay/Overlay.tsx +3 -3
  1151. package/src/providers/toast/_overlay/Overlay.tsx +14 -11
  1152. package/src/providers/toast/_overlay/_component-wrapper/ComponentWrapper.tsx +19 -5
  1153. package/src/providers/toast/_overlay/_gap.ts +5 -0
  1154. package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +0 -28
  1155. package/lib/commonjs/_internal/style-sheets/common-style-sheet.js.map +0 -1
  1156. package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js +0 -88
  1157. package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js.map +0 -1
  1158. package/lib/commonjs/_internal/style-sheets/index.js +0 -39
  1159. package/lib/commonjs/_internal/style-sheets/index.js.map +0 -1
  1160. package/lib/commonjs/_internal/style-sheets/text-style-sheet.js +0 -66
  1161. package/lib/commonjs/_internal/style-sheets/text-style-sheet.js.map +0 -1
  1162. package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js +0 -2
  1163. package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js.map +0 -1
  1164. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -41
  1165. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
  1166. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -6
  1167. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
  1168. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -6
  1169. package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
  1170. package/lib/commonjs/components/notification/_variants/actionable-inline/index.js +0 -39
  1171. package/lib/commonjs/components/notification/_variants/actionable-inline/index.js.map +0 -1
  1172. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -35
  1173. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
  1174. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -6
  1175. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
  1176. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -6
  1177. package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
  1178. package/lib/commonjs/components/notification/_variants/callout-inline/index.js +0 -39
  1179. package/lib/commonjs/components/notification/_variants/callout-inline/index.js.map +0 -1
  1180. package/lib/commonjs/components/notification/actionable-inline/error/Error.js +0 -48
  1181. package/lib/commonjs/components/notification/actionable-inline/error/Error.js.map +0 -1
  1182. package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js +0 -6
  1183. package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
  1184. package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js +0 -6
  1185. package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
  1186. package/lib/commonjs/components/notification/actionable-inline/error/index.js +0 -39
  1187. package/lib/commonjs/components/notification/actionable-inline/error/index.js.map +0 -1
  1188. package/lib/commonjs/components/notification/actionable-inline/index.js +0 -50
  1189. package/lib/commonjs/components/notification/actionable-inline/index.js.map +0 -1
  1190. package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js +0 -48
  1191. package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js.map +0 -1
  1192. package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js +0 -6
  1193. package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
  1194. package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js +0 -6
  1195. package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
  1196. package/lib/commonjs/components/notification/actionable-inline/informational/index.js +0 -39
  1197. package/lib/commonjs/components/notification/actionable-inline/informational/index.js.map +0 -1
  1198. package/lib/commonjs/components/notification/actionable-inline/success/Success.js +0 -48
  1199. package/lib/commonjs/components/notification/actionable-inline/success/Success.js.map +0 -1
  1200. package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js +0 -6
  1201. package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
  1202. package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js +0 -6
  1203. package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
  1204. package/lib/commonjs/components/notification/actionable-inline/success/index.js +0 -39
  1205. package/lib/commonjs/components/notification/actionable-inline/success/index.js.map +0 -1
  1206. package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js +0 -48
  1207. package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js.map +0 -1
  1208. package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js +0 -6
  1209. package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
  1210. package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js +0 -6
  1211. package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
  1212. package/lib/commonjs/components/notification/actionable-inline/warning/index.js +0 -39
  1213. package/lib/commonjs/components/notification/actionable-inline/warning/index.js.map +0 -1
  1214. package/lib/commonjs/components/notification/callout-inline/error/Error.js +0 -48
  1215. package/lib/commonjs/components/notification/callout-inline/error/Error.js.map +0 -1
  1216. package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js +0 -6
  1217. package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
  1218. package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js +0 -6
  1219. package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
  1220. package/lib/commonjs/components/notification/callout-inline/error/index.js +0 -39
  1221. package/lib/commonjs/components/notification/callout-inline/error/index.js.map +0 -1
  1222. package/lib/commonjs/components/notification/callout-inline/index.js +0 -50
  1223. package/lib/commonjs/components/notification/callout-inline/index.js.map +0 -1
  1224. package/lib/commonjs/components/notification/callout-inline/informational/Informational.js +0 -48
  1225. package/lib/commonjs/components/notification/callout-inline/informational/Informational.js.map +0 -1
  1226. package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js +0 -6
  1227. package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
  1228. package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js +0 -6
  1229. package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
  1230. package/lib/commonjs/components/notification/callout-inline/informational/index.js +0 -39
  1231. package/lib/commonjs/components/notification/callout-inline/informational/index.js.map +0 -1
  1232. package/lib/commonjs/components/notification/callout-inline/success/Success.js +0 -48
  1233. package/lib/commonjs/components/notification/callout-inline/success/Success.js.map +0 -1
  1234. package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js +0 -6
  1235. package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
  1236. package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js +0 -6
  1237. package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
  1238. package/lib/commonjs/components/notification/callout-inline/success/index.js +0 -39
  1239. package/lib/commonjs/components/notification/callout-inline/success/index.js.map +0 -1
  1240. package/lib/commonjs/components/notification/callout-inline/warning/Warning.js +0 -48
  1241. package/lib/commonjs/components/notification/callout-inline/warning/Warning.js.map +0 -1
  1242. package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js +0 -6
  1243. package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
  1244. package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js +0 -6
  1245. package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
  1246. package/lib/commonjs/components/notification/callout-inline/warning/index.js +0 -39
  1247. package/lib/commonjs/components/notification/callout-inline/warning/index.js.map +0 -1
  1248. package/lib/module/_internal/style-sheets/common-style-sheet.js +0 -24
  1249. package/lib/module/_internal/style-sheets/common-style-sheet.js.map +0 -1
  1250. package/lib/module/_internal/style-sheets/flex-style-sheet.js +0 -84
  1251. package/lib/module/_internal/style-sheets/flex-style-sheet.js.map +0 -1
  1252. package/lib/module/_internal/style-sheets/index.js +0 -6
  1253. package/lib/module/_internal/style-sheets/index.js.map +0 -1
  1254. package/lib/module/_internal/style-sheets/text-style-sheet.js +0 -62
  1255. package/lib/module/_internal/style-sheets/text-style-sheet.js.map +0 -1
  1256. package/lib/module/components/checkbox-input/CheckboxInputValue.js +0 -2
  1257. package/lib/module/components/checkbox-input/CheckboxInputValue.js.map +0 -1
  1258. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -37
  1259. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
  1260. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -4
  1261. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
  1262. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -4
  1263. package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
  1264. package/lib/module/components/notification/_variants/actionable-inline/index.js +0 -6
  1265. package/lib/module/components/notification/_variants/actionable-inline/index.js.map +0 -1
  1266. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -31
  1267. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
  1268. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -4
  1269. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
  1270. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -4
  1271. package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
  1272. package/lib/module/components/notification/_variants/callout-inline/index.js +0 -6
  1273. package/lib/module/components/notification/_variants/callout-inline/index.js.map +0 -1
  1274. package/lib/module/components/notification/actionable-inline/error/Error.js +0 -44
  1275. package/lib/module/components/notification/actionable-inline/error/Error.js.map +0 -1
  1276. package/lib/module/components/notification/actionable-inline/error/ErrorProps.js +0 -4
  1277. package/lib/module/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
  1278. package/lib/module/components/notification/actionable-inline/error/ErrorRef.js +0 -4
  1279. package/lib/module/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
  1280. package/lib/module/components/notification/actionable-inline/error/index.js +0 -6
  1281. package/lib/module/components/notification/actionable-inline/error/index.js.map +0 -1
  1282. package/lib/module/components/notification/actionable-inline/index.js +0 -7
  1283. package/lib/module/components/notification/actionable-inline/index.js.map +0 -1
  1284. package/lib/module/components/notification/actionable-inline/informational/Informational.js +0 -44
  1285. package/lib/module/components/notification/actionable-inline/informational/Informational.js.map +0 -1
  1286. package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js +0 -4
  1287. package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
  1288. package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js +0 -4
  1289. package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
  1290. package/lib/module/components/notification/actionable-inline/informational/index.js +0 -6
  1291. package/lib/module/components/notification/actionable-inline/informational/index.js.map +0 -1
  1292. package/lib/module/components/notification/actionable-inline/success/Success.js +0 -44
  1293. package/lib/module/components/notification/actionable-inline/success/Success.js.map +0 -1
  1294. package/lib/module/components/notification/actionable-inline/success/SuccessProps.js +0 -4
  1295. package/lib/module/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
  1296. package/lib/module/components/notification/actionable-inline/success/SuccessRef.js +0 -4
  1297. package/lib/module/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
  1298. package/lib/module/components/notification/actionable-inline/success/index.js +0 -6
  1299. package/lib/module/components/notification/actionable-inline/success/index.js.map +0 -1
  1300. package/lib/module/components/notification/actionable-inline/warning/Warning.js +0 -44
  1301. package/lib/module/components/notification/actionable-inline/warning/Warning.js.map +0 -1
  1302. package/lib/module/components/notification/actionable-inline/warning/WarningProps.js +0 -4
  1303. package/lib/module/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
  1304. package/lib/module/components/notification/actionable-inline/warning/WarningRef.js +0 -4
  1305. package/lib/module/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
  1306. package/lib/module/components/notification/actionable-inline/warning/index.js +0 -6
  1307. package/lib/module/components/notification/actionable-inline/warning/index.js.map +0 -1
  1308. package/lib/module/components/notification/callout-inline/error/Error.js +0 -44
  1309. package/lib/module/components/notification/callout-inline/error/Error.js.map +0 -1
  1310. package/lib/module/components/notification/callout-inline/error/ErrorProps.js +0 -4
  1311. package/lib/module/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
  1312. package/lib/module/components/notification/callout-inline/error/ErrorRef.js +0 -4
  1313. package/lib/module/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
  1314. package/lib/module/components/notification/callout-inline/error/index.js +0 -6
  1315. package/lib/module/components/notification/callout-inline/error/index.js.map +0 -1
  1316. package/lib/module/components/notification/callout-inline/index.js +0 -7
  1317. package/lib/module/components/notification/callout-inline/index.js.map +0 -1
  1318. package/lib/module/components/notification/callout-inline/informational/Informational.js +0 -44
  1319. package/lib/module/components/notification/callout-inline/informational/Informational.js.map +0 -1
  1320. package/lib/module/components/notification/callout-inline/informational/InformationalProps.js +0 -4
  1321. package/lib/module/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
  1322. package/lib/module/components/notification/callout-inline/informational/InformationalRef.js +0 -4
  1323. package/lib/module/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
  1324. package/lib/module/components/notification/callout-inline/informational/index.js +0 -6
  1325. package/lib/module/components/notification/callout-inline/informational/index.js.map +0 -1
  1326. package/lib/module/components/notification/callout-inline/success/Success.js +0 -44
  1327. package/lib/module/components/notification/callout-inline/success/Success.js.map +0 -1
  1328. package/lib/module/components/notification/callout-inline/success/SuccessProps.js +0 -4
  1329. package/lib/module/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
  1330. package/lib/module/components/notification/callout-inline/success/SuccessRef.js +0 -4
  1331. package/lib/module/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
  1332. package/lib/module/components/notification/callout-inline/success/index.js +0 -6
  1333. package/lib/module/components/notification/callout-inline/success/index.js.map +0 -1
  1334. package/lib/module/components/notification/callout-inline/warning/Warning.js +0 -44
  1335. package/lib/module/components/notification/callout-inline/warning/Warning.js.map +0 -1
  1336. package/lib/module/components/notification/callout-inline/warning/WarningProps.js +0 -4
  1337. package/lib/module/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
  1338. package/lib/module/components/notification/callout-inline/warning/WarningRef.js +0 -4
  1339. package/lib/module/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
  1340. package/lib/module/components/notification/callout-inline/warning/index.js +0 -6
  1341. package/lib/module/components/notification/callout-inline/warning/index.js.map +0 -1
  1342. package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts +0 -21
  1343. package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
  1344. package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
  1345. package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
  1346. package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +0 -4
  1347. package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts.map +0 -1
  1348. package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts +0 -59
  1349. package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
  1350. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
  1351. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
  1352. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
  1353. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
  1354. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
  1355. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
  1356. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
  1357. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
  1358. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts +0 -4
  1359. package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
  1360. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
  1361. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
  1362. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
  1363. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
  1364. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
  1365. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
  1366. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts +0 -4
  1367. package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
  1368. package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts +0 -4
  1369. package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
  1370. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
  1371. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
  1372. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
  1373. package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
  1374. package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts +0 -4
  1375. package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts.map +0 -1
  1376. package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts +0 -5
  1377. package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts.map +0 -1
  1378. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
  1379. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
  1380. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
  1381. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
  1382. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
  1383. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
  1384. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts +0 -4
  1385. package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
  1386. package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts +0 -4
  1387. package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
  1388. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
  1389. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
  1390. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
  1391. package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
  1392. package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts +0 -4
  1393. package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts.map +0 -1
  1394. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
  1395. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
  1396. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
  1397. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
  1398. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
  1399. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
  1400. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts +0 -4
  1401. package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
  1402. package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts +0 -4
  1403. package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts.map +0 -1
  1404. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
  1405. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
  1406. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
  1407. package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
  1408. package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts +0 -4
  1409. package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts.map +0 -1
  1410. package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts +0 -5
  1411. package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts.map +0 -1
  1412. package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts +0 -4
  1413. package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
  1414. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
  1415. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
  1416. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
  1417. package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
  1418. package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts +0 -4
  1419. package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts.map +0 -1
  1420. package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts +0 -4
  1421. package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts.map +0 -1
  1422. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
  1423. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
  1424. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
  1425. package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
  1426. package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts +0 -4
  1427. package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts.map +0 -1
  1428. package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts +0 -4
  1429. package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
  1430. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
  1431. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
  1432. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
  1433. package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
  1434. package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts +0 -4
  1435. package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts.map +0 -1
  1436. package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts +0 -21
  1437. package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
  1438. package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
  1439. package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
  1440. package/lib/typescript/module/_internal/style-sheets/index.d.ts +0 -4
  1441. package/lib/typescript/module/_internal/style-sheets/index.d.ts.map +0 -1
  1442. package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts +0 -59
  1443. package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
  1444. package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
  1445. package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
  1446. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
  1447. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
  1448. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
  1449. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
  1450. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
  1451. package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
  1452. package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts +0 -4
  1453. package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
  1454. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
  1455. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
  1456. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
  1457. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
  1458. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
  1459. package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
  1460. package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts +0 -4
  1461. package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
  1462. package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts +0 -4
  1463. package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
  1464. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
  1465. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
  1466. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
  1467. package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
  1468. package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts +0 -4
  1469. package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts.map +0 -1
  1470. package/lib/typescript/module/components/notification/actionable-inline/index.d.ts +0 -5
  1471. package/lib/typescript/module/components/notification/actionable-inline/index.d.ts.map +0 -1
  1472. package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
  1473. package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
  1474. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
  1475. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
  1476. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
  1477. package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
  1478. package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts +0 -4
  1479. package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
  1480. package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts +0 -4
  1481. package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
  1482. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
  1483. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
  1484. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
  1485. package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
  1486. package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts +0 -4
  1487. package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts.map +0 -1
  1488. package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
  1489. package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
  1490. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
  1491. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
  1492. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
  1493. package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
  1494. package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts +0 -4
  1495. package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
  1496. package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts +0 -4
  1497. package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts.map +0 -1
  1498. package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
  1499. package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
  1500. package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
  1501. package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
  1502. package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts +0 -4
  1503. package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts.map +0 -1
  1504. package/lib/typescript/module/components/notification/callout-inline/index.d.ts +0 -5
  1505. package/lib/typescript/module/components/notification/callout-inline/index.d.ts.map +0 -1
  1506. package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts +0 -4
  1507. package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
  1508. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
  1509. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
  1510. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
  1511. package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
  1512. package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts +0 -4
  1513. package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts.map +0 -1
  1514. package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts +0 -4
  1515. package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts.map +0 -1
  1516. package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
  1517. package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
  1518. package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
  1519. package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
  1520. package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts +0 -4
  1521. package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts.map +0 -1
  1522. package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts +0 -4
  1523. package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
  1524. package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
  1525. package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
  1526. package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
  1527. package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
  1528. package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts +0 -4
  1529. package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts.map +0 -1
  1530. package/src/_internal/style-sheets/common-style-sheet.ts +0 -24
  1531. package/src/_internal/style-sheets/flex-style-sheet.ts +0 -84
  1532. package/src/_internal/style-sheets/index.ts +0 -3
  1533. package/src/_internal/style-sheets/text-style-sheet.ts +0 -62
  1534. package/src/carbon-style-sheet/index.tsx +0 -51
  1535. package/src/components/checkbox-input/CheckboxInputValue.ts +0 -6
  1536. package/src/components/checkbox-input/index.tsx +0 -5
  1537. package/src/components/index.tsx +0 -35
  1538. package/src/components/notification/_variants/actionable-inline/ActionableInlineVariant.tsx +0 -70
  1539. package/src/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.ts +0 -46
  1540. package/src/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.ts +0 -6
  1541. package/src/components/notification/_variants/actionable-inline/index.tsx +0 -3
  1542. package/src/components/notification/_variants/callout-inline/CalloutInlineVariant.tsx +0 -59
  1543. package/src/components/notification/_variants/callout-inline/CalloutInlineVariantProps.ts +0 -26
  1544. package/src/components/notification/_variants/callout-inline/CalloutInlineVariantRef.ts +0 -6
  1545. package/src/components/notification/_variants/callout-inline/index.tsx +0 -3
  1546. package/src/components/notification/_variants/index.tsx +0 -5
  1547. package/src/components/notification/actionable-inline/error/Error.tsx +0 -77
  1548. package/src/components/notification/actionable-inline/error/ErrorProps.ts +0 -14
  1549. package/src/components/notification/actionable-inline/error/ErrorRef.ts +0 -6
  1550. package/src/components/notification/actionable-inline/informational/Informational.tsx +0 -77
  1551. package/src/components/notification/actionable-inline/informational/InformationalProps.ts +0 -14
  1552. package/src/components/notification/actionable-inline/informational/InformationalRef.ts +0 -6
  1553. package/src/components/notification/actionable-inline/success/Success.tsx +0 -77
  1554. package/src/components/notification/actionable-inline/success/SuccessProps.ts +0 -14
  1555. package/src/components/notification/actionable-inline/success/SuccessRef.ts +0 -6
  1556. package/src/components/notification/actionable-inline/warning/Warning.tsx +0 -77
  1557. package/src/components/notification/actionable-inline/warning/WarningProps.ts +0 -14
  1558. package/src/components/notification/actionable-inline/warning/WarningRef.ts +0 -6
  1559. package/src/components/notification/callout/error/index.tsx +0 -3
  1560. package/src/components/notification/callout/index.tsx +0 -4
  1561. package/src/components/notification/callout/informational/index.tsx +0 -3
  1562. package/src/components/notification/callout/success/index.tsx +0 -3
  1563. package/src/components/notification/callout/warning/index.tsx +0 -3
  1564. package/src/components/notification/callout-inline/error/Error.tsx +0 -77
  1565. package/src/components/notification/callout-inline/error/ErrorProps.ts +0 -14
  1566. package/src/components/notification/callout-inline/error/ErrorRef.ts +0 -6
  1567. package/src/components/notification/callout-inline/informational/Informational.tsx +0 -77
  1568. package/src/components/notification/callout-inline/informational/InformationalProps.ts +0 -14
  1569. package/src/components/notification/callout-inline/informational/InformationalRef.ts +0 -6
  1570. package/src/components/notification/callout-inline/success/Success.tsx +0 -77
  1571. package/src/components/notification/callout-inline/success/SuccessProps.ts +0 -14
  1572. package/src/components/notification/callout-inline/success/SuccessRef.ts +0 -6
  1573. package/src/components/notification/callout-inline/warning/Warning.tsx +0 -77
  1574. package/src/components/notification/callout-inline/warning/WarningProps.ts +0 -14
  1575. package/src/components/notification/callout-inline/warning/WarningRef.ts +0 -6
  1576. package/src/components/notification/index.tsx +0 -18
  1577. package/src/components/notification/toast/error/index.tsx +0 -3
  1578. package/src/components/notification/toast/index.tsx +0 -4
  1579. package/src/components/notification/toast/informational/index.tsx +0 -3
  1580. package/src/components/notification/toast/success/index.tsx +0 -3
  1581. package/src/components/notification/toast/warning/index.tsx +0 -3
  1582. /package/src/components/accordion/{index.tsx → index.ts} +0 -0
  1583. /package/src/components/button-group/{index.tsx → index.ts} +0 -0
  1584. /package/src/components/checkbox/{index.tsx → index.ts} +0 -0
  1585. /package/src/components/checkbox-group/{index.tsx → index.ts} +0 -0
  1586. /package/src/components/form-label/{index.tsx → index.ts} +0 -0
  1587. /package/src/components/inline-loading/{index.tsx → index.ts} +0 -0
  1588. /package/src/components/layer/{index.tsx → index.ts} +0 -0
  1589. /package/src/components/modal/{index.tsx → index.ts} +0 -0
  1590. /package/src/components/modal-content/{index.tsx → index.ts} +0 -0
  1591. /package/src/components/notification/_variants/actionable/{index.tsx → index.ts} +0 -0
  1592. /package/src/components/notification/_variants/callout/{index.tsx → index.ts} +0 -0
  1593. /package/src/components/notification/_variants/toast/{index.tsx → index.ts} +0 -0
  1594. /package/src/components/notification/{actionable-inline/error/index.tsx → actionable/error/index.ts} +0 -0
  1595. /package/src/components/notification/{actionable-inline/index.tsx → actionable/index.ts} +0 -0
  1596. /package/src/components/notification/{actionable-inline/informational/index.tsx → actionable/informational/index.ts} +0 -0
  1597. /package/src/components/notification/{actionable-inline/success/index.tsx → actionable/success/index.ts} +0 -0
  1598. /package/src/components/notification/{actionable-inline/warning/index.tsx → actionable/warning/index.ts} +0 -0
  1599. /package/src/components/notification/base/{index.tsx → index.ts} +0 -0
  1600. /package/src/components/notification/{actionable/error/index.tsx → callout/error/index.ts} +0 -0
  1601. /package/src/components/notification/{actionable/index.tsx → callout/index.ts} +0 -0
  1602. /package/src/components/notification/{actionable/informational/index.tsx → callout/informational/index.ts} +0 -0
  1603. /package/src/components/notification/{actionable/success/index.tsx → callout/success/index.ts} +0 -0
  1604. /package/src/components/notification/{actionable/warning/index.tsx → callout/warning/index.ts} +0 -0
  1605. /package/src/components/notification/subtitle/{index.tsx → index.ts} +0 -0
  1606. /package/src/components/notification/subtitle-link/{index.tsx → index.ts} +0 -0
  1607. /package/src/components/notification/{callout-inline/error/index.tsx → toast/error/index.ts} +0 -0
  1608. /package/src/components/notification/{callout-inline/index.tsx → toast/index.ts} +0 -0
  1609. /package/src/components/notification/{callout-inline/informational/index.tsx → toast/informational/index.ts} +0 -0
  1610. /package/src/components/notification/{callout-inline/success/index.tsx → toast/success/index.ts} +0 -0
  1611. /package/src/components/notification/{callout-inline/warning/index.tsx → toast/warning/index.ts} +0 -0
  1612. /package/src/components/radio-button/{index.tsx → index.ts} +0 -0
  1613. /package/src/components/radio-button-group/{index.tsx → index.ts} +0 -0
  1614. /package/src/components/radio-button-input/{index.tsx → index.ts} +0 -0
  1615. /package/src/components/text-area/{index.tsx → index.ts} +0 -0
  1616. /package/src/components/text-area-field/{index.tsx → index.ts} +0 -0
  1617. /package/src/components/text-area-fluid/{index.tsx → index.ts} +0 -0
  1618. /package/src/components/text-input-field/{index.tsx → index.ts} +0 -0
  1619. /package/src/components/text-input-fluid/{index.tsx → index.ts} +0 -0
  1620. /package/src/components/toggle/base/{index.tsx → index.ts} +0 -0
  1621. /package/src/components/toggle/default/{index.tsx → index.ts} +0 -0
  1622. /package/src/components/toggle/{index.tsx → index.ts} +0 -0
  1623. /package/src/components/toggle/small/{index.tsx → index.ts} +0 -0
  1624. /package/src/providers/toast/{index.tsx → index.ts} +0 -0
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _PasswordInputFluid = require("./PasswordInputFluid.js");
7
+ Object.keys(_PasswordInputFluid).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _PasswordInputFluid[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _PasswordInputFluid[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_PasswordInputFluid","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/password-input-fluid/index.ts"],"mappings":";;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,mBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,mBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,mBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -8,12 +8,13 @@ var _react = require("react");
8
8
  var _reactNative = require("react-native");
9
9
  var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
10
10
  var _index = require("../../_internal/contexts/index.js");
11
- var _index2 = require("../../_internal/style-sheets/index.js");
12
- var _index3 = require("../../carbon-style-sheet/index.js");
13
- var _index4 = require("../../contexts/index.js");
11
+ var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
12
+ var _index3 = require("../../contexts/index.js");
13
+ var _index4 = require("../box/index.js");
14
14
  var _index5 = require("../form-label/index.js");
15
15
  var _index6 = require("../radio-button-input/index.js");
16
16
  var _jsxRuntime = require("react/jsx-runtime");
17
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
17
18
  const RadioButton = exports.RadioButton = /*#__PURE__*/(0, _react.forwardRef)(function RadioButton({
18
19
  defaultChecked,
19
20
  checked,
@@ -31,7 +32,7 @@ const RadioButton = exports.RadioButton = /*#__PURE__*/(0, _react.forwardRef)(fu
31
32
  dir,
32
33
  ...props
33
34
  }, forwardedRef) {
34
- (0, _react.useContext)(_index4.ThemeContext);
35
+ (0, _react.useContext)(_index3.ThemeContext);
35
36
  const radioButtonInputRef = (0, _react.useRef)(null),
36
37
  globalConfigContext = (0, _react.useContext)(_index.GlobalConfigContext),
37
38
  viewRef = (0, _react.useRef)(null),
@@ -49,11 +50,11 @@ const RadioButton = exports.RadioButton = /*#__PURE__*/(0, _react.forwardRef)(fu
49
50
  }
50
51
  });
51
52
  }, []);
52
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
53
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index4.Box, {
53
54
  ...props,
54
55
  "aria-label": ariaLabel || label,
55
56
  dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
56
- style: [_index2.FlexStyleSheet.flex_row, globalConfigContext.rtl ? _index2.CommonStyleSheet.rtl : undefined, style],
57
+ style: [CarbonStyleSheet.g.flex_row, style],
57
58
  ref: viewRef,
58
59
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Pressable, {
59
60
  ...pressableProps,
@@ -61,7 +62,7 @@ const RadioButton = exports.RadioButton = /*#__PURE__*/(0, _react.forwardRef)(fu
61
62
  disabled: interactiveState === "disabled",
62
63
  "aria-label": pressableProps?.["aria-label"] ?? label,
63
64
  onPress: pressHandler,
64
- style: [_index2.CommonStyleSheet.absolute, _index2.CommonStyleSheet.w_full, _index2.CommonStyleSheet.h_full, baseStyle.pressable, pressableProps?.style]
65
+ style: [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.w_full, CarbonStyleSheet.g.h_full, baseStyle.pressable, pressableProps?.style]
65
66
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index6.RadioButtonInput, {
66
67
  ...radioButtonInputProps,
67
68
  role: "none",
@@ -81,7 +82,7 @@ const RadioButton = exports.RadioButton = /*#__PURE__*/(0, _react.forwardRef)(fu
81
82
  type: formLabelProps?.textProps?.type || "body_compact_01",
82
83
  style: [textColorStyle[interactiveState], formLabelProps?.textProps?.style]
83
84
  },
84
- style: [_index2.FlexStyleSheet.flex_1, baseStyle.label, formLabelProps?.style]
85
+ style: [CarbonStyleSheet.g.flex_1, baseStyle.label, formLabelProps?.style]
85
86
  })]
86
87
  });
87
88
  });
@@ -96,21 +97,21 @@ const baseStyle = _reactNative.StyleSheet.create({
96
97
  marginStart: _carbonReactNativeElements.Spacing.spacing_03
97
98
  }
98
99
  }),
99
- textColorStyle = _index3.CarbonStyleSheet.create({
100
+ textColorStyle = CarbonStyleSheet.create({
100
101
  normal: {
101
- color: _index3.CarbonStyleSheet.color.text_primary
102
+ color: CarbonStyleSheet.color.text_primary
102
103
  },
103
104
  disabled: {
104
- color: _index3.CarbonStyleSheet.color.text_disabled
105
+ color: CarbonStyleSheet.color.text_disabled
105
106
  },
106
107
  error: {
107
- color: _index3.CarbonStyleSheet.color.text_primary
108
+ color: CarbonStyleSheet.color.text_primary
108
109
  },
109
110
  read_only: {
110
- color: _index3.CarbonStyleSheet.color.text_primary
111
+ color: CarbonStyleSheet.color.text_primary
111
112
  },
112
113
  warning: {
113
- color: _index3.CarbonStyleSheet.color.text_primary
114
+ color: CarbonStyleSheet.color.text_primary
114
115
  }
115
116
  });
116
117
  //# sourceMappingURL=RadioButton.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_index3","_index4","_index5","_index6","_jsxRuntime","RadioButton","exports","forwardRef","defaultChecked","checked","value","interactiveState","label","role","ariaLabel","onChange","onPress","radioButtonInputProps","formLabelProps","pressableProps","style","dir","props","forwardedRef","useContext","ThemeContext","radioButtonInputRef","useRef","globalConfigContext","GlobalConfigContext","viewRef","pressHandler","useCallback","event","current","setChecked","useImperativeHandle","Object","assign","checked_","jsxs","View","rtl","undefined","FlexStyleSheet","flex_row","CommonStyleSheet","ref","children","jsx","Pressable","disabled","absolute","w_full","h_full","baseStyle","pressable","RadioButtonInput","radioButtonInput","FormLabel","textProps","type","textColorStyle","flex_1","StyleSheet","create","zIndex","marginStart","Spacing","spacing_03","CarbonStyleSheet","normal","color","text_primary","text_disabled","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/radio-button/RadioButton.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","CarbonStyleSheet","_interopRequireWildcard","_index3","_index4","_index5","_index6","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","RadioButton","exports","forwardRef","defaultChecked","checked","value","interactiveState","label","role","ariaLabel","onChange","onPress","radioButtonInputProps","formLabelProps","pressableProps","style","dir","props","forwardedRef","useContext","ThemeContext","radioButtonInputRef","useRef","globalConfigContext","GlobalConfigContext","viewRef","pressHandler","useCallback","event","current","setChecked","useImperativeHandle","assign","checked_","jsxs","Box","rtl","undefined","g","flex_row","ref","children","jsx","Pressable","disabled","absolute","w_full","h_full","baseStyle","pressable","RadioButtonInput","radioButtonInput","FormLabel","textProps","type","textColorStyle","flex_1","StyleSheet","create","zIndex","marginStart","Spacing","spacing_03","normal","color","text_primary","text_disabled","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/radio-button/RadioButton.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_RadioButton","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_RadioButtonProps","_RadioButtonRef"],"sourceRoot":"../../../../src","sources":["components/radio-button/index.tsx"],"mappings":";;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,iBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,iBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,iBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,iBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,eAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,eAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,eAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,eAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_RadioButton","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_RadioButtonProps","_RadioButtonRef"],"sourceRoot":"../../../../src","sources":["components/radio-button/index.ts"],"mappings":";;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,iBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,iBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,iBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,iBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,eAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,eAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,eAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,eAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -9,13 +9,15 @@ var _reactNative = require("react-native");
9
9
  var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
10
10
  var _warningAltFilled = _interopRequireDefault(require("@carbon/icons/svg/32/warning--alt--filled.svg"));
11
11
  var _warningFilled = _interopRequireDefault(require("@carbon/icons/svg/32/warning--filled.svg"));
12
- var _index = require("../../_internal/style-sheets/index.js");
12
+ var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
13
13
  var _index2 = require("../../contexts/index.js");
14
- var _index3 = require("../form-helper-text/index.js");
15
- var _index4 = require("../form-label/index.js");
14
+ var _index3 = require("../box/index.js");
15
+ var _index4 = require("../form-helper-text/index.js");
16
+ var _index5 = require("../form-label/index.js");
16
17
  var _Item = require("./_Item.js");
17
18
  var _itemContext = require("./_item-context.js");
18
19
  var _jsxRuntime = require("react/jsx-runtime");
20
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
19
21
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
20
22
  const Component = /*#__PURE__*/(0, _react.forwardRef)(function RadioButtonGroup({
21
23
  defaultSelectedValue,
@@ -67,12 +69,12 @@ const Component = /*#__PURE__*/(0, _react.forwardRef)(function RadioButtonGroup(
67
69
  }
68
70
  });
69
71
  }, [controlled]);
70
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
72
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index3.Box, {
71
73
  ...props,
72
74
  role: role,
73
75
  style: style,
74
76
  ref: viewRef,
75
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index4.FormLabel, {
77
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index5.FormLabel, {
76
78
  label: legend,
77
79
  style: baseStyle.legend
78
80
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
@@ -87,7 +89,7 @@ const Component = /*#__PURE__*/(0, _react.forwardRef)(function RadioButtonGroup(
87
89
  },
88
90
  children: children
89
91
  })
90
- }), !!helperText && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.FormHelperText, {
92
+ }), !!helperText && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index4.FormHelperText, {
91
93
  ...formHelperTextProps,
92
94
  error: helperTextMode === "error",
93
95
  text: helperText,
@@ -124,7 +126,7 @@ const baseStyle = _reactNative.StyleSheet.create({
124
126
  flexDirection: "column"
125
127
  },
126
128
  horizontal: {
127
- ..._index.FlexStyleSheet.flex_wrap,
129
+ ...CarbonStyleSheet.gObject.flex_wrap,
128
130
  flexDirection: "row"
129
131
  }
130
132
  }),
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_warningAltFilled","_interopRequireDefault","_warningFilled","_index","_index2","_index3","_index4","_Item","_itemContext","_jsxRuntime","e","__esModule","default","Component","forwardRef","RadioButtonGroup","defaultSelectedValue","selectedValue","selectedValueProp","orientation","legend","helperText","helperTextMode","helperTextModeIcon","onChange","formHelperTextProps","children","role","style","props","forwardedRef","viewRef","useRef","ref","onChangeEffect","themeContext","useContext","ThemeContext","selectedValueSelf","setSelectedValueSelf","useState","current","controlled","setOnChangeGroupEffect","useCallback","value","useEffect","useImperativeHandle","Object","assign","setSelectedValue","valueParam","jsxs","View","jsx","FormLabel","label","baseStyle","wrapper","wrapperOrientationStyle","ItemContext","Provider","setValue","onChangeGroup","FormHelperText","error","text","textLeading","fill","mapIconErrorFillColor","colorScheme","width","height","mapIconWarningFillColor","formHelperText","exports","Item","StyleSheet","create","columnGap","Spacing","spacing_05","rowGap","spacing_03","marginBottom","marginTop","vertical","flexDirection","horizontal","FlexStyleSheet","flex_wrap","gray_10","Color","Token","support_error","gray_100","support_warning"],"sourceRoot":"../../../../src","sources":["components/radio-button-group/RadioButtonGroup.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_warningAltFilled","_interopRequireDefault","_warningFilled","CarbonStyleSheet","_interopRequireWildcard","_index2","_index3","_index4","_index5","_Item","_itemContext","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Component","forwardRef","RadioButtonGroup","defaultSelectedValue","selectedValue","selectedValueProp","orientation","legend","helperText","helperTextMode","helperTextModeIcon","onChange","formHelperTextProps","children","role","style","props","forwardedRef","viewRef","useRef","ref","onChangeEffect","themeContext","useContext","ThemeContext","selectedValueSelf","setSelectedValueSelf","useState","current","controlled","setOnChangeGroupEffect","useCallback","value","useEffect","useImperativeHandle","assign","setSelectedValue","valueParam","jsxs","Box","jsx","FormLabel","label","baseStyle","View","wrapper","wrapperOrientationStyle","ItemContext","Provider","setValue","onChangeGroup","FormHelperText","error","text","textLeading","fill","mapIconErrorFillColor","colorScheme","width","height","mapIconWarningFillColor","formHelperText","exports","Item","StyleSheet","create","columnGap","Spacing","spacing_05","rowGap","spacing_03","marginBottom","marginTop","vertical","flexDirection","horizontal","gObject","flex_wrap","gray_10","Color","Token","support_error","gray_100","support_warning"],"sourceRoot":"../../../../src","sources":["components/radio-button-group/RadioButtonGroup.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_RadioButtonGroup","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_RadioButtonGroupHelperTextMode","_RadioButtonGroupItemProps","_RadioButtonGroupItemRef","_RadioButtonGroupProps","_RadioButtonGroupRef"],"sourceRoot":"../../../../src","sources":["components/radio-button-group/index.tsx"],"mappings":";;;;;AAAA,IAAAA,iBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,iBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,iBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,iBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,+BAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,+BAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,+BAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,+BAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,0BAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,0BAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,0BAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,0BAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,wBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,wBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,wBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,wBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA;AACA,IAAAQ,sBAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,sBAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,sBAAA,CAAAR,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAI,sBAAA,CAAAR,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,oBAAA,GAAAb,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAW,oBAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAS,oBAAA,CAAAT,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAK,oBAAA,CAAAT,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_RadioButtonGroup","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_RadioButtonGroupHelperTextMode","_RadioButtonGroupItemProps","_RadioButtonGroupItemRef","_RadioButtonGroupProps","_RadioButtonGroupRef"],"sourceRoot":"../../../../src","sources":["components/radio-button-group/index.ts"],"mappings":";;;;;AAAA,IAAAA,iBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,iBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,iBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,iBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,+BAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,+BAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,+BAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,+BAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,0BAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,0BAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,0BAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,0BAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,wBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,wBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,wBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,wBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA;AACA,IAAAQ,sBAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,sBAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,sBAAA,CAAAR,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAI,sBAAA,CAAAR,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,oBAAA,GAAAb,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAW,oBAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAS,oBAAA,CAAAT,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAK,oBAAA,CAAAT,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -6,10 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.RadioButtonInput = void 0;
7
7
  var _react = require("react");
8
8
  var _reactNative = require("react-native");
9
- var _index = require("../../_internal/style-sheets/index.js");
10
- var _index2 = require("../../carbon-style-sheet/index.js");
11
- var _index3 = require("../../contexts/index.js");
9
+ var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
10
+ var _index2 = require("../../contexts/index.js");
12
11
  var _jsxRuntime = require("react/jsx-runtime");
12
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
13
13
  const RadioButtonInput = exports.RadioButtonInput = /*#__PURE__*/(0, _react.forwardRef)(function RadioButtonInput({
14
14
  defaultChecked,
15
15
  checked: checkedProp,
@@ -23,7 +23,7 @@ const RadioButtonInput = exports.RadioButtonInput = /*#__PURE__*/(0, _react.forw
23
23
  style,
24
24
  ...props
25
25
  }, forwardedRef) {
26
- (0, _react.useContext)(_index3.ThemeContext);
26
+ (0, _react.useContext)(_index2.ThemeContext);
27
27
  const viewRef = (0, _react.useRef)(null),
28
28
  ref = (0, _react.useRef)({
29
29
  onChangeEffect: false,
@@ -82,12 +82,12 @@ const RadioButtonInput = exports.RadioButtonInput = /*#__PURE__*/(0, _react.forw
82
82
  onBlur: blurHandler,
83
83
  onFocus: focusHandler,
84
84
  onPress: pressHandler,
85
- style: [_index.FlexStyleSheet.items_center, _index.FlexStyleSheet.justify_center, _index.CommonStyleSheet.relative, baseStyle.radioButton, mapInteractiveStateStyle_[`${interactiveState}_${checked}_container`], style],
85
+ style: [CarbonStyleSheet.g.items_center, CarbonStyleSheet.g.justify_center, CarbonStyleSheet.g.relative, baseStyle.radioButton, mapInteractiveStateStyle_[`${interactiveState}_${checked}_container`], style],
86
86
  ref: viewRef,
87
87
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
88
- style: [_index.CommonStyleSheet.absolute, _index.CommonStyleSheet.overflow_hidden, baseStyle.focusBox, isFocused ? carbonStyle.focusBox : null]
88
+ style: [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.overflow_hidden, baseStyle.focusBox, isFocused ? carbonStyle.focusBox : null]
89
89
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
90
- style: [_index.FlexStyleSheet.flex_initial, baseStyle.marker, checked ? mapInteractiveStateStyle_[`${interactiveState}_true_marker`] : null]
90
+ style: [CarbonStyleSheet.g.flex_initial, baseStyle.marker, checked ? mapInteractiveStateStyle_[`${interactiveState}_true_marker`] : null]
91
91
  })]
92
92
  });
93
93
  });
@@ -113,56 +113,56 @@ const size = 18,
113
113
  overflow: "hidden"
114
114
  }
115
115
  }),
116
- carbonStyle = _index2.CarbonStyleSheet.create({
116
+ carbonStyle = CarbonStyleSheet.create({
117
117
  focusBox: {
118
- borderColor: _index2.CarbonStyleSheet.color.focus
118
+ borderColor: CarbonStyleSheet.color.focus
119
119
  }
120
120
  }),
121
- mapInteractiveStateStyle_ = _index2.CarbonStyleSheet.create({
121
+ mapInteractiveStateStyle_ = CarbonStyleSheet.create({
122
122
  normal_true_container: {
123
- borderColor: _index2.CarbonStyleSheet.color.icon_primary
123
+ borderColor: CarbonStyleSheet.color.icon_primary
124
124
  },
125
125
  normal_true_marker: {
126
- backgroundColor: _index2.CarbonStyleSheet.color.icon_primary
126
+ backgroundColor: CarbonStyleSheet.color.icon_primary
127
127
  },
128
128
  normal_false_container: {
129
- borderColor: _index2.CarbonStyleSheet.color.icon_primary
129
+ borderColor: CarbonStyleSheet.color.icon_primary
130
130
  },
131
131
  disabled_true_container: {
132
- borderColor: _index2.CarbonStyleSheet.color.icon_disabled
132
+ borderColor: CarbonStyleSheet.color.icon_disabled
133
133
  },
134
134
  disabled_true_marker: {
135
- backgroundColor: _index2.CarbonStyleSheet.color.icon_disabled
135
+ backgroundColor: CarbonStyleSheet.color.icon_disabled
136
136
  },
137
137
  disabled_false_container: {
138
- borderColor: _index2.CarbonStyleSheet.color.icon_disabled
138
+ borderColor: CarbonStyleSheet.color.icon_disabled
139
139
  },
140
140
  error_true_container: {
141
- borderColor: _index2.CarbonStyleSheet.color.support_error
141
+ borderColor: CarbonStyleSheet.color.support_error
142
142
  },
143
143
  error_true_marker: {
144
- backgroundColor: _index2.CarbonStyleSheet.color.icon_primary
144
+ backgroundColor: CarbonStyleSheet.color.icon_primary
145
145
  },
146
146
  error_false_container: {
147
- borderColor: _index2.CarbonStyleSheet.color.support_error
147
+ borderColor: CarbonStyleSheet.color.support_error
148
148
  },
149
149
  read_only_true_container: {
150
- borderColor: _index2.CarbonStyleSheet.color.icon_disabled
150
+ borderColor: CarbonStyleSheet.color.icon_disabled
151
151
  },
152
152
  read_only_true_marker: {
153
- backgroundColor: _index2.CarbonStyleSheet.color.icon_primary
153
+ backgroundColor: CarbonStyleSheet.color.icon_primary
154
154
  },
155
155
  read_only_false_container: {
156
- borderColor: _index2.CarbonStyleSheet.color.icon_disabled
156
+ borderColor: CarbonStyleSheet.color.icon_disabled
157
157
  },
158
158
  warning_true_container: {
159
- borderColor: _index2.CarbonStyleSheet.color.icon_primary
159
+ borderColor: CarbonStyleSheet.color.icon_primary
160
160
  },
161
161
  warning_true_marker: {
162
- backgroundColor: _index2.CarbonStyleSheet.color.icon_primary
162
+ backgroundColor: CarbonStyleSheet.color.icon_primary
163
163
  },
164
164
  warning_false_container: {
165
- backgroundColor: _index2.CarbonStyleSheet.color.icon_primary
165
+ backgroundColor: CarbonStyleSheet.color.icon_primary
166
166
  }
167
167
  });
168
168
  //# sourceMappingURL=RadioButtonInput.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_index","_index2","_index3","_jsxRuntime","RadioButtonInput","exports","forwardRef","defaultChecked","checked","checkedProp","value","interactiveState","role","onChange","onBlur","onFocus","onPress","style","props","forwardedRef","useContext","ThemeContext","viewRef","useRef","ref","onChangeEffect","isFocused","setIsFocused","useState","checkedSelf","setCheckedSelf","current","controlled","blurHandler","useCallback","event","focusHandler","pressHandler","useEffect","useImperativeHandle","Object","assign","setChecked","checked_","jsxs","Pressable","disabled","FlexStyleSheet","items_center","justify_center","CommonStyleSheet","relative","baseStyle","radioButton","mapInteractiveStateStyle_","children","jsx","View","absolute","overflow_hidden","focusBox","carbonStyle","flex_initial","marker","size","StyleSheet","create","width","height","borderRadius","borderWidth","borderColor","overflow","CarbonStyleSheet","color","focus","normal_true_container","icon_primary","normal_true_marker","backgroundColor","normal_false_container","disabled_true_container","icon_disabled","disabled_true_marker","disabled_false_container","error_true_container","support_error","error_true_marker","error_false_container","read_only_true_container","read_only_true_marker","read_only_false_container","warning_true_container","warning_true_marker","warning_false_container"],"sourceRoot":"../../../../src","sources":["components/radio-button-input/RadioButtonInput.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","CarbonStyleSheet","_interopRequireWildcard","_index2","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","RadioButtonInput","exports","forwardRef","defaultChecked","checked","checkedProp","value","interactiveState","role","onChange","onBlur","onFocus","onPress","style","props","forwardedRef","useContext","ThemeContext","viewRef","useRef","ref","onChangeEffect","isFocused","setIsFocused","useState","checkedSelf","setCheckedSelf","current","controlled","blurHandler","useCallback","event","focusHandler","pressHandler","useEffect","useImperativeHandle","assign","setChecked","checked_","jsxs","Pressable","disabled","g","items_center","justify_center","relative","baseStyle","radioButton","mapInteractiveStateStyle_","children","jsx","View","absolute","overflow_hidden","focusBox","carbonStyle","flex_initial","marker","size","StyleSheet","create","width","height","borderRadius","borderWidth","borderColor","overflow","color","focus","normal_true_container","icon_primary","normal_true_marker","backgroundColor","normal_false_container","disabled_true_container","icon_disabled","disabled_true_marker","disabled_false_container","error_true_container","support_error","error_true_marker","error_false_container","read_only_true_container","read_only_true_marker","read_only_false_container","warning_true_container","warning_true_marker","warning_false_container"],"sourceRoot":"../../../../src","sources":["components/radio-button-input/RadioButtonInput.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_RadioButtonInput","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_RadioButtonInputInteractiveState","_RadioButtonInputProps","_RadioButtonInputRef"],"sourceRoot":"../../../../src","sources":["components/radio-button-input/index.tsx"],"mappings":";;;;;AAAA,IAAAA,iBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,iBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,iBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,iBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,iCAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,iCAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,iCAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,iCAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,sBAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,sBAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,sBAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,sBAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,oBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,oBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,oBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,oBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_RadioButtonInput","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_RadioButtonInputInteractiveState","_RadioButtonInputProps","_RadioButtonInputRef"],"sourceRoot":"../../../../src","sources":["components/radio-button-input/index.ts"],"mappings":";;;;;AAAA,IAAAA,iBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,iBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,iBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,iBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,iCAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,iCAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,iCAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,iCAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,sBAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,sBAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,sBAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,sBAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,oBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,oBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,oBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,oBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -9,10 +9,10 @@ var _reactNative = require("react-native");
9
9
  var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
10
10
  var _checkmark = _interopRequireDefault(require("@carbon/icons/svg/32/checkmark.svg"));
11
11
  var _index = require("../../_internal/contexts/index.js");
12
- var _index2 = require("../../_internal/style-sheets/index.js");
13
- var _index3 = require("../../carbon-style-sheet/index.js");
14
- var _index4 = require("../../contexts/index.js");
12
+ var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
13
+ var _index3 = require("../../contexts/index.js");
15
14
  var _jsxRuntime = require("react/jsx-runtime");
15
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
16
16
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
17
17
  const Switch = exports.Switch = /*#__PURE__*/(0, _react.forwardRef)(function ({
18
18
  size = "default",
@@ -40,7 +40,7 @@ const Switch = exports.Switch = /*#__PURE__*/(0, _react.forwardRef)(function ({
40
40
  value: defaultValue ?? false
41
41
  }),
42
42
  globalConfigContext = (0, _react.useContext)(_index.GlobalConfigContext),
43
- themeContext = (0, _react.useContext)(_index4.ThemeContext),
43
+ themeContext = (0, _react.useContext)(_index3.ThemeContext),
44
44
  [isFocused, setIsFocused] = (0, _react.useState)(false),
45
45
  [valueSelf, setValueSelf] = (0, _react.useState)(ref.current.value),
46
46
  controlled = typeof valueProp === "boolean",
@@ -141,7 +141,7 @@ const Switch = exports.Switch = /*#__PURE__*/(0, _react.forwardRef)(function ({
141
141
  ...props,
142
142
  role: role,
143
143
  "aria-checked": ariaChecked ?? value,
144
- style: [_index2.FlexStyleSheet.justify_center, baseStyle.container, sizeStyle[size], {
144
+ style: [CarbonStyleSheet.g.justify_center, baseStyle.container, sizeStyle[size], {
145
145
  backgroundColor: sharedValue.current.interpolate({
146
146
  inputRange: interpolationRange,
147
147
  outputRange: [trackColor.false, trackColor.true]
@@ -152,7 +152,7 @@ const Switch = exports.Switch = /*#__PURE__*/(0, _react.forwardRef)(function ({
152
152
  onPress: pressHandler,
153
153
  ref: viewRef,
154
154
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Animated.View, {
155
- style: [_index2.FlexStyleSheet.items_center, _index2.FlexStyleSheet.justify_center, baseStyle.thumb, thumbSizeStyle[size],
155
+ style: [CarbonStyleSheet.g.items_center, CarbonStyleSheet.g.justify_center, baseStyle.thumb, thumbSizeStyle[size],
156
156
  // thumbAnimatedStyle,
157
157
  {
158
158
  transform: [{
@@ -173,7 +173,7 @@ const Switch = exports.Switch = /*#__PURE__*/(0, _react.forwardRef)(function ({
173
173
  }
174
174
  })
175
175
  }), isFocused && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
176
- style: [_index2.CommonStyleSheet.absolute, focusBoxSizeStyle[size], baseStyle.focusBox, baseStyleCarbon.focusBoxBorderColor]
176
+ style: [CarbonStyleSheet.g.absolute, focusBoxSizeStyle[size], baseStyle.focusBox, baseStyleCarbon.focusBoxBorderColor]
177
177
  })]
178
178
  });
179
179
  });
@@ -192,13 +192,13 @@ const baseStyle = _reactNative.StyleSheet.create({
192
192
  }]
193
193
  }
194
194
  }),
195
- baseStyleCarbon = _index3.CarbonStyleSheet.create({
195
+ baseStyleCarbon = CarbonStyleSheet.create({
196
196
  containerReadonly: {
197
197
  borderWidth: 1,
198
- borderColor: _index3.CarbonStyleSheet.color.border_subtle_00
198
+ borderColor: CarbonStyleSheet.color.border_subtle_00
199
199
  },
200
200
  focusBoxBorderColor: {
201
- borderColor: _index3.CarbonStyleSheet.color.focus
201
+ borderColor: CarbonStyleSheet.color.focus
202
202
  }
203
203
  }),
204
204
  sizeStyle = _reactNative.StyleSheet.create({
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_checkmark","_interopRequireDefault","_index","_index2","_index3","_index4","_jsxRuntime","e","__esModule","default","Switch","exports","forwardRef","size","state","defaultValue","value","valueProp","trackColor","trackColorProp","thumbColor","thumbColorProp","motion","false","motionDefault","true","style","role","ariaChecked","onChange","onBlur","onFocus","onPress","props","forwardedRef","viewRef","useRef","ref","onChangeEffect","globalConfigContext","useContext","GlobalConfigContext","themeContext","ThemeContext","isFocused","setIsFocused","useState","valueSelf","setValueSelf","current","controlled","sharedValue","Animated","Value","useMemo","trackColor_","mapSwitchTrackColorToken","thumbColor_","mapSwitchThumbColorToken","colorScheme","blurHandler","useCallback","event","focusHandler","pressHandler","self","transformInterpolationOutputRange","ltr","sizeStyle","width","thumbSizeStyle","rtl","reverse","useEffect","timing","toValue","duration","easing","useNativeDriver","start","useImperativeHandle","Object","assign","setValue","valueParam","jsxs","PressableAnimated","FlexStyleSheet","justify_center","baseStyle","container","backgroundColor","interpolate","inputRange","interpolationRange","outputRange","baseStyleCarbon","containerReadonly","children","jsx","View","items_center","thumb","transform","translateX","IconCheckmarkAnimated","fill","mapIconAnimatedFillColor","opacity","CommonStyleSheet","absolute","focusBoxSizeStyle","focusBox","focusBoxBorderColor","StyleSheet","create","borderRadius","borderWidth","CarbonStyleSheet","borderColor","color","border_subtle_00","focus","height","small","normal","gray_10","Color","Token","toggle_off","gray_100","support_success","disabled","button_disabled","read_only","focused","icon_on_color","icon_on_color_disabled","icon_primary","Motion","Duration","fast_01","Easing","bezier","exit","productive","x1","y1","x2","y2","createAnimatedComponent","Pressable","IconCheckmark"],"sourceRoot":"../../../../src","sources":["components/switch/Switch.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_checkmark","_interopRequireDefault","_index","CarbonStyleSheet","_interopRequireWildcard","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Switch","exports","forwardRef","size","state","defaultValue","value","valueProp","trackColor","trackColorProp","thumbColor","thumbColorProp","motion","false","motionDefault","true","style","role","ariaChecked","onChange","onBlur","onFocus","onPress","props","forwardedRef","viewRef","useRef","ref","onChangeEffect","globalConfigContext","useContext","GlobalConfigContext","themeContext","ThemeContext","isFocused","setIsFocused","useState","valueSelf","setValueSelf","current","controlled","sharedValue","Animated","Value","useMemo","trackColor_","mapSwitchTrackColorToken","thumbColor_","mapSwitchThumbColorToken","colorScheme","blurHandler","useCallback","event","focusHandler","pressHandler","self","transformInterpolationOutputRange","ltr","sizeStyle","width","thumbSizeStyle","rtl","reverse","useEffect","timing","toValue","duration","easing","useNativeDriver","start","useImperativeHandle","assign","setValue","valueParam","jsxs","PressableAnimated","g","justify_center","baseStyle","container","backgroundColor","interpolate","inputRange","interpolationRange","outputRange","baseStyleCarbon","containerReadonly","children","jsx","View","items_center","thumb","transform","translateX","IconCheckmarkAnimated","fill","mapIconAnimatedFillColor","opacity","absolute","focusBoxSizeStyle","focusBox","focusBoxBorderColor","StyleSheet","create","borderRadius","borderWidth","borderColor","color","border_subtle_00","focus","height","small","normal","gray_10","Color","Token","toggle_off","gray_100","support_success","disabled","button_disabled","read_only","focused","icon_on_color","icon_on_color_disabled","icon_primary","Motion","Duration","fast_01","Easing","bezier","exit","productive","x1","y1","x2","y2","createAnimatedComponent","Pressable","IconCheckmark"],"sourceRoot":"../../../../src","sources":["components/switch/Switch.tsx"],"mappings":"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","ignoreList":[]}