@fluentui/react-theme 0.0.0-nightly9edaf68d4420211116.1 → 0.0.0-nightlya9c3d10d9520220113.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 +57 -4
- package/CHANGELOG.md +19 -5
- package/dist/react-theme.d.ts +63 -72
- package/lib/alias/dark.js +43 -41
- package/lib/alias/dark.js.map +1 -1
- package/lib/alias/highContrast.js +3 -1
- package/lib/alias/highContrast.js.map +1 -1
- package/lib/alias/light.js +43 -41
- package/lib/alias/light.js.map +1 -1
- package/lib/alias/teamsDark.js +43 -41
- package/lib/alias/teamsDark.js.map +1 -1
- package/lib/global/brandColors.d.ts +1 -0
- package/lib/global/brandColors.js +51 -29
- package/lib/global/brandColors.js.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/tokens.d.ts +2 -0
- package/lib/tokens.js +686 -0
- package/lib/tokens.js.map +1 -0
- package/lib/types.d.ts +59 -77
- package/lib/utils/createDarkTheme.js +2 -1
- package/lib/utils/createDarkTheme.js.map +1 -1
- package/lib/utils/createHighContrastTheme.js +2 -1
- package/lib/utils/createHighContrastTheme.js.map +1 -1
- package/lib/utils/createLightTheme.js +2 -1
- package/lib/utils/createLightTheme.js.map +1 -1
- package/lib/utils/createTeamsDarkTheme.js +2 -1
- package/lib/utils/createTeamsDarkTheme.js.map +1 -1
- package/lib/utils/index.d.ts +0 -1
- package/lib/utils/index.js +0 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/shadows.d.ts +2 -1
- package/lib/utils/shadows.js +7 -7
- package/lib/utils/shadows.js.map +1 -1
- package/lib-commonjs/alias/dark.js +43 -41
- package/lib-commonjs/alias/dark.js.map +1 -1
- package/lib-commonjs/alias/highContrast.js +3 -1
- package/lib-commonjs/alias/highContrast.js.map +1 -1
- package/lib-commonjs/alias/light.js +43 -41
- package/lib-commonjs/alias/light.js.map +1 -1
- package/lib-commonjs/alias/teamsDark.js +43 -41
- package/lib-commonjs/alias/teamsDark.js.map +1 -1
- package/lib-commonjs/global/brandColors.d.ts +1 -0
- package/lib-commonjs/global/brandColors.js +52 -30
- package/lib-commonjs/global/brandColors.js.map +1 -1
- package/lib-commonjs/index.d.ts +2 -1
- package/lib-commonjs/index.js +10 -0
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/tokens.d.ts +2 -0
- package/lib-commonjs/tokens.js +692 -0
- package/lib-commonjs/tokens.js.map +1 -0
- package/lib-commonjs/types.d.ts +59 -77
- package/lib-commonjs/utils/createDarkTheme.js +2 -1
- package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
- package/lib-commonjs/utils/createHighContrastTheme.js +2 -1
- package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
- package/lib-commonjs/utils/createLightTheme.js +2 -1
- package/lib-commonjs/utils/createLightTheme.js.map +1 -1
- package/lib-commonjs/utils/createTeamsDarkTheme.js +2 -1
- package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
- package/lib-commonjs/utils/index.d.ts +0 -1
- package/lib-commonjs/utils/index.js +0 -2
- package/lib-commonjs/utils/index.js.map +1 -1
- package/lib-commonjs/utils/shadows.d.ts +2 -1
- package/lib-commonjs/utils/shadows.js +7 -7
- package/lib-commonjs/utils/shadows.js.map +1 -1
- package/package.json +4 -3
- package/lib/utils/themeToCSSVariables.d.ts +0 -2
- package/lib/utils/themeToCSSVariables.js +0 -12
- package/lib/utils/themeToCSSVariables.js.map +0 -1
- package/lib-commonjs/utils/themeToCSSVariables.d.ts +0 -2
- package/lib-commonjs/utils/themeToCSSVariables.js +0 -21
- package/lib-commonjs/utils/themeToCSSVariables.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,16 +2,69 @@
|
|
2
2
|
"name": "@fluentui/react-theme",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-theme_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Thu, 13 Jan 2022 04:15:38 GMT",
|
6
|
+
"tag": "@fluentui/react-theme_v0.0.0-nightlya9c3d10d9520220113.1",
|
7
|
+
"version": "0.0.0-nightlya9c3d10d9520220113.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-theme",
|
13
|
-
"commit": "
|
13
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075",
|
14
14
|
"comment": "Release nightly v9"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "andmarti@microsoft.com",
|
18
|
+
"package": "@fluentui/react-theme",
|
19
|
+
"commit": "3ca42a594827a2ce3d5d18fcd4a399c92fda3bd7",
|
20
|
+
"comment": "updating brand colors"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
24
|
+
"package": "@fluentui/react-theme",
|
25
|
+
"commit": "b382d0421440e0854673a7967137d6c667544f91",
|
26
|
+
"comment": "feat: Export tokens as mapping to CSS variables"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "miroslav.stastny@microsoft.com",
|
30
|
+
"package": "@fluentui/react-theme",
|
31
|
+
"commit": "d7479a7414e636731b678aebb6bf6295fd607fda",
|
32
|
+
"comment": "Extend brand ramp from 13 to 16 tokens"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "bsunderhus@microsoft.com",
|
36
|
+
"package": "@fluentui/react-theme",
|
37
|
+
"commit": "c9a03954ffd5d1a85284fb36ef4cd103ed8aa927",
|
38
|
+
"comment": "Remove `themeToCSSVariables` function"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "miroslav.stastny@microsoft.com",
|
42
|
+
"package": "@fluentui/react-theme",
|
43
|
+
"commit": "8985d65f0aac448c6766d27800922224555be0f4",
|
44
|
+
"comment": "feat(react-theme) Add border1 color token for shared colors"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Thu, 25 Nov 2021 08:34:16 GMT",
|
51
|
+
"tag": "@fluentui/react-theme_v9.0.0-beta.4",
|
52
|
+
"version": "9.0.0-beta.4",
|
53
|
+
"comments": {
|
54
|
+
"none": [
|
55
|
+
{
|
56
|
+
"author": "olfedias@microsoft.com",
|
57
|
+
"package": "@fluentui/react-theme",
|
58
|
+
"commit": "66670cf47c716e284c7ac7ae5f25d1f77f3aced3",
|
59
|
+
"comment": "update tooling configs"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"prerelease": [
|
63
|
+
{
|
64
|
+
"author": "miroslav.stastny@microsoft.com",
|
65
|
+
"package": "@fluentui/react-theme",
|
66
|
+
"commit": "0a328c7a57bfa78ff9a4cd896f17e2887da64bec",
|
67
|
+
"comment": "feat(react-theme): update shadow design tokens"
|
15
68
|
}
|
16
69
|
]
|
17
70
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,31 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 13 Jan 2022 04:15:38 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlya9c3d10d9520220113.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightlya9c3d10d9520220113.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.
|
9
|
+
Thu, 13 Jan 2022 04:15:38 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.4..@fluentui/react-theme_v0.0.0-nightlya9c3d10d9520220113.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by email not defined)
|
15
|
+
- updating brand colors ([PR #20140](https://github.com/microsoft/fluentui/pull/20140) by andmarti@microsoft.com)
|
16
|
+
- feat: Export tokens as mapping to CSS variables ([PR #21026](https://github.com/microsoft/fluentui/pull/21026) by Humberto.Morimoto@microsoft.com)
|
17
|
+
- Extend brand ramp from 13 to 16 tokens ([PR #20884](https://github.com/microsoft/fluentui/pull/20884) by miroslav.stastny@microsoft.com)
|
18
|
+
- Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
|
19
|
+
- feat(react-theme) Add border1 color token for shared colors ([PR #20963](https://github.com/microsoft/fluentui/pull/20963) by miroslav.stastny@microsoft.com)
|
20
|
+
|
21
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-beta.4)
|
22
|
+
|
23
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.3..@fluentui/react-theme_v9.0.0-beta.4)
|
25
|
+
|
26
|
+
### Changes
|
27
|
+
|
28
|
+
- feat(react-theme): update shadow design tokens ([PR #20604](https://github.com/microsoft/fluentui/pull/20604) by miroslav.stastny@microsoft.com)
|
15
29
|
|
16
30
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-beta.3)
|
17
31
|
|
package/dist/react-theme.d.ts
CHANGED
@@ -7,109 +7,109 @@ export declare type BorderRadiusTokens = {
|
|
7
7
|
borderRadiusCircular: string;
|
8
8
|
};
|
9
9
|
|
10
|
-
export declare type
|
11
|
-
|
12
|
-
|
10
|
+
export declare type Brands = 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 110 | 120 | 130 | 140 | 150 | 160;
|
11
|
+
|
12
|
+
export declare type BrandVariants = Record<Brands, string>;
|
13
13
|
|
14
|
-
declare type ColorPaletteAnchor = 'colorPaletteAnchorBackground1' | 'colorPaletteAnchorBackground2' | 'colorPaletteAnchorBackground3' | 'colorPaletteAnchorForeground1' | 'colorPaletteAnchorForeground2' | 'colorPaletteAnchorForeground3' | 'colorPaletteAnchorBorderActive' | 'colorPaletteAnchorBorder2';
|
14
|
+
export declare type ColorPaletteAnchor = 'colorPaletteAnchorBackground1' | 'colorPaletteAnchorBackground2' | 'colorPaletteAnchorBackground3' | 'colorPaletteAnchorForeground1' | 'colorPaletteAnchorForeground2' | 'colorPaletteAnchorForeground3' | 'colorPaletteAnchorBorderActive' | 'colorPaletteAnchorBorder1' | 'colorPaletteAnchorBorder2';
|
15
15
|
|
16
|
-
declare type ColorPaletteBeige = 'colorPaletteBeigeBackground1' | 'colorPaletteBeigeBackground2' | 'colorPaletteBeigeBackground3' | 'colorPaletteBeigeForeground1' | 'colorPaletteBeigeForeground2' | 'colorPaletteBeigeForeground3' | 'colorPaletteBeigeBorderActive' | 'colorPaletteBeigeBorder2';
|
16
|
+
export declare type ColorPaletteBeige = 'colorPaletteBeigeBackground1' | 'colorPaletteBeigeBackground2' | 'colorPaletteBeigeBackground3' | 'colorPaletteBeigeForeground1' | 'colorPaletteBeigeForeground2' | 'colorPaletteBeigeForeground3' | 'colorPaletteBeigeBorderActive' | 'colorPaletteBeigeBorder1' | 'colorPaletteBeigeBorder2';
|
17
17
|
|
18
|
-
declare type ColorPaletteBerry = 'colorPaletteBerryBackground1' | 'colorPaletteBerryBackground2' | 'colorPaletteBerryBackground3' | 'colorPaletteBerryForeground1' | 'colorPaletteBerryForeground2' | 'colorPaletteBerryForeground3' | 'colorPaletteBerryBorderActive' | 'colorPaletteBerryBorder2';
|
18
|
+
export declare type ColorPaletteBerry = 'colorPaletteBerryBackground1' | 'colorPaletteBerryBackground2' | 'colorPaletteBerryBackground3' | 'colorPaletteBerryForeground1' | 'colorPaletteBerryForeground2' | 'colorPaletteBerryForeground3' | 'colorPaletteBerryBorderActive' | 'colorPaletteBerryBorder1' | 'colorPaletteBerryBorder2';
|
19
19
|
|
20
|
-
declare type ColorPaletteBlue = 'colorPaletteBlueBackground1' | 'colorPaletteBlueBackground2' | 'colorPaletteBlueBackground3' | 'colorPaletteBlueForeground1' | 'colorPaletteBlueForeground2' | 'colorPaletteBlueForeground3' | 'colorPaletteBlueBorderActive' | 'colorPaletteBlueBorder2';
|
20
|
+
export declare type ColorPaletteBlue = 'colorPaletteBlueBackground1' | 'colorPaletteBlueBackground2' | 'colorPaletteBlueBackground3' | 'colorPaletteBlueForeground1' | 'colorPaletteBlueForeground2' | 'colorPaletteBlueForeground3' | 'colorPaletteBlueBorderActive' | 'colorPaletteBlueBorder1' | 'colorPaletteBlueBorder2';
|
21
21
|
|
22
|
-
declare type ColorPaletteBrass = 'colorPaletteBrassBackground1' | 'colorPaletteBrassBackground2' | 'colorPaletteBrassBackground3' | 'colorPaletteBrassForeground1' | 'colorPaletteBrassForeground2' | 'colorPaletteBrassForeground3' | 'colorPaletteBrassBorderActive' | 'colorPaletteBrassBorder2';
|
22
|
+
export declare type ColorPaletteBrass = 'colorPaletteBrassBackground1' | 'colorPaletteBrassBackground2' | 'colorPaletteBrassBackground3' | 'colorPaletteBrassForeground1' | 'colorPaletteBrassForeground2' | 'colorPaletteBrassForeground3' | 'colorPaletteBrassBorderActive' | 'colorPaletteBrassBorder1' | 'colorPaletteBrassBorder2';
|
23
23
|
|
24
|
-
declare type ColorPaletteBronze = 'colorPaletteBronzeBackground1' | 'colorPaletteBronzeBackground2' | 'colorPaletteBronzeBackground3' | 'colorPaletteBronzeForeground1' | 'colorPaletteBronzeForeground2' | 'colorPaletteBronzeForeground3' | 'colorPaletteBronzeBorderActive' | 'colorPaletteBronzeBorder2';
|
24
|
+
export declare type ColorPaletteBronze = 'colorPaletteBronzeBackground1' | 'colorPaletteBronzeBackground2' | 'colorPaletteBronzeBackground3' | 'colorPaletteBronzeForeground1' | 'colorPaletteBronzeForeground2' | 'colorPaletteBronzeForeground3' | 'colorPaletteBronzeBorderActive' | 'colorPaletteBronzeBorder1' | 'colorPaletteBronzeBorder2';
|
25
25
|
|
26
|
-
declare type ColorPaletteBrown = 'colorPaletteBrownBackground1' | 'colorPaletteBrownBackground2' | 'colorPaletteBrownBackground3' | 'colorPaletteBrownForeground1' | 'colorPaletteBrownForeground2' | 'colorPaletteBrownForeground3' | 'colorPaletteBrownBorderActive' | 'colorPaletteBrownBorder2';
|
26
|
+
export declare type ColorPaletteBrown = 'colorPaletteBrownBackground1' | 'colorPaletteBrownBackground2' | 'colorPaletteBrownBackground3' | 'colorPaletteBrownForeground1' | 'colorPaletteBrownForeground2' | 'colorPaletteBrownForeground3' | 'colorPaletteBrownBorderActive' | 'colorPaletteBrownBorder1' | 'colorPaletteBrownBorder2';
|
27
27
|
|
28
|
-
declare type ColorPaletteBurgundy = 'colorPaletteBurgundyBackground1' | 'colorPaletteBurgundyBackground2' | 'colorPaletteBurgundyBackground3' | 'colorPaletteBurgundyForeground1' | 'colorPaletteBurgundyForeground2' | 'colorPaletteBurgundyForeground3' | 'colorPaletteBurgundyBorderActive' | 'colorPaletteBurgundyBorder2';
|
28
|
+
export declare type ColorPaletteBurgundy = 'colorPaletteBurgundyBackground1' | 'colorPaletteBurgundyBackground2' | 'colorPaletteBurgundyBackground3' | 'colorPaletteBurgundyForeground1' | 'colorPaletteBurgundyForeground2' | 'colorPaletteBurgundyForeground3' | 'colorPaletteBurgundyBorderActive' | 'colorPaletteBurgundyBorder1' | 'colorPaletteBurgundyBorder2';
|
29
29
|
|
30
|
-
declare type ColorPaletteCharcoal = 'colorPaletteCharcoalBackground1' | 'colorPaletteCharcoalBackground2' | 'colorPaletteCharcoalBackground3' | 'colorPaletteCharcoalForeground1' | 'colorPaletteCharcoalForeground2' | 'colorPaletteCharcoalForeground3' | 'colorPaletteCharcoalBorderActive' | 'colorPaletteCharcoalBorder2';
|
30
|
+
export declare type ColorPaletteCharcoal = 'colorPaletteCharcoalBackground1' | 'colorPaletteCharcoalBackground2' | 'colorPaletteCharcoalBackground3' | 'colorPaletteCharcoalForeground1' | 'colorPaletteCharcoalForeground2' | 'colorPaletteCharcoalForeground3' | 'colorPaletteCharcoalBorderActive' | 'colorPaletteCharcoalBorder1' | 'colorPaletteCharcoalBorder2';
|
31
31
|
|
32
|
-
declare type ColorPaletteCornflower = 'colorPaletteCornflowerBackground1' | 'colorPaletteCornflowerBackground2' | 'colorPaletteCornflowerBackground3' | 'colorPaletteCornflowerForeground1' | 'colorPaletteCornflowerForeground2' | 'colorPaletteCornflowerForeground3' | 'colorPaletteCornflowerBorderActive' | 'colorPaletteCornflowerBorder2';
|
32
|
+
export declare type ColorPaletteCornflower = 'colorPaletteCornflowerBackground1' | 'colorPaletteCornflowerBackground2' | 'colorPaletteCornflowerBackground3' | 'colorPaletteCornflowerForeground1' | 'colorPaletteCornflowerForeground2' | 'colorPaletteCornflowerForeground3' | 'colorPaletteCornflowerBorderActive' | 'colorPaletteCornflowerBorder1' | 'colorPaletteCornflowerBorder2';
|
33
33
|
|
34
|
-
declare type ColorPaletteCranberry = 'colorPaletteCranberryBackground1' | 'colorPaletteCranberryBackground2' | 'colorPaletteCranberryBackground3' | 'colorPaletteCranberryForeground1' | 'colorPaletteCranberryForeground2' | 'colorPaletteCranberryForeground3' | 'colorPaletteCranberryBorderActive' | 'colorPaletteCranberryBorder2';
|
34
|
+
export declare type ColorPaletteCranberry = 'colorPaletteCranberryBackground1' | 'colorPaletteCranberryBackground2' | 'colorPaletteCranberryBackground3' | 'colorPaletteCranberryForeground1' | 'colorPaletteCranberryForeground2' | 'colorPaletteCranberryForeground3' | 'colorPaletteCranberryBorderActive' | 'colorPaletteCranberryBorder1' | 'colorPaletteCranberryBorder2';
|
35
35
|
|
36
|
-
declare type ColorPaletteCyan = 'colorPaletteCyanBackground1' | 'colorPaletteCyanBackground2' | 'colorPaletteCyanBackground3' | 'colorPaletteCyanForeground1' | 'colorPaletteCyanForeground2' | 'colorPaletteCyanForeground3' | 'colorPaletteCyanBorderActive' | 'colorPaletteCyanBorder2';
|
36
|
+
export declare type ColorPaletteCyan = 'colorPaletteCyanBackground1' | 'colorPaletteCyanBackground2' | 'colorPaletteCyanBackground3' | 'colorPaletteCyanForeground1' | 'colorPaletteCyanForeground2' | 'colorPaletteCyanForeground3' | 'colorPaletteCyanBorderActive' | 'colorPaletteCyanBorder1' | 'colorPaletteCyanBorder2';
|
37
37
|
|
38
|
-
declare type ColorPaletteDarkBlue = 'colorPaletteDarkBlueBackground1' | 'colorPaletteDarkBlueBackground2' | 'colorPaletteDarkBlueBackground3' | 'colorPaletteDarkBlueForeground1' | 'colorPaletteDarkBlueForeground2' | 'colorPaletteDarkBlueForeground3' | 'colorPaletteDarkBlueBorderActive' | 'colorPaletteDarkBlueBorder2';
|
38
|
+
export declare type ColorPaletteDarkBlue = 'colorPaletteDarkBlueBackground1' | 'colorPaletteDarkBlueBackground2' | 'colorPaletteDarkBlueBackground3' | 'colorPaletteDarkBlueForeground1' | 'colorPaletteDarkBlueForeground2' | 'colorPaletteDarkBlueForeground3' | 'colorPaletteDarkBlueBorderActive' | 'colorPaletteDarkBlueBorder1' | 'colorPaletteDarkBlueBorder2';
|
39
39
|
|
40
|
-
declare type ColorPaletteDarkBrown = 'colorPaletteDarkBrownBackground1' | 'colorPaletteDarkBrownBackground2' | 'colorPaletteDarkBrownBackground3' | 'colorPaletteDarkBrownForeground1' | 'colorPaletteDarkBrownForeground2' | 'colorPaletteDarkBrownForeground3' | 'colorPaletteDarkBrownBorderActive' | 'colorPaletteDarkBrownBorder2';
|
40
|
+
export declare type ColorPaletteDarkBrown = 'colorPaletteDarkBrownBackground1' | 'colorPaletteDarkBrownBackground2' | 'colorPaletteDarkBrownBackground3' | 'colorPaletteDarkBrownForeground1' | 'colorPaletteDarkBrownForeground2' | 'colorPaletteDarkBrownForeground3' | 'colorPaletteDarkBrownBorderActive' | 'colorPaletteDarkBrownBorder1' | 'colorPaletteDarkBrownBorder2';
|
41
41
|
|
42
|
-
declare type ColorPaletteDarkGreen = 'colorPaletteDarkGreenBackground1' | 'colorPaletteDarkGreenBackground2' | 'colorPaletteDarkGreenBackground3' | 'colorPaletteDarkGreenForeground1' | 'colorPaletteDarkGreenForeground2' | 'colorPaletteDarkGreenForeground3' | 'colorPaletteDarkGreenBorderActive' | 'colorPaletteDarkGreenBorder2';
|
42
|
+
export declare type ColorPaletteDarkGreen = 'colorPaletteDarkGreenBackground1' | 'colorPaletteDarkGreenBackground2' | 'colorPaletteDarkGreenBackground3' | 'colorPaletteDarkGreenForeground1' | 'colorPaletteDarkGreenForeground2' | 'colorPaletteDarkGreenForeground3' | 'colorPaletteDarkGreenBorderActive' | 'colorPaletteDarkGreenBorder1' | 'colorPaletteDarkGreenBorder2';
|
43
43
|
|
44
|
-
declare type ColorPaletteDarkOrange = 'colorPaletteDarkOrangeBackground1' | 'colorPaletteDarkOrangeBackground2' | 'colorPaletteDarkOrangeBackground3' | 'colorPaletteDarkOrangeForeground1' | 'colorPaletteDarkOrangeForeground2' | 'colorPaletteDarkOrangeForeground3' | 'colorPaletteDarkOrangeBorderActive' | 'colorPaletteDarkOrangeBorder2';
|
44
|
+
export declare type ColorPaletteDarkOrange = 'colorPaletteDarkOrangeBackground1' | 'colorPaletteDarkOrangeBackground2' | 'colorPaletteDarkOrangeBackground3' | 'colorPaletteDarkOrangeForeground1' | 'colorPaletteDarkOrangeForeground2' | 'colorPaletteDarkOrangeForeground3' | 'colorPaletteDarkOrangeBorderActive' | 'colorPaletteDarkOrangeBorder1' | 'colorPaletteDarkOrangeBorder2';
|
45
45
|
|
46
|
-
declare type ColorPaletteDarkPurple = 'colorPaletteDarkPurpleBackground1' | 'colorPaletteDarkPurpleBackground2' | 'colorPaletteDarkPurpleBackground3' | 'colorPaletteDarkPurpleForeground1' | 'colorPaletteDarkPurpleForeground2' | 'colorPaletteDarkPurpleForeground3' | 'colorPaletteDarkPurpleBorderActive' | 'colorPaletteDarkPurpleBorder2';
|
46
|
+
export declare type ColorPaletteDarkPurple = 'colorPaletteDarkPurpleBackground1' | 'colorPaletteDarkPurpleBackground2' | 'colorPaletteDarkPurpleBackground3' | 'colorPaletteDarkPurpleForeground1' | 'colorPaletteDarkPurpleForeground2' | 'colorPaletteDarkPurpleForeground3' | 'colorPaletteDarkPurpleBorderActive' | 'colorPaletteDarkPurpleBorder1' | 'colorPaletteDarkPurpleBorder2';
|
47
47
|
|
48
|
-
declare type ColorPaletteDarkRed = 'colorPaletteDarkRedBackground1' | 'colorPaletteDarkRedBackground2' | 'colorPaletteDarkRedBackground3' | 'colorPaletteDarkRedForeground1' | 'colorPaletteDarkRedForeground2' | 'colorPaletteDarkRedForeground3' | 'colorPaletteDarkRedBorderActive' | 'colorPaletteDarkRedBorder2';
|
48
|
+
export declare type ColorPaletteDarkRed = 'colorPaletteDarkRedBackground1' | 'colorPaletteDarkRedBackground2' | 'colorPaletteDarkRedBackground3' | 'colorPaletteDarkRedForeground1' | 'colorPaletteDarkRedForeground2' | 'colorPaletteDarkRedForeground3' | 'colorPaletteDarkRedBorderActive' | 'colorPaletteDarkRedBorder1' | 'colorPaletteDarkRedBorder2';
|
49
49
|
|
50
|
-
declare type ColorPaletteDarkTeal = 'colorPaletteDarkTealBackground1' | 'colorPaletteDarkTealBackground2' | 'colorPaletteDarkTealBackground3' | 'colorPaletteDarkTealForeground1' | 'colorPaletteDarkTealForeground2' | 'colorPaletteDarkTealForeground3' | 'colorPaletteDarkTealBorderActive' | 'colorPaletteDarkTealBorder2';
|
50
|
+
export declare type ColorPaletteDarkTeal = 'colorPaletteDarkTealBackground1' | 'colorPaletteDarkTealBackground2' | 'colorPaletteDarkTealBackground3' | 'colorPaletteDarkTealForeground1' | 'colorPaletteDarkTealForeground2' | 'colorPaletteDarkTealForeground3' | 'colorPaletteDarkTealBorderActive' | 'colorPaletteDarkTealBorder1' | 'colorPaletteDarkTealBorder2';
|
51
51
|
|
52
|
-
declare type ColorPaletteForest = 'colorPaletteForestBackground1' | 'colorPaletteForestBackground2' | 'colorPaletteForestBackground3' | 'colorPaletteForestForeground1' | 'colorPaletteForestForeground2' | 'colorPaletteForestForeground3' | 'colorPaletteForestBorderActive' | 'colorPaletteForestBorder2';
|
52
|
+
export declare type ColorPaletteForest = 'colorPaletteForestBackground1' | 'colorPaletteForestBackground2' | 'colorPaletteForestBackground3' | 'colorPaletteForestForeground1' | 'colorPaletteForestForeground2' | 'colorPaletteForestForeground3' | 'colorPaletteForestBorderActive' | 'colorPaletteForestBorder1' | 'colorPaletteForestBorder2';
|
53
53
|
|
54
|
-
declare type ColorPaletteGold = 'colorPaletteGoldBackground1' | 'colorPaletteGoldBackground2' | 'colorPaletteGoldBackground3' | 'colorPaletteGoldForeground1' | 'colorPaletteGoldForeground2' | 'colorPaletteGoldForeground3' | 'colorPaletteGoldBorderActive' | 'colorPaletteGoldBorder2';
|
54
|
+
export declare type ColorPaletteGold = 'colorPaletteGoldBackground1' | 'colorPaletteGoldBackground2' | 'colorPaletteGoldBackground3' | 'colorPaletteGoldForeground1' | 'colorPaletteGoldForeground2' | 'colorPaletteGoldForeground3' | 'colorPaletteGoldBorderActive' | 'colorPaletteGoldBorder1' | 'colorPaletteGoldBorder2';
|
55
55
|
|
56
|
-
declare type ColorPaletteGrape = 'colorPaletteGrapeBackground1' | 'colorPaletteGrapeBackground2' | 'colorPaletteGrapeBackground3' | 'colorPaletteGrapeForeground1' | 'colorPaletteGrapeForeground2' | 'colorPaletteGrapeForeground3' | 'colorPaletteGrapeBorderActive' | 'colorPaletteGrapeBorder2';
|
56
|
+
export declare type ColorPaletteGrape = 'colorPaletteGrapeBackground1' | 'colorPaletteGrapeBackground2' | 'colorPaletteGrapeBackground3' | 'colorPaletteGrapeForeground1' | 'colorPaletteGrapeForeground2' | 'colorPaletteGrapeForeground3' | 'colorPaletteGrapeBorderActive' | 'colorPaletteGrapeBorder1' | 'colorPaletteGrapeBorder2';
|
57
57
|
|
58
|
-
declare type ColorPaletteGreen = 'colorPaletteGreenBackground1' | 'colorPaletteGreenBackground2' | 'colorPaletteGreenBackground3' | 'colorPaletteGreenForeground1' | 'colorPaletteGreenForeground2' | 'colorPaletteGreenForeground3' | 'colorPaletteGreenBorderActive' | 'colorPaletteGreenBorder2';
|
58
|
+
export declare type ColorPaletteGreen = 'colorPaletteGreenBackground1' | 'colorPaletteGreenBackground2' | 'colorPaletteGreenBackground3' | 'colorPaletteGreenForeground1' | 'colorPaletteGreenForeground2' | 'colorPaletteGreenForeground3' | 'colorPaletteGreenBorderActive' | 'colorPaletteGreenBorder1' | 'colorPaletteGreenBorder2';
|
59
59
|
|
60
|
-
declare type ColorPaletteHotPink = 'colorPaletteHotPinkBackground1' | 'colorPaletteHotPinkBackground2' | 'colorPaletteHotPinkBackground3' | 'colorPaletteHotPinkForeground1' | 'colorPaletteHotPinkForeground2' | 'colorPaletteHotPinkForeground3' | 'colorPaletteHotPinkBorderActive' | 'colorPaletteHotPinkBorder2';
|
60
|
+
export declare type ColorPaletteHotPink = 'colorPaletteHotPinkBackground1' | 'colorPaletteHotPinkBackground2' | 'colorPaletteHotPinkBackground3' | 'colorPaletteHotPinkForeground1' | 'colorPaletteHotPinkForeground2' | 'colorPaletteHotPinkForeground3' | 'colorPaletteHotPinkBorderActive' | 'colorPaletteHotPinkBorder1' | 'colorPaletteHotPinkBorder2';
|
61
61
|
|
62
|
-
declare type ColorPaletteLavender = 'colorPaletteLavenderBackground1' | 'colorPaletteLavenderBackground2' | 'colorPaletteLavenderBackground3' | 'colorPaletteLavenderForeground1' | 'colorPaletteLavenderForeground2' | 'colorPaletteLavenderForeground3' | 'colorPaletteLavenderBorderActive' | 'colorPaletteLavenderBorder2';
|
62
|
+
export declare type ColorPaletteLavender = 'colorPaletteLavenderBackground1' | 'colorPaletteLavenderBackground2' | 'colorPaletteLavenderBackground3' | 'colorPaletteLavenderForeground1' | 'colorPaletteLavenderForeground2' | 'colorPaletteLavenderForeground3' | 'colorPaletteLavenderBorderActive' | 'colorPaletteLavenderBorder1' | 'colorPaletteLavenderBorder2';
|
63
63
|
|
64
|
-
declare type ColorPaletteLightBlue = 'colorPaletteLightBlueBackground1' | 'colorPaletteLightBlueBackground2' | 'colorPaletteLightBlueBackground3' | 'colorPaletteLightBlueForeground1' | 'colorPaletteLightBlueForeground2' | 'colorPaletteLightBlueForeground3' | 'colorPaletteLightBlueBorderActive' | 'colorPaletteLightBlueBorder2';
|
64
|
+
export declare type ColorPaletteLightBlue = 'colorPaletteLightBlueBackground1' | 'colorPaletteLightBlueBackground2' | 'colorPaletteLightBlueBackground3' | 'colorPaletteLightBlueForeground1' | 'colorPaletteLightBlueForeground2' | 'colorPaletteLightBlueForeground3' | 'colorPaletteLightBlueBorderActive' | 'colorPaletteLightBlueBorder1' | 'colorPaletteLightBlueBorder2';
|
65
65
|
|
66
|
-
declare type ColorPaletteLightGreen = 'colorPaletteLightGreenBackground1' | 'colorPaletteLightGreenBackground2' | 'colorPaletteLightGreenBackground3' | 'colorPaletteLightGreenForeground1' | 'colorPaletteLightGreenForeground2' | 'colorPaletteLightGreenForeground3' | 'colorPaletteLightGreenBorderActive' | 'colorPaletteLightGreenBorder2';
|
66
|
+
export declare type ColorPaletteLightGreen = 'colorPaletteLightGreenBackground1' | 'colorPaletteLightGreenBackground2' | 'colorPaletteLightGreenBackground3' | 'colorPaletteLightGreenForeground1' | 'colorPaletteLightGreenForeground2' | 'colorPaletteLightGreenForeground3' | 'colorPaletteLightGreenBorderActive' | 'colorPaletteLightGreenBorder1' | 'colorPaletteLightGreenBorder2';
|
67
67
|
|
68
|
-
declare type ColorPaletteLightTeal = 'colorPaletteLightTealBackground1' | 'colorPaletteLightTealBackground2' | 'colorPaletteLightTealBackground3' | 'colorPaletteLightTealForeground1' | 'colorPaletteLightTealForeground2' | 'colorPaletteLightTealForeground3' | 'colorPaletteLightTealBorderActive' | 'colorPaletteLightTealBorder2';
|
68
|
+
export declare type ColorPaletteLightTeal = 'colorPaletteLightTealBackground1' | 'colorPaletteLightTealBackground2' | 'colorPaletteLightTealBackground3' | 'colorPaletteLightTealForeground1' | 'colorPaletteLightTealForeground2' | 'colorPaletteLightTealForeground3' | 'colorPaletteLightTealBorderActive' | 'colorPaletteLightTealBorder1' | 'colorPaletteLightTealBorder2';
|
69
69
|
|
70
|
-
declare type ColorPaletteLilac = 'colorPaletteLilacBackground1' | 'colorPaletteLilacBackground2' | 'colorPaletteLilacBackground3' | 'colorPaletteLilacForeground1' | 'colorPaletteLilacForeground2' | 'colorPaletteLilacForeground3' | 'colorPaletteLilacBorderActive' | 'colorPaletteLilacBorder2';
|
70
|
+
export declare type ColorPaletteLilac = 'colorPaletteLilacBackground1' | 'colorPaletteLilacBackground2' | 'colorPaletteLilacBackground3' | 'colorPaletteLilacForeground1' | 'colorPaletteLilacForeground2' | 'colorPaletteLilacForeground3' | 'colorPaletteLilacBorderActive' | 'colorPaletteLilacBorder1' | 'colorPaletteLilacBorder2';
|
71
71
|
|
72
|
-
declare type ColorPaletteLime = 'colorPaletteLimeBackground1' | 'colorPaletteLimeBackground2' | 'colorPaletteLimeBackground3' | 'colorPaletteLimeForeground1' | 'colorPaletteLimeForeground2' | 'colorPaletteLimeForeground3' | 'colorPaletteLimeBorderActive' | 'colorPaletteLimeBorder2';
|
72
|
+
export declare type ColorPaletteLime = 'colorPaletteLimeBackground1' | 'colorPaletteLimeBackground2' | 'colorPaletteLimeBackground3' | 'colorPaletteLimeForeground1' | 'colorPaletteLimeForeground2' | 'colorPaletteLimeForeground3' | 'colorPaletteLimeBorderActive' | 'colorPaletteLimeBorder1' | 'colorPaletteLimeBorder2';
|
73
73
|
|
74
|
-
declare type ColorPaletteMagenta = 'colorPaletteMagentaBackground1' | 'colorPaletteMagentaBackground2' | 'colorPaletteMagentaBackground3' | 'colorPaletteMagentaForeground1' | 'colorPaletteMagentaForeground2' | 'colorPaletteMagentaForeground3' | 'colorPaletteMagentaBorderActive' | 'colorPaletteMagentaBorder2';
|
74
|
+
export declare type ColorPaletteMagenta = 'colorPaletteMagentaBackground1' | 'colorPaletteMagentaBackground2' | 'colorPaletteMagentaBackground3' | 'colorPaletteMagentaForeground1' | 'colorPaletteMagentaForeground2' | 'colorPaletteMagentaForeground3' | 'colorPaletteMagentaBorderActive' | 'colorPaletteMagentaBorder1' | 'colorPaletteMagentaBorder2';
|
75
75
|
|
76
|
-
declare type ColorPaletteMarigold = 'colorPaletteMarigoldBackground1' | 'colorPaletteMarigoldBackground2' | 'colorPaletteMarigoldBackground3' | 'colorPaletteMarigoldForeground1' | 'colorPaletteMarigoldForeground2' | 'colorPaletteMarigoldForeground3' | 'colorPaletteMarigoldBorderActive' | 'colorPaletteMarigoldBorder2';
|
76
|
+
export declare type ColorPaletteMarigold = 'colorPaletteMarigoldBackground1' | 'colorPaletteMarigoldBackground2' | 'colorPaletteMarigoldBackground3' | 'colorPaletteMarigoldForeground1' | 'colorPaletteMarigoldForeground2' | 'colorPaletteMarigoldForeground3' | 'colorPaletteMarigoldBorderActive' | 'colorPaletteMarigoldBorder1' | 'colorPaletteMarigoldBorder2';
|
77
77
|
|
78
|
-
declare type ColorPaletteMink = 'colorPaletteMinkBackground1' | 'colorPaletteMinkBackground2' | 'colorPaletteMinkBackground3' | 'colorPaletteMinkForeground1' | 'colorPaletteMinkForeground2' | 'colorPaletteMinkForeground3' | 'colorPaletteMinkBorderActive' | 'colorPaletteMinkBorder2';
|
78
|
+
export declare type ColorPaletteMink = 'colorPaletteMinkBackground1' | 'colorPaletteMinkBackground2' | 'colorPaletteMinkBackground3' | 'colorPaletteMinkForeground1' | 'colorPaletteMinkForeground2' | 'colorPaletteMinkForeground3' | 'colorPaletteMinkBorderActive' | 'colorPaletteMinkBorder1' | 'colorPaletteMinkBorder2';
|
79
79
|
|
80
|
-
declare type ColorPaletteNavy = 'colorPaletteNavyBackground1' | 'colorPaletteNavyBackground2' | 'colorPaletteNavyBackground3' | 'colorPaletteNavyForeground1' | 'colorPaletteNavyForeground2' | 'colorPaletteNavyForeground3' | 'colorPaletteNavyBorderActive' | 'colorPaletteNavyBorder2';
|
80
|
+
export declare type ColorPaletteNavy = 'colorPaletteNavyBackground1' | 'colorPaletteNavyBackground2' | 'colorPaletteNavyBackground3' | 'colorPaletteNavyForeground1' | 'colorPaletteNavyForeground2' | 'colorPaletteNavyForeground3' | 'colorPaletteNavyBorderActive' | 'colorPaletteNavyBorder1' | 'colorPaletteNavyBorder2';
|
81
81
|
|
82
|
-
declare type ColorPaletteOrange = 'colorPaletteOrangeBackground1' | 'colorPaletteOrangeBackground2' | 'colorPaletteOrangeBackground3' | 'colorPaletteOrangeForeground1' | 'colorPaletteOrangeForeground2' | 'colorPaletteOrangeForeground3' | 'colorPaletteOrangeBorderActive' | 'colorPaletteOrangeBorder2';
|
82
|
+
export declare type ColorPaletteOrange = 'colorPaletteOrangeBackground1' | 'colorPaletteOrangeBackground2' | 'colorPaletteOrangeBackground3' | 'colorPaletteOrangeForeground1' | 'colorPaletteOrangeForeground2' | 'colorPaletteOrangeForeground3' | 'colorPaletteOrangeBorderActive' | 'colorPaletteOrangeBorder1' | 'colorPaletteOrangeBorder2';
|
83
83
|
|
84
|
-
declare type ColorPaletteOrchid = 'colorPaletteOrchidBackground1' | 'colorPaletteOrchidBackground2' | 'colorPaletteOrchidBackground3' | 'colorPaletteOrchidForeground1' | 'colorPaletteOrchidForeground2' | 'colorPaletteOrchidForeground3' | 'colorPaletteOrchidBorderActive' | 'colorPaletteOrchidBorder2';
|
84
|
+
export declare type ColorPaletteOrchid = 'colorPaletteOrchidBackground1' | 'colorPaletteOrchidBackground2' | 'colorPaletteOrchidBackground3' | 'colorPaletteOrchidForeground1' | 'colorPaletteOrchidForeground2' | 'colorPaletteOrchidForeground3' | 'colorPaletteOrchidBorderActive' | 'colorPaletteOrchidBorder1' | 'colorPaletteOrchidBorder2';
|
85
85
|
|
86
|
-
declare type ColorPalettePeach = 'colorPalettePeachBackground1' | 'colorPalettePeachBackground2' | 'colorPalettePeachBackground3' | 'colorPalettePeachForeground1' | 'colorPalettePeachForeground2' | 'colorPalettePeachForeground3' | 'colorPalettePeachBorderActive' | 'colorPalettePeachBorder2';
|
86
|
+
export declare type ColorPalettePeach = 'colorPalettePeachBackground1' | 'colorPalettePeachBackground2' | 'colorPalettePeachBackground3' | 'colorPalettePeachForeground1' | 'colorPalettePeachForeground2' | 'colorPalettePeachForeground3' | 'colorPalettePeachBorderActive' | 'colorPalettePeachBorder1' | 'colorPalettePeachBorder2';
|
87
87
|
|
88
|
-
declare type ColorPalettePink = 'colorPalettePinkBackground1' | 'colorPalettePinkBackground2' | 'colorPalettePinkBackground3' | 'colorPalettePinkForeground1' | 'colorPalettePinkForeground2' | 'colorPalettePinkForeground3' | 'colorPalettePinkBorderActive' | 'colorPalettePinkBorder2';
|
88
|
+
export declare type ColorPalettePink = 'colorPalettePinkBackground1' | 'colorPalettePinkBackground2' | 'colorPalettePinkBackground3' | 'colorPalettePinkForeground1' | 'colorPalettePinkForeground2' | 'colorPalettePinkForeground3' | 'colorPalettePinkBorderActive' | 'colorPalettePinkBorder1' | 'colorPalettePinkBorder2';
|
89
89
|
|
90
|
-
declare type ColorPalettePlatinum = 'colorPalettePlatinumBackground1' | 'colorPalettePlatinumBackground2' | 'colorPalettePlatinumBackground3' | 'colorPalettePlatinumForeground1' | 'colorPalettePlatinumForeground2' | 'colorPalettePlatinumForeground3' | 'colorPalettePlatinumBorderActive' | 'colorPalettePlatinumBorder2';
|
90
|
+
export declare type ColorPalettePlatinum = 'colorPalettePlatinumBackground1' | 'colorPalettePlatinumBackground2' | 'colorPalettePlatinumBackground3' | 'colorPalettePlatinumForeground1' | 'colorPalettePlatinumForeground2' | 'colorPalettePlatinumForeground3' | 'colorPalettePlatinumBorderActive' | 'colorPalettePlatinumBorder1' | 'colorPalettePlatinumBorder2';
|
91
91
|
|
92
|
-
declare type ColorPalettePlum = 'colorPalettePlumBackground1' | 'colorPalettePlumBackground2' | 'colorPalettePlumBackground3' | 'colorPalettePlumForeground1' | 'colorPalettePlumForeground2' | 'colorPalettePlumForeground3' | 'colorPalettePlumBorderActive' | 'colorPalettePlumBorder2';
|
92
|
+
export declare type ColorPalettePlum = 'colorPalettePlumBackground1' | 'colorPalettePlumBackground2' | 'colorPalettePlumBackground3' | 'colorPalettePlumForeground1' | 'colorPalettePlumForeground2' | 'colorPalettePlumForeground3' | 'colorPalettePlumBorderActive' | 'colorPalettePlumBorder1' | 'colorPalettePlumBorder2';
|
93
93
|
|
94
|
-
declare type ColorPalettePumpkin = 'colorPalettePumpkinBackground1' | 'colorPalettePumpkinBackground2' | 'colorPalettePumpkinBackground3' | 'colorPalettePumpkinForeground1' | 'colorPalettePumpkinForeground2' | 'colorPalettePumpkinForeground3' | 'colorPalettePumpkinBorderActive' | 'colorPalettePumpkinBorder2';
|
94
|
+
export declare type ColorPalettePumpkin = 'colorPalettePumpkinBackground1' | 'colorPalettePumpkinBackground2' | 'colorPalettePumpkinBackground3' | 'colorPalettePumpkinForeground1' | 'colorPalettePumpkinForeground2' | 'colorPalettePumpkinForeground3' | 'colorPalettePumpkinBorderActive' | 'colorPalettePumpkinBorder1' | 'colorPalettePumpkinBorder2';
|
95
95
|
|
96
|
-
declare type ColorPalettePurple = 'colorPalettePurpleBackground1' | 'colorPalettePurpleBackground2' | 'colorPalettePurpleBackground3' | 'colorPalettePurpleForeground1' | 'colorPalettePurpleForeground2' | 'colorPalettePurpleForeground3' | 'colorPalettePurpleBorderActive' | 'colorPalettePurpleBorder2';
|
96
|
+
export declare type ColorPalettePurple = 'colorPalettePurpleBackground1' | 'colorPalettePurpleBackground2' | 'colorPalettePurpleBackground3' | 'colorPalettePurpleForeground1' | 'colorPalettePurpleForeground2' | 'colorPalettePurpleForeground3' | 'colorPalettePurpleBorderActive' | 'colorPalettePurpleBorder1' | 'colorPalettePurpleBorder2';
|
97
97
|
|
98
|
-
declare type ColorPaletteRed = 'colorPaletteRedBackground1' | 'colorPaletteRedBackground2' | 'colorPaletteRedBackground3' | 'colorPaletteRedForeground1' | 'colorPaletteRedForeground2' | 'colorPaletteRedForeground3' | 'colorPaletteRedBorderActive' | 'colorPaletteRedBorder2';
|
98
|
+
export declare type ColorPaletteRed = 'colorPaletteRedBackground1' | 'colorPaletteRedBackground2' | 'colorPaletteRedBackground3' | 'colorPaletteRedForeground1' | 'colorPaletteRedForeground2' | 'colorPaletteRedForeground3' | 'colorPaletteRedBorderActive' | 'colorPaletteRedBorder1' | 'colorPaletteRedBorder2';
|
99
99
|
|
100
|
-
declare type ColorPaletteRoyalBlue = 'colorPaletteRoyalBlueBackground1' | 'colorPaletteRoyalBlueBackground2' | 'colorPaletteRoyalBlueBackground3' | 'colorPaletteRoyalBlueForeground1' | 'colorPaletteRoyalBlueForeground2' | 'colorPaletteRoyalBlueForeground3' | 'colorPaletteRoyalBlueBorderActive' | 'colorPaletteRoyalBlueBorder2';
|
100
|
+
export declare type ColorPaletteRoyalBlue = 'colorPaletteRoyalBlueBackground1' | 'colorPaletteRoyalBlueBackground2' | 'colorPaletteRoyalBlueBackground3' | 'colorPaletteRoyalBlueForeground1' | 'colorPaletteRoyalBlueForeground2' | 'colorPaletteRoyalBlueForeground3' | 'colorPaletteRoyalBlueBorderActive' | 'colorPaletteRoyalBlueBorder1' | 'colorPaletteRoyalBlueBorder2';
|
101
101
|
|
102
|
-
declare type ColorPaletteSeafoam = 'colorPaletteSeafoamBackground1' | 'colorPaletteSeafoamBackground2' | 'colorPaletteSeafoamBackground3' | 'colorPaletteSeafoamForeground1' | 'colorPaletteSeafoamForeground2' | 'colorPaletteSeafoamForeground3' | 'colorPaletteSeafoamBorderActive' | 'colorPaletteSeafoamBorder2';
|
102
|
+
export declare type ColorPaletteSeafoam = 'colorPaletteSeafoamBackground1' | 'colorPaletteSeafoamBackground2' | 'colorPaletteSeafoamBackground3' | 'colorPaletteSeafoamForeground1' | 'colorPaletteSeafoamForeground2' | 'colorPaletteSeafoamForeground3' | 'colorPaletteSeafoamBorderActive' | 'colorPaletteSeafoamBorder1' | 'colorPaletteSeafoamBorder2';
|
103
103
|
|
104
|
-
declare type ColorPaletteSilver = 'colorPaletteSilverBackground1' | 'colorPaletteSilverBackground2' | 'colorPaletteSilverBackground3' | 'colorPaletteSilverForeground1' | 'colorPaletteSilverForeground2' | 'colorPaletteSilverForeground3' | 'colorPaletteSilverBorderActive' | 'colorPaletteSilverBorder2';
|
104
|
+
export declare type ColorPaletteSilver = 'colorPaletteSilverBackground1' | 'colorPaletteSilverBackground2' | 'colorPaletteSilverBackground3' | 'colorPaletteSilverForeground1' | 'colorPaletteSilverForeground2' | 'colorPaletteSilverForeground3' | 'colorPaletteSilverBorderActive' | 'colorPaletteSilverBorder1' | 'colorPaletteSilverBorder2';
|
105
105
|
|
106
|
-
declare type ColorPaletteSteel = 'colorPaletteSteelBackground1' | 'colorPaletteSteelBackground2' | 'colorPaletteSteelBackground3' | 'colorPaletteSteelForeground1' | 'colorPaletteSteelForeground2' | 'colorPaletteSteelForeground3' | 'colorPaletteSteelBorderActive' | 'colorPaletteSteelBorder2';
|
106
|
+
export declare type ColorPaletteSteel = 'colorPaletteSteelBackground1' | 'colorPaletteSteelBackground2' | 'colorPaletteSteelBackground3' | 'colorPaletteSteelForeground1' | 'colorPaletteSteelForeground2' | 'colorPaletteSteelForeground3' | 'colorPaletteSteelBorderActive' | 'colorPaletteSteelBorder1' | 'colorPaletteSteelBorder2';
|
107
107
|
|
108
|
-
declare type ColorPaletteTeal = 'colorPaletteTealBackground1' | 'colorPaletteTealBackground2' | 'colorPaletteTealBackground3' | 'colorPaletteTealForeground1' | 'colorPaletteTealForeground2' | 'colorPaletteTealForeground3' | 'colorPaletteTealBorderActive' | 'colorPaletteTealBorder2';
|
108
|
+
export declare type ColorPaletteTeal = 'colorPaletteTealBackground1' | 'colorPaletteTealBackground2' | 'colorPaletteTealBackground3' | 'colorPaletteTealForeground1' | 'colorPaletteTealForeground2' | 'colorPaletteTealForeground3' | 'colorPaletteTealBorderActive' | 'colorPaletteTealBorder1' | 'colorPaletteTealBorder2';
|
109
109
|
|
110
110
|
export declare type ColorPaletteTokens = Record<ColorPaletteDarkRed | ColorPaletteBurgundy | ColorPaletteCranberry | ColorPaletteRed | ColorPaletteDarkOrange | ColorPaletteBronze | ColorPalettePumpkin | ColorPaletteOrange | ColorPalettePeach | ColorPaletteMarigold | ColorPaletteYellow | ColorPaletteGold | ColorPaletteBrass | ColorPaletteBrown | ColorPaletteDarkBrown | ColorPaletteLime | ColorPaletteForest | ColorPaletteSeafoam | ColorPaletteLightGreen | ColorPaletteGreen | ColorPaletteDarkGreen | ColorPaletteLightTeal | ColorPaletteTeal | ColorPaletteDarkTeal | ColorPaletteCyan | ColorPaletteSteel | ColorPaletteLightBlue | ColorPaletteBlue | ColorPaletteRoyalBlue | ColorPaletteDarkBlue | ColorPaletteCornflower | ColorPaletteNavy | ColorPaletteLavender | ColorPalettePurple | ColorPaletteDarkPurple | ColorPaletteOrchid | ColorPaletteGrape | ColorPaletteBerry | ColorPaletteLilac | ColorPalettePink | ColorPaletteHotPink | ColorPaletteMagenta | ColorPalettePlum | ColorPaletteBeige | ColorPaletteMink | ColorPaletteSilver | ColorPalettePlatinum | ColorPaletteAnchor | ColorPaletteCharcoal, string>;
|
111
111
|
|
112
|
-
declare type ColorPaletteYellow = 'colorPaletteYellowBackground1' | 'colorPaletteYellowBackground2' | 'colorPaletteYellowBackground3' | 'colorPaletteYellowForeground1' | 'colorPaletteYellowForeground2' | 'colorPaletteYellowForeground3' | 'colorPaletteYellowBorderActive' | 'colorPaletteYellowBorder2';
|
112
|
+
export declare type ColorPaletteYellow = 'colorPaletteYellowBackground1' | 'colorPaletteYellowBackground2' | 'colorPaletteYellowBackground3' | 'colorPaletteYellowForeground1' | 'colorPaletteYellowForeground2' | 'colorPaletteYellowForeground3' | 'colorPaletteYellowBorderActive' | 'colorPaletteYellowBorder1' | 'colorPaletteYellowBorder2';
|
113
113
|
|
114
114
|
/**
|
115
115
|
* Design tokens for alias colors
|
@@ -252,24 +252,6 @@ export declare type ColorTokens = {
|
|
252
252
|
colorBrandShadowKey: string;
|
253
253
|
};
|
254
254
|
|
255
|
-
/**
|
256
|
-
* Possible color variant values
|
257
|
-
*/
|
258
|
-
declare type ColorVariants = {
|
259
|
-
shade50: string;
|
260
|
-
shade40: string;
|
261
|
-
shade30: string;
|
262
|
-
shade20: string;
|
263
|
-
shade10: string;
|
264
|
-
primary: string;
|
265
|
-
tint10: string;
|
266
|
-
tint20: string;
|
267
|
-
tint30: string;
|
268
|
-
tint40: string;
|
269
|
-
tint50: string;
|
270
|
-
tint60: string;
|
271
|
-
};
|
272
|
-
|
273
255
|
export declare const createDarkTheme: (brand: BrandVariants) => Theme;
|
274
256
|
|
275
257
|
export declare const createHighContrastTheme: () => Theme;
|
@@ -320,6 +302,15 @@ export declare function mergeThemes(a: Theme | undefined, b: PartialTheme | Them
|
|
320
302
|
|
321
303
|
export declare type PartialTheme = Partial<Theme>;
|
322
304
|
|
305
|
+
export declare type ShadowBrandTokens = {
|
306
|
+
shadow2Brand: string;
|
307
|
+
shadow4Brand: string;
|
308
|
+
shadow8Brand: string;
|
309
|
+
shadow16Brand: string;
|
310
|
+
shadow28Brand: string;
|
311
|
+
shadow64Brand: string;
|
312
|
+
};
|
313
|
+
|
323
314
|
/**
|
324
315
|
* Design tokens for shadow levels
|
325
316
|
*/
|
@@ -345,9 +336,9 @@ export declare const teamsHighContrastTheme: Theme;
|
|
345
336
|
|
346
337
|
export declare const teamsLightTheme: Theme;
|
347
338
|
|
348
|
-
export declare type Theme = FontSizeTokens & LineHeightTokens & BorderRadiusTokens & StrokeWidthTokens & ShadowTokens & FontFamilyTokens & FontWeightTokens & ColorPaletteTokens & ColorTokens;
|
339
|
+
export declare type Theme = FontSizeTokens & LineHeightTokens & BorderRadiusTokens & StrokeWidthTokens & ShadowTokens & ShadowBrandTokens & FontFamilyTokens & FontWeightTokens & ColorPaletteTokens & ColorTokens;
|
349
340
|
|
350
|
-
export declare
|
341
|
+
export declare const tokens: Record<keyof Theme, string>;
|
351
342
|
|
352
343
|
export declare const webDarkTheme: Theme;
|
353
344
|
|
package/lib/alias/dark.js
CHANGED
@@ -8,28 +8,28 @@ export const generateColorTokens = brand => ({
|
|
8
8
|
colorNeutralForeground2Hover: white,
|
9
9
|
colorNeutralForeground2Pressed: white,
|
10
10
|
colorNeutralForeground2Selected: white,
|
11
|
-
colorNeutralForeground2BrandHover: brand
|
12
|
-
colorNeutralForeground2BrandPressed: brand
|
13
|
-
colorNeutralForeground2BrandSelected: brand
|
11
|
+
colorNeutralForeground2BrandHover: brand[100],
|
12
|
+
colorNeutralForeground2BrandPressed: brand[90],
|
13
|
+
colorNeutralForeground2BrandSelected: brand[100],
|
14
14
|
colorNeutralForeground3: grey[68],
|
15
15
|
colorNeutralForeground3Hover: grey[84],
|
16
16
|
colorNeutralForeground3Pressed: grey[84],
|
17
17
|
colorNeutralForeground3Selected: grey[84],
|
18
|
-
colorNeutralForeground3BrandHover: brand
|
19
|
-
colorNeutralForeground3BrandPressed: brand
|
20
|
-
colorNeutralForeground3BrandSelected: brand
|
18
|
+
colorNeutralForeground3BrandHover: brand[100],
|
19
|
+
colorNeutralForeground3BrandPressed: brand[90],
|
20
|
+
colorNeutralForeground3BrandSelected: brand[100],
|
21
21
|
colorNeutralForeground4: grey[60],
|
22
22
|
colorNeutralForegroundDisabled: grey[36],
|
23
23
|
colorNeutralForegroundInvertedDisabled: whiteAlpha[40],
|
24
|
-
colorBrandForegroundLink: brand
|
25
|
-
colorBrandForegroundLinkHover: brand
|
26
|
-
colorBrandForegroundLinkPressed: brand
|
27
|
-
colorBrandForegroundLinkSelected: brand
|
28
|
-
colorCompoundBrandForeground1: brand
|
29
|
-
colorCompoundBrandForeground1Hover: brand
|
30
|
-
colorCompoundBrandForeground1Pressed: brand
|
31
|
-
colorBrandForeground1: brand
|
32
|
-
colorBrandForeground2: brand
|
24
|
+
colorBrandForegroundLink: brand[90],
|
25
|
+
colorBrandForegroundLinkHover: brand[110],
|
26
|
+
colorBrandForegroundLinkPressed: brand[100],
|
27
|
+
colorBrandForegroundLinkSelected: brand[90],
|
28
|
+
colorCompoundBrandForeground1: brand[90],
|
29
|
+
colorCompoundBrandForeground1Hover: brand[100],
|
30
|
+
colorCompoundBrandForeground1Pressed: brand[80],
|
31
|
+
colorBrandForeground1: brand[100],
|
32
|
+
colorBrandForeground2: brand[110],
|
33
33
|
colorNeutralForegroundInverted: white,
|
34
34
|
colorNeutralForegroundInvertedHover: white,
|
35
35
|
colorNeutralForegroundInvertedPressed: white,
|
@@ -39,13 +39,13 @@ export const generateColorTokens = brand => ({
|
|
39
39
|
colorNeutralForegroundInvertedLinkHover: white,
|
40
40
|
colorNeutralForegroundInvertedLinkPressed: white,
|
41
41
|
colorNeutralForegroundInvertedLinkSelected: white,
|
42
|
-
colorBrandForegroundInverted: brand
|
43
|
-
colorBrandForegroundInvertedHover: brand
|
44
|
-
colorBrandForegroundInvertedPressed: brand
|
45
|
-
colorBrandForegroundOnLight: brand
|
46
|
-
colorBrandForegroundOnLightHover: brand
|
47
|
-
colorBrandForegroundOnLightPressed: brand
|
48
|
-
colorBrandForegroundOnLightSelected: brand
|
42
|
+
colorBrandForegroundInverted: brand[100],
|
43
|
+
colorBrandForegroundInvertedHover: brand[110],
|
44
|
+
colorBrandForegroundInvertedPressed: brand[100],
|
45
|
+
colorBrandForegroundOnLight: brand[80],
|
46
|
+
colorBrandForegroundOnLightHover: brand[70],
|
47
|
+
colorBrandForegroundOnLightPressed: brand[50],
|
48
|
+
colorBrandForegroundOnLightSelected: brand[60],
|
49
49
|
colorNeutralBackground1: grey[16],
|
50
50
|
colorNeutralBackground1Hover: grey[24],
|
51
51
|
colorNeutralBackground1Pressed: grey[12],
|
@@ -87,23 +87,23 @@ export const generateColorTokens = brand => ({
|
|
87
87
|
colorNeutralBackgroundInvertedDisabled: whiteAlpha[10],
|
88
88
|
colorNeutralStencil1: grey[20],
|
89
89
|
colorNeutralStencil2: grey[34],
|
90
|
-
colorBrandBackground: brand
|
91
|
-
colorBrandBackgroundHover: brand
|
92
|
-
colorBrandBackgroundPressed: brand
|
93
|
-
colorBrandBackgroundSelected: brand
|
94
|
-
colorCompoundBrandBackground: brand
|
95
|
-
colorCompoundBrandBackgroundHover: brand
|
96
|
-
colorCompoundBrandBackgroundPressed: brand
|
97
|
-
colorBrandBackgroundStatic: brand
|
98
|
-
colorBrandBackground2: brand
|
90
|
+
colorBrandBackground: brand[70],
|
91
|
+
colorBrandBackgroundHover: brand[80],
|
92
|
+
colorBrandBackgroundPressed: brand[40],
|
93
|
+
colorBrandBackgroundSelected: brand[60],
|
94
|
+
colorCompoundBrandBackground: brand[90],
|
95
|
+
colorCompoundBrandBackgroundHover: brand[100],
|
96
|
+
colorCompoundBrandBackgroundPressed: brand[80],
|
97
|
+
colorBrandBackgroundStatic: brand[80],
|
98
|
+
colorBrandBackground2: brand[40],
|
99
99
|
colorBrandBackgroundInverted: white,
|
100
|
-
colorBrandBackgroundInvertedHover: brand
|
101
|
-
colorBrandBackgroundInvertedPressed: brand
|
102
|
-
colorBrandBackgroundInvertedSelected: brand
|
100
|
+
colorBrandBackgroundInvertedHover: brand[160],
|
101
|
+
colorBrandBackgroundInvertedPressed: brand[140],
|
102
|
+
colorBrandBackgroundInvertedSelected: brand[150],
|
103
103
|
colorNeutralStrokeAccessible: grey[68],
|
104
104
|
colorNeutralStrokeAccessibleHover: grey[74],
|
105
105
|
colorNeutralStrokeAccessiblePressed: grey[70],
|
106
|
-
colorNeutralStrokeAccessibleSelected: brand
|
106
|
+
colorNeutralStrokeAccessibleSelected: brand[100],
|
107
107
|
colorNeutralStroke1: grey[40],
|
108
108
|
colorNeutralStroke1Hover: grey[46],
|
109
109
|
colorNeutralStroke1Pressed: grey[42],
|
@@ -115,11 +115,11 @@ export const generateColorTokens = brand => ({
|
|
115
115
|
colorNeutralStrokeOnBrand2Hover: white,
|
116
116
|
colorNeutralStrokeOnBrand2Pressed: white,
|
117
117
|
colorNeutralStrokeOnBrand2Selected: white,
|
118
|
-
colorBrandStroke1: brand
|
119
|
-
colorBrandStroke2: brand
|
120
|
-
colorCompoundBrandStroke: brand
|
121
|
-
colorCompoundBrandStrokeHover: brand
|
122
|
-
colorCompoundBrandStrokePressed: brand
|
118
|
+
colorBrandStroke1: brand[90],
|
119
|
+
colorBrandStroke2: brand[50],
|
120
|
+
colorCompoundBrandStroke: brand[90],
|
121
|
+
colorCompoundBrandStrokeHover: brand[100],
|
122
|
+
colorCompoundBrandStrokePressed: brand[80],
|
123
123
|
colorNeutralStrokeDisabled: grey[26],
|
124
124
|
colorNeutralStrokeInvertedDisabled: whiteAlpha[40],
|
125
125
|
colorTransparentStroke: 'transparent',
|
@@ -134,7 +134,8 @@ export const generateColorTokens = brand => ({
|
|
134
134
|
colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',
|
135
135
|
colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',
|
136
136
|
colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',
|
137
|
-
colorBrandShadowKey: 'rgba(0,0,0,0.25)'
|
137
|
+
colorBrandShadowKey: 'rgba(0,0,0,0.25)' // rgba(0,0,0,0.25) undefined
|
138
|
+
|
138
139
|
});
|
139
140
|
export const colorPaletteTokens = /*#__PURE__*/Object.keys(sharedColors).reduce((acc, sharedColor) => {
|
140
141
|
const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);
|
@@ -146,6 +147,7 @@ export const colorPaletteTokens = /*#__PURE__*/Object.keys(sharedColors).reduce(
|
|
146
147
|
[`colorPalette${color}Foreground2`]: sharedColors[sharedColor].tint40,
|
147
148
|
[`colorPalette${color}Foreground3`]: sharedColors[sharedColor].tint20,
|
148
149
|
[`colorPalette${color}BorderActive`]: sharedColors[sharedColor].tint30,
|
150
|
+
[`colorPalette${color}Border1`]: sharedColors[sharedColor].primary,
|
149
151
|
[`colorPalette${color}Border2`]: sharedColors[sharedColor].tint20
|
150
152
|
};
|
151
153
|
return { ...acc,
|
package/lib/alias/dark.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/alias/dark.ts"],"names":[],"mappings":"AAAA,SAAS,KAAT,EAAgB,UAAhB,EAA4B,IAA5B,EAAkC,KAAlC,EAAyC,UAAzC,EAAqD,YAArD,QAAyE,kBAAzE;AAGA,OAAO,MAAM,mBAAmB,GAAI,KAAD,KAAwC;AACzE,EAAA,uBAAuB,EAAE,KADgD;AAEzE,EAAA,4BAA4B,EAAE,KAF2C;AAGzE,EAAA,8BAA8B,EAAE,KAHyC;AAIzE,EAAA,+BAA+B,EAAE,KAJwC;AAKzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,EAAD,CAL4C;AAMzE,EAAA,4BAA4B,EAAE,KAN2C;AAOzE,EAAA,8BAA8B,EAAE,KAPyC;AAQzE,EAAA,+BAA+B,EAAE,KARwC;AASzE,EAAA,iCAAiC,EAAE,KAAK,CAAC,
|
1
|
+
{"version":3,"sources":["../../src/alias/dark.ts"],"names":[],"mappings":"AAAA,SAAS,KAAT,EAAgB,UAAhB,EAA4B,IAA5B,EAAkC,KAAlC,EAAyC,UAAzC,EAAqD,YAArD,QAAyE,kBAAzE;AAGA,OAAO,MAAM,mBAAmB,GAAI,KAAD,KAAwC;AACzE,EAAA,uBAAuB,EAAE,KADgD;AAEzE,EAAA,4BAA4B,EAAE,KAF2C;AAGzE,EAAA,8BAA8B,EAAE,KAHyC;AAIzE,EAAA,+BAA+B,EAAE,KAJwC;AAKzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,EAAD,CAL4C;AAMzE,EAAA,4BAA4B,EAAE,KAN2C;AAOzE,EAAA,8BAA8B,EAAE,KAPyC;AAQzE,EAAA,+BAA+B,EAAE,KARwC;AASzE,EAAA,iCAAiC,EAAE,KAAK,CAAC,GAAD,CATiC;AAUzE,EAAA,mCAAmC,EAAE,KAAK,CAAC,EAAD,CAV+B;AAWzE,EAAA,oCAAoC,EAAE,KAAK,CAAC,GAAD,CAX8B;AAYzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,EAAD,CAZ4C;AAazE,EAAA,4BAA4B,EAAE,IAAI,CAAC,EAAD,CAbuC;AAczE,EAAA,8BAA8B,EAAE,IAAI,CAAC,EAAD,CAdqC;AAezE,EAAA,+BAA+B,EAAE,IAAI,CAAC,EAAD,CAfoC;AAgBzE,EAAA,iCAAiC,EAAE,KAAK,CAAC,GAAD,CAhBiC;AAiBzE,EAAA,mCAAmC,EAAE,KAAK,CAAC,EAAD,CAjB+B;AAkBzE,EAAA,oCAAoC,EAAE,KAAK,CAAC,GAAD,CAlB8B;AAmBzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,EAAD,CAnB4C;AAoBzE,EAAA,8BAA8B,EAAE,IAAI,CAAC,EAAD,CApBqC;AAqBzE,EAAA,sCAAsC,EAAE,UAAU,CAAC,EAAD,CArBuB;AAsBzE,EAAA,wBAAwB,EAAE,KAAK,CAAC,EAAD,CAtB0C;AAuBzE,EAAA,6BAA6B,EAAE,KAAK,CAAC,GAAD,CAvBqC;AAwBzE,EAAA,+BAA+B,EAAE,KAAK,CAAC,GAAD,CAxBmC;AAyBzE,EAAA,gCAAgC,EAAE,KAAK,CAAC,EAAD,CAzBkC;AA0BzE,EAAA,6BAA6B,EAAE,KAAK,CAAC,EAAD,CA1BqC;AA2BzE,EAAA,kCAAkC,EAAE,KAAK,CAAC,GAAD,CA3BgC;AA4BzE,EAAA,oCAAoC,EAAE,KAAK,CAAC,EAAD,CA5B8B;AA6BzE,EAAA,qBAAqB,EAAE,KAAK,CAAC,GAAD,CA7B6C;AA8BzE,EAAA,qBAAqB,EAAE,KAAK,CAAC,GAAD,CA9B6C;AA+BzE,EAAA,8BAA8B,EAAE,KA/ByC;AAgCzE,EAAA,mCAAmC,EAAE,KAhCoC;AAiCzE,EAAA,qCAAqC,EAAE,KAjCkC;AAkCzE,EAAA,sCAAsC,EAAE,KAlCiC;AAmCzE,EAAA,6BAA6B,EAAE,KAnC0C;AAoCzE,EAAA,kCAAkC,EAAE,KApCqC;AAqCzE,EAAA,uCAAuC,EAAE,KArCgC;AAsCzE,EAAA,yCAAyC,EAAE,KAtC8B;AAuCzE,EAAA,0CAA0C,EAAE,KAvC6B;AAwCzE,EAAA,4BAA4B,EAAE,KAAK,CAAC,GAAD,CAxCsC;AAyCzE,EAAA,iCAAiC,EAAE,KAAK,CAAC,GAAD,CAzCiC;AA0CzE,EAAA,mCAAmC,EAAE,KAAK,CAAC,GAAD,CA1C+B;AA2CzE,EAAA,2BAA2B,EAAE,KAAK,CAAC,EAAD,CA3CuC;AA4CzE,EAAA,gCAAgC,EAAE,KAAK,CAAC,EAAD,CA5CkC;AA6CzE,EAAA,kCAAkC,EAAE,KAAK,CAAC,EAAD,CA7CgC;AA8CzE,EAAA,mCAAmC,EAAE,KAAK,CAAC,EAAD,CA9C+B;AA+CzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,EAAD,CA/C4C;AAgDzE,EAAA,4BAA4B,EAAE,IAAI,CAAC,EAAD,CAhDuC;AAiDzE,EAAA,8BAA8B,EAAE,IAAI,CAAC,EAAD,CAjDqC;AAkDzE,EAAA,+BAA+B,EAAE,IAAI,CAAC,EAAD,CAlDoC;AAmDzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,EAAD,CAnD4C;AAoDzE,EAAA,4BAA4B,EAAE,IAAI,CAAC,EAAD,CApDuC;AAqDzE,EAAA,8BAA8B,EAAE,IAAI,CAAC,CAAD,CArDqC;AAsDzE,EAAA,+BAA+B,EAAE,IAAI,CAAC,EAAD,CAtDoC;AAuDzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,CAAD,CAvD4C;AAwDzE,EAAA,4BAA4B,EAAE,IAAI,CAAC,EAAD,CAxDuC;AAyDzE,EAAA,8BAA8B,EAAE,IAAI,CAAC,CAAD,CAzDqC;AA0DzE,EAAA,+BAA+B,EAAE,IAAI,CAAC,EAAD,CA1DoC;AA2DzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,CAAD,CA3D4C;AA4DzE,EAAA,4BAA4B,EAAE,IAAI,CAAC,EAAD,CA5DuC;AA6DzE,EAAA,8BAA8B,EAAE,KA7DyC;AA8DzE,EAAA,+BAA+B,EAAE,IAAI,CAAC,EAAD,CA9DoC;AA+DzE,EAAA,uBAAuB,EAAE,KA/DgD;AAgEzE,EAAA,4BAA4B,EAAE,IAAI,CAAC,CAAD,CAhEuC;AAiEzE,EAAA,8BAA8B,EAAE,IAAI,CAAC,CAAD,CAjEqC;AAkEzE,EAAA,+BAA+B,EAAE,IAAI,CAAC,CAAD,CAlEoC;AAmEzE,EAAA,uBAAuB,EAAE,IAAI,CAAC,EAAD,CAnE4C;AAoEzE,EAAA,8BAA8B,EAAE,IAAI,CAAC,EAAD,CApEqC;AAqEzE,EAAA,qBAAqB,EAAE,aArEkD;AAsEzE,EAAA,0BAA0B,EAAE,IAAI,CAAC,EAAD,CAtEyC;AAuEzE,EAAA,4BAA4B,EAAE,IAAI,CAAC,EAAD,CAvEuC;AAwEzE,EAAA,6BAA6B,EAAE,IAAI,CAAC,EAAD,CAxEsC;AAyEzE,EAAA,oCAAoC,EAAE,UAAU,CAAC,EAAD,CAzEyB;AA0EzE,EAAA,sCAAsC,EAAE,UAAU,CAAC,CAAD,CA1EuB;AA2EzE,EAAA,uCAAuC,EAAE,aA3EgC;AA4EzE,EAAA,6BAA6B,EAAE,aA5E0C;AA6EzE,EAAA,kCAAkC,EAAE,UAAU,CAAC,EAAD,CA7E2B;AA8EzE,EAAA,oCAAoC,EAAE,UAAU,CAAC,EAAD,CA9EyB;AA+EzE,EAAA,qCAAqC,EAAE,UAAU,CAAC,EAAD,CA/EwB;AAgFzE,EAAA,0BAA0B,EAAE,aAhF6C;AAiFzE,EAAA,+BAA+B,EAAE,aAjFwC;AAkFzE,EAAA,iCAAiC,EAAE,aAlFsC;AAmFzE,EAAA,kCAAkC,EAAE,aAnFqC;AAoFzE,EAAA,8BAA8B,EAAE,IAAI,CAAC,CAAD,CApFqC;AAqFzE,EAAA,sCAAsC,EAAE,UAAU,CAAC,EAAD,CArFuB;AAsFzE,EAAA,oBAAoB,EAAE,IAAI,CAAC,EAAD,CAtF+C;AAuFzE,EAAA,oBAAoB,EAAE,IAAI,CAAC,EAAD,CAvF+C;AAwFzE,EAAA,oBAAoB,EAAE,KAAK,CAAC,EAAD,CAxF8C;AAyFzE,EAAA,yBAAyB,EAAE,KAAK,CAAC,EAAD,CAzFyC;AA0FzE,EAAA,2BAA2B,EAAE,KAAK,CAAC,EAAD,CA1FuC;AA2FzE,EAAA,4BAA4B,EAAE,KAAK,CAAC,EAAD,CA3FsC;AA4FzE,EAAA,4BAA4B,EAAE,KAAK,CAAC,EAAD,CA5FsC;AA6FzE,EAAA,iCAAiC,EAAE,KAAK,CAAC,GAAD,CA7FiC;AA8FzE,EAAA,mCAAmC,EAAE,KAAK,CAAC,EAAD,CA9F+B;AA+FzE,EAAA,0BAA0B,EAAE,KAAK,CAAC,EAAD,CA/FwC;AAgGzE,EAAA,qBAAqB,EAAE,KAAK,CAAC,EAAD,CAhG6C;AAiGzE,EAAA,4BAA4B,EAAE,KAjG2C;AAkGzE,EAAA,iCAAiC,EAAE,KAAK,CAAC,GAAD,CAlGiC;AAmGzE,EAAA,mCAAmC,EAAE,KAAK,CAAC,GAAD,CAnG+B;AAoGzE,EAAA,oCAAoC,EAAE,KAAK,CAAC,GAAD,CApG8B;AAqGzE,EAAA,4BAA4B,EAAE,IAAI,CAAC,EAAD,CArGuC;AAsGzE,EAAA,iCAAiC,EAAE,IAAI,CAAC,EAAD,CAtGkC;AAuGzE,EAAA,mCAAmC,EAAE,IAAI,CAAC,EAAD,CAvGgC;AAwGzE,EAAA,oCAAoC,EAAE,KAAK,CAAC,GAAD,CAxG8B;AAyGzE,EAAA,mBAAmB,EAAE,IAAI,CAAC,EAAD,CAzGgD;AA0GzE,EAAA,wBAAwB,EAAE,IAAI,CAAC,EAAD,CA1G2C;AA2GzE,EAAA,0BAA0B,EAAE,IAAI,CAAC,EAAD,CA3GyC;AA4GzE,EAAA,2BAA2B,EAAE,IAAI,CAAC,EAAD,CA5GwC;AA6GzE,EAAA,mBAAmB,EAAE,IAAI,CAAC,EAAD,CA7GgD;AA8GzE,EAAA,mBAAmB,EAAE,IAAI,CAAC,EAAD,CA9GgD;AA+GzE,EAAA,yBAAyB,EAAE,IAAI,CAAC,EAAD,CA/G0C;AAgHzE,EAAA,0BAA0B,EAAE,KAhH6C;AAiHzE,EAAA,+BAA+B,EAAE,KAjHwC;AAkHzE,EAAA,iCAAiC,EAAE,KAlHsC;AAmHzE,EAAA,kCAAkC,EAAE,KAnHqC;AAoHzE,EAAA,iBAAiB,EAAE,KAAK,CAAC,EAAD,CApHiD;AAqHzE,EAAA,iBAAiB,EAAE,KAAK,CAAC,EAAD,CArHiD;AAsHzE,EAAA,wBAAwB,EAAE,KAAK,CAAC,EAAD,CAtH0C;AAuHzE,EAAA,6BAA6B,EAAE,KAAK,CAAC,GAAD,CAvHqC;AAwHzE,EAAA,+BAA+B,EAAE,KAAK,CAAC,EAAD,CAxHmC;AAyHzE,EAAA,0BAA0B,EAAE,IAAI,CAAC,EAAD,CAzHyC;AA0HzE,EAAA,kCAAkC,EAAE,UAAU,CAAC,EAAD,CA1H2B;AA2HzE,EAAA,sBAAsB,EAAE,aA3HiD;AA4HzE,EAAA,iCAAiC,EAAE,aA5HsC;AA6HzE,EAAA,8BAA8B,EAAE,aA7HyC;AA8HzE,EAAA,iBAAiB,EAAE,KA9HsD;AA+HzE,EAAA,iBAAiB,EAAE,KA/HsD;AAgIzE,EAAA,yBAAyB,EAAE,kBAhI8C;AAiIzE,EAAA,qBAAqB,EAAE,kBAjIkD;AAkIzE,EAAA,gCAAgC,EAAE,kBAlIuC;AAmIzE,EAAA,4BAA4B,EAAE,kBAnI2C;AAoIzE,EAAA,+BAA+B,EAAE,kBApIwC;AAqIzE,EAAA,2BAA2B,EAAE,kBArI4C;AAsIzE,EAAA,uBAAuB,EAAE,kBAtIgD;AAuIzE,EAAA,mBAAmB,EAAE,kBAvIoD,CAuIhC;;AAvIgC,CAAxC,CAA5B;AA0IP,OAAO,MAAM,kBAAkB,gBAAwB,MAAM,CAAC,IAAP,CAAY,YAAZ,EAEpD,MAFoD,CAE7C,CAAC,GAAD,EAAM,WAAN,KAAqB;AAC7B,QAAM,KAAK,GAAG,WAAW,CAAC,KAAZ,CAAkB,CAAlB,EAAqB,CAArB,EAAwB,WAAxB,KAAwC,WAAW,CAAC,KAAZ,CAAkB,CAAlB,CAAtD;AACA,QAAM,iBAAiB,GAAG;AACxB,KAAC,eAAe,KAAK,aAArB,GAAqC,YAAY,CAAC,WAAD,CAAZ,CAA0B,OADvC;AAExB,KAAC,eAAe,KAAK,aAArB,GAAqC,YAAY,CAAC,WAAD,CAAZ,CAA0B,OAFvC;AAGxB,KAAC,eAAe,KAAK,aAArB,GAAqC,YAAY,CAAC,WAAD,CAAZ,CAA0B,OAHvC;AAIxB,KAAC,eAAe,KAAK,aAArB,GAAqC,YAAY,CAAC,WAAD,CAAZ,CAA0B,MAJvC;AAKxB,KAAC,eAAe,KAAK,aAArB,GAAqC,YAAY,CAAC,WAAD,CAAZ,CAA0B,MALvC;AAMxB,KAAC,eAAe,KAAK,aAArB,GAAqC,YAAY,CAAC,WAAD,CAAZ,CAA0B,MANvC;AAOxB,KAAC,eAAe,KAAK,cAArB,GAAsC,YAAY,CAAC,WAAD,CAAZ,CAA0B,MAPxC;AAQxB,KAAC,eAAe,KAAK,SAArB,GAAiC,YAAY,CAAC,WAAD,CAAZ,CAA0B,OARnC;AASxB,KAAC,eAAe,KAAK,SAArB,GAAiC,YAAY,CAAC,WAAD,CAAZ,CAA0B;AATnC,GAA1B;AAYA,SAAO,EAAE,GAAG,GAAL;AAAU,OAAG;AAAb,GAAP;AACD,CAjBsD,EAiBpD,EAjBoD,CAAhD","sourceRoot":""}
|
@@ -134,7 +134,8 @@ export const generateColorTokens = () => ({
|
|
134
134
|
colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',
|
135
135
|
colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',
|
136
136
|
colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',
|
137
|
-
colorBrandShadowKey: 'rgba(0,0,0,0.25)'
|
137
|
+
colorBrandShadowKey: 'rgba(0,0,0,0.25)' // rgba(0,0,0,0.25) undefined
|
138
|
+
|
138
139
|
});
|
139
140
|
export const colorPaletteTokens = /*#__PURE__*/Object.keys(sharedColors).reduce((acc, sharedColor) => {
|
140
141
|
const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);
|
@@ -146,6 +147,7 @@ export const colorPaletteTokens = /*#__PURE__*/Object.keys(sharedColors).reduce(
|
|
146
147
|
[`colorPalette${color}Foreground2`]: white,
|
147
148
|
[`colorPalette${color}Foreground3`]: white,
|
148
149
|
[`colorPalette${color}BorderActive`]: hcHighlight,
|
150
|
+
[`colorPalette${color}Border1`]: white,
|
149
151
|
[`colorPalette${color}Border2`]: white
|
150
152
|
};
|
151
153
|
return { ...acc,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/alias/highContrast.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"sources":["../../src/alias/highContrast.ts"],"names":[],"mappings":"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","sourceRoot":""}
|