@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.
- package/README.md +6 -8
- package/lib/commonjs/_carbon-react-native/index.js +8 -4
- package/lib/commonjs/_carbon-react-native/index.js.map +1 -1
- package/lib/commonjs/_style-sheet/breakpoint.js +18 -0
- package/lib/commonjs/_style-sheet/breakpoint.js.map +1 -0
- package/lib/commonjs/_style-sheet/color.js +12 -0
- package/lib/commonjs/_style-sheet/color.js.map +1 -0
- package/lib/commonjs/_style-sheet/create.js +80 -26
- package/lib/commonjs/_style-sheet/create.js.map +1 -1
- package/lib/commonjs/_style-sheet/index.js +12 -1
- package/lib/commonjs/_style-sheet/index.js.map +1 -1
- package/lib/commonjs/_style-sheet/use.js +18 -0
- package/lib/commonjs/_style-sheet/use.js.map +1 -0
- package/lib/commonjs/components/accordion/Accordion.js +74 -0
- package/lib/commonjs/components/accordion/Accordion.js.map +1 -0
- package/lib/commonjs/components/accordion/AccordionHeaderProps.js +6 -0
- package/lib/commonjs/components/accordion/AccordionHeaderProps.js.map +1 -0
- package/lib/commonjs/components/accordion/AccordionItemProps.js +6 -0
- package/lib/commonjs/components/accordion/AccordionItemProps.js.map +1 -0
- package/lib/commonjs/components/accordion/AccordionItemRef.js +6 -0
- package/lib/commonjs/components/accordion/AccordionItemRef.js.map +1 -0
- package/lib/commonjs/components/accordion/AccordionProps.js +6 -0
- package/lib/commonjs/components/accordion/AccordionProps.js.map +1 -0
- package/lib/commonjs/components/accordion/AccordionRef.js +6 -0
- package/lib/commonjs/components/accordion/AccordionRef.js.map +1 -0
- package/lib/commonjs/components/accordion/AccordionSize.js +2 -0
- package/lib/commonjs/components/accordion/AccordionSize.js.map +1 -0
- package/lib/commonjs/components/accordion/_Header.js +157 -0
- package/lib/commonjs/components/accordion/_Header.js.map +1 -0
- package/lib/commonjs/components/accordion/_HeaderBorder.js +33 -0
- package/lib/commonjs/components/accordion/_HeaderBorder.js.map +1 -0
- package/lib/commonjs/components/accordion/_Item.js +91 -0
- package/lib/commonjs/components/accordion/_Item.js.map +1 -0
- package/lib/commonjs/components/accordion/_ItemRefBase.js +2 -0
- package/lib/commonjs/components/accordion/_ItemRefBase.js.map +1 -0
- package/lib/commonjs/components/accordion/_context.js.map +1 -1
- package/lib/commonjs/components/accordion/index.js +73 -64
- package/lib/commonjs/components/accordion/index.js.map +1 -1
- package/lib/commonjs/components/button/ButtonSize.js +2 -0
- package/lib/commonjs/components/button/ButtonSize.js.map +1 -0
- package/lib/commonjs/components/button/base/Base.js +153 -0
- package/lib/commonjs/components/button/base/Base.js.map +1 -0
- package/lib/commonjs/components/button/base/BaseProps.js +6 -0
- package/lib/commonjs/components/button/base/BaseProps.js.map +1 -0
- package/lib/commonjs/components/button/base/BaseRef.js +6 -0
- package/lib/commonjs/components/button/base/BaseRef.js.map +1 -0
- package/lib/commonjs/components/button/base/index.js +29 -143
- package/lib/commonjs/components/button/base/index.js.map +1 -1
- package/lib/commonjs/components/button/base-color/BaseColor.js +156 -0
- package/lib/commonjs/components/button/base-color/BaseColor.js.map +1 -0
- package/lib/commonjs/components/button/base-color/BaseColorProps.js +6 -0
- package/lib/commonjs/components/button/base-color/BaseColorProps.js.map +1 -0
- package/lib/commonjs/components/button/base-color/BaseColorRef.js +6 -0
- package/lib/commonjs/components/button/base-color/BaseColorRef.js.map +1 -0
- package/lib/commonjs/components/button/base-color/BaseColorState.js +2 -0
- package/lib/commonjs/components/button/base-color/BaseColorState.js.map +1 -0
- package/lib/commonjs/components/button/base-color/index.js +42 -147
- package/lib/commonjs/components/button/base-color/index.js.map +1 -1
- package/lib/commonjs/components/button/ghost/Ghost.js +93 -0
- package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -0
- package/lib/commonjs/components/button/ghost/GhostProps.js +6 -0
- package/lib/commonjs/components/button/ghost/GhostProps.js.map +1 -0
- package/lib/commonjs/components/button/ghost/GhostRef.js +6 -0
- package/lib/commonjs/components/button/ghost/GhostRef.js.map +1 -0
- package/lib/commonjs/components/button/ghost/index.js +30 -83
- package/lib/commonjs/components/button/ghost/index.js.map +1 -1
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js +93 -0
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js.map +1 -0
- package/lib/commonjs/components/button/ghost-danger/GhostDangerProps.js +6 -0
- package/lib/commonjs/components/button/ghost-danger/GhostDangerProps.js.map +1 -0
- package/lib/commonjs/components/button/ghost-danger/GhostDangerRef.js +6 -0
- package/lib/commonjs/components/button/ghost-danger/GhostDangerRef.js.map +1 -0
- package/lib/commonjs/components/button/ghost-danger/index.js +30 -83
- package/lib/commonjs/components/button/ghost-danger/index.js.map +1 -1
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js +82 -0
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js.map +1 -0
- package/lib/commonjs/components/button/ghost-icon/GhostIconProps.js +6 -0
- package/lib/commonjs/components/button/ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/commonjs/components/button/ghost-icon/GhostIconRef.js +6 -0
- package/lib/commonjs/components/button/ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/commonjs/components/button/ghost-icon/index.js +31 -73
- package/lib/commonjs/components/button/ghost-icon/index.js.map +1 -1
- package/lib/commonjs/components/button/index.js +15 -15
- package/lib/commonjs/components/button/index.js.map +1 -1
- package/lib/commonjs/components/button/primary/Primary.js +75 -0
- package/lib/commonjs/components/button/primary/Primary.js.map +1 -0
- package/lib/commonjs/components/button/primary/PrimaryProps.js +6 -0
- package/lib/commonjs/components/button/primary/PrimaryProps.js.map +1 -0
- package/lib/commonjs/components/button/primary/PrimaryRef.js +6 -0
- package/lib/commonjs/components/button/primary/PrimaryRef.js.map +1 -0
- package/lib/commonjs/components/button/primary/index.js +31 -66
- package/lib/commonjs/components/button/primary/index.js.map +1 -1
- package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js +75 -0
- package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js.map +1 -0
- package/lib/commonjs/components/button/primary-danger/PrimaryDangerProps.js +6 -0
- package/lib/commonjs/components/button/primary-danger/PrimaryDangerProps.js.map +1 -0
- package/lib/commonjs/components/button/primary-danger/PrimaryDangerRef.js +6 -0
- package/lib/commonjs/components/button/primary-danger/PrimaryDangerRef.js.map +1 -0
- package/lib/commonjs/components/button/primary-danger/index.js +20 -66
- package/lib/commonjs/components/button/primary-danger/index.js.map +1 -1
- package/lib/commonjs/components/button/secondary/Secondary.js +75 -0
- package/lib/commonjs/components/button/secondary/Secondary.js.map +1 -0
- package/lib/commonjs/components/button/secondary/SecondaryProps.js +6 -0
- package/lib/commonjs/components/button/secondary/SecondaryProps.js.map +1 -0
- package/lib/commonjs/components/button/secondary/SecondaryRef.js +6 -0
- package/lib/commonjs/components/button/secondary/SecondaryRef.js.map +1 -0
- package/lib/commonjs/components/button/secondary/index.js +31 -66
- package/lib/commonjs/components/button/secondary/index.js.map +1 -1
- package/lib/commonjs/components/button/tertiary/Tertiary.js +90 -0
- package/lib/commonjs/components/button/tertiary/Tertiary.js.map +1 -0
- package/lib/commonjs/components/button/tertiary/TertiaryProps.js +6 -0
- package/lib/commonjs/components/button/tertiary/TertiaryProps.js.map +1 -0
- package/lib/commonjs/components/button/tertiary/TertiaryRef.js +6 -0
- package/lib/commonjs/components/button/tertiary/TertiaryRef.js.map +1 -0
- package/lib/commonjs/components/button/tertiary/index.js +30 -80
- package/lib/commonjs/components/button/tertiary/index.js.map +1 -1
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js +90 -0
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js.map +1 -0
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDangerProps.js +6 -0
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDangerProps.js.map +1 -0
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDangerRef.js +6 -0
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDangerRef.js.map +1 -0
- package/lib/commonjs/components/button/tertiary-danger/index.js +14 -14
- package/lib/commonjs/components/button/tertiary-danger/index.js.map +1 -1
- package/lib/commonjs/components/checkbox/Checkbox.js +110 -0
- package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -0
- package/lib/commonjs/components/checkbox/CheckboxProps.js +6 -0
- package/lib/commonjs/components/checkbox/CheckboxProps.js.map +1 -0
- package/lib/commonjs/components/checkbox/CheckboxRef.js +6 -0
- package/lib/commonjs/components/checkbox/CheckboxRef.js.map +1 -0
- package/lib/commonjs/components/checkbox/_RefBase.js +6 -0
- package/lib/commonjs/components/checkbox/_RefBase.js.map +1 -0
- package/lib/commonjs/components/checkbox/index.js +29 -107
- package/lib/commonjs/components/checkbox/index.js.map +1 -1
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +98 -0
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js.map +1 -0
- package/lib/commonjs/components/checkbox-group/CheckboxGroupHelperTextMode.js +2 -0
- package/lib/commonjs/components/checkbox-group/CheckboxGroupHelperTextMode.js.map +1 -0
- package/lib/commonjs/components/checkbox-group/CheckboxGroupProps.js +6 -0
- package/lib/commonjs/components/checkbox-group/CheckboxGroupProps.js.map +1 -0
- package/lib/commonjs/components/checkbox-group/CheckboxGroupRef.js +6 -0
- package/lib/commonjs/components/checkbox-group/CheckboxGroupRef.js.map +1 -0
- package/lib/commonjs/components/checkbox-group/index.js +38 -86
- package/lib/commonjs/components/checkbox-group/index.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js +200 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputInteractiveState.js +2 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputInteractiveState.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputProps.js +6 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputProps.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputRef.js +6 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputRef.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js +2 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/_RefBase.js +6 -0
- package/lib/commonjs/components/checkbox-input/_RefBase.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/index.js +48 -195
- package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
- package/lib/commonjs/components/collapsible/Collapsible.js +134 -0
- package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -0
- package/lib/commonjs/components/collapsible/CollapsibleProps.js +6 -0
- package/lib/commonjs/components/collapsible/CollapsibleProps.js.map +1 -0
- package/lib/commonjs/components/collapsible/CollapsibleRef.js +6 -0
- package/lib/commonjs/components/collapsible/CollapsibleRef.js.map +1 -0
- package/lib/commonjs/components/collapsible/_AnimatedViewProps.js +6 -0
- package/lib/commonjs/components/collapsible/_AnimatedViewProps.js.map +1 -0
- package/lib/commonjs/components/collapsible/_RefBase.js +2 -0
- package/lib/commonjs/components/collapsible/_RefBase.js.map +1 -0
- package/lib/commonjs/components/collapsible/index.js +29 -124
- package/lib/commonjs/components/collapsible/index.js.map +1 -1
- package/lib/commonjs/components/form-helper-text/FormHelperText.js +42 -0
- package/lib/commonjs/components/form-helper-text/FormHelperText.js.map +1 -0
- package/lib/commonjs/components/form-helper-text/FormHelperTextProps.js +6 -0
- package/lib/commonjs/components/form-helper-text/FormHelperTextProps.js.map +1 -0
- package/lib/commonjs/components/form-helper-text/FormHelperTextRef.js +6 -0
- package/lib/commonjs/components/form-helper-text/FormHelperTextRef.js.map +1 -0
- package/lib/commonjs/components/form-helper-text/index.js +31 -33
- package/lib/commonjs/components/form-helper-text/index.js.map +1 -1
- package/lib/commonjs/components/form-label/FormLabel.js +37 -0
- package/lib/commonjs/components/form-label/FormLabel.js.map +1 -0
- package/lib/commonjs/components/form-label/FormLabelProps.js +6 -0
- package/lib/commonjs/components/form-label/FormLabelProps.js.map +1 -0
- package/lib/commonjs/components/form-label/FormLabelRef.js +6 -0
- package/lib/commonjs/components/form-label/FormLabelRef.js.map +1 -0
- package/lib/commonjs/components/form-label/index.js +31 -27
- package/lib/commonjs/components/form-label/index.js.map +1 -1
- package/lib/commonjs/components/icon/Icon.js +41 -0
- package/lib/commonjs/components/icon/Icon.js.map +1 -0
- package/lib/commonjs/components/icon/IconProps.js +6 -0
- package/lib/commonjs/components/icon/IconProps.js.map +1 -0
- package/lib/commonjs/components/icon/index.js +21 -35
- package/lib/commonjs/components/icon/index.js.map +1 -1
- package/lib/commonjs/components/index.js +29 -30
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/notification/NotificationColor.js +2 -0
- package/lib/commonjs/components/notification/NotificationColor.js.map +1 -0
- package/lib/commonjs/components/notification/_VariantContextProvider.js +23 -0
- package/lib/commonjs/components/notification/_VariantContextProvider.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/_base/UseBaseData.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/_base/UseBaseData.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/_base/UseBaseProps.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/_base/UseBaseProps.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/_base/index.js +39 -0
- package/lib/commonjs/components/notification/_status-hooks/_base/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/_base/useBase.js +54 -0
- package/lib/commonjs/components/notification/_status-hooks/_base/useBase.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/error/UseErrorData.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/error/UseErrorData.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/error/UseErrorProps.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/error/UseErrorProps.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/error/index.js +31 -39
- package/lib/commonjs/components/notification/_status-hooks/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/error/useError.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/error/useError.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/UseInformationalData.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/UseInformationalData.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/UseInformationalProps.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/UseInformationalProps.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/index.js +31 -39
- package/lib/commonjs/components/notification/_status-hooks/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/informational/useInformational.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/useInformational.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/success/UseSuccessData.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/success/UseSuccessData.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/success/UseSuccessProps.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/success/UseSuccessProps.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/success/index.js +31 -39
- package/lib/commonjs/components/notification/_status-hooks/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/success/useSuccess.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/success/useSuccess.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/UseWarningData.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/UseWarningData.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/UseWarningProps.js +6 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/UseWarningProps.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/index.js +31 -39
- package/lib/commonjs/components/notification/_status-hooks/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/warning/useWarning.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/useWarning.js.map +1 -0
- package/lib/commonjs/components/notification/_variant-context.js +0 -15
- package/lib/commonjs/components/notification/_variant-context.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/_ButtonGhost.js +45 -0
- package/lib/commonjs/components/notification/_variants/_ButtonGhost.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/_ButtonTertiary.js +45 -0
- package/lib/commonjs/components/notification/_variants/_ButtonTertiary.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js +41 -0
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariantProps.js +6 -0
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariantProps.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariantRef.js +6 -0
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariantRef.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable/index.js +31 -33
- package/lib/commonjs/components/notification/_variants/actionable/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +41 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +6 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +6 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js +31 -33
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js +35 -0
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariantProps.js +6 -0
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariantProps.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariantRef.js +6 -0
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariantRef.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout/index.js +31 -27
- package/lib/commonjs/components/notification/_variants/callout/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js +35 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +6 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +6 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js +31 -27
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/toast/ToastVariant.js +63 -0
- package/lib/commonjs/components/notification/_variants/toast/ToastVariant.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/toast/ToastVariantProps.js +6 -0
- package/lib/commonjs/components/notification/_variants/toast/ToastVariantProps.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/toast/ToastVariantRef.js +6 -0
- package/lib/commonjs/components/notification/_variants/toast/ToastVariantRef.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/toast/index.js +29 -53
- package/lib/commonjs/components/notification/_variants/toast/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/error/Error.js +49 -0
- package/lib/commonjs/components/notification/actionable/error/Error.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/error/ErrorProps.js +6 -0
- package/lib/commonjs/components/notification/actionable/error/ErrorProps.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/error/ErrorRef.js +6 -0
- package/lib/commonjs/components/notification/actionable/error/ErrorRef.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/error/index.js +30 -40
- package/lib/commonjs/components/notification/actionable/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/informational/Informational.js +49 -0
- package/lib/commonjs/components/notification/actionable/informational/Informational.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/informational/InformationalProps.js +6 -0
- package/lib/commonjs/components/notification/actionable/informational/InformationalProps.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/informational/InformationalRef.js +6 -0
- package/lib/commonjs/components/notification/actionable/informational/InformationalRef.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/informational/index.js +30 -40
- package/lib/commonjs/components/notification/actionable/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/success/Success.js +49 -0
- package/lib/commonjs/components/notification/actionable/success/Success.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/success/SuccessProps.js +6 -0
- package/lib/commonjs/components/notification/actionable/success/SuccessProps.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/success/SuccessRef.js +6 -0
- package/lib/commonjs/components/notification/actionable/success/SuccessRef.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/success/index.js +30 -40
- package/lib/commonjs/components/notification/actionable/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/warning/Warning.js +49 -0
- package/lib/commonjs/components/notification/actionable/warning/Warning.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/warning/WarningProps.js +6 -0
- package/lib/commonjs/components/notification/actionable/warning/WarningProps.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/warning/WarningRef.js +6 -0
- package/lib/commonjs/components/notification/actionable/warning/WarningRef.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/warning/index.js +30 -40
- package/lib/commonjs/components/notification/actionable/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable-inline/error/Error.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/error/Error.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js +6 -0
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js +6 -0
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/error/index.js +30 -39
- package/lib/commonjs/components/notification/actionable-inline/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js +6 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js +6 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js +30 -39
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable-inline/success/Success.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/success/Success.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js +6 -0
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js +6 -0
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/success/index.js +30 -39
- package/lib/commonjs/components/notification/actionable-inline/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js +6 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js +6 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js +30 -39
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/base/Base.js +170 -0
- package/lib/commonjs/components/notification/base/Base.js.map +1 -0
- package/lib/commonjs/components/notification/base/BaseProps.js +6 -0
- package/lib/commonjs/components/notification/base/BaseProps.js.map +1 -0
- package/lib/commonjs/components/notification/base/BaseRef.js +6 -0
- package/lib/commonjs/components/notification/base/BaseRef.js.map +1 -0
- package/lib/commonjs/components/notification/base/index.js +29 -160
- package/lib/commonjs/components/notification/base/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/error/Error.js +49 -0
- package/lib/commonjs/components/notification/callout/error/Error.js.map +1 -0
- package/lib/commonjs/components/notification/callout/error/ErrorProps.js +6 -0
- package/lib/commonjs/components/notification/callout/error/ErrorProps.js.map +1 -0
- package/lib/commonjs/components/notification/callout/error/ErrorRef.js +6 -0
- package/lib/commonjs/components/notification/callout/error/ErrorRef.js.map +1 -0
- package/lib/commonjs/components/notification/callout/error/index.js +30 -40
- package/lib/commonjs/components/notification/callout/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/informational/Informational.js +49 -0
- package/lib/commonjs/components/notification/callout/informational/Informational.js.map +1 -0
- package/lib/commonjs/components/notification/callout/informational/InformationalProps.js +6 -0
- package/lib/commonjs/components/notification/callout/informational/InformationalProps.js.map +1 -0
- package/lib/commonjs/components/notification/callout/informational/InformationalRef.js +6 -0
- package/lib/commonjs/components/notification/callout/informational/InformationalRef.js.map +1 -0
- package/lib/commonjs/components/notification/callout/informational/index.js +30 -40
- package/lib/commonjs/components/notification/callout/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/success/Success.js +49 -0
- package/lib/commonjs/components/notification/callout/success/Success.js.map +1 -0
- package/lib/commonjs/components/notification/callout/success/SuccessProps.js +6 -0
- package/lib/commonjs/components/notification/callout/success/SuccessProps.js.map +1 -0
- package/lib/commonjs/components/notification/callout/success/SuccessRef.js +6 -0
- package/lib/commonjs/components/notification/callout/success/SuccessRef.js.map +1 -0
- package/lib/commonjs/components/notification/callout/success/index.js +30 -40
- package/lib/commonjs/components/notification/callout/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/warning/Warning.js +49 -0
- package/lib/commonjs/components/notification/callout/warning/Warning.js.map +1 -0
- package/lib/commonjs/components/notification/callout/warning/WarningProps.js +6 -0
- package/lib/commonjs/components/notification/callout/warning/WarningProps.js.map +1 -0
- package/lib/commonjs/components/notification/callout/warning/WarningRef.js +6 -0
- package/lib/commonjs/components/notification/callout/warning/WarningRef.js.map +1 -0
- package/lib/commonjs/components/notification/callout/warning/index.js +30 -40
- package/lib/commonjs/components/notification/callout/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout-inline/error/Error.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/error/Error.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js +6 -0
- package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js +6 -0
- package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/error/index.js +30 -39
- package/lib/commonjs/components/notification/callout-inline/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout-inline/informational/Informational.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/informational/Informational.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js +6 -0
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js +6 -0
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/informational/index.js +30 -39
- package/lib/commonjs/components/notification/callout-inline/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout-inline/success/Success.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/success/Success.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js +6 -0
- package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js +6 -0
- package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/success/index.js +30 -39
- package/lib/commonjs/components/notification/callout-inline/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout-inline/warning/Warning.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/warning/Warning.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js +6 -0
- package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js +6 -0
- package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/warning/index.js +30 -39
- package/lib/commonjs/components/notification/callout-inline/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/index.js +13 -2
- package/lib/commonjs/components/notification/index.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle/Subtitle.js +30 -0
- package/lib/commonjs/components/notification/subtitle/Subtitle.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle/SubtitleProps.js +6 -0
- package/lib/commonjs/components/notification/subtitle/SubtitleProps.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle/SubtitleRef.js +6 -0
- package/lib/commonjs/components/notification/subtitle/SubtitleRef.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle/index.js +32 -23
- package/lib/commonjs/components/notification/subtitle/index.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLink.js +30 -0
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLink.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLinkProps.js +6 -0
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLinkProps.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLinkRef.js +6 -0
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLinkRef.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle-link/index.js +32 -22
- package/lib/commonjs/components/notification/subtitle-link/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/error/Error.js +49 -0
- package/lib/commonjs/components/notification/toast/error/Error.js.map +1 -0
- package/lib/commonjs/components/notification/toast/error/ErrorProps.js +6 -0
- package/lib/commonjs/components/notification/toast/error/ErrorProps.js.map +1 -0
- package/lib/commonjs/components/notification/toast/error/ErrorRef.js +6 -0
- package/lib/commonjs/components/notification/toast/error/ErrorRef.js.map +1 -0
- package/lib/commonjs/components/notification/toast/error/index.js +30 -40
- package/lib/commonjs/components/notification/toast/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/informational/Informational.js +49 -0
- package/lib/commonjs/components/notification/toast/informational/Informational.js.map +1 -0
- package/lib/commonjs/components/notification/toast/informational/InformationalProps.js +6 -0
- package/lib/commonjs/components/notification/toast/informational/InformationalProps.js.map +1 -0
- package/lib/commonjs/components/notification/toast/informational/InformationalRef.js +6 -0
- package/lib/commonjs/components/notification/toast/informational/InformationalRef.js.map +1 -0
- package/lib/commonjs/components/notification/toast/informational/index.js +30 -40
- package/lib/commonjs/components/notification/toast/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/success/Success.js +49 -0
- package/lib/commonjs/components/notification/toast/success/Success.js.map +1 -0
- package/lib/commonjs/components/notification/toast/success/SuccessProps.js +6 -0
- package/lib/commonjs/components/notification/toast/success/SuccessProps.js.map +1 -0
- package/lib/commonjs/components/notification/toast/success/SuccessRef.js +6 -0
- package/lib/commonjs/components/notification/toast/success/SuccessRef.js.map +1 -0
- package/lib/commonjs/components/notification/toast/success/index.js +30 -40
- package/lib/commonjs/components/notification/toast/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/warning/Warning.js +49 -0
- package/lib/commonjs/components/notification/toast/warning/Warning.js.map +1 -0
- package/lib/commonjs/components/notification/toast/warning/WarningProps.js +6 -0
- package/lib/commonjs/components/notification/toast/warning/WarningProps.js.map +1 -0
- package/lib/commonjs/components/notification/toast/warning/WarningRef.js +6 -0
- package/lib/commonjs/components/notification/toast/warning/WarningRef.js.map +1 -0
- package/lib/commonjs/components/notification/toast/warning/index.js +30 -40
- package/lib/commonjs/components/notification/toast/warning/index.js.map +1 -1
- package/lib/commonjs/components/radio-button/RadioButton.js +106 -0
- package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -0
- package/lib/commonjs/components/radio-button/RadioButtonProps.js +6 -0
- package/lib/commonjs/components/radio-button/RadioButtonProps.js.map +1 -0
- package/lib/commonjs/components/radio-button/RadioButtonRef.js +6 -0
- package/lib/commonjs/components/radio-button/RadioButtonRef.js.map +1 -0
- package/lib/commonjs/components/radio-button/_RefBase.js +6 -0
- package/lib/commonjs/components/radio-button/_RefBase.js.map +1 -0
- package/lib/commonjs/components/radio-button/index.js +30 -97
- package/lib/commonjs/components/radio-button/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +142 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupHelperTextMode.js +2 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupHelperTextMode.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupItemProps.js +6 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupItemProps.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupItemRef.js +6 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupItemRef.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupProps.js +6 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupProps.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupRef.js +6 -0
- package/lib/commonjs/components/radio-button-group/RadioButtonGroupRef.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_Item.js +51 -0
- package/lib/commonjs/components/radio-button-group/_Item.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_RefBase.js +6 -0
- package/lib/commonjs/components/radio-button-group/_RefBase.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_item-context.js +2 -2
- package/lib/commonjs/components/radio-button-group/_item-context.js.map +1 -1
- package/lib/commonjs/components/radio-button-group/index.js +57 -126
- package/lib/commonjs/components/radio-button-group/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +201 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInputInteractiveState.js +2 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInputInteractiveState.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInputProps.js +6 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInputProps.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInputRef.js +6 -0
- package/lib/commonjs/components/radio-button-input/RadioButtonInputRef.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/_RefBase.js +2 -0
- package/lib/commonjs/components/radio-button-input/_RefBase.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/index.js +39 -189
- package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
- package/lib/commonjs/components/switch/Switch.js +241 -0
- package/lib/commonjs/components/switch/Switch.js.map +1 -0
- package/lib/commonjs/components/switch/SwitchProps.js +6 -0
- package/lib/commonjs/components/switch/SwitchProps.js.map +1 -0
- package/lib/commonjs/components/switch/SwitchRef.js +6 -0
- package/lib/commonjs/components/switch/SwitchRef.js.map +1 -0
- package/lib/commonjs/components/switch/SwitchSize.js +2 -0
- package/lib/commonjs/components/switch/SwitchSize.js.map +1 -0
- package/lib/commonjs/components/switch/SwitchState.js +2 -0
- package/lib/commonjs/components/switch/SwitchState.js.map +1 -0
- package/lib/commonjs/components/switch/_RefBase.js +2 -0
- package/lib/commonjs/components/switch/_RefBase.js.map +1 -0
- package/lib/commonjs/components/switch/index.js +48 -232
- package/lib/commonjs/components/switch/index.js.map +1 -1
- package/lib/commonjs/components/text/Text.js +65 -0
- package/lib/commonjs/components/text/Text.js.map +1 -0
- package/lib/commonjs/components/text/TextProps.js +6 -0
- package/lib/commonjs/components/text/TextProps.js.map +1 -0
- package/lib/commonjs/components/text/TextRef.js +6 -0
- package/lib/commonjs/components/text/TextRef.js.map +1 -0
- package/lib/commonjs/components/text/index.js +31 -57
- package/lib/commonjs/components/text/index.js.map +1 -1
- package/lib/commonjs/components/toggle/ToggleState.js +6 -0
- package/lib/commonjs/components/toggle/ToggleState.js.map +1 -0
- package/lib/commonjs/components/toggle/base/Base.js +115 -0
- package/lib/commonjs/components/toggle/base/Base.js.map +1 -0
- package/lib/commonjs/components/toggle/base/BaseProps.js +6 -0
- package/lib/commonjs/components/toggle/base/BaseProps.js.map +1 -0
- package/lib/commonjs/components/toggle/base/BaseRef.js +6 -0
- package/lib/commonjs/components/toggle/base/BaseRef.js.map +1 -0
- package/lib/commonjs/components/toggle/base/_RefBase.js +6 -0
- package/lib/commonjs/components/toggle/base/_RefBase.js.map +1 -0
- package/lib/commonjs/components/toggle/base/index.js +30 -106
- package/lib/commonjs/components/toggle/base/index.js.map +1 -1
- package/lib/commonjs/components/toggle/default/Default.js +23 -0
- package/lib/commonjs/components/toggle/default/Default.js.map +1 -0
- package/lib/commonjs/components/toggle/default/DefaultProps.js +6 -0
- package/lib/commonjs/components/toggle/default/DefaultProps.js.map +1 -0
- package/lib/commonjs/components/toggle/default/DefaultRef.js +6 -0
- package/lib/commonjs/components/toggle/default/DefaultRef.js.map +1 -0
- package/lib/commonjs/components/toggle/default/index.js +31 -15
- package/lib/commonjs/components/toggle/default/index.js.map +1 -1
- package/lib/commonjs/components/toggle/index.js +4 -4
- package/lib/commonjs/components/toggle/index.js.map +1 -1
- package/lib/commonjs/components/toggle/small/Small.js +23 -0
- package/lib/commonjs/components/toggle/small/Small.js.map +1 -0
- package/lib/commonjs/components/toggle/small/SmallProps.js +6 -0
- package/lib/commonjs/components/toggle/small/SmallProps.js.map +1 -0
- package/lib/commonjs/components/toggle/small/SmallRef.js +6 -0
- package/lib/commonjs/components/toggle/small/SmallRef.js.map +1 -0
- package/lib/commonjs/components/toggle/small/index.js +31 -15
- package/lib/commonjs/components/toggle/small/index.js.map +1 -1
- package/lib/commonjs/contexts/breakpoint/BreakpointContext.js +9 -0
- package/lib/commonjs/contexts/breakpoint/BreakpointContext.js.map +1 -0
- package/lib/commonjs/contexts/breakpoint/index.js +17 -0
- package/lib/commonjs/contexts/breakpoint/index.js.map +1 -0
- package/lib/commonjs/contexts/global-config/GlobalConfigContext.js +13 -0
- package/lib/commonjs/contexts/global-config/GlobalConfigContext.js.map +1 -0
- package/lib/commonjs/contexts/global-config/index.js +10 -6
- package/lib/commonjs/contexts/global-config/index.js.map +1 -1
- package/lib/commonjs/contexts/index.js +41 -18
- package/lib/commonjs/contexts/index.js.map +1 -1
- package/lib/commonjs/contexts/theme/ThemeContext.js +14 -0
- package/lib/commonjs/contexts/theme/ThemeContext.js.map +1 -0
- package/lib/commonjs/contexts/theme/index.js +10 -7
- package/lib/commonjs/contexts/theme/index.js.map +1 -1
- package/lib/commonjs/contexts/toast/ToastContext.js +16 -0
- package/lib/commonjs/contexts/toast/ToastContext.js.map +1 -0
- package/lib/commonjs/contexts/toast/ToastContextShowConfig.js +2 -0
- package/lib/commonjs/contexts/toast/ToastContextShowConfig.js.map +1 -0
- package/lib/commonjs/contexts/toast/index.js +21 -9
- package/lib/commonjs/contexts/toast/index.js.map +1 -1
- package/lib/commonjs/globals/breakpoint/index.js +15 -0
- package/lib/commonjs/globals/breakpoint/index.js.map +1 -0
- package/lib/commonjs/globals/index.js +4 -3
- package/lib/commonjs/globals/index.js.map +1 -1
- package/lib/commonjs/helpers/index.js +1 -2
- package/lib/commonjs/helpers/index.js.map +1 -1
- package/lib/commonjs/hooks/breakpoint/index.js +17 -0
- package/lib/commonjs/hooks/breakpoint/index.js.map +1 -0
- package/lib/commonjs/hooks/breakpoint/use.js +19 -0
- package/lib/commonjs/hooks/breakpoint/use.js.map +1 -0
- package/lib/commonjs/hooks/index.js +10 -0
- package/lib/commonjs/hooks/index.js.map +1 -0
- package/lib/commonjs/providers/breakpoint/BreakpointProvider.js +23 -0
- package/lib/commonjs/providers/breakpoint/BreakpointProvider.js.map +1 -0
- package/lib/commonjs/providers/breakpoint/BreakpointProviderProps.js +2 -0
- package/lib/commonjs/providers/breakpoint/BreakpointProviderProps.js.map +1 -0
- package/lib/commonjs/providers/breakpoint/index.js +28 -0
- package/lib/commonjs/providers/breakpoint/index.js.map +1 -0
- package/lib/commonjs/providers/global-config/GlobalConfigProvider.js +24 -0
- package/lib/commonjs/providers/global-config/GlobalConfigProvider.js.map +1 -0
- package/lib/commonjs/providers/global-config/GlobalConfigProviderProps.js +6 -0
- package/lib/commonjs/providers/global-config/GlobalConfigProviderProps.js.map +1 -0
- package/lib/commonjs/providers/global-config/index.js +21 -17
- package/lib/commonjs/providers/global-config/index.js.map +1 -1
- package/lib/commonjs/providers/index.js +10 -20
- package/lib/commonjs/providers/index.js.map +1 -1
- package/lib/commonjs/providers/theme/ThemeProvider.js +31 -0
- package/lib/commonjs/providers/theme/ThemeProvider.js.map +1 -0
- package/lib/commonjs/providers/theme/ThemeProviderProps.js +6 -0
- package/lib/commonjs/providers/theme/ThemeProviderProps.js.map +1 -0
- package/lib/commonjs/providers/theme/index.js +21 -24
- package/lib/commonjs/providers/theme/index.js.map +1 -1
- package/lib/commonjs/providers/toast/ToastProvider.js +37 -0
- package/lib/commonjs/providers/toast/ToastProvider.js.map +1 -0
- package/lib/commonjs/providers/toast/ToastProviderProps.js +2 -0
- package/lib/commonjs/providers/toast/ToastProviderProps.js.map +1 -0
- package/lib/commonjs/providers/toast/ToastRef.js +6 -0
- package/lib/commonjs/providers/toast/ToastRef.js.map +1 -0
- package/lib/commonjs/providers/toast/_overlay/index.js +7 -6
- package/lib/commonjs/providers/toast/_overlay/index.js.map +1 -1
- package/lib/commonjs/providers/toast/index.js +31 -29
- package/lib/commonjs/providers/toast/index.js.map +1 -1
- package/lib/module/_carbon-react-native/index.js +6 -2
- package/lib/module/_carbon-react-native/index.js.map +1 -1
- package/lib/module/_style-sheet/breakpoint.js +14 -0
- package/lib/module/_style-sheet/breakpoint.js.map +1 -0
- package/lib/module/_style-sheet/color.js +8 -0
- package/lib/module/_style-sheet/color.js.map +1 -0
- package/lib/module/_style-sheet/create.js +81 -27
- package/lib/module/_style-sheet/create.js.map +1 -1
- package/lib/module/_style-sheet/index.js +12 -1
- package/lib/module/_style-sheet/index.js.map +1 -1
- package/lib/module/_style-sheet/use.js +14 -0
- package/lib/module/_style-sheet/use.js.map +1 -0
- package/lib/module/components/accordion/Accordion.js +70 -0
- package/lib/module/components/accordion/Accordion.js.map +1 -0
- package/lib/module/components/accordion/AccordionHeaderProps.js +4 -0
- package/lib/module/components/accordion/AccordionHeaderProps.js.map +1 -0
- package/lib/module/components/accordion/AccordionItemProps.js +4 -0
- package/lib/module/components/accordion/AccordionItemProps.js.map +1 -0
- package/lib/module/components/accordion/AccordionItemRef.js +4 -0
- package/lib/module/components/accordion/AccordionItemRef.js.map +1 -0
- package/lib/module/components/accordion/AccordionProps.js +4 -0
- package/lib/module/components/accordion/AccordionProps.js.map +1 -0
- package/lib/module/components/accordion/AccordionRef.js +4 -0
- package/lib/module/components/accordion/AccordionRef.js.map +1 -0
- package/lib/module/components/accordion/AccordionSize.js +2 -0
- package/lib/module/components/accordion/AccordionSize.js.map +1 -0
- package/lib/module/components/accordion/_Header.js +151 -0
- package/lib/module/components/accordion/_Header.js.map +1 -0
- package/lib/module/components/accordion/_HeaderBorder.js +29 -0
- package/lib/module/components/accordion/_HeaderBorder.js.map +1 -0
- package/lib/module/components/accordion/_Item.js +87 -0
- package/lib/module/components/accordion/_Item.js.map +1 -0
- package/lib/module/components/accordion/_ItemRefBase.js +2 -0
- package/lib/module/components/accordion/_ItemRefBase.js.map +1 -0
- package/lib/module/components/accordion/_context.js.map +1 -1
- package/lib/module/components/accordion/index.js +7 -67
- package/lib/module/components/accordion/index.js.map +1 -1
- package/lib/module/components/button/ButtonSize.js +2 -0
- package/lib/module/components/button/ButtonSize.js.map +1 -0
- package/lib/module/components/button/base/Base.js +149 -0
- package/lib/module/components/button/base/Base.js.map +1 -0
- package/lib/module/components/button/base/BaseProps.js +4 -0
- package/lib/module/components/button/base/BaseProps.js.map +1 -0
- package/lib/module/components/button/base/BaseRef.js +4 -0
- package/lib/module/components/button/base/BaseRef.js.map +1 -0
- package/lib/module/components/button/base/index.js +3 -146
- package/lib/module/components/button/base/index.js.map +1 -1
- package/lib/module/components/button/base-color/BaseColor.js +152 -0
- package/lib/module/components/button/base-color/BaseColor.js.map +1 -0
- package/lib/module/components/button/base-color/BaseColorProps.js +4 -0
- package/lib/module/components/button/base-color/BaseColorProps.js.map +1 -0
- package/lib/module/components/button/base-color/BaseColorRef.js +4 -0
- package/lib/module/components/button/base-color/BaseColorRef.js.map +1 -0
- package/lib/module/components/button/base-color/BaseColorState.js +2 -0
- package/lib/module/components/button/base-color/BaseColorState.js.map +1 -0
- package/lib/module/components/button/base-color/index.js +4 -148
- package/lib/module/components/button/base-color/index.js.map +1 -1
- package/lib/module/components/button/ghost/Ghost.js +89 -0
- package/lib/module/components/button/ghost/Ghost.js.map +1 -0
- package/lib/module/components/button/ghost/GhostProps.js +4 -0
- package/lib/module/components/button/ghost/GhostProps.js.map +1 -0
- package/lib/module/components/button/ghost/GhostRef.js +4 -0
- package/lib/module/components/button/ghost/GhostRef.js.map +1 -0
- package/lib/module/components/button/ghost/index.js +3 -85
- package/lib/module/components/button/ghost/index.js.map +1 -1
- package/lib/module/components/button/ghost-danger/GhostDanger.js +89 -0
- package/lib/module/components/button/ghost-danger/GhostDanger.js.map +1 -0
- package/lib/module/components/button/ghost-danger/GhostDangerProps.js +4 -0
- package/lib/module/components/button/ghost-danger/GhostDangerProps.js.map +1 -0
- package/lib/module/components/button/ghost-danger/GhostDangerRef.js +4 -0
- package/lib/module/components/button/ghost-danger/GhostDangerRef.js.map +1 -0
- package/lib/module/components/button/ghost-danger/index.js +3 -85
- package/lib/module/components/button/ghost-danger/index.js.map +1 -1
- package/lib/module/components/button/ghost-icon/GhostIcon.js +78 -0
- package/lib/module/components/button/ghost-icon/GhostIcon.js.map +1 -0
- package/lib/module/components/button/ghost-icon/GhostIconProps.js +4 -0
- package/lib/module/components/button/ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/module/components/button/ghost-icon/GhostIconRef.js +4 -0
- package/lib/module/components/button/ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/module/components/button/ghost-icon/index.js +3 -74
- package/lib/module/components/button/ghost-icon/index.js.map +1 -1
- package/lib/module/components/button/index.js +1 -1
- package/lib/module/components/button/index.js.map +1 -1
- package/lib/module/components/button/primary/Primary.js +71 -0
- package/lib/module/components/button/primary/Primary.js.map +1 -0
- package/lib/module/components/button/primary/PrimaryProps.js +4 -0
- package/lib/module/components/button/primary/PrimaryProps.js.map +1 -0
- package/lib/module/components/button/primary/PrimaryRef.js +4 -0
- package/lib/module/components/button/primary/PrimaryRef.js.map +1 -0
- package/lib/module/components/button/primary/index.js +3 -67
- package/lib/module/components/button/primary/index.js.map +1 -1
- package/lib/module/components/button/primary-danger/PrimaryDanger.js +71 -0
- package/lib/module/components/button/primary-danger/PrimaryDanger.js.map +1 -0
- package/lib/module/components/button/primary-danger/PrimaryDangerProps.js +4 -0
- package/lib/module/components/button/primary-danger/PrimaryDangerProps.js.map +1 -0
- package/lib/module/components/button/primary-danger/PrimaryDangerRef.js +4 -0
- package/lib/module/components/button/primary-danger/PrimaryDangerRef.js.map +1 -0
- package/lib/module/components/button/primary-danger/index.js +3 -67
- package/lib/module/components/button/primary-danger/index.js.map +1 -1
- package/lib/module/components/button/secondary/Secondary.js +71 -0
- package/lib/module/components/button/secondary/Secondary.js.map +1 -0
- package/lib/module/components/button/secondary/SecondaryProps.js +4 -0
- package/lib/module/components/button/secondary/SecondaryProps.js.map +1 -0
- package/lib/module/components/button/secondary/SecondaryRef.js +4 -0
- package/lib/module/components/button/secondary/SecondaryRef.js.map +1 -0
- package/lib/module/components/button/secondary/index.js +3 -67
- package/lib/module/components/button/secondary/index.js.map +1 -1
- package/lib/module/components/button/tertiary/Tertiary.js +86 -0
- package/lib/module/components/button/tertiary/Tertiary.js.map +1 -0
- package/lib/module/components/button/tertiary/TertiaryProps.js +4 -0
- package/lib/module/components/button/tertiary/TertiaryProps.js.map +1 -0
- package/lib/module/components/button/tertiary/TertiaryRef.js +4 -0
- package/lib/module/components/button/tertiary/TertiaryRef.js.map +1 -0
- package/lib/module/components/button/tertiary/index.js +3 -82
- package/lib/module/components/button/tertiary/index.js.map +1 -1
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js +86 -0
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js.map +1 -0
- package/lib/module/components/button/tertiary-danger/TertiaryDangerProps.js +4 -0
- package/lib/module/components/button/tertiary-danger/TertiaryDangerProps.js.map +1 -0
- package/lib/module/components/button/tertiary-danger/TertiaryDangerRef.js +4 -0
- package/lib/module/components/button/tertiary-danger/TertiaryDangerRef.js.map +1 -0
- package/lib/module/components/button/tertiary-danger/index.js +15 -15
- package/lib/module/components/button/tertiary-danger/index.js.map +1 -1
- package/lib/module/components/checkbox/Checkbox.js +106 -0
- package/lib/module/components/checkbox/Checkbox.js.map +1 -0
- package/lib/module/components/checkbox/CheckboxProps.js +4 -0
- package/lib/module/components/checkbox/CheckboxProps.js.map +1 -0
- package/lib/module/components/checkbox/CheckboxRef.js +4 -0
- package/lib/module/components/checkbox/CheckboxRef.js.map +1 -0
- package/lib/module/components/checkbox/_RefBase.js +4 -0
- package/lib/module/components/checkbox/_RefBase.js.map +1 -0
- package/lib/module/components/checkbox/index.js +3 -110
- package/lib/module/components/checkbox/index.js.map +1 -1
- package/lib/module/components/checkbox-group/CheckboxGroup.js +93 -0
- package/lib/module/components/checkbox-group/CheckboxGroup.js.map +1 -0
- package/lib/module/components/checkbox-group/CheckboxGroupHelperTextMode.js +2 -0
- package/lib/module/components/checkbox-group/CheckboxGroupHelperTextMode.js.map +1 -0
- package/lib/module/components/checkbox-group/CheckboxGroupProps.js +4 -0
- package/lib/module/components/checkbox-group/CheckboxGroupProps.js.map +1 -0
- package/lib/module/components/checkbox-group/CheckboxGroupRef.js +4 -0
- package/lib/module/components/checkbox-group/CheckboxGroupRef.js.map +1 -0
- package/lib/module/components/checkbox-group/index.js +4 -90
- package/lib/module/components/checkbox-group/index.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInput.js +195 -0
- package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -0
- package/lib/module/components/checkbox-input/CheckboxInputInteractiveState.js +2 -0
- package/lib/module/components/checkbox-input/CheckboxInputInteractiveState.js.map +1 -0
- package/lib/module/components/checkbox-input/CheckboxInputProps.js +4 -0
- package/lib/module/components/checkbox-input/CheckboxInputProps.js.map +1 -0
- package/lib/module/components/checkbox-input/CheckboxInputRef.js +4 -0
- package/lib/module/components/checkbox-input/CheckboxInputRef.js.map +1 -0
- package/lib/module/components/checkbox-input/CheckboxInputValue.js +2 -0
- package/lib/module/components/checkbox-input/CheckboxInputValue.js.map +1 -0
- package/lib/module/components/checkbox-input/_RefBase.js +4 -0
- package/lib/module/components/checkbox-input/_RefBase.js.map +1 -0
- package/lib/module/components/checkbox-input/index.js +5 -200
- package/lib/module/components/checkbox-input/index.js.map +1 -1
- package/lib/module/components/collapsible/Collapsible.js +129 -0
- package/lib/module/components/collapsible/Collapsible.js.map +1 -0
- package/lib/module/components/collapsible/CollapsibleProps.js +4 -0
- package/lib/module/components/collapsible/CollapsibleProps.js.map +1 -0
- package/lib/module/components/collapsible/CollapsibleRef.js +4 -0
- package/lib/module/components/collapsible/CollapsibleRef.js.map +1 -0
- package/lib/module/components/collapsible/_AnimatedViewProps.js +4 -0
- package/lib/module/components/collapsible/_AnimatedViewProps.js.map +1 -0
- package/lib/module/components/collapsible/_RefBase.js +2 -0
- package/lib/module/components/collapsible/_RefBase.js.map +1 -0
- package/lib/module/components/collapsible/index.js +3 -125
- package/lib/module/components/collapsible/index.js.map +1 -1
- package/lib/module/components/form-helper-text/FormHelperText.js +38 -0
- package/lib/module/components/form-helper-text/FormHelperText.js.map +1 -0
- package/lib/module/components/form-helper-text/FormHelperTextProps.js +4 -0
- package/lib/module/components/form-helper-text/FormHelperTextProps.js.map +1 -0
- package/lib/module/components/form-helper-text/FormHelperTextRef.js +4 -0
- package/lib/module/components/form-helper-text/FormHelperTextRef.js.map +1 -0
- package/lib/module/components/form-helper-text/index.js +3 -34
- package/lib/module/components/form-helper-text/index.js.map +1 -1
- package/lib/module/components/form-label/FormLabel.js +33 -0
- package/lib/module/components/form-label/FormLabel.js.map +1 -0
- package/lib/module/components/form-label/FormLabelProps.js +4 -0
- package/lib/module/components/form-label/FormLabelProps.js.map +1 -0
- package/lib/module/components/form-label/FormLabelRef.js +4 -0
- package/lib/module/components/form-label/FormLabelRef.js.map +1 -0
- package/lib/module/components/form-label/index.js +3 -28
- package/lib/module/components/form-label/index.js.map +1 -1
- package/lib/module/components/icon/Icon.js +35 -0
- package/lib/module/components/icon/Icon.js.map +1 -0
- package/lib/module/components/icon/IconProps.js +4 -0
- package/lib/module/components/icon/IconProps.js.map +1 -0
- package/lib/module/components/icon/index.js +2 -32
- package/lib/module/components/icon/index.js.map +1 -1
- package/lib/module/components/notification/NotificationColor.js +2 -0
- package/lib/module/components/notification/NotificationColor.js.map +1 -0
- package/lib/module/components/notification/_VariantContextProvider.js +19 -0
- package/lib/module/components/notification/_VariantContextProvider.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/_base/UseBaseData.js +4 -0
- package/lib/module/components/notification/_status-hooks/_base/UseBaseData.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/_base/UseBaseProps.js +4 -0
- package/lib/module/components/notification/_status-hooks/_base/UseBaseProps.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/_base/index.js +6 -0
- package/lib/module/components/notification/_status-hooks/_base/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/_base/useBase.js +50 -0
- package/lib/module/components/notification/_status-hooks/_base/useBase.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/error/UseErrorData.js +4 -0
- package/lib/module/components/notification/_status-hooks/error/UseErrorData.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/error/UseErrorProps.js +4 -0
- package/lib/module/components/notification/_status-hooks/error/UseErrorProps.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/error/index.js +3 -39
- package/lib/module/components/notification/_status-hooks/error/index.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/error/useError.js +42 -0
- package/lib/module/components/notification/_status-hooks/error/useError.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/informational/UseInformationalData.js +4 -0
- package/lib/module/components/notification/_status-hooks/informational/UseInformationalData.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/informational/UseInformationalProps.js +4 -0
- package/lib/module/components/notification/_status-hooks/informational/UseInformationalProps.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/informational/index.js +3 -39
- package/lib/module/components/notification/_status-hooks/informational/index.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/informational/useInformational.js +42 -0
- package/lib/module/components/notification/_status-hooks/informational/useInformational.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/success/UseSuccessData.js +4 -0
- package/lib/module/components/notification/_status-hooks/success/UseSuccessData.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/success/UseSuccessProps.js +4 -0
- package/lib/module/components/notification/_status-hooks/success/UseSuccessProps.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/success/index.js +3 -39
- package/lib/module/components/notification/_status-hooks/success/index.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/success/useSuccess.js +42 -0
- package/lib/module/components/notification/_status-hooks/success/useSuccess.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/warning/UseWarningData.js +4 -0
- package/lib/module/components/notification/_status-hooks/warning/UseWarningData.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/warning/UseWarningProps.js +4 -0
- package/lib/module/components/notification/_status-hooks/warning/UseWarningProps.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/warning/index.js +3 -39
- package/lib/module/components/notification/_status-hooks/warning/index.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/warning/useWarning.js +42 -0
- package/lib/module/components/notification/_status-hooks/warning/useWarning.js.map +1 -0
- package/lib/module/components/notification/_variant-context.js +1 -15
- package/lib/module/components/notification/_variant-context.js.map +1 -1
- package/lib/module/components/notification/_variants/_ButtonGhost.js +41 -0
- package/lib/module/components/notification/_variants/_ButtonGhost.js.map +1 -0
- package/lib/module/components/notification/_variants/_ButtonTertiary.js +41 -0
- package/lib/module/components/notification/_variants/_ButtonTertiary.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable/ActionableVariant.js +37 -0
- package/lib/module/components/notification/_variants/actionable/ActionableVariant.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable/ActionableVariantProps.js +4 -0
- package/lib/module/components/notification/_variants/actionable/ActionableVariantProps.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable/ActionableVariantRef.js +4 -0
- package/lib/module/components/notification/_variants/actionable/ActionableVariantRef.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable/index.js +3 -34
- package/lib/module/components/notification/_variants/actionable/index.js.map +1 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +37 -0
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +4 -0
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +4 -0
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable-inline/index.js +3 -34
- package/lib/module/components/notification/_variants/actionable-inline/index.js.map +1 -1
- package/lib/module/components/notification/_variants/callout/CalloutVariant.js +31 -0
- package/lib/module/components/notification/_variants/callout/CalloutVariant.js.map +1 -0
- package/lib/module/components/notification/_variants/callout/CalloutVariantProps.js +4 -0
- package/lib/module/components/notification/_variants/callout/CalloutVariantProps.js.map +1 -0
- package/lib/module/components/notification/_variants/callout/CalloutVariantRef.js +4 -0
- package/lib/module/components/notification/_variants/callout/CalloutVariantRef.js.map +1 -0
- package/lib/module/components/notification/_variants/callout/index.js +3 -28
- package/lib/module/components/notification/_variants/callout/index.js.map +1 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js +31 -0
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +1 -0
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +4 -0
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +1 -0
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +4 -0
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +1 -0
- package/lib/module/components/notification/_variants/callout-inline/index.js +3 -28
- package/lib/module/components/notification/_variants/callout-inline/index.js.map +1 -1
- package/lib/module/components/notification/_variants/toast/ToastVariant.js +59 -0
- package/lib/module/components/notification/_variants/toast/ToastVariant.js.map +1 -0
- package/lib/module/components/notification/_variants/toast/ToastVariantProps.js +4 -0
- package/lib/module/components/notification/_variants/toast/ToastVariantProps.js.map +1 -0
- package/lib/module/components/notification/_variants/toast/ToastVariantRef.js +4 -0
- package/lib/module/components/notification/_variants/toast/ToastVariantRef.js.map +1 -0
- package/lib/module/components/notification/_variants/toast/index.js +3 -56
- package/lib/module/components/notification/_variants/toast/index.js.map +1 -1
- package/lib/module/components/notification/actionable/error/Error.js +45 -0
- package/lib/module/components/notification/actionable/error/Error.js.map +1 -0
- package/lib/module/components/notification/actionable/error/ErrorProps.js +4 -0
- package/lib/module/components/notification/actionable/error/ErrorProps.js.map +1 -0
- package/lib/module/components/notification/actionable/error/ErrorRef.js +4 -0
- package/lib/module/components/notification/actionable/error/ErrorRef.js.map +1 -0
- package/lib/module/components/notification/actionable/error/index.js +3 -42
- package/lib/module/components/notification/actionable/error/index.js.map +1 -1
- package/lib/module/components/notification/actionable/informational/Informational.js +45 -0
- package/lib/module/components/notification/actionable/informational/Informational.js.map +1 -0
- package/lib/module/components/notification/actionable/informational/InformationalProps.js +4 -0
- package/lib/module/components/notification/actionable/informational/InformationalProps.js.map +1 -0
- package/lib/module/components/notification/actionable/informational/InformationalRef.js +4 -0
- package/lib/module/components/notification/actionable/informational/InformationalRef.js.map +1 -0
- package/lib/module/components/notification/actionable/informational/index.js +3 -42
- package/lib/module/components/notification/actionable/informational/index.js.map +1 -1
- package/lib/module/components/notification/actionable/success/Success.js +45 -0
- package/lib/module/components/notification/actionable/success/Success.js.map +1 -0
- package/lib/module/components/notification/actionable/success/SuccessProps.js +4 -0
- package/lib/module/components/notification/actionable/success/SuccessProps.js.map +1 -0
- package/lib/module/components/notification/actionable/success/SuccessRef.js +4 -0
- package/lib/module/components/notification/actionable/success/SuccessRef.js.map +1 -0
- package/lib/module/components/notification/actionable/success/index.js +3 -42
- package/lib/module/components/notification/actionable/success/index.js.map +1 -1
- package/lib/module/components/notification/actionable/warning/Warning.js +45 -0
- package/lib/module/components/notification/actionable/warning/Warning.js.map +1 -0
- package/lib/module/components/notification/actionable/warning/WarningProps.js +4 -0
- package/lib/module/components/notification/actionable/warning/WarningProps.js.map +1 -0
- package/lib/module/components/notification/actionable/warning/WarningRef.js +4 -0
- package/lib/module/components/notification/actionable/warning/WarningRef.js.map +1 -0
- package/lib/module/components/notification/actionable/warning/index.js +3 -42
- package/lib/module/components/notification/actionable/warning/index.js.map +1 -1
- package/lib/module/components/notification/actionable-inline/error/Error.js +44 -0
- package/lib/module/components/notification/actionable-inline/error/Error.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/error/ErrorProps.js +4 -0
- package/lib/module/components/notification/actionable-inline/error/ErrorProps.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/error/ErrorRef.js +4 -0
- package/lib/module/components/notification/actionable-inline/error/ErrorRef.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/error/index.js +3 -41
- package/lib/module/components/notification/actionable-inline/error/index.js.map +1 -1
- package/lib/module/components/notification/actionable-inline/informational/Informational.js +44 -0
- package/lib/module/components/notification/actionable-inline/informational/Informational.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js +4 -0
- package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js +4 -0
- package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/informational/index.js +3 -41
- package/lib/module/components/notification/actionable-inline/informational/index.js.map +1 -1
- package/lib/module/components/notification/actionable-inline/success/Success.js +44 -0
- package/lib/module/components/notification/actionable-inline/success/Success.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/success/SuccessProps.js +4 -0
- package/lib/module/components/notification/actionable-inline/success/SuccessProps.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/success/SuccessRef.js +4 -0
- package/lib/module/components/notification/actionable-inline/success/SuccessRef.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/success/index.js +3 -41
- package/lib/module/components/notification/actionable-inline/success/index.js.map +1 -1
- package/lib/module/components/notification/actionable-inline/warning/Warning.js +44 -0
- package/lib/module/components/notification/actionable-inline/warning/Warning.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/warning/WarningProps.js +4 -0
- package/lib/module/components/notification/actionable-inline/warning/WarningProps.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/warning/WarningRef.js +4 -0
- package/lib/module/components/notification/actionable-inline/warning/WarningRef.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/warning/index.js +3 -41
- package/lib/module/components/notification/actionable-inline/warning/index.js.map +1 -1
- package/lib/module/components/notification/base/Base.js +165 -0
- package/lib/module/components/notification/base/Base.js.map +1 -0
- package/lib/module/components/notification/base/BaseProps.js +4 -0
- package/lib/module/components/notification/base/BaseProps.js.map +1 -0
- package/lib/module/components/notification/base/BaseRef.js +4 -0
- package/lib/module/components/notification/base/BaseRef.js.map +1 -0
- package/lib/module/components/notification/base/index.js +3 -162
- package/lib/module/components/notification/base/index.js.map +1 -1
- package/lib/module/components/notification/callout/error/Error.js +45 -0
- package/lib/module/components/notification/callout/error/Error.js.map +1 -0
- package/lib/module/components/notification/callout/error/ErrorProps.js +4 -0
- package/lib/module/components/notification/callout/error/ErrorProps.js.map +1 -0
- package/lib/module/components/notification/callout/error/ErrorRef.js +4 -0
- package/lib/module/components/notification/callout/error/ErrorRef.js.map +1 -0
- package/lib/module/components/notification/callout/error/index.js +3 -42
- package/lib/module/components/notification/callout/error/index.js.map +1 -1
- package/lib/module/components/notification/callout/informational/Informational.js +45 -0
- package/lib/module/components/notification/callout/informational/Informational.js.map +1 -0
- package/lib/module/components/notification/callout/informational/InformationalProps.js +4 -0
- package/lib/module/components/notification/callout/informational/InformationalProps.js.map +1 -0
- package/lib/module/components/notification/callout/informational/InformationalRef.js +4 -0
- package/lib/module/components/notification/callout/informational/InformationalRef.js.map +1 -0
- package/lib/module/components/notification/callout/informational/index.js +3 -42
- package/lib/module/components/notification/callout/informational/index.js.map +1 -1
- package/lib/module/components/notification/callout/success/Success.js +45 -0
- package/lib/module/components/notification/callout/success/Success.js.map +1 -0
- package/lib/module/components/notification/callout/success/SuccessProps.js +4 -0
- package/lib/module/components/notification/callout/success/SuccessProps.js.map +1 -0
- package/lib/module/components/notification/callout/success/SuccessRef.js +4 -0
- package/lib/module/components/notification/callout/success/SuccessRef.js.map +1 -0
- package/lib/module/components/notification/callout/success/index.js +3 -42
- package/lib/module/components/notification/callout/success/index.js.map +1 -1
- package/lib/module/components/notification/callout/warning/Warning.js +45 -0
- package/lib/module/components/notification/callout/warning/Warning.js.map +1 -0
- package/lib/module/components/notification/callout/warning/WarningProps.js +4 -0
- package/lib/module/components/notification/callout/warning/WarningProps.js.map +1 -0
- package/lib/module/components/notification/callout/warning/WarningRef.js +4 -0
- package/lib/module/components/notification/callout/warning/WarningRef.js.map +1 -0
- package/lib/module/components/notification/callout/warning/index.js +3 -42
- package/lib/module/components/notification/callout/warning/index.js.map +1 -1
- package/lib/module/components/notification/callout-inline/error/Error.js +44 -0
- package/lib/module/components/notification/callout-inline/error/Error.js.map +1 -0
- package/lib/module/components/notification/callout-inline/error/ErrorProps.js +4 -0
- package/lib/module/components/notification/callout-inline/error/ErrorProps.js.map +1 -0
- package/lib/module/components/notification/callout-inline/error/ErrorRef.js +4 -0
- package/lib/module/components/notification/callout-inline/error/ErrorRef.js.map +1 -0
- package/lib/module/components/notification/callout-inline/error/index.js +3 -41
- package/lib/module/components/notification/callout-inline/error/index.js.map +1 -1
- package/lib/module/components/notification/callout-inline/informational/Informational.js +44 -0
- package/lib/module/components/notification/callout-inline/informational/Informational.js.map +1 -0
- package/lib/module/components/notification/callout-inline/informational/InformationalProps.js +4 -0
- package/lib/module/components/notification/callout-inline/informational/InformationalProps.js.map +1 -0
- package/lib/module/components/notification/callout-inline/informational/InformationalRef.js +4 -0
- package/lib/module/components/notification/callout-inline/informational/InformationalRef.js.map +1 -0
- package/lib/module/components/notification/callout-inline/informational/index.js +3 -41
- package/lib/module/components/notification/callout-inline/informational/index.js.map +1 -1
- package/lib/module/components/notification/callout-inline/success/Success.js +44 -0
- package/lib/module/components/notification/callout-inline/success/Success.js.map +1 -0
- package/lib/module/components/notification/callout-inline/success/SuccessProps.js +4 -0
- package/lib/module/components/notification/callout-inline/success/SuccessProps.js.map +1 -0
- package/lib/module/components/notification/callout-inline/success/SuccessRef.js +4 -0
- package/lib/module/components/notification/callout-inline/success/SuccessRef.js.map +1 -0
- package/lib/module/components/notification/callout-inline/success/index.js +3 -41
- package/lib/module/components/notification/callout-inline/success/index.js.map +1 -1
- package/lib/module/components/notification/callout-inline/warning/Warning.js +44 -0
- package/lib/module/components/notification/callout-inline/warning/Warning.js.map +1 -0
- package/lib/module/components/notification/callout-inline/warning/WarningProps.js +4 -0
- package/lib/module/components/notification/callout-inline/warning/WarningProps.js.map +1 -0
- package/lib/module/components/notification/callout-inline/warning/WarningRef.js +4 -0
- package/lib/module/components/notification/callout-inline/warning/WarningRef.js.map +1 -0
- package/lib/module/components/notification/callout-inline/warning/index.js +3 -41
- package/lib/module/components/notification/callout-inline/warning/index.js.map +1 -1
- package/lib/module/components/notification/index.js +1 -0
- package/lib/module/components/notification/index.js.map +1 -1
- package/lib/module/components/notification/subtitle/Subtitle.js +26 -0
- package/lib/module/components/notification/subtitle/Subtitle.js.map +1 -0
- package/lib/module/components/notification/subtitle/SubtitleProps.js +4 -0
- package/lib/module/components/notification/subtitle/SubtitleProps.js.map +1 -0
- package/lib/module/components/notification/subtitle/SubtitleRef.js +4 -0
- package/lib/module/components/notification/subtitle/SubtitleRef.js.map +1 -0
- package/lib/module/components/notification/subtitle/index.js +3 -23
- package/lib/module/components/notification/subtitle/index.js.map +1 -1
- package/lib/module/components/notification/subtitle-link/SubtitleLink.js +26 -0
- package/lib/module/components/notification/subtitle-link/SubtitleLink.js.map +1 -0
- package/lib/module/components/notification/subtitle-link/SubtitleLinkProps.js +4 -0
- package/lib/module/components/notification/subtitle-link/SubtitleLinkProps.js.map +1 -0
- package/lib/module/components/notification/subtitle-link/SubtitleLinkRef.js +4 -0
- package/lib/module/components/notification/subtitle-link/SubtitleLinkRef.js.map +1 -0
- package/lib/module/components/notification/subtitle-link/index.js +3 -22
- package/lib/module/components/notification/subtitle-link/index.js.map +1 -1
- package/lib/module/components/notification/toast/error/Error.js +45 -0
- package/lib/module/components/notification/toast/error/Error.js.map +1 -0
- package/lib/module/components/notification/toast/error/ErrorProps.js +4 -0
- package/lib/module/components/notification/toast/error/ErrorProps.js.map +1 -0
- package/lib/module/components/notification/toast/error/ErrorRef.js +4 -0
- package/lib/module/components/notification/toast/error/ErrorRef.js.map +1 -0
- package/lib/module/components/notification/toast/error/index.js +3 -42
- package/lib/module/components/notification/toast/error/index.js.map +1 -1
- package/lib/module/components/notification/toast/informational/Informational.js +45 -0
- package/lib/module/components/notification/toast/informational/Informational.js.map +1 -0
- package/lib/module/components/notification/toast/informational/InformationalProps.js +4 -0
- package/lib/module/components/notification/toast/informational/InformationalProps.js.map +1 -0
- package/lib/module/components/notification/toast/informational/InformationalRef.js +4 -0
- package/lib/module/components/notification/toast/informational/InformationalRef.js.map +1 -0
- package/lib/module/components/notification/toast/informational/index.js +3 -42
- package/lib/module/components/notification/toast/informational/index.js.map +1 -1
- package/lib/module/components/notification/toast/success/Success.js +45 -0
- package/lib/module/components/notification/toast/success/Success.js.map +1 -0
- package/lib/module/components/notification/toast/success/SuccessProps.js +4 -0
- package/lib/module/components/notification/toast/success/SuccessProps.js.map +1 -0
- package/lib/module/components/notification/toast/success/SuccessRef.js +4 -0
- package/lib/module/components/notification/toast/success/SuccessRef.js.map +1 -0
- package/lib/module/components/notification/toast/success/index.js +3 -42
- package/lib/module/components/notification/toast/success/index.js.map +1 -1
- package/lib/module/components/notification/toast/warning/Warning.js +45 -0
- package/lib/module/components/notification/toast/warning/Warning.js.map +1 -0
- package/lib/module/components/notification/toast/warning/WarningProps.js +4 -0
- package/lib/module/components/notification/toast/warning/WarningProps.js.map +1 -0
- package/lib/module/components/notification/toast/warning/WarningRef.js +4 -0
- package/lib/module/components/notification/toast/warning/WarningRef.js.map +1 -0
- package/lib/module/components/notification/toast/warning/index.js +3 -42
- package/lib/module/components/notification/toast/warning/index.js.map +1 -1
- package/lib/module/components/radio-button/RadioButton.js +102 -0
- package/lib/module/components/radio-button/RadioButton.js.map +1 -0
- package/lib/module/components/radio-button/RadioButtonProps.js +4 -0
- package/lib/module/components/radio-button/RadioButtonProps.js.map +1 -0
- package/lib/module/components/radio-button/RadioButtonRef.js +4 -0
- package/lib/module/components/radio-button/RadioButtonRef.js.map +1 -0
- package/lib/module/components/radio-button/_RefBase.js +4 -0
- package/lib/module/components/radio-button/_RefBase.js.map +1 -0
- package/lib/module/components/radio-button/index.js +3 -99
- package/lib/module/components/radio-button/index.js.map +1 -1
- package/lib/module/components/radio-button-group/RadioButtonGroup.js +137 -0
- package/lib/module/components/radio-button-group/RadioButtonGroup.js.map +1 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupHelperTextMode.js +2 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupHelperTextMode.js.map +1 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupItemProps.js +4 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupItemProps.js.map +1 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupItemRef.js +4 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupItemRef.js.map +1 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupProps.js +4 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupProps.js.map +1 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupRef.js +4 -0
- package/lib/module/components/radio-button-group/RadioButtonGroupRef.js.map +1 -0
- package/lib/module/components/radio-button-group/_Item.js +47 -0
- package/lib/module/components/radio-button-group/_Item.js.map +1 -0
- package/lib/module/components/radio-button-group/_RefBase.js +4 -0
- package/lib/module/components/radio-button-group/_RefBase.js.map +1 -0
- package/lib/module/components/radio-button-group/_item-context.js +1 -1
- package/lib/module/components/radio-button-group/_item-context.js.map +1 -1
- package/lib/module/components/radio-button-group/index.js +6 -133
- package/lib/module/components/radio-button-group/index.js.map +1 -1
- package/lib/module/components/radio-button-input/RadioButtonInput.js +197 -0
- package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -0
- package/lib/module/components/radio-button-input/RadioButtonInputInteractiveState.js +2 -0
- package/lib/module/components/radio-button-input/RadioButtonInputInteractiveState.js.map +1 -0
- package/lib/module/components/radio-button-input/RadioButtonInputProps.js +4 -0
- package/lib/module/components/radio-button-input/RadioButtonInputProps.js.map +1 -0
- package/lib/module/components/radio-button-input/RadioButtonInputRef.js +4 -0
- package/lib/module/components/radio-button-input/RadioButtonInputRef.js.map +1 -0
- package/lib/module/components/radio-button-input/_RefBase.js +2 -0
- package/lib/module/components/radio-button-input/_RefBase.js.map +1 -0
- package/lib/module/components/radio-button-input/index.js +4 -193
- package/lib/module/components/radio-button-input/index.js.map +1 -1
- package/lib/module/components/switch/Switch.js +235 -0
- package/lib/module/components/switch/Switch.js.map +1 -0
- package/lib/module/components/switch/SwitchProps.js +4 -0
- package/lib/module/components/switch/SwitchProps.js.map +1 -0
- package/lib/module/components/switch/SwitchRef.js +4 -0
- package/lib/module/components/switch/SwitchRef.js.map +1 -0
- package/lib/module/components/switch/SwitchSize.js +2 -0
- package/lib/module/components/switch/SwitchSize.js.map +1 -0
- package/lib/module/components/switch/SwitchState.js +2 -0
- package/lib/module/components/switch/SwitchState.js.map +1 -0
- package/lib/module/components/switch/_RefBase.js +2 -0
- package/lib/module/components/switch/_RefBase.js.map +1 -0
- package/lib/module/components/switch/index.js +5 -235
- package/lib/module/components/switch/index.js.map +1 -1
- package/lib/module/components/text/Text.js +61 -0
- package/lib/module/components/text/Text.js.map +1 -0
- package/lib/module/components/text/TextProps.js +4 -0
- package/lib/module/components/text/TextProps.js.map +1 -0
- package/lib/module/components/text/TextRef.js +4 -0
- package/lib/module/components/text/TextRef.js.map +1 -0
- package/lib/module/components/text/index.js +3 -58
- package/lib/module/components/text/index.js.map +1 -1
- package/lib/module/components/toggle/ToggleState.js +4 -0
- package/lib/module/components/toggle/ToggleState.js.map +1 -0
- package/lib/module/components/toggle/base/Base.js +111 -0
- package/lib/module/components/toggle/base/Base.js.map +1 -0
- package/lib/module/components/toggle/base/BaseProps.js +4 -0
- package/lib/module/components/toggle/base/BaseProps.js.map +1 -0
- package/lib/module/components/toggle/base/BaseRef.js +4 -0
- package/lib/module/components/toggle/base/BaseRef.js.map +1 -0
- package/lib/module/components/toggle/base/_RefBase.js +4 -0
- package/lib/module/components/toggle/base/_RefBase.js.map +1 -0
- package/lib/module/components/toggle/base/index.js +3 -108
- package/lib/module/components/toggle/base/index.js.map +1 -1
- package/lib/module/components/toggle/default/Default.js +19 -0
- package/lib/module/components/toggle/default/Default.js.map +1 -0
- package/lib/module/components/toggle/default/DefaultProps.js +4 -0
- package/lib/module/components/toggle/default/DefaultProps.js.map +1 -0
- package/lib/module/components/toggle/default/DefaultRef.js +4 -0
- package/lib/module/components/toggle/default/DefaultRef.js.map +1 -0
- package/lib/module/components/toggle/default/index.js +3 -16
- package/lib/module/components/toggle/default/index.js.map +1 -1
- package/lib/module/components/toggle/index.js +1 -1
- package/lib/module/components/toggle/index.js.map +1 -1
- package/lib/module/components/toggle/small/Small.js +19 -0
- package/lib/module/components/toggle/small/Small.js.map +1 -0
- package/lib/module/components/toggle/small/SmallProps.js +4 -0
- package/lib/module/components/toggle/small/SmallProps.js.map +1 -0
- package/lib/module/components/toggle/small/SmallRef.js +4 -0
- package/lib/module/components/toggle/small/SmallRef.js.map +1 -0
- package/lib/module/components/toggle/small/index.js +3 -16
- package/lib/module/components/toggle/small/index.js.map +1 -1
- package/lib/module/contexts/breakpoint/BreakpointContext.js +5 -0
- package/lib/module/contexts/breakpoint/BreakpointContext.js.map +1 -0
- package/lib/module/contexts/breakpoint/index.js +4 -0
- package/lib/module/contexts/breakpoint/index.js.map +1 -0
- package/lib/module/contexts/global-config/GlobalConfigContext.js +9 -0
- package/lib/module/contexts/global-config/GlobalConfigContext.js.map +1 -0
- package/lib/module/contexts/global-config/index.js +1 -6
- package/lib/module/contexts/global-config/index.js.map +1 -1
- package/lib/module/contexts/index.js +4 -3
- package/lib/module/contexts/index.js.map +1 -1
- package/lib/module/contexts/theme/ThemeContext.js +10 -0
- package/lib/module/contexts/theme/ThemeContext.js.map +1 -0
- package/lib/module/contexts/theme/index.js +1 -7
- package/lib/module/contexts/theme/index.js.map +1 -1
- package/lib/module/contexts/toast/ToastContext.js +12 -0
- package/lib/module/contexts/toast/ToastContext.js.map +1 -0
- package/lib/module/contexts/toast/ToastContextShowConfig.js +2 -0
- package/lib/module/contexts/toast/ToastContextShowConfig.js.map +1 -0
- package/lib/module/contexts/toast/index.js +2 -9
- package/lib/module/contexts/toast/index.js.map +1 -1
- package/lib/module/globals/breakpoint/index.js +10 -0
- package/lib/module/globals/breakpoint/index.js.map +1 -0
- package/lib/module/globals/index.js +2 -1
- package/lib/module/globals/index.js.map +1 -1
- package/lib/module/hooks/breakpoint/index.js +4 -0
- package/lib/module/hooks/breakpoint/index.js.map +1 -0
- package/lib/module/hooks/breakpoint/use.js +15 -0
- package/lib/module/hooks/breakpoint/use.js.map +1 -0
- package/lib/module/hooks/index.js +5 -0
- package/lib/module/hooks/index.js.map +1 -0
- package/lib/module/providers/breakpoint/BreakpointProvider.js +19 -0
- package/lib/module/providers/breakpoint/BreakpointProvider.js.map +1 -0
- package/lib/module/providers/breakpoint/BreakpointProviderProps.js +2 -0
- package/lib/module/providers/breakpoint/BreakpointProviderProps.js.map +1 -0
- package/lib/module/providers/breakpoint/index.js +5 -0
- package/lib/module/providers/breakpoint/index.js.map +1 -0
- package/lib/module/providers/global-config/GlobalConfigProvider.js +20 -0
- package/lib/module/providers/global-config/GlobalConfigProvider.js.map +1 -0
- package/lib/module/providers/global-config/GlobalConfigProviderProps.js +4 -0
- package/lib/module/providers/global-config/GlobalConfigProviderProps.js.map +1 -0
- package/lib/module/providers/global-config/index.js +2 -17
- package/lib/module/providers/global-config/index.js.map +1 -1
- package/lib/module/providers/index.js +6 -3
- package/lib/module/providers/index.js.map +1 -1
- package/lib/module/providers/theme/ThemeProvider.js +27 -0
- package/lib/module/providers/theme/ThemeProvider.js.map +1 -0
- package/lib/module/providers/theme/ThemeProviderProps.js +4 -0
- package/lib/module/providers/theme/ThemeProviderProps.js.map +1 -0
- package/lib/module/providers/theme/index.js +2 -24
- package/lib/module/providers/theme/index.js.map +1 -1
- package/lib/module/providers/toast/ToastProvider.js +33 -0
- package/lib/module/providers/toast/ToastProvider.js.map +1 -0
- package/lib/module/providers/toast/ToastProviderProps.js +2 -0
- package/lib/module/providers/toast/ToastProviderProps.js.map +1 -0
- package/lib/module/providers/toast/ToastRef.js +4 -0
- package/lib/module/providers/toast/ToastRef.js.map +1 -0
- package/lib/module/providers/toast/_overlay/index.js +6 -4
- package/lib/module/providers/toast/_overlay/index.js.map +1 -1
- package/lib/module/providers/toast/index.js +3 -30
- package/lib/module/providers/toast/index.js.map +1 -1
- package/lib/typescript/commonjs/src/_carbon-react-native/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/_carbon-react-native/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/_style-sheet/breakpoint.d.ts +12 -0
- package/lib/typescript/commonjs/src/_style-sheet/breakpoint.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/_style-sheet/color.d.ts +3 -0
- package/lib/typescript/commonjs/src/_style-sheet/color.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/_style-sheet/create.d.ts +39 -2
- package/lib/typescript/commonjs/src/_style-sheet/create.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/_style-sheet/index.d.ts +20 -1
- package/lib/typescript/commonjs/src/_style-sheet/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/_style-sheet/use.d.ts +5 -0
- package/lib/typescript/commonjs/src/_style-sheet/use.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/Accordion.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/accordion/Accordion.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionHeaderProps.d.ts +12 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionHeaderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionItemProps.d.ts +12 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionItemProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionItemRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionItemRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionProps.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionSize.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/accordion/AccordionSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_Header.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/accordion/_Header.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_HeaderBorder.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/accordion/_HeaderBorder.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_Item.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/accordion/_Item.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_ItemRefBase.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/accordion/_ItemRefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_context.d.ts +3 -3
- package/lib/typescript/commonjs/src/components/accordion/_context.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/accordion/index.d.ts +7 -15
- package/lib/typescript/commonjs/src/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/ButtonSize.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/button/ButtonSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base/Base.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/base/Base.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base/BaseProps.d.ts +35 -0
- package/lib/typescript/commonjs/src/components/button/base/BaseProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base/BaseRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/base/BaseRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base/index.d.ts +3 -36
- package/lib/typescript/commonjs/src/components/button/base/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/base-color/BaseColor.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/base-color/BaseColor.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base-color/BaseColorProps.d.ts +20 -0
- package/lib/typescript/commonjs/src/components/button/base-color/BaseColorProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base-color/BaseColorRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/base-color/BaseColorRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base-color/BaseColorState.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/button/base-color/BaseColorState.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base-color/index.d.ts +4 -20
- package/lib/typescript/commonjs/src/components/button/base-color/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/ghost/Ghost.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/ghost/Ghost.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost/GhostProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/ghost/GhostProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost/GhostRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/ghost/GhostRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost/index.d.ts +3 -4
- package/lib/typescript/commonjs/src/components/button/ghost/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/ghost-danger/GhostDanger.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/GhostDanger.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/GhostDangerProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/GhostDangerProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/GhostDangerRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/GhostDangerRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/index.d.ts +3 -4
- package/lib/typescript/commonjs/src/components/button/ghost-danger/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/GhostIconProps.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/index.d.ts +3 -7
- package/lib/typescript/commonjs/src/components/button/ghost-icon/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/button/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/primary/Primary.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/primary/Primary.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary/PrimaryProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/primary/PrimaryProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary/PrimaryRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/primary/PrimaryRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary/index.d.ts +3 -4
- package/lib/typescript/commonjs/src/components/button/primary/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/primary-danger/PrimaryDanger.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/PrimaryDanger.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/PrimaryDangerProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/PrimaryDangerProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/PrimaryDangerRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/PrimaryDangerRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/index.d.ts +3 -4
- package/lib/typescript/commonjs/src/components/button/primary-danger/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/secondary/Secondary.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/secondary/Secondary.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/secondary/SecondaryProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/secondary/SecondaryProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/secondary/SecondaryRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/secondary/SecondaryRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/secondary/index.d.ts +3 -4
- package/lib/typescript/commonjs/src/components/button/secondary/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/tertiary/Tertiary.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/Tertiary.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/TertiaryProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/TertiaryProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/TertiaryRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/TertiaryRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/index.d.ts +3 -4
- package/lib/typescript/commonjs/src/components/button/tertiary/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/TertiaryDanger.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/TertiaryDanger.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/TertiaryDangerProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/TertiaryDangerProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/TertiaryDangerRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/TertiaryDangerRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox/Checkbox.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox/CheckboxProps.d.ts +17 -0
- package/lib/typescript/commonjs/src/components/checkbox/CheckboxProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox/CheckboxRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/checkbox/CheckboxRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox/_RefBase.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/checkbox/_RefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox/index.d.ts +3 -31
- package/lib/typescript/commonjs/src/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/checkbox-group/CheckboxGroup.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/CheckboxGroup.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/CheckboxGroupProps.d.ts +16 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/CheckboxGroupProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/CheckboxGroupRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/CheckboxGroupRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/index.d.ts +4 -20
- package/lib/typescript/commonjs/src/components/checkbox-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInput.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInputInteractiveState.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInputInteractiveState.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInputProps.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInputRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInputValue.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/CheckboxInputValue.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/_RefBase.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/_RefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/index.d.ts +5 -24
- package/lib/typescript/commonjs/src/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/collapsible/Collapsible.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/collapsible/Collapsible.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/collapsible/CollapsibleProps.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/collapsible/CollapsibleProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/collapsible/CollapsibleRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/collapsible/CollapsibleRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/collapsible/_AnimatedViewProps.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/collapsible/_AnimatedViewProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/collapsible/_RefBase.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/collapsible/_RefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/collapsible/index.d.ts +3 -25
- package/lib/typescript/commonjs/src/components/collapsible/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/form-helper-text/FormHelperText.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/FormHelperText.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/FormHelperTextProps.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/FormHelperTextRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/FormHelperTextRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/index.d.ts +3 -10
- package/lib/typescript/commonjs/src/components/form-helper-text/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/form-label/FormLabel.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/form-label/FormLabel.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-label/FormLabelProps.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/form-label/FormLabelProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-label/FormLabelRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/form-label/FormLabelRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-label/index.d.ts +3 -9
- package/lib/typescript/commonjs/src/components/form-label/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/icon/Icon.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/icon/Icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/icon/IconProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/icon/IconProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/icon/index.d.ts +2 -12
- package/lib/typescript/commonjs/src/components/icon/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/NotificationColor.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/notification/NotificationColor.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_VariantContextProvider.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_VariantContextProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base/UseBaseData.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base/UseBaseData.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base/UseBaseProps.d.ts +19 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base/UseBaseProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base/useBase.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base/useBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/UseErrorData.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/UseErrorData.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/UseErrorProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/UseErrorProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/index.d.ts +3 -10
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/useError.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/useError.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/UseInformationalData.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/UseInformationalData.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/UseInformationalProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/UseInformationalProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/index.d.ts +3 -10
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/useInformational.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/useInformational.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/UseSuccessData.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/UseSuccessData.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/UseSuccessProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/UseSuccessProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/index.d.ts +3 -10
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/useSuccess.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/useSuccess.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/UseWarningData.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/UseWarningData.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/UseWarningProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/UseWarningProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/index.d.ts +3 -10
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/useWarning.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/useWarning.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variant-context.d.ts +1 -5
- package/lib/typescript/commonjs/src/components/notification/_variant-context.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_variants/_ButtonGhost.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_ButtonGhost.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_ButtonTertiary.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_ButtonTertiary.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/ActionableVariant.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/ActionableVariantProps.d.ts +27 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/ActionableVariantRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/ActionableVariantRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/index.d.ts +3 -29
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +27 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/index.d.ts +3 -29
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/CalloutVariant.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/CalloutVariantProps.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/CalloutVariantRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/CalloutVariantRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/index.d.ts +3 -12
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/index.d.ts +3 -12
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/ToastVariant.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/ToastVariant.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/ToastVariantProps.d.ts +14 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/ToastVariantRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/ToastVariantRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/index.d.ts +3 -16
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/actionable/error/Error.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/Error.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/actionable/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/Informational.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/actionable/success/Success.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/Success.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/actionable/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/Warning.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/Error.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/Error.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/Informational.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/Success.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/Success.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/Warning.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/base/Base.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/base/Base.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/base/BaseProps.d.ts +26 -0
- package/lib/typescript/commonjs/src/components/notification/base/BaseProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/base/BaseRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/base/BaseRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/base/index.d.ts +3 -28
- package/lib/typescript/commonjs/src/components/notification/base/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/callout/error/Error.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/Error.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/callout/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/callout/informational/Informational.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/callout/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/callout/success/Success.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/Success.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/callout/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/callout/warning/Warning.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/callout/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/Error.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/Error.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/Informational.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/Success.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/Success.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/Warning.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/notification/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/subtitle/Subtitle.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/Subtitle.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/SubtitleProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/SubtitleProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/SubtitleRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/SubtitleRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/index.d.ts +3 -4
- package/lib/typescript/commonjs/src/components/notification/subtitle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/SubtitleLink.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/SubtitleLink.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/SubtitleLinkProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/SubtitleLinkProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/SubtitleLinkRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/SubtitleLinkRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/index.d.ts +3 -4
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/toast/error/Error.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/Error.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/toast/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/toast/informational/Informational.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/toast/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/toast/success/Success.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/Success.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/toast/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/notification/toast/warning/Warning.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/notification/toast/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/radio-button/RadioButton.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/radio-button/RadioButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button/RadioButtonProps.d.ts +19 -0
- package/lib/typescript/commonjs/src/components/radio-button/RadioButtonProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button/RadioButtonRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/radio-button/RadioButtonRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button/_RefBase.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/radio-button/_RefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button/index.d.ts +3 -31
- package/lib/typescript/commonjs/src/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroup.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupItemProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupItemProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupItemRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupItemRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupProps.d.ts +20 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/RadioButtonGroupRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_Item.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_Item.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_RefBase.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_RefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item-context.d.ts +4 -4
- package/lib/typescript/commonjs/src/components/radio-button-group/_item-context.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/radio-button-group/index.d.ts +6 -5
- package/lib/typescript/commonjs/src/components/radio-button-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/radio-button-input/RadioButtonInput.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/RadioButtonInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/RadioButtonInputInteractiveState.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/RadioButtonInputInteractiveState.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/RadioButtonInputProps.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/RadioButtonInputProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/RadioButtonInputRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/_RefBase.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/_RefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/index.d.ts +4 -21
- package/lib/typescript/commonjs/src/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/switch/Switch.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/switch/Switch.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/switch/SwitchProps.d.ts +25 -0
- package/lib/typescript/commonjs/src/components/switch/SwitchProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/switch/SwitchRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/switch/SwitchRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/switch/SwitchSize.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/switch/SwitchSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/switch/SwitchState.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/switch/SwitchState.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/switch/_RefBase.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/switch/_RefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/switch/index.d.ts +5 -32
- package/lib/typescript/commonjs/src/components/switch/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/text/Text.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/text/Text.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/text/TextProps.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/text/TextProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/text/TextRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/text/TextRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/text/index.d.ts +3 -7
- package/lib/typescript/commonjs/src/components/text/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/toggle/ToggleState.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/toggle/ToggleState.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/base/Base.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/toggle/base/Base.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/base/BaseProps.d.ts +23 -0
- package/lib/typescript/commonjs/src/components/toggle/base/BaseProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/base/BaseRef.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/toggle/base/BaseRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/base/_RefBase.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/toggle/base/_RefBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/base/index.d.ts +3 -32
- package/lib/typescript/commonjs/src/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/toggle/default/Default.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/toggle/default/Default.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/default/DefaultProps.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/toggle/default/DefaultProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/default/DefaultRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/toggle/default/DefaultRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/default/index.d.ts +3 -9
- package/lib/typescript/commonjs/src/components/toggle/default/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/toggle/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/toggle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/toggle/small/Small.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/toggle/small/Small.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/small/SmallProps.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/toggle/small/SmallProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/small/SmallRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/toggle/small/SmallRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/small/index.d.ts +3 -7
- package/lib/typescript/commonjs/src/components/toggle/small/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/contexts/breakpoint/BreakpointContext.d.ts +3 -0
- package/lib/typescript/commonjs/src/contexts/breakpoint/BreakpointContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/breakpoint/index.d.ts +2 -0
- package/lib/typescript/commonjs/src/contexts/breakpoint/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/global-config/GlobalConfigContext.d.ts +12 -0
- package/lib/typescript/commonjs/src/contexts/global-config/GlobalConfigContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/global-config/index.d.ts +1 -11
- package/lib/typescript/commonjs/src/contexts/global-config/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/contexts/index.d.ts +4 -3
- package/lib/typescript/commonjs/src/contexts/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/contexts/theme/ThemeContext.d.ts +8 -0
- package/lib/typescript/commonjs/src/contexts/theme/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/theme/index.d.ts +1 -7
- package/lib/typescript/commonjs/src/contexts/theme/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/contexts/toast/ToastContext.d.ts +7 -0
- package/lib/typescript/commonjs/src/contexts/toast/ToastContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/toast/ToastContextShowConfig.d.ts +7 -0
- package/lib/typescript/commonjs/src/contexts/toast/ToastContextShowConfig.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/toast/index.d.ts +2 -11
- package/lib/typescript/commonjs/src/contexts/toast/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/globals/breakpoint/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/globals/breakpoint/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/globals/index.d.ts +2 -1
- package/lib/typescript/commonjs/src/globals/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/hooks/breakpoint/index.d.ts +2 -0
- package/lib/typescript/commonjs/src/hooks/breakpoint/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hooks/breakpoint/use.d.ts +6 -0
- package/lib/typescript/commonjs/src/hooks/breakpoint/use.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hooks/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/breakpoint/BreakpointProvider.d.ts +3 -0
- package/lib/typescript/commonjs/src/providers/breakpoint/BreakpointProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/breakpoint/BreakpointProviderProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/providers/breakpoint/BreakpointProviderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/breakpoint/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/providers/breakpoint/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/global-config/GlobalConfigProvider.d.ts +3 -0
- package/lib/typescript/commonjs/src/providers/global-config/GlobalConfigProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/global-config/GlobalConfigProviderProps.d.ts +5 -0
- package/lib/typescript/commonjs/src/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/global-config/index.d.ts +2 -5
- package/lib/typescript/commonjs/src/providers/global-config/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/providers/index.d.ts +1 -3
- package/lib/typescript/commonjs/src/providers/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/providers/theme/ThemeProvider.d.ts +3 -0
- package/lib/typescript/commonjs/src/providers/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/theme/ThemeProviderProps.d.ts +10 -0
- package/lib/typescript/commonjs/src/providers/theme/ThemeProviderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/theme/index.d.ts +2 -10
- package/lib/typescript/commonjs/src/providers/theme/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/providers/toast/ToastProvider.d.ts +4 -0
- package/lib/typescript/commonjs/src/providers/toast/ToastProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/toast/ToastProviderProps.d.ts +4 -0
- package/lib/typescript/commonjs/src/providers/toast/ToastProviderProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/toast/ToastRef.d.ts +4 -0
- package/lib/typescript/commonjs/src/providers/toast/ToastRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/providers/toast/_overlay/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/providers/toast/_overlay/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/providers/toast/index.d.ts +3 -6
- package/lib/typescript/commonjs/src/providers/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/src/_carbon-react-native/index.d.ts +1 -1
- package/lib/typescript/module/src/_carbon-react-native/index.d.ts.map +1 -1
- package/lib/typescript/module/src/_style-sheet/breakpoint.d.ts +12 -0
- package/lib/typescript/module/src/_style-sheet/breakpoint.d.ts.map +1 -0
- package/lib/typescript/module/src/_style-sheet/color.d.ts +3 -0
- package/lib/typescript/module/src/_style-sheet/color.d.ts.map +1 -0
- package/lib/typescript/module/src/_style-sheet/create.d.ts +39 -2
- package/lib/typescript/module/src/_style-sheet/create.d.ts.map +1 -1
- package/lib/typescript/module/src/_style-sheet/index.d.ts +20 -1
- package/lib/typescript/module/src/_style-sheet/index.d.ts.map +1 -1
- package/lib/typescript/module/src/_style-sheet/use.d.ts +5 -0
- package/lib/typescript/module/src/_style-sheet/use.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/Accordion.d.ts +6 -0
- package/lib/typescript/module/src/components/accordion/Accordion.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/AccordionHeaderProps.d.ts +12 -0
- package/lib/typescript/module/src/components/accordion/AccordionHeaderProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/AccordionItemProps.d.ts +12 -0
- package/lib/typescript/module/src/components/accordion/AccordionItemProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/AccordionItemRef.d.ts +5 -0
- package/lib/typescript/module/src/components/accordion/AccordionItemRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/AccordionProps.d.ts +8 -0
- package/lib/typescript/module/src/components/accordion/AccordionProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/AccordionRef.d.ts +4 -0
- package/lib/typescript/module/src/components/accordion/AccordionRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/AccordionSize.d.ts +2 -0
- package/lib/typescript/module/src/components/accordion/AccordionSize.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_Header.d.ts +3 -0
- package/lib/typescript/module/src/components/accordion/_Header.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_HeaderBorder.d.ts +10 -0
- package/lib/typescript/module/src/components/accordion/_HeaderBorder.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_Item.d.ts +4 -0
- package/lib/typescript/module/src/components/accordion/_Item.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_ItemRefBase.d.ts +8 -0
- package/lib/typescript/module/src/components/accordion/_ItemRefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_context.d.ts +3 -3
- package/lib/typescript/module/src/components/accordion/_context.d.ts.map +1 -1
- package/lib/typescript/module/src/components/accordion/index.d.ts +7 -15
- package/lib/typescript/module/src/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/ButtonSize.d.ts +2 -0
- package/lib/typescript/module/src/components/button/ButtonSize.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base/Base.d.ts +4 -0
- package/lib/typescript/module/src/components/button/base/Base.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base/BaseProps.d.ts +35 -0
- package/lib/typescript/module/src/components/button/base/BaseProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base/BaseRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/base/BaseRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base/index.d.ts +3 -36
- package/lib/typescript/module/src/components/button/base/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/base-color/BaseColor.d.ts +4 -0
- package/lib/typescript/module/src/components/button/base-color/BaseColor.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base-color/BaseColorProps.d.ts +20 -0
- package/lib/typescript/module/src/components/button/base-color/BaseColorProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base-color/BaseColorRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/base-color/BaseColorRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base-color/BaseColorState.d.ts +2 -0
- package/lib/typescript/module/src/components/button/base-color/BaseColorState.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base-color/index.d.ts +4 -20
- package/lib/typescript/module/src/components/button/base-color/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/ghost/Ghost.d.ts +4 -0
- package/lib/typescript/module/src/components/button/ghost/Ghost.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost/GhostProps.d.ts +4 -0
- package/lib/typescript/module/src/components/button/ghost/GhostProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost/GhostRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/ghost/GhostRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost/index.d.ts +3 -4
- package/lib/typescript/module/src/components/button/ghost/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/ghost-danger/GhostDanger.d.ts +4 -0
- package/lib/typescript/module/src/components/button/ghost-danger/GhostDanger.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-danger/GhostDangerProps.d.ts +4 -0
- package/lib/typescript/module/src/components/button/ghost-danger/GhostDangerProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-danger/GhostDangerRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/ghost-danger/GhostDangerRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-danger/index.d.ts +3 -4
- package/lib/typescript/module/src/components/button/ghost-danger/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/module/src/components/button/ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-icon/GhostIconProps.d.ts +7 -0
- package/lib/typescript/module/src/components/button/ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-icon/index.d.ts +3 -7
- package/lib/typescript/module/src/components/button/ghost-icon/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/index.d.ts +1 -1
- package/lib/typescript/module/src/components/button/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/primary/Primary.d.ts +4 -0
- package/lib/typescript/module/src/components/button/primary/Primary.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary/PrimaryProps.d.ts +4 -0
- package/lib/typescript/module/src/components/button/primary/PrimaryProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary/PrimaryRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/primary/PrimaryRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary/index.d.ts +3 -4
- package/lib/typescript/module/src/components/button/primary/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/primary-danger/PrimaryDanger.d.ts +4 -0
- package/lib/typescript/module/src/components/button/primary-danger/PrimaryDanger.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary-danger/PrimaryDangerProps.d.ts +4 -0
- package/lib/typescript/module/src/components/button/primary-danger/PrimaryDangerProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary-danger/PrimaryDangerRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/primary-danger/PrimaryDangerRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary-danger/index.d.ts +3 -4
- package/lib/typescript/module/src/components/button/primary-danger/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/secondary/Secondary.d.ts +4 -0
- package/lib/typescript/module/src/components/button/secondary/Secondary.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/secondary/SecondaryProps.d.ts +4 -0
- package/lib/typescript/module/src/components/button/secondary/SecondaryProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/secondary/SecondaryRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/secondary/SecondaryRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/secondary/index.d.ts +3 -4
- package/lib/typescript/module/src/components/button/secondary/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/tertiary/Tertiary.d.ts +4 -0
- package/lib/typescript/module/src/components/button/tertiary/Tertiary.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary/TertiaryProps.d.ts +4 -0
- package/lib/typescript/module/src/components/button/tertiary/TertiaryProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary/TertiaryRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/tertiary/TertiaryRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary/index.d.ts +3 -4
- package/lib/typescript/module/src/components/button/tertiary/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/tertiary-danger/TertiaryDanger.d.ts +4 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/TertiaryDanger.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/TertiaryDangerProps.d.ts +4 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/TertiaryDangerProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/TertiaryDangerRef.d.ts +4 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/TertiaryDangerRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox/Checkbox.d.ts +4 -0
- package/lib/typescript/module/src/components/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox/CheckboxProps.d.ts +17 -0
- package/lib/typescript/module/src/components/checkbox/CheckboxProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox/CheckboxRef.d.ts +5 -0
- package/lib/typescript/module/src/components/checkbox/CheckboxRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox/_RefBase.d.ts +9 -0
- package/lib/typescript/module/src/components/checkbox/_RefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox/index.d.ts +3 -31
- package/lib/typescript/module/src/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/checkbox-group/CheckboxGroup.d.ts +6 -0
- package/lib/typescript/module/src/components/checkbox-group/CheckboxGroup.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts +2 -0
- package/lib/typescript/module/src/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-group/CheckboxGroupProps.d.ts +16 -0
- package/lib/typescript/module/src/components/checkbox-group/CheckboxGroupProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-group/CheckboxGroupRef.d.ts +4 -0
- package/lib/typescript/module/src/components/checkbox-group/CheckboxGroupRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-group/index.d.ts +4 -20
- package/lib/typescript/module/src/components/checkbox-group/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInput.d.ts +4 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInput.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInputInteractiveState.d.ts +2 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInputInteractiveState.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInputProps.d.ts +11 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInputRef.d.ts +5 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInputRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInputValue.d.ts +5 -0
- package/lib/typescript/module/src/components/checkbox-input/CheckboxInputValue.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-input/_RefBase.d.ts +9 -0
- package/lib/typescript/module/src/components/checkbox-input/_RefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-input/index.d.ts +5 -24
- package/lib/typescript/module/src/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/collapsible/Collapsible.d.ts +4 -0
- package/lib/typescript/module/src/components/collapsible/Collapsible.d.ts.map +1 -0
- package/lib/typescript/module/src/components/collapsible/CollapsibleProps.d.ts +13 -0
- package/lib/typescript/module/src/components/collapsible/CollapsibleProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/collapsible/CollapsibleRef.d.ts +5 -0
- package/lib/typescript/module/src/components/collapsible/CollapsibleRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/collapsible/_AnimatedViewProps.d.ts +3 -0
- package/lib/typescript/module/src/components/collapsible/_AnimatedViewProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/collapsible/_RefBase.d.ts +7 -0
- package/lib/typescript/module/src/components/collapsible/_RefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/collapsible/index.d.ts +3 -25
- package/lib/typescript/module/src/components/collapsible/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/form-helper-text/FormHelperText.d.ts +4 -0
- package/lib/typescript/module/src/components/form-helper-text/FormHelperText.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-helper-text/FormHelperTextProps.d.ts +10 -0
- package/lib/typescript/module/src/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-helper-text/FormHelperTextRef.d.ts +4 -0
- package/lib/typescript/module/src/components/form-helper-text/FormHelperTextRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-helper-text/index.d.ts +3 -10
- package/lib/typescript/module/src/components/form-helper-text/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/form-label/FormLabel.d.ts +4 -0
- package/lib/typescript/module/src/components/form-label/FormLabel.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-label/FormLabelProps.d.ts +9 -0
- package/lib/typescript/module/src/components/form-label/FormLabelProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-label/FormLabelRef.d.ts +4 -0
- package/lib/typescript/module/src/components/form-label/FormLabelRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-label/index.d.ts +3 -9
- package/lib/typescript/module/src/components/form-label/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/icon/Icon.d.ts +9 -0
- package/lib/typescript/module/src/components/icon/Icon.d.ts.map +1 -0
- package/lib/typescript/module/src/components/icon/IconProps.d.ts +6 -0
- package/lib/typescript/module/src/components/icon/IconProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/icon/index.d.ts +2 -12
- package/lib/typescript/module/src/components/icon/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/NotificationColor.d.ts +2 -0
- package/lib/typescript/module/src/components/notification/NotificationColor.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_VariantContextProvider.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_VariantContextProvider.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base/UseBaseData.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base/UseBaseData.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base/UseBaseProps.d.ts +19 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base/UseBaseProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base/index.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base/useBase.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base/useBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/UseErrorData.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/UseErrorData.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/UseErrorProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/UseErrorProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/index.d.ts +3 -10
- package/lib/typescript/module/src/components/notification/_status-hooks/error/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_status-hooks/error/useError.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/useError.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/UseInformationalData.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/UseInformationalData.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/UseInformationalProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/UseInformationalProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/index.d.ts +3 -10
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/useInformational.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/useInformational.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/UseSuccessData.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/UseSuccessData.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/UseSuccessProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/UseSuccessProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/index.d.ts +3 -10
- package/lib/typescript/module/src/components/notification/_status-hooks/success/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_status-hooks/success/useSuccess.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/useSuccess.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/UseWarningData.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/UseWarningData.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/UseWarningProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/UseWarningProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/index.d.ts +3 -10
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/useWarning.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/useWarning.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variant-context.d.ts +1 -5
- package/lib/typescript/module/src/components/notification/_variant-context.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_variants/_ButtonGhost.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/_variants/_ButtonGhost.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/_ButtonTertiary.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/_variants/_ButtonTertiary.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/ActionableVariant.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/ActionableVariantProps.d.ts +27 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/ActionableVariantRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/ActionableVariantRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/index.d.ts +3 -29
- package/lib/typescript/module/src/components/notification/_variants/actionable/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +27 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/index.d.ts +3 -29
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_variants/callout/CalloutVariant.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/CalloutVariantProps.d.ts +10 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/CalloutVariantRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/CalloutVariantRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/index.d.ts +3 -12
- package/lib/typescript/module/src/components/notification/_variants/callout/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +10 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/index.d.ts +3 -12
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/_variants/toast/ToastVariant.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/ToastVariant.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/ToastVariantProps.d.ts +14 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/ToastVariantRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/ToastVariantRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/index.d.ts +3 -16
- package/lib/typescript/module/src/components/notification/_variants/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/actionable/error/Error.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable/error/Error.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/actionable/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/error/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/actionable/error/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/actionable/informational/Informational.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/actionable/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/actionable/success/Success.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable/success/Success.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/actionable/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/success/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/actionable/success/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/actionable/warning/Warning.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/actionable/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/actionable-inline/error/Error.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/Error.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/actionable-inline/error/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/Informational.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/actionable-inline/success/Success.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/Success.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/actionable-inline/success/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/Warning.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/base/Base.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/base/Base.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/base/BaseProps.d.ts +26 -0
- package/lib/typescript/module/src/components/notification/base/BaseProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/base/BaseRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/base/BaseRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/base/index.d.ts +3 -28
- package/lib/typescript/module/src/components/notification/base/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/callout/error/Error.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout/error/Error.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/callout/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/error/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/callout/error/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/callout/informational/Informational.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/callout/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/informational/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/callout/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/callout/success/Success.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout/success/Success.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/callout/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/success/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/callout/success/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/callout/warning/Warning.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/callout/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/warning/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/callout/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/callout-inline/error/Error.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/Error.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/callout-inline/error/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/callout-inline/informational/Informational.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/callout-inline/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/callout-inline/success/Success.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/Success.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/callout-inline/success/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/callout-inline/warning/Warning.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/callout-inline/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/index.d.ts +1 -0
- package/lib/typescript/module/src/components/notification/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/subtitle/Subtitle.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/subtitle/Subtitle.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle/SubtitleProps.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/subtitle/SubtitleProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle/SubtitleRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/subtitle/SubtitleRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle/index.d.ts +3 -4
- package/lib/typescript/module/src/components/notification/subtitle/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/subtitle-link/SubtitleLink.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/SubtitleLink.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/SubtitleLinkProps.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/SubtitleLinkProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/SubtitleLinkRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/SubtitleLinkRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/index.d.ts +3 -4
- package/lib/typescript/module/src/components/notification/subtitle-link/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/toast/error/Error.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/toast/error/Error.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/error/ErrorProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/toast/error/ErrorProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/error/ErrorRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/toast/error/ErrorRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/error/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/toast/error/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/toast/informational/Informational.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/toast/informational/Informational.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/informational/InformationalProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/toast/informational/InformationalProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/informational/InformationalRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/toast/informational/InformationalRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/informational/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/toast/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/toast/success/Success.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/toast/success/Success.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/success/SuccessProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/toast/success/SuccessProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/success/SuccessRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/toast/success/SuccessRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/success/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/toast/success/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/notification/toast/warning/Warning.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/toast/warning/Warning.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/warning/WarningProps.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/toast/warning/WarningProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/warning/WarningRef.d.ts +4 -0
- package/lib/typescript/module/src/components/notification/toast/warning/WarningRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/warning/index.d.ts +3 -8
- package/lib/typescript/module/src/components/notification/toast/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/radio-button/RadioButton.d.ts +4 -0
- package/lib/typescript/module/src/components/radio-button/RadioButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button/RadioButtonProps.d.ts +19 -0
- package/lib/typescript/module/src/components/radio-button/RadioButtonProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button/RadioButtonRef.d.ts +5 -0
- package/lib/typescript/module/src/components/radio-button/RadioButtonRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button/_RefBase.d.ts +9 -0
- package/lib/typescript/module/src/components/radio-button/_RefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button/index.d.ts +3 -31
- package/lib/typescript/module/src/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroup.d.ts +6 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts +2 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupItemProps.d.ts +4 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupItemProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupItemRef.d.ts +4 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupItemRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupProps.d.ts +20 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupRef.d.ts +5 -0
- package/lib/typescript/module/src/components/radio-button-group/RadioButtonGroupRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_Item.d.ts +4 -0
- package/lib/typescript/module/src/components/radio-button-group/_Item.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_RefBase.d.ts +9 -0
- package/lib/typescript/module/src/components/radio-button-group/_RefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_item-context.d.ts +4 -4
- package/lib/typescript/module/src/components/radio-button-group/_item-context.d.ts.map +1 -1
- package/lib/typescript/module/src/components/radio-button-group/index.d.ts +6 -5
- package/lib/typescript/module/src/components/radio-button-group/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/radio-button-input/RadioButtonInput.d.ts +4 -0
- package/lib/typescript/module/src/components/radio-button-input/RadioButtonInput.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-input/RadioButtonInputInteractiveState.d.ts +2 -0
- package/lib/typescript/module/src/components/radio-button-input/RadioButtonInputInteractiveState.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-input/RadioButtonInputProps.d.ts +11 -0
- package/lib/typescript/module/src/components/radio-button-input/RadioButtonInputProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-input/RadioButtonInputRef.d.ts +5 -0
- package/lib/typescript/module/src/components/radio-button-input/RadioButtonInputRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-input/_RefBase.d.ts +8 -0
- package/lib/typescript/module/src/components/radio-button-input/_RefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-input/index.d.ts +4 -21
- package/lib/typescript/module/src/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/switch/Switch.d.ts +4 -0
- package/lib/typescript/module/src/components/switch/Switch.d.ts.map +1 -0
- package/lib/typescript/module/src/components/switch/SwitchProps.d.ts +25 -0
- package/lib/typescript/module/src/components/switch/SwitchProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/switch/SwitchRef.d.ts +5 -0
- package/lib/typescript/module/src/components/switch/SwitchRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/switch/SwitchSize.d.ts +5 -0
- package/lib/typescript/module/src/components/switch/SwitchSize.d.ts.map +1 -0
- package/lib/typescript/module/src/components/switch/SwitchState.d.ts +2 -0
- package/lib/typescript/module/src/components/switch/SwitchState.d.ts.map +1 -0
- package/lib/typescript/module/src/components/switch/_RefBase.d.ts +8 -0
- package/lib/typescript/module/src/components/switch/_RefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/switch/index.d.ts +5 -32
- package/lib/typescript/module/src/components/switch/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/text/Text.d.ts +4 -0
- package/lib/typescript/module/src/components/text/Text.d.ts.map +1 -0
- package/lib/typescript/module/src/components/text/TextProps.d.ts +7 -0
- package/lib/typescript/module/src/components/text/TextProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/text/TextRef.d.ts +4 -0
- package/lib/typescript/module/src/components/text/TextRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/text/index.d.ts +3 -7
- package/lib/typescript/module/src/components/text/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/toggle/ToggleState.d.ts +3 -0
- package/lib/typescript/module/src/components/toggle/ToggleState.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/base/Base.d.ts +4 -0
- package/lib/typescript/module/src/components/toggle/base/Base.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/base/BaseProps.d.ts +23 -0
- package/lib/typescript/module/src/components/toggle/base/BaseProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/base/BaseRef.d.ts +5 -0
- package/lib/typescript/module/src/components/toggle/base/BaseRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/base/_RefBase.d.ts +9 -0
- package/lib/typescript/module/src/components/toggle/base/_RefBase.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/base/index.d.ts +3 -32
- package/lib/typescript/module/src/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/toggle/default/Default.d.ts +4 -0
- package/lib/typescript/module/src/components/toggle/default/Default.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/default/DefaultProps.d.ts +7 -0
- package/lib/typescript/module/src/components/toggle/default/DefaultProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/default/DefaultRef.d.ts +4 -0
- package/lib/typescript/module/src/components/toggle/default/DefaultRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/default/index.d.ts +3 -9
- package/lib/typescript/module/src/components/toggle/default/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/toggle/index.d.ts +1 -1
- package/lib/typescript/module/src/components/toggle/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/toggle/small/Small.d.ts +4 -0
- package/lib/typescript/module/src/components/toggle/small/Small.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/small/SmallProps.d.ts +5 -0
- package/lib/typescript/module/src/components/toggle/small/SmallProps.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/small/SmallRef.d.ts +4 -0
- package/lib/typescript/module/src/components/toggle/small/SmallRef.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/small/index.d.ts +3 -7
- package/lib/typescript/module/src/components/toggle/small/index.d.ts.map +1 -1
- package/lib/typescript/module/src/contexts/breakpoint/BreakpointContext.d.ts +3 -0
- package/lib/typescript/module/src/contexts/breakpoint/BreakpointContext.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/breakpoint/index.d.ts +2 -0
- package/lib/typescript/module/src/contexts/breakpoint/index.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/global-config/GlobalConfigContext.d.ts +12 -0
- package/lib/typescript/module/src/contexts/global-config/GlobalConfigContext.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/global-config/index.d.ts +1 -11
- package/lib/typescript/module/src/contexts/global-config/index.d.ts.map +1 -1
- package/lib/typescript/module/src/contexts/index.d.ts +4 -3
- package/lib/typescript/module/src/contexts/index.d.ts.map +1 -1
- package/lib/typescript/module/src/contexts/theme/ThemeContext.d.ts +8 -0
- package/lib/typescript/module/src/contexts/theme/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/theme/index.d.ts +1 -7
- package/lib/typescript/module/src/contexts/theme/index.d.ts.map +1 -1
- package/lib/typescript/module/src/contexts/toast/ToastContext.d.ts +7 -0
- package/lib/typescript/module/src/contexts/toast/ToastContext.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/toast/ToastContextShowConfig.d.ts +7 -0
- package/lib/typescript/module/src/contexts/toast/ToastContextShowConfig.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/toast/index.d.ts +2 -11
- package/lib/typescript/module/src/contexts/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/src/globals/breakpoint/index.d.ts +4 -0
- package/lib/typescript/module/src/globals/breakpoint/index.d.ts.map +1 -0
- package/lib/typescript/module/src/globals/index.d.ts +2 -1
- package/lib/typescript/module/src/globals/index.d.ts.map +1 -1
- package/lib/typescript/module/src/hooks/breakpoint/index.d.ts +2 -0
- package/lib/typescript/module/src/hooks/breakpoint/index.d.ts.map +1 -0
- package/lib/typescript/module/src/hooks/breakpoint/use.d.ts +6 -0
- package/lib/typescript/module/src/hooks/breakpoint/use.d.ts.map +1 -0
- package/lib/typescript/module/src/hooks/index.d.ts +3 -0
- package/lib/typescript/module/src/hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/breakpoint/BreakpointProvider.d.ts +3 -0
- package/lib/typescript/module/src/providers/breakpoint/BreakpointProvider.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/breakpoint/BreakpointProviderProps.d.ts +4 -0
- package/lib/typescript/module/src/providers/breakpoint/BreakpointProviderProps.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/breakpoint/index.d.ts +3 -0
- package/lib/typescript/module/src/providers/breakpoint/index.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/global-config/GlobalConfigProvider.d.ts +3 -0
- package/lib/typescript/module/src/providers/global-config/GlobalConfigProvider.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/global-config/GlobalConfigProviderProps.d.ts +5 -0
- package/lib/typescript/module/src/providers/global-config/GlobalConfigProviderProps.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/global-config/index.d.ts +2 -5
- package/lib/typescript/module/src/providers/global-config/index.d.ts.map +1 -1
- package/lib/typescript/module/src/providers/index.d.ts +1 -3
- package/lib/typescript/module/src/providers/index.d.ts.map +1 -1
- package/lib/typescript/module/src/providers/theme/ThemeProvider.d.ts +3 -0
- package/lib/typescript/module/src/providers/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/theme/ThemeProviderProps.d.ts +10 -0
- package/lib/typescript/module/src/providers/theme/ThemeProviderProps.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/theme/index.d.ts +2 -10
- package/lib/typescript/module/src/providers/theme/index.d.ts.map +1 -1
- package/lib/typescript/module/src/providers/toast/ToastProvider.d.ts +4 -0
- package/lib/typescript/module/src/providers/toast/ToastProvider.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/toast/ToastProviderProps.d.ts +4 -0
- package/lib/typescript/module/src/providers/toast/ToastProviderProps.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/toast/ToastRef.d.ts +4 -0
- package/lib/typescript/module/src/providers/toast/ToastRef.d.ts.map +1 -0
- package/lib/typescript/module/src/providers/toast/_overlay/index.d.ts +1 -1
- package/lib/typescript/module/src/providers/toast/_overlay/index.d.ts.map +1 -1
- package/lib/typescript/module/src/providers/toast/index.d.ts +3 -6
- package/lib/typescript/module/src/providers/toast/index.d.ts.map +1 -1
- package/package.json +3 -6
- package/lib/commonjs/components/accordion/_header-border.js +0 -33
- package/lib/commonjs/components/accordion/_header-border.js.map +0 -1
- package/lib/commonjs/components/accordion/_header.js +0 -160
- package/lib/commonjs/components/accordion/_header.js.map +0 -1
- package/lib/commonjs/components/accordion/_item.js +0 -91
- package/lib/commonjs/components/accordion/_item.js.map +0 -1
- package/lib/commonjs/components/accordion/types.js +0 -2
- package/lib/commonjs/components/accordion/types.js.map +0 -1
- package/lib/commonjs/components/button/size.js +0 -2
- package/lib/commonjs/components/button/size.js.map +0 -1
- package/lib/commonjs/components/notification/_status-hooks/_base.js +0 -54
- package/lib/commonjs/components/notification/_status-hooks/_base.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/_button-ghost.js +0 -45
- package/lib/commonjs/components/notification/_variants/_button-ghost.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/_button-tertiary.js +0 -45
- package/lib/commonjs/components/notification/_variants/_button-tertiary.js.map +0 -1
- package/lib/commonjs/components/notification/types.js +0 -2
- package/lib/commonjs/components/notification/types.js.map +0 -1
- package/lib/commonjs/components/radio-button-group/_item.js +0 -52
- package/lib/commonjs/components/radio-button-group/_item.js.map +0 -1
- package/lib/commonjs/components/radio-button-group/_types/index.js +0 -6
- package/lib/commonjs/components/radio-button-group/_types/index.js.map +0 -1
- package/lib/commonjs/components/radio-button-group/_types/ref-base.js +0 -6
- package/lib/commonjs/components/radio-button-group/_types/ref-base.js.map +0 -1
- package/lib/commonjs/components/toggle/state.js +0 -2
- package/lib/commonjs/components/toggle/state.js.map +0 -1
- package/lib/commonjs/providers/toast/_types/index.js +0 -17
- package/lib/commonjs/providers/toast/_types/index.js.map +0 -1
- package/lib/commonjs/providers/toast/_types/toast-ref.js +0 -6
- package/lib/commonjs/providers/toast/_types/toast-ref.js.map +0 -1
- package/lib/module/components/accordion/_header-border.js +0 -29
- package/lib/module/components/accordion/_header-border.js.map +0 -1
- package/lib/module/components/accordion/_header.js +0 -153
- package/lib/module/components/accordion/_header.js.map +0 -1
- package/lib/module/components/accordion/_item.js +0 -87
- package/lib/module/components/accordion/_item.js.map +0 -1
- package/lib/module/components/accordion/types.js +0 -2
- package/lib/module/components/accordion/types.js.map +0 -1
- package/lib/module/components/button/size.js +0 -2
- package/lib/module/components/button/size.js.map +0 -1
- package/lib/module/components/notification/_status-hooks/_base.js +0 -50
- package/lib/module/components/notification/_status-hooks/_base.js.map +0 -1
- package/lib/module/components/notification/_variants/_button-ghost.js +0 -41
- package/lib/module/components/notification/_variants/_button-ghost.js.map +0 -1
- package/lib/module/components/notification/_variants/_button-tertiary.js +0 -41
- package/lib/module/components/notification/_variants/_button-tertiary.js.map +0 -1
- package/lib/module/components/notification/types.js +0 -2
- package/lib/module/components/notification/types.js.map +0 -1
- package/lib/module/components/radio-button-group/_item.js +0 -48
- package/lib/module/components/radio-button-group/_item.js.map +0 -1
- package/lib/module/components/radio-button-group/_types/index.js +0 -4
- package/lib/module/components/radio-button-group/_types/index.js.map +0 -1
- package/lib/module/components/radio-button-group/_types/ref-base.js +0 -4
- package/lib/module/components/radio-button-group/_types/ref-base.js.map +0 -1
- package/lib/module/components/toggle/state.js +0 -2
- package/lib/module/components/toggle/state.js.map +0 -1
- package/lib/module/providers/toast/_types/index.js +0 -4
- package/lib/module/providers/toast/_types/index.js.map +0 -1
- package/lib/module/providers/toast/_types/toast-ref.js +0 -4
- package/lib/module/providers/toast/_types/toast-ref.js.map +0 -1
- package/lib/typescript/commonjs/src/components/accordion/_header-border.d.ts +0 -10
- package/lib/typescript/commonjs/src/components/accordion/_header-border.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/accordion/_header.d.ts +0 -13
- package/lib/typescript/commonjs/src/components/accordion/_header.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/accordion/_item.d.ts +0 -23
- package/lib/typescript/commonjs/src/components/accordion/_item.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/accordion/types.d.ts +0 -2
- package/lib/typescript/commonjs/src/components/accordion/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/size.d.ts +0 -2
- package/lib/typescript/commonjs/src/components/button/size.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base.d.ts +0 -28
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-ghost.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-ghost.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-tertiary.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-tertiary.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/notification/types.d.ts +0 -2
- package/lib/typescript/commonjs/src/components/notification/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/radio-button-group/_item.d.ts +0 -3
- package/lib/typescript/commonjs/src/components/radio-button-group/_item.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/index.d.ts +0 -27
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/ref-base.d.ts +0 -9
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/ref-base.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/toggle/state.d.ts +0 -2
- package/lib/typescript/commonjs/src/components/toggle/state.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/providers/toast/_types/index.d.ts +0 -2
- package/lib/typescript/commonjs/src/providers/toast/_types/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/providers/toast/_types/toast-ref.d.ts +0 -4
- package/lib/typescript/commonjs/src/providers/toast/_types/toast-ref.d.ts.map +0 -1
- package/lib/typescript/module/src/components/accordion/_header-border.d.ts +0 -10
- package/lib/typescript/module/src/components/accordion/_header-border.d.ts.map +0 -1
- package/lib/typescript/module/src/components/accordion/_header.d.ts +0 -13
- package/lib/typescript/module/src/components/accordion/_header.d.ts.map +0 -1
- package/lib/typescript/module/src/components/accordion/_item.d.ts +0 -23
- package/lib/typescript/module/src/components/accordion/_item.d.ts.map +0 -1
- package/lib/typescript/module/src/components/accordion/types.d.ts +0 -2
- package/lib/typescript/module/src/components/accordion/types.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/size.d.ts +0 -2
- package/lib/typescript/module/src/components/button/size.d.ts.map +0 -1
- package/lib/typescript/module/src/components/notification/_status-hooks/_base.d.ts +0 -28
- package/lib/typescript/module/src/components/notification/_status-hooks/_base.d.ts.map +0 -1
- package/lib/typescript/module/src/components/notification/_variants/_button-ghost.d.ts +0 -5
- package/lib/typescript/module/src/components/notification/_variants/_button-ghost.d.ts.map +0 -1
- package/lib/typescript/module/src/components/notification/_variants/_button-tertiary.d.ts +0 -5
- package/lib/typescript/module/src/components/notification/_variants/_button-tertiary.d.ts.map +0 -1
- package/lib/typescript/module/src/components/notification/types.d.ts +0 -2
- package/lib/typescript/module/src/components/notification/types.d.ts.map +0 -1
- package/lib/typescript/module/src/components/radio-button-group/_item.d.ts +0 -3
- package/lib/typescript/module/src/components/radio-button-group/_item.d.ts.map +0 -1
- package/lib/typescript/module/src/components/radio-button-group/_types/index.d.ts +0 -27
- package/lib/typescript/module/src/components/radio-button-group/_types/index.d.ts.map +0 -1
- package/lib/typescript/module/src/components/radio-button-group/_types/ref-base.d.ts +0 -9
- package/lib/typescript/module/src/components/radio-button-group/_types/ref-base.d.ts.map +0 -1
- package/lib/typescript/module/src/components/toggle/state.d.ts +0 -2
- package/lib/typescript/module/src/components/toggle/state.d.ts.map +0 -1
- package/lib/typescript/module/src/providers/toast/_types/index.d.ts +0 -2
- package/lib/typescript/module/src/providers/toast/_types/index.d.ts.map +0 -1
- package/lib/typescript/module/src/providers/toast/_types/toast-ref.d.ts +0 -4
- package/lib/typescript/module/src/providers/toast/_types/toast-ref.d.ts.map +0 -1
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Ghost = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
10
|
+
var _index = require("../../../contexts/index.js");
|
|
11
|
+
var _index2 = require("../../../_style-sheet/index.js");
|
|
12
|
+
var _index3 = require("../base-color/index.js");
|
|
13
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
+
const Ghost = exports.Ghost = /*#__PURE__*/(0, _react.forwardRef)(function Ghost({
|
|
15
|
+
text,
|
|
16
|
+
iconStyle,
|
|
17
|
+
...props
|
|
18
|
+
}, ref) {
|
|
19
|
+
const themeContext = (0, _react.useContext)(_index.ThemeContext);
|
|
20
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.BaseColor, {
|
|
21
|
+
...props,
|
|
22
|
+
ref: ref,
|
|
23
|
+
text: text,
|
|
24
|
+
android_rippleEffectColor: themeContext.color.background_active,
|
|
25
|
+
colorStateStyle: {
|
|
26
|
+
background: {
|
|
27
|
+
default: colorStyle.background_default,
|
|
28
|
+
focused: colorStyle.background_pressed,
|
|
29
|
+
hovered: colorStyle.background_hovered,
|
|
30
|
+
pressed: colorStyle.background_pressed,
|
|
31
|
+
disabled: colorStyle.background_disabled
|
|
32
|
+
},
|
|
33
|
+
text: {
|
|
34
|
+
default: colorStyle.text_default,
|
|
35
|
+
focused: colorStyle.text_focused,
|
|
36
|
+
hovered: colorStyle.text_hovered,
|
|
37
|
+
pressed: colorStyle.text_pressed,
|
|
38
|
+
disabled: colorStyle.text_disabled
|
|
39
|
+
},
|
|
40
|
+
icon: {
|
|
41
|
+
default: themeContext.color.link_primary,
|
|
42
|
+
focused: themeContext.color.link_primary,
|
|
43
|
+
hovered: themeContext.color.link_primary_hover,
|
|
44
|
+
pressed: themeContext.color.link_primary,
|
|
45
|
+
disabled: themeContext.color.icon_disabled
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
iconStyle: [mapIconPLByText[`${!!text}`], iconStyle]
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
const colorStyle = _index2.StyleSheet.create({
|
|
52
|
+
background_default: {
|
|
53
|
+
backgroundColor: 'transparent'
|
|
54
|
+
},
|
|
55
|
+
background_focused: {
|
|
56
|
+
borderWidth: 1,
|
|
57
|
+
borderColor: _index2.StyleSheet.color.focus
|
|
58
|
+
},
|
|
59
|
+
background_hovered: {
|
|
60
|
+
backgroundColor: _index2.StyleSheet.color.background_hover
|
|
61
|
+
},
|
|
62
|
+
background_pressed: {
|
|
63
|
+
backgroundColor: _index2.StyleSheet.color.background_active
|
|
64
|
+
},
|
|
65
|
+
background_disabled: {
|
|
66
|
+
backgroundColor: 'transparent'
|
|
67
|
+
},
|
|
68
|
+
text_default: {
|
|
69
|
+
color: _index2.StyleSheet.color.link_primary
|
|
70
|
+
},
|
|
71
|
+
text_focused: {
|
|
72
|
+
color: _index2.StyleSheet.color.link_primary
|
|
73
|
+
},
|
|
74
|
+
text_hovered: {
|
|
75
|
+
color: _index2.StyleSheet.color.link_primary_hover
|
|
76
|
+
},
|
|
77
|
+
text_pressed: {
|
|
78
|
+
color: _index2.StyleSheet.color.link_primary
|
|
79
|
+
},
|
|
80
|
+
text_disabled: {
|
|
81
|
+
color: _index2.StyleSheet.color.text_disabled
|
|
82
|
+
}
|
|
83
|
+
}),
|
|
84
|
+
style = _reactNative.StyleSheet.create({
|
|
85
|
+
iconPL8: {
|
|
86
|
+
paddingLeft: _carbonReactNativeElements.Spacing.spacing_03
|
|
87
|
+
}
|
|
88
|
+
}),
|
|
89
|
+
mapIconPLByText = {
|
|
90
|
+
false: null,
|
|
91
|
+
true: style.iconPL8
|
|
92
|
+
};
|
|
93
|
+
//# sourceMappingURL=Ghost.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_index3","_jsxRuntime","Ghost","exports","forwardRef","text","iconStyle","props","ref","themeContext","useContext","ThemeContext","jsx","BaseColor","android_rippleEffectColor","color","background_active","colorStateStyle","background","default","colorStyle","background_default","focused","background_pressed","hovered","background_hovered","pressed","disabled","background_disabled","text_default","text_focused","text_hovered","text_pressed","text_disabled","icon","link_primary","link_primary_hover","icon_disabled","mapIconPLByText","StyleSheet","create","backgroundColor","background_focused","borderWidth","borderColor","focus","background_hover","style","RNStyleSheet","iconPL8","paddingLeft","Spacing","spacing_03","false","true"],"sourceRoot":"../../../../../src","sources":["components/button/ghost/Ghost.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AAMA,IAAAE,0BAAA,GAAAF,OAAA;AAIA,IAAAG,MAAA,GAAAH,OAAA;AAIA,IAAAI,OAAA,GAAAJ,OAAA;AAIA,IAAAK,OAAA,GAAAL,OAAA;AAGsB,IAAAM,WAAA,GAAAN,OAAA;AAUf,MAAMO,KAAK,GAAAC,OAAA,CAAAD,KAAA,gBAAG,IAAAE,iBAAU,EAC9B,SAASF,KAAKA,CACb;EACCG,IAAI;EACJC,SAAS;EACT,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,YAAY,GACX,IAAAC,iBAAU,EAACC,mBAAY,CAAC;EAE1B,oBACC,IAAAV,WAAA,CAAAW,GAAA,EAACZ,OAAA,CAAAa,SAAS;IAAA,GACJN,KAAK;IACVC,GAAG,EAAGA,GAAK;IACXH,IAAI,EAAGA,IAAM;IACbS,yBAAyB,EAAGL,YAAY,CAACM,KAAK,CAACC,iBAAmB;IAClEC,eAAe,EAAE;MAChBC,UAAU,EAAE;QACXC,OAAO,EAAEC,UAAU,CAACC,kBAAkB;QACtCC,OAAO,EAAEF,UAAU,CAACG,kBAAkB;QACtCC,OAAO,EAAEJ,UAAU,CAACK,kBAAkB;QACtCC,OAAO,EAAEN,UAAU,CAACG,kBAAkB;QACtCI,QAAQ,EAAEP,UAAU,CAACQ;MACtB,CAAC;MACDvB,IAAI,EAAE;QACLc,OAAO,EAAEC,UAAU,CAACS,YAAY;QAChCP,OAAO,EAAEF,UAAU,CAACU,YAAY;QAChCN,OAAO,EAAEJ,UAAU,CAACW,YAAY;QAChCL,OAAO,EAAEN,UAAU,CAACY,YAAY;QAChCL,QAAQ,EAAEP,UAAU,CAACa;MACtB,CAAC;MACDC,IAAI,EAAE;QACLf,OAAO,EAAEV,YAAY,CAACM,KAAK,CAACoB,YAAY;QACxCb,OAAO,EAAEb,YAAY,CAACM,KAAK,CAACoB,YAAY;QACxCX,OAAO,EAAEf,YAAY,CAACM,KAAK,CAACqB,kBAAkB;QAC9CV,OAAO,EAAEjB,YAAY,CAACM,KAAK,CAACoB,YAAY;QACxCR,QAAQ,EAAElB,YAAY,CAACM,KAAK,CAACsB;MAC9B;IACD,CAAE;IACF/B,SAAS,EAAG,CAAEgC,eAAe,CAAC,GAAG,CAAC,CAACjC,IAAI,EAAE,CAAC,EAAEC,SAAS;EAAI,CACzD,CAAC;AAGJ,CACD,CAAC;AAED,MACCc,UAAU,GACTmB,kBAAU,CAACC,MAAM,CAKf;IACDnB,kBAAkB,EAAE;MACnBoB,eAAe,EAAE;IAClB,CAAC;IACDC,kBAAkB,EAAE;MACnBC,WAAW,EAAE,CAAC;MACdC,WAAW,EAAEL,kBAAU,CAACxB,KAAK,CAAC8B;IAC/B,CAAC;IACDpB,kBAAkB,EAAE;MACnBgB,eAAe,EAAEF,kBAAU,CAACxB,KAAK,CAAC+B;IACnC,CAAC;IACDvB,kBAAkB,EAAE;MACnBkB,eAAe,EAAEF,kBAAU,CAACxB,KAAK,CAACC;IACnC,CAAC;IACDY,mBAAmB,EAAE;MACpBa,eAAe,EAAE;IAClB,CAAC;IAEDZ,YAAY,EAAE;MACbd,KAAK,EAAEwB,kBAAU,CAACxB,KAAK,CAACoB;IACzB,CAAC;IACDL,YAAY,EAAE;MACbf,KAAK,EAAEwB,kBAAU,CAACxB,KAAK,CAACoB;IACzB,CAAC;IACDJ,YAAY,EAAE;MACbhB,KAAK,EAAEwB,kBAAU,CAACxB,KAAK,CAACqB;IACzB,CAAC;IACDJ,YAAY,EAAE;MACbjB,KAAK,EAAEwB,kBAAU,CAACxB,KAAK,CAACoB;IACzB,CAAC;IACDF,aAAa,EAAE;MACdlB,KAAK,EAAEwB,kBAAU,CAACxB,KAAK,CAACkB;IACzB;EACD,CAAC,CAAC;EAEHc,KAAK,GACJC,uBAAY,CAACR,MAAM,CAAC;IACnBS,OAAO,EAAE;MACRC,WAAW,EAAEC,kCAAO,CAACC;IACtB;EACD,CAAC,CAAC;EAEHd,eAA+D,GAC9D;IACCe,KAAK,EAAE,IAAI;IACXC,IAAI,EAAEP,KAAK,CAACE;EACb,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/button/ghost/GhostProps.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/button/ghost/GhostRef.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -3,90 +3,37 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
text,
|
|
16
|
-
iconStyle,
|
|
17
|
-
...props
|
|
18
|
-
}) {
|
|
19
|
-
const themeContext = (0, _react.useContext)(_index.ThemeContext);
|
|
20
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.BaseColor, {
|
|
21
|
-
...props,
|
|
22
|
-
text: text,
|
|
23
|
-
android_rippleEffectColor: themeContext.color.background_active,
|
|
24
|
-
colorStateStyle: {
|
|
25
|
-
background: {
|
|
26
|
-
default: colorStyle.background_default,
|
|
27
|
-
focused: colorStyle.background_pressed,
|
|
28
|
-
hovered: colorStyle.background_hovered,
|
|
29
|
-
pressed: colorStyle.background_pressed,
|
|
30
|
-
disabled: colorStyle.background_disabled
|
|
31
|
-
},
|
|
32
|
-
text: {
|
|
33
|
-
default: colorStyle.text_default,
|
|
34
|
-
focused: colorStyle.text_focused,
|
|
35
|
-
hovered: colorStyle.text_hovered,
|
|
36
|
-
pressed: colorStyle.text_pressed,
|
|
37
|
-
disabled: colorStyle.text_disabled
|
|
38
|
-
},
|
|
39
|
-
icon: {
|
|
40
|
-
default: themeContext.color.link_primary,
|
|
41
|
-
focused: themeContext.color.link_primary,
|
|
42
|
-
hovered: themeContext.color.link_primary_hover,
|
|
43
|
-
pressed: themeContext.color.link_primary,
|
|
44
|
-
disabled: themeContext.color.icon_disabled
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
iconStyle: [mapIconPLByText[`${!!text}`], iconStyle]
|
|
6
|
+
var _Ghost = require("./Ghost.js");
|
|
7
|
+
Object.keys(_Ghost).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _Ghost[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _Ghost[key];
|
|
14
|
+
}
|
|
48
15
|
});
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
background_hovered: {
|
|
59
|
-
backgroundColor: color.background_hover
|
|
60
|
-
},
|
|
61
|
-
background_pressed: {
|
|
62
|
-
backgroundColor: color.background_active
|
|
63
|
-
},
|
|
64
|
-
background_disabled: {
|
|
65
|
-
backgroundColor: 'transparent'
|
|
66
|
-
},
|
|
67
|
-
text_default: {
|
|
68
|
-
color: color.link_primary
|
|
69
|
-
},
|
|
70
|
-
text_focused: {
|
|
71
|
-
color: color.link_primary
|
|
72
|
-
},
|
|
73
|
-
text_hovered: {
|
|
74
|
-
color: color.link_primary_hover
|
|
75
|
-
},
|
|
76
|
-
text_pressed: {
|
|
77
|
-
color: color.link_primary
|
|
78
|
-
},
|
|
79
|
-
text_disabled: {
|
|
80
|
-
color: color.text_disabled
|
|
16
|
+
});
|
|
17
|
+
var _GhostProps = require("./GhostProps.js");
|
|
18
|
+
Object.keys(_GhostProps).forEach(function (key) {
|
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (key in exports && exports[key] === _GhostProps[key]) return;
|
|
21
|
+
Object.defineProperty(exports, key, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _GhostProps[key];
|
|
81
25
|
}
|
|
82
|
-
})
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
var _GhostRef = require("./GhostRef.js");
|
|
29
|
+
Object.keys(_GhostRef).forEach(function (key) {
|
|
30
|
+
if (key === "default" || key === "__esModule") return;
|
|
31
|
+
if (key in exports && exports[key] === _GhostRef[key]) return;
|
|
32
|
+
Object.defineProperty(exports, key, {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () {
|
|
35
|
+
return _GhostRef[key];
|
|
86
36
|
}
|
|
87
|
-
})
|
|
88
|
-
|
|
89
|
-
false: null,
|
|
90
|
-
true: style.iconPL8
|
|
91
|
-
};
|
|
37
|
+
});
|
|
38
|
+
});
|
|
92
39
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_Ghost","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_GhostProps","_GhostRef"],"sourceRoot":"../../../../../src","sources":["components/button/ghost/index.tsx"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,WAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,WAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,WAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,WAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,SAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,SAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,SAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,SAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.GhostDanger = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
10
|
+
var _index = require("../../../contexts/index.js");
|
|
11
|
+
var _index2 = require("../../../_style-sheet/index.js");
|
|
12
|
+
var _index3 = require("../base-color/index.js");
|
|
13
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
+
const GhostDanger = exports.GhostDanger = /*#__PURE__*/(0, _react.forwardRef)(function GhostDanger({
|
|
15
|
+
text,
|
|
16
|
+
iconStyle,
|
|
17
|
+
...props
|
|
18
|
+
}, ref) {
|
|
19
|
+
const themeContext = (0, _react.useContext)(_index.ThemeContext);
|
|
20
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.BaseColor, {
|
|
21
|
+
...props,
|
|
22
|
+
ref: ref,
|
|
23
|
+
text: text,
|
|
24
|
+
android_rippleEffectColor: themeContext.color.button_danger_active,
|
|
25
|
+
colorStateStyle: {
|
|
26
|
+
background: {
|
|
27
|
+
default: colorStyle.background_default,
|
|
28
|
+
focused: colorStyle.background_pressed,
|
|
29
|
+
hovered: colorStyle.background_hovered,
|
|
30
|
+
pressed: colorStyle.background_pressed,
|
|
31
|
+
disabled: colorStyle.background_disabled
|
|
32
|
+
},
|
|
33
|
+
text: {
|
|
34
|
+
default: colorStyle.text_default,
|
|
35
|
+
focused: colorStyle.text_focused,
|
|
36
|
+
hovered: colorStyle.text_hovered,
|
|
37
|
+
pressed: colorStyle.text_pressed,
|
|
38
|
+
disabled: colorStyle.text_disabled
|
|
39
|
+
},
|
|
40
|
+
icon: {
|
|
41
|
+
default: themeContext.color.button_danger_secondary,
|
|
42
|
+
focused: themeContext.color.button_danger_secondary,
|
|
43
|
+
hovered: themeContext.color.icon_on_color,
|
|
44
|
+
pressed: themeContext.color.icon_on_color,
|
|
45
|
+
disabled: themeContext.color.icon_disabled
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
iconStyle: [mapIconPLByText[`${!!text}`], iconStyle]
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
const colorStyle = _index2.StyleSheet.create({
|
|
52
|
+
background_default: {
|
|
53
|
+
backgroundColor: 'transparent'
|
|
54
|
+
},
|
|
55
|
+
background_focused: {
|
|
56
|
+
borderWidth: 1,
|
|
57
|
+
borderColor: _index2.StyleSheet.color.focus
|
|
58
|
+
},
|
|
59
|
+
background_hovered: {
|
|
60
|
+
backgroundColor: _index2.StyleSheet.color.button_danger_hover
|
|
61
|
+
},
|
|
62
|
+
background_pressed: {
|
|
63
|
+
backgroundColor: _index2.StyleSheet.color.button_danger_active
|
|
64
|
+
},
|
|
65
|
+
background_disabled: {
|
|
66
|
+
backgroundColor: _index2.StyleSheet.color.button_disabled
|
|
67
|
+
},
|
|
68
|
+
text_default: {
|
|
69
|
+
color: _index2.StyleSheet.color.button_danger_secondary
|
|
70
|
+
},
|
|
71
|
+
text_focused: {
|
|
72
|
+
color: _index2.StyleSheet.color.button_danger_secondary
|
|
73
|
+
},
|
|
74
|
+
text_hovered: {
|
|
75
|
+
color: _index2.StyleSheet.color.text_on_color
|
|
76
|
+
},
|
|
77
|
+
text_pressed: {
|
|
78
|
+
color: _index2.StyleSheet.color.text_on_color
|
|
79
|
+
},
|
|
80
|
+
text_disabled: {
|
|
81
|
+
color: _index2.StyleSheet.color.text_disabled
|
|
82
|
+
}
|
|
83
|
+
}),
|
|
84
|
+
style = _reactNative.StyleSheet.create({
|
|
85
|
+
iconPL8: {
|
|
86
|
+
paddingLeft: _carbonReactNativeElements.Spacing.spacing_03
|
|
87
|
+
}
|
|
88
|
+
}),
|
|
89
|
+
mapIconPLByText = {
|
|
90
|
+
false: null,
|
|
91
|
+
true: style.iconPL8
|
|
92
|
+
};
|
|
93
|
+
//# sourceMappingURL=GhostDanger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_index3","_jsxRuntime","GhostDanger","exports","forwardRef","text","iconStyle","props","ref","themeContext","useContext","ThemeContext","jsx","BaseColor","android_rippleEffectColor","color","button_danger_active","colorStateStyle","background","default","colorStyle","background_default","focused","background_pressed","hovered","background_hovered","pressed","disabled","background_disabled","text_default","text_focused","text_hovered","text_pressed","text_disabled","icon","button_danger_secondary","icon_on_color","icon_disabled","mapIconPLByText","CarbonStyleSheet","create","backgroundColor","background_focused","borderWidth","borderColor","focus","button_danger_hover","button_disabled","text_on_color","style","StyleSheet","iconPL8","paddingLeft","Spacing","spacing_03","false","true"],"sourceRoot":"../../../../../src","sources":["components/button/ghost-danger/GhostDanger.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AAMA,IAAAE,0BAAA,GAAAF,OAAA;AAIA,IAAAG,MAAA,GAAAH,OAAA;AAIA,IAAAI,OAAA,GAAAJ,OAAA;AAIA,IAAAK,OAAA,GAAAL,OAAA;AAGsB,IAAAM,WAAA,GAAAN,OAAA;AAUf,MAAMO,WAAW,GAAAC,OAAA,CAAAD,WAAA,gBAAG,IAAAE,iBAAU,EACpC,SAASF,WAAWA,CACnB;EACCG,IAAI;EACJC,SAAS;EACT,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,YAAY,GACX,IAAAC,iBAAU,EAACC,mBAAY,CAAC;EAE1B,oBACC,IAAAV,WAAA,CAAAW,GAAA,EAACZ,OAAA,CAAAa,SAAS;IAAA,GACJN,KAAK;IACVC,GAAG,EAAGA,GAAK;IACXH,IAAI,EAAGA,IAAM;IACbS,yBAAyB,EAAGL,YAAY,CAACM,KAAK,CAACC,oBAAsB;IACrEC,eAAe,EAAE;MAChBC,UAAU,EAAE;QACXC,OAAO,EAAEC,UAAU,CAACC,kBAAkB;QACtCC,OAAO,EAAEF,UAAU,CAACG,kBAAkB;QACtCC,OAAO,EAAEJ,UAAU,CAACK,kBAAkB;QACtCC,OAAO,EAAEN,UAAU,CAACG,kBAAkB;QACtCI,QAAQ,EAAEP,UAAU,CAACQ;MACtB,CAAC;MACDvB,IAAI,EAAE;QACLc,OAAO,EAAEC,UAAU,CAACS,YAAY;QAChCP,OAAO,EAAEF,UAAU,CAACU,YAAY;QAChCN,OAAO,EAAEJ,UAAU,CAACW,YAAY;QAChCL,OAAO,EAAEN,UAAU,CAACY,YAAY;QAChCL,QAAQ,EAAEP,UAAU,CAACa;MACtB,CAAC;MACDC,IAAI,EAAE;QACLf,OAAO,EAAEV,YAAY,CAACM,KAAK,CAACoB,uBAAuB;QACnDb,OAAO,EAAEb,YAAY,CAACM,KAAK,CAACoB,uBAAuB;QACnDX,OAAO,EAAEf,YAAY,CAACM,KAAK,CAACqB,aAAa;QACzCV,OAAO,EAAEjB,YAAY,CAACM,KAAK,CAACqB,aAAa;QACzCT,QAAQ,EAAElB,YAAY,CAACM,KAAK,CAACsB;MAC9B;IACD,CAAE;IACF/B,SAAS,EAAG,CAAEgC,eAAe,CAAC,GAAG,CAAC,CAACjC,IAAI,EAAE,CAAC,EAAEC,SAAS;EAAI,CACzD,CAAC;AAGJ,CACD,CAAC;AAED,MACCc,UAAU,GACTmB,kBAAgB,CAACC,MAAM,CAKrB;IACDnB,kBAAkB,EAAE;MACnBoB,eAAe,EAAE;IAClB,CAAC;IACDC,kBAAkB,EAAE;MACnBC,WAAW,EAAE,CAAC;MACdC,WAAW,EAAEL,kBAAgB,CAACxB,KAAK,CAAC8B;IACrC,CAAC;IACDpB,kBAAkB,EAAE;MACnBgB,eAAe,EAAEF,kBAAgB,CAACxB,KAAK,CAAC+B;IACzC,CAAC;IACDvB,kBAAkB,EAAE;MACnBkB,eAAe,EAAEF,kBAAgB,CAACxB,KAAK,CAACC;IACzC,CAAC;IACDY,mBAAmB,EAAE;MACpBa,eAAe,EAAEF,kBAAgB,CAACxB,KAAK,CAACgC;IACzC,CAAC;IAEDlB,YAAY,EAAE;MACbd,KAAK,EAAEwB,kBAAgB,CAACxB,KAAK,CAACoB;IAC/B,CAAC;IACDL,YAAY,EAAE;MACbf,KAAK,EAAEwB,kBAAgB,CAACxB,KAAK,CAACoB;IAC/B,CAAC;IACDJ,YAAY,EAAE;MACbhB,KAAK,EAAEwB,kBAAgB,CAACxB,KAAK,CAACiC;IAC/B,CAAC;IACDhB,YAAY,EAAE;MACbjB,KAAK,EAAEwB,kBAAgB,CAACxB,KAAK,CAACiC;IAC/B,CAAC;IACDf,aAAa,EAAE;MACdlB,KAAK,EAAEwB,kBAAgB,CAACxB,KAAK,CAACkB;IAC/B;EACD,CAAC,CAAC;EAEHgB,KAAK,GACJC,uBAAU,CAACV,MAAM,CAAC;IACjBW,OAAO,EAAE;MACRC,WAAW,EAAEC,kCAAO,CAACC;IACtB;EACD,CAAC,CAAC;EAEHhB,eAA+D,GAC9D;IACCiB,KAAK,EAAE,IAAI;IACXC,IAAI,EAAEP,KAAK,CAACE;EACb,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/button/ghost-danger/GhostDangerProps.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/button/ghost-danger/GhostDangerRef.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -3,90 +3,37 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
text,
|
|
16
|
-
iconStyle,
|
|
17
|
-
...props
|
|
18
|
-
}) {
|
|
19
|
-
const themeContext = (0, _react.useContext)(_index.ThemeContext);
|
|
20
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.BaseColor, {
|
|
21
|
-
...props,
|
|
22
|
-
text: text,
|
|
23
|
-
android_rippleEffectColor: themeContext.color.button_danger_active,
|
|
24
|
-
colorStateStyle: {
|
|
25
|
-
background: {
|
|
26
|
-
default: colorStyle.background_default,
|
|
27
|
-
focused: colorStyle.background_pressed,
|
|
28
|
-
hovered: colorStyle.background_hovered,
|
|
29
|
-
pressed: colorStyle.background_pressed,
|
|
30
|
-
disabled: colorStyle.background_disabled
|
|
31
|
-
},
|
|
32
|
-
text: {
|
|
33
|
-
default: colorStyle.text_default,
|
|
34
|
-
focused: colorStyle.text_focused,
|
|
35
|
-
hovered: colorStyle.text_hovered,
|
|
36
|
-
pressed: colorStyle.text_pressed,
|
|
37
|
-
disabled: colorStyle.text_disabled
|
|
38
|
-
},
|
|
39
|
-
icon: {
|
|
40
|
-
default: themeContext.color.button_danger_secondary,
|
|
41
|
-
focused: themeContext.color.button_danger_secondary,
|
|
42
|
-
hovered: themeContext.color.icon_on_color,
|
|
43
|
-
pressed: themeContext.color.icon_on_color,
|
|
44
|
-
disabled: themeContext.color.icon_disabled
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
iconStyle: [mapIconPLByText[`${!!text}`], iconStyle]
|
|
6
|
+
var _GhostDanger = require("./GhostDanger.js");
|
|
7
|
+
Object.keys(_GhostDanger).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _GhostDanger[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _GhostDanger[key];
|
|
14
|
+
}
|
|
48
15
|
});
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
background_hovered: {
|
|
59
|
-
backgroundColor: color.button_danger_hover
|
|
60
|
-
},
|
|
61
|
-
background_pressed: {
|
|
62
|
-
backgroundColor: color.button_danger_active
|
|
63
|
-
},
|
|
64
|
-
background_disabled: {
|
|
65
|
-
backgroundColor: color.button_disabled
|
|
66
|
-
},
|
|
67
|
-
text_default: {
|
|
68
|
-
color: color.button_danger_secondary
|
|
69
|
-
},
|
|
70
|
-
text_focused: {
|
|
71
|
-
color: color.button_danger_secondary
|
|
72
|
-
},
|
|
73
|
-
text_hovered: {
|
|
74
|
-
color: color.text_on_color
|
|
75
|
-
},
|
|
76
|
-
text_pressed: {
|
|
77
|
-
color: color.text_on_color
|
|
78
|
-
},
|
|
79
|
-
text_disabled: {
|
|
80
|
-
color: color.text_disabled
|
|
16
|
+
});
|
|
17
|
+
var _GhostDangerProps = require("./GhostDangerProps.js");
|
|
18
|
+
Object.keys(_GhostDangerProps).forEach(function (key) {
|
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (key in exports && exports[key] === _GhostDangerProps[key]) return;
|
|
21
|
+
Object.defineProperty(exports, key, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _GhostDangerProps[key];
|
|
81
25
|
}
|
|
82
|
-
})
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
var _GhostDangerRef = require("./GhostDangerRef.js");
|
|
29
|
+
Object.keys(_GhostDangerRef).forEach(function (key) {
|
|
30
|
+
if (key === "default" || key === "__esModule") return;
|
|
31
|
+
if (key in exports && exports[key] === _GhostDangerRef[key]) return;
|
|
32
|
+
Object.defineProperty(exports, key, {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () {
|
|
35
|
+
return _GhostDangerRef[key];
|
|
86
36
|
}
|
|
87
|
-
})
|
|
88
|
-
|
|
89
|
-
false: null,
|
|
90
|
-
true: style.iconPL8
|
|
91
|
-
};
|
|
37
|
+
});
|
|
38
|
+
});
|
|
92
39
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_GhostDanger","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_GhostDangerProps","_GhostDangerRef"],"sourceRoot":"../../../../../src","sources":["components/button/ghost-danger/index.tsx"],"mappings":";;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,iBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,iBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,iBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,iBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,eAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,eAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,eAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,eAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.GhostIcon = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _index = require("../../../contexts/index.js");
|
|
9
|
+
var _index2 = require("../../../_style-sheet/index.js");
|
|
10
|
+
var _index3 = require("../base-color/index.js");
|
|
11
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
+
const GhostIcon = exports.GhostIcon = /*#__PURE__*/(0, _react.forwardRef)(function GhostIcon({
|
|
13
|
+
selected,
|
|
14
|
+
...props
|
|
15
|
+
}, ref) {
|
|
16
|
+
const themeContext = (0, _react.useContext)(_index.ThemeContext);
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.BaseColor, {
|
|
18
|
+
...props,
|
|
19
|
+
ref: ref,
|
|
20
|
+
android_rippleEffectColor: themeContext.color.background_active,
|
|
21
|
+
colorStateStyle: {
|
|
22
|
+
background: {
|
|
23
|
+
default: selected ? style.background_default : style.background_default_selected,
|
|
24
|
+
focused: style.background_focused,
|
|
25
|
+
hovered: style.background_hovered,
|
|
26
|
+
pressed: style.background_pressed,
|
|
27
|
+
disabled: style.background_disabled
|
|
28
|
+
},
|
|
29
|
+
text: {
|
|
30
|
+
default: style.text_default,
|
|
31
|
+
focused: style.text_focused,
|
|
32
|
+
hovered: style.text_hovered,
|
|
33
|
+
pressed: style.text_pressed,
|
|
34
|
+
disabled: style.text_disabled
|
|
35
|
+
},
|
|
36
|
+
icon: {
|
|
37
|
+
default: themeContext.color.icon_primary,
|
|
38
|
+
focused: themeContext.color.icon_primary,
|
|
39
|
+
hovered: themeContext.color.icon_primary,
|
|
40
|
+
pressed: themeContext.color.icon_primary,
|
|
41
|
+
disabled: themeContext.color.icon_disabled
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
});
|
|
46
|
+
const style = _index2.StyleSheet.create({
|
|
47
|
+
background_default: {
|
|
48
|
+
backgroundColor: 'transparent'
|
|
49
|
+
},
|
|
50
|
+
background_default_selected: {
|
|
51
|
+
backgroundColor: _index2.StyleSheet.color.background_selected
|
|
52
|
+
},
|
|
53
|
+
background_focused: {
|
|
54
|
+
borderWidth: 1,
|
|
55
|
+
borderColor: _index2.StyleSheet.color.focus
|
|
56
|
+
},
|
|
57
|
+
background_hovered: {
|
|
58
|
+
backgroundColor: _index2.StyleSheet.color.background_hover
|
|
59
|
+
},
|
|
60
|
+
background_pressed: {
|
|
61
|
+
backgroundColor: _index2.StyleSheet.color.background_active
|
|
62
|
+
},
|
|
63
|
+
background_disabled: {
|
|
64
|
+
backgroundColor: 'transparent'
|
|
65
|
+
},
|
|
66
|
+
text_default: {
|
|
67
|
+
color: 'transparent'
|
|
68
|
+
},
|
|
69
|
+
text_focused: {
|
|
70
|
+
color: 'transparent'
|
|
71
|
+
},
|
|
72
|
+
text_hovered: {
|
|
73
|
+
color: 'transparent'
|
|
74
|
+
},
|
|
75
|
+
text_pressed: {
|
|
76
|
+
color: 'transparent'
|
|
77
|
+
},
|
|
78
|
+
text_disabled: {
|
|
79
|
+
color: 'transparent'
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
//# sourceMappingURL=GhostIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_index","_index2","_index3","_jsxRuntime","GhostIcon","exports","forwardRef","selected","props","ref","themeContext","useContext","ThemeContext","jsx","BaseColor","android_rippleEffectColor","color","background_active","colorStateStyle","background","default","style","background_default","background_default_selected","focused","background_focused","hovered","background_hovered","pressed","background_pressed","disabled","background_disabled","text","text_default","text_focused","text_hovered","text_pressed","text_disabled","icon","icon_primary","icon_disabled","StyleSheet","create","backgroundColor","background_selected","borderWidth","borderColor","focus","background_hover"],"sourceRoot":"../../../../../src","sources":["components/button/ghost-icon/GhostIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAUA,IAAAC,MAAA,GAAAD,OAAA;AAIA,IAAAE,OAAA,GAAAF,OAAA;AAIA,IAAAG,OAAA,GAAAH,OAAA;AAGsB,IAAAI,WAAA,GAAAJ,OAAA;AAUf,MAAMK,SAAS,GAAAC,OAAA,CAAAD,SAAA,gBAAG,IAAAE,iBAAU,EAClC,SAASF,SAASA,CACjB;EACCG,QAAQ;EACR,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,YAAY,GACX,IAAAC,iBAAU,EAACC,mBAAY,CAAC;EAE1B,oBACC,IAAAT,WAAA,CAAAU,GAAA,EAACX,OAAA,CAAAY,SAAS;IAAA,GACJN,KAAK;IACVC,GAAG,EAAGA,GAAK;IACXM,yBAAyB,EAAGL,YAAY,CAACM,KAAK,CAACC,iBAAmB;IAClEC,eAAe,EAAE;MAChBC,UAAU,EAAE;QACXC,OAAO,EAAEb,QAAQ,GACdc,KAAK,CAACC,kBAAkB,GACxBD,KAAK,CAACE,2BAA2B;QACpCC,OAAO,EAAEH,KAAK,CAACI,kBAAkB;QACjCC,OAAO,EAAEL,KAAK,CAACM,kBAAkB;QACjCC,OAAO,EAAEP,KAAK,CAACQ,kBAAkB;QACjCC,QAAQ,EAAET,KAAK,CAACU;MACjB,CAAC;MACDC,IAAI,EAAE;QACLZ,OAAO,EAAEC,KAAK,CAACY,YAAY;QAC3BT,OAAO,EAAEH,KAAK,CAACa,YAAY;QAC3BR,OAAO,EAAEL,KAAK,CAACc,YAAY;QAC3BP,OAAO,EAAEP,KAAK,CAACe,YAAY;QAC3BN,QAAQ,EAAET,KAAK,CAACgB;MACjB,CAAC;MACDC,IAAI,EAAE;QACLlB,OAAO,EAAEV,YAAY,CAACM,KAAK,CAACuB,YAAY;QACxCf,OAAO,EAAEd,YAAY,CAACM,KAAK,CAACuB,YAAY;QACxCb,OAAO,EAAEhB,YAAY,CAACM,KAAK,CAACuB,YAAY;QACxCX,OAAO,EAAElB,YAAY,CAACM,KAAK,CAACuB,YAAY;QACxCT,QAAQ,EAAEpB,YAAY,CAACM,KAAK,CAACwB;MAC9B;IACD;EAAE,CACF,CAAC;AAGJ,CACD,CAAC;AAED,MACCnB,KAAK,GACJoB,kBAAU,CAACC,MAAM,CAMf;EACDpB,kBAAkB,EAAE;IACnBqB,eAAe,EAAE;EAClB,CAAC;EACDpB,2BAA2B,EAAE;IAC5BoB,eAAe,EAAEF,kBAAU,CAACzB,KAAK,CAAC4B;EACnC,CAAC;EACDnB,kBAAkB,EAAE;IACnBoB,WAAW,EAAE,CAAC;IACdC,WAAW,EAAEL,kBAAU,CAACzB,KAAK,CAAC+B;EAC/B,CAAC;EACDpB,kBAAkB,EAAE;IACnBgB,eAAe,EAAEF,kBAAU,CAACzB,KAAK,CAACgC;EACnC,CAAC;EACDnB,kBAAkB,EAAE;IACnBc,eAAe,EAAEF,kBAAU,CAACzB,KAAK,CAACC;EACnC,CAAC;EACDc,mBAAmB,EAAE;IACpBY,eAAe,EAAE;EAClB,CAAC;EAEDV,YAAY,EAAE;IACbjB,KAAK,EAAE;EACR,CAAC;EACDkB,YAAY,EAAE;IACblB,KAAK,EAAE;EACR,CAAC;EACDmB,YAAY,EAAE;IACbnB,KAAK,EAAE;EACR,CAAC;EACDoB,YAAY,EAAE;IACbpB,KAAK,EAAE;EACR,CAAC;EACDqB,aAAa,EAAE;IACdrB,KAAK,EAAE;EACR;AACD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/button/ghost-icon/GhostIconProps.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/button/ghost-icon/GhostIconRef.ts"],"mappings":"","ignoreList":[]}
|