@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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./CheckboxGroup";
|
|
2
|
+
export * from "./CheckboxGroupHelperTextMode";
|
|
3
|
+
export * from "./CheckboxGroupProps";
|
|
4
|
+
export * from "./CheckboxGroupRef";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CheckboxInputProps } from
|
|
2
|
-
import type { CheckboxInputRef } from
|
|
1
|
+
import type { CheckboxInputProps } from "./CheckboxInputProps";
|
|
2
|
+
import type { CheckboxInputRef } from "./CheckboxInputRef";
|
|
3
3
|
export declare const CheckboxInput: import("react").ForwardRefExoticComponent<CheckboxInputProps & import("react").RefAttributes<CheckboxInputRef>>;
|
|
4
4
|
//# sourceMappingURL=CheckboxInput.d.ts.map
|
package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputInteractiveState.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type CheckboxInputInteractiveState =
|
|
1
|
+
export type CheckboxInputInteractiveState = "normal" | "disabled" | "read_only" | "error" | "warning";
|
|
2
2
|
//# sourceMappingURL=CheckboxInputInteractiveState.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { PressableProps, ViewProps } from
|
|
2
|
-
import type { CheckboxInputInteractiveState } from
|
|
3
|
-
import type { CheckboxInputValue } from
|
|
4
|
-
export interface CheckboxInputProps extends Omit<PressableProps,
|
|
1
|
+
import type { PressableProps, ViewProps } from "react-native";
|
|
2
|
+
import type { CheckboxInputInteractiveState } from "./CheckboxInputInteractiveState";
|
|
3
|
+
import type { CheckboxInputValue } from "./CheckboxInputValue";
|
|
4
|
+
export interface CheckboxInputProps extends Omit<PressableProps, "children" | "disabled" | "style"> {
|
|
5
5
|
defaultValue?: CheckboxInputValue;
|
|
6
6
|
value?: CheckboxInputValue;
|
|
7
7
|
interactiveState?: CheckboxInputInteractiveState;
|
|
8
8
|
onChange?: (value: CheckboxInputValue) => void;
|
|
9
|
-
style?: ViewProps[
|
|
9
|
+
style?: ViewProps["style"];
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=CheckboxInputProps.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { View } from
|
|
2
|
-
import type { RefBase } from
|
|
1
|
+
import type { View } from "react-native";
|
|
2
|
+
import type { RefBase } from "./_RefBase";
|
|
3
3
|
export interface CheckboxInputRef extends View, RefBase {
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=CheckboxInputRef.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
1
|
+
export * from "./CheckboxInput";
|
|
2
|
+
export * from "./CheckboxInputInteractiveState";
|
|
3
|
+
export * from "./CheckboxInputProps";
|
|
4
|
+
export * from "./CheckboxInputRef";
|
|
5
|
+
export * from "./CheckboxInputValue";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CollapsibleProps } from
|
|
2
|
-
import type { CollapsibleRef } from
|
|
1
|
+
import type { CollapsibleProps } from "./CollapsibleProps";
|
|
2
|
+
import type { CollapsibleRef } from "./CollapsibleRef";
|
|
3
3
|
export declare const Collapsible: import("react").ForwardRefExoticComponent<CollapsibleProps & import("react").RefAttributes<CollapsibleRef>>;
|
|
4
4
|
//# sourceMappingURL=Collapsible.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { EasingFunction, ViewProps } from
|
|
1
|
+
import type { EasingFunction, ViewProps } from "react-native";
|
|
2
2
|
export interface CollapsibleProps extends ViewProps {
|
|
3
3
|
defaultOpen?: boolean;
|
|
4
4
|
open?: boolean;
|
|
5
|
-
motion?: Record<
|
|
5
|
+
motion?: Record<"toOpen" | "toClose", {
|
|
6
6
|
duration: number;
|
|
7
7
|
easing?: EasingFunction;
|
|
8
8
|
}>;
|
|
9
|
-
contentContainerStyle?: ViewProps[
|
|
9
|
+
contentContainerStyle?: ViewProps["style"];
|
|
10
10
|
onToggle?: (value: boolean) => void;
|
|
11
11
|
onOpened?: () => void;
|
|
12
12
|
onClosed?: () => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { View } from
|
|
2
|
-
import type { RefBase } from
|
|
1
|
+
import type { View } from "react-native";
|
|
2
|
+
import type { RefBase } from "./_RefBase";
|
|
3
3
|
export interface CollapsibleRef extends View, RefBase {
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=CollapsibleRef.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./Collapsible";
|
|
2
|
+
export * from "./CollapsibleProps";
|
|
3
|
+
export * from "./CollapsibleRef";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FormHelperTextProps } from
|
|
2
|
-
import type { FormHelperTextRef } from
|
|
1
|
+
import type { FormHelperTextProps } from "./FormHelperTextProps";
|
|
2
|
+
import type { FormHelperTextRef } from "./FormHelperTextRef";
|
|
3
3
|
export declare const FormHelperText: import("react").ForwardRefExoticComponent<FormHelperTextProps & import("react").RefAttributes<FormHelperTextRef>>;
|
|
4
4
|
//# sourceMappingURL=FormHelperText.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ViewProps } from
|
|
2
|
-
import type { TextProps } from
|
|
3
|
-
export interface FormHelperTextProps extends Omit<ViewProps,
|
|
1
|
+
import type { ViewProps } from "react-native";
|
|
2
|
+
import type { TextProps } from "../text";
|
|
3
|
+
export interface FormHelperTextProps extends Omit<ViewProps, "children"> {
|
|
4
4
|
error?: boolean;
|
|
5
5
|
text: string;
|
|
6
6
|
textLeading?: React.ReactNode;
|
|
7
7
|
textTrailing?: React.ReactNode;
|
|
8
|
-
textProps?: Omit<TextProps,
|
|
8
|
+
textProps?: Omit<TextProps, "children">;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=FormHelperTextProps.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./FormHelperText";
|
|
2
|
+
export * from "./FormHelperTextProps";
|
|
3
|
+
export * from "./FormHelperTextRef";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FormLabelProps } from
|
|
2
|
-
import type { FormLabelRef } from
|
|
1
|
+
import type { FormLabelProps } from "./FormLabelProps";
|
|
2
|
+
import type { FormLabelRef } from "./FormLabelRef";
|
|
3
3
|
export declare const FormLabel: import("react").ForwardRefExoticComponent<FormLabelProps & import("react").RefAttributes<FormLabelRef>>;
|
|
4
4
|
//# sourceMappingURL=FormLabel.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { ViewProps } from
|
|
2
|
-
import type { TextProps } from
|
|
3
|
-
export interface FormLabelProps extends Omit<ViewProps,
|
|
1
|
+
import type { ViewProps } from "react-native";
|
|
2
|
+
import type { TextProps } from "../text";
|
|
3
|
+
export interface FormLabelProps extends Omit<ViewProps, "children"> {
|
|
4
4
|
label: string;
|
|
5
5
|
labelLeading?: React.ReactNode;
|
|
6
6
|
labelTrailing?: React.ReactNode;
|
|
7
|
-
textProps?: Omit<TextProps,
|
|
7
|
+
textProps?: Omit<TextProps, "aria-label">;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=FormLabelProps.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./FormLabel";
|
|
2
|
+
export * from "./FormLabelProps";
|
|
3
|
+
export * from "./FormLabelRef";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import type { IconProps } from
|
|
1
|
+
import { Component } from "react";
|
|
2
|
+
import type { IconProps } from "./IconProps";
|
|
3
3
|
/**
|
|
4
4
|
* Icon component is intentionally written in the form of React Class Component to support `Animated.createAnimatedComponent` API from React Native Reanimated
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { XmlProps } from
|
|
2
|
-
import type { SharedType } from
|
|
3
|
-
export interface IconProps extends Omit<XmlProps,
|
|
1
|
+
import type { XmlProps } from "react-native-svg";
|
|
2
|
+
import type { SharedType } from "../../types";
|
|
3
|
+
export interface IconProps extends Omit<XmlProps, "xml"> {
|
|
4
4
|
src: SharedType.CarbonIcon;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=IconProps.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./Icon";
|
|
2
|
+
export * from "./IconProps";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import * as Button from
|
|
2
|
-
import * as Notification from
|
|
3
|
-
import * as Toggle from
|
|
1
|
+
import * as Button from "./button";
|
|
2
|
+
import * as Notification from "./notification";
|
|
3
|
+
import * as Toggle from "./toggle";
|
|
4
4
|
export { Button, Notification, Toggle, };
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
20
|
-
export * from
|
|
21
|
-
export * from
|
|
22
|
-
export * from
|
|
23
|
-
export * from
|
|
24
|
-
export * from
|
|
25
|
-
export * from
|
|
26
|
-
export * from
|
|
27
|
-
export * from
|
|
28
|
-
export * from
|
|
29
|
-
export * from
|
|
5
|
+
export * from "./accordion";
|
|
6
|
+
export * from "./button-group";
|
|
7
|
+
export * from "./checkbox";
|
|
8
|
+
export * from "./checkbox-group";
|
|
9
|
+
export * from "./checkbox-input";
|
|
10
|
+
export * from "./collapsible";
|
|
11
|
+
export * from "./form-helper-text";
|
|
12
|
+
export * from "./form-label";
|
|
13
|
+
export * from "./icon";
|
|
14
|
+
export * from "./inline-loading";
|
|
15
|
+
export * from "./layer";
|
|
16
|
+
export * from "./loading";
|
|
17
|
+
export * from "./modal";
|
|
18
|
+
export * from "./modal-content";
|
|
19
|
+
export * from "./radio-button";
|
|
20
|
+
export * from "./radio-button-group";
|
|
21
|
+
export * from "./radio-button-input";
|
|
22
|
+
export * from "./switch";
|
|
23
|
+
export * from "./text";
|
|
24
|
+
export * from "./text-area";
|
|
25
|
+
export * from "./text-area-field";
|
|
26
|
+
export * from "./text-area-fluid";
|
|
27
|
+
export * from "./text-input";
|
|
28
|
+
export * from "./text-input-field";
|
|
29
|
+
export * from "./text-input-fluid";
|
|
30
30
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { InlineLoadingProps } from
|
|
2
|
-
import type { InlineLoadingRef } from
|
|
1
|
+
import type { InlineLoadingProps } from "./InlineLoadingProps";
|
|
2
|
+
import type { InlineLoadingRef } from "./InlineLoadingRef";
|
|
3
3
|
export declare const InlineLoading: import("react").ForwardRefExoticComponent<InlineLoadingProps & import("react").RefAttributes<InlineLoadingRef>>;
|
|
4
4
|
//# sourceMappingURL=InlineLoading.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { ViewProps } from
|
|
2
|
-
import type { TextProps } from
|
|
3
|
-
import type { InlineLoadingState } from
|
|
4
|
-
export interface InlineLoadingProps extends Omit<ViewProps,
|
|
1
|
+
import type { ViewProps } from "react-native";
|
|
2
|
+
import type { TextProps } from "../text/TextProps";
|
|
3
|
+
import type { InlineLoadingState } from "./InlineLoadingState";
|
|
4
|
+
export interface InlineLoadingProps extends Omit<ViewProps, "children"> {
|
|
5
5
|
/**
|
|
6
6
|
* @default 'active'
|
|
7
7
|
*/
|
|
8
8
|
state?: InlineLoadingState;
|
|
9
9
|
text: string;
|
|
10
|
-
textProps?: Omit<TextProps,
|
|
10
|
+
textProps?: Omit<TextProps, "children" | "type">;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=InlineLoadingProps.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type InlineLoadingState =
|
|
1
|
+
export type InlineLoadingState = "active" | "inactive" | "error" | "finished";
|
|
2
2
|
//# sourceMappingURL=InlineLoadingState.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export type * from
|
|
3
|
-
export type * from
|
|
4
|
-
export type * from
|
|
1
|
+
export * from "./InlineLoading";
|
|
2
|
+
export type * from "./InlineLoadingProps";
|
|
3
|
+
export type * from "./InlineLoadingRef";
|
|
4
|
+
export type * from "./InlineLoadingState";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { LayerProps } from
|
|
2
|
-
import type { LayerRef } from
|
|
1
|
+
import type { LayerProps } from "./LayerProps";
|
|
2
|
+
import type { LayerRef } from "./LayerRef";
|
|
3
3
|
export declare const Layer: import("react").ForwardRefExoticComponent<LayerProps & import("react").RefAttributes<LayerRef>>;
|
|
4
4
|
//# sourceMappingURL=Layer.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ViewProps } from
|
|
2
|
-
import type { ColorLayerLevel } from
|
|
1
|
+
import type { ViewProps } from "react-native";
|
|
2
|
+
import type { ColorLayerLevel } from "@audira/carbon-react-native-elements";
|
|
3
3
|
export interface LayerProps extends ViewProps {
|
|
4
4
|
/**
|
|
5
5
|
* Specify the layer level and override any existing levels based on hierarchy
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export type * from
|
|
4
|
-
export type * from
|
|
1
|
+
export * from "./Layer";
|
|
2
|
+
export * from "./LayerContext";
|
|
3
|
+
export type * from "./LayerProps";
|
|
4
|
+
export type * from "./LayerRef";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { LoadingProps } from
|
|
2
|
-
import type { LoadingRef } from
|
|
1
|
+
import type { LoadingProps } from "./LoadingProps";
|
|
2
|
+
import type { LoadingRef } from "./LoadingRef";
|
|
3
3
|
export declare const Loading: import("react").ForwardRefExoticComponent<LoadingProps & import("react").RefAttributes<LoadingRef>>;
|
|
4
4
|
//# sourceMappingURL=Loading.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { SvgProps } from
|
|
2
|
-
import type { LoadingType } from
|
|
1
|
+
import type { SvgProps } from "react-native-svg";
|
|
2
|
+
import type { LoadingType } from "./LoadingType";
|
|
3
3
|
export interface LoadingProps extends SvgProps {
|
|
4
4
|
/**
|
|
5
5
|
* @default 'large'
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type LoadingType =
|
|
1
|
+
export type LoadingType = "large" | "small";
|
|
2
2
|
//# sourceMappingURL=LoadingType.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from
|
|
2
|
-
import type { CircularProgressProps } from
|
|
1
|
+
import { Component } from "react";
|
|
2
|
+
import type { CircularProgressProps } from "./CircularProgressProps";
|
|
3
3
|
export declare class CircularProgress extends Component<CircularProgressProps> {
|
|
4
4
|
render(): import("react").JSX.Element;
|
|
5
5
|
}
|
package/lib/typescript/commonjs/components/loading/_circular-progress/CircularProgressProps.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { Svg, SvgProps } from
|
|
2
|
-
import type { LoadingType } from
|
|
3
|
-
export interface CircularProgressProps extends Omit<SvgProps,
|
|
1
|
+
import type { Svg, SvgProps } from "react-native-svg";
|
|
2
|
+
import type { LoadingType } from "../LoadingType";
|
|
3
|
+
export interface CircularProgressProps extends Omit<SvgProps, "width" | "height"> {
|
|
4
4
|
/**
|
|
5
5
|
* @default 'large'
|
|
6
6
|
*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export type * from
|
|
1
|
+
export * from "./CircularProgress";
|
|
2
|
+
export type * from "./CircularProgressProps";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { type ColorLayerLevel } from
|
|
2
|
-
import type { ThemeContext } from
|
|
1
|
+
import { type ColorLayerLevel } from "@audira/carbon-react-native-elements";
|
|
2
|
+
import type { ThemeContext } from "../../contexts/theme";
|
|
3
3
|
export declare const MapCircleBackgroundColor: {
|
|
4
|
-
[Layer in ColorLayerLevel]: Record<ThemeContext[
|
|
4
|
+
[Layer in ColorLayerLevel]: Record<ThemeContext["colorScheme"], string>;
|
|
5
5
|
};
|
|
6
6
|
//# sourceMappingURL=_map-circle-background-color.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { ThemeContext } from
|
|
2
|
-
export declare const MapCircleStrokeColor: Record<ThemeContext[
|
|
1
|
+
import type { ThemeContext } from "../../contexts/theme";
|
|
2
|
+
export declare const MapCircleStrokeColor: Record<ThemeContext["colorScheme"], string>;
|
|
3
3
|
//# sourceMappingURL=_map-circle-stroke-color.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export type * from
|
|
3
|
-
export type * from
|
|
4
|
-
export type * from
|
|
1
|
+
export * from "./Loading";
|
|
2
|
+
export type * from "./LoadingProps";
|
|
3
|
+
export type * from "./LoadingRef";
|
|
4
|
+
export type * from "./LoadingType";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ModalProps } from
|
|
2
|
-
import type { ModalRef } from
|
|
1
|
+
import type { ModalProps } from "./ModalProps";
|
|
2
|
+
import type { ModalRef } from "./ModalRef";
|
|
3
3
|
/**
|
|
4
4
|
* This is a pure component of Carbon Modal. It's not including with the dialog or any alert utility.
|
|
5
5
|
* You can use `DialogContext`, call the `show` method, and then give this component to the method argument.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ViewProps } from
|
|
2
|
-
import type { GhostIconProps } from
|
|
3
|
-
import type { ModalSize } from
|
|
1
|
+
import type { ViewProps } from "react-native";
|
|
2
|
+
import type { GhostIconProps } from "../button/ghost-icon/GhostIconProps";
|
|
3
|
+
import type { ModalSize } from "./ModalSize";
|
|
4
4
|
export interface ModalProps extends ViewProps {
|
|
5
5
|
label?: string;
|
|
6
6
|
title: string;
|
|
@@ -8,6 +8,6 @@ export interface ModalProps extends ViewProps {
|
|
|
8
8
|
* @default 'medium'
|
|
9
9
|
*/
|
|
10
10
|
size?: ModalSize;
|
|
11
|
-
buttonCloseProps?: Omit<GhostIconProps,
|
|
11
|
+
buttonCloseProps?: Omit<GhostIconProps, "icon">;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=ModalProps.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type ModalSize =
|
|
1
|
+
export type ModalSize = "extra_small" | "small" | "medium" | "large";
|
|
2
2
|
//# sourceMappingURL=ModalSize.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export type * from
|
|
3
|
-
export type * from
|
|
4
|
-
export type * from
|
|
1
|
+
export * from "./Modal";
|
|
2
|
+
export type * from "./ModalProps";
|
|
3
|
+
export type * from "./ModalRef";
|
|
4
|
+
export type * from "./ModalSize";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ModalContentProps } from
|
|
2
|
-
import type { ModalContentRef } from
|
|
1
|
+
import type { ModalContentProps } from "./ModalContentProps";
|
|
2
|
+
import type { ModalContentRef } from "./ModalContentRef";
|
|
3
3
|
export declare const ModalContent: import("react").ForwardRefExoticComponent<ModalContentProps & import("react").RefAttributes<ModalContentRef>>;
|
|
4
4
|
//# sourceMappingURL=ModalContent.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export type * from
|
|
3
|
-
export type * from
|
|
1
|
+
export * from "./ModalContent";
|
|
2
|
+
export type * from "./ModalContentProps";
|
|
3
|
+
export type * from "./ModalContentRef";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type NotificationColor =
|
|
1
|
+
export type NotificationColor = "low_contrast" | "high_contrast";
|
|
2
2
|
//# sourceMappingURL=NotificationColor.d.ts.map
|
package/lib/typescript/commonjs/components/notification/_status-hooks/_base/UseBaseData.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { BaseProps } from
|
|
1
|
+
import type { BaseProps } from "../../base/BaseProps";
|
|
2
2
|
export interface UseBaseData {
|
|
3
|
-
iconProps: BaseProps[
|
|
4
|
-
iconCloseProps: BaseProps[
|
|
5
|
-
titleStyle: BaseProps[
|
|
6
|
-
leftBarStyle: BaseProps[
|
|
7
|
-
style: BaseProps[
|
|
3
|
+
iconProps: BaseProps["iconProps"];
|
|
4
|
+
iconCloseProps: BaseProps["iconCloseProps"];
|
|
5
|
+
titleStyle: BaseProps["titleStyle"];
|
|
6
|
+
leftBarStyle: BaseProps["leftBarStyle"];
|
|
7
|
+
style: BaseProps["style"];
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=UseBaseData.d.ts.map
|
package/lib/typescript/commonjs/components/notification/_status-hooks/_base/UseBaseProps.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { NotificationColor } from
|
|
1
|
+
import type { NotificationColor } from "../../NotificationColor";
|
|
2
2
|
export interface UseBaseProps {
|
|
3
3
|
color?: NotificationColor;
|
|
4
|
-
style: Record<NotificationColor, Record<
|
|
4
|
+
style: Record<NotificationColor, Record<"backgroundColor" | "borderTopColor" | "borderRightColor" | "borderBottomColor", string>>;
|
|
5
5
|
leftBarStyle: Record<NotificationColor, {
|
|
6
6
|
backgroundColor: string;
|
|
7
7
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./useBase";
|
|
2
|
+
export * from "./UseBaseData";
|
|
3
|
+
export * from "./UseBaseProps";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|