@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,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 @@
|
|
|
1
|
+
{"version":3,"names":["Code","Tokens"],"sourceRoot":"../../../../src","sources":["constants/color/index.ts"],"mappings":";;AAAA,OAAOA,IAAI,MAAM,aAAa;AAC9B,OAAO,KAAKC,MAAM,MAAM,mBAAU;AAElC,SACCD,IAAI,EACJC,MAAM","ignoreList":[]}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { hexToRgba } from "../../../helpers/color/hex-to-rgba.js";
|
|
4
|
+
import code from '../code.json';
|
|
5
|
+
export const gray_10 = {
|
|
6
|
+
background: code.gray10,
|
|
7
|
+
background_hover: hexToRgba(code.gray50, '0.12'),
|
|
8
|
+
background_active: hexToRgba(code.gray50, '0.5'),
|
|
9
|
+
background_selected: hexToRgba(code.gray50, '0.2'),
|
|
10
|
+
background_selected_hover: hexToRgba(code.gray50, '0.32'),
|
|
11
|
+
background_inverse: code.gray80,
|
|
12
|
+
background_inverse_hover: code.gray80Hover,
|
|
13
|
+
background_brand: code.blue60,
|
|
14
|
+
layer_01: code.white,
|
|
15
|
+
layer_02: code.gray10,
|
|
16
|
+
layer_03: code.white,
|
|
17
|
+
layer_hover_01: code.gray10Hover,
|
|
18
|
+
layer_hover_02: code.gray10Hover,
|
|
19
|
+
layer_hover_03: code.gray10Hover,
|
|
20
|
+
layer_active_01: code.gray30,
|
|
21
|
+
layer_active_02: code.gray30,
|
|
22
|
+
layer_active_03: code.gray30,
|
|
23
|
+
layer_selected_01: code.gray20,
|
|
24
|
+
layer_selected_02: code.gray20,
|
|
25
|
+
layer_selected_03: code.gray20,
|
|
26
|
+
layer_selected_hover_01: code.gray20Hover,
|
|
27
|
+
layer_selected_hover_02: code.gray20Hover,
|
|
28
|
+
layer_selected_hover_03: code.gray20Hover,
|
|
29
|
+
layer_selected_inverse: code.gray100,
|
|
30
|
+
layer_selected_disabled: code.gray50,
|
|
31
|
+
layer_accent_01: code.gray20,
|
|
32
|
+
layer_accent_02: code.gray20,
|
|
33
|
+
layer_accent_03: code.gray20,
|
|
34
|
+
layer_accent_hover_01: code.gray20Hover,
|
|
35
|
+
layer_accent_hover_02: code.gray20Hover,
|
|
36
|
+
layer_accent_hover_03: code.gray20Hover,
|
|
37
|
+
layer_accent_active_01: code.gray40,
|
|
38
|
+
layer_accent_active_02: code.gray40,
|
|
39
|
+
layer_accent_active_03: code.gray40,
|
|
40
|
+
field_01: code.white,
|
|
41
|
+
field_02: code.gray10,
|
|
42
|
+
field_03: code.white,
|
|
43
|
+
field_hover_01: code.gray10Hover,
|
|
44
|
+
field_hover_02: code.gray10Hover,
|
|
45
|
+
field_hover_03: code.gray10Hover,
|
|
46
|
+
border_interactive: code.blue60,
|
|
47
|
+
border_subtle_00: code.gray30,
|
|
48
|
+
border_subtle_01: code.gray20,
|
|
49
|
+
border_subtle_02: code.gray30,
|
|
50
|
+
border_subtle_03: code.gray20,
|
|
51
|
+
border_subtle_selected_01: code.gray30,
|
|
52
|
+
border_subtle_selected_02: code.gray30,
|
|
53
|
+
border_subtle_selected_03: code.gray30,
|
|
54
|
+
border_strong_01: code.gray50,
|
|
55
|
+
border_strong_02: code.gray50,
|
|
56
|
+
border_strong_03: code.gray50,
|
|
57
|
+
border_tile_01: code.gray40,
|
|
58
|
+
border_tile_02: code.gray30,
|
|
59
|
+
border_tile_03: code.gray40,
|
|
60
|
+
border_inverse: code.gray100,
|
|
61
|
+
border_disabled: code.gray30,
|
|
62
|
+
text_primary: code.gray100,
|
|
63
|
+
text_secondary: code.gray70,
|
|
64
|
+
text_placeholder: code.gray40,
|
|
65
|
+
text_on_color: code.white,
|
|
66
|
+
text_on_color_disabled: code.gray50,
|
|
67
|
+
text_helper: code.gray60,
|
|
68
|
+
text_error: code.red60,
|
|
69
|
+
text_inverse: code.white,
|
|
70
|
+
text_disabled: hexToRgba(code.gray100, '0.25'),
|
|
71
|
+
link_primary: code.blue60,
|
|
72
|
+
link_primary_hover: code.blue70,
|
|
73
|
+
link_secondary: code.blue70,
|
|
74
|
+
link_inverse: code.blue40,
|
|
75
|
+
link_inverse_hover: code.blue30,
|
|
76
|
+
link_inverse_active: code.gray10,
|
|
77
|
+
link_inverse_visited: code.purple40,
|
|
78
|
+
link_visited: code.purple60,
|
|
79
|
+
icon_primary: code.gray100,
|
|
80
|
+
icon_secondary: code.gray70,
|
|
81
|
+
icon_on_color: code.white,
|
|
82
|
+
icon_on_color_disabled: code.gray50,
|
|
83
|
+
icon_interactive: code.blue60,
|
|
84
|
+
icon_inverse: code.white,
|
|
85
|
+
icon_disabled: hexToRgba(code.gray100, '0.25'),
|
|
86
|
+
support_error: code.red60,
|
|
87
|
+
support_success: code.green50,
|
|
88
|
+
support_warning: code.yellow30,
|
|
89
|
+
support_info: code.blue70,
|
|
90
|
+
support_error_inverse: code.red50,
|
|
91
|
+
support_success_inverse: code.green40,
|
|
92
|
+
support_warning_inverse: code.yellow30,
|
|
93
|
+
support_info_inverse: code.blue50,
|
|
94
|
+
support_caution_minor: code.yellow30,
|
|
95
|
+
support_caution_major: code.orange40,
|
|
96
|
+
support_caution_undefined: code.purple60,
|
|
97
|
+
focus: code.blue60,
|
|
98
|
+
focus_inset: code.white,
|
|
99
|
+
focus_inverse: code.white,
|
|
100
|
+
interactive: code.blue60,
|
|
101
|
+
highlight: code.blue20,
|
|
102
|
+
toggle_off: code.gray50,
|
|
103
|
+
overlay: hexToRgba(code.gray100, '0.5'),
|
|
104
|
+
skeleton_element: code.gray30,
|
|
105
|
+
skeleton_background: code.gray10Hover,
|
|
106
|
+
button_primary: code.blue60,
|
|
107
|
+
button_primary_hover: code.blue60Hover,
|
|
108
|
+
button_primary_active: code.blue80,
|
|
109
|
+
button_secondary: code.gray80,
|
|
110
|
+
button_secondary_hover: code.gray80Hover,
|
|
111
|
+
button_secondary_active: code.gray60,
|
|
112
|
+
button_tertiary: code.blue60,
|
|
113
|
+
button_tertiary_hover: code.blue60Hover,
|
|
114
|
+
button_tertiary_active: code.blue80,
|
|
115
|
+
button_danger_primary: code.red60,
|
|
116
|
+
button_danger_secondary: code.red60,
|
|
117
|
+
button_danger_hover: code.red60Hover,
|
|
118
|
+
button_danger_active: code.red80,
|
|
119
|
+
button_separator: code.gray20,
|
|
120
|
+
button_disabled: code.gray30,
|
|
121
|
+
tag_background_gray: code.gray20,
|
|
122
|
+
tag_color_gray: code.gray100,
|
|
123
|
+
tag_hover_gray: code.gray20Hover,
|
|
124
|
+
tag_border_gray: code.gray40,
|
|
125
|
+
tag_background_cool_gray: code.coolGray20,
|
|
126
|
+
tag_color_cool_gray: code.coolGray100,
|
|
127
|
+
tag_hover_cool_gray: code.coolGray20Hover,
|
|
128
|
+
tag_border_cool_gray: code.coolGray40,
|
|
129
|
+
tag_background_warm_gray: code.warmGray20,
|
|
130
|
+
tag_color_warm_gray: code.warmGray100,
|
|
131
|
+
tag_hover_warm_gray: code.warmGray20Hover,
|
|
132
|
+
tag_border_warm_gray: code.warmGray40,
|
|
133
|
+
tag_background_red: code.red20,
|
|
134
|
+
tag_color_red: code.red70,
|
|
135
|
+
tag_hover_red: code.red20Hover,
|
|
136
|
+
tag_border_red: code.red40,
|
|
137
|
+
tag_background_magenta: code.magenta20,
|
|
138
|
+
tag_color_magenta: code.magenta70,
|
|
139
|
+
tag_hover_magenta: code.magenta20Hover,
|
|
140
|
+
tag_border_magenta: code.magenta40,
|
|
141
|
+
tag_background_purple: code.purple20,
|
|
142
|
+
tag_color_purple: code.purple70,
|
|
143
|
+
tag_hover_purple: code.purple20Hover,
|
|
144
|
+
tag_border_purple: code.purple40,
|
|
145
|
+
tag_background_blue: code.blue20,
|
|
146
|
+
tag_color_blue: code.blue70,
|
|
147
|
+
tag_hover_blue: code.blue20Hover,
|
|
148
|
+
tag_border_blue: code.blue40,
|
|
149
|
+
tag_background_cyan: code.cyan20,
|
|
150
|
+
tag_color_cyan: code.cyan70,
|
|
151
|
+
tag_hover_cyan: code.cyan20Hover,
|
|
152
|
+
tag_border_cyan: code.cyan40,
|
|
153
|
+
tag_background_teal: code.teal20,
|
|
154
|
+
tag_color_teal: code.teal70,
|
|
155
|
+
tag_hover_teal: code.teal20Hover,
|
|
156
|
+
tag_border_teal: code.teal40,
|
|
157
|
+
tag_background_green: code.green20,
|
|
158
|
+
tag_color_green: code.green70,
|
|
159
|
+
tag_hover_green: code.green20Hover,
|
|
160
|
+
tag_border_green: code.green40,
|
|
161
|
+
notification_info_background: code.blue10,
|
|
162
|
+
notification_info_border: hexToRgba(code.blue70, '0.3'),
|
|
163
|
+
notification_error_background: code.red10,
|
|
164
|
+
notification_error_border: hexToRgba(code.red60, '0.3'),
|
|
165
|
+
notification_success_background: code.green10,
|
|
166
|
+
notification_success_border: hexToRgba(code.green50, '0.3'),
|
|
167
|
+
notification_warning_background: code.yellow10,
|
|
168
|
+
notification_warning_border: hexToRgba(code.yellow30, '0.3'),
|
|
169
|
+
notification_action_hover: code.white,
|
|
170
|
+
notification_action_tertiary_inverse: code.white,
|
|
171
|
+
notification_action_tertiary_inverse_active: code.white,
|
|
172
|
+
notification_action_tertiary_inverse_hover: code.gray30,
|
|
173
|
+
notification_action_tertiary_inverse_text: code.gray100,
|
|
174
|
+
notification_action_tertiary_inverse_text_on_color_disabled: code.white
|
|
175
|
+
};
|
|
176
|
+
//# sourceMappingURL=gray-10.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["hexToRgba","code","gray_10","background","gray10","background_hover","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":[]}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { hexToRgba } from "../../../helpers/color/hex-to-rgba.js";
|
|
4
|
+
import code from '../code.json';
|
|
5
|
+
export const gray_100 = {
|
|
6
|
+
background: code.black,
|
|
7
|
+
background_hover: hexToRgba(code.gray50, '0.16'),
|
|
8
|
+
background_active: hexToRgba(code.gray50, '0.4'),
|
|
9
|
+
background_selected: hexToRgba(code.gray50, '0.24'),
|
|
10
|
+
background_selected_hover: hexToRgba(code.gray50, '0.32'),
|
|
11
|
+
background_inverse: code.gray10,
|
|
12
|
+
background_inverse_hover: code.gray10Hover,
|
|
13
|
+
background_brand: code.blue60,
|
|
14
|
+
layer_01: code.gray90,
|
|
15
|
+
layer_02: code.gray80,
|
|
16
|
+
layer_03: code.gray70,
|
|
17
|
+
layer_hover_01: code.gray90Hover,
|
|
18
|
+
layer_hover_02: code.gray80Hover,
|
|
19
|
+
layer_hover_03: code.gray70Hover,
|
|
20
|
+
layer_active_01: code.gray70,
|
|
21
|
+
layer_active_02: code.gray60,
|
|
22
|
+
layer_active_03: code.gray50,
|
|
23
|
+
layer_selected_01: code.gray80,
|
|
24
|
+
layer_selected_02: code.gray70,
|
|
25
|
+
layer_selected_03: code.gray60,
|
|
26
|
+
layer_selected_hover_01: code.gray80Hover,
|
|
27
|
+
layer_selected_hover_02: code.gray70Hover,
|
|
28
|
+
layer_selected_hover_03: code.gray60Hover,
|
|
29
|
+
layer_selected_inverse: code.gray10,
|
|
30
|
+
layer_selected_disabled: code.gray60,
|
|
31
|
+
layer_accent_01: code.gray80,
|
|
32
|
+
layer_accent_02: code.gray70,
|
|
33
|
+
layer_accent_03: code.gray60,
|
|
34
|
+
layer_accent_hover_01: code.gray80Hover,
|
|
35
|
+
layer_accent_hover_02: code.gray70Hover,
|
|
36
|
+
layer_accent_hover_03: code.gray60Hover,
|
|
37
|
+
layer_accent_active_01: code.gray70,
|
|
38
|
+
layer_accent_active_02: code.gray50,
|
|
39
|
+
layer_accent_active_03: code.gray80,
|
|
40
|
+
field_01: code.gray90,
|
|
41
|
+
field_02: code.gray80,
|
|
42
|
+
field_03: code.gray70,
|
|
43
|
+
field_hover_01: code.gray90Hover,
|
|
44
|
+
field_hover_02: code.gray80Hover,
|
|
45
|
+
field_hover_03: code.gray70Hover,
|
|
46
|
+
border_interactive: code.blue50,
|
|
47
|
+
border_subtle_00: code.gray80,
|
|
48
|
+
border_subtle_01: code.gray80,
|
|
49
|
+
border_subtle_02: code.gray70,
|
|
50
|
+
border_subtle_03: code.gray60,
|
|
51
|
+
border_subtle_selected_01: code.gray70,
|
|
52
|
+
border_subtle_selected_02: code.gray60,
|
|
53
|
+
border_subtle_selected_03: code.gray50,
|
|
54
|
+
border_strong_01: code.gray60,
|
|
55
|
+
border_strong_02: code.gray50,
|
|
56
|
+
border_strong_03: code.gray40,
|
|
57
|
+
border_tile_01: code.gray70,
|
|
58
|
+
border_tile_02: code.gray60,
|
|
59
|
+
border_tile_03: code.gray50,
|
|
60
|
+
border_inverse: code.gray10,
|
|
61
|
+
border_disabled: hexToRgba(code.gray50, '0.5'),
|
|
62
|
+
text_primary: code.gray10,
|
|
63
|
+
text_secondary: code.gray30,
|
|
64
|
+
text_placeholder: code.gray60,
|
|
65
|
+
text_on_color: code.white,
|
|
66
|
+
text_on_color_disabled: hexToRgba(code.white, '0.25'),
|
|
67
|
+
text_helper: code.gray50,
|
|
68
|
+
text_error: code.red40,
|
|
69
|
+
text_inverse: code.gray100,
|
|
70
|
+
text_disabled: hexToRgba(code.gray10, '0.25'),
|
|
71
|
+
link_primary: code.blue40,
|
|
72
|
+
link_primary_hover: code.blue30,
|
|
73
|
+
link_secondary: code.blue30,
|
|
74
|
+
link_inverse: code.blue60,
|
|
75
|
+
link_inverse_hover: code.blue70,
|
|
76
|
+
link_inverse_active: code.gray100,
|
|
77
|
+
link_inverse_visited: code.purple60,
|
|
78
|
+
link_visited: code.purple40,
|
|
79
|
+
icon_primary: code.gray10,
|
|
80
|
+
icon_secondary: code.gray30,
|
|
81
|
+
icon_on_color: code.white,
|
|
82
|
+
icon_on_color_disabled: hexToRgba(code.white, '0.25'),
|
|
83
|
+
icon_interactive: code.white,
|
|
84
|
+
icon_inverse: code.gray100,
|
|
85
|
+
icon_disabled: hexToRgba(code.gray10, '0.25'),
|
|
86
|
+
support_error: code.red50,
|
|
87
|
+
support_success: code.green40,
|
|
88
|
+
support_warning: code.yellow30,
|
|
89
|
+
support_info: code.blue50,
|
|
90
|
+
support_error_inverse: code.red60,
|
|
91
|
+
support_success_inverse: code.green50,
|
|
92
|
+
support_warning_inverse: code.yellow30,
|
|
93
|
+
support_info_inverse: code.blue70,
|
|
94
|
+
support_caution_minor: code.yellow30,
|
|
95
|
+
support_caution_major: code.orange40,
|
|
96
|
+
support_caution_undefined: code.purple50,
|
|
97
|
+
focus: code.white,
|
|
98
|
+
focus_inset: code.gray100,
|
|
99
|
+
focus_inverse: code.blue60,
|
|
100
|
+
interactive: code.blue50,
|
|
101
|
+
highlight: code.blue90,
|
|
102
|
+
toggle_off: code.gray60,
|
|
103
|
+
overlay: hexToRgba(code.gray100, '0.7'),
|
|
104
|
+
skeleton_element: code.gray70,
|
|
105
|
+
skeleton_background: code.gray80Hover,
|
|
106
|
+
button_primary: code.blue60,
|
|
107
|
+
button_primary_hover: code.blue60Hover,
|
|
108
|
+
button_primary_active: code.blue80,
|
|
109
|
+
button_secondary: code.gray60,
|
|
110
|
+
button_secondary_hover: code.gray60Hover,
|
|
111
|
+
button_secondary_active: code.gray80,
|
|
112
|
+
button_tertiary: code.white,
|
|
113
|
+
button_tertiary_hover: code.gray10,
|
|
114
|
+
button_tertiary_active: code.gray30,
|
|
115
|
+
button_danger_primary: code.red60,
|
|
116
|
+
button_danger_secondary: code.red50,
|
|
117
|
+
button_danger_hover: code.red60Hover,
|
|
118
|
+
button_danger_active: code.red80,
|
|
119
|
+
button_separator: code.gray100,
|
|
120
|
+
button_disabled: code.gray70,
|
|
121
|
+
tag_background_gray: code.gray70,
|
|
122
|
+
tag_color_gray: code.gray20,
|
|
123
|
+
tag_hover_gray: code.gray70Hover,
|
|
124
|
+
tag_border_gray: code.gray50,
|
|
125
|
+
tag_background_cool_gray: code.coolGray70,
|
|
126
|
+
tag_color_cool_gray: code.coolGray20,
|
|
127
|
+
tag_hover_cool_gray: code.coolGray70Hover,
|
|
128
|
+
tag_border_cool_gray: code.coolGray50,
|
|
129
|
+
tag_background_warm_gray: code.warmGray70,
|
|
130
|
+
tag_color_warm_gray: code.warmGray20,
|
|
131
|
+
tag_hover_warm_gray: code.warmGray70Hover,
|
|
132
|
+
tag_border_warm_gray: code.warmGray50,
|
|
133
|
+
tag_background_red: code.red70,
|
|
134
|
+
tag_color_red: code.red20,
|
|
135
|
+
tag_hover_red: code.red70Hover,
|
|
136
|
+
tag_border_red: code.red50,
|
|
137
|
+
tag_background_magenta: code.magenta70,
|
|
138
|
+
tag_color_magenta: code.magenta20,
|
|
139
|
+
tag_hover_magenta: code.magenta70Hover,
|
|
140
|
+
tag_border_magenta: code.magenta50,
|
|
141
|
+
tag_background_purple: code.purple70,
|
|
142
|
+
tag_color_purple: code.purple20,
|
|
143
|
+
tag_hover_purple: code.purple70Hover,
|
|
144
|
+
tag_border_purple: code.purple50,
|
|
145
|
+
tag_background_blue: code.blue70,
|
|
146
|
+
tag_color_blue: code.blue20,
|
|
147
|
+
tag_hover_blue: code.blue70Hover,
|
|
148
|
+
tag_border_blue: code.blue50,
|
|
149
|
+
tag_background_cyan: code.cyan70,
|
|
150
|
+
tag_color_cyan: code.cyan20,
|
|
151
|
+
tag_hover_cyan: code.cyan70Hover,
|
|
152
|
+
tag_border_cyan: code.cyan50,
|
|
153
|
+
tag_background_teal: code.teal70,
|
|
154
|
+
tag_color_teal: code.teal20,
|
|
155
|
+
tag_hover_teal: code.teal70Hover,
|
|
156
|
+
tag_border_teal: code.teal50,
|
|
157
|
+
tag_background_green: code.green70,
|
|
158
|
+
tag_color_green: code.green20,
|
|
159
|
+
tag_hover_green: code.green70Hover,
|
|
160
|
+
tag_border_green: code.green50,
|
|
161
|
+
notification_info_background: code.gray90,
|
|
162
|
+
notification_info_border: hexToRgba(code.blue50, '0.5'),
|
|
163
|
+
notification_error_background: code.gray90,
|
|
164
|
+
notification_error_border: hexToRgba(code.red40, '0.5'),
|
|
165
|
+
notification_success_background: code.gray90,
|
|
166
|
+
notification_success_border: hexToRgba(code.green40, '0.5'),
|
|
167
|
+
notification_warning_background: code.gray90,
|
|
168
|
+
notification_warning_border: hexToRgba(code.yellow50, '0.5'),
|
|
169
|
+
notification_action_hover: code.gray90Hover,
|
|
170
|
+
notification_action_tertiary_inverse: code.blue60,
|
|
171
|
+
notification_action_tertiary_inverse_active: code.gray100,
|
|
172
|
+
notification_action_tertiary_inverse_hover: code.blue80,
|
|
173
|
+
notification_action_tertiary_inverse_text: code.white,
|
|
174
|
+
notification_action_tertiary_inverse_text_on_color_disabled: code.white
|
|
175
|
+
};
|
|
176
|
+
//# sourceMappingURL=gray-100.js.map
|