@fluentui/tokens 1.0.0-alpha.13 → 1.0.0-alpha.15
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.md +20 -2
- package/dist/index.d.ts +8 -1
- package/lib/alias/darkColor.js +8 -1
- package/lib/alias/darkColor.js.map +1 -1
- package/lib/alias/darkColorPalette.js +6 -4
- package/lib/alias/darkColorPalette.js.map +1 -1
- package/lib/alias/highContrastColor.js +8 -1
- package/lib/alias/highContrastColor.js.map +1 -1
- package/lib/alias/highContrastColorPalette.js +6 -3
- package/lib/alias/highContrastColorPalette.js.map +1 -1
- package/lib/alias/lightColor.js +8 -1
- package/lib/alias/lightColor.js.map +1 -1
- package/lib/alias/lightColorPalette.js +5 -3
- package/lib/alias/lightColorPalette.js.map +1 -1
- package/lib/alias/teamsDarkColor.js +8 -1
- package/lib/alias/teamsDarkColor.js.map +1 -1
- package/lib/global/colorPalette.js +1 -1
- package/lib/global/colors.js +5 -5
- package/lib/global/colors.js.map +1 -1
- package/lib/global/index.js +9 -9
- package/lib/global/typographyStyles.js +1 -1
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/themes/index.js +2 -2
- package/lib/themes/index.js.map +1 -1
- package/lib/themes/teams/darkTheme.js +2 -2
- package/lib/themes/teams/highContrastTheme.js +1 -1
- package/lib/themes/teams/index.js +3 -3
- package/lib/themes/teams/lightTheme.js +2 -2
- package/lib/themes/web/darkTheme.js +2 -2
- package/lib/themes/web/index.js +2 -2
- package/lib/themes/web/lightTheme.js +2 -2
- package/lib/tokens.js +9 -0
- package/lib/tokens.js.map +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/createDarkTheme.js +7 -7
- package/lib/utils/createDarkTheme.js.map +1 -1
- package/lib/utils/createHighContrastTheme.js +7 -7
- package/lib/utils/createHighContrastTheme.js.map +1 -1
- package/lib/utils/createLightTheme.js +7 -7
- package/lib/utils/createLightTheme.js.map +1 -1
- package/lib/utils/createTeamsDarkTheme.js +7 -7
- package/lib/utils/createTeamsDarkTheme.js.map +1 -1
- package/lib/utils/index.js +4 -4
- package/lib-commonjs/alias/darkColor.js +8 -1
- package/lib-commonjs/alias/darkColor.js.map +1 -1
- package/lib-commonjs/alias/darkColorPalette.js +6 -4
- package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
- package/lib-commonjs/alias/highContrastColor.js +8 -1
- package/lib-commonjs/alias/highContrastColor.js.map +1 -1
- package/lib-commonjs/alias/highContrastColorPalette.js +6 -3
- package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
- package/lib-commonjs/alias/lightColor.js +8 -1
- package/lib-commonjs/alias/lightColor.js.map +1 -1
- package/lib-commonjs/alias/lightColorPalette.js +5 -3
- package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
- package/lib-commonjs/alias/teamsDarkColor.js +8 -1
- package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
- package/lib-commonjs/global/brandColors.js +4 -4
- package/lib-commonjs/global/brandColors.js.map +1 -1
- package/lib-commonjs/global/colorPalette.js +5 -5
- package/lib-commonjs/global/colorPalette.js.map +1 -1
- package/lib-commonjs/global/colors.js +128 -128
- package/lib-commonjs/global/colors.js.map +1 -1
- package/lib-commonjs/global/fonts.js +5 -5
- package/lib-commonjs/global/fonts.js.map +1 -1
- package/lib-commonjs/global/index.js +9 -9
- package/lib-commonjs/global/index.js.map +1 -1
- package/lib-commonjs/global/typographyStyles.js +1 -1
- package/lib-commonjs/global/typographyStyles.js.map +1 -1
- package/lib-commonjs/index.js +20 -20
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/sharedColorNames.js +4 -4
- package/lib-commonjs/sharedColorNames.js.map +1 -1
- package/lib-commonjs/themes/index.js +3 -3
- package/lib-commonjs/themes/index.js.map +1 -1
- package/lib-commonjs/themes/teams/darkTheme.js +2 -2
- package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
- package/lib-commonjs/themes/teams/highContrastTheme.js +1 -1
- package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
- package/lib-commonjs/themes/teams/index.js +4 -4
- package/lib-commonjs/themes/teams/index.js.map +1 -1
- package/lib-commonjs/themes/teams/lightTheme.js +2 -2
- package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
- package/lib-commonjs/themes/web/darkTheme.js +2 -2
- package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
- package/lib-commonjs/themes/web/index.js +3 -3
- package/lib-commonjs/themes/web/index.js.map +1 -1
- package/lib-commonjs/themes/web/lightTheme.js +2 -2
- package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
- package/lib-commonjs/tokens.js +9 -0
- package/lib-commonjs/tokens.js.map +1 -1
- package/lib-commonjs/utils/createDarkTheme.js +7 -7
- package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
- package/lib-commonjs/utils/createHighContrastTheme.js +7 -7
- package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
- package/lib-commonjs/utils/createLightTheme.js +7 -7
- package/lib-commonjs/utils/createLightTheme.js.map +1 -1
- package/lib-commonjs/utils/createTeamsDarkTheme.js +7 -7
- package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
- package/lib-commonjs/utils/index.js +5 -5
- package/lib-commonjs/utils/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,9 +16,9 @@ _export(exports, {
|
|
|
16
16
|
return colorStatusTokens;
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
|
-
const _colorPalette = require("../global/colorPalette");
|
|
20
|
-
const _sharedColorNames = require("../sharedColorNames");
|
|
21
|
-
const _statusColorMapping = require("../statusColorMapping");
|
|
19
|
+
const _colorPalette = require("../global/colorPalette.js");
|
|
20
|
+
const _sharedColorNames = require("../sharedColorNames.js");
|
|
21
|
+
const _statusColorMapping = require("../statusColorMapping.js");
|
|
22
22
|
const statusColorPaletteTokens = _sharedColorNames.statusSharedColorNames.reduce((acc, sharedColor)=>{
|
|
23
23
|
const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);
|
|
24
24
|
const sharedColorTokens = {
|
|
@@ -70,6 +70,8 @@ const colorStatusTokens = Object.entries(_statusColorMapping.statusColorMapping)
|
|
|
70
70
|
return Object.assign(acc, statusColorTokens);
|
|
71
71
|
}, {});
|
|
72
72
|
// one-off overrides for colorStatus tokens
|
|
73
|
+
colorStatusTokens.colorStatusDangerBackground3Hover = _colorPalette.mappedStatusColors[_statusColorMapping.statusColorMapping.danger].shade10;
|
|
74
|
+
colorStatusTokens.colorStatusDangerBackground3Pressed = _colorPalette.mappedStatusColors[_statusColorMapping.statusColorMapping.danger].shade20;
|
|
73
75
|
colorStatusTokens.colorStatusWarningForeground1 = _colorPalette.mappedStatusColors[_statusColorMapping.statusColorMapping.warning].shade20;
|
|
74
76
|
colorStatusTokens.colorStatusWarningForeground3 = _colorPalette.mappedStatusColors[_statusColorMapping.statusColorMapping.warning].shade20;
|
|
75
77
|
colorStatusTokens.colorStatusWarningBorder2 = _colorPalette.mappedStatusColors[_statusColorMapping.statusColorMapping.warning].shade20;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["lightColorPalette.js"],"sourcesContent":["import { statusSharedColors, personaSharedColors, mappedStatusColors } from
|
|
1
|
+
{"version":3,"sources":["lightColorPalette.js"],"sourcesContent":["import { statusSharedColors, personaSharedColors, mappedStatusColors } from \"../global/colorPalette.js\";\nimport { statusSharedColorNames, personaSharedColorNames } from \"../sharedColorNames.js\";\nimport { statusColorMapping } from \"../statusColorMapping.js\";\nconst statusColorPaletteTokens = statusSharedColorNames.reduce((acc, sharedColor)=>{\n const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);\n const sharedColorTokens = {\n [`colorPalette${color}Background1`]: statusSharedColors[sharedColor].tint60,\n [`colorPalette${color}Background2`]: statusSharedColors[sharedColor].tint40,\n [`colorPalette${color}Background3`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}Foreground1`]: statusSharedColors[sharedColor].shade10,\n [`colorPalette${color}Foreground2`]: statusSharedColors[sharedColor].shade30,\n [`colorPalette${color}Foreground3`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}BorderActive`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}Border1`]: statusSharedColors[sharedColor].tint40,\n [`colorPalette${color}Border2`]: statusSharedColors[sharedColor].primary\n };\n return Object.assign(acc, sharedColorTokens);\n}, {});\n// one-off patch for yellow\nstatusColorPaletteTokens.colorPaletteYellowForeground1 = statusSharedColors.yellow.shade30;\nstatusColorPaletteTokens.colorPaletteRedForegroundInverted = statusSharedColors.red.tint20;\nstatusColorPaletteTokens.colorPaletteGreenForegroundInverted = statusSharedColors.green.tint20;\nstatusColorPaletteTokens.colorPaletteYellowForegroundInverted = statusSharedColors.yellow.tint40;\nconst personaColorPaletteTokens = personaSharedColorNames.reduce((acc, sharedColor)=>{\n const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);\n const sharedColorTokens = {\n [`colorPalette${color}Background2`]: personaSharedColors[sharedColor].tint40,\n [`colorPalette${color}Foreground2`]: personaSharedColors[sharedColor].shade30,\n [`colorPalette${color}BorderActive`]: personaSharedColors[sharedColor].primary\n };\n return Object.assign(acc, sharedColorTokens);\n}, {});\nexport const colorPaletteTokens = {\n ...statusColorPaletteTokens,\n ...personaColorPaletteTokens\n};\nexport const colorStatusTokens = Object.entries(statusColorMapping).reduce((acc, [statusColor, sharedColor])=>{\n const color = statusColor.slice(0, 1).toUpperCase() + statusColor.slice(1);\n // TODO: double check the mapping with design\n const statusColorTokens = {\n [`colorStatus${color}Background1`]: mappedStatusColors[sharedColor].tint60,\n [`colorStatus${color}Background2`]: mappedStatusColors[sharedColor].tint40,\n [`colorStatus${color}Background3`]: mappedStatusColors[sharedColor].primary,\n [`colorStatus${color}Foreground1`]: mappedStatusColors[sharedColor].shade10,\n [`colorStatus${color}Foreground2`]: mappedStatusColors[sharedColor].shade30,\n [`colorStatus${color}Foreground3`]: mappedStatusColors[sharedColor].primary,\n [`colorStatus${color}ForegroundInverted`]: mappedStatusColors[sharedColor].tint30,\n [`colorStatus${color}BorderActive`]: mappedStatusColors[sharedColor].primary,\n [`colorStatus${color}Border1`]: mappedStatusColors[sharedColor].tint40,\n [`colorStatus${color}Border2`]: mappedStatusColors[sharedColor].primary\n };\n return Object.assign(acc, statusColorTokens);\n}, {});\n// one-off overrides for colorStatus tokens\ncolorStatusTokens.colorStatusDangerBackground3Hover = mappedStatusColors[statusColorMapping.danger].shade10;\ncolorStatusTokens.colorStatusDangerBackground3Pressed = mappedStatusColors[statusColorMapping.danger].shade20;\ncolorStatusTokens.colorStatusWarningForeground1 = mappedStatusColors[statusColorMapping.warning].shade20;\ncolorStatusTokens.colorStatusWarningForeground3 = mappedStatusColors[statusColorMapping.warning].shade20;\ncolorStatusTokens.colorStatusWarningBorder2 = mappedStatusColors[statusColorMapping.warning].shade20;\n"],"names":["colorPaletteTokens","colorStatusTokens","statusColorPaletteTokens","statusSharedColorNames","reduce","acc","sharedColor","color","slice","toUpperCase","sharedColorTokens","statusSharedColors","tint60","tint40","primary","shade10","shade30","Object","assign","colorPaletteYellowForeground1","yellow","colorPaletteRedForegroundInverted","red","tint20","colorPaletteGreenForegroundInverted","green","colorPaletteYellowForegroundInverted","personaColorPaletteTokens","personaSharedColorNames","personaSharedColors","entries","statusColorMapping","statusColor","statusColorTokens","mappedStatusColors","tint30","colorStatusDangerBackground3Hover","danger","colorStatusDangerBackground3Pressed","shade20","colorStatusWarningForeground1","warning","colorStatusWarningForeground3","colorStatusWarningBorder2"],"mappings":";;;;;;;;;;;IAgCaA,kBAAkB;eAAlBA;;IAIAC,iBAAiB;eAAjBA;;;8BApC+D;kCACZ;oCAC7B;AACnC,MAAMC,2BAA2BC,wCAAsB,CAACC,MAAM,CAAC,CAACC,KAAKC;IACjE,MAAMC,QAAQD,YAAYE,KAAK,CAAC,GAAG,GAAGC,WAAW,KAAKH,YAAYE,KAAK,CAAC;IACxE,MAAME,oBAAoB;QACtB,CAAC,CAAC,YAAY,EAAEH,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACM,MAAM;QAC3E,CAAC,CAAC,YAAY,EAAEL,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACO,MAAM;QAC3E,CAAC,CAAC,YAAY,EAAEN,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAEP,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACS,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAER,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACU,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAET,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAEP,MAAM,YAAY,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC7E,CAAC,CAAC,YAAY,EAAEP,MAAM,OAAO,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACO,MAAM;QACvE,CAAC,CAAC,YAAY,EAAEN,MAAM,OAAO,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;IAC5E;IACA,OAAOG,OAAOC,MAAM,CAACb,KAAKK;AAC9B,GAAG,CAAC;AACJ,2BAA2B;AAC3BR,yBAAyBiB,6BAA6B,GAAGR,gCAAkB,CAACS,MAAM,CAACJ,OAAO;AAC1Fd,yBAAyBmB,iCAAiC,GAAGV,gCAAkB,CAACW,GAAG,CAACC,MAAM;AAC1FrB,yBAAyBsB,mCAAmC,GAAGb,gCAAkB,CAACc,KAAK,CAACF,MAAM;AAC9FrB,yBAAyBwB,oCAAoC,GAAGf,gCAAkB,CAACS,MAAM,CAACP,MAAM;AAChG,MAAMc,4BAA4BC,yCAAuB,CAACxB,MAAM,CAAC,CAACC,KAAKC;IACnE,MAAMC,QAAQD,YAAYE,KAAK,CAAC,GAAG,GAAGC,WAAW,KAAKH,YAAYE,KAAK,CAAC;IACxE,MAAME,oBAAoB;QACtB,CAAC,CAAC,YAAY,EAAEH,MAAM,WAAW,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACO,MAAM;QAC5E,CAAC,CAAC,YAAY,EAAEN,MAAM,WAAW,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACU,OAAO;QAC7E,CAAC,CAAC,YAAY,EAAET,MAAM,YAAY,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACQ,OAAO;IAClF;IACA,OAAOG,OAAOC,MAAM,CAACb,KAAKK;AAC9B,GAAG,CAAC;AACG,MAAMV,qBAAqB;IAC9B,GAAGE,wBAAwB;IAC3B,GAAGyB,yBAAyB;AAChC;AACO,MAAM1B,oBAAoBgB,OAAOa,OAAO,CAACC,sCAAkB,EAAE3B,MAAM,CAAC,CAACC,KAAK,CAAC2B,aAAa1B,YAAY;IACvG,MAAMC,QAAQyB,YAAYxB,KAAK,CAAC,GAAG,GAAGC,WAAW,KAAKuB,YAAYxB,KAAK,CAAC;IACxE,6CAA6C;IAC7C,MAAMyB,oBAAoB;QACtB,CAAC,CAAC,WAAW,EAAE1B,MAAM,WAAW,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACM,MAAM;QAC1E,CAAC,CAAC,WAAW,EAAEL,MAAM,WAAW,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACO,MAAM;QAC1E,CAAC,CAAC,WAAW,EAAEN,MAAM,WAAW,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACQ,OAAO;QAC3E,CAAC,CAAC,WAAW,EAAEP,MAAM,WAAW,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACS,OAAO;QAC3E,CAAC,CAAC,WAAW,EAAER,MAAM,WAAW,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACU,OAAO;QAC3E,CAAC,CAAC,WAAW,EAAET,MAAM,WAAW,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACQ,OAAO;QAC3E,CAAC,CAAC,WAAW,EAAEP,MAAM,kBAAkB,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAAC6B,MAAM;QACjF,CAAC,CAAC,WAAW,EAAE5B,MAAM,YAAY,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACQ,OAAO;QAC5E,CAAC,CAAC,WAAW,EAAEP,MAAM,OAAO,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACO,MAAM;QACtE,CAAC,CAAC,WAAW,EAAEN,MAAM,OAAO,CAAC,CAAC,EAAE2B,gCAAkB,CAAC5B,YAAY,CAACQ,OAAO;IAC3E;IACA,OAAOG,OAAOC,MAAM,CAACb,KAAK4B;AAC9B,GAAG,CAAC;AACJ,2CAA2C;AAC3ChC,kBAAkBmC,iCAAiC,GAAGF,gCAAkB,CAACH,sCAAkB,CAACM,MAAM,CAAC,CAACtB,OAAO;AAC3Gd,kBAAkBqC,mCAAmC,GAAGJ,gCAAkB,CAACH,sCAAkB,CAACM,MAAM,CAAC,CAACE,OAAO;AAC7GtC,kBAAkBuC,6BAA6B,GAAGN,gCAAkB,CAACH,sCAAkB,CAACU,OAAO,CAAC,CAACF,OAAO;AACxGtC,kBAAkByC,6BAA6B,GAAGR,gCAAkB,CAACH,sCAAkB,CAACU,OAAO,CAAC,CAACF,OAAO;AACxGtC,kBAAkB0C,yBAAyB,GAAGT,gCAAkB,CAACH,sCAAkB,CAACU,OAAO,CAAC,CAACF,OAAO"}
|
|
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "generateColorTokens", {
|
|
|
8
8
|
return generateColorTokens;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
const _colors = require("../global/colors");
|
|
11
|
+
const _colors = require("../global/colors.js");
|
|
12
12
|
const generateColorTokens = (brand)=>({
|
|
13
13
|
colorNeutralForeground1: _colors.white,
|
|
14
14
|
colorNeutralForeground1Hover: _colors.white,
|
|
@@ -124,10 +124,17 @@ const generateColorTokens = (brand)=>({
|
|
|
124
124
|
colorBrandBackground2: brand[20],
|
|
125
125
|
colorBrandBackground2Hover: brand[40],
|
|
126
126
|
colorBrandBackground2Pressed: brand[10],
|
|
127
|
+
colorBrandBackground3Static: brand[60],
|
|
128
|
+
colorBrandBackground4Static: brand[40],
|
|
127
129
|
colorBrandBackgroundInverted: _colors.white,
|
|
128
130
|
colorBrandBackgroundInvertedHover: brand[160],
|
|
129
131
|
colorBrandBackgroundInvertedPressed: brand[140],
|
|
130
132
|
colorBrandBackgroundInvertedSelected: brand[150],
|
|
133
|
+
colorNeutralCardBackground: _colors.grey[20],
|
|
134
|
+
colorNeutralCardBackgroundHover: _colors.grey[24],
|
|
135
|
+
colorNeutralCardBackgroundPressed: _colors.grey[18],
|
|
136
|
+
colorNeutralCardBackgroundSelected: _colors.grey[22],
|
|
137
|
+
colorNeutralCardBackgroundDisabled: _colors.grey[8],
|
|
131
138
|
colorNeutralStrokeAccessible: _colors.grey[68],
|
|
132
139
|
colorNeutralStrokeAccessibleHover: _colors.grey[74],
|
|
133
140
|
colorNeutralStrokeAccessiblePressed: _colors.grey[70],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["teamsDarkColor.js"],"sourcesContent":["/* !!! DO NOT EDIT !!! */ /* This file has been generated by the token pipeline */ import { black, blackAlpha, grey, grey10Alpha, grey12Alpha, grey14Alpha, white, whiteAlpha } from '../global/colors';\nexport const generateColorTokens = (brand)=>({\n colorNeutralForeground1: white,\n colorNeutralForeground1Hover: white,\n colorNeutralForeground1Pressed: white,\n colorNeutralForeground1Selected: white,\n colorNeutralForeground2: grey[84],\n colorNeutralForeground2Hover: white,\n colorNeutralForeground2Pressed: white,\n colorNeutralForeground2Selected: white,\n colorNeutralForeground2BrandHover: brand[100],\n colorNeutralForeground2BrandPressed: brand[90],\n colorNeutralForeground2BrandSelected: brand[100],\n colorNeutralForeground3: grey[68],\n colorNeutralForeground3Hover: grey[84],\n colorNeutralForeground3Pressed: grey[84],\n colorNeutralForeground3Selected: grey[84],\n colorNeutralForeground3BrandHover: brand[100],\n colorNeutralForeground3BrandPressed: brand[90],\n colorNeutralForeground3BrandSelected: brand[100],\n colorNeutralForeground4: grey[60],\n colorNeutralForegroundDisabled: grey[36],\n colorNeutralForegroundInvertedDisabled: whiteAlpha[40],\n colorBrandForegroundLink: brand[100],\n colorBrandForegroundLinkHover: brand[110],\n colorBrandForegroundLinkPressed: brand[90],\n colorBrandForegroundLinkSelected: brand[100],\n colorNeutralForeground2Link: grey[84],\n colorNeutralForeground2LinkHover: white,\n colorNeutralForeground2LinkPressed: white,\n colorNeutralForeground2LinkSelected: white,\n colorCompoundBrandForeground1: brand[100],\n colorCompoundBrandForeground1Hover: brand[110],\n colorCompoundBrandForeground1Pressed: brand[90],\n colorBrandForeground1: brand[100],\n colorBrandForeground2: brand[120],\n colorBrandForeground2Hover: brand[130],\n colorBrandForeground2Pressed: brand[160],\n colorNeutralForeground1Static: grey[14],\n colorNeutralForegroundStaticInverted: white,\n colorNeutralForegroundInverted: grey[14],\n colorNeutralForegroundInvertedHover: grey[14],\n colorNeutralForegroundInvertedPressed: grey[14],\n colorNeutralForegroundInvertedSelected: grey[14],\n colorNeutralForegroundInverted2: grey[14],\n colorNeutralForegroundOnBrand: white,\n colorNeutralForegroundInvertedLink: white,\n colorNeutralForegroundInvertedLinkHover: white,\n colorNeutralForegroundInvertedLinkPressed: white,\n colorNeutralForegroundInvertedLinkSelected: white,\n colorBrandForegroundInverted: brand[80],\n colorBrandForegroundInvertedHover: brand[70],\n colorBrandForegroundInvertedPressed: brand[60],\n colorBrandForegroundOnLight: brand[80],\n colorBrandForegroundOnLightHover: brand[70],\n colorBrandForegroundOnLightPressed: brand[50],\n colorBrandForegroundOnLightSelected: brand[60],\n colorNeutralBackground1: grey[16],\n colorNeutralBackground1Hover: grey[24],\n colorNeutralBackground1Pressed: grey[12],\n colorNeutralBackground1Selected: grey[22],\n colorNeutralBackground2: grey[14],\n colorNeutralBackground2Hover: grey[22],\n colorNeutralBackground2Pressed: grey[10],\n colorNeutralBackground2Selected: grey[20],\n colorNeutralBackground3: grey[12],\n colorNeutralBackground3Hover: grey[20],\n colorNeutralBackground3Pressed: grey[8],\n colorNeutralBackground3Selected: grey[18],\n colorNeutralBackground4: grey[8],\n colorNeutralBackground4Hover: grey[16],\n colorNeutralBackground4Pressed: grey[4],\n colorNeutralBackground4Selected: grey[14],\n colorNeutralBackground5: grey[4],\n colorNeutralBackground5Hover: grey[12],\n colorNeutralBackground5Pressed: black,\n colorNeutralBackground5Selected: grey[10],\n colorNeutralBackground6: grey[20],\n colorNeutralBackgroundInverted: white,\n colorNeutralBackgroundStatic: grey[24],\n colorNeutralBackgroundAlpha: grey10Alpha[50],\n colorNeutralBackgroundAlpha2: grey12Alpha[70],\n colorSubtleBackground: 'transparent',\n colorSubtleBackgroundHover: grey[22],\n colorSubtleBackgroundPressed: grey[18],\n colorSubtleBackgroundSelected: grey[20],\n colorSubtleBackgroundLightAlphaHover: grey14Alpha[80],\n colorSubtleBackgroundLightAlphaPressed: grey14Alpha[50],\n colorSubtleBackgroundLightAlphaSelected: 'transparent',\n colorSubtleBackgroundInverted: 'transparent',\n colorSubtleBackgroundInvertedHover: blackAlpha[10],\n colorSubtleBackgroundInvertedPressed: blackAlpha[30],\n colorSubtleBackgroundInvertedSelected: blackAlpha[20],\n colorTransparentBackground: 'transparent',\n colorTransparentBackgroundHover: 'transparent',\n colorTransparentBackgroundPressed: 'transparent',\n colorTransparentBackgroundSelected: 'transparent',\n colorNeutralBackgroundDisabled: grey[8],\n colorNeutralBackgroundInvertedDisabled: whiteAlpha[10],\n colorNeutralStencil1: grey[34],\n colorNeutralStencil2: grey[20],\n colorNeutralStencil1Alpha: whiteAlpha[10],\n colorNeutralStencil2Alpha: whiteAlpha[5],\n colorBackgroundOverlay: blackAlpha[50],\n colorScrollbarOverlay: whiteAlpha[60],\n colorBrandBackground: brand[70],\n colorBrandBackgroundHover: brand[80],\n colorBrandBackgroundPressed: brand[40],\n colorBrandBackgroundSelected: brand[60],\n colorCompoundBrandBackground: brand[100],\n colorCompoundBrandBackgroundHover: brand[110],\n colorCompoundBrandBackgroundPressed: brand[90],\n colorBrandBackgroundStatic: brand[80],\n colorBrandBackground2: brand[20],\n colorBrandBackground2Hover: brand[40],\n colorBrandBackground2Pressed: brand[10],\n colorBrandBackgroundInverted: white,\n colorBrandBackgroundInvertedHover: brand[160],\n colorBrandBackgroundInvertedPressed: brand[140],\n colorBrandBackgroundInvertedSelected: brand[150],\n colorNeutralStrokeAccessible: grey[68],\n colorNeutralStrokeAccessibleHover: grey[74],\n colorNeutralStrokeAccessiblePressed: grey[70],\n colorNeutralStrokeAccessibleSelected: brand[100],\n colorNeutralStroke1: grey[40],\n colorNeutralStroke1Hover: grey[46],\n colorNeutralStroke1Pressed: grey[42],\n colorNeutralStroke1Selected: grey[44],\n colorNeutralStroke2: grey[32],\n colorNeutralStroke3: grey[24],\n colorNeutralStrokeSubtle: grey[4],\n colorNeutralStrokeOnBrand: grey[16],\n colorNeutralStrokeOnBrand2: white,\n colorNeutralStrokeOnBrand2Hover: white,\n colorNeutralStrokeOnBrand2Pressed: white,\n colorNeutralStrokeOnBrand2Selected: white,\n colorBrandStroke1: brand[100],\n colorBrandStroke2: brand[50],\n colorBrandStroke2Hover: brand[50],\n colorBrandStroke2Pressed: brand[30],\n colorBrandStroke2Contrast: brand[50],\n colorCompoundBrandStroke: brand[90],\n colorCompoundBrandStrokeHover: brand[100],\n colorCompoundBrandStrokePressed: brand[80],\n colorNeutralStrokeDisabled: grey[26],\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: whiteAlpha[10],\n colorNeutralStrokeAlpha2: whiteAlpha[20],\n colorStrokeFocus1: black,\n colorStrokeFocus2: white,\n colorNeutralShadowAmbient: 'rgba(0,0,0,0.24)',\n colorNeutralShadowKey: 'rgba(0,0,0,0.28)',\n colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.12)',\n colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.14)',\n colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',\n colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',\n colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',\n colorBrandShadowKey: 'rgba(0,0,0,0.25)'\n });\n"],"names":["generateColorTokens","brand","colorNeutralForeground1","white","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","grey","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForegroundDisabled","colorNeutralForegroundInvertedDisabled","whiteAlpha","colorBrandForegroundLink","colorBrandForegroundLinkHover","colorBrandForegroundLinkPressed","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorBrandForeground1","colorBrandForeground2","colorBrandForeground2Hover","colorBrandForeground2Pressed","colorNeutralForeground1Static","colorNeutralForegroundStaticInverted","colorNeutralForegroundInverted","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundInverted2","colorNeutralForegroundOnBrand","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorBrandForegroundInverted","colorBrandForegroundInvertedHover","colorBrandForegroundInvertedPressed","colorBrandForegroundOnLight","colorBrandForegroundOnLightHover","colorBrandForegroundOnLightPressed","colorBrandForegroundOnLightSelected","colorNeutralBackground1","colorNeutralBackground1Hover","colorNeutralBackground1Pressed","colorNeutralBackground1Selected","colorNeutralBackground2","colorNeutralBackground2Hover","colorNeutralBackground2Pressed","colorNeutralBackground2Selected","colorNeutralBackground3","colorNeutralBackground3Hover","colorNeutralBackground3Pressed","colorNeutralBackground3Selected","colorNeutralBackground4","colorNeutralBackground4Hover","colorNeutralBackground4Pressed","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","black","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundInverted","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","grey14Alpha","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundInvertedDisabled","colorNeutralStencil1","colorNeutralStencil2","colorNeutralStencil1Alpha","colorNeutralStencil2Alpha","colorBackgroundOverlay","colorScrollbarOverlay","colorBrandBackground","colorBrandBackgroundHover","colorBrandBackgroundPressed","colorBrandBackgroundSelected","colorCompoundBrandBackground","colorCompoundBrandBackgroundHover","colorCompoundBrandBackgroundPressed","colorBrandBackgroundStatic","colorBrandBackground2","colorBrandBackground2Hover","colorBrandBackground2Pressed","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","colorBrandBackgroundInvertedSelected","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorBrandStroke2Contrast","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorNeutralStrokeAlpha2","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["teamsDarkColor.js"],"sourcesContent":["/* !!! DO NOT EDIT !!! */ /* This file has been generated by the token pipeline */ import { black, blackAlpha, grey, grey10Alpha, grey12Alpha, grey14Alpha, white, whiteAlpha } from \"../global/colors.js\";\nexport const generateColorTokens = (brand)=>({\n colorNeutralForeground1: white,\n colorNeutralForeground1Hover: white,\n colorNeutralForeground1Pressed: white,\n colorNeutralForeground1Selected: white,\n colorNeutralForeground2: grey[84],\n colorNeutralForeground2Hover: white,\n colorNeutralForeground2Pressed: white,\n colorNeutralForeground2Selected: white,\n colorNeutralForeground2BrandHover: brand[100],\n colorNeutralForeground2BrandPressed: brand[90],\n colorNeutralForeground2BrandSelected: brand[100],\n colorNeutralForeground3: grey[68],\n colorNeutralForeground3Hover: grey[84],\n colorNeutralForeground3Pressed: grey[84],\n colorNeutralForeground3Selected: grey[84],\n colorNeutralForeground3BrandHover: brand[100],\n colorNeutralForeground3BrandPressed: brand[90],\n colorNeutralForeground3BrandSelected: brand[100],\n colorNeutralForeground4: grey[60],\n colorNeutralForegroundDisabled: grey[36],\n colorNeutralForegroundInvertedDisabled: whiteAlpha[40],\n colorBrandForegroundLink: brand[100],\n colorBrandForegroundLinkHover: brand[110],\n colorBrandForegroundLinkPressed: brand[90],\n colorBrandForegroundLinkSelected: brand[100],\n colorNeutralForeground2Link: grey[84],\n colorNeutralForeground2LinkHover: white,\n colorNeutralForeground2LinkPressed: white,\n colorNeutralForeground2LinkSelected: white,\n colorCompoundBrandForeground1: brand[100],\n colorCompoundBrandForeground1Hover: brand[110],\n colorCompoundBrandForeground1Pressed: brand[90],\n colorBrandForeground1: brand[100],\n colorBrandForeground2: brand[120],\n colorBrandForeground2Hover: brand[130],\n colorBrandForeground2Pressed: brand[160],\n colorNeutralForeground1Static: grey[14],\n colorNeutralForegroundStaticInverted: white,\n colorNeutralForegroundInverted: grey[14],\n colorNeutralForegroundInvertedHover: grey[14],\n colorNeutralForegroundInvertedPressed: grey[14],\n colorNeutralForegroundInvertedSelected: grey[14],\n colorNeutralForegroundInverted2: grey[14],\n colorNeutralForegroundOnBrand: white,\n colorNeutralForegroundInvertedLink: white,\n colorNeutralForegroundInvertedLinkHover: white,\n colorNeutralForegroundInvertedLinkPressed: white,\n colorNeutralForegroundInvertedLinkSelected: white,\n colorBrandForegroundInverted: brand[80],\n colorBrandForegroundInvertedHover: brand[70],\n colorBrandForegroundInvertedPressed: brand[60],\n colorBrandForegroundOnLight: brand[80],\n colorBrandForegroundOnLightHover: brand[70],\n colorBrandForegroundOnLightPressed: brand[50],\n colorBrandForegroundOnLightSelected: brand[60],\n colorNeutralBackground1: grey[16],\n colorNeutralBackground1Hover: grey[24],\n colorNeutralBackground1Pressed: grey[12],\n colorNeutralBackground1Selected: grey[22],\n colorNeutralBackground2: grey[14],\n colorNeutralBackground2Hover: grey[22],\n colorNeutralBackground2Pressed: grey[10],\n colorNeutralBackground2Selected: grey[20],\n colorNeutralBackground3: grey[12],\n colorNeutralBackground3Hover: grey[20],\n colorNeutralBackground3Pressed: grey[8],\n colorNeutralBackground3Selected: grey[18],\n colorNeutralBackground4: grey[8],\n colorNeutralBackground4Hover: grey[16],\n colorNeutralBackground4Pressed: grey[4],\n colorNeutralBackground4Selected: grey[14],\n colorNeutralBackground5: grey[4],\n colorNeutralBackground5Hover: grey[12],\n colorNeutralBackground5Pressed: black,\n colorNeutralBackground5Selected: grey[10],\n colorNeutralBackground6: grey[20],\n colorNeutralBackgroundInverted: white,\n colorNeutralBackgroundStatic: grey[24],\n colorNeutralBackgroundAlpha: grey10Alpha[50],\n colorNeutralBackgroundAlpha2: grey12Alpha[70],\n colorSubtleBackground: 'transparent',\n colorSubtleBackgroundHover: grey[22],\n colorSubtleBackgroundPressed: grey[18],\n colorSubtleBackgroundSelected: grey[20],\n colorSubtleBackgroundLightAlphaHover: grey14Alpha[80],\n colorSubtleBackgroundLightAlphaPressed: grey14Alpha[50],\n colorSubtleBackgroundLightAlphaSelected: 'transparent',\n colorSubtleBackgroundInverted: 'transparent',\n colorSubtleBackgroundInvertedHover: blackAlpha[10],\n colorSubtleBackgroundInvertedPressed: blackAlpha[30],\n colorSubtleBackgroundInvertedSelected: blackAlpha[20],\n colorTransparentBackground: 'transparent',\n colorTransparentBackgroundHover: 'transparent',\n colorTransparentBackgroundPressed: 'transparent',\n colorTransparentBackgroundSelected: 'transparent',\n colorNeutralBackgroundDisabled: grey[8],\n colorNeutralBackgroundInvertedDisabled: whiteAlpha[10],\n colorNeutralStencil1: grey[34],\n colorNeutralStencil2: grey[20],\n colorNeutralStencil1Alpha: whiteAlpha[10],\n colorNeutralStencil2Alpha: whiteAlpha[5],\n colorBackgroundOverlay: blackAlpha[50],\n colorScrollbarOverlay: whiteAlpha[60],\n colorBrandBackground: brand[70],\n colorBrandBackgroundHover: brand[80],\n colorBrandBackgroundPressed: brand[40],\n colorBrandBackgroundSelected: brand[60],\n colorCompoundBrandBackground: brand[100],\n colorCompoundBrandBackgroundHover: brand[110],\n colorCompoundBrandBackgroundPressed: brand[90],\n colorBrandBackgroundStatic: brand[80],\n colorBrandBackground2: brand[20],\n colorBrandBackground2Hover: brand[40],\n colorBrandBackground2Pressed: brand[10],\n colorBrandBackground3Static: brand[60],\n colorBrandBackground4Static: brand[40],\n colorBrandBackgroundInverted: white,\n colorBrandBackgroundInvertedHover: brand[160],\n colorBrandBackgroundInvertedPressed: brand[140],\n colorBrandBackgroundInvertedSelected: brand[150],\n colorNeutralCardBackground: grey[20],\n colorNeutralCardBackgroundHover: grey[24],\n colorNeutralCardBackgroundPressed: grey[18],\n colorNeutralCardBackgroundSelected: grey[22],\n colorNeutralCardBackgroundDisabled: grey[8],\n colorNeutralStrokeAccessible: grey[68],\n colorNeutralStrokeAccessibleHover: grey[74],\n colorNeutralStrokeAccessiblePressed: grey[70],\n colorNeutralStrokeAccessibleSelected: brand[100],\n colorNeutralStroke1: grey[40],\n colorNeutralStroke1Hover: grey[46],\n colorNeutralStroke1Pressed: grey[42],\n colorNeutralStroke1Selected: grey[44],\n colorNeutralStroke2: grey[32],\n colorNeutralStroke3: grey[24],\n colorNeutralStrokeSubtle: grey[4],\n colorNeutralStrokeOnBrand: grey[16],\n colorNeutralStrokeOnBrand2: white,\n colorNeutralStrokeOnBrand2Hover: white,\n colorNeutralStrokeOnBrand2Pressed: white,\n colorNeutralStrokeOnBrand2Selected: white,\n colorBrandStroke1: brand[100],\n colorBrandStroke2: brand[50],\n colorBrandStroke2Hover: brand[50],\n colorBrandStroke2Pressed: brand[30],\n colorBrandStroke2Contrast: brand[50],\n colorCompoundBrandStroke: brand[90],\n colorCompoundBrandStrokeHover: brand[100],\n colorCompoundBrandStrokePressed: brand[80],\n colorNeutralStrokeDisabled: grey[26],\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: whiteAlpha[10],\n colorNeutralStrokeAlpha2: whiteAlpha[20],\n colorStrokeFocus1: black,\n colorStrokeFocus2: white,\n colorNeutralShadowAmbient: 'rgba(0,0,0,0.24)',\n colorNeutralShadowKey: 'rgba(0,0,0,0.28)',\n colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.12)',\n colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.14)',\n colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',\n colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',\n colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',\n colorBrandShadowKey: 'rgba(0,0,0,0.25)'\n });\n"],"names":["generateColorTokens","brand","colorNeutralForeground1","white","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","grey","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForegroundDisabled","colorNeutralForegroundInvertedDisabled","whiteAlpha","colorBrandForegroundLink","colorBrandForegroundLinkHover","colorBrandForegroundLinkPressed","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorBrandForeground1","colorBrandForeground2","colorBrandForeground2Hover","colorBrandForeground2Pressed","colorNeutralForeground1Static","colorNeutralForegroundStaticInverted","colorNeutralForegroundInverted","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundInverted2","colorNeutralForegroundOnBrand","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorBrandForegroundInverted","colorBrandForegroundInvertedHover","colorBrandForegroundInvertedPressed","colorBrandForegroundOnLight","colorBrandForegroundOnLightHover","colorBrandForegroundOnLightPressed","colorBrandForegroundOnLightSelected","colorNeutralBackground1","colorNeutralBackground1Hover","colorNeutralBackground1Pressed","colorNeutralBackground1Selected","colorNeutralBackground2","colorNeutralBackground2Hover","colorNeutralBackground2Pressed","colorNeutralBackground2Selected","colorNeutralBackground3","colorNeutralBackground3Hover","colorNeutralBackground3Pressed","colorNeutralBackground3Selected","colorNeutralBackground4","colorNeutralBackground4Hover","colorNeutralBackground4Pressed","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","black","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundInverted","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","grey14Alpha","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundInvertedDisabled","colorNeutralStencil1","colorNeutralStencil2","colorNeutralStencil1Alpha","colorNeutralStencil2Alpha","colorBackgroundOverlay","colorScrollbarOverlay","colorBrandBackground","colorBrandBackgroundHover","colorBrandBackgroundPressed","colorBrandBackgroundSelected","colorCompoundBrandBackground","colorCompoundBrandBackgroundHover","colorCompoundBrandBackgroundPressed","colorBrandBackgroundStatic","colorBrandBackground2","colorBrandBackground2Hover","colorBrandBackground2Pressed","colorBrandBackground3Static","colorBrandBackground4Static","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","colorBrandBackgroundInvertedSelected","colorNeutralCardBackground","colorNeutralCardBackgroundHover","colorNeutralCardBackgroundPressed","colorNeutralCardBackgroundSelected","colorNeutralCardBackgroundDisabled","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorBrandStroke2Contrast","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorNeutralStrokeAlpha2","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey"],"mappings":"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"}
|
|
@@ -9,14 +9,14 @@ function _export(target, all) {
|
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
|
-
|
|
13
|
-
return
|
|
12
|
+
brandOffice: function() {
|
|
13
|
+
return brandOffice;
|
|
14
14
|
},
|
|
15
15
|
brandTeams: function() {
|
|
16
16
|
return brandTeams;
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
return
|
|
18
|
+
brandWeb: function() {
|
|
19
|
+
return brandWeb;
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
22
|
const brandWeb = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["brandColors.js"],"sourcesContent":["export const brandWeb = {\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};\nexport const brandTeams = {\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};\nexport const brandOffice = {\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"],"names":["
|
|
1
|
+
{"version":3,"sources":["brandColors.js"],"sourcesContent":["export const brandWeb = {\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};\nexport const brandTeams = {\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};\nexport const brandOffice = {\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"],"names":["brandOffice","brandTeams","brandWeb"],"mappings":";;;;;;;;;;;IAoCaA,WAAW;eAAXA;;IAlBAC,UAAU;eAAVA;;IAlBAC,QAAQ;eAARA;;;AAAN,MAAMA,WAAW;IACpB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB;AACO,MAAMD,aAAa;IACtB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB;AACO,MAAMD,cAAc;IACvB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB"}
|
|
@@ -9,17 +9,17 @@ function _export(target, all) {
|
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
|
-
|
|
13
|
-
return
|
|
12
|
+
mappedStatusColors: function() {
|
|
13
|
+
return mappedStatusColors;
|
|
14
14
|
},
|
|
15
15
|
personaSharedColors: function() {
|
|
16
16
|
return personaSharedColors;
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
return
|
|
18
|
+
statusSharedColors: function() {
|
|
19
|
+
return statusSharedColors;
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
|
-
const _colors = require("./colors");
|
|
22
|
+
const _colors = require("./colors.js");
|
|
23
23
|
const statusSharedColors = {
|
|
24
24
|
red: _colors.red,
|
|
25
25
|
green: _colors.green,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["colorPalette.js"],"sourcesContent":["import { red, green, darkOrange, yellow, berry, lightGreen, marigold, darkRed, cranberry, pumpkin, peach, gold, brass, brown, forest, seafoam, darkGreen, lightTeal, teal, steel, blue, royalBlue, cornflower, navy, lavender, purple, grape, lilac, pink, magenta, plum, beige, mink, platinum, anchor, orange } from
|
|
1
|
+
{"version":3,"sources":["colorPalette.js"],"sourcesContent":["import { red, green, darkOrange, yellow, berry, lightGreen, marigold, darkRed, cranberry, pumpkin, peach, gold, brass, brown, forest, seafoam, darkGreen, lightTeal, teal, steel, blue, royalBlue, cornflower, navy, lavender, purple, grape, lilac, pink, magenta, plum, beige, mink, platinum, anchor, orange } from \"./colors.js\";\nexport const statusSharedColors = {\n red,\n green,\n darkOrange,\n yellow,\n berry,\n lightGreen,\n marigold\n};\nexport const 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};\nexport const mappedStatusColors = {\n cranberry,\n green,\n orange\n};\n"],"names":["mappedStatusColors","personaSharedColors","statusSharedColors","red","green","darkOrange","yellow","berry","lightGreen","marigold","darkRed","cranberry","pumpkin","peach","gold","brass","brown","forest","seafoam","darkGreen","lightTeal","teal","steel","blue","royalBlue","cornflower","navy","lavender","purple","grape","lilac","pink","magenta","plum","beige","mink","platinum","anchor","orange"],"mappings":";;;;;;;;;;;IAwCaA,kBAAkB;eAAlBA;;IA9BAC,mBAAmB;eAAnBA;;IATAC,kBAAkB;eAAlBA;;;wBAD0S;AAChT,MAAMA,qBAAqB;IAC9BC,KAAAA,WAAG;IACHC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,UAAAA,gBAAQ;AACZ;AACO,MAAMR,sBAAsB;IAC/BS,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,SAAAA,eAAO;IACPC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,QAAAA,cAAM;IACNC,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,WAAAA,iBAAS;IACTC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,WAAAA,iBAAS;IACTC,YAAAA,kBAAU;IACVC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,SAAAA,eAAO;IACPC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;AACV;AACO,MAAMrC,qBAAqB;IAC9BW,WAAAA,iBAAS;IACTP,OAAAA,aAAK;IACLkC,QAAAA,cAAM;AACV"}
|
|
@@ -9,200 +9,200 @@ function _export(target, all) {
|
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
|
-
|
|
13
|
-
return
|
|
14
|
-
},
|
|
15
|
-
whiteAlpha: function() {
|
|
16
|
-
return whiteAlpha;
|
|
17
|
-
},
|
|
18
|
-
blackAlpha: function() {
|
|
19
|
-
return blackAlpha;
|
|
20
|
-
},
|
|
21
|
-
grey10Alpha: function() {
|
|
22
|
-
return grey10Alpha;
|
|
23
|
-
},
|
|
24
|
-
grey12Alpha: function() {
|
|
25
|
-
return grey12Alpha;
|
|
12
|
+
anchor: function() {
|
|
13
|
+
return anchor;
|
|
26
14
|
},
|
|
27
|
-
|
|
28
|
-
return
|
|
15
|
+
beige: function() {
|
|
16
|
+
return beige;
|
|
29
17
|
},
|
|
30
|
-
|
|
31
|
-
return
|
|
18
|
+
berry: function() {
|
|
19
|
+
return berry;
|
|
32
20
|
},
|
|
33
21
|
black: function() {
|
|
34
22
|
return black;
|
|
35
23
|
},
|
|
36
|
-
|
|
37
|
-
return
|
|
38
|
-
},
|
|
39
|
-
hcHighlight: function() {
|
|
40
|
-
return hcHighlight;
|
|
41
|
-
},
|
|
42
|
-
hcDisabled: function() {
|
|
43
|
-
return hcDisabled;
|
|
44
|
-
},
|
|
45
|
-
hcCanvas: function() {
|
|
46
|
-
return hcCanvas;
|
|
47
|
-
},
|
|
48
|
-
hcCanvasText: function() {
|
|
49
|
-
return hcCanvasText;
|
|
24
|
+
blackAlpha: function() {
|
|
25
|
+
return blackAlpha;
|
|
50
26
|
},
|
|
51
|
-
|
|
52
|
-
return
|
|
27
|
+
blue: function() {
|
|
28
|
+
return blue;
|
|
53
29
|
},
|
|
54
|
-
|
|
55
|
-
return
|
|
30
|
+
brass: function() {
|
|
31
|
+
return brass;
|
|
56
32
|
},
|
|
57
|
-
|
|
58
|
-
return
|
|
33
|
+
bronze: function() {
|
|
34
|
+
return bronze;
|
|
59
35
|
},
|
|
60
|
-
|
|
61
|
-
return
|
|
36
|
+
brown: function() {
|
|
37
|
+
return brown;
|
|
62
38
|
},
|
|
63
39
|
burgundy: function() {
|
|
64
40
|
return burgundy;
|
|
65
41
|
},
|
|
42
|
+
charcoal: function() {
|
|
43
|
+
return charcoal;
|
|
44
|
+
},
|
|
45
|
+
cornflower: function() {
|
|
46
|
+
return cornflower;
|
|
47
|
+
},
|
|
66
48
|
cranberry: function() {
|
|
67
49
|
return cranberry;
|
|
68
50
|
},
|
|
69
|
-
|
|
70
|
-
return
|
|
51
|
+
cyan: function() {
|
|
52
|
+
return cyan;
|
|
71
53
|
},
|
|
72
|
-
|
|
73
|
-
return
|
|
54
|
+
darkBlue: function() {
|
|
55
|
+
return darkBlue;
|
|
74
56
|
},
|
|
75
|
-
|
|
76
|
-
return
|
|
57
|
+
darkBrown: function() {
|
|
58
|
+
return darkBrown;
|
|
77
59
|
},
|
|
78
|
-
|
|
79
|
-
return
|
|
60
|
+
darkGreen: function() {
|
|
61
|
+
return darkGreen;
|
|
80
62
|
},
|
|
81
|
-
|
|
82
|
-
return
|
|
63
|
+
darkOrange: function() {
|
|
64
|
+
return darkOrange;
|
|
83
65
|
},
|
|
84
|
-
|
|
85
|
-
return
|
|
66
|
+
darkPurple: function() {
|
|
67
|
+
return darkPurple;
|
|
86
68
|
},
|
|
87
|
-
|
|
88
|
-
return
|
|
69
|
+
darkRed: function() {
|
|
70
|
+
return darkRed;
|
|
89
71
|
},
|
|
90
|
-
|
|
91
|
-
return
|
|
72
|
+
darkTeal: function() {
|
|
73
|
+
return darkTeal;
|
|
74
|
+
},
|
|
75
|
+
forest: function() {
|
|
76
|
+
return forest;
|
|
92
77
|
},
|
|
93
78
|
gold: function() {
|
|
94
79
|
return gold;
|
|
95
80
|
},
|
|
96
|
-
|
|
97
|
-
return
|
|
81
|
+
grape: function() {
|
|
82
|
+
return grape;
|
|
98
83
|
},
|
|
99
|
-
|
|
100
|
-
return
|
|
84
|
+
green: function() {
|
|
85
|
+
return green;
|
|
101
86
|
},
|
|
102
|
-
|
|
103
|
-
return
|
|
87
|
+
grey: function() {
|
|
88
|
+
return grey;
|
|
104
89
|
},
|
|
105
|
-
|
|
106
|
-
return
|
|
90
|
+
grey10Alpha: function() {
|
|
91
|
+
return grey10Alpha;
|
|
107
92
|
},
|
|
108
|
-
|
|
109
|
-
return
|
|
93
|
+
grey12Alpha: function() {
|
|
94
|
+
return grey12Alpha;
|
|
110
95
|
},
|
|
111
|
-
|
|
112
|
-
return
|
|
96
|
+
grey14Alpha: function() {
|
|
97
|
+
return grey14Alpha;
|
|
113
98
|
},
|
|
114
|
-
|
|
115
|
-
return
|
|
99
|
+
hcButtonFace: function() {
|
|
100
|
+
return hcButtonFace;
|
|
116
101
|
},
|
|
117
|
-
|
|
118
|
-
return
|
|
102
|
+
hcButtonText: function() {
|
|
103
|
+
return hcButtonText;
|
|
119
104
|
},
|
|
120
|
-
|
|
121
|
-
return
|
|
105
|
+
hcCanvas: function() {
|
|
106
|
+
return hcCanvas;
|
|
122
107
|
},
|
|
123
|
-
|
|
124
|
-
return
|
|
108
|
+
hcCanvasText: function() {
|
|
109
|
+
return hcCanvasText;
|
|
125
110
|
},
|
|
126
|
-
|
|
127
|
-
return
|
|
111
|
+
hcDisabled: function() {
|
|
112
|
+
return hcDisabled;
|
|
128
113
|
},
|
|
129
|
-
|
|
130
|
-
return
|
|
114
|
+
hcHighlight: function() {
|
|
115
|
+
return hcHighlight;
|
|
131
116
|
},
|
|
132
|
-
|
|
133
|
-
return
|
|
117
|
+
hcHighlightText: function() {
|
|
118
|
+
return hcHighlightText;
|
|
134
119
|
},
|
|
135
|
-
|
|
136
|
-
return
|
|
120
|
+
hcHyperlink: function() {
|
|
121
|
+
return hcHyperlink;
|
|
122
|
+
},
|
|
123
|
+
hotPink: function() {
|
|
124
|
+
return hotPink;
|
|
125
|
+
},
|
|
126
|
+
lavender: function() {
|
|
127
|
+
return lavender;
|
|
137
128
|
},
|
|
138
129
|
lightBlue: function() {
|
|
139
130
|
return lightBlue;
|
|
140
131
|
},
|
|
141
|
-
|
|
142
|
-
return
|
|
132
|
+
lightGreen: function() {
|
|
133
|
+
return lightGreen;
|
|
143
134
|
},
|
|
144
|
-
|
|
145
|
-
return
|
|
135
|
+
lightTeal: function() {
|
|
136
|
+
return lightTeal;
|
|
146
137
|
},
|
|
147
|
-
|
|
148
|
-
return
|
|
138
|
+
lilac: function() {
|
|
139
|
+
return lilac;
|
|
149
140
|
},
|
|
150
|
-
|
|
151
|
-
return
|
|
141
|
+
lime: function() {
|
|
142
|
+
return lime;
|
|
152
143
|
},
|
|
153
|
-
|
|
154
|
-
return
|
|
144
|
+
magenta: function() {
|
|
145
|
+
return magenta;
|
|
155
146
|
},
|
|
156
|
-
|
|
157
|
-
return
|
|
147
|
+
marigold: function() {
|
|
148
|
+
return marigold;
|
|
158
149
|
},
|
|
159
|
-
|
|
160
|
-
return
|
|
150
|
+
mink: function() {
|
|
151
|
+
return mink;
|
|
161
152
|
},
|
|
162
|
-
|
|
163
|
-
return
|
|
153
|
+
navy: function() {
|
|
154
|
+
return navy;
|
|
155
|
+
},
|
|
156
|
+
orange: function() {
|
|
157
|
+
return orange;
|
|
164
158
|
},
|
|
165
159
|
orchid: function() {
|
|
166
160
|
return orchid;
|
|
167
161
|
},
|
|
168
|
-
|
|
169
|
-
return
|
|
170
|
-
},
|
|
171
|
-
berry: function() {
|
|
172
|
-
return berry;
|
|
173
|
-
},
|
|
174
|
-
lilac: function() {
|
|
175
|
-
return lilac;
|
|
162
|
+
peach: function() {
|
|
163
|
+
return peach;
|
|
176
164
|
},
|
|
177
165
|
pink: function() {
|
|
178
166
|
return pink;
|
|
179
167
|
},
|
|
180
|
-
|
|
181
|
-
return
|
|
182
|
-
},
|
|
183
|
-
magenta: function() {
|
|
184
|
-
return magenta;
|
|
168
|
+
platinum: function() {
|
|
169
|
+
return platinum;
|
|
185
170
|
},
|
|
186
171
|
plum: function() {
|
|
187
172
|
return plum;
|
|
188
173
|
},
|
|
189
|
-
|
|
190
|
-
return
|
|
174
|
+
pumpkin: function() {
|
|
175
|
+
return pumpkin;
|
|
191
176
|
},
|
|
192
|
-
|
|
193
|
-
return
|
|
177
|
+
purple: function() {
|
|
178
|
+
return purple;
|
|
179
|
+
},
|
|
180
|
+
red: function() {
|
|
181
|
+
return red;
|
|
182
|
+
},
|
|
183
|
+
royalBlue: function() {
|
|
184
|
+
return royalBlue;
|
|
185
|
+
},
|
|
186
|
+
seafoam: function() {
|
|
187
|
+
return seafoam;
|
|
194
188
|
},
|
|
195
189
|
silver: function() {
|
|
196
190
|
return silver;
|
|
197
191
|
},
|
|
198
|
-
|
|
199
|
-
return
|
|
192
|
+
steel: function() {
|
|
193
|
+
return steel;
|
|
200
194
|
},
|
|
201
|
-
|
|
202
|
-
return
|
|
195
|
+
teal: function() {
|
|
196
|
+
return teal;
|
|
203
197
|
},
|
|
204
|
-
|
|
205
|
-
return
|
|
198
|
+
white: function() {
|
|
199
|
+
return white;
|
|
200
|
+
},
|
|
201
|
+
whiteAlpha: function() {
|
|
202
|
+
return whiteAlpha;
|
|
203
|
+
},
|
|
204
|
+
yellow: function() {
|
|
205
|
+
return yellow;
|
|
206
206
|
}
|
|
207
207
|
});
|
|
208
208
|
const grey = {
|
|
@@ -467,12 +467,12 @@ const marigold = {
|
|
|
467
467
|
tint60: '#fefbf4'
|
|
468
468
|
};
|
|
469
469
|
const yellow = {
|
|
470
|
-
primary: '#fde300',
|
|
471
|
-
shade10: '#e4cc00',
|
|
472
|
-
shade20: '#c0ad00',
|
|
473
|
-
shade30: '#817400',
|
|
474
|
-
shade40: '#4c4400',
|
|
475
470
|
shade50: '#282400',
|
|
471
|
+
shade40: '#4c4400',
|
|
472
|
+
shade30: '#817400',
|
|
473
|
+
shade20: '#c0ad00',
|
|
474
|
+
shade10: '#e4cc00',
|
|
475
|
+
primary: '#fde300',
|
|
476
476
|
tint10: '#fde61e',
|
|
477
477
|
tint20: '#fdea3d',
|
|
478
478
|
tint30: '#feee66',
|