@fluentui/react-theme 0.0.0-nightly-20220715-0418.1 → 0.0.0-nightly-20221007-1528.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/CHANGELOG.json +98 -4
- package/CHANGELOG.md +23 -5
- package/README.md +60 -2
- package/dist/index.d.ts +5 -0
- package/lib/alias/darkColor.js +14 -8
- package/lib/alias/darkColor.js.map +1 -1
- package/lib/alias/darkColorPalette.js +4 -3
- package/lib/alias/darkColorPalette.js.map +1 -1
- package/lib/alias/highContrastColor.js +8 -2
- package/lib/alias/highContrastColor.js.map +1 -1
- package/lib/alias/highContrastColorPalette.js +14 -13
- package/lib/alias/highContrastColorPalette.js.map +1 -1
- package/lib/alias/lightColor.js +7 -1
- package/lib/alias/lightColor.js.map +1 -1
- package/lib/alias/lightColorPalette.js +7 -4
- package/lib/alias/lightColorPalette.js.map +1 -1
- package/lib/alias/teamsDarkColor.js +12 -6
- package/lib/alias/teamsDarkColor.js.map +1 -1
- package/lib/alias/teamsDarkColorPalette.js +4 -3
- package/lib/alias/teamsDarkColorPalette.js.map +1 -1
- package/lib/global/borderRadius.js.map +1 -1
- package/lib/global/brandColors.js.map +1 -1
- package/lib/global/colorPalette.js +41 -0
- package/lib/global/colorPalette.js.map +1 -0
- package/lib/global/colors.js +52 -106
- package/lib/global/colors.js.map +1 -1
- package/lib/global/curves.js.map +1 -1
- package/lib/global/durations.js.map +1 -1
- package/lib/global/fonts.js +2 -1
- package/lib/global/fonts.js.map +1 -1
- package/lib/global/index.js.map +1 -1
- package/lib/global/spacings.js.map +1 -1
- package/lib/global/strokeWidths.js.map +1 -1
- package/lib/global/typographyStyles.js +9 -3
- package/lib/global/typographyStyles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/sharedColorNames.js +9 -0
- package/lib/sharedColorNames.js.map +1 -0
- package/lib/themeToTokensObject.js.map +1 -1
- package/lib/themes/index.js.map +1 -1
- package/lib/themes/teams/darkTheme.js.map +1 -1
- package/lib/themes/teams/highContrastTheme.js.map +1 -1
- package/lib/themes/teams/index.js.map +1 -1
- package/lib/themes/teams/lightTheme.js.map +1 -1
- package/lib/themes/web/darkTheme.js.map +1 -1
- package/lib/themes/web/index.js.map +1 -1
- package/lib/themes/web/lightTheme.js.map +1 -1
- package/lib/tokens.js +4 -0
- package/lib/tokens.js.map +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/createDarkTheme.js.map +1 -1
- package/lib/utils/createHighContrastTheme.js.map +1 -1
- package/lib/utils/createLightTheme.js.map +1 -1
- package/lib/utils/createTeamsDarkTheme.js.map +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/shadows.js.map +1 -1
- package/lib-commonjs/alias/darkColor.js +14 -8
- package/lib-commonjs/alias/darkColor.js.map +1 -1
- package/lib-commonjs/alias/darkColorPalette.js +17 -15
- package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
- package/lib-commonjs/alias/highContrastColor.js +8 -2
- package/lib-commonjs/alias/highContrastColor.js.map +1 -1
- package/lib-commonjs/alias/highContrastColorPalette.js +14 -12
- package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
- package/lib-commonjs/alias/lightColor.js +7 -1
- package/lib-commonjs/alias/lightColor.js.map +1 -1
- package/lib-commonjs/alias/lightColorPalette.js +20 -16
- package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
- package/lib-commonjs/alias/teamsDarkColor.js +12 -6
- package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
- package/lib-commonjs/alias/teamsDarkColorPalette.js +17 -15
- package/lib-commonjs/alias/teamsDarkColorPalette.js.map +1 -1
- package/lib-commonjs/global/borderRadius.js.map +1 -1
- package/lib-commonjs/global/brandColors.js.map +1 -1
- package/lib-commonjs/global/colorPalette.js +49 -0
- package/lib-commonjs/global/colorPalette.js.map +1 -0
- package/lib-commonjs/global/colors.js +54 -107
- package/lib-commonjs/global/colors.js.map +1 -1
- package/lib-commonjs/global/curves.js.map +1 -1
- package/lib-commonjs/global/durations.js.map +1 -1
- package/lib-commonjs/global/fonts.js +2 -1
- package/lib-commonjs/global/fonts.js.map +1 -1
- package/lib-commonjs/global/index.js.map +1 -1
- package/lib-commonjs/global/spacings.js.map +1 -1
- package/lib-commonjs/global/strokeWidths.js.map +1 -1
- package/lib-commonjs/global/typographyStyles.js +9 -3
- package/lib-commonjs/global/typographyStyles.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/sharedColorNames.js +16 -0
- package/lib-commonjs/sharedColorNames.js.map +1 -0
- package/lib-commonjs/themeToTokensObject.js.map +1 -1
- package/lib-commonjs/themes/index.js.map +1 -1
- package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
- package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
- package/lib-commonjs/themes/teams/index.js.map +1 -1
- package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
- package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
- package/lib-commonjs/themes/web/index.js.map +1 -1
- package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
- package/lib-commonjs/tokens.js +4 -0
- package/lib-commonjs/tokens.js.map +1 -1
- package/lib-commonjs/types.js.map +1 -1
- package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
- package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
- package/lib-commonjs/utils/createLightTheme.js.map +1 -1
- package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
- package/lib-commonjs/utils/index.js.map +1 -1
- package/lib-commonjs/utils/shadows.js.map +1 -1
- package/package.json +4 -8
- package/dist/tsdoc-metadata.json +0 -11
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["global/borderRadius.ts"],"names":[],"mappings":";;;;;;AAEa,OAAA,CAAA,YAAA,GAAmC;EAC9C,gBAAgB,EAAE,GAD4B;EAE9C,iBAAiB,EAAE,KAF2B;EAG9C,kBAAkB,EAAE,KAH0B;EAI9C,iBAAiB,EAAE,KAJ2B;EAK9C,kBAAkB,EAAE,KAL0B;EAM9C,oBAAoB,EAAE;AANwB,CAAnC","sourcesContent":["import type { BorderRadiusTokens } from '../types';\n\nexport const borderRadius: BorderRadiusTokens = {\n borderRadiusNone: '0',\n borderRadiusSmall: '2px',\n borderRadiusMedium: '4px',\n borderRadiusLarge: '6px',\n borderRadiusXLarge: '8px',\n borderRadiusCircular: '10000px',\n};\n"],"sourceRoot":"
|
1
|
+
{"version":3,"sources":["../../src/global/borderRadius.ts"],"names":[],"mappings":";;;;;;AAEa,OAAA,CAAA,YAAA,GAAmC;EAC9C,gBAAgB,EAAE,GAD4B;EAE9C,iBAAiB,EAAE,KAF2B;EAG9C,kBAAkB,EAAE,KAH0B;EAI9C,iBAAiB,EAAE,KAJ2B;EAK9C,kBAAkB,EAAE,KAL0B;EAM9C,oBAAoB,EAAE;AANwB,CAAnC","sourcesContent":["import type { BorderRadiusTokens } from '../types';\n\nexport const borderRadius: BorderRadiusTokens = {\n borderRadiusNone: '0',\n borderRadiusSmall: '2px',\n borderRadiusMedium: '4px',\n borderRadiusLarge: '6px',\n borderRadiusXLarge: '8px',\n borderRadiusCircular: '10000px',\n};\n"],"sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["global/brandColors.ts"],"names":[],"mappings":";;;;;;AAEa,OAAA,CAAA,QAAA,GAA0B;EACrC,IAAI,SADiC;EAErC,IAAI,SAFiC;EAGrC,IAAI,SAHiC;EAIrC,IAAI,SAJiC;EAKrC,IAAI,SALiC;EAMrC,IAAI,SANiC;EAOrC,IAAI,SAPiC;EAQrC,IAAI,SARiC;EASrC,IAAI,SATiC;EAUrC,KAAK,SAVgC;EAWrC,KAAK,SAXgC;EAYrC,KAAK,SAZgC;EAarC,KAAK,SAbgC;EAcrC,KAAK,SAdgC;EAerC,KAAK,SAfgC;EAgBrC,KAAK;AAhBgC,CAA1B;AAmBA,OAAA,CAAA,UAAA,GAA4B;EACvC,IAAI,SADmC;EAEvC,IAAI,SAFmC;EAGvC,IAAI,SAHmC;EAIvC,IAAI,SAJmC;EAKvC,IAAI,SALmC;EAMvC,IAAI,SANmC;EAOvC,IAAI,SAPmC;EAQvC,IAAI,SARmC;EASvC,IAAI,SATmC;EAUvC,KAAK,SAVkC;EAWvC,KAAK,SAXkC;EAYvC,KAAK,SAZkC;EAavC,KAAK,SAbkC;EAcvC,KAAK,SAdkC;EAevC,KAAK,SAfkC;EAgBvC,KAAK;AAhBkC,CAA5B;AAmBA,OAAA,CAAA,WAAA,GAA6B;EACxC,IAAI,SADoC;EAExC,IAAI,SAFoC;EAGxC,IAAI,SAHoC;EAIxC,IAAI,SAJoC;EAKxC,IAAI,SALoC;EAMxC,IAAI,SANoC;EAOxC,IAAI,SAPoC;EAQxC,IAAI,SARoC;EASxC,IAAI,SAToC;EAUxC,KAAK,SAVmC;EAWxC,KAAK,SAXmC;EAYxC,KAAK,SAZmC;EAaxC,KAAK,SAbmC;EAcxC,KAAK,SAdmC;EAexC,KAAK,SAfmC;EAgBxC,KAAK;AAhBmC,CAA7B","sourcesContent":["import type { BrandVariants } from '../types';\n\nexport const brandWeb: BrandVariants = {\n 10: `#061724`,\n 20: `#082338`,\n 30: `#0a2e4a`,\n 40: `#0c3b5e`,\n 50: `#0e4775`,\n 60: `#0f548c`,\n 70: `#115ea3`,\n 80: `#0f6cbd`,\n 90: `#2886de`,\n 100: `#479ef5`,\n 110: `#62abf5`,\n 120: `#77b7f7`,\n 130: `#96c6fa`,\n 140: `#b4d6fa`,\n 150: `#cfe4fa`,\n 160: `#ebf3fc`,\n};\n\nexport const brandTeams: BrandVariants = {\n 10: `#2b2b40`,\n 20: `#2f2f4a`,\n 30: `#333357`,\n 40: `#383966`,\n 50: `#3d3e78`,\n 60: `#444791`,\n 70: `#4f52b2`,\n 80: `#5b5fc7`,\n 90: `#7579eb`,\n 100: `#7f85f5`,\n 110: `#9299f7`,\n 120: `#aab1fa`,\n 130: `#b6bcfa`,\n 140: `#c5cbfa`,\n 150: `#dce0fa`,\n 160: `#e8ebfa`,\n};\n\nexport const brandOffice: BrandVariants = {\n 10: `#29130b`,\n 20: `#4d2415`,\n 30: `#792000`,\n 40: `#99482b`,\n 50: `#a52c00`,\n 60: `#c33400`,\n 70: `#e06a3f`,\n 80: `#d83b01`,\n 90: `#dd4f1b`,\n 100: `#fe7948`,\n 110: `#ff865a`,\n 120: `#ff9973`,\n 130: `#e8825d`,\n 140: `#ffb498`,\n 150: `#f4beaa`,\n 160: `#f9dcd1`,\n};\n"],"sourceRoot":"
|
1
|
+
{"version":3,"sources":["../../src/global/brandColors.ts"],"names":[],"mappings":";;;;;;AAEa,OAAA,CAAA,QAAA,GAA0B;EACrC,IAAI,SADiC;EAErC,IAAI,SAFiC;EAGrC,IAAI,SAHiC;EAIrC,IAAI,SAJiC;EAKrC,IAAI,SALiC;EAMrC,IAAI,SANiC;EAOrC,IAAI,SAPiC;EAQrC,IAAI,SARiC;EASrC,IAAI,SATiC;EAUrC,KAAK,SAVgC;EAWrC,KAAK,SAXgC;EAYrC,KAAK,SAZgC;EAarC,KAAK,SAbgC;EAcrC,KAAK,SAdgC;EAerC,KAAK,SAfgC;EAgBrC,KAAK;AAhBgC,CAA1B;AAmBA,OAAA,CAAA,UAAA,GAA4B;EACvC,IAAI,SADmC;EAEvC,IAAI,SAFmC;EAGvC,IAAI,SAHmC;EAIvC,IAAI,SAJmC;EAKvC,IAAI,SALmC;EAMvC,IAAI,SANmC;EAOvC,IAAI,SAPmC;EAQvC,IAAI,SARmC;EASvC,IAAI,SATmC;EAUvC,KAAK,SAVkC;EAWvC,KAAK,SAXkC;EAYvC,KAAK,SAZkC;EAavC,KAAK,SAbkC;EAcvC,KAAK,SAdkC;EAevC,KAAK,SAfkC;EAgBvC,KAAK;AAhBkC,CAA5B;AAmBA,OAAA,CAAA,WAAA,GAA6B;EACxC,IAAI,SADoC;EAExC,IAAI,SAFoC;EAGxC,IAAI,SAHoC;EAIxC,IAAI,SAJoC;EAKxC,IAAI,SALoC;EAMxC,IAAI,SANoC;EAOxC,IAAI,SAPoC;EAQxC,IAAI,SARoC;EASxC,IAAI,SAToC;EAUxC,KAAK,SAVmC;EAWxC,KAAK,SAXmC;EAYxC,KAAK,SAZmC;EAaxC,KAAK,SAbmC;EAcxC,KAAK,SAdmC;EAexC,KAAK,SAfmC;EAgBxC,KAAK;AAhBmC,CAA7B","sourcesContent":["import type { BrandVariants } from '../types';\n\nexport const brandWeb: BrandVariants = {\n 10: `#061724`,\n 20: `#082338`,\n 30: `#0a2e4a`,\n 40: `#0c3b5e`,\n 50: `#0e4775`,\n 60: `#0f548c`,\n 70: `#115ea3`,\n 80: `#0f6cbd`,\n 90: `#2886de`,\n 100: `#479ef5`,\n 110: `#62abf5`,\n 120: `#77b7f7`,\n 130: `#96c6fa`,\n 140: `#b4d6fa`,\n 150: `#cfe4fa`,\n 160: `#ebf3fc`,\n};\n\nexport const brandTeams: BrandVariants = {\n 10: `#2b2b40`,\n 20: `#2f2f4a`,\n 30: `#333357`,\n 40: `#383966`,\n 50: `#3d3e78`,\n 60: `#444791`,\n 70: `#4f52b2`,\n 80: `#5b5fc7`,\n 90: `#7579eb`,\n 100: `#7f85f5`,\n 110: `#9299f7`,\n 120: `#aab1fa`,\n 130: `#b6bcfa`,\n 140: `#c5cbfa`,\n 150: `#dce0fa`,\n 160: `#e8ebfa`,\n};\n\nexport const brandOffice: BrandVariants = {\n 10: `#29130b`,\n 20: `#4d2415`,\n 30: `#792000`,\n 40: `#99482b`,\n 50: `#a52c00`,\n 60: `#c33400`,\n 70: `#e06a3f`,\n 80: `#d83b01`,\n 90: `#dd4f1b`,\n 100: `#fe7948`,\n 110: `#ff865a`,\n 120: `#ff9973`,\n 130: `#e8825d`,\n 140: `#ffb498`,\n 150: `#f4beaa`,\n 160: `#f9dcd1`,\n};\n"],"sourceRoot":""}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.personaSharedColors = exports.statusSharedColors = void 0;
|
7
|
+
|
8
|
+
const colors_1 = /*#__PURE__*/require("./colors");
|
9
|
+
|
10
|
+
exports.statusSharedColors = {
|
11
|
+
red: colors_1.red,
|
12
|
+
green: colors_1.green,
|
13
|
+
darkOrange: colors_1.darkOrange,
|
14
|
+
yellow: colors_1.yellow,
|
15
|
+
berry: colors_1.berry,
|
16
|
+
lightGreen: colors_1.lightGreen,
|
17
|
+
marigold: colors_1.marigold
|
18
|
+
};
|
19
|
+
exports.personaSharedColors = {
|
20
|
+
darkRed: colors_1.darkRed,
|
21
|
+
cranberry: colors_1.cranberry,
|
22
|
+
pumpkin: colors_1.pumpkin,
|
23
|
+
peach: colors_1.peach,
|
24
|
+
gold: colors_1.gold,
|
25
|
+
brass: colors_1.brass,
|
26
|
+
brown: colors_1.brown,
|
27
|
+
forest: colors_1.forest,
|
28
|
+
seafoam: colors_1.seafoam,
|
29
|
+
darkGreen: colors_1.darkGreen,
|
30
|
+
lightTeal: colors_1.lightTeal,
|
31
|
+
teal: colors_1.teal,
|
32
|
+
steel: colors_1.steel,
|
33
|
+
blue: colors_1.blue,
|
34
|
+
royalBlue: colors_1.royalBlue,
|
35
|
+
cornflower: colors_1.cornflower,
|
36
|
+
navy: colors_1.navy,
|
37
|
+
lavender: colors_1.lavender,
|
38
|
+
purple: colors_1.purple,
|
39
|
+
grape: colors_1.grape,
|
40
|
+
lilac: colors_1.lilac,
|
41
|
+
pink: colors_1.pink,
|
42
|
+
magenta: colors_1.magenta,
|
43
|
+
plum: colors_1.plum,
|
44
|
+
beige: colors_1.beige,
|
45
|
+
mink: colors_1.mink,
|
46
|
+
platinum: colors_1.platinum,
|
47
|
+
anchor: colors_1.anchor
|
48
|
+
};
|
49
|
+
//# sourceMappingURL=colorPalette.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../src/global/colorPalette.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,QAAA,gBAAA,OAAA,CAAA,UAAA,CAAA;;AAuCa,OAAA,CAAA,kBAAA,GAAyC;EACpD,GAAG,EAAH,QAAA,CAAA,GADoD;EAEpD,KAAK,EAAL,QAAA,CAAA,KAFoD;EAGpD,UAAU,EAAV,QAAA,CAAA,UAHoD;EAIpD,MAAM,EAAN,QAAA,CAAA,MAJoD;EAKpD,KAAK,EAAL,QAAA,CAAA,KALoD;EAMpD,UAAU,EAAV,QAAA,CAAA,UANoD;EAOpD,QAAQ,EAAR,QAAA,CAAA;AAPoD,CAAzC;AAUA,OAAA,CAAA,mBAAA,GAA2C;EACtD,OAAO,EAAP,QAAA,CAAA,OADsD;EAEtD,SAAS,EAAT,QAAA,CAAA,SAFsD;EAGtD,OAAO,EAAP,QAAA,CAAA,OAHsD;EAItD,KAAK,EAAL,QAAA,CAAA,KAJsD;EAKtD,IAAI,EAAJ,QAAA,CAAA,IALsD;EAMtD,KAAK,EAAL,QAAA,CAAA,KANsD;EAOtD,KAAK,EAAL,QAAA,CAAA,KAPsD;EAQtD,MAAM,EAAN,QAAA,CAAA,MARsD;EAStD,OAAO,EAAP,QAAA,CAAA,OATsD;EAUtD,SAAS,EAAT,QAAA,CAAA,SAVsD;EAWtD,SAAS,EAAT,QAAA,CAAA,SAXsD;EAYtD,IAAI,EAAJ,QAAA,CAAA,IAZsD;EAatD,KAAK,EAAL,QAAA,CAAA,KAbsD;EActD,IAAI,EAAJ,QAAA,CAAA,IAdsD;EAetD,SAAS,EAAT,QAAA,CAAA,SAfsD;EAgBtD,UAAU,EAAV,QAAA,CAAA,UAhBsD;EAiBtD,IAAI,EAAJ,QAAA,CAAA,IAjBsD;EAkBtD,QAAQ,EAAR,QAAA,CAAA,QAlBsD;EAmBtD,MAAM,EAAN,QAAA,CAAA,MAnBsD;EAoBtD,KAAK,EAAL,QAAA,CAAA,KApBsD;EAqBtD,KAAK,EAAL,QAAA,CAAA,KArBsD;EAsBtD,IAAI,EAAJ,QAAA,CAAA,IAtBsD;EAuBtD,OAAO,EAAP,QAAA,CAAA,OAvBsD;EAwBtD,IAAI,EAAJ,QAAA,CAAA,IAxBsD;EAyBtD,KAAK,EAAL,QAAA,CAAA,KAzBsD;EA0BtD,IAAI,EAAJ,QAAA,CAAA,IA1BsD;EA2BtD,QAAQ,EAAR,QAAA,CAAA,QA3BsD;EA4BtD,MAAM,EAAN,QAAA,CAAA;AA5BsD,CAA3C","sourcesContent":["import {\n red,\n green,\n darkOrange,\n yellow,\n berry,\n lightGreen,\n marigold,\n darkRed,\n cranberry,\n pumpkin,\n peach,\n gold,\n brass,\n brown,\n forest,\n seafoam,\n darkGreen,\n lightTeal,\n teal,\n steel,\n blue,\n royalBlue,\n cornflower,\n navy,\n lavender,\n purple,\n grape,\n lilac,\n pink,\n magenta,\n plum,\n beige,\n mink,\n platinum,\n anchor,\n} from './colors';\nimport { PersonaSharedColors, StatusSharedColors } from '../types';\n\nexport const statusSharedColors: StatusSharedColors = {\n red,\n green,\n darkOrange,\n yellow,\n berry,\n lightGreen,\n marigold,\n};\n\nexport const personaSharedColors: PersonaSharedColors = {\n darkRed,\n cranberry,\n pumpkin,\n peach,\n gold,\n brass,\n brown,\n forest,\n seafoam,\n darkGreen,\n lightTeal,\n teal,\n steel,\n blue,\n royalBlue,\n cornflower,\n navy,\n lavender,\n purple,\n grape,\n lilac,\n pink,\n magenta,\n plum,\n beige,\n mink,\n platinum,\n anchor,\n};\n"],"sourceRoot":""}
|
@@ -1,9 +1,13 @@
|
|
1
1
|
"use strict";
|
2
|
+
/* !!! DO NOT EDIT !!! */
|
3
|
+
|
4
|
+
/* This file has been generated by the token pipeline */
|
2
5
|
|
3
6
|
Object.defineProperty(exports, "__esModule", {
|
4
7
|
value: true
|
5
8
|
});
|
6
|
-
exports.
|
9
|
+
exports.orchid = exports.darkPurple = exports.purple = exports.lavender = exports.navy = exports.cornflower = exports.darkBlue = exports.royalBlue = exports.blue = exports.lightBlue = exports.steel = exports.cyan = exports.darkTeal = exports.teal = exports.lightTeal = exports.darkGreen = exports.green = exports.lightGreen = exports.seafoam = exports.forest = exports.lime = exports.darkBrown = exports.brown = exports.brass = exports.gold = exports.yellow = exports.marigold = exports.peach = exports.orange = exports.pumpkin = exports.bronze = exports.darkOrange = exports.red = exports.cranberry = exports.burgundy = exports.darkRed = exports.hcButtonFace = exports.hcButtonText = exports.hcHighlightText = exports.hcCanvasText = exports.hcCanvas = exports.hcDisabled = exports.hcHighlight = exports.hcHyperlink = exports.black = exports.white = exports.grey14Alpha = exports.blackAlpha = exports.whiteAlpha = exports.grey = void 0;
|
10
|
+
exports.charcoal = exports.anchor = exports.platinum = exports.silver = exports.mink = exports.beige = exports.plum = exports.magenta = exports.hotPink = exports.pink = exports.lilac = exports.berry = exports.grape = void 0;
|
7
11
|
exports.grey = {
|
8
12
|
'0': '#000000',
|
9
13
|
'2': '#050505',
|
@@ -103,7 +107,7 @@ exports.hcCanvasText = '#ffffff';
|
|
103
107
|
exports.hcHighlightText = '#000000';
|
104
108
|
exports.hcButtonText = '#000000';
|
105
109
|
exports.hcButtonFace = '#ffffff';
|
106
|
-
|
110
|
+
exports.darkRed = {
|
107
111
|
shade50: '#130204',
|
108
112
|
shade40: '#230308',
|
109
113
|
shade30: '#420610',
|
@@ -117,7 +121,7 @@ const darkRed = {
|
|
117
121
|
tint50: '#e9c7cd',
|
118
122
|
tint60: '#f9f0f2'
|
119
123
|
};
|
120
|
-
|
124
|
+
exports.burgundy = {
|
121
125
|
shade50: '#1a0607',
|
122
126
|
shade40: '#310b0d',
|
123
127
|
shade30: '#5c1519',
|
@@ -131,7 +135,7 @@ const burgundy = {
|
|
131
135
|
tint50: '#f0d3d4',
|
132
136
|
tint60: '#fbf4f4'
|
133
137
|
};
|
134
|
-
|
138
|
+
exports.cranberry = {
|
135
139
|
shade50: '#200205',
|
136
140
|
shade40: '#3b0509',
|
137
141
|
shade30: '#6e0811',
|
@@ -145,7 +149,7 @@ const cranberry = {
|
|
145
149
|
tint50: '#f6d1d5',
|
146
150
|
tint60: '#fdf3f4'
|
147
151
|
};
|
148
|
-
|
152
|
+
exports.red = {
|
149
153
|
shade50: '#210809',
|
150
154
|
shade40: '#3f1011',
|
151
155
|
shade30: '#751d1f',
|
@@ -159,7 +163,7 @@ const red = {
|
|
159
163
|
tint50: '#f8dadb',
|
160
164
|
tint60: '#fdf6f6'
|
161
165
|
};
|
162
|
-
|
166
|
+
exports.darkOrange = {
|
163
167
|
shade50: '#230900',
|
164
168
|
shade40: '#411200',
|
165
169
|
shade30: '#7a2101',
|
@@ -173,7 +177,7 @@ const darkOrange = {
|
|
173
177
|
tint50: '#f9dcd1',
|
174
178
|
tint60: '#fdf6f3'
|
175
179
|
};
|
176
|
-
|
180
|
+
exports.bronze = {
|
177
181
|
shade50: '#1b0a01',
|
178
182
|
shade40: '#321303',
|
179
183
|
shade30: '#5e2405',
|
@@ -187,7 +191,7 @@ const bronze = {
|
|
187
191
|
tint50: '#f1d9cc',
|
188
192
|
tint60: '#fbf5f2'
|
189
193
|
};
|
190
|
-
|
194
|
+
exports.pumpkin = {
|
191
195
|
shade50: '#200d03',
|
192
196
|
shade40: '#3d1805',
|
193
197
|
shade30: '#712d09',
|
@@ -201,7 +205,7 @@ const pumpkin = {
|
|
201
205
|
tint50: '#f7dfd2',
|
202
206
|
tint60: '#fdf7f4'
|
203
207
|
};
|
204
|
-
|
208
|
+
exports.orange = {
|
205
209
|
shade50: '#271002',
|
206
210
|
shade40: '#4a1e04',
|
207
211
|
shade30: '#8a3707',
|
@@ -215,7 +219,7 @@ const orange = {
|
|
215
219
|
tint50: '#fee5d7',
|
216
220
|
tint60: '#fff9f5'
|
217
221
|
};
|
218
|
-
|
222
|
+
exports.peach = {
|
219
223
|
shade50: '#291600',
|
220
224
|
shade40: '#4d2a00',
|
221
225
|
shade30: '#8f4e00',
|
@@ -229,7 +233,7 @@ const peach = {
|
|
229
233
|
tint50: '#ffedd6',
|
230
234
|
tint60: '#fffaf5'
|
231
235
|
};
|
232
|
-
|
236
|
+
exports.marigold = {
|
233
237
|
shade50: '#251a00',
|
234
238
|
shade40: '#463100',
|
235
239
|
shade30: '#835b00',
|
@@ -243,7 +247,7 @@ const marigold = {
|
|
243
247
|
tint50: '#fcefd3',
|
244
248
|
tint60: '#fefbf4'
|
245
249
|
};
|
246
|
-
|
250
|
+
exports.yellow = {
|
247
251
|
primary: '#fde300',
|
248
252
|
shade10: '#e4cc00',
|
249
253
|
shade20: '#c0ad00',
|
@@ -257,7 +261,7 @@ const yellow = {
|
|
257
261
|
tint50: '#fffad6',
|
258
262
|
tint60: '#fffef5'
|
259
263
|
};
|
260
|
-
|
264
|
+
exports.gold = {
|
261
265
|
shade50: '#1f1900',
|
262
266
|
shade40: '#3a2f00',
|
263
267
|
shade30: '#6c5700',
|
@@ -271,7 +275,7 @@ const gold = {
|
|
271
275
|
tint50: '#f5eece',
|
272
276
|
tint60: '#fdfbf2'
|
273
277
|
};
|
274
|
-
|
278
|
+
exports.brass = {
|
275
279
|
shade50: '#181202',
|
276
280
|
shade40: '#2e2103',
|
277
281
|
shade30: '#553e06',
|
@@ -285,7 +289,7 @@ const brass = {
|
|
285
289
|
tint50: '#efe4cb',
|
286
290
|
tint60: '#fbf8f2'
|
287
291
|
};
|
288
|
-
|
292
|
+
exports.brown = {
|
289
293
|
shade50: '#170e07',
|
290
294
|
shade40: '#2b1a0e',
|
291
295
|
shade30: '#50301a',
|
@@ -299,7 +303,7 @@ const brown = {
|
|
299
303
|
tint50: '#edded3',
|
300
304
|
tint60: '#faf7f4'
|
301
305
|
};
|
302
|
-
|
306
|
+
exports.darkBrown = {
|
303
307
|
shade50: '#0c0704',
|
304
308
|
shade40: '#170c08',
|
305
309
|
shade30: '#2b1710',
|
@@ -313,7 +317,7 @@ const darkBrown = {
|
|
313
317
|
tint50: '#e3d2cb',
|
314
318
|
tint60: '#f8f3f2'
|
315
319
|
};
|
316
|
-
|
320
|
+
exports.lime = {
|
317
321
|
shade50: '#121b06',
|
318
322
|
shade40: '#23330b',
|
319
323
|
shade30: '#405f14',
|
@@ -327,7 +331,7 @@ const lime = {
|
|
327
331
|
tint50: '#e5f1d3',
|
328
332
|
tint60: '#f8fcf4'
|
329
333
|
};
|
330
|
-
|
334
|
+
exports.forest = {
|
331
335
|
shade50: '#0c1501',
|
332
336
|
shade40: '#162702',
|
333
337
|
shade30: '#294903',
|
@@ -341,7 +345,7 @@ const forest = {
|
|
341
345
|
tint50: '#dbebc7',
|
342
346
|
tint60: '#f6faf0'
|
343
347
|
};
|
344
|
-
|
348
|
+
exports.seafoam = {
|
345
349
|
shade50: '#002111',
|
346
350
|
shade40: '#003d20',
|
347
351
|
shade30: '#00723b',
|
@@ -355,7 +359,7 @@ const seafoam = {
|
|
355
359
|
tint50: '#cff7e4',
|
356
360
|
tint60: '#f3fdf8'
|
357
361
|
};
|
358
|
-
|
362
|
+
exports.lightGreen = {
|
359
363
|
shade50: '#031a02',
|
360
364
|
shade40: '#063004',
|
361
365
|
shade30: '#0b5a08',
|
@@ -369,7 +373,7 @@ const lightGreen = {
|
|
369
373
|
tint50: '#cef0cd',
|
370
374
|
tint60: '#f2fbf2'
|
371
375
|
};
|
372
|
-
|
376
|
+
exports.green = {
|
373
377
|
shade50: '#031403',
|
374
378
|
shade40: '#052505',
|
375
379
|
shade30: '#094509',
|
@@ -383,7 +387,7 @@ const green = {
|
|
383
387
|
tint50: '#c9eac9',
|
384
388
|
tint60: '#f1faf1'
|
385
389
|
};
|
386
|
-
|
390
|
+
exports.darkGreen = {
|
387
391
|
shade50: '#021102',
|
388
392
|
shade40: '#032003',
|
389
393
|
shade30: '#063b06',
|
@@ -397,7 +401,7 @@ const darkGreen = {
|
|
397
401
|
tint50: '#c6e7c6',
|
398
402
|
tint60: '#f0f9f0'
|
399
403
|
};
|
400
|
-
|
404
|
+
exports.lightTeal = {
|
401
405
|
shade50: '#001d1f',
|
402
406
|
shade40: '#00373a',
|
403
407
|
shade30: '#00666d',
|
@@ -411,7 +415,7 @@ const lightTeal = {
|
|
411
415
|
tint50: '#cef3f5',
|
412
416
|
tint60: '#f2fcfd'
|
413
417
|
};
|
414
|
-
|
418
|
+
exports.teal = {
|
415
419
|
shade50: '#001516',
|
416
420
|
shade40: '#012728',
|
417
421
|
shade30: '#02494c',
|
@@ -425,7 +429,7 @@ const teal = {
|
|
425
429
|
tint50: '#c7ebec',
|
426
430
|
tint60: '#f0fafa'
|
427
431
|
};
|
428
|
-
|
432
|
+
exports.darkTeal = {
|
429
433
|
shade50: '#001010',
|
430
434
|
shade40: '#001f1f',
|
431
435
|
shade30: '#003939',
|
@@ -439,7 +443,7 @@ const darkTeal = {
|
|
439
443
|
tint50: '#c2e7e7',
|
440
444
|
tint60: '#eff9f9'
|
441
445
|
};
|
442
|
-
|
446
|
+
exports.cyan = {
|
443
447
|
shade50: '#00181e',
|
444
448
|
shade40: '#002e38',
|
445
449
|
shade30: '#005669',
|
@@ -453,7 +457,7 @@ const cyan = {
|
|
453
457
|
tint50: '#cdedf4',
|
454
458
|
tint60: '#f2fafc'
|
455
459
|
};
|
456
|
-
|
460
|
+
exports.steel = {
|
457
461
|
shade50: '#000f12',
|
458
462
|
shade40: '#001b22',
|
459
463
|
shade30: '#00333f',
|
@@ -467,7 +471,7 @@ const steel = {
|
|
467
471
|
tint50: '#c3e1e8',
|
468
472
|
tint60: '#eff7f9'
|
469
473
|
};
|
470
|
-
|
474
|
+
exports.lightBlue = {
|
471
475
|
shade50: '#091823',
|
472
476
|
shade40: '#112d42',
|
473
477
|
shade30: '#20547c',
|
@@ -481,7 +485,7 @@ const lightBlue = {
|
|
481
485
|
tint50: '#dcedfa',
|
482
486
|
tint60: '#f6fafe'
|
483
487
|
};
|
484
|
-
|
488
|
+
exports.blue = {
|
485
489
|
shade50: '#001322',
|
486
490
|
shade40: '#002440',
|
487
491
|
shade30: '#004377',
|
@@ -495,7 +499,7 @@ const blue = {
|
|
495
499
|
tint50: '#d0e7f8',
|
496
500
|
tint60: '#f3f9fd'
|
497
501
|
};
|
498
|
-
|
502
|
+
exports.royalBlue = {
|
499
503
|
shade50: '#000c16',
|
500
504
|
shade40: '#00172a',
|
501
505
|
shade30: '#002c4e',
|
@@ -509,7 +513,7 @@ const royalBlue = {
|
|
509
513
|
tint50: '#c7dced',
|
510
514
|
tint60: '#f0f6fa'
|
511
515
|
};
|
512
|
-
|
516
|
+
exports.darkBlue = {
|
513
517
|
shade50: '#000910',
|
514
518
|
shade40: '#00111f',
|
515
519
|
shade30: '#002039',
|
@@ -523,7 +527,7 @@ const darkBlue = {
|
|
523
527
|
tint50: '#c2d6e7',
|
524
528
|
tint60: '#eff4f9'
|
525
529
|
};
|
526
|
-
|
530
|
+
exports.cornflower = {
|
527
531
|
shade50: '#0d1126',
|
528
532
|
shade40: '#182047',
|
529
533
|
shade30: '#2c3c85',
|
@@ -537,7 +541,7 @@ const cornflower = {
|
|
537
541
|
tint50: '#e1e6fc',
|
538
542
|
tint60: '#f7f9fe'
|
539
543
|
};
|
540
|
-
|
544
|
+
exports.navy = {
|
541
545
|
shade50: '#00061d',
|
542
546
|
shade40: '#000c36',
|
543
547
|
shade30: '#001665',
|
@@ -551,7 +555,7 @@ const navy = {
|
|
551
555
|
tint50: '#ccd5f3',
|
552
556
|
tint60: '#f2f4fc'
|
553
557
|
};
|
554
|
-
|
558
|
+
exports.lavender = {
|
555
559
|
shade50: '#120f25',
|
556
560
|
shade40: '#221d46',
|
557
561
|
shade30: '#3f3682',
|
@@ -565,7 +569,7 @@ const lavender = {
|
|
565
569
|
tint50: '#e7e4fb',
|
566
570
|
tint60: '#f9f8fe'
|
567
571
|
};
|
568
|
-
|
572
|
+
exports.purple = {
|
569
573
|
shade50: '#0f0717',
|
570
574
|
shade40: '#1c0e2b',
|
571
575
|
shade30: '#341a51',
|
@@ -579,7 +583,7 @@ const purple = {
|
|
579
583
|
tint50: '#e0d3ed',
|
580
584
|
tint60: '#f7f4fb'
|
581
585
|
};
|
582
|
-
|
586
|
+
exports.darkPurple = {
|
583
587
|
shade50: '#0a0411',
|
584
588
|
shade40: '#130820',
|
585
589
|
shade30: '#240f3c',
|
@@ -593,7 +597,7 @@ const darkPurple = {
|
|
593
597
|
tint50: '#d8cce7',
|
594
598
|
tint60: '#f5f2f9'
|
595
599
|
};
|
596
|
-
|
600
|
+
exports.orchid = {
|
597
601
|
shade50: '#16101d',
|
598
602
|
shade40: '#281e37',
|
599
603
|
shade30: '#4c3867',
|
@@ -607,7 +611,7 @@ const orchid = {
|
|
607
611
|
tint50: '#e9e2f4',
|
608
612
|
tint60: '#f9f8fc'
|
609
613
|
};
|
610
|
-
|
614
|
+
exports.grape = {
|
611
615
|
shade50: '#160418',
|
612
616
|
shade40: '#29072e',
|
613
617
|
shade30: '#4c0d55',
|
@@ -621,7 +625,7 @@ const grape = {
|
|
621
625
|
tint50: '#eaceef',
|
622
626
|
tint60: '#faf2fb'
|
623
627
|
};
|
624
|
-
|
628
|
+
exports.berry = {
|
625
629
|
shade50: '#1f091d',
|
626
630
|
shade40: '#3a1136',
|
627
631
|
shade30: '#6d2064',
|
@@ -635,7 +639,7 @@ const berry = {
|
|
635
639
|
tint50: '#f5daf2',
|
636
640
|
tint60: '#fdf5fc'
|
637
641
|
};
|
638
|
-
|
642
|
+
exports.lilac = {
|
639
643
|
shade50: '#1c0b1f',
|
640
644
|
shade40: '#35153a',
|
641
645
|
shade30: '#63276d',
|
@@ -649,7 +653,7 @@ const lilac = {
|
|
649
653
|
tint50: '#f2dcf5',
|
650
654
|
tint60: '#fcf6fd'
|
651
655
|
};
|
652
|
-
|
656
|
+
exports.pink = {
|
653
657
|
shade50: '#24091b',
|
654
658
|
shade40: '#441232',
|
655
659
|
shade30: '#80215d',
|
@@ -663,7 +667,7 @@ const pink = {
|
|
663
667
|
tint50: '#fbddf0',
|
664
668
|
tint60: '#fef6fb'
|
665
669
|
};
|
666
|
-
|
670
|
+
exports.hotPink = {
|
667
671
|
shade50: '#240016',
|
668
672
|
shade40: '#44002a',
|
669
673
|
shade30: '#7f004e',
|
@@ -677,7 +681,7 @@ const hotPink = {
|
|
677
681
|
tint50: '#fbd2eb',
|
678
682
|
tint60: '#fef4fa'
|
679
683
|
};
|
680
|
-
|
684
|
+
exports.magenta = {
|
681
685
|
shade50: '#1f0013',
|
682
686
|
shade40: '#390024',
|
683
687
|
shade30: '#6b0043',
|
@@ -691,7 +695,7 @@ const magenta = {
|
|
691
695
|
tint50: '#f5cee6',
|
692
696
|
tint60: '#fcf2f9'
|
693
697
|
};
|
694
|
-
|
698
|
+
exports.plum = {
|
695
699
|
shade50: '#13000c',
|
696
700
|
shade40: '#240017',
|
697
701
|
shade30: '#43002b',
|
@@ -705,7 +709,7 @@ const plum = {
|
|
705
709
|
tint50: '#e9c4dc',
|
706
710
|
tint60: '#faf0f6'
|
707
711
|
};
|
708
|
-
|
712
|
+
exports.beige = {
|
709
713
|
shade50: '#141313',
|
710
714
|
shade40: '#252323',
|
711
715
|
shade30: '#444241',
|
@@ -719,7 +723,7 @@ const beige = {
|
|
719
723
|
tint50: '#eae8e8',
|
720
724
|
tint60: '#faf9f9'
|
721
725
|
};
|
722
|
-
|
726
|
+
exports.mink = {
|
723
727
|
shade50: '#0f0e0e',
|
724
728
|
shade40: '#1c1b1a',
|
725
729
|
shade30: '#343231',
|
@@ -733,7 +737,7 @@ const mink = {
|
|
733
737
|
tint50: '#e5e4e3',
|
734
738
|
tint60: '#f8f8f8'
|
735
739
|
};
|
736
|
-
|
740
|
+
exports.silver = {
|
737
741
|
shade50: '#151818',
|
738
742
|
shade40: '#282d2e',
|
739
743
|
shade30: '#4a5356',
|
@@ -747,7 +751,7 @@ const silver = {
|
|
747
751
|
tint50: '#eaeeef',
|
748
752
|
tint60: '#fafbfb'
|
749
753
|
};
|
750
|
-
|
754
|
+
exports.platinum = {
|
751
755
|
shade50: '#111314',
|
752
756
|
shade40: '#1f2426',
|
753
757
|
shade30: '#3b4447',
|
@@ -761,7 +765,7 @@ const platinum = {
|
|
761
765
|
tint50: '#e4e9ea',
|
762
766
|
tint60: '#f8f9fa'
|
763
767
|
};
|
764
|
-
|
768
|
+
exports.anchor = {
|
765
769
|
shade50: '#090a0b',
|
766
770
|
shade40: '#111315',
|
767
771
|
shade30: '#202427',
|
@@ -775,7 +779,7 @@ const anchor = {
|
|
775
779
|
tint50: '#dbdfe1',
|
776
780
|
tint60: '#f6f7f8'
|
777
781
|
};
|
778
|
-
|
782
|
+
exports.charcoal = {
|
779
783
|
shade50: '#090909',
|
780
784
|
shade40: '#111111',
|
781
785
|
shade30: '#202020',
|
@@ -789,61 +793,4 @@ const charcoal = {
|
|
789
793
|
tint50: '#dfdfdf',
|
790
794
|
tint60: '#f7f7f7'
|
791
795
|
};
|
792
|
-
exports.statusSharedColors = {
|
793
|
-
red,
|
794
|
-
green,
|
795
|
-
darkOrange,
|
796
|
-
yellow,
|
797
|
-
berry,
|
798
|
-
lightGreen,
|
799
|
-
marigold
|
800
|
-
};
|
801
|
-
exports.personaSharedColors = {
|
802
|
-
darkRed,
|
803
|
-
cranberry,
|
804
|
-
pumpkin,
|
805
|
-
peach,
|
806
|
-
gold,
|
807
|
-
brass,
|
808
|
-
brown,
|
809
|
-
forest,
|
810
|
-
seafoam,
|
811
|
-
darkGreen,
|
812
|
-
lightTeal,
|
813
|
-
teal,
|
814
|
-
steel,
|
815
|
-
blue,
|
816
|
-
royalBlue,
|
817
|
-
cornflower,
|
818
|
-
navy,
|
819
|
-
lavender,
|
820
|
-
purple,
|
821
|
-
grape,
|
822
|
-
lilac,
|
823
|
-
pink,
|
824
|
-
magenta,
|
825
|
-
plum,
|
826
|
-
beige,
|
827
|
-
mink,
|
828
|
-
platinum,
|
829
|
-
anchor
|
830
|
-
}; // These shared colors are currently not used in themes
|
831
|
-
// Not exported from the package, we can consider removing them
|
832
|
-
|
833
|
-
exports.unusedSharedColors = {
|
834
|
-
burgundy,
|
835
|
-
bronze,
|
836
|
-
orange,
|
837
|
-
darkBrown,
|
838
|
-
lime,
|
839
|
-
darkTeal,
|
840
|
-
cyan,
|
841
|
-
lightBlue,
|
842
|
-
darkBlue,
|
843
|
-
darkPurple,
|
844
|
-
orchid,
|
845
|
-
hotPink,
|
846
|
-
silver,
|
847
|
-
charcoal
|
848
|
-
};
|
849
796
|
//# sourceMappingURL=colors.js.map
|