@audira/carbon-react-native 1.0.0-beta.8 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/commonjs/_internal/contexts/in-dialog/InDialogContext.js +9 -0
- package/lib/commonjs/_internal/contexts/in-dialog/InDialogContext.js.map +1 -0
- package/lib/commonjs/_internal/contexts/in-dialog/index.js +17 -0
- package/lib/commonjs/_internal/contexts/in-dialog/index.js.map +1 -0
- package/lib/commonjs/_internal/contexts/index.js +12 -1
- package/lib/commonjs/_internal/contexts/index.js.map +1 -1
- package/lib/commonjs/_internal/contexts/modal/ModalContext.js +8 -1
- package/lib/commonjs/_internal/contexts/modal/ModalContext.js.map +1 -1
- package/lib/commonjs/_internal/helpers/index.js +3 -1
- package/lib/commonjs/_internal/helpers/index.js.map +1 -1
- package/lib/commonjs/_internal/helpers/modal/index.js +17 -0
- package/lib/commonjs/_internal/helpers/modal/index.js.map +1 -0
- package/lib/commonjs/_internal/helpers/modal/is-apply-insets.js +17 -0
- package/lib/commonjs/_internal/helpers/modal/is-apply-insets.js.map +1 -0
- package/lib/commonjs/_internal/hooks/index.js +10 -0
- package/lib/commonjs/_internal/hooks/index.js.map +1 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/UseProps.js +2 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/UseProps.js.map +1 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/index.js +17 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/index.js.map +1 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/use.js +16 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/use.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/direction.js +24 -0
- package/lib/commonjs/carbon-style-sheet/g/direction.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/display.js +24 -0
- package/lib/commonjs/carbon-style-sheet/g/display.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/flex.js +254 -0
- package/lib/commonjs/carbon-style-sheet/g/flex.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/font.js +127 -0
- package/lib/commonjs/carbon-style-sheet/g/font.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/height.js +40 -0
- package/lib/commonjs/carbon-style-sheet/g/height.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/index.js +127 -0
- package/lib/commonjs/carbon-style-sheet/g/index.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/overflow.js +32 -0
- package/lib/commonjs/carbon-style-sheet/g/overflow.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/position.js +35 -0
- package/lib/commonjs/carbon-style-sheet/g/position.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/spacing.js +2197 -0
- package/lib/commonjs/carbon-style-sheet/g/spacing.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/text.js +88 -0
- package/lib/commonjs/carbon-style-sheet/g/text.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/typography.js +242 -0
- package/lib/commonjs/carbon-style-sheet/g/typography.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/width.js +40 -0
- package/lib/commonjs/carbon-style-sheet/g/width.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/direction.js +13 -0
- package/lib/commonjs/carbon-style-sheet/g-object/direction.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/display.js +13 -0
- package/lib/commonjs/carbon-style-sheet/g-object/display.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/flex.js +103 -0
- package/lib/commonjs/carbon-style-sheet/g-object/flex.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/font.js +56 -0
- package/lib/commonjs/carbon-style-sheet/g-object/font.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/height.js +19 -0
- package/lib/commonjs/carbon-style-sheet/g-object/height.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/index.js +127 -0
- package/lib/commonjs/carbon-style-sheet/g-object/index.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/overflow.js +16 -0
- package/lib/commonjs/carbon-style-sheet/g-object/overflow.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/position.js +20 -0
- package/lib/commonjs/carbon-style-sheet/g-object/position.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +831 -0
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/text.js +37 -0
- package/lib/commonjs/carbon-style-sheet/g-object/text.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/typography.js +136 -0
- package/lib/commonjs/carbon-style-sheet/g-object/typography.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/width.js +19 -0
- package/lib/commonjs/carbon-style-sheet/g-object/width.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/index.js +68 -18
- package/lib/commonjs/carbon-style-sheet/index.js.map +1 -1
- package/lib/commonjs/components/accordion/Accordion.js +16 -15
- package/lib/commonjs/components/accordion/Accordion.js.map +1 -1
- package/lib/commonjs/components/accordion/_Header.js +19 -19
- package/lib/commonjs/components/accordion/_Header.js.map +1 -1
- package/lib/commonjs/components/accordion/_HeaderBorder.js +8 -8
- package/lib/commonjs/components/accordion/_HeaderBorder.js.map +1 -1
- package/lib/commonjs/components/accordion/_Item.js +3 -2
- package/lib/commonjs/components/accordion/_Item.js.map +1 -1
- package/lib/commonjs/components/accordion/_chevron/Chevron.js +4 -2
- package/lib/commonjs/components/accordion/_chevron/Chevron.js.map +1 -1
- package/lib/commonjs/components/accordion/index.js.map +1 -1
- package/lib/commonjs/components/box/Box.js +27 -0
- package/lib/commonjs/components/box/Box.js.map +1 -0
- package/lib/commonjs/components/box/BoxProps.js +6 -0
- package/lib/commonjs/components/box/BoxProps.js.map +1 -0
- package/lib/commonjs/components/box/BoxRef.js +6 -0
- package/lib/commonjs/components/box/BoxRef.js.map +1 -0
- package/lib/commonjs/components/box/index.js +17 -0
- package/lib/commonjs/components/box/index.js.map +1 -0
- package/lib/commonjs/components/button/base/Base.js +7 -12
- package/lib/commonjs/components/button/base/Base.js.map +1 -1
- package/lib/commonjs/components/button/base-color/BaseColor.js +10 -7
- package/lib/commonjs/components/button/base-color/BaseColor.js.map +1 -1
- package/lib/commonjs/components/button/ghost/Ghost.js +12 -11
- package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js +13 -12
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js.map +1 -1
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js +6 -5
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js.map +1 -1
- package/lib/commonjs/components/button/primary/Primary.js +14 -13
- package/lib/commonjs/components/button/primary/Primary.js.map +1 -1
- package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js +14 -13
- package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js.map +1 -1
- package/lib/commonjs/components/button/secondary/Secondary.js +14 -13
- package/lib/commonjs/components/button/secondary/Secondary.js.map +1 -1
- package/lib/commonjs/components/button/tertiary/Tertiary.js +17 -16
- package/lib/commonjs/components/button/tertiary/Tertiary.js.map +1 -1
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js +16 -15
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
- package/lib/commonjs/components/button-group/ButtonGroup.js +7 -6
- package/lib/commonjs/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/commonjs/components/button-group/index.js.map +1 -1
- package/lib/commonjs/components/checkbox/Checkbox.js +29 -32
- package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/index.js.map +1 -1
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +12 -21
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js.map +1 -1
- package/lib/commonjs/components/checkbox-group/index.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js +44 -44
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInputState.js +2 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputState.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/index.js +4 -4
- package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
- package/lib/commonjs/components/collapsible/Collapsible.js +17 -8
- package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
- package/lib/commonjs/components/form-helper-text/FormHelperText.js +12 -15
- package/lib/commonjs/components/form-helper-text/FormHelperText.js.map +1 -1
- package/lib/commonjs/components/form-label/FormLabel.js +5 -7
- package/lib/commonjs/components/form-label/FormLabel.js.map +1 -1
- package/lib/commonjs/components/form-label/index.js.map +1 -1
- package/lib/commonjs/components/index.js +72 -24
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/inline-loading/InlineLoading.js +13 -16
- package/lib/commonjs/components/inline-loading/InlineLoading.js.map +1 -1
- package/lib/commonjs/components/inline-loading/index.js.map +1 -1
- package/lib/commonjs/components/layer/Layer.js +6 -5
- package/lib/commonjs/components/layer/Layer.js.map +1 -1
- package/lib/commonjs/components/layer/index.js.map +1 -1
- package/lib/commonjs/components/loading/Loading.js +3 -1
- package/lib/commonjs/components/loading/Loading.js.map +1 -1
- package/lib/commonjs/components/modal/Modal.js +96 -56
- package/lib/commonjs/components/modal/Modal.js.map +1 -1
- package/lib/commonjs/components/modal/index.js.map +1 -1
- package/lib/commonjs/components/modal-content/ModalContent.js +15 -6
- package/lib/commonjs/components/modal-content/ModalContent.js.map +1 -1
- package/lib/commonjs/components/modal-content/index.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/error/useError.js +17 -16
- package/lib/commonjs/components/notification/_status-hooks/error/useError.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/informational/useInformational.js +17 -16
- package/lib/commonjs/components/notification/_status-hooks/informational/useInformational.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/success/useSuccess.js +17 -16
- package/lib/commonjs/components/notification/_status-hooks/success/useSuccess.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/warning/useWarning.js +17 -16
- package/lib/commonjs/components/notification/_status-hooks/warning/useWarning.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js +0 -1
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/actionable/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js +0 -1
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/callout/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/index.js +2 -24
- package/lib/commonjs/components/notification/_variants/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/toast/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/base/Base.js +14 -15
- package/lib/commonjs/components/notification/base/Base.js.map +1 -1
- package/lib/commonjs/components/notification/base/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/index.js +13 -19
- package/lib/commonjs/components/notification/index.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle/Subtitle.js +5 -4
- package/lib/commonjs/components/notification/subtitle/Subtitle.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle/index.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLink.js +5 -4
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLink.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle-link/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/warning/index.js.map +1 -1
- package/lib/commonjs/components/password-input/PasswordInput.js +35 -0
- package/lib/commonjs/components/password-input/PasswordInput.js.map +1 -0
- package/lib/commonjs/components/password-input/PasswordInputProps.js +6 -0
- package/lib/commonjs/components/password-input/PasswordInputProps.js.map +1 -0
- package/lib/commonjs/components/password-input/PasswordInputRef.js +6 -0
- package/lib/commonjs/components/password-input/PasswordInputRef.js.map +1 -0
- package/lib/commonjs/components/password-input/index.js +17 -0
- package/lib/commonjs/components/password-input/index.js.map +1 -0
- package/lib/commonjs/components/password-input-field/PasswordInputField.js +35 -0
- package/lib/commonjs/components/password-input-field/PasswordInputField.js.map +1 -0
- package/lib/commonjs/components/password-input-field/PasswordInputFieldProps.js +6 -0
- package/lib/commonjs/components/password-input-field/PasswordInputFieldProps.js.map +1 -0
- package/lib/commonjs/components/password-input-field/PasswordInputFieldRef.js +6 -0
- package/lib/commonjs/components/password-input-field/PasswordInputFieldRef.js.map +1 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js +41 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.js +6 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.js +6 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/index.js +17 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/index.js.map +1 -0
- package/lib/commonjs/components/password-input-field/index.js +17 -0
- package/lib/commonjs/components/password-input-field/index.js.map +1 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluid.js +33 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluid.js.map +1 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluidProps.js +6 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluidProps.js.map +1 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluidRef.js +6 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluidRef.js.map +1 -0
- package/lib/commonjs/components/password-input-fluid/index.js +17 -0
- package/lib/commonjs/components/password-input-fluid/index.js.map +1 -0
- package/lib/commonjs/components/radio-button/RadioButton.js +15 -14
- package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
- package/lib/commonjs/components/radio-button/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +9 -7
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/lib/commonjs/components/radio-button-group/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +25 -25
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
- package/lib/commonjs/components/switch/Switch.js +10 -10
- package/lib/commonjs/components/switch/Switch.js.map +1 -1
- package/lib/commonjs/components/text/Text.js +65 -45
- package/lib/commonjs/components/text/Text.js.map +1 -1
- package/lib/commonjs/components/text-area/TextArea.js +0 -2
- package/lib/commonjs/components/text-area/TextArea.js.map +1 -1
- package/lib/commonjs/components/text-area/index.js.map +1 -1
- package/lib/commonjs/components/text-area-field/index.js.map +1 -1
- package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js +3 -2
- package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js.map +1 -1
- package/lib/commonjs/components/text-area-fluid/index.js.map +1 -1
- package/lib/commonjs/components/text-input/TextInput.js +4 -0
- package/lib/commonjs/components/text-input/TextInput.js.map +1 -1
- package/lib/commonjs/components/text-input-field/TextInputField.js +33 -20
- package/lib/commonjs/components/text-input-field/TextInputField.js.map +1 -1
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +3 -2
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
- package/lib/commonjs/components/text-input-field/index.js.map +1 -1
- package/lib/commonjs/components/text-input-fluid/TextInputFluid.js +23 -16
- package/lib/commonjs/components/text-input-fluid/TextInputFluid.js.map +1 -1
- package/lib/commonjs/components/text-input-fluid/index.js.map +1 -1
- package/lib/commonjs/components/toggle/base/Base.js +13 -11
- package/lib/commonjs/components/toggle/base/Base.js.map +1 -1
- package/lib/commonjs/components/toggle/base/index.js.map +1 -1
- package/lib/commonjs/components/toggle/default/index.js.map +1 -1
- package/lib/commonjs/components/toggle/index.js.map +1 -1
- package/lib/commonjs/components/toggle/small/index.js.map +1 -1
- package/lib/commonjs/const/dialog-animation-configs/carbon-react.js +2 -1
- package/lib/commonjs/const/dialog-animation-configs/carbon-react.js.map +1 -1
- package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up-2.js +2 -1
- package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up-2.js.map +1 -1
- package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up.js +2 -1
- package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up.js.map +1 -1
- package/lib/commonjs/helpers/color/get-color-scheme.js +2 -1
- package/lib/commonjs/helpers/color/get-color-scheme.js.map +1 -1
- package/lib/commonjs/index.js +16 -12
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/providers/dialog/DialogProvider.js +76 -35
- package/lib/commonjs/providers/dialog/DialogProvider.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/Controller.js +12 -12
- package/lib/commonjs/providers/dialog/_controller/Controller.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js +9 -7
- package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js +8 -5
- package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js.map +1 -1
- package/lib/commonjs/providers/toast/_overlay/Overlay.js +13 -8
- package/lib/commonjs/providers/toast/_overlay/Overlay.js.map +1 -1
- package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +14 -7
- package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js.map +1 -1
- package/lib/commonjs/providers/toast/_overlay/_gap.js +9 -0
- package/lib/commonjs/providers/toast/_overlay/_gap.js.map +1 -0
- package/lib/commonjs/providers/toast/index.js.map +1 -1
- package/lib/module/_internal/contexts/in-dialog/InDialogContext.js +5 -0
- package/lib/module/_internal/contexts/in-dialog/InDialogContext.js.map +1 -0
- package/lib/module/_internal/contexts/in-dialog/index.js +4 -0
- package/lib/module/_internal/contexts/in-dialog/index.js.map +1 -0
- package/lib/module/_internal/contexts/index.js +1 -0
- package/lib/module/_internal/contexts/index.js.map +1 -1
- package/lib/module/_internal/contexts/modal/ModalContext.js +8 -1
- package/lib/module/_internal/contexts/modal/ModalContext.js.map +1 -1
- package/lib/module/_internal/helpers/index.js +2 -1
- package/lib/module/_internal/helpers/index.js.map +1 -1
- package/lib/module/_internal/helpers/modal/index.js +4 -0
- package/lib/module/_internal/helpers/modal/index.js.map +1 -0
- package/lib/module/_internal/helpers/modal/is-apply-insets.js +13 -0
- package/lib/module/_internal/helpers/modal/is-apply-insets.js.map +1 -0
- package/lib/module/_internal/hooks/index.js +5 -0
- package/lib/module/_internal/hooks/index.js.map +1 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/UseProps.js +2 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/UseProps.js.map +1 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/index.js +4 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/index.js.map +1 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/use.js +12 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/use.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/direction.js +18 -0
- package/lib/module/carbon-style-sheet/g/direction.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/display.js +18 -0
- package/lib/module/carbon-style-sheet/g/display.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/flex.js +220 -0
- package/lib/module/carbon-style-sheet/g/flex.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/font.js +109 -0
- package/lib/module/carbon-style-sheet/g/font.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/height.js +32 -0
- package/lib/module/carbon-style-sheet/g/height.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/index.js +14 -0
- package/lib/module/carbon-style-sheet/g/index.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/overflow.js +25 -0
- package/lib/module/carbon-style-sheet/g/overflow.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/position.js +28 -0
- package/lib/module/carbon-style-sheet/g/position.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/spacing.js +1918 -0
- package/lib/module/carbon-style-sheet/g/spacing.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/text.js +74 -0
- package/lib/module/carbon-style-sheet/g/text.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/typography.js +217 -0
- package/lib/module/carbon-style-sheet/g/typography.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/width.js +32 -0
- package/lib/module/carbon-style-sheet/g/width.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/direction.js +9 -0
- package/lib/module/carbon-style-sheet/g-object/direction.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/display.js +9 -0
- package/lib/module/carbon-style-sheet/g-object/display.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/flex.js +99 -0
- package/lib/module/carbon-style-sheet/g-object/flex.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/font.js +52 -0
- package/lib/module/carbon-style-sheet/g-object/font.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/height.js +15 -0
- package/lib/module/carbon-style-sheet/g-object/height.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/index.js +14 -0
- package/lib/module/carbon-style-sheet/g-object/index.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/overflow.js +12 -0
- package/lib/module/carbon-style-sheet/g-object/overflow.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/position.js +16 -0
- package/lib/module/carbon-style-sheet/g-object/position.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/spacing.js +825 -0
- package/lib/module/carbon-style-sheet/g-object/spacing.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/text.js +33 -0
- package/lib/module/carbon-style-sheet/g-object/text.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/typography.js +132 -0
- package/lib/module/carbon-style-sheet/g-object/typography.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/width.js +15 -0
- package/lib/module/carbon-style-sheet/g-object/width.js.map +1 -0
- package/lib/module/carbon-style-sheet/index.js +12 -17
- package/lib/module/carbon-style-sheet/index.js.map +1 -1
- package/lib/module/components/accordion/Accordion.js +16 -15
- package/lib/module/components/accordion/Accordion.js.map +1 -1
- package/lib/module/components/accordion/_Header.js +2 -3
- package/lib/module/components/accordion/_Header.js.map +1 -1
- package/lib/module/components/accordion/_HeaderBorder.js +3 -4
- package/lib/module/components/accordion/_HeaderBorder.js.map +1 -1
- package/lib/module/components/accordion/_Item.js +2 -2
- package/lib/module/components/accordion/_Item.js.map +1 -1
- package/lib/module/components/accordion/_chevron/Chevron.js +4 -2
- package/lib/module/components/accordion/_chevron/Chevron.js.map +1 -1
- package/lib/module/components/accordion/index.js.map +1 -1
- package/lib/module/components/box/Box.js +22 -0
- package/lib/module/components/box/Box.js.map +1 -0
- package/lib/module/components/box/BoxProps.js +4 -0
- package/lib/module/components/box/BoxProps.js.map +1 -0
- package/lib/module/components/box/BoxRef.js +4 -0
- package/lib/module/components/box/BoxRef.js.map +1 -0
- package/lib/module/components/box/index.js +4 -0
- package/lib/module/components/box/index.js.map +1 -0
- package/lib/module/components/button/base/Base.js +6 -12
- package/lib/module/components/button/base/Base.js.map +1 -1
- package/lib/module/components/button/base-color/BaseColor.js +10 -7
- package/lib/module/components/button/base-color/BaseColor.js.map +1 -1
- package/lib/module/components/button/ghost/Ghost.js +1 -1
- package/lib/module/components/button/ghost/Ghost.js.map +1 -1
- package/lib/module/components/button/ghost-danger/GhostDanger.js +1 -1
- package/lib/module/components/button/ghost-danger/GhostDanger.js.map +1 -1
- package/lib/module/components/button/ghost-icon/GhostIcon.js +1 -1
- package/lib/module/components/button/ghost-icon/GhostIcon.js.map +1 -1
- package/lib/module/components/button/primary/Primary.js +1 -1
- package/lib/module/components/button/primary/Primary.js.map +1 -1
- package/lib/module/components/button/primary-danger/PrimaryDanger.js +1 -1
- package/lib/module/components/button/primary-danger/PrimaryDanger.js.map +1 -1
- package/lib/module/components/button/secondary/Secondary.js +1 -1
- package/lib/module/components/button/secondary/Secondary.js.map +1 -1
- package/lib/module/components/button/tertiary/Tertiary.js +1 -1
- package/lib/module/components/button/tertiary/Tertiary.js.map +1 -1
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js +1 -1
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
- package/lib/module/components/button-group/ButtonGroup.js +6 -6
- package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/module/components/button-group/index.js.map +1 -1
- package/lib/module/components/checkbox/Checkbox.js +17 -21
- package/lib/module/components/checkbox/Checkbox.js.map +1 -1
- package/lib/module/components/checkbox/index.js.map +1 -1
- package/lib/module/components/checkbox-group/CheckboxGroup.js +9 -19
- package/lib/module/components/checkbox-group/CheckboxGroup.js.map +1 -1
- package/lib/module/components/checkbox-group/index.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInput.js +24 -25
- package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInputState.js +2 -0
- package/lib/module/components/checkbox-input/CheckboxInputState.js.map +1 -0
- package/lib/module/components/checkbox-input/index.js +1 -1
- package/lib/module/components/checkbox-input/index.js.map +1 -1
- package/lib/module/components/collapsible/Collapsible.js +16 -8
- package/lib/module/components/collapsible/Collapsible.js.map +1 -1
- package/lib/module/components/form-helper-text/FormHelperText.js +5 -9
- package/lib/module/components/form-helper-text/FormHelperText.js.map +1 -1
- package/lib/module/components/form-label/FormLabel.js +6 -9
- package/lib/module/components/form-label/FormLabel.js.map +1 -1
- package/lib/module/components/form-label/index.js.map +1 -1
- package/lib/module/components/index.js +4 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/inline-loading/InlineLoading.js +6 -10
- package/lib/module/components/inline-loading/InlineLoading.js.map +1 -1
- package/lib/module/components/inline-loading/index.js.map +1 -1
- package/lib/module/components/layer/Layer.js +1 -1
- package/lib/module/components/layer/Layer.js.map +1 -1
- package/lib/module/components/layer/index.js.map +1 -1
- package/lib/module/components/loading/Loading.js +3 -1
- package/lib/module/components/loading/Loading.js.map +1 -1
- package/lib/module/components/modal/Modal.js +87 -48
- package/lib/module/components/modal/Modal.js.map +1 -1
- package/lib/module/components/modal/index.js.map +1 -1
- package/lib/module/components/modal-content/ModalContent.js +17 -8
- package/lib/module/components/modal-content/ModalContent.js.map +1 -1
- package/lib/module/components/modal-content/index.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/error/useError.js +1 -1
- package/lib/module/components/notification/_status-hooks/error/useError.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/informational/useInformational.js +1 -1
- package/lib/module/components/notification/_status-hooks/informational/useInformational.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/success/useSuccess.js +1 -1
- package/lib/module/components/notification/_status-hooks/success/useSuccess.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/warning/useWarning.js +1 -1
- package/lib/module/components/notification/_status-hooks/warning/useWarning.js.map +1 -1
- package/lib/module/components/notification/_variants/actionable/ActionableVariant.js +0 -1
- package/lib/module/components/notification/_variants/actionable/ActionableVariant.js.map +1 -1
- package/lib/module/components/notification/_variants/actionable/index.js.map +1 -1
- package/lib/module/components/notification/_variants/callout/CalloutVariant.js +0 -1
- package/lib/module/components/notification/_variants/callout/CalloutVariant.js.map +1 -1
- package/lib/module/components/notification/_variants/callout/index.js.map +1 -1
- package/lib/module/components/notification/_variants/index.js +0 -2
- package/lib/module/components/notification/_variants/index.js.map +1 -1
- package/lib/module/components/notification/_variants/toast/index.js.map +1 -1
- package/lib/module/components/notification/actionable/error/index.js.map +1 -1
- package/lib/module/components/notification/actionable/index.js.map +1 -1
- package/lib/module/components/notification/actionable/informational/index.js.map +1 -1
- package/lib/module/components/notification/actionable/success/index.js.map +1 -1
- package/lib/module/components/notification/actionable/warning/index.js.map +1 -1
- package/lib/module/components/notification/base/Base.js +7 -9
- package/lib/module/components/notification/base/Base.js.map +1 -1
- package/lib/module/components/notification/base/index.js.map +1 -1
- package/lib/module/components/notification/callout/error/index.js.map +1 -1
- package/lib/module/components/notification/callout/index.js.map +1 -1
- package/lib/module/components/notification/callout/informational/index.js.map +1 -1
- package/lib/module/components/notification/callout/success/index.js.map +1 -1
- package/lib/module/components/notification/callout/warning/index.js.map +1 -1
- package/lib/module/components/notification/index.js +1 -3
- package/lib/module/components/notification/index.js.map +1 -1
- package/lib/module/components/notification/subtitle/Subtitle.js +1 -1
- package/lib/module/components/notification/subtitle/Subtitle.js.map +1 -1
- package/lib/module/components/notification/subtitle/index.js.map +1 -1
- package/lib/module/components/notification/subtitle-link/SubtitleLink.js +1 -1
- package/lib/module/components/notification/subtitle-link/SubtitleLink.js.map +1 -1
- package/lib/module/components/notification/subtitle-link/index.js.map +1 -1
- package/lib/module/components/notification/toast/error/index.js.map +1 -1
- package/lib/module/components/notification/toast/index.js.map +1 -1
- package/lib/module/components/notification/toast/informational/index.js.map +1 -1
- package/lib/module/components/notification/toast/success/index.js.map +1 -1
- package/lib/module/components/notification/toast/warning/index.js.map +1 -1
- package/lib/module/components/password-input/PasswordInput.js +31 -0
- package/lib/module/components/password-input/PasswordInput.js.map +1 -0
- package/lib/module/components/password-input/PasswordInputProps.js +4 -0
- package/lib/module/components/password-input/PasswordInputProps.js.map +1 -0
- package/lib/module/components/password-input/PasswordInputRef.js +4 -0
- package/lib/module/components/password-input/PasswordInputRef.js.map +1 -0
- package/lib/module/components/password-input/index.js +4 -0
- package/lib/module/components/password-input/index.js.map +1 -0
- package/lib/module/components/password-input-field/PasswordInputField.js +31 -0
- package/lib/module/components/password-input-field/PasswordInputField.js.map +1 -0
- package/lib/module/components/password-input-field/PasswordInputFieldProps.js +4 -0
- package/lib/module/components/password-input-field/PasswordInputFieldProps.js.map +1 -0
- package/lib/module/components/password-input-field/PasswordInputFieldRef.js +4 -0
- package/lib/module/components/password-input-field/PasswordInputFieldRef.js.map +1 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js +35 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIconProps.js +4 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIconRef.js +4 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/module/components/password-input-field/_ghost-icon/index.js +4 -0
- package/lib/module/components/password-input-field/_ghost-icon/index.js.map +1 -0
- package/lib/module/components/password-input-field/index.js +4 -0
- package/lib/module/components/password-input-field/index.js.map +1 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluid.js +29 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluid.js.map +1 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluidProps.js +4 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluidProps.js.map +1 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluidRef.js +4 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluidRef.js.map +1 -0
- package/lib/module/components/password-input-fluid/index.js +4 -0
- package/lib/module/components/password-input-fluid/index.js.map +1 -0
- package/lib/module/components/radio-button/RadioButton.js +7 -7
- package/lib/module/components/radio-button/RadioButton.js.map +1 -1
- package/lib/module/components/radio-button/index.js.map +1 -1
- package/lib/module/components/radio-button-group/RadioButtonGroup.js +4 -3
- package/lib/module/components/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/lib/module/components/radio-button-group/index.js.map +1 -1
- package/lib/module/components/radio-button-input/RadioButtonInput.js +4 -5
- package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -1
- package/lib/module/components/radio-button-input/index.js.map +1 -1
- package/lib/module/components/switch/Switch.js +4 -5
- package/lib/module/components/switch/Switch.js.map +1 -1
- package/lib/module/components/text/Text.js +61 -42
- package/lib/module/components/text/Text.js.map +1 -1
- package/lib/module/components/text-area/TextArea.js +0 -2
- package/lib/module/components/text-area/TextArea.js.map +1 -1
- package/lib/module/components/text-area/index.js.map +1 -1
- package/lib/module/components/text-area-field/index.js.map +1 -1
- package/lib/module/components/text-area-fluid/TextAreaFluid.js +2 -2
- package/lib/module/components/text-area-fluid/TextAreaFluid.js.map +1 -1
- package/lib/module/components/text-area-fluid/index.js.map +1 -1
- package/lib/module/components/text-input/TextInput.js +4 -0
- package/lib/module/components/text-input/TextInput.js.map +1 -1
- package/lib/module/components/text-input-field/TextInputField.js +20 -8
- package/lib/module/components/text-input-field/TextInputField.js.map +1 -1
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +2 -2
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
- package/lib/module/components/text-input-field/index.js.map +1 -1
- package/lib/module/components/text-input-fluid/TextInputFluid.js +23 -17
- package/lib/module/components/text-input-fluid/TextInputFluid.js.map +1 -1
- package/lib/module/components/text-input-fluid/index.js.map +1 -1
- package/lib/module/components/toggle/base/Base.js +7 -6
- package/lib/module/components/toggle/base/Base.js.map +1 -1
- package/lib/module/components/toggle/base/index.js.map +1 -1
- package/lib/module/components/toggle/default/index.js.map +1 -1
- package/lib/module/components/toggle/index.js.map +1 -1
- package/lib/module/components/toggle/small/index.js.map +1 -1
- package/lib/module/const/dialog-animation-configs/carbon-react.js +3 -2
- package/lib/module/const/dialog-animation-configs/carbon-react.js.map +1 -1
- package/lib/module/const/dialog-animation-configs/fade-bottom-up-2.js +3 -2
- package/lib/module/const/dialog-animation-configs/fade-bottom-up-2.js.map +1 -1
- package/lib/module/const/dialog-animation-configs/fade-bottom-up.js +3 -2
- package/lib/module/const/dialog-animation-configs/fade-bottom-up.js.map +1 -1
- package/lib/module/helpers/color/get-color-scheme.js +2 -1
- package/lib/module/helpers/color/get-color-scheme.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/providers/dialog/DialogProvider.js +74 -33
- package/lib/module/providers/dialog/DialogProvider.js.map +1 -1
- package/lib/module/providers/dialog/_controller/Controller.js +8 -8
- package/lib/module/providers/dialog/_controller/Controller.js.map +1 -1
- package/lib/module/providers/dialog/_controller/_modal/Modal.js +8 -7
- package/lib/module/providers/dialog/_controller/_modal/Modal.js.map +1 -1
- package/lib/module/providers/dialog/_controller/_overlay/Overlay.js +5 -3
- package/lib/module/providers/dialog/_controller/_overlay/Overlay.js.map +1 -1
- package/lib/module/providers/toast/_overlay/Overlay.js +13 -8
- package/lib/module/providers/toast/_overlay/Overlay.js.map +1 -1
- package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +15 -8
- package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js.map +1 -1
- package/lib/module/providers/toast/_overlay/_gap.js +5 -0
- package/lib/module/providers/toast/_overlay/_gap.js.map +1 -0
- package/lib/module/providers/toast/index.js.map +1 -1
- package/lib/typescript/commonjs/_internal/contexts/in-dialog/InDialogContext.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/contexts/in-dialog/InDialogContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/contexts/in-dialog/index.d.ts +2 -0
- package/lib/typescript/commonjs/_internal/contexts/in-dialog/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/contexts/index.d.ts +1 -0
- package/lib/typescript/commonjs/_internal/contexts/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/contexts/modal/ModalContext.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/contexts/modal/ModalContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/helpers/index.d.ts +2 -1
- package/lib/typescript/commonjs/_internal/helpers/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/helpers/modal/index.d.ts +2 -0
- package/lib/typescript/commonjs/_internal/helpers/modal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/helpers/modal/is-apply-insets.d.ts +8 -0
- package/lib/typescript/commonjs/_internal/helpers/modal/is-apply-insets.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/hooks/index.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/UseProps.d.ts +5 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/UseProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/index.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/use.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/use.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/direction.d.ts +7 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/direction.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/display.d.ts +7 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/display.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts +97 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/font.d.ts +43 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/font.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/height.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/height.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts +12 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/overflow.d.ts +10 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/overflow.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/position.d.ts +10 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/position.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts +820 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/text.d.ts +25 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/text.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/typography.d.ts +127 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/typography.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/width.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/width.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/direction.d.ts +7 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/direction.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/display.d.ts +7 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/display.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts +97 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/font.d.ts +43 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/font.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/height.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/height.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts +12 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/overflow.d.ts +10 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/overflow.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/position.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/position.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts +820 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/text.d.ts +31 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/text.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/typography.d.ts +127 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/typography.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/width.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/width.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts +12 -28
- package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_Header.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/box/Box.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/BoxProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/BoxProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/BoxRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/BoxRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/button/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/base-color/BaseColor.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/ghost-danger/GhostDanger.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/ghost-icon/GhostIcon.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/primary/Primary.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDanger.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/secondary/Secondary.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/tertiary/Tertiary.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDanger.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button-group/ButtonGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts +7 -6
- package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputState.d.ts +5 -0
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputState.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts +3 -3
- package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/inline-loading/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/layer/Layer.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/layer/LayerContext.d.ts +1 -1
- package/lib/typescript/commonjs/components/layer/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/loading/Loading.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/ModalProps.d.ts +30 -2
- package/lib/typescript/commonjs/components/modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal-content/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/error/useError.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/informational/useInformational.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/success/useSuccess.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/warning/useWarning.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/index.d.ts +0 -2
- package/lib/typescript/commonjs/components/notification/_variants/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/toast/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/base/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/error/ErrorProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/informational/InformationalProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/warning/WarningProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/index.d.ts +1 -3
- package/lib/typescript/commonjs/components/notification/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle/Subtitle.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLink.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle-link/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/password-input/PasswordInput.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInputProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInputProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInputRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInputRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputField.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputField.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.d.ts +7 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluid.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluid.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-fluid/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-fluid/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area/TextArea.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-field/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluid.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input/TextInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluid.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/default/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/small/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/const/dialog-animation-configs/carbon-react.d.ts +1 -0
- package/lib/typescript/commonjs/const/dialog-animation-configs/carbon-react.d.ts.map +1 -1
- package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up-2.d.ts +1 -0
- package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up-2.d.ts.map +1 -1
- package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up.d.ts +1 -0
- package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +2 -1
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/DialogProvider.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/DialogProviderAnimationConfig.d.ts +9 -0
- package/lib/typescript/commonjs/providers/dialog/DialogProviderAnimationConfig.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/Controller.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/ControllerProps.d.ts +2 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/ControllerProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/Modal.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalProps.d.ts +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/Overlay.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayProps.d.ts +2 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/Overlay.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/_gap.d.ts +2 -0
- package/lib/typescript/commonjs/providers/toast/_overlay/_gap.d.ts.map +1 -0
- package/lib/typescript/commonjs/providers/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/_internal/contexts/in-dialog/InDialogContext.d.ts +3 -0
- package/lib/typescript/module/_internal/contexts/in-dialog/InDialogContext.d.ts.map +1 -0
- package/lib/typescript/module/_internal/contexts/in-dialog/index.d.ts +2 -0
- package/lib/typescript/module/_internal/contexts/in-dialog/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/contexts/index.d.ts +1 -0
- package/lib/typescript/module/_internal/contexts/index.d.ts.map +1 -1
- package/lib/typescript/module/_internal/contexts/modal/ModalContext.d.ts +3 -0
- package/lib/typescript/module/_internal/contexts/modal/ModalContext.d.ts.map +1 -1
- package/lib/typescript/module/_internal/helpers/index.d.ts +2 -1
- package/lib/typescript/module/_internal/helpers/index.d.ts.map +1 -1
- package/lib/typescript/module/_internal/helpers/modal/index.d.ts +2 -0
- package/lib/typescript/module/_internal/helpers/modal/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/helpers/modal/is-apply-insets.d.ts +8 -0
- package/lib/typescript/module/_internal/helpers/modal/is-apply-insets.d.ts.map +1 -0
- package/lib/typescript/module/_internal/hooks/index.d.ts +3 -0
- package/lib/typescript/module/_internal/hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/UseProps.d.ts +5 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/UseProps.d.ts.map +1 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/index.d.ts +3 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/use.d.ts +3 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/use.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/direction.d.ts +7 -0
- package/lib/typescript/module/carbon-style-sheet/g/direction.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/display.d.ts +7 -0
- package/lib/typescript/module/carbon-style-sheet/g/display.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts +97 -0
- package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/font.d.ts +43 -0
- package/lib/typescript/module/carbon-style-sheet/g/font.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/height.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g/height.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/index.d.ts +12 -0
- package/lib/typescript/module/carbon-style-sheet/g/index.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/overflow.d.ts +10 -0
- package/lib/typescript/module/carbon-style-sheet/g/overflow.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/position.d.ts +10 -0
- package/lib/typescript/module/carbon-style-sheet/g/position.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts +820 -0
- package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/text.d.ts +25 -0
- package/lib/typescript/module/carbon-style-sheet/g/text.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/typography.d.ts +127 -0
- package/lib/typescript/module/carbon-style-sheet/g/typography.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/width.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g/width.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/direction.d.ts +7 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/direction.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/display.d.ts +7 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/display.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts +97 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/font.d.ts +43 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/font.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/height.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/height.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts +12 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/overflow.d.ts +10 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/overflow.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/position.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/position.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts +820 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/text.d.ts +31 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/text.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/typography.d.ts +127 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/typography.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/width.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/width.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/index.d.ts +12 -28
- package/lib/typescript/module/carbon-style-sheet/index.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_Header.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/module/components/box/Box.d.ts +4 -0
- package/lib/typescript/module/components/box/Box.d.ts.map +1 -0
- package/lib/typescript/module/components/box/BoxProps.d.ts +4 -0
- package/lib/typescript/module/components/box/BoxProps.d.ts.map +1 -0
- package/lib/typescript/module/components/box/BoxRef.d.ts +4 -0
- package/lib/typescript/module/components/box/BoxRef.d.ts.map +1 -0
- package/lib/typescript/module/components/box/index.d.ts +4 -0
- package/lib/typescript/module/components/box/index.d.ts.map +1 -0
- package/lib/typescript/module/components/button/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/button/base-color/BaseColor.d.ts.map +1 -1
- package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
- package/lib/typescript/module/components/button/ghost-danger/GhostDanger.d.ts.map +1 -1
- package/lib/typescript/module/components/button/ghost-icon/GhostIcon.d.ts.map +1 -1
- package/lib/typescript/module/components/button/primary/Primary.d.ts.map +1 -1
- package/lib/typescript/module/components/button/primary-danger/PrimaryDanger.d.ts.map +1 -1
- package/lib/typescript/module/components/button/secondary/Secondary.d.ts.map +1 -1
- package/lib/typescript/module/components/button/tertiary/Tertiary.d.ts.map +1 -1
- package/lib/typescript/module/components/button/tertiary-danger/TertiaryDanger.d.ts.map +1 -1
- package/lib/typescript/module/components/button-group/ButtonGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/button-group/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts +7 -6
- package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts +2 -2
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-group/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
- package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputState.d.ts +5 -0
- package/lib/typescript/module/components/checkbox-input/CheckboxInputState.d.ts.map +1 -0
- package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts +3 -3
- package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/index.d.ts +1 -1
- package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts.map +1 -1
- package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
- package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/FormLabel.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/FormLabelProps.d.ts +2 -2
- package/lib/typescript/module/components/form-label/FormLabelProps.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/index.d.ts.map +1 -1
- package/lib/typescript/module/components/index.d.ts +4 -0
- package/lib/typescript/module/components/index.d.ts.map +1 -1
- package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts.map +1 -1
- package/lib/typescript/module/components/inline-loading/index.d.ts.map +1 -1
- package/lib/typescript/module/components/layer/Layer.d.ts.map +1 -1
- package/lib/typescript/module/components/layer/LayerContext.d.ts +1 -1
- package/lib/typescript/module/components/layer/index.d.ts.map +1 -1
- package/lib/typescript/module/components/loading/Loading.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/ModalProps.d.ts +30 -2
- package/lib/typescript/module/components/modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/index.d.ts.map +1 -1
- package/lib/typescript/module/components/modal-content/ModalContent.d.ts.map +1 -1
- package/lib/typescript/module/components/modal-content/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/error/useError.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/informational/useInformational.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/success/useSuccess.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/warning/useWarning.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/index.d.ts +0 -2
- package/lib/typescript/module/components/notification/_variants/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/error/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/success/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/base/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/error/ErrorProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/error/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/informational/InformationalProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/success/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/warning/WarningProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/index.d.ts +1 -3
- package/lib/typescript/module/components/notification/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/subtitle/Subtitle.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/subtitle/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/subtitle-link/SubtitleLink.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/subtitle-link/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/error/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts +2 -2
- package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/success/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/components/password-input/PasswordInput.d.ts +4 -0
- package/lib/typescript/module/components/password-input/PasswordInput.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input/PasswordInputProps.d.ts +4 -0
- package/lib/typescript/module/components/password-input/PasswordInputProps.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input/PasswordInputRef.d.ts +4 -0
- package/lib/typescript/module/components/password-input/PasswordInputRef.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input/index.d.ts +4 -0
- package/lib/typescript/module/components/password-input/index.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputField.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputField.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputFieldProps.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputFieldProps.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputFieldRef.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputFieldRef.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconProps.d.ts +7 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/index.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/index.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/index.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluid.d.ts +4 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluid.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidProps.d.ts +4 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidProps.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidRef.d.ts +4 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidRef.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-fluid/index.d.ts +4 -0
- package/lib/typescript/module/components/password-input-fluid/index.d.ts.map +1 -0
- package/lib/typescript/module/components/radio-button/RadioButton.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-group/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/module/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area/TextArea.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts +1 -1
- package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-field/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-fluid/TextAreaFluid.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-fluid/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input/TextInput.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input/TextInputProps.d.ts +1 -1
- package/lib/typescript/module/components/text-input/TextInputProps.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/TextInputField.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-fluid/TextInputFluid.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts +1 -1
- package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-fluid/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/default/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/small/index.d.ts.map +1 -1
- package/lib/typescript/module/const/dialog-animation-configs/carbon-react.d.ts +1 -0
- package/lib/typescript/module/const/dialog-animation-configs/carbon-react.d.ts.map +1 -1
- package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up-2.d.ts +1 -0
- package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up-2.d.ts.map +1 -1
- package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up.d.ts +1 -0
- package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +2 -1
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/DialogProvider.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/DialogProviderAnimationConfig.d.ts +9 -0
- package/lib/typescript/module/providers/dialog/DialogProviderAnimationConfig.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/Controller.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/ControllerProps.d.ts +2 -1
- package/lib/typescript/module/providers/dialog/_controller/ControllerProps.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_modal/Modal.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_modal/ModalProps.d.ts +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_overlay/Overlay.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayProps.d.ts +2 -1
- package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayProps.d.ts.map +1 -1
- package/lib/typescript/module/providers/toast/_overlay/Overlay.d.ts.map +1 -1
- package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts.map +1 -1
- package/lib/typescript/module/providers/toast/_overlay/_gap.d.ts +2 -0
- package/lib/typescript/module/providers/toast/_overlay/_gap.d.ts.map +1 -0
- package/lib/typescript/module/providers/toast/index.d.ts.map +1 -1
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -1
- package/src/_internal/contexts/in-dialog/InDialogContext.ts +7 -0
- package/src/_internal/contexts/in-dialog/index.ts +1 -0
- package/src/_internal/contexts/index.ts +1 -0
- package/src/_internal/contexts/modal/ModalContext.ts +13 -0
- package/src/_internal/helpers/index.ts +2 -0
- package/src/_internal/helpers/modal/index.ts +1 -0
- package/src/_internal/helpers/modal/is-apply-insets.ts +23 -0
- package/src/_internal/hooks/index.ts +5 -0
- package/src/_internal/hooks/secure-text-entry-control/UseProps.ts +4 -0
- package/src/_internal/hooks/secure-text-entry-control/index.ts +2 -0
- package/src/_internal/hooks/secure-text-entry-control/use.tsx +26 -0
- package/src/carbon-style-sheet/g/direction.ts +15 -0
- package/src/carbon-style-sheet/g/display.ts +15 -0
- package/src/carbon-style-sheet/g/flex.ts +189 -0
- package/src/carbon-style-sheet/g/font.ts +81 -0
- package/src/carbon-style-sheet/g/height.ts +27 -0
- package/src/carbon-style-sheet/g/index.ts +11 -0
- package/src/carbon-style-sheet/g/overflow.ts +21 -0
- package/src/carbon-style-sheet/g/position.ts +22 -0
- package/src/carbon-style-sheet/g/spacing.ts +1372 -0
- package/src/carbon-style-sheet/g/text.ts +63 -0
- package/src/carbon-style-sheet/g/typography.ts +175 -0
- package/src/carbon-style-sheet/g/width.ts +27 -0
- package/src/carbon-style-sheet/g-object/direction.ts +11 -0
- package/src/carbon-style-sheet/g-object/display.ts +11 -0
- package/src/carbon-style-sheet/g-object/flex.ts +129 -0
- package/src/carbon-style-sheet/g-object/font.ts +67 -0
- package/src/carbon-style-sheet/g-object/height.ts +19 -0
- package/src/carbon-style-sheet/g-object/index.ts +11 -0
- package/src/carbon-style-sheet/g-object/overflow.ts +15 -0
- package/src/carbon-style-sheet/g-object/position.ts +18 -0
- package/src/carbon-style-sheet/g-object/spacing.ts +1099 -0
- package/src/carbon-style-sheet/g-object/text.ts +43 -0
- package/src/carbon-style-sheet/g-object/typography.ts +154 -0
- package/src/carbon-style-sheet/g-object/width.ts +19 -0
- package/src/carbon-style-sheet/index.ts +22 -0
- package/src/components/accordion/Accordion.tsx +5 -3
- package/src/components/accordion/_Header.tsx +2 -8
- package/src/components/accordion/_HeaderBorder.tsx +3 -9
- package/src/components/accordion/_Item.tsx +2 -4
- package/src/components/accordion/_chevron/Chevron.tsx +2 -0
- package/src/components/box/Box.tsx +55 -0
- package/src/components/box/BoxProps.ts +6 -0
- package/src/components/box/BoxRef.ts +6 -0
- package/src/components/box/index.ts +3 -0
- package/src/components/button/base/Base.tsx +9 -18
- package/src/components/button/base-color/BaseColor.tsx +6 -2
- package/src/components/button/ghost/Ghost.tsx +1 -3
- package/src/components/button/ghost-danger/GhostDanger.tsx +1 -3
- package/src/components/button/ghost-icon/GhostIcon.tsx +1 -3
- package/src/components/button/primary/Primary.tsx +1 -3
- package/src/components/button/primary-danger/PrimaryDanger.tsx +1 -3
- package/src/components/button/secondary/Secondary.tsx +1 -3
- package/src/components/button/tertiary/Tertiary.tsx +1 -3
- package/src/components/button/tertiary-danger/TertiaryDanger.tsx +1 -3
- package/src/components/button-group/ButtonGroup.tsx +6 -9
- package/src/components/checkbox/Checkbox.tsx +23 -36
- package/src/components/checkbox/CheckboxProps.ts +10 -8
- package/src/components/checkbox/_RefBase.ts +2 -2
- package/src/components/checkbox-group/CheckboxGroup.tsx +15 -35
- package/src/components/checkbox-input/CheckboxInput.tsx +35 -42
- package/src/components/checkbox-input/CheckboxInputProps.ts +7 -5
- package/src/components/checkbox-input/CheckboxInputState.ts +6 -0
- package/src/components/checkbox-input/_RefBase.ts +4 -4
- package/src/components/checkbox-input/index.ts +5 -0
- package/src/components/collapsible/Collapsible.tsx +15 -9
- package/src/components/form-helper-text/FormHelperText.tsx +8 -23
- package/src/components/form-helper-text/FormHelperTextProps.ts +3 -3
- package/src/components/form-label/FormLabel.tsx +6 -18
- package/src/components/form-label/FormLabelProps.ts +3 -3
- package/src/components/index.ts +39 -0
- package/src/components/inline-loading/InlineLoading.tsx +10 -24
- package/src/components/layer/Layer.tsx +1 -3
- package/src/components/loading/Loading.tsx +2 -0
- package/src/components/modal/Modal.tsx +96 -37
- package/src/components/modal/ModalProps.ts +40 -3
- package/src/components/modal-content/ModalContent.tsx +33 -11
- package/src/components/notification/_status-hooks/error/useError.tsx +1 -3
- package/src/components/notification/_status-hooks/informational/useInformational.tsx +1 -3
- package/src/components/notification/_status-hooks/success/useSuccess.tsx +1 -3
- package/src/components/notification/_status-hooks/warning/useWarning.tsx +1 -3
- package/src/components/notification/_variants/actionable/ActionableVariant.tsx +0 -1
- package/src/components/notification/_variants/actionable/ActionableVariantProps.ts +0 -2
- package/src/components/notification/_variants/callout/CalloutVariant.tsx +0 -1
- package/src/components/notification/_variants/callout/CalloutVariantProps.ts +0 -2
- package/src/components/notification/_variants/index.ts +3 -0
- package/src/components/notification/_variants/toast/ToastVariantProps.ts +1 -2
- package/src/components/notification/base/Base.tsx +13 -19
- package/src/components/notification/callout/error/ErrorProps.ts +1 -1
- package/src/components/notification/callout/informational/InformationalProps.ts +1 -1
- package/src/components/notification/callout/success/SuccessProps.ts +5 -5
- package/src/components/notification/callout/warning/WarningProps.ts +1 -1
- package/src/components/notification/index.ts +14 -0
- package/src/components/notification/subtitle/Subtitle.tsx +1 -3
- package/src/components/notification/subtitle-link/SubtitleLink.tsx +1 -3
- package/src/components/notification/toast/success/SuccessProps.ts +5 -5
- package/src/components/notification/toast/success/SuccessRef.ts +3 -3
- package/src/components/password-input/PasswordInput.tsx +61 -0
- package/src/components/password-input/PasswordInputProps.ts +6 -0
- package/src/components/password-input/PasswordInputRef.ts +6 -0
- package/src/components/password-input/index.ts +3 -0
- package/src/components/password-input-field/PasswordInputField.tsx +61 -0
- package/src/components/password-input-field/PasswordInputFieldProps.ts +6 -0
- package/src/components/password-input-field/PasswordInputFieldRef.tsx +6 -0
- package/src/components/password-input-field/_ghost-icon/GhostIcon.tsx +69 -0
- package/src/components/password-input-field/_ghost-icon/GhostIconProps.ts +12 -0
- package/src/components/password-input-field/_ghost-icon/GhostIconRef.ts +6 -0
- package/src/components/password-input-field/_ghost-icon/index.ts +3 -0
- package/src/components/password-input-field/index.ts +3 -0
- package/src/components/password-input-fluid/PasswordInputFluid.tsx +59 -0
- package/src/components/password-input-fluid/PasswordInputFluidProps.ts +6 -0
- package/src/components/password-input-fluid/PasswordInputFluidRef.ts +6 -0
- package/src/components/password-input-fluid/index.ts +3 -0
- package/src/components/radio-button/RadioButton.tsx +12 -16
- package/src/components/radio-button-group/RadioButtonGroup.tsx +8 -6
- package/src/components/radio-button-input/RadioButtonInput.tsx +7 -14
- package/src/components/switch/Switch.tsx +5 -12
- package/src/components/text/Text.tsx +81 -73
- package/src/components/text-area/TextArea.tsx +0 -2
- package/src/components/text-area-field/TextAreaFieldProps.ts +1 -1
- package/src/components/text-area-fluid/TextAreaFluid.tsx +2 -4
- package/src/components/text-input/TextInput.tsx +4 -0
- package/src/components/text-input/TextInputProps.ts +0 -2
- package/src/components/text-input-field/TextInputField.tsx +33 -5
- package/src/components/text-input-field/_rn-text-input/RNTextInput.tsx +2 -4
- package/src/components/text-input-fluid/TextInputFluid.tsx +12 -10
- package/src/components/text-input-fluid/TextInputFluidProps.ts +0 -2
- package/src/components/toggle/base/Base.tsx +14 -14
- package/src/const/dialog-animation-configs/carbon-react.ts +5 -0
- package/src/const/dialog-animation-configs/fade-bottom-up-2.ts +5 -0
- package/src/const/dialog-animation-configs/fade-bottom-up.ts +5 -0
- package/src/helpers/color/get-color-scheme.ts +1 -0
- package/src/index.ts +6 -1
- package/src/providers/dialog/DialogProvider.tsx +115 -44
- package/src/providers/dialog/DialogProviderAnimationConfig.ts +11 -0
- package/src/providers/dialog/_controller/Controller.tsx +8 -14
- package/src/providers/dialog/_controller/ControllerProps.ts +2 -0
- package/src/providers/dialog/_controller/_modal/Modal.tsx +9 -13
- package/src/providers/dialog/_controller/_modal/ModalProps.ts +1 -1
- package/src/providers/dialog/_controller/_overlay/Overlay.tsx +5 -5
- package/src/providers/dialog/_controller/_overlay/OverlayProps.ts +2 -1
- package/src/providers/toast/_overlay/Overlay.tsx +14 -11
- package/src/providers/toast/_overlay/_component-wrapper/ComponentWrapper.tsx +19 -5
- package/src/providers/toast/_overlay/_gap.ts +5 -0
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +0 -28
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js +0 -88
- package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/index.js +0 -39
- package/lib/commonjs/_internal/style-sheets/index.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/text-style-sheet.js +0 -66
- package/lib/commonjs/_internal/style-sheets/text-style-sheet.js.map +0 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js +0 -2
- package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -41
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -6
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -6
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js +0 -39
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -35
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -6
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -6
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js +0 -39
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/Error.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/error/Error.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/error/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/index.js +0 -50
- package/lib/commonjs/components/notification/actionable-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/Success.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/success/Success.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/success/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/Error.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/error/Error.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/error/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/index.js +0 -50
- package/lib/commonjs/components/notification/callout-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/Informational.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/informational/Informational.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/informational/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/Success.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/success/Success.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/success/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/Warning.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/warning/Warning.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/warning/index.js.map +0 -1
- package/lib/module/_internal/style-sheets/common-style-sheet.js +0 -24
- package/lib/module/_internal/style-sheets/common-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/flex-style-sheet.js +0 -84
- package/lib/module/_internal/style-sheets/flex-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/index.js +0 -6
- package/lib/module/_internal/style-sheets/index.js.map +0 -1
- package/lib/module/_internal/style-sheets/text-style-sheet.js +0 -62
- package/lib/module/_internal/style-sheets/text-style-sheet.js.map +0 -1
- package/lib/module/components/checkbox-input/CheckboxInputValue.js +0 -2
- package/lib/module/components/checkbox-input/CheckboxInputValue.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -37
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -4
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -4
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/index.js +0 -6
- package/lib/module/components/notification/_variants/actionable-inline/index.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -31
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -4
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -4
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/index.js +0 -6
- package/lib/module/components/notification/_variants/callout-inline/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/Error.js +0 -44
- package/lib/module/components/notification/actionable-inline/error/Error.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/ErrorProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/ErrorRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/error/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/index.js +0 -7
- package/lib/module/components/notification/actionable-inline/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/Informational.js +0 -44
- package/lib/module/components/notification/actionable-inline/informational/Informational.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/informational/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/Success.js +0 -44
- package/lib/module/components/notification/actionable-inline/success/Success.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/SuccessProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/SuccessRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/success/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/Warning.js +0 -44
- package/lib/module/components/notification/actionable-inline/warning/Warning.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/WarningProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/WarningRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/warning/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/Error.js +0 -44
- package/lib/module/components/notification/callout-inline/error/Error.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/ErrorProps.js +0 -4
- package/lib/module/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/ErrorRef.js +0 -4
- package/lib/module/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/index.js +0 -6
- package/lib/module/components/notification/callout-inline/error/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/index.js +0 -7
- package/lib/module/components/notification/callout-inline/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/Informational.js +0 -44
- package/lib/module/components/notification/callout-inline/informational/Informational.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/InformationalProps.js +0 -4
- package/lib/module/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/InformationalRef.js +0 -4
- package/lib/module/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/index.js +0 -6
- package/lib/module/components/notification/callout-inline/informational/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/Success.js +0 -44
- package/lib/module/components/notification/callout-inline/success/Success.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/SuccessProps.js +0 -4
- package/lib/module/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/SuccessRef.js +0 -4
- package/lib/module/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/index.js +0 -6
- package/lib/module/components/notification/callout-inline/success/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/Warning.js +0 -44
- package/lib/module/components/notification/callout-inline/warning/Warning.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/WarningProps.js +0 -4
- package/lib/module/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/WarningRef.js +0 -4
- package/lib/module/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/index.js +0 -6
- package/lib/module/components/notification/callout-inline/warning/index.js.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts +0 -21
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
- package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +0 -4
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts +0 -59
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts +0 -5
- package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts +0 -5
- package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts +0 -21
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
- package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/index.d.ts +0 -4
- package/lib/typescript/module/_internal/style-sheets/index.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts +0 -59
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
- package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/index.d.ts +0 -5
- package/lib/typescript/module/components/notification/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/index.d.ts +0 -5
- package/lib/typescript/module/components/notification/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts.map +0 -1
- package/src/_internal/style-sheets/common-style-sheet.ts +0 -24
- package/src/_internal/style-sheets/flex-style-sheet.ts +0 -84
- package/src/_internal/style-sheets/index.ts +0 -3
- package/src/_internal/style-sheets/text-style-sheet.ts +0 -62
- package/src/carbon-style-sheet/index.tsx +0 -51
- package/src/components/checkbox-input/CheckboxInputValue.ts +0 -6
- package/src/components/checkbox-input/index.tsx +0 -5
- package/src/components/index.tsx +0 -35
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariant.tsx +0 -70
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.ts +0 -46
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.ts +0 -6
- package/src/components/notification/_variants/actionable-inline/index.tsx +0 -3
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariant.tsx +0 -59
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariantProps.ts +0 -26
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariantRef.ts +0 -6
- package/src/components/notification/_variants/callout-inline/index.tsx +0 -3
- package/src/components/notification/_variants/index.tsx +0 -5
- package/src/components/notification/actionable-inline/error/Error.tsx +0 -77
- package/src/components/notification/actionable-inline/error/ErrorProps.ts +0 -14
- package/src/components/notification/actionable-inline/error/ErrorRef.ts +0 -6
- package/src/components/notification/actionable-inline/informational/Informational.tsx +0 -77
- package/src/components/notification/actionable-inline/informational/InformationalProps.ts +0 -14
- package/src/components/notification/actionable-inline/informational/InformationalRef.ts +0 -6
- package/src/components/notification/actionable-inline/success/Success.tsx +0 -77
- package/src/components/notification/actionable-inline/success/SuccessProps.ts +0 -14
- package/src/components/notification/actionable-inline/success/SuccessRef.ts +0 -6
- package/src/components/notification/actionable-inline/warning/Warning.tsx +0 -77
- package/src/components/notification/actionable-inline/warning/WarningProps.ts +0 -14
- package/src/components/notification/actionable-inline/warning/WarningRef.ts +0 -6
- package/src/components/notification/callout/error/index.tsx +0 -3
- package/src/components/notification/callout/index.tsx +0 -4
- package/src/components/notification/callout/informational/index.tsx +0 -3
- package/src/components/notification/callout/success/index.tsx +0 -3
- package/src/components/notification/callout/warning/index.tsx +0 -3
- package/src/components/notification/callout-inline/error/Error.tsx +0 -77
- package/src/components/notification/callout-inline/error/ErrorProps.ts +0 -14
- package/src/components/notification/callout-inline/error/ErrorRef.ts +0 -6
- package/src/components/notification/callout-inline/informational/Informational.tsx +0 -77
- package/src/components/notification/callout-inline/informational/InformationalProps.ts +0 -14
- package/src/components/notification/callout-inline/informational/InformationalRef.ts +0 -6
- package/src/components/notification/callout-inline/success/Success.tsx +0 -77
- package/src/components/notification/callout-inline/success/SuccessProps.ts +0 -14
- package/src/components/notification/callout-inline/success/SuccessRef.ts +0 -6
- package/src/components/notification/callout-inline/warning/Warning.tsx +0 -77
- package/src/components/notification/callout-inline/warning/WarningProps.ts +0 -14
- package/src/components/notification/callout-inline/warning/WarningRef.ts +0 -6
- package/src/components/notification/index.tsx +0 -18
- package/src/components/notification/toast/error/index.tsx +0 -3
- package/src/components/notification/toast/index.tsx +0 -4
- package/src/components/notification/toast/informational/index.tsx +0 -3
- package/src/components/notification/toast/success/index.tsx +0 -3
- package/src/components/notification/toast/warning/index.tsx +0 -3
- /package/src/components/accordion/{index.tsx → index.ts} +0 -0
- /package/src/components/button-group/{index.tsx → index.ts} +0 -0
- /package/src/components/checkbox/{index.tsx → index.ts} +0 -0
- /package/src/components/checkbox-group/{index.tsx → index.ts} +0 -0
- /package/src/components/form-label/{index.tsx → index.ts} +0 -0
- /package/src/components/inline-loading/{index.tsx → index.ts} +0 -0
- /package/src/components/layer/{index.tsx → index.ts} +0 -0
- /package/src/components/modal/{index.tsx → index.ts} +0 -0
- /package/src/components/modal-content/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/actionable/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/callout/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/toast/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/error/index.tsx → actionable/error/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/index.tsx → actionable/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/informational/index.tsx → actionable/informational/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/success/index.tsx → actionable/success/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/warning/index.tsx → actionable/warning/index.ts} +0 -0
- /package/src/components/notification/base/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{actionable/error/index.tsx → callout/error/index.ts} +0 -0
- /package/src/components/notification/{actionable/index.tsx → callout/index.ts} +0 -0
- /package/src/components/notification/{actionable/informational/index.tsx → callout/informational/index.ts} +0 -0
- /package/src/components/notification/{actionable/success/index.tsx → callout/success/index.ts} +0 -0
- /package/src/components/notification/{actionable/warning/index.tsx → callout/warning/index.ts} +0 -0
- /package/src/components/notification/subtitle/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/subtitle-link/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{callout-inline/error/index.tsx → toast/error/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/index.tsx → toast/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/informational/index.tsx → toast/informational/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/success/index.tsx → toast/success/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/warning/index.tsx → toast/warning/index.ts} +0 -0
- /package/src/components/radio-button/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button-group/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button-input/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area-field/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area-fluid/{index.tsx → index.ts} +0 -0
- /package/src/components/text-input-field/{index.tsx → index.ts} +0 -0
- /package/src/components/text-input-fluid/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/base/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/default/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/small/{index.tsx → index.ts} +0 -0
- /package/src/providers/toast/{index.tsx → index.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","Spacing","IconWarningAltFilled16","IconWarningFilled16","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","Spacing","IconWarningAltFilled16","IconWarningFilled16","CarbonStyleSheet","ThemeContext","FormHelperText","FormLabel","TextAreaField","jsx","_jsx","TextAreaFluid","label","helperText","interactiveState","style","textInputStyle","textInputFieldProps","ref","themeContext","hideInteractiveStateIcon","blockStartNode","styleSheet","blockEndNode","length","text","g","flex_initial","textTrailing","width","height","fill","mapIconInvalidColor","colorScheme","mapIconWarningColor","undefined","textAreaFluid","rnTextInputNoBorderBottom","create","paddingTop","minHeight","paddingLeft","spacing_05","paddingRight","marginLeft","marginRight","justifyContent","spacing_03","paddingBottom","gray_10","Token","support_error","gray_100","support_warning"],"sourceRoot":"../../../../src","sources":["components/text-area-fluid/TextAreaFluid.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-area-fluid/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-area-fluid/index.ts"],"mappings":";;AAAA,cAAc,oBAAiB","ignoreList":[]}
|
|
@@ -11,6 +11,8 @@ export const TextInput = /*#__PURE__*/forwardRef(function TextInput({
|
|
|
11
11
|
label,
|
|
12
12
|
helperText,
|
|
13
13
|
// hoist the `TextInputFieldProps`
|
|
14
|
+
blockStartNode,
|
|
15
|
+
blockEndNode,
|
|
14
16
|
size = "medium",
|
|
15
17
|
interactiveState = "normal",
|
|
16
18
|
textInputStyle,
|
|
@@ -116,6 +118,8 @@ export const TextInput = /*#__PURE__*/forwardRef(function TextInput({
|
|
|
116
118
|
style: styleSheet.label
|
|
117
119
|
}), /*#__PURE__*/_jsx(TextInputField, {
|
|
118
120
|
ref: textInputFieldRef,
|
|
121
|
+
blockStartNode: blockStartNode,
|
|
122
|
+
blockEndNode: blockEndNode,
|
|
119
123
|
size: size,
|
|
120
124
|
interactiveState: interactiveState,
|
|
121
125
|
textInputStyle: textInputStyle,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useImperativeHandle","useRef","StyleSheet","View","Spacing","FormHelperText","FormLabel","TextInputField","jsx","_jsx","jsxs","_jsxs","TextInput","label","helperText","size","interactiveState","textInputStyle","allowFontScaling","autoCapitalize","autoComplete","autoCorrect","autoFocus","blurOnSubmit","submitBehavior","caretHidden","contextMenuHidden","defaultValue","value","editable","keyboardType","inputMode","maxLength","multiline","onBlur","onChange","onChangeText","onContentSizeChange","onEndEditing","onPress","onPressIn","onPressOut","onFocus","onSelectionChange","onSubmitEditing","onScroll","onKeyPress","placeholder","placeholderTextColor","readOnly","returnKeyType","enterKeyHint","secureTextEntry","selectTextOnFocus","selection","selectionColor","textAlign","inputAccessoryViewID","inputAccessoryViewButtonLabel","maxFontSizeMultiplier","cursorColor","selectionHandleColor","importantForAutofill","disableFullscreenUI","inlineImageLeft","inlineImagePadding","numberOfLines","returnKeyLabel","textBreakStrategy","underlineColorAndroid","textAlignVertical","showSoftInputOnFocus","verticalAlign","disableKeyboardShortcuts","clearButtonMode","clearTextOnFocus","dataDetectorTypes","enablesReturnKeyAutomatically","keyboardAppearance","passwordRules","rejectResponderTermination","selectionState","spellCheck","textContentType","scrollEnabled","lineBreakStrategyIOS","lineBreakModeIOS","smartInsertDelete","style","viewStyleProp","viewProps","ref","viewRef","textInputFieldRef","Object","assign","current","textInputField","undefined","children","styleSheet","length","text","error","create","marginBottom","spacing_03","marginTop","spacing_02"],"sourceRoot":"../../../../src","sources":["components/text-input/TextInput.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,mBAAmB,EACnBC,MAAM,QACA,OAAO;AAEd,SACCC,UAAU,EACVC,IAAI,QACE,cAAc;AAErB,SACCC,OAAO,QACD,sCAAsC;AAE7C,SACCC,cAAc,QACR,8BAAqB;AAE5B,SACCC,SAAS,QACH,wBAAe;AAEtB,SACCC,cAAc,QAER,8BAAqB;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAc5B,OAAO,MAAMC,SAAS,gBAAGb,UAAU,CAClC,SAASa,SAASA,CACjB;EACCC,KAAK;EACLC,UAAU;EAEV;EACAC,IAAI,GAAG,QAAQ;EACfC,gBAAgB,GAAG,QAAQ;EAC3BC,cAAc;EACd;;EAEA;EACAC,gBAAgB;EAChBC,cAAc;EACdC,YAAY;EACZC,WAAW;EACXC,SAAS;EACTC,YAAY;EACZC,cAAc;EACdC,WAAW;EACXC,iBAAiB;EACjBC,YAAY;EACZC,KAAK;EACLC,QAAQ;EACRC,YAAY;EACZC,SAAS;EACTC,SAAS;EACTC,SAAS;EACTC,MAAM;EACNC,QAAQ;EACRC,YAAY;EACZC,mBAAmB;EACnBC,YAAY;EACZC,OAAO;EACPC,SAAS;EACTC,UAAU;EACVC,OAAO;EACPC,iBAAiB;EACjBC,eAAe;EACfC,QAAQ;EACRC,UAAU;EACVC,WAAW;EACXC,oBAAoB;EACpBC,QAAQ;EACRC,aAAa;EACbC,YAAY;EACZC,eAAe;EACfC,iBAAiB;EACjBC,SAAS;EACTC,cAAc;EACdC,SAAS;EACTC,oBAAoB;EACpBC,6BAA6B;EAC7BC,qBAAqB;EACrB;;EAEA;EACAC,WAAW;EACXC,oBAAoB;EACpBC,oBAAoB;EACpBC,mBAAmB;EACnBC,eAAe;EACfC,kBAAkB;EAClBC,aAAa;EACbC,cAAc;EACdC,iBAAiB;EACjBC,qBAAqB;EACrBC,iBAAiB;EACjBC,oBAAoB;EACpBC,aAAa;EACb;;EAEA;EACAC,wBAAwB;EACxBC,eAAe;EACfC,gBAAgB;EAChBC,iBAAiB;EACjBC,6BAA6B;EAC7BC,kBAAkB;EAClBC,aAAa;EACbC,0BAA0B;EAC1BC,cAAc;EACdC,UAAU;EACVC,eAAe;EACfC,aAAa;EACbC,oBAAoB;EACpBC,gBAAgB;EAChBC,iBAAiB;EACjB;;EAEAC,KAAK,EAAEC,aAAa;EACpB,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,OAAO,
|
|
1
|
+
{"version":3,"names":["forwardRef","useImperativeHandle","useRef","StyleSheet","View","Spacing","FormHelperText","FormLabel","TextInputField","jsx","_jsx","jsxs","_jsxs","TextInput","label","helperText","blockStartNode","blockEndNode","size","interactiveState","textInputStyle","allowFontScaling","autoCapitalize","autoComplete","autoCorrect","autoFocus","blurOnSubmit","submitBehavior","caretHidden","contextMenuHidden","defaultValue","value","editable","keyboardType","inputMode","maxLength","multiline","onBlur","onChange","onChangeText","onContentSizeChange","onEndEditing","onPress","onPressIn","onPressOut","onFocus","onSelectionChange","onSubmitEditing","onScroll","onKeyPress","placeholder","placeholderTextColor","readOnly","returnKeyType","enterKeyHint","secureTextEntry","selectTextOnFocus","selection","selectionColor","textAlign","inputAccessoryViewID","inputAccessoryViewButtonLabel","maxFontSizeMultiplier","cursorColor","selectionHandleColor","importantForAutofill","disableFullscreenUI","inlineImageLeft","inlineImagePadding","numberOfLines","returnKeyLabel","textBreakStrategy","underlineColorAndroid","textAlignVertical","showSoftInputOnFocus","verticalAlign","disableKeyboardShortcuts","clearButtonMode","clearTextOnFocus","dataDetectorTypes","enablesReturnKeyAutomatically","keyboardAppearance","passwordRules","rejectResponderTermination","selectionState","spellCheck","textContentType","scrollEnabled","lineBreakStrategyIOS","lineBreakModeIOS","smartInsertDelete","style","viewStyleProp","viewProps","ref","viewRef","textInputFieldRef","Object","assign","current","textInputField","undefined","children","styleSheet","length","text","error","create","marginBottom","spacing_03","marginTop","spacing_02"],"sourceRoot":"../../../../src","sources":["components/text-input/TextInput.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,8 +5,10 @@ import { Animated, Easing, StyleSheet } from "react-native";
|
|
|
5
5
|
import { Color, Motion, Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import IconWarningAltFilled from "@carbon/icons/svg/32/warning--alt--filled.svg";
|
|
7
7
|
import IconWarningFilled from "@carbon/icons/svg/32/warning--filled.svg";
|
|
8
|
-
import {
|
|
8
|
+
import { GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
9
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
9
10
|
import { ThemeContext } from "../../contexts/index.js";
|
|
11
|
+
import { Box } from "../box/index.js";
|
|
10
12
|
import { LayerContext } from "../layer/index.js";
|
|
11
13
|
import { RNTextInput } from "./_rn-text-input/index.js";
|
|
12
14
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -99,7 +101,8 @@ export const TextInputField = /*#__PURE__*/forwardRef(function TextInputField({
|
|
|
99
101
|
|
|
100
102
|
...viewProps
|
|
101
103
|
}, ref) {
|
|
102
|
-
const
|
|
104
|
+
const globalConfigContext = useContext(GlobalConfigContext),
|
|
105
|
+
themeContext = useContext(ThemeContext),
|
|
103
106
|
layerContextLevel = useContext(LayerContext),
|
|
104
107
|
viewRef = useRef(null),
|
|
105
108
|
textInputRef = useRef(null),
|
|
@@ -129,7 +132,7 @@ export const TextInputField = /*#__PURE__*/forwardRef(function TextInputField({
|
|
|
129
132
|
}
|
|
130
133
|
});
|
|
131
134
|
}, []);
|
|
132
|
-
return /*#__PURE__*/_jsxs(
|
|
135
|
+
return /*#__PURE__*/_jsxs(AnimatedBox, {
|
|
133
136
|
ref: ref,
|
|
134
137
|
...viewProps,
|
|
135
138
|
style: [styleSheet.textInputField, carbonStyleSheet.textInputField, textInputFieldSizeStyleSheet[size], textInputFieldByLayerStyleSheet[layerContextLevel], interactiveState === "invalid" ? carbonStyleSheet.invalidOutlineColor : {
|
|
@@ -216,27 +219,36 @@ export const TextInputField = /*#__PURE__*/forwardRef(function TextInputField({
|
|
|
216
219
|
width: 16,
|
|
217
220
|
height: 16,
|
|
218
221
|
fill: mapIconInvalidColor[themeContext.colorScheme],
|
|
219
|
-
style: [styleSheet.icon, iconBySizeStyleSheet[size]]
|
|
222
|
+
style: [CarbonStyleSheet.g.absolute, styleSheet.icon, mapStyleSheetIconInteractiveStatePosition[`${globalConfigContext.rtl}`], iconBySizeStyleSheet[size]]
|
|
220
223
|
}) : !hideInteractiveStateIcon && interactiveState === "warning" ? /*#__PURE__*/_jsx(IconWarningAltFilled, {
|
|
221
224
|
width: 16,
|
|
222
225
|
height: 16,
|
|
223
226
|
fill: mapIconWarningColor[themeContext.colorScheme],
|
|
224
|
-
style: [styleSheet.icon, iconBySizeStyleSheet[size]]
|
|
227
|
+
style: [CarbonStyleSheet.g.absolute, styleSheet.icon, mapStyleSheetIconInteractiveStatePosition[`${globalConfigContext.rtl}`], iconBySizeStyleSheet[size]]
|
|
225
228
|
}) : undefined, blockEndNode]
|
|
226
229
|
});
|
|
227
230
|
});
|
|
228
|
-
const
|
|
231
|
+
const AnimatedBox = Animated.createAnimatedComponent(Box),
|
|
232
|
+
styleSheet = StyleSheet.create({
|
|
229
233
|
textInputField: {
|
|
230
234
|
outlineWidth: 2,
|
|
231
235
|
outlineOffset: -2,
|
|
232
236
|
outlineStyle: "solid"
|
|
233
237
|
},
|
|
234
238
|
icon: {
|
|
235
|
-
pointerEvents: "none"
|
|
236
|
-
|
|
239
|
+
pointerEvents: "none"
|
|
240
|
+
},
|
|
241
|
+
iconLtr: {
|
|
237
242
|
right: Spacing.spacing_05
|
|
243
|
+
},
|
|
244
|
+
iconRtl: {
|
|
245
|
+
left: Spacing.spacing_05
|
|
238
246
|
}
|
|
239
247
|
}),
|
|
248
|
+
mapStyleSheetIconInteractiveStatePosition = {
|
|
249
|
+
false: styleSheet.iconLtr,
|
|
250
|
+
true: styleSheet.iconRtl
|
|
251
|
+
},
|
|
240
252
|
textInputFieldSizeStyleSheet = StyleSheet.create({
|
|
241
253
|
small: {
|
|
242
254
|
height: 32
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","useImperativeHandle","useRef","Animated","Easing","StyleSheet","Color","Motion","Spacing","IconWarningAltFilled","IconWarningFilled","CarbonStyleSheet","ThemeContext","LayerContext","RNTextInput","jsx","_jsx","jsxs","_jsxs","TextInputField","size","interactiveState","hideInteractiveStateIcon","blockStartNode","blockEndNode","style","textInputStyle","allowFontScaling","autoCapitalize","autoComplete","autoCorrect","autoFocus","blurOnSubmit","submitBehavior","caretHidden","contextMenuHidden","defaultValue","value","editable","keyboardType","inputMode","maxLength","multiline","onBlur","onBlurProp","onChange","onChangeText","onContentSizeChange","onEndEditing","onPress","onPressIn","onPressOut","onFocus","onFocusProp","onSelectionChange","onSubmitEditing","onScroll","onKeyPress","placeholder","placeholderTextColor","readOnly","returnKeyType","enterKeyHint","secureTextEntry","selectTextOnFocus","selection","selectionColor","textAlign","inputAccessoryViewID","inputAccessoryViewButtonLabel","maxFontSizeMultiplier","cursorColor","selectionHandleColor","importantForAutofill","disableFullscreenUI","inlineImageLeft","inlineImagePadding","numberOfLines","returnKeyLabel","textBreakStrategy","underlineColorAndroid","textAlignVertical","showSoftInputOnFocus","verticalAlign","disableKeyboardShortcuts","clearButtonMode","clearTextOnFocus","dataDetectorTypes","enablesReturnKeyAutomatically","keyboardAppearance","passwordRules","rejectResponderTermination","selectionState","spellCheck","textContentType","scrollEnabled","lineBreakStrategyIOS","lineBreakModeIOS","smartInsertDelete","viewProps","ref","themeContext","layerContextLevel","viewRef","textInputRef","focusAnimatedValue","Value","focusHandler","event","timing","current","toValue","timingConfig","start","blurHandler","Object","assign","textInput","undefined","View","styleSheet","textInputField","carbonStyleSheet","textInputFieldSizeStyleSheet","textInputFieldByLayerStyleSheet","invalidOutlineColor","outlineColor","interpolate","inputRange","outputRange","mapOutlineColorFocus","colorScheme","children","width","height","fill","mapIconInvalidColor","icon","iconBySizeStyleSheet","mapIconWarningColor","create","outlineWidth","outlineOffset","outlineStyle","pointerEvents","position","right","spacing_05","small","medium","large","top","backgroundColor","color","field_02","support_error","field_01","field_03","gray_10","Token","gray_100","support_warning","focus","duration","Duration","fast_01","easing","bezier","standard","productive","x1","y1","x2","y2","useNativeDriver"],"sourceRoot":"../../../../src","sources":["components/text-input-field/TextInputField.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","useImperativeHandle","useRef","Animated","Easing","StyleSheet","Color","Motion","Spacing","IconWarningAltFilled","IconWarningFilled","GlobalConfigContext","CarbonStyleSheet","ThemeContext","Box","LayerContext","RNTextInput","jsx","_jsx","jsxs","_jsxs","TextInputField","size","interactiveState","hideInteractiveStateIcon","blockStartNode","blockEndNode","style","textInputStyle","allowFontScaling","autoCapitalize","autoComplete","autoCorrect","autoFocus","blurOnSubmit","submitBehavior","caretHidden","contextMenuHidden","defaultValue","value","editable","keyboardType","inputMode","maxLength","multiline","onBlur","onBlurProp","onChange","onChangeText","onContentSizeChange","onEndEditing","onPress","onPressIn","onPressOut","onFocus","onFocusProp","onSelectionChange","onSubmitEditing","onScroll","onKeyPress","placeholder","placeholderTextColor","readOnly","returnKeyType","enterKeyHint","secureTextEntry","selectTextOnFocus","selection","selectionColor","textAlign","inputAccessoryViewID","inputAccessoryViewButtonLabel","maxFontSizeMultiplier","cursorColor","selectionHandleColor","importantForAutofill","disableFullscreenUI","inlineImageLeft","inlineImagePadding","numberOfLines","returnKeyLabel","textBreakStrategy","underlineColorAndroid","textAlignVertical","showSoftInputOnFocus","verticalAlign","disableKeyboardShortcuts","clearButtonMode","clearTextOnFocus","dataDetectorTypes","enablesReturnKeyAutomatically","keyboardAppearance","passwordRules","rejectResponderTermination","selectionState","spellCheck","textContentType","scrollEnabled","lineBreakStrategyIOS","lineBreakModeIOS","smartInsertDelete","viewProps","ref","globalConfigContext","themeContext","layerContextLevel","viewRef","textInputRef","focusAnimatedValue","Value","focusHandler","event","timing","current","toValue","timingConfig","start","blurHandler","Object","assign","textInput","undefined","AnimatedBox","styleSheet","textInputField","carbonStyleSheet","textInputFieldSizeStyleSheet","textInputFieldByLayerStyleSheet","invalidOutlineColor","outlineColor","interpolate","inputRange","outputRange","mapOutlineColorFocus","colorScheme","children","width","height","fill","mapIconInvalidColor","g","absolute","icon","mapStyleSheetIconInteractiveStatePosition","rtl","iconBySizeStyleSheet","mapIconWarningColor","createAnimatedComponent","create","outlineWidth","outlineOffset","outlineStyle","pointerEvents","iconLtr","right","spacing_05","iconRtl","left","false","true","small","medium","large","top","backgroundColor","color","field_02","support_error","field_01","field_03","gray_10","Token","gray_100","support_warning","focus","duration","Duration","fast_01","easing","bezier","standard","productive","x1","y1","x2","y2","useNativeDriver"],"sourceRoot":"../../../../src","sources":["components/text-input-field/TextInputField.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@ import { forwardRef, useContext } from "react";
|
|
|
4
4
|
import { Platform, StyleSheet, TextInput } from "react-native";
|
|
5
5
|
import { Color, Spacing, Typography } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { GlobalConfigContext } from "../../../_internal/contexts/index.js";
|
|
7
|
-
import
|
|
7
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
8
8
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
export const RNTextInput = /*#__PURE__*/forwardRef(function RNTextInput({
|
|
@@ -25,7 +25,7 @@ export const RNTextInput = /*#__PURE__*/forwardRef(function RNTextInput({
|
|
|
25
25
|
dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
|
|
26
26
|
style: [styleSheet.rnTextInput,
|
|
27
27
|
// FIXME: i don't know the correct type
|
|
28
|
-
mapStateStyleSheet[themeContext.colorScheme][interactiveState], globalConfigContext.rtl ?
|
|
28
|
+
mapStateStyleSheet[themeContext.colorScheme][interactiveState], globalConfigContext.rtl ? CarbonStyleSheet.g.rtl : undefined, style]
|
|
29
29
|
});
|
|
30
30
|
});
|
|
31
31
|
const styleSheet = StyleSheet.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","Platform","StyleSheet","TextInput","Color","Spacing","Typography","GlobalConfigContext","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","Platform","StyleSheet","TextInput","Color","Spacing","Typography","GlobalConfigContext","CarbonStyleSheet","ThemeContext","jsx","_jsx","RNTextInput","interactiveState","editable","style","placeholderTextColor","dir","props","ref","themeContext","globalConfigContext","mapPlaceholderTextColor","colorScheme","rtl","undefined","styleSheet","rnTextInput","mapStateStyleSheet","g","create","flexGrow","paddingLeft","spacing_05","paddingRight","backgroundColor","borderBottomWidth","hairlineWidth","borderStyle","fontFamily","fontSize","TypeSets","body_compact_01","lineHeight","select","web","outlineStyle","stateStyleSheet","gray_10__normal","color","Token","gray_10","text_primary","borderBlockEndColor","border_strong_01","gray_10__disabled","text_disabled","gray_10__read_only","border_subtle_00","gray_100__normal","gray_100","gray_100__disabled","gray_100__read_only","text_placeholder","normal","disabled","read_only","invalid","warning"],"sourceRoot":"../../../../../src","sources":["components/text-input-field/_rn-text-input/RNTextInput.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-input-field/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-input-field/index.ts"],"mappings":";;AAAA,cAAc,qBAAkB","ignoreList":[]}
|
|
@@ -5,18 +5,20 @@ import { StyleSheet } from "react-native";
|
|
|
5
5
|
import { Color, Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import IconWarningAltFilled from "@carbon/icons/svg/32/warning--alt--filled.svg";
|
|
7
7
|
import IconWarningFilled from "@carbon/icons/svg/32/warning--filled.svg";
|
|
8
|
-
import
|
|
8
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
9
9
|
import { ThemeContext } from "../../contexts/index.js";
|
|
10
10
|
import { FormHelperText } from "../form-helper-text/index.js";
|
|
11
11
|
import { FormLabel } from "../form-label/index.js";
|
|
12
12
|
import { TextInputField } from "../text-input-field/index.js";
|
|
13
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
14
|
export const TextInputFluid = /*#__PURE__*/forwardRef(function TextInputFluid({
|
|
15
15
|
label,
|
|
16
16
|
helperText,
|
|
17
17
|
interactiveState,
|
|
18
18
|
style,
|
|
19
19
|
textInputStyle,
|
|
20
|
+
blockStartNode,
|
|
21
|
+
blockEndNode,
|
|
20
22
|
...textInputFieldProps
|
|
21
23
|
}, ref) {
|
|
22
24
|
const themeContext = useContext(ThemeContext);
|
|
@@ -26,22 +28,26 @@ export const TextInputFluid = /*#__PURE__*/forwardRef(function TextInputFluid({
|
|
|
26
28
|
size: "medium",
|
|
27
29
|
interactiveState: interactiveState,
|
|
28
30
|
hideInteractiveStateIcon: true,
|
|
29
|
-
blockStartNode: /*#__PURE__*/
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
blockStartNode: /*#__PURE__*/_jsxs(_Fragment, {
|
|
32
|
+
children: [/*#__PURE__*/_jsx(FormLabel, {
|
|
33
|
+
label: label,
|
|
34
|
+
style: styleSheet.label
|
|
35
|
+
}), blockStartNode]
|
|
32
36
|
}),
|
|
33
|
-
blockEndNode:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
blockEndNode: /*#__PURE__*/_jsxs(_Fragment, {
|
|
38
|
+
children: [!!helperText && /*#__PURE__*/_jsx(FormHelperText, {
|
|
39
|
+
text: helperText,
|
|
40
|
+
style: [CarbonStyleSheet.g.flex_initial, styleSheet.helperText],
|
|
41
|
+
textTrailing: interactiveState === "invalid" ? /*#__PURE__*/_jsx(IconWarningFilled, {
|
|
42
|
+
width: 16,
|
|
43
|
+
height: 16,
|
|
44
|
+
fill: mapIconInvalidColor[themeContext.colorScheme]
|
|
45
|
+
}) : interactiveState === "warning" ? /*#__PURE__*/_jsx(IconWarningAltFilled, {
|
|
46
|
+
width: 16,
|
|
47
|
+
height: 16,
|
|
48
|
+
fill: mapIconWarningColor[themeContext.colorScheme]
|
|
49
|
+
}) : undefined
|
|
50
|
+
}), blockEndNode]
|
|
45
51
|
}),
|
|
46
52
|
style: [styleSheet.textInputFluid, helperText?.length ? styleSheet.textInputFieldHeight96 : styleSheet.textInputFieldHeight64, style],
|
|
47
53
|
textInputStyle: [helperText?.length ? styleSheet.rnTextInputNoBorderBottom : undefined, textInputStyle]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","Spacing","IconWarningAltFilled","IconWarningFilled","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","Spacing","IconWarningAltFilled","IconWarningFilled","CarbonStyleSheet","ThemeContext","FormHelperText","FormLabel","TextInputField","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","TextInputFluid","label","helperText","interactiveState","style","textInputStyle","blockStartNode","blockEndNode","textInputFieldProps","ref","themeContext","size","hideInteractiveStateIcon","children","styleSheet","text","g","flex_initial","textTrailing","width","height","fill","mapIconInvalidColor","colorScheme","mapIconWarningColor","undefined","textInputFluid","length","textInputFieldHeight96","textInputFieldHeight64","rnTextInputNoBorderBottom","create","paddingTop","spacing_10","minHeight","spacing_12","paddingLeft","spacing_05","paddingRight","marginLeft","marginRight","justifyContent","spacing_03","paddingBottom","gray_10","Token","support_error","gray_100","support_warning"],"sourceRoot":"../../../../src","sources":["components/text-input-fluid/TextInputFluid.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-input-fluid/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-input-fluid/index.ts"],"mappings":";;AAAA,cAAc,qBAAkB","ignoreList":[]}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useCallback, useContext, useImperativeHandle, useRef } from "react";
|
|
4
|
-
import { Pressable, StyleSheet
|
|
4
|
+
import { Pressable, StyleSheet } from "react-native";
|
|
5
5
|
import { Color, Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { GlobalConfigContext } from "../../../_internal/contexts/index.js";
|
|
7
|
-
import
|
|
7
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
8
8
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
9
|
+
import { Box } from "../../box/index.js";
|
|
9
10
|
import { FormLabel } from "../../form-label/index.js";
|
|
10
11
|
import { Switch } from "../../switch/index.js";
|
|
11
12
|
import { Text } from "../../text/index.js";
|
|
@@ -43,10 +44,10 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
43
44
|
}
|
|
44
45
|
});
|
|
45
46
|
}, []);
|
|
46
|
-
return /*#__PURE__*/_jsxs(
|
|
47
|
+
return /*#__PURE__*/_jsxs(Box, {
|
|
47
48
|
...viewProps,
|
|
48
49
|
dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
|
|
49
|
-
style: [
|
|
50
|
+
style: [CarbonStyleSheet.g.flex_row, CarbonStyleSheet.g.flex_wrap, CarbonStyleSheet.g.items_center, style],
|
|
50
51
|
ref: viewRef,
|
|
51
52
|
children: [/*#__PURE__*/_jsx(Pressable, {
|
|
52
53
|
...pressableProps,
|
|
@@ -55,7 +56,7 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
55
56
|
"aria-checked": value,
|
|
56
57
|
"aria-label": pressableProps?.["aria-label"] || label,
|
|
57
58
|
onPress: pressHandler,
|
|
58
|
-
style: [
|
|
59
|
+
style: [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.w_full, CarbonStyleSheet.g.h_full, baseStyle.pressable, pressableProps?.style]
|
|
59
60
|
}), !!label && /*#__PURE__*/_jsx(FormLabel, {
|
|
60
61
|
...formLabelProps,
|
|
61
62
|
label: label,
|
|
@@ -63,7 +64,7 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
63
64
|
...formLabelProps?.textProps,
|
|
64
65
|
style: [mapFormLabelTextStyle[themeContext.colorScheme][state], formLabelProps?.textProps?.style]
|
|
65
66
|
},
|
|
66
|
-
style: [
|
|
67
|
+
style: [CarbonStyleSheet.g.w_full, baseStyle.label, formLabelProps?.style]
|
|
67
68
|
}), /*#__PURE__*/_jsx(Switch, {
|
|
68
69
|
...switchProps,
|
|
69
70
|
"aria-label": switchProps?.["aria-label"] || label,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","Color","Spacing","GlobalConfigContext","CarbonStyleSheet","ThemeContext","Box","FormLabel","Switch","Text","jsx","_jsx","jsxs","_jsxs","Base","state","defaultValue","value","label","actionText","onChange","formLabelProps","actionTextProps","pressableProps","switchProps","style","dir","viewProps","forwardedRef","viewRef","switchRef","themeContext","globalConfigContext","pressHandler","event","onPress","current","setValue","currentValue","Object","assign","val","rtl","undefined","g","flex_row","flex_wrap","items_center","ref","children","role","disabled","absolute","w_full","h_full","baseStyle","pressable","textProps","mapFormLabelTextStyle","colorScheme","switch","ltr","type","mapActionTextStyle","create","zIndex","marginBottom","spacing_05","marginStart","spacing_03","direction","coloringStyle","gray_10","formLabel_normal","color","Token","text_primary","formLabel_disabled","text_disabled","formLabel_read_only","actionText_normal","actionText_disabled","actionText_read_only","gray_100","normal","read_only"],"sourceRoot":"../../../../../src","sources":["components/toggle/base/Base.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/toggle/base/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/toggle/base/index.ts"],"mappings":";;AAAA,cAAc,WAAQ;AACtB,cAAc,gBAAa;AAC3B,cAAc,cAAW","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/toggle/default/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/toggle/default/index.ts"],"mappings":";;AAAA,cAAc,cAAW;AACzB,cAAc,mBAAgB;AAC9B,cAAc,iBAAc","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/toggle/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/toggle/index.ts"],"mappings":";;AAAA,cAAc,iBAAQ;AACtB,cAAc,oBAAW;AACzB,cAAc,kBAAS;AACvB,cAAc,YAAS","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/toggle/small/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/toggle/small/index.ts"],"mappings":";;AAAA,cAAc,YAAS;AACvB,cAAc,iBAAc;AAC5B,cAAc,eAAY","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { Easing } from "react-native";
|
|
3
|
+
import { Easing, Platform } from "react-native";
|
|
4
4
|
import { Motion, Spacing } from "@audira/carbon-react-native-elements";
|
|
5
5
|
/**
|
|
6
6
|
* Same animation style like `@carbon/react` library
|
|
@@ -21,6 +21,7 @@ export const CarbonReact = {
|
|
|
21
21
|
}]
|
|
22
22
|
};
|
|
23
23
|
},
|
|
24
|
-
modalEasing: [Easing.bezier(Motion.Easing.exit.expressive.x1, Motion.Easing.exit.expressive.y1, Motion.Easing.exit.expressive.x2, Motion.Easing.exit.expressive.y2), Easing.bezier(Motion.Easing.entrance.expressive.x1, Motion.Easing.entrance.expressive.y1, Motion.Easing.entrance.expressive.x2, Motion.Easing.entrance.expressive.y2), Easing.bezier(Motion.Easing.exit.expressive.x1, Motion.Easing.exit.expressive.y1, Motion.Easing.exit.expressive.x2, Motion.Easing.exit.expressive.y2)]
|
|
24
|
+
modalEasing: [Easing.bezier(Motion.Easing.exit.expressive.x1, Motion.Easing.exit.expressive.y1, Motion.Easing.exit.expressive.x2, Motion.Easing.exit.expressive.y2), Easing.bezier(Motion.Easing.entrance.expressive.x1, Motion.Easing.entrance.expressive.y1, Motion.Easing.entrance.expressive.x2, Motion.Easing.entrance.expressive.y2), Easing.bezier(Motion.Easing.exit.expressive.x1, Motion.Easing.exit.expressive.y1, Motion.Easing.exit.expressive.x2, Motion.Easing.exit.expressive.y2)],
|
|
25
|
+
useNativeDriver: Platform.OS === "android" || Platform.OS === "ios" || Platform.OS === "web"
|
|
25
26
|
};
|
|
26
27
|
//# sourceMappingURL=carbon-react.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Easing","Motion","Spacing","CarbonReact","duration","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","spacing_06","modalEasing","bezier","exit","expressive","x1","y1","x2","y2","entrance"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/carbon-react.ts"],"mappings":";;AAAA,SACCA,MAAM,
|
|
1
|
+
{"version":3,"names":["Easing","Platform","Motion","Spacing","CarbonReact","duration","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","spacing_06","modalEasing","bezier","exit","expressive","x1","y1","x2","y2","entrance","useNativeDriver","OS"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/carbon-react.ts"],"mappings":";;AAAA,SACCA,MAAM,EACNC,QAAQ,QACF,cAAc;AAErB,SACCC,MAAM,EACNC,OAAO,QACD,sCAAsC;AAM7C;AACA;AACA;AACA,OAAO,MAAMC,WAAW,GAAG;EAC1BC,QAAQ,EAAEH,MAAM,CAACI,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAAC,CAACV,OAAO,CAACa,UAAU,EAAE,CAAC,EAAE,CAACb,OAAO,CAACa,UAAU;QAC1D,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAE,CACZjB,MAAM,CAACkB,MAAM,CACZhB,MAAM,CAACF,MAAM,CAACmB,IAAI,CAACC,UAAU,CAACC,EAAE,EAChCnB,MAAM,CAACF,MAAM,CAACmB,IAAI,CAACC,UAAU,CAACE,EAAE,EAChCpB,MAAM,CAACF,MAAM,CAACmB,IAAI,CAACC,UAAU,CAACG,EAAE,EAChCrB,MAAM,CAACF,MAAM,CAACmB,IAAI,CAACC,UAAU,CAACI,EAC/B,CAAC,EACDxB,MAAM,CAACkB,MAAM,CACZhB,MAAM,CAACF,MAAM,CAACyB,QAAQ,CAACL,UAAU,CAACC,EAAE,EACpCnB,MAAM,CAACF,MAAM,CAACyB,QAAQ,CAACL,UAAU,CAACE,EAAE,EACpCpB,MAAM,CAACF,MAAM,CAACyB,QAAQ,CAACL,UAAU,CAACG,EAAE,EACpCrB,MAAM,CAACF,MAAM,CAACyB,QAAQ,CAACL,UAAU,CAACI,EACnC,CAAC,EACDxB,MAAM,CAACkB,MAAM,CACZhB,MAAM,CAACF,MAAM,CAACmB,IAAI,CAACC,UAAU,CAACC,EAAE,EAChCnB,MAAM,CAACF,MAAM,CAACmB,IAAI,CAACC,UAAU,CAACE,EAAE,EAChCpB,MAAM,CAACF,MAAM,CAACmB,IAAI,CAACC,UAAU,CAACG,EAAE,EAChCrB,MAAM,CAACF,MAAM,CAACmB,IAAI,CAACC,UAAU,CAACI,EAC/B,CAAC,CACD;EACDE,eAAe,EACdzB,QAAQ,CAAC0B,EAAE,KAAK,SAAS,IACzB1B,QAAQ,CAAC0B,EAAE,KAAK,KAAK,IACrB1B,QAAQ,CAAC0B,EAAE,KAAK;AAClB,CAA4D","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { Easing } from "react-native";
|
|
3
|
+
import { Easing, Platform } from "react-native";
|
|
4
4
|
import { Motion, Spacing } from "@audira/carbon-react-native-elements";
|
|
5
5
|
export const FadeBottomUp2 = {
|
|
6
6
|
duration: Motion.Duration.moderate_02,
|
|
@@ -18,6 +18,7 @@ export const FadeBottomUp2 = {
|
|
|
18
18
|
}]
|
|
19
19
|
};
|
|
20
20
|
},
|
|
21
|
-
modalEasing: Easing.bezier(Motion.Easing.entrance.expressive.x1, Motion.Easing.entrance.expressive.y1, Motion.Easing.entrance.expressive.x2, Motion.Easing.entrance.expressive.y2)
|
|
21
|
+
modalEasing: Easing.bezier(Motion.Easing.entrance.expressive.x1, Motion.Easing.entrance.expressive.y1, Motion.Easing.entrance.expressive.x2, Motion.Easing.entrance.expressive.y2),
|
|
22
|
+
useNativeDriver: Platform.OS === "android" || Platform.OS === "ios" || Platform.OS === "web"
|
|
22
23
|
};
|
|
23
24
|
//# sourceMappingURL=fade-bottom-up-2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Easing","Motion","Spacing","FadeBottomUp2","duration","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","spacing_04","modalEasing","bezier","entrance","expressive","x1","y1","x2","y2"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/fade-bottom-up-2.ts"],"mappings":";;AAAA,SACCA,MAAM,
|
|
1
|
+
{"version":3,"names":["Easing","Platform","Motion","Spacing","FadeBottomUp2","duration","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","spacing_04","modalEasing","bezier","entrance","expressive","x1","y1","x2","y2","useNativeDriver","OS"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/fade-bottom-up-2.ts"],"mappings":";;AAAA,SACCA,MAAM,EACNC,QAAQ,QACF,cAAc;AAErB,SACCC,MAAM,EACNC,OAAO,QACD,sCAAsC;AAM7C,OAAO,MAAMC,aAAa,GAAG;EAC5BC,QAAQ,EAAEH,MAAM,CAACI,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAACV,OAAO,CAACa,UAAU,EAAE,CAAC,EAAE,CAACb,OAAO,CAACa,UAAU;QACzD,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAEjB,MAAM,CAACkB,MAAM,CACzBhB,MAAM,CAACF,MAAM,CAACmB,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpCnB,MAAM,CAACF,MAAM,CAACmB,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCpB,MAAM,CAACF,MAAM,CAACmB,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpCrB,MAAM,CAACF,MAAM,CAACmB,QAAQ,CAACC,UAAU,CAACI,EACnC,CAAC;EACDC,eAAe,EACdxB,QAAQ,CAACyB,EAAE,KAAK,SAAS,IACzBzB,QAAQ,CAACyB,EAAE,KAAK,KAAK,IACrBzB,QAAQ,CAACyB,EAAE,KAAK;AAClB,CAA4D","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { Easing } from "react-native";
|
|
3
|
+
import { Easing, Platform } from "react-native";
|
|
4
4
|
import { Motion, Spacing } from "@audira/carbon-react-native-elements";
|
|
5
5
|
export const FadeBottomUp = {
|
|
6
6
|
duration: Motion.Duration.moderate_02,
|
|
@@ -18,6 +18,7 @@ export const FadeBottomUp = {
|
|
|
18
18
|
}]
|
|
19
19
|
};
|
|
20
20
|
},
|
|
21
|
-
modalEasing: Easing.bezier(Motion.Easing.entrance.expressive.x1, Motion.Easing.entrance.expressive.y1, Motion.Easing.entrance.expressive.x2, Motion.Easing.entrance.expressive.y2)
|
|
21
|
+
modalEasing: Easing.bezier(Motion.Easing.entrance.expressive.x1, Motion.Easing.entrance.expressive.y1, Motion.Easing.entrance.expressive.x2, Motion.Easing.entrance.expressive.y2),
|
|
22
|
+
useNativeDriver: Platform.OS === "android" || Platform.OS === "ios" || Platform.OS === "web"
|
|
22
23
|
};
|
|
23
24
|
//# sourceMappingURL=fade-bottom-up.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Easing","Motion","Spacing","FadeBottomUp","duration","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","spacing_04","modalEasing","bezier","entrance","expressive","x1","y1","x2","y2"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/fade-bottom-up.ts"],"mappings":";;AAAA,SACCA,MAAM,
|
|
1
|
+
{"version":3,"names":["Easing","Platform","Motion","Spacing","FadeBottomUp","duration","Duration","moderate_02","modalStyleFactory","animatedValue","inputRange","opacity","interpolate","outputRange","transform","translateY","spacing_04","modalEasing","bezier","entrance","expressive","x1","y1","x2","y2","useNativeDriver","OS"],"sourceRoot":"../../../../src","sources":["const/dialog-animation-configs/fade-bottom-up.ts"],"mappings":";;AAAA,SACCA,MAAM,EACNC,QAAQ,QACF,cAAc;AAErB,SACCC,MAAM,EACNC,OAAO,QACD,sCAAsC;AAM7C,OAAO,MAAMC,YAAY,GAAG;EAC3BC,QAAQ,EAAEH,MAAM,CAACI,QAAQ,CAACC,WAAW;EACrCC,iBAAiBA,CAACC,aAAa,EAAEC,UAAU,EAAE;IAC5C,OAAO;MACNC,OAAO,EAAEF,aAAa,CAACG,WAAW,CAAC;QAClCF,UAAU;QACVG,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;MACtB,CAAC,CAAC;MACFC,SAAS,EAAE,CAAC;QACXC,UAAU,EAAEN,aAAa,CAACG,WAAW,CAAC;UACrCF,UAAU;UACVG,WAAW,EAAE,CAACV,OAAO,CAACa,UAAU,EAAE,CAAC,EAAEb,OAAO,CAACa,UAAU;QACxD,CAAC;MACF,CAAC;IACF,CAAC;EACF,CAAC;EACDC,WAAW,EAAEjB,MAAM,CAACkB,MAAM,CACzBhB,MAAM,CAACF,MAAM,CAACmB,QAAQ,CAACC,UAAU,CAACC,EAAE,EACpCnB,MAAM,CAACF,MAAM,CAACmB,QAAQ,CAACC,UAAU,CAACE,EAAE,EACpCpB,MAAM,CAACF,MAAM,CAACmB,QAAQ,CAACC,UAAU,CAACG,EAAE,EACpCrB,MAAM,CAACF,MAAM,CAACmB,QAAQ,CAACC,UAAU,CAACI,EACnC,CAAC;EACDC,eAAe,EACdxB,QAAQ,CAACyB,EAAE,KAAK,SAAS,IACzBzB,QAAQ,CAACyB,EAAE,KAAK,KAAK,IACrBzB,QAAQ,CAACyB,EAAE,KAAK;AAClB,CAA4D","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Appearance","getColorScheme","appearanceColorScheme","mapScheme","light","dark"],"sourceRoot":"../../../../src","sources":["helpers/color/get-color-scheme.ts"],"mappings":";;AAAA,SACCA,UAAU,QAEJ,cAAc;AAIrB,OAAO,SAASC,cAAcA,CAC7BC,qBAAuC,EACf;EACxB,OAAOC,SAAS,CAAED,qBAAqB,IAAIF,UAAU,CAACC,cAAc,CAAC,CAAC,IAAI,OAAO,CAAE;AACpF;AAEA,MACCE,SAA0E,GACzE;EACCC,KAAK,EAAE,SAAS;EAChBC,IAAI,EAAE;
|
|
1
|
+
{"version":3,"names":["Appearance","getColorScheme","appearanceColorScheme","mapScheme","light","dark","unspecified"],"sourceRoot":"../../../../src","sources":["helpers/color/get-color-scheme.ts"],"mappings":";;AAAA,SACCA,UAAU,QAEJ,cAAc;AAIrB,OAAO,SAASC,cAAcA,CAC7BC,qBAAuC,EACf;EACxB,OAAOC,SAAS,CAAED,qBAAqB,IAAIF,UAAU,CAACC,cAAc,CAAC,CAAC,IAAI,OAAO,CAAE;AACpF;AAEA,MACCE,SAA0E,GACzE;EACCC,KAAK,EAAE,SAAS;EAChBC,IAAI,EAAE,UAAU;EAChBC,WAAW,EAAE;AACd,CAAC","ignoreList":[]}
|
package/lib/module/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
import * as CarbonStyleSheet from "./carbon-style-sheet/index.js";
|
|
4
|
+
export { CarbonStyleSheet };
|
|
3
5
|
export * from "./carbon-react-native/index.js";
|
|
4
|
-
export * from "./carbon-style-sheet/index.js";
|
|
5
6
|
export * from "./components/index.js";
|
|
6
7
|
export * from "./const/index.js";
|
|
7
8
|
export * from "./contexts/index.js";
|