@audira/carbon-react-native 0.0.1-alpha.13 → 0.0.1-alpha.15

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