@fluentui/react-theme 9.0.0-alpha.9 → 9.0.0-beta.4
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/CHANGELOG.json +486 -1
- package/CHANGELOG.md +197 -2
- package/dist/react-theme.d.ts +367 -0
- package/lib/alias/dark.d.ts +3 -0
- package/lib/alias/dark.js +155 -0
- package/lib/alias/dark.js.map +1 -0
- package/lib/alias/highContrast.d.ts +3 -0
- package/lib/alias/highContrast.js +155 -0
- package/lib/alias/highContrast.js.map +1 -0
- package/lib/alias/light.d.ts +3 -0
- package/lib/alias/light.js +155 -0
- package/lib/alias/light.js.map +1 -0
- package/lib/alias/teamsDark.d.ts +3 -0
- package/lib/alias/teamsDark.js +155 -0
- package/lib/alias/teamsDark.js.map +1 -0
- package/lib/global/borderRadius.d.ts +2 -2
- package/lib/global/borderRadius.js +7 -7
- package/lib/global/borderRadius.js.map +1 -1
- package/lib/global/brandColors.d.ts +3 -0
- package/lib/global/brandColors.js +33 -0
- package/lib/global/brandColors.js.map +1 -0
- package/lib/global/colors.d.ts +14 -60
- package/lib/global/colors.js +823 -835
- package/lib/global/colors.js.map +1 -1
- package/lib/global/fonts.d.ts +5 -6
- package/lib/global/fonts.js +32 -48
- package/lib/global/fonts.js.map +1 -1
- package/lib/global/index.d.ts +0 -1
- package/lib/global/index.js +0 -1
- package/lib/global/index.js.map +1 -1
- package/lib/global/strokeWidths.d.ts +2 -2
- package/lib/global/strokeWidths.js +5 -5
- package/lib/global/strokeWidths.js.map +1 -1
- package/lib/index.d.ts +2 -4
- package/lib/index.js +1 -3
- package/lib/index.js.map +1 -1
- package/lib/themes/index.js.map +1 -1
- package/lib/themes/teams/darkTheme.d.ts +1 -1
- package/lib/themes/teams/darkTheme.js +3 -30
- package/lib/themes/teams/darkTheme.js.map +1 -1
- package/lib/themes/teams/highContrastTheme.d.ts +1 -1
- package/lib/themes/teams/highContrastTheme.js +2 -13
- package/lib/themes/teams/highContrastTheme.js.map +1 -1
- package/lib/themes/teams/index.js.map +1 -1
- package/lib/themes/teams/lightTheme.d.ts +1 -1
- package/lib/themes/teams/lightTheme.js +3 -13
- package/lib/themes/teams/lightTheme.js.map +1 -1
- package/lib/themes/web/darkTheme.d.ts +1 -1
- package/lib/themes/web/darkTheme.js +3 -13
- package/lib/themes/web/darkTheme.js.map +1 -1
- package/lib/themes/web/highContrastTheme.d.ts +1 -1
- package/lib/themes/web/highContrastTheme.js +2 -13
- package/lib/themes/web/highContrastTheme.js.map +1 -1
- package/lib/themes/web/index.js.map +1 -1
- package/lib/themes/web/lightTheme.d.ts +1 -1
- package/lib/themes/web/lightTheme.js +3 -13
- package/lib/themes/web/lightTheme.js.map +1 -1
- package/lib/tsdoc-metadata.json +11 -0
- package/lib/types.d.ts +241 -164
- package/lib/types.js +1 -0
- package/lib/types.js.map +1 -1
- package/lib/utils/createDarkTheme.d.ts +2 -0
- package/lib/utils/createDarkTheme.js +18 -0
- package/lib/utils/createDarkTheme.js.map +1 -0
- package/lib/utils/createHighContrastTheme.d.ts +2 -0
- package/lib/utils/createHighContrastTheme.js +18 -0
- package/lib/utils/createHighContrastTheme.js.map +1 -0
- package/lib/utils/createLightTheme.d.ts +2 -0
- package/lib/utils/createLightTheme.js +18 -0
- package/lib/utils/createLightTheme.js.map +1 -0
- package/lib/utils/createTeamsDarkTheme.d.ts +2 -0
- package/lib/utils/createTeamsDarkTheme.js +18 -0
- package/lib/utils/createTeamsDarkTheme.js.map +1 -0
- package/lib/utils/index.d.ts +6 -0
- package/lib/utils/index.js +7 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/mergeThemes.d.ts +2 -8
- package/lib/utils/mergeThemes.js +12 -49
- package/lib/utils/mergeThemes.js.map +1 -1
- package/lib/utils/shadows.d.ts +3 -2
- package/lib/utils/shadows.js +9 -9
- package/lib/utils/shadows.js.map +1 -1
- package/lib/utils/themeToCSSVariables.d.ts +2 -2
- package/lib/utils/themeToCSSVariables.js +9 -19
- package/lib/utils/themeToCSSVariables.js.map +1 -1
- package/lib-commonjs/alias/dark.d.ts +3 -0
- package/lib-commonjs/alias/dark.js +165 -0
- package/lib-commonjs/alias/dark.js.map +1 -0
- package/lib-commonjs/alias/highContrast.d.ts +3 -0
- package/lib-commonjs/alias/highContrast.js +165 -0
- package/lib-commonjs/alias/highContrast.js.map +1 -0
- package/lib-commonjs/alias/light.d.ts +3 -0
- package/lib-commonjs/alias/light.js +165 -0
- package/lib-commonjs/alias/light.js.map +1 -0
- package/lib-commonjs/alias/teamsDark.d.ts +3 -0
- package/lib-commonjs/alias/teamsDark.js +165 -0
- package/lib-commonjs/alias/teamsDark.js.map +1 -0
- package/lib-commonjs/global/borderRadius.d.ts +2 -2
- package/lib-commonjs/global/borderRadius.js +11 -7
- package/lib-commonjs/global/borderRadius.js.map +1 -1
- package/lib-commonjs/global/brandColors.d.ts +3 -0
- package/lib-commonjs/global/brandColors.js +39 -0
- package/lib-commonjs/global/brandColors.js.map +1 -0
- package/lib-commonjs/global/colors.d.ts +14 -60
- package/lib-commonjs/global/colors.js +825 -833
- package/lib-commonjs/global/colors.js.map +1 -1
- package/lib-commonjs/global/fonts.d.ts +5 -6
- package/lib-commonjs/global/fonts.js +33 -45
- package/lib-commonjs/global/fonts.js.map +1 -1
- package/lib-commonjs/global/index.d.ts +0 -1
- package/lib-commonjs/global/index.js +10 -3
- package/lib-commonjs/global/index.js.map +1 -1
- package/lib-commonjs/global/strokeWidths.d.ts +2 -2
- package/lib-commonjs/global/strokeWidths.js +9 -5
- package/lib-commonjs/global/strokeWidths.js.map +1 -1
- package/lib-commonjs/index.d.ts +2 -4
- package/lib-commonjs/index.js +9 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/themes/index.js +8 -2
- package/lib-commonjs/themes/index.js.map +1 -1
- package/lib-commonjs/themes/teams/darkTheme.d.ts +1 -1
- package/lib-commonjs/themes/teams/darkTheme.js +10 -30
- package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
- package/lib-commonjs/themes/teams/highContrastTheme.d.ts +1 -1
- package/lib-commonjs/themes/teams/highContrastTheme.js +9 -14
- package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
- package/lib-commonjs/themes/teams/index.js +9 -2
- package/lib-commonjs/themes/teams/index.js.map +1 -1
- package/lib-commonjs/themes/teams/lightTheme.d.ts +1 -1
- package/lib-commonjs/themes/teams/lightTheme.js +11 -14
- package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
- package/lib-commonjs/themes/web/darkTheme.d.ts +1 -1
- package/lib-commonjs/themes/web/darkTheme.js +11 -14
- package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
- package/lib-commonjs/themes/web/highContrastTheme.d.ts +1 -1
- package/lib-commonjs/themes/web/highContrastTheme.js +9 -14
- package/lib-commonjs/themes/web/highContrastTheme.js.map +1 -1
- package/lib-commonjs/themes/web/index.js +9 -2
- package/lib-commonjs/themes/web/index.js.map +1 -1
- package/lib-commonjs/themes/web/lightTheme.d.ts +1 -1
- package/lib-commonjs/themes/web/lightTheme.js +11 -14
- package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
- package/lib-commonjs/types.d.ts +241 -164
- package/lib-commonjs/types.js +4 -1
- package/lib-commonjs/types.js.map +1 -1
- package/lib-commonjs/utils/createDarkTheme.d.ts +2 -0
- package/lib-commonjs/utils/createDarkTheme.js +30 -0
- package/lib-commonjs/utils/createDarkTheme.js.map +1 -0
- package/lib-commonjs/utils/createHighContrastTheme.d.ts +2 -0
- package/lib-commonjs/utils/createHighContrastTheme.js +30 -0
- package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -0
- package/lib-commonjs/utils/createLightTheme.d.ts +2 -0
- package/lib-commonjs/utils/createLightTheme.js +30 -0
- package/lib-commonjs/utils/createLightTheme.js.map +1 -0
- package/lib-commonjs/utils/createTeamsDarkTheme.d.ts +2 -0
- package/lib-commonjs/utils/createTeamsDarkTheme.js +30 -0
- package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -0
- package/lib-commonjs/utils/index.d.ts +6 -0
- package/lib-commonjs/utils/index.js +28 -0
- package/lib-commonjs/utils/index.js.map +1 -0
- package/lib-commonjs/utils/mergeThemes.d.ts +2 -8
- package/lib-commonjs/utils/mergeThemes.js +19 -51
- package/lib-commonjs/utils/mergeThemes.js.map +1 -1
- package/lib-commonjs/utils/shadows.d.ts +3 -2
- package/lib-commonjs/utils/shadows.js +17 -11
- package/lib-commonjs/utils/shadows.js.map +1 -1
- package/lib-commonjs/utils/themeToCSSVariables.d.ts +2 -2
- package/lib-commonjs/utils/themeToCSSVariables.js +16 -20
- package/lib-commonjs/utils/themeToCSSVariables.js.map +1 -1
- package/package.json +11 -8
- package/just.config.ts +0 -3
- package/lib/global/utils.d.ts +0 -23
- package/lib/global/utils.js +0 -27
- package/lib/global/utils.js.map +0 -1
- package/lib/themes/teams/globalTheme.d.ts +0 -22
- package/lib/themes/teams/globalTheme.js +0 -3
- package/lib/themes/teams/globalTheme.js.map +0 -1
- package/lib/themes/web/globalTheme.d.ts +0 -22
- package/lib/themes/web/globalTheme.js +0 -3
- package/lib/themes/web/globalTheme.js.map +0 -1
- package/lib/utils/dark/colors.d.ts +0 -8
- package/lib/utils/dark/colors.js +0 -83
- package/lib/utils/dark/colors.js.map +0 -1
- package/lib/utils/dark/index.d.ts +0 -1
- package/lib/utils/dark/index.js +0 -2
- package/lib/utils/dark/index.js.map +0 -1
- package/lib/utils/highContrast/colors.d.ts +0 -6
- package/lib/utils/highContrast/colors.js +0 -83
- package/lib/utils/highContrast/colors.js.map +0 -1
- package/lib/utils/highContrast/index.d.ts +0 -1
- package/lib/utils/highContrast/index.js +0 -2
- package/lib/utils/highContrast/index.js.map +0 -1
- package/lib/utils/light/colors.d.ts +0 -8
- package/lib/utils/light/colors.js +0 -83
- package/lib/utils/light/colors.js.map +0 -1
- package/lib/utils/light/index.d.ts +0 -1
- package/lib/utils/light/index.js +0 -2
- package/lib/utils/light/index.js.map +0 -1
- package/lib-amd/global/borderRadius.d.ts +0 -2
- package/lib-amd/global/borderRadius.js +0 -13
- package/lib-amd/global/borderRadius.js.map +0 -1
- package/lib-amd/global/colors.d.ts +0 -61
- package/lib-amd/global/colors.js +0 -841
- package/lib-amd/global/colors.js.map +0 -1
- package/lib-amd/global/fonts.d.ts +0 -6
- package/lib-amd/global/fonts.js +0 -57
- package/lib-amd/global/fonts.js.map +0 -1
- package/lib-amd/global/index.d.ts +0 -5
- package/lib-amd/global/index.js +0 -10
- package/lib-amd/global/index.js.map +0 -1
- package/lib-amd/global/strokeWidths.d.ts +0 -2
- package/lib-amd/global/strokeWidths.js +0 -11
- package/lib-amd/global/strokeWidths.js.map +0 -1
- package/lib-amd/global/utils.d.ts +0 -23
- package/lib-amd/global/utils.js +0 -26
- package/lib-amd/global/utils.js.map +0 -1
- package/lib-amd/index.d.ts +0 -5
- package/lib-amd/index.js +0 -9
- package/lib-amd/index.js.map +0 -1
- package/lib-amd/themes/index.d.ts +0 -2
- package/lib-amd/themes/index.js +0 -7
- package/lib-amd/themes/index.js.map +0 -1
- package/lib-amd/themes/teams/darkTheme.d.ts +0 -2
- package/lib-amd/themes/teams/darkTheme.js +0 -30
- package/lib-amd/themes/teams/darkTheme.js.map +0 -1
- package/lib-amd/themes/teams/globalTheme.d.ts +0 -22
- package/lib-amd/themes/teams/globalTheme.js +0 -6
- package/lib-amd/themes/teams/globalTheme.js.map +0 -1
- package/lib-amd/themes/teams/highContrastTheme.d.ts +0 -2
- package/lib-amd/themes/teams/highContrastTheme.js +0 -13
- package/lib-amd/themes/teams/highContrastTheme.js.map +0 -1
- package/lib-amd/themes/teams/index.d.ts +0 -3
- package/lib-amd/themes/teams/index.js +0 -8
- package/lib-amd/themes/teams/index.js.map +0 -1
- package/lib-amd/themes/teams/lightTheme.d.ts +0 -2
- package/lib-amd/themes/teams/lightTheme.js +0 -13
- package/lib-amd/themes/teams/lightTheme.js.map +0 -1
- package/lib-amd/themes/web/darkTheme.d.ts +0 -2
- package/lib-amd/themes/web/darkTheme.js +0 -13
- package/lib-amd/themes/web/darkTheme.js.map +0 -1
- package/lib-amd/themes/web/globalTheme.d.ts +0 -22
- package/lib-amd/themes/web/globalTheme.js +0 -6
- package/lib-amd/themes/web/globalTheme.js.map +0 -1
- package/lib-amd/themes/web/highContrastTheme.d.ts +0 -2
- package/lib-amd/themes/web/highContrastTheme.js +0 -13
- package/lib-amd/themes/web/highContrastTheme.js.map +0 -1
- package/lib-amd/themes/web/index.d.ts +0 -3
- package/lib-amd/themes/web/index.js +0 -8
- package/lib-amd/themes/web/index.js.map +0 -1
- package/lib-amd/themes/web/lightTheme.d.ts +0 -2
- package/lib-amd/themes/web/lightTheme.js +0 -13
- package/lib-amd/themes/web/lightTheme.js.map +0 -1
- package/lib-amd/types.d.ts +0 -290
- package/lib-amd/types.js +0 -5
- package/lib-amd/types.js.map +0 -1
- package/lib-amd/utils/dark/colors.d.ts +0 -8
- package/lib-amd/utils/dark/colors.js +0 -87
- package/lib-amd/utils/dark/colors.js.map +0 -1
- package/lib-amd/utils/dark/index.d.ts +0 -1
- package/lib-amd/utils/dark/index.js +0 -6
- package/lib-amd/utils/dark/index.js.map +0 -1
- package/lib-amd/utils/highContrast/colors.d.ts +0 -6
- package/lib-amd/utils/highContrast/colors.js +0 -87
- package/lib-amd/utils/highContrast/colors.js.map +0 -1
- package/lib-amd/utils/highContrast/index.d.ts +0 -1
- package/lib-amd/utils/highContrast/index.js +0 -6
- package/lib-amd/utils/highContrast/index.js.map +0 -1
- package/lib-amd/utils/light/colors.d.ts +0 -8
- package/lib-amd/utils/light/colors.js +0 -87
- package/lib-amd/utils/light/colors.js.map +0 -1
- package/lib-amd/utils/light/index.d.ts +0 -1
- package/lib-amd/utils/light/index.js +0 -6
- package/lib-amd/utils/light/index.js.map +0 -1
- package/lib-amd/utils/mergeThemes.d.ts +0 -8
- package/lib-amd/utils/mergeThemes.js +0 -58
- package/lib-amd/utils/mergeThemes.js.map +0 -1
- package/lib-amd/utils/shadows.d.ts +0 -2
- package/lib-amd/utils/shadows.js +0 -16
- package/lib-amd/utils/shadows.js.map +0 -1
- package/lib-amd/utils/themeToCSSVariables.d.ts +0 -2
- package/lib-amd/utils/themeToCSSVariables.js +0 -27
- package/lib-amd/utils/themeToCSSVariables.js.map +0 -1
- package/lib-commonjs/global/utils.d.ts +0 -23
- package/lib-commonjs/global/utils.js +0 -29
- package/lib-commonjs/global/utils.js.map +0 -1
- package/lib-commonjs/themes/teams/globalTheme.d.ts +0 -22
- package/lib-commonjs/themes/teams/globalTheme.js +0 -5
- package/lib-commonjs/themes/teams/globalTheme.js.map +0 -1
- package/lib-commonjs/themes/web/globalTheme.d.ts +0 -22
- package/lib-commonjs/themes/web/globalTheme.js +0 -5
- package/lib-commonjs/themes/web/globalTheme.js.map +0 -1
- package/lib-commonjs/utils/dark/colors.d.ts +0 -8
- package/lib-commonjs/utils/dark/colors.js +0 -87
- package/lib-commonjs/utils/dark/colors.js.map +0 -1
- package/lib-commonjs/utils/dark/index.d.ts +0 -1
- package/lib-commonjs/utils/dark/index.js +0 -5
- package/lib-commonjs/utils/dark/index.js.map +0 -1
- package/lib-commonjs/utils/highContrast/colors.d.ts +0 -6
- package/lib-commonjs/utils/highContrast/colors.js +0 -87
- package/lib-commonjs/utils/highContrast/colors.js.map +0 -1
- package/lib-commonjs/utils/highContrast/index.d.ts +0 -1
- package/lib-commonjs/utils/highContrast/index.js +0 -5
- package/lib-commonjs/utils/highContrast/index.js.map +0 -1
- package/lib-commonjs/utils/light/colors.d.ts +0 -8
- package/lib-commonjs/utils/light/colors.js +0 -87
- package/lib-commonjs/utils/light/colors.js.map +0 -1
- package/lib-commonjs/utils/light/index.d.ts +0 -1
- package/lib-commonjs/utils/light/index.js +0 -5
- package/lib-commonjs/utils/light/index.js.map +0 -1
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"colors.js","sourceRoot":"../src/","sources":["global/colors.ts"],"names":[],"mappings":"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","sourcesContent":["import { GlobalSharedColors, ColorVariants, ProductBrandColors, BrandVariants } from '../types';\n\n// Global Colors\n// https://www.figma.com/file/KB9oUjMKen2cKnyPG7RgdS/Design-tokens-superset?node-id=1297%3A14745\n// TODO export flat instead of objects for better tree shakeability\n\nexport const grey = {\n 0: '#000000',\n 2: '#050505',\n 4: '#0A0A0A',\n 6: '#0F0F0F',\n 8: '#141414',\n 10: '#1A1A1A',\n 12: '#1F1F1F',\n 14: '#242424',\n 16: '#292929',\n 18: '#2E2E2E',\n 20: '#333333',\n 22: '#383838',\n 24: '#3D3D3D',\n 26: '#424242',\n 28: '#474747',\n 30: '#4D4D4D',\n 32: '#525252',\n 34: '#575757',\n 36: '#5C5C5C',\n 38: '#616161',\n 40: '#666666',\n 42: '#6B6B6B',\n 44: '#707070',\n 46: '#757575',\n 48: '#7A7A7A',\n 50: '#808080',\n 52: '#858585',\n 54: '#8A8A8A',\n 56: '#8F8F8F',\n 58: '#949494',\n 60: '#999999',\n 62: '#9E9E9E',\n 64: '#A3A3A3',\n 66: '#A8A8A8',\n 68: '#ADADAD',\n 70: '#B2B2B2',\n 72: '#B8B8B8',\n 74: '#BDBDBD',\n 76: '#C2C2C2',\n 78: '#C7C7C7',\n 80: '#CCCCCC',\n 82: '#D1D1D1',\n 84: '#D6D6D6',\n 86: '#DBDBDB',\n 88: '#E0E0E0',\n 90: '#E5E5E5',\n 92: '#EBEBEB',\n 94: '#F0F0F0',\n 96: '#F5F5F5',\n 98: '#FAFAFA',\n 100: '#FFFFFF',\n};\n\nexport const black = grey[0];\nexport const white = grey[100];\n\nexport const hyperlink = '#FFFF00';\nexport const disabled = '#3FF23F';\nexport const selected = '#1AEBFF';\n\n// TODO: values should be set per product theme\nconst brand: BrandVariants = {\n shade60: '#092C47',\n shade50: '#043862',\n shade40: '#004578',\n shade30: '#004C87',\n shade20: '#005A9E',\n shade10: '#106EBE',\n primary: '#0078D4',\n tint10: '#2899F5',\n tint20: '#3AA0F3',\n tint30: '#6CB8F6',\n tint40: '#C7E0F4',\n tint50: '#DEECF9',\n tint60: '#EFF6FC',\n};\n\n// TODO: these colors are not approved yet\nconst brandTeams: BrandVariants = {\n shade60: '#323348',\n shade50: '#393b5d', // TBD\n shade40: '#3D3E66',\n shade30: '#464775',\n shade20: '#494B83',\n shade10: '#52558f', // TBD\n primary: '#6264A7',\n tint10: '#8f95f8', // TBD\n tint20: '#9EA2FF',\n tint30: '#B2B5FF',\n tint40: '#C7C9FF',\n tint50: '#DBDCF0',\n tint60: '#E9EAF6',\n};\n\nconst darkRed: ColorVariants = {\n shade50: '#130205',\n shade40: '#230309',\n shade30: '#420610',\n shade20: '#590816',\n shade10: '#6A0A1A',\n primary: '#750B1C',\n tint10: '#861B2D',\n tint20: '#962E40',\n tint30: '#AC4E5E',\n tint40: '#D69BA5',\n tint50: '#E9C7CD',\n tint60: '#F9F0F2',\n};\n\nconst burgundy: ColorVariants = {\n shade50: '#1A0607',\n shade40: '#310B0D',\n shade30: '#5B1519',\n shade20: '#7C1D21',\n shade10: '#932227',\n primary: '#A4262C',\n tint10: '#AE383E',\n tint20: '#B94D52',\n tint30: '#C86C70',\n tint40: '#E3AFB2',\n tint50: '#F0D3D4',\n tint60: '#FBF4F4',\n};\n\nconst cranberry: ColorVariants = {\n shade50: '#1F0305',\n shade40: '#3B0509',\n shade30: '#6E0911',\n shade20: '#950C17',\n shade10: '#B10E1C',\n primary: '#C50F1F',\n tint10: '#CB2734',\n tint20: '#D23F4C',\n tint30: '#DC626D',\n tint40: '#EDACB1',\n tint50: '#F6D1D4',\n tint60: '#FDF3F4',\n};\n\n// TODO wrong values in figma currently\nconst red: ColorVariants = {\n shade50: '#210809',\n shade40: '#3F1011',\n shade30: '#751D20',\n shade20: '#9F282C',\n shade10: '#BC2F34',\n primary: '#D13438',\n tint10: '#D7494E',\n tint20: '#DC5F63',\n tint30: '#E37D81',\n tint40: '#F1BBBD',\n tint50: '#F8DADB',\n tint60: '#FDF6F6',\n};\n\nconst darkOrange: ColorVariants = {\n shade50: '#230900',\n shade40: '#411100',\n shade30: '#792000',\n shade20: '#A52C00',\n shade10: '#C33400',\n primary: '#DA3B01',\n tint10: '#DD4F1B',\n tint20: '#E26436',\n tint30: '#E8825D',\n tint40: '#F4BEAA',\n tint50: '#F9DCD1',\n tint60: '#FDF6F3',\n};\n\nconst bronze: ColorVariants = {\n shade50: '#1B0A01',\n shade40: '#321302',\n shade30: '#5D2405',\n shade20: '#7E3006',\n shade10: '#953907',\n primary: '#A74109',\n tint10: '#B0511D',\n tint20: '#BB6334',\n tint30: '#C97F57',\n tint40: '#E4BAA3',\n tint50: '#F1D9CC',\n tint60: '#FBF5F2',\n};\n\nconst pumpkin: ColorVariants = {\n shade50: '#200D03',\n shade40: '#3C1805',\n shade30: '#712D09',\n shade20: '#993E0C',\n shade10: '#B5490F',\n primary: '#CA5010',\n tint10: '#D06228',\n tint20: '#D67540',\n tint30: '#DF8F64',\n tint40: '#EFC4AD',\n tint50: '#F6DFD2',\n tint60: '#FDF7F4',\n};\n\nconst orange: ColorVariants = {\n shade50: '#281002',\n shade40: '#4A1E04',\n shade30: '#8B3707',\n shade20: '#BC4B09',\n shade10: '#DF590B',\n primary: '#F7630C',\n tint10: '#F87529',\n tint20: '#F98745',\n tint30: '#FAA06C',\n tint40: '#FDCFB5',\n tint50: '#FEE5D7',\n tint60: '#FFF9F5',\n};\n\nconst peach: ColorVariants = {\n shade50: '#291600',\n shade40: '#4D2A00',\n shade30: '#8F4F00',\n shade20: '#C26B00',\n shade10: '#E67E00',\n primary: '#FF8C00',\n tint10: '#FF9A1F',\n tint20: '#FFA83D',\n tint30: '#FFBA66',\n tint40: '#FFDDB3',\n tint50: '#FFEDD6',\n tint60: '#FFFAF5',\n};\n\nconst marigold: ColorVariants = {\n shade50: '#261A00',\n shade40: '#463100',\n shade30: '#835C00',\n shade20: '#B27D00',\n shade10: '#D39400',\n primary: '#EAA300',\n tint10: '#EDAE1C',\n tint20: '#EFB939',\n tint30: '#F3C761',\n tint40: '#F9E2AE',\n tint50: '#FCF0D3',\n tint60: '#FEFBF4',\n};\n\nconst yellow: ColorVariants = {\n shade50: '#282400',\n shade40: '#4c4400',\n shade30: '#4c4400',\n shade20: '#c0ad00',\n shade10: '#e3cc00',\n primary: '#FDE300',\n tint10: '#FDE71E',\n tint20: '#FDEA3D',\n tint30: '#fdee65',\n tint40: '#fef7b2',\n tint50: '#fffbd6',\n tint60: '#fffef5',\n};\n\nconst gold: ColorVariants = {\n shade50: '#1F1900',\n shade40: '#3A2F00',\n shade30: '#6D5700',\n shade20: '#937600',\n shade10: '#AE8C00',\n primary: '#C19C00',\n tint10: '#C9A618',\n tint20: '#D0B132',\n tint30: '#DAC057',\n tint40: '#EDDEA6',\n tint50: '#F5EDCE',\n tint60: '#FDFBF2',\n};\n\nconst brass: ColorVariants = {\n shade50: '#181202',\n shade40: '#2E2203',\n shade30: '#563F06',\n shade20: '#745608',\n shade10: '#8A650A',\n primary: '#986F0B',\n tint10: '#A57F1E',\n tint20: '#B18E34',\n tint30: '#C2A356',\n tint40: '#E0CFA2',\n tint50: '#EFE5CB',\n tint60: '#FBF8F2',\n};\n\nconst brown: ColorVariants = {\n shade50: '#170E07',\n shade40: '#2B1A0E',\n shade30: '#50301A',\n shade20: '#6D4123',\n shade10: '#814E29',\n primary: '#8E562E',\n tint10: '#9C663F',\n tint20: '#AA7752',\n tint30: '#BC8F6F',\n tint40: '#DDC3B0',\n tint50: '#EDDED3',\n tint60: '#FBF7F4',\n};\n\nconst darkBrown: ColorVariants = {\n shade50: '#0c0604',\n shade40: '#170c08',\n shade30: '#2b170f',\n shade20: '#3a1f15',\n shade10: '#452519',\n primary: '#4D291C',\n tint10: '#62392b',\n tint20: '#774d3d',\n tint30: '#946a5b',\n tint40: '#c9ada3',\n tint50: '#e2d1cb',\n tint60: '#f8f3f2',\n};\n\nconst lime: ColorVariants = {\n shade50: '#121b06',\n shade40: '#22330b',\n shade30: '#406014',\n shade20: '#57821b',\n shade10: '#679a20',\n primary: '#73AA24',\n tint10: '#81b537',\n tint20: '#8fbf4c',\n tint30: '#a4cd6c',\n tint40: '#cfe6af',\n tint50: '#e5f2d3',\n tint60: '#f8fcf4',\n};\n\nconst forest: ColorVariants = {\n shade50: '#0C1501',\n shade40: '#162702',\n shade30: '#294903',\n shade20: '#386304',\n shade10: '#427505',\n primary: '#498205',\n tint10: '#5A9117',\n tint20: '#6BA02B',\n tint30: '#85B44C',\n tint40: '#BDDA9B',\n tint50: '#DBEBC7',\n tint60: '#F6FAF0',\n};\n\nconst seafoam: ColorVariants = {\n shade50: '#002111',\n shade40: '#003D20',\n shade30: '#00723B',\n shade20: '#009B50',\n shade10: '#00B85F',\n primary: '#00CC6A',\n tint10: '#19D279',\n tint20: '#34D889',\n tint30: '#5AE09F',\n tint40: '#A8F0CD',\n tint50: '#CFF7E4',\n tint60: '#F3FDF8',\n};\n\nconst lightGreen: ColorVariants = {\n shade50: '#031a02',\n shade40: '#063004',\n shade30: '#0b5a08',\n shade20: '#0f7a0b',\n shade10: '#11910d',\n primary: '#13A10E',\n tint10: '#27ac22',\n tint20: '#3db739',\n tint30: '#5ec65a',\n tint40: '#a7e3a5',\n tint50: '#cef0cd',\n tint60: '#f2fbf2',\n};\n\nconst green: ColorVariants = {\n shade50: '#031403',\n shade40: '#052505',\n shade30: '#094609',\n shade20: '#0c5f0c',\n shade10: '#0f700f',\n primary: '#107c10',\n tint10: '#218d21',\n tint20: '#359c35',\n tint30: '#55B155',\n tint40: '#a0d8a0',\n tint50: '#caeaca',\n tint60: '#f1faf1',\n};\n\nconst darkGreen: ColorVariants = {\n shade50: '#021102',\n shade40: '#032003',\n shade30: '#063C06',\n shade20: '#085108',\n shade10: '#0A600A',\n primary: '#0B6A0B',\n tint10: '#1A7D1A',\n tint20: '#2D8F2D',\n tint30: '#4CA64C',\n tint40: '#9AD39A',\n tint50: '#C6E7C6',\n tint60: '#F0F9F0',\n};\n\nconst lightTeal: ColorVariants = {\n shade50: '#001D1F',\n shade40: '#00363A',\n shade30: '#00656D',\n shade20: '#008993',\n shade10: '#00A3AE',\n primary: '#00B7C3',\n tint10: '#18BDC9',\n tint20: '#32C6D0',\n tint30: '#57D2DA',\n tint40: '#A6E8ED',\n tint50: '#CEF3F5',\n tint60: '#F2FCFD',\n};\n\nconst teal: ColorVariants = {\n shade50: '#001516',\n shade40: '#012729',\n shade30: '#02494C',\n shade20: '#026367',\n shade10: '#02767A',\n primary: '#038387',\n tint10: '#159196',\n tint20: '#2AA0A4',\n tint30: '#4BB4B7',\n tint40: '#9BD9DB',\n tint50: '#C7EBEC',\n tint60: '#F0FAFA',\n};\n\nconst darkTeal: ColorVariants = {\n shade50: '#001010',\n shade40: '#001f1f',\n shade30: '#003939',\n shade20: '#004e4e',\n shade10: '#005c5c',\n primary: '#006666',\n tint10: '#0e7878',\n tint20: '#218B8B',\n tint30: '#41a3a3',\n tint40: '#92d1d1',\n tint50: '#c2e7e7',\n tint60: '#eff9f9',\n};\n\nconst cyan: ColorVariants = {\n shade50: '#00191e',\n shade40: '#002e39',\n shade30: '#00566a',\n shade20: '#00758f',\n shade10: '#008baa',\n primary: '#0099BC',\n tint10: '#18a5c5',\n tint20: '#31b0cd',\n tint30: '#56c0d7',\n tint40: '#a5deeb',\n tint50: '#cdedf4',\n tint60: '#f2fafc',\n};\n\nconst steel: ColorVariants = {\n shade50: '#000F12',\n shade40: '#001B22',\n shade30: '#00333F',\n shade20: '#004655',\n shade10: '#005265',\n primary: '#005B70',\n tint10: '#159196',\n tint20: '#237E92',\n tint30: '#4497A9',\n tint40: '#95C8D4',\n tint50: '#C3E1E8',\n tint60: '#EFF7F9',\n};\n\nconst lightBlue: ColorVariants = {\n shade50: '#091823',\n shade40: '#112d43',\n shade30: '#20547c',\n shade20: '#2c73a9',\n shade10: '#3488c8',\n primary: '#3A96DD',\n tint10: '#4fa2e2',\n tint20: '#65aee6',\n tint30: '#83beeb',\n tint40: '#bfddf5',\n tint50: '#dcedfa',\n tint60: '#f6fafe',\n};\n\nconst blue: ColorVariants = {\n shade50: '#001322',\n shade40: '#00243F',\n shade30: '#004377',\n shade20: '#005BA1',\n shade10: '#006CBE',\n primary: '#0078D4',\n tint10: '#1A86D9',\n tint20: '#3595DE',\n tint30: '#5CA9E5',\n tint40: '#A9D3F2',\n tint50: '#D0E7F8',\n tint60: '#F3F9FD',\n};\n\nconst royalBlue: ColorVariants = {\n shade50: '#000C16',\n shade40: '#00172A',\n shade30: '#002B4F',\n shade20: '#003B6B',\n shade10: '#00457E',\n primary: '#004E8C',\n tint10: '#125D9A',\n tint20: '#286EA8',\n tint30: '#4A88BA',\n tint40: '#9ABFDD',\n tint50: '#C7DCED',\n tint60: '#F0F6FA',\n};\n\nconst darkBlue: ColorVariants = {\n shade50: '#000910',\n shade40: '#00111f',\n shade30: '#002039',\n shade20: '#002c4e',\n shade10: '#00345c',\n primary: '#003966',\n tint10: '#0e4a78',\n tint20: '#215d8b',\n tint30: '#4179a3',\n tint40: '#92b6d1',\n tint50: '#c2d7e7',\n tint60: '#eff5f9',\n};\n\nconst cornflower: ColorVariants = {\n shade50: '#0D1126',\n shade40: '#172047',\n shade30: '#2C3C85',\n shade20: '#3B52B4',\n shade10: '#4661D5',\n primary: '#4F6BED',\n tint10: '#627CEF',\n tint20: '#768DF1',\n tint30: '#92A4F4',\n tint40: '#C7D1FA',\n tint50: '#E1E6FC',\n tint60: '#F7F9FE',\n};\n\nconst navy: ColorVariants = {\n shade50: '#00061D',\n shade40: '#000C36',\n shade30: '#001665',\n shade20: '#001E8A',\n shade10: '#0023A3',\n primary: '#0027B4',\n tint10: '#173BBE',\n tint20: '#3050C7',\n tint30: '#5470D3',\n tint40: '#A3B2E9',\n tint50: '#CCD5F3',\n tint60: '#F2F4FC',\n};\n\nconst lavender: ColorVariants = {\n shade50: '#120F25',\n shade40: '#221D46',\n shade30: '#403582',\n shade20: '#5648B0',\n shade10: '#6656D1',\n primary: '#7160E8',\n tint10: '#8171EB',\n tint20: '#9183EE',\n tint30: '#A79CF1',\n tint40: '#D2CCF8',\n tint50: '#E7E4FB',\n tint60: '#F9F8FE',\n};\n\nconst purple: ColorVariants = {\n shade50: '#0F0717',\n shade40: '#1C0E2C',\n shade30: '#341A51',\n shade20: '#46236E',\n shade10: '#532A83',\n primary: '#5C2E91',\n tint10: '#6C409F',\n tint20: '#7C53AC',\n tint30: '#9470BD',\n tint40: '#C6B1DE',\n tint50: '#E0D4ED',\n tint60: '#F7F4FB',\n};\n\nconst darkPurple: ColorVariants = {\n shade50: '#0a0411',\n shade40: '#130820',\n shade30: '#230f3c',\n shade20: '#301451',\n shade10: '#391860',\n primary: '#401B6C',\n tint10: '#502a7d',\n tint20: '#623d8f',\n tint30: '#7d5ba6',\n tint40: '#b9a3d3',\n tint50: '#d8cce7',\n tint60: '#f5f2f9',\n};\n\nconst orchid: ColorVariants = {\n shade50: '#15101d',\n shade40: '#281e37',\n shade30: '#4b3867',\n shade20: '#664b8c',\n shade10: '#7959a5',\n primary: '#8764B8',\n tint10: '#9372c0',\n tint20: '#a083c9',\n tint30: '#b29ad4',\n tint40: '#d7c9ea',\n tint50: '#e9e2f4',\n tint60: '#f9f8fc',\n};\n\nconst grape: ColorVariants = {\n shade50: '#160418',\n shade40: '#29072E',\n shade30: '#4D0D56',\n shade20: '#691174',\n shade10: '#7C158A',\n primary: '#881798',\n tint10: '#972AA5',\n tint20: '#A43FB1',\n tint30: '#B65FC2',\n tint40: '#DAA7E0',\n tint50: '#CCD5F3',\n tint60: '#F2F4FC',\n};\n\nconst berry: ColorVariants = {\n shade50: '#1f091c',\n shade40: '#3a1135',\n shade30: '#6d1f64',\n shade20: '#932b87',\n shade10: '#ae33a0',\n primary: '#C239B3',\n tint10: '#c94bba',\n tint20: '#d060c3',\n tint30: '#da7dcf',\n tint40: '#edbae7',\n tint50: '#f5d9f2',\n tint60: '#fdf5fc',\n};\n\nconst lilac: ColorVariants = {\n shade50: '#1C0B1F',\n shade40: '#35153A',\n shade30: '#63276D',\n shade20: '#873593',\n shade10: '#A03FAE',\n primary: '#B146C2',\n tint10: '#BA58C9',\n tint20: '#C36BD0',\n tint30: '#CF86DA',\n tint40: '#E7BFED',\n tint50: '#F2DCF5',\n tint60: '#FCF6FD',\n};\n\nconst pink: ColorVariants = {\n shade50: '#24091A',\n shade40: '#441232',\n shade30: '#7F215D',\n shade20: '#AC2D7E',\n shade10: '#CC3595',\n primary: '#E43BA6',\n tint10: '#E650AF',\n tint20: '#EA66B9',\n tint30: '#EE84C7',\n tint40: '#F7C0E3',\n tint50: '#FBDDF0',\n tint60: '#FEF6FB',\n};\n\nconst hotPink: ColorVariants = {\n shade50: '#240016',\n shade40: '#44002a',\n shade30: '#7f004e',\n shade20: '#ac006a',\n shade10: '#cc007e',\n primary: '#E3008C',\n tint10: '#e61c99',\n tint20: '#ea38a6',\n tint30: '#ee5fb7',\n tint40: '#f7adda',\n tint50: '#fbd2eb',\n tint60: '#fef4fa',\n};\n\nconst magenta: ColorVariants = {\n shade50: '#1F0013',\n shade40: '#390023',\n shade30: '#6B0042',\n shade20: '#91005A',\n shade10: '#AC006A',\n primary: '#BF0077',\n tint10: '#C71884',\n tint20: '#CF3292',\n tint30: '#D957A7',\n tint40: '#ECA5D1',\n tint50: '#F5CEE6',\n tint60: '#FCF2F9',\n};\n\nconst plum: ColorVariants = {\n shade50: '#13000C',\n shade40: '#240017',\n shade30: '#43002C',\n shade20: '#5B003B',\n shade10: '#6C0046',\n primary: '#77004D',\n tint10: '#88105E',\n tint20: '#982570',\n tint30: '#AE4689',\n tint40: '#D696C0',\n tint50: '#E9C4DC',\n tint60: '#FAF0F6',\n};\n\nconst beige: ColorVariants = {\n shade50: '#141313',\n shade40: '#252323',\n shade30: '#454241',\n shade20: '#5D5958',\n shade10: '#6E6A69',\n primary: '#7A7574',\n tint10: '#8A8584',\n tint20: '#9A9594',\n tint30: '#AFABAA',\n tint40: '#D7D5D4',\n tint50: '#EAE8E8',\n tint60: '#FAF9F9',\n};\n\n// TODO naming iteration -> clashing with grey\nconst mink: ColorVariants = {\n shade50: '#0F0E0E',\n shade40: '#1C1B1A',\n shade30: '#333231',\n shade20: '#464442',\n shade10: '#53504E',\n primary: '#5D5A58',\n tint10: '#6F6C6A',\n tint20: '#83807E',\n tint30: '#9D9A98',\n tint40: '#CECCCB',\n tint50: '#E5E4E3',\n tint60: '#F8F8F8',\n};\n\nconst silver: ColorVariants = {\n shade50: '#151818',\n shade40: '#282d2e',\n shade30: '#4b5356',\n shade20: '#657174',\n shade10: '#78868a',\n primary: '#859599',\n tint10: '#92a1a5',\n tint20: '#a0aeb1',\n tint30: '#b3bfc2',\n tint40: '#d8dfe0',\n tint50: '#eaeeef',\n tint60: '#fafbfb',\n};\n\nconst platinum: ColorVariants = {\n shade50: '#111314',\n shade40: '#1F2425',\n shade30: '#3A4346',\n shade20: '#4F5B5F',\n shade10: '#5D6C70',\n primary: '#69797E',\n tint10: '#78888D',\n tint20: '#88979C',\n tint30: '#9FADB1',\n tint40: '#CDD5D8',\n tint50: '#E4E9EA',\n tint60: '#F8F9FA',\n};\n\nconst anchor: ColorVariants = {\n shade50: '#090A0B',\n shade40: '#111315',\n shade30: '#1F2427',\n shade20: '#2A3134',\n shade10: '#32393E',\n primary: '#394146',\n tint10: '#4C555B',\n tint20: '#616B72',\n tint30: '#7F898F',\n tint40: '#BCC3C7',\n tint50: '#DADFE1',\n tint60: '#F6F7F8',\n};\n\nconst charcoal: ColorVariants = {\n shade50: '#090909',\n shade40: '#111111',\n shade30: '#1f1f1f',\n shade20: '#2b2b2b',\n shade10: '#323232',\n primary: '#393939',\n tint10: '#505050',\n tint20: '#686868',\n tint30: '#888888',\n tint40: '#c3c3c3',\n tint50: '#dfdfdf',\n tint60: '#f7f7f7',\n};\n\nexport const sharedColors: GlobalSharedColors = {\n darkRed,\n burgundy,\n cranberry,\n red,\n darkOrange,\n bronze,\n pumpkin,\n orange,\n peach,\n marigold,\n yellow,\n gold,\n brass,\n brown,\n darkBrown,\n lime,\n forest,\n seafoam,\n lightGreen,\n green,\n darkGreen,\n lightTeal,\n teal,\n darkTeal,\n cyan,\n steel,\n lightBlue,\n blue,\n royalBlue,\n darkBlue,\n cornflower,\n navy,\n lavender,\n purple,\n darkPurple,\n orchid,\n grape,\n berry,\n lilac,\n pink,\n hotPink,\n magenta,\n plum,\n beige,\n mink, // TODO naming iteration -> clashing with grey\n silver,\n platinum,\n anchor,\n charcoal,\n};\n\nexport const brandColors: ProductBrandColors = {\n teams: brandTeams,\n web: brand,\n};\n"]}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { FontFamilies, FontSizes, FontWeights, LineHeights, TextAlignments } from '../types';
|
2
|
-
export declare const fontSizes: FontSizes;
|
3
|
-
export declare const lineHeights: LineHeights;
|
4
|
-
export declare const fontWeights: FontWeights;
|
5
|
-
export declare const fontFamilies: FontFamilies;
|
6
|
-
export declare const textAlignments: TextAlignments;
|
package/lib-amd/global/fonts.js
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
define(["require", "exports"], function (require, exports) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.fontSizes = {
|
5
|
-
base: {
|
6
|
-
100: '10px',
|
7
|
-
200: '12px',
|
8
|
-
300: '14px',
|
9
|
-
400: '16px',
|
10
|
-
500: '20px',
|
11
|
-
600: '24px',
|
12
|
-
},
|
13
|
-
hero: {
|
14
|
-
700: '28px',
|
15
|
-
800: '32px',
|
16
|
-
900: '40px',
|
17
|
-
1000: '68px',
|
18
|
-
},
|
19
|
-
};
|
20
|
-
exports.lineHeights = {
|
21
|
-
base: {
|
22
|
-
100: '14px',
|
23
|
-
200: '16px',
|
24
|
-
300: '20px',
|
25
|
-
400: '22px',
|
26
|
-
500: '28px',
|
27
|
-
600: '32px',
|
28
|
-
},
|
29
|
-
hero: {
|
30
|
-
700: '36px',
|
31
|
-
800: '40px',
|
32
|
-
900: '52px',
|
33
|
-
1000: '92px',
|
34
|
-
},
|
35
|
-
};
|
36
|
-
exports.fontWeights = {
|
37
|
-
regular: 400,
|
38
|
-
medium: 500,
|
39
|
-
semibold: 600,
|
40
|
-
};
|
41
|
-
exports.fontFamilies = {
|
42
|
-
base:
|
43
|
-
// eslint-disable-next-line @fluentui/max-len
|
44
|
-
"'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif",
|
45
|
-
monospace: "Consolas, 'Courier New', Courier, monospace",
|
46
|
-
numeric:
|
47
|
-
// eslint-disable-next-line @fluentui/max-len
|
48
|
-
"Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif",
|
49
|
-
};
|
50
|
-
exports.textAlignments = {
|
51
|
-
center: 'center',
|
52
|
-
end: 'end',
|
53
|
-
justify: 'justify',
|
54
|
-
start: 'start',
|
55
|
-
};
|
56
|
-
});
|
57
|
-
//# sourceMappingURL=fonts.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"fonts.js","sourceRoot":"../src/","sources":["global/fonts.ts"],"names":[],"mappings":";;;IAEa,QAAA,SAAS,GAAc;QAClC,IAAI,EAAE;YACJ,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;SACZ;QACD,IAAI,EAAE;YACJ,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,IAAI,EAAE,MAAM;SACb;KACF,CAAC;IAEW,QAAA,WAAW,GAAgB;QACtC,IAAI,EAAE;YACJ,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;SACZ;QACD,IAAI,EAAE;YACJ,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,GAAG,EAAE,MAAM;YACX,IAAI,EAAE,MAAM;SACb;KACF,CAAC;IAEW,QAAA,WAAW,GAAgB;QACtC,OAAO,EAAE,GAAG;QACZ,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,GAAG;KACd,CAAC;IAEW,QAAA,YAAY,GAAiB;QACxC,IAAI;QACF,6CAA6C;QAC7C,qHAAqH;QACvH,SAAS,EAAE,6CAA6C;QACxD,OAAO;QACL,6CAA6C;QAC7C,kIAAkI;KACrI,CAAC;IAEW,QAAA,cAAc,GAAmB;QAC5C,MAAM,EAAE,QAAQ;QAChB,GAAG,EAAE,KAAK;QACV,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,OAAO;KACf,CAAC","sourcesContent":["import { FontFamilies, FontSizes, FontWeights, LineHeights, TextAlignments } from '../types';\n\nexport const fontSizes: FontSizes = {\n base: {\n 100: '10px',\n 200: '12px',\n 300: '14px',\n 400: '16px',\n 500: '20px',\n 600: '24px',\n },\n hero: {\n 700: '28px',\n 800: '32px',\n 900: '40px',\n 1000: '68px',\n },\n};\n\nexport const lineHeights: LineHeights = {\n base: {\n 100: '14px',\n 200: '16px',\n 300: '20px',\n 400: '22px',\n 500: '28px',\n 600: '32px',\n },\n hero: {\n 700: '36px',\n 800: '40px',\n 900: '52px',\n 1000: '92px',\n },\n};\n\nexport const fontWeights: FontWeights = {\n regular: 400,\n medium: 500,\n semibold: 600,\n};\n\nexport const fontFamilies: FontFamilies = {\n base:\n // eslint-disable-next-line @fluentui/max-len\n \"'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif\",\n monospace: \"Consolas, 'Courier New', Courier, monospace\",\n numeric:\n // eslint-disable-next-line @fluentui/max-len\n \"Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif\",\n};\n\nexport const textAlignments: TextAlignments = {\n center: 'center',\n end: 'end',\n justify: 'justify',\n start: 'start',\n};\n"]}
|
package/lib-amd/global/index.js
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./colors", "./fonts", "./strokeWidths", "./borderRadius", "./utils"], function (require, exports, tslib_1, colors_1, fonts_1, strokeWidths_1, borderRadius_1, utils_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
tslib_1.__exportStar(colors_1, exports);
|
5
|
-
tslib_1.__exportStar(fonts_1, exports);
|
6
|
-
tslib_1.__exportStar(strokeWidths_1, exports);
|
7
|
-
tslib_1.__exportStar(borderRadius_1, exports);
|
8
|
-
tslib_1.__exportStar(utils_1, exports);
|
9
|
-
});
|
10
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["global/index.ts"],"names":[],"mappings":";;;IAAA,wCAAyB;IACzB,uCAAwB;IACxB,8CAA+B;IAC/B,8CAA+B;IAC/B,uCAAwB","sourcesContent":["export * from './colors';\nexport * from './fonts';\nexport * from './strokeWidths';\nexport * from './borderRadius';\nexport * from './utils';\n"]}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
define(["require", "exports"], function (require, exports) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.strokeWidths = {
|
5
|
-
thin: '1px',
|
6
|
-
thick: '2px',
|
7
|
-
thicker: '3px',
|
8
|
-
thickest: '4px',
|
9
|
-
};
|
10
|
-
});
|
11
|
-
//# sourceMappingURL=strokeWidths.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"strokeWidths.js","sourceRoot":"../src/","sources":["global/strokeWidths.ts"],"names":[],"mappings":";;;IAEa,QAAA,YAAY,GAAiB;QACxC,IAAI,EAAE,KAAK;QACX,KAAK,EAAE,KAAK;QACZ,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE,KAAK;KAChB,CAAC","sourcesContent":["import { StrokeWidths } from '../types';\n\nexport const strokeWidths: StrokeWidths = {\n thin: '1px',\n thick: '2px',\n thicker: '3px',\n thickest: '4px',\n};\n"]}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { BrandVariants } from '../types';
|
2
|
-
export declare const createGlobalTheme: (brand: BrandVariants) => {
|
3
|
-
color: {
|
4
|
-
black: string;
|
5
|
-
white: string;
|
6
|
-
hyperlink: string;
|
7
|
-
disabled: string;
|
8
|
-
selected: string;
|
9
|
-
};
|
10
|
-
palette: import("../types").GlobalSharedColors & {
|
11
|
-
brand: BrandVariants;
|
12
|
-
grey: Record<import("../types").Greys, string>;
|
13
|
-
};
|
14
|
-
type: {
|
15
|
-
fontSizes: import("../types").FontSizes;
|
16
|
-
fontWeights: import("../types").FontWeights;
|
17
|
-
fontFamilies: import("../types").FontFamilies;
|
18
|
-
lineHeights: import("../types").FontSizes;
|
19
|
-
alignment: import("../types").TextAlignments;
|
20
|
-
};
|
21
|
-
borderRadius: import("../types").BorderRadius;
|
22
|
-
strokeWidth: import("../types").StrokeWidths;
|
23
|
-
};
|
package/lib-amd/global/utils.js
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./borderRadius", "./colors", "./fonts", "./strokeWidths"], function (require, exports, tslib_1, borderRadius_1, colors_1, fonts_1, strokeWidths_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.createGlobalTheme = function (brand) {
|
5
|
-
return {
|
6
|
-
color: {
|
7
|
-
black: colors_1.black,
|
8
|
-
white: colors_1.white,
|
9
|
-
hyperlink: colors_1.hyperlink,
|
10
|
-
selected: colors_1.selected,
|
11
|
-
disabled: colors_1.disabled,
|
12
|
-
},
|
13
|
-
palette: tslib_1.__assign(tslib_1.__assign({}, colors_1.sharedColors), { brand: brand, grey: colors_1.grey }),
|
14
|
-
type: {
|
15
|
-
alignment: fonts_1.textAlignments,
|
16
|
-
fontFamilies: fonts_1.fontFamilies,
|
17
|
-
fontSizes: fonts_1.fontSizes,
|
18
|
-
fontWeights: fonts_1.fontWeights,
|
19
|
-
lineHeights: fonts_1.lineHeights,
|
20
|
-
},
|
21
|
-
borderRadius: borderRadius_1.borderRadius,
|
22
|
-
strokeWidth: strokeWidths_1.strokeWidths,
|
23
|
-
};
|
24
|
-
};
|
25
|
-
});
|
26
|
-
//# sourceMappingURL=utils.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"../src/","sources":["global/utils.ts"],"names":[],"mappings":";;;IAMa,QAAA,iBAAiB,GAAG,UAAC,KAAoB;QACpD,OAAO;YACL,KAAK,EAAE;gBACL,KAAK,gBAAA;gBACL,KAAK,gBAAA;gBACL,SAAS,oBAAA;gBACT,QAAQ,mBAAA;gBACR,QAAQ,mBAAA;aACT;YACD,OAAO,wCACF,qBAAY,KACf,KAAK,EAAE,KAAK,EACZ,IAAI,eAAA,GACL;YACD,IAAI,EAAE;gBACJ,SAAS,EAAE,sBAAc;gBACzB,YAAY,EAAE,oBAAY;gBAC1B,SAAS,EAAE,iBAAS;gBACpB,WAAW,EAAE,mBAAW;gBACxB,WAAW,EAAE,mBAAW;aACzB;YACD,YAAY,EAAE,2BAAY;YAC1B,WAAW,EAAE,2BAAY;SAC1B,CAAC;IACJ,CAAC,CAAC","sourcesContent":["import { borderRadius } from './borderRadius';\nimport { sharedColors, black, white, hyperlink, selected, disabled, grey } from './colors';\nimport { textAlignments, fontFamilies, fontWeights, fontSizes, lineHeights } from './fonts';\nimport { strokeWidths } from './strokeWidths';\nimport { Theme, BrandVariants } from '../types';\n\nexport const createGlobalTheme = (brand: BrandVariants): Theme['global'] => {\n return {\n color: {\n black,\n white,\n hyperlink,\n selected,\n disabled,\n },\n palette: {\n ...sharedColors,\n brand: brand,\n grey,\n },\n type: {\n alignment: textAlignments,\n fontFamilies: fontFamilies,\n fontSizes: fontSizes,\n fontWeights: fontWeights,\n lineHeights: lineHeights,\n },\n borderRadius: borderRadius,\n strokeWidth: strokeWidths,\n };\n};\n"]}
|
package/lib-amd/index.d.ts
DELETED
package/lib-amd/index.js
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./themes/index", "./global/index", "./utils/mergeThemes", "./utils/themeToCSSVariables"], function (require, exports, tslib_1, index_1, index_2, mergeThemes_1, themeToCSSVariables_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
tslib_1.__exportStar(index_1, exports);
|
5
|
-
tslib_1.__exportStar(index_2, exports);
|
6
|
-
exports.mergeThemes = mergeThemes_1.mergeThemes;
|
7
|
-
tslib_1.__exportStar(themeToCSSVariables_1, exports);
|
8
|
-
});
|
9
|
-
//# sourceMappingURL=index.js.map
|
package/lib-amd/index.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["index.ts"],"names":[],"mappings":";;;IAAA,uCAA+B;IAC/B,uCAA+B;IAEtB,oCAAA,WAAW,CAAA;IACpB,qDAA4C","sourcesContent":["export * from './themes/index';\nexport * from './global/index';\n\nexport { mergeThemes } from './utils/mergeThemes';\nexport * from './utils/themeToCSSVariables';\n\nexport * from './types';\n"]}
|
package/lib-amd/themes/index.js
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./teams/index", "./web/index"], function (require, exports, tslib_1, index_1, index_2) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
tslib_1.__exportStar(index_1, exports);
|
5
|
-
tslib_1.__exportStar(index_2, exports);
|
6
|
-
});
|
7
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["themes/index.ts"],"names":[],"mappings":";;;IAAA,uCAA8B;IAC9B,uCAA4B","sourcesContent":["export * from './teams/index';\nexport * from './web/index';\n"]}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "../../utils/dark/index", "../../global/index", "./globalTheme", "../../utils/shadows"], function (require, exports, tslib_1, index_1, index_2, globalTheme_1, shadows_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
var teamsNeutralColorTokens = index_1.createNeutralColorTokens(index_2.brandColors.teams, {
|
5
|
-
neutralBackground2: index_2.grey[14],
|
6
|
-
neutralBackground2Hover: index_2.grey[20],
|
7
|
-
neutralBackground2Pressed: index_2.grey[16],
|
8
|
-
neutralBackground2Selected: index_2.grey[18],
|
9
|
-
neutralBackground3: index_2.grey[12],
|
10
|
-
neutralBackground3Hover: index_2.grey[18],
|
11
|
-
neutralBackground3Pressed: index_2.grey[14],
|
12
|
-
neutralBackground3Selected: index_2.grey[16],
|
13
|
-
neutralBackground4: index_2.grey[8],
|
14
|
-
neutralBackground4Hover: index_2.grey[14],
|
15
|
-
neutralBackground4Pressed: index_2.grey[10],
|
16
|
-
neutralBackground4Selected: index_2.grey[12],
|
17
|
-
neutralBackground5: index_2.grey[4],
|
18
|
-
neutralBackground5Hover: index_2.grey[10],
|
19
|
-
neutralBackground5Pressed: index_2.grey[6],
|
20
|
-
neutralBackground5Selected: index_2.grey[8],
|
21
|
-
});
|
22
|
-
exports.teamsDarkTheme = {
|
23
|
-
global: globalTheme_1.globalTheme,
|
24
|
-
alias: {
|
25
|
-
color: tslib_1.__assign(tslib_1.__assign({}, index_1.sharedColorTokens), { neutral: teamsNeutralColorTokens, subtle: index_1.subtleColorTokens, transparent: index_1.transparentColorTokens, brand: index_1.createBrandColorTokens(index_2.brandColors.teams) }),
|
26
|
-
shadow: shadows_1.createShadowLevelTokens(teamsNeutralColorTokens.neutralShadowAmbient, teamsNeutralColorTokens.neutralShadowKey),
|
27
|
-
},
|
28
|
-
};
|
29
|
-
});
|
30
|
-
//# sourceMappingURL=darkTheme.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"darkTheme.js","sourceRoot":"../src/","sources":["themes/teams/darkTheme.ts"],"names":[],"mappings":";;;IAYA,IAAM,uBAAuB,GAAG,gCAAwB,CAAC,mBAAW,CAAC,KAAK,EAAE;QAC1E,kBAAkB,EAAE,YAAI,CAAC,EAAE,CAAC;QAC5B,uBAAuB,EAAE,YAAI,CAAC,EAAE,CAAC;QACjC,yBAAyB,EAAE,YAAI,CAAC,EAAE,CAAC;QACnC,0BAA0B,EAAE,YAAI,CAAC,EAAE,CAAC;QAEpC,kBAAkB,EAAE,YAAI,CAAC,EAAE,CAAC;QAC5B,uBAAuB,EAAE,YAAI,CAAC,EAAE,CAAC;QACjC,yBAAyB,EAAE,YAAI,CAAC,EAAE,CAAC;QACnC,0BAA0B,EAAE,YAAI,CAAC,EAAE,CAAC;QAEpC,kBAAkB,EAAE,YAAI,CAAC,CAAC,CAAC;QAC3B,uBAAuB,EAAE,YAAI,CAAC,EAAE,CAAC;QACjC,yBAAyB,EAAE,YAAI,CAAC,EAAE,CAAC;QACnC,0BAA0B,EAAE,YAAI,CAAC,EAAE,CAAC;QAEpC,kBAAkB,EAAE,YAAI,CAAC,CAAC,CAAC;QAC3B,uBAAuB,EAAE,YAAI,CAAC,EAAE,CAAC;QACjC,yBAAyB,EAAE,YAAI,CAAC,CAAC,CAAC;QAClC,0BAA0B,EAAE,YAAI,CAAC,CAAC,CAAC;KACpC,CAAC,CAAC;IAEU,QAAA,cAAc,GAAU;QACnC,MAAM,EAAE,yBAAW;QACnB,KAAK,EAAE;YACL,KAAK,wCACA,yBAAiB,KACpB,OAAO,EAAE,uBAAuB,EAChC,MAAM,EAAE,yBAAiB,EACzB,WAAW,EAAE,8BAAsB,EACnC,KAAK,EAAE,8BAAsB,CAAC,mBAAW,CAAC,KAAK,CAAC,GACjD;YACD,MAAM,EAAE,iCAAuB,CAC7B,uBAAuB,CAAC,oBAAoB,EAC5C,uBAAuB,CAAC,gBAAgB,CACzC;SACF;KACF,CAAC","sourcesContent":["import {\n createBrandColorTokens,\n createNeutralColorTokens,\n subtleColorTokens,\n sharedColorTokens,\n transparentColorTokens,\n} from '../../utils/dark/index';\nimport { brandColors, grey } from '../../global/index';\nimport { Theme } from '../../types';\nimport { globalTheme } from './globalTheme';\nimport { createShadowLevelTokens } from '../../utils/shadows';\n\nconst teamsNeutralColorTokens = createNeutralColorTokens(brandColors.teams, {\n neutralBackground2: grey[14],\n neutralBackground2Hover: grey[20],\n neutralBackground2Pressed: grey[16],\n neutralBackground2Selected: grey[18],\n\n neutralBackground3: grey[12],\n neutralBackground3Hover: grey[18],\n neutralBackground3Pressed: grey[14],\n neutralBackground3Selected: grey[16],\n\n neutralBackground4: grey[8],\n neutralBackground4Hover: grey[14],\n neutralBackground4Pressed: grey[10],\n neutralBackground4Selected: grey[12],\n\n neutralBackground5: grey[4],\n neutralBackground5Hover: grey[10],\n neutralBackground5Pressed: grey[6],\n neutralBackground5Selected: grey[8],\n});\n\nexport const teamsDarkTheme: Theme = {\n global: globalTheme,\n alias: {\n color: {\n ...sharedColorTokens,\n neutral: teamsNeutralColorTokens,\n subtle: subtleColorTokens,\n transparent: transparentColorTokens,\n brand: createBrandColorTokens(brandColors.teams),\n },\n shadow: createShadowLevelTokens(\n teamsNeutralColorTokens.neutralShadowAmbient,\n teamsNeutralColorTokens.neutralShadowKey,\n ),\n },\n};\n"]}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
export declare const globalTheme: {
|
2
|
-
color: {
|
3
|
-
black: string;
|
4
|
-
white: string;
|
5
|
-
hyperlink: string;
|
6
|
-
disabled: string;
|
7
|
-
selected: string;
|
8
|
-
};
|
9
|
-
palette: import("../..").GlobalSharedColors & {
|
10
|
-
brand: import("../..").BrandVariants;
|
11
|
-
grey: Record<import("../..").Greys, string>;
|
12
|
-
};
|
13
|
-
type: {
|
14
|
-
fontSizes: import("../..").FontSizes;
|
15
|
-
fontWeights: import("../..").FontWeights;
|
16
|
-
fontFamilies: import("../..").FontFamilies;
|
17
|
-
lineHeights: import("../..").FontSizes;
|
18
|
-
alignment: import("../..").TextAlignments;
|
19
|
-
};
|
20
|
-
borderRadius: import("../..").BorderRadius;
|
21
|
-
strokeWidth: import("../..").StrokeWidths;
|
22
|
-
};
|
@@ -1,6 +0,0 @@
|
|
1
|
-
define(["require", "exports", "../../global/index"], function (require, exports, index_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.globalTheme = index_1.createGlobalTheme(index_1.brandColors.teams);
|
5
|
-
});
|
6
|
-
//# sourceMappingURL=globalTheme.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"globalTheme.js","sourceRoot":"../src/","sources":["themes/teams/globalTheme.ts"],"names":[],"mappings":";;;IAEa,QAAA,WAAW,GAAG,yBAAiB,CAAC,mBAAW,CAAC,KAAK,CAAC,CAAC","sourcesContent":["import { brandColors, createGlobalTheme } from '../../global/index';\n\nexport const globalTheme = createGlobalTheme(brandColors.teams);\n"]}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "../../utils/highContrast/index", "../../global/index", "./globalTheme", "../../utils/shadows"], function (require, exports, tslib_1, index_1, index_2, globalTheme_1, shadows_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
var teamsNeutralColorTokens = index_1.createNeutralColorTokens(index_2.brandColors.teams);
|
5
|
-
exports.teamsHighContrastTheme = {
|
6
|
-
global: globalTheme_1.globalTheme,
|
7
|
-
alias: {
|
8
|
-
color: tslib_1.__assign(tslib_1.__assign({}, index_1.sharedColorTokens), { neutral: teamsNeutralColorTokens, subtle: index_1.subtleColorTokens, transparent: index_1.transparentColorTokens, brand: index_1.createBrandColorTokens() }),
|
9
|
-
shadow: shadows_1.createShadowLevelTokens(teamsNeutralColorTokens.neutralShadowAmbient, teamsNeutralColorTokens.neutralShadowKey),
|
10
|
-
},
|
11
|
-
};
|
12
|
-
});
|
13
|
-
//# sourceMappingURL=highContrastTheme.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"highContrastTheme.js","sourceRoot":"../src/","sources":["themes/teams/highContrastTheme.ts"],"names":[],"mappings":";;;IAYA,IAAM,uBAAuB,GAAG,gCAAwB,CAAC,mBAAW,CAAC,KAAK,CAAC,CAAC;IAE/D,QAAA,sBAAsB,GAAU;QAC3C,MAAM,EAAE,yBAAW;QACnB,KAAK,EAAE;YACL,KAAK,wCACA,yBAAiB,KACpB,OAAO,EAAE,uBAAuB,EAChC,MAAM,EAAE,yBAAiB,EACzB,WAAW,EAAE,8BAAsB,EACnC,KAAK,EAAE,8BAAsB,EAAE,GAChC;YACD,MAAM,EAAE,iCAAuB,CAC7B,uBAAuB,CAAC,oBAAoB,EAC5C,uBAAuB,CAAC,gBAAgB,CACzC;SACF;KACF,CAAC","sourcesContent":["import {\n createBrandColorTokens,\n createNeutralColorTokens,\n subtleColorTokens,\n sharedColorTokens,\n transparentColorTokens,\n} from '../../utils/highContrast/index';\nimport { brandColors } from '../../global/index';\nimport { Theme } from '../../types';\nimport { globalTheme } from './globalTheme';\nimport { createShadowLevelTokens } from '../../utils/shadows';\n\nconst teamsNeutralColorTokens = createNeutralColorTokens(brandColors.teams);\n\nexport const teamsHighContrastTheme: Theme = {\n global: globalTheme,\n alias: {\n color: {\n ...sharedColorTokens,\n neutral: teamsNeutralColorTokens,\n subtle: subtleColorTokens,\n transparent: transparentColorTokens,\n brand: createBrandColorTokens(),\n },\n shadow: createShadowLevelTokens(\n teamsNeutralColorTokens.neutralShadowAmbient,\n teamsNeutralColorTokens.neutralShadowKey,\n ),\n },\n};\n"]}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./lightTheme", "./darkTheme", "./highContrastTheme"], function (require, exports, tslib_1, lightTheme_1, darkTheme_1, highContrastTheme_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
tslib_1.__exportStar(lightTheme_1, exports);
|
5
|
-
tslib_1.__exportStar(darkTheme_1, exports);
|
6
|
-
tslib_1.__exportStar(highContrastTheme_1, exports);
|
7
|
-
});
|
8
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["themes/teams/index.ts"],"names":[],"mappings":";;;IAAA,4CAA6B;IAC7B,2CAA4B;IAC5B,mDAAoC","sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\nexport * from './highContrastTheme';\n"]}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "../../utils/light/index", "../../global/index", "./globalTheme", "../../utils/shadows"], function (require, exports, tslib_1, index_1, index_2, globalTheme_1, shadows_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
var neutralColorTokens = index_1.createNeutralColorTokens(index_2.brandColors.teams);
|
5
|
-
exports.teamsLightTheme = {
|
6
|
-
global: globalTheme_1.globalTheme,
|
7
|
-
alias: {
|
8
|
-
color: tslib_1.__assign(tslib_1.__assign({}, index_1.sharedColorTokens), { neutral: neutralColorTokens, subtle: index_1.subtleColorTokens, transparent: index_1.transparentColorTokens, brand: index_1.createBrandColorTokens(index_2.brandColors.teams) }),
|
9
|
-
shadow: shadows_1.createShadowLevelTokens(neutralColorTokens.neutralShadowAmbient, neutralColorTokens.neutralShadowKey),
|
10
|
-
},
|
11
|
-
};
|
12
|
-
});
|
13
|
-
//# sourceMappingURL=lightTheme.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"lightTheme.js","sourceRoot":"../src/","sources":["themes/teams/lightTheme.ts"],"names":[],"mappings":";;;IAYA,IAAM,kBAAkB,GAAG,gCAAwB,CAAC,mBAAW,CAAC,KAAK,CAAC,CAAC;IAC1D,QAAA,eAAe,GAAU;QACpC,MAAM,EAAE,yBAAW;QACnB,KAAK,EAAE;YACL,KAAK,wCACA,yBAAiB,KACpB,OAAO,EAAE,kBAAkB,EAC3B,MAAM,EAAE,yBAAiB,EACzB,WAAW,EAAE,8BAAsB,EACnC,KAAK,EAAE,8BAAsB,CAAC,mBAAW,CAAC,KAAK,CAAC,GACjD;YACD,MAAM,EAAE,iCAAuB,CAAC,kBAAkB,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,gBAAgB,CAAC;SAC9G;KACF,CAAC","sourcesContent":["import {\n createBrandColorTokens,\n createNeutralColorTokens,\n sharedColorTokens,\n transparentColorTokens,\n subtleColorTokens,\n} from '../../utils/light/index';\nimport { Theme } from '../../types';\nimport { brandColors } from '../../global/index';\nimport { globalTheme } from './globalTheme';\nimport { createShadowLevelTokens } from '../../utils/shadows';\n\nconst neutralColorTokens = createNeutralColorTokens(brandColors.teams);\nexport const teamsLightTheme: Theme = {\n global: globalTheme,\n alias: {\n color: {\n ...sharedColorTokens,\n neutral: neutralColorTokens,\n subtle: subtleColorTokens,\n transparent: transparentColorTokens,\n brand: createBrandColorTokens(brandColors.teams),\n },\n shadow: createShadowLevelTokens(neutralColorTokens.neutralShadowAmbient, neutralColorTokens.neutralShadowKey),\n },\n};\n"]}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "../../utils/dark/index", "../../global/index", "./globalTheme", "../../utils/shadows"], function (require, exports, tslib_1, index_1, index_2, globalTheme_1, shadows_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
var neutralColorTokens = index_1.createNeutralColorTokens(index_2.brandColors.web);
|
5
|
-
exports.webDarkTheme = {
|
6
|
-
global: globalTheme_1.globalTheme,
|
7
|
-
alias: {
|
8
|
-
color: tslib_1.__assign(tslib_1.__assign({}, index_1.sharedColorTokens), { neutral: neutralColorTokens, subtle: index_1.subtleColorTokens, transparent: index_1.transparentColorTokens, brand: index_1.createBrandColorTokens(index_2.brandColors.web) }),
|
9
|
-
shadow: shadows_1.createShadowLevelTokens(neutralColorTokens.neutralShadowAmbient, neutralColorTokens.neutralShadowKey),
|
10
|
-
},
|
11
|
-
};
|
12
|
-
});
|
13
|
-
//# sourceMappingURL=darkTheme.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"darkTheme.js","sourceRoot":"../src/","sources":["themes/web/darkTheme.ts"],"names":[],"mappings":";;;IAYA,IAAM,kBAAkB,GAAG,gCAAwB,CAAC,mBAAW,CAAC,GAAG,CAAC,CAAC;IACxD,QAAA,YAAY,GAAU;QACjC,MAAM,EAAE,yBAAW;QACnB,KAAK,EAAE;YACL,KAAK,wCACA,yBAAiB,KACpB,OAAO,EAAE,kBAAkB,EAC3B,MAAM,EAAE,yBAAiB,EACzB,WAAW,EAAE,8BAAsB,EACnC,KAAK,EAAE,8BAAsB,CAAC,mBAAW,CAAC,GAAG,CAAC,GAC/C;YACD,MAAM,EAAE,iCAAuB,CAAC,kBAAkB,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,gBAAgB,CAAC;SAC9G;KACF,CAAC","sourcesContent":["import {\n createBrandColorTokens,\n createNeutralColorTokens,\n subtleColorTokens,\n sharedColorTokens,\n transparentColorTokens,\n} from '../../utils/dark/index';\nimport { Theme } from '../../types';\nimport { brandColors } from '../../global/index';\nimport { globalTheme } from './globalTheme';\nimport { createShadowLevelTokens } from '../../utils/shadows';\n\nconst neutralColorTokens = createNeutralColorTokens(brandColors.web);\nexport const webDarkTheme: Theme = {\n global: globalTheme,\n alias: {\n color: {\n ...sharedColorTokens,\n neutral: neutralColorTokens,\n subtle: subtleColorTokens,\n transparent: transparentColorTokens,\n brand: createBrandColorTokens(brandColors.web),\n },\n shadow: createShadowLevelTokens(neutralColorTokens.neutralShadowAmbient, neutralColorTokens.neutralShadowKey),\n },\n};\n"]}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
export declare const globalTheme: {
|
2
|
-
color: {
|
3
|
-
black: string;
|
4
|
-
white: string;
|
5
|
-
hyperlink: string;
|
6
|
-
disabled: string;
|
7
|
-
selected: string;
|
8
|
-
};
|
9
|
-
palette: import("../..").GlobalSharedColors & {
|
10
|
-
brand: import("../..").BrandVariants;
|
11
|
-
grey: Record<import("../..").Greys, string>;
|
12
|
-
};
|
13
|
-
type: {
|
14
|
-
fontSizes: import("../..").FontSizes;
|
15
|
-
fontWeights: import("../..").FontWeights;
|
16
|
-
fontFamilies: import("../..").FontFamilies;
|
17
|
-
lineHeights: import("../..").FontSizes;
|
18
|
-
alignment: import("../..").TextAlignments;
|
19
|
-
};
|
20
|
-
borderRadius: import("../..").BorderRadius;
|
21
|
-
strokeWidth: import("../..").StrokeWidths;
|
22
|
-
};
|
@@ -1,6 +0,0 @@
|
|
1
|
-
define(["require", "exports", "../../global/index"], function (require, exports, index_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.globalTheme = index_1.createGlobalTheme(index_1.brandColors.web);
|
5
|
-
});
|
6
|
-
//# sourceMappingURL=globalTheme.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"globalTheme.js","sourceRoot":"../src/","sources":["themes/web/globalTheme.ts"],"names":[],"mappings":";;;IAEa,QAAA,WAAW,GAAG,yBAAiB,CAAC,mBAAW,CAAC,GAAG,CAAC,CAAC","sourcesContent":["import { brandColors, createGlobalTheme } from '../../global/index';\n\nexport const globalTheme = createGlobalTheme(brandColors.web);\n"]}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "../../utils/highContrast/index", "../../global/index", "./globalTheme", "../../utils/shadows"], function (require, exports, tslib_1, index_1, index_2, globalTheme_1, shadows_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
var neutralColorTokens = index_1.createNeutralColorTokens(index_2.brandColors.web);
|
5
|
-
exports.webHighContrastTheme = {
|
6
|
-
global: globalTheme_1.globalTheme,
|
7
|
-
alias: {
|
8
|
-
color: tslib_1.__assign(tslib_1.__assign({}, index_1.sharedColorTokens), { neutral: neutralColorTokens, subtle: index_1.subtleColorTokens, transparent: index_1.transparentColorTokens, brand: index_1.createBrandColorTokens() }),
|
9
|
-
shadow: shadows_1.createShadowLevelTokens(neutralColorTokens.neutralShadowAmbient, neutralColorTokens.neutralShadowKey),
|
10
|
-
},
|
11
|
-
};
|
12
|
-
});
|
13
|
-
//# sourceMappingURL=highContrastTheme.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"highContrastTheme.js","sourceRoot":"../src/","sources":["themes/web/highContrastTheme.ts"],"names":[],"mappings":";;;IAYA,IAAM,kBAAkB,GAAG,gCAAwB,CAAC,mBAAW,CAAC,GAAG,CAAC,CAAC;IACxD,QAAA,oBAAoB,GAAU;QACzC,MAAM,EAAE,yBAAW;QACnB,KAAK,EAAE;YACL,KAAK,wCACA,yBAAiB,KACpB,OAAO,EAAE,kBAAkB,EAC3B,MAAM,EAAE,yBAAiB,EACzB,WAAW,EAAE,8BAAsB,EACnC,KAAK,EAAE,8BAAsB,EAAE,GAChC;YACD,MAAM,EAAE,iCAAuB,CAAC,kBAAkB,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,gBAAgB,CAAC;SAC9G;KACF,CAAC","sourcesContent":["import {\n createBrandColorTokens,\n createNeutralColorTokens,\n subtleColorTokens,\n sharedColorTokens,\n transparentColorTokens,\n} from '../../utils/highContrast/index';\nimport { brandColors } from '../../global/index';\nimport { Theme } from '../../types';\nimport { globalTheme } from './globalTheme';\nimport { createShadowLevelTokens } from '../../utils/shadows';\n\nconst neutralColorTokens = createNeutralColorTokens(brandColors.web);\nexport const webHighContrastTheme: Theme = {\n global: globalTheme,\n alias: {\n color: {\n ...sharedColorTokens,\n neutral: neutralColorTokens,\n subtle: subtleColorTokens,\n transparent: transparentColorTokens,\n brand: createBrandColorTokens(),\n },\n shadow: createShadowLevelTokens(neutralColorTokens.neutralShadowAmbient, neutralColorTokens.neutralShadowKey),\n },\n};\n"]}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "./lightTheme", "./darkTheme", "./highContrastTheme"], function (require, exports, tslib_1, lightTheme_1, darkTheme_1, highContrastTheme_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
tslib_1.__exportStar(lightTheme_1, exports);
|
5
|
-
tslib_1.__exportStar(darkTheme_1, exports);
|
6
|
-
tslib_1.__exportStar(highContrastTheme_1, exports);
|
7
|
-
});
|
8
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["themes/web/index.ts"],"names":[],"mappings":";;;IAAA,4CAA6B;IAC7B,2CAA4B;IAC5B,mDAAoC","sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\nexport * from './highContrastTheme';\n"]}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
define(["require", "exports", "tslib", "../../utils/light/index", "../../global/index", "./globalTheme", "../../utils/shadows"], function (require, exports, tslib_1, index_1, index_2, globalTheme_1, shadows_1) {
|
2
|
-
"use strict";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
var neutralColorTokens = index_1.createNeutralColorTokens(index_2.brandColors.web);
|
5
|
-
exports.webLightTheme = {
|
6
|
-
global: globalTheme_1.globalTheme,
|
7
|
-
alias: {
|
8
|
-
color: tslib_1.__assign(tslib_1.__assign({}, index_1.sharedColorTokens), { neutral: neutralColorTokens, subtle: index_1.subtleColorTokens, transparent: index_1.transparentColorTokens, brand: index_1.createBrandColorTokens(index_2.brandColors.web) }),
|
9
|
-
shadow: shadows_1.createShadowLevelTokens(neutralColorTokens.neutralShadowAmbient, neutralColorTokens.neutralShadowKey),
|
10
|
-
},
|
11
|
-
};
|
12
|
-
});
|
13
|
-
//# sourceMappingURL=lightTheme.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"lightTheme.js","sourceRoot":"../src/","sources":["themes/web/lightTheme.ts"],"names":[],"mappings":";;;IAaA,IAAM,kBAAkB,GAAG,gCAAwB,CAAC,mBAAW,CAAC,GAAG,CAAC,CAAC;IACxD,QAAA,aAAa,GAAU;QAClC,MAAM,EAAE,yBAAW;QACnB,KAAK,EAAE;YACL,KAAK,wCACA,yBAAiB,KACpB,OAAO,EAAE,kBAAkB,EAC3B,MAAM,EAAE,yBAAiB,EACzB,WAAW,EAAE,8BAAsB,EACnC,KAAK,EAAE,8BAAsB,CAAC,mBAAW,CAAC,GAAG,CAAC,GAC/C;YACD,MAAM,EAAE,iCAAuB,CAAC,kBAAkB,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,gBAAgB,CAAC;SAC9G;KACF,CAAC","sourcesContent":["import {\n createBrandColorTokens,\n createNeutralColorTokens,\n subtleColorTokens,\n sharedColorTokens,\n transparentColorTokens,\n} from '../../utils/light/index';\n\nimport { brandColors } from '../../global/index';\nimport { Theme } from '../../types';\nimport { globalTheme } from './globalTheme';\nimport { createShadowLevelTokens } from '../../utils/shadows';\n\nconst neutralColorTokens = createNeutralColorTokens(brandColors.web);\nexport const webLightTheme: Theme = {\n global: globalTheme,\n alias: {\n color: {\n ...sharedColorTokens,\n neutral: neutralColorTokens,\n subtle: subtleColorTokens,\n transparent: transparentColorTokens,\n brand: createBrandColorTokens(brandColors.web),\n },\n shadow: createShadowLevelTokens(neutralColorTokens.neutralShadowAmbient, neutralColorTokens.neutralShadowKey),\n },\n};\n"]}
|