@audira/carbon-react-native 0.0.1-alpha.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/LICENSE +21 -0
- package/lib/commonjs/_carbon-react-native/index.js +25 -0
- package/lib/commonjs/_carbon-react-native/index.js.map +1 -0
- package/lib/commonjs/_style-sheet/create.js +59 -0
- package/lib/commonjs/_style-sheet/create.js.map +1 -0
- package/lib/commonjs/_style-sheet/index.js +12 -0
- package/lib/commonjs/_style-sheet/index.js.map +1 -0
- package/lib/commonjs/components/accordion/_context.js +9 -0
- package/lib/commonjs/components/accordion/_context.js.map +1 -0
- package/lib/commonjs/components/accordion/_header-border.js +33 -0
- package/lib/commonjs/components/accordion/_header-border.js.map +1 -0
- package/lib/commonjs/components/accordion/_header.js +156 -0
- package/lib/commonjs/components/accordion/_header.js.map +1 -0
- package/lib/commonjs/components/accordion/_item.js +91 -0
- package/lib/commonjs/components/accordion/_item.js.map +1 -0
- package/lib/commonjs/components/accordion/_motion.js +18 -0
- package/lib/commonjs/components/accordion/_motion.js.map +1 -0
- package/lib/commonjs/components/accordion/_styles.js +24 -0
- package/lib/commonjs/components/accordion/_styles.js.map +1 -0
- package/lib/commonjs/components/accordion/index.js +74 -0
- package/lib/commonjs/components/accordion/index.js.map +1 -0
- package/lib/commonjs/components/accordion/types.js +2 -0
- package/lib/commonjs/components/accordion/types.js.map +1 -0
- package/lib/commonjs/components/button/base/index.js +153 -0
- package/lib/commonjs/components/button/base/index.js.map +1 -0
- package/lib/commonjs/components/button/base-color/index.js +155 -0
- package/lib/commonjs/components/button/base-color/index.js.map +1 -0
- package/lib/commonjs/components/button/ghost/index.js +92 -0
- package/lib/commonjs/components/button/ghost/index.js.map +1 -0
- package/lib/commonjs/components/button/ghost-danger/index.js +92 -0
- package/lib/commonjs/components/button/ghost-danger/index.js.map +1 -0
- package/lib/commonjs/components/button/ghost-icon/index.js +81 -0
- package/lib/commonjs/components/button/ghost-icon/index.js.map +1 -0
- package/lib/commonjs/components/button/index.js +127 -0
- package/lib/commonjs/components/button/index.js.map +1 -0
- package/lib/commonjs/components/button/primary/index.js +74 -0
- package/lib/commonjs/components/button/primary/index.js.map +1 -0
- package/lib/commonjs/components/button/primary-danger/index.js +74 -0
- package/lib/commonjs/components/button/primary-danger/index.js.map +1 -0
- package/lib/commonjs/components/button/secondary/index.js +74 -0
- package/lib/commonjs/components/button/secondary/index.js.map +1 -0
- package/lib/commonjs/components/button/size.js +2 -0
- package/lib/commonjs/components/button/size.js.map +1 -0
- package/lib/commonjs/components/button/tertiary/index.js +89 -0
- package/lib/commonjs/components/button/tertiary/index.js.map +1 -0
- package/lib/commonjs/components/button/tertiary-danger/index.js +89 -0
- package/lib/commonjs/components/button/tertiary-danger/index.js.map +1 -0
- package/lib/commonjs/components/checkbox/index.js +117 -0
- package/lib/commonjs/components/checkbox/index.js.map +1 -0
- package/lib/commonjs/components/checkbox-group/index.js +98 -0
- package/lib/commonjs/components/checkbox-group/index.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/index.js +208 -0
- package/lib/commonjs/components/checkbox-input/index.js.map +1 -0
- package/lib/commonjs/components/collapsible/index.js +134 -0
- package/lib/commonjs/components/collapsible/index.js.map +1 -0
- package/lib/commonjs/components/form-helper-text/index.js +41 -0
- package/lib/commonjs/components/form-helper-text/index.js.map +1 -0
- package/lib/commonjs/components/form-label/index.js +35 -0
- package/lib/commonjs/components/form-label/index.js.map +1 -0
- package/lib/commonjs/components/icon/index.js +42 -0
- package/lib/commonjs/components/icon/index.js.map +1 -0
- package/lib/commonjs/components/index.js +176 -0
- package/lib/commonjs/components/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/_base.js +52 -0
- package/lib/commonjs/components/notification/_status-hooks/_base.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/error/index.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/index.js +50 -0
- package/lib/commonjs/components/notification/_status-hooks/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/index.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/success/index.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/index.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variant-context.js +24 -0
- package/lib/commonjs/components/notification/_variant-context.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/_button-ghost.js +43 -0
- package/lib/commonjs/components/notification/_variants/_button-ghost.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/_button-tertiary.js +43 -0
- package/lib/commonjs/components/notification/_variants/_button-tertiary.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable/index.js +42 -0
- package/lib/commonjs/components/notification/_variants/actionable/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js +42 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout/index.js +35 -0
- package/lib/commonjs/components/notification/_variants/callout/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js +35 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/index.js +61 -0
- package/lib/commonjs/components/notification/_variants/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/toast/index.js +63 -0
- package/lib/commonjs/components/notification/_variants/toast/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/error/index.js +49 -0
- package/lib/commonjs/components/notification/actionable/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/index.js +50 -0
- package/lib/commonjs/components/notification/actionable/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/informational/index.js +49 -0
- package/lib/commonjs/components/notification/actionable/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/success/index.js +49 -0
- package/lib/commonjs/components/notification/actionable/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/warning/index.js +49 -0
- package/lib/commonjs/components/notification/actionable/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/error/index.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/index.js +50 -0
- package/lib/commonjs/components/notification/actionable-inline/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/success/index.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/base/index.js +170 -0
- package/lib/commonjs/components/notification/base/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/error/index.js +49 -0
- package/lib/commonjs/components/notification/callout/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/index.js +50 -0
- package/lib/commonjs/components/notification/callout/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/informational/index.js +49 -0
- package/lib/commonjs/components/notification/callout/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/success/index.js +49 -0
- package/lib/commonjs/components/notification/callout/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/warning/index.js +49 -0
- package/lib/commonjs/components/notification/callout/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/error/index.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/index.js +50 -0
- package/lib/commonjs/components/notification/callout-inline/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/informational/index.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/success/index.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/warning/index.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/index.js +62 -0
- package/lib/commonjs/components/notification/index.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle/index.js +30 -0
- package/lib/commonjs/components/notification/subtitle/index.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle-link/index.js +29 -0
- package/lib/commonjs/components/notification/subtitle-link/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/error/index.js +49 -0
- package/lib/commonjs/components/notification/toast/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/index.js +50 -0
- package/lib/commonjs/components/notification/toast/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/informational/index.js +49 -0
- package/lib/commonjs/components/notification/toast/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/success/index.js +49 -0
- package/lib/commonjs/components/notification/toast/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/warning/index.js +49 -0
- package/lib/commonjs/components/notification/toast/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/types.js +2 -0
- package/lib/commonjs/components/notification/types.js.map +1 -0
- package/lib/commonjs/components/radio-button/index.js +106 -0
- package/lib/commonjs/components/radio-button/index.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_item-context.js +9 -0
- package/lib/commonjs/components/radio-button-group/_item-context.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_item.js +52 -0
- package/lib/commonjs/components/radio-button-group/_item.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_types/index.js +6 -0
- package/lib/commonjs/components/radio-button-group/_types/index.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_types/ref-base.js +6 -0
- package/lib/commonjs/components/radio-button-group/_types/ref-base.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/index.js +141 -0
- package/lib/commonjs/components/radio-button-group/index.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/index.js +200 -0
- package/lib/commonjs/components/radio-button-input/index.js.map +1 -0
- package/lib/commonjs/components/switch/index.js +245 -0
- package/lib/commonjs/components/switch/index.js.map +1 -0
- package/lib/commonjs/components/text/index.js +70 -0
- package/lib/commonjs/components/text/index.js.map +1 -0
- package/lib/commonjs/components/toggle/base/index.js +115 -0
- package/lib/commonjs/components/toggle/base/index.js.map +1 -0
- package/lib/commonjs/components/toggle/default/index.js +23 -0
- package/lib/commonjs/components/toggle/default/index.js.map +1 -0
- package/lib/commonjs/components/toggle/index.js +50 -0
- package/lib/commonjs/components/toggle/index.js.map +1 -0
- package/lib/commonjs/components/toggle/small/index.js +23 -0
- package/lib/commonjs/components/toggle/small/index.js.map +1 -0
- package/lib/commonjs/components/toggle/state.js +2 -0
- package/lib/commonjs/components/toggle/state.js.map +1 -0
- package/lib/commonjs/constants/color/code.json +273 -0
- package/lib/commonjs/constants/color/index.js +19 -0
- package/lib/commonjs/constants/color/index.js.map +1 -0
- package/lib/commonjs/constants/color/tokens/gray-10.js +181 -0
- package/lib/commonjs/constants/color/tokens/gray-10.js.map +1 -0
- package/lib/commonjs/constants/color/tokens/gray-100.js +181 -0
- package/lib/commonjs/constants/color/tokens/gray-100.js.map +1 -0
- package/lib/commonjs/constants/color/tokens/index.js +28 -0
- package/lib/commonjs/constants/color/tokens/index.js.map +1 -0
- package/lib/commonjs/constants/index.js +24 -0
- package/lib/commonjs/constants/index.js.map +1 -0
- package/lib/commonjs/constants/motion/index.js +71 -0
- package/lib/commonjs/constants/motion/index.js.map +1 -0
- package/lib/commonjs/constants/spacing.js +22 -0
- package/lib/commonjs/constants/spacing.js.map +1 -0
- package/lib/commonjs/constants/typography/font-family.js +23 -0
- package/lib/commonjs/constants/typography/font-family.js.map +1 -0
- package/lib/commonjs/constants/typography/index.js +28 -0
- package/lib/commonjs/constants/typography/index.js.map +1 -0
- package/lib/commonjs/constants/typography/type-sets.js +141 -0
- package/lib/commonjs/constants/typography/type-sets.js.map +1 -0
- package/lib/commonjs/contexts/global-config/context.js +12 -0
- package/lib/commonjs/contexts/global-config/context.js.map +1 -0
- package/lib/commonjs/contexts/global-config/provider.js +22 -0
- package/lib/commonjs/contexts/global-config/provider.js.map +1 -0
- package/lib/commonjs/contexts/index.js +28 -0
- package/lib/commonjs/contexts/index.js.map +1 -0
- package/lib/commonjs/contexts/theme/context.js +14 -0
- package/lib/commonjs/contexts/theme/context.js.map +1 -0
- package/lib/commonjs/contexts/theme/index.js +17 -0
- package/lib/commonjs/contexts/theme/index.js.map +1 -0
- package/lib/commonjs/contexts/theme/provider.js +31 -0
- package/lib/commonjs/contexts/theme/provider.js.map +1 -0
- package/lib/commonjs/globals/color-scheme/index.js +16 -0
- package/lib/commonjs/globals/color-scheme/index.js.map +1 -0
- package/lib/commonjs/globals/index.js +11 -0
- package/lib/commonjs/globals/index.js.map +1 -0
- package/lib/commonjs/helpers/color/get-color-scheme.js +15 -0
- package/lib/commonjs/helpers/color/get-color-scheme.js.map +1 -0
- package/lib/commonjs/helpers/color/get-color-token.js +14 -0
- package/lib/commonjs/helpers/color/get-color-token.js.map +1 -0
- package/lib/commonjs/helpers/color/hex-to-rgba.js +11 -0
- package/lib/commonjs/helpers/color/hex-to-rgba.js.map +1 -0
- package/lib/commonjs/helpers/color/index.js +39 -0
- package/lib/commonjs/helpers/color/index.js.map +1 -0
- package/lib/commonjs/helpers/index.js +11 -0
- package/lib/commonjs/helpers/index.js.map +1 -0
- package/lib/commonjs/index.js +94 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/styles/common.js +25 -0
- package/lib/commonjs/styles/common.js.map +1 -0
- package/lib/commonjs/styles/flex.js +82 -0
- package/lib/commonjs/styles/flex.js.map +1 -0
- package/lib/commonjs/styles/index.js +39 -0
- package/lib/commonjs/styles/index.js.map +1 -0
- package/lib/commonjs/styles/text.js +67 -0
- package/lib/commonjs/styles/text.js.map +1 -0
- package/lib/commonjs/types/@carbon/icons/index.d.js +2 -0
- package/lib/commonjs/types/@carbon/icons/index.d.js.map +1 -0
- package/lib/commonjs/types/index.js +6 -0
- package/lib/commonjs/types/index.js.map +1 -0
- package/lib/commonjs/types/shared.js +2 -0
- package/lib/commonjs/types/shared.js.map +1 -0
- package/lib/commonjs/types/theme/color-scheme.js +2 -0
- package/lib/commonjs/types/theme/color-scheme.js.map +1 -0
- package/lib/commonjs/types/theme/color-token.js +2 -0
- package/lib/commonjs/types/theme/color-token.js.map +1 -0
- package/lib/commonjs/types/theme/index.js +2 -0
- package/lib/commonjs/types/theme/index.js.map +1 -0
- package/lib/commonjs/types/typography.js +6 -0
- package/lib/commonjs/types/typography.js.map +1 -0
- package/lib/module/_carbon-react-native/index.js +21 -0
- package/lib/module/_carbon-react-native/index.js.map +1 -0
- package/lib/module/_style-sheet/create.js +55 -0
- package/lib/module/_style-sheet/create.js.map +1 -0
- package/lib/module/_style-sheet/index.js +8 -0
- package/lib/module/_style-sheet/index.js.map +1 -0
- package/lib/module/components/accordion/_context.js +5 -0
- package/lib/module/components/accordion/_context.js.map +1 -0
- package/lib/module/components/accordion/_header-border.js +29 -0
- package/lib/module/components/accordion/_header-border.js.map +1 -0
- package/lib/module/components/accordion/_header.js +149 -0
- package/lib/module/components/accordion/_header.js.map +1 -0
- package/lib/module/components/accordion/_item.js +87 -0
- package/lib/module/components/accordion/_item.js.map +1 -0
- package/lib/module/components/accordion/_motion.js +14 -0
- package/lib/module/components/accordion/_motion.js.map +1 -0
- package/lib/module/components/accordion/_styles.js +21 -0
- package/lib/module/components/accordion/_styles.js.map +1 -0
- package/lib/module/components/accordion/index.js +70 -0
- package/lib/module/components/accordion/index.js.map +1 -0
- package/lib/module/components/accordion/types.js +2 -0
- package/lib/module/components/accordion/types.js.map +1 -0
- package/lib/module/components/button/base/index.js +149 -0
- package/lib/module/components/button/base/index.js.map +1 -0
- package/lib/module/components/button/base-color/index.js +151 -0
- package/lib/module/components/button/base-color/index.js.map +1 -0
- package/lib/module/components/button/ghost/index.js +88 -0
- package/lib/module/components/button/ghost/index.js.map +1 -0
- package/lib/module/components/button/ghost-danger/index.js +88 -0
- package/lib/module/components/button/ghost-danger/index.js.map +1 -0
- package/lib/module/components/button/ghost-icon/index.js +77 -0
- package/lib/module/components/button/ghost-icon/index.js.map +1 -0
- package/lib/module/components/button/index.js +14 -0
- package/lib/module/components/button/index.js.map +1 -0
- package/lib/module/components/button/primary/index.js +70 -0
- package/lib/module/components/button/primary/index.js.map +1 -0
- package/lib/module/components/button/primary-danger/index.js +70 -0
- package/lib/module/components/button/primary-danger/index.js.map +1 -0
- package/lib/module/components/button/secondary/index.js +70 -0
- package/lib/module/components/button/secondary/index.js.map +1 -0
- package/lib/module/components/button/size.js +2 -0
- package/lib/module/components/button/size.js.map +1 -0
- package/lib/module/components/button/tertiary/index.js +85 -0
- package/lib/module/components/button/tertiary/index.js.map +1 -0
- package/lib/module/components/button/tertiary-danger/index.js +85 -0
- package/lib/module/components/button/tertiary-danger/index.js.map +1 -0
- package/lib/module/components/checkbox/index.js +113 -0
- package/lib/module/components/checkbox/index.js.map +1 -0
- package/lib/module/components/checkbox-group/index.js +93 -0
- package/lib/module/components/checkbox-group/index.js.map +1 -0
- package/lib/module/components/checkbox-input/index.js +203 -0
- package/lib/module/components/checkbox-input/index.js.map +1 -0
- package/lib/module/components/collapsible/index.js +128 -0
- package/lib/module/components/collapsible/index.js.map +1 -0
- package/lib/module/components/form-helper-text/index.js +37 -0
- package/lib/module/components/form-helper-text/index.js.map +1 -0
- package/lib/module/components/form-label/index.js +31 -0
- package/lib/module/components/form-label/index.js.map +1 -0
- package/lib/module/components/icon/index.js +35 -0
- package/lib/module/components/icon/index.js.map +1 -0
- package/lib/module/components/index.js +20 -0
- package/lib/module/components/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/_base.js +48 -0
- package/lib/module/components/notification/_status-hooks/_base.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/error/index.js +42 -0
- package/lib/module/components/notification/_status-hooks/error/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/index.js +7 -0
- package/lib/module/components/notification/_status-hooks/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/informational/index.js +42 -0
- package/lib/module/components/notification/_status-hooks/informational/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/success/index.js +42 -0
- package/lib/module/components/notification/_status-hooks/success/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/warning/index.js +42 -0
- package/lib/module/components/notification/_status-hooks/warning/index.js.map +1 -0
- package/lib/module/components/notification/_variant-context.js +19 -0
- package/lib/module/components/notification/_variant-context.js.map +1 -0
- package/lib/module/components/notification/_variants/_button-ghost.js +39 -0
- package/lib/module/components/notification/_variants/_button-ghost.js.map +1 -0
- package/lib/module/components/notification/_variants/_button-tertiary.js +39 -0
- package/lib/module/components/notification/_variants/_button-tertiary.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable/index.js +38 -0
- package/lib/module/components/notification/_variants/actionable/index.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable-inline/index.js +38 -0
- package/lib/module/components/notification/_variants/actionable-inline/index.js.map +1 -0
- package/lib/module/components/notification/_variants/callout/index.js +31 -0
- package/lib/module/components/notification/_variants/callout/index.js.map +1 -0
- package/lib/module/components/notification/_variants/callout-inline/index.js +31 -0
- package/lib/module/components/notification/_variants/callout-inline/index.js.map +1 -0
- package/lib/module/components/notification/_variants/index.js +8 -0
- package/lib/module/components/notification/_variants/index.js.map +1 -0
- package/lib/module/components/notification/_variants/toast/index.js +59 -0
- package/lib/module/components/notification/_variants/toast/index.js.map +1 -0
- package/lib/module/components/notification/actionable/error/index.js +45 -0
- package/lib/module/components/notification/actionable/error/index.js.map +1 -0
- package/lib/module/components/notification/actionable/index.js +7 -0
- package/lib/module/components/notification/actionable/index.js.map +1 -0
- package/lib/module/components/notification/actionable/informational/index.js +45 -0
- package/lib/module/components/notification/actionable/informational/index.js.map +1 -0
- package/lib/module/components/notification/actionable/success/index.js +45 -0
- package/lib/module/components/notification/actionable/success/index.js.map +1 -0
- package/lib/module/components/notification/actionable/warning/index.js +45 -0
- package/lib/module/components/notification/actionable/warning/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/error/index.js +44 -0
- package/lib/module/components/notification/actionable-inline/error/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/index.js +7 -0
- package/lib/module/components/notification/actionable-inline/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/informational/index.js +44 -0
- package/lib/module/components/notification/actionable-inline/informational/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/success/index.js +44 -0
- package/lib/module/components/notification/actionable-inline/success/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/warning/index.js +44 -0
- package/lib/module/components/notification/actionable-inline/warning/index.js.map +1 -0
- package/lib/module/components/notification/base/index.js +165 -0
- package/lib/module/components/notification/base/index.js.map +1 -0
- package/lib/module/components/notification/callout/error/index.js +45 -0
- package/lib/module/components/notification/callout/error/index.js.map +1 -0
- package/lib/module/components/notification/callout/index.js +7 -0
- package/lib/module/components/notification/callout/index.js.map +1 -0
- package/lib/module/components/notification/callout/informational/index.js +45 -0
- package/lib/module/components/notification/callout/informational/index.js.map +1 -0
- package/lib/module/components/notification/callout/success/index.js +45 -0
- package/lib/module/components/notification/callout/success/index.js.map +1 -0
- package/lib/module/components/notification/callout/warning/index.js +45 -0
- package/lib/module/components/notification/callout/warning/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/error/index.js +44 -0
- package/lib/module/components/notification/callout-inline/error/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/index.js +7 -0
- package/lib/module/components/notification/callout-inline/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/informational/index.js +44 -0
- package/lib/module/components/notification/callout-inline/informational/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/success/index.js +44 -0
- package/lib/module/components/notification/callout-inline/success/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/warning/index.js +44 -0
- package/lib/module/components/notification/callout-inline/warning/index.js.map +1 -0
- package/lib/module/components/notification/index.js +12 -0
- package/lib/module/components/notification/index.js.map +1 -0
- package/lib/module/components/notification/subtitle/index.js +26 -0
- package/lib/module/components/notification/subtitle/index.js.map +1 -0
- package/lib/module/components/notification/subtitle-link/index.js +25 -0
- package/lib/module/components/notification/subtitle-link/index.js.map +1 -0
- package/lib/module/components/notification/toast/error/index.js +45 -0
- package/lib/module/components/notification/toast/error/index.js.map +1 -0
- package/lib/module/components/notification/toast/index.js +7 -0
- package/lib/module/components/notification/toast/index.js.map +1 -0
- package/lib/module/components/notification/toast/informational/index.js +45 -0
- package/lib/module/components/notification/toast/informational/index.js.map +1 -0
- package/lib/module/components/notification/toast/success/index.js +45 -0
- package/lib/module/components/notification/toast/success/index.js.map +1 -0
- package/lib/module/components/notification/toast/warning/index.js +45 -0
- package/lib/module/components/notification/toast/warning/index.js.map +1 -0
- package/lib/module/components/notification/types.js +2 -0
- package/lib/module/components/notification/types.js.map +1 -0
- package/lib/module/components/radio-button/index.js +102 -0
- package/lib/module/components/radio-button/index.js.map +1 -0
- package/lib/module/components/radio-button-group/_item-context.js +5 -0
- package/lib/module/components/radio-button-group/_item-context.js.map +1 -0
- package/lib/module/components/radio-button-group/_item.js +48 -0
- package/lib/module/components/radio-button-group/_item.js.map +1 -0
- package/lib/module/components/radio-button-group/_types/index.js +4 -0
- package/lib/module/components/radio-button-group/_types/index.js.map +1 -0
- package/lib/module/components/radio-button-group/_types/ref-base.js +4 -0
- package/lib/module/components/radio-button-group/_types/ref-base.js.map +1 -0
- package/lib/module/components/radio-button-group/index.js +136 -0
- package/lib/module/components/radio-button-group/index.js.map +1 -0
- package/lib/module/components/radio-button-input/index.js +196 -0
- package/lib/module/components/radio-button-input/index.js.map +1 -0
- package/lib/module/components/switch/index.js +238 -0
- package/lib/module/components/switch/index.js.map +1 -0
- package/lib/module/components/text/index.js +66 -0
- package/lib/module/components/text/index.js.map +1 -0
- package/lib/module/components/toggle/base/index.js +111 -0
- package/lib/module/components/toggle/base/index.js.map +1 -0
- package/lib/module/components/toggle/default/index.js +19 -0
- package/lib/module/components/toggle/default/index.js.map +1 -0
- package/lib/module/components/toggle/index.js +7 -0
- package/lib/module/components/toggle/index.js.map +1 -0
- package/lib/module/components/toggle/small/index.js +19 -0
- package/lib/module/components/toggle/small/index.js.map +1 -0
- package/lib/module/components/toggle/state.js +2 -0
- package/lib/module/components/toggle/state.js.map +1 -0
- package/lib/module/constants/color/code.json +273 -0
- package/lib/module/constants/color/index.js +6 -0
- package/lib/module/constants/color/index.js.map +1 -0
- package/lib/module/constants/color/tokens/gray-10.js +176 -0
- package/lib/module/constants/color/tokens/gray-10.js.map +1 -0
- package/lib/module/constants/color/tokens/gray-100.js +176 -0
- package/lib/module/constants/color/tokens/gray-100.js.map +1 -0
- package/lib/module/constants/color/tokens/index.js +5 -0
- package/lib/module/constants/color/tokens/index.js.map +1 -0
- package/lib/module/constants/index.js +8 -0
- package/lib/module/constants/index.js.map +1 -0
- package/lib/module/constants/motion/index.js +67 -0
- package/lib/module/constants/motion/index.js.map +1 -0
- package/lib/module/constants/spacing.js +18 -0
- package/lib/module/constants/spacing.js.map +1 -0
- package/lib/module/constants/typography/font-family.js +19 -0
- package/lib/module/constants/typography/font-family.js.map +1 -0
- package/lib/module/constants/typography/index.js +5 -0
- package/lib/module/constants/typography/index.js.map +1 -0
- package/lib/module/constants/typography/type-sets.js +137 -0
- package/lib/module/constants/typography/type-sets.js.map +1 -0
- package/lib/module/contexts/global-config/context.js +8 -0
- package/lib/module/contexts/global-config/context.js.map +1 -0
- package/lib/module/contexts/global-config/provider.js +18 -0
- package/lib/module/contexts/global-config/provider.js.map +1 -0
- package/lib/module/contexts/index.js +5 -0
- package/lib/module/contexts/index.js.map +1 -0
- package/lib/module/contexts/theme/context.js +10 -0
- package/lib/module/contexts/theme/context.js.map +1 -0
- package/lib/module/contexts/theme/index.js +4 -0
- package/lib/module/contexts/theme/index.js.map +1 -0
- package/lib/module/contexts/theme/provider.js +27 -0
- package/lib/module/contexts/theme/provider.js.map +1 -0
- package/lib/module/globals/color-scheme/index.js +11 -0
- package/lib/module/globals/color-scheme/index.js.map +1 -0
- package/lib/module/globals/index.js +5 -0
- package/lib/module/globals/index.js.map +1 -0
- package/lib/module/helpers/color/get-color-scheme.js +11 -0
- package/lib/module/helpers/color/get-color-scheme.js.map +1 -0
- package/lib/module/helpers/color/get-color-token.js +10 -0
- package/lib/module/helpers/color/get-color-token.js.map +1 -0
- package/lib/module/helpers/color/hex-to-rgba.js +7 -0
- package/lib/module/helpers/color/hex-to-rgba.js.map +1 -0
- package/lib/module/helpers/color/index.js +6 -0
- package/lib/module/helpers/color/index.js.map +1 -0
- package/lib/module/helpers/index.js +5 -0
- package/lib/module/helpers/index.js.map +1 -0
- package/lib/module/index.js +11 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/styles/common.js +21 -0
- package/lib/module/styles/common.js.map +1 -0
- package/lib/module/styles/flex.js +78 -0
- package/lib/module/styles/flex.js.map +1 -0
- package/lib/module/styles/index.js +6 -0
- package/lib/module/styles/index.js.map +1 -0
- package/lib/module/styles/text.js +63 -0
- package/lib/module/styles/text.js.map +1 -0
- package/lib/module/types/@carbon/icons/index.d.js +2 -0
- package/lib/module/types/@carbon/icons/index.d.js.map +1 -0
- package/lib/module/types/index.js +4 -0
- package/lib/module/types/index.js.map +1 -0
- package/lib/module/types/shared.js +2 -0
- package/lib/module/types/shared.js.map +1 -0
- package/lib/module/types/theme/color-scheme.js +2 -0
- package/lib/module/types/theme/color-scheme.js.map +1 -0
- package/lib/module/types/theme/color-token.js +2 -0
- package/lib/module/types/theme/color-token.js.map +1 -0
- package/lib/module/types/theme/index.js +2 -0
- package/lib/module/types/theme/index.js.map +1 -0
- package/lib/module/types/typography.js +4 -0
- package/lib/module/types/typography.js.map +1 -0
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/src/_carbon-react-native/index.d.ts +7 -0
- package/lib/typescript/commonjs/src/_carbon-react-native/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/_style-sheet/create.d.ts +6 -0
- package/lib/typescript/commonjs/src/_style-sheet/create.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/_style-sheet/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/_style-sheet/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_context.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/accordion/_context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_header-border.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/accordion/_header-border.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_header.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/accordion/_header.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_item.d.ts +23 -0
- package/lib/typescript/commonjs/src/components/accordion/_item.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_motion.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/accordion/_motion.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_styles.d.ts +16 -0
- package/lib/typescript/commonjs/src/components/accordion/_styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/index.d.ts +16 -0
- package/lib/typescript/commonjs/src/components/accordion/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/types.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/accordion/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base/index.d.ts +37 -0
- package/lib/typescript/commonjs/src/components/button/base/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base-color/index.d.ts +21 -0
- package/lib/typescript/commonjs/src/components/button/base-color/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ghost/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/index.d.ts +12 -0
- package/lib/typescript/commonjs/src/components/button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/primary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/secondary/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/secondary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/size.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/button/size.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox/index.d.ts +32 -0
- package/lib/typescript/commonjs/src/components/checkbox/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/index.d.ts +21 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/index.d.ts +25 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/collapsible/index.d.ts +26 -0
- package/lib/typescript/commonjs/src/components/collapsible/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-label/index.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/form-label/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/icon/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/index.d.ts +18 -0
- package/lib/typescript/commonjs/src/components/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base.d.ts +28 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variant-context.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/notification/_variant-context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-ghost.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-ghost.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-tertiary.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-tertiary.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/index.d.ts +30 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/index.d.ts +30 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/index.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/index.d.ts +17 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/base/index.d.ts +29 -0
- package/lib/typescript/commonjs/src/components/notification/base/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/callout/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/index.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/notification/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/toast/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/types.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/notification/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button/index.d.ts +32 -0
- package/lib/typescript/commonjs/src/components/radio-button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item-context.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item-context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/index.d.ts +27 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/ref-base.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/ref-base.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/index.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/index.d.ts +22 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/switch/index.d.ts +33 -0
- package/lib/typescript/commonjs/src/components/switch/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/text/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/text/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/base/index.d.ts +33 -0
- package/lib/typescript/commonjs/src/components/toggle/base/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/default/index.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/toggle/default/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/toggle/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/small/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/toggle/small/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/state.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/toggle/state.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/color/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/constants/color/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/gray-10.d.ts +172 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/gray-10.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/gray-100.d.ts +172 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/gray-100.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/index.d.ts +6 -0
- package/lib/typescript/commonjs/src/constants/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/motion/index.d.ts +63 -0
- package/lib/typescript/commonjs/src/constants/motion/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/spacing.d.ts +17 -0
- package/lib/typescript/commonjs/src/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/typography/font-family.d.ts +17 -0
- package/lib/typescript/commonjs/src/constants/typography/font-family.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/typography/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/constants/typography/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/typography/type-sets.d.ts +3 -0
- package/lib/typescript/commonjs/src/constants/typography/type-sets.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/global-config/context.d.ts +10 -0
- package/lib/typescript/commonjs/src/contexts/global-config/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/global-config/provider.d.ts +6 -0
- package/lib/typescript/commonjs/src/contexts/global-config/provider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/contexts/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/theme/context.d.ts +7 -0
- package/lib/typescript/commonjs/src/contexts/theme/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/theme/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/contexts/theme/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/theme/provider.d.ts +11 -0
- package/lib/typescript/commonjs/src/contexts/theme/provider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/globals/color-scheme/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/globals/color-scheme/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/globals/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/globals/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/color/get-color-scheme.d.ts +4 -0
- package/lib/typescript/commonjs/src/helpers/color/get-color-scheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/color/get-color-token.d.ts +3 -0
- package/lib/typescript/commonjs/src/helpers/color/get-color-token.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/color/hex-to-rgba.d.ts +2 -0
- package/lib/typescript/commonjs/src/helpers/color/hex-to-rgba.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/color/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/helpers/color/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/helpers/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/styles/common.d.ts +18 -0
- package/lib/typescript/commonjs/src/styles/common.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/styles/flex.d.ts +75 -0
- package/lib/typescript/commonjs/src/styles/flex.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/styles/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/styles/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/styles/text.d.ts +59 -0
- package/lib/typescript/commonjs/src/styles/text.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/types/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/shared.d.ts +2 -0
- package/lib/typescript/commonjs/src/types/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/theme/color-scheme.d.ts +2 -0
- package/lib/typescript/commonjs/src/types/theme/color-scheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/theme/color-token.d.ts +2 -0
- package/lib/typescript/commonjs/src/types/theme/color-token.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/theme/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/types/theme/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/typography.d.ts +11 -0
- package/lib/typescript/commonjs/src/types/typography.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/src/_carbon-react-native/index.d.ts +7 -0
- package/lib/typescript/module/src/_carbon-react-native/index.d.ts.map +1 -0
- package/lib/typescript/module/src/_style-sheet/create.d.ts +6 -0
- package/lib/typescript/module/src/_style-sheet/create.d.ts.map +1 -0
- package/lib/typescript/module/src/_style-sheet/index.d.ts +5 -0
- package/lib/typescript/module/src/_style-sheet/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_context.d.ts +9 -0
- package/lib/typescript/module/src/components/accordion/_context.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_header-border.d.ts +10 -0
- package/lib/typescript/module/src/components/accordion/_header-border.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_header.d.ts +13 -0
- package/lib/typescript/module/src/components/accordion/_header.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_item.d.ts +23 -0
- package/lib/typescript/module/src/components/accordion/_item.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_motion.d.ts +3 -0
- package/lib/typescript/module/src/components/accordion/_motion.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_styles.d.ts +16 -0
- package/lib/typescript/module/src/components/accordion/_styles.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/index.d.ts +16 -0
- package/lib/typescript/module/src/components/accordion/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/types.d.ts +2 -0
- package/lib/typescript/module/src/components/accordion/types.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base/index.d.ts +37 -0
- package/lib/typescript/module/src/components/button/base/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base-color/index.d.ts +21 -0
- package/lib/typescript/module/src/components/button/base-color/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ghost/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-danger/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ghost-danger/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-icon/index.d.ts +8 -0
- package/lib/typescript/module/src/components/button/ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/index.d.ts +12 -0
- package/lib/typescript/module/src/components/button/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/primary/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary-danger/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/primary-danger/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/secondary/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/secondary/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/size.d.ts +2 -0
- package/lib/typescript/module/src/components/button/size.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/tertiary/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox/index.d.ts +32 -0
- package/lib/typescript/module/src/components/checkbox/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-group/index.d.ts +21 -0
- package/lib/typescript/module/src/components/checkbox-group/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-input/index.d.ts +25 -0
- package/lib/typescript/module/src/components/checkbox-input/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/collapsible/index.d.ts +26 -0
- package/lib/typescript/module/src/components/collapsible/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-helper-text/index.d.ts +11 -0
- package/lib/typescript/module/src/components/form-helper-text/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-label/index.d.ts +10 -0
- package/lib/typescript/module/src/components/form-label/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/icon/index.d.ts +13 -0
- package/lib/typescript/module/src/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/index.d.ts +18 -0
- package/lib/typescript/module/src/components/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base.d.ts +28 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variant-context.d.ts +10 -0
- package/lib/typescript/module/src/components/notification/_variant-context.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/_button-ghost.d.ts +7 -0
- package/lib/typescript/module/src/components/notification/_variants/_button-ghost.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/_button-tertiary.d.ts +7 -0
- package/lib/typescript/module/src/components/notification/_variants/_button-tertiary.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/index.d.ts +30 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/index.d.ts +30 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/index.d.ts +13 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/index.d.ts +13 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/index.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_variants/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/index.d.ts +17 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/actionable/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/base/index.d.ts +29 -0
- package/lib/typescript/module/src/components/notification/base/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/callout/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/callout-inline/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/index.d.ts +10 -0
- package/lib/typescript/module/src/components/notification/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/subtitle/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/toast/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/toast/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/toast/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/toast/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/toast/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/types.d.ts +2 -0
- package/lib/typescript/module/src/components/notification/types.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button/index.d.ts +32 -0
- package/lib/typescript/module/src/components/radio-button/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_item-context.d.ts +8 -0
- package/lib/typescript/module/src/components/radio-button-group/_item-context.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_item.d.ts +3 -0
- package/lib/typescript/module/src/components/radio-button-group/_item.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_types/index.d.ts +27 -0
- package/lib/typescript/module/src/components/radio-button-group/_types/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_types/ref-base.d.ts +9 -0
- package/lib/typescript/module/src/components/radio-button-group/_types/ref-base.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/index.d.ts +6 -0
- package/lib/typescript/module/src/components/radio-button-group/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-input/index.d.ts +22 -0
- package/lib/typescript/module/src/components/radio-button-input/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/switch/index.d.ts +33 -0
- package/lib/typescript/module/src/components/switch/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/text/index.d.ts +8 -0
- package/lib/typescript/module/src/components/text/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/base/index.d.ts +33 -0
- package/lib/typescript/module/src/components/toggle/base/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/default/index.d.ts +10 -0
- package/lib/typescript/module/src/components/toggle/default/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/index.d.ts +5 -0
- package/lib/typescript/module/src/components/toggle/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/small/index.d.ts +8 -0
- package/lib/typescript/module/src/components/toggle/small/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/state.d.ts +2 -0
- package/lib/typescript/module/src/components/toggle/state.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/color/index.d.ts +4 -0
- package/lib/typescript/module/src/constants/color/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/color/tokens/gray-10.d.ts +172 -0
- package/lib/typescript/module/src/constants/color/tokens/gray-10.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/color/tokens/gray-100.d.ts +172 -0
- package/lib/typescript/module/src/constants/color/tokens/gray-100.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/color/tokens/index.d.ts +3 -0
- package/lib/typescript/module/src/constants/color/tokens/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/index.d.ts +6 -0
- package/lib/typescript/module/src/constants/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/motion/index.d.ts +63 -0
- package/lib/typescript/module/src/constants/motion/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/spacing.d.ts +17 -0
- package/lib/typescript/module/src/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/typography/font-family.d.ts +17 -0
- package/lib/typescript/module/src/constants/typography/font-family.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/typography/index.d.ts +3 -0
- package/lib/typescript/module/src/constants/typography/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/typography/type-sets.d.ts +3 -0
- package/lib/typescript/module/src/constants/typography/type-sets.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/global-config/context.d.ts +10 -0
- package/lib/typescript/module/src/contexts/global-config/context.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/global-config/provider.d.ts +6 -0
- package/lib/typescript/module/src/contexts/global-config/provider.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/index.d.ts +3 -0
- package/lib/typescript/module/src/contexts/index.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/theme/context.d.ts +7 -0
- package/lib/typescript/module/src/contexts/theme/context.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/theme/index.d.ts +3 -0
- package/lib/typescript/module/src/contexts/theme/index.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/theme/provider.d.ts +11 -0
- package/lib/typescript/module/src/contexts/theme/provider.d.ts.map +1 -0
- package/lib/typescript/module/src/globals/color-scheme/index.d.ts +5 -0
- package/lib/typescript/module/src/globals/color-scheme/index.d.ts.map +1 -0
- package/lib/typescript/module/src/globals/index.d.ts +3 -0
- package/lib/typescript/module/src/globals/index.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/color/get-color-scheme.d.ts +4 -0
- package/lib/typescript/module/src/helpers/color/get-color-scheme.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/color/get-color-token.d.ts +3 -0
- package/lib/typescript/module/src/helpers/color/get-color-token.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/color/hex-to-rgba.d.ts +2 -0
- package/lib/typescript/module/src/helpers/color/hex-to-rgba.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/color/index.d.ts +4 -0
- package/lib/typescript/module/src/helpers/color/index.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/index.d.ts +3 -0
- package/lib/typescript/module/src/helpers/index.d.ts.map +1 -0
- package/lib/typescript/module/src/index.d.ts +9 -0
- package/lib/typescript/module/src/index.d.ts.map +1 -0
- package/lib/typescript/module/src/styles/common.d.ts +18 -0
- package/lib/typescript/module/src/styles/common.d.ts.map +1 -0
- package/lib/typescript/module/src/styles/flex.d.ts +75 -0
- package/lib/typescript/module/src/styles/flex.d.ts.map +1 -0
- package/lib/typescript/module/src/styles/index.d.ts +4 -0
- package/lib/typescript/module/src/styles/index.d.ts.map +1 -0
- package/lib/typescript/module/src/styles/text.d.ts +59 -0
- package/lib/typescript/module/src/styles/text.d.ts.map +1 -0
- package/lib/typescript/module/src/types/index.d.ts +5 -0
- package/lib/typescript/module/src/types/index.d.ts.map +1 -0
- package/lib/typescript/module/src/types/shared.d.ts +2 -0
- package/lib/typescript/module/src/types/shared.d.ts.map +1 -0
- package/lib/typescript/module/src/types/theme/color-scheme.d.ts +2 -0
- package/lib/typescript/module/src/types/theme/color-scheme.d.ts.map +1 -0
- package/lib/typescript/module/src/types/theme/color-token.d.ts +2 -0
- package/lib/typescript/module/src/types/theme/color-token.d.ts.map +1 -0
- package/lib/typescript/module/src/types/theme/index.d.ts +3 -0
- package/lib/typescript/module/src/types/theme/index.d.ts.map +1 -0
- package/lib/typescript/module/src/types/typography.d.ts +11 -0
- package/lib/typescript/module/src/types/typography.d.ts.map +1 -0
- package/package.json +73 -0
- package/src/_carbon-react-native/index.tsx +37 -0
- package/src/_style-sheet/create.ts +145 -0
- package/src/_style-sheet/index.ts +9 -0
- package/src/components/accordion/_context.tsx +19 -0
- package/src/components/accordion/_header-border.tsx +68 -0
- package/src/components/accordion/_header.tsx +269 -0
- package/src/components/accordion/_item.tsx +186 -0
- package/src/components/accordion/_motion.ts +27 -0
- package/src/components/accordion/_styles.ts +24 -0
- package/src/components/accordion/index.tsx +152 -0
- package/src/components/accordion/types.ts +4 -0
- package/src/components/button/base/index.tsx +270 -0
- package/src/components/button/base-color/index.tsx +277 -0
- package/src/components/button/ghost/index.tsx +132 -0
- package/src/components/button/ghost-danger/index.tsx +132 -0
- package/src/components/button/ghost-icon/index.tsx +125 -0
- package/src/components/button/index.tsx +11 -0
- package/src/components/button/primary/index.tsx +108 -0
- package/src/components/button/primary-danger/index.tsx +108 -0
- package/src/components/button/secondary/index.tsx +108 -0
- package/src/components/button/size.ts +7 -0
- package/src/components/button/tertiary/index.tsx +125 -0
- package/src/components/button/tertiary-danger/index.tsx +125 -0
- package/src/components/checkbox/index.tsx +239 -0
- package/src/components/checkbox-group/index.tsx +197 -0
- package/src/components/checkbox-input/index.tsx +368 -0
- package/src/components/collapsible/index.tsx +289 -0
- package/src/components/form-helper-text/index.tsx +84 -0
- package/src/components/form-label/index.tsx +66 -0
- package/src/components/icon/index.tsx +53 -0
- package/src/components/index.tsx +23 -0
- package/src/components/notification/_status-hooks/_base.tsx +97 -0
- package/src/components/notification/_status-hooks/error/index.tsx +61 -0
- package/src/components/notification/_status-hooks/index.tsx +4 -0
- package/src/components/notification/_status-hooks/informational/index.tsx +61 -0
- package/src/components/notification/_status-hooks/success/index.tsx +61 -0
- package/src/components/notification/_status-hooks/warning/index.tsx +61 -0
- package/src/components/notification/_variant-context.tsx +35 -0
- package/src/components/notification/_variants/_button-ghost.tsx +65 -0
- package/src/components/notification/_variants/_button-tertiary.tsx +65 -0
- package/src/components/notification/_variants/actionable/index.tsx +105 -0
- package/src/components/notification/_variants/actionable-inline/index.tsx +105 -0
- package/src/components/notification/_variants/callout/index.tsx +76 -0
- package/src/components/notification/_variants/callout-inline/index.tsx +76 -0
- package/src/components/notification/_variants/index.tsx +5 -0
- package/src/components/notification/_variants/toast/index.tsx +135 -0
- package/src/components/notification/actionable/error/index.tsx +86 -0
- package/src/components/notification/actionable/index.tsx +4 -0
- package/src/components/notification/actionable/informational/index.tsx +86 -0
- package/src/components/notification/actionable/success/index.tsx +86 -0
- package/src/components/notification/actionable/warning/index.tsx +86 -0
- package/src/components/notification/actionable-inline/error/index.tsx +85 -0
- package/src/components/notification/actionable-inline/index.tsx +4 -0
- package/src/components/notification/actionable-inline/informational/index.tsx +85 -0
- package/src/components/notification/actionable-inline/success/index.tsx +85 -0
- package/src/components/notification/actionable-inline/warning/index.tsx +85 -0
- package/src/components/notification/base/index.tsx +319 -0
- package/src/components/notification/callout/error/index.tsx +86 -0
- package/src/components/notification/callout/index.tsx +4 -0
- package/src/components/notification/callout/informational/index.tsx +86 -0
- package/src/components/notification/callout/success/index.tsx +86 -0
- package/src/components/notification/callout/warning/index.tsx +86 -0
- package/src/components/notification/callout-inline/error/index.tsx +85 -0
- package/src/components/notification/callout-inline/index.tsx +4 -0
- package/src/components/notification/callout-inline/informational/index.tsx +85 -0
- package/src/components/notification/callout-inline/success/index.tsx +85 -0
- package/src/components/notification/callout-inline/warning/index.tsx +85 -0
- package/src/components/notification/index.tsx +17 -0
- package/src/components/notification/subtitle/index.tsx +58 -0
- package/src/components/notification/subtitle-link/index.tsx +57 -0
- package/src/components/notification/toast/error/index.tsx +86 -0
- package/src/components/notification/toast/index.tsx +4 -0
- package/src/components/notification/toast/informational/index.tsx +86 -0
- package/src/components/notification/toast/success/index.tsx +86 -0
- package/src/components/notification/toast/warning/index.tsx +86 -0
- package/src/components/notification/types.ts +3 -0
- package/src/components/radio-button/index.tsx +238 -0
- package/src/components/radio-button-group/_item-context.tsx +15 -0
- package/src/components/radio-button-group/_item.tsx +91 -0
- package/src/components/radio-button-group/_types/index.ts +55 -0
- package/src/components/radio-button-group/_types/ref-base.ts +11 -0
- package/src/components/radio-button-group/index.tsx +251 -0
- package/src/components/radio-button-input/index.tsx +366 -0
- package/src/components/switch/index.tsx +448 -0
- package/src/components/text/index.tsx +135 -0
- package/src/components/toggle/base/index.tsx +254 -0
- package/src/components/toggle/default/index.tsx +41 -0
- package/src/components/toggle/index.tsx +4 -0
- package/src/components/toggle/small/index.tsx +39 -0
- package/src/components/toggle/state.ts +4 -0
- package/src/constants/color/code.json +273 -0
- package/src/constants/color/index.ts +7 -0
- package/src/constants/color/tokens/gray-10.ts +197 -0
- package/src/constants/color/tokens/gray-100.ts +197 -0
- package/src/constants/color/tokens/index.ts +2 -0
- package/src/constants/index.ts +11 -0
- package/src/constants/motion/index.ts +34 -0
- package/src/constants/spacing.ts +17 -0
- package/src/constants/typography/font-family.ts +16 -0
- package/src/constants/typography/index.ts +2 -0
- package/src/constants/typography/type-sets.ts +151 -0
- package/src/contexts/global-config/context.ts +20 -0
- package/src/contexts/global-config/provider.tsx +26 -0
- package/src/contexts/index.tsx +2 -0
- package/src/contexts/theme/context.ts +26 -0
- package/src/contexts/theme/index.tsx +5 -0
- package/src/contexts/theme/provider.tsx +55 -0
- package/src/globals/color-scheme/index.ts +13 -0
- package/src/globals/index.ts +5 -0
- package/src/helpers/color/get-color-scheme.ts +19 -0
- package/src/helpers/color/get-color-token.ts +14 -0
- package/src/helpers/color/hex-to-rgba.ts +11 -0
- package/src/helpers/color/index.ts +3 -0
- package/src/helpers/index.ts +5 -0
- package/src/index.tsx +9 -0
- package/src/styles/common.ts +21 -0
- package/src/styles/flex.ts +78 -0
- package/src/styles/index.ts +3 -0
- package/src/styles/text.ts +66 -0
- package/src/types/@carbon/icons/index.d.ts +1 -0
- package/src/types/index.ts +9 -0
- package/src/types/shared.ts +1 -0
- package/src/types/theme/color-scheme.ts +1 -0
- package/src/types/theme/color-token.ts +170 -0
- package/src/types/theme/index.ts +2 -0
- package/src/types/typography.ts +36 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/notification/actionable-inline/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ActionableInlineVariantProps, type ActionableInlineVariantRef } from '../../_variants';
|
|
2
|
+
export interface InformationalProps extends Omit<ActionableInlineVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<ActionableInlineVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<ActionableInlineVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface InformationalRef extends ActionableInlineVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Informational: import("react").ForwardRefExoticComponent<InformationalProps & import("react").RefAttributes<InformationalRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/actionable-inline/informational/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,4BAA4B,EAAE,MAAM,CAAC;IACrF,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,4BAA4B,CAAC,WAAW,CAAC,CAAC,EACpD,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,4BAA4B,CAAC,gBAAgB,CAAC,CAAC,EACzD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,gBAAiB,SAAQ,0BAA0B;CACnE;AAED,eAAO,MAAM,aAAa,iHAwDzB,CAAA"}
|
package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ActionableInlineVariantProps, type ActionableInlineVariantRef } from '../../_variants';
|
|
2
|
+
export interface SuccessProps extends Omit<ActionableInlineVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<ActionableInlineVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<ActionableInlineVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface SuccessRef extends ActionableInlineVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Success: import("react").ForwardRefExoticComponent<SuccessProps & import("react").RefAttributes<SuccessRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/actionable-inline/success/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,4BAA4B,EAAE,MAAM,CAAC;IAC/E,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,4BAA4B,CAAC,WAAW,CAAC,CAAC,EACpD,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,4BAA4B,CAAC,gBAAgB,CAAC,CAAC,EACzD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,UAAW,SAAQ,0BAA0B;CAC7D;AAED,eAAO,MAAM,OAAO,qGAwDnB,CAAA"}
|
package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ActionableInlineVariantProps, type ActionableInlineVariantRef } from '../../_variants';
|
|
2
|
+
export interface WarningProps extends Omit<ActionableInlineVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<ActionableInlineVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<ActionableInlineVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface WarningRef extends ActionableInlineVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Warning: import("react").ForwardRefExoticComponent<WarningProps & import("react").RefAttributes<WarningRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/actionable-inline/warning/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,4BAA4B,EAAE,MAAM,CAAC;IAC/E,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,4BAA4B,CAAC,WAAW,CAAC,CAAC,EACpD,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,4BAA4B,CAAC,gBAAgB,CAAC,CAAC,EACzD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,UAAW,SAAQ,0BAA0B;CAC7D;AAED,eAAO,MAAM,OAAO,qGAwDnB,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { View, type ViewProps } from 'react-native';
|
|
2
|
+
import { type BaseColorProps } from '../../button/base-color';
|
|
3
|
+
import { type IconProps } from '../../icon';
|
|
4
|
+
import { type TextProps } from '../../text';
|
|
5
|
+
export interface BaseProps extends Omit<ViewProps, 'children'> {
|
|
6
|
+
title?: string;
|
|
7
|
+
/**
|
|
8
|
+
* You can fill it with string or number to render quickly useful message.
|
|
9
|
+
* Alternatively, you can use `<Notification.Subtitle>` with `<Notification.SubtitleLink>` if necessary
|
|
10
|
+
*/
|
|
11
|
+
body?: React.ReactNode;
|
|
12
|
+
inline?: boolean;
|
|
13
|
+
icon?: IconProps['src'];
|
|
14
|
+
iconProps?: Omit<IconProps, 'src' | 'width' | 'height'>;
|
|
15
|
+
iconContainerStyle?: ViewProps['style'];
|
|
16
|
+
iconClose?: boolean;
|
|
17
|
+
onPressIconClose?: BaseColorProps['onPress'];
|
|
18
|
+
iconCloseProps?: Omit<IconProps, 'src' | 'width' | 'height'>;
|
|
19
|
+
iconCloseButtonProps?: Omit<BaseColorProps, 'text' | 'size' | 'icon' | 'iconNode' | 'colorStateStyle' | 'onPress'>;
|
|
20
|
+
nodes?: Partial<Record<'beforeContentContainer' | 'beforeButtonClose' | 'afterContentContainer' | 'beforeContentContainerEnd', React.ReactNode>>;
|
|
21
|
+
titleStyle?: TextProps['style'];
|
|
22
|
+
leftBarStyle?: ViewProps['style'];
|
|
23
|
+
leftContainerStyle?: ViewProps['style'];
|
|
24
|
+
contentContainerStyle?: ViewProps['style'];
|
|
25
|
+
}
|
|
26
|
+
export interface BaseRef extends View {
|
|
27
|
+
}
|
|
28
|
+
export declare const Base: import("react").ForwardRefExoticComponent<BaseProps & import("react").RefAttributes<BaseRef>>;
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/notification/base/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAEN,IAAI,EACJ,KAAK,SAAS,EACd,MAAM,cAAc,CAAA;AAcrB,OAAO,EAEN,KAAK,cAAc,EACnB,MAAM,yBAAyB,CAAA;AAEhC,OAAO,EAEN,KAAK,SAAS,EACd,MAAM,YAAY,CAAA;AAEnB,OAAO,EAEN,KAAK,SAAS,EACd,MAAM,YAAY,CAAA;AAInB,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB,IAAI,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,CAAC,SAAS,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,CAAC,CAAC;IACxD,kBAAkB,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAExC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IAC7C,cAAc,CAAC,EAAE,IAAI,CACpB,SAAS,EACP,KAAK,GACL,OAAO,GACP,QAAQ,CACV,CAAC;IACF,oBAAoB,CAAC,EAAE,IAAI,CAC1B,cAAc,EACZ,MAAM,GACN,MAAM,GACN,MAAM,GACN,UAAU,GACV,iBAAiB,GACjB,SAAS,CACX,CAAC;IAEF,KAAK,CAAC,EAAE,OAAO,CAAC,MAAM,CACnB,wBAAwB,GACxB,mBAAmB,GACnB,uBAAuB,GACvB,2BAA2B,EAC7B,KAAK,CAAC,SAAS,CACf,CAAC,CAAC;IAEH,UAAU,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAChC,YAAY,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAClC,kBAAkB,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IACxC,qBAAqB,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3C;AAED,MAAM,WAAW,OAAQ,SAAQ,IAAI;CACpC;AAED,eAAO,MAAM,IAAI,+FAmKhB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type CalloutVariantProps, type CalloutVariantRef } from '../../_variants';
|
|
2
|
+
export interface ErrorProps extends Omit<CalloutVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<CalloutVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<CalloutVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface ErrorRef extends CalloutVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Error: import("react").ForwardRefExoticComponent<ErrorProps & import("react").RefAttributes<ErrorRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/callout/error/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;IACpE,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC,EAC3C,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,EAChD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,QAAS,SAAQ,iBAAiB;CAClD;AAED,eAAO,MAAM,KAAK,iGAyDjB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/notification/callout/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type CalloutVariantProps, type CalloutVariantRef } from '../../_variants';
|
|
2
|
+
export interface InformationalProps extends Omit<CalloutVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<CalloutVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<CalloutVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface InformationalRef extends CalloutVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Informational: import("react").ForwardRefExoticComponent<InformationalProps & import("react").RefAttributes<InformationalRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/commonjs/src/components/notification/callout/informational/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/callout/informational/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;IAC5E,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC,EAC3C,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,EAChD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;CAC1D;AAED,eAAO,MAAM,aAAa,iHAyDzB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type CalloutVariantProps, type CalloutVariantRef } from '../../_variants';
|
|
2
|
+
export interface SuccessProps extends Omit<CalloutVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<CalloutVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<CalloutVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface SuccessRef extends CalloutVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Success: import("react").ForwardRefExoticComponent<SuccessProps & import("react").RefAttributes<SuccessRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/callout/success/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;IACtE,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC,EAC3C,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,EAChD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,UAAW,SAAQ,iBAAiB;CACpD;AAED,eAAO,MAAM,OAAO,qGAyDnB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type CalloutVariantProps, type CalloutVariantRef } from '../../_variants';
|
|
2
|
+
export interface WarningProps extends Omit<CalloutVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<CalloutVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<CalloutVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface WarningRef extends CalloutVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Warning: import("react").ForwardRefExoticComponent<WarningProps & import("react").RefAttributes<WarningRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/callout/warning/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;IACtE,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC,EAC3C,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,EAChD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,UAAW,SAAQ,iBAAiB;CACpD;AAED,eAAO,MAAM,OAAO,qGAyDnB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type CalloutInlineVariantProps, type CalloutInlineVariantRef } from '../../_variants';
|
|
2
|
+
export interface ErrorProps extends Omit<CalloutInlineVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<CalloutInlineVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<CalloutInlineVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface ErrorRef extends CalloutInlineVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Error: import("react").ForwardRefExoticComponent<ErrorProps & import("react").RefAttributes<ErrorRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/commonjs/src/components/notification/callout-inline/error/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/callout-inline/error/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,yBAAyB,EAAE,MAAM,CAAC;IAC1E,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,yBAAyB,CAAC,WAAW,CAAC,CAAC,EACjD,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,CAAC,EACtD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,QAAS,SAAQ,uBAAuB;CACxD;AAED,eAAO,MAAM,KAAK,iGAwDjB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/notification/callout-inline/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA"}
|
package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type CalloutInlineVariantProps, type CalloutInlineVariantRef } from '../../_variants';
|
|
2
|
+
export interface InformationalProps extends Omit<CalloutInlineVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<CalloutInlineVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<CalloutInlineVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface InformationalRef extends CalloutInlineVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Informational: import("react").ForwardRefExoticComponent<InformationalProps & import("react").RefAttributes<InformationalRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/callout-inline/informational/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,yBAAyB,EAAE,MAAM,CAAC;IAClF,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,yBAAyB,CAAC,WAAW,CAAC,CAAC,EACjD,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,CAAC,EACtD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,gBAAiB,SAAQ,uBAAuB;CAChE;AAED,eAAO,MAAM,aAAa,iHAwDzB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type CalloutInlineVariantProps, type CalloutInlineVariantRef } from '../../_variants';
|
|
2
|
+
export interface SuccessProps extends Omit<CalloutInlineVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<CalloutInlineVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<CalloutInlineVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface SuccessRef extends CalloutInlineVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Success: import("react").ForwardRefExoticComponent<SuccessProps & import("react").RefAttributes<SuccessRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/commonjs/src/components/notification/callout-inline/success/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/callout-inline/success/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,yBAAyB,EAAE,MAAM,CAAC;IAC5E,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,yBAAyB,CAAC,WAAW,CAAC,CAAC,EACjD,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,CAAC,EACtD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,UAAW,SAAQ,uBAAuB;CAC1D;AAED,eAAO,MAAM,OAAO,qGAwDnB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type CalloutInlineVariantProps, type CalloutInlineVariantRef } from '../../_variants';
|
|
2
|
+
export interface WarningProps extends Omit<CalloutInlineVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<CalloutInlineVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<CalloutInlineVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface WarningRef extends CalloutInlineVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Warning: import("react").ForwardRefExoticComponent<WarningProps & import("react").RefAttributes<WarningRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/callout-inline/warning/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,yBAAyB,EAAE,MAAM,CAAC;IAC5E,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,yBAAyB,CAAC,WAAW,CAAC,CAAC,EACjD,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,CAAC,EACtD,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,UAAW,SAAQ,uBAAuB;CAC1D;AAED,eAAO,MAAM,OAAO,qGAwDnB,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as Actionable from './actionable';
|
|
2
|
+
import * as ActionableInline from './actionable-inline';
|
|
3
|
+
import * as Callout from './callout';
|
|
4
|
+
import * as CalloutInline from './callout-inline';
|
|
5
|
+
import * as Toast from './toast';
|
|
6
|
+
export { Actionable, ActionableInline, Callout, CalloutInline, Toast, };
|
|
7
|
+
export * from './base';
|
|
8
|
+
export * from './subtitle';
|
|
9
|
+
export * from './subtitle-link';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,cAAc,CAAA;AAC1C,OAAO,KAAK,gBAAgB,MAAM,qBAAqB,CAAA;AACvD,OAAO,KAAK,OAAO,MAAM,WAAW,CAAA;AACpC,OAAO,KAAK,aAAa,MAAM,kBAAkB,CAAA;AACjD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAA;AAEhC,OAAO,EACN,UAAU,EACV,gBAAgB,EAChB,OAAO,EACP,aAAa,EACb,KAAK,GACL,CAAA;AAED,cAAc,QAAQ,CAAA;AACtB,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/notification/subtitle/index.tsx"],"names":[],"mappings":"AAYA,OAAO,EAEN,KAAK,SAAS,EACd,MAAM,YAAY,CAAA;AAUnB,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC;CAC7D;AAED,wBAAgB,QAAQ,CAAC,EACxB,KAAK,EACL,GAAG,KAAK,EACR,EAAE,aAAa,+BAoBf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/notification/subtitle-link/index.tsx"],"names":[],"mappings":"AAYA,OAAO,EAEN,KAAK,aAAa,EAClB,MAAM,aAAa,CAAA;AAUpB,MAAM,WAAW,iBAAkB,SAAQ,aAAa;CACvD;AAED,wBAAgB,YAAY,CAAC,EAC5B,KAAK,EACL,GAAG,KAAK,EACR,EAAE,iBAAiB,+BAmBnB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ToastVariantProps, type ToastVariantRef } from '../../_variants';
|
|
2
|
+
export interface ErrorProps extends Omit<ToastVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<ToastVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<ToastVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface ErrorRef extends ToastVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Error: import("react").ForwardRefExoticComponent<ErrorProps & import("react").RefAttributes<ErrorRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/toast/error/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC;IAClE,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,EACzC,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,EAC9C,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,QAAS,SAAQ,eAAe;CAChD;AAED,eAAO,MAAM,KAAK,iGAyDjB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/notification/toast/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ToastVariantProps, type ToastVariantRef } from '../../_variants';
|
|
2
|
+
export interface InformationalProps extends Omit<ToastVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<ToastVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<ToastVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface InformationalRef extends ToastVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Informational: import("react").ForwardRefExoticComponent<InformationalProps & import("react").RefAttributes<InformationalRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/commonjs/src/components/notification/toast/informational/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/toast/informational/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC;IAC1E,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,EACzC,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,EAC9C,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,gBAAiB,SAAQ,eAAe;CACxD;AAED,eAAO,MAAM,aAAa,iHAyDzB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ToastVariantProps, type ToastVariantRef } from '../../_variants';
|
|
2
|
+
export interface SuccessProps extends Omit<ToastVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<ToastVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<ToastVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface SuccessRef extends ToastVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Success: import("react").ForwardRefExoticComponent<SuccessProps & import("react").RefAttributes<SuccessRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/toast/success/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACpE,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,EACzC,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,EAC9C,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,UAAW,SAAQ,eAAe;CAClD;AAED,eAAO,MAAM,OAAO,qGAyDnB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ToastVariantProps, type ToastVariantRef } from '../../_variants';
|
|
2
|
+
export interface WarningProps extends Omit<ToastVariantProps, 'icon'> {
|
|
3
|
+
iconProps?: Omit<NonNullable<ToastVariantProps['iconProps']>, 'color'>;
|
|
4
|
+
iconCloseProps?: Omit<NonNullable<ToastVariantProps['iconCloseProps']>, 'color'>;
|
|
5
|
+
}
|
|
6
|
+
export interface WarningRef extends ToastVariantRef {
|
|
7
|
+
}
|
|
8
|
+
export declare const Warning: import("react").ForwardRefExoticComponent<WarningProps & import("react").RefAttributes<WarningRef>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/notification/toast/warning/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEN,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,MAAM,iBAAiB,CAAA;AAExB,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACpE,SAAS,CAAC,EAAE,IAAI,CACf,WAAW,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,EACzC,OAAO,CACT,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CACpB,WAAW,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,EAC9C,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,UAAW,SAAQ,eAAe;CAClD;AAED,eAAO,MAAM,OAAO,qGAyDnB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAC1B,cAAc,GACd,eAAe,CAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { View, type PressableProps, type ViewProps } from 'react-native';
|
|
2
|
+
import { type FormLabelProps } from '../form-label';
|
|
3
|
+
import { type RadioButtonInputProps, type RadioButtonInputInteractiveState, type RadioButtonInputRef } from '../radio-button-input';
|
|
4
|
+
export interface RadioButtonProps extends Omit<ViewProps, 'children'> {
|
|
5
|
+
/**
|
|
6
|
+
* Control `checked` prop
|
|
7
|
+
*/
|
|
8
|
+
controlled?: boolean;
|
|
9
|
+
checked?: boolean;
|
|
10
|
+
value?: RadioButtonInputProps['value'];
|
|
11
|
+
interactiveState?: RadioButtonInputInteractiveState;
|
|
12
|
+
label: string;
|
|
13
|
+
onChange?: RadioButtonInputProps['onChange'];
|
|
14
|
+
onPress?: RadioButtonInputProps['onPress'];
|
|
15
|
+
radioButtonInputProps?: Omit<RadioButtonInputProps, 'controlled' | 'checked' | 'value' | 'interactiveState' | 'role' | 'onChange'>;
|
|
16
|
+
formLabelProps?: Omit<FormLabelProps, 'label'>;
|
|
17
|
+
pressableProps?: Omit<PressableProps, 'role' | 'style' | 'onPress'> & {
|
|
18
|
+
style?: ViewProps['style'];
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
interface RadioButtonRefBase {
|
|
22
|
+
readonly checked: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* This method does nothing when `controlled` prop is true
|
|
25
|
+
*/
|
|
26
|
+
setChecked: RadioButtonInputRef['setChecked'];
|
|
27
|
+
}
|
|
28
|
+
export interface RadioButtonRef extends View, RadioButtonRefBase {
|
|
29
|
+
}
|
|
30
|
+
export declare const RadioButton: import("react").ForwardRefExoticComponent<RadioButtonProps & import("react").RefAttributes<RadioButtonRef>>;
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-button/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAGN,IAAI,EACJ,KAAK,cAAc,EAEnB,KAAK,SAAS,EACd,MAAM,cAAc,CAAA;AAmBrB,OAAO,EAEN,KAAK,cAAc,EACnB,MAAM,eAAe,CAAA;AAEtB,OAAO,EAEN,KAAK,qBAAqB,EAC1B,KAAK,gCAAgC,EACrC,KAAK,mBAAmB,EACxB,MAAM,uBAAuB,CAAA;AAE9B,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACpE;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,qBAAqB,CAAC,OAAO,CAAC,CAAC;IACvC,gBAAgB,CAAC,EAAE,gCAAgC,CAAC;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,qBAAqB,CAAC,UAAU,CAAC,CAAC;IAC7C,OAAO,CAAC,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;IAC3C,qBAAqB,CAAC,EAAE,IAAI,CAC3B,qBAAqB,EACnB,YAAY,GACZ,SAAS,GACT,OAAO,GACP,kBAAkB,GAClB,MAAM,GACN,UAAU,CACZ,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;IAC/C,cAAc,CAAC,EAAE,IAAI,CACpB,cAAc,EACZ,MAAM,GACN,OAAO,GACP,SAAS,CACX,GAAG;QACH,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;KAC3B,CAAC;CACF;AAED,UAAU,kBAAkB;IAC3B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,UAAU,EAAE,mBAAmB,CAAC,YAAY,CAAC,CAAC;CAC9C;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,EAAE,kBAAkB;CAC/D;AAED,eAAO,MAAM,WAAW,6GAkHvB,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { RadioButtonGroupProps } from './_types';
|
|
2
|
+
export interface RadioButtonGroupItemContext {
|
|
3
|
+
controlled?: RadioButtonGroupProps['controlled'];
|
|
4
|
+
value?: RadioButtonGroupProps['selectedValue'];
|
|
5
|
+
setValue?: (value: RadioButtonGroupProps['selectedValue']) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const RadioButtonGroupItemContext: import("react").Context<RadioButtonGroupItemContext>;
|
|
8
|
+
//# sourceMappingURL=_item-context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_item-context.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-button-group/_item-context.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,qBAAqB,EACrB,MAAM,UAAU,CAAA;AAEjB,MAAM,WAAW,2BAA2B;IAC3C,UAAU,CAAC,EAAE,qBAAqB,CAAC,YAAY,CAAC,CAAC;IACjD,KAAK,CAAC,EAAE,qBAAqB,CAAC,eAAe,CAAC,CAAC;IAC/C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;CACnE;AAED,eAAO,MAAM,2BAA2B,sDAAiD,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { RadioButtonGroupItemProps, RadioButtonGroupItemRef } from './_types';
|
|
2
|
+
export declare const RadioButtonGroupItem: import("react").ForwardRefExoticComponent<RadioButtonGroupItemProps & import("react").RefAttributes<RadioButtonGroupItemRef>>;
|
|
3
|
+
//# sourceMappingURL=_item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_item.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-button-group/_item.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EACX,yBAAyB,EACzB,uBAAuB,EACvB,MAAM,UAAU,CAAA;AAEjB,eAAO,MAAM,oBAAoB,+HAmEhC,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { View, ViewProps } from 'react-native';
|
|
2
|
+
import type { FormHelperTextProps } from '../../form-helper-text';
|
|
3
|
+
import type { RadioButtonProps, RadioButtonRef } from '../../radio-button';
|
|
4
|
+
import type { RadioButtonGroupRefBase } from './ref-base';
|
|
5
|
+
export type RadioButtonGroupHelperTextMode = 'normal' | 'error' | 'warning';
|
|
6
|
+
export interface RadioButtonGroupProps extends ViewProps {
|
|
7
|
+
controlled?: boolean;
|
|
8
|
+
selectedValue?: RadioButtonProps['value'];
|
|
9
|
+
orientation?: 'vertical' | 'horizontal';
|
|
10
|
+
legend: string;
|
|
11
|
+
helperText?: string;
|
|
12
|
+
helperTextMode?: RadioButtonGroupHelperTextMode;
|
|
13
|
+
/**
|
|
14
|
+
* Set to false if you only want to show your `textLeading` custom node
|
|
15
|
+
* Default value is true
|
|
16
|
+
*/
|
|
17
|
+
helperTextModeIcon?: boolean;
|
|
18
|
+
onChange?: (value: RadioButtonGroupProps['selectedValue']) => void;
|
|
19
|
+
formHelperTextProps?: Omit<FormHelperTextProps, 'text' | 'error'>;
|
|
20
|
+
}
|
|
21
|
+
export interface RadioButtonGroupRef extends View, RadioButtonGroupRefBase {
|
|
22
|
+
}
|
|
23
|
+
export interface RadioButtonGroupItemProps extends Omit<RadioButtonProps, 'controlled' | 'checked'> {
|
|
24
|
+
}
|
|
25
|
+
export interface RadioButtonGroupItemRef extends RadioButtonRef {
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/radio-button-group/_types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,IAAI,EACJ,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,wBAAwB,CAAA;AAE/B,OAAO,KAAK,EACX,gBAAgB,EAChB,cAAc,EACd,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,uBAAuB,EACvB,MAAM,YAAY,CAAA;AAEnB,MAAM,MAAM,8BAA8B,GACvC,QAAQ,GACR,OAAO,GACP,SAAS,CAAA;AAEZ,MAAM,WAAW,qBAAsB,SAAQ,SAAS;IACvD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAC1C,WAAW,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,8BAA8B,CAAC;IAChD;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IACnE,mBAAmB,CAAC,EAAE,IAAI,CACzB,mBAAmB,EACjB,MAAM,GACN,OAAO,CACT,CAAC;CACF;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,EAAE,uBAAuB;CACzE;AAED,MAAM,WAAW,yBAA0B,SAAQ,IAAI,CACtD,gBAAgB,EACd,YAAY,GACZ,SAAS,CACX;CACA;AAED,MAAM,WAAW,uBAAwB,SAAQ,cAAc;CAC9D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { RadioButtonProps } from '../../radio-button';
|
|
2
|
+
export interface RadioButtonGroupRefBase {
|
|
3
|
+
readonly selectedValue: RadioButtonProps['value'];
|
|
4
|
+
/**
|
|
5
|
+
* This method does nothing if `controlled` prop is true
|
|
6
|
+
*/
|
|
7
|
+
setSelectedValue: (value: RadioButtonProps['value'] | ((value: RadioButtonProps['value']) => RadioButtonProps['value'])) => void;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=ref-base.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ref-base.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/radio-button-group/_types/ref-base.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,MAAM,WAAW,uBAAuB;IACvC,QAAQ,CAAC,aAAa,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAClD;;OAEG;IACH,gBAAgB,EAAE,CAAC,KAAK,EAAE,gBAAgB,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,gBAAgB,CAAC,OAAO,CAAC,KAAK,gBAAgB,CAAC,OAAO,CAAC,CAAC,KAAK,IAAI,CAAC;CACjI"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { RadioButtonGroupProps, RadioButtonGroupRef } from './_types';
|
|
2
|
+
export type * from './_types';
|
|
3
|
+
export declare const RadioButtonGroup: import("react").ForwardRefExoticComponent<RadioButtonGroupProps & import("react").RefAttributes<RadioButtonGroupRef>> & {
|
|
4
|
+
Item: import("react").ForwardRefExoticComponent<import("./_types").RadioButtonGroupItemProps & import("react").RefAttributes<import("./_types").RadioButtonGroupItemRef>>;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-button-group/index.tsx"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EACX,qBAAqB,EACrB,mBAAmB,EACnB,MAAM,UAAU,CAAA;AAMjB,mBAAmB,UAAU,CAAA;AA6H7B,eAAO,MAAM,gBAAgB;;CAE3B,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { View, type PressableProps, type ViewProps } from 'react-native';
|
|
2
|
+
export type RadioButtonInputInteractiveState = 'normal' | 'disabled' | 'read_only' | 'error' | 'warning';
|
|
3
|
+
export interface RadioButtonInputProps extends Omit<PressableProps, 'children' | 'disabled' | 'style'> {
|
|
4
|
+
controlled?: boolean;
|
|
5
|
+
checked?: boolean;
|
|
6
|
+
value?: string | number;
|
|
7
|
+
interactiveState?: RadioButtonInputInteractiveState;
|
|
8
|
+
onChange?: (checked: NonNullable<RadioButtonInputProps['checked']>, value: RadioButtonInputProps['value']) => void;
|
|
9
|
+
style?: ViewProps['style'];
|
|
10
|
+
}
|
|
11
|
+
interface RadioButtonInputRefBase {
|
|
12
|
+
readonly checked: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* This method does nothing if `controlled` prop is true
|
|
15
|
+
*/
|
|
16
|
+
setChecked: (checked: boolean | ((checked: boolean) => boolean)) => void;
|
|
17
|
+
}
|
|
18
|
+
export interface RadioButtonInputRef extends View, RadioButtonInputRefBase {
|
|
19
|
+
}
|
|
20
|
+
export declare const RadioButtonInput: import("react").ForwardRefExoticComponent<RadioButtonInputProps & import("react").RefAttributes<RadioButtonInputRef>>;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-button-input/index.tsx"],"names":[],"mappings":"AAUA,OAAO,EAGN,IAAI,EACJ,KAAK,cAAc,EACnB,KAAK,SAAS,EAEd,MAAM,cAAc,CAAA;AAerB,MAAM,MAAM,gCAAgC,GACzC,QAAQ,GACR,UAAU,GACV,WAAW,GACX,OAAO,GACP,SAAS,CAAA;AAEZ,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAClD,cAAc,EACZ,UAAU,GACV,UAAU,GACV,OAAO,CACT;IACA,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,gCAAgC,CAAC;IACpD,QAAQ,CAAC,EAAE,CACV,OAAO,EAAE,WAAW,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC,EACtD,KAAK,EAAE,qBAAqB,CAAC,OAAO,CAAC,KACjC,IAAI,CAAC;IACV,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,UAAU,uBAAuB;IAChC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,CAAC,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC,KAAK,IAAI,CAAC;CACzE;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,EAAE,uBAAuB;CACzE;AAED,eAAO,MAAM,gBAAgB,uHAyJ5B,CAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { View, type PressableProps, type StyleProp, type ViewStyle } from 'react-native';
|
|
2
|
+
import { type WithTimingConfig } from 'react-native-reanimated';
|
|
3
|
+
export type SwitchState = 'normal' | 'disabled' | 'read_only';
|
|
4
|
+
export interface SwitchProps extends Omit<PressableProps, 'children'> {
|
|
5
|
+
size?: SwitchSize;
|
|
6
|
+
state?: SwitchState;
|
|
7
|
+
/**
|
|
8
|
+
* Control `value` prop
|
|
9
|
+
*/
|
|
10
|
+
controlled?: boolean;
|
|
11
|
+
value?: boolean;
|
|
12
|
+
trackColor?: Record<'false' | 'true', string>;
|
|
13
|
+
thumbColor?: Record<'false' | 'true', string>;
|
|
14
|
+
motion?: Record<'false' | 'true', WithTimingConfig>;
|
|
15
|
+
onChange?: (value: boolean) => void;
|
|
16
|
+
style?: StyleProp<ViewStyle>;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* https://carbondesignsystem.com/components/toggle/style/#size
|
|
20
|
+
*/
|
|
21
|
+
export type SwitchSize = 'default' | 'small';
|
|
22
|
+
interface SwitchRefBase {
|
|
23
|
+
readonly value: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* This method does nothing if `controlled` prop is true
|
|
26
|
+
*/
|
|
27
|
+
setValue: (value: boolean | ((currentValue: boolean) => boolean)) => void;
|
|
28
|
+
}
|
|
29
|
+
export interface SwitchRef extends View, SwitchRefBase {
|
|
30
|
+
}
|
|
31
|
+
export declare const Switch: import("react").ForwardRefExoticComponent<SwitchProps & import("react").RefAttributes<SwitchRef>>;
|
|
32
|
+
export {};
|
|
33
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/switch/index.tsx"],"names":[],"mappings":"AAWA,OAAO,EAGN,IAAI,EACJ,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,SAAS,EACd,MAAM,cAAc,CAAA;AAIrB,OAAiB,EAOhB,KAAK,gBAAgB,EACrB,MAAM,yBAAyB,CAAA;AAmBhC,MAAM,MAAM,WAAW,GACpB,QAAQ,GACR,UAAU,GACV,WAAW,CAAA;AAEd,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC;IACpE,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC,OAAO,GAAG,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9C,UAAU,CAAC,EAAE,MAAM,CAAC,OAAO,GAAG,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC,OAAO,GAAG,MAAM,EAAE,gBAAgB,CAAC,CAAC;IACpD,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,OAAO,CAAA;AAE5C,UAAU,aAAa;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,GAAG,CAAC,CAAC,YAAY,EAAE,OAAO,KAAK,OAAO,CAAC,KAAK,IAAI,CAAC;CAC1E;AAED,MAAM,WAAW,SAAU,SAAQ,IAAI,EAAE,aAAa;CACrD;AAED,eAAO,MAAM,MAAM,mGAoQlB,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Text as Core, type TextProps as CoreProps } from 'react-native';
|
|
2
|
+
import type { TypographyType } from '../../types';
|
|
3
|
+
export interface TextProps extends CoreProps {
|
|
4
|
+
type?: TypographyType.TypeSetsClass;
|
|
5
|
+
italic?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const Text: import("react").ForwardRefExoticComponent<TextProps & import("react").RefAttributes<Core>>;
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/text/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EACN,IAAI,IAAI,IAAI,EAEZ,KAAK,SAAS,IAAI,SAAS,EAC3B,MAAM,cAAc,CAAA;AAcrB,OAAO,KAAK,EACX,cAAc,EACd,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,SAAU,SAAQ,SAAS;IAC3C,IAAI,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,IAAI,4FA4BhB,CAAA"}
|