@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/password-input-fluid/index.ts"],"mappings":";;AAAA,cAAc,yBAAsB","ignoreList":[]}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useCallback, useContext, useImperativeHandle, useRef } from "react";
|
|
4
|
-
import { Pressable, StyleSheet
|
|
4
|
+
import { Pressable, StyleSheet } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
7
|
-
import
|
|
8
|
-
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
7
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
9
8
|
import { ThemeContext } from "../../contexts/index.js";
|
|
9
|
+
import { Box } from "../box/index.js";
|
|
10
10
|
import { FormLabel } from "../form-label/index.js";
|
|
11
11
|
import { RadioButtonInput } from "../radio-button-input/index.js";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -45,11 +45,11 @@ export const RadioButton = /*#__PURE__*/forwardRef(function RadioButton({
|
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
}, []);
|
|
48
|
-
return /*#__PURE__*/_jsxs(
|
|
48
|
+
return /*#__PURE__*/_jsxs(Box, {
|
|
49
49
|
...props,
|
|
50
50
|
"aria-label": ariaLabel || label,
|
|
51
51
|
dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
|
|
52
|
-
style: [
|
|
52
|
+
style: [CarbonStyleSheet.g.flex_row, style],
|
|
53
53
|
ref: viewRef,
|
|
54
54
|
children: [/*#__PURE__*/_jsx(Pressable, {
|
|
55
55
|
...pressableProps,
|
|
@@ -57,7 +57,7 @@ export const RadioButton = /*#__PURE__*/forwardRef(function RadioButton({
|
|
|
57
57
|
disabled: interactiveState === "disabled",
|
|
58
58
|
"aria-label": pressableProps?.["aria-label"] ?? label,
|
|
59
59
|
onPress: pressHandler,
|
|
60
|
-
style: [
|
|
60
|
+
style: [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.w_full, CarbonStyleSheet.g.h_full, baseStyle.pressable, pressableProps?.style]
|
|
61
61
|
}), /*#__PURE__*/_jsx(RadioButtonInput, {
|
|
62
62
|
...radioButtonInputProps,
|
|
63
63
|
role: "none",
|
|
@@ -77,7 +77,7 @@ export const RadioButton = /*#__PURE__*/forwardRef(function RadioButton({
|
|
|
77
77
|
type: formLabelProps?.textProps?.type || "body_compact_01",
|
|
78
78
|
style: [textColorStyle[interactiveState], formLabelProps?.textProps?.style]
|
|
79
79
|
},
|
|
80
|
-
style: [
|
|
80
|
+
style: [CarbonStyleSheet.g.flex_1, baseStyle.label, formLabelProps?.style]
|
|
81
81
|
})]
|
|
82
82
|
});
|
|
83
83
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","Spacing","GlobalConfigContext","CarbonStyleSheet","ThemeContext","Box","FormLabel","RadioButtonInput","jsx","_jsx","jsxs","_jsxs","RadioButton","defaultChecked","checked","value","interactiveState","label","role","ariaLabel","onChange","onPress","radioButtonInputProps","formLabelProps","pressableProps","style","dir","props","forwardedRef","radioButtonInputRef","globalConfigContext","viewRef","pressHandler","event","current","setChecked","Object","assign","checked_","rtl","undefined","g","flex_row","ref","children","disabled","absolute","w_full","h_full","baseStyle","pressable","radioButtonInput","textProps","type","textColorStyle","flex_1","create","zIndex","marginStart","spacing_03","normal","color","text_primary","text_disabled","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/radio-button/RadioButton.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button/index.ts"],"mappings":";;AAAA,cAAc,kBAAe;AAC7B,cAAc,uBAAoB;AAClC,cAAc,qBAAkB","ignoreList":[]}
|
|
@@ -5,8 +5,9 @@ import { StyleSheet, View } from "react-native";
|
|
|
5
5
|
import { Color, Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import IconWarningAltFilled from "@carbon/icons/svg/32/warning--alt--filled.svg";
|
|
7
7
|
import IconWarningFilled from "@carbon/icons/svg/32/warning--filled.svg";
|
|
8
|
-
import
|
|
8
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
9
9
|
import { ThemeContext } from "../../contexts/index.js";
|
|
10
|
+
import { Box } from "../box/index.js";
|
|
10
11
|
import { FormHelperText } from "../form-helper-text/index.js";
|
|
11
12
|
import { FormLabel } from "../form-label/index.js";
|
|
12
13
|
import { Item } from "./_Item.js";
|
|
@@ -62,7 +63,7 @@ const Component = /*#__PURE__*/forwardRef(function RadioButtonGroup({
|
|
|
62
63
|
}
|
|
63
64
|
});
|
|
64
65
|
}, [controlled]);
|
|
65
|
-
return /*#__PURE__*/_jsxs(
|
|
66
|
+
return /*#__PURE__*/_jsxs(Box, {
|
|
66
67
|
...props,
|
|
67
68
|
role: role,
|
|
68
69
|
style: style,
|
|
@@ -119,7 +120,7 @@ const baseStyle = StyleSheet.create({
|
|
|
119
120
|
flexDirection: "column"
|
|
120
121
|
},
|
|
121
122
|
horizontal: {
|
|
122
|
-
...
|
|
123
|
+
...CarbonStyleSheet.gObject.flex_wrap,
|
|
123
124
|
flexDirection: "row"
|
|
124
125
|
}
|
|
125
126
|
}),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useRef","useState","StyleSheet","View","Color","Spacing","IconWarningAltFilled","IconWarningFilled","
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useRef","useState","StyleSheet","View","Color","Spacing","IconWarningAltFilled","IconWarningFilled","CarbonStyleSheet","ThemeContext","Box","FormHelperText","FormLabel","Item","ItemContext","jsx","_jsx","jsxs","_jsxs","Component","RadioButtonGroup","defaultSelectedValue","selectedValue","selectedValueProp","orientation","legend","helperText","helperTextMode","helperTextModeIcon","onChange","formHelperTextProps","children","role","style","props","forwardedRef","viewRef","ref","onChangeEffect","themeContext","selectedValueSelf","setSelectedValueSelf","current","controlled","setOnChangeGroupEffect","value","Object","assign","setSelectedValue","valueParam","label","baseStyle","wrapper","wrapperOrientationStyle","Provider","setValue","onChangeGroup","error","text","textLeading","fill","mapIconErrorFillColor","colorScheme","width","height","mapIconWarningFillColor","formHelperText","create","columnGap","spacing_05","rowGap","spacing_03","marginBottom","marginTop","vertical","flexDirection","horizontal","gObject","flex_wrap","gray_10","Token","support_error","gray_100","support_warning"],"sourceRoot":"../../../../src","sources":["components/radio-button-group/RadioButtonGroup.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button-group/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button-group/index.ts"],"mappings":";;AAAA,cAAc,uBAAoB;AAClC,cAAc,qCAAkC;AAChD,cAAc,gCAA6B;AAC3C,cAAc,8BAA2B;AACzC,cAAc,4BAAyB;AACvC,cAAc,0BAAuB","ignoreList":[]}
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useCallback, useContext, useEffect, useImperativeHandle, useRef, useState } from "react";
|
|
4
4
|
import { Pressable, StyleSheet, View } from "react-native";
|
|
5
|
-
import
|
|
6
|
-
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
5
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
7
6
|
import { ThemeContext } from "../../contexts/index.js";
|
|
8
7
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
8
|
export const RadioButtonInput = /*#__PURE__*/forwardRef(function RadioButtonInput({
|
|
@@ -78,12 +77,12 @@ export const RadioButtonInput = /*#__PURE__*/forwardRef(function RadioButtonInpu
|
|
|
78
77
|
onBlur: blurHandler,
|
|
79
78
|
onFocus: focusHandler,
|
|
80
79
|
onPress: pressHandler,
|
|
81
|
-
style: [
|
|
80
|
+
style: [CarbonStyleSheet.g.items_center, CarbonStyleSheet.g.justify_center, CarbonStyleSheet.g.relative, baseStyle.radioButton, mapInteractiveStateStyle_[`${interactiveState}_${checked}_container`], style],
|
|
82
81
|
ref: viewRef,
|
|
83
82
|
children: [/*#__PURE__*/_jsx(View, {
|
|
84
|
-
style: [
|
|
83
|
+
style: [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.overflow_hidden, baseStyle.focusBox, isFocused ? carbonStyle.focusBox : null]
|
|
85
84
|
}), /*#__PURE__*/_jsx(View, {
|
|
86
|
-
style: [
|
|
85
|
+
style: [CarbonStyleSheet.g.flex_initial, baseStyle.marker, checked ? mapInteractiveStateStyle_[`${interactiveState}_true_marker`] : null]
|
|
87
86
|
})]
|
|
88
87
|
});
|
|
89
88
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useRef","useState","Pressable","StyleSheet","View","
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useRef","useState","Pressable","StyleSheet","View","CarbonStyleSheet","ThemeContext","jsx","_jsx","jsxs","_jsxs","RadioButtonInput","defaultChecked","checked","checkedProp","value","interactiveState","role","onChange","onBlur","onFocus","onPress","style","props","forwardedRef","viewRef","ref","onChangeEffect","isFocused","setIsFocused","checkedSelf","setCheckedSelf","current","controlled","blurHandler","event","focusHandler","pressHandler","Object","assign","setChecked","checked_","disabled","g","items_center","justify_center","relative","baseStyle","radioButton","mapInteractiveStateStyle_","children","absolute","overflow_hidden","focusBox","carbonStyle","flex_initial","marker","size","create","width","height","borderRadius","borderWidth","borderColor","overflow","color","focus","normal_true_container","icon_primary","normal_true_marker","backgroundColor","normal_false_container","disabled_true_container","icon_disabled","disabled_true_marker","disabled_false_container","error_true_container","support_error","error_true_marker","error_false_container","read_only_true_container","read_only_true_marker","read_only_false_container","warning_true_container","warning_true_marker","warning_false_container"],"sourceRoot":"../../../../src","sources":["components/radio-button-input/RadioButtonInput.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button-input/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/radio-button-input/index.ts"],"mappings":";;AAAA,cAAc,uBAAoB;AAClC,cAAc,uCAAoC;AAClD,cAAc,4BAAyB;AACvC,cAAc,0BAAuB","ignoreList":[]}
|
|
@@ -5,8 +5,7 @@ import { Animated, Easing, Pressable, StyleSheet, View } from "react-native";
|
|
|
5
5
|
import { Color, Motion } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import IconCheckmark from "@carbon/icons/svg/32/checkmark.svg";
|
|
7
7
|
import { GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
8
|
-
import
|
|
9
|
-
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
8
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
10
9
|
import { ThemeContext } from "../../contexts/index.js";
|
|
11
10
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
11
|
export const Switch = /*#__PURE__*/forwardRef(function ({
|
|
@@ -136,7 +135,7 @@ export const Switch = /*#__PURE__*/forwardRef(function ({
|
|
|
136
135
|
...props,
|
|
137
136
|
role: role,
|
|
138
137
|
"aria-checked": ariaChecked ?? value,
|
|
139
|
-
style: [
|
|
138
|
+
style: [CarbonStyleSheet.g.justify_center, baseStyle.container, sizeStyle[size], {
|
|
140
139
|
backgroundColor: sharedValue.current.interpolate({
|
|
141
140
|
inputRange: interpolationRange,
|
|
142
141
|
outputRange: [trackColor.false, trackColor.true]
|
|
@@ -147,7 +146,7 @@ export const Switch = /*#__PURE__*/forwardRef(function ({
|
|
|
147
146
|
onPress: pressHandler,
|
|
148
147
|
ref: viewRef,
|
|
149
148
|
children: [/*#__PURE__*/_jsx(Animated.View, {
|
|
150
|
-
style: [
|
|
149
|
+
style: [CarbonStyleSheet.g.items_center, CarbonStyleSheet.g.justify_center, baseStyle.thumb, thumbSizeStyle[size],
|
|
151
150
|
// thumbAnimatedStyle,
|
|
152
151
|
{
|
|
153
152
|
transform: [{
|
|
@@ -168,7 +167,7 @@ export const Switch = /*#__PURE__*/forwardRef(function ({
|
|
|
168
167
|
}
|
|
169
168
|
})
|
|
170
169
|
}), isFocused && /*#__PURE__*/_jsx(View, {
|
|
171
|
-
style: [
|
|
170
|
+
style: [CarbonStyleSheet.g.absolute, focusBoxSizeStyle[size], baseStyle.focusBox, baseStyleCarbon.focusBoxBorderColor]
|
|
172
171
|
})]
|
|
173
172
|
});
|
|
174
173
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useMemo","useRef","useState","Animated","Easing","Pressable","StyleSheet","View","Color","Motion","IconCheckmark","GlobalConfigContext","CommonStyleSheet","FlexStyleSheet","CarbonStyleSheet","ThemeContext","jsx","_jsx","jsxs","_jsxs","Switch","size","state","defaultValue","value","valueProp","trackColor","trackColorProp","thumbColor","thumbColorProp","motion","false","motionDefault","true","style","role","ariaChecked","onChange","onBlur","onFocus","onPress","props","forwardedRef","viewRef","ref","onChangeEffect","globalConfigContext","themeContext","isFocused","setIsFocused","valueSelf","setValueSelf","current","controlled","sharedValue","Value","trackColor_","mapSwitchTrackColorToken","thumbColor_","mapSwitchThumbColorToken","colorScheme","blurHandler","event","focusHandler","pressHandler","self","transformInterpolationOutputRange","ltr","sizeStyle","width","thumbSizeStyle","rtl","reverse","timing","toValue","duration","easing","useNativeDriver","start","Object","assign","setValue","valueParam","PressableAnimated","justify_center","baseStyle","container","backgroundColor","interpolate","inputRange","interpolationRange","outputRange","baseStyleCarbon","containerReadonly","children","items_center","thumb","transform","translateX","IconCheckmarkAnimated","fill","mapIconAnimatedFillColor","opacity","absolute","focusBoxSizeStyle","focusBox","focusBoxBorderColor","create","borderRadius","borderWidth","borderColor","color","border_subtle_00","focus","default","height","small","normal","gray_10","Token","toggle_off","gray_100","support_success","disabled","button_disabled","read_only","focused","icon_on_color","icon_on_color_disabled","icon_primary","Duration","fast_01","bezier","exit","productive","x1","y1","x2","y2","createAnimatedComponent"],"sourceRoot":"../../../../src","sources":["components/switch/Switch.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useMemo","useRef","useState","Animated","Easing","Pressable","StyleSheet","View","Color","Motion","IconCheckmark","GlobalConfigContext","CarbonStyleSheet","ThemeContext","jsx","_jsx","jsxs","_jsxs","Switch","size","state","defaultValue","value","valueProp","trackColor","trackColorProp","thumbColor","thumbColorProp","motion","false","motionDefault","true","style","role","ariaChecked","onChange","onBlur","onFocus","onPress","props","forwardedRef","viewRef","ref","onChangeEffect","globalConfigContext","themeContext","isFocused","setIsFocused","valueSelf","setValueSelf","current","controlled","sharedValue","Value","trackColor_","mapSwitchTrackColorToken","thumbColor_","mapSwitchThumbColorToken","colorScheme","blurHandler","event","focusHandler","pressHandler","self","transformInterpolationOutputRange","ltr","sizeStyle","width","thumbSizeStyle","rtl","reverse","timing","toValue","duration","easing","useNativeDriver","start","Object","assign","setValue","valueParam","PressableAnimated","g","justify_center","baseStyle","container","backgroundColor","interpolate","inputRange","interpolationRange","outputRange","baseStyleCarbon","containerReadonly","children","items_center","thumb","transform","translateX","IconCheckmarkAnimated","fill","mapIconAnimatedFillColor","opacity","absolute","focusBoxSizeStyle","focusBox","focusBoxBorderColor","create","borderRadius","borderWidth","borderColor","color","border_subtle_00","focus","default","height","small","normal","gray_10","Token","toggle_off","gray_100","support_success","disabled","button_disabled","read_only","focused","icon_on_color","icon_on_color_disabled","icon_primary","Duration","fast_01","bezier","exit","productive","x1","y1","x2","y2","createAnimatedComponent"],"sourceRoot":"../../../../src","sources":["components/switch/Switch.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
|
-
import {
|
|
5
|
-
import { Typography } from "@audira/carbon-react-native-elements";
|
|
4
|
+
import { Text as Core } from "react-native";
|
|
6
5
|
import { GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
7
|
-
import
|
|
8
|
-
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
6
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
9
7
|
import { ThemeContext } from "../../contexts/index.js";
|
|
10
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
9
|
export const Text = /*#__PURE__*/forwardRef(function Text_({
|
|
@@ -21,62 +19,83 @@ export const Text = /*#__PURE__*/forwardRef(function Text_({
|
|
|
21
19
|
return /*#__PURE__*/_jsx(Core, {
|
|
22
20
|
...props,
|
|
23
21
|
dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
|
|
24
|
-
style: [carbonStyle.text,
|
|
22
|
+
style: [carbonStyle.text, getTextStyle(type, italic, weight), globalConfigContext.rtl ? CarbonStyleSheet.g.rtl : undefined, style],
|
|
25
23
|
ref: ref
|
|
26
24
|
});
|
|
27
25
|
});
|
|
28
|
-
const
|
|
29
|
-
100:
|
|
30
|
-
200:
|
|
31
|
-
300:
|
|
32
|
-
400:
|
|
33
|
-
500:
|
|
34
|
-
600:
|
|
35
|
-
700:
|
|
36
|
-
800:
|
|
37
|
-
900:
|
|
26
|
+
const mapWeightToFamilyStyle = {
|
|
27
|
+
100: CarbonStyleSheet.g.font_thin,
|
|
28
|
+
200: CarbonStyleSheet.g.font_extralight,
|
|
29
|
+
300: CarbonStyleSheet.g.font_light,
|
|
30
|
+
400: CarbonStyleSheet.g.font_regular,
|
|
31
|
+
500: CarbonStyleSheet.g.font_medium,
|
|
32
|
+
600: CarbonStyleSheet.g.font_semibold,
|
|
33
|
+
700: CarbonStyleSheet.g.font_bold,
|
|
34
|
+
800: CarbonStyleSheet.g.font_bold,
|
|
35
|
+
900: CarbonStyleSheet.g.font_bold
|
|
38
36
|
},
|
|
39
|
-
|
|
40
|
-
100:
|
|
41
|
-
200:
|
|
42
|
-
300:
|
|
43
|
-
400:
|
|
44
|
-
500:
|
|
45
|
-
600:
|
|
46
|
-
700:
|
|
47
|
-
800:
|
|
48
|
-
900:
|
|
37
|
+
mapWeightItalicFamilyStyle = {
|
|
38
|
+
100: CarbonStyleSheet.g.font_thin_italic,
|
|
39
|
+
200: CarbonStyleSheet.g.font_extralight_italic,
|
|
40
|
+
300: CarbonStyleSheet.g.font_light_italic,
|
|
41
|
+
400: CarbonStyleSheet.g.font_regular_italic,
|
|
42
|
+
500: CarbonStyleSheet.g.font_medium_italic,
|
|
43
|
+
600: CarbonStyleSheet.g.font_semibold_italic,
|
|
44
|
+
700: CarbonStyleSheet.g.font_bold_italic,
|
|
45
|
+
800: CarbonStyleSheet.g.font_bold_italic,
|
|
46
|
+
900: CarbonStyleSheet.g.font_bold_italic
|
|
49
47
|
},
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
48
|
+
mapTypeStyleSheet = {
|
|
49
|
+
body_01: CarbonStyleSheet.g.text_body_01,
|
|
50
|
+
body_02: CarbonStyleSheet.g.text_body_02,
|
|
51
|
+
body_compact_01: CarbonStyleSheet.g.text_body_compact_01,
|
|
52
|
+
body_compact_02: CarbonStyleSheet.g.text_body_compact_02,
|
|
53
|
+
code_01: CarbonStyleSheet.g.text_code_01,
|
|
54
|
+
code_02: CarbonStyleSheet.g.text_code_02,
|
|
55
|
+
heading_01: CarbonStyleSheet.g.text_heading_01,
|
|
56
|
+
heading_02: CarbonStyleSheet.g.text_heading_02,
|
|
57
|
+
heading_03: CarbonStyleSheet.g.text_heading_03,
|
|
58
|
+
heading_04: CarbonStyleSheet.g.text_heading_04,
|
|
59
|
+
heading_05: CarbonStyleSheet.g.text_heading_05,
|
|
60
|
+
heading_06: CarbonStyleSheet.g.text_heading_06,
|
|
61
|
+
heading_07: CarbonStyleSheet.g.text_heading_07,
|
|
62
|
+
heading_compact_01: CarbonStyleSheet.g.text_heading_compact_01,
|
|
63
|
+
heading_compact_02: CarbonStyleSheet.g.text_heading_compact_02,
|
|
64
|
+
helper_text_01: CarbonStyleSheet.g.text_helper_text_01,
|
|
65
|
+
helper_text_02: CarbonStyleSheet.g.text_helper_text_02,
|
|
66
|
+
label_01: CarbonStyleSheet.g.text_label_01,
|
|
67
|
+
label_02: CarbonStyleSheet.g.text_label_02,
|
|
68
|
+
legal_01: CarbonStyleSheet.g.text_legal_01,
|
|
69
|
+
legal_02: CarbonStyleSheet.g.text_legal_02
|
|
70
|
+
},
|
|
71
|
+
mapFontFamilyToWeightNumber = {
|
|
72
|
+
[CarbonStyleSheet.gObject.font_thin.fontFamily]: 100,
|
|
73
|
+
[CarbonStyleSheet.gObject.font_extralight.fontFamily]: 200,
|
|
74
|
+
[CarbonStyleSheet.gObject.font_light.fontFamily]: 300,
|
|
75
|
+
[CarbonStyleSheet.gObject.font_regular.fontFamily]: 400,
|
|
76
|
+
[CarbonStyleSheet.gObject.font_medium.fontFamily]: 500,
|
|
77
|
+
[CarbonStyleSheet.gObject.font_semibold.fontFamily]: 600,
|
|
78
|
+
[CarbonStyleSheet.gObject.font_bold.fontFamily]: 700
|
|
59
79
|
},
|
|
60
80
|
carbonStyle = CarbonStyleSheet.create({
|
|
61
81
|
text: {
|
|
62
82
|
color: CarbonStyleSheet.color.text_primary
|
|
63
83
|
}
|
|
64
|
-
})
|
|
65
|
-
|
|
66
|
-
typeSetsItalicStyle = createTypeSetsStyle(true);
|
|
67
|
-
function getFontStyle(type, italic, overrideWeight) {
|
|
84
|
+
});
|
|
85
|
+
function getTextStyle(type, italic, overrideWeight) {
|
|
68
86
|
if (!type) {
|
|
69
87
|
return null;
|
|
70
88
|
}
|
|
89
|
+
const typeStyleSheet = mapTypeStyleSheet[type];
|
|
71
90
|
if (italic && overrideWeight) {
|
|
72
|
-
return [
|
|
91
|
+
return [typeStyleSheet, mapWeightItalicFamilyStyle[overrideWeight]];
|
|
73
92
|
}
|
|
74
93
|
if (italic) {
|
|
75
|
-
return
|
|
94
|
+
return [typeStyleSheet, mapWeightItalicFamilyStyle[mapFontFamilyToWeightNumber[typeStyleSheet.fontFamily]]];
|
|
76
95
|
}
|
|
77
96
|
if (overrideWeight) {
|
|
78
|
-
return [
|
|
97
|
+
return [typeStyleSheet, mapWeightToFamilyStyle[overrideWeight]];
|
|
79
98
|
}
|
|
80
|
-
return
|
|
99
|
+
return typeStyleSheet;
|
|
81
100
|
}
|
|
82
101
|
//# sourceMappingURL=Text.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","Text","Core","GlobalConfigContext","CarbonStyleSheet","ThemeContext","jsx","_jsx","Text_","type","italic","weight","style","dir","props","ref","globalConfigContext","rtl","undefined","carbonStyle","text","getTextStyle","g","mapWeightToFamilyStyle","font_thin","font_extralight","font_light","font_regular","font_medium","font_semibold","font_bold","mapWeightItalicFamilyStyle","font_thin_italic","font_extralight_italic","font_light_italic","font_regular_italic","font_medium_italic","font_semibold_italic","font_bold_italic","mapTypeStyleSheet","body_01","text_body_01","body_02","text_body_02","body_compact_01","text_body_compact_01","body_compact_02","text_body_compact_02","code_01","text_code_01","code_02","text_code_02","heading_01","text_heading_01","heading_02","text_heading_02","heading_03","text_heading_03","heading_04","text_heading_04","heading_05","text_heading_05","heading_06","text_heading_06","heading_07","text_heading_07","heading_compact_01","text_heading_compact_01","heading_compact_02","text_heading_compact_02","helper_text_01","text_helper_text_01","helper_text_02","text_helper_text_02","label_01","text_label_01","label_02","text_label_02","legal_01","text_legal_01","legal_02","text_legal_02","mapFontFamilyToWeightNumber","gObject","fontFamily","create","color","text_primary","overrideWeight","typeStyleSheet"],"sourceRoot":"../../../../src","sources":["components/text/Text.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -49,7 +49,6 @@ export const TextArea = /*#__PURE__*/forwardRef(function TextArea({
|
|
|
49
49
|
readOnly,
|
|
50
50
|
returnKeyType,
|
|
51
51
|
enterKeyHint,
|
|
52
|
-
secureTextEntry,
|
|
53
52
|
selectTextOnFocus,
|
|
54
53
|
selection,
|
|
55
54
|
selectionColor,
|
|
@@ -149,7 +148,6 @@ export const TextArea = /*#__PURE__*/forwardRef(function TextArea({
|
|
|
149
148
|
readOnly: readOnly,
|
|
150
149
|
returnKeyType: returnKeyType,
|
|
151
150
|
enterKeyHint: enterKeyHint,
|
|
152
|
-
secureTextEntry: secureTextEntry,
|
|
153
151
|
selectTextOnFocus: selectTextOnFocus,
|
|
154
152
|
selection: selection,
|
|
155
153
|
selectionColor: selectionColor,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useImperativeHandle","useRef","StyleSheet","View","Spacing","FormHelperText","FormLabel","TextAreaField","jsx","_jsx","jsxs","_jsxs","TextArea","label","helperText","interactiveState","textInputStyle","allowFontScaling","autoCapitalize","autoComplete","autoCorrect","autoFocus","blurOnSubmit","submitBehavior","caretHidden","contextMenuHidden","defaultValue","value","editable","keyboardType","inputMode","maxLength","onBlur","onChange","onChangeText","onContentSizeChange","onEndEditing","onPress","onPressIn","onPressOut","onFocus","onSelectionChange","onSubmitEditing","onScroll","onKeyPress","placeholder","placeholderTextColor","readOnly","returnKeyType","enterKeyHint","
|
|
1
|
+
{"version":3,"names":["forwardRef","useImperativeHandle","useRef","StyleSheet","View","Spacing","FormHelperText","FormLabel","TextAreaField","jsx","_jsx","jsxs","_jsxs","TextArea","label","helperText","interactiveState","textInputStyle","allowFontScaling","autoCapitalize","autoComplete","autoCorrect","autoFocus","blurOnSubmit","submitBehavior","caretHidden","contextMenuHidden","defaultValue","value","editable","keyboardType","inputMode","maxLength","onBlur","onChange","onChangeText","onContentSizeChange","onEndEditing","onPress","onPressIn","onPressOut","onFocus","onSelectionChange","onSubmitEditing","onScroll","onKeyPress","placeholder","placeholderTextColor","readOnly","returnKeyType","enterKeyHint","selectTextOnFocus","selection","selectionColor","textAlign","inputAccessoryViewID","inputAccessoryViewButtonLabel","maxFontSizeMultiplier","cursorColor","selectionHandleColor","importantForAutofill","disableFullscreenUI","inlineImageLeft","inlineImagePadding","numberOfLines","returnKeyLabel","textBreakStrategy","underlineColorAndroid","textAlignVertical","showSoftInputOnFocus","verticalAlign","disableKeyboardShortcuts","clearButtonMode","clearTextOnFocus","dataDetectorTypes","enablesReturnKeyAutomatically","keyboardAppearance","passwordRules","rejectResponderTermination","selectionState","spellCheck","textContentType","scrollEnabled","lineBreakStrategyIOS","lineBreakModeIOS","smartInsertDelete","style","viewStyleProp","viewProps","ref","viewRef","textInputFieldRef","Object","assign","current","textAreaField","undefined","children","styleSheet","length","text","error","create","marginBottom","spacing_03","marginTop","spacing_02"],"sourceRoot":"../../../../src","sources":["components/text-area/TextArea.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-area/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-area/index.ts"],"mappings":";;AAAA,cAAc,eAAY","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-area-field/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/text-area-field/index.ts"],"mappings":";;AAAA,cAAc,oBAAiB","ignoreList":[]}
|
|
@@ -5,7 +5,7 @@ import { StyleSheet } from "react-native";
|
|
|
5
5
|
import { Color, Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import IconWarningAltFilled16 from "@carbon/icons/svg/32/warning--alt--filled.svg";
|
|
7
7
|
import IconWarningFilled16 from "@carbon/icons/svg/32/warning--filled.svg";
|
|
8
|
-
import
|
|
8
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
9
9
|
import { ThemeContext } from "../../contexts/index.js";
|
|
10
10
|
import { FormHelperText } from "../form-helper-text/index.js";
|
|
11
11
|
import { FormLabel } from "../form-label/index.js";
|
|
@@ -31,7 +31,7 @@ export const TextAreaFluid = /*#__PURE__*/forwardRef(function TextAreaFluid({
|
|
|
31
31
|
}),
|
|
32
32
|
blockEndNode: !!helperText?.length && /*#__PURE__*/_jsx(FormHelperText, {
|
|
33
33
|
text: helperText,
|
|
34
|
-
style: [
|
|
34
|
+
style: [CarbonStyleSheet.g.flex_initial, styleSheet.helperText],
|
|
35
35
|
textTrailing: interactiveState === "invalid" ? /*#__PURE__*/_jsx(IconWarningFilled16, {
|
|
36
36
|
width: 16,
|
|
37
37
|
height: 16,
|