@fluentui-react-native/win32-theme 0.14.13 → 0.15.0

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.
Files changed (88) hide show
  1. package/CHANGELOG.json +112 -1
  2. package/CHANGELOG.md +37 -2
  3. package/lib/black/tokens-alias.d.ts +3 -0
  4. package/lib/black/tokens-alias.d.ts.map +1 -0
  5. package/lib/black/tokens-alias.js +3 -0
  6. package/lib/black/tokens-alias.js.map +1 -0
  7. package/lib/colorful/tokens-alias.d.ts +3 -0
  8. package/lib/colorful/tokens-alias.d.ts.map +1 -0
  9. package/lib/colorful/tokens-alias.js +3 -0
  10. package/lib/colorful/tokens-alias.js.map +1 -0
  11. package/lib/createAliasesFromPalette.d.ts +1 -1
  12. package/lib/createAliasesFromPalette.d.ts.map +1 -1
  13. package/lib/createAliasesFromPalette.js +17 -1
  14. package/lib/createAliasesFromPalette.js.map +1 -1
  15. package/lib/createOfficeAliasTokens.js +1 -1
  16. package/lib/createOfficeAliasTokens.js.map +1 -1
  17. package/lib/createOfficeTheme.js +1 -1
  18. package/lib/createOfficeTheme.js.map +1 -1
  19. package/lib/darkGray/tokens-alias.d.ts +3 -0
  20. package/lib/darkGray/tokens-alias.d.ts.map +1 -0
  21. package/lib/darkGray/tokens-alias.js +3 -0
  22. package/lib/darkGray/tokens-alias.js.map +1 -0
  23. package/lib/generated/black/tokens-aliases.json +292 -0
  24. package/lib/generated/colorful/tokens-aliases.json +292 -0
  25. package/lib/generated/darkGray/tokens-aliases.json +292 -0
  26. package/lib/generated/highContrast/tokens-aliases.json +292 -0
  27. package/lib/getOfficeAliasTokens.d.ts +2 -0
  28. package/lib/getOfficeAliasTokens.d.ts.map +1 -0
  29. package/lib/getOfficeAliasTokens.js +20 -0
  30. package/lib/getOfficeAliasTokens.js.map +1 -0
  31. package/lib/highContrast/tokens-alias.d.ts +3 -0
  32. package/lib/highContrast/tokens-alias.d.ts.map +1 -0
  33. package/lib/highContrast/tokens-alias.js +17 -0
  34. package/lib/highContrast/tokens-alias.js.map +1 -0
  35. package/lib/index.d.ts +7 -6
  36. package/lib/index.d.ts.map +1 -1
  37. package/lib/index.js +6 -6
  38. package/lib/index.js.map +1 -1
  39. package/lib-commonjs/black/tokens-alias.d.ts +3 -0
  40. package/lib-commonjs/black/tokens-alias.d.ts.map +1 -0
  41. package/lib-commonjs/black/tokens-alias.js +6 -0
  42. package/lib-commonjs/black/tokens-alias.js.map +1 -0
  43. package/lib-commonjs/colorful/tokens-alias.d.ts +3 -0
  44. package/lib-commonjs/colorful/tokens-alias.d.ts.map +1 -0
  45. package/lib-commonjs/colorful/tokens-alias.js +6 -0
  46. package/lib-commonjs/colorful/tokens-alias.js.map +1 -0
  47. package/lib-commonjs/createAliasesFromPalette.d.ts +1 -1
  48. package/lib-commonjs/createAliasesFromPalette.d.ts.map +1 -1
  49. package/lib-commonjs/createAliasesFromPalette.js +17 -1
  50. package/lib-commonjs/createAliasesFromPalette.js.map +1 -1
  51. package/lib-commonjs/createOfficeAliasTokens.js +2 -2
  52. package/lib-commonjs/createOfficeAliasTokens.js.map +1 -1
  53. package/lib-commonjs/createOfficeTheme.js +1 -1
  54. package/lib-commonjs/createOfficeTheme.js.map +1 -1
  55. package/lib-commonjs/darkGray/tokens-alias.d.ts +3 -0
  56. package/lib-commonjs/darkGray/tokens-alias.d.ts.map +1 -0
  57. package/lib-commonjs/darkGray/tokens-alias.js +6 -0
  58. package/lib-commonjs/darkGray/tokens-alias.js.map +1 -0
  59. package/lib-commonjs/generated/black/tokens-aliases.json +292 -0
  60. package/lib-commonjs/generated/colorful/tokens-aliases.json +292 -0
  61. package/lib-commonjs/generated/darkGray/tokens-aliases.json +292 -0
  62. package/lib-commonjs/generated/highContrast/tokens-aliases.json +292 -0
  63. package/lib-commonjs/getOfficeAliasTokens.d.ts +2 -0
  64. package/lib-commonjs/getOfficeAliasTokens.d.ts.map +1 -0
  65. package/lib-commonjs/getOfficeAliasTokens.js +25 -0
  66. package/lib-commonjs/getOfficeAliasTokens.js.map +1 -0
  67. package/lib-commonjs/highContrast/tokens-alias.d.ts +3 -0
  68. package/lib-commonjs/highContrast/tokens-alias.d.ts.map +1 -0
  69. package/lib-commonjs/highContrast/tokens-alias.js +20 -0
  70. package/lib-commonjs/highContrast/tokens-alias.js.map +1 -0
  71. package/lib-commonjs/index.d.ts +7 -6
  72. package/lib-commonjs/index.d.ts.map +1 -1
  73. package/lib-commonjs/index.js +16 -7
  74. package/lib-commonjs/index.js.map +1 -1
  75. package/package.json +6 -6
  76. package/src/black/tokens-alias.ts +3 -0
  77. package/src/colorful/tokens-alias.ts +3 -0
  78. package/src/createAliasesFromPalette.ts +19 -1
  79. package/src/createOfficeAliasTokens.ts +1 -1
  80. package/src/createOfficeTheme.ts +1 -1
  81. package/src/darkGray/tokens-alias.ts +3 -0
  82. package/src/generated/black/tokens-aliases.json +292 -0
  83. package/src/generated/colorful/tokens-aliases.json +292 -0
  84. package/src/generated/darkGray/tokens-aliases.json +292 -0
  85. package/src/generated/highContrast/tokens-aliases.json +292 -0
  86. package/src/getOfficeAliasTokens.ts +18 -0
  87. package/src/highContrast/tokens-alias.ts +19 -0
  88. package/src/index.ts +15 -6
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,YAAY,EACV,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,2BAA2B,EAC3B,+BAA+B,GAChC,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC"}
@@ -1,10 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- var tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./createOfficeTheme"), exports);
5
- (0, tslib_1.__exportStar)(require("./createPartialOfficeTheme"), exports);
6
- (0, tslib_1.__exportStar)(require("./NativeModule/index"), exports);
7
- (0, tslib_1.__exportStar)(require("./paletteFromOfficeColors"), exports);
8
- (0, tslib_1.__exportStar)(require("./createOfficeAliasTokens"), exports);
9
- (0, tslib_1.__exportStar)(require("./createBrandedThemeWithAlias"), exports);
3
+ exports.getCurrentBrandAliasTokens = exports.createBrandedThemeWithAlias = exports.createOfficeAliasTokens = exports.paletteFromOfficeColors = exports.getThemingModule = exports.fallbackOfficeModule = exports.fallbackGetPalette = exports.createPartialOfficeTheme = exports.createOfficeTheme = void 0;
4
+ var createOfficeTheme_1 = require("./createOfficeTheme");
5
+ Object.defineProperty(exports, "createOfficeTheme", { enumerable: true, get: function () { return createOfficeTheme_1.createOfficeTheme; } });
6
+ var createPartialOfficeTheme_1 = require("./createPartialOfficeTheme");
7
+ Object.defineProperty(exports, "createPartialOfficeTheme", { enumerable: true, get: function () { return createPartialOfficeTheme_1.createPartialOfficeTheme; } });
8
+ var index_1 = require("./NativeModule/index");
9
+ Object.defineProperty(exports, "fallbackGetPalette", { enumerable: true, get: function () { return index_1.fallbackGetPalette; } });
10
+ Object.defineProperty(exports, "fallbackOfficeModule", { enumerable: true, get: function () { return index_1.fallbackOfficeModule; } });
11
+ Object.defineProperty(exports, "getThemingModule", { enumerable: true, get: function () { return index_1.getThemingModule; } });
12
+ var paletteFromOfficeColors_1 = require("./paletteFromOfficeColors");
13
+ Object.defineProperty(exports, "paletteFromOfficeColors", { enumerable: true, get: function () { return paletteFromOfficeColors_1.paletteFromOfficeColors; } });
14
+ var createOfficeAliasTokens_1 = require("./createOfficeAliasTokens");
15
+ Object.defineProperty(exports, "createOfficeAliasTokens", { enumerable: true, get: function () { return createOfficeAliasTokens_1.createOfficeAliasTokens; } });
16
+ var createBrandedThemeWithAlias_1 = require("./createBrandedThemeWithAlias");
17
+ Object.defineProperty(exports, "createBrandedThemeWithAlias", { enumerable: true, get: function () { return createBrandedThemeWithAlias_1.createBrandedThemeWithAlias; } });
18
+ Object.defineProperty(exports, "getCurrentBrandAliasTokens", { enumerable: true, get: function () { return createBrandedThemeWithAlias_1.getCurrentBrandAliasTokens; } });
10
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mEAAoC;AACpC,0EAA2C;AAC3C,oEAAqC;AACrC,yEAA0C;AAC1C,yEAA0C;AAC1C,6EAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,uEAAsE;AAA7D,oIAAA,wBAAwB,OAAA;AACjC,8CAAkG;AAAzF,2GAAA,kBAAkB,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAUnE,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,6EAAwG;AAA/F,0IAAA,2BAA2B,OAAA;AAAE,yIAAA,0BAA0B,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/win32-theme",
3
- "version": "0.14.13",
3
+ "version": "0.15.0",
4
4
  "description": "Win32 office theme that works with the theming native module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,12 +27,12 @@
27
27
  "author": "",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@fluentui-react-native/default-theme": ">=0.9.11 <1.0.0",
30
+ "@fluentui-react-native/default-theme": ">=0.9.14 <1.0.0",
31
31
  "@fluentui-react-native/memo-cache": "^1.1.7",
32
- "@fluentui-react-native/theme-tokens": ">=0.13.0 <1.0.0",
33
- "@fluentui-react-native/theme-types": ">=0.14.0 <1.0.0",
34
- "@fluentui-react-native/theme": ">=0.6.5 <1.0.0",
35
- "@fluentui-react-native/theming-utils": ">=0.9.0 <1.0.0",
32
+ "@fluentui-react-native/theme-tokens": ">=0.14.0 <1.0.0",
33
+ "@fluentui-react-native/theme-types": ">=0.14.1 <1.0.0",
34
+ "@fluentui-react-native/theme": ">=0.6.6 <1.0.0",
35
+ "@fluentui-react-native/theming-utils": ">=0.9.3 <1.0.0",
36
36
  "tslib": "^2.3.1"
37
37
  },
38
38
  "devDependencies": {
@@ -0,0 +1,3 @@
1
+ import aliasTokens from '../generated/black/tokens-aliases.json';
2
+
3
+ export default aliasTokens;
@@ -0,0 +1,3 @@
1
+ import aliasTokens from '../generated/colorful/tokens-aliases.json';
2
+
3
+ export default aliasTokens;
@@ -1,6 +1,20 @@
1
1
  import { AliasColorTokens, OfficePalette } from '@fluentui-react-native/theme-types';
2
2
 
3
- export function createAliasesFromPalette(palette: OfficePalette): Partial<AliasColorTokens> {
3
+ export function createAliasesFromPalette(palette: OfficePalette, isHighContrast: boolean): Partial<AliasColorTokens> {
4
+ // Workaround for getting checkmark to have correct color in HC
5
+ // while native code doesn't support PlatformColor
6
+ if (isHighContrast) {
7
+ return {
8
+ neutralForeground1: palette.Text,
9
+ neutralForeground2: palette.TextSecondary,
10
+ neutralForeground4: palette.TextCtlSubtlePlaceholder,
11
+ neutralForegroundDisabled: palette.TextDisabled,
12
+ neutralForegroundOnBrand: palette.TextCtlEmphasis,
13
+ neutralForegroundOnBrandHover: palette.TextCtlEmphasisHover,
14
+ neutralForegroundOnBrandPressed: palette.TextCtlEmphasisPressed,
15
+ };
16
+ }
17
+
4
18
  return {
5
19
  neutralForeground1: palette.Text,
6
20
  neutralForeground2: palette.TextSecondary,
@@ -38,6 +52,10 @@ export function createAliasesFromPalette(palette: OfficePalette): Partial<AliasC
38
52
  brandBackgroundHover: palette.BkgCtlEmphasisHover,
39
53
  brandBackgroundPressed: palette.BkgCtlEmphasisPressed,
40
54
 
55
+ compoundBrandBackground1: palette.BkgToggleSwitchOn,
56
+ compoundBrandBackground1Hover: palette.BkgToggleSwitchOnHover,
57
+ compoundBrandBackground1Pressed: palette.BkgToggleSwitchOnPressed,
58
+
41
59
  neutralStrokeAccessible: palette.StrokeOnlySelected,
42
60
  neutralStrokeAccessibleHover: palette.StrokeOnlyHover,
43
61
  neutralStrokeAccessiblePressed: palette.StrokeOnlyPressed,
@@ -1,4 +1,4 @@
1
- import { getOfficeAliasTokens } from '@fluentui-react-native/theme-tokens';
1
+ import { getOfficeAliasTokens } from './getOfficeAliasTokens';
2
2
  import { AliasColorTokens } from '@fluentui-react-native/theme-types';
3
3
  import { memoize } from '@fluentui-react-native/memo-cache';
4
4
  import { mapPipelineToTheme } from '@fluentui-react-native/theming-utils';
@@ -49,7 +49,7 @@ export function createOfficeTheme(options: ThemeOptions = {}): ThemeReference {
49
49
  return {};
50
50
  }
51
51
 
52
- return { colors: createAliasesFromPalette(theme.host.palette) };
52
+ return { colors: createAliasesFromPalette(theme.host.palette, ref.themeName === 'HighContrast') };
53
53
  },
54
54
  );
55
55
 
@@ -0,0 +1,3 @@
1
+ import aliasTokens from '../generated/darkGray/tokens-aliases.json';
2
+
3
+ export default aliasTokens;
@@ -0,0 +1,292 @@
1
+ {
2
+ "body": {
3
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
4
+ "fontLineHeight": 20,
5
+ "fontSize": 14,
6
+ "fontWeight": "400"
7
+ },
8
+ "bodyStrong": {
9
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
10
+ "fontLineHeight": 20,
11
+ "fontSize": 14,
12
+ "fontWeight": "600"
13
+ },
14
+ "borderless": {
15
+ "strokeAlignment": "inner",
16
+ "strokeColorRest": "transparent",
17
+ "strokeColorHover": "transparent",
18
+ "strokeColorPressed": "transparent",
19
+ "strokeColorDisabled": "transparent",
20
+ "strokeWidth": 1
21
+ },
22
+ "brandBackground": {
23
+ "fillColorRest": "#185abd",
24
+ "fillColorHover": "#1651aa",
25
+ "fillColorPressed": "#0e336a",
26
+ "fillColorSelected": "#13458f"
27
+ },
28
+ "brandBackground2": {
29
+ "fillColorRest": "#d2e0f4"
30
+ },
31
+ "brandBackgroundStatic": {
32
+ "fillColorRest": "#185abd"
33
+ },
34
+ "brandForeground1": {
35
+ "fillColorRest": "#aec6eb"
36
+ },
37
+ "brandForeground2": {
38
+ "fillColorRest": "#d2e0f4"
39
+ },
40
+ "brandForegroundLink": {
41
+ "fillColorRest": "#aec6eb",
42
+ "fillColorHover": "#d2e0f4",
43
+ "fillColorPressed": "#2e6ac5",
44
+ "fillColorSelected": "#d2e0f4"
45
+ },
46
+ "brandStroke1": {
47
+ "strokeColorRest": "#185abd",
48
+ "strokeWidth": 1
49
+ },
50
+ "brandStroke2": {
51
+ "strokeColorRest": "#6794d7",
52
+ "strokeWidth": 1
53
+ },
54
+ "caption": {
55
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
56
+ "fontLineHeight": 16,
57
+ "fontSize": 12,
58
+ "fontWeight": "400"
59
+ },
60
+ "compoundBrandBackground1": {
61
+ "fillColorRest": "#185abd",
62
+ "fillColorHover": "#1651aa",
63
+ "fillColorPressed": "#0e336a"
64
+ },
65
+ "compoundBrandForeground1": {
66
+ "fillColorRest": "#aec6eb",
67
+ "fillColorHover": "#d2e0f4",
68
+ "fillColorPressed": "#2e6ac5"
69
+ },
70
+ "compoundBrandStroke1": {
71
+ "strokeColorRest": "#185abd",
72
+ "strokeColorHover": "#1651aa",
73
+ "strokeColorPressed": "#0e336a",
74
+ "strokeWidth": 1
75
+ },
76
+ "display": {
77
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
78
+ "fontLineHeight": 92,
79
+ "fontSize": 68,
80
+ "fontWeight": "600"
81
+ },
82
+ "headline": {
83
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
84
+ "fontLineHeight": 28,
85
+ "fontSize": 20,
86
+ "fontWeight": "600"
87
+ },
88
+ "largeTitle": {
89
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
90
+ "fontLineHeight": 52,
91
+ "fontSize": 40,
92
+ "fontWeight": "600"
93
+ },
94
+ "neutralBackground1": {
95
+ "fillColorRest": "#292929",
96
+ "fillColorHover": "#3d3d3d",
97
+ "fillColorPressed": "#1f1f1f",
98
+ "fillColorSelected": "#383838"
99
+ },
100
+ "neutralBackground2": {
101
+ "fillColorRest": "#1f1f1f",
102
+ "fillColorHover": "#333333",
103
+ "fillColorPressed": "#141414",
104
+ "fillColorSelected": "#2e2e2e"
105
+ },
106
+ "neutralBackground3": {
107
+ "fillColorRest": "#141414",
108
+ "fillColorHover": "#292929",
109
+ "fillColorPressed": "#0a0a0a",
110
+ "fillColorSelected": "#242424"
111
+ },
112
+ "neutralBackground4": {
113
+ "fillColorRest": "#0a0a0a",
114
+ "fillColorHover": "#1f1f1f",
115
+ "fillColorPressed": "#000000",
116
+ "fillColorSelected": "#1a1a1a"
117
+ },
118
+ "neutralBackground5": {
119
+ "fillColorRest": "#000000",
120
+ "fillColorHover": "#141414",
121
+ "fillColorPressed": "#050505",
122
+ "fillColorSelected": "#0f0f0f"
123
+ },
124
+ "neutralBackground6": {
125
+ "fillColorRest": "#333333"
126
+ },
127
+ "neutralBackgroundDisabled": {
128
+ "fillColorRest": "#141414"
129
+ },
130
+ "neutralBackgroundInverted": {
131
+ "fillColorRest": "#ffffff"
132
+ },
133
+ "neutralForeground1": {
134
+ "fillColorRest": "#ffffff",
135
+ "fillColorHover": "#ffffff",
136
+ "fillColorPressed": "#ffffff",
137
+ "fillColorSelected": "#ffffff"
138
+ },
139
+ "neutralForeground2": {
140
+ "fillColorRest": "#d6d6d6",
141
+ "fillColorHover": "#ffffff",
142
+ "fillColorPressed": "#ffffff",
143
+ "fillColorBrandHover": "#d2e0f4",
144
+ "fillColorBrandPressed": "#2e6ac5",
145
+ "fillColorBrandSelected": "#d2e0f4",
146
+ "fillColorSelected": "#ffffff"
147
+ },
148
+ "neutralForeground3": {
149
+ "fillColorRest": "#adadad",
150
+ "fillColorHover": "#d6d6d6",
151
+ "fillColorPressed": "#d6d6d6",
152
+ "fillColorBrandHover": "#d2e0f4",
153
+ "fillColorBrandPressed": "#2e6ac5",
154
+ "fillColorBrandSelected": "#d2e0f4",
155
+ "fillColorSelected": "#d6d6d6"
156
+ },
157
+ "neutralForeground4": {
158
+ "fillColorRest": "#999999"
159
+ },
160
+ "neutralForegroundDisabled": {
161
+ "fillColorRest": "#5c5c5c"
162
+ },
163
+ "neutralForegroundInverted": {
164
+ "fillColorRest": "#000000"
165
+ },
166
+ "neutralForegroundInvertedLink": {
167
+ "fillColorRest": "#292929",
168
+ "fillColorHover": "#292929",
169
+ "fillColorPressed": "#292929",
170
+ "fillColorSelected": "#292929"
171
+ },
172
+ "neutralForegroundOnBrand": {
173
+ "fillColorRest": "#ffffff",
174
+ "fillColorHover": "#ffffff",
175
+ "fillColorPressed": "#ffffff",
176
+ "fillColorSelected": "#ffffff"
177
+ },
178
+ "neutralStencil1": {
179
+ "fillColorRest": "#333333"
180
+ },
181
+ "neutralStencil2": {
182
+ "fillColorRest": "#575757"
183
+ },
184
+ "neutralStroke1": {
185
+ "strokeColorRest": "#666666",
186
+ "strokeColorHover": "#757575",
187
+ "strokeColorPressed": "#6b6b6b",
188
+ "strokeColorSelected": "#707070",
189
+ "strokeWidth": 1
190
+ },
191
+ "neutralStroke2": {
192
+ "strokeColorRest": "#525252",
193
+ "strokeWidth": 1
194
+ },
195
+ "neutralStroke3": {
196
+ "strokeColorRest": "#3d3d3d",
197
+ "strokeWidth": 1
198
+ },
199
+ "neutralStrokeAccessible": {
200
+ "strokeColorRest": "#adadad",
201
+ "strokeColorHover": "#bdbdbd",
202
+ "strokeColorPressed": "#b3b3b3",
203
+ "strokeColorSelected": "#185abd",
204
+ "strokeWidth": 1
205
+ },
206
+ "neutralStrokeDisabled": {
207
+ "strokeColorRest": "#424242",
208
+ "strokeWidth": 1
209
+ },
210
+ "redBackground1": {
211
+ "fillColorRest": "#230308"
212
+ },
213
+ "redBackground2": {
214
+ "fillColorRest": "#420610"
215
+ },
216
+ "redBackground3": {
217
+ "fillColorRest": "#750b1c"
218
+ },
219
+ "redBorder1": {
220
+ "strokeColorRest": "#750b1c",
221
+ "strokeWidth": 1
222
+ },
223
+ "redBorder2": {
224
+ "strokeColorRest": "#962f3f",
225
+ "strokeWidth": 1
226
+ },
227
+ "redBorderActive": {
228
+ "strokeColorRest": "#ac4f5e",
229
+ "strokeWidth": 1
230
+ },
231
+ "redForeground1": {
232
+ "fillColorRest": "#ac4f5e"
233
+ },
234
+ "redForeground2": {
235
+ "fillColorRest": "#d69ca5"
236
+ },
237
+ "redForeground3": {
238
+ "fillColorRest": "#962f3f"
239
+ },
240
+ "strokeFocus1": {
241
+ "strokeColorRest": "#000000",
242
+ "strokeWidth": 1
243
+ },
244
+ "strokeFocus2": {
245
+ "strokeColorRest": "#ffffff",
246
+ "strokeWidth": 1
247
+ },
248
+ "subheadline": {
249
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
250
+ "fontLineHeight": 22,
251
+ "fontSize": 16,
252
+ "fontWeight": "600"
253
+ },
254
+ "subtleBackground": {
255
+ "fillColorRest": "transparent",
256
+ "fillColorHover": "#3d3d3d",
257
+ "fillColorPressed": "#1f1f1f",
258
+ "fillColorSelected": "#383838"
259
+ },
260
+ "title1": {
261
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
262
+ "fontLineHeight": 40,
263
+ "fontSize": 32,
264
+ "fontWeight": "600"
265
+ },
266
+ "title2": {
267
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
268
+ "fontLineHeight": 36,
269
+ "fontSize": 28,
270
+ "fontWeight": "600"
271
+ },
272
+ "title3": {
273
+ "fontFamily": "\"Segoe UI\", Roboto, \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
274
+ "fontLineHeight": 32,
275
+ "fontSize": 24,
276
+ "fontWeight": "600"
277
+ },
278
+ "transparentBackground": {
279
+ "fillColorRest": "transparent",
280
+ "fillColorHover": "transparent",
281
+ "fillColorPressed": "transparent",
282
+ "fillColorSelected": "transparent"
283
+ },
284
+ "transparentStroke": {
285
+ "strokeAlignment": "inner",
286
+ "strokeColorRest": "transparent",
287
+ "strokeColorHover": "transparent",
288
+ "strokeColorPressed": "transparent",
289
+ "strokeColorDisabled": "transparent",
290
+ "strokeWidth": 1
291
+ }
292
+ }