@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","View","Color","MathHelper","CarbonStyleSheet","LayerContext","jsx","_jsx","Layer","level","levelProp","withBackground","style","props","ref","layerContextLevel","value","clamp","MinLevel","MaxLevel","Provider","children","bgLevelStyleSheet","undefined","create","backgroundColor","color","layer_01","layer_02","layer_03"],"sourceRoot":"../../../../src","sources":["components/layer/Layer.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QAEE,cAAc;AAErB,SACCC,KAAK,QAEC,sCAAsC;AAE7C,SACCC,UAAU,QACJ,kCAAyB;AAEhC,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","View","Color","MathHelper","CarbonStyleSheet","LayerContext","jsx","_jsx","Layer","level","levelProp","withBackground","style","props","ref","layerContextLevel","value","clamp","MinLevel","MaxLevel","Provider","children","bgLevelStyleSheet","undefined","create","backgroundColor","color","layer_01","layer_02","layer_03"],"sourceRoot":"../../../../src","sources":["components/layer/Layer.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QAEE,cAAc;AAErB,SACCC,KAAK,QAEC,sCAAsC;AAE7C,SACCC,UAAU,QACJ,kCAAyB;AAEhC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,YAAY,QACN,mBAAgB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUvB,OAAO,MAAMC,KAAK,gBAAGT,UAAU,CAC9B,SAASS,KAAKA,CACb;EACCC,KAAK,EAAEC,SAAS;EAChBC,cAAc;EACdC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,iBAAiB,GAChBf,UAAU,CAACK,YAAY,CAAC;IAEzBI,KAAK,GACJC,SAAS,IAAIK,iBAAiB;IAE/BC,KAAK,GACJb,UAAU,CAACc,KAAK,CAACR,KAAK,GAAG,CAAC,EAAEP,KAAK,CAACM,KAAK,CAACU,QAAQ,EAAEhB,KAAK,CAACM,KAAK,CAACW,QAAQ,CAAC;EAEzE,oBACCZ,IAAA,CAACF,YAAY,CAACe,QAAQ;IAACJ,KAAK,EAAGA,KAAO;IAAAK,QAAA,eACrCd,IAAA,CAACN,IAAI;MACJa,GAAG,EAAGA,GAAK;MAAA,GACND,KAAK;MACVD,KAAK,EAAG,CACPD,cAAc,GACXW,iBAAiB,CAACN,KAAK,CAAC,GACxBO,SAAS,EACZX,KAAK;IACH,CACH;EAAC,CACoB,CAAC;AAG1B,CACD,CAAC;AAED,MACCU,iBAAiB,GAChBlB,gBAAgB,CAACoB,MAAM,CAAqC;EAC3D,CAAC,EAAE;IACFC,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACC;EACzC,CAAC;EACD,CAAC,EAAE;IACFF,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACE;EACzC,CAAC;EACD,CAAC,EAAE;IACFH,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACG;EACzC;AACD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/layer/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/layer/index.ts"],"mappings":";;AAAA,cAAc,YAAS;AACvB,cAAc,mBAAgB","ignoreList":[]}
|
|
@@ -40,7 +40,8 @@ export const Loading = /*#__PURE__*/forwardRef(function ({
|
|
|
40
40
|
...props,
|
|
41
41
|
type: type,
|
|
42
42
|
circleStrokeColor: MapCircleStrokeColor[themeContext.colorScheme],
|
|
43
|
-
circleBackgroundColor: MapCircleBackgroundColor[layerContext][themeContext.colorScheme]
|
|
43
|
+
circleBackgroundColor: MapCircleBackgroundColor[layerContext][themeContext.colorScheme]
|
|
44
|
+
/* eslint-disable react-hooks/refs */,
|
|
44
45
|
style: [{
|
|
45
46
|
transform: [{
|
|
46
47
|
rotateZ: rotationValue.current.interpolate({
|
|
@@ -49,6 +50,7 @@ export const Loading = /*#__PURE__*/forwardRef(function ({
|
|
|
49
50
|
})
|
|
50
51
|
}]
|
|
51
52
|
}, style]
|
|
53
|
+
/* eslint-enable react-hooks/refs */
|
|
52
54
|
});
|
|
53
55
|
});
|
|
54
56
|
const AnimatedCircularProgress = Animated.createAnimatedComponent(CircularProgress);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","useEffect","useRef","Animated","Easing","Motion","ThemeContext","LayerContext","CircularProgress","MapCircleBackgroundColor","MapCircleStrokeColor","jsx","_jsx","Loading","type","style","props","ref","layerContext","themeContext","rotationValue","Value","loop","timing","current","toValue","duration","Duration","slow_02","easing","linear","useNativeDriver","iterations","start","stop","AnimatedCircularProgress","forwardedRef","circleStrokeColor","colorScheme","circleBackgroundColor","transform","rotateZ","interpolate","inputRange","outputRange","createAnimatedComponent"],"sourceRoot":"../../../../src","sources":["components/loading/Loading.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,EACVC,SAAS,EACTC,MAAM,QACA,OAAO;AAEd,SACCC,QAAQ,EACRC,MAAM,QACA,cAAc;AAErB,SACCC,MAAM,QACA,sCAAsC;AAE7C,SACCC,YAAY,QACN,yBAAgB;AAEvB,SACCC,YAAY,QACN,mBAAU;AAUjB,SACCC,gBAAgB,QACV,+BAAsB;AAE7B,SACCC,wBAAwB,QAClB,mCAAgC;AAEvC,SACCC,oBAAoB,QACd,+BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEnC,OAAO,MAAMC,OAAO,gBAAGd,UAAU,CAChC,UACC;EACCe,IAAI,GAAG,OAAO;EACdC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,YAAY,GACXlB,UAAU,CAACO,YAAY,CAAC;IAEzBY,YAAY,GACXnB,UAAU,CAACM,YAAY,CAAC;IAEzB;AACH;AACA;AACA;AACA;AACA;IACGc,aAAa,GACZlB,MAAM,CAAC,IAAIC,QAAQ,CAACkB,KAAK,CAAC,CAAC,CAAC,CAAC;EAE/BpB,SAAS,CAAC,MAAM;IACf,MAAMqB,IAAI,GAAGnB,QAAQ,CAACmB,IAAI,CACzBnB,QAAQ,CAACoB,MAAM,CACdH,aAAa,CAACI,OAAO,EACrB;MACCC,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAErB,MAAM,CAACsB,QAAQ,CAACC,OAAO;MACjCC,MAAM,EAAEzB,MAAM,CAAC0B,MAAM;MACrBC,eAAe,EAAE;IAClB,CACD,CAAC,EACD;MACCC,UAAU,EAAE,CAAC;IACd,CACD,CAAC;IACDV,IAAI,CAACW,KAAK,CAAC,CAAC;IACZ,OAAOX,IAAI,CAACY,IAAI;EACjB,CAAC,EAAE,EAAE,CAAC;EAEN,oBACCtB,IAAA,CAACuB,wBAAwB;IACxBC,YAAY,EAAGnB,GAAK;IAAA,GACfD,KAAK;IACVF,IAAI,EAAGA,IAAM;IACbuB,iBAAiB,EAAG3B,oBAAoB,CAACS,YAAY,CAACmB,WAAW,CAAG;IACpEC,qBAAqB,EAAG9B,wBAAwB,CAACS,YAAY,CAAC,CAACC,YAAY,CAACmB,WAAW
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","useEffect","useRef","Animated","Easing","Motion","ThemeContext","LayerContext","CircularProgress","MapCircleBackgroundColor","MapCircleStrokeColor","jsx","_jsx","Loading","type","style","props","ref","layerContext","themeContext","rotationValue","Value","loop","timing","current","toValue","duration","Duration","slow_02","easing","linear","useNativeDriver","iterations","start","stop","AnimatedCircularProgress","forwardedRef","circleStrokeColor","colorScheme","circleBackgroundColor","transform","rotateZ","interpolate","inputRange","outputRange","createAnimatedComponent"],"sourceRoot":"../../../../src","sources":["components/loading/Loading.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,EACVC,SAAS,EACTC,MAAM,QACA,OAAO;AAEd,SACCC,QAAQ,EACRC,MAAM,QACA,cAAc;AAErB,SACCC,MAAM,QACA,sCAAsC;AAE7C,SACCC,YAAY,QACN,yBAAgB;AAEvB,SACCC,YAAY,QACN,mBAAU;AAUjB,SACCC,gBAAgB,QACV,+BAAsB;AAE7B,SACCC,wBAAwB,QAClB,mCAAgC;AAEvC,SACCC,oBAAoB,QACd,+BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEnC,OAAO,MAAMC,OAAO,gBAAGd,UAAU,CAChC,UACC;EACCe,IAAI,GAAG,OAAO;EACdC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,YAAY,GACXlB,UAAU,CAACO,YAAY,CAAC;IAEzBY,YAAY,GACXnB,UAAU,CAACM,YAAY,CAAC;IAEzB;AACH;AACA;AACA;AACA;AACA;IACGc,aAAa,GACZlB,MAAM,CAAC,IAAIC,QAAQ,CAACkB,KAAK,CAAC,CAAC,CAAC,CAAC;EAE/BpB,SAAS,CAAC,MAAM;IACf,MAAMqB,IAAI,GAAGnB,QAAQ,CAACmB,IAAI,CACzBnB,QAAQ,CAACoB,MAAM,CACdH,aAAa,CAACI,OAAO,EACrB;MACCC,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAErB,MAAM,CAACsB,QAAQ,CAACC,OAAO;MACjCC,MAAM,EAAEzB,MAAM,CAAC0B,MAAM;MACrBC,eAAe,EAAE;IAClB,CACD,CAAC,EACD;MACCC,UAAU,EAAE,CAAC;IACd,CACD,CAAC;IACDV,IAAI,CAACW,KAAK,CAAC,CAAC;IACZ,OAAOX,IAAI,CAACY,IAAI;EACjB,CAAC,EAAE,EAAE,CAAC;EAEN,oBACCtB,IAAA,CAACuB,wBAAwB;IACxBC,YAAY,EAAGnB,GAAK;IAAA,GACfD,KAAK;IACVF,IAAI,EAAGA,IAAM;IACbuB,iBAAiB,EAAG3B,oBAAoB,CAACS,YAAY,CAACmB,WAAW,CAAG;IACpEC,qBAAqB,EAAG9B,wBAAwB,CAACS,YAAY,CAAC,CAACC,YAAY,CAACmB,WAAW;IACvF;IACAvB,KAAK,EAAG,CACP;MACCyB,SAAS,EAAE,CAAC;QACXC,OAAO,EAAErB,aAAa,CAACI,OAAO,CAACkB,WAAW,CAAC;UAC1CC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;UAClBC,WAAW,EAAE,CAAC,MAAM,EAAE,QAAQ;QAC/B,CAAC;MACF,CAAC;IACF,CAAC,EACD7B,KAAK;IAEN;EAAA,CACA,CAAC;AAGJ,CACD,CAAC;AAED,MACCoB,wBAAwB,GACvBhC,QAAQ,CAAC0C,uBAAuB,CAACrC,gBAAgB,CAAC","ignoreList":[]}
|
|
@@ -4,10 +4,12 @@ import { forwardRef, useContext, useMemo } from "react";
|
|
|
4
4
|
import { StyleSheet, View } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import IconClose from "@carbon/icons/svg/32/close.svg";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
|
8
|
+
import { GlobalConfigContext, InDialogContext, ModalContext } from "../../_internal/contexts/index.js";
|
|
9
|
+
import { ModalHelper } from "../../_internal/helpers/index.js";
|
|
10
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
10
11
|
import { BreakpointContext } from "../../contexts/index.js";
|
|
12
|
+
import { Box } from "../box/index.js";
|
|
11
13
|
import { GhostIcon as ButtonGhostIcon } from "../button/ghost-icon/index.js";
|
|
12
14
|
import { LayerContext } from "../layer/LayerContext.js";
|
|
13
15
|
import { Text } from "../text/index.js";
|
|
@@ -24,14 +26,16 @@ export const Modal = /*#__PURE__*/forwardRef(function Modal({
|
|
|
24
26
|
title,
|
|
25
27
|
children,
|
|
26
28
|
buttonCloseProps,
|
|
29
|
+
applyInsets = "in_dialog_and_small_bp",
|
|
30
|
+
applyInsetsEdges: applyInsetsEdgesProp,
|
|
27
31
|
"aria-label": ariaLabel,
|
|
28
32
|
"aria-labelledby": ariaLabelledBy,
|
|
29
33
|
style,
|
|
30
|
-
dir,
|
|
31
34
|
...props
|
|
32
35
|
}, ref) {
|
|
33
36
|
const breakpoint = useContext(BreakpointContext),
|
|
34
37
|
globalConfigContext = useContext(GlobalConfigContext),
|
|
38
|
+
inDialogContext = useContext(InDialogContext),
|
|
35
39
|
/**
|
|
36
40
|
* Based on carbon modal spec, the background color is based on the current layer level.
|
|
37
41
|
* Should i follow this spec?
|
|
@@ -40,23 +44,40 @@ export const Modal = /*#__PURE__*/forwardRef(function Modal({
|
|
|
40
44
|
label = labelProp ?? ariaLabel ?? ariaLabelledBy,
|
|
41
45
|
styleSheetBySizeAndBreakpoint = useMemo(() => {
|
|
42
46
|
return mapStyleSheetBySizeAndBreakpoint[size][breakpoint];
|
|
43
|
-
}, [size, breakpoint])
|
|
47
|
+
}, [size, breakpoint]),
|
|
48
|
+
safeAreaInsets = useSafeAreaInsets(),
|
|
49
|
+
applyInsetsEdges = {
|
|
50
|
+
top: applyInsetsEdgesProp?.top ?? true,
|
|
51
|
+
bottom: applyInsetsEdgesProp?.bottom ?? true,
|
|
52
|
+
left: applyInsetsEdgesProp?.left ?? true,
|
|
53
|
+
right: applyInsetsEdgesProp?.right ?? true
|
|
54
|
+
},
|
|
55
|
+
isApplyInsets = ModalHelper.isApplyInsets({
|
|
56
|
+
applyInsets,
|
|
57
|
+
breakpoint,
|
|
58
|
+
inDialog: inDialogContext
|
|
59
|
+
});
|
|
44
60
|
return /*#__PURE__*/_jsx(ModalContext.Provider, {
|
|
45
61
|
value: {
|
|
46
|
-
size
|
|
62
|
+
size,
|
|
63
|
+
applyInsets,
|
|
64
|
+
applyInsetsEdges
|
|
47
65
|
},
|
|
48
|
-
children: /*#__PURE__*/_jsx(
|
|
66
|
+
children: /*#__PURE__*/_jsx(Box, {
|
|
49
67
|
ref: ref,
|
|
50
68
|
...props,
|
|
51
69
|
"aria-label": ariaLabel ?? label,
|
|
52
70
|
"aria-labelledBy": ariaLabelledBy ?? label,
|
|
53
|
-
|
|
54
|
-
|
|
71
|
+
style: [bgLayerStyleSheet[`bg_${layerContextLevel}`], inDialogContext ? styleSheetBySizeAndBreakpoint.modalInDialog : undefined, isApplyInsets && applyInsetsEdges.bottom ? {
|
|
72
|
+
paddingBottom: safeAreaInsets.bottom
|
|
73
|
+
} : undefined, style],
|
|
55
74
|
children: /*#__PURE__*/_jsxs(LayerContext.Provider, {
|
|
56
75
|
// children of modal are in layer 2
|
|
57
76
|
value: 2,
|
|
58
77
|
children: [/*#__PURE__*/_jsxs(View, {
|
|
59
|
-
style: [styleSheet.
|
|
78
|
+
style: [styleSheet.headerTextContainer, styleSheetBySizeAndBreakpoint.headerTextContainer, isApplyInsets && applyInsetsEdges.top ? {
|
|
79
|
+
paddingTop: safeAreaInsets.top
|
|
80
|
+
} : undefined],
|
|
60
81
|
children: [!!label && /*#__PURE__*/_jsx(Text, {
|
|
61
82
|
type: "label_01",
|
|
62
83
|
children: label
|
|
@@ -67,14 +88,16 @@ export const Modal = /*#__PURE__*/forwardRef(function Modal({
|
|
|
67
88
|
}), /*#__PURE__*/_jsx(ButtonGhostIcon, {
|
|
68
89
|
...buttonCloseProps,
|
|
69
90
|
Icon: IconClose,
|
|
70
|
-
style: [
|
|
91
|
+
style: [CarbonStyleSheet.g.absolute, styleSheet.iconClose, globalConfigContext.rtl ? styleSheet.iconCloseRtl : styleSheet.iconCloseLtr, isApplyInsets && applyInsetsEdges.top ? {
|
|
92
|
+
top: safeAreaInsets.top / 2
|
|
93
|
+
} : undefined, buttonCloseProps?.style]
|
|
71
94
|
}), children]
|
|
72
95
|
})
|
|
73
96
|
})
|
|
74
97
|
});
|
|
75
98
|
});
|
|
76
99
|
const styleSheet = StyleSheet.create({
|
|
77
|
-
|
|
100
|
+
headerTextContainer: {
|
|
78
101
|
paddingTop: Spacing.spacing_05,
|
|
79
102
|
marginBottom: Spacing.spacing_05,
|
|
80
103
|
rowGap: Spacing.spacing_02
|
|
@@ -93,7 +116,7 @@ const styleSheet = StyleSheet.create({
|
|
|
93
116
|
mapStyleSheetBySizeAndBreakpoint = {
|
|
94
117
|
extra_small: {
|
|
95
118
|
small: StyleSheet.create({
|
|
96
|
-
|
|
119
|
+
modalInDialog: {
|
|
97
120
|
width: "100%",
|
|
98
121
|
height: "100%"
|
|
99
122
|
},
|
|
@@ -102,32 +125,36 @@ const styleSheet = StyleSheet.create({
|
|
|
102
125
|
}
|
|
103
126
|
}),
|
|
104
127
|
medium: StyleSheet.create({
|
|
105
|
-
|
|
106
|
-
width: "48%"
|
|
128
|
+
modalInDialog: {
|
|
129
|
+
width: "48%",
|
|
130
|
+
maxHeight: "48%"
|
|
107
131
|
},
|
|
108
132
|
headerTextContainer: {
|
|
109
133
|
paddingHorizontal: Spacing.spacing_05
|
|
110
134
|
}
|
|
111
135
|
}),
|
|
112
136
|
large: StyleSheet.create({
|
|
113
|
-
|
|
114
|
-
width: "32%"
|
|
137
|
+
modalInDialog: {
|
|
138
|
+
width: "32%",
|
|
139
|
+
maxHeight: "48%"
|
|
115
140
|
},
|
|
116
141
|
headerTextContainer: {
|
|
117
142
|
paddingHorizontal: Spacing.spacing_05
|
|
118
143
|
}
|
|
119
144
|
}),
|
|
120
145
|
x_large: StyleSheet.create({
|
|
121
|
-
|
|
122
|
-
width: "24%"
|
|
146
|
+
modalInDialog: {
|
|
147
|
+
width: "24%",
|
|
148
|
+
maxHeight: "48%"
|
|
123
149
|
},
|
|
124
150
|
headerTextContainer: {
|
|
125
151
|
paddingHorizontal: Spacing.spacing_05
|
|
126
152
|
}
|
|
127
153
|
}),
|
|
128
154
|
max: StyleSheet.create({
|
|
129
|
-
|
|
130
|
-
width: "24%"
|
|
155
|
+
modalInDialog: {
|
|
156
|
+
width: "24%",
|
|
157
|
+
maxHeight: "48%"
|
|
131
158
|
},
|
|
132
159
|
headerTextContainer: {
|
|
133
160
|
paddingHorizontal: Spacing.spacing_05
|
|
@@ -136,7 +163,7 @@ const styleSheet = StyleSheet.create({
|
|
|
136
163
|
},
|
|
137
164
|
small: {
|
|
138
165
|
small: StyleSheet.create({
|
|
139
|
-
|
|
166
|
+
modalInDialog: {
|
|
140
167
|
width: "100%",
|
|
141
168
|
height: "100%"
|
|
142
169
|
},
|
|
@@ -145,24 +172,27 @@ const styleSheet = StyleSheet.create({
|
|
|
145
172
|
}
|
|
146
173
|
}),
|
|
147
174
|
medium: StyleSheet.create({
|
|
148
|
-
|
|
149
|
-
width: "60%"
|
|
175
|
+
modalInDialog: {
|
|
176
|
+
width: "60%",
|
|
177
|
+
maxHeight: "72%"
|
|
150
178
|
},
|
|
151
179
|
headerTextContainer: {
|
|
152
180
|
paddingHorizontal: Spacing.spacing_05
|
|
153
181
|
}
|
|
154
182
|
}),
|
|
155
183
|
large: StyleSheet.create({
|
|
156
|
-
|
|
157
|
-
width: "42%"
|
|
184
|
+
modalInDialog: {
|
|
185
|
+
width: "42%",
|
|
186
|
+
maxHeight: "72%"
|
|
158
187
|
},
|
|
159
188
|
headerTextContainer: {
|
|
160
189
|
paddingHorizontal: Spacing.spacing_05
|
|
161
190
|
}
|
|
162
191
|
}),
|
|
163
192
|
x_large: StyleSheet.create({
|
|
164
|
-
|
|
165
|
-
width: "36%"
|
|
193
|
+
modalInDialog: {
|
|
194
|
+
width: "36%",
|
|
195
|
+
maxHeight: "72%"
|
|
166
196
|
},
|
|
167
197
|
headerTextContainer: {
|
|
168
198
|
paddingStart: Spacing.spacing_05,
|
|
@@ -170,8 +200,9 @@ const styleSheet = StyleSheet.create({
|
|
|
170
200
|
}
|
|
171
201
|
}),
|
|
172
202
|
max: StyleSheet.create({
|
|
173
|
-
|
|
174
|
-
width: "36%"
|
|
203
|
+
modalInDialog: {
|
|
204
|
+
width: "36%",
|
|
205
|
+
maxHeight: "72%"
|
|
175
206
|
},
|
|
176
207
|
headerTextContainer: {
|
|
177
208
|
paddingStart: Spacing.spacing_05,
|
|
@@ -181,7 +212,7 @@ const styleSheet = StyleSheet.create({
|
|
|
181
212
|
},
|
|
182
213
|
medium: {
|
|
183
214
|
small: StyleSheet.create({
|
|
184
|
-
|
|
215
|
+
modalInDialog: {
|
|
185
216
|
width: "100%",
|
|
186
217
|
height: "100%"
|
|
187
218
|
},
|
|
@@ -190,8 +221,9 @@ const styleSheet = StyleSheet.create({
|
|
|
190
221
|
}
|
|
191
222
|
}),
|
|
192
223
|
medium: StyleSheet.create({
|
|
193
|
-
|
|
194
|
-
width: "84%"
|
|
224
|
+
modalInDialog: {
|
|
225
|
+
width: "84%",
|
|
226
|
+
maxHeight: "84%"
|
|
195
227
|
},
|
|
196
228
|
headerTextContainer: {
|
|
197
229
|
paddingStart: Spacing.spacing_05,
|
|
@@ -199,8 +231,9 @@ const styleSheet = StyleSheet.create({
|
|
|
199
231
|
}
|
|
200
232
|
}),
|
|
201
233
|
large: StyleSheet.create({
|
|
202
|
-
|
|
203
|
-
width: "60%"
|
|
234
|
+
modalInDialog: {
|
|
235
|
+
width: "60%",
|
|
236
|
+
maxHeight: "84%"
|
|
204
237
|
},
|
|
205
238
|
headerTextContainer: {
|
|
206
239
|
paddingStart: Spacing.spacing_05,
|
|
@@ -208,8 +241,9 @@ const styleSheet = StyleSheet.create({
|
|
|
208
241
|
}
|
|
209
242
|
}),
|
|
210
243
|
x_large: StyleSheet.create({
|
|
211
|
-
|
|
212
|
-
width: "48%"
|
|
244
|
+
modalInDialog: {
|
|
245
|
+
width: "48%",
|
|
246
|
+
maxHeight: "84%"
|
|
213
247
|
},
|
|
214
248
|
headerTextContainer: {
|
|
215
249
|
paddingStart: Spacing.spacing_05,
|
|
@@ -217,8 +251,9 @@ const styleSheet = StyleSheet.create({
|
|
|
217
251
|
}
|
|
218
252
|
}),
|
|
219
253
|
max: StyleSheet.create({
|
|
220
|
-
|
|
221
|
-
width: "48%"
|
|
254
|
+
modalInDialog: {
|
|
255
|
+
width: "48%",
|
|
256
|
+
maxHeight: "84%"
|
|
222
257
|
},
|
|
223
258
|
headerTextContainer: {
|
|
224
259
|
paddingStart: Spacing.spacing_05,
|
|
@@ -228,7 +263,7 @@ const styleSheet = StyleSheet.create({
|
|
|
228
263
|
},
|
|
229
264
|
large: {
|
|
230
265
|
small: StyleSheet.create({
|
|
231
|
-
|
|
266
|
+
modalInDialog: {
|
|
232
267
|
width: "100%",
|
|
233
268
|
height: "100%"
|
|
234
269
|
},
|
|
@@ -237,8 +272,9 @@ const styleSheet = StyleSheet.create({
|
|
|
237
272
|
}
|
|
238
273
|
}),
|
|
239
274
|
medium: StyleSheet.create({
|
|
240
|
-
|
|
241
|
-
width: "96%"
|
|
275
|
+
modalInDialog: {
|
|
276
|
+
width: "96%",
|
|
277
|
+
maxHeight: "96%"
|
|
242
278
|
},
|
|
243
279
|
headerTextContainer: {
|
|
244
280
|
paddingStart: Spacing.spacing_05,
|
|
@@ -246,8 +282,9 @@ const styleSheet = StyleSheet.create({
|
|
|
246
282
|
}
|
|
247
283
|
}),
|
|
248
284
|
large: StyleSheet.create({
|
|
249
|
-
|
|
250
|
-
width: "84%"
|
|
285
|
+
modalInDialog: {
|
|
286
|
+
width: "84%",
|
|
287
|
+
maxHeight: "96%"
|
|
251
288
|
},
|
|
252
289
|
headerTextContainer: {
|
|
253
290
|
paddingStart: Spacing.spacing_05,
|
|
@@ -255,8 +292,9 @@ const styleSheet = StyleSheet.create({
|
|
|
255
292
|
}
|
|
256
293
|
}),
|
|
257
294
|
x_large: StyleSheet.create({
|
|
258
|
-
|
|
259
|
-
width: "72%"
|
|
295
|
+
modalInDialog: {
|
|
296
|
+
width: "72%",
|
|
297
|
+
maxHeight: "96%"
|
|
260
298
|
},
|
|
261
299
|
headerTextContainer: {
|
|
262
300
|
paddingStart: Spacing.spacing_05,
|
|
@@ -264,8 +302,9 @@ const styleSheet = StyleSheet.create({
|
|
|
264
302
|
}
|
|
265
303
|
}),
|
|
266
304
|
max: StyleSheet.create({
|
|
267
|
-
|
|
268
|
-
width: "72%"
|
|
305
|
+
modalInDialog: {
|
|
306
|
+
width: "72%",
|
|
307
|
+
maxHeight: "96%"
|
|
269
308
|
},
|
|
270
309
|
headerTextContainer: {
|
|
271
310
|
paddingStart: Spacing.spacing_05,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","useMemo","StyleSheet","View","Spacing","IconClose","GlobalConfigContext","ModalContext","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","useMemo","StyleSheet","View","Spacing","IconClose","useSafeAreaInsets","GlobalConfigContext","InDialogContext","ModalContext","ModalHelper","CarbonStyleSheet","BreakpointContext","Box","GhostIcon","ButtonGhostIcon","LayerContext","Text","jsx","_jsx","jsxs","_jsxs","Modal","size","label","labelProp","title","children","buttonCloseProps","applyInsets","applyInsetsEdges","applyInsetsEdgesProp","ariaLabel","ariaLabelledBy","style","props","ref","breakpoint","globalConfigContext","inDialogContext","layerContextLevel","styleSheetBySizeAndBreakpoint","mapStyleSheetBySizeAndBreakpoint","safeAreaInsets","top","bottom","left","right","isApplyInsets","inDialog","Provider","value","bgLayerStyleSheet","modalInDialog","undefined","paddingBottom","styleSheet","headerTextContainer","paddingTop","type","Icon","g","absolute","iconClose","rtl","iconCloseRtl","iconCloseLtr","create","spacing_05","marginBottom","rowGap","spacing_02","backgroundColor","extra_small","small","width","height","paddingHorizontal","medium","maxHeight","large","x_large","max","paddingStart","paddingEnd","bg_1","color","layer_01","bg_2","layer_02","bg_3","layer_03"],"sourceRoot":"../../../../src","sources":["components/modal/Modal.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,EACVC,OAAO,QACD,OAAO;AAEd,SACCC,UAAU,EACVC,IAAI,QAEE,cAAc;AAErB,SACCC,OAAO,QAGD,sCAAsC;AAE7C,OAAOC,SAAS,MAAM,gCAAgC;AAEtD,SACCC,iBAAiB,QACX,gCAAgC;AAEvC,SACCC,mBAAmB,EACnBC,eAAe,EACfC,YAAY,QACN,mCAA0B;AAEjC,SACCC,WAAW,QACL,kCAAyB;AAEhC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,iBAAiB,QACX,yBAAgB;AAEvB,SACCC,GAAG,QACG,iBAAQ;AAEf,SACCC,SAAS,IAAIC,eAAe,QACtB,+BAAsB;AAE7B,SACCC,YAAY,QACN,0BAAuB;AAE9B,SACCC,IAAI,QACE,kBAAS;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAchB;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,KAAK,gBAAGvB,UAAU,CAC9B,SAASuB,KAAKA,CACb;EACCC,IAAI,GAAG,QAAQ;EACfC,KAAK,EAAEC,SAAS;EAChBC,KAAK;EACLC,QAAQ;EACRC,gBAAgB;EAChBC,WAAW,GAAG,wBAAwB;EACtCC,gBAAgB,EAAEC,oBAAoB;EACtC,YAAY,EAAEC,SAAS;EACvB,iBAAiB,EAAEC,cAAc;EACjCC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,UAAU,GACTrC,UAAU,CAACY,iBAAiB,CAAC;IAE9B0B,mBAAmB,GAClBtC,UAAU,CAACO,mBAAmB,CAAC;IAEhCgC,eAAe,GACdvC,UAAU,CAACQ,eAAe,CAAC;IAE5B;AACH;AACA;AACA;IACGgC,iBAAiB,GAChBxC,UAAU,CAACgB,YAAY,CAAC;IAEzBQ,KAAK,GACJC,SAAS,IAAIO,SAAS,IAAIC,cAAc;IAEzCQ,6BAA6B,GAC5BxC,OAAO,CAAC,MAAM;MACb,OAAOyC,gCAAgC,CAACnB,IAAI,CAAC,CAACc,UAAU,CAAC;IAC1D,CAAC,EAAE,CACFd,IAAI,EACJc,UAAU,CACV,CAAC;IAEHM,cAAc,GACbrC,iBAAiB,CAAC,CAAC;IAEpBwB,gBAAgB,GACf;MACCc,GAAG,EAAEb,oBAAoB,EAAEa,GAAG,IAAI,IAAI;MACtCC,MAAM,EAAEd,oBAAoB,EAAEc,MAAM,IAAI,IAAI;MAC5CC,IAAI,EAAEf,oBAAoB,EAAEe,IAAI,IAAI,IAAI;MACxCC,KAAK,EAAEhB,oBAAoB,EAAEgB,KAAK,IAAI;IACvC,CAAC;IAEFC,aAAa,GACZtC,WAAW,CAACsC,aAAa,CAAC;MACzBnB,WAAW;MACXQ,UAAU;MACVY,QAAQ,EAAEV;IACX,CAAC,CAAC;EAEJ,oBACCpB,IAAA,CAACV,YAAY,CAACyC,QAAQ;IACrBC,KAAK,EAAE;MACN5B,IAAI;MACJM,WAAW;MACXC;IACD,CAAE;IAAAH,QAAA,eAEFR,IAAA,CAACN,GAAG;MACHuB,GAAG,EAAGA,GAAK;MAAA,GACND,KAAK;MACV,cAAaH,SAAS,IAAIR,KAAO;MACjC,mBAAkBS,cAAc,IAAIT,KAAO;MAC3CU,KAAK,EAAG,CACPkB,iBAAiB,CAAC,MAAMZ,iBAAiB,EAAE,CAAC,EAC5CD,eAAe,GAAGE,6BAA6B,CAACY,aAAa,GAAGC,SAAS,EACzEN,aAAa,IAAIlB,gBAAgB,CAACe,MAAM,GACrC;QAAEU,aAAa,EAAEZ,cAAc,CAACE;MAAO,CAAC,GACxCS,SAAS,EACZpB,KAAK,CACH;MAAAP,QAAA,eAEHN,KAAA,CAACL,YAAY,CAACkC,QAAQ;QACrB;QACAC,KAAK,EAAG,CAAG;QAAAxB,QAAA,gBAEXN,KAAA,CAAClB,IAAI;UACJ+B,KAAK,EAAG,CACPsB,UAAU,CAACC,mBAAmB,EAC9BhB,6BAA6B,CAACgB,mBAAmB,EACjDT,aAAa,IAAIlB,gBAAgB,CAACc,GAAG,GAClC;YAAEc,UAAU,EAAEf,cAAc,CAACC;UAAI,CAAC,GAClCU,SAAS,CACV;UAAA3B,QAAA,GAED,CAAC,CAACH,KAAK,iBACRL,IAAA,CAACF,IAAI;YACJ0C,IAAI,EAAC,UAAU;YAAAhC,QAAA,EAEbH;UAAK,CACF,CACN,eACDL,IAAA,CAACF,IAAI;YACJ0C,IAAI,EAAC,YAAY;YAAAhC,QAAA,EAEfD;UAAK,CACF,CAAC;QAAA,CACF,CAAC,eAEPP,IAAA,CAACJ,eAAe;UAAA,GACVa,gBAAgB;UACrBgC,IAAI,EAAGvD,SAAW;UAClB6B,KAAK,EAAG,CACPvB,gBAAgB,CAACkD,CAAC,CAACC,QAAQ,EAC3BN,UAAU,CAACO,SAAS,EACpBzB,mBAAmB,CAAC0B,GAAG,GACpBR,UAAU,CAACS,YAAY,GACvBT,UAAU,CAACU,YAAY,EAC1BlB,aAAa,IAAIlB,gBAAgB,CAACc,GAAG,GAClC;YAAEA,GAAG,EAAED,cAAc,CAACC,GAAG,GAAG;UAAE,CAAC,GAC/BU,SAAS,EACZ1B,gBAAgB,EAAEM,KAAK;QACrB,CACH,CAAC,EAEAP,QAAQ;MAAA,CACY;IAAC,CACpB;EAAC,CACgB,CAAC;AAG1B,CACD,CAAC;AAED,MACC6B,UAAU,GACTtD,UAAU,CAACiE,MAAM,CAAC;IACjBV,mBAAmB,EAAE;MACpBC,UAAU,EAAEtD,OAAO,CAACgE,UAAU;MAC9BC,YAAY,EAAEjE,OAAO,CAACgE,UAAU;MAChCE,MAAM,EAAElE,OAAO,CAACmE;IACjB,CAAC;IACDR,SAAS,EAAE;MACVnB,GAAG,EAAE,CAAC;MACN4B,eAAe,EAAE;IAClB,CAAC;IACDN,YAAY,EAAE;MACbnB,KAAK,EAAE;IACR,CAAC;IACDkB,YAAY,EAAE;MACbnB,IAAI,EAAE;IACP;EACD,CAAC,CAAC;EAEHJ,gCAUC,GACA;IACC+B,WAAW,EAAE;MACZC,KAAK,EAAExE,UAAU,CAACiE,MAAM,CAAC;QACxBd,aAAa,EAAE;UACdsB,KAAK,EAAE,MAAM;UACbC,MAAM,EAAE;QACT,CAAC;QACDnB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFU,MAAM,EAAE5E,UAAU,CAACiE,MAAM,CAAC;QACzBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFY,KAAK,EAAE9E,UAAU,CAACiE,MAAM,CAAC;QACxBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFa,OAAO,EAAE/E,UAAU,CAACiE,MAAM,CAAC;QAC1Bd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFc,GAAG,EAAEhF,UAAU,CAACiE,MAAM,CAAC;QACtBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC;IACF,CAAC;IACDM,KAAK,EAAE;MACNA,KAAK,EAAExE,UAAU,CAACiE,MAAM,CAAC;QACxBd,aAAa,EAAE;UACdsB,KAAK,EAAE,MAAM;UACbC,MAAM,EAAE;QACT,CAAC;QACDnB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFU,MAAM,EAAE5E,UAAU,CAACiE,MAAM,CAAC;QACzBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFY,KAAK,EAAE9E,UAAU,CAACiE,MAAM,CAAC;QACxBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFa,OAAO,EAAE/E,UAAU,CAACiE,MAAM,CAAC;QAC1Bd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC,CAAC;MACFF,GAAG,EAAEhF,UAAU,CAACiE,MAAM,CAAC;QACtBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC;IACF,CAAC;IACDN,MAAM,EAAE;MACPJ,KAAK,EAAExE,UAAU,CAACiE,MAAM,CAAC;QACxBd,aAAa,EAAE;UACdsB,KAAK,EAAE,MAAM;UACbC,MAAM,EAAE;QACT,CAAC;QACDnB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFU,MAAM,EAAE5E,UAAU,CAACiE,MAAM,CAAC;QACzBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC,CAAC;MACFJ,KAAK,EAAE9E,UAAU,CAACiE,MAAM,CAAC;QACxBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC,CAAC;MACFH,OAAO,EAAE/E,UAAU,CAACiE,MAAM,CAAC;QAC1Bd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC,CAAC;MACFF,GAAG,EAAEhF,UAAU,CAACiE,MAAM,CAAC;QACtBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC;IACF,CAAC;IACDJ,KAAK,EAAE;MACNN,KAAK,EAAExE,UAAU,CAACiE,MAAM,CAAC;QACxBd,aAAa,EAAE;UACdsB,KAAK,EAAE,MAAM;UACbC,MAAM,EAAE;QACT,CAAC;QACDnB,mBAAmB,EAAE;UACpBoB,iBAAiB,EAAEzE,OAAO,CAACgE;QAC5B;MACD,CAAC,CAAC;MACFU,MAAM,EAAE5E,UAAU,CAACiE,MAAM,CAAC;QACzBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC,CAAC;MACFJ,KAAK,EAAE9E,UAAU,CAACiE,MAAM,CAAC;QACxBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC,CAAC;MACFH,OAAO,EAAE/E,UAAU,CAACiE,MAAM,CAAC;QAC1Bd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC,CAAC;MACFF,GAAG,EAAEhF,UAAU,CAACiE,MAAM,CAAC;QACtBd,aAAa,EAAE;UACdsB,KAAK,EAAE,KAAK;UACZI,SAAS,EAAE;QACZ,CAAC;QACDtB,mBAAmB,EAAE;UACpB0B,YAAY,EAAE/E,OAAO,CAACgE,UAAU;UAChCgB,UAAU,EAAE;QACb;MACD,CAAC;IACF;EACD,CAAC;EAEFhC,iBAAiB,GAChBzC,gBAAgB,CAACwD,MAAM,CAA6C;IACnEkB,IAAI,EAAE;MACLb,eAAe,EAAE7D,gBAAgB,CAAC2E,KAAK,CAACC;IACzC,CAAC;IACDC,IAAI,EAAE;MACLhB,eAAe,EAAE7D,gBAAgB,CAAC2E,KAAK,CAACG;IACzC,CAAC;IACDC,IAAI,EAAE;MACLlB,eAAe,EAAE7D,gBAAgB,CAAC2E,KAAK,CAACK;IACzC;EACD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/modal/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/modal/index.ts"],"mappings":";;AAAA,cAAc,YAAS","ignoreList":[]}
|
|
@@ -1,26 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
|
-
import { StyleSheet
|
|
4
|
+
import { StyleSheet } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
|
7
|
+
import { InDialogContext, ModalContext } from "../../_internal/contexts/index.js";
|
|
8
|
+
import { ModalHelper } from "../../_internal/helpers/index.js";
|
|
8
9
|
import { BreakpointContext } from "../../contexts/index.js";
|
|
10
|
+
import { Box } from "../box/index.js";
|
|
9
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
12
|
export const ModalContent = /*#__PURE__*/forwardRef(function ModalContent({
|
|
11
13
|
fullWidth,
|
|
12
14
|
style,
|
|
13
|
-
dir,
|
|
14
15
|
...props
|
|
15
16
|
}, ref) {
|
|
16
17
|
const breakpoint = useContext(BreakpointContext),
|
|
17
18
|
modalContext = useContext(ModalContext),
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
inDialogContext = useContext(InDialogContext),
|
|
20
|
+
safeAreaInsets = useSafeAreaInsets(),
|
|
21
|
+
isApplyInsets = ModalHelper.isApplyInsets({
|
|
22
|
+
applyInsets: modalContext.applyInsets,
|
|
23
|
+
breakpoint,
|
|
24
|
+
inDialog: inDialogContext
|
|
25
|
+
});
|
|
26
|
+
return /*#__PURE__*/_jsx(Box, {
|
|
20
27
|
ref: ref,
|
|
21
28
|
...props,
|
|
22
|
-
|
|
23
|
-
|
|
29
|
+
style: [styleSheet.modalContent, mapStyleSheetBySizeAndBreakpoint[modalContext.size][breakpoint], fullWidth ? styleSheet.fullWidth : undefined, isApplyInsets ? {
|
|
30
|
+
marginLeft: safeAreaInsets.left,
|
|
31
|
+
marginRight: safeAreaInsets.right
|
|
32
|
+
} : undefined, style]
|
|
24
33
|
});
|
|
25
34
|
});
|
|
26
35
|
const styleSheet = StyleSheet.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Spacing","useSafeAreaInsets","InDialogContext","ModalContext","ModalHelper","BreakpointContext","Box","jsx","_jsx","ModalContent","fullWidth","style","props","ref","breakpoint","modalContext","inDialogContext","safeAreaInsets","isApplyInsets","applyInsets","inDialog","styleSheet","modalContent","mapStyleSheetBySizeAndBreakpoint","size","undefined","marginLeft","left","marginRight","right","create","marginBottom","spacing_09","paddingEnd","spacing_05","extra_small","small","paddingStart","medium","large","x_large","max"],"sourceRoot":"../../../../src","sources":["components/modal-content/ModalContent.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/modal-content/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/modal-content/index.ts"],"mappings":";;AAAA,cAAc,mBAAgB","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import Icon from "@carbon/icons/svg/32/error--filled.svg";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../../contexts/index.js";
|
|
8
8
|
import { useBase } from "../_base/index.js";
|
|
9
9
|
export function useError({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useError","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_error_background","borderTopColor","notification_error_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_error","support_error_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/error/useError.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,wCAAwC;AAEzD,
|
|
1
|
+
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useError","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_error_background","borderTopColor","notification_error_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_error","support_error_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/error/useError.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import Icon from "@carbon/icons/svg/32/information--filled.svg";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../../contexts/index.js";
|
|
8
8
|
import { useBase } from "../_base/index.js";
|
|
9
9
|
export function useInformational({
|
package/lib/module/components/notification/_status-hooks/informational/useInformational.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useInformational","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_info_background","borderTopColor","notification_info_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_info","support_info_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/informational/useInformational.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,8CAA8C;AAE/D,
|
|
1
|
+
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useInformational","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_info_background","borderTopColor","notification_info_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_info","support_info_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/informational/useInformational.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import Icon from "@carbon/icons/svg/32/checkmark--filled.svg";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../../contexts/index.js";
|
|
8
8
|
import { useBase } from "../_base/index.js";
|
|
9
9
|
export function useSuccess({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useSuccess","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_success_background","borderTopColor","notification_success_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_success","support_success_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/success/useSuccess.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,4CAA4C;AAE7D,
|
|
1
|
+
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useSuccess","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_success_background","borderTopColor","notification_success_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_success","support_success_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/success/useSuccess.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import Icon from "@carbon/icons/svg/32/warning--filled.svg";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../../contexts/index.js";
|
|
8
8
|
import { useBase } from "../_base/index.js";
|
|
9
9
|
export function useWarning({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useWarning","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_warning_background","borderTopColor","notification_warning_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_warning","support_warning_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/warning/useWarning.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,0CAA0C;AAE3D,
|
|
1
|
+
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useWarning","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_warning_background","borderTopColor","notification_warning_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_warning","support_warning_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/warning/useWarning.tsx"],"mappings":"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","ignoreList":[]}
|