@audira/carbon-react-native 1.0.0-beta.4 → 1.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/_internal/contexts/button-group/ButtonGroupContext.js +1 -1
- package/lib/commonjs/_internal/contexts/global-config/GlobalConfigContext.js +1 -1
- package/lib/commonjs/_internal/contexts/modal/ModalContext.js +1 -1
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +6 -6
- package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js +23 -23
- package/lib/commonjs/_internal/style-sheets/text-style-sheet.js +14 -14
- package/lib/commonjs/carbon-react-native/CarbonReactNative.js +1 -1
- package/lib/commonjs/carbon-style-sheet/breakpoint.js +5 -5
- package/lib/commonjs/carbon-style-sheet/create.js +5 -5
- package/lib/commonjs/components/accordion/Accordion.js +6 -6
- package/lib/commonjs/components/accordion/_Header.js +7 -7
- package/lib/commonjs/components/accordion/_Item.js +3 -3
- package/lib/commonjs/components/accordion/_chevron/Chevron.js +1 -1
- package/lib/commonjs/components/accordion/_styles.js +1 -1
- package/lib/commonjs/components/button/base/Base.js +16 -16
- package/lib/commonjs/components/button/base-color/BaseColor.js +5 -5
- package/lib/commonjs/components/button/ghost/Ghost.js +2 -2
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js +1 -1
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js +3 -3
- package/lib/commonjs/components/button/tertiary/Tertiary.js +2 -2
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js +3 -3
- package/lib/commonjs/components/button-group/ButtonGroup.js +4 -4
- package/lib/commonjs/components/checkbox/Checkbox.js +7 -7
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +6 -6
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js +11 -11
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/commonjs/components/collapsible/Collapsible.js +7 -7
- package/lib/commonjs/components/form-helper-text/FormHelperText.js +2 -2
- package/lib/commonjs/components/form-label/FormLabel.js +2 -2
- package/lib/commonjs/components/icon/Icon.js +5 -5
- package/lib/commonjs/components/icon/Icon.js.map +1 -1
- package/lib/commonjs/components/inline-loading/InlineLoading.js +6 -6
- package/lib/commonjs/components/loading/Loading.js +2 -2
- package/lib/commonjs/components/loading/_circular-progress/CircularProgress.js +3 -3
- package/lib/commonjs/components/modal/Modal.js +39 -39
- package/lib/commonjs/components/modal-content/ModalContent.js +11 -11
- package/lib/commonjs/components/notification/_status-hooks/_base/useBase.js +3 -3
- package/lib/commonjs/components/notification/_variant-context.js +1 -1
- package/lib/commonjs/components/notification/_variants/_ButtonGhost.js +3 -3
- package/lib/commonjs/components/notification/_variants/_ButtonTertiary.js +3 -3
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js +1 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +1 -1
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js +1 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js +1 -1
- package/lib/commonjs/components/notification/_variants/toast/ToastVariant.js +5 -5
- package/lib/commonjs/components/notification/base/Base.js +12 -12
- package/lib/commonjs/components/radio-button/RadioButton.js +7 -7
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +10 -10
- package/lib/commonjs/components/radio-button-group/_Item.js +1 -1
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +8 -8
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -1
- package/lib/commonjs/components/switch/Switch.js +11 -11
- package/lib/commonjs/components/switch/Switch.js.map +1 -1
- package/lib/commonjs/components/text/Text.js +4 -1
- package/lib/commonjs/components/text/Text.js.map +1 -1
- package/lib/commonjs/components/text-area/TextArea.js +2 -2
- package/lib/commonjs/components/text-area-field/TextAreaField.js +3 -3
- package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js +3 -3
- package/lib/commonjs/components/text-input/TextInput.js +3 -3
- package/lib/commonjs/components/text-input-field/TextInputField.js +10 -10
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +8 -8
- package/lib/commonjs/components/text-input-fluid/TextInputFluid.js +3 -3
- package/lib/commonjs/components/toggle/base/Base.js +9 -9
- package/lib/commonjs/components/toggle/default/Default.js +1 -1
- package/lib/commonjs/components/toggle/small/Small.js +1 -1
- package/lib/commonjs/contexts/breakpoint/BreakpointContext.js +1 -1
- package/lib/commonjs/contexts/dialog/DialogContext.js +1 -1
- package/lib/commonjs/contexts/toast/ToastContext.js +2 -2
- package/lib/commonjs/helpers/breakpoint/get-token.js +1 -1
- package/lib/commonjs/helpers/color/get-color-scheme.js +3 -3
- package/lib/commonjs/helpers/color/get-color-token.js +2 -2
- package/lib/commonjs/providers/dialog/_controller/Controller.js +1 -1
- package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js +2 -2
- package/lib/commonjs/providers/toast/_overlay/Overlay.js +2 -3
- package/lib/commonjs/providers/toast/_overlay/Overlay.js.map +1 -1
- package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +4 -4
- package/lib/module/_internal/contexts/button-group/ButtonGroupContext.js +2 -2
- package/lib/module/_internal/contexts/global-config/GlobalConfigContext.js +2 -2
- package/lib/module/_internal/contexts/modal/ModalContext.js +2 -2
- package/lib/module/_internal/providers/breakpoint/BreakpointProvider.js +1 -1
- package/lib/module/_internal/providers/theme/ThemeProvider.js +1 -1
- package/lib/module/_internal/style-sheets/common-style-sheet.js +7 -7
- package/lib/module/_internal/style-sheets/flex-style-sheet.js +24 -24
- package/lib/module/_internal/style-sheets/text-style-sheet.js +15 -15
- package/lib/module/carbon-react-native/CarbonReactNative.js +1 -1
- package/lib/module/carbon-style-sheet/breakpoint.js +5 -5
- package/lib/module/carbon-style-sheet/color.js +1 -1
- package/lib/module/carbon-style-sheet/create.js +7 -7
- package/lib/module/carbon-style-sheet/index.js +1 -1
- package/lib/module/carbon-style-sheet/use.js +1 -1
- package/lib/module/components/accordion/Accordion.js +8 -8
- package/lib/module/components/accordion/_Header.js +10 -10
- package/lib/module/components/accordion/_HeaderBorder.js +3 -3
- package/lib/module/components/accordion/_Item.js +6 -6
- package/lib/module/components/accordion/_chevron/Chevron.js +4 -4
- package/lib/module/components/accordion/_context.js +1 -1
- package/lib/module/components/accordion/_motion.js +2 -2
- package/lib/module/components/accordion/_styles.js +3 -3
- package/lib/module/components/button/base/Base.js +19 -19
- package/lib/module/components/button/base-color/BaseColor.js +8 -8
- package/lib/module/components/button/ghost/Ghost.js +5 -5
- package/lib/module/components/button/ghost-danger/GhostDanger.js +4 -4
- package/lib/module/components/button/ghost-icon/GhostIcon.js +6 -6
- package/lib/module/components/button/primary/Primary.js +2 -2
- package/lib/module/components/button/primary-danger/PrimaryDanger.js +2 -2
- package/lib/module/components/button/secondary/Secondary.js +2 -2
- package/lib/module/components/button/tertiary/Tertiary.js +5 -5
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js +6 -6
- package/lib/module/components/button-group/ButtonGroup.js +7 -7
- package/lib/module/components/checkbox/Checkbox.js +10 -10
- package/lib/module/components/checkbox-group/CheckboxGroup.js +11 -11
- package/lib/module/components/checkbox-input/CheckboxInput.js +16 -16
- package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/module/components/collapsible/Collapsible.js +10 -10
- package/lib/module/components/form-helper-text/FormHelperText.js +4 -4
- package/lib/module/components/form-label/FormLabel.js +4 -4
- package/lib/module/components/icon/Icon.js +8 -8
- package/lib/module/components/icon/Icon.js.map +1 -1
- package/lib/module/components/inline-loading/InlineLoading.js +11 -11
- package/lib/module/components/layer/Layer.js +3 -3
- package/lib/module/components/layer/LayerContext.js +1 -1
- package/lib/module/components/loading/Loading.js +5 -5
- package/lib/module/components/loading/_circular-progress/CircularProgress.js +5 -5
- package/lib/module/components/loading/_map-circle-background-color.js +1 -1
- package/lib/module/components/loading/_map-circle-stroke-color.js +1 -1
- package/lib/module/components/modal/Modal.js +43 -43
- package/lib/module/components/modal-content/ModalContent.js +14 -14
- package/lib/module/components/notification/_VariantContextProvider.js +1 -1
- package/lib/module/components/notification/_status-hooks/_base/useBase.js +5 -5
- package/lib/module/components/notification/_status-hooks/error/useError.js +3 -3
- package/lib/module/components/notification/_status-hooks/informational/useInformational.js +3 -3
- package/lib/module/components/notification/_status-hooks/success/useSuccess.js +3 -3
- package/lib/module/components/notification/_status-hooks/warning/useWarning.js +3 -3
- package/lib/module/components/notification/_variant-context.js +2 -2
- package/lib/module/components/notification/_variants/_ButtonGhost.js +6 -6
- package/lib/module/components/notification/_variants/_ButtonTertiary.js +6 -6
- package/lib/module/components/notification/_variants/actionable/ActionableVariant.js +2 -2
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +2 -2
- package/lib/module/components/notification/_variants/callout/CalloutVariant.js +2 -2
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js +2 -2
- package/lib/module/components/notification/_variants/toast/ToastVariant.js +8 -8
- package/lib/module/components/notification/actionable/error/Error.js +1 -1
- package/lib/module/components/notification/actionable/informational/Informational.js +1 -1
- package/lib/module/components/notification/actionable/success/Success.js +1 -1
- package/lib/module/components/notification/actionable/warning/Warning.js +1 -1
- package/lib/module/components/notification/actionable-inline/error/Error.js +1 -1
- package/lib/module/components/notification/actionable-inline/informational/Informational.js +1 -1
- package/lib/module/components/notification/actionable-inline/success/Success.js +1 -1
- package/lib/module/components/notification/actionable-inline/warning/Warning.js +1 -1
- package/lib/module/components/notification/base/Base.js +16 -16
- package/lib/module/components/notification/callout/error/Error.js +1 -1
- package/lib/module/components/notification/callout/informational/Informational.js +1 -1
- package/lib/module/components/notification/callout/success/Success.js +1 -1
- package/lib/module/components/notification/callout/warning/Warning.js +1 -1
- package/lib/module/components/notification/callout-inline/error/Error.js +1 -1
- package/lib/module/components/notification/callout-inline/informational/Informational.js +1 -1
- package/lib/module/components/notification/callout-inline/success/Success.js +1 -1
- package/lib/module/components/notification/callout-inline/warning/Warning.js +1 -1
- package/lib/module/components/notification/subtitle/Subtitle.js +1 -1
- package/lib/module/components/notification/subtitle-link/SubtitleLink.js +1 -1
- package/lib/module/components/notification/toast/error/Error.js +1 -1
- package/lib/module/components/notification/toast/informational/Informational.js +1 -1
- package/lib/module/components/notification/toast/success/Success.js +1 -1
- package/lib/module/components/notification/toast/warning/Warning.js +1 -1
- package/lib/module/components/radio-button/RadioButton.js +10 -10
- package/lib/module/components/radio-button-group/RadioButtonGroup.js +15 -15
- package/lib/module/components/radio-button-group/_Item.js +2 -2
- package/lib/module/components/radio-button-group/_item-context.js +1 -1
- package/lib/module/components/radio-button-input/RadioButtonInput.js +10 -10
- package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -1
- package/lib/module/components/switch/Switch.js +15 -15
- package/lib/module/components/switch/Switch.js.map +1 -1
- package/lib/module/components/text/Text.js +7 -4
- package/lib/module/components/text/Text.js.map +1 -1
- package/lib/module/components/text-area/TextArea.js +5 -5
- package/lib/module/components/text-area-field/TextAreaField.js +6 -6
- package/lib/module/components/text-area-fluid/TextAreaFluid.js +8 -8
- package/lib/module/components/text-input/TextInput.js +6 -6
- package/lib/module/components/text-input-field/TextInputField.js +15 -15
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +11 -11
- package/lib/module/components/text-input-fluid/TextInputFluid.js +8 -8
- package/lib/module/components/toggle/base/Base.js +12 -12
- package/lib/module/components/toggle/default/Default.js +2 -2
- package/lib/module/components/toggle/small/Small.js +2 -2
- package/lib/module/const/dialog-animation-configs/carbon-react.js +2 -2
- package/lib/module/const/dialog-animation-configs/fade-bottom-up-2.js +2 -2
- package/lib/module/const/dialog-animation-configs/fade-bottom-up.js +2 -2
- package/lib/module/contexts/breakpoint/BreakpointContext.js +3 -3
- package/lib/module/contexts/dialog/DialogContext.js +2 -2
- package/lib/module/contexts/theme/ThemeContext.js +1 -1
- package/lib/module/contexts/toast/ToastContext.js +3 -3
- package/lib/module/helpers/breakpoint/get-token.js +2 -2
- package/lib/module/helpers/color/get-color-scheme.js +4 -4
- package/lib/module/helpers/color/get-color-token.js +2 -2
- package/lib/module/hooks/breakpoint/use.js +2 -2
- package/lib/module/providers/dialog/DialogProvider.js +1 -1
- package/lib/module/providers/dialog/_controller/Controller.js +3 -3
- package/lib/module/providers/dialog/_controller/_modal/Modal.js +2 -2
- package/lib/module/providers/dialog/_controller/_overlay/Overlay.js +4 -4
- package/lib/module/providers/toast/ToastProvider.js +1 -1
- package/lib/module/providers/toast/_overlay/Overlay.js +5 -6
- package/lib/module/providers/toast/_overlay/Overlay.js.map +1 -1
- package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +7 -7
- package/lib/typescript/commonjs/_internal/contexts/button-group/ButtonGroupContext.d.ts +4 -4
- package/lib/typescript/commonjs/_internal/contexts/button-group/index.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/contexts/global-config/GlobalConfigContext.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/contexts/global-config/index.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/contexts/index.d.ts +3 -3
- package/lib/typescript/commonjs/_internal/contexts/modal/ModalContext.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/contexts/modal/index.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/globals/breakpoint/index.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/globals/index.d.ts +2 -2
- package/lib/typescript/commonjs/_internal/helpers/index.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/helpers/math/index.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/breakpoint/BreakpointProvider.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/breakpoint/index.d.ts +2 -2
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/global-config/index.d.ts +2 -2
- package/lib/typescript/commonjs/_internal/providers/index.d.ts +3 -3
- package/lib/typescript/commonjs/_internal/providers/theme/ThemeProvider.d.ts +1 -1
- package/lib/typescript/commonjs/_internal/providers/theme/ThemeProviderProps.d.ts +2 -2
- package/lib/typescript/commonjs/_internal/providers/theme/index.d.ts +2 -2
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +3 -3
- package/lib/typescript/commonjs/carbon-react-native/CarbonReactNative.d.ts +1 -1
- package/lib/typescript/commonjs/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
- package/lib/typescript/commonjs/carbon-react-native/index.d.ts +2 -2
- package/lib/typescript/commonjs/carbon-style-sheet/color.d.ts +1 -1
- package/lib/typescript/commonjs/carbon-style-sheet/create.d.ts +2 -2
- package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/accordion/Accordion.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/AccordionHeaderProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/accordion/AccordionItemProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/accordion/AccordionItemRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/AccordionProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/accordion/AccordionRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/accordion/AccordionSize.d.ts +1 -1
- package/lib/typescript/commonjs/components/accordion/_Header.d.ts +1 -1
- package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/_Item.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts +1 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/ChevronProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/_chevron/index.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/_context.d.ts +5 -5
- package/lib/typescript/commonjs/components/accordion/_motion.d.ts +2 -2
- package/lib/typescript/commonjs/components/accordion/index.d.ts +7 -7
- package/lib/typescript/commonjs/components/button/Size.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/base/Base.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/base/BaseProps.d.ts +11 -11
- package/lib/typescript/commonjs/components/button/base/BaseRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/base/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/base-color/BaseColor.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/base-color/BaseColorProps.d.ts +5 -5
- package/lib/typescript/commonjs/components/button/base-color/BaseColorRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/base-color/BaseColorState.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/base-color/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/ghost/GhostProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/ghost/GhostRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/ghost/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/ghost-danger/GhostDanger.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/ghost-danger/GhostDangerProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/ghost-danger/GhostDangerRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/ghost-danger/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/ghost-icon/GhostIcon.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/ghost-icon/GhostIconProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/button/ghost-icon/GhostIconRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/ghost-icon/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/index.d.ts +11 -11
- package/lib/typescript/commonjs/components/button/primary/Primary.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/primary/PrimaryProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/primary/PrimaryRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/primary/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDanger.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDangerProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDangerRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/primary-danger/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/secondary/Secondary.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/secondary/SecondaryProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/secondary/SecondaryRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/secondary/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/tertiary/Tertiary.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/tertiary/TertiaryProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/tertiary/TertiaryRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/tertiary/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDanger.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDangerProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDangerRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button/tertiary-danger/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/button-group/ButtonGroup.d.ts +2 -2
- package/lib/typescript/commonjs/components/button-group/ButtonGroupProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/button-group/ButtonGroupRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/button-group/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts +13 -13
- package/lib/typescript/commonjs/components/checkbox/CheckboxRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +3 -3
- package/lib/typescript/commonjs/components/checkbox/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts +1 -1
- package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupProps.d.ts +5 -5
- package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroupRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/checkbox-group/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputInteractiveState.d.ts +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +5 -5
- package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts +2 -2
- package/lib/typescript/commonjs/components/collapsible/CollapsibleProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/collapsible/CollapsibleRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/collapsible/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts +2 -2
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/form-helper-text/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts +2 -2
- package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/form-label/FormLabelRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/form-label/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/icon/Icon.d.ts +2 -2
- package/lib/typescript/commonjs/components/icon/IconProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/icon/index.d.ts +2 -2
- package/lib/typescript/commonjs/components/index.d.ts +28 -28
- package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts +2 -2
- package/lib/typescript/commonjs/components/inline-loading/InlineLoadingProps.d.ts +5 -5
- package/lib/typescript/commonjs/components/inline-loading/InlineLoadingRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/inline-loading/InlineLoadingState.d.ts +1 -1
- package/lib/typescript/commonjs/components/inline-loading/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/layer/Layer.d.ts +2 -2
- package/lib/typescript/commonjs/components/layer/LayerProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/layer/LayerRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/layer/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/loading/Loading.d.ts +2 -2
- package/lib/typescript/commonjs/components/loading/LoadingProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/loading/LoadingRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/loading/LoadingType.d.ts +1 -1
- package/lib/typescript/commonjs/components/loading/_circular-progress/CircularProgress.d.ts +2 -2
- package/lib/typescript/commonjs/components/loading/_circular-progress/CircularProgressProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/loading/_circular-progress/index.d.ts +2 -2
- package/lib/typescript/commonjs/components/loading/_map-circle-background-color.d.ts +3 -3
- package/lib/typescript/commonjs/components/loading/_map-circle-stroke-color.d.ts +2 -2
- package/lib/typescript/commonjs/components/loading/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/modal/Modal.d.ts +2 -2
- package/lib/typescript/commonjs/components/modal/ModalProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/modal/ModalRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/modal/ModalSize.d.ts +1 -1
- package/lib/typescript/commonjs/components/modal/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts +2 -2
- package/lib/typescript/commonjs/components/modal-content/ModalContentProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/modal-content/ModalContentRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/modal-content/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/NotificationColor.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_VariantContextProvider.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/_base/UseBaseData.d.ts +6 -6
- package/lib/typescript/commonjs/components/notification/_status-hooks/_base/UseBaseProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_status-hooks/_base/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/_base/useBase.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_status-hooks/error/UseErrorData.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/error/UseErrorProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/error/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/error/useError.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_status-hooks/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/_status-hooks/informational/UseInformationalData.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/informational/UseInformationalProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/informational/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/informational/useInformational.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_status-hooks/success/UseSuccessData.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/success/UseSuccessProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/success/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/success/useSuccess.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_status-hooks/warning/UseWarningData.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/warning/UseWarningProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/warning/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_status-hooks/warning/useWarning.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_variant-context.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/_ButtonGhost.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/_ButtonTertiary.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariant.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts +8 -8
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +8 -8
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariant.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts +6 -6
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +6 -6
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/_variants/index.d.ts +5 -5
- package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariant.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts +6 -6
- package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/toast/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/actionable/error/Error.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/actionable/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/error/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/actionable/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable/informational/Informational.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/actionable/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/informational/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/actionable/success/Success.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/actionable/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/success/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/actionable/warning/Warning.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/actionable/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/warning/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/base/Base.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/base/BaseProps.d.ts +16 -16
- package/lib/typescript/commonjs/components/notification/base/BaseRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/base/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/callout/error/Error.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/callout/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/error/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/callout/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout/informational/Informational.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/callout/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/informational/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/callout/success/Success.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/success/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/callout/warning/Warning.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/callout/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/warning/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/index.d.ts +9 -9
- package/lib/typescript/commonjs/components/notification/subtitle/Subtitle.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/subtitle/SubtitleProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/subtitle/SubtitleRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLink.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLinkProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLinkRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle-link/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/toast/error/Error.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/toast/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/toast/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/toast/error/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/toast/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/toast/informational/Informational.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/toast/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/toast/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/toast/informational/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/toast/success/Success.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/toast/success/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/notification/toast/warning/Warning.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/toast/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/toast/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/toast/warning/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button/RadioButtonProps.d.ts +12 -12
- package/lib/typescript/commonjs/components/radio-button/RadioButtonRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button/_RefBase.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts +1 -1
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupItemProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupItemRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupProps.d.ts +9 -9
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroupRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button-group/_Item.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button-group/_RefBase.d.ts +3 -3
- package/lib/typescript/commonjs/components/radio-button-group/_item-context.d.ts +4 -4
- package/lib/typescript/commonjs/components/radio-button-group/index.d.ts +6 -6
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputInteractiveState.d.ts +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputProps.d.ts +5 -5
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/radio-button-input/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/switch/Switch.d.ts +2 -2
- package/lib/typescript/commonjs/components/switch/SwitchProps.d.ts +7 -7
- package/lib/typescript/commonjs/components/switch/SwitchRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/switch/SwitchSize.d.ts +1 -1
- package/lib/typescript/commonjs/components/switch/SwitchState.d.ts +1 -1
- package/lib/typescript/commonjs/components/switch/index.d.ts +5 -5
- package/lib/typescript/commonjs/components/text/Text.d.ts +2 -2
- package/lib/typescript/commonjs/components/text/TextProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/text/TextRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/text/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/text-area/TextArea.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-area/TextAreaProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-area/TextAreaRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-area/_TextAreaRefBase.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-area/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/text-area-field/TextAreaField.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldInteractiveState.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-area-field/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluid.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluidProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluidRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/text-input/TextInput.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-input/TextInputRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-input/TextInputSize.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input/_TextInputRefBase.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-input-field/TextInputFieldInteractiveState.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input-field/TextInputFieldProps.d.ts +6 -6
- package/lib/typescript/commonjs/components/text-input-field/TextInputFieldRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input-field/TextInputFieldSize.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInputProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInputRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/text-input-field/index.d.ts +5 -5
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluid.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/toggle/State.d.ts +1 -1
- package/lib/typescript/commonjs/components/toggle/base/Base.d.ts +2 -2
- package/lib/typescript/commonjs/components/toggle/base/BaseProps.d.ts +12 -12
- package/lib/typescript/commonjs/components/toggle/base/BaseRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/toggle/base/_RefBase.d.ts +3 -3
- package/lib/typescript/commonjs/components/toggle/base/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/toggle/default/Default.d.ts +2 -2
- package/lib/typescript/commonjs/components/toggle/default/DefaultProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/toggle/default/DefaultRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/toggle/default/index.d.ts +3 -3
- package/lib/typescript/commonjs/components/toggle/index.d.ts +4 -4
- package/lib/typescript/commonjs/components/toggle/small/Small.d.ts +2 -2
- package/lib/typescript/commonjs/components/toggle/small/SmallProps.d.ts +3 -3
- package/lib/typescript/commonjs/components/toggle/small/SmallRef.d.ts +1 -1
- package/lib/typescript/commonjs/components/toggle/small/index.d.ts +3 -3
- package/lib/typescript/commonjs/const/dialog-animation-configs/index.d.ts +3 -3
- package/lib/typescript/commonjs/const/index.d.ts +1 -1
- package/lib/typescript/commonjs/contexts/breakpoint/BreakpointContext.d.ts +1 -1
- package/lib/typescript/commonjs/contexts/breakpoint/index.d.ts +1 -1
- package/lib/typescript/commonjs/contexts/dialog/DialogContext.d.ts +1 -1
- package/lib/typescript/commonjs/contexts/dialog/DialogType.d.ts +1 -0
- package/lib/typescript/commonjs/contexts/dialog/DialogType.d.ts.map +1 -1
- package/lib/typescript/commonjs/contexts/dialog/index.d.ts +2 -2
- package/lib/typescript/commonjs/contexts/index.d.ts +4 -4
- package/lib/typescript/commonjs/contexts/theme/ThemeContext.d.ts +1 -1
- package/lib/typescript/commonjs/contexts/theme/index.d.ts +1 -1
- package/lib/typescript/commonjs/contexts/toast/ToastContext.d.ts +1 -1
- package/lib/typescript/commonjs/contexts/toast/index.d.ts +2 -2
- package/lib/typescript/commonjs/helpers/breakpoint/get-token.d.ts +1 -1
- package/lib/typescript/commonjs/helpers/breakpoint/index.d.ts +1 -1
- package/lib/typescript/commonjs/helpers/color/get-color-scheme.d.ts +2 -2
- package/lib/typescript/commonjs/helpers/color/get-color-token.d.ts +2 -2
- package/lib/typescript/commonjs/helpers/color/index.d.ts +3 -3
- package/lib/typescript/commonjs/helpers/index.d.ts +2 -2
- package/lib/typescript/commonjs/hooks/breakpoint/index.d.ts +1 -1
- package/lib/typescript/commonjs/hooks/breakpoint/use.d.ts +1 -1
- package/lib/typescript/commonjs/hooks/index.d.ts +2 -2
- package/lib/typescript/commonjs/index.d.ts +9 -9
- package/lib/typescript/commonjs/providers/dialog/DialogProvider.d.ts +2 -2
- package/lib/typescript/commonjs/providers/dialog/DialogProviderAnimationConfig.d.ts +1 -1
- package/lib/typescript/commonjs/providers/dialog/DialogProviderProps.d.ts +5 -5
- package/lib/typescript/commonjs/providers/dialog/DialogProviderRef.d.ts +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/Controller.d.ts +2 -2
- package/lib/typescript/commonjs/providers/dialog/_controller/ControllerProps.d.ts +2 -2
- package/lib/typescript/commonjs/providers/dialog/_controller/ControllerRef.d.ts +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/Modal.d.ts +2 -2
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalProps.d.ts +2 -2
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalRef.d.ts +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/index.d.ts +3 -3
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/Overlay.d.ts +2 -2
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayProps.d.ts +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayRef.d.ts +2 -2
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/index.d.ts +3 -3
- package/lib/typescript/commonjs/providers/dialog/_controller/index.d.ts +3 -3
- package/lib/typescript/commonjs/providers/dialog/index.d.ts +4 -4
- package/lib/typescript/commonjs/providers/index.d.ts +2 -2
- package/lib/typescript/commonjs/providers/toast/ToastProvider.d.ts +2 -2
- package/lib/typescript/commonjs/providers/toast/ToastRef.d.ts +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/Overlay.d.ts +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/OverlayRef.d.ts +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts +2 -2
- package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapperProps.d.ts +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/index.d.ts +3 -3
- package/lib/typescript/commonjs/providers/toast/_overlay/index.d.ts +2 -2
- package/lib/typescript/commonjs/providers/toast/index.d.ts +3 -3
- package/lib/typescript/commonjs/types/index.d.ts +2 -2
- package/lib/typescript/commonjs/types/theme/ColorScheme.d.ts +1 -1
- package/lib/typescript/commonjs/types/theme/index.d.ts +1 -1
- package/lib/typescript/module/_internal/contexts/button-group/ButtonGroupContext.d.ts +4 -4
- package/lib/typescript/module/_internal/contexts/button-group/index.d.ts +1 -1
- package/lib/typescript/module/_internal/contexts/global-config/GlobalConfigContext.d.ts +1 -1
- package/lib/typescript/module/_internal/contexts/global-config/index.d.ts +1 -1
- package/lib/typescript/module/_internal/contexts/index.d.ts +3 -3
- package/lib/typescript/module/_internal/contexts/modal/ModalContext.d.ts +1 -1
- package/lib/typescript/module/_internal/contexts/modal/index.d.ts +1 -1
- package/lib/typescript/module/_internal/globals/breakpoint/index.d.ts +1 -1
- package/lib/typescript/module/_internal/globals/index.d.ts +2 -2
- package/lib/typescript/module/_internal/helpers/index.d.ts +1 -1
- package/lib/typescript/module/_internal/helpers/math/index.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/breakpoint/BreakpointProvider.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/breakpoint/index.d.ts +2 -2
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProvider.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/global-config/GlobalConfigProviderProps.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/global-config/index.d.ts +2 -2
- package/lib/typescript/module/_internal/providers/index.d.ts +3 -3
- package/lib/typescript/module/_internal/providers/theme/ThemeProvider.d.ts +1 -1
- package/lib/typescript/module/_internal/providers/theme/ThemeProviderProps.d.ts +2 -2
- package/lib/typescript/module/_internal/providers/theme/index.d.ts +2 -2
- package/lib/typescript/module/_internal/style-sheets/index.d.ts +3 -3
- package/lib/typescript/module/carbon-react-native/CarbonReactNative.d.ts +1 -1
- package/lib/typescript/module/carbon-react-native/CarbonReactNativeProps.d.ts +1 -1
- package/lib/typescript/module/carbon-react-native/index.d.ts +2 -2
- package/lib/typescript/module/carbon-style-sheet/color.d.ts +1 -1
- package/lib/typescript/module/carbon-style-sheet/create.d.ts +2 -2
- package/lib/typescript/module/carbon-style-sheet/index.d.ts +3 -3
- package/lib/typescript/module/components/accordion/Accordion.d.ts +2 -2
- package/lib/typescript/module/components/accordion/AccordionHeaderProps.d.ts +3 -3
- package/lib/typescript/module/components/accordion/AccordionItemProps.d.ts +4 -4
- package/lib/typescript/module/components/accordion/AccordionItemRef.d.ts +2 -2
- package/lib/typescript/module/components/accordion/AccordionProps.d.ts +3 -3
- package/lib/typescript/module/components/accordion/AccordionRef.d.ts +1 -1
- package/lib/typescript/module/components/accordion/AccordionSize.d.ts +1 -1
- package/lib/typescript/module/components/accordion/_Header.d.ts +1 -1
- package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts +2 -2
- package/lib/typescript/module/components/accordion/_Item.d.ts +2 -2
- package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts +1 -1
- package/lib/typescript/module/components/accordion/_chevron/ChevronProps.d.ts +2 -2
- package/lib/typescript/module/components/accordion/_chevron/index.d.ts +2 -2
- package/lib/typescript/module/components/accordion/_context.d.ts +5 -5
- package/lib/typescript/module/components/accordion/_motion.d.ts +2 -2
- package/lib/typescript/module/components/accordion/index.d.ts +7 -7
- package/lib/typescript/module/components/button/Size.d.ts +1 -1
- package/lib/typescript/module/components/button/base/Base.d.ts +2 -2
- package/lib/typescript/module/components/button/base/BaseProps.d.ts +11 -11
- package/lib/typescript/module/components/button/base/BaseRef.d.ts +1 -1
- package/lib/typescript/module/components/button/base/index.d.ts +3 -3
- package/lib/typescript/module/components/button/base-color/BaseColor.d.ts +2 -2
- package/lib/typescript/module/components/button/base-color/BaseColorProps.d.ts +5 -5
- package/lib/typescript/module/components/button/base-color/BaseColorRef.d.ts +1 -1
- package/lib/typescript/module/components/button/base-color/BaseColorState.d.ts +1 -1
- package/lib/typescript/module/components/button/base-color/index.d.ts +4 -4
- package/lib/typescript/module/components/button/ghost/Ghost.d.ts +2 -2
- package/lib/typescript/module/components/button/ghost/GhostProps.d.ts +2 -2
- package/lib/typescript/module/components/button/ghost/GhostRef.d.ts +1 -1
- package/lib/typescript/module/components/button/ghost/index.d.ts +3 -3
- package/lib/typescript/module/components/button/ghost-danger/GhostDanger.d.ts +2 -2
- package/lib/typescript/module/components/button/ghost-danger/GhostDangerProps.d.ts +2 -2
- package/lib/typescript/module/components/button/ghost-danger/GhostDangerRef.d.ts +1 -1
- package/lib/typescript/module/components/button/ghost-danger/index.d.ts +3 -3
- package/lib/typescript/module/components/button/ghost-icon/GhostIcon.d.ts +2 -2
- package/lib/typescript/module/components/button/ghost-icon/GhostIconProps.d.ts +4 -4
- package/lib/typescript/module/components/button/ghost-icon/GhostIconRef.d.ts +1 -1
- package/lib/typescript/module/components/button/ghost-icon/index.d.ts +3 -3
- package/lib/typescript/module/components/button/index.d.ts +11 -11
- package/lib/typescript/module/components/button/primary/Primary.d.ts +2 -2
- package/lib/typescript/module/components/button/primary/PrimaryProps.d.ts +2 -2
- package/lib/typescript/module/components/button/primary/PrimaryRef.d.ts +1 -1
- package/lib/typescript/module/components/button/primary/index.d.ts +3 -3
- package/lib/typescript/module/components/button/primary-danger/PrimaryDanger.d.ts +2 -2
- package/lib/typescript/module/components/button/primary-danger/PrimaryDangerProps.d.ts +2 -2
- package/lib/typescript/module/components/button/primary-danger/PrimaryDangerRef.d.ts +1 -1
- package/lib/typescript/module/components/button/primary-danger/index.d.ts +3 -3
- package/lib/typescript/module/components/button/secondary/Secondary.d.ts +2 -2
- package/lib/typescript/module/components/button/secondary/SecondaryProps.d.ts +2 -2
- package/lib/typescript/module/components/button/secondary/SecondaryRef.d.ts +1 -1
- package/lib/typescript/module/components/button/secondary/index.d.ts +3 -3
- package/lib/typescript/module/components/button/tertiary/Tertiary.d.ts +2 -2
- package/lib/typescript/module/components/button/tertiary/TertiaryProps.d.ts +2 -2
- package/lib/typescript/module/components/button/tertiary/TertiaryRef.d.ts +1 -1
- package/lib/typescript/module/components/button/tertiary/index.d.ts +3 -3
- package/lib/typescript/module/components/button/tertiary-danger/TertiaryDanger.d.ts +2 -2
- package/lib/typescript/module/components/button/tertiary-danger/TertiaryDangerProps.d.ts +2 -2
- package/lib/typescript/module/components/button/tertiary-danger/TertiaryDangerRef.d.ts +1 -1
- package/lib/typescript/module/components/button/tertiary-danger/index.d.ts +3 -3
- package/lib/typescript/module/components/button-group/ButtonGroup.d.ts +2 -2
- package/lib/typescript/module/components/button-group/ButtonGroupProps.d.ts +4 -4
- package/lib/typescript/module/components/button-group/ButtonGroupRef.d.ts +1 -1
- package/lib/typescript/module/components/button-group/index.d.ts +3 -3
- package/lib/typescript/module/components/checkbox/Checkbox.d.ts +2 -2
- package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts +13 -13
- package/lib/typescript/module/components/checkbox/CheckboxRef.d.ts +2 -2
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts +3 -3
- package/lib/typescript/module/components/checkbox/index.d.ts +3 -3
- package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts +2 -2
- package/lib/typescript/module/components/checkbox-group/CheckboxGroupHelperTextMode.d.ts +1 -1
- package/lib/typescript/module/components/checkbox-group/CheckboxGroupProps.d.ts +5 -5
- package/lib/typescript/module/components/checkbox-group/CheckboxGroupRef.d.ts +1 -1
- package/lib/typescript/module/components/checkbox-group/index.d.ts +4 -4
- package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts +2 -2
- package/lib/typescript/module/components/checkbox-input/CheckboxInputInteractiveState.d.ts +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
- package/lib/typescript/module/components/checkbox-input/CheckboxInputRef.d.ts +2 -2
- package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts +1 -1
- package/lib/typescript/module/components/checkbox-input/index.d.ts +5 -5
- package/lib/typescript/module/components/collapsible/Collapsible.d.ts +2 -2
- package/lib/typescript/module/components/collapsible/CollapsibleProps.d.ts +3 -3
- package/lib/typescript/module/components/collapsible/CollapsibleRef.d.ts +2 -2
- package/lib/typescript/module/components/collapsible/index.d.ts +3 -3
- package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts +2 -2
- package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts +4 -4
- package/lib/typescript/module/components/form-helper-text/FormHelperTextRef.d.ts +1 -1
- package/lib/typescript/module/components/form-helper-text/index.d.ts +3 -3
- package/lib/typescript/module/components/form-label/FormLabel.d.ts +2 -2
- package/lib/typescript/module/components/form-label/FormLabelProps.d.ts +4 -4
- package/lib/typescript/module/components/form-label/FormLabelRef.d.ts +1 -1
- package/lib/typescript/module/components/form-label/index.d.ts +3 -3
- package/lib/typescript/module/components/icon/Icon.d.ts +2 -2
- package/lib/typescript/module/components/icon/IconProps.d.ts +3 -3
- package/lib/typescript/module/components/icon/index.d.ts +2 -2
- package/lib/typescript/module/components/index.d.ts +28 -28
- package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts +2 -2
- package/lib/typescript/module/components/inline-loading/InlineLoadingProps.d.ts +5 -5
- package/lib/typescript/module/components/inline-loading/InlineLoadingRef.d.ts +1 -1
- package/lib/typescript/module/components/inline-loading/InlineLoadingState.d.ts +1 -1
- package/lib/typescript/module/components/inline-loading/index.d.ts +4 -4
- package/lib/typescript/module/components/layer/Layer.d.ts +2 -2
- package/lib/typescript/module/components/layer/LayerProps.d.ts +2 -2
- package/lib/typescript/module/components/layer/LayerRef.d.ts +1 -1
- package/lib/typescript/module/components/layer/index.d.ts +4 -4
- package/lib/typescript/module/components/loading/Loading.d.ts +2 -2
- package/lib/typescript/module/components/loading/LoadingProps.d.ts +2 -2
- package/lib/typescript/module/components/loading/LoadingRef.d.ts +1 -1
- package/lib/typescript/module/components/loading/LoadingType.d.ts +1 -1
- package/lib/typescript/module/components/loading/_circular-progress/CircularProgress.d.ts +2 -2
- package/lib/typescript/module/components/loading/_circular-progress/CircularProgressProps.d.ts +3 -3
- package/lib/typescript/module/components/loading/_circular-progress/index.d.ts +2 -2
- package/lib/typescript/module/components/loading/_map-circle-background-color.d.ts +3 -3
- package/lib/typescript/module/components/loading/_map-circle-stroke-color.d.ts +2 -2
- package/lib/typescript/module/components/loading/index.d.ts +4 -4
- package/lib/typescript/module/components/modal/Modal.d.ts +2 -2
- package/lib/typescript/module/components/modal/ModalProps.d.ts +4 -4
- package/lib/typescript/module/components/modal/ModalRef.d.ts +1 -1
- package/lib/typescript/module/components/modal/ModalSize.d.ts +1 -1
- package/lib/typescript/module/components/modal/index.d.ts +4 -4
- package/lib/typescript/module/components/modal-content/ModalContent.d.ts +2 -2
- package/lib/typescript/module/components/modal-content/ModalContentProps.d.ts +1 -1
- package/lib/typescript/module/components/modal-content/ModalContentRef.d.ts +1 -1
- package/lib/typescript/module/components/modal-content/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/NotificationColor.d.ts +1 -1
- package/lib/typescript/module/components/notification/_VariantContextProvider.d.ts +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/_base/UseBaseData.d.ts +6 -6
- package/lib/typescript/module/components/notification/_status-hooks/_base/UseBaseProps.d.ts +2 -2
- package/lib/typescript/module/components/notification/_status-hooks/_base/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/_base/useBase.d.ts +2 -2
- package/lib/typescript/module/components/notification/_status-hooks/error/UseErrorData.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/error/UseErrorProps.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/error/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/error/useError.d.ts +2 -2
- package/lib/typescript/module/components/notification/_status-hooks/index.d.ts +4 -4
- package/lib/typescript/module/components/notification/_status-hooks/informational/UseInformationalData.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/informational/UseInformationalProps.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/informational/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/informational/useInformational.d.ts +2 -2
- package/lib/typescript/module/components/notification/_status-hooks/success/UseSuccessData.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/success/UseSuccessProps.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/success/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/success/useSuccess.d.ts +2 -2
- package/lib/typescript/module/components/notification/_status-hooks/warning/UseWarningData.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/warning/UseWarningProps.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/warning/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_status-hooks/warning/useWarning.d.ts +2 -2
- package/lib/typescript/module/components/notification/_variant-context.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/_ButtonGhost.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/_ButtonTertiary.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariant.d.ts +2 -2
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts +8 -8
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +2 -2
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +8 -8
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariant.d.ts +2 -2
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts +6 -6
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +2 -2
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +6 -6
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/_variants/index.d.ts +5 -5
- package/lib/typescript/module/components/notification/_variants/toast/ToastVariant.d.ts +2 -2
- package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts +6 -6
- package/lib/typescript/module/components/notification/_variants/toast/ToastVariantRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/toast/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/actionable/error/Error.d.ts +2 -2
- package/lib/typescript/module/components/notification/actionable/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/actionable/error/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/actionable/index.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable/informational/Informational.d.ts +2 -2
- package/lib/typescript/module/components/notification/actionable/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/actionable/informational/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/actionable/success/Success.d.ts +2 -2
- package/lib/typescript/module/components/notification/actionable/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/actionable/success/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/actionable/warning/Warning.d.ts +2 -2
- package/lib/typescript/module/components/notification/actionable/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/actionable/warning/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts +2 -2
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/actionable-inline/index.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts +2 -2
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts +2 -2
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts +2 -2
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/base/Base.d.ts +2 -2
- package/lib/typescript/module/components/notification/base/BaseProps.d.ts +16 -16
- package/lib/typescript/module/components/notification/base/BaseRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/base/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/callout/error/Error.d.ts +2 -2
- package/lib/typescript/module/components/notification/callout/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/error/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/callout/index.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout/informational/Informational.d.ts +2 -2
- package/lib/typescript/module/components/notification/callout/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/informational/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/callout/success/Success.d.ts +2 -2
- package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/success/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/callout/warning/Warning.d.ts +2 -2
- package/lib/typescript/module/components/notification/callout/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/warning/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts +2 -2
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/callout-inline/index.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts +2 -2
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts +2 -2
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts +2 -2
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/index.d.ts +9 -9
- package/lib/typescript/module/components/notification/subtitle/Subtitle.d.ts +2 -2
- package/lib/typescript/module/components/notification/subtitle/SubtitleProps.d.ts +2 -2
- package/lib/typescript/module/components/notification/subtitle/SubtitleRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/subtitle/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/subtitle-link/SubtitleLink.d.ts +2 -2
- package/lib/typescript/module/components/notification/subtitle-link/SubtitleLinkProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/subtitle-link/SubtitleLinkRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/subtitle-link/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/toast/error/Error.d.ts +2 -2
- package/lib/typescript/module/components/notification/toast/error/ErrorProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/toast/error/ErrorRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/toast/error/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/toast/index.d.ts +4 -4
- package/lib/typescript/module/components/notification/toast/informational/Informational.d.ts +2 -2
- package/lib/typescript/module/components/notification/toast/informational/InformationalProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/toast/informational/InformationalRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/toast/informational/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/toast/success/Success.d.ts +2 -2
- package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/toast/success/index.d.ts +3 -3
- package/lib/typescript/module/components/notification/toast/warning/Warning.d.ts +2 -2
- package/lib/typescript/module/components/notification/toast/warning/WarningProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/toast/warning/WarningRef.d.ts +1 -1
- package/lib/typescript/module/components/notification/toast/warning/index.d.ts +3 -3
- package/lib/typescript/module/components/radio-button/RadioButton.d.ts +2 -2
- package/lib/typescript/module/components/radio-button/RadioButtonProps.d.ts +12 -12
- package/lib/typescript/module/components/radio-button/RadioButtonRef.d.ts +2 -2
- package/lib/typescript/module/components/radio-button/_RefBase.d.ts +2 -2
- package/lib/typescript/module/components/radio-button/index.d.ts +3 -3
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts +2 -2
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroupHelperTextMode.d.ts +1 -1
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroupItemProps.d.ts +2 -2
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroupItemRef.d.ts +1 -1
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroupProps.d.ts +9 -9
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroupRef.d.ts +2 -2
- package/lib/typescript/module/components/radio-button-group/_Item.d.ts +2 -2
- package/lib/typescript/module/components/radio-button-group/_RefBase.d.ts +3 -3
- package/lib/typescript/module/components/radio-button-group/_item-context.d.ts +4 -4
- package/lib/typescript/module/components/radio-button-group/index.d.ts +6 -6
- package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts +2 -2
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputInteractiveState.d.ts +1 -1
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputProps.d.ts +5 -5
- package/lib/typescript/module/components/radio-button-input/RadioButtonInputRef.d.ts +2 -2
- package/lib/typescript/module/components/radio-button-input/index.d.ts +4 -4
- package/lib/typescript/module/components/switch/Switch.d.ts +2 -2
- package/lib/typescript/module/components/switch/SwitchProps.d.ts +7 -7
- package/lib/typescript/module/components/switch/SwitchRef.d.ts +2 -2
- package/lib/typescript/module/components/switch/SwitchSize.d.ts +1 -1
- package/lib/typescript/module/components/switch/SwitchState.d.ts +1 -1
- package/lib/typescript/module/components/switch/index.d.ts +5 -5
- package/lib/typescript/module/components/text/Text.d.ts +2 -2
- package/lib/typescript/module/components/text/TextProps.d.ts +3 -3
- package/lib/typescript/module/components/text/TextRef.d.ts +1 -1
- package/lib/typescript/module/components/text/index.d.ts +3 -3
- package/lib/typescript/module/components/text-area/TextArea.d.ts +2 -2
- package/lib/typescript/module/components/text-area/TextAreaProps.d.ts +2 -2
- package/lib/typescript/module/components/text-area/TextAreaRef.d.ts +2 -2
- package/lib/typescript/module/components/text-area/_TextAreaRefBase.d.ts +1 -1
- package/lib/typescript/module/components/text-area/index.d.ts +3 -3
- package/lib/typescript/module/components/text-area-field/TextAreaField.d.ts +2 -2
- package/lib/typescript/module/components/text-area-field/TextAreaFieldInteractiveState.d.ts +1 -1
- package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts +2 -2
- package/lib/typescript/module/components/text-area-field/TextAreaFieldRef.d.ts +1 -1
- package/lib/typescript/module/components/text-area-field/index.d.ts +4 -4
- package/lib/typescript/module/components/text-area-fluid/TextAreaFluid.d.ts +2 -2
- package/lib/typescript/module/components/text-area-fluid/TextAreaFluidProps.d.ts +2 -2
- package/lib/typescript/module/components/text-area-fluid/TextAreaFluidRef.d.ts +1 -1
- package/lib/typescript/module/components/text-area-fluid/index.d.ts +3 -3
- package/lib/typescript/module/components/text-input/TextInput.d.ts +2 -2
- package/lib/typescript/module/components/text-input/TextInputProps.d.ts +2 -2
- package/lib/typescript/module/components/text-input/TextInputRef.d.ts +2 -2
- package/lib/typescript/module/components/text-input/TextInputSize.d.ts +1 -1
- package/lib/typescript/module/components/text-input/_TextInputRefBase.d.ts +1 -1
- package/lib/typescript/module/components/text-input/index.d.ts +4 -4
- package/lib/typescript/module/components/text-input-field/TextInputField.d.ts +2 -2
- package/lib/typescript/module/components/text-input-field/TextInputFieldInteractiveState.d.ts +1 -1
- package/lib/typescript/module/components/text-input-field/TextInputFieldProps.d.ts +6 -6
- package/lib/typescript/module/components/text-input-field/TextInputFieldRef.d.ts +1 -1
- package/lib/typescript/module/components/text-input-field/TextInputFieldSize.d.ts +1 -1
- package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts +2 -2
- package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInputProps.d.ts +2 -2
- package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInputRef.d.ts +1 -1
- package/lib/typescript/module/components/text-input-field/_rn-text-input/index.d.ts +3 -3
- package/lib/typescript/module/components/text-input-field/index.d.ts +5 -5
- package/lib/typescript/module/components/text-input-fluid/TextInputFluid.d.ts +2 -2
- package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts +2 -2
- package/lib/typescript/module/components/text-input-fluid/TextInputFluidRef.d.ts +1 -1
- package/lib/typescript/module/components/text-input-fluid/index.d.ts +3 -3
- package/lib/typescript/module/components/toggle/State.d.ts +1 -1
- package/lib/typescript/module/components/toggle/base/Base.d.ts +2 -2
- package/lib/typescript/module/components/toggle/base/BaseProps.d.ts +12 -12
- package/lib/typescript/module/components/toggle/base/BaseRef.d.ts +2 -2
- package/lib/typescript/module/components/toggle/base/_RefBase.d.ts +3 -3
- package/lib/typescript/module/components/toggle/base/index.d.ts +3 -3
- package/lib/typescript/module/components/toggle/default/Default.d.ts +2 -2
- package/lib/typescript/module/components/toggle/default/DefaultProps.d.ts +3 -3
- package/lib/typescript/module/components/toggle/default/DefaultRef.d.ts +1 -1
- package/lib/typescript/module/components/toggle/default/index.d.ts +3 -3
- package/lib/typescript/module/components/toggle/index.d.ts +4 -4
- package/lib/typescript/module/components/toggle/small/Small.d.ts +2 -2
- package/lib/typescript/module/components/toggle/small/SmallProps.d.ts +3 -3
- package/lib/typescript/module/components/toggle/small/SmallRef.d.ts +1 -1
- package/lib/typescript/module/components/toggle/small/index.d.ts +3 -3
- package/lib/typescript/module/const/dialog-animation-configs/index.d.ts +3 -3
- package/lib/typescript/module/const/index.d.ts +1 -1
- package/lib/typescript/module/contexts/breakpoint/BreakpointContext.d.ts +1 -1
- package/lib/typescript/module/contexts/breakpoint/index.d.ts +1 -1
- package/lib/typescript/module/contexts/dialog/DialogContext.d.ts +1 -1
- package/lib/typescript/module/contexts/dialog/DialogType.d.ts +1 -0
- package/lib/typescript/module/contexts/dialog/DialogType.d.ts.map +1 -1
- package/lib/typescript/module/contexts/dialog/index.d.ts +2 -2
- package/lib/typescript/module/contexts/index.d.ts +4 -4
- package/lib/typescript/module/contexts/theme/ThemeContext.d.ts +1 -1
- package/lib/typescript/module/contexts/theme/index.d.ts +1 -1
- package/lib/typescript/module/contexts/toast/ToastContext.d.ts +1 -1
- package/lib/typescript/module/contexts/toast/index.d.ts +2 -2
- package/lib/typescript/module/helpers/breakpoint/get-token.d.ts +1 -1
- package/lib/typescript/module/helpers/breakpoint/index.d.ts +1 -1
- package/lib/typescript/module/helpers/color/get-color-scheme.d.ts +2 -2
- package/lib/typescript/module/helpers/color/get-color-token.d.ts +2 -2
- package/lib/typescript/module/helpers/color/index.d.ts +3 -3
- package/lib/typescript/module/helpers/index.d.ts +2 -2
- package/lib/typescript/module/hooks/breakpoint/index.d.ts +1 -1
- package/lib/typescript/module/hooks/breakpoint/use.d.ts +1 -1
- package/lib/typescript/module/hooks/index.d.ts +2 -2
- package/lib/typescript/module/index.d.ts +9 -9
- package/lib/typescript/module/providers/dialog/DialogProvider.d.ts +2 -2
- package/lib/typescript/module/providers/dialog/DialogProviderAnimationConfig.d.ts +1 -1
- package/lib/typescript/module/providers/dialog/DialogProviderProps.d.ts +5 -5
- package/lib/typescript/module/providers/dialog/DialogProviderRef.d.ts +1 -1
- package/lib/typescript/module/providers/dialog/_controller/Controller.d.ts +2 -2
- package/lib/typescript/module/providers/dialog/_controller/ControllerProps.d.ts +2 -2
- package/lib/typescript/module/providers/dialog/_controller/ControllerRef.d.ts +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_modal/Modal.d.ts +2 -2
- package/lib/typescript/module/providers/dialog/_controller/_modal/ModalProps.d.ts +2 -2
- package/lib/typescript/module/providers/dialog/_controller/_modal/ModalRef.d.ts +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_modal/index.d.ts +3 -3
- package/lib/typescript/module/providers/dialog/_controller/_overlay/Overlay.d.ts +2 -2
- package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayProps.d.ts +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayRef.d.ts +2 -2
- package/lib/typescript/module/providers/dialog/_controller/_overlay/index.d.ts +3 -3
- package/lib/typescript/module/providers/dialog/_controller/index.d.ts +3 -3
- package/lib/typescript/module/providers/dialog/index.d.ts +4 -4
- package/lib/typescript/module/providers/index.d.ts +2 -2
- package/lib/typescript/module/providers/toast/ToastProvider.d.ts +2 -2
- package/lib/typescript/module/providers/toast/ToastRef.d.ts +1 -1
- package/lib/typescript/module/providers/toast/_overlay/Overlay.d.ts +1 -1
- package/lib/typescript/module/providers/toast/_overlay/OverlayRef.d.ts +1 -1
- package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts +2 -2
- package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapperProps.d.ts +1 -1
- package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/index.d.ts +3 -3
- package/lib/typescript/module/providers/toast/_overlay/index.d.ts +2 -2
- package/lib/typescript/module/providers/toast/index.d.ts +3 -3
- package/lib/typescript/module/types/index.d.ts +2 -2
- package/lib/typescript/module/types/theme/ColorScheme.d.ts +1 -1
- package/lib/typescript/module/types/theme/index.d.ts +1 -1
- package/lib/typescript/tsconfig.tsbuildinfo +1 -0
- package/package.json +1 -1
|
@@ -6,6 +6,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getToken = getToken;
|
|
7
7
|
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
8
8
|
function getToken(windowWidth) {
|
|
9
|
-
return windowWidth < _carbonReactNativeElements.Breakpoint.medium.value.px ?
|
|
9
|
+
return windowWidth < _carbonReactNativeElements.Breakpoint.medium.value.px ? "small" : windowWidth < _carbonReactNativeElements.Breakpoint.large.value.px ? "medium" : windowWidth < _carbonReactNativeElements.Breakpoint.x_large.value.px ? "large" : windowWidth < _carbonReactNativeElements.Breakpoint.max.value.px ? "x_large" : "max";
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=get-token.js.map
|
|
@@ -6,10 +6,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getColorScheme = getColorScheme;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
8
|
function getColorScheme(appearanceColorScheme) {
|
|
9
|
-
return mapScheme[appearanceColorScheme || _reactNative.Appearance.getColorScheme() ||
|
|
9
|
+
return mapScheme[appearanceColorScheme || _reactNative.Appearance.getColorScheme() || "light"];
|
|
10
10
|
}
|
|
11
11
|
const mapScheme = {
|
|
12
|
-
light:
|
|
13
|
-
dark:
|
|
12
|
+
light: "gray_10",
|
|
13
|
+
dark: "gray_100"
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=get-color-scheme.js.map
|
|
@@ -8,7 +8,7 @@ function getColorToken(colorScheme) {
|
|
|
8
8
|
return mapSchemeToColorToken[colorScheme]();
|
|
9
9
|
}
|
|
10
10
|
const mapSchemeToColorToken = {
|
|
11
|
-
gray_10: () => require(
|
|
12
|
-
gray_100: () => require(
|
|
11
|
+
gray_10: () => require("@audira/carbon-react-native-elements").Color.Token.gray_10.all,
|
|
12
|
+
gray_100: () => require("@audira/carbon-react-native-elements").Color.Token.gray_100.all
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=get-color-token.js.map
|
|
@@ -120,7 +120,7 @@ const Controller = exports.Controller = /*#__PURE__*/(0, _react.forwardRef)(func
|
|
|
120
120
|
});
|
|
121
121
|
});
|
|
122
122
|
function getSingleAnimationConfigDuration(duration) {
|
|
123
|
-
if (typeof duration ===
|
|
123
|
+
if (typeof duration === "number") {
|
|
124
124
|
return duration;
|
|
125
125
|
}
|
|
126
126
|
if (duration) {
|
|
@@ -62,12 +62,12 @@ const Overlay = exports.Overlay = /*#__PURE__*/(0, _react.forwardRef)(function (
|
|
|
62
62
|
const styleSheet = _index.CarbonStyleSheet.create({
|
|
63
63
|
overlay: {
|
|
64
64
|
backgroundColor: _index.CarbonStyleSheet.color.overlay,
|
|
65
|
-
position:
|
|
65
|
+
position: "absolute",
|
|
66
66
|
top: 0,
|
|
67
67
|
right: 0,
|
|
68
68
|
bottom: 0,
|
|
69
69
|
left: 0,
|
|
70
|
-
overflow:
|
|
70
|
+
overflow: "hidden"
|
|
71
71
|
}
|
|
72
72
|
});
|
|
73
73
|
//# sourceMappingURL=Overlay.js.map
|
|
@@ -46,15 +46,14 @@ const Overlay = exports.Overlay = /*#__PURE__*/(0, _react.forwardRef)(function (
|
|
|
46
46
|
}, []),
|
|
47
47
|
onLayoutComponent = (0, _react.useCallback)((event, index) => {
|
|
48
48
|
if (componentsConfig.current[index] && componentWrappersRef.current[index]) {
|
|
49
|
-
if (_reactNative.Platform.OS ==
|
|
49
|
+
if (_reactNative.Platform.OS == "web") {
|
|
50
50
|
// @ts-expect-error Web DOM
|
|
51
51
|
const target = event.nativeEvent.target;
|
|
52
|
-
|
|
52
|
+
|
|
53
53
|
// @ts-expect-error Web DOM
|
|
54
54
|
componentsConfig.current[index].width = target.children?.[0]?.clientWidth;
|
|
55
55
|
// @ts-expect-error Web DOM
|
|
56
56
|
componentsConfig.current[index].height = target.children?.[0]?.clientHeight;
|
|
57
|
-
/* eslint-enable @typescript-eslint/no-unsafe-member-access */
|
|
58
57
|
} else {
|
|
59
58
|
componentsConfig.current[index].width = event.nativeEvent.layout.width;
|
|
60
59
|
componentsConfig.current[index].height = event.nativeEvent.layout.height;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_jsxRuntime","Overlay","exports","forwardRef","___props","ref","globalConfigContext","useContext","GlobalConfigContext","componentsConfig","useRef","componentWrappersRef","components","setComponents","useState","setComponentWrapperRef","useCallback","index","current","show","fn","config","id","Date","now","push","state","width","height","component","_components","dismiss","findIndex","c","cancelX","shiftX","Spacing","spacing_03","i","shiftY","onLayoutComponent","event","Platform","OS","target","nativeEvent","children","clientWidth","clientHeight","layout","length","onShiftedXComponent","duration","toastDuration","some","splice","useImperativeHandle","jsx","Fragment","map","ComponentWrapper","onLayout","onShiftedX"],"sourceRoot":"../../../../../src","sources":["providers/toast/_overlay/Overlay.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_jsxRuntime","Overlay","exports","forwardRef","___props","ref","globalConfigContext","useContext","GlobalConfigContext","componentsConfig","useRef","componentWrappersRef","components","setComponents","useState","setComponentWrapperRef","useCallback","index","current","show","fn","config","id","Date","now","push","state","width","height","component","_components","dismiss","findIndex","c","cancelX","shiftX","Spacing","spacing_03","i","shiftY","onLayoutComponent","event","Platform","OS","target","nativeEvent","children","clientWidth","clientHeight","layout","length","onShiftedXComponent","duration","toastDuration","some","splice","useImperativeHandle","jsx","Fragment","map","ComponentWrapper","onLayout","onShiftedX"],"sourceRoot":"../../../../../src","sources":["providers/toast/_overlay/Overlay.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -88,13 +88,13 @@ const ComponentWrapper = exports.ComponentWrapper = /*#__PURE__*/(0, _react.forw
|
|
|
88
88
|
});
|
|
89
89
|
const styleSheet = _reactNative.StyleSheet.create({
|
|
90
90
|
componentWrapper: {
|
|
91
|
-
position:
|
|
91
|
+
position: "absolute",
|
|
92
92
|
top: _carbonReactNativeElements.Spacing.spacing_03,
|
|
93
|
-
left:
|
|
94
|
-
width:
|
|
93
|
+
left: "100%",
|
|
94
|
+
width: "auto",
|
|
95
95
|
..._reactNative.Platform.select({
|
|
96
96
|
web: {
|
|
97
|
-
flexDirection:
|
|
97
|
+
flexDirection: "row"
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { createContext } from
|
|
3
|
+
import { createContext } from "react";
|
|
4
4
|
export const GlobalConfigContext = /*#__PURE__*/createContext({
|
|
5
5
|
android_buttonRippleEffect: true,
|
|
6
|
-
notificationColor:
|
|
6
|
+
notificationColor: "high_contrast",
|
|
7
7
|
toastDuration: 5000,
|
|
8
8
|
rtl: false
|
|
9
9
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { useWindowDimensions } from
|
|
3
|
+
import { useWindowDimensions } from "react-native";
|
|
4
4
|
import { BreakpointContext } from "../../../contexts/breakpoint/index.js";
|
|
5
5
|
import { BreakpointHelper } from "../../../helpers/index.js";
|
|
6
6
|
import { BreakpointGlobal } from "../../globals/index.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { useColorScheme } from
|
|
3
|
+
import { useColorScheme } from "react-native";
|
|
4
4
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
5
5
|
import { ColorHelper } from "../../../helpers/index.js";
|
|
6
6
|
import { ColorSchemeGlobal } from "../../globals/index.js";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { StyleSheet } from
|
|
3
|
+
import { StyleSheet } from "react-native";
|
|
4
4
|
export const CommonStyleSheet = StyleSheet.create({
|
|
5
5
|
w_full: {
|
|
6
|
-
width:
|
|
6
|
+
width: "100%"
|
|
7
7
|
},
|
|
8
8
|
h_full: {
|
|
9
|
-
height:
|
|
9
|
+
height: "100%"
|
|
10
10
|
},
|
|
11
11
|
overflow_hidden: {
|
|
12
|
-
overflow:
|
|
12
|
+
overflow: "hidden"
|
|
13
13
|
},
|
|
14
14
|
absolute: {
|
|
15
|
-
position:
|
|
15
|
+
position: "absolute"
|
|
16
16
|
},
|
|
17
17
|
relative: {
|
|
18
|
-
position:
|
|
18
|
+
position: "relative"
|
|
19
19
|
},
|
|
20
20
|
rtl: {
|
|
21
|
-
direction:
|
|
21
|
+
direction: "rtl"
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
//# sourceMappingURL=common-style-sheet.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { StyleSheet } from
|
|
3
|
+
import { StyleSheet } from "react-native";
|
|
4
4
|
export const FlexStyleSheet = StyleSheet.create({
|
|
5
5
|
flex_1: {
|
|
6
6
|
flexGrow: 1,
|
|
@@ -10,75 +10,75 @@ export const FlexStyleSheet = StyleSheet.create({
|
|
|
10
10
|
flex_auto: {
|
|
11
11
|
flexGrow: 1,
|
|
12
12
|
flexShrink: 1,
|
|
13
|
-
flexBasis:
|
|
13
|
+
flexBasis: "auto"
|
|
14
14
|
},
|
|
15
15
|
flex_initial: {
|
|
16
16
|
flexGrow: 0,
|
|
17
17
|
flexShrink: 1,
|
|
18
|
-
flexBasis:
|
|
18
|
+
flexBasis: "auto"
|
|
19
19
|
},
|
|
20
20
|
flex_col: {
|
|
21
|
-
flexDirection:
|
|
21
|
+
flexDirection: "column"
|
|
22
22
|
},
|
|
23
23
|
flex_col_reverse: {
|
|
24
|
-
flexDirection:
|
|
24
|
+
flexDirection: "column-reverse"
|
|
25
25
|
},
|
|
26
26
|
flex_row: {
|
|
27
|
-
flexDirection:
|
|
27
|
+
flexDirection: "row"
|
|
28
28
|
},
|
|
29
29
|
flex_row_reverse: {
|
|
30
|
-
flexDirection:
|
|
30
|
+
flexDirection: "row-reverse"
|
|
31
31
|
},
|
|
32
32
|
flex_wrap: {
|
|
33
|
-
flexWrap:
|
|
33
|
+
flexWrap: "wrap"
|
|
34
34
|
},
|
|
35
35
|
flex_wrap_reverse: {
|
|
36
|
-
flexWrap:
|
|
36
|
+
flexWrap: "wrap-reverse"
|
|
37
37
|
},
|
|
38
38
|
flex_nowrap: {
|
|
39
|
-
flexWrap:
|
|
39
|
+
flexWrap: "nowrap"
|
|
40
40
|
},
|
|
41
41
|
items_start: {
|
|
42
|
-
alignItems:
|
|
42
|
+
alignItems: "flex-start"
|
|
43
43
|
},
|
|
44
44
|
items_center: {
|
|
45
|
-
alignItems:
|
|
45
|
+
alignItems: "center"
|
|
46
46
|
},
|
|
47
47
|
items_end: {
|
|
48
|
-
alignItems:
|
|
48
|
+
alignItems: "flex-end"
|
|
49
49
|
},
|
|
50
50
|
content_start: {
|
|
51
|
-
alignContent:
|
|
51
|
+
alignContent: "flex-start"
|
|
52
52
|
},
|
|
53
53
|
content_center: {
|
|
54
|
-
alignContent:
|
|
54
|
+
alignContent: "center"
|
|
55
55
|
},
|
|
56
56
|
content_end: {
|
|
57
|
-
alignContent:
|
|
57
|
+
alignContent: "flex-end"
|
|
58
58
|
},
|
|
59
59
|
justify_start: {
|
|
60
|
-
justifyContent:
|
|
60
|
+
justifyContent: "flex-start"
|
|
61
61
|
},
|
|
62
62
|
justify_center: {
|
|
63
|
-
justifyContent:
|
|
63
|
+
justifyContent: "center"
|
|
64
64
|
},
|
|
65
65
|
justify_between: {
|
|
66
|
-
justifyContent:
|
|
66
|
+
justifyContent: "space-between"
|
|
67
67
|
},
|
|
68
68
|
justify_end: {
|
|
69
|
-
justifyContent:
|
|
69
|
+
justifyContent: "flex-end"
|
|
70
70
|
},
|
|
71
71
|
self_start: {
|
|
72
|
-
alignSelf:
|
|
72
|
+
alignSelf: "flex-start"
|
|
73
73
|
},
|
|
74
74
|
self_center: {
|
|
75
|
-
alignSelf:
|
|
75
|
+
alignSelf: "center"
|
|
76
76
|
},
|
|
77
77
|
self_end: {
|
|
78
|
-
alignSelf:
|
|
78
|
+
alignSelf: "flex-end"
|
|
79
79
|
},
|
|
80
80
|
self_stretch: {
|
|
81
|
-
alignSelf:
|
|
81
|
+
alignSelf: "stretch"
|
|
82
82
|
}
|
|
83
83
|
});
|
|
84
84
|
//# sourceMappingURL=flex-style-sheet.js.map
|
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { StyleSheet } from
|
|
3
|
+
import { StyleSheet } from "react-native";
|
|
4
4
|
export const TextStyleSheet = StyleSheet.create({
|
|
5
5
|
thin: {
|
|
6
6
|
fontWeight: 100,
|
|
7
|
-
fontFamily:
|
|
7
|
+
fontFamily: "IBMPlexSans-Thin"
|
|
8
8
|
},
|
|
9
9
|
thin_italic: {
|
|
10
10
|
fontWeight: 100,
|
|
11
|
-
fontFamily:
|
|
11
|
+
fontFamily: "IBMPlexSans-Thin-Italic"
|
|
12
12
|
},
|
|
13
13
|
extralight: {
|
|
14
14
|
fontWeight: 200,
|
|
15
|
-
fontFamily:
|
|
15
|
+
fontFamily: "IBMPlexSans-ExtraLight"
|
|
16
16
|
},
|
|
17
17
|
extralight_italic: {
|
|
18
18
|
fontWeight: 200,
|
|
19
|
-
fontFamily:
|
|
19
|
+
fontFamily: "IBMPlexSans-ExtraLight-Italic"
|
|
20
20
|
},
|
|
21
21
|
light: {
|
|
22
22
|
fontWeight: 300,
|
|
23
|
-
fontFamily:
|
|
23
|
+
fontFamily: "IBMPlexSans-Light"
|
|
24
24
|
},
|
|
25
25
|
light_italic: {
|
|
26
26
|
fontWeight: 300,
|
|
27
|
-
fontFamily:
|
|
27
|
+
fontFamily: "IBMPlexSans-Light-Italic"
|
|
28
28
|
},
|
|
29
29
|
normal: {
|
|
30
30
|
fontWeight: 400,
|
|
31
|
-
fontFamily:
|
|
31
|
+
fontFamily: "IBMPlexSans-Regular"
|
|
32
32
|
},
|
|
33
33
|
normal_italic: {
|
|
34
34
|
fontWeight: 400,
|
|
35
|
-
fontFamily:
|
|
35
|
+
fontFamily: "IBMPlexSans-Regular-Italic"
|
|
36
36
|
},
|
|
37
37
|
medium: {
|
|
38
38
|
fontWeight: 500,
|
|
39
|
-
fontFamily:
|
|
39
|
+
fontFamily: "IBMPlexSans-Medium"
|
|
40
40
|
},
|
|
41
41
|
medium_italic: {
|
|
42
42
|
fontWeight: 500,
|
|
43
|
-
fontFamily:
|
|
43
|
+
fontFamily: "IBMPlexSans-Medium-Italic"
|
|
44
44
|
},
|
|
45
45
|
semibold: {
|
|
46
46
|
fontWeight: 600,
|
|
47
|
-
fontFamily:
|
|
47
|
+
fontFamily: "IBMPlexSans-SemiBold"
|
|
48
48
|
},
|
|
49
49
|
semibold_italic: {
|
|
50
50
|
fontWeight: 600,
|
|
51
|
-
fontFamily:
|
|
51
|
+
fontFamily: "IBMPlexSans-SemiBold-Italic"
|
|
52
52
|
},
|
|
53
53
|
bold: {
|
|
54
54
|
fontWeight: 700,
|
|
55
|
-
fontFamily:
|
|
55
|
+
fontFamily: "IBMPlexSans-Bold"
|
|
56
56
|
},
|
|
57
57
|
bold_italic: {
|
|
58
58
|
fontWeight: 700,
|
|
59
|
-
fontFamily:
|
|
59
|
+
fontFamily: "IBMPlexSans-Bold-Italic"
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
62
|
//# sourceMappingURL=text-style-sheet.js.map
|
|
@@ -5,7 +5,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
5
5
|
export function CarbonReactNative({
|
|
6
6
|
// GlobalConfigProviderProps
|
|
7
7
|
android_buttonRippleEffect = true,
|
|
8
|
-
notificationColor =
|
|
8
|
+
notificationColor = "high_contrast",
|
|
9
9
|
toastDuration = 5000,
|
|
10
10
|
rtl = false,
|
|
11
11
|
// ThemeProviderProps
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* This is just a constant name.
|
|
6
6
|
*/
|
|
7
7
|
export const breakpoint = {
|
|
8
|
-
small:
|
|
9
|
-
medium:
|
|
10
|
-
large:
|
|
11
|
-
x_large:
|
|
12
|
-
max:
|
|
8
|
+
small: "small",
|
|
9
|
+
medium: "medium",
|
|
10
|
+
large: "large",
|
|
11
|
+
x_large: "x_large",
|
|
12
|
+
max: "max"
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=breakpoint.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { StyleSheet } from
|
|
4
|
-
import { Color } from
|
|
3
|
+
import { StyleSheet } from "react-native";
|
|
4
|
+
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import { BreakpointGlobal, ColorSchemeGlobal } from "../_internal/globals/index.js";
|
|
6
6
|
import { breakpoint as breakpointStyleProps } from "./breakpoint.js";
|
|
7
7
|
/**
|
|
@@ -81,18 +81,18 @@ export function create(styles) {
|
|
|
81
81
|
get() {
|
|
82
82
|
const colorScheme = ColorSchemeGlobal.get(),
|
|
83
83
|
breakpoint = BreakpointGlobal.get();
|
|
84
|
-
return [normalStyleSheet[styleName], colorScheme ==
|
|
84
|
+
return [normalStyleSheet[styleName], colorScheme == "gray_10" ? coloredStyleSheet[`${prefixColorStyleName.gray_10}${styleName}`] : coloredStyleSheet[`${prefixColorStyleName.gray_100}${styleName}`], containBreakpointStyle ? breakpointStyleSheet[`${breakpoint}${styleName}`] || getBreakpointUpStyle(breakpoint, breakpointStyleSheet, styleName) : null];
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
87
|
return acc;
|
|
88
88
|
}, {});
|
|
89
89
|
}
|
|
90
|
-
const colorStyleProps = [
|
|
90
|
+
const colorStyleProps = ["backgroundColor", "borderColor", "borderEndColor", "borderStartColor", "borderTopColor", "borderBottomColor", "borderLeftColor", "borderRightColor", "borderBlockColor", "borderBlockEndColor", "borderBlockStartColor", "color", "outlineColor", "overlayColor", "textDecorationColor", "textShadowColor", "tintColor", "shadowColor"],
|
|
91
91
|
prefixColorStyleName = {
|
|
92
|
-
gray_10:
|
|
93
|
-
gray_100:
|
|
92
|
+
gray_10: "gray_10__",
|
|
93
|
+
gray_100: "gray_100__"
|
|
94
94
|
},
|
|
95
|
-
breakpointDown = [
|
|
95
|
+
breakpointDown = ["max", "x_large", "large", "medium", "small"];
|
|
96
96
|
function getBreakpointUpStyle(breakpoint, breakpointStyle, styleName) {
|
|
97
97
|
const bpSliced = breakpointDown.slice(breakpointDown.indexOf(breakpoint));
|
|
98
98
|
let style = null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { StyleSheet as RNStyleSheet } from
|
|
3
|
+
import { StyleSheet as RNStyleSheet } from "react-native";
|
|
4
4
|
import { breakpoint as _breakpoint } from "./breakpoint.js";
|
|
5
5
|
import { color as _color } from "./color.js";
|
|
6
6
|
import { create as _create } from "./create.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { forwardRef, useCallback, useRef, useState } from
|
|
4
|
-
import { Dimensions, StyleSheet, View } from
|
|
3
|
+
import { forwardRef, useCallback, useRef, useState } from "react";
|
|
4
|
+
import { Dimensions, StyleSheet, View } from "react-native";
|
|
5
5
|
import { HeaderBorder } from "./_HeaderBorder.js";
|
|
6
6
|
import { Item } from "./_Item.js";
|
|
7
7
|
import { Context } from "./_context.js";
|
|
8
8
|
import { MarginRightStyle } from "./_styles.js";
|
|
9
9
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
10
|
const Accordion_ = /*#__PURE__*/forwardRef(function Accordion({
|
|
11
|
-
size =
|
|
11
|
+
size = "medium",
|
|
12
12
|
flushAlignment,
|
|
13
13
|
children,
|
|
14
14
|
style,
|
|
@@ -54,17 +54,17 @@ export const Accordion = Object.assign(Accordion_, {
|
|
|
54
54
|
});
|
|
55
55
|
const baseStyle = StyleSheet.create({
|
|
56
56
|
lastAccordionHeaderBorder: {
|
|
57
|
-
top:
|
|
57
|
+
top: "100%"
|
|
58
58
|
}
|
|
59
59
|
}),
|
|
60
|
-
windowWidth = Dimensions.get(
|
|
60
|
+
windowWidth = Dimensions.get("window").width;
|
|
61
61
|
function getMarginRightStyleKey(width) {
|
|
62
62
|
if (width < 420) {
|
|
63
|
-
return
|
|
63
|
+
return "small";
|
|
64
64
|
}
|
|
65
65
|
if (width <= 640) {
|
|
66
|
-
return
|
|
66
|
+
return "range_420_640";
|
|
67
67
|
}
|
|
68
|
-
return
|
|
68
|
+
return "large";
|
|
69
69
|
}
|
|
70
70
|
//# sourceMappingURL=Accordion.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { useContext } from
|
|
4
|
-
import { View } from
|
|
5
|
-
import { Color } from
|
|
3
|
+
import { useContext } from "react";
|
|
4
|
+
import { View } from "react-native";
|
|
5
|
+
import { Color } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { FlexStyleSheet } from "../../_internal/style-sheets/index.js";
|
|
7
7
|
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
8
8
|
import { ThemeContext } from "../../contexts/index.js";
|
|
@@ -11,7 +11,7 @@ import { HeaderBorder } from "./_HeaderBorder.js";
|
|
|
11
11
|
import { Chevron } from "./_chevron/index.js";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
export function Header({
|
|
14
|
-
size =
|
|
14
|
+
size = "medium",
|
|
15
15
|
open,
|
|
16
16
|
flushAlignment = false,
|
|
17
17
|
text,
|
|
@@ -52,10 +52,10 @@ export function Header({
|
|
|
52
52
|
}
|
|
53
53
|
const backgroundStyleSheet = CarbonStyleSheet.create({
|
|
54
54
|
default: {
|
|
55
|
-
backgroundColor:
|
|
55
|
+
backgroundColor: "transparent"
|
|
56
56
|
},
|
|
57
57
|
focused: {
|
|
58
|
-
backgroundColor:
|
|
58
|
+
backgroundColor: "transparent",
|
|
59
59
|
borderWidth: 1,
|
|
60
60
|
borderColor: CarbonStyleSheet.color.focus
|
|
61
61
|
},
|
|
@@ -66,7 +66,7 @@ const backgroundStyleSheet = CarbonStyleSheet.create({
|
|
|
66
66
|
backgroundColor: CarbonStyleSheet.color.layer_hover_01
|
|
67
67
|
},
|
|
68
68
|
disabled: {
|
|
69
|
-
backgroundColor:
|
|
69
|
+
backgroundColor: "transparent"
|
|
70
70
|
}
|
|
71
71
|
}),
|
|
72
72
|
textStyleSheet = CarbonStyleSheet.create({
|
|
@@ -111,9 +111,9 @@ const backgroundStyleSheet = CarbonStyleSheet.create({
|
|
|
111
111
|
* https://carbondesignsystem.com/components/accordion/style/#sizes
|
|
112
112
|
*/
|
|
113
113
|
mapSizeToButtonSize = {
|
|
114
|
-
small:
|
|
115
|
-
medium:
|
|
116
|
-
large:
|
|
114
|
+
small: "small",
|
|
115
|
+
medium: "medium",
|
|
116
|
+
large: "large_productive"
|
|
117
117
|
},
|
|
118
118
|
iconNodeRenderer = (open, iconColorState, iconSize, iconStyle) => {
|
|
119
119
|
return /*#__PURE__*/_jsx(Chevron, {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { useContext } from
|
|
4
|
-
import { StyleSheet, View } from
|
|
5
|
-
import { Spacing } from
|
|
3
|
+
import { useContext } from "react";
|
|
4
|
+
import { StyleSheet, View } from "react-native";
|
|
5
|
+
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { CommonStyleSheet } from "../../_internal/style-sheets/index.js";
|
|
7
7
|
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
8
8
|
import { ThemeContext } from "../../contexts/index.js";
|