@audira/carbon-react-native 1.0.0-beta.9 → 1.0.1
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","Pressable","StyleSheet","View","Spacing","ButtonGroupContext","GlobalConfigContext","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","Pressable","StyleSheet","View","Spacing","ButtonGroupContext","GlobalConfigContext","CarbonStyleSheet","Text","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","Base","size","sizeProp","text","textProps","Icon","iconProps","iconNode","backgroundNode","InlineLoading","inlineLoadingProps","style","role","ariaLabel","dir","props","ref","globalConfigContext","buttonGroupContext","iconSize","getIconSize","iconMarginStyle","mapIconMarginStyle","rtl","undefined","g","flex_row","justify_between","overflow_hidden","mapContainerStyle","sizeStyle","mapStyleInButtonGroup","vertical","fluid","children","state","baseStyle","textContainer","type","getTextType","width","height","getIconMarginTopStyle","inlineLoading","create","containerPaddingStart","paddingStart","spacing_05","containerPaddingEnd05","paddingEnd","containerPaddingEnd10","spacing_10","justifyContent","maxHeight","iconMarginLTR","marginLeft","spacing_07","iconMarginRTL","marginRight","small","medium","large_productive","large_expressive","extra_large","false","true","mapTextTypeByExpressive","mapIconSizeByExpressive","self_start","flex_1","self_stretch","isExpressiveStr","Size","Math","min","marginTop"],"sourceRoot":"../../../../../src","sources":["components/button/base/Base.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -28,13 +28,16 @@ export const BaseColor = /*#__PURE__*/forwardRef(function BaseColor({
|
|
|
28
28
|
...props
|
|
29
29
|
}, ref) {
|
|
30
30
|
const globalConfigContext = useContext(GlobalConfigContext),
|
|
31
|
-
themeContext = useContext(ThemeContext)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
31
|
+
themeContext = useContext(ThemeContext);
|
|
32
|
+
const [state, setState] = useState({
|
|
33
|
+
focused: false,
|
|
34
|
+
hovered: false,
|
|
35
|
+
pressed: false
|
|
36
|
+
});
|
|
37
|
+
// Can't continue from this var.
|
|
38
|
+
// eslint-plugin-react-hooks will complains
|
|
39
|
+
|
|
40
|
+
const blurHandler = useCallback(event => {
|
|
38
41
|
onBlur?.(event);
|
|
39
42
|
setState(state_ => ({
|
|
40
43
|
...state_,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useState","Platform","StyleSheet","View","Color","GlobalConfigContext","ThemeContext","Base","jsx","_jsx","BaseColor","disabled","style","textProps","android_rippleEffectColor","colorStateStyle","Icon","iconProps","iconNode","InlineLoading","inlineLoadingProps","onBlur","onFocus","onHoverIn","onHoverOut","onPressIn","onPressOut","android_ripple","props","ref","globalConfigContext","themeContext","state","setState","focused","hovered","pressed","blurHandler","event","state_","focusHandler","hoverInHandler","hoverOutHandler","pressInHandler","pressOutHandler","stateStyle","getStateStyle","android_buttonRippleEffect","color","undefined","backgroundNode","styleSheet","innerFocusBox","mapInnerFocusBoxActiveStyle","colorScheme","text","fill","icon","params","background","withInlineLoading","create","borderColor","position","top","right","bottom","left","borderWidth","innerFocusBoxActive_GRAY_10","Token","gray_10","focus_inset","innerFocusBoxActive_GRAY_100","gray_100","states","androidRipple","default","OS"],"sourceRoot":"../../../../../src","sources":["components/button/base-color/BaseColor.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,WAAW,EACXC,UAAU,EACVC,QAAQ,QACF,OAAO;AAEd,SACCC,QAAQ,EACRC,UAAU,EACVC,IAAI,QAIE,cAAc;AAErB,SACCC,KAAK,QACC,sCAAsC;AAE7C,SACCC,mBAAmB,QACb,sCAA6B;AAEpC,SACCC,YAAY,QACN,4BAAmB;AAM1B,SACCC,IAAI,QAEE,kBAAS;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAchB,OAAO,MAAMC,SAAS,gBAAGb,UAAU,CAClC,SAASa,SAASA,CACjB;EACCC,QAAQ;EACRC,KAAK;EACLC,SAAS;EACTC,yBAAyB;EACzBC,eAAe;EACfC,IAAI;EACJC,SAAS;EACTC,QAAQ;EACRC,aAAa;EACbC,kBAAkB;EAClBC,MAAM;EACNC,OAAO;EACPC,SAAS;EACTC,UAAU;EACVC,SAAS;EACTC,UAAU;EACVC,cAAc;EACd,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClB/B,UAAU,CAACM,mBAAmB,CAAC;IAEhC0B,YAAY,GACXhC,UAAU,CAACO,YAAY,CAAC;
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useState","Platform","StyleSheet","View","Color","GlobalConfigContext","ThemeContext","Base","jsx","_jsx","BaseColor","disabled","style","textProps","android_rippleEffectColor","colorStateStyle","Icon","iconProps","iconNode","InlineLoading","inlineLoadingProps","onBlur","onFocus","onHoverIn","onHoverOut","onPressIn","onPressOut","android_ripple","props","ref","globalConfigContext","themeContext","state","setState","focused","hovered","pressed","blurHandler","event","state_","focusHandler","hoverInHandler","hoverOutHandler","pressInHandler","pressOutHandler","stateStyle","getStateStyle","android_buttonRippleEffect","color","undefined","backgroundNode","styleSheet","innerFocusBox","mapInnerFocusBoxActiveStyle","colorScheme","text","fill","icon","params","background","withInlineLoading","create","borderColor","position","top","right","bottom","left","borderWidth","innerFocusBoxActive_GRAY_10","Token","gray_10","focus_inset","innerFocusBoxActive_GRAY_100","gray_100","states","androidRipple","default","OS"],"sourceRoot":"../../../../../src","sources":["components/button/base-color/BaseColor.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
4
|
import { StyleSheet } from "react-native";
|
|
5
5
|
import { Color, Spacing } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
8
8
|
import { BaseColor } from "../base-color/index.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","Spacing","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Ghost","text","iconProps","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","style","mapIconPLByText","create","backgroundColor","borderWidth","borderColor","color","focus","background_hover","background_active","link_primary","link_primary_hover","text_disabled","iconPL8","paddingLeft","spacing_03","false","true","gray_10","Token","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost/Ghost.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,QAGJ,cAAc;AAErB,SACCC,KAAK,EACLC,OAAO,QACD,sCAAsC;AAE7C,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","Spacing","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Ghost","text","iconProps","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","style","mapIconPLByText","create","backgroundColor","borderWidth","borderColor","color","focus","background_hover","background_active","link_primary","link_primary_hover","text_disabled","iconPL8","paddingLeft","spacing_03","false","true","gray_10","Token","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost/Ghost.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
4
|
import { StyleSheet } from "react-native";
|
|
5
5
|
import { Color, Spacing } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
8
8
|
import { BaseColor } from "../base-color/index.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","Spacing","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","GhostDanger","text","iconProps","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","style","mapIconPLByText","create","backgroundColor","borderWidth","borderColor","color","focus","button_danger_hover","button_danger_active","button_disabled","button_danger_secondary","text_on_color","text_disabled","iconPL8","paddingLeft","spacing_03","false","true","gray_10","Token","icon_on_color","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost-danger/GhostDanger.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,QAGJ,cAAc;AAErB,SACCC,KAAK,EACLC,OAAO,QACD,sCAAsC;AAE7C,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","Spacing","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","GhostDanger","text","iconProps","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","style","mapIconPLByText","create","backgroundColor","borderWidth","borderColor","color","focus","button_danger_hover","button_danger_active","button_disabled","button_danger_secondary","text_on_color","text_disabled","iconPL8","paddingLeft","spacing_03","false","true","gray_10","Token","icon_on_color","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost-danger/GhostDanger.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
4
|
import { StyleSheet } from "react-native";
|
|
5
5
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
8
8
|
import { BaseColor } from "../base-color/index.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","GhostIcon","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","style","icon","mapIconColor","create","backgroundColor","borderWidth","borderColor","color","focus","background_hover","background_active","gray_10","Token","icon_primary","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost-icon/GhostIcon.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,QAEJ,cAAc;AAErB,SACCC,KAAK,QACC,sCAAsC;AAE7C,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","GhostIcon","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","style","icon","mapIconColor","create","backgroundColor","borderWidth","borderColor","color","focus","background_hover","background_active","gray_10","Token","icon_primary","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/ghost-icon/GhostIcon.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
|
-
import
|
|
5
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
6
6
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
7
7
|
import { BaseColor } from "../base-color/index.js";
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Primary","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","create","backgroundColor","color","button_primary","button_primary_hover","button_primary_active","button_disabled","text_on_color","text_on_color_disabled","gray_10","Token","icon_on_color","icon_on_color_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/primary/Primary.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAOd,SACCC,KAAK,QACC,sCAAsC;AAE7C,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Primary","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","create","backgroundColor","color","button_primary","button_primary_hover","button_primary_active","button_disabled","text_on_color","text_on_color_disabled","gray_10","Token","icon_on_color","icon_on_color_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/primary/Primary.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAOd,SACCC,KAAK,QACC,sCAAsC;AAE7C,OAAO,KAAKC,gBAAgB,MAAM,sCAA6B;AAE/D,SACCC,YAAY,QACN,4BAAmB;AAE1B,SACCC,SAAS,QAGH,wBAAe;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUtB,OAAO,MAAMC,OAAO,gBAAGR,UAAU,CAChC,SAASQ,OAAOA,CACfC,KAAK,EACLC,GAAG,EACF;EAED,MACCC,YAAY,GACXV,UAAU,CAACG,YAAY,CAAC;EAE1B,oBACCG,IAAA,CAACF,SAAS;IAAA,GACJI,KAAK;IACVC,GAAG,EAAGA,GAAK;IACXE,yBAAyB,EAAGC,2BAA2B,CAACF,YAAY,CAACG,WAAW,CAAG;IACnFC,eAAe,EAAE;MAChBC,UAAU,EAAE;QACXC,OAAO,EAAEC,oBAAoB,CAACD,OAAO;QACrCE,OAAO,EAAED,oBAAoB,CAACC,OAAO;QACrCC,OAAO,EAAEF,oBAAoB,CAACE,OAAO;QACrCC,OAAO,EAAEH,oBAAoB,CAACG,OAAO;QACrCC,QAAQ,EAAEJ,oBAAoB,CAACI;MAChC,CAAC;MACDC,IAAI,EAAE;QACLN,OAAO,EAAEO,cAAc,CAACP,OAAO;QAC/BE,OAAO,EAAEK,cAAc,CAACL,OAAO;QAC/BC,OAAO,EAAEI,cAAc,CAACJ,OAAO;QAC/BC,OAAO,EAAEG,cAAc,CAACH,OAAO;QAC/BC,QAAQ,EAAEE,cAAc,CAACF;MAC1B,CAAC;MACDG,IAAI,EAAEC,YAAY,CAACf,YAAY,CAACG,WAAW;IAC5C;EAAE,CACF,CAAC;AAGJ,CACD,CAAC;AAED,MACCI,oBAAoB,GACnBf,gBAAgB,CAACwB,MAAM,CAErB;IACDV,OAAO,EAAE;MACRW,eAAe,EAAEzB,gBAAgB,CAAC0B,KAAK,CAACC;IACzC,CAAC;IACDX,OAAO,EAAE;MACRS,eAAe,EAAEzB,gBAAgB,CAAC0B,KAAK,CAACC;IACzC,CAAC;IACDV,OAAO,EAAE;MACRQ,eAAe,EAAEzB,gBAAgB,CAAC0B,KAAK,CAACE;IACzC,CAAC;IACDV,OAAO,EAAE;MACRO,eAAe,EAAEzB,gBAAgB,CAAC0B,KAAK,CAACG;IACzC,CAAC;IACDV,QAAQ,EAAE;MACTM,eAAe,EAAEzB,gBAAgB,CAAC0B,KAAK,CAACI;IACzC;EACD,CAAC,CAAC;EAEHT,cAAc,GACbrB,gBAAgB,CAACwB,MAAM,CAErB;IACDV,OAAO,EAAE;MACRY,KAAK,EAAE1B,gBAAgB,CAAC0B,KAAK,CAACK;IAC/B,CAAC;IACDf,OAAO,EAAE;MACRU,KAAK,EAAE1B,gBAAgB,CAAC0B,KAAK,CAACK;IAC/B,CAAC;IACDd,OAAO,EAAE;MACRS,KAAK,EAAE1B,gBAAgB,CAAC0B,KAAK,CAACK;IAC/B,CAAC;IACDb,OAAO,EAAE;MACRQ,KAAK,EAAE1B,gBAAgB,CAAC0B,KAAK,CAACK;IAC/B,CAAC;IACDZ,QAAQ,EAAE;MACTO,KAAK,EAAE1B,gBAAgB,CAAC0B,KAAK,CAACM;IAC/B;EACD,CAAC,CAAC;EAEHT,YAAiF,GAChF;IACCU,OAAO,EAAE;MACRnB,OAAO,EAAEf,KAAK,CAACmC,KAAK,CAACD,OAAO,CAACE,aAAa;MAC1CnB,OAAO,EAAEjB,KAAK,CAACmC,KAAK,CAACD,OAAO,CAACE,aAAa;MAC1ClB,OAAO,EAAElB,KAAK,CAACmC,KAAK,CAACD,OAAO,CAACE,aAAa;MAC1CjB,OAAO,EAAEnB,KAAK,CAACmC,KAAK,CAACD,OAAO,CAACE,aAAa;MAC1ChB,QAAQ,EAAEpB,KAAK,CAACmC,KAAK,CAACD,OAAO,CAACG;IAC/B,CAAC;IACDC,QAAQ,EAAE;MACTvB,OAAO,EAAEf,KAAK,CAACmC,KAAK,CAACG,QAAQ,CAACF,aAAa;MAC3CnB,OAAO,EAAEjB,KAAK,CAACmC,KAAK,CAACG,QAAQ,CAACF,aAAa;MAC3ClB,OAAO,EAAElB,KAAK,CAACmC,KAAK,CAACG,QAAQ,CAACF,aAAa;MAC3CjB,OAAO,EAAEnB,KAAK,CAACmC,KAAK,CAACG,QAAQ,CAACF,aAAa;MAC3ChB,QAAQ,EAAEpB,KAAK,CAACmC,KAAK,CAACG,QAAQ,CAACD;IAChC;EACD,CAAC;EAEF1B,2BAAwE,GACvE;IACCuB,OAAO,EAAElC,KAAK,CAACmC,KAAK,CAACD,OAAO,CAACJ,qBAAqB;IAClDQ,QAAQ,EAAEtC,KAAK,CAACmC,KAAK,CAACG,QAAQ,CAACR;EAChC,CAAC","ignoreList":[]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
|
-
import
|
|
5
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
6
6
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
7
7
|
import { BaseColor } from "../base-color/index.js";
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","PrimaryDanger","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","create","backgroundColor","color","button_danger_primary","button_danger_hover","button_danger_active","button_disabled","text_on_color","text_on_color_disabled","gray_10","Token","icon_on_color","icon_on_color_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/primary-danger/PrimaryDanger.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAOd,SACCC,KAAK,QACC,sCAAsC;AAE7C,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","PrimaryDanger","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","create","backgroundColor","color","button_danger_primary","button_danger_hover","button_danger_active","button_disabled","text_on_color","text_on_color_disabled","gray_10","Token","icon_on_color","icon_on_color_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/primary-danger/PrimaryDanger.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
4
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
5
|
-
import
|
|
5
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
6
6
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
7
7
|
import { BaseColor } from "../base-color/index.js";
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Secondary","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","create","backgroundColor","color","button_secondary","button_secondary_hover","button_secondary_active","button_disabled","text_on_color","text_on_color_disabled","gray_10","Token","icon_on_color","icon_on_color_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/secondary/Secondary.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAOd,SACCC,KAAK,QACC,sCAAsC;AAE7C,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Secondary","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","create","backgroundColor","color","button_secondary","button_secondary_hover","button_secondary_active","button_disabled","text_on_color","text_on_color_disabled","gray_10","Token","icon_on_color","icon_on_color_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/secondary/Secondary.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
4
|
import { StyleSheet } from "react-native";
|
|
5
5
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
8
8
|
import { BaseColor } from "../base-color/index.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Tertiary","style","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","baseStyle","tertiary","create","borderWidth","backgroundColor","borderColor","color","button_tertiary","button_tertiary_hover","focus","button_tertiary_active","button_disabled","text_inverse","text_disabled","gray_10","Token","icon_inverse","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/tertiary/Tertiary.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,QAGJ,cAAc;AAErB,SACCC,KAAK,QACC,sCAAsC;AAE7C,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","Tertiary","style","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","baseStyle","tertiary","create","borderWidth","backgroundColor","borderColor","color","button_tertiary","button_tertiary_hover","focus","button_tertiary_active","button_disabled","text_inverse","text_disabled","gray_10","Token","icon_inverse","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/tertiary/Tertiary.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { forwardRef, useContext } from "react";
|
|
4
4
|
import { StyleSheet } from "react-native";
|
|
5
5
|
import { Color } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import
|
|
6
|
+
import * as CarbonStyleSheet from "../../../carbon-style-sheet/index.js";
|
|
7
7
|
import { ThemeContext } from "../../../contexts/index.js";
|
|
8
8
|
import { BaseColor } from "../base-color/index.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","TertiaryDanger","style","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","baseStyle","tertiaryDanger","create","borderWidth","backgroundColor","borderColor","color","button_danger_secondary","focus","button_danger_hover","button_danger_active","button_disabled","text_on_color","text_disabled","gray_10","Token","icon_on_color","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/tertiary-danger/TertiaryDanger.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,QAGJ,cAAc;AAErB,SACCC,KAAK,QACC,sCAAsC;AAE7C,
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","Color","CarbonStyleSheet","ThemeContext","BaseColor","jsx","_jsx","TertiaryDanger","style","props","ref","themeContext","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","text","textStyleSheet","icon","mapIconColor","baseStyle","tertiaryDanger","create","borderWidth","backgroundColor","borderColor","color","button_danger_secondary","focus","button_danger_hover","button_danger_active","button_disabled","text_on_color","text_disabled","gray_10","Token","icon_on_color","icon_disabled","gray_100"],"sourceRoot":"../../../../../src","sources":["components/button/tertiary-danger/TertiaryDanger.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@ import { forwardRef, useContext } from "react";
|
|
|
4
4
|
import { StyleSheet, View } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
6
|
import { ButtonGroupContext, GlobalConfigContext } from "../../_internal/contexts/index.js";
|
|
7
|
-
import
|
|
7
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
8
8
|
import { Fragment as _Fragment, jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
export const ButtonGroup = /*#__PURE__*/forwardRef(function ButtonGroup({
|
|
10
10
|
button1,
|
|
@@ -21,7 +21,7 @@ export const ButtonGroup = /*#__PURE__*/forwardRef(function ButtonGroup({
|
|
|
21
21
|
const globalConfigContext = useContext(GlobalConfigContext),
|
|
22
22
|
styleFlexDir = mapStyleFlexDir[`${!!vertical}`],
|
|
23
23
|
styleFluid = mapStyleFluid[`${!!fluid}`],
|
|
24
|
-
rtlStyle = globalConfigContext.rtl && !vertical ?
|
|
24
|
+
rtlStyle = globalConfigContext.rtl && !vertical ? CarbonStyleSheet.g.rtl : undefined;
|
|
25
25
|
return /*#__PURE__*/_jsx(ButtonGroupContext.Provider, {
|
|
26
26
|
value: {
|
|
27
27
|
size,
|
|
@@ -32,7 +32,7 @@ export const ButtonGroup = /*#__PURE__*/forwardRef(function ButtonGroup({
|
|
|
32
32
|
ref: ref,
|
|
33
33
|
...props,
|
|
34
34
|
dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
|
|
35
|
-
style: [styleFlexDir, styleFluid, oneAlone ?
|
|
35
|
+
style: [styleFlexDir, styleFluid, oneAlone ? CarbonStyleSheet.g.justify_between : undefined, rtlStyle, style],
|
|
36
36
|
children: !oneAlone || vertical ? /*#__PURE__*/_jsxs(_Fragment, {
|
|
37
37
|
children: [button1, button2, button3]
|
|
38
38
|
}) : /*#__PURE__*/_jsxs(_Fragment, {
|
|
@@ -40,7 +40,7 @@ export const ButtonGroup = /*#__PURE__*/forwardRef(function ButtonGroup({
|
|
|
40
40
|
style: [styleSheet.firstButtonContainer],
|
|
41
41
|
children: button1
|
|
42
42
|
}), /*#__PURE__*/_jsxs(View, {
|
|
43
|
-
style: [styleFlexDir, styleFluid, styleSheet.lastTwoButttonContainer,
|
|
43
|
+
style: [styleFlexDir, styleFluid, styleSheet.lastTwoButttonContainer, CarbonStyleSheet.g.justify_end, rtlStyle],
|
|
44
44
|
children: [button2, button3]
|
|
45
45
|
})]
|
|
46
46
|
})
|
|
@@ -62,8 +62,8 @@ const styleSheet = StyleSheet.create({
|
|
|
62
62
|
}
|
|
63
63
|
}),
|
|
64
64
|
mapStyleFlexDir = {
|
|
65
|
-
false:
|
|
66
|
-
true:
|
|
65
|
+
false: CarbonStyleSheet.g.flex_row,
|
|
66
|
+
true: CarbonStyleSheet.g.flex_col_reverse
|
|
67
67
|
},
|
|
68
68
|
mapStyleFluid = {
|
|
69
69
|
false: styleSheet.fixedGroup,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useContext","StyleSheet","View","Spacing","ButtonGroupContext","GlobalConfigContext","
|
|
1
|
+
{"version":3,"names":["forwardRef","useContext","StyleSheet","View","Spacing","ButtonGroupContext","GlobalConfigContext","CarbonStyleSheet","Fragment","_Fragment","jsxs","_jsxs","jsx","_jsx","ButtonGroup","button1","button2","button3","oneAlone","size","fluid","vertical","style","dir","props","ref","globalConfigContext","styleFlexDir","mapStyleFlexDir","styleFluid","mapStyleFluid","rtlStyle","rtl","g","undefined","Provider","value","children","justify_between","styleSheet","firstButtonContainer","lastTwoButttonContainer","justify_end","create","fixedGroup","gap","spacing_05","fluidGroup","width","false","flex_row","true","flex_col_reverse"],"sourceRoot":"../../../../src","sources":["components/button-group/ButtonGroup.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/button-group/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/button-group/index.ts"],"mappings":";;AAAA,cAAc,kBAAe","ignoreList":[]}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { forwardRef, useCallback, useContext, useImperativeHandle, useRef } from "react";
|
|
4
|
-
import { Pressable, StyleSheet
|
|
4
|
+
import { Pressable, StyleSheet } from "react-native";
|
|
5
5
|
import { Spacing } from "@audira/carbon-react-native-elements";
|
|
6
|
-
import
|
|
7
|
-
import { CommonStyleSheet, FlexStyleSheet } from "../../_internal/style-sheets/index.js";
|
|
8
|
-
import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
|
|
6
|
+
import * as CarbonStyleSheet from "../../carbon-style-sheet/index.js";
|
|
9
7
|
import { ThemeContext } from "../../contexts/index.js";
|
|
8
|
+
import { Box } from "../box/index.js";
|
|
10
9
|
import { CheckboxInput } from "../checkbox-input/index.js";
|
|
11
10
|
import { FormLabel } from "../form-label/index.js";
|
|
12
11
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
12
|
export const Checkbox = /*#__PURE__*/forwardRef(function Checkbox({
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
defaultChecked,
|
|
14
|
+
checked,
|
|
16
15
|
interactiveState = "normal",
|
|
17
16
|
label,
|
|
18
17
|
role = "checkbox",
|
|
@@ -23,34 +22,31 @@ export const Checkbox = /*#__PURE__*/forwardRef(function Checkbox({
|
|
|
23
22
|
formLabelProps,
|
|
24
23
|
pressableProps,
|
|
25
24
|
style,
|
|
26
|
-
dir,
|
|
27
25
|
...props
|
|
28
26
|
}, forwardedRef) {
|
|
29
27
|
useContext(ThemeContext);
|
|
30
|
-
const
|
|
31
|
-
checkboxInputRef = useRef(null),
|
|
28
|
+
const checkboxInputRef = useRef(null),
|
|
32
29
|
viewRef = useRef(null),
|
|
33
30
|
pressHandler = useCallback(event => {
|
|
34
31
|
onPress?.(event);
|
|
35
32
|
if (checkboxInputRef.current) {
|
|
36
|
-
checkboxInputRef.current.
|
|
33
|
+
checkboxInputRef.current.setChecked(checkboxInputRef.current.checked === null ? true : !checkboxInputRef.current.checked);
|
|
37
34
|
}
|
|
38
35
|
}, [onPress]);
|
|
39
36
|
useImperativeHandle(forwardedRef, () => {
|
|
40
37
|
return Object.assign(viewRef.current ?? {}, {
|
|
41
|
-
get
|
|
42
|
-
return checkboxInputRef.current.
|
|
38
|
+
get checked() {
|
|
39
|
+
return checkboxInputRef.current.checked;
|
|
43
40
|
},
|
|
44
|
-
|
|
45
|
-
checkboxInputRef.current?.
|
|
41
|
+
setChecked(value_) {
|
|
42
|
+
checkboxInputRef.current?.setChecked(value_);
|
|
46
43
|
}
|
|
47
44
|
});
|
|
48
45
|
}, []);
|
|
49
|
-
return /*#__PURE__*/_jsxs(
|
|
46
|
+
return /*#__PURE__*/_jsxs(Box, {
|
|
50
47
|
...props,
|
|
51
48
|
"aria-label": ariaLabel || label,
|
|
52
|
-
|
|
53
|
-
style: [FlexStyleSheet.flex_row, globalConfigContext.rtl ? CommonStyleSheet.rtl : undefined, style],
|
|
49
|
+
style: [CarbonStyleSheet.g.flex_row, style],
|
|
54
50
|
ref: viewRef,
|
|
55
51
|
children: [/*#__PURE__*/_jsx(Pressable, {
|
|
56
52
|
...pressableProps,
|
|
@@ -58,12 +54,12 @@ export const Checkbox = /*#__PURE__*/forwardRef(function Checkbox({
|
|
|
58
54
|
disabled: interactiveState === "disabled",
|
|
59
55
|
"aria-label": pressableProps?.["aria-label"] ?? label,
|
|
60
56
|
onPress: pressHandler,
|
|
61
|
-
style: [
|
|
57
|
+
style: [CarbonStyleSheet.g.absolute, CarbonStyleSheet.g.w_full, CarbonStyleSheet.g.h_full, baseStyle.pressable, pressableProps?.style]
|
|
62
58
|
}), /*#__PURE__*/_jsx(CheckboxInput, {
|
|
63
59
|
...checkboxInputProps,
|
|
64
60
|
role: "none",
|
|
65
|
-
|
|
66
|
-
|
|
61
|
+
defaultChecked: defaultChecked,
|
|
62
|
+
checked: checked,
|
|
67
63
|
interactiveState: interactiveState,
|
|
68
64
|
onChange: onChange,
|
|
69
65
|
onPress: onPress,
|
|
@@ -77,7 +73,7 @@ export const Checkbox = /*#__PURE__*/forwardRef(function Checkbox({
|
|
|
77
73
|
type: formLabelProps?.textProps?.type || "body_compact_01",
|
|
78
74
|
style: [textColorStyle[interactiveState], formLabelProps?.textProps?.style]
|
|
79
75
|
},
|
|
80
|
-
style: [
|
|
76
|
+
style: [CarbonStyleSheet.g.flex_1, baseStyle.label, formLabelProps?.style]
|
|
81
77
|
})]
|
|
82
78
|
});
|
|
83
79
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","Pressable","StyleSheet","Spacing","CarbonStyleSheet","ThemeContext","Box","CheckboxInput","FormLabel","jsx","_jsx","jsxs","_jsxs","Checkbox","defaultChecked","checked","interactiveState","label","role","ariaLabel","onChange","onPress","checkboxInputProps","formLabelProps","pressableProps","style","props","forwardedRef","checkboxInputRef","viewRef","pressHandler","event","current","setChecked","Object","assign","value_","g","flex_row","ref","children","disabled","absolute","w_full","h_full","baseStyle","pressable","checkboxInput","textProps","type","textColorStyle","flex_1","create","zIndex","marginStart","spacing_03","normal","color","text_primary","text_disabled","error","read_only","warning"],"sourceRoot":"../../../../src","sources":["components/checkbox/Checkbox.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/checkbox/index.
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/checkbox/index.ts"],"mappings":";;AAAA,cAAc,eAAY;AAC1B,cAAc,oBAAiB;AAC/B,cAAc,kBAAe","ignoreList":[]}
|