@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,"names":["_react","require","_reactNative","_index","_index2","_index3","_index4","_index5","_index6","_jsxRuntime","Base","exports","forwardRef","state","controlled","value","label","actionText","onChange","formLabelProps","actionTextProps","pressableProps","switchProps","style","viewProps","forwardedRef","themeContext","useContext","ThemeContext","viewRef","useRef","switchRef","pressHandler","useCallback","event","onPress","current","setValue","currentValue","useImperativeHandle","Object","assign","val","jsxs","View","FlexStyle","flex_row","flex_wrap","items_center","ref","children","jsx","Pressable","role","disabled","CommonStyle","absolute","w_full","h_full","baseStyle","pressable","FormLabel","textProps","color","mapLabelColorToken","Switch","switch","Text","type","mapActionTextColorToken","StyleSheet","create","zIndex","marginBottom","SpacingConstant","spacing_05","marginLeft","spacing_03","normal","read_only"],"sourceRoot":"../../../../../src","sources":["components/toggle/base/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Default = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _index = require("../base/index.js");
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
const Default = exports.Default = /*#__PURE__*/(0, _react.forwardRef)(function Default({
|
|
11
|
+
switchProps,
|
|
12
|
+
...props
|
|
13
|
+
}, ref) {
|
|
14
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Base, {
|
|
15
|
+
...props,
|
|
16
|
+
switchProps: {
|
|
17
|
+
...switchProps,
|
|
18
|
+
size: 'default'
|
|
19
|
+
},
|
|
20
|
+
ref: ref
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_index","_jsxRuntime","Default","exports","forwardRef","switchProps","props","ref","jsx","Base","size"],"sourceRoot":"../../../../../src","sources":["components/toggle/default/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIgB,IAAAE,WAAA,GAAAF,OAAA;AAWT,MAAMG,OAAO,GAAAC,OAAA,CAAAD,OAAA,gBAAG,IAAAE,iBAAU,EAChC,SAASF,OAAOA,CACf;EACCG,WAAW;EACX,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,oBACC,IAAAN,WAAA,CAAAO,GAAA,EAACR,MAAA,CAAAS,IAAI;IAAA,GACCH,KAAK;IACVD,WAAW,EAAE;MACZ,GAAGA,WAAW;MACdK,IAAI,EAAE;IACP,CAAE;IACFH,GAAG,EAAGA;EAAK,CACX,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _index = require("./base/index.js");
|
|
7
|
+
Object.keys(_index).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _index[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _index[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
var _index2 = require("./default/index.js");
|
|
18
|
+
Object.keys(_index2).forEach(function (key) {
|
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (key in exports && exports[key] === _index2[key]) return;
|
|
21
|
+
Object.defineProperty(exports, key, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _index2[key];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
var _index3 = require("./small/index.js");
|
|
29
|
+
Object.keys(_index3).forEach(function (key) {
|
|
30
|
+
if (key === "default" || key === "__esModule") return;
|
|
31
|
+
if (key in exports && exports[key] === _index3[key]) return;
|
|
32
|
+
Object.defineProperty(exports, key, {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () {
|
|
35
|
+
return _index3[key];
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
var _state = require("./state.js");
|
|
40
|
+
Object.keys(_state).forEach(function (key) {
|
|
41
|
+
if (key === "default" || key === "__esModule") return;
|
|
42
|
+
if (key in exports && exports[key] === _state[key]) return;
|
|
43
|
+
Object.defineProperty(exports, key, {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () {
|
|
46
|
+
return _state[key];
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_index2","_index3","_state"],"sourceRoot":"../../../../src","sources":["components/toggle/index.tsx"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,OAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,OAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,OAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,OAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,OAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,OAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,OAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,OAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,MAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,MAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,MAAA,CAAAP,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Small = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _index = require("../base/index.js");
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
const Small = exports.Small = /*#__PURE__*/(0, _react.forwardRef)(function Small({
|
|
11
|
+
switchProps,
|
|
12
|
+
...props
|
|
13
|
+
}, ref) {
|
|
14
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Base, {
|
|
15
|
+
...props,
|
|
16
|
+
switchProps: {
|
|
17
|
+
...switchProps,
|
|
18
|
+
size: 'small'
|
|
19
|
+
},
|
|
20
|
+
ref: ref
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_index","_jsxRuntime","Small","exports","forwardRef","switchProps","props","ref","jsx","Base","size"],"sourceRoot":"../../../../../src","sources":["components/toggle/small/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIgB,IAAAE,WAAA,GAAAF,OAAA;AAST,MAAMG,KAAK,GAAAC,OAAA,CAAAD,KAAA,gBAAG,IAAAE,iBAAU,EAC9B,SAASF,KAAKA,CACb;EACCG,WAAW;EACX,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,oBACC,IAAAN,WAAA,CAAAO,GAAA,EAACR,MAAA,CAAAS,IAAI;IAAA,GACCH,KAAK;IACVD,WAAW,EAAE;MACZ,GAAGA,WAAW;MACdK,IAAI,EAAE;IACP,CAAE;IACFH,GAAG,EAAGA;EAAK,CACX,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/toggle/state.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
{
|
|
2
|
+
"black": "#000000",
|
|
3
|
+
"black100": "#000000",
|
|
4
|
+
"blackHover": "#212100",
|
|
5
|
+
|
|
6
|
+
"white": "#ffffff",
|
|
7
|
+
"white0": "#ffffff",
|
|
8
|
+
"whiteHover": "#e8e8e8",
|
|
9
|
+
|
|
10
|
+
"yellow10": "#fcf4d6",
|
|
11
|
+
"yellow20": "#fddc69",
|
|
12
|
+
"yellow30": "#f1c21b",
|
|
13
|
+
"yellow40": "#d2a106",
|
|
14
|
+
"yellow50": "#b28600",
|
|
15
|
+
"yellow60": "#8e6a00",
|
|
16
|
+
"yellow70": "#684e00",
|
|
17
|
+
"yellow80": "#483700",
|
|
18
|
+
"yellow90": "#302400",
|
|
19
|
+
"yellow100": "#1c1500",
|
|
20
|
+
|
|
21
|
+
"yellow10Hover": "#f8e6a0",
|
|
22
|
+
"yellow20Hover": "#fccd27",
|
|
23
|
+
"yellow30Hover": "#ddb00e",
|
|
24
|
+
"yellow40Hover": "#bc9005",
|
|
25
|
+
"yellow50Hover": "#9e7700",
|
|
26
|
+
"yellow60Hover": "#755800",
|
|
27
|
+
"yellow70Hover": "#806000",
|
|
28
|
+
"yellow80Hover": "#5c4600",
|
|
29
|
+
"yellow90Hover": "#3d2e00",
|
|
30
|
+
"yellow100Hover": "#332600",
|
|
31
|
+
|
|
32
|
+
"orange10": "#fff2e8",
|
|
33
|
+
"orange20": "#ffd9be",
|
|
34
|
+
"orange30": "#ffb784",
|
|
35
|
+
"orange40": "#ff832b",
|
|
36
|
+
"orange50": "#eb6200",
|
|
37
|
+
"orange60": "#ba4e00",
|
|
38
|
+
"orange70": "#8a3800",
|
|
39
|
+
"orange80": "#5e2900",
|
|
40
|
+
"orange90": "#3e1a00",
|
|
41
|
+
"orange100": "#231000",
|
|
42
|
+
|
|
43
|
+
"orange10Hover": "#ffe2cc",
|
|
44
|
+
"orange20Hover": "#ffc69e",
|
|
45
|
+
"orange30Hover": "#ff9d57",
|
|
46
|
+
"orange40Hover": "#fa6800",
|
|
47
|
+
"orange50Hover": "#cc5500",
|
|
48
|
+
"orange60Hover": "#9e4200",
|
|
49
|
+
"orange70Hover": "#a84400",
|
|
50
|
+
"orange80Hover": "#753300",
|
|
51
|
+
"orange90Hover": "#522200",
|
|
52
|
+
"orange100Hover": "#421e00",
|
|
53
|
+
|
|
54
|
+
"red10": "#fff1f1",
|
|
55
|
+
"red20": "#ffd7d9",
|
|
56
|
+
"red30": "#ffb3b8",
|
|
57
|
+
"red40": "#ff8389",
|
|
58
|
+
"red50": "#fa4d56",
|
|
59
|
+
"red60": "#da1e28",
|
|
60
|
+
"red70": "#a2191f",
|
|
61
|
+
"red80": "#750e13",
|
|
62
|
+
"red90": "#520408",
|
|
63
|
+
"red100": "#2d0709",
|
|
64
|
+
|
|
65
|
+
"red100Hover": "#540d11",
|
|
66
|
+
"red90Hover": "#66050a",
|
|
67
|
+
"red80Hover": "#921118",
|
|
68
|
+
"red70Hover": "#c21e25",
|
|
69
|
+
"red60Hover": "#b81922",
|
|
70
|
+
"red50Hover": "#ee0713",
|
|
71
|
+
"red40Hover": "#ff6168",
|
|
72
|
+
"red30Hover": "#ff99a0",
|
|
73
|
+
"red20Hover": "#ffc2c5",
|
|
74
|
+
"red10Hover": "#ffe0e0",
|
|
75
|
+
|
|
76
|
+
"magenta10": "#fff0f7",
|
|
77
|
+
"magenta20": "#ffd6e8",
|
|
78
|
+
"magenta30": "#ffafd2",
|
|
79
|
+
"magenta40": "#ff7eb6",
|
|
80
|
+
"magenta50": "#ee5396",
|
|
81
|
+
"magenta60": "#d02670",
|
|
82
|
+
"magenta70": "#9f1853",
|
|
83
|
+
"magenta80": "#740937",
|
|
84
|
+
"magenta90": "#510224",
|
|
85
|
+
"magenta100": "#2a0a18",
|
|
86
|
+
|
|
87
|
+
"magenta100Hover": "#53142f",
|
|
88
|
+
"magenta90Hover": "#68032e",
|
|
89
|
+
"magenta80Hover": "#8e0b43",
|
|
90
|
+
"magenta70Hover": "#bf1d63",
|
|
91
|
+
"magenta60Hover": "#b0215f",
|
|
92
|
+
"magenta50Hover": "#e3176f",
|
|
93
|
+
"magenta40Hover": "#ff57a0",
|
|
94
|
+
"magenta30Hover": "#ff94c3",
|
|
95
|
+
"magenta20Hover": "#ffbdda",
|
|
96
|
+
"magenta10Hover": "#ffe0ef",
|
|
97
|
+
|
|
98
|
+
"purple10": "#f6f2ff",
|
|
99
|
+
"purple20": "#e8daff",
|
|
100
|
+
"purple30": "#d4bbff",
|
|
101
|
+
"purple40": "#be95ff",
|
|
102
|
+
"purple50": "#a56eff",
|
|
103
|
+
"purple60": "#8a3ffc",
|
|
104
|
+
"purple70": "#6929c4",
|
|
105
|
+
"purple80": "#491d8b",
|
|
106
|
+
"purple90": "#31135e",
|
|
107
|
+
"purple100": "#1c0f30",
|
|
108
|
+
|
|
109
|
+
"purple100Hover": "#341c59",
|
|
110
|
+
"purple90Hover": "#40197b",
|
|
111
|
+
"purple80Hover": "#5b24ad",
|
|
112
|
+
"purple70Hover": "#7c3dd6",
|
|
113
|
+
"purple60Hover": "#7822fb",
|
|
114
|
+
"purple50Hover": "#9352ff",
|
|
115
|
+
"purple40Hover": "#ae7aff",
|
|
116
|
+
"purple30Hover": "#c5a3ff",
|
|
117
|
+
"purple20Hover": "#dcc7ff",
|
|
118
|
+
"purple10Hover": "#ede5ff",
|
|
119
|
+
|
|
120
|
+
"blue10": "#edf5ff",
|
|
121
|
+
"blue20": "#d0e2ff",
|
|
122
|
+
"blue30": "#a6c8ff",
|
|
123
|
+
"blue40": "#78a9ff",
|
|
124
|
+
"blue50": "#4589ff",
|
|
125
|
+
"blue60": "#0f62fe",
|
|
126
|
+
"blue70": "#0043ce",
|
|
127
|
+
"blue80": "#002d9c",
|
|
128
|
+
"blue90": "#001d6c",
|
|
129
|
+
"blue100": "#001141",
|
|
130
|
+
|
|
131
|
+
"blue100Hover": "#001f75",
|
|
132
|
+
"blue90Hover": "#00258a",
|
|
133
|
+
"blue80Hover": "#0039c7",
|
|
134
|
+
"blue70Hover": "#0053ff",
|
|
135
|
+
"blue60Hover": "#0050e6",
|
|
136
|
+
"blue50Hover": "#1f70ff",
|
|
137
|
+
"blue40Hover": "#5c97ff",
|
|
138
|
+
"blue30Hover": "#8ab6ff",
|
|
139
|
+
"blue20Hover": "#b8d3ff",
|
|
140
|
+
"blue10Hover": "#dbebff",
|
|
141
|
+
|
|
142
|
+
"cyan10": "#e5f6ff",
|
|
143
|
+
"cyan20": "#bae6ff",
|
|
144
|
+
"cyan30": "#82cfff",
|
|
145
|
+
"cyan40": "#33b1ff",
|
|
146
|
+
"cyan50": "#1192e8",
|
|
147
|
+
"cyan60": "#0072c3",
|
|
148
|
+
"cyan70": "#00539a",
|
|
149
|
+
"cyan80": "#003a6d",
|
|
150
|
+
"cyan90": "#012749",
|
|
151
|
+
"cyan100": "#061727",
|
|
152
|
+
|
|
153
|
+
"cyan10Hover": "#cceeff",
|
|
154
|
+
"cyan20Hover": "#99daff",
|
|
155
|
+
"cyan30Hover": "#57beff",
|
|
156
|
+
"cyan40Hover": "#059fff",
|
|
157
|
+
"cyan50Hover": "#0f7ec8",
|
|
158
|
+
"cyan60Hover": "#005fa3",
|
|
159
|
+
"cyan70Hover": "#0066bd",
|
|
160
|
+
"cyan80Hover": "#00498a",
|
|
161
|
+
"cyan90Hover": "#013360",
|
|
162
|
+
"cyan100Hover": "#0b2947",
|
|
163
|
+
|
|
164
|
+
"teal10": "#d9fbfb",
|
|
165
|
+
"teal20": "#9ef0f0",
|
|
166
|
+
"teal30": "#3ddbd9",
|
|
167
|
+
"teal40": "#08bdba",
|
|
168
|
+
"teal50": "#009d9a",
|
|
169
|
+
"teal60": "#007d79",
|
|
170
|
+
"teal70": "#005d5d",
|
|
171
|
+
"teal80": "#004144",
|
|
172
|
+
"teal90": "#022b30",
|
|
173
|
+
"teal100": "#081a1c",
|
|
174
|
+
|
|
175
|
+
"teal10Hover": "#acf6f6",
|
|
176
|
+
"teal20Hover": "#57e5e5",
|
|
177
|
+
"teal30Hover": "#25cac8",
|
|
178
|
+
"teal40Hover": "#07aba9",
|
|
179
|
+
"teal50Hover": "#008a87",
|
|
180
|
+
"teal60Hover": "#006b68",
|
|
181
|
+
"teal70Hover": "#007070",
|
|
182
|
+
"teal80Hover": "#005357",
|
|
183
|
+
"teal90Hover": "#033940",
|
|
184
|
+
"teal100Hover": "#0f3034",
|
|
185
|
+
|
|
186
|
+
"green10": "#defbe6",
|
|
187
|
+
"green20": "#a7f0ba",
|
|
188
|
+
"green30": "#6fdc8c",
|
|
189
|
+
"green40": "#42be65",
|
|
190
|
+
"green50": "#24a148",
|
|
191
|
+
"green60": "#198038",
|
|
192
|
+
"green70": "#0e6027",
|
|
193
|
+
"green80": "#044317",
|
|
194
|
+
"green90": "#022d0d",
|
|
195
|
+
"green100": "#071908",
|
|
196
|
+
|
|
197
|
+
"green10Hover": "#b6f6c8",
|
|
198
|
+
"green20Hover": "#74e792",
|
|
199
|
+
"green30Hover": "#36ce5e",
|
|
200
|
+
"green40Hover": "#3bab5a",
|
|
201
|
+
"green50Hover": "#208e3f",
|
|
202
|
+
"green60Hover": "#166f31",
|
|
203
|
+
"green70Hover": "#11742f",
|
|
204
|
+
"green80Hover": "#05521c",
|
|
205
|
+
"green90Hover": "#033b11",
|
|
206
|
+
"green100Hover": "#0d300f",
|
|
207
|
+
|
|
208
|
+
"coolGray10": "#f2f4f8",
|
|
209
|
+
"coolGray20": "#dde1e6",
|
|
210
|
+
"coolGray30": "#c1c7cd",
|
|
211
|
+
"coolGray40": "#a2a9b0",
|
|
212
|
+
"coolGray50": "#878d96",
|
|
213
|
+
"coolGray60": "#697077",
|
|
214
|
+
"coolGray70": "#4d5358",
|
|
215
|
+
"coolGray80": "#343a3f",
|
|
216
|
+
"coolGray90": "#21272a",
|
|
217
|
+
"coolGray100": "#121619",
|
|
218
|
+
|
|
219
|
+
"coolGray10Hover": "#e4e9f1",
|
|
220
|
+
"coolGray20Hover": "#cdd3da",
|
|
221
|
+
"coolGray30Hover": "#adb5bd",
|
|
222
|
+
"coolGray40Hover": "#9199a1",
|
|
223
|
+
"coolGray50Hover": "#757b85",
|
|
224
|
+
"coolGray60Hover": "#585e64",
|
|
225
|
+
"coolGray70Hover": "#5d646a",
|
|
226
|
+
"coolGray80Hover": "#434a51",
|
|
227
|
+
"coolGray90Hover": "#2b3236",
|
|
228
|
+
"coolGray100Hover": "#222a2f",
|
|
229
|
+
|
|
230
|
+
"gray10": "#f4f4f4",
|
|
231
|
+
"gray20": "#e0e0e0",
|
|
232
|
+
"gray30": "#c6c6c6",
|
|
233
|
+
"gray40": "#a8a8a8",
|
|
234
|
+
"gray50": "#8D8D8D",
|
|
235
|
+
"gray60": "#6f6f6f",
|
|
236
|
+
"gray70": "#525252",
|
|
237
|
+
"gray80": "#393939",
|
|
238
|
+
"gray90": "#262626",
|
|
239
|
+
"gray100": "#161616",
|
|
240
|
+
|
|
241
|
+
"gray10Hover": "#e8e8e8",
|
|
242
|
+
"gray20Hover": "#d1d1d1",
|
|
243
|
+
"gray30Hover": "#b5b5b5",
|
|
244
|
+
"gray40Hover": "#999999",
|
|
245
|
+
"gray50Hover": "#7a7a7a",
|
|
246
|
+
"gray60Hover": "#5e5e5e",
|
|
247
|
+
"gray70Hover": "#636363",
|
|
248
|
+
"gray80Hover": "#474747",
|
|
249
|
+
"gray90Hover": "#333333",
|
|
250
|
+
"gray100Hover": "#292929",
|
|
251
|
+
|
|
252
|
+
"warmGray10": "#f7f3f2",
|
|
253
|
+
"warmGray20": "#e5e0df",
|
|
254
|
+
"warmGray30": "#cac5c4",
|
|
255
|
+
"warmGray40": "#ada8a8",
|
|
256
|
+
"warmGray50": "#8f8b8b",
|
|
257
|
+
"warmGray60": "#726e6e",
|
|
258
|
+
"warmGray70": "#565151",
|
|
259
|
+
"warmGray80": "#3c3838",
|
|
260
|
+
"warmGray90": "#272525",
|
|
261
|
+
"warmGray100": "#171414",
|
|
262
|
+
|
|
263
|
+
"warmGray10Hover": "#f0e8e6",
|
|
264
|
+
"warmGray20Hover": "#d8d0cf",
|
|
265
|
+
"warmGray30Hover": "#b9b3b1",
|
|
266
|
+
"warmGray40Hover": "#9c9696",
|
|
267
|
+
"warmGray50Hover": "#7f7b7b",
|
|
268
|
+
"warmGray60Hover": "#605d5d",
|
|
269
|
+
"warmGray70Hover": "#696363",
|
|
270
|
+
"warmGray80Hover": "#4c4848",
|
|
271
|
+
"warmGray90Hover": "#343232",
|
|
272
|
+
"warmGray100Hover": "#2c2626"
|
|
273
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Code", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _code.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
exports.Tokens = void 0;
|
|
13
|
+
var _code = _interopRequireDefault(require("./code.json"));
|
|
14
|
+
var Tokens = _interopRequireWildcard(require("./tokens/index.js"));
|
|
15
|
+
exports.Tokens = Tokens;
|
|
16
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
17
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_code","_interopRequireDefault","require","Tokens","_interopRequireWildcard","exports","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set"],"sourceRoot":"../../../../src","sources":["constants/color/index.ts"],"mappings":";;;;;;;;;;;;AAAA,IAAAA,KAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,MAAA,GAAAC,uBAAA,CAAAF,OAAA;AAAkCG,OAAA,CAAAF,MAAA,GAAAA,MAAA;AAAA,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA","ignoreList":[]}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.gray_10 = void 0;
|
|
7
|
+
var _hexToRgba = require("../../../helpers/color/hex-to-rgba.js");
|
|
8
|
+
var _code = _interopRequireDefault(require("../code.json"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const gray_10 = exports.gray_10 = {
|
|
11
|
+
background: _code.default.gray10,
|
|
12
|
+
background_hover: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.12'),
|
|
13
|
+
background_active: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.5'),
|
|
14
|
+
background_selected: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.2'),
|
|
15
|
+
background_selected_hover: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.32'),
|
|
16
|
+
background_inverse: _code.default.gray80,
|
|
17
|
+
background_inverse_hover: _code.default.gray80Hover,
|
|
18
|
+
background_brand: _code.default.blue60,
|
|
19
|
+
layer_01: _code.default.white,
|
|
20
|
+
layer_02: _code.default.gray10,
|
|
21
|
+
layer_03: _code.default.white,
|
|
22
|
+
layer_hover_01: _code.default.gray10Hover,
|
|
23
|
+
layer_hover_02: _code.default.gray10Hover,
|
|
24
|
+
layer_hover_03: _code.default.gray10Hover,
|
|
25
|
+
layer_active_01: _code.default.gray30,
|
|
26
|
+
layer_active_02: _code.default.gray30,
|
|
27
|
+
layer_active_03: _code.default.gray30,
|
|
28
|
+
layer_selected_01: _code.default.gray20,
|
|
29
|
+
layer_selected_02: _code.default.gray20,
|
|
30
|
+
layer_selected_03: _code.default.gray20,
|
|
31
|
+
layer_selected_hover_01: _code.default.gray20Hover,
|
|
32
|
+
layer_selected_hover_02: _code.default.gray20Hover,
|
|
33
|
+
layer_selected_hover_03: _code.default.gray20Hover,
|
|
34
|
+
layer_selected_inverse: _code.default.gray100,
|
|
35
|
+
layer_selected_disabled: _code.default.gray50,
|
|
36
|
+
layer_accent_01: _code.default.gray20,
|
|
37
|
+
layer_accent_02: _code.default.gray20,
|
|
38
|
+
layer_accent_03: _code.default.gray20,
|
|
39
|
+
layer_accent_hover_01: _code.default.gray20Hover,
|
|
40
|
+
layer_accent_hover_02: _code.default.gray20Hover,
|
|
41
|
+
layer_accent_hover_03: _code.default.gray20Hover,
|
|
42
|
+
layer_accent_active_01: _code.default.gray40,
|
|
43
|
+
layer_accent_active_02: _code.default.gray40,
|
|
44
|
+
layer_accent_active_03: _code.default.gray40,
|
|
45
|
+
field_01: _code.default.white,
|
|
46
|
+
field_02: _code.default.gray10,
|
|
47
|
+
field_03: _code.default.white,
|
|
48
|
+
field_hover_01: _code.default.gray10Hover,
|
|
49
|
+
field_hover_02: _code.default.gray10Hover,
|
|
50
|
+
field_hover_03: _code.default.gray10Hover,
|
|
51
|
+
border_interactive: _code.default.blue60,
|
|
52
|
+
border_subtle_00: _code.default.gray30,
|
|
53
|
+
border_subtle_01: _code.default.gray20,
|
|
54
|
+
border_subtle_02: _code.default.gray30,
|
|
55
|
+
border_subtle_03: _code.default.gray20,
|
|
56
|
+
border_subtle_selected_01: _code.default.gray30,
|
|
57
|
+
border_subtle_selected_02: _code.default.gray30,
|
|
58
|
+
border_subtle_selected_03: _code.default.gray30,
|
|
59
|
+
border_strong_01: _code.default.gray50,
|
|
60
|
+
border_strong_02: _code.default.gray50,
|
|
61
|
+
border_strong_03: _code.default.gray50,
|
|
62
|
+
border_tile_01: _code.default.gray40,
|
|
63
|
+
border_tile_02: _code.default.gray30,
|
|
64
|
+
border_tile_03: _code.default.gray40,
|
|
65
|
+
border_inverse: _code.default.gray100,
|
|
66
|
+
border_disabled: _code.default.gray30,
|
|
67
|
+
text_primary: _code.default.gray100,
|
|
68
|
+
text_secondary: _code.default.gray70,
|
|
69
|
+
text_placeholder: _code.default.gray40,
|
|
70
|
+
text_on_color: _code.default.white,
|
|
71
|
+
text_on_color_disabled: _code.default.gray50,
|
|
72
|
+
text_helper: _code.default.gray60,
|
|
73
|
+
text_error: _code.default.red60,
|
|
74
|
+
text_inverse: _code.default.white,
|
|
75
|
+
text_disabled: (0, _hexToRgba.hexToRgba)(_code.default.gray100, '0.25'),
|
|
76
|
+
link_primary: _code.default.blue60,
|
|
77
|
+
link_primary_hover: _code.default.blue70,
|
|
78
|
+
link_secondary: _code.default.blue70,
|
|
79
|
+
link_inverse: _code.default.blue40,
|
|
80
|
+
link_inverse_hover: _code.default.blue30,
|
|
81
|
+
link_inverse_active: _code.default.gray10,
|
|
82
|
+
link_inverse_visited: _code.default.purple40,
|
|
83
|
+
link_visited: _code.default.purple60,
|
|
84
|
+
icon_primary: _code.default.gray100,
|
|
85
|
+
icon_secondary: _code.default.gray70,
|
|
86
|
+
icon_on_color: _code.default.white,
|
|
87
|
+
icon_on_color_disabled: _code.default.gray50,
|
|
88
|
+
icon_interactive: _code.default.blue60,
|
|
89
|
+
icon_inverse: _code.default.white,
|
|
90
|
+
icon_disabled: (0, _hexToRgba.hexToRgba)(_code.default.gray100, '0.25'),
|
|
91
|
+
support_error: _code.default.red60,
|
|
92
|
+
support_success: _code.default.green50,
|
|
93
|
+
support_warning: _code.default.yellow30,
|
|
94
|
+
support_info: _code.default.blue70,
|
|
95
|
+
support_error_inverse: _code.default.red50,
|
|
96
|
+
support_success_inverse: _code.default.green40,
|
|
97
|
+
support_warning_inverse: _code.default.yellow30,
|
|
98
|
+
support_info_inverse: _code.default.blue50,
|
|
99
|
+
support_caution_minor: _code.default.yellow30,
|
|
100
|
+
support_caution_major: _code.default.orange40,
|
|
101
|
+
support_caution_undefined: _code.default.purple60,
|
|
102
|
+
focus: _code.default.blue60,
|
|
103
|
+
focus_inset: _code.default.white,
|
|
104
|
+
focus_inverse: _code.default.white,
|
|
105
|
+
interactive: _code.default.blue60,
|
|
106
|
+
highlight: _code.default.blue20,
|
|
107
|
+
toggle_off: _code.default.gray50,
|
|
108
|
+
overlay: (0, _hexToRgba.hexToRgba)(_code.default.gray100, '0.5'),
|
|
109
|
+
skeleton_element: _code.default.gray30,
|
|
110
|
+
skeleton_background: _code.default.gray10Hover,
|
|
111
|
+
button_primary: _code.default.blue60,
|
|
112
|
+
button_primary_hover: _code.default.blue60Hover,
|
|
113
|
+
button_primary_active: _code.default.blue80,
|
|
114
|
+
button_secondary: _code.default.gray80,
|
|
115
|
+
button_secondary_hover: _code.default.gray80Hover,
|
|
116
|
+
button_secondary_active: _code.default.gray60,
|
|
117
|
+
button_tertiary: _code.default.blue60,
|
|
118
|
+
button_tertiary_hover: _code.default.blue60Hover,
|
|
119
|
+
button_tertiary_active: _code.default.blue80,
|
|
120
|
+
button_danger_primary: _code.default.red60,
|
|
121
|
+
button_danger_secondary: _code.default.red60,
|
|
122
|
+
button_danger_hover: _code.default.red60Hover,
|
|
123
|
+
button_danger_active: _code.default.red80,
|
|
124
|
+
button_separator: _code.default.gray20,
|
|
125
|
+
button_disabled: _code.default.gray30,
|
|
126
|
+
tag_background_gray: _code.default.gray20,
|
|
127
|
+
tag_color_gray: _code.default.gray100,
|
|
128
|
+
tag_hover_gray: _code.default.gray20Hover,
|
|
129
|
+
tag_border_gray: _code.default.gray40,
|
|
130
|
+
tag_background_cool_gray: _code.default.coolGray20,
|
|
131
|
+
tag_color_cool_gray: _code.default.coolGray100,
|
|
132
|
+
tag_hover_cool_gray: _code.default.coolGray20Hover,
|
|
133
|
+
tag_border_cool_gray: _code.default.coolGray40,
|
|
134
|
+
tag_background_warm_gray: _code.default.warmGray20,
|
|
135
|
+
tag_color_warm_gray: _code.default.warmGray100,
|
|
136
|
+
tag_hover_warm_gray: _code.default.warmGray20Hover,
|
|
137
|
+
tag_border_warm_gray: _code.default.warmGray40,
|
|
138
|
+
tag_background_red: _code.default.red20,
|
|
139
|
+
tag_color_red: _code.default.red70,
|
|
140
|
+
tag_hover_red: _code.default.red20Hover,
|
|
141
|
+
tag_border_red: _code.default.red40,
|
|
142
|
+
tag_background_magenta: _code.default.magenta20,
|
|
143
|
+
tag_color_magenta: _code.default.magenta70,
|
|
144
|
+
tag_hover_magenta: _code.default.magenta20Hover,
|
|
145
|
+
tag_border_magenta: _code.default.magenta40,
|
|
146
|
+
tag_background_purple: _code.default.purple20,
|
|
147
|
+
tag_color_purple: _code.default.purple70,
|
|
148
|
+
tag_hover_purple: _code.default.purple20Hover,
|
|
149
|
+
tag_border_purple: _code.default.purple40,
|
|
150
|
+
tag_background_blue: _code.default.blue20,
|
|
151
|
+
tag_color_blue: _code.default.blue70,
|
|
152
|
+
tag_hover_blue: _code.default.blue20Hover,
|
|
153
|
+
tag_border_blue: _code.default.blue40,
|
|
154
|
+
tag_background_cyan: _code.default.cyan20,
|
|
155
|
+
tag_color_cyan: _code.default.cyan70,
|
|
156
|
+
tag_hover_cyan: _code.default.cyan20Hover,
|
|
157
|
+
tag_border_cyan: _code.default.cyan40,
|
|
158
|
+
tag_background_teal: _code.default.teal20,
|
|
159
|
+
tag_color_teal: _code.default.teal70,
|
|
160
|
+
tag_hover_teal: _code.default.teal20Hover,
|
|
161
|
+
tag_border_teal: _code.default.teal40,
|
|
162
|
+
tag_background_green: _code.default.green20,
|
|
163
|
+
tag_color_green: _code.default.green70,
|
|
164
|
+
tag_hover_green: _code.default.green20Hover,
|
|
165
|
+
tag_border_green: _code.default.green40,
|
|
166
|
+
notification_info_background: _code.default.blue10,
|
|
167
|
+
notification_info_border: (0, _hexToRgba.hexToRgba)(_code.default.blue70, '0.3'),
|
|
168
|
+
notification_error_background: _code.default.red10,
|
|
169
|
+
notification_error_border: (0, _hexToRgba.hexToRgba)(_code.default.red60, '0.3'),
|
|
170
|
+
notification_success_background: _code.default.green10,
|
|
171
|
+
notification_success_border: (0, _hexToRgba.hexToRgba)(_code.default.green50, '0.3'),
|
|
172
|
+
notification_warning_background: _code.default.yellow10,
|
|
173
|
+
notification_warning_border: (0, _hexToRgba.hexToRgba)(_code.default.yellow30, '0.3'),
|
|
174
|
+
notification_action_hover: _code.default.white,
|
|
175
|
+
notification_action_tertiary_inverse: _code.default.white,
|
|
176
|
+
notification_action_tertiary_inverse_active: _code.default.white,
|
|
177
|
+
notification_action_tertiary_inverse_hover: _code.default.gray30,
|
|
178
|
+
notification_action_tertiary_inverse_text: _code.default.gray100,
|
|
179
|
+
notification_action_tertiary_inverse_text_on_color_disabled: _code.default.white
|
|
180
|
+
};
|
|
181
|
+
//# sourceMappingURL=gray-10.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_hexToRgba","require","_code","_interopRequireDefault","e","__esModule","default","gray_10","exports","background","code","gray10","background_hover","hexToRgba","gray50","background_active","background_selected","background_selected_hover","background_inverse","gray80","background_inverse_hover","gray80Hover","background_brand","blue60","layer_01","white","layer_02","layer_03","layer_hover_01","gray10Hover","layer_hover_02","layer_hover_03","layer_active_01","gray30","layer_active_02","layer_active_03","layer_selected_01","gray20","layer_selected_02","layer_selected_03","layer_selected_hover_01","gray20Hover","layer_selected_hover_02","layer_selected_hover_03","layer_selected_inverse","gray100","layer_selected_disabled","layer_accent_01","layer_accent_02","layer_accent_03","layer_accent_hover_01","layer_accent_hover_02","layer_accent_hover_03","layer_accent_active_01","gray40","layer_accent_active_02","layer_accent_active_03","field_01","field_02","field_03","field_hover_01","field_hover_02","field_hover_03","border_interactive","border_subtle_00","border_subtle_01","border_subtle_02","border_subtle_03","border_subtle_selected_01","border_subtle_selected_02","border_subtle_selected_03","border_strong_01","border_strong_02","border_strong_03","border_tile_01","border_tile_02","border_tile_03","border_inverse","border_disabled","text_primary","text_secondary","gray70","text_placeholder","text_on_color","text_on_color_disabled","text_helper","gray60","text_error","red60","text_inverse","text_disabled","link_primary","link_primary_hover","blue70","link_secondary","link_inverse","blue40","link_inverse_hover","blue30","link_inverse_active","link_inverse_visited","purple40","link_visited","purple60","icon_primary","icon_secondary","icon_on_color","icon_on_color_disabled","icon_interactive","icon_inverse","icon_disabled","support_error","support_success","green50","support_warning","yellow30","support_info","support_error_inverse","red50","support_success_inverse","green40","support_warning_inverse","support_info_inverse","blue50","support_caution_minor","support_caution_major","orange40","support_caution_undefined","focus","focus_inset","focus_inverse","interactive","highlight","blue20","toggle_off","overlay","skeleton_element","skeleton_background","button_primary","button_primary_hover","blue60Hover","button_primary_active","blue80","button_secondary","button_secondary_hover","button_secondary_active","button_tertiary","button_tertiary_hover","button_tertiary_active","button_danger_primary","button_danger_secondary","button_danger_hover","red60Hover","button_danger_active","red80","button_separator","button_disabled","tag_background_gray","tag_color_gray","tag_hover_gray","tag_border_gray","tag_background_cool_gray","coolGray20","tag_color_cool_gray","coolGray100","tag_hover_cool_gray","coolGray20Hover","tag_border_cool_gray","coolGray40","tag_background_warm_gray","warmGray20","tag_color_warm_gray","warmGray100","tag_hover_warm_gray","warmGray20Hover","tag_border_warm_gray","warmGray40","tag_background_red","red20","tag_color_red","red70","tag_hover_red","red20Hover","tag_border_red","red40","tag_background_magenta","magenta20","tag_color_magenta","magenta70","tag_hover_magenta","magenta20Hover","tag_border_magenta","magenta40","tag_background_purple","purple20","tag_color_purple","purple70","tag_hover_purple","purple20Hover","tag_border_purple","tag_background_blue","tag_color_blue","tag_hover_blue","blue20Hover","tag_border_blue","tag_background_cyan","cyan20","tag_color_cyan","cyan70","tag_hover_cyan","cyan20Hover","tag_border_cyan","cyan40","tag_background_teal","teal20","tag_color_teal","teal70","tag_hover_teal","teal20Hover","tag_border_teal","teal40","tag_background_green","green20","tag_color_green","green70","tag_hover_green","green20Hover","tag_border_green","notification_info_background","blue10","notification_info_border","notification_error_background","red10","notification_error_border","notification_success_background","green10","notification_success_border","notification_warning_background","yellow10","notification_warning_border","notification_action_hover","notification_action_tertiary_inverse","notification_action_tertiary_inverse_active","notification_action_tertiary_inverse_hover","notification_action_tertiary_inverse_text","notification_action_tertiary_inverse_text_on_color_disabled"],"sourceRoot":"../../../../../src","sources":["constants/color/tokens/gray-10.ts"],"mappings":"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","ignoreList":[]}
|