@audira/carbon-react-native 1.0.0-beta.9 → 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/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 +12 -13
- 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 +5 -8
- 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/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 +73 -37
- package/lib/commonjs/providers/dialog/DialogProvider.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/Controller.js +5 -2
- package/lib/commonjs/providers/dialog/_controller/Controller.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js +5 -2
- package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js.map +1 -1
- package/lib/commonjs/providers/dialog/_controller/_overlay/Overlay.js +6 -3
- 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/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 +5 -7
- 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 +5 -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/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 -38
- package/lib/module/providers/dialog/DialogProvider.js.map +1 -1
- package/lib/module/providers/dialog/_controller/Controller.js +5 -2
- package/lib/module/providers/dialog/_controller/Controller.js.map +1 -1
- package/lib/module/providers/dialog/_controller/_modal/Modal.js +4 -2
- package/lib/module/providers/dialog/_controller/_modal/Modal.js.map +1 -1
- package/lib/module/providers/dialog/_controller/_overlay/Overlay.js +3 -1
- 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/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 +2 -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/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/_controller/Controller.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/_overlay/Overlay.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/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 +2 -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/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/_controller/Controller.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/_overlay/Overlay.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 +1 -1
- 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 +8 -13
- package/src/components/modal/ModalProps.ts +3 -3
- package/src/components/modal-content/ModalContent.tsx +5 -15
- 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/helpers/color/get-color-scheme.ts +1 -0
- package/src/index.ts +6 -1
- package/src/providers/dialog/DialogProvider.tsx +106 -45
- package/src/providers/dialog/_controller/Controller.tsx +4 -1
- package/src/providers/dialog/_controller/_modal/Modal.tsx +5 -5
- package/src/providers/dialog/_controller/_overlay/Overlay.tsx +3 -3
- package/src/providers/toast/_overlay/Overlay.tsx +14 -11
- package/src/providers/toast/_overlay/_component-wrapper/ComponentWrapper.tsx +19 -5
- package/src/providers/toast/_overlay/_gap.ts +5 -0
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +0 -28
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js +0 -88
- package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/index.js +0 -39
- package/lib/commonjs/_internal/style-sheets/index.js.map +0 -1
- package/lib/commonjs/_internal/style-sheets/text-style-sheet.js +0 -66
- package/lib/commonjs/_internal/style-sheets/text-style-sheet.js.map +0 -1
- package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js +0 -2
- package/lib/commonjs/components/checkbox-input/CheckboxInputValue.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -41
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -6
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -6
- package/lib/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js +0 -39
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -35
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -6
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -6
- package/lib/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js +0 -39
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/Error.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/error/Error.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/error/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/error/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/index.js +0 -50
- package/lib/commonjs/components/notification/actionable-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/informational/Informational.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/Success.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/success/Success.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/success/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/success/index.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js +0 -48
- package/lib/commonjs/components/notification/actionable-inline/warning/Warning.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js +0 -6
- package/lib/commonjs/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js +0 -39
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/Error.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/error/Error.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/error/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/error/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/index.js +0 -50
- package/lib/commonjs/components/notification/callout-inline/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/Informational.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/informational/Informational.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/informational/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/informational/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/Success.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/success/Success.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/success/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/success/index.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/Warning.js +0 -48
- package/lib/commonjs/components/notification/callout-inline/warning/Warning.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js +0 -6
- package/lib/commonjs/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
- package/lib/commonjs/components/notification/callout-inline/warning/index.js +0 -39
- package/lib/commonjs/components/notification/callout-inline/warning/index.js.map +0 -1
- package/lib/module/_internal/style-sheets/common-style-sheet.js +0 -24
- package/lib/module/_internal/style-sheets/common-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/flex-style-sheet.js +0 -84
- package/lib/module/_internal/style-sheets/flex-style-sheet.js.map +0 -1
- package/lib/module/_internal/style-sheets/index.js +0 -6
- package/lib/module/_internal/style-sheets/index.js.map +0 -1
- package/lib/module/_internal/style-sheets/text-style-sheet.js +0 -62
- package/lib/module/_internal/style-sheets/text-style-sheet.js.map +0 -1
- package/lib/module/components/checkbox-input/CheckboxInputValue.js +0 -2
- package/lib/module/components/checkbox-input/CheckboxInputValue.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js +0 -37
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js +0 -4
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js +0 -4
- package/lib/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.js.map +0 -1
- package/lib/module/components/notification/_variants/actionable-inline/index.js +0 -6
- package/lib/module/components/notification/_variants/actionable-inline/index.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js +0 -31
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariant.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js +0 -4
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js +0 -4
- package/lib/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.js.map +0 -1
- package/lib/module/components/notification/_variants/callout-inline/index.js +0 -6
- package/lib/module/components/notification/_variants/callout-inline/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/Error.js +0 -44
- package/lib/module/components/notification/actionable-inline/error/Error.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/ErrorProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/error/ErrorProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/ErrorRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/error/ErrorRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/error/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/error/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/index.js +0 -7
- package/lib/module/components/notification/actionable-inline/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/Informational.js +0 -44
- package/lib/module/components/notification/actionable-inline/informational/Informational.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/informational/InformationalProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/informational/InformationalRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/informational/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/informational/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/Success.js +0 -44
- package/lib/module/components/notification/actionable-inline/success/Success.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/SuccessProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/success/SuccessProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/SuccessRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/success/SuccessRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/success/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/success/index.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/Warning.js +0 -44
- package/lib/module/components/notification/actionable-inline/warning/Warning.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/WarningProps.js +0 -4
- package/lib/module/components/notification/actionable-inline/warning/WarningProps.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/WarningRef.js +0 -4
- package/lib/module/components/notification/actionable-inline/warning/WarningRef.js.map +0 -1
- package/lib/module/components/notification/actionable-inline/warning/index.js +0 -6
- package/lib/module/components/notification/actionable-inline/warning/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/Error.js +0 -44
- package/lib/module/components/notification/callout-inline/error/Error.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/ErrorProps.js +0 -4
- package/lib/module/components/notification/callout-inline/error/ErrorProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/ErrorRef.js +0 -4
- package/lib/module/components/notification/callout-inline/error/ErrorRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/error/index.js +0 -6
- package/lib/module/components/notification/callout-inline/error/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/index.js +0 -7
- package/lib/module/components/notification/callout-inline/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/Informational.js +0 -44
- package/lib/module/components/notification/callout-inline/informational/Informational.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/InformationalProps.js +0 -4
- package/lib/module/components/notification/callout-inline/informational/InformationalProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/InformationalRef.js +0 -4
- package/lib/module/components/notification/callout-inline/informational/InformationalRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/informational/index.js +0 -6
- package/lib/module/components/notification/callout-inline/informational/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/Success.js +0 -44
- package/lib/module/components/notification/callout-inline/success/Success.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/SuccessProps.js +0 -4
- package/lib/module/components/notification/callout-inline/success/SuccessProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/SuccessRef.js +0 -4
- package/lib/module/components/notification/callout-inline/success/SuccessRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/success/index.js +0 -6
- package/lib/module/components/notification/callout-inline/success/index.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/Warning.js +0 -44
- package/lib/module/components/notification/callout-inline/warning/Warning.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/WarningProps.js +0 -4
- package/lib/module/components/notification/callout-inline/warning/WarningProps.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/WarningRef.js +0 -4
- package/lib/module/components/notification/callout-inline/warning/WarningRef.js.map +0 -1
- package/lib/module/components/notification/callout-inline/warning/index.js +0 -6
- package/lib/module/components/notification/callout-inline/warning/index.js.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts +0 -21
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
- package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +0 -4
- package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts +0 -59
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
- package/lib/typescript/commonjs/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts +0 -5
- package/lib/typescript/commonjs/components/notification/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts +0 -5
- package/lib/typescript/commonjs/components/notification/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts +0 -4
- package/lib/typescript/commonjs/components/notification/callout-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts +0 -21
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
- package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/index.d.ts +0 -4
- package/lib/typescript/module/_internal/style-sheets/index.d.ts.map +0 -1
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts +0 -59
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
- package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts +0 -5
- package/lib/typescript/module/components/checkbox-input/CheckboxInputValue.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariant.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts +0 -27
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariant.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts +0 -10
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/CalloutInlineVariantRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/_variants/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/index.d.ts +0 -5
- package/lib/typescript/module/components/notification/actionable-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/actionable-inline/warning/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/Error.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/ErrorRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/error/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/index.d.ts +0 -5
- package/lib/typescript/module/components/notification/callout-inline/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/Informational.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/InformationalRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/informational/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/Success.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/SuccessRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/success/index.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/Warning.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts +0 -6
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningProps.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/WarningRef.d.ts.map +0 -1
- package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts +0 -4
- package/lib/typescript/module/components/notification/callout-inline/warning/index.d.ts.map +0 -1
- package/src/_internal/style-sheets/common-style-sheet.ts +0 -24
- package/src/_internal/style-sheets/flex-style-sheet.ts +0 -84
- package/src/_internal/style-sheets/index.ts +0 -3
- package/src/_internal/style-sheets/text-style-sheet.ts +0 -62
- package/src/carbon-style-sheet/index.tsx +0 -51
- package/src/components/checkbox-input/CheckboxInputValue.ts +0 -6
- package/src/components/checkbox-input/index.tsx +0 -5
- package/src/components/index.tsx +0 -35
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariant.tsx +0 -70
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariantProps.ts +0 -46
- package/src/components/notification/_variants/actionable-inline/ActionableInlineVariantRef.ts +0 -6
- package/src/components/notification/_variants/actionable-inline/index.tsx +0 -3
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariant.tsx +0 -59
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariantProps.ts +0 -26
- package/src/components/notification/_variants/callout-inline/CalloutInlineVariantRef.ts +0 -6
- package/src/components/notification/_variants/callout-inline/index.tsx +0 -3
- package/src/components/notification/_variants/index.tsx +0 -5
- package/src/components/notification/actionable-inline/error/Error.tsx +0 -77
- package/src/components/notification/actionable-inline/error/ErrorProps.ts +0 -14
- package/src/components/notification/actionable-inline/error/ErrorRef.ts +0 -6
- package/src/components/notification/actionable-inline/informational/Informational.tsx +0 -77
- package/src/components/notification/actionable-inline/informational/InformationalProps.ts +0 -14
- package/src/components/notification/actionable-inline/informational/InformationalRef.ts +0 -6
- package/src/components/notification/actionable-inline/success/Success.tsx +0 -77
- package/src/components/notification/actionable-inline/success/SuccessProps.ts +0 -14
- package/src/components/notification/actionable-inline/success/SuccessRef.ts +0 -6
- package/src/components/notification/actionable-inline/warning/Warning.tsx +0 -77
- package/src/components/notification/actionable-inline/warning/WarningProps.ts +0 -14
- package/src/components/notification/actionable-inline/warning/WarningRef.ts +0 -6
- package/src/components/notification/callout/error/index.tsx +0 -3
- package/src/components/notification/callout/index.tsx +0 -4
- package/src/components/notification/callout/informational/index.tsx +0 -3
- package/src/components/notification/callout/success/index.tsx +0 -3
- package/src/components/notification/callout/warning/index.tsx +0 -3
- package/src/components/notification/callout-inline/error/Error.tsx +0 -77
- package/src/components/notification/callout-inline/error/ErrorProps.ts +0 -14
- package/src/components/notification/callout-inline/error/ErrorRef.ts +0 -6
- package/src/components/notification/callout-inline/informational/Informational.tsx +0 -77
- package/src/components/notification/callout-inline/informational/InformationalProps.ts +0 -14
- package/src/components/notification/callout-inline/informational/InformationalRef.ts +0 -6
- package/src/components/notification/callout-inline/success/Success.tsx +0 -77
- package/src/components/notification/callout-inline/success/SuccessProps.ts +0 -14
- package/src/components/notification/callout-inline/success/SuccessRef.ts +0 -6
- package/src/components/notification/callout-inline/warning/Warning.tsx +0 -77
- package/src/components/notification/callout-inline/warning/WarningProps.ts +0 -14
- package/src/components/notification/callout-inline/warning/WarningRef.ts +0 -6
- package/src/components/notification/index.tsx +0 -18
- package/src/components/notification/toast/error/index.tsx +0 -3
- package/src/components/notification/toast/index.tsx +0 -4
- package/src/components/notification/toast/informational/index.tsx +0 -3
- package/src/components/notification/toast/success/index.tsx +0 -3
- package/src/components/notification/toast/warning/index.tsx +0 -3
- /package/src/components/accordion/{index.tsx → index.ts} +0 -0
- /package/src/components/button-group/{index.tsx → index.ts} +0 -0
- /package/src/components/checkbox/{index.tsx → index.ts} +0 -0
- /package/src/components/checkbox-group/{index.tsx → index.ts} +0 -0
- /package/src/components/form-label/{index.tsx → index.ts} +0 -0
- /package/src/components/inline-loading/{index.tsx → index.ts} +0 -0
- /package/src/components/layer/{index.tsx → index.ts} +0 -0
- /package/src/components/modal/{index.tsx → index.ts} +0 -0
- /package/src/components/modal-content/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/actionable/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/callout/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/_variants/toast/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/error/index.tsx → actionable/error/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/index.tsx → actionable/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/informational/index.tsx → actionable/informational/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/success/index.tsx → actionable/success/index.ts} +0 -0
- /package/src/components/notification/{actionable-inline/warning/index.tsx → actionable/warning/index.ts} +0 -0
- /package/src/components/notification/base/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{actionable/error/index.tsx → callout/error/index.ts} +0 -0
- /package/src/components/notification/{actionable/index.tsx → callout/index.ts} +0 -0
- /package/src/components/notification/{actionable/informational/index.tsx → callout/informational/index.ts} +0 -0
- /package/src/components/notification/{actionable/success/index.tsx → callout/success/index.ts} +0 -0
- /package/src/components/notification/{actionable/warning/index.tsx → callout/warning/index.ts} +0 -0
- /package/src/components/notification/subtitle/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/subtitle-link/{index.tsx → index.ts} +0 -0
- /package/src/components/notification/{callout-inline/error/index.tsx → toast/error/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/index.tsx → toast/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/informational/index.tsx → toast/informational/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/success/index.tsx → toast/success/index.ts} +0 -0
- /package/src/components/notification/{callout-inline/warning/index.tsx → toast/warning/index.ts} +0 -0
- /package/src/components/radio-button/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button-group/{index.tsx → index.ts} +0 -0
- /package/src/components/radio-button-input/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area-field/{index.tsx → index.ts} +0 -0
- /package/src/components/text-area-fluid/{index.tsx → index.ts} +0 -0
- /package/src/components/text-input-field/{index.tsx → index.ts} +0 -0
- /package/src/components/text-input-fluid/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/base/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/default/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/{index.tsx → index.ts} +0 -0
- /package/src/components/toggle/small/{index.tsx → index.ts} +0 -0
- /package/src/providers/toast/{index.tsx → index.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","View","Color","MathHelper","CarbonStyleSheet","LayerContext","jsx","_jsx","Layer","level","levelProp","withBackground","style","props","ref","layerContextLevel","value","clamp","MinLevel","MaxLevel","Provider","children","bgLevelStyleSheet","undefined","create","backgroundColor","color","layer_01","layer_02","layer_03"],"sourceRoot":"../../../../src","sources":["components/layer/Layer.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QAEE,cAAc;AAErB,SACCC,KAAK,QAEC,sCAAsC;AAE7C,SACCC,UAAU,QACJ,kCAAyB;AAEhC,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","View","Color","MathHelper","CarbonStyleSheet","LayerContext","jsx","_jsx","Layer","level","levelProp","withBackground","style","props","ref","layerContextLevel","value","clamp","MinLevel","MaxLevel","Provider","children","bgLevelStyleSheet","undefined","create","backgroundColor","color","layer_01","layer_02","layer_03"],"sourceRoot":"../../../../src","sources":["components/layer/Layer.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QAEE,cAAc;AAErB,SACCC,KAAK,QAEC,sCAAsC;AAE7C,SACCC,UAAU,QACJ,kCAAyB;AAEhC,OAAO,KAAKC,gBAAgB,MAAM,mCAA0B;AAE5D,SACCC,YAAY,QACN,mBAAgB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUvB,OAAO,MAAMC,KAAK,gBAAGT,UAAU,CAC9B,SAASS,KAAKA,CACb;EACCC,KAAK,EAAEC,SAAS;EAChBC,cAAc;EACdC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,iBAAiB,GAChBf,UAAU,CAACK,YAAY,CAAC;IAEzBI,KAAK,GACJC,SAAS,IAAIK,iBAAiB;IAE/BC,KAAK,GACJb,UAAU,CAACc,KAAK,CAACR,KAAK,GAAG,CAAC,EAAEP,KAAK,CAACM,KAAK,CAACU,QAAQ,EAAEhB,KAAK,CAACM,KAAK,CAACW,QAAQ,CAAC;EAEzE,oBACCZ,IAAA,CAACF,YAAY,CAACe,QAAQ;IAACJ,KAAK,EAAGA,KAAO;IAAAK,QAAA,eACrCd,IAAA,CAACN,IAAI;MACJa,GAAG,EAAGA,GAAK;MAAA,GACND,KAAK;MACVD,KAAK,EAAG,CACPD,cAAc,GACXW,iBAAiB,CAACN,KAAK,CAAC,GACxBO,SAAS,EACZX,KAAK;IACH,CACH;EAAC,CACoB,CAAC;AAG1B,CACD,CAAC;AAED,MACCU,iBAAiB,GAChBlB,gBAAgB,CAACoB,MAAM,CAAqC;EAC3D,CAAC,EAAE;IACFC,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACC;EACzC,CAAC;EACD,CAAC,EAAE;IACFF,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACE;EACzC,CAAC;EACD,CAAC,EAAE;IACFH,eAAe,EAAErB,gBAAgB,CAACsB,KAAK,CAACG;EACzC;AACD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/layer/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/layer/index.ts"],"mappings":";;AAAA,cAAc,YAAS;AACvB,cAAc,mBAAgB","ignoreList":[]}
|
|
@@ -40,7 +40,8 @@ export const Loading = /*#__PURE__*/forwardRef(function ({
|
|
|
40
40
|
...props,
|
|
41
41
|
type: type,
|
|
42
42
|
circleStrokeColor: MapCircleStrokeColor[themeContext.colorScheme],
|
|
43
|
-
circleBackgroundColor: MapCircleBackgroundColor[layerContext][themeContext.colorScheme]
|
|
43
|
+
circleBackgroundColor: MapCircleBackgroundColor[layerContext][themeContext.colorScheme]
|
|
44
|
+
/* eslint-disable react-hooks/refs */,
|
|
44
45
|
style: [{
|
|
45
46
|
transform: [{
|
|
46
47
|
rotateZ: rotationValue.current.interpolate({
|
|
@@ -49,6 +50,7 @@ export const Loading = /*#__PURE__*/forwardRef(function ({
|
|
|
49
50
|
})
|
|
50
51
|
}]
|
|
51
52
|
}, style]
|
|
53
|
+
/* eslint-enable react-hooks/refs */
|
|
52
54
|
});
|
|
53
55
|
});
|
|
54
56
|
const AnimatedCircularProgress = Animated.createAnimatedComponent(CircularProgress);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","useEffect","useRef","Animated","Easing","Motion","ThemeContext","LayerContext","CircularProgress","MapCircleBackgroundColor","MapCircleStrokeColor","jsx","_jsx","Loading","type","style","props","ref","layerContext","themeContext","rotationValue","Value","loop","timing","current","toValue","duration","Duration","slow_02","easing","linear","useNativeDriver","iterations","start","stop","AnimatedCircularProgress","forwardedRef","circleStrokeColor","colorScheme","circleBackgroundColor","transform","rotateZ","interpolate","inputRange","outputRange","createAnimatedComponent"],"sourceRoot":"../../../../src","sources":["components/loading/Loading.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,EACVC,SAAS,EACTC,MAAM,QACA,OAAO;AAEd,SACCC,QAAQ,EACRC,MAAM,QACA,cAAc;AAErB,SACCC,MAAM,QACA,sCAAsC;AAE7C,SACCC,YAAY,QACN,yBAAgB;AAEvB,SACCC,YAAY,QACN,mBAAU;AAUjB,SACCC,gBAAgB,QACV,+BAAsB;AAE7B,SACCC,wBAAwB,QAClB,mCAAgC;AAEvC,SACCC,oBAAoB,QACd,+BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEnC,OAAO,MAAMC,OAAO,gBAAGd,UAAU,CAChC,UACC;EACCe,IAAI,GAAG,OAAO;EACdC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,YAAY,GACXlB,UAAU,CAACO,YAAY,CAAC;IAEzBY,YAAY,GACXnB,UAAU,CAACM,YAAY,CAAC;IAEzB;AACH;AACA;AACA;AACA;AACA;IACGc,aAAa,GACZlB,MAAM,CAAC,IAAIC,QAAQ,CAACkB,KAAK,CAAC,CAAC,CAAC,CAAC;EAE/BpB,SAAS,CAAC,MAAM;IACf,MAAMqB,IAAI,GAAGnB,QAAQ,CAACmB,IAAI,CACzBnB,QAAQ,CAACoB,MAAM,CACdH,aAAa,CAACI,OAAO,EACrB;MACCC,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAErB,MAAM,CAACsB,QAAQ,CAACC,OAAO;MACjCC,MAAM,EAAEzB,MAAM,CAAC0B,MAAM;MACrBC,eAAe,EAAE;IAClB,CACD,CAAC,EACD;MACCC,UAAU,EAAE,CAAC;IACd,CACD,CAAC;IACDV,IAAI,CAACW,KAAK,CAAC,CAAC;IACZ,OAAOX,IAAI,CAACY,IAAI;EACjB,CAAC,EAAE,EAAE,CAAC;EAEN,oBACCtB,IAAA,CAACuB,wBAAwB;IACxBC,YAAY,EAAGnB,GAAK;IAAA,GACfD,KAAK;IACVF,IAAI,EAAGA,IAAM;IACbuB,iBAAiB,EAAG3B,oBAAoB,CAACS,YAAY,CAACmB,WAAW,CAAG;IACpEC,qBAAqB,EAAG9B,wBAAwB,CAACS,YAAY,CAAC,CAACC,YAAY,CAACmB,WAAW
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","useEffect","useRef","Animated","Easing","Motion","ThemeContext","LayerContext","CircularProgress","MapCircleBackgroundColor","MapCircleStrokeColor","jsx","_jsx","Loading","type","style","props","ref","layerContext","themeContext","rotationValue","Value","loop","timing","current","toValue","duration","Duration","slow_02","easing","linear","useNativeDriver","iterations","start","stop","AnimatedCircularProgress","forwardedRef","circleStrokeColor","colorScheme","circleBackgroundColor","transform","rotateZ","interpolate","inputRange","outputRange","createAnimatedComponent"],"sourceRoot":"../../../../src","sources":["components/loading/Loading.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,EACVC,SAAS,EACTC,MAAM,QACA,OAAO;AAEd,SACCC,QAAQ,EACRC,MAAM,QACA,cAAc;AAErB,SACCC,MAAM,QACA,sCAAsC;AAE7C,SACCC,YAAY,QACN,yBAAgB;AAEvB,SACCC,YAAY,QACN,mBAAU;AAUjB,SACCC,gBAAgB,QACV,+BAAsB;AAE7B,SACCC,wBAAwB,QAClB,mCAAgC;AAEvC,SACCC,oBAAoB,QACd,+BAA4B;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAEnC,OAAO,MAAMC,OAAO,gBAAGd,UAAU,CAChC,UACC;EACCe,IAAI,GAAG,OAAO;EACdC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,YAAY,GACXlB,UAAU,CAACO,YAAY,CAAC;IAEzBY,YAAY,GACXnB,UAAU,CAACM,YAAY,CAAC;IAEzB;AACH;AACA;AACA;AACA;AACA;IACGc,aAAa,GACZlB,MAAM,CAAC,IAAIC,QAAQ,CAACkB,KAAK,CAAC,CAAC,CAAC,CAAC;EAE/BpB,SAAS,CAAC,MAAM;IACf,MAAMqB,IAAI,GAAGnB,QAAQ,CAACmB,IAAI,CACzBnB,QAAQ,CAACoB,MAAM,CACdH,aAAa,CAACI,OAAO,EACrB;MACCC,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAErB,MAAM,CAACsB,QAAQ,CAACC,OAAO;MACjCC,MAAM,EAAEzB,MAAM,CAAC0B,MAAM;MACrBC,eAAe,EAAE;IAClB,CACD,CAAC,EACD;MACCC,UAAU,EAAE,CAAC;IACd,CACD,CAAC;IACDV,IAAI,CAACW,KAAK,CAAC,CAAC;IACZ,OAAOX,IAAI,CAACY,IAAI;EACjB,CAAC,EAAE,EAAE,CAAC;EAEN,oBACCtB,IAAA,CAACuB,wBAAwB;IACxBC,YAAY,EAAGnB,GAAK;IAAA,GACfD,KAAK;IACVF,IAAI,EAAGA,IAAM;IACbuB,iBAAiB,EAAG3B,oBAAoB,CAACS,YAAY,CAACmB,WAAW,CAAG;IACpEC,qBAAqB,EAAG9B,wBAAwB,CAACS,YAAY,CAAC,CAACC,YAAY,CAACmB,WAAW;IACvF;IACAvB,KAAK,EAAG,CACP;MACCyB,SAAS,EAAE,CAAC;QACXC,OAAO,EAAErB,aAAa,CAACI,OAAO,CAACkB,WAAW,CAAC;UAC1CC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;UAClBC,WAAW,EAAE,CAAC,MAAM,EAAE,QAAQ;QAC/B,CAAC;MACF,CAAC;IACF,CAAC,EACD7B,KAAK;IAEN;EAAA,CACA,CAAC;AAGJ,CACD,CAAC;AAED,MACCoB,wBAAwB,GACvBhC,QAAQ,CAAC0C,uBAAuB,CAACrC,gBAAgB,CAAC","ignoreList":[]}
|
|
@@ -7,9 +7,9 @@ import IconClose from "@carbon/icons/svg/32/close.svg";
|
|
|
7
7
|
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
|
8
8
|
import { GlobalConfigContext, InDialogContext, ModalContext } from "../../_internal/contexts/index.js";
|
|
9
9
|
import { ModalHelper } from "../../_internal/helpers/index.js";
|
|
10
|
-
import
|
|
11
|
-
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
10
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
12
11
|
import { BreakpointContext } from "../../contexts/index.js";
|
|
12
|
+
import { Box } from "../box/index.js";
|
|
13
13
|
import { GhostIcon as ButtonGhostIcon } from "../button/ghost-icon/index.js";
|
|
14
14
|
import { LayerContext } from "../layer/LayerContext.js";
|
|
15
15
|
import { Text } from "../text/index.js";
|
|
@@ -31,7 +31,6 @@ export const Modal = /*#__PURE__*/forwardRef(function Modal({
|
|
|
31
31
|
"aria-label": ariaLabel,
|
|
32
32
|
"aria-labelledby": ariaLabelledBy,
|
|
33
33
|
style,
|
|
34
|
-
dir,
|
|
35
34
|
...props
|
|
36
35
|
}, ref) {
|
|
37
36
|
const breakpoint = useContext(BreakpointContext),
|
|
@@ -64,13 +63,12 @@ export const Modal = /*#__PURE__*/forwardRef(function Modal({
|
|
|
64
63
|
applyInsets,
|
|
65
64
|
applyInsetsEdges
|
|
66
65
|
},
|
|
67
|
-
children: /*#__PURE__*/_jsx(
|
|
66
|
+
children: /*#__PURE__*/_jsx(Box, {
|
|
68
67
|
ref: ref,
|
|
69
68
|
...props,
|
|
70
69
|
"aria-label": ariaLabel ?? label,
|
|
71
70
|
"aria-labelledBy": ariaLabelledBy ?? label,
|
|
72
|
-
|
|
73
|
-
style: [bgLayerStyleSheet[`bg_${layerContextLevel}`], inDialogContext ? styleSheetBySizeAndBreakpoint.modalInDialog : undefined, globalConfigContext.rtl ? CommonStyleSheet.rtl : undefined, isApplyInsets && applyInsetsEdges.bottom ? {
|
|
71
|
+
style: [bgLayerStyleSheet[`bg_${layerContextLevel}`], inDialogContext ? styleSheetBySizeAndBreakpoint.modalInDialog : undefined, isApplyInsets && applyInsetsEdges.bottom ? {
|
|
74
72
|
paddingBottom: safeAreaInsets.bottom
|
|
75
73
|
} : undefined, style],
|
|
76
74
|
children: /*#__PURE__*/_jsxs(LayerContext.Provider, {
|
|
@@ -90,7 +88,7 @@ export const Modal = /*#__PURE__*/forwardRef(function Modal({
|
|
|
90
88
|
}), /*#__PURE__*/_jsx(ButtonGhostIcon, {
|
|
91
89
|
...buttonCloseProps,
|
|
92
90
|
Icon: IconClose,
|
|
93
|
-
style: [
|
|
91
|
+
style: [CarbonStyleSheet.g.absolute, styleSheet.iconClose, globalConfigContext.rtl ? styleSheet.iconCloseRtl : styleSheet.iconCloseLtr, isApplyInsets && applyInsetsEdges.top ? {
|
|
94
92
|
top: safeAreaInsets.top / 2
|
|
95
93
|
} : undefined, buttonCloseProps?.style]
|
|
96
94
|
}), children]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","useMemo","StyleSheet","View","Spacing","IconClose","useSafeAreaInsets","GlobalConfigContext","InDialogContext","ModalContext","ModalHelper","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","useMemo","StyleSheet","View","Spacing","IconClose","useSafeAreaInsets","GlobalConfigContext","InDialogContext","ModalContext","ModalHelper","CarbonStyleSheet","BreakpointContext","Box","GhostIcon","ButtonGhostIcon","LayerContext","Text","jsx","_jsx","jsxs","_jsxs","Modal","size","label","labelProp","title","children","buttonCloseProps","applyInsets","applyInsetsEdges","applyInsetsEdgesProp","ariaLabel","ariaLabelledBy","style","props","ref","breakpoint","globalConfigContext","inDialogContext","layerContextLevel","styleSheetBySizeAndBreakpoint","mapStyleSheetBySizeAndBreakpoint","safeAreaInsets","top","bottom","left","right","isApplyInsets","inDialog","Provider","value","bgLayerStyleSheet","modalInDialog","undefined","paddingBottom","styleSheet","headerTextContainer","paddingTop","type","Icon","g","absolute","iconClose","rtl","iconCloseRtl","iconCloseLtr","create","spacing_05","marginBottom","rowGap","spacing_02","backgroundColor","extra_small","small","width","height","paddingHorizontal","medium","maxHeight","large","x_large","max","paddingStart","paddingEnd","bg_1","color","layer_01","bg_2","layer_02","bg_3","layer_03"],"sourceRoot":"../../../../src","sources":["components/modal/Modal.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/modal/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/modal/index.ts"],"mappings":";;AAAA,cAAc,YAAS","ignoreList":[]}
|
|
@@ -1,35 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
|
-
import { StyleSheet
|
|
4
|
+
import { StyleSheet } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
|
7
|
-
import {
|
|
7
|
+
import { InDialogContext, ModalContext } from "../../_internal/contexts/index.js";
|
|
8
8
|
import { ModalHelper } from "../../_internal/helpers/index.js";
|
|
9
|
-
import { CommonStyleSheet } from "../../_internal/style-sheets/index.js";
|
|
10
9
|
import { BreakpointContext } from "../../contexts/index.js";
|
|
10
|
+
import { Box } from "../box/index.js";
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const ModalContent = /*#__PURE__*/forwardRef(function ModalContent({
|
|
13
13
|
fullWidth,
|
|
14
14
|
style,
|
|
15
|
-
dir,
|
|
16
15
|
...props
|
|
17
16
|
}, ref) {
|
|
18
17
|
const breakpoint = useContext(BreakpointContext),
|
|
19
18
|
modalContext = useContext(ModalContext),
|
|
20
19
|
inDialogContext = useContext(InDialogContext),
|
|
21
|
-
globalConfigContext = useContext(GlobalConfigContext),
|
|
22
20
|
safeAreaInsets = useSafeAreaInsets(),
|
|
23
21
|
isApplyInsets = ModalHelper.isApplyInsets({
|
|
24
22
|
applyInsets: modalContext.applyInsets,
|
|
25
23
|
breakpoint,
|
|
26
24
|
inDialog: inDialogContext
|
|
27
25
|
});
|
|
28
|
-
return /*#__PURE__*/_jsx(
|
|
26
|
+
return /*#__PURE__*/_jsx(Box, {
|
|
29
27
|
ref: ref,
|
|
30
28
|
...props,
|
|
31
|
-
|
|
32
|
-
style: [styleSheet.modalContent, mapStyleSheetBySizeAndBreakpoint[modalContext.size][breakpoint], fullWidth ? styleSheet.fullWidth : undefined, globalConfigContext.rtl ? CommonStyleSheet.rtl : undefined, isApplyInsets ? {
|
|
29
|
+
style: [styleSheet.modalContent, mapStyleSheetBySizeAndBreakpoint[modalContext.size][breakpoint], fullWidth ? styleSheet.fullWidth : undefined, isApplyInsets ? {
|
|
33
30
|
marginLeft: safeAreaInsets.left,
|
|
34
31
|
marginRight: safeAreaInsets.right
|
|
35
32
|
} : undefined, style]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Spacing","useSafeAreaInsets","InDialogContext","ModalContext","ModalHelper","BreakpointContext","Box","jsx","_jsx","ModalContent","fullWidth","style","props","ref","breakpoint","modalContext","inDialogContext","safeAreaInsets","isApplyInsets","applyInsets","inDialog","styleSheet","modalContent","mapStyleSheetBySizeAndBreakpoint","size","undefined","marginLeft","left","marginRight","right","create","marginBottom","spacing_09","paddingEnd","spacing_05","extra_small","small","paddingStart","medium","large","x_large","max"],"sourceRoot":"../../../../src","sources":["components/modal-content/ModalContent.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/modal-content/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/modal-content/index.ts"],"mappings":";;AAAA,cAAc,mBAAgB","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import Icon from "@carbon/icons/svg/32/error--filled.svg";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../../contexts/index.js";
|
|
8
8
|
import { useBase } from "../_base/index.js";
|
|
9
9
|
export function useError({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useError","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_error_background","borderTopColor","notification_error_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_error","support_error_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/error/useError.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,wCAAwC;AAEzD,
|
|
1
|
+
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useError","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_error_background","borderTopColor","notification_error_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_error","support_error_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/error/useError.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import Icon from "@carbon/icons/svg/32/information--filled.svg";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../../contexts/index.js";
|
|
8
8
|
import { useBase } from "../_base/index.js";
|
|
9
9
|
export function useInformational({
|
package/lib/module/components/notification/_status-hooks/informational/useInformational.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useInformational","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_info_background","borderTopColor","notification_info_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_info","support_info_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/informational/useInformational.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,8CAA8C;AAE/D,
|
|
1
|
+
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useInformational","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_info_background","borderTopColor","notification_info_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_info","support_info_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/informational/useInformational.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import Icon from "@carbon/icons/svg/32/checkmark--filled.svg";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../../contexts/index.js";
|
|
8
8
|
import { useBase } from "../_base/index.js";
|
|
9
9
|
export function useSuccess({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useSuccess","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_success_background","borderTopColor","notification_success_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_success","support_success_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/success/useSuccess.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,4CAA4C;AAE7D,
|
|
1
|
+
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useSuccess","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_success_background","borderTopColor","notification_success_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_success","support_success_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/success/useSuccess.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,4CAA4C;AAE7D,OAAO,KAAKC,gBAAgB,MAAM,yCAAgC;AAElE,SACCC,YAAY,QACN,+BAAsB;AAM7B,SACCC,OAAO,QAED,mBAAU;AAUjB,OAAO,SAASC,UAAUA,CAAC;EAC1BC,KAAK;EACLC;AACgB,CAAC,EAAkB;EAEnC,MACCC,YAAY,GACXT,UAAU,CAACI,YAAY,CAAC;IAEzBM,IAAI,GACHL,OAAO,CAAC;MACPE,KAAK;MACLC,sBAAsB;MACtBG,KAAK,EAAEC,WAAW;MAClBC,UAAU;MACVC,YAAY;MACZC,SAAS,EAAEC,YAAY,CAACP,YAAY,CAACQ,WAAW,CAAC;MACjDC,cAAc,EAAEC,iBAAiB,CAACV,YAAY,CAACQ,WAAW;IAC3D,CAAC,CAAC;EAEJ,OAAO;IACN,GAAGP,IAAI;IACPR;EACD,CAAC;AAEF;AAEA,MACCU,WAAW,GACVT,gBAAgB,CAACiB,MAAM,CAAsE;IAC5FC,YAAY,EAAE;MACbC,eAAe,EAAEnB,gBAAgB,CAACI,KAAK,CAACgB,+BAA+B;MACvEC,cAAc,EAAErB,gBAAgB,CAACI,KAAK,CAACkB,2BAA2B;MAClEC,gBAAgB,EAAEvB,gBAAgB,CAACI,KAAK,CAACkB,2BAA2B;MACpEE,iBAAiB,EAAExB,gBAAgB,CAACI,KAAK,CAACkB;IAC3C,CAAC;IACDG,aAAa,EAAE;MACdN,eAAe,EAAEnB,gBAAgB,CAACI,KAAK,CAACsB,kBAAkB;MAC1DL,cAAc,EAAErB,gBAAgB,CAACI,KAAK,CAACsB,kBAAkB;MACzDH,gBAAgB,EAAEvB,gBAAgB,CAACI,KAAK,CAACsB,kBAAkB;MAC3DF,iBAAiB,EAAExB,gBAAgB,CAACI,KAAK,CAACsB;IAC3C;EACD,CAAC,CAAC;EAEHhB,UAAU,GACTV,gBAAgB,CAACiB,MAAM,CAA2E;IACjGC,YAAY,EAAE;MACbd,KAAK,EAAEJ,gBAAgB,CAACI,KAAK,CAACuB;IAC/B,CAAC;IACDF,aAAa,EAAE;MACdrB,KAAK,EAAEJ,gBAAgB,CAACI,KAAK,CAACwB;IAC/B;EACD,CAAC,CAAC;EAEHjB,YAAY,GACXX,gBAAgB,CAACiB,MAAM,CAA6E;IACnGC,YAAY,EAAE;MACbC,eAAe,EAAEnB,gBAAgB,CAACI,KAAK,CAACyB;IACzC,CAAC;IACDJ,aAAa,EAAE;MACdN,eAAe,EAAEnB,gBAAgB,CAACI,KAAK,CAAC0B;IACzC;EACD,CAAC,CAAC;EAEHjB,YAAiF,GAChF;IACCkB,OAAO,EAAE;MACRb,YAAY,EAAEpB,KAAK,CAACkC,KAAK,CAACD,OAAO,CAACF,eAAe;MACjDJ,aAAa,EAAE3B,KAAK,CAACkC,KAAK,CAACD,OAAO,CAACD;IACpC,CAAC;IACDG,QAAQ,EAAE;MACTf,YAAY,EAAEpB,KAAK,CAACkC,KAAK,CAACC,QAAQ,CAACJ,eAAe;MAClDJ,aAAa,EAAE3B,KAAK,CAACkC,KAAK,CAACC,QAAQ,CAACH;IACrC;EACD,CAAC;EAEFd,iBAAsF,GACrF;IACCe,OAAO,EAAE;MACRb,YAAY,EAAEpB,KAAK,CAACkC,KAAK,CAACD,OAAO,CAACG,YAAY;MAC9CT,aAAa,EAAE3B,KAAK,CAACkC,KAAK,CAACD,OAAO,CAACI;IACpC,CAAC;IACDF,QAAQ,EAAE;MACTf,YAAY,EAAEpB,KAAK,CAACkC,KAAK,CAACC,QAAQ,CAACC,YAAY;MAC/CT,aAAa,EAAE3B,KAAK,CAACkC,KAAK,CAACC,QAAQ,CAACE;IACrC;EACD,CAAC","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
5
|
import Icon from "@carbon/icons/svg/32/warning--filled.svg";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../../contexts/index.js";
|
|
8
8
|
import { useBase } from "../_base/index.js";
|
|
9
9
|
export function useWarning({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useWarning","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_warning_background","borderTopColor","notification_warning_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_warning","support_warning_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/warning/useWarning.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAOC,IAAI,MAAM,0CAA0C;AAE3D,
|
|
1
|
+
{"version":3,"names":["useContext","Color","Icon","CarbonStyleSheet","ThemeContext","useBase","useWarning","color","transparentBorderColor","themeContext","data","style","statusStyle","titleStyle","leftBarStyle","iconColor","mapIconColor","colorScheme","iconCloseColor","mapIconCloseColor","create","low_contrast","backgroundColor","notification_warning_background","borderTopColor","notification_warning_border","borderRightColor","borderBottomColor","high_contrast","background_inverse","text_primary","text_inverse","support_warning","support_warning_inverse","gray_10","Token","gray_100","icon_primary","icon_inverse"],"sourceRoot":"../../../../../../src","sources":["components/notification/_status-hooks/warning/useWarning.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -18,7 +18,6 @@ export const ActionableVariant = /*#__PURE__*/forwardRef(function ActionableVari
|
|
|
18
18
|
color: color,
|
|
19
19
|
children: /*#__PURE__*/_jsx(Base, {
|
|
20
20
|
...props,
|
|
21
|
-
inline: false,
|
|
22
21
|
Icon: Icon,
|
|
23
22
|
iconClose: true,
|
|
24
23
|
body: subtitle && (typeof subtitle === "string" || typeof subtitle === "number") ? /*#__PURE__*/_jsx(Subtitle, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","VariantContextProvider","Base","Subtitle","ButtonTertiary","jsx","_jsx","ActionableVariant","color","Icon","subtitle","subtitleStyle","buttonProps","props","ref","children","
|
|
1
|
+
{"version":3,"names":["forwardRef","VariantContextProvider","Base","Subtitle","ButtonTertiary","jsx","_jsx","ActionableVariant","color","Icon","subtitle","subtitleStyle","buttonProps","props","ref","children","iconClose","body","style","nodes","beforeContentContainerEnd","undefined"],"sourceRoot":"../../../../../../src","sources":["components/notification/_variants/actionable/ActionableVariant.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,sBAAsB,QAChB,kCAA+B;AAEtC,SACCC,IAAI,QACE,qBAAY;AAEnB,SACCC,QAAQ,QACF,yBAAgB;AAEvB,SACCC,cAAc,QACR,uBAAoB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU3B,OAAO,MAAMC,iBAAiB,gBAAGP,UAAU,CAC1C,SAASO,iBAAiBA,CACzB;EACCC,KAAK;EACLC,IAAI;EACJC,QAAQ;EACRC,aAAa;EACbC,WAAW;EACX,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,oBACCR,IAAA,CAACL,sBAAsB;IAACO,KAAK,EAAGA,KAAO;IAAAO,QAAA,eACtCT,IAAA,CAACJ,IAAI;MAAA,GACCW,KAAK;MACVJ,IAAI,EAAGA,IAAM;MACbO,SAAS;MACTC,IAAI,EACHP,QAAQ,KAAK,OAAOA,QAAQ,KAAK,QAAQ,IAAI,OAAOA,QAAQ,KAAK,QAAQ,CAAC,gBACzEJ,IAAA,CAACH,QAAQ;QAACe,KAAK,EAAGP,aAAe;QAAAI,QAAA,EAC9BL;MAAQ,CACD,CAAC,GACRA,QACJ;MACDS,KAAK,EAAE;QACNC,yBAAyB,EAAER,WAAW,gBACrCN,IAAA,CAACF,cAAc;UAAA,GACTQ;QAAW,CAChB,CAAC,GACCS;MACL,CAAE;MACFP,GAAG,EAAGA;IAAK,CACX;EAAC,CACqB,CAAC;AAG3B,CAED,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/_variants/actionable/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/_variants/actionable/index.ts"],"mappings":";;AAAA,cAAc,wBAAqB;AACnC,cAAc,6BAA0B;AACxC,cAAc,2BAAwB","ignoreList":[]}
|
|
@@ -16,7 +16,6 @@ export const CalloutVariant = /*#__PURE__*/forwardRef(function CalloutVariant({
|
|
|
16
16
|
color: color,
|
|
17
17
|
children: /*#__PURE__*/_jsx(Base, {
|
|
18
18
|
...props,
|
|
19
|
-
inline: false,
|
|
20
19
|
Icon: Icon,
|
|
21
20
|
iconClose: false,
|
|
22
21
|
body: subtitle && (typeof subtitle === "string" || typeof subtitle === "number") ? /*#__PURE__*/_jsx(Subtitle, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","VariantContextProvider","Base","Subtitle","jsx","_jsx","CalloutVariant","color","Icon","subtitle","subtitleStyle","props","ref","children","
|
|
1
|
+
{"version":3,"names":["forwardRef","VariantContextProvider","Base","Subtitle","jsx","_jsx","CalloutVariant","color","Icon","subtitle","subtitleStyle","props","ref","children","iconClose","body","style","nodes","undefined"],"sourceRoot":"../../../../../../src","sources":["components/notification/_variants/callout/CalloutVariant.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,sBAAsB,QAChB,kCAA+B;AAEtC,SACCC,IAAI,QACE,qBAAY;AAEnB,SACCC,QAAQ,QACF,yBAAgB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUvB,OAAO,MAAMC,cAAc,gBAAGN,UAAU,CACvC,SAASM,cAAcA,CACtB;EACCC,KAAK;EACLC,IAAI;EACJC,QAAQ;EACRC,aAAa;EACb,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,oBACCP,IAAA,CAACJ,sBAAsB;IAACM,KAAK,EAAGA,KAAO;IAAAM,QAAA,eACtCR,IAAA,CAACH,IAAI;MAAA,GACCS,KAAK;MACVH,IAAI,EAAGA,IAAM;MACbM,SAAS,EAAG,KAAO;MACnBC,IAAI,EACHN,QAAQ,KAAK,OAAOA,QAAQ,KAAK,QAAQ,IAAI,OAAOA,QAAQ,KAAK,QAAQ,CAAC,gBACzEJ,IAAA,CAACF,QAAQ;QAACa,KAAK,EAAGN,aAAe;QAAAG,QAAA,EAC9BJ;MAAQ,CACD,CAAC,GACRA,QACJ;MACDQ,KAAK,EAAGC,SAAW;MACnBN,GAAG,EAAGA;IAAK,CACX;EAAC,CACqB,CAAC;AAG3B,CAED,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/_variants/callout/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/_variants/callout/index.ts"],"mappings":";;AAAA,cAAc,qBAAkB;AAChC,cAAc,0BAAuB;AACrC,cAAc,wBAAqB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notification/_variants/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notification/_variants/index.ts"],"mappings":";;AAAA,cAAc,uBAAc;AAC5B,cAAc,oBAAW;AACzB,cAAc,kBAAS","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/_variants/toast/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/_variants/toast/index.ts"],"mappings":";;AAAA,cAAc,mBAAgB;AAC9B,cAAc,wBAAqB;AACnC,cAAc,sBAAmB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/actionable/error/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/actionable/error/index.ts"],"mappings":";;AAAA,cAAc,YAAS;AACvB,cAAc,iBAAc;AAC5B,cAAc,eAAY","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notification/actionable/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notification/actionable/index.ts"],"mappings":";;AAAA,cAAc,kBAAS;AACvB,cAAc,0BAAiB;AAC/B,cAAc,oBAAW;AACzB,cAAc,oBAAW","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/actionable/informational/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/actionable/informational/index.ts"],"mappings":";;AAAA,cAAc,oBAAiB;AAC/B,cAAc,yBAAsB;AACpC,cAAc,uBAAoB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/actionable/success/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/actionable/success/index.ts"],"mappings":";;AAAA,cAAc,cAAW;AACzB,cAAc,mBAAgB;AAC9B,cAAc,iBAAc","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/actionable/warning/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/actionable/warning/index.ts"],"mappings":";;AAAA,cAAc,cAAW;AACzB,cAAc,mBAAgB;AAC9B,cAAc,iBAAc","ignoreList":[]}
|
|
@@ -5,9 +5,9 @@ import { StyleSheet, View } from "react-native";
|
|
|
5
5
|
import { Color, Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import IconClose from "@carbon/icons/svg/32/close.svg";
|
|
7
7
|
import { GlobalConfigContext } from "../../../_internal/contexts/index.js";
|
|
8
|
-
import
|
|
9
|
-
import { CarbonStyleSheet } from "../../../carbon-style-sheet/index.js";
|
|
8
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
10
9
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
10
|
+
import { Box } from "../../box/index.js";
|
|
11
11
|
import { BaseColor as ButtonBaseColor } from "../../button/base-color/index.js";
|
|
12
12
|
import { Text } from "../../text/index.js";
|
|
13
13
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -28,20 +28,18 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
28
28
|
leftContainerStyle,
|
|
29
29
|
contentContainerStyle,
|
|
30
30
|
style,
|
|
31
|
-
dir,
|
|
32
31
|
...props
|
|
33
32
|
}, ref) {
|
|
34
33
|
const globalConfigContext = useContext(GlobalConfigContext),
|
|
35
34
|
themeContext = useContext(ThemeContext);
|
|
36
|
-
return /*#__PURE__*/_jsxs(
|
|
35
|
+
return /*#__PURE__*/_jsxs(Box, {
|
|
37
36
|
...props,
|
|
38
|
-
|
|
39
|
-
style: [FlexStyleSheet.flex_row, globalConfigContext.rtl ? CommonStyleSheet.rtl : undefined, style],
|
|
37
|
+
style: [CarbonStyleSheet.g.flex_row, style],
|
|
40
38
|
ref: ref,
|
|
41
39
|
children: [/*#__PURE__*/_jsx(View, {
|
|
42
40
|
style: [baseStyle.leftBar, leftBarStyle]
|
|
43
41
|
}), /*#__PURE__*/_jsxs(View, {
|
|
44
|
-
style: [
|
|
42
|
+
style: [CarbonStyleSheet.g.flex_auto, CarbonStyleSheet.g.flex_row, !inline ? baseStyle.leftContainerNonInline : CarbonStyleSheet.g.items_center, leftContainerStyle],
|
|
45
43
|
children: [!!Icon && /*#__PURE__*/_jsx(View, {
|
|
46
44
|
style: [baseStyle.iconContainer, iconContainerStyle],
|
|
47
45
|
children: /*#__PURE__*/_jsx(Icon, {
|
|
@@ -50,7 +48,7 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
50
48
|
height: 20
|
|
51
49
|
})
|
|
52
50
|
}), nodes?.beforeContentContainer, (!!title || !!body) && /*#__PURE__*/_jsxs(View, {
|
|
53
|
-
style: [
|
|
51
|
+
style: [CarbonStyleSheet.g.flex_auto, contentContainerStyle],
|
|
54
52
|
children: [!inline ? /*#__PURE__*/_jsxs(_Fragment, {
|
|
55
53
|
children: [!!title && /*#__PURE__*/_jsx(Text, {
|
|
56
54
|
type: "heading_compact_01",
|
|
@@ -101,7 +99,7 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
|
|
|
101
99
|
disabled: "transparent"
|
|
102
100
|
}
|
|
103
101
|
},
|
|
104
|
-
style: [
|
|
102
|
+
style: [CarbonStyleSheet.g.justify_center, baseStyle.buttonIconClose, iconCloseButtonProps?.style]
|
|
105
103
|
})]
|
|
106
104
|
});
|
|
107
105
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","View","Color","Spacing","IconClose","GlobalConfigContext","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","View","Color","Spacing","IconClose","GlobalConfigContext","CarbonStyleSheet","ThemeContext","Box","BaseColor","ButtonBaseColor","Text","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","Base","title","body","inline","Icon","iconProps","iconContainerStyle","iconClose","onPressIconClose","iconCloseProps","iconCloseButtonProps","nodes","titleStyle","leftBarStyle","leftContainerStyle","contentContainerStyle","style","props","ref","globalConfigContext","themeContext","g","flex_row","children","baseStyle","leftBar","flex_auto","leftContainerNonInline","items_center","iconContainer","width","height","beforeContentContainer","type","inlineTextWrapper","rtl","beforeContentContainerEnd","afterContentContainer","beforeButtonClose","text","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","size","onPress","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","icon","justify_center","buttonIconClose","create","position","top","bottom","marginStart","spacing_05","marginEnd","marginTop","marginBottom","spacing_04","minWidth","minHeight","paddingTop","paddingRight","paddingBottom","paddingLeft","color","backgroundColor","borderWidth","borderColor","focus","background_hover","background_active","gray_10","Token","gray_100"],"sourceRoot":"../../../../../src","sources":["components/notification/base/Base.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notification/base/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notification/base/index.ts"],"mappings":";;AAAA,cAAc,WAAQ;AACtB,cAAc,gBAAa;AAC3B,cAAc,cAAW","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/callout/error/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/callout/error/index.ts"],"mappings":";;AAAA,cAAc,YAAS;AACvB,cAAc,iBAAc;AAC5B,cAAc,eAAY","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notification/callout/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notification/callout/index.ts"],"mappings":";;AAAA,cAAc,kBAAS;AACvB,cAAc,0BAAiB;AAC/B,cAAc,oBAAW;AACzB,cAAc,oBAAW","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/callout/informational/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/callout/informational/index.ts"],"mappings":";;AAAA,cAAc,oBAAiB;AAC/B,cAAc,yBAAsB;AACpC,cAAc,uBAAoB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/callout/success/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/callout/success/index.ts"],"mappings":";;AAAA,cAAc,cAAW;AACzB,cAAc,mBAAgB;AAC9B,cAAc,iBAAc","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/callout/warning/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/notification/callout/warning/index.ts"],"mappings":";;AAAA,cAAc,cAAW;AACzB,cAAc,mBAAgB;AAC9B,cAAc,iBAAc","ignoreList":[]}
|