@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,181 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.gray_100 = void 0;
|
|
7
|
+
var _hexToRgba = require("../../../helpers/color/hex-to-rgba.js");
|
|
8
|
+
var _code = _interopRequireDefault(require("../code.json"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const gray_100 = exports.gray_100 = {
|
|
11
|
+
background: _code.default.black,
|
|
12
|
+
background_hover: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.16'),
|
|
13
|
+
background_active: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.4'),
|
|
14
|
+
background_selected: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.24'),
|
|
15
|
+
background_selected_hover: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.32'),
|
|
16
|
+
background_inverse: _code.default.gray10,
|
|
17
|
+
background_inverse_hover: _code.default.gray10Hover,
|
|
18
|
+
background_brand: _code.default.blue60,
|
|
19
|
+
layer_01: _code.default.gray90,
|
|
20
|
+
layer_02: _code.default.gray80,
|
|
21
|
+
layer_03: _code.default.gray70,
|
|
22
|
+
layer_hover_01: _code.default.gray90Hover,
|
|
23
|
+
layer_hover_02: _code.default.gray80Hover,
|
|
24
|
+
layer_hover_03: _code.default.gray70Hover,
|
|
25
|
+
layer_active_01: _code.default.gray70,
|
|
26
|
+
layer_active_02: _code.default.gray60,
|
|
27
|
+
layer_active_03: _code.default.gray50,
|
|
28
|
+
layer_selected_01: _code.default.gray80,
|
|
29
|
+
layer_selected_02: _code.default.gray70,
|
|
30
|
+
layer_selected_03: _code.default.gray60,
|
|
31
|
+
layer_selected_hover_01: _code.default.gray80Hover,
|
|
32
|
+
layer_selected_hover_02: _code.default.gray70Hover,
|
|
33
|
+
layer_selected_hover_03: _code.default.gray60Hover,
|
|
34
|
+
layer_selected_inverse: _code.default.gray10,
|
|
35
|
+
layer_selected_disabled: _code.default.gray60,
|
|
36
|
+
layer_accent_01: _code.default.gray80,
|
|
37
|
+
layer_accent_02: _code.default.gray70,
|
|
38
|
+
layer_accent_03: _code.default.gray60,
|
|
39
|
+
layer_accent_hover_01: _code.default.gray80Hover,
|
|
40
|
+
layer_accent_hover_02: _code.default.gray70Hover,
|
|
41
|
+
layer_accent_hover_03: _code.default.gray60Hover,
|
|
42
|
+
layer_accent_active_01: _code.default.gray70,
|
|
43
|
+
layer_accent_active_02: _code.default.gray50,
|
|
44
|
+
layer_accent_active_03: _code.default.gray80,
|
|
45
|
+
field_01: _code.default.gray90,
|
|
46
|
+
field_02: _code.default.gray80,
|
|
47
|
+
field_03: _code.default.gray70,
|
|
48
|
+
field_hover_01: _code.default.gray90Hover,
|
|
49
|
+
field_hover_02: _code.default.gray80Hover,
|
|
50
|
+
field_hover_03: _code.default.gray70Hover,
|
|
51
|
+
border_interactive: _code.default.blue50,
|
|
52
|
+
border_subtle_00: _code.default.gray80,
|
|
53
|
+
border_subtle_01: _code.default.gray80,
|
|
54
|
+
border_subtle_02: _code.default.gray70,
|
|
55
|
+
border_subtle_03: _code.default.gray60,
|
|
56
|
+
border_subtle_selected_01: _code.default.gray70,
|
|
57
|
+
border_subtle_selected_02: _code.default.gray60,
|
|
58
|
+
border_subtle_selected_03: _code.default.gray50,
|
|
59
|
+
border_strong_01: _code.default.gray60,
|
|
60
|
+
border_strong_02: _code.default.gray50,
|
|
61
|
+
border_strong_03: _code.default.gray40,
|
|
62
|
+
border_tile_01: _code.default.gray70,
|
|
63
|
+
border_tile_02: _code.default.gray60,
|
|
64
|
+
border_tile_03: _code.default.gray50,
|
|
65
|
+
border_inverse: _code.default.gray10,
|
|
66
|
+
border_disabled: (0, _hexToRgba.hexToRgba)(_code.default.gray50, '0.5'),
|
|
67
|
+
text_primary: _code.default.gray10,
|
|
68
|
+
text_secondary: _code.default.gray30,
|
|
69
|
+
text_placeholder: _code.default.gray60,
|
|
70
|
+
text_on_color: _code.default.white,
|
|
71
|
+
text_on_color_disabled: (0, _hexToRgba.hexToRgba)(_code.default.white, '0.25'),
|
|
72
|
+
text_helper: _code.default.gray50,
|
|
73
|
+
text_error: _code.default.red40,
|
|
74
|
+
text_inverse: _code.default.gray100,
|
|
75
|
+
text_disabled: (0, _hexToRgba.hexToRgba)(_code.default.gray10, '0.25'),
|
|
76
|
+
link_primary: _code.default.blue40,
|
|
77
|
+
link_primary_hover: _code.default.blue30,
|
|
78
|
+
link_secondary: _code.default.blue30,
|
|
79
|
+
link_inverse: _code.default.blue60,
|
|
80
|
+
link_inverse_hover: _code.default.blue70,
|
|
81
|
+
link_inverse_active: _code.default.gray100,
|
|
82
|
+
link_inverse_visited: _code.default.purple60,
|
|
83
|
+
link_visited: _code.default.purple40,
|
|
84
|
+
icon_primary: _code.default.gray10,
|
|
85
|
+
icon_secondary: _code.default.gray30,
|
|
86
|
+
icon_on_color: _code.default.white,
|
|
87
|
+
icon_on_color_disabled: (0, _hexToRgba.hexToRgba)(_code.default.white, '0.25'),
|
|
88
|
+
icon_interactive: _code.default.white,
|
|
89
|
+
icon_inverse: _code.default.gray100,
|
|
90
|
+
icon_disabled: (0, _hexToRgba.hexToRgba)(_code.default.gray10, '0.25'),
|
|
91
|
+
support_error: _code.default.red50,
|
|
92
|
+
support_success: _code.default.green40,
|
|
93
|
+
support_warning: _code.default.yellow30,
|
|
94
|
+
support_info: _code.default.blue50,
|
|
95
|
+
support_error_inverse: _code.default.red60,
|
|
96
|
+
support_success_inverse: _code.default.green50,
|
|
97
|
+
support_warning_inverse: _code.default.yellow30,
|
|
98
|
+
support_info_inverse: _code.default.blue70,
|
|
99
|
+
support_caution_minor: _code.default.yellow30,
|
|
100
|
+
support_caution_major: _code.default.orange40,
|
|
101
|
+
support_caution_undefined: _code.default.purple50,
|
|
102
|
+
focus: _code.default.white,
|
|
103
|
+
focus_inset: _code.default.gray100,
|
|
104
|
+
focus_inverse: _code.default.blue60,
|
|
105
|
+
interactive: _code.default.blue50,
|
|
106
|
+
highlight: _code.default.blue90,
|
|
107
|
+
toggle_off: _code.default.gray60,
|
|
108
|
+
overlay: (0, _hexToRgba.hexToRgba)(_code.default.gray100, '0.7'),
|
|
109
|
+
skeleton_element: _code.default.gray70,
|
|
110
|
+
skeleton_background: _code.default.gray80Hover,
|
|
111
|
+
button_primary: _code.default.blue60,
|
|
112
|
+
button_primary_hover: _code.default.blue60Hover,
|
|
113
|
+
button_primary_active: _code.default.blue80,
|
|
114
|
+
button_secondary: _code.default.gray60,
|
|
115
|
+
button_secondary_hover: _code.default.gray60Hover,
|
|
116
|
+
button_secondary_active: _code.default.gray80,
|
|
117
|
+
button_tertiary: _code.default.white,
|
|
118
|
+
button_tertiary_hover: _code.default.gray10,
|
|
119
|
+
button_tertiary_active: _code.default.gray30,
|
|
120
|
+
button_danger_primary: _code.default.red60,
|
|
121
|
+
button_danger_secondary: _code.default.red50,
|
|
122
|
+
button_danger_hover: _code.default.red60Hover,
|
|
123
|
+
button_danger_active: _code.default.red80,
|
|
124
|
+
button_separator: _code.default.gray100,
|
|
125
|
+
button_disabled: _code.default.gray70,
|
|
126
|
+
tag_background_gray: _code.default.gray70,
|
|
127
|
+
tag_color_gray: _code.default.gray20,
|
|
128
|
+
tag_hover_gray: _code.default.gray70Hover,
|
|
129
|
+
tag_border_gray: _code.default.gray50,
|
|
130
|
+
tag_background_cool_gray: _code.default.coolGray70,
|
|
131
|
+
tag_color_cool_gray: _code.default.coolGray20,
|
|
132
|
+
tag_hover_cool_gray: _code.default.coolGray70Hover,
|
|
133
|
+
tag_border_cool_gray: _code.default.coolGray50,
|
|
134
|
+
tag_background_warm_gray: _code.default.warmGray70,
|
|
135
|
+
tag_color_warm_gray: _code.default.warmGray20,
|
|
136
|
+
tag_hover_warm_gray: _code.default.warmGray70Hover,
|
|
137
|
+
tag_border_warm_gray: _code.default.warmGray50,
|
|
138
|
+
tag_background_red: _code.default.red70,
|
|
139
|
+
tag_color_red: _code.default.red20,
|
|
140
|
+
tag_hover_red: _code.default.red70Hover,
|
|
141
|
+
tag_border_red: _code.default.red50,
|
|
142
|
+
tag_background_magenta: _code.default.magenta70,
|
|
143
|
+
tag_color_magenta: _code.default.magenta20,
|
|
144
|
+
tag_hover_magenta: _code.default.magenta70Hover,
|
|
145
|
+
tag_border_magenta: _code.default.magenta50,
|
|
146
|
+
tag_background_purple: _code.default.purple70,
|
|
147
|
+
tag_color_purple: _code.default.purple20,
|
|
148
|
+
tag_hover_purple: _code.default.purple70Hover,
|
|
149
|
+
tag_border_purple: _code.default.purple50,
|
|
150
|
+
tag_background_blue: _code.default.blue70,
|
|
151
|
+
tag_color_blue: _code.default.blue20,
|
|
152
|
+
tag_hover_blue: _code.default.blue70Hover,
|
|
153
|
+
tag_border_blue: _code.default.blue50,
|
|
154
|
+
tag_background_cyan: _code.default.cyan70,
|
|
155
|
+
tag_color_cyan: _code.default.cyan20,
|
|
156
|
+
tag_hover_cyan: _code.default.cyan70Hover,
|
|
157
|
+
tag_border_cyan: _code.default.cyan50,
|
|
158
|
+
tag_background_teal: _code.default.teal70,
|
|
159
|
+
tag_color_teal: _code.default.teal20,
|
|
160
|
+
tag_hover_teal: _code.default.teal70Hover,
|
|
161
|
+
tag_border_teal: _code.default.teal50,
|
|
162
|
+
tag_background_green: _code.default.green70,
|
|
163
|
+
tag_color_green: _code.default.green20,
|
|
164
|
+
tag_hover_green: _code.default.green70Hover,
|
|
165
|
+
tag_border_green: _code.default.green50,
|
|
166
|
+
notification_info_background: _code.default.gray90,
|
|
167
|
+
notification_info_border: (0, _hexToRgba.hexToRgba)(_code.default.blue50, '0.5'),
|
|
168
|
+
notification_error_background: _code.default.gray90,
|
|
169
|
+
notification_error_border: (0, _hexToRgba.hexToRgba)(_code.default.red40, '0.5'),
|
|
170
|
+
notification_success_background: _code.default.gray90,
|
|
171
|
+
notification_success_border: (0, _hexToRgba.hexToRgba)(_code.default.green40, '0.5'),
|
|
172
|
+
notification_warning_background: _code.default.gray90,
|
|
173
|
+
notification_warning_border: (0, _hexToRgba.hexToRgba)(_code.default.yellow50, '0.5'),
|
|
174
|
+
notification_action_hover: _code.default.gray90Hover,
|
|
175
|
+
notification_action_tertiary_inverse: _code.default.blue60,
|
|
176
|
+
notification_action_tertiary_inverse_active: _code.default.gray100,
|
|
177
|
+
notification_action_tertiary_inverse_hover: _code.default.blue80,
|
|
178
|
+
notification_action_tertiary_inverse_text: _code.default.white,
|
|
179
|
+
notification_action_tertiary_inverse_text_on_color_disabled: _code.default.white
|
|
180
|
+
};
|
|
181
|
+
//# sourceMappingURL=gray-100.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_hexToRgba","require","_code","_interopRequireDefault","e","__esModule","default","gray_100","exports","background","code","black","background_hover","hexToRgba","gray50","background_active","background_selected","background_selected_hover","background_inverse","gray10","background_inverse_hover","gray10Hover","background_brand","blue60","layer_01","gray90","layer_02","gray80","layer_03","gray70","layer_hover_01","gray90Hover","layer_hover_02","gray80Hover","layer_hover_03","gray70Hover","layer_active_01","layer_active_02","gray60","layer_active_03","layer_selected_01","layer_selected_02","layer_selected_03","layer_selected_hover_01","layer_selected_hover_02","layer_selected_hover_03","gray60Hover","layer_selected_inverse","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","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","blue50","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","gray40","border_tile_01","border_tile_02","border_tile_03","border_inverse","border_disabled","text_primary","text_secondary","gray30","text_placeholder","text_on_color","white","text_on_color_disabled","text_helper","text_error","red40","text_inverse","gray100","text_disabled","link_primary","blue40","link_primary_hover","blue30","link_secondary","link_inverse","link_inverse_hover","blue70","link_inverse_active","link_inverse_visited","purple60","link_visited","purple40","icon_primary","icon_secondary","icon_on_color","icon_on_color_disabled","icon_interactive","icon_inverse","icon_disabled","support_error","red50","support_success","green40","support_warning","yellow30","support_info","support_error_inverse","red60","support_success_inverse","green50","support_warning_inverse","support_info_inverse","support_caution_minor","support_caution_major","orange40","support_caution_undefined","purple50","focus","focus_inset","focus_inverse","interactive","highlight","blue90","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","gray20","tag_hover_gray","tag_border_gray","tag_background_cool_gray","coolGray70","tag_color_cool_gray","coolGray20","tag_hover_cool_gray","coolGray70Hover","tag_border_cool_gray","coolGray50","tag_background_warm_gray","warmGray70","tag_color_warm_gray","warmGray20","tag_hover_warm_gray","warmGray70Hover","tag_border_warm_gray","warmGray50","tag_background_red","red70","tag_color_red","red20","tag_hover_red","red70Hover","tag_border_red","tag_background_magenta","magenta70","tag_color_magenta","magenta20","tag_hover_magenta","magenta70Hover","tag_border_magenta","magenta50","tag_background_purple","purple70","tag_color_purple","purple20","tag_hover_purple","purple70Hover","tag_border_purple","tag_background_blue","tag_color_blue","blue20","tag_hover_blue","blue70Hover","tag_border_blue","tag_background_cyan","cyan70","tag_color_cyan","cyan20","tag_hover_cyan","cyan70Hover","tag_border_cyan","cyan50","tag_background_teal","teal70","tag_color_teal","teal20","tag_hover_teal","teal70Hover","tag_border_teal","teal50","tag_background_green","green70","tag_color_green","green20","tag_hover_green","green70Hover","tag_border_green","notification_info_background","notification_info_border","notification_error_background","notification_error_border","notification_success_background","notification_success_border","notification_warning_background","notification_warning_border","yellow50","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-100.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _gray = require("./gray-10.js");
|
|
7
|
+
Object.keys(_gray).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _gray[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _gray[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
var _gray2 = require("./gray-100.js");
|
|
18
|
+
Object.keys(_gray2).forEach(function (key) {
|
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (key in exports && exports[key] === _gray2[key]) return;
|
|
21
|
+
Object.defineProperty(exports, key, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _gray2[key];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_gray","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_gray2"],"sourceRoot":"../../../../../src","sources":["constants/color/tokens/index.ts"],"mappings":";;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,KAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,KAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,KAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,MAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,MAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,MAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,MAAA,CAAAL,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.MotionConstant = exports.ColorConstant = void 0;
|
|
7
|
+
Object.defineProperty(exports, "SpacingConstant", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _spacing.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
exports.TypographyConstant = void 0;
|
|
14
|
+
var ColorConstant = _interopRequireWildcard(require("./color/index.js"));
|
|
15
|
+
exports.ColorConstant = ColorConstant;
|
|
16
|
+
var MotionConstant = _interopRequireWildcard(require("./motion/index.js"));
|
|
17
|
+
exports.MotionConstant = MotionConstant;
|
|
18
|
+
var TypographyConstant = _interopRequireWildcard(require("./typography/index.js"));
|
|
19
|
+
exports.TypographyConstant = TypographyConstant;
|
|
20
|
+
var _spacing = _interopRequireDefault(require("./spacing.js"));
|
|
21
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
22
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
23
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
24
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["ColorConstant","_interopRequireWildcard","require","exports","MotionConstant","TypographyConstant","_spacing","_interopRequireDefault","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set"],"sourceRoot":"../../../src","sources":["constants/index.ts"],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,aAAA,GAAAC,uBAAA,CAAAC,OAAA;AAAwCC,OAAA,CAAAH,aAAA,GAAAA,aAAA;AACxC,IAAAI,cAAA,GAAAH,uBAAA,CAAAC,OAAA;AAA0CC,OAAA,CAAAC,cAAA,GAAAA,cAAA;AAC1C,IAAAC,kBAAA,GAAAJ,uBAAA,CAAAC,OAAA;AAAkDC,OAAA,CAAAE,kBAAA,GAAAA,kBAAA;AAQlD,IAAAC,QAAA,GAAAC,sBAAA,CAAAL,OAAA;AAAsD,SAAAK,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,yBAAAH,CAAA,6BAAAI,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAD,wBAAA,YAAAA,CAAAH,CAAA,WAAAA,CAAA,GAAAM,CAAA,GAAAD,CAAA,KAAAL,CAAA;AAAA,SAAAP,wBAAAO,CAAA,EAAAK,CAAA,SAAAA,CAAA,IAAAL,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAE,OAAA,EAAAF,CAAA,QAAAM,CAAA,GAAAH,wBAAA,CAAAE,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAC,GAAA,CAAAP,CAAA,UAAAM,CAAA,CAAAE,GAAA,CAAAR,CAAA,OAAAS,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAf,CAAA,oBAAAe,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAe,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAd,CAAA,EAAAe,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAf,CAAA,CAAAe,CAAA,YAAAN,CAAA,CAAAP,OAAA,GAAAF,CAAA,EAAAM,CAAA,IAAAA,CAAA,CAAAa,GAAA,CAAAnB,CAAA,EAAAS,CAAA,GAAAA,CAAA","ignoreList":[]}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Easings = exports.Durations = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* Initially, it was using @carbon/motion
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* In milliseconds
|
|
13
|
+
* https://carbondesignsystem.com/elements/motion/overview/#duration-tokens
|
|
14
|
+
*/
|
|
15
|
+
const Durations = exports.Durations = {
|
|
16
|
+
fast_01: 70,
|
|
17
|
+
fast_02: 110,
|
|
18
|
+
moderate_01: 150,
|
|
19
|
+
moderate_02: 240,
|
|
20
|
+
slow_01: 400,
|
|
21
|
+
slow_02: 700
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* https://carbondesignsystem.com/elements/motion/overview/#easing
|
|
26
|
+
*/
|
|
27
|
+
const Easings = exports.Easings = {
|
|
28
|
+
standard: {
|
|
29
|
+
productive: {
|
|
30
|
+
x1: 0.2,
|
|
31
|
+
y1: 0,
|
|
32
|
+
x2: 0.38,
|
|
33
|
+
y2: 0.9
|
|
34
|
+
},
|
|
35
|
+
expressive: {
|
|
36
|
+
x1: 0.4,
|
|
37
|
+
y1: 0.14,
|
|
38
|
+
x2: 0.3,
|
|
39
|
+
y2: 1
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
entrance: {
|
|
43
|
+
productive: {
|
|
44
|
+
x1: 0,
|
|
45
|
+
y1: 0,
|
|
46
|
+
x2: 0.38,
|
|
47
|
+
y2: 0.9
|
|
48
|
+
},
|
|
49
|
+
expressive: {
|
|
50
|
+
x1: 0,
|
|
51
|
+
y1: 0,
|
|
52
|
+
x2: 0.3,
|
|
53
|
+
y2: 1
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
exit: {
|
|
57
|
+
productive: {
|
|
58
|
+
x1: 0.2,
|
|
59
|
+
y1: 0,
|
|
60
|
+
x2: 1,
|
|
61
|
+
y2: 0.9
|
|
62
|
+
},
|
|
63
|
+
expressive: {
|
|
64
|
+
x1: 0.4,
|
|
65
|
+
y1: 0.14,
|
|
66
|
+
x2: 1,
|
|
67
|
+
y2: 1
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Durations","exports","fast_01","fast_02","moderate_01","moderate_02","slow_01","slow_02","Easings","standard","productive","x1","y1","x2","y2","expressive","entrance","exit"],"sourceRoot":"../../../../src","sources":["constants/motion/index.ts"],"mappings":";;;;;;AAAA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACO,MAAMA,SAAS,GAAAC,OAAA,CAAAD,SAAA,GAAG;EACxBE,OAAO,EAAE,EAAE;EACXC,OAAO,EAAE,GAAG;EACZC,WAAW,EAAE,GAAG;EAChBC,WAAW,EAAE,GAAG;EAChBC,OAAO,EAAE,GAAG;EACZC,OAAO,EAAE;AACV,CAAU;;AAEV;AACA;AACA;AACO,MAAMC,OAAO,GAAAP,OAAA,CAAAO,OAAA,GAAG;EACtBC,QAAQ,EAAE;IACTC,UAAU,EAAE;MAAEC,EAAE,EAAE,GAAG;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE,IAAI;MAAEC,EAAE,EAAE;IAAI,CAAC;IACjDC,UAAU,EAAE;MAAEJ,EAAE,EAAE,GAAG;MAAEC,EAAE,EAAE,IAAI;MAAEC,EAAE,EAAE,GAAG;MAAEC,EAAE,EAAE;IAAE;EACjD,CAAC;EACDE,QAAQ,EAAE;IACTN,UAAU,EAAE;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE,IAAI;MAAEC,EAAE,EAAE;IAAI,CAAC;IAC/CC,UAAU,EAAE;MAAEJ,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE,GAAG;MAAEC,EAAE,EAAE;IAAE;EAC5C,CAAC;EACDG,IAAI,EAAE;IACLP,UAAU,EAAE;MAAEC,EAAE,EAAE,GAAG;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE;IAAI,CAAC;IAC9CC,UAAU,EAAE;MAAEJ,EAAE,EAAE,GAAG;MAAEC,EAAE,EAAE,IAAI;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE;IAAE;EAC/C;AACD,CAAU","ignoreList":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _default = exports.default = {
|
|
8
|
+
spacing_01: 2,
|
|
9
|
+
spacing_02: 4,
|
|
10
|
+
spacing_03: 8,
|
|
11
|
+
spacing_04: 12,
|
|
12
|
+
spacing_05: 16,
|
|
13
|
+
spacing_06: 24,
|
|
14
|
+
spacing_07: 32,
|
|
15
|
+
spacing_08: 40,
|
|
16
|
+
spacing_09: 48,
|
|
17
|
+
spacing_10: 64,
|
|
18
|
+
spacing_11: 80,
|
|
19
|
+
spacing_12: 96,
|
|
20
|
+
spacing_13: 160
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=spacing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["spacing_01","spacing_02","spacing_03","spacing_04","spacing_05","spacing_06","spacing_07","spacing_08","spacing_09","spacing_10","spacing_11","spacing_12","spacing_13"],"sourceRoot":"../../../src","sources":["constants/spacing.ts"],"mappings":";;;;;;iCAAe;EAEdA,UAAU,EAAE,CAAC;EACbC,UAAU,EAAE,CAAC;EACbC,UAAU,EAAE,CAAC;EACbC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE,EAAE;EACdC,UAAU,EAAE;AAEb,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.FontFamily = void 0;
|
|
7
|
+
const FontFamily = exports.FontFamily = {
|
|
8
|
+
thin: 'IBMPlexSans-Thin',
|
|
9
|
+
thin_italic: 'IBMPlexSans-Thin-Italic',
|
|
10
|
+
extralight: 'IBMPlexSans-ExtraLight',
|
|
11
|
+
extralight_italic: 'IBMPlexSans-ExtraLight-Italic',
|
|
12
|
+
light: 'IBMPlexSans-Light',
|
|
13
|
+
light_italic: 'IBMPlexSans-Light-Italic',
|
|
14
|
+
normal: 'IBMPlexSans-Regular',
|
|
15
|
+
normal_italic: 'IBMPlexSans-Regular-Italic',
|
|
16
|
+
medium: 'IBMPlexSans-Medium-Italic',
|
|
17
|
+
medium_italic: 'IBMPlexSans-Medium-Italic',
|
|
18
|
+
semibold: 'IBMPlexSans-SemiBold',
|
|
19
|
+
semibold_italic: 'IBMPlexSans-SemiBold-Italic',
|
|
20
|
+
bold: 'IBMPlexSans-Bold',
|
|
21
|
+
bold_italic: 'IBMPlexSans-Italic'
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=font-family.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["FontFamily","exports","thin","thin_italic","extralight","extralight_italic","light","light_italic","normal","normal_italic","medium","medium_italic","semibold","semibold_italic","bold","bold_italic"],"sourceRoot":"../../../../src","sources":["constants/typography/font-family.ts"],"mappings":";;;;;;AAAO,MAAMA,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG;EACzBE,IAAI,EAAE,kBAAkB;EACxBC,WAAW,EAAE,yBAAyB;EACtCC,UAAU,EAAE,wBAAwB;EACpCC,iBAAiB,EAAE,+BAA+B;EAClDC,KAAK,EAAE,mBAAmB;EAC1BC,YAAY,EAAE,0BAA0B;EACxCC,MAAM,EAAE,qBAAqB;EAC7BC,aAAa,EAAE,4BAA4B;EAC3CC,MAAM,EAAE,2BAA2B;EACnCC,aAAa,EAAE,2BAA2B;EAC1CC,QAAQ,EAAE,sBAAsB;EAChCC,eAAe,EAAE,6BAA6B;EAC9CC,IAAI,EAAE,kBAAkB;EACxBC,WAAW,EAAE;AACd,CAAU","ignoreList":[]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _fontFamily = require("./font-family.js");
|
|
7
|
+
Object.keys(_fontFamily).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _fontFamily[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _fontFamily[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
var _typeSets = require("./type-sets.js");
|
|
18
|
+
Object.keys(_typeSets).forEach(function (key) {
|
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (key in exports && exports[key] === _typeSets[key]) return;
|
|
21
|
+
Object.defineProperty(exports, key, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _typeSets[key];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_fontFamily","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_typeSets"],"sourceRoot":"../../../../src","sources":["constants/typography/index.ts"],"mappings":";;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,WAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,WAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,WAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,SAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,SAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,SAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,SAAA,CAAAL,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TypeSets = void 0;
|
|
7
|
+
const body_compact_01 = {
|
|
8
|
+
fontSize: 14,
|
|
9
|
+
lineHeight: 18,
|
|
10
|
+
fontWeight: 400,
|
|
11
|
+
letterSpacing: 0.16
|
|
12
|
+
},
|
|
13
|
+
body_compact_02 = {
|
|
14
|
+
fontSize: 16,
|
|
15
|
+
lineHeight: 22,
|
|
16
|
+
fontWeight: 400,
|
|
17
|
+
letterSpacing: 0
|
|
18
|
+
},
|
|
19
|
+
body_01 = {
|
|
20
|
+
fontSize: 14,
|
|
21
|
+
lineHeight: 20,
|
|
22
|
+
fontWeight: 400,
|
|
23
|
+
letterSpacing: 0.16
|
|
24
|
+
},
|
|
25
|
+
body_02 = {
|
|
26
|
+
fontSize: 16,
|
|
27
|
+
lineHeight: 24,
|
|
28
|
+
fontWeight: 400,
|
|
29
|
+
letterSpacing: 0
|
|
30
|
+
};
|
|
31
|
+
const TypeSets = exports.TypeSets = {
|
|
32
|
+
code_01: {
|
|
33
|
+
fontSize: 12,
|
|
34
|
+
lineHeight: 16,
|
|
35
|
+
fontWeight: 400,
|
|
36
|
+
letterSpacing: 0.32
|
|
37
|
+
},
|
|
38
|
+
code_02: {
|
|
39
|
+
fontSize: 14,
|
|
40
|
+
lineHeight: 20,
|
|
41
|
+
fontWeight: 400,
|
|
42
|
+
letterSpacing: 0.32
|
|
43
|
+
},
|
|
44
|
+
label_01: {
|
|
45
|
+
fontSize: 12,
|
|
46
|
+
lineHeight: 16,
|
|
47
|
+
fontWeight: 400,
|
|
48
|
+
letterSpacing: 0.32
|
|
49
|
+
},
|
|
50
|
+
label_02: {
|
|
51
|
+
fontSize: 14,
|
|
52
|
+
lineHeight: 18,
|
|
53
|
+
fontWeight: 400,
|
|
54
|
+
letterSpacing: 0.16
|
|
55
|
+
},
|
|
56
|
+
helper_text_01: {
|
|
57
|
+
fontSize: 12,
|
|
58
|
+
lineHeight: 16,
|
|
59
|
+
fontWeight: 400,
|
|
60
|
+
letterSpacing: 0.32
|
|
61
|
+
},
|
|
62
|
+
helper_text_02: {
|
|
63
|
+
fontSize: 14,
|
|
64
|
+
lineHeight: 18,
|
|
65
|
+
fontWeight: 400,
|
|
66
|
+
letterSpacing: 0.16
|
|
67
|
+
},
|
|
68
|
+
legal_01: {
|
|
69
|
+
fontSize: 12,
|
|
70
|
+
lineHeight: 16,
|
|
71
|
+
fontWeight: 400,
|
|
72
|
+
letterSpacing: 0.32
|
|
73
|
+
},
|
|
74
|
+
legal_02: {
|
|
75
|
+
fontSize: 14,
|
|
76
|
+
lineHeight: 18,
|
|
77
|
+
fontWeight: 400,
|
|
78
|
+
letterSpacing: 0.16
|
|
79
|
+
},
|
|
80
|
+
body_compact_01: body_compact_01,
|
|
81
|
+
body_compact_02: body_compact_02,
|
|
82
|
+
body_01: {
|
|
83
|
+
fontSize: 14,
|
|
84
|
+
lineHeight: 20,
|
|
85
|
+
fontWeight: 400,
|
|
86
|
+
letterSpacing: 0.16
|
|
87
|
+
},
|
|
88
|
+
body_02: {
|
|
89
|
+
fontSize: 16,
|
|
90
|
+
lineHeight: 24,
|
|
91
|
+
fontWeight: 400,
|
|
92
|
+
letterSpacing: 0
|
|
93
|
+
},
|
|
94
|
+
heading_compact_01: {
|
|
95
|
+
...body_compact_01,
|
|
96
|
+
fontWeight: 600
|
|
97
|
+
},
|
|
98
|
+
heading_compact_02: {
|
|
99
|
+
...body_compact_02,
|
|
100
|
+
fontWeight: 600
|
|
101
|
+
},
|
|
102
|
+
heading_01: {
|
|
103
|
+
...body_01,
|
|
104
|
+
fontWeight: 600
|
|
105
|
+
},
|
|
106
|
+
heading_02: {
|
|
107
|
+
...body_02,
|
|
108
|
+
fontWeight: 600
|
|
109
|
+
},
|
|
110
|
+
heading_03: {
|
|
111
|
+
fontSize: 20,
|
|
112
|
+
lineHeight: 28,
|
|
113
|
+
fontWeight: 400,
|
|
114
|
+
letterSpacing: 0
|
|
115
|
+
},
|
|
116
|
+
heading_04: {
|
|
117
|
+
fontSize: 28,
|
|
118
|
+
lineHeight: 36,
|
|
119
|
+
fontWeight: 400,
|
|
120
|
+
letterSpacing: 0
|
|
121
|
+
},
|
|
122
|
+
heading_05: {
|
|
123
|
+
fontSize: 32,
|
|
124
|
+
lineHeight: 40,
|
|
125
|
+
fontWeight: 400,
|
|
126
|
+
letterSpacing: 0
|
|
127
|
+
},
|
|
128
|
+
heading_06: {
|
|
129
|
+
fontSize: 42,
|
|
130
|
+
lineHeight: 50,
|
|
131
|
+
fontWeight: 300,
|
|
132
|
+
letterSpacing: 0
|
|
133
|
+
},
|
|
134
|
+
heading_07: {
|
|
135
|
+
fontSize: 54,
|
|
136
|
+
lineHeight: 64,
|
|
137
|
+
fontWeight: 300,
|
|
138
|
+
letterSpacing: 0
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
//# sourceMappingURL=type-sets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["body_compact_01","fontSize","lineHeight","fontWeight","letterSpacing","body_compact_02","body_01","body_02","TypeSets","exports","code_01","code_02","label_01","label_02","helper_text_01","helper_text_02","legal_01","legal_02","heading_compact_01","heading_compact_02","heading_01","heading_02","heading_03","heading_04","heading_05","heading_06","heading_07"],"sourceRoot":"../../../../src","sources":["constants/typography/type-sets.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.GlobalConfigContext = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
const GlobalConfigContext = exports.GlobalConfigContext = /*#__PURE__*/(0, _react.createContext)({
|
|
9
|
+
android_buttonRippleEffect: true,
|
|
10
|
+
notificationColor: 'high_contrast'
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","GlobalConfigContext","exports","createContext","android_buttonRippleEffect","notificationColor"],"sourceRoot":"../../../../src","sources":["contexts/global-config/context.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAgBO,MAAMC,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,gBAAG,IAAAE,oBAAa,EAAsB;EACrEC,0BAA0B,EAAE,IAAI;EAChCC,iBAAiB,EAAE;AACpB,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.GlobalConfigContextProvider = GlobalConfigContextProvider;
|
|
7
|
+
var _context = require("./context.js");
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
function GlobalConfigContextProvider({
|
|
10
|
+
android_buttonRippleEffect = true,
|
|
11
|
+
notificationColor = 'high_contrast',
|
|
12
|
+
children
|
|
13
|
+
}) {
|
|
14
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_context.GlobalConfigContext.Provider, {
|
|
15
|
+
value: {
|
|
16
|
+
android_buttonRippleEffect,
|
|
17
|
+
notificationColor
|
|
18
|
+
},
|
|
19
|
+
children: children
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_context","require","_jsxRuntime","GlobalConfigContextProvider","android_buttonRippleEffect","notificationColor","children","jsx","GlobalConfigContext","Provider","value"],"sourceRoot":"../../../../src","sources":["contexts/global-config/provider.tsx"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAEkB,IAAAC,WAAA,GAAAD,OAAA;AAMX,SAASE,2BAA2BA,CAAC;EAC3CC,0BAA0B,GAAG,IAAI;EACjCC,iBAAiB,GAAG,eAAe;EACnCC;AACiC,CAAC,EAAE;EAEpC,oBACC,IAAAJ,WAAA,CAAAK,GAAA,EAACP,QAAA,CAAAQ,mBAAmB,CAACC,QAAQ;IAC5BC,KAAK,EAAE;MACNN,0BAA0B;MAC1BC;IACD,CAAE;IAAAC,QAAA,EAEAA;EAAQ,CACmB,CAAC;AAGjC","ignoreList":[]}
|