@audira/carbon-react-native 0.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/lib/commonjs/_carbon-react-native/index.js +25 -0
- package/lib/commonjs/_carbon-react-native/index.js.map +1 -0
- package/lib/commonjs/_style-sheet/create.js +59 -0
- package/lib/commonjs/_style-sheet/create.js.map +1 -0
- package/lib/commonjs/_style-sheet/index.js +12 -0
- package/lib/commonjs/_style-sheet/index.js.map +1 -0
- package/lib/commonjs/components/accordion/_context.js +9 -0
- package/lib/commonjs/components/accordion/_context.js.map +1 -0
- package/lib/commonjs/components/accordion/_header-border.js +33 -0
- package/lib/commonjs/components/accordion/_header-border.js.map +1 -0
- package/lib/commonjs/components/accordion/_header.js +156 -0
- package/lib/commonjs/components/accordion/_header.js.map +1 -0
- package/lib/commonjs/components/accordion/_item.js +91 -0
- package/lib/commonjs/components/accordion/_item.js.map +1 -0
- package/lib/commonjs/components/accordion/_motion.js +18 -0
- package/lib/commonjs/components/accordion/_motion.js.map +1 -0
- package/lib/commonjs/components/accordion/_styles.js +24 -0
- package/lib/commonjs/components/accordion/_styles.js.map +1 -0
- package/lib/commonjs/components/accordion/index.js +74 -0
- package/lib/commonjs/components/accordion/index.js.map +1 -0
- package/lib/commonjs/components/accordion/types.js +2 -0
- package/lib/commonjs/components/accordion/types.js.map +1 -0
- package/lib/commonjs/components/button/base/index.js +153 -0
- package/lib/commonjs/components/button/base/index.js.map +1 -0
- package/lib/commonjs/components/button/base-color/index.js +155 -0
- package/lib/commonjs/components/button/base-color/index.js.map +1 -0
- package/lib/commonjs/components/button/ghost/index.js +92 -0
- package/lib/commonjs/components/button/ghost/index.js.map +1 -0
- package/lib/commonjs/components/button/ghost-danger/index.js +92 -0
- package/lib/commonjs/components/button/ghost-danger/index.js.map +1 -0
- package/lib/commonjs/components/button/ghost-icon/index.js +81 -0
- package/lib/commonjs/components/button/ghost-icon/index.js.map +1 -0
- package/lib/commonjs/components/button/index.js +127 -0
- package/lib/commonjs/components/button/index.js.map +1 -0
- package/lib/commonjs/components/button/primary/index.js +74 -0
- package/lib/commonjs/components/button/primary/index.js.map +1 -0
- package/lib/commonjs/components/button/primary-danger/index.js +74 -0
- package/lib/commonjs/components/button/primary-danger/index.js.map +1 -0
- package/lib/commonjs/components/button/secondary/index.js +74 -0
- package/lib/commonjs/components/button/secondary/index.js.map +1 -0
- package/lib/commonjs/components/button/size.js +2 -0
- package/lib/commonjs/components/button/size.js.map +1 -0
- package/lib/commonjs/components/button/tertiary/index.js +89 -0
- package/lib/commonjs/components/button/tertiary/index.js.map +1 -0
- package/lib/commonjs/components/button/tertiary-danger/index.js +89 -0
- package/lib/commonjs/components/button/tertiary-danger/index.js.map +1 -0
- package/lib/commonjs/components/checkbox/index.js +117 -0
- package/lib/commonjs/components/checkbox/index.js.map +1 -0
- package/lib/commonjs/components/checkbox-group/index.js +98 -0
- package/lib/commonjs/components/checkbox-group/index.js.map +1 -0
- package/lib/commonjs/components/checkbox-input/index.js +208 -0
- package/lib/commonjs/components/checkbox-input/index.js.map +1 -0
- package/lib/commonjs/components/collapsible/index.js +134 -0
- package/lib/commonjs/components/collapsible/index.js.map +1 -0
- package/lib/commonjs/components/form-helper-text/index.js +41 -0
- package/lib/commonjs/components/form-helper-text/index.js.map +1 -0
- package/lib/commonjs/components/form-label/index.js +35 -0
- package/lib/commonjs/components/form-label/index.js.map +1 -0
- package/lib/commonjs/components/icon/index.js +42 -0
- package/lib/commonjs/components/icon/index.js.map +1 -0
- package/lib/commonjs/components/index.js +176 -0
- package/lib/commonjs/components/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/_base.js +52 -0
- package/lib/commonjs/components/notification/_status-hooks/_base.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/error/index.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/index.js +50 -0
- package/lib/commonjs/components/notification/_status-hooks/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/index.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/success/index.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/index.js +47 -0
- package/lib/commonjs/components/notification/_status-hooks/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variant-context.js +24 -0
- package/lib/commonjs/components/notification/_variant-context.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/_button-ghost.js +43 -0
- package/lib/commonjs/components/notification/_variants/_button-ghost.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/_button-tertiary.js +43 -0
- package/lib/commonjs/components/notification/_variants/_button-tertiary.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable/index.js +42 -0
- package/lib/commonjs/components/notification/_variants/actionable/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js +42 -0
- package/lib/commonjs/components/notification/_variants/actionable-inline/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout/index.js +35 -0
- package/lib/commonjs/components/notification/_variants/callout/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js +35 -0
- package/lib/commonjs/components/notification/_variants/callout-inline/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/index.js +61 -0
- package/lib/commonjs/components/notification/_variants/index.js.map +1 -0
- package/lib/commonjs/components/notification/_variants/toast/index.js +63 -0
- package/lib/commonjs/components/notification/_variants/toast/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/error/index.js +49 -0
- package/lib/commonjs/components/notification/actionable/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/index.js +50 -0
- package/lib/commonjs/components/notification/actionable/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/informational/index.js +49 -0
- package/lib/commonjs/components/notification/actionable/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/success/index.js +49 -0
- package/lib/commonjs/components/notification/actionable/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable/warning/index.js +49 -0
- package/lib/commonjs/components/notification/actionable/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/error/index.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/index.js +50 -0
- package/lib/commonjs/components/notification/actionable-inline/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/success/index.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js +48 -0
- package/lib/commonjs/components/notification/actionable-inline/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/base/index.js +170 -0
- package/lib/commonjs/components/notification/base/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/error/index.js +49 -0
- package/lib/commonjs/components/notification/callout/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/index.js +50 -0
- package/lib/commonjs/components/notification/callout/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/informational/index.js +49 -0
- package/lib/commonjs/components/notification/callout/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/success/index.js +49 -0
- package/lib/commonjs/components/notification/callout/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout/warning/index.js +49 -0
- package/lib/commonjs/components/notification/callout/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/error/index.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/index.js +50 -0
- package/lib/commonjs/components/notification/callout-inline/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/informational/index.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/success/index.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/callout-inline/warning/index.js +48 -0
- package/lib/commonjs/components/notification/callout-inline/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/index.js +62 -0
- package/lib/commonjs/components/notification/index.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle/index.js +30 -0
- package/lib/commonjs/components/notification/subtitle/index.js.map +1 -0
- package/lib/commonjs/components/notification/subtitle-link/index.js +29 -0
- package/lib/commonjs/components/notification/subtitle-link/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/error/index.js +49 -0
- package/lib/commonjs/components/notification/toast/error/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/index.js +50 -0
- package/lib/commonjs/components/notification/toast/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/informational/index.js +49 -0
- package/lib/commonjs/components/notification/toast/informational/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/success/index.js +49 -0
- package/lib/commonjs/components/notification/toast/success/index.js.map +1 -0
- package/lib/commonjs/components/notification/toast/warning/index.js +49 -0
- package/lib/commonjs/components/notification/toast/warning/index.js.map +1 -0
- package/lib/commonjs/components/notification/types.js +2 -0
- package/lib/commonjs/components/notification/types.js.map +1 -0
- package/lib/commonjs/components/radio-button/index.js +106 -0
- package/lib/commonjs/components/radio-button/index.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_item-context.js +9 -0
- package/lib/commonjs/components/radio-button-group/_item-context.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_item.js +52 -0
- package/lib/commonjs/components/radio-button-group/_item.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_types/index.js +6 -0
- package/lib/commonjs/components/radio-button-group/_types/index.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/_types/ref-base.js +6 -0
- package/lib/commonjs/components/radio-button-group/_types/ref-base.js.map +1 -0
- package/lib/commonjs/components/radio-button-group/index.js +141 -0
- package/lib/commonjs/components/radio-button-group/index.js.map +1 -0
- package/lib/commonjs/components/radio-button-input/index.js +200 -0
- package/lib/commonjs/components/radio-button-input/index.js.map +1 -0
- package/lib/commonjs/components/switch/index.js +245 -0
- package/lib/commonjs/components/switch/index.js.map +1 -0
- package/lib/commonjs/components/text/index.js +70 -0
- package/lib/commonjs/components/text/index.js.map +1 -0
- package/lib/commonjs/components/toggle/base/index.js +115 -0
- package/lib/commonjs/components/toggle/base/index.js.map +1 -0
- package/lib/commonjs/components/toggle/default/index.js +23 -0
- package/lib/commonjs/components/toggle/default/index.js.map +1 -0
- package/lib/commonjs/components/toggle/index.js +50 -0
- package/lib/commonjs/components/toggle/index.js.map +1 -0
- package/lib/commonjs/components/toggle/small/index.js +23 -0
- package/lib/commonjs/components/toggle/small/index.js.map +1 -0
- package/lib/commonjs/components/toggle/state.js +2 -0
- package/lib/commonjs/components/toggle/state.js.map +1 -0
- package/lib/commonjs/constants/color/code.json +273 -0
- package/lib/commonjs/constants/color/index.js +19 -0
- package/lib/commonjs/constants/color/index.js.map +1 -0
- package/lib/commonjs/constants/color/tokens/gray-10.js +181 -0
- package/lib/commonjs/constants/color/tokens/gray-10.js.map +1 -0
- package/lib/commonjs/constants/color/tokens/gray-100.js +181 -0
- package/lib/commonjs/constants/color/tokens/gray-100.js.map +1 -0
- package/lib/commonjs/constants/color/tokens/index.js +28 -0
- package/lib/commonjs/constants/color/tokens/index.js.map +1 -0
- package/lib/commonjs/constants/index.js +24 -0
- package/lib/commonjs/constants/index.js.map +1 -0
- package/lib/commonjs/constants/motion/index.js +71 -0
- package/lib/commonjs/constants/motion/index.js.map +1 -0
- package/lib/commonjs/constants/spacing.js +22 -0
- package/lib/commonjs/constants/spacing.js.map +1 -0
- package/lib/commonjs/constants/typography/font-family.js +23 -0
- package/lib/commonjs/constants/typography/font-family.js.map +1 -0
- package/lib/commonjs/constants/typography/index.js +28 -0
- package/lib/commonjs/constants/typography/index.js.map +1 -0
- package/lib/commonjs/constants/typography/type-sets.js +141 -0
- package/lib/commonjs/constants/typography/type-sets.js.map +1 -0
- package/lib/commonjs/contexts/global-config/context.js +12 -0
- package/lib/commonjs/contexts/global-config/context.js.map +1 -0
- package/lib/commonjs/contexts/global-config/provider.js +22 -0
- package/lib/commonjs/contexts/global-config/provider.js.map +1 -0
- package/lib/commonjs/contexts/index.js +28 -0
- package/lib/commonjs/contexts/index.js.map +1 -0
- package/lib/commonjs/contexts/theme/context.js +14 -0
- package/lib/commonjs/contexts/theme/context.js.map +1 -0
- package/lib/commonjs/contexts/theme/index.js +17 -0
- package/lib/commonjs/contexts/theme/index.js.map +1 -0
- package/lib/commonjs/contexts/theme/provider.js +31 -0
- package/lib/commonjs/contexts/theme/provider.js.map +1 -0
- package/lib/commonjs/globals/color-scheme/index.js +16 -0
- package/lib/commonjs/globals/color-scheme/index.js.map +1 -0
- package/lib/commonjs/globals/index.js +11 -0
- package/lib/commonjs/globals/index.js.map +1 -0
- package/lib/commonjs/helpers/color/get-color-scheme.js +15 -0
- package/lib/commonjs/helpers/color/get-color-scheme.js.map +1 -0
- package/lib/commonjs/helpers/color/get-color-token.js +14 -0
- package/lib/commonjs/helpers/color/get-color-token.js.map +1 -0
- package/lib/commonjs/helpers/color/hex-to-rgba.js +11 -0
- package/lib/commonjs/helpers/color/hex-to-rgba.js.map +1 -0
- package/lib/commonjs/helpers/color/index.js +39 -0
- package/lib/commonjs/helpers/color/index.js.map +1 -0
- package/lib/commonjs/helpers/index.js +11 -0
- package/lib/commonjs/helpers/index.js.map +1 -0
- package/lib/commonjs/index.js +94 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/styles/common.js +25 -0
- package/lib/commonjs/styles/common.js.map +1 -0
- package/lib/commonjs/styles/flex.js +82 -0
- package/lib/commonjs/styles/flex.js.map +1 -0
- package/lib/commonjs/styles/index.js +39 -0
- package/lib/commonjs/styles/index.js.map +1 -0
- package/lib/commonjs/styles/text.js +67 -0
- package/lib/commonjs/styles/text.js.map +1 -0
- package/lib/commonjs/types/@carbon/icons/index.d.js +2 -0
- package/lib/commonjs/types/@carbon/icons/index.d.js.map +1 -0
- package/lib/commonjs/types/index.js +6 -0
- package/lib/commonjs/types/index.js.map +1 -0
- package/lib/commonjs/types/shared.js +2 -0
- package/lib/commonjs/types/shared.js.map +1 -0
- package/lib/commonjs/types/theme/color-scheme.js +2 -0
- package/lib/commonjs/types/theme/color-scheme.js.map +1 -0
- package/lib/commonjs/types/theme/color-token.js +2 -0
- package/lib/commonjs/types/theme/color-token.js.map +1 -0
- package/lib/commonjs/types/theme/index.js +2 -0
- package/lib/commonjs/types/theme/index.js.map +1 -0
- package/lib/commonjs/types/typography.js +6 -0
- package/lib/commonjs/types/typography.js.map +1 -0
- package/lib/module/_carbon-react-native/index.js +21 -0
- package/lib/module/_carbon-react-native/index.js.map +1 -0
- package/lib/module/_style-sheet/create.js +55 -0
- package/lib/module/_style-sheet/create.js.map +1 -0
- package/lib/module/_style-sheet/index.js +8 -0
- package/lib/module/_style-sheet/index.js.map +1 -0
- package/lib/module/components/accordion/_context.js +5 -0
- package/lib/module/components/accordion/_context.js.map +1 -0
- package/lib/module/components/accordion/_header-border.js +29 -0
- package/lib/module/components/accordion/_header-border.js.map +1 -0
- package/lib/module/components/accordion/_header.js +149 -0
- package/lib/module/components/accordion/_header.js.map +1 -0
- package/lib/module/components/accordion/_item.js +87 -0
- package/lib/module/components/accordion/_item.js.map +1 -0
- package/lib/module/components/accordion/_motion.js +14 -0
- package/lib/module/components/accordion/_motion.js.map +1 -0
- package/lib/module/components/accordion/_styles.js +21 -0
- package/lib/module/components/accordion/_styles.js.map +1 -0
- package/lib/module/components/accordion/index.js +70 -0
- package/lib/module/components/accordion/index.js.map +1 -0
- package/lib/module/components/accordion/types.js +2 -0
- package/lib/module/components/accordion/types.js.map +1 -0
- package/lib/module/components/button/base/index.js +149 -0
- package/lib/module/components/button/base/index.js.map +1 -0
- package/lib/module/components/button/base-color/index.js +151 -0
- package/lib/module/components/button/base-color/index.js.map +1 -0
- package/lib/module/components/button/ghost/index.js +88 -0
- package/lib/module/components/button/ghost/index.js.map +1 -0
- package/lib/module/components/button/ghost-danger/index.js +88 -0
- package/lib/module/components/button/ghost-danger/index.js.map +1 -0
- package/lib/module/components/button/ghost-icon/index.js +77 -0
- package/lib/module/components/button/ghost-icon/index.js.map +1 -0
- package/lib/module/components/button/index.js +14 -0
- package/lib/module/components/button/index.js.map +1 -0
- package/lib/module/components/button/primary/index.js +70 -0
- package/lib/module/components/button/primary/index.js.map +1 -0
- package/lib/module/components/button/primary-danger/index.js +70 -0
- package/lib/module/components/button/primary-danger/index.js.map +1 -0
- package/lib/module/components/button/secondary/index.js +70 -0
- package/lib/module/components/button/secondary/index.js.map +1 -0
- package/lib/module/components/button/size.js +2 -0
- package/lib/module/components/button/size.js.map +1 -0
- package/lib/module/components/button/tertiary/index.js +85 -0
- package/lib/module/components/button/tertiary/index.js.map +1 -0
- package/lib/module/components/button/tertiary-danger/index.js +85 -0
- package/lib/module/components/button/tertiary-danger/index.js.map +1 -0
- package/lib/module/components/checkbox/index.js +113 -0
- package/lib/module/components/checkbox/index.js.map +1 -0
- package/lib/module/components/checkbox-group/index.js +93 -0
- package/lib/module/components/checkbox-group/index.js.map +1 -0
- package/lib/module/components/checkbox-input/index.js +203 -0
- package/lib/module/components/checkbox-input/index.js.map +1 -0
- package/lib/module/components/collapsible/index.js +128 -0
- package/lib/module/components/collapsible/index.js.map +1 -0
- package/lib/module/components/form-helper-text/index.js +37 -0
- package/lib/module/components/form-helper-text/index.js.map +1 -0
- package/lib/module/components/form-label/index.js +31 -0
- package/lib/module/components/form-label/index.js.map +1 -0
- package/lib/module/components/icon/index.js +35 -0
- package/lib/module/components/icon/index.js.map +1 -0
- package/lib/module/components/index.js +20 -0
- package/lib/module/components/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/_base.js +48 -0
- package/lib/module/components/notification/_status-hooks/_base.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/error/index.js +42 -0
- package/lib/module/components/notification/_status-hooks/error/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/index.js +7 -0
- package/lib/module/components/notification/_status-hooks/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/informational/index.js +42 -0
- package/lib/module/components/notification/_status-hooks/informational/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/success/index.js +42 -0
- package/lib/module/components/notification/_status-hooks/success/index.js.map +1 -0
- package/lib/module/components/notification/_status-hooks/warning/index.js +42 -0
- package/lib/module/components/notification/_status-hooks/warning/index.js.map +1 -0
- package/lib/module/components/notification/_variant-context.js +19 -0
- package/lib/module/components/notification/_variant-context.js.map +1 -0
- package/lib/module/components/notification/_variants/_button-ghost.js +39 -0
- package/lib/module/components/notification/_variants/_button-ghost.js.map +1 -0
- package/lib/module/components/notification/_variants/_button-tertiary.js +39 -0
- package/lib/module/components/notification/_variants/_button-tertiary.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable/index.js +38 -0
- package/lib/module/components/notification/_variants/actionable/index.js.map +1 -0
- package/lib/module/components/notification/_variants/actionable-inline/index.js +38 -0
- package/lib/module/components/notification/_variants/actionable-inline/index.js.map +1 -0
- package/lib/module/components/notification/_variants/callout/index.js +31 -0
- package/lib/module/components/notification/_variants/callout/index.js.map +1 -0
- package/lib/module/components/notification/_variants/callout-inline/index.js +31 -0
- package/lib/module/components/notification/_variants/callout-inline/index.js.map +1 -0
- package/lib/module/components/notification/_variants/index.js +8 -0
- package/lib/module/components/notification/_variants/index.js.map +1 -0
- package/lib/module/components/notification/_variants/toast/index.js +59 -0
- package/lib/module/components/notification/_variants/toast/index.js.map +1 -0
- package/lib/module/components/notification/actionable/error/index.js +45 -0
- package/lib/module/components/notification/actionable/error/index.js.map +1 -0
- package/lib/module/components/notification/actionable/index.js +7 -0
- package/lib/module/components/notification/actionable/index.js.map +1 -0
- package/lib/module/components/notification/actionable/informational/index.js +45 -0
- package/lib/module/components/notification/actionable/informational/index.js.map +1 -0
- package/lib/module/components/notification/actionable/success/index.js +45 -0
- package/lib/module/components/notification/actionable/success/index.js.map +1 -0
- package/lib/module/components/notification/actionable/warning/index.js +45 -0
- package/lib/module/components/notification/actionable/warning/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/error/index.js +44 -0
- package/lib/module/components/notification/actionable-inline/error/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/index.js +7 -0
- package/lib/module/components/notification/actionable-inline/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/informational/index.js +44 -0
- package/lib/module/components/notification/actionable-inline/informational/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/success/index.js +44 -0
- package/lib/module/components/notification/actionable-inline/success/index.js.map +1 -0
- package/lib/module/components/notification/actionable-inline/warning/index.js +44 -0
- package/lib/module/components/notification/actionable-inline/warning/index.js.map +1 -0
- package/lib/module/components/notification/base/index.js +165 -0
- package/lib/module/components/notification/base/index.js.map +1 -0
- package/lib/module/components/notification/callout/error/index.js +45 -0
- package/lib/module/components/notification/callout/error/index.js.map +1 -0
- package/lib/module/components/notification/callout/index.js +7 -0
- package/lib/module/components/notification/callout/index.js.map +1 -0
- package/lib/module/components/notification/callout/informational/index.js +45 -0
- package/lib/module/components/notification/callout/informational/index.js.map +1 -0
- package/lib/module/components/notification/callout/success/index.js +45 -0
- package/lib/module/components/notification/callout/success/index.js.map +1 -0
- package/lib/module/components/notification/callout/warning/index.js +45 -0
- package/lib/module/components/notification/callout/warning/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/error/index.js +44 -0
- package/lib/module/components/notification/callout-inline/error/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/index.js +7 -0
- package/lib/module/components/notification/callout-inline/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/informational/index.js +44 -0
- package/lib/module/components/notification/callout-inline/informational/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/success/index.js +44 -0
- package/lib/module/components/notification/callout-inline/success/index.js.map +1 -0
- package/lib/module/components/notification/callout-inline/warning/index.js +44 -0
- package/lib/module/components/notification/callout-inline/warning/index.js.map +1 -0
- package/lib/module/components/notification/index.js +12 -0
- package/lib/module/components/notification/index.js.map +1 -0
- package/lib/module/components/notification/subtitle/index.js +26 -0
- package/lib/module/components/notification/subtitle/index.js.map +1 -0
- package/lib/module/components/notification/subtitle-link/index.js +25 -0
- package/lib/module/components/notification/subtitle-link/index.js.map +1 -0
- package/lib/module/components/notification/toast/error/index.js +45 -0
- package/lib/module/components/notification/toast/error/index.js.map +1 -0
- package/lib/module/components/notification/toast/index.js +7 -0
- package/lib/module/components/notification/toast/index.js.map +1 -0
- package/lib/module/components/notification/toast/informational/index.js +45 -0
- package/lib/module/components/notification/toast/informational/index.js.map +1 -0
- package/lib/module/components/notification/toast/success/index.js +45 -0
- package/lib/module/components/notification/toast/success/index.js.map +1 -0
- package/lib/module/components/notification/toast/warning/index.js +45 -0
- package/lib/module/components/notification/toast/warning/index.js.map +1 -0
- package/lib/module/components/notification/types.js +2 -0
- package/lib/module/components/notification/types.js.map +1 -0
- package/lib/module/components/radio-button/index.js +102 -0
- package/lib/module/components/radio-button/index.js.map +1 -0
- package/lib/module/components/radio-button-group/_item-context.js +5 -0
- package/lib/module/components/radio-button-group/_item-context.js.map +1 -0
- package/lib/module/components/radio-button-group/_item.js +48 -0
- package/lib/module/components/radio-button-group/_item.js.map +1 -0
- package/lib/module/components/radio-button-group/_types/index.js +4 -0
- package/lib/module/components/radio-button-group/_types/index.js.map +1 -0
- package/lib/module/components/radio-button-group/_types/ref-base.js +4 -0
- package/lib/module/components/radio-button-group/_types/ref-base.js.map +1 -0
- package/lib/module/components/radio-button-group/index.js +136 -0
- package/lib/module/components/radio-button-group/index.js.map +1 -0
- package/lib/module/components/radio-button-input/index.js +196 -0
- package/lib/module/components/radio-button-input/index.js.map +1 -0
- package/lib/module/components/switch/index.js +238 -0
- package/lib/module/components/switch/index.js.map +1 -0
- package/lib/module/components/text/index.js +66 -0
- package/lib/module/components/text/index.js.map +1 -0
- package/lib/module/components/toggle/base/index.js +111 -0
- package/lib/module/components/toggle/base/index.js.map +1 -0
- package/lib/module/components/toggle/default/index.js +19 -0
- package/lib/module/components/toggle/default/index.js.map +1 -0
- package/lib/module/components/toggle/index.js +7 -0
- package/lib/module/components/toggle/index.js.map +1 -0
- package/lib/module/components/toggle/small/index.js +19 -0
- package/lib/module/components/toggle/small/index.js.map +1 -0
- package/lib/module/components/toggle/state.js +2 -0
- package/lib/module/components/toggle/state.js.map +1 -0
- package/lib/module/constants/color/code.json +273 -0
- package/lib/module/constants/color/index.js +6 -0
- package/lib/module/constants/color/index.js.map +1 -0
- package/lib/module/constants/color/tokens/gray-10.js +176 -0
- package/lib/module/constants/color/tokens/gray-10.js.map +1 -0
- package/lib/module/constants/color/tokens/gray-100.js +176 -0
- package/lib/module/constants/color/tokens/gray-100.js.map +1 -0
- package/lib/module/constants/color/tokens/index.js +5 -0
- package/lib/module/constants/color/tokens/index.js.map +1 -0
- package/lib/module/constants/index.js +8 -0
- package/lib/module/constants/index.js.map +1 -0
- package/lib/module/constants/motion/index.js +67 -0
- package/lib/module/constants/motion/index.js.map +1 -0
- package/lib/module/constants/spacing.js +18 -0
- package/lib/module/constants/spacing.js.map +1 -0
- package/lib/module/constants/typography/font-family.js +19 -0
- package/lib/module/constants/typography/font-family.js.map +1 -0
- package/lib/module/constants/typography/index.js +5 -0
- package/lib/module/constants/typography/index.js.map +1 -0
- package/lib/module/constants/typography/type-sets.js +137 -0
- package/lib/module/constants/typography/type-sets.js.map +1 -0
- package/lib/module/contexts/global-config/context.js +8 -0
- package/lib/module/contexts/global-config/context.js.map +1 -0
- package/lib/module/contexts/global-config/provider.js +18 -0
- package/lib/module/contexts/global-config/provider.js.map +1 -0
- package/lib/module/contexts/index.js +5 -0
- package/lib/module/contexts/index.js.map +1 -0
- package/lib/module/contexts/theme/context.js +10 -0
- package/lib/module/contexts/theme/context.js.map +1 -0
- package/lib/module/contexts/theme/index.js +4 -0
- package/lib/module/contexts/theme/index.js.map +1 -0
- package/lib/module/contexts/theme/provider.js +27 -0
- package/lib/module/contexts/theme/provider.js.map +1 -0
- package/lib/module/globals/color-scheme/index.js +11 -0
- package/lib/module/globals/color-scheme/index.js.map +1 -0
- package/lib/module/globals/index.js +5 -0
- package/lib/module/globals/index.js.map +1 -0
- package/lib/module/helpers/color/get-color-scheme.js +11 -0
- package/lib/module/helpers/color/get-color-scheme.js.map +1 -0
- package/lib/module/helpers/color/get-color-token.js +10 -0
- package/lib/module/helpers/color/get-color-token.js.map +1 -0
- package/lib/module/helpers/color/hex-to-rgba.js +7 -0
- package/lib/module/helpers/color/hex-to-rgba.js.map +1 -0
- package/lib/module/helpers/color/index.js +6 -0
- package/lib/module/helpers/color/index.js.map +1 -0
- package/lib/module/helpers/index.js +5 -0
- package/lib/module/helpers/index.js.map +1 -0
- package/lib/module/index.js +11 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/styles/common.js +21 -0
- package/lib/module/styles/common.js.map +1 -0
- package/lib/module/styles/flex.js +78 -0
- package/lib/module/styles/flex.js.map +1 -0
- package/lib/module/styles/index.js +6 -0
- package/lib/module/styles/index.js.map +1 -0
- package/lib/module/styles/text.js +63 -0
- package/lib/module/styles/text.js.map +1 -0
- package/lib/module/types/@carbon/icons/index.d.js +2 -0
- package/lib/module/types/@carbon/icons/index.d.js.map +1 -0
- package/lib/module/types/index.js +4 -0
- package/lib/module/types/index.js.map +1 -0
- package/lib/module/types/shared.js +2 -0
- package/lib/module/types/shared.js.map +1 -0
- package/lib/module/types/theme/color-scheme.js +2 -0
- package/lib/module/types/theme/color-scheme.js.map +1 -0
- package/lib/module/types/theme/color-token.js +2 -0
- package/lib/module/types/theme/color-token.js.map +1 -0
- package/lib/module/types/theme/index.js +2 -0
- package/lib/module/types/theme/index.js.map +1 -0
- package/lib/module/types/typography.js +4 -0
- package/lib/module/types/typography.js.map +1 -0
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/src/_carbon-react-native/index.d.ts +7 -0
- package/lib/typescript/commonjs/src/_carbon-react-native/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/_style-sheet/create.d.ts +6 -0
- package/lib/typescript/commonjs/src/_style-sheet/create.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/_style-sheet/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/_style-sheet/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_context.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/accordion/_context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_header-border.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/accordion/_header-border.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_header.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/accordion/_header.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_item.d.ts +23 -0
- package/lib/typescript/commonjs/src/components/accordion/_item.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_motion.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/accordion/_motion.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/_styles.d.ts +16 -0
- package/lib/typescript/commonjs/src/components/accordion/_styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/index.d.ts +16 -0
- package/lib/typescript/commonjs/src/components/accordion/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/accordion/types.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/accordion/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base/index.d.ts +37 -0
- package/lib/typescript/commonjs/src/components/button/base/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/base-color/index.d.ts +21 -0
- package/lib/typescript/commonjs/src/components/button/base-color/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ghost/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ghost-danger/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/button/ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/index.d.ts +12 -0
- package/lib/typescript/commonjs/src/components/button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/primary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/primary-danger/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/secondary/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/secondary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/size.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/button/size.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/tertiary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/tertiary-danger/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox/index.d.ts +32 -0
- package/lib/typescript/commonjs/src/components/checkbox/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/index.d.ts +21 -0
- package/lib/typescript/commonjs/src/components/checkbox-group/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/index.d.ts +25 -0
- package/lib/typescript/commonjs/src/components/checkbox-input/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/collapsible/index.d.ts +26 -0
- package/lib/typescript/commonjs/src/components/collapsible/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/form-helper-text/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/form-label/index.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/form-label/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/icon/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/index.d.ts +18 -0
- package/lib/typescript/commonjs/src/components/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base.d.ts +28 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/_base.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification/_status-hooks/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variant-context.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/notification/_variant-context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-ghost.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-ghost.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-tertiary.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/_button-tertiary.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/index.d.ts +30 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/index.d.ts +30 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/actionable-inline/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/callout-inline/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/index.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/index.d.ts +17 -0
- package/lib/typescript/commonjs/src/components/notification/_variants/toast/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/actionable-inline/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/base/index.d.ts +29 -0
- package/lib/typescript/commonjs/src/components/notification/base/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/callout/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/callout-inline/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/index.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/notification/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/subtitle-link/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/toast/error/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/notification/toast/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/toast/informational/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/toast/success/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/notification/toast/warning/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification/types.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/notification/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button/index.d.ts +32 -0
- package/lib/typescript/commonjs/src/components/radio-button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item-context.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item-context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_item.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/index.d.ts +27 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/ref-base.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/_types/ref-base.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/index.d.ts +6 -0
- package/lib/typescript/commonjs/src/components/radio-button-group/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/index.d.ts +22 -0
- package/lib/typescript/commonjs/src/components/radio-button-input/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/switch/index.d.ts +33 -0
- package/lib/typescript/commonjs/src/components/switch/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/text/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/text/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/base/index.d.ts +33 -0
- package/lib/typescript/commonjs/src/components/toggle/base/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/default/index.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/toggle/default/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/toggle/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/small/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/toggle/small/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/toggle/state.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/toggle/state.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/color/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/constants/color/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/gray-10.d.ts +172 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/gray-10.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/gray-100.d.ts +172 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/gray-100.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/constants/color/tokens/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/index.d.ts +6 -0
- package/lib/typescript/commonjs/src/constants/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/motion/index.d.ts +63 -0
- package/lib/typescript/commonjs/src/constants/motion/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/spacing.d.ts +17 -0
- package/lib/typescript/commonjs/src/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/typography/font-family.d.ts +17 -0
- package/lib/typescript/commonjs/src/constants/typography/font-family.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/typography/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/constants/typography/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/constants/typography/type-sets.d.ts +3 -0
- package/lib/typescript/commonjs/src/constants/typography/type-sets.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/global-config/context.d.ts +10 -0
- package/lib/typescript/commonjs/src/contexts/global-config/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/global-config/provider.d.ts +6 -0
- package/lib/typescript/commonjs/src/contexts/global-config/provider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/contexts/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/theme/context.d.ts +7 -0
- package/lib/typescript/commonjs/src/contexts/theme/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/theme/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/contexts/theme/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/contexts/theme/provider.d.ts +11 -0
- package/lib/typescript/commonjs/src/contexts/theme/provider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/globals/color-scheme/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/globals/color-scheme/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/globals/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/globals/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/color/get-color-scheme.d.ts +4 -0
- package/lib/typescript/commonjs/src/helpers/color/get-color-scheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/color/get-color-token.d.ts +3 -0
- package/lib/typescript/commonjs/src/helpers/color/get-color-token.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/color/hex-to-rgba.d.ts +2 -0
- package/lib/typescript/commonjs/src/helpers/color/hex-to-rgba.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/color/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/helpers/color/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/helpers/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/helpers/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/styles/common.d.ts +18 -0
- package/lib/typescript/commonjs/src/styles/common.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/styles/flex.d.ts +75 -0
- package/lib/typescript/commonjs/src/styles/flex.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/styles/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/styles/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/styles/text.d.ts +59 -0
- package/lib/typescript/commonjs/src/styles/text.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/types/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/shared.d.ts +2 -0
- package/lib/typescript/commonjs/src/types/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/theme/color-scheme.d.ts +2 -0
- package/lib/typescript/commonjs/src/types/theme/color-scheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/theme/color-token.d.ts +2 -0
- package/lib/typescript/commonjs/src/types/theme/color-token.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/theme/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/types/theme/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/typography.d.ts +11 -0
- package/lib/typescript/commonjs/src/types/typography.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/src/_carbon-react-native/index.d.ts +7 -0
- package/lib/typescript/module/src/_carbon-react-native/index.d.ts.map +1 -0
- package/lib/typescript/module/src/_style-sheet/create.d.ts +6 -0
- package/lib/typescript/module/src/_style-sheet/create.d.ts.map +1 -0
- package/lib/typescript/module/src/_style-sheet/index.d.ts +5 -0
- package/lib/typescript/module/src/_style-sheet/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_context.d.ts +9 -0
- package/lib/typescript/module/src/components/accordion/_context.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_header-border.d.ts +10 -0
- package/lib/typescript/module/src/components/accordion/_header-border.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_header.d.ts +13 -0
- package/lib/typescript/module/src/components/accordion/_header.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_item.d.ts +23 -0
- package/lib/typescript/module/src/components/accordion/_item.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_motion.d.ts +3 -0
- package/lib/typescript/module/src/components/accordion/_motion.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/_styles.d.ts +16 -0
- package/lib/typescript/module/src/components/accordion/_styles.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/index.d.ts +16 -0
- package/lib/typescript/module/src/components/accordion/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/accordion/types.d.ts +2 -0
- package/lib/typescript/module/src/components/accordion/types.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base/index.d.ts +37 -0
- package/lib/typescript/module/src/components/button/base/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/base-color/index.d.ts +21 -0
- package/lib/typescript/module/src/components/button/base-color/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ghost/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-danger/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ghost-danger/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ghost-icon/index.d.ts +8 -0
- package/lib/typescript/module/src/components/button/ghost-icon/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/index.d.ts +12 -0
- package/lib/typescript/module/src/components/button/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/primary/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/primary-danger/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/primary-danger/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/secondary/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/secondary/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/size.d.ts +2 -0
- package/lib/typescript/module/src/components/button/size.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/tertiary/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/index.d.ts +5 -0
- package/lib/typescript/module/src/components/button/tertiary-danger/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox/index.d.ts +32 -0
- package/lib/typescript/module/src/components/checkbox/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-group/index.d.ts +21 -0
- package/lib/typescript/module/src/components/checkbox-group/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/checkbox-input/index.d.ts +25 -0
- package/lib/typescript/module/src/components/checkbox-input/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/collapsible/index.d.ts +26 -0
- package/lib/typescript/module/src/components/collapsible/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-helper-text/index.d.ts +11 -0
- package/lib/typescript/module/src/components/form-helper-text/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/form-label/index.d.ts +10 -0
- package/lib/typescript/module/src/components/form-label/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/icon/index.d.ts +13 -0
- package/lib/typescript/module/src/components/icon/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/index.d.ts +18 -0
- package/lib/typescript/module/src/components/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base.d.ts +28 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/_base.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification/_status-hooks/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variant-context.d.ts +10 -0
- package/lib/typescript/module/src/components/notification/_variant-context.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/_button-ghost.d.ts +7 -0
- package/lib/typescript/module/src/components/notification/_variants/_button-ghost.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/_button-tertiary.d.ts +7 -0
- package/lib/typescript/module/src/components/notification/_variants/_button-tertiary.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/index.d.ts +30 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/index.d.ts +30 -0
- package/lib/typescript/module/src/components/notification/_variants/actionable-inline/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/index.d.ts +13 -0
- package/lib/typescript/module/src/components/notification/_variants/callout/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/index.d.ts +13 -0
- package/lib/typescript/module/src/components/notification/_variants/callout-inline/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/index.d.ts +6 -0
- package/lib/typescript/module/src/components/notification/_variants/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/index.d.ts +17 -0
- package/lib/typescript/module/src/components/notification/_variants/toast/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/actionable/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/actionable-inline/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/base/index.d.ts +29 -0
- package/lib/typescript/module/src/components/notification/base/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/callout/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout-inline/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/callout-inline/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout-inline/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout-inline/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/callout-inline/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/index.d.ts +10 -0
- package/lib/typescript/module/src/components/notification/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/subtitle/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/subtitle-link/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/error/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/toast/error/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/index.d.ts +5 -0
- package/lib/typescript/module/src/components/notification/toast/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/informational/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/toast/informational/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/success/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/toast/success/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/toast/warning/index.d.ts +9 -0
- package/lib/typescript/module/src/components/notification/toast/warning/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification/types.d.ts +2 -0
- package/lib/typescript/module/src/components/notification/types.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button/index.d.ts +32 -0
- package/lib/typescript/module/src/components/radio-button/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_item-context.d.ts +8 -0
- package/lib/typescript/module/src/components/radio-button-group/_item-context.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_item.d.ts +3 -0
- package/lib/typescript/module/src/components/radio-button-group/_item.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_types/index.d.ts +27 -0
- package/lib/typescript/module/src/components/radio-button-group/_types/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/_types/ref-base.d.ts +9 -0
- package/lib/typescript/module/src/components/radio-button-group/_types/ref-base.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-group/index.d.ts +6 -0
- package/lib/typescript/module/src/components/radio-button-group/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/radio-button-input/index.d.ts +22 -0
- package/lib/typescript/module/src/components/radio-button-input/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/switch/index.d.ts +33 -0
- package/lib/typescript/module/src/components/switch/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/text/index.d.ts +8 -0
- package/lib/typescript/module/src/components/text/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/base/index.d.ts +33 -0
- package/lib/typescript/module/src/components/toggle/base/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/default/index.d.ts +10 -0
- package/lib/typescript/module/src/components/toggle/default/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/index.d.ts +5 -0
- package/lib/typescript/module/src/components/toggle/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/small/index.d.ts +8 -0
- package/lib/typescript/module/src/components/toggle/small/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/toggle/state.d.ts +2 -0
- package/lib/typescript/module/src/components/toggle/state.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/color/index.d.ts +4 -0
- package/lib/typescript/module/src/constants/color/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/color/tokens/gray-10.d.ts +172 -0
- package/lib/typescript/module/src/constants/color/tokens/gray-10.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/color/tokens/gray-100.d.ts +172 -0
- package/lib/typescript/module/src/constants/color/tokens/gray-100.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/color/tokens/index.d.ts +3 -0
- package/lib/typescript/module/src/constants/color/tokens/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/index.d.ts +6 -0
- package/lib/typescript/module/src/constants/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/motion/index.d.ts +63 -0
- package/lib/typescript/module/src/constants/motion/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/spacing.d.ts +17 -0
- package/lib/typescript/module/src/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/typography/font-family.d.ts +17 -0
- package/lib/typescript/module/src/constants/typography/font-family.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/typography/index.d.ts +3 -0
- package/lib/typescript/module/src/constants/typography/index.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/typography/type-sets.d.ts +3 -0
- package/lib/typescript/module/src/constants/typography/type-sets.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/global-config/context.d.ts +10 -0
- package/lib/typescript/module/src/contexts/global-config/context.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/global-config/provider.d.ts +6 -0
- package/lib/typescript/module/src/contexts/global-config/provider.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/index.d.ts +3 -0
- package/lib/typescript/module/src/contexts/index.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/theme/context.d.ts +7 -0
- package/lib/typescript/module/src/contexts/theme/context.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/theme/index.d.ts +3 -0
- package/lib/typescript/module/src/contexts/theme/index.d.ts.map +1 -0
- package/lib/typescript/module/src/contexts/theme/provider.d.ts +11 -0
- package/lib/typescript/module/src/contexts/theme/provider.d.ts.map +1 -0
- package/lib/typescript/module/src/globals/color-scheme/index.d.ts +5 -0
- package/lib/typescript/module/src/globals/color-scheme/index.d.ts.map +1 -0
- package/lib/typescript/module/src/globals/index.d.ts +3 -0
- package/lib/typescript/module/src/globals/index.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/color/get-color-scheme.d.ts +4 -0
- package/lib/typescript/module/src/helpers/color/get-color-scheme.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/color/get-color-token.d.ts +3 -0
- package/lib/typescript/module/src/helpers/color/get-color-token.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/color/hex-to-rgba.d.ts +2 -0
- package/lib/typescript/module/src/helpers/color/hex-to-rgba.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/color/index.d.ts +4 -0
- package/lib/typescript/module/src/helpers/color/index.d.ts.map +1 -0
- package/lib/typescript/module/src/helpers/index.d.ts +3 -0
- package/lib/typescript/module/src/helpers/index.d.ts.map +1 -0
- package/lib/typescript/module/src/index.d.ts +9 -0
- package/lib/typescript/module/src/index.d.ts.map +1 -0
- package/lib/typescript/module/src/styles/common.d.ts +18 -0
- package/lib/typescript/module/src/styles/common.d.ts.map +1 -0
- package/lib/typescript/module/src/styles/flex.d.ts +75 -0
- package/lib/typescript/module/src/styles/flex.d.ts.map +1 -0
- package/lib/typescript/module/src/styles/index.d.ts +4 -0
- package/lib/typescript/module/src/styles/index.d.ts.map +1 -0
- package/lib/typescript/module/src/styles/text.d.ts +59 -0
- package/lib/typescript/module/src/styles/text.d.ts.map +1 -0
- package/lib/typescript/module/src/types/index.d.ts +5 -0
- package/lib/typescript/module/src/types/index.d.ts.map +1 -0
- package/lib/typescript/module/src/types/shared.d.ts +2 -0
- package/lib/typescript/module/src/types/shared.d.ts.map +1 -0
- package/lib/typescript/module/src/types/theme/color-scheme.d.ts +2 -0
- package/lib/typescript/module/src/types/theme/color-scheme.d.ts.map +1 -0
- package/lib/typescript/module/src/types/theme/color-token.d.ts +2 -0
- package/lib/typescript/module/src/types/theme/color-token.d.ts.map +1 -0
- package/lib/typescript/module/src/types/theme/index.d.ts +3 -0
- package/lib/typescript/module/src/types/theme/index.d.ts.map +1 -0
- package/lib/typescript/module/src/types/typography.d.ts +11 -0
- package/lib/typescript/module/src/types/typography.d.ts.map +1 -0
- package/package.json +73 -0
- package/src/_carbon-react-native/index.tsx +37 -0
- package/src/_style-sheet/create.ts +145 -0
- package/src/_style-sheet/index.ts +9 -0
- package/src/components/accordion/_context.tsx +19 -0
- package/src/components/accordion/_header-border.tsx +68 -0
- package/src/components/accordion/_header.tsx +269 -0
- package/src/components/accordion/_item.tsx +186 -0
- package/src/components/accordion/_motion.ts +27 -0
- package/src/components/accordion/_styles.ts +24 -0
- package/src/components/accordion/index.tsx +152 -0
- package/src/components/accordion/types.ts +4 -0
- package/src/components/button/base/index.tsx +270 -0
- package/src/components/button/base-color/index.tsx +277 -0
- package/src/components/button/ghost/index.tsx +132 -0
- package/src/components/button/ghost-danger/index.tsx +132 -0
- package/src/components/button/ghost-icon/index.tsx +125 -0
- package/src/components/button/index.tsx +11 -0
- package/src/components/button/primary/index.tsx +108 -0
- package/src/components/button/primary-danger/index.tsx +108 -0
- package/src/components/button/secondary/index.tsx +108 -0
- package/src/components/button/size.ts +7 -0
- package/src/components/button/tertiary/index.tsx +125 -0
- package/src/components/button/tertiary-danger/index.tsx +125 -0
- package/src/components/checkbox/index.tsx +239 -0
- package/src/components/checkbox-group/index.tsx +197 -0
- package/src/components/checkbox-input/index.tsx +368 -0
- package/src/components/collapsible/index.tsx +289 -0
- package/src/components/form-helper-text/index.tsx +84 -0
- package/src/components/form-label/index.tsx +66 -0
- package/src/components/icon/index.tsx +53 -0
- package/src/components/index.tsx +23 -0
- package/src/components/notification/_status-hooks/_base.tsx +97 -0
- package/src/components/notification/_status-hooks/error/index.tsx +61 -0
- package/src/components/notification/_status-hooks/index.tsx +4 -0
- package/src/components/notification/_status-hooks/informational/index.tsx +61 -0
- package/src/components/notification/_status-hooks/success/index.tsx +61 -0
- package/src/components/notification/_status-hooks/warning/index.tsx +61 -0
- package/src/components/notification/_variant-context.tsx +35 -0
- package/src/components/notification/_variants/_button-ghost.tsx +65 -0
- package/src/components/notification/_variants/_button-tertiary.tsx +65 -0
- package/src/components/notification/_variants/actionable/index.tsx +105 -0
- package/src/components/notification/_variants/actionable-inline/index.tsx +105 -0
- package/src/components/notification/_variants/callout/index.tsx +76 -0
- package/src/components/notification/_variants/callout-inline/index.tsx +76 -0
- package/src/components/notification/_variants/index.tsx +5 -0
- package/src/components/notification/_variants/toast/index.tsx +135 -0
- package/src/components/notification/actionable/error/index.tsx +86 -0
- package/src/components/notification/actionable/index.tsx +4 -0
- package/src/components/notification/actionable/informational/index.tsx +86 -0
- package/src/components/notification/actionable/success/index.tsx +86 -0
- package/src/components/notification/actionable/warning/index.tsx +86 -0
- package/src/components/notification/actionable-inline/error/index.tsx +85 -0
- package/src/components/notification/actionable-inline/index.tsx +4 -0
- package/src/components/notification/actionable-inline/informational/index.tsx +85 -0
- package/src/components/notification/actionable-inline/success/index.tsx +85 -0
- package/src/components/notification/actionable-inline/warning/index.tsx +85 -0
- package/src/components/notification/base/index.tsx +319 -0
- package/src/components/notification/callout/error/index.tsx +86 -0
- package/src/components/notification/callout/index.tsx +4 -0
- package/src/components/notification/callout/informational/index.tsx +86 -0
- package/src/components/notification/callout/success/index.tsx +86 -0
- package/src/components/notification/callout/warning/index.tsx +86 -0
- package/src/components/notification/callout-inline/error/index.tsx +85 -0
- package/src/components/notification/callout-inline/index.tsx +4 -0
- package/src/components/notification/callout-inline/informational/index.tsx +85 -0
- package/src/components/notification/callout-inline/success/index.tsx +85 -0
- package/src/components/notification/callout-inline/warning/index.tsx +85 -0
- package/src/components/notification/index.tsx +17 -0
- package/src/components/notification/subtitle/index.tsx +58 -0
- package/src/components/notification/subtitle-link/index.tsx +57 -0
- package/src/components/notification/toast/error/index.tsx +86 -0
- package/src/components/notification/toast/index.tsx +4 -0
- package/src/components/notification/toast/informational/index.tsx +86 -0
- package/src/components/notification/toast/success/index.tsx +86 -0
- package/src/components/notification/toast/warning/index.tsx +86 -0
- package/src/components/notification/types.ts +3 -0
- package/src/components/radio-button/index.tsx +238 -0
- package/src/components/radio-button-group/_item-context.tsx +15 -0
- package/src/components/radio-button-group/_item.tsx +91 -0
- package/src/components/radio-button-group/_types/index.ts +55 -0
- package/src/components/radio-button-group/_types/ref-base.ts +11 -0
- package/src/components/radio-button-group/index.tsx +251 -0
- package/src/components/radio-button-input/index.tsx +366 -0
- package/src/components/switch/index.tsx +448 -0
- package/src/components/text/index.tsx +135 -0
- package/src/components/toggle/base/index.tsx +254 -0
- package/src/components/toggle/default/index.tsx +41 -0
- package/src/components/toggle/index.tsx +4 -0
- package/src/components/toggle/small/index.tsx +39 -0
- package/src/components/toggle/state.ts +4 -0
- package/src/constants/color/code.json +273 -0
- package/src/constants/color/index.ts +7 -0
- package/src/constants/color/tokens/gray-10.ts +197 -0
- package/src/constants/color/tokens/gray-100.ts +197 -0
- package/src/constants/color/tokens/index.ts +2 -0
- package/src/constants/index.ts +11 -0
- package/src/constants/motion/index.ts +34 -0
- package/src/constants/spacing.ts +17 -0
- package/src/constants/typography/font-family.ts +16 -0
- package/src/constants/typography/index.ts +2 -0
- package/src/constants/typography/type-sets.ts +151 -0
- package/src/contexts/global-config/context.ts +20 -0
- package/src/contexts/global-config/provider.tsx +26 -0
- package/src/contexts/index.tsx +2 -0
- package/src/contexts/theme/context.ts +26 -0
- package/src/contexts/theme/index.tsx +5 -0
- package/src/contexts/theme/provider.tsx +55 -0
- package/src/globals/color-scheme/index.ts +13 -0
- package/src/globals/index.ts +5 -0
- package/src/helpers/color/get-color-scheme.ts +19 -0
- package/src/helpers/color/get-color-token.ts +14 -0
- package/src/helpers/color/hex-to-rgba.ts +11 -0
- package/src/helpers/color/index.ts +3 -0
- package/src/helpers/index.ts +5 -0
- package/src/index.tsx +9 -0
- package/src/styles/common.ts +21 -0
- package/src/styles/flex.ts +78 -0
- package/src/styles/index.ts +3 -0
- package/src/styles/text.ts +66 -0
- package/src/types/@carbon/icons/index.d.ts +1 -0
- package/src/types/index.ts +9 -0
- package/src/types/shared.ts +1 -0
- package/src/types/theme/color-scheme.ts +1 -0
- package/src/types/theme/color-token.ts +170 -0
- package/src/types/theme/index.ts +2 -0
- package/src/types/typography.ts +36 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["hexToRgba","code","gray_100","background","black","background_hover","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":";;AAAA,SACCA,SAAS,QACH,uCAAoC;AAM3C,OAAOC,IAAI,MAAM,cAAc;AAE/B,OAAO,MAAMC,QAAQ,GAAG;EAEvBC,UAAU,EAAEF,IAAI,CAACG,KAAK;EACtBC,gBAAgB,EAAEL,SAAS,CAACC,IAAI,CAACK,MAAM,EAAE,MAAM,CAAC;EAChDC,iBAAiB,EAAEP,SAAS,CAACC,IAAI,CAACK,MAAM,EAAE,KAAK,CAAC;EAChDE,mBAAmB,EAAER,SAAS,CAACC,IAAI,CAACK,MAAM,EAAE,MAAM,CAAC;EACnDG,yBAAyB,EAAET,SAAS,CAACC,IAAI,CAACK,MAAM,EAAE,MAAM,CAAC;EACzDI,kBAAkB,EAAET,IAAI,CAACU,MAAM;EAC/BC,wBAAwB,EAAEX,IAAI,CAACY,WAAW;EAC1CC,gBAAgB,EAAEb,IAAI,CAACc,MAAM;EAE7BC,QAAQ,EAAEf,IAAI,CAACgB,MAAM;EACrBC,QAAQ,EAAEjB,IAAI,CAACkB,MAAM;EACrBC,QAAQ,EAAEnB,IAAI,CAACoB,MAAM;EACrBC,cAAc,EAAErB,IAAI,CAACsB,WAAW;EAChCC,cAAc,EAAEvB,IAAI,CAACwB,WAAW;EAChCC,cAAc,EAAEzB,IAAI,CAAC0B,WAAW;EAChCC,eAAe,EAAE3B,IAAI,CAACoB,MAAM;EAC5BQ,eAAe,EAAE5B,IAAI,CAAC6B,MAAM;EAC5BC,eAAe,EAAE9B,IAAI,CAACK,MAAM;EAC5B0B,iBAAiB,EAAE/B,IAAI,CAACkB,MAAM;EAC9Bc,iBAAiB,EAAEhC,IAAI,CAACoB,MAAM;EAC9Ba,iBAAiB,EAAEjC,IAAI,CAAC6B,MAAM;EAC9BK,uBAAuB,EAAElC,IAAI,CAACwB,WAAW;EACzCW,uBAAuB,EAAEnC,IAAI,CAAC0B,WAAW;EACzCU,uBAAuB,EAAEpC,IAAI,CAACqC,WAAW;EACzCC,sBAAsB,EAAEtC,IAAI,CAACU,MAAM;EACnC6B,uBAAuB,EAAEvC,IAAI,CAAC6B,MAAM;EAEpCW,eAAe,EAAExC,IAAI,CAACkB,MAAM;EAC5BuB,eAAe,EAAEzC,IAAI,CAACoB,MAAM;EAC5BsB,eAAe,EAAE1C,IAAI,CAAC6B,MAAM;EAC5Bc,qBAAqB,EAAE3C,IAAI,CAACwB,WAAW;EACvCoB,qBAAqB,EAAE5C,IAAI,CAAC0B,WAAW;EACvCmB,qBAAqB,EAAE7C,IAAI,CAACqC,WAAW;EACvCS,sBAAsB,EAAE9C,IAAI,CAACoB,MAAM;EACnC2B,sBAAsB,EAAE/C,IAAI,CAACK,MAAM;EACnC2C,sBAAsB,EAAEhD,IAAI,CAACkB,MAAM;EAEnC+B,QAAQ,EAAEjD,IAAI,CAACgB,MAAM;EACrBkC,QAAQ,EAAElD,IAAI,CAACkB,MAAM;EACrBiC,QAAQ,EAAEnD,IAAI,CAACoB,MAAM;EACrBgC,cAAc,EAAEpD,IAAI,CAACsB,WAAW;EAChC+B,cAAc,EAAErD,IAAI,CAACwB,WAAW;EAChC8B,cAAc,EAAEtD,IAAI,CAAC0B,WAAW;EAEhC6B,kBAAkB,EAAEvD,IAAI,CAACwD,MAAM;EAC/BC,gBAAgB,EAAEzD,IAAI,CAACkB,MAAM;EAC7BwC,gBAAgB,EAAE1D,IAAI,CAACkB,MAAM;EAC7ByC,gBAAgB,EAAE3D,IAAI,CAACoB,MAAM;EAC7BwC,gBAAgB,EAAE5D,IAAI,CAAC6B,MAAM;EAC7BgC,yBAAyB,EAAE7D,IAAI,CAACoB,MAAM;EACtC0C,yBAAyB,EAAE9D,IAAI,CAAC6B,MAAM;EACtCkC,yBAAyB,EAAE/D,IAAI,CAACK,MAAM;EACtC2D,gBAAgB,EAAEhE,IAAI,CAAC6B,MAAM;EAC7BoC,gBAAgB,EAAEjE,IAAI,CAACK,MAAM;EAC7B6D,gBAAgB,EAAElE,IAAI,CAACmE,MAAM;EAC7BC,cAAc,EAAEpE,IAAI,CAACoB,MAAM;EAC3BiD,cAAc,EAAErE,IAAI,CAAC6B,MAAM;EAC3ByC,cAAc,EAAEtE,IAAI,CAACK,MAAM;EAC3BkE,cAAc,EAAEvE,IAAI,CAACU,MAAM;EAC3B8D,eAAe,EAAEzE,SAAS,CAACC,IAAI,CAACK,MAAM,EAAE,KAAK,CAAC;EAE9CoE,YAAY,EAAEzE,IAAI,CAACU,MAAM;EACzBgE,cAAc,EAAE1E,IAAI,CAAC2E,MAAM;EAC3BC,gBAAgB,EAAE5E,IAAI,CAAC6B,MAAM;EAC7BgD,aAAa,EAAE7E,IAAI,CAAC8E,KAAK;EACzBC,sBAAsB,EAAEhF,SAAS,CAACC,IAAI,CAAC8E,KAAK,EAAE,MAAM,CAAC;EACrDE,WAAW,EAAEhF,IAAI,CAACK,MAAM;EACxB4E,UAAU,EAAEjF,IAAI,CAACkF,KAAK;EACtBC,YAAY,EAAEnF,IAAI,CAACoF,OAAO;EAC1BC,aAAa,EAAEtF,SAAS,CAACC,IAAI,CAACU,MAAM,EAAE,MAAM,CAAC;EAE7C4E,YAAY,EAAEtF,IAAI,CAACuF,MAAM;EACzBC,kBAAkB,EAAExF,IAAI,CAACyF,MAAM;EAC/BC,cAAc,EAAE1F,IAAI,CAACyF,MAAM;EAC3BE,YAAY,EAAE3F,IAAI,CAACc,MAAM;EACzB8E,kBAAkB,EAAE5F,IAAI,CAAC6F,MAAM;EAC/BC,mBAAmB,EAAE9F,IAAI,CAACoF,OAAO;EACjCW,oBAAoB,EAAE/F,IAAI,CAACgG,QAAQ;EACnCC,YAAY,EAAEjG,IAAI,CAACkG,QAAQ;EAE3BC,YAAY,EAAEnG,IAAI,CAACU,MAAM;EACzB0F,cAAc,EAAEpG,IAAI,CAAC2E,MAAM;EAC3B0B,aAAa,EAAErG,IAAI,CAAC8E,KAAK;EACzBwB,sBAAsB,EAAEvG,SAAS,CAACC,IAAI,CAAC8E,KAAK,EAAE,MAAM,CAAC;EACrDyB,gBAAgB,EAAEvG,IAAI,CAAC8E,KAAK;EAC5B0B,YAAY,EAAExG,IAAI,CAACoF,OAAO;EAC1BqB,aAAa,EAAE1G,SAAS,CAACC,IAAI,CAACU,MAAM,EAAE,MAAM,CAAC;EAE7CgG,aAAa,EAAE1G,IAAI,CAAC2G,KAAK;EACzBC,eAAe,EAAE5G,IAAI,CAAC6G,OAAO;EAC7BC,eAAe,EAAE9G,IAAI,CAAC+G,QAAQ;EAC9BC,YAAY,EAAEhH,IAAI,CAACwD,MAAM;EACzByD,qBAAqB,EAAEjH,IAAI,CAACkH,KAAK;EACjCC,uBAAuB,EAAEnH,IAAI,CAACoH,OAAO;EACrCC,uBAAuB,EAAErH,IAAI,CAAC+G,QAAQ;EACtCO,oBAAoB,EAAEtH,IAAI,CAAC6F,MAAM;EACjC0B,qBAAqB,EAAEvH,IAAI,CAAC+G,QAAQ;EACpCS,qBAAqB,EAAExH,IAAI,CAACyH,QAAQ;EACpCC,yBAAyB,EAAE1H,IAAI,CAAC2H,QAAQ;EAExCC,KAAK,EAAE5H,IAAI,CAAC8E,KAAK;EACjB+C,WAAW,EAAE7H,IAAI,CAACoF,OAAO;EACzB0C,aAAa,EAAE9H,IAAI,CAACc,MAAM;EAE1BiH,WAAW,EAAE/H,IAAI,CAACwD,MAAM;EACxBwE,SAAS,EAAEhI,IAAI,CAACiI,MAAM;EACtBC,UAAU,EAAElI,IAAI,CAAC6B,MAAM;EACvBsG,OAAO,EAAEpI,SAAS,CAACC,IAAI,CAACoF,OAAO,EAAE,KAAK,CAAC;EACvCgD,gBAAgB,EAAEpI,IAAI,CAACoB,MAAM;EAC7BiH,mBAAmB,EAAErI,IAAI,CAACwB,WAAW;EAErC8G,cAAc,EAAEtI,IAAI,CAACc,MAAM;EAC3ByH,oBAAoB,EAAEvI,IAAI,CAACwI,WAAW;EACtCC,qBAAqB,EAAEzI,IAAI,CAAC0I,MAAM;EAClCC,gBAAgB,EAAE3I,IAAI,CAAC6B,MAAM;EAC7B+G,sBAAsB,EAAE5I,IAAI,CAACqC,WAAW;EACxCwG,uBAAuB,EAAE7I,IAAI,CAACkB,MAAM;EACpC4H,eAAe,EAAE9I,IAAI,CAAC8E,KAAK;EAC3BiE,qBAAqB,EAAE/I,IAAI,CAACU,MAAM;EAClCsI,sBAAsB,EAAEhJ,IAAI,CAAC2E,MAAM;EACnCsE,qBAAqB,EAAEjJ,IAAI,CAACkH,KAAK;EACjCgC,uBAAuB,EAAElJ,IAAI,CAAC2G,KAAK;EACnCwC,mBAAmB,EAAEnJ,IAAI,CAACoJ,UAAU;EACpCC,oBAAoB,EAAErJ,IAAI,CAACsJ,KAAK;EAChCC,gBAAgB,EAAEvJ,IAAI,CAACoF,OAAO;EAC9BoE,eAAe,EAAExJ,IAAI,CAACoB,MAAM;EAE5BqI,mBAAmB,EAAEzJ,IAAI,CAACoB,MAAM;EAChCsI,cAAc,EAAE1J,IAAI,CAAC2J,MAAM;EAC3BC,cAAc,EAAE5J,IAAI,CAAC0B,WAAW;EAChCmI,eAAe,EAAE7J,IAAI,CAACK,MAAM;EAC5ByJ,wBAAwB,EAAE9J,IAAI,CAAC+J,UAAU;EACzCC,mBAAmB,EAAEhK,IAAI,CAACiK,UAAU;EACpCC,mBAAmB,EAAElK,IAAI,CAACmK,eAAe;EACzCC,oBAAoB,EAAEpK,IAAI,CAACqK,UAAU;EACrCC,wBAAwB,EAAEtK,IAAI,CAACuK,UAAU;EACzCC,mBAAmB,EAAExK,IAAI,CAACyK,UAAU;EACpCC,mBAAmB,EAAE1K,IAAI,CAAC2K,eAAe;EACzCC,oBAAoB,EAAE5K,IAAI,CAAC6K,UAAU;EACrCC,kBAAkB,EAAE9K,IAAI,CAAC+K,KAAK;EAC9BC,aAAa,EAAEhL,IAAI,CAACiL,KAAK;EACzBC,aAAa,EAAElL,IAAI,CAACmL,UAAU;EAC9BC,cAAc,EAAEpL,IAAI,CAAC2G,KAAK;EAC1B0E,sBAAsB,EAAErL,IAAI,CAACsL,SAAS;EACtCC,iBAAiB,EAAEvL,IAAI,CAACwL,SAAS;EACjCC,iBAAiB,EAAEzL,IAAI,CAAC0L,cAAc;EACtCC,kBAAkB,EAAE3L,IAAI,CAAC4L,SAAS;EAClCC,qBAAqB,EAAE7L,IAAI,CAAC8L,QAAQ;EACpCC,gBAAgB,EAAE/L,IAAI,CAACgM,QAAQ;EAC/BC,gBAAgB,EAAEjM,IAAI,CAACkM,aAAa;EACpCC,iBAAiB,EAAEnM,IAAI,CAAC2H,QAAQ;EAChCyE,mBAAmB,EAAEpM,IAAI,CAAC6F,MAAM;EAChCwG,cAAc,EAAErM,IAAI,CAACsM,MAAM;EAC3BC,cAAc,EAAEvM,IAAI,CAACwM,WAAW;EAChCC,eAAe,EAAEzM,IAAI,CAACwD,MAAM;EAC5BkJ,mBAAmB,EAAE1M,IAAI,CAAC2M,MAAM;EAChCC,cAAc,EAAE5M,IAAI,CAAC6M,MAAM;EAC3BC,cAAc,EAAE9M,IAAI,CAAC+M,WAAW;EAChCC,eAAe,EAAEhN,IAAI,CAACiN,MAAM;EAC5BC,mBAAmB,EAAElN,IAAI,CAACmN,MAAM;EAChCC,cAAc,EAAEpN,IAAI,CAACqN,MAAM;EAC3BC,cAAc,EAAEtN,IAAI,CAACuN,WAAW;EAChCC,eAAe,EAAExN,IAAI,CAACyN,MAAM;EAC5BC,oBAAoB,EAAE1N,IAAI,CAAC2N,OAAO;EAClCC,eAAe,EAAE5N,IAAI,CAAC6N,OAAO;EAC7BC,eAAe,EAAE9N,IAAI,CAAC+N,YAAY;EAClCC,gBAAgB,EAAEhO,IAAI,CAACoH,OAAO;EAE9B6G,4BAA4B,EAAEjO,IAAI,CAACgB,MAAM;EACzCkN,wBAAwB,EAAEnO,SAAS,CAACC,IAAI,CAACwD,MAAM,EAAE,KAAK,CAAC;EACvD2K,6BAA6B,EAAEnO,IAAI,CAACgB,MAAM;EAC1CoN,yBAAyB,EAAErO,SAAS,CAACC,IAAI,CAACkF,KAAK,EAAE,KAAK,CAAC;EACvDmJ,+BAA+B,EAAErO,IAAI,CAACgB,MAAM;EAC5CsN,2BAA2B,EAAEvO,SAAS,CAACC,IAAI,CAAC6G,OAAO,EAAE,KAAK,CAAC;EAC3D0H,+BAA+B,EAAEvO,IAAI,CAACgB,MAAM;EAC5CwN,2BAA2B,EAAEzO,SAAS,CAACC,IAAI,CAACyO,QAAQ,EAAE,KAAK,CAAC;EAE5DC,yBAAyB,EAAE1O,IAAI,CAACsB,WAAW;EAC3CqN,oCAAoC,EAAE3O,IAAI,CAACc,MAAM;EACjD8N,2CAA2C,EAAE5O,IAAI,CAACoF,OAAO;EACzDyJ,0CAA0C,EAAE7O,IAAI,CAAC0I,MAAM;EACvDoG,yCAAyC,EAAE9O,IAAI,CAAC8E,KAAK;EACrDiK,2DAA2D,EAAE/O,IAAI,CAAC8E;AAEnE,CAAyD","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["constants/color/tokens/index.ts"],"mappings":";;AAAA,cAAc,cAAW;AACzB,cAAc,eAAY","ignoreList":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import * as ColorConstant from "./color/index.js";
|
|
4
|
+
import * as MotionConstant from "./motion/index.js";
|
|
5
|
+
import * as TypographyConstant from "./typography/index.js";
|
|
6
|
+
export { ColorConstant, MotionConstant, TypographyConstant };
|
|
7
|
+
export { default as SpacingConstant } from "./spacing.js";
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["ColorConstant","MotionConstant","TypographyConstant","default","SpacingConstant"],"sourceRoot":"../../../src","sources":["constants/index.ts"],"mappings":";;AAAA,OAAO,KAAKA,aAAa,MAAM,kBAAS;AACxC,OAAO,KAAKC,cAAc,MAAM,mBAAU;AAC1C,OAAO,KAAKC,kBAAkB,MAAM,uBAAc;AAElD,SACCF,aAAa,EACbC,cAAc,EACdC,kBAAkB;AAGnB,SAASC,OAAO,IAAIC,eAAe,QAAQ,cAAW","ignoreList":[]}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Initially, it was using @carbon/motion
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* In milliseconds
|
|
9
|
+
* https://carbondesignsystem.com/elements/motion/overview/#duration-tokens
|
|
10
|
+
*/
|
|
11
|
+
export const Durations = {
|
|
12
|
+
fast_01: 70,
|
|
13
|
+
fast_02: 110,
|
|
14
|
+
moderate_01: 150,
|
|
15
|
+
moderate_02: 240,
|
|
16
|
+
slow_01: 400,
|
|
17
|
+
slow_02: 700
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* https://carbondesignsystem.com/elements/motion/overview/#easing
|
|
22
|
+
*/
|
|
23
|
+
export const Easings = {
|
|
24
|
+
standard: {
|
|
25
|
+
productive: {
|
|
26
|
+
x1: 0.2,
|
|
27
|
+
y1: 0,
|
|
28
|
+
x2: 0.38,
|
|
29
|
+
y2: 0.9
|
|
30
|
+
},
|
|
31
|
+
expressive: {
|
|
32
|
+
x1: 0.4,
|
|
33
|
+
y1: 0.14,
|
|
34
|
+
x2: 0.3,
|
|
35
|
+
y2: 1
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
entrance: {
|
|
39
|
+
productive: {
|
|
40
|
+
x1: 0,
|
|
41
|
+
y1: 0,
|
|
42
|
+
x2: 0.38,
|
|
43
|
+
y2: 0.9
|
|
44
|
+
},
|
|
45
|
+
expressive: {
|
|
46
|
+
x1: 0,
|
|
47
|
+
y1: 0,
|
|
48
|
+
x2: 0.3,
|
|
49
|
+
y2: 1
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
exit: {
|
|
53
|
+
productive: {
|
|
54
|
+
x1: 0.2,
|
|
55
|
+
y1: 0,
|
|
56
|
+
x2: 1,
|
|
57
|
+
y2: 0.9
|
|
58
|
+
},
|
|
59
|
+
expressive: {
|
|
60
|
+
x1: 0.4,
|
|
61
|
+
y1: 0.14,
|
|
62
|
+
x2: 1,
|
|
63
|
+
y2: 1
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Durations","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;AACA,OAAO,MAAMA,SAAS,GAAG;EACxBC,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;AACA,OAAO,MAAMC,OAAO,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,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
spacing_01: 2,
|
|
5
|
+
spacing_02: 4,
|
|
6
|
+
spacing_03: 8,
|
|
7
|
+
spacing_04: 12,
|
|
8
|
+
spacing_05: 16,
|
|
9
|
+
spacing_06: 24,
|
|
10
|
+
spacing_07: 32,
|
|
11
|
+
spacing_08: 40,
|
|
12
|
+
spacing_09: 48,
|
|
13
|
+
spacing_10: 64,
|
|
14
|
+
spacing_11: 80,
|
|
15
|
+
spacing_12: 96,
|
|
16
|
+
spacing_13: 160
|
|
17
|
+
};
|
|
18
|
+
//# 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":";;AAAA,eAAe;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,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
export const FontFamily = {
|
|
4
|
+
thin: 'IBMPlexSans-Thin',
|
|
5
|
+
thin_italic: 'IBMPlexSans-Thin-Italic',
|
|
6
|
+
extralight: 'IBMPlexSans-ExtraLight',
|
|
7
|
+
extralight_italic: 'IBMPlexSans-ExtraLight-Italic',
|
|
8
|
+
light: 'IBMPlexSans-Light',
|
|
9
|
+
light_italic: 'IBMPlexSans-Light-Italic',
|
|
10
|
+
normal: 'IBMPlexSans-Regular',
|
|
11
|
+
normal_italic: 'IBMPlexSans-Regular-Italic',
|
|
12
|
+
medium: 'IBMPlexSans-Medium-Italic',
|
|
13
|
+
medium_italic: 'IBMPlexSans-Medium-Italic',
|
|
14
|
+
semibold: 'IBMPlexSans-SemiBold',
|
|
15
|
+
semibold_italic: 'IBMPlexSans-SemiBold-Italic',
|
|
16
|
+
bold: 'IBMPlexSans-Bold',
|
|
17
|
+
bold_italic: 'IBMPlexSans-Italic'
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=font-family.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["FontFamily","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":";;AAAA,OAAO,MAAMA,UAAU,GAAG;EACzBC,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 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["constants/typography/index.ts"],"mappings":";;AAAA,cAAc,kBAAe;AAC7B,cAAc,gBAAa","ignoreList":[]}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const body_compact_01 = {
|
|
4
|
+
fontSize: 14,
|
|
5
|
+
lineHeight: 18,
|
|
6
|
+
fontWeight: 400,
|
|
7
|
+
letterSpacing: 0.16
|
|
8
|
+
},
|
|
9
|
+
body_compact_02 = {
|
|
10
|
+
fontSize: 16,
|
|
11
|
+
lineHeight: 22,
|
|
12
|
+
fontWeight: 400,
|
|
13
|
+
letterSpacing: 0
|
|
14
|
+
},
|
|
15
|
+
body_01 = {
|
|
16
|
+
fontSize: 14,
|
|
17
|
+
lineHeight: 20,
|
|
18
|
+
fontWeight: 400,
|
|
19
|
+
letterSpacing: 0.16
|
|
20
|
+
},
|
|
21
|
+
body_02 = {
|
|
22
|
+
fontSize: 16,
|
|
23
|
+
lineHeight: 24,
|
|
24
|
+
fontWeight: 400,
|
|
25
|
+
letterSpacing: 0
|
|
26
|
+
};
|
|
27
|
+
export const TypeSets = {
|
|
28
|
+
code_01: {
|
|
29
|
+
fontSize: 12,
|
|
30
|
+
lineHeight: 16,
|
|
31
|
+
fontWeight: 400,
|
|
32
|
+
letterSpacing: 0.32
|
|
33
|
+
},
|
|
34
|
+
code_02: {
|
|
35
|
+
fontSize: 14,
|
|
36
|
+
lineHeight: 20,
|
|
37
|
+
fontWeight: 400,
|
|
38
|
+
letterSpacing: 0.32
|
|
39
|
+
},
|
|
40
|
+
label_01: {
|
|
41
|
+
fontSize: 12,
|
|
42
|
+
lineHeight: 16,
|
|
43
|
+
fontWeight: 400,
|
|
44
|
+
letterSpacing: 0.32
|
|
45
|
+
},
|
|
46
|
+
label_02: {
|
|
47
|
+
fontSize: 14,
|
|
48
|
+
lineHeight: 18,
|
|
49
|
+
fontWeight: 400,
|
|
50
|
+
letterSpacing: 0.16
|
|
51
|
+
},
|
|
52
|
+
helper_text_01: {
|
|
53
|
+
fontSize: 12,
|
|
54
|
+
lineHeight: 16,
|
|
55
|
+
fontWeight: 400,
|
|
56
|
+
letterSpacing: 0.32
|
|
57
|
+
},
|
|
58
|
+
helper_text_02: {
|
|
59
|
+
fontSize: 14,
|
|
60
|
+
lineHeight: 18,
|
|
61
|
+
fontWeight: 400,
|
|
62
|
+
letterSpacing: 0.16
|
|
63
|
+
},
|
|
64
|
+
legal_01: {
|
|
65
|
+
fontSize: 12,
|
|
66
|
+
lineHeight: 16,
|
|
67
|
+
fontWeight: 400,
|
|
68
|
+
letterSpacing: 0.32
|
|
69
|
+
},
|
|
70
|
+
legal_02: {
|
|
71
|
+
fontSize: 14,
|
|
72
|
+
lineHeight: 18,
|
|
73
|
+
fontWeight: 400,
|
|
74
|
+
letterSpacing: 0.16
|
|
75
|
+
},
|
|
76
|
+
body_compact_01: body_compact_01,
|
|
77
|
+
body_compact_02: body_compact_02,
|
|
78
|
+
body_01: {
|
|
79
|
+
fontSize: 14,
|
|
80
|
+
lineHeight: 20,
|
|
81
|
+
fontWeight: 400,
|
|
82
|
+
letterSpacing: 0.16
|
|
83
|
+
},
|
|
84
|
+
body_02: {
|
|
85
|
+
fontSize: 16,
|
|
86
|
+
lineHeight: 24,
|
|
87
|
+
fontWeight: 400,
|
|
88
|
+
letterSpacing: 0
|
|
89
|
+
},
|
|
90
|
+
heading_compact_01: {
|
|
91
|
+
...body_compact_01,
|
|
92
|
+
fontWeight: 600
|
|
93
|
+
},
|
|
94
|
+
heading_compact_02: {
|
|
95
|
+
...body_compact_02,
|
|
96
|
+
fontWeight: 600
|
|
97
|
+
},
|
|
98
|
+
heading_01: {
|
|
99
|
+
...body_01,
|
|
100
|
+
fontWeight: 600
|
|
101
|
+
},
|
|
102
|
+
heading_02: {
|
|
103
|
+
...body_02,
|
|
104
|
+
fontWeight: 600
|
|
105
|
+
},
|
|
106
|
+
heading_03: {
|
|
107
|
+
fontSize: 20,
|
|
108
|
+
lineHeight: 28,
|
|
109
|
+
fontWeight: 400,
|
|
110
|
+
letterSpacing: 0
|
|
111
|
+
},
|
|
112
|
+
heading_04: {
|
|
113
|
+
fontSize: 28,
|
|
114
|
+
lineHeight: 36,
|
|
115
|
+
fontWeight: 400,
|
|
116
|
+
letterSpacing: 0
|
|
117
|
+
},
|
|
118
|
+
heading_05: {
|
|
119
|
+
fontSize: 32,
|
|
120
|
+
lineHeight: 40,
|
|
121
|
+
fontWeight: 400,
|
|
122
|
+
letterSpacing: 0
|
|
123
|
+
},
|
|
124
|
+
heading_06: {
|
|
125
|
+
fontSize: 42,
|
|
126
|
+
lineHeight: 50,
|
|
127
|
+
fontWeight: 300,
|
|
128
|
+
letterSpacing: 0
|
|
129
|
+
},
|
|
130
|
+
heading_07: {
|
|
131
|
+
fontSize: 54,
|
|
132
|
+
lineHeight: 64,
|
|
133
|
+
fontWeight: 300,
|
|
134
|
+
letterSpacing: 0
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
//# 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","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 @@
|
|
|
1
|
+
{"version":3,"names":["createContext","GlobalConfigContext","android_buttonRippleEffect","notificationColor"],"sourceRoot":"../../../../src","sources":["contexts/global-config/context.ts"],"mappings":";;AAAA,SACCA,aAAa,QACP,OAAO;AAcd,OAAO,MAAMC,mBAAmB,gBAAGD,aAAa,CAAsB;EACrEE,0BAA0B,EAAE,IAAI;EAChCC,iBAAiB,EAAE;AACpB,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { GlobalConfigContext } from "./context.js";
|
|
4
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
+
export function GlobalConfigContextProvider({
|
|
6
|
+
android_buttonRippleEffect = true,
|
|
7
|
+
notificationColor = 'high_contrast',
|
|
8
|
+
children
|
|
9
|
+
}) {
|
|
10
|
+
return /*#__PURE__*/_jsx(GlobalConfigContext.Provider, {
|
|
11
|
+
value: {
|
|
12
|
+
android_buttonRippleEffect,
|
|
13
|
+
notificationColor
|
|
14
|
+
},
|
|
15
|
+
children: children
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["GlobalConfigContext","jsx","_jsx","GlobalConfigContextProvider","android_buttonRippleEffect","notificationColor","children","Provider","value"],"sourceRoot":"../../../../src","sources":["contexts/global-config/provider.tsx"],"mappings":";;AAAA,SACCA,mBAAmB,QACb,cAAW;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAMlB,OAAO,SAASC,2BAA2BA,CAAC;EAC3CC,0BAA0B,GAAG,IAAI;EACjCC,iBAAiB,GAAG,eAAe;EACnCC;AACiC,CAAC,EAAE;EAEpC,oBACCJ,IAAA,CAACF,mBAAmB,CAACO,QAAQ;IAC5BC,KAAK,EAAE;MACNJ,0BAA0B;MAC1BC;IACD,CAAE;IAAAC,QAAA,EAEAA;EAAQ,CACmB,CAAC;AAGjC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["contexts/index.tsx"],"mappings":";;AAAA,cAAc,4BAAyB;AACvC,cAAc,oBAAiB","ignoreList":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { createContext } from 'react';
|
|
4
|
+
import { ColorSchemeGlobal } from "../../globals/index.js";
|
|
5
|
+
import { ColorHelper } from "../../helpers/index.js";
|
|
6
|
+
export const ThemeContext = /*#__PURE__*/createContext({
|
|
7
|
+
colorScheme: ColorSchemeGlobal.get(),
|
|
8
|
+
color: ColorHelper.getColorToken(ColorSchemeGlobal.get())
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createContext","ColorSchemeGlobal","ColorHelper","ThemeContext","colorScheme","get","color","getColorToken"],"sourceRoot":"../../../../src","sources":["contexts/theme/context.ts"],"mappings":";;AAAA,SACCA,aAAa,QACP,OAAO;AAEd,SACCC,iBAAiB,QACX,wBAAe;AAEtB,SACCC,WAAW,QACL,wBAAe;AAWtB,OAAO,MAAMC,YAAY,gBACxBH,aAAa,CAAe;EAC3BI,WAAW,EAAEH,iBAAiB,CAACI,GAAG,CAAC,CAAC;EACpCC,KAAK,EAAEJ,WAAW,CAACK,aAAa,CAACN,iBAAiB,CAACI,GAAG,CAAC,CAAC;AACzD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["contexts/theme/index.tsx"],"mappings":";;AAAA,cAAc,cAAW","ignoreList":[]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { useColorScheme } from 'react-native';
|
|
4
|
+
import { ColorHelper } from "../../helpers/index.js";
|
|
5
|
+
import { ColorSchemeGlobal } from "../../globals/index.js";
|
|
6
|
+
import { ThemeContext } from "./context.js";
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
export function ThemeContextProvider({
|
|
9
|
+
colorScheme: colorSchemeProp,
|
|
10
|
+
overrideColor,
|
|
11
|
+
children
|
|
12
|
+
}) {
|
|
13
|
+
const colorSchemeUse = useColorScheme(),
|
|
14
|
+
colorScheme = colorSchemeProp ?? ColorHelper.getColorScheme(colorSchemeUse);
|
|
15
|
+
ColorSchemeGlobal.set(colorScheme);
|
|
16
|
+
return /*#__PURE__*/_jsx(ThemeContext.Provider, {
|
|
17
|
+
value: {
|
|
18
|
+
colorScheme,
|
|
19
|
+
color: {
|
|
20
|
+
...ColorHelper.getColorToken(colorScheme),
|
|
21
|
+
...overrideColor
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
children: children
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useColorScheme","ColorHelper","ColorSchemeGlobal","ThemeContext","jsx","_jsx","ThemeContextProvider","colorScheme","colorSchemeProp","overrideColor","children","colorSchemeUse","getColorScheme","set","Provider","value","color","getColorToken"],"sourceRoot":"../../../../src","sources":["contexts/theme/provider.tsx"],"mappings":";;AAAA,SACCA,cAAc,QACR,cAAc;AAErB,SACCC,WAAW,QACL,wBAAe;AAEtB,SACCC,iBAAiB,QACX,wBAAe;AAEtB,SACCC,YAAY,QACN,cAAW;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAWlB,OAAO,SAASC,oBAAoBA,CAAC;EACpCC,WAAW,EAAEC,eAAe;EAC5BC,aAAa;EACbC;AAC0B,CAAC,EAAqB;EAEhD,MACCC,cAAc,GACbX,cAAc,CAAC,CAAC;IAEjBO,WAAW,GACVC,eAAe,IAAIP,WAAW,CAACW,cAAc,CAACD,cAAc,CAAC;EAE/DT,iBAAiB,CAACW,GAAG,CAACN,WAAW,CAAC;EAElC,oBACCF,IAAA,CAACF,YAAY,CAACW,QAAQ;IACrBC,KAAK,EAAE;MACNR,WAAW;MACXS,KAAK,EAAE;QACN,GAAGf,WAAW,CAACgB,aAAa,CAACV,WAAW,CAAC;QACzC,GAAGE;MACJ;IACD,CAAE;IAAAC,QAAA,EAEAA;EAAQ,CACY,CAAC;AAG1B","ignoreList":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { ColorHelper } from "../../helpers/index.js";
|
|
4
|
+
let colorScheme = ColorHelper.getColorScheme();
|
|
5
|
+
export function get() {
|
|
6
|
+
return colorScheme;
|
|
7
|
+
}
|
|
8
|
+
export function set(scheme) {
|
|
9
|
+
colorScheme = scheme;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["ColorHelper","colorScheme","getColorScheme","get","set","scheme"],"sourceRoot":"../../../../src","sources":["globals/color-scheme/index.ts"],"mappings":";;AAAA,SACCA,WAAW,QACL,wBAAe;AAEtB,IAAIC,WAAW,GAAGD,WAAW,CAACE,cAAc,CAAC,CAAC;AAE9C,OAAO,SAASC,GAAGA,CAAA,EAAG;EACrB,OAAOF,WAAW;AACnB;AAEA,OAAO,SAASG,GAAGA,CAACC,MAA0B,EAAE;EAC/CJ,WAAW,GAAGI,MAAM;AACrB","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["ColorSchemeGlobal"],"sourceRoot":"../../../src","sources":["globals/index.ts"],"mappings":";;AAAA,OAAO,KAAKA,iBAAiB,MAAM,yBAAgB;AAEnD,SACCA,iBAAiB","ignoreList":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { Appearance } from 'react-native';
|
|
4
|
+
export function getColorScheme(appearanceColorScheme) {
|
|
5
|
+
return mapScheme[appearanceColorScheme || Appearance.getColorScheme() || 'light'];
|
|
6
|
+
}
|
|
7
|
+
const mapScheme = {
|
|
8
|
+
light: 'gray_10',
|
|
9
|
+
dark: 'gray_100'
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=get-color-scheme.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Appearance","getColorScheme","appearanceColorScheme","mapScheme","light","dark"],"sourceRoot":"../../../../src","sources":["helpers/color/get-color-scheme.ts"],"mappings":";;AAAA,SACCA,UAAU,QAEJ,cAAc;AAIrB,OAAO,SAASC,cAAcA,CAC7BC,qBAAuC,EACf;EACxB,OAAOC,SAAS,CAAED,qBAAqB,IAAIF,UAAU,CAACC,cAAc,CAAC,CAAC,IAAI,OAAO,CAAE;AACpF;AAEA,MACCE,SAA0E,GACzE;EACCC,KAAK,EAAE,SAAS;EAChBC,IAAI,EAAE;AACP,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
export function getColorToken(colorScheme) {
|
|
4
|
+
return mapSchemeToColorToken[colorScheme]();
|
|
5
|
+
}
|
|
6
|
+
const mapSchemeToColorToken = {
|
|
7
|
+
gray_10: () => require('../../constants/color/tokens/gray-10').gray_10,
|
|
8
|
+
gray_100: () => require('../../constants/color/tokens/gray-100').gray_100
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=get-color-token.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["getColorToken","colorScheme","mapSchemeToColorToken","gray_10","require","gray_100"],"sourceRoot":"../../../../src","sources":["helpers/color/get-color-token.ts"],"mappings":";;AAIA,OAAO,SAASA,aAAaA,CAC5BC,WAAkC,EACjC;EACD,OAAOC,qBAAqB,CAAED,WAAW,CAAE,CAAC,CAAC;AAC9C;AAEA,MAAMC,qBAAgG,GAAG;EACxGC,OAAO,EAAEA,CAAA,KAAOC,OAAO,CAAC,sCAAsC,CAAC,CAAuDD,OAAO;EAC7HE,QAAQ,EAAEA,CAAA,KAAOD,OAAO,CAAC,uCAAuC,CAAC,CAAwDC;AAC1H,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
export function hexToRgba(hexCode, opacity) {
|
|
4
|
+
const values = [hexCode.substring(1, 3), hexCode.substring(3, 5), hexCode.substring(5, 7)].map(string => parseInt(string, 16));
|
|
5
|
+
return `rgba(${values[0]},${values[1]},${values[2]},${opacity})`;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=hex-to-rgba.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["hexToRgba","hexCode","opacity","values","substring","map","string","parseInt"],"sourceRoot":"../../../../src","sources":["helpers/color/hex-to-rgba.ts"],"mappings":";;AAAA,OAAO,SAASA,SAASA,CACxBC,OAAe,EACfC,OAAe,EACN;EACT,MAAMC,MAAM,GAAG,CACdF,OAAO,CAACG,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,EACvBH,OAAO,CAACG,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,EACvBH,OAAO,CAACG,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CACvB,CAACC,GAAG,CAAEC,MAAM,IAAKC,QAAQ,CAACD,MAAM,EAAE,EAAE,CAAC,CAAC;EACvC,OAAO,QAAQH,MAAM,CAAC,CAAC,CAAC,IAAIA,MAAM,CAAC,CAAC,CAAC,IAAIA,MAAM,CAAC,CAAC,CAAC,IAAID,OAAO,GAAG;AACjE","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["helpers/color/index.ts"],"mappings":";;AAAA,cAAc,uBAAoB;AAClC,cAAc,sBAAmB;AACjC,cAAc,kBAAe","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["ColorHelper"],"sourceRoot":"../../../src","sources":["helpers/index.ts"],"mappings":";;AAAA,OAAO,KAAKA,WAAW,MAAM,kBAAS;AAEtC,SACCA,WAAW","ignoreList":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
export * from "./_carbon-react-native/index.js";
|
|
4
|
+
export * from "./_style-sheet/index.js";
|
|
5
|
+
export * from "./components/index.js";
|
|
6
|
+
export * from "./contexts/index.js";
|
|
7
|
+
export * from "./constants/index.js";
|
|
8
|
+
export * from "./helpers/index.js";
|
|
9
|
+
export * from "./styles/index.js";
|
|
10
|
+
export * from "./types/index.js";
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,cAAc,iCAAwB;AACtC,cAAc,yBAAgB;AAE9B,cAAc,uBAAc;AAC5B,cAAc,qBAAY;AAC1B,cAAc,sBAAa;AAC3B,cAAc,oBAAW;AACzB,cAAc,mBAAU;AACxB,cAAc,kBAAS","ignoreList":[]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { StyleSheet } from 'react-native';
|
|
4
|
+
export const CommonStyle = StyleSheet.create({
|
|
5
|
+
w_full: {
|
|
6
|
+
width: '100%'
|
|
7
|
+
},
|
|
8
|
+
h_full: {
|
|
9
|
+
height: '100%'
|
|
10
|
+
},
|
|
11
|
+
overflow_hidden: {
|
|
12
|
+
overflow: 'hidden'
|
|
13
|
+
},
|
|
14
|
+
absolute: {
|
|
15
|
+
position: 'absolute'
|
|
16
|
+
},
|
|
17
|
+
relative: {
|
|
18
|
+
position: 'relative'
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
//# sourceMappingURL=common.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","CommonStyle","create","w_full","width","h_full","height","overflow_hidden","overflow","absolute","position","relative"],"sourceRoot":"../../../src","sources":["styles/common.ts"],"mappings":";;AAAA,SACCA,UAAU,QACJ,cAAc;AAErB,OAAO,MAAMC,WAAW,GAAGD,UAAU,CAACE,MAAM,CAAC;EAC5CC,MAAM,EAAE;IACPC,KAAK,EAAE;EACR,CAAC;EACDC,MAAM,EAAE;IACPC,MAAM,EAAE;EACT,CAAC;EACDC,eAAe,EAAE;IAChBC,QAAQ,EAAE;EACX,CAAC;EACDC,QAAQ,EAAE;IACTC,QAAQ,EAAE;EACX,CAAC;EACDC,QAAQ,EAAE;IACTD,QAAQ,EAAE;EACX;AACD,CAAC,CAAC","ignoreList":[]}
|