@audira/carbon-react-native 1.0.0-beta.8 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/commonjs/_internal/contexts/in-dialog/InDialogContext.js +9 -0
- package/lib/commonjs/_internal/contexts/in-dialog/InDialogContext.js.map +1 -0
- package/lib/commonjs/_internal/contexts/in-dialog/index.js +17 -0
- package/lib/commonjs/_internal/contexts/in-dialog/index.js.map +1 -0
- package/lib/commonjs/_internal/contexts/index.js +12 -1
- package/lib/commonjs/_internal/contexts/index.js.map +1 -1
- package/lib/commonjs/_internal/contexts/modal/ModalContext.js +8 -1
- package/lib/commonjs/_internal/contexts/modal/ModalContext.js.map +1 -1
- package/lib/commonjs/_internal/helpers/index.js +3 -1
- package/lib/commonjs/_internal/helpers/index.js.map +1 -1
- package/lib/commonjs/_internal/helpers/modal/index.js +17 -0
- package/lib/commonjs/_internal/helpers/modal/index.js.map +1 -0
- package/lib/commonjs/_internal/helpers/modal/is-apply-insets.js +17 -0
- package/lib/commonjs/_internal/helpers/modal/is-apply-insets.js.map +1 -0
- package/lib/commonjs/_internal/hooks/index.js +10 -0
- package/lib/commonjs/_internal/hooks/index.js.map +1 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/UseProps.js +2 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/UseProps.js.map +1 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/index.js +17 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/index.js.map +1 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/use.js +16 -0
- package/lib/commonjs/_internal/hooks/secure-text-entry-control/use.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/direction.js +24 -0
- package/lib/commonjs/carbon-style-sheet/g/direction.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/display.js +24 -0
- package/lib/commonjs/carbon-style-sheet/g/display.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/flex.js +254 -0
- package/lib/commonjs/carbon-style-sheet/g/flex.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/font.js +127 -0
- package/lib/commonjs/carbon-style-sheet/g/font.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/height.js +40 -0
- package/lib/commonjs/carbon-style-sheet/g/height.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/index.js +127 -0
- package/lib/commonjs/carbon-style-sheet/g/index.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/overflow.js +32 -0
- package/lib/commonjs/carbon-style-sheet/g/overflow.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/position.js +35 -0
- package/lib/commonjs/carbon-style-sheet/g/position.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/spacing.js +2197 -0
- package/lib/commonjs/carbon-style-sheet/g/spacing.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/text.js +88 -0
- package/lib/commonjs/carbon-style-sheet/g/text.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/typography.js +242 -0
- package/lib/commonjs/carbon-style-sheet/g/typography.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g/width.js +40 -0
- package/lib/commonjs/carbon-style-sheet/g/width.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/direction.js +13 -0
- package/lib/commonjs/carbon-style-sheet/g-object/direction.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/display.js +13 -0
- package/lib/commonjs/carbon-style-sheet/g-object/display.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/flex.js +103 -0
- package/lib/commonjs/carbon-style-sheet/g-object/flex.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/font.js +56 -0
- package/lib/commonjs/carbon-style-sheet/g-object/font.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/height.js +19 -0
- package/lib/commonjs/carbon-style-sheet/g-object/height.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/index.js +127 -0
- package/lib/commonjs/carbon-style-sheet/g-object/index.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/overflow.js +16 -0
- package/lib/commonjs/carbon-style-sheet/g-object/overflow.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/position.js +20 -0
- package/lib/commonjs/carbon-style-sheet/g-object/position.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js +831 -0
- package/lib/commonjs/carbon-style-sheet/g-object/spacing.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/text.js +37 -0
- package/lib/commonjs/carbon-style-sheet/g-object/text.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/typography.js +136 -0
- package/lib/commonjs/carbon-style-sheet/g-object/typography.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/g-object/width.js +19 -0
- package/lib/commonjs/carbon-style-sheet/g-object/width.js.map +1 -0
- package/lib/commonjs/carbon-style-sheet/index.js +68 -18
- package/lib/commonjs/carbon-style-sheet/index.js.map +1 -1
- package/lib/commonjs/components/accordion/Accordion.js +16 -15
- package/lib/commonjs/components/accordion/Accordion.js.map +1 -1
- package/lib/commonjs/components/accordion/_Header.js +19 -19
- package/lib/commonjs/components/accordion/_Header.js.map +1 -1
- package/lib/commonjs/components/accordion/_HeaderBorder.js +8 -8
- package/lib/commonjs/components/accordion/_HeaderBorder.js.map +1 -1
- package/lib/commonjs/components/accordion/_Item.js +3 -2
- package/lib/commonjs/components/accordion/_Item.js.map +1 -1
- package/lib/commonjs/components/accordion/_chevron/Chevron.js +4 -2
- package/lib/commonjs/components/accordion/_chevron/Chevron.js.map +1 -1
- package/lib/commonjs/components/accordion/index.js.map +1 -1
- package/lib/commonjs/components/box/Box.js +27 -0
- package/lib/commonjs/components/box/Box.js.map +1 -0
- package/lib/commonjs/components/box/BoxProps.js +6 -0
- package/lib/commonjs/components/box/BoxProps.js.map +1 -0
- package/lib/commonjs/components/box/BoxRef.js +6 -0
- package/lib/commonjs/components/box/BoxRef.js.map +1 -0
- package/lib/commonjs/components/box/index.js +17 -0
- package/lib/commonjs/components/box/index.js.map +1 -0
- package/lib/commonjs/components/button/base/Base.js +7 -12
- package/lib/commonjs/components/button/base/Base.js.map +1 -1
- package/lib/commonjs/components/button/base-color/BaseColor.js +10 -7
- package/lib/commonjs/components/button/base-color/BaseColor.js.map +1 -1
- package/lib/commonjs/components/button/ghost/Ghost.js +12 -11
- package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js +13 -12
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js.map +1 -1
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js +6 -5
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js.map +1 -1
- package/lib/commonjs/components/button/primary/Primary.js +14 -13
- package/lib/commonjs/components/button/primary/Primary.js.map +1 -1
- package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js +14 -13
- package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js.map +1 -1
- package/lib/commonjs/components/button/secondary/Secondary.js +14 -13
- package/lib/commonjs/components/button/secondary/Secondary.js.map +1 -1
- package/lib/commonjs/components/button/tertiary/Tertiary.js +17 -16
- package/lib/commonjs/components/button/tertiary/Tertiary.js.map +1 -1
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js +16 -15
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
- package/lib/commonjs/components/button-group/ButtonGroup.js +7 -6
- package/lib/commonjs/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/commonjs/components/button-group/index.js.map +1 -1
- package/lib/commonjs/components/checkbox/Checkbox.js +29 -32
- package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/index.js.map +1 -1
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +12 -21
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js.map +1 -1
- package/lib/commonjs/components/checkbox-group/index.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js +44 -44
- package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInputState.js +2 -0
- package/lib/commonjs/components/checkbox-input/CheckboxInputState.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/index.js +4 -4
- package/lib/commonjs/components/checkbox-input/index.js.map +1 -1
- package/lib/commonjs/components/collapsible/Collapsible.js +17 -8
- package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
- package/lib/commonjs/components/form-helper-text/FormHelperText.js +12 -15
- package/lib/commonjs/components/form-helper-text/FormHelperText.js.map +1 -1
- package/lib/commonjs/components/form-label/FormLabel.js +5 -7
- package/lib/commonjs/components/form-label/FormLabel.js.map +1 -1
- package/lib/commonjs/components/form-label/index.js.map +1 -1
- package/lib/commonjs/components/index.js +72 -24
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/inline-loading/InlineLoading.js +13 -16
- package/lib/commonjs/components/inline-loading/InlineLoading.js.map +1 -1
- package/lib/commonjs/components/inline-loading/index.js.map +1 -1
- package/lib/commonjs/components/layer/Layer.js +6 -5
- package/lib/commonjs/components/layer/Layer.js.map +1 -1
- package/lib/commonjs/components/layer/index.js.map +1 -1
- package/lib/commonjs/components/loading/Loading.js +3 -1
- package/lib/commonjs/components/loading/Loading.js.map +1 -1
- package/lib/commonjs/components/modal/Modal.js +96 -56
- package/lib/commonjs/components/modal/Modal.js.map +1 -1
- package/lib/commonjs/components/modal/index.js.map +1 -1
- package/lib/commonjs/components/modal-content/ModalContent.js +15 -6
- package/lib/commonjs/components/modal-content/ModalContent.js.map +1 -1
- package/lib/commonjs/components/modal-content/index.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/error/useError.js +17 -16
- package/lib/commonjs/components/notification/_status-hooks/error/useError.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/informational/useInformational.js +17 -16
- package/lib/commonjs/components/notification/_status-hooks/informational/useInformational.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/success/useSuccess.js +17 -16
- package/lib/commonjs/components/notification/_status-hooks/success/useSuccess.js.map +1 -1
- package/lib/commonjs/components/notification/_status-hooks/warning/useWarning.js +17 -16
- package/lib/commonjs/components/notification/_status-hooks/warning/useWarning.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js +0 -1
- package/lib/commonjs/components/notification/_variants/actionable/ActionableVariant.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/actionable/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js +0 -1
- package/lib/commonjs/components/notification/_variants/callout/CalloutVariant.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/callout/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/index.js +2 -24
- package/lib/commonjs/components/notification/_variants/index.js.map +1 -1
- package/lib/commonjs/components/notification/_variants/toast/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/actionable/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/base/Base.js +14 -15
- package/lib/commonjs/components/notification/base/Base.js.map +1 -1
- package/lib/commonjs/components/notification/base/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/callout/warning/index.js.map +1 -1
- package/lib/commonjs/components/notification/index.js +13 -19
- package/lib/commonjs/components/notification/index.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle/Subtitle.js +5 -4
- package/lib/commonjs/components/notification/subtitle/Subtitle.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle/index.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLink.js +5 -4
- package/lib/commonjs/components/notification/subtitle-link/SubtitleLink.js.map +1 -1
- package/lib/commonjs/components/notification/subtitle-link/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/error/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/informational/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/success/index.js.map +1 -1
- package/lib/commonjs/components/notification/toast/warning/index.js.map +1 -1
- package/lib/commonjs/components/password-input/PasswordInput.js +35 -0
- package/lib/commonjs/components/password-input/PasswordInput.js.map +1 -0
- package/lib/commonjs/components/password-input/PasswordInputProps.js +6 -0
- package/lib/commonjs/components/password-input/PasswordInputProps.js.map +1 -0
- package/lib/commonjs/components/password-input/PasswordInputRef.js +6 -0
- package/lib/commonjs/components/password-input/PasswordInputRef.js.map +1 -0
- package/lib/commonjs/components/password-input/index.js +17 -0
- package/lib/commonjs/components/password-input/index.js.map +1 -0
- package/lib/commonjs/components/password-input-field/PasswordInputField.js +35 -0
- package/lib/commonjs/components/password-input-field/PasswordInputField.js.map +1 -0
- package/lib/commonjs/components/password-input-field/PasswordInputFieldProps.js +6 -0
- package/lib/commonjs/components/password-input-field/PasswordInputFieldProps.js.map +1 -0
- package/lib/commonjs/components/password-input-field/PasswordInputFieldRef.js +6 -0
- package/lib/commonjs/components/password-input-field/PasswordInputFieldRef.js.map +1 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js +41 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.js +6 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.js +6 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/index.js +17 -0
- package/lib/commonjs/components/password-input-field/_ghost-icon/index.js.map +1 -0
- package/lib/commonjs/components/password-input-field/index.js +17 -0
- package/lib/commonjs/components/password-input-field/index.js.map +1 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluid.js +33 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluid.js.map +1 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluidProps.js +6 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluidProps.js.map +1 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluidRef.js +6 -0
- package/lib/commonjs/components/password-input-fluid/PasswordInputFluidRef.js.map +1 -0
- package/lib/commonjs/components/password-input-fluid/index.js +17 -0
- package/lib/commonjs/components/password-input-fluid/index.js.map +1 -0
- package/lib/commonjs/components/radio-button/RadioButton.js +15 -14
- package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
- package/lib/commonjs/components/radio-button/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +9 -7
- package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/lib/commonjs/components/radio-button-group/index.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +25 -25
- package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -1
- package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
- package/lib/commonjs/components/switch/Switch.js +10 -10
- package/lib/commonjs/components/switch/Switch.js.map +1 -1
- package/lib/commonjs/components/text/Text.js +65 -45
- package/lib/commonjs/components/text/Text.js.map +1 -1
- package/lib/commonjs/components/text-area/TextArea.js +0 -2
- package/lib/commonjs/components/text-area/TextArea.js.map +1 -1
- package/lib/commonjs/components/text-area/index.js.map +1 -1
- package/lib/commonjs/components/text-area-field/index.js.map +1 -1
- package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js +3 -2
- package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js.map +1 -1
- package/lib/commonjs/components/text-area-fluid/index.js.map +1 -1
- package/lib/commonjs/components/text-input/TextInput.js +4 -0
- package/lib/commonjs/components/text-input/TextInput.js.map +1 -1
- package/lib/commonjs/components/text-input-field/TextInputField.js +33 -20
- package/lib/commonjs/components/text-input-field/TextInputField.js.map +1 -1
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +3 -2
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
- package/lib/commonjs/components/text-input-field/index.js.map +1 -1
- package/lib/commonjs/components/text-input-fluid/TextInputFluid.js +23 -16
- package/lib/commonjs/components/text-input-fluid/TextInputFluid.js.map +1 -1
- package/lib/commonjs/components/text-input-fluid/index.js.map +1 -1
- package/lib/commonjs/components/toggle/base/Base.js +13 -11
- package/lib/commonjs/components/toggle/base/Base.js.map +1 -1
- package/lib/commonjs/components/toggle/base/index.js.map +1 -1
- package/lib/commonjs/components/toggle/default/index.js.map +1 -1
- package/lib/commonjs/components/toggle/index.js.map +1 -1
- package/lib/commonjs/components/toggle/small/index.js.map +1 -1
- package/lib/commonjs/const/dialog-animation-configs/carbon-react.js +2 -1
- package/lib/commonjs/const/dialog-animation-configs/carbon-react.js.map +1 -1
- package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up-2.js +2 -1
- package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up-2.js.map +1 -1
- package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up.js +2 -1
- package/lib/commonjs/const/dialog-animation-configs/fade-bottom-up.js.map +1 -1
- package/lib/commonjs/helpers/color/get-color-scheme.js +2 -1
- package/lib/commonjs/helpers/color/get-color-scheme.js.map +1 -1
- package/lib/commonjs/index.js +16 -12
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/providers/dialog/DialogProvider.js +76 -35
- package/lib/commonjs/providers/dialog/DialogProvider.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/Controller.js +12 -12
- package/lib/commonjs/providers/dialog/_controller/Controller.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js +9 -7
- package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js +8 -5
- package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js.map +1 -1
- package/lib/commonjs/providers/toast/_overlay/Overlay.js +13 -8
- package/lib/commonjs/providers/toast/_overlay/Overlay.js.map +1 -1
- package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +14 -7
- package/lib/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js.map +1 -1
- package/lib/commonjs/providers/toast/_overlay/_gap.js +9 -0
- package/lib/commonjs/providers/toast/_overlay/_gap.js.map +1 -0
- package/lib/commonjs/providers/toast/index.js.map +1 -1
- package/lib/module/_internal/contexts/in-dialog/InDialogContext.js +5 -0
- package/lib/module/_internal/contexts/in-dialog/InDialogContext.js.map +1 -0
- package/lib/module/_internal/contexts/in-dialog/index.js +4 -0
- package/lib/module/_internal/contexts/in-dialog/index.js.map +1 -0
- package/lib/module/_internal/contexts/index.js +1 -0
- package/lib/module/_internal/contexts/index.js.map +1 -1
- package/lib/module/_internal/contexts/modal/ModalContext.js +8 -1
- package/lib/module/_internal/contexts/modal/ModalContext.js.map +1 -1
- package/lib/module/_internal/helpers/index.js +2 -1
- package/lib/module/_internal/helpers/index.js.map +1 -1
- package/lib/module/_internal/helpers/modal/index.js +4 -0
- package/lib/module/_internal/helpers/modal/index.js.map +1 -0
- package/lib/module/_internal/helpers/modal/is-apply-insets.js +13 -0
- package/lib/module/_internal/helpers/modal/is-apply-insets.js.map +1 -0
- package/lib/module/_internal/hooks/index.js +5 -0
- package/lib/module/_internal/hooks/index.js.map +1 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/UseProps.js +2 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/UseProps.js.map +1 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/index.js +4 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/index.js.map +1 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/use.js +12 -0
- package/lib/module/_internal/hooks/secure-text-entry-control/use.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/direction.js +18 -0
- package/lib/module/carbon-style-sheet/g/direction.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/display.js +18 -0
- package/lib/module/carbon-style-sheet/g/display.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/flex.js +220 -0
- package/lib/module/carbon-style-sheet/g/flex.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/font.js +109 -0
- package/lib/module/carbon-style-sheet/g/font.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/height.js +32 -0
- package/lib/module/carbon-style-sheet/g/height.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/index.js +14 -0
- package/lib/module/carbon-style-sheet/g/index.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/overflow.js +25 -0
- package/lib/module/carbon-style-sheet/g/overflow.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/position.js +28 -0
- package/lib/module/carbon-style-sheet/g/position.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/spacing.js +1918 -0
- package/lib/module/carbon-style-sheet/g/spacing.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/text.js +74 -0
- package/lib/module/carbon-style-sheet/g/text.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/typography.js +217 -0
- package/lib/module/carbon-style-sheet/g/typography.js.map +1 -0
- package/lib/module/carbon-style-sheet/g/width.js +32 -0
- package/lib/module/carbon-style-sheet/g/width.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/direction.js +9 -0
- package/lib/module/carbon-style-sheet/g-object/direction.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/display.js +9 -0
- package/lib/module/carbon-style-sheet/g-object/display.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/flex.js +99 -0
- package/lib/module/carbon-style-sheet/g-object/flex.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/font.js +52 -0
- package/lib/module/carbon-style-sheet/g-object/font.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/height.js +15 -0
- package/lib/module/carbon-style-sheet/g-object/height.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/index.js +14 -0
- package/lib/module/carbon-style-sheet/g-object/index.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/overflow.js +12 -0
- package/lib/module/carbon-style-sheet/g-object/overflow.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/position.js +16 -0
- package/lib/module/carbon-style-sheet/g-object/position.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/spacing.js +825 -0
- package/lib/module/carbon-style-sheet/g-object/spacing.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/text.js +33 -0
- package/lib/module/carbon-style-sheet/g-object/text.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/typography.js +132 -0
- package/lib/module/carbon-style-sheet/g-object/typography.js.map +1 -0
- package/lib/module/carbon-style-sheet/g-object/width.js +15 -0
- package/lib/module/carbon-style-sheet/g-object/width.js.map +1 -0
- package/lib/module/carbon-style-sheet/index.js +12 -17
- package/lib/module/carbon-style-sheet/index.js.map +1 -1
- package/lib/module/components/accordion/Accordion.js +16 -15
- package/lib/module/components/accordion/Accordion.js.map +1 -1
- package/lib/module/components/accordion/_Header.js +2 -3
- package/lib/module/components/accordion/_Header.js.map +1 -1
- package/lib/module/components/accordion/_HeaderBorder.js +3 -4
- package/lib/module/components/accordion/_HeaderBorder.js.map +1 -1
- package/lib/module/components/accordion/_Item.js +2 -2
- package/lib/module/components/accordion/_Item.js.map +1 -1
- package/lib/module/components/accordion/_chevron/Chevron.js +4 -2
- package/lib/module/components/accordion/_chevron/Chevron.js.map +1 -1
- package/lib/module/components/accordion/index.js.map +1 -1
- package/lib/module/components/box/Box.js +22 -0
- package/lib/module/components/box/Box.js.map +1 -0
- package/lib/module/components/box/BoxProps.js +4 -0
- package/lib/module/components/box/BoxProps.js.map +1 -0
- package/lib/module/components/box/BoxRef.js +4 -0
- package/lib/module/components/box/BoxRef.js.map +1 -0
- package/lib/module/components/box/index.js +4 -0
- package/lib/module/components/box/index.js.map +1 -0
- package/lib/module/components/button/base/Base.js +6 -12
- package/lib/module/components/button/base/Base.js.map +1 -1
- package/lib/module/components/button/base-color/BaseColor.js +10 -7
- package/lib/module/components/button/base-color/BaseColor.js.map +1 -1
- package/lib/module/components/button/ghost/Ghost.js +1 -1
- package/lib/module/components/button/ghost/Ghost.js.map +1 -1
- package/lib/module/components/button/ghost-danger/GhostDanger.js +1 -1
- package/lib/module/components/button/ghost-danger/GhostDanger.js.map +1 -1
- package/lib/module/components/button/ghost-icon/GhostIcon.js +1 -1
- package/lib/module/components/button/ghost-icon/GhostIcon.js.map +1 -1
- package/lib/module/components/button/primary/Primary.js +1 -1
- package/lib/module/components/button/primary/Primary.js.map +1 -1
- package/lib/module/components/button/primary-danger/PrimaryDanger.js +1 -1
- package/lib/module/components/button/primary-danger/PrimaryDanger.js.map +1 -1
- package/lib/module/components/button/secondary/Secondary.js +1 -1
- package/lib/module/components/button/secondary/Secondary.js.map +1 -1
- package/lib/module/components/button/tertiary/Tertiary.js +1 -1
- package/lib/module/components/button/tertiary/Tertiary.js.map +1 -1
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js +1 -1
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
- package/lib/module/components/button-group/ButtonGroup.js +6 -6
- package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/module/components/button-group/index.js.map +1 -1
- package/lib/module/components/checkbox/Checkbox.js +17 -21
- package/lib/module/components/checkbox/Checkbox.js.map +1 -1
- package/lib/module/components/checkbox/index.js.map +1 -1
- package/lib/module/components/checkbox-group/CheckboxGroup.js +9 -19
- package/lib/module/components/checkbox-group/CheckboxGroup.js.map +1 -1
- package/lib/module/components/checkbox-group/index.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInput.js +24 -25
- package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
- package/lib/module/components/checkbox-input/CheckboxInputState.js +2 -0
- package/lib/module/components/checkbox-input/CheckboxInputState.js.map +1 -0
- package/lib/module/components/checkbox-input/index.js +1 -1
- package/lib/module/components/checkbox-input/index.js.map +1 -1
- package/lib/module/components/collapsible/Collapsible.js +16 -8
- package/lib/module/components/collapsible/Collapsible.js.map +1 -1
- package/lib/module/components/form-helper-text/FormHelperText.js +5 -9
- package/lib/module/components/form-helper-text/FormHelperText.js.map +1 -1
- package/lib/module/components/form-label/FormLabel.js +6 -9
- package/lib/module/components/form-label/FormLabel.js.map +1 -1
- package/lib/module/components/form-label/index.js.map +1 -1
- package/lib/module/components/index.js +4 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/inline-loading/InlineLoading.js +6 -10
- package/lib/module/components/inline-loading/InlineLoading.js.map +1 -1
- package/lib/module/components/inline-loading/index.js.map +1 -1
- package/lib/module/components/layer/Layer.js +1 -1
- package/lib/module/components/layer/Layer.js.map +1 -1
- package/lib/module/components/layer/index.js.map +1 -1
- package/lib/module/components/loading/Loading.js +3 -1
- package/lib/module/components/loading/Loading.js.map +1 -1
- package/lib/module/components/modal/Modal.js +87 -48
- package/lib/module/components/modal/Modal.js.map +1 -1
- package/lib/module/components/modal/index.js.map +1 -1
- package/lib/module/components/modal-content/ModalContent.js +17 -8
- package/lib/module/components/modal-content/ModalContent.js.map +1 -1
- package/lib/module/components/modal-content/index.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/error/useError.js +1 -1
- package/lib/module/components/notification/_status-hooks/error/useError.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/informational/useInformational.js +1 -1
- package/lib/module/components/notification/_status-hooks/informational/useInformational.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/success/useSuccess.js +1 -1
- package/lib/module/components/notification/_status-hooks/success/useSuccess.js.map +1 -1
- package/lib/module/components/notification/_status-hooks/warning/useWarning.js +1 -1
- package/lib/module/components/notification/_status-hooks/warning/useWarning.js.map +1 -1
- package/lib/module/components/notification/_variants/actionable/ActionableVariant.js +0 -1
- package/lib/module/components/notification/_variants/actionable/ActionableVariant.js.map +1 -1
- package/lib/module/components/notification/_variants/actionable/index.js.map +1 -1
- package/lib/module/components/notification/_variants/callout/CalloutVariant.js +0 -1
- package/lib/module/components/notification/_variants/callout/CalloutVariant.js.map +1 -1
- package/lib/module/components/notification/_variants/callout/index.js.map +1 -1
- package/lib/module/components/notification/_variants/index.js +0 -2
- package/lib/module/components/notification/_variants/index.js.map +1 -1
- package/lib/module/components/notification/_variants/toast/index.js.map +1 -1
- package/lib/module/components/notification/actionable/error/index.js.map +1 -1
- package/lib/module/components/notification/actionable/index.js.map +1 -1
- package/lib/module/components/notification/actionable/informational/index.js.map +1 -1
- package/lib/module/components/notification/actionable/success/index.js.map +1 -1
- package/lib/module/components/notification/actionable/warning/index.js.map +1 -1
- package/lib/module/components/notification/base/Base.js +7 -9
- package/lib/module/components/notification/base/Base.js.map +1 -1
- package/lib/module/components/notification/base/index.js.map +1 -1
- package/lib/module/components/notification/callout/error/index.js.map +1 -1
- package/lib/module/components/notification/callout/index.js.map +1 -1
- package/lib/module/components/notification/callout/informational/index.js.map +1 -1
- package/lib/module/components/notification/callout/success/index.js.map +1 -1
- package/lib/module/components/notification/callout/warning/index.js.map +1 -1
- package/lib/module/components/notification/index.js +1 -3
- package/lib/module/components/notification/index.js.map +1 -1
- package/lib/module/components/notification/subtitle/Subtitle.js +1 -1
- package/lib/module/components/notification/subtitle/Subtitle.js.map +1 -1
- package/lib/module/components/notification/subtitle/index.js.map +1 -1
- package/lib/module/components/notification/subtitle-link/SubtitleLink.js +1 -1
- package/lib/module/components/notification/subtitle-link/SubtitleLink.js.map +1 -1
- package/lib/module/components/notification/subtitle-link/index.js.map +1 -1
- package/lib/module/components/notification/toast/error/index.js.map +1 -1
- package/lib/module/components/notification/toast/index.js.map +1 -1
- package/lib/module/components/notification/toast/informational/index.js.map +1 -1
- package/lib/module/components/notification/toast/success/index.js.map +1 -1
- package/lib/module/components/notification/toast/warning/index.js.map +1 -1
- package/lib/module/components/password-input/PasswordInput.js +31 -0
- package/lib/module/components/password-input/PasswordInput.js.map +1 -0
- package/lib/module/components/password-input/PasswordInputProps.js +4 -0
- package/lib/module/components/password-input/PasswordInputProps.js.map +1 -0
- package/lib/module/components/password-input/PasswordInputRef.js +4 -0
- package/lib/module/components/password-input/PasswordInputRef.js.map +1 -0
- package/lib/module/components/password-input/index.js +4 -0
- package/lib/module/components/password-input/index.js.map +1 -0
- package/lib/module/components/password-input-field/PasswordInputField.js +31 -0
- package/lib/module/components/password-input-field/PasswordInputField.js.map +1 -0
- package/lib/module/components/password-input-field/PasswordInputFieldProps.js +4 -0
- package/lib/module/components/password-input-field/PasswordInputFieldProps.js.map +1 -0
- package/lib/module/components/password-input-field/PasswordInputFieldRef.js +4 -0
- package/lib/module/components/password-input-field/PasswordInputFieldRef.js.map +1 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js +35 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIconProps.js +4 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIconProps.js.map +1 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIconRef.js +4 -0
- package/lib/module/components/password-input-field/_ghost-icon/GhostIconRef.js.map +1 -0
- package/lib/module/components/password-input-field/_ghost-icon/index.js +4 -0
- package/lib/module/components/password-input-field/_ghost-icon/index.js.map +1 -0
- package/lib/module/components/password-input-field/index.js +4 -0
- package/lib/module/components/password-input-field/index.js.map +1 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluid.js +29 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluid.js.map +1 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluidProps.js +4 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluidProps.js.map +1 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluidRef.js +4 -0
- package/lib/module/components/password-input-fluid/PasswordInputFluidRef.js.map +1 -0
- package/lib/module/components/password-input-fluid/index.js +4 -0
- package/lib/module/components/password-input-fluid/index.js.map +1 -0
- package/lib/module/components/radio-button/RadioButton.js +7 -7
- package/lib/module/components/radio-button/RadioButton.js.map +1 -1
- package/lib/module/components/radio-button/index.js.map +1 -1
- package/lib/module/components/radio-button-group/RadioButtonGroup.js +4 -3
- package/lib/module/components/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/lib/module/components/radio-button-group/index.js.map +1 -1
- package/lib/module/components/radio-button-input/RadioButtonInput.js +4 -5
- package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -1
- package/lib/module/components/radio-button-input/index.js.map +1 -1
- package/lib/module/components/switch/Switch.js +4 -5
- package/lib/module/components/switch/Switch.js.map +1 -1
- package/lib/module/components/text/Text.js +61 -42
- package/lib/module/components/text/Text.js.map +1 -1
- package/lib/module/components/text-area/TextArea.js +0 -2
- package/lib/module/components/text-area/TextArea.js.map +1 -1
- package/lib/module/components/text-area/index.js.map +1 -1
- package/lib/module/components/text-area-field/index.js.map +1 -1
- package/lib/module/components/text-area-fluid/TextAreaFluid.js +2 -2
- package/lib/module/components/text-area-fluid/TextAreaFluid.js.map +1 -1
- package/lib/module/components/text-area-fluid/index.js.map +1 -1
- package/lib/module/components/text-input/TextInput.js +4 -0
- package/lib/module/components/text-input/TextInput.js.map +1 -1
- package/lib/module/components/text-input-field/TextInputField.js +20 -8
- package/lib/module/components/text-input-field/TextInputField.js.map +1 -1
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +2 -2
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
- package/lib/module/components/text-input-field/index.js.map +1 -1
- package/lib/module/components/text-input-fluid/TextInputFluid.js +23 -17
- package/lib/module/components/text-input-fluid/TextInputFluid.js.map +1 -1
- package/lib/module/components/text-input-fluid/index.js.map +1 -1
- package/lib/module/components/toggle/base/Base.js +7 -6
- package/lib/module/components/toggle/base/Base.js.map +1 -1
- package/lib/module/components/toggle/base/index.js.map +1 -1
- package/lib/module/components/toggle/default/index.js.map +1 -1
- package/lib/module/components/toggle/index.js.map +1 -1
- package/lib/module/components/toggle/small/index.js.map +1 -1
- package/lib/module/const/dialog-animation-configs/carbon-react.js +3 -2
- package/lib/module/const/dialog-animation-configs/carbon-react.js.map +1 -1
- package/lib/module/const/dialog-animation-configs/fade-bottom-up-2.js +3 -2
- package/lib/module/const/dialog-animation-configs/fade-bottom-up-2.js.map +1 -1
- package/lib/module/const/dialog-animation-configs/fade-bottom-up.js +3 -2
- package/lib/module/const/dialog-animation-configs/fade-bottom-up.js.map +1 -1
- package/lib/module/helpers/color/get-color-scheme.js +2 -1
- package/lib/module/helpers/color/get-color-scheme.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/providers/dialog/DialogProvider.js +74 -33
- package/lib/module/providers/dialog/DialogProvider.js.map +1 -1
- package/lib/module/providers/dialog/_controller/Controller.js +8 -8
- package/lib/module/providers/dialog/_controller/Controller.js.map +1 -1
- package/lib/module/providers/dialog/_controller/_modal/Modal.js +8 -7
- package/lib/module/providers/dialog/_controller/_modal/Modal.js.map +1 -1
- package/lib/module/providers/dialog/_controller/_overlay/Overlay.js +5 -3
- package/lib/module/providers/dialog/_controller/_overlay/Overlay.js.map +1 -1
- package/lib/module/providers/toast/_overlay/Overlay.js +13 -8
- package/lib/module/providers/toast/_overlay/Overlay.js.map +1 -1
- package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js +15 -8
- package/lib/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.js.map +1 -1
- package/lib/module/providers/toast/_overlay/_gap.js +5 -0
- package/lib/module/providers/toast/_overlay/_gap.js.map +1 -0
- package/lib/module/providers/toast/index.js.map +1 -1
- package/lib/typescript/commonjs/_internal/contexts/in-dialog/InDialogContext.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/contexts/in-dialog/InDialogContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/contexts/in-dialog/index.d.ts +2 -0
- package/lib/typescript/commonjs/_internal/contexts/in-dialog/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/contexts/index.d.ts +1 -0
- package/lib/typescript/commonjs/_internal/contexts/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/contexts/modal/ModalContext.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/contexts/modal/ModalContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/helpers/index.d.ts +2 -1
- package/lib/typescript/commonjs/_internal/helpers/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/helpers/modal/index.d.ts +2 -0
- package/lib/typescript/commonjs/_internal/helpers/modal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/helpers/modal/is-apply-insets.d.ts +8 -0
- package/lib/typescript/commonjs/_internal/helpers/modal/is-apply-insets.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/hooks/index.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/UseProps.d.ts +5 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/UseProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/index.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/use.d.ts +3 -0
- package/lib/typescript/commonjs/_internal/hooks/secure-text-entry-control/use.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/direction.d.ts +7 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/direction.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/display.d.ts +7 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/display.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts +97 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/flex.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/font.d.ts +43 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/font.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/height.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/height.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts +12 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/overflow.d.ts +10 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/overflow.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/position.d.ts +10 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/position.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts +820 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/text.d.ts +25 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/text.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/typography.d.ts +127 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/typography.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/width.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g/width.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/direction.d.ts +7 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/direction.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/display.d.ts +7 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/display.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts +97 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/flex.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/font.d.ts +43 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/font.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/height.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/height.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts +12 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/overflow.d.ts +10 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/overflow.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/position.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/position.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts +820 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/text.d.ts +31 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/text.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/typography.d.ts +127 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/typography.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/width.d.ts +13 -0
- package/lib/typescript/commonjs/carbon-style-sheet/g-object/width.d.ts.map +1 -0
- package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts +12 -28
- package/lib/typescript/commonjs/carbon-style-sheet/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_Header.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_chevron/Chevron.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/box/Box.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/BoxProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/BoxProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/BoxRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/BoxRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/box/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/box/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/button/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/base-color/BaseColor.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/ghost/Ghost.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/ghost-danger/GhostDanger.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/ghost-icon/GhostIcon.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/primary/Primary.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/primary-danger/PrimaryDanger.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/secondary/Secondary.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/tertiary/Tertiary.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button/tertiary-danger/TertiaryDanger.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button-group/ButtonGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts +7 -6
- package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts +2 -2
- package/lib/typescript/commonjs/components/checkbox/_RefBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputState.d.ts +5 -0
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputState.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts +3 -3
- package/lib/typescript/commonjs/components/checkbox-input/_RefBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts +1 -1
- package/lib/typescript/commonjs/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts +2 -2
- package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/inline-loading/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/layer/Layer.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/layer/LayerContext.d.ts +1 -1
- package/lib/typescript/commonjs/components/layer/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/loading/Loading.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/ModalProps.d.ts +30 -2
- package/lib/typescript/commonjs/components/modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal-content/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/error/useError.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/informational/useInformational.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/success/useSuccess.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_status-hooks/warning/useWarning.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/index.d.ts +0 -2
- package/lib/typescript/commonjs/components/notification/_variants/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/_variants/toast/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/actionable/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/base/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/error/ErrorProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/informational/InformationalProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/callout/success/SuccessProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/callout/warning/WarningProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/notification/callout/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/index.d.ts +1 -3
- package/lib/typescript/commonjs/components/notification/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle/Subtitle.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle-link/SubtitleLink.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/subtitle-link/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/error/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/informational/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts +2 -2
- package/lib/typescript/commonjs/components/notification/toast/success/SuccessRef.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/success/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/toast/warning/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/password-input/PasswordInput.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInputProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInputProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInputRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input/PasswordInputRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputField.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputField.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/PasswordInputFieldRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.d.ts +7 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/_ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-field/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-field/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluid.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluid.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidProps.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidRef.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-fluid/PasswordInputFluidRef.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/password-input-fluid/index.d.ts +4 -0
- package/lib/typescript/commonjs/components/password-input-fluid/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area/TextArea.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-area-field/TextAreaFieldProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-field/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-fluid/TextAreaFluid.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input/TextInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input/TextInputProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluid.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/TextInputFluidProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/default/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/small/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/const/dialog-animation-configs/carbon-react.d.ts +1 -0
- package/lib/typescript/commonjs/const/dialog-animation-configs/carbon-react.d.ts.map +1 -1
- package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up-2.d.ts +1 -0
- package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up-2.d.ts.map +1 -1
- package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up.d.ts +1 -0
- package/lib/typescript/commonjs/const/dialog-animation-configs/fade-bottom-up.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +2 -1
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/DialogProvider.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/DialogProviderAnimationConfig.d.ts +9 -0
- package/lib/typescript/commonjs/providers/dialog/DialogProviderAnimationConfig.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/Controller.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/ControllerProps.d.ts +2 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/ControllerProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/Modal.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalProps.d.ts +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/Overlay.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayProps.d.ts +2 -1
- package/lib/typescript/commonjs/providers/dialog/_controller/_overlay/OverlayProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/Overlay.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts.map +1 -1
- package/lib/typescript/commonjs/providers/toast/_overlay/_gap.d.ts +2 -0
- package/lib/typescript/commonjs/providers/toast/_overlay/_gap.d.ts.map +1 -0
- package/lib/typescript/commonjs/providers/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/_internal/contexts/in-dialog/InDialogContext.d.ts +3 -0
- package/lib/typescript/module/_internal/contexts/in-dialog/InDialogContext.d.ts.map +1 -0
- package/lib/typescript/module/_internal/contexts/in-dialog/index.d.ts +2 -0
- package/lib/typescript/module/_internal/contexts/in-dialog/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/contexts/index.d.ts +1 -0
- package/lib/typescript/module/_internal/contexts/index.d.ts.map +1 -1
- package/lib/typescript/module/_internal/contexts/modal/ModalContext.d.ts +3 -0
- package/lib/typescript/module/_internal/contexts/modal/ModalContext.d.ts.map +1 -1
- package/lib/typescript/module/_internal/helpers/index.d.ts +2 -1
- package/lib/typescript/module/_internal/helpers/index.d.ts.map +1 -1
- package/lib/typescript/module/_internal/helpers/modal/index.d.ts +2 -0
- package/lib/typescript/module/_internal/helpers/modal/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/helpers/modal/is-apply-insets.d.ts +8 -0
- package/lib/typescript/module/_internal/helpers/modal/is-apply-insets.d.ts.map +1 -0
- package/lib/typescript/module/_internal/hooks/index.d.ts +3 -0
- package/lib/typescript/module/_internal/hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/UseProps.d.ts +5 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/UseProps.d.ts.map +1 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/index.d.ts +3 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/index.d.ts.map +1 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/use.d.ts +3 -0
- package/lib/typescript/module/_internal/hooks/secure-text-entry-control/use.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/direction.d.ts +7 -0
- package/lib/typescript/module/carbon-style-sheet/g/direction.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/display.d.ts +7 -0
- package/lib/typescript/module/carbon-style-sheet/g/display.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts +97 -0
- package/lib/typescript/module/carbon-style-sheet/g/flex.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/font.d.ts +43 -0
- package/lib/typescript/module/carbon-style-sheet/g/font.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/height.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g/height.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/index.d.ts +12 -0
- package/lib/typescript/module/carbon-style-sheet/g/index.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/overflow.d.ts +10 -0
- package/lib/typescript/module/carbon-style-sheet/g/overflow.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/position.d.ts +10 -0
- package/lib/typescript/module/carbon-style-sheet/g/position.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts +820 -0
- package/lib/typescript/module/carbon-style-sheet/g/spacing.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/text.d.ts +25 -0
- package/lib/typescript/module/carbon-style-sheet/g/text.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/typography.d.ts +127 -0
- package/lib/typescript/module/carbon-style-sheet/g/typography.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g/width.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g/width.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/direction.d.ts +7 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/direction.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/display.d.ts +7 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/display.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts +97 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/flex.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/font.d.ts +43 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/font.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/height.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/height.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts +12 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/index.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/overflow.d.ts +10 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/overflow.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/position.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/position.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts +820 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/spacing.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/text.d.ts +31 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/text.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/typography.d.ts +127 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/typography.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/width.d.ts +13 -0
- package/lib/typescript/module/carbon-style-sheet/g-object/width.d.ts.map +1 -0
- package/lib/typescript/module/carbon-style-sheet/index.d.ts +12 -28
- package/lib/typescript/module/carbon-style-sheet/index.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_Header.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_chevron/Chevron.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/index.d.ts.map +1 -1
- package/lib/typescript/module/components/box/Box.d.ts +4 -0
- package/lib/typescript/module/components/box/Box.d.ts.map +1 -0
- package/lib/typescript/module/components/box/BoxProps.d.ts +4 -0
- package/lib/typescript/module/components/box/BoxProps.d.ts.map +1 -0
- package/lib/typescript/module/components/box/BoxRef.d.ts +4 -0
- package/lib/typescript/module/components/box/BoxRef.d.ts.map +1 -0
- package/lib/typescript/module/components/box/index.d.ts +4 -0
- package/lib/typescript/module/components/box/index.d.ts.map +1 -0
- package/lib/typescript/module/components/button/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/button/base-color/BaseColor.d.ts.map +1 -1
- package/lib/typescript/module/components/button/ghost/Ghost.d.ts.map +1 -1
- package/lib/typescript/module/components/button/ghost-danger/GhostDanger.d.ts.map +1 -1
- package/lib/typescript/module/components/button/ghost-icon/GhostIcon.d.ts.map +1 -1
- package/lib/typescript/module/components/button/primary/Primary.d.ts.map +1 -1
- package/lib/typescript/module/components/button/primary-danger/PrimaryDanger.d.ts.map +1 -1
- package/lib/typescript/module/components/button/secondary/Secondary.d.ts.map +1 -1
- package/lib/typescript/module/components/button/tertiary/Tertiary.d.ts.map +1 -1
- package/lib/typescript/module/components/button/tertiary-danger/TertiaryDanger.d.ts.map +1 -1
- package/lib/typescript/module/components/button-group/ButtonGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/button-group/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts +7 -6
- package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts +2 -2
- package/lib/typescript/module/components/checkbox/_RefBase.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-group/index.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts +5 -5
- package/lib/typescript/module/components/checkbox-input/CheckboxInputProps.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputState.d.ts +5 -0
- package/lib/typescript/module/components/checkbox-input/CheckboxInputState.d.ts.map +1 -0
- package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts +3 -3
- package/lib/typescript/module/components/checkbox-input/_RefBase.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-input/index.d.ts +1 -1
- package/lib/typescript/module/components/checkbox-input/index.d.ts.map +1 -1
- package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
- package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts.map +1 -1
- package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
- package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/FormLabel.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/FormLabelProps.d.ts +2 -2
- package/lib/typescript/module/components/form-label/FormLabelProps.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/index.d.ts.map +1 -1
- package/lib/typescript/module/components/index.d.ts +4 -0
- package/lib/typescript/module/components/index.d.ts.map +1 -1
- package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts.map +1 -1
- package/lib/typescript/module/components/inline-loading/index.d.ts.map +1 -1
- package/lib/typescript/module/components/layer/Layer.d.ts.map +1 -1
- package/lib/typescript/module/components/layer/LayerContext.d.ts +1 -1
- package/lib/typescript/module/components/layer/index.d.ts.map +1 -1
- package/lib/typescript/module/components/loading/Loading.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/ModalProps.d.ts +30 -2
- package/lib/typescript/module/components/modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/index.d.ts.map +1 -1
- package/lib/typescript/module/components/modal-content/ModalContent.d.ts.map +1 -1
- package/lib/typescript/module/components/modal-content/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/error/useError.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/informational/useInformational.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/success/useSuccess.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_status-hooks/warning/useWarning.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariant.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/ActionableVariantProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/actionable/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariant.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/CalloutVariantProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/callout/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/index.d.ts +0 -2
- package/lib/typescript/module/components/notification/_variants/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/_variants/toast/ToastVariantProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/_variants/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/error/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/success/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/actionable/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/base/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/error/ErrorProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/error/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/informational/InformationalProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/callout/success/SuccessProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/success/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/callout/warning/WarningProps.d.ts +1 -1
- package/lib/typescript/module/components/notification/callout/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/index.d.ts +1 -3
- package/lib/typescript/module/components/notification/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/subtitle/Subtitle.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/subtitle/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/subtitle-link/SubtitleLink.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/subtitle-link/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/error/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/informational/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts +4 -4
- package/lib/typescript/module/components/notification/toast/success/SuccessProps.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts +2 -2
- package/lib/typescript/module/components/notification/toast/success/SuccessRef.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/success/index.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/toast/warning/index.d.ts.map +1 -1
- package/lib/typescript/module/components/password-input/PasswordInput.d.ts +4 -0
- package/lib/typescript/module/components/password-input/PasswordInput.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input/PasswordInputProps.d.ts +4 -0
- package/lib/typescript/module/components/password-input/PasswordInputProps.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input/PasswordInputRef.d.ts +4 -0
- package/lib/typescript/module/components/password-input/PasswordInputRef.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input/index.d.ts +4 -0
- package/lib/typescript/module/components/password-input/index.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputField.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputField.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputFieldProps.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputFieldProps.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputFieldRef.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/PasswordInputFieldRef.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIcon.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIcon.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconProps.d.ts +7 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconProps.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconRef.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/GhostIconRef.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/index.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/_ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-field/index.d.ts +4 -0
- package/lib/typescript/module/components/password-input-field/index.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluid.d.ts +4 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluid.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidProps.d.ts +4 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidProps.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidRef.d.ts +4 -0
- package/lib/typescript/module/components/password-input-fluid/PasswordInputFluidRef.d.ts.map +1 -0
- package/lib/typescript/module/components/password-input-fluid/index.d.ts +4 -0
- package/lib/typescript/module/components/password-input-fluid/index.d.ts.map +1 -0
- package/lib/typescript/module/components/radio-button/RadioButton.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-group/index.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
- package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/module/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area/TextArea.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts +1 -1
- package/lib/typescript/module/components/text-area-field/TextAreaFieldProps.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-field/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-fluid/TextAreaFluid.d.ts.map +1 -1
- package/lib/typescript/module/components/text-area-fluid/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input/TextInput.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input/TextInputProps.d.ts +1 -1
- package/lib/typescript/module/components/text-input/TextInputProps.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/TextInputField.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-fluid/TextInputFluid.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts +1 -1
- package/lib/typescript/module/components/text-input-fluid/TextInputFluidProps.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-fluid/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/default/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/index.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/small/index.d.ts.map +1 -1
- package/lib/typescript/module/const/dialog-animation-configs/carbon-react.d.ts +1 -0
- package/lib/typescript/module/const/dialog-animation-configs/carbon-react.d.ts.map +1 -1
- package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up-2.d.ts +1 -0
- package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up-2.d.ts.map +1 -1
- package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up.d.ts +1 -0
- package/lib/typescript/module/const/dialog-animation-configs/fade-bottom-up.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +2 -1
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/DialogProvider.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/DialogProviderAnimationConfig.d.ts +9 -0
- package/lib/typescript/module/providers/dialog/DialogProviderAnimationConfig.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/Controller.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/ControllerProps.d.ts +2 -1
- package/lib/typescript/module/providers/dialog/_controller/ControllerProps.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_modal/Modal.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_modal/ModalProps.d.ts +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_modal/ModalProps.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_overlay/Overlay.d.ts.map +1 -1
- package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayProps.d.ts +2 -1
- package/lib/typescript/module/providers/dialog/_controller/_overlay/OverlayProps.d.ts.map +1 -1
- package/lib/typescript/module/providers/toast/_overlay/Overlay.d.ts.map +1 -1
- package/lib/typescript/module/providers/toast/_overlay/_component-wrapper/ComponentWrapper.d.ts.map +1 -1
- package/lib/typescript/module/providers/toast/_overlay/_gap.d.ts +2 -0
- package/lib/typescript/module/providers/toast/_overlay/_gap.d.ts.map +1 -0
- package/lib/typescript/module/providers/toast/index.d.ts.map +1 -1
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -1
- package/src/_internal/contexts/in-dialog/InDialogContext.ts +7 -0
- package/src/_internal/contexts/in-dialog/index.ts +1 -0
- package/src/_internal/contexts/index.ts +1 -0
- package/src/_internal/contexts/modal/ModalContext.ts +13 -0
- package/src/_internal/helpers/index.ts +2 -0
- package/src/_internal/helpers/modal/index.ts +1 -0
- package/src/_internal/helpers/modal/is-apply-insets.ts +23 -0
- package/src/_internal/hooks/index.ts +5 -0
- package/src/_internal/hooks/secure-text-entry-control/UseProps.ts +4 -0
- package/src/_internal/hooks/secure-text-entry-control/index.ts +2 -0
- package/src/_internal/hooks/secure-text-entry-control/use.tsx +26 -0
- package/src/carbon-style-sheet/g/direction.ts +15 -0
- package/src/carbon-style-sheet/g/display.ts +15 -0
- package/src/carbon-style-sheet/g/flex.ts +189 -0
- package/src/carbon-style-sheet/g/font.ts +81 -0
- package/src/carbon-style-sheet/g/height.ts +27 -0
- package/src/carbon-style-sheet/g/index.ts +11 -0
- package/src/carbon-style-sheet/g/overflow.ts +21 -0
- package/src/carbon-style-sheet/g/position.ts +22 -0
- package/src/carbon-style-sheet/g/spacing.ts +1372 -0
- package/src/carbon-style-sheet/g/text.ts +63 -0
- package/src/carbon-style-sheet/g/typography.ts +175 -0
- package/src/carbon-style-sheet/g/width.ts +27 -0
- package/src/carbon-style-sheet/g-object/direction.ts +11 -0
- package/src/carbon-style-sheet/g-object/display.ts +11 -0
- package/src/carbon-style-sheet/g-object/flex.ts +129 -0
- package/src/carbon-style-sheet/g-object/font.ts +67 -0
- package/src/carbon-style-sheet/g-object/height.ts +19 -0
- package/src/carbon-style-sheet/g-object/index.ts +11 -0
- package/src/carbon-style-sheet/g-object/overflow.ts +15 -0
- package/src/carbon-style-sheet/g-object/position.ts +18 -0
- package/src/carbon-style-sheet/g-object/spacing.ts +1099 -0
- package/src/carbon-style-sheet/g-object/text.ts +43 -0
- package/src/carbon-style-sheet/g-object/typography.ts +154 -0
- package/src/carbon-style-sheet/g-object/width.ts +19 -0
- package/src/carbon-style-sheet/index.ts +22 -0
- package/src/components/accordion/Accordion.tsx +5 -3
- package/src/components/accordion/_Header.tsx +2 -8
- package/src/components/accordion/_HeaderBorder.tsx +3 -9
- package/src/components/accordion/_Item.tsx +2 -4
- package/src/components/accordion/_chevron/Chevron.tsx +2 -0
- package/src/components/box/Box.tsx +55 -0
- package/src/components/box/BoxProps.ts +6 -0
- package/src/components/box/BoxRef.ts +6 -0
- package/src/components/box/index.ts +3 -0
- package/src/components/button/base/Base.tsx +9 -18
- package/src/components/button/base-color/BaseColor.tsx +6 -2
- package/src/components/button/ghost/Ghost.tsx +1 -3
- package/src/components/button/ghost-danger/GhostDanger.tsx +1 -3
- package/src/components/button/ghost-icon/GhostIcon.tsx +1 -3
- package/src/components/button/primary/Primary.tsx +1 -3
- package/src/components/button/primary-danger/PrimaryDanger.tsx +1 -3
- package/src/components/button/secondary/Secondary.tsx +1 -3
- package/src/components/button/tertiary/Tertiary.tsx +1 -3
- package/src/components/button/tertiary-danger/TertiaryDanger.tsx +1 -3
- package/src/components/button-group/ButtonGroup.tsx +6 -9
- package/src/components/checkbox/Checkbox.tsx +23 -36
- package/src/components/checkbox/CheckboxProps.ts +10 -8
- package/src/components/checkbox/_RefBase.ts +2 -2
- package/src/components/checkbox-group/CheckboxGroup.tsx +15 -35
- package/src/components/checkbox-input/CheckboxInput.tsx +35 -42
- package/src/components/checkbox-input/CheckboxInputProps.ts +7 -5
- package/src/components/checkbox-input/CheckboxInputState.ts +6 -0
- package/src/components/checkbox-input/_RefBase.ts +4 -4
- package/src/components/checkbox-input/index.ts +5 -0
- package/src/components/collapsible/Collapsible.tsx +15 -9
- package/src/components/form-helper-text/FormHelperText.tsx +8 -23
- package/src/components/form-helper-text/FormHelperTextProps.ts +3 -3
- package/src/components/form-label/FormLabel.tsx +6 -18
- package/src/components/form-label/FormLabelProps.ts +3 -3
- package/src/components/index.ts +39 -0
- package/src/components/inline-loading/InlineLoading.tsx +10 -24
- package/src/components/layer/Layer.tsx +1 -3
- package/src/components/loading/Loading.tsx +2 -0
- package/src/components/modal/Modal.tsx +96 -37
- package/src/components/modal/ModalProps.ts +40 -3
- package/src/components/modal-content/ModalContent.tsx +33 -11
- package/src/components/notification/_status-hooks/error/useError.tsx +1 -3
- package/src/components/notification/_status-hooks/informational/useInformational.tsx +1 -3
- package/src/components/notification/_status-hooks/success/useSuccess.tsx +1 -3
- package/src/components/notification/_status-hooks/warning/useWarning.tsx +1 -3
- package/src/components/notification/_variants/actionable/ActionableVariant.tsx +0 -1
- package/src/components/notification/_variants/actionable/ActionableVariantProps.ts +0 -2
- package/src/components/notification/_variants/callout/CalloutVariant.tsx +0 -1
- package/src/components/notification/_variants/callout/CalloutVariantProps.ts +0 -2
- package/src/components/notification/_variants/index.ts +3 -0
- package/src/components/notification/_variants/toast/ToastVariantProps.ts +1 -2
- package/src/components/notification/base/Base.tsx +13 -19
- package/src/components/notification/callout/error/ErrorProps.ts +1 -1
- package/src/components/notification/callout/informational/InformationalProps.ts +1 -1
- package/src/components/notification/callout/success/SuccessProps.ts +5 -5
- package/src/components/notification/callout/warning/WarningProps.ts +1 -1
- package/src/components/notification/index.ts +14 -0
- package/src/components/notification/subtitle/Subtitle.tsx +1 -3
- package/src/components/notification/subtitle-link/SubtitleLink.tsx +1 -3
- package/src/components/notification/toast/success/SuccessProps.ts +5 -5
- package/src/components/notification/toast/success/SuccessRef.ts +3 -3
- package/src/components/password-input/PasswordInput.tsx +61 -0
- package/src/components/password-input/PasswordInputProps.ts +6 -0
- package/src/components/password-input/PasswordInputRef.ts +6 -0
- package/src/components/password-input/index.ts +3 -0
- package/src/components/password-input-field/PasswordInputField.tsx +61 -0
- package/src/components/password-input-field/PasswordInputFieldProps.ts +6 -0
- package/src/components/password-input-field/PasswordInputFieldRef.tsx +6 -0
- package/src/components/password-input-field/_ghost-icon/GhostIcon.tsx +69 -0
- package/src/components/password-input-field/_ghost-icon/GhostIconProps.ts +12 -0
- package/src/components/password-input-field/_ghost-icon/GhostIconRef.ts +6 -0
- package/src/components/password-input-field/_ghost-icon/index.ts +3 -0
- package/src/components/password-input-field/index.ts +3 -0
- package/src/components/password-input-fluid/PasswordInputFluid.tsx +59 -0
- package/src/components/password-input-fluid/PasswordInputFluidProps.ts +6 -0
- package/src/components/password-input-fluid/PasswordInputFluidRef.ts +6 -0
- package/src/components/password-input-fluid/index.ts +3 -0
- package/src/components/radio-button/RadioButton.tsx +12 -16
- package/src/components/radio-button-group/RadioButtonGroup.tsx +8 -6
- package/src/components/radio-button-input/RadioButtonInput.tsx +7 -14
- package/src/components/switch/Switch.tsx +5 -12
- package/src/components/text/Text.tsx +81 -73
- package/src/components/text-area/TextArea.tsx +0 -2
- package/src/components/text-area-field/TextAreaFieldProps.ts +1 -1
- package/src/components/text-area-fluid/TextAreaFluid.tsx +2 -4
- package/src/components/text-input/TextInput.tsx +4 -0
- package/src/components/text-input/TextInputProps.ts +0 -2
- package/src/components/text-input-field/TextInputField.tsx +33 -5
- package/src/components/text-input-field/_rn-text-input/RNTextInput.tsx +2 -4
- package/src/components/text-input-fluid/TextInputFluid.tsx +12 -10
- package/src/components/text-input-fluid/TextInputFluidProps.ts +0 -2
- package/src/components/toggle/base/Base.tsx +14 -14
- package/src/const/dialog-animation-configs/carbon-react.ts +5 -0
- package/src/const/dialog-animation-configs/fade-bottom-up-2.ts +5 -0
- package/src/const/dialog-animation-configs/fade-bottom-up.ts +5 -0
- package/src/helpers/color/get-color-scheme.ts +1 -0
- package/src/index.ts +6 -1
- package/src/providers/dialog/DialogProvider.tsx +115 -44
- package/src/providers/dialog/DialogProviderAnimationConfig.ts +11 -0
- package/src/providers/dialog/_controller/Controller.tsx +8 -14
- package/src/providers/dialog/_controller/ControllerProps.ts +2 -0
- package/src/providers/dialog/_controller/_modal/Modal.tsx +9 -13
- package/src/providers/dialog/_controller/_modal/ModalProps.ts +1 -1
- package/src/providers/dialog/_controller/_overlay/Overlay.tsx +5 -5
- package/src/providers/dialog/_controller/_overlay/OverlayProps.ts +2 -1
- package/src/providers/toast/_overlay/Overlay.tsx +14 -11
- package/src/providers/toast/_overlay/_component-wrapper/ComponentWrapper.tsx +19 -5
- package/src/providers/toast/_overlay/_gap.ts +5 -0
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +0 -28
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js +0 -88
- package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/index.js +0 -39
- package/lib/commonjs/_internal/style-sheets/index.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/text-style-sheet.js +0 -66
- package/lib/commonjs/_internal/style-sheets/text-style-sheet.js.map +0 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js +0 -2
- package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -41
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -6
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -6
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js +0 -39
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -35
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -6
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -6
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js +0 -39
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/Error.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/error/Error.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/error/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/index.js +0 -50
- package/lib/commonjs/components/notification/actionable-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/Success.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/success/Success.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/success/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/Error.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/error/Error.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/error/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/index.js +0 -50
- package/lib/commonjs/components/notification/callout-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/Informational.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/informational/Informational.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/informational/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/Success.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/success/Success.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/success/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/Warning.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/warning/Warning.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/warning/index.js.map +0 -1
- package/lib/module/_internal/style-sheets/common-style-sheet.js +0 -24
- package/lib/module/_internal/style-sheets/common-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/flex-style-sheet.js +0 -84
- package/lib/module/_internal/style-sheets/flex-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/index.js +0 -6
- package/lib/module/_internal/style-sheets/index.js.map +0 -1
- package/lib/module/_internal/style-sheets/text-style-sheet.js +0 -62
- package/lib/module/_internal/style-sheets/text-style-sheet.js.map +0 -1
- package/lib/module/components/checkbox-input/CheckboxInputValue.js +0 -2
- package/lib/module/components/checkbox-input/CheckboxInputValue.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -37
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -4
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -4
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/index.js +0 -6
- package/lib/module/components/notification/_variants/actionable-inline/index.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -31
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -4
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -4
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/index.js +0 -6
- package/lib/module/components/notification/_variants/callout-inline/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/Error.js +0 -44
- package/lib/module/components/notification/actionable-inline/error/Error.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/ErrorProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/ErrorRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/error/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/index.js +0 -7
- package/lib/module/components/notification/actionable-inline/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/Informational.js +0 -44
- package/lib/module/components/notification/actionable-inline/informational/Informational.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/informational/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/Success.js +0 -44
- package/lib/module/components/notification/actionable-inline/success/Success.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/SuccessProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/SuccessRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/success/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/Warning.js +0 -44
- package/lib/module/components/notification/actionable-inline/warning/Warning.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/WarningProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/WarningRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/warning/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/Error.js +0 -44
- package/lib/module/components/notification/callout-inline/error/Error.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/ErrorProps.js +0 -4
- package/lib/module/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/ErrorRef.js +0 -4
- package/lib/module/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/index.js +0 -6
- package/lib/module/components/notification/callout-inline/error/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/index.js +0 -7
- package/lib/module/components/notification/callout-inline/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/Informational.js +0 -44
- package/lib/module/components/notification/callout-inline/informational/Informational.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/InformationalProps.js +0 -4
- package/lib/module/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/InformationalRef.js +0 -4
- package/lib/module/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/index.js +0 -6
- package/lib/module/components/notification/callout-inline/informational/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/Success.js +0 -44
- package/lib/module/components/notification/callout-inline/success/Success.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/SuccessProps.js +0 -4
- package/lib/module/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/SuccessRef.js +0 -4
- package/lib/module/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/index.js +0 -6
- package/lib/module/components/notification/callout-inline/success/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/Warning.js +0 -44
- package/lib/module/components/notification/callout-inline/warning/Warning.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/WarningProps.js +0 -4
- package/lib/module/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/WarningRef.js +0 -4
- package/lib/module/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/index.js +0 -6
- package/lib/module/components/notification/callout-inline/warning/index.js.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts +0 -21
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
- package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +0 -4
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts +0 -59
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts +0 -5
- package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts +0 -5
- package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts +0 -21
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
- package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/index.d.ts +0 -4
- package/lib/typescript/module/_internal/style-sheets/index.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts +0 -59
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
- package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/index.d.ts +0 -5
- package/lib/typescript/module/components/notification/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/index.d.ts +0 -5
- package/lib/typescript/module/components/notification/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts.map +0 -1
- package/src/_internal/style-sheets/common-style-sheet.ts +0 -24
- package/src/_internal/style-sheets/flex-style-sheet.ts +0 -84
- package/src/_internal/style-sheets/index.ts +0 -3
- package/src/_internal/style-sheets/text-style-sheet.ts +0 -62
- package/src/carbon-style-sheet/index.tsx +0 -51
- package/src/components/checkbox-input/CheckboxInputValue.ts +0 -6
- package/src/components/checkbox-input/index.tsx +0 -5
- package/src/components/index.tsx +0 -35
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariant.tsx +0 -70
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.ts +0 -46
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.ts +0 -6
- package/src/components/notification/_variants/actionable-inline/index.tsx +0 -3
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariant.tsx +0 -59
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariantProps.ts +0 -26
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariantRef.ts +0 -6
- package/src/components/notification/_variants/callout-inline/index.tsx +0 -3
- package/src/components/notification/_variants/index.tsx +0 -5
- package/src/components/notification/actionable-inline/error/Error.tsx +0 -77
- package/src/components/notification/actionable-inline/error/ErrorProps.ts +0 -14
- package/src/components/notification/actionable-inline/error/ErrorRef.ts +0 -6
- package/src/components/notification/actionable-inline/informational/Informational.tsx +0 -77
- package/src/components/notification/actionable-inline/informational/InformationalProps.ts +0 -14
- package/src/components/notification/actionable-inline/informational/InformationalRef.ts +0 -6
- package/src/components/notification/actionable-inline/success/Success.tsx +0 -77
- package/src/components/notification/actionable-inline/success/SuccessProps.ts +0 -14
- package/src/components/notification/actionable-inline/success/SuccessRef.ts +0 -6
- package/src/components/notification/actionable-inline/warning/Warning.tsx +0 -77
- package/src/components/notification/actionable-inline/warning/WarningProps.ts +0 -14
- package/src/components/notification/actionable-inline/warning/WarningRef.ts +0 -6
- package/src/components/notification/callout/error/index.tsx +0 -3
- package/src/components/notification/callout/index.tsx +0 -4
- package/src/components/notification/callout/informational/index.tsx +0 -3
- package/src/components/notification/callout/success/index.tsx +0 -3
- package/src/components/notification/callout/warning/index.tsx +0 -3
- package/src/components/notification/callout-inline/error/Error.tsx +0 -77
- package/src/components/notification/callout-inline/error/ErrorProps.ts +0 -14
- package/src/components/notification/callout-inline/error/ErrorRef.ts +0 -6
- package/src/components/notification/callout-inline/informational/Informational.tsx +0 -77
- package/src/components/notification/callout-inline/informational/InformationalProps.ts +0 -14
- package/src/components/notification/callout-inline/informational/InformationalRef.ts +0 -6
- package/src/components/notification/callout-inline/success/Success.tsx +0 -77
- package/src/components/notification/callout-inline/success/SuccessProps.ts +0 -14
- package/src/components/notification/callout-inline/success/SuccessRef.ts +0 -6
- package/src/components/notification/callout-inline/warning/Warning.tsx +0 -77
- package/src/components/notification/callout-inline/warning/WarningProps.ts +0 -14
- package/src/components/notification/callout-inline/warning/WarningRef.ts +0 -6
- package/src/components/notification/index.tsx +0 -18
- package/src/components/notification/toast/error/index.tsx +0 -3
- package/src/components/notification/toast/index.tsx +0 -4
- package/src/components/notification/toast/informational/index.tsx +0 -3
- package/src/components/notification/toast/success/index.tsx +0 -3
- package/src/components/notification/toast/warning/index.tsx +0 -3
- /package/src/components/accordion/{index.tsx → index.ts} +0 -0
- /package/src/components/button-group/{index.tsx → index.ts} +0 -0
- /package/src/components/checkbox/{index.tsx → index.ts} +0 -0
- /package/src/components/checkbox-group/{index.tsx → index.ts} +0 -0
- /package/src/components/form-label/{index.tsx → index.ts} +0 -0
- /package/src/components/inline-loading/{index.tsx → index.ts} +0 -0
- /package/src/components/layer/{index.tsx → index.ts} +0 -0
- /package/src/components/modal/{index.tsx → index.ts} +0 -0
- /package/src/components/modal-content/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/actionable/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/callout/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/toast/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/error/index.tsx → actionable/error/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/index.tsx → actionable/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/informational/index.tsx → actionable/informational/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/success/index.tsx → actionable/success/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/warning/index.tsx → actionable/warning/index.ts} +0 -0
- /package/src/components/notification/base/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{actionable/error/index.tsx → callout/error/index.ts} +0 -0
- /package/src/components/notification/{actionable/index.tsx → callout/index.ts} +0 -0
- /package/src/components/notification/{actionable/informational/index.tsx → callout/informational/index.ts} +0 -0
- /package/src/components/notification/{actionable/success/index.tsx → callout/success/index.ts} +0 -0
- /package/src/components/notification/{actionable/warning/index.tsx → callout/warning/index.ts} +0 -0
- /package/src/components/notification/subtitle/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/subtitle-link/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{callout-inline/error/index.tsx → toast/error/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/index.tsx → toast/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/informational/index.tsx → toast/informational/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/success/index.tsx → toast/success/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/warning/index.tsx → toast/warning/index.ts} +0 -0
- /package/src/components/radio-button/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button-group/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button-input/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area-field/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area-fluid/{index.tsx → index.ts} +0 -0
- /package/src/components/text-input-field/{index.tsx → index.ts} +0 -0
- /package/src/components/text-input-fluid/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/base/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/default/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/small/{index.tsx → index.ts} +0 -0
- /package/src/providers/toast/{index.tsx → index.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","CarbonStyleSheet","_interopRequireWildcard","_index2","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","HeaderBorder","flushAlignment","style","styleProp","useContext","ThemeContext","jsx","View","g","absolute","borderBox","carbonStyle","left","Spacing","spacing_05","right","w_full","StyleSheet","create","height","borderTopWidth","borderColor","color","border_subtle_00"],"sourceRoot":"../../../../src","sources":["components/accordion/_HeaderBorder.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,YAAA,GAAAD,OAAA;AAMA,IAAAE,0BAAA,GAAAF,OAAA;AAIA,IAAAG,gBAAA,GAAAC,uBAAA,CAAAJ,OAAA;AAEA,IAAAK,OAAA,GAAAL,OAAA;AAEuB,IAAAM,WAAA,GAAAN,OAAA;AAAA,SAAAI,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAUhB,SAASkB,YAAYA,CAAC;EAC5BC,cAAc;EACdC,KAAK,EAAEC;AACW,CAAC,EAAE;EAErB,IAAAC,iBAAU,EAACC,oBAAY,CAAC;EAExB,oBACC,IAAAzB,WAAA,CAAA0B,GAAA,EAAC/B,YAAA,CAAAgC,IAAI;IACJL,KAAK,EAAG,CACPzB,gBAAgB,CAAC+B,CAAC,CAACC,QAAQ,EAC3BP,KAAK,CAACQ,SAAS,EACfC,WAAW,CAACD,SAAS,EACrBT,cAAc,GACX;MACDW,IAAI,EAAEC,kCAAO,CAACC,UAAU;MACxBC,KAAK,EAAEF,kCAAO,CAACC;IAChB,CAAC,GACCrC,gBAAgB,CAAC+B,CAAC,CAACQ,MAAM,EAC5Bb,SAAS;EACP,CACH,CAAC;AAGJ;AAEA,MACCD,KAAK,GACJe,uBAAU,CAACC,MAAM,CAAC;IACjBR,SAAS,EAAE;MACVS,MAAM,EAAE,CAAC;MACTC,cAAc,EAAE;IACjB;EACD,CAAC,CAAC;EAEHT,WAAW,GACVlC,gBAAgB,CAACyC,MAAM,CAAC;IACvBR,SAAS,EAAE;MACVW,WAAW,EAAE5C,gBAAgB,CAAC6C,KAAK,CAACC;IACrC;EACD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -8,12 +8,13 @@ var _react = require("react");
|
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
10
10
|
var _index = require("../../_internal/contexts/index.js");
|
|
11
|
-
var
|
|
11
|
+
var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
|
|
12
12
|
var _index3 = require("../collapsible/index.js");
|
|
13
13
|
var _Header = require("./_Header.js");
|
|
14
14
|
var _context = require("./_context.js");
|
|
15
15
|
var _motion = require("./_motion.js");
|
|
16
16
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
17
18
|
const Item = exports.Item = /*#__PURE__*/(0, _react.forwardRef)(function Item({
|
|
18
19
|
defaultOpen,
|
|
19
20
|
open: openProp,
|
|
@@ -72,7 +73,7 @@ const Item = exports.Item = /*#__PURE__*/(0, _react.forwardRef)(function Item({
|
|
|
72
73
|
motion: _motion.Motion,
|
|
73
74
|
open: open,
|
|
74
75
|
dir: globalConfigContext.rtl ? "rtl" : undefined,
|
|
75
|
-
contentContainerStyle: [globalConfigContext.rtl ?
|
|
76
|
+
contentContainerStyle: [globalConfigContext.rtl ? CarbonStyleSheet.g.rtl : undefined, accordionContext.collapsibleContentContainerStyle, style.panel],
|
|
76
77
|
children: children
|
|
77
78
|
})]
|
|
78
79
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","CarbonStyleSheet","_interopRequireWildcard","_index3","_Header","_context","_motion","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Item","exports","forwardRef","defaultOpen","open","openProp","title","children","style","styleProp","onPressHeader","headerProps","props","forwardedRef","globalConfigContext","useContext","GlobalConfigContext","accordionContext","Context","ref","useRef","allowOnChangeEffect","viewRef","openSelf","setOpenSelf","useState","current","controlled","pressHandler","useCallback","event","state","useImperativeHandle","assign","setOpen","value","jsxs","View","jsx","Header","size","text","flushAlignment","onPress","Collapsible","motion","Motion","dir","rtl","undefined","contentContainerStyle","g","collapsibleContentContainerStyle","panel","StyleSheet","create","paddingTop","Spacing","spacing_03","paddingBottom","spacing_06","paddingLeft","spacing_05"],"sourceRoot":"../../../../src","sources":["components/accordion/_Item.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -50,14 +50,16 @@ function Chevron({
|
|
|
50
50
|
fill: color,
|
|
51
51
|
width: size,
|
|
52
52
|
height: size,
|
|
53
|
-
style: [
|
|
53
|
+
style: [/* eslint-disable react-hooks/refs */
|
|
54
|
+
{
|
|
54
55
|
transform: [{
|
|
55
56
|
rotateZ: rotateZ.current.interpolate({
|
|
56
57
|
inputRange: [0, 1],
|
|
57
58
|
outputRange: ["0deg", "180deg"]
|
|
58
59
|
})
|
|
59
60
|
}]
|
|
60
|
-
},
|
|
61
|
+
}, /* eslint-enable react-hooks/refs */
|
|
62
|
+
style]
|
|
61
63
|
});
|
|
62
64
|
}
|
|
63
65
|
//# sourceMappingURL=Chevron.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_chevronDown","_interopRequireDefault","_motion","_jsxRuntime","e","__esModule","default","AnimatedSvgChevronDown","RNAnimated","createAnimatedComponent","ChevronDown","Chevron","open","color","size","style","isMounted","useRef","rotateZ","Value","useEffect","current","timing","toValue","duration","Motion","toOpen","easing","useNativeDriver","start","toClose","jsx","fill","width","height","transform","interpolate","inputRange","outputRange"],"sourceRoot":"../../../../../src","sources":["components/accordion/_chevron/Chevron.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AAKA,IAAAE,YAAA,GAAAC,sBAAA,CAAAH,OAAA;AAEA,IAAAI,OAAA,GAAAJ,OAAA;AAEmB,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAG,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAMnB,MACCG,sBAAsB,GACrBC,qBAAU,CAACC,uBAAuB,CAACC,oBAAW,CAAC;AAE1C,SAASC,OAAOA,CAAC;EACvBC,IAAI;EACJC,KAAK;EACLC,IAAI;EACJC;AACa,CAAC,EAAE;EAEhB,MACCC,SAAS,GACR,IAAAC,aAAM,EAAC,KAAK,CAAC;IAEd;AACF;AACA;AACA;AACA;AACA;IACEC,OAAO,GACN,IAAAD,aAAM,EACL,IAAIT,qBAAU,CAACW,KAAK,CAACP,IAAI,GAAG,CAAC,GAAG,CAAC,CAClC,CAAC;EAEH,IAAAQ,gBAAS,EAAC,MAAM;IACf,IAAGJ,SAAS,CAACK,OAAO,EAAE;MACrB,IAAGT,IAAI,EAAE;QACRJ,qBAAU,CAACc,MAAM,CAChBJ,OAAO,CAACG,OAAO,EACf;UACCE,OAAO,EAAE,CAAC;UACVC,QAAQ,EAAEC,cAAM,CAACC,MAAM,CAACF,QAAQ;UAChCG,MAAM,EAAEF,cAAM,CAACC,MAAM,CAACC,MAAwB;UAC9CC,eAAe,EAAE;QAClB,CACD,CAAC,CAACC,KAAK,CAAC,CAAC;MACV,CAAC,MAAM;QACNrB,qBAAU,CAACc,MAAM,CAChBJ,OAAO,CAACG,OAAO,EACf;UACCE,OAAO,EAAE,CAAC;UACVC,QAAQ,EAAEC,cAAM,CAACK,OAAO,CAACN,QAAQ;UACjCG,MAAM,EAAEF,cAAM,CAACK,OAAO,CAACH,MAAwB;UAC/CC,eAAe,EAAE;QAClB,CACD,CAAC,CAACC,KAAK,CAAC,CAAC;MACV;IACD,CAAC,MAAM;MACNb,SAAS,CAACK,OAAO,GAAG,IAAI;IACzB;EACD,CAAC,EAAE,CACFT,IAAI,EACJM,OAAO,CACP,CAAC;EAEF,oBACC,IAAAf,WAAA,CAAA4B,GAAA,EAACxB,sBAAsB;IACtByB,IAAI,EAAGnB,KAAO;IACdoB,KAAK,EAAGnB,IAAM;IACdoB,MAAM,EAAGpB,IAAM;IACfC,KAAK,EAAG,CACP;MACCoB,SAAS,EAAE,CAAC;QACXjB,OAAO,EAAEA,OAAO,CAACG,OAAO,CAACe,WAAW,CAAC;UACpCC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;UAClBC,WAAW,EAAE,CAAC,MAAM,EAAE,QAAQ;QAC/B,CAAC;MACF,CAAC;IACF,CAAC,
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_chevronDown","_interopRequireDefault","_motion","_jsxRuntime","e","__esModule","default","AnimatedSvgChevronDown","RNAnimated","createAnimatedComponent","ChevronDown","Chevron","open","color","size","style","isMounted","useRef","rotateZ","Value","useEffect","current","timing","toValue","duration","Motion","toOpen","easing","useNativeDriver","start","toClose","jsx","fill","width","height","transform","interpolate","inputRange","outputRange"],"sourceRoot":"../../../../../src","sources":["components/accordion/_chevron/Chevron.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AAKA,IAAAE,YAAA,GAAAC,sBAAA,CAAAH,OAAA;AAEA,IAAAI,OAAA,GAAAJ,OAAA;AAEmB,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAG,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAMnB,MACCG,sBAAsB,GACrBC,qBAAU,CAACC,uBAAuB,CAACC,oBAAW,CAAC;AAE1C,SAASC,OAAOA,CAAC;EACvBC,IAAI;EACJC,KAAK;EACLC,IAAI;EACJC;AACa,CAAC,EAAE;EAEhB,MACCC,SAAS,GACR,IAAAC,aAAM,EAAC,KAAK,CAAC;IAEd;AACF;AACA;AACA;AACA;AACA;IACEC,OAAO,GACN,IAAAD,aAAM,EACL,IAAIT,qBAAU,CAACW,KAAK,CAACP,IAAI,GAAG,CAAC,GAAG,CAAC,CAClC,CAAC;EAEH,IAAAQ,gBAAS,EAAC,MAAM;IACf,IAAGJ,SAAS,CAACK,OAAO,EAAE;MACrB,IAAGT,IAAI,EAAE;QACRJ,qBAAU,CAACc,MAAM,CAChBJ,OAAO,CAACG,OAAO,EACf;UACCE,OAAO,EAAE,CAAC;UACVC,QAAQ,EAAEC,cAAM,CAACC,MAAM,CAACF,QAAQ;UAChCG,MAAM,EAAEF,cAAM,CAACC,MAAM,CAACC,MAAwB;UAC9CC,eAAe,EAAE;QAClB,CACD,CAAC,CAACC,KAAK,CAAC,CAAC;MACV,CAAC,MAAM;QACNrB,qBAAU,CAACc,MAAM,CAChBJ,OAAO,CAACG,OAAO,EACf;UACCE,OAAO,EAAE,CAAC;UACVC,QAAQ,EAAEC,cAAM,CAACK,OAAO,CAACN,QAAQ;UACjCG,MAAM,EAAEF,cAAM,CAACK,OAAO,CAACH,MAAwB;UAC/CC,eAAe,EAAE;QAClB,CACD,CAAC,CAACC,KAAK,CAAC,CAAC;MACV;IACD,CAAC,MAAM;MACNb,SAAS,CAACK,OAAO,GAAG,IAAI;IACzB;EACD,CAAC,EAAE,CACFT,IAAI,EACJM,OAAO,CACP,CAAC;EAEF,oBACC,IAAAf,WAAA,CAAA4B,GAAA,EAACxB,sBAAsB;IACtByB,IAAI,EAAGnB,KAAO;IACdoB,KAAK,EAAGnB,IAAM;IACdoB,MAAM,EAAGpB,IAAM;IACfC,KAAK,EAAG,CACP;IACA;MACCoB,SAAS,EAAE,CAAC;QACXjB,OAAO,EAAEA,OAAO,CAACG,OAAO,CAACe,WAAW,CAAC;UACpCC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;UAClBC,WAAW,EAAE,CAAC,MAAM,EAAE,QAAQ;QAC/B,CAAC;MACF,CAAC;IACF,CAAC,EACD;IACAvB,KAAK;EACH,CACH,CAAC;AAGJ","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_Accordion","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_AccordionHeaderProps","_AccordionItemProps","_AccordionItemRef","_AccordionProps","_AccordionRef","_AccordionSize"],"sourceRoot":"../../../../src","sources":["components/accordion/index.
|
|
1
|
+
{"version":3,"names":["_Accordion","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_AccordionHeaderProps","_AccordionItemProps","_AccordionItemRef","_AccordionProps","_AccordionRef","_AccordionSize"],"sourceRoot":"../../../../src","sources":["components/accordion/index.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Box = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _index = require("../../_internal/contexts/index.js");
|
|
10
|
+
var CarbonStyleSheet = _interopRequireWildcard(require("../../carbon-style-sheet/index.js"));
|
|
11
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
13
|
+
const Box = exports.Box = /*#__PURE__*/(0, _react.forwardRef)(function Box({
|
|
14
|
+
dir: dirProp,
|
|
15
|
+
style,
|
|
16
|
+
...props
|
|
17
|
+
}, ref) {
|
|
18
|
+
const globalConfigContext = (0, _react.useContext)(_index.GlobalConfigContext),
|
|
19
|
+
dir = dirProp ?? globalConfigContext.rtl ? "rtl" : "ltr";
|
|
20
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
21
|
+
ref: ref,
|
|
22
|
+
...props,
|
|
23
|
+
dir: dir,
|
|
24
|
+
style: [dir == "rtl" ? CarbonStyleSheet.g.rtl : undefined, style]
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
//# sourceMappingURL=Box.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_index","CarbonStyleSheet","_interopRequireWildcard","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Box","exports","forwardRef","dir","dirProp","style","props","ref","globalConfigContext","useContext","GlobalConfigContext","rtl","jsx","View","g","undefined"],"sourceRoot":"../../../../src","sources":["components/box/Box.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,YAAA,GAAAD,OAAA;AAIA,IAAAE,MAAA,GAAAF,OAAA;AAIA,IAAAG,gBAAA,GAAAC,uBAAA,CAAAJ,OAAA;AAA4D,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAI,wBAAAE,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAJ,uBAAA,YAAAA,CAAAE,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAUrD,MAAMkB,GAAG,GAAAC,OAAA,CAAAD,GAAA,gBAAG,IAAAE,iBAAU,EAC5B,SAASF,GAAGA,CACX;EACCG,GAAG,EAAEC,OAAO;EACZC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClB,IAAAC,iBAAU,EAACC,0BAAmB,CAAC;IAEhCP,GAAG,GACFC,OAAO,IACPI,mBAAmB,CAACG,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACC,IAAA/B,WAAA,CAAAgC,GAAA,EAACpC,YAAA,CAAAqC,IAAI;IACJN,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGzB,gBAAgB,CAACoC,CAAC,CAACH,GAAG,GAAGI,SAAS,EACjDV,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/box/BoxProps.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/box/BoxRef.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _Box = require("./Box.js");
|
|
7
|
+
Object.keys(_Box).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _Box[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _Box[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_Box","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["components/box/index.ts"],"mappings":";;;;;AAAA,IAAAA,IAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,IAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,IAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,IAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -8,9 +8,10 @@ var _react = require("react");
|
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
10
10
|
var _index = require("../../../_internal/contexts/index.js");
|
|
11
|
-
var
|
|
11
|
+
var CarbonStyleSheet = _interopRequireWildcard(require("../../../carbon-style-sheet/index.js"));
|
|
12
12
|
var _index3 = require("../../text/index.js");
|
|
13
13
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
14
15
|
const Base = exports.Base = /*#__PURE__*/(0, _react.forwardRef)(function Base({
|
|
15
16
|
size: sizeProp,
|
|
16
17
|
text,
|
|
@@ -37,7 +38,7 @@ const Base = exports.Base = /*#__PURE__*/(0, _react.forwardRef)(function Base({
|
|
|
37
38
|
role: role,
|
|
38
39
|
"aria-label": ariaLabel ?? text,
|
|
39
40
|
dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
|
|
40
|
-
style: [
|
|
41
|
+
style: [CarbonStyleSheet.g.flex_row, CarbonStyleSheet.g.justify_between, CarbonStyleSheet.g.overflow_hidden, globalConfigContext.rtl ? CarbonStyleSheet.g.rtl : undefined, mapContainerStyle[`${!!text}`][`${!!Icon || !!iconNode}`], sizeStyle[size], mapStyleInButtonGroup[`${!!buttonGroupContext.vertical}`][`${!!buttonGroupContext.fluid}`], style],
|
|
41
42
|
ref: ref,
|
|
42
43
|
children: [backgroundNode, !InlineLoading || inlineLoadingProps?.state === "inactive" ? /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
43
44
|
children: [!!text && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
@@ -62,12 +63,6 @@ const Base = exports.Base = /*#__PURE__*/(0, _react.forwardRef)(function Base({
|
|
|
62
63
|
});
|
|
63
64
|
});
|
|
64
65
|
const baseStyle = _reactNative.StyleSheet.create({
|
|
65
|
-
container: {
|
|
66
|
-
overflow: "hidden"
|
|
67
|
-
},
|
|
68
|
-
containerRtl: {
|
|
69
|
-
direction: "rtl"
|
|
70
|
-
},
|
|
71
66
|
/**
|
|
72
67
|
* Start Padding
|
|
73
68
|
*/
|
|
@@ -155,12 +150,12 @@ const baseStyle = _reactNative.StyleSheet.create({
|
|
|
155
150
|
},
|
|
156
151
|
mapStyleInButtonGroup = {
|
|
157
152
|
false: {
|
|
158
|
-
false:
|
|
159
|
-
true:
|
|
153
|
+
false: CarbonStyleSheet.g.self_start,
|
|
154
|
+
true: CarbonStyleSheet.g.flex_1
|
|
160
155
|
},
|
|
161
156
|
true: {
|
|
162
|
-
false:
|
|
163
|
-
true:
|
|
157
|
+
false: CarbonStyleSheet.g.self_stretch,
|
|
158
|
+
true: CarbonStyleSheet.g.self_stretch
|
|
164
159
|
}
|
|
165
160
|
};
|
|
166
161
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","CarbonStyleSheet","_interopRequireWildcard","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Base","exports","forwardRef","size","sizeProp","text","textProps","Icon","iconProps","iconNode","backgroundNode","InlineLoading","inlineLoadingProps","style","role","ariaLabel","dir","props","ref","globalConfigContext","useContext","GlobalConfigContext","buttonGroupContext","ButtonGroupContext","iconSize","getIconSize","iconMarginStyle","mapIconMarginStyle","rtl","jsxs","Pressable","undefined","g","flex_row","justify_between","overflow_hidden","mapContainerStyle","sizeStyle","mapStyleInButtonGroup","vertical","fluid","children","state","Fragment","jsx","View","baseStyle","textContainer","Text","type","getTextType","width","height","getIconMarginTopStyle","inlineLoading","StyleSheet","create","containerPaddingStart","paddingStart","Spacing","spacing_05","containerPaddingEnd05","paddingEnd","containerPaddingEnd10","spacing_10","justifyContent","maxHeight","iconMarginLTR","marginLeft","spacing_07","iconMarginRTL","marginRight","small","medium","large_productive","large_expressive","extra_large","false","true","mapTextTypeByExpressive","mapIconSizeByExpressive","self_start","flex_1","self_stretch","isExpressiveStr","Size","Math","min","marginTop"],"sourceRoot":"../../../../../src","sources":["components/button/base/Base.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -32,13 +32,16 @@ const BaseColor = exports.BaseColor = /*#__PURE__*/(0, _react.forwardRef)(functi
|
|
|
32
32
|
...props
|
|
33
33
|
}, ref) {
|
|
34
34
|
const globalConfigContext = (0, _react.useContext)(_index.GlobalConfigContext),
|
|
35
|
-
themeContext = (0, _react.useContext)(_index2.ThemeContext)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
35
|
+
themeContext = (0, _react.useContext)(_index2.ThemeContext);
|
|
36
|
+
const [state, setState] = (0, _react.useState)({
|
|
37
|
+
focused: false,
|
|
38
|
+
hovered: false,
|
|
39
|
+
pressed: false
|
|
40
|
+
});
|
|
41
|
+
// Can't continue from this var.
|
|
42
|
+
// eslint-plugin-react-hooks will complains
|
|
43
|
+
|
|
44
|
+
const blurHandler = (0, _react.useCallback)(event => {
|
|
42
45
|
onBlur?.(event);
|
|
43
46
|
setState(state_ => ({
|
|
44
47
|
...state_,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_index3","_jsxRuntime","BaseColor","exports","forwardRef","disabled","style","textProps","android_rippleEffectColor","colorStateStyle","Icon","iconProps","iconNode","InlineLoading","inlineLoadingProps","onBlur","onFocus","onHoverIn","onHoverOut","onPressIn","onPressOut","android_ripple","props","ref","globalConfigContext","useContext","GlobalConfigContext","themeContext","ThemeContext","state","setState","useState","focused","hovered","pressed","blurHandler","useCallback","event","state_","focusHandler","hoverInHandler","hoverOutHandler","pressInHandler","pressOutHandler","stateStyle","getStateStyle","android_buttonRippleEffect","jsx","Base","color","undefined","backgroundNode","View","styleSheet","innerFocusBox","mapInnerFocusBoxActiveStyle","colorScheme","text","fill","icon","params","background","withInlineLoading","StyleSheet","create","borderColor","position","top","right","bottom","left","borderWidth","innerFocusBoxActive_GRAY_10","Color","Token","gray_10","focus_inset","innerFocusBoxActive_GRAY_100","gray_100","states","androidRipple","default","Platform","OS"],"sourceRoot":"../../../../../src","sources":["components/button/base-color/BaseColor.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAOA,IAAAC,YAAA,GAAAD,OAAA;AASA,IAAAE,0BAAA,GAAAF,OAAA;AAIA,IAAAG,MAAA,GAAAH,OAAA;AAIA,IAAAI,OAAA,GAAAJ,OAAA;AAQA,IAAAK,OAAA,GAAAL,OAAA;AAGgB,IAAAM,WAAA,GAAAN,OAAA;AAcT,MAAMO,SAAS,GAAAC,OAAA,CAAAD,SAAA,gBAAG,IAAAE,iBAAU,EAClC,SAASF,SAASA,CACjB;EACCG,QAAQ;EACRC,KAAK;EACLC,SAAS;EACTC,yBAAyB;EACzBC,eAAe;EACfC,IAAI;EACJC,SAAS;EACTC,QAAQ;EACRC,aAAa;EACbC,kBAAkB;EAClBC,MAAM;EACNC,OAAO;EACPC,SAAS;EACTC,UAAU;EACVC,SAAS;EACTC,UAAU;EACVC,cAAc;EACd,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClB,IAAAC,iBAAU,EAACC,0BAAmB,CAAC;IAEhCC,YAAY,GACX,IAAAF,iBAAU,EAACG,oBAAY,CAAC;
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","_index","_index2","_index3","_jsxRuntime","BaseColor","exports","forwardRef","disabled","style","textProps","android_rippleEffectColor","colorStateStyle","Icon","iconProps","iconNode","InlineLoading","inlineLoadingProps","onBlur","onFocus","onHoverIn","onHoverOut","onPressIn","onPressOut","android_ripple","props","ref","globalConfigContext","useContext","GlobalConfigContext","themeContext","ThemeContext","state","setState","useState","focused","hovered","pressed","blurHandler","useCallback","event","state_","focusHandler","hoverInHandler","hoverOutHandler","pressInHandler","pressOutHandler","stateStyle","getStateStyle","android_buttonRippleEffect","jsx","Base","color","undefined","backgroundNode","View","styleSheet","innerFocusBox","mapInnerFocusBoxActiveStyle","colorScheme","text","fill","icon","params","background","withInlineLoading","StyleSheet","create","borderColor","position","top","right","bottom","left","borderWidth","innerFocusBoxActive_GRAY_10","Color","Token","gray_10","focus_inset","innerFocusBoxActive_GRAY_100","gray_100","states","androidRipple","default","Platform","OS"],"sourceRoot":"../../../../../src","sources":["components/button/base-color/BaseColor.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAOA,IAAAC,YAAA,GAAAD,OAAA;AASA,IAAAE,0BAAA,GAAAF,OAAA;AAIA,IAAAG,MAAA,GAAAH,OAAA;AAIA,IAAAI,OAAA,GAAAJ,OAAA;AAQA,IAAAK,OAAA,GAAAL,OAAA;AAGgB,IAAAM,WAAA,GAAAN,OAAA;AAcT,MAAMO,SAAS,GAAAC,OAAA,CAAAD,SAAA,gBAAG,IAAAE,iBAAU,EAClC,SAASF,SAASA,CACjB;EACCG,QAAQ;EACRC,KAAK;EACLC,SAAS;EACTC,yBAAyB;EACzBC,eAAe;EACfC,IAAI;EACJC,SAAS;EACTC,QAAQ;EACRC,aAAa;EACbC,kBAAkB;EAClBC,MAAM;EACNC,OAAO;EACPC,SAAS;EACTC,UAAU;EACVC,SAAS;EACTC,UAAU;EACVC,cAAc;EACd,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClB,IAAAC,iBAAU,EAACC,0BAAmB,CAAC;IAEhCC,YAAY,GACX,IAAAF,iBAAU,EAACG,oBAAY,CAAC;EAE1B,MACC,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAChB,IAAAC,eAAQ,EAAC;IACRC,OAAO,EAAE,KAAK;IACdC,OAAO,EAAE,KAAK;IACdC,OAAO,EAAE;EACV,CAAC,CAAC;EACJ;EACA;;EAEA,MACCC,WAA6C,GAC5C,IAAAC,kBAAW,EAACC,KAAK,IAAI;MACpBtB,MAAM,GAAGsB,KAAK,CAAC;MACfP,QAAQ,CAACQ,MAAM,KAAK;QACnB,GAAGA,MAAM;QACTN,OAAO,EAAE;MACV,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CACFjB,MAAM,CACN,CAAC;IAEHwB,YAA+C,GAC9C,IAAAH,kBAAW,EAACC,KAAK,IAAI;MACpBrB,OAAO,GAAGqB,KAAK,CAAC;MAChBP,QAAQ,CAACQ,MAAM,KAAK;QACnB,GAAGA,MAAM;QACTN,OAAO,EAAE;MACV,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CACFhB,OAAO,CACP,CAAC;IAEHwB,cAAmD,GAClD,IAAAJ,kBAAW,EAACC,KAAK,IAAI;MACpBpB,SAAS,GAAGoB,KAAK,CAAC;MAClBP,QAAQ,CAACQ,MAAM,KAAK;QACnB,GAAGA,MAAM;QACTL,OAAO,EAAE;MACV,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CACFhB,SAAS,CACT,CAAC;IAEHwB,eAAoD,GACnD,IAAAL,kBAAW,EAACC,KAAK,IAAI;MACpBnB,UAAU,GAAGmB,KAAK,CAAC;MACnBP,QAAQ,CAACQ,MAAM,KAAK;QACnB,GAAGA,MAAM;QACTL,OAAO,EAAE;MACV,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CACFf,UAAU,CACV,CAAC;IAEHwB,cAAmD,GAClD,IAAAN,kBAAW,EAACC,KAAK,IAAI;MACpBlB,SAAS,GAAGkB,KAAK,CAAC;MAClBP,QAAQ,CAACQ,MAAM,KAAK;QACnB,GAAGA,MAAM;QACTJ,OAAO,EAAE;MACV,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CACFf,SAAS,CACT,CAAC;IAEHwB,eAAqD,GACpD,IAAAP,kBAAW,EAACC,KAAK,IAAI;MACpBjB,UAAU,GAAGiB,KAAK,CAAC;MACnBP,QAAQ,CAACQ,MAAM,KAAK;QACnB,GAAGA,MAAM;QACTJ,OAAO,EAAE;MACV,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CACFd,UAAU,CACV,CAAC;IAEHwB,UAAU,GACTC,aAAa,CACZpC,eAAe,EACf;MACC,GAAGoB,KAAK;MACRxB,QAAQ,EAAE,CAAC,CAACA;IACb,CAAC,EACDgB,cAAc,GACX,IAAI,GACJA,cAAc,KAAK,IAAI,GAAG,KAAK,GAAGG,mBAAmB,CAACsB,0BAC1D,CAAC;EAEH,oBACC,IAAA7C,WAAA,CAAA8C,GAAA,EAAC/C,OAAA,CAAAgD,IAAI;IAAA,GACC1B,KAAK;IACVC,GAAG,EAAGA,GAAK;IACXF,cAAc,EAAGA,cAAc,IAAIG,mBAAmB,CAACsB,0BAA0B,GAAG;MACnF;MACAG,KAAK,EAAEzC;IACR,CAAC,GAAG0C,SAAW;IACfC,cAAc,eACb,IAAAlD,WAAA,CAAA8C,GAAA,EAACnD,YAAA,CAAAwD,IAAI;MACJ9C,KAAK,EAAG,CACP+C,UAAU,CAACC,aAAa,EACxBzB,KAAK,CAACG,OAAO,GACVuB,2BAA2B,CAAC5B,YAAY,CAAC6B,WAAW,CAAC,GACrD,IAAI;IACL,CACH,CACD;IACDnD,QAAQ,EAAGA,QAAU;IACrBU,MAAM,EAAGoB,WAAa;IACtBnB,OAAO,EAAGuB,YAAc;IACxBtB,SAAS,EAAGuB,cAAgB;IAC5BtB,UAAU,EAAGuB,eAAiB;IAC9BtB,SAAS,EAAGuB,cAAgB;IAC5BtB,UAAU,EAAGuB,eAAiB;IAC9BpC,SAAS,EAAE;MACV,GAAGA,SAAS;MACZD,KAAK,EAAE,CAACsC,UAAU,CAACa,IAAI,EAAElD,SAAS,EAAED,KAAK;IAC1C,CAAE;IACFI,IAAI,EAAG,CAACE,QAAQ,GAAGF,IAAI,GAAGwC,SAAW;IACrCvC,SAAS,EAAE;MACV,GAAGA,SAAS;MACZ+C,IAAI,EAAE/C,SAAS,EAAE+C,IAAI,IAAId,UAAU,CAACe;IACrC,CAAE;IACF/C,QAAQ,EACPA,QAAQ,GACL,CAAC,GAAGgD,MAAM,KAAKhD,QAAQ,CAACgC,UAAU,CAACe,IAAI,EAAE,GAAGC,MAAM,CAAC,GACnDV,SACH;IACDrC,aAAa,EAAGA,aAAe;IAC/BC,kBAAkB,EAAGA,kBAAoB;IACzCR,KAAK,EAAG,CACP,CAACO,aAAa,IAAIC,kBAAkB,EAAEe,KAAK,KAAK,UAAU,GACvDe,UAAU,CAACiB,UAAU,GACrBR,UAAU,CAACS,iBAAiB,EAC/BxD,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC;AAED,MACC+C,UAAU,GACTU,uBAAU,CAACC,MAAM,CAAC;IACjBF,iBAAiB,EAAE;MAClBG,WAAW,EAAE;IACd,CAAC;IACDX,aAAa,EAAE;MACdY,QAAQ,EAAE,UAAU;MACpBC,GAAG,EAAE,CAAC;MACNC,KAAK,EAAE,CAAC;MACRC,MAAM,EAAE,CAAC;MACTC,IAAI,EAAE,CAAC;MACPC,WAAW,EAAE,CAAC;MACdN,WAAW,EAAE;IACd,CAAC;IACDO,2BAA2B,EAAE;MAC5BP,WAAW,EAAEQ,gCAAK,CAACC,KAAK,CAACC,OAAO,CAACC;IAClC,CAAC;IACDC,4BAA4B,EAAE;MAC7BZ,WAAW,EAAEQ,gCAAK,CAACC,KAAK,CAACI,QAAQ,CAACF;IACnC;EACD,CAAC,CAAC;EAEHrB,2BAA4G,GAC3G;IACCoB,OAAO,EAAEtB,UAAU,CAACmB,2BAA2B;IAC/CM,QAAQ,EAAEzB,UAAU,CAACwB;EACtB,CAAC;AAEH,SAAShC,aAAaA,CACrBpC,eAAkD,EAClDsE,MAA2D,EAC3DC,aAAuB,EAGtB;EAED,IAAG,CAACD,MAAM,CAAC9C,OAAO,IAAI,CAAC8C,MAAM,CAAC7C,OAAO,IAAI,CAAC6C,MAAM,CAAC1E,QAAQ,EAAE;IAC1D,OAAO;MACNwD,UAAU,EAAEpD,eAAe,CAACoD,UAAU,CAACoB,OAAO;MAC9CxB,IAAI,EAAEhD,eAAe,CAACgD,IAAI,CAACwB,OAAO;MAClCtB,IAAI,EAAElD,eAAe,CAACkD,IAAI,CAACsB;IAC5B,CAAC;EACF;EAEA,IAAGF,MAAM,CAAC1E,QAAQ,EAAE;IACnB,OAAO;MACNwD,UAAU,EAAEpD,eAAe,CAACoD,UAAU,CAACxD,QAAQ;MAC/CoD,IAAI,EAAEhD,eAAe,CAACgD,IAAI,CAACpD,QAAQ;MACnCsD,IAAI,EAAElD,eAAe,CAACkD,IAAI,CAACtD;IAC5B,CAAC;EACF;EAEA,IAAG0E,MAAM,CAAC7C,OAAO,EAAE;IAClB,OAAO;MACN2B,UAAU,EAAEmB,aAAa,IAAIE,qBAAQ,CAACC,EAAE,IAAI,SAAS,GAClD1E,eAAe,CAACoD,UAAU,CAACoB,OAAO,GAClCxE,eAAe,CAACoD,UAAU,CAAC3B,OAAO;MACrCuB,IAAI,EAAEhD,eAAe,CAACgD,IAAI,CAACvB,OAAO;MAClCyB,IAAI,EAAElD,eAAe,CAACkD,IAAI,CAACzB;IAC5B,CAAC;EACF;EAEA,OAAO;IACN2B,UAAU,EAAEpD,eAAe,CAACoD,UAAU,CAAC5B,OAAO;IAC9CwB,IAAI,EAAEhD,eAAe,CAACgD,IAAI,CAACxB,OAAO;IAClC0B,IAAI,EAAElD,eAAe,CAACkD,IAAI,CAAC1B;EAC5B,CAAC;AAEF","ignoreList":[]}
|
|
@@ -7,10 +7,11 @@ exports.Ghost = void 0;
|
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
10
|
-
var
|
|
10
|
+
var CarbonStyleSheet = _interopRequireWildcard(require("../../../carbon-style-sheet/index.js"));
|
|
11
11
|
var _index2 = require("../../../contexts/index.js");
|
|
12
12
|
var _index3 = require("../base-color/index.js");
|
|
13
13
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
14
15
|
const Ghost = exports.Ghost = /*#__PURE__*/(0, _react.forwardRef)(function Ghost({
|
|
15
16
|
text,
|
|
16
17
|
iconProps,
|
|
@@ -45,39 +46,39 @@ const Ghost = exports.Ghost = /*#__PURE__*/(0, _react.forwardRef)(function Ghost
|
|
|
45
46
|
}
|
|
46
47
|
});
|
|
47
48
|
});
|
|
48
|
-
const backgroundStyleSheet =
|
|
49
|
+
const backgroundStyleSheet = CarbonStyleSheet.create({
|
|
49
50
|
default: {
|
|
50
51
|
backgroundColor: "transparent"
|
|
51
52
|
},
|
|
52
53
|
focused: {
|
|
53
54
|
borderWidth: 1,
|
|
54
|
-
borderColor:
|
|
55
|
+
borderColor: CarbonStyleSheet.color.focus
|
|
55
56
|
},
|
|
56
57
|
hovered: {
|
|
57
|
-
backgroundColor:
|
|
58
|
+
backgroundColor: CarbonStyleSheet.color.background_hover
|
|
58
59
|
},
|
|
59
60
|
pressed: {
|
|
60
|
-
backgroundColor:
|
|
61
|
+
backgroundColor: CarbonStyleSheet.color.background_active
|
|
61
62
|
},
|
|
62
63
|
disabled: {
|
|
63
64
|
backgroundColor: "transparent"
|
|
64
65
|
}
|
|
65
66
|
}),
|
|
66
|
-
textStyleSheet =
|
|
67
|
+
textStyleSheet = CarbonStyleSheet.create({
|
|
67
68
|
default: {
|
|
68
|
-
color:
|
|
69
|
+
color: CarbonStyleSheet.color.link_primary
|
|
69
70
|
},
|
|
70
71
|
focused: {
|
|
71
|
-
color:
|
|
72
|
+
color: CarbonStyleSheet.color.link_primary
|
|
72
73
|
},
|
|
73
74
|
hovered: {
|
|
74
|
-
color:
|
|
75
|
+
color: CarbonStyleSheet.color.link_primary_hover
|
|
75
76
|
},
|
|
76
77
|
pressed: {
|
|
77
|
-
color:
|
|
78
|
+
color: CarbonStyleSheet.color.link_primary
|
|
78
79
|
},
|
|
79
80
|
disabled: {
|
|
80
|
-
color:
|
|
81
|
+
color: CarbonStyleSheet.color.text_disabled
|
|
81
82
|
}
|
|
82
83
|
}),
|
|
83
84
|
style = _reactNative.StyleSheet.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","CarbonStyleSheet","_interopRequireWildcard","_index2","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Ghost","exports","forwardRef","text","iconProps","props","ref","themeContext","useContext","ThemeContext","jsx","BaseColor","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","style","mapIconPLByText","create","backgroundColor","borderWidth","borderColor","color","focus","background_hover","background_active","link_primary","link_primary_hover","text_disabled","StyleSheet","iconPL8","paddingLeft","Spacing","spacing_03","false","true","gray_10","Color","Token","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost/Ghost.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -7,10 +7,11 @@ exports.GhostDanger = void 0;
|
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
10
|
-
var
|
|
10
|
+
var CarbonStyleSheet = _interopRequireWildcard(require("../../../carbon-style-sheet/index.js"));
|
|
11
11
|
var _index2 = require("../../../contexts/index.js");
|
|
12
12
|
var _index3 = require("../base-color/index.js");
|
|
13
13
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
14
15
|
const GhostDanger = exports.GhostDanger = /*#__PURE__*/(0, _react.forwardRef)(function GhostDanger({
|
|
15
16
|
text,
|
|
16
17
|
iconProps,
|
|
@@ -45,39 +46,39 @@ const GhostDanger = exports.GhostDanger = /*#__PURE__*/(0, _react.forwardRef)(fu
|
|
|
45
46
|
}
|
|
46
47
|
});
|
|
47
48
|
});
|
|
48
|
-
const backgroundStyleSheet =
|
|
49
|
+
const backgroundStyleSheet = CarbonStyleSheet.create({
|
|
49
50
|
default: {
|
|
50
51
|
backgroundColor: "transparent"
|
|
51
52
|
},
|
|
52
53
|
focused: {
|
|
53
54
|
borderWidth: 1,
|
|
54
|
-
borderColor:
|
|
55
|
+
borderColor: CarbonStyleSheet.color.focus
|
|
55
56
|
},
|
|
56
57
|
hovered: {
|
|
57
|
-
backgroundColor:
|
|
58
|
+
backgroundColor: CarbonStyleSheet.color.button_danger_hover
|
|
58
59
|
},
|
|
59
60
|
pressed: {
|
|
60
|
-
backgroundColor:
|
|
61
|
+
backgroundColor: CarbonStyleSheet.color.button_danger_active
|
|
61
62
|
},
|
|
62
63
|
disabled: {
|
|
63
|
-
backgroundColor:
|
|
64
|
+
backgroundColor: CarbonStyleSheet.color.button_disabled
|
|
64
65
|
}
|
|
65
66
|
}),
|
|
66
|
-
textStyleSheet =
|
|
67
|
+
textStyleSheet = CarbonStyleSheet.create({
|
|
67
68
|
default: {
|
|
68
|
-
color:
|
|
69
|
+
color: CarbonStyleSheet.color.button_danger_secondary
|
|
69
70
|
},
|
|
70
71
|
focused: {
|
|
71
|
-
color:
|
|
72
|
+
color: CarbonStyleSheet.color.button_danger_secondary
|
|
72
73
|
},
|
|
73
74
|
hovered: {
|
|
74
|
-
color:
|
|
75
|
+
color: CarbonStyleSheet.color.text_on_color
|
|
75
76
|
},
|
|
76
77
|
pressed: {
|
|
77
|
-
color:
|
|
78
|
+
color: CarbonStyleSheet.color.text_on_color
|
|
78
79
|
},
|
|
79
80
|
disabled: {
|
|
80
|
-
color:
|
|
81
|
+
color: CarbonStyleSheet.color.text_disabled
|
|
81
82
|
}
|
|
82
83
|
}),
|
|
83
84
|
style = _reactNative.StyleSheet.create({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_carbonReactNativeElements","CarbonStyleSheet","_interopRequireWildcard","_index2","_index3","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","GhostDanger","exports","forwardRef","text","iconProps","props","ref","themeContext","useContext","ThemeContext","jsx","BaseColor","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","style","mapIconPLByText","create","backgroundColor","borderWidth","borderColor","color","focus","button_danger_hover","button_danger_active","button_disabled","button_danger_secondary","text_on_color","text_disabled","StyleSheet","iconPL8","paddingLeft","Spacing","spacing_03","false","true","gray_10","Color","Token","icon_on_color","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost-danger/GhostDanger.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -7,10 +7,11 @@ exports.GhostIcon = void 0;
|
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
|
|
10
|
-
var
|
|
10
|
+
var CarbonStyleSheet = _interopRequireWildcard(require("../../../carbon-style-sheet/index.js"));
|
|
11
11
|
var _index2 = require("../../../contexts/index.js");
|
|
12
12
|
var _index3 = require("../base-color/index.js");
|
|
13
13
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
14
15
|
const GhostIcon = exports.GhostIcon = /*#__PURE__*/(0, _react.forwardRef)(function GhostIcon(props, ref) {
|
|
15
16
|
const themeContext = (0, _react.useContext)(_index2.ThemeContext);
|
|
16
17
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.BaseColor, {
|
|
@@ -36,19 +37,19 @@ const GhostIcon = exports.GhostIcon = /*#__PURE__*/(0, _react.forwardRef)(functi
|
|
|
36
37
|
}
|
|
37
38
|
});
|
|
38
39
|
});
|
|
39
|
-
const backgroundStyleSheet =
|
|
40
|
+
const backgroundStyleSheet = CarbonStyleSheet.create({
|
|
40
41
|
default: {
|
|
41
42
|
backgroundColor: "transparent"
|
|
42
43
|
},
|
|
43
44
|
focused: {
|
|
44
45
|
borderWidth: 1,
|
|
45
|
-
borderColor:
|
|
46
|
+
borderColor: CarbonStyleSheet.color.focus
|
|
46
47
|
},
|
|
47
48
|
hovered: {
|
|
48
|
-
backgroundColor:
|
|
49
|
+
backgroundColor: CarbonStyleSheet.color.background_hover
|
|
49
50
|
},
|
|
50
51
|
pressed: {
|
|
51
|
-
backgroundColor:
|
|
52
|
+
backgroundColor: CarbonStyleSheet.color.background_active
|
|
52
53
|
},
|
|
53
54
|
disabled: {
|
|
54
55
|
backgroundColor: "transparent"
|