@fluentui-react-native/apple-theme 0.9.15 → 0.10.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 (69) hide show
  1. package/CHANGELOG.json +28 -1
  2. package/CHANGELOG.md +12 -2
  3. package/lib/createMacOSAliasTokens.js +1 -1
  4. package/lib/createMacOSAliasTokens.js.map +1 -1
  5. package/lib/dark-high-contrast-macos/tokens-alias.d.ts +3 -0
  6. package/lib/dark-high-contrast-macos/tokens-alias.d.ts.map +1 -0
  7. package/lib/dark-high-contrast-macos/tokens-alias.js +3 -0
  8. package/lib/dark-high-contrast-macos/tokens-alias.js.map +1 -0
  9. package/lib/dark-macos/tokens-alias.d.ts +3 -0
  10. package/lib/dark-macos/tokens-alias.d.ts.map +1 -0
  11. package/lib/dark-macos/tokens-alias.js +3 -0
  12. package/lib/dark-macos/tokens-alias.js.map +1 -0
  13. package/lib/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
  14. package/lib/generated/dark-macos/tokens-aliases.json +303 -0
  15. package/lib/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
  16. package/lib/generated/light-macos/tokens-aliases.json +303 -0
  17. package/lib/getMacOSAliasTokens.d.ts +607 -0
  18. package/lib/getMacOSAliasTokens.d.ts.map +1 -0
  19. package/lib/getMacOSAliasTokens.js +30 -0
  20. package/lib/getMacOSAliasTokens.js.map +1 -0
  21. package/lib/light-high-contrast-macos/tokens-alias.d.ts +3 -0
  22. package/lib/light-high-contrast-macos/tokens-alias.d.ts.map +1 -0
  23. package/lib/light-high-contrast-macos/tokens-alias.js +3 -0
  24. package/lib/light-high-contrast-macos/tokens-alias.js.map +1 -0
  25. package/lib/light-macos/tokens-alias.d.ts +3 -0
  26. package/lib/light-macos/tokens-alias.d.ts.map +1 -0
  27. package/lib/light-macos/tokens-alias.js +3 -0
  28. package/lib/light-macos/tokens-alias.js.map +1 -0
  29. package/lib-commonjs/createMacOSAliasTokens.js +2 -2
  30. package/lib-commonjs/createMacOSAliasTokens.js.map +1 -1
  31. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.d.ts +3 -0
  32. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.d.ts.map +1 -0
  33. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.js +8 -0
  34. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.js.map +1 -0
  35. package/lib-commonjs/dark-macos/tokens-alias.d.ts +3 -0
  36. package/lib-commonjs/dark-macos/tokens-alias.d.ts.map +1 -0
  37. package/lib-commonjs/dark-macos/tokens-alias.js +8 -0
  38. package/lib-commonjs/dark-macos/tokens-alias.js.map +1 -0
  39. package/lib-commonjs/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
  40. package/lib-commonjs/generated/dark-macos/tokens-aliases.json +303 -0
  41. package/lib-commonjs/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
  42. package/lib-commonjs/generated/light-macos/tokens-aliases.json +303 -0
  43. package/lib-commonjs/getMacOSAliasTokens.d.ts +607 -0
  44. package/lib-commonjs/getMacOSAliasTokens.d.ts.map +1 -0
  45. package/lib-commonjs/getMacOSAliasTokens.js +37 -0
  46. package/lib-commonjs/getMacOSAliasTokens.js.map +1 -0
  47. package/lib-commonjs/light-high-contrast-macos/tokens-alias.d.ts +3 -0
  48. package/lib-commonjs/light-high-contrast-macos/tokens-alias.d.ts.map +1 -0
  49. package/lib-commonjs/light-high-contrast-macos/tokens-alias.js +8 -0
  50. package/lib-commonjs/light-high-contrast-macos/tokens-alias.js.map +1 -0
  51. package/lib-commonjs/light-macos/tokens-alias.d.ts +3 -0
  52. package/lib-commonjs/light-macos/tokens-alias.d.ts.map +1 -0
  53. package/lib-commonjs/light-macos/tokens-alias.js +8 -0
  54. package/lib-commonjs/light-macos/tokens-alias.js.map +1 -0
  55. package/package.json +4 -4
  56. package/src/createMacOSAliasTokens.ts +1 -1
  57. package/src/dark-high-contrast-macos/tokens-alias.ts +3 -0
  58. package/src/dark-macos/tokens-alias.ts +3 -0
  59. package/src/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
  60. package/src/generated/dark-high-contrast-macos/tokens-global.json +1104 -0
  61. package/src/generated/dark-macos/tokens-aliases.json +303 -0
  62. package/src/generated/dark-macos/tokens-global.json +1104 -0
  63. package/src/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
  64. package/src/generated/light-high-contrast-macos/tokens-global.json +1104 -0
  65. package/src/generated/light-macos/tokens-aliases.json +303 -0
  66. package/src/generated/light-macos/tokens-global.json +1104 -0
  67. package/src/getMacOSAliasTokens.ts +26 -0
  68. package/src/light-high-contrast-macos/tokens-alias.ts +3 -0
  69. package/src/light-macos/tokens-alias.ts +3 -0
package/CHANGELOG.json CHANGED
@@ -2,7 +2,34 @@
2
2
  "name": "@fluentui-react-native/apple-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 04 Apr 2022 18:41:22 GMT",
5
+ "date": "Tue, 05 Apr 2022 20:04:12 GMT",
6
+ "tag": "@fluentui-react-native/apple-theme_v0.10.0",
7
+ "version": "0.10.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/apple-theme",
13
+ "commit": "c183b7eb02925bf1d1284ad1b3c80c0f2e0c442f",
14
+ "comment": "Move apple alias tokens out"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/apple-theme",
19
+ "comment": "Bump @fluentui-react-native/default-theme to v0.9.14",
20
+ "commit": "c183b7eb02925bf1d1284ad1b3c80c0f2e0c442f"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/apple-theme",
25
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.9.3",
26
+ "commit": "c183b7eb02925bf1d1284ad1b3c80c0f2e0c442f"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 04 Apr 2022 18:41:35 GMT",
6
33
  "tag": "@fluentui-react-native/apple-theme_v0.9.15",
7
34
  "version": "0.9.15",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-react-native/apple-theme
2
2
 
3
- This log was last generated on Mon, 04 Apr 2022 18:41:22 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Apr 2022 20:04:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.10.0
8
+
9
+ Tue, 05 Apr 2022 20:04:12 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Move apple alias tokens out (ruaraki@microsoft.com)
14
+ - Bump @fluentui-react-native/default-theme to v0.9.14
15
+ - Bump @fluentui-react-native/theming-utils to v0.9.3
16
+
7
17
  ## 0.9.15
8
18
 
9
- Mon, 04 Apr 2022 18:41:22 GMT
19
+ Mon, 04 Apr 2022 18:41:35 GMT
10
20
 
11
21
  ### Patches
12
22
 
@@ -1,4 +1,4 @@
1
- import { getMacOSAliasTokens } from '@fluentui-react-native/theme-tokens';
1
+ import { getMacOSAliasTokens } from './getMacOSAliasTokens';
2
2
  import { mapPipelineToTheme } from '@fluentui-react-native/theming-utils';
3
3
  import { memoize } from '@fluentui-react-native/memo-cache';
4
4
  function createMacOSAliasTokensWorker(mode, isHighContrast) {
@@ -1 +1 @@
1
- {"version":3,"file":"createMacOSAliasTokens.js","sourceRoot":"","sources":["../src/createMacOSAliasTokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAE5D,SAAS,4BAA4B,CAAC,IAAuB,EAAE,cAAuB;IACpF,IAAM,WAAW,GAAG,mBAAmB,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC;IAC9D,OAAO,kBAAkB,CAAC,WAAW,CAAC,CAAC;AACzC,CAAC;AAED,MAAM,CAAC,IAAM,sBAAsB,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC"}
1
+ {"version":3,"file":"createMacOSAliasTokens.js","sourceRoot":"","sources":["../src/createMacOSAliasTokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAE5D,SAAS,4BAA4B,CAAC,IAAuB,EAAE,cAAuB;IACpF,IAAM,WAAW,GAAG,mBAAmB,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC;IAC9D,OAAO,kBAAkB,CAAC,WAAW,CAAC,CAAC;AACzC,CAAC;AAED,MAAM,CAAC,IAAM,sBAAsB,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import aliasTokens from '../generated/dark-high-contrast-macos/tokens-aliases.json';
2
+ export default aliasTokens;
3
+ //# sourceMappingURL=tokens-alias.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens-alias.d.ts","sourceRoot":"","sources":["../../src/dark-high-contrast-macos/tokens-alias.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,2DAA2D,CAAC;AAEpF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ import aliasTokens from '../generated/dark-high-contrast-macos/tokens-aliases.json';
2
+ export default aliasTokens;
3
+ //# sourceMappingURL=tokens-alias.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens-alias.js","sourceRoot":"","sources":["../../src/dark-high-contrast-macos/tokens-alias.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,2DAA2D,CAAC;AAEpF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ import aliasTokens from '../generated/dark-macos/tokens-aliases.json';
2
+ export default aliasTokens;
3
+ //# sourceMappingURL=tokens-alias.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens-alias.d.ts","sourceRoot":"","sources":["../../src/dark-macos/tokens-alias.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,6CAA6C,CAAC;AAEtE,eAAe,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ import aliasTokens from '../generated/dark-macos/tokens-aliases.json';
2
+ export default aliasTokens;
3
+ //# sourceMappingURL=tokens-alias.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens-alias.js","sourceRoot":"","sources":["../../src/dark-macos/tokens-alias.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,6CAA6C,CAAC;AAEtE,eAAe,WAAW,CAAC"}
@@ -0,0 +1,306 @@
1
+ {
2
+ "body": {
3
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
4
+ "fontLineHeight": 20,
5
+ "fontSize": 14,
6
+ "fontWeight": "400"
7
+ },
8
+ "bodyStrong": {
9
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft 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": "#0086f0",
24
+ "fillColorHover": "#1890f1",
25
+ "fillColorPressed": "#1890f1",
26
+ "fillColorDisabled": "#575757",
27
+ "fillColorSelected": "#3aa0f3"
28
+ },
29
+ "brandBackground2": {
30
+ "fillColorRest": "#092c47"
31
+ },
32
+ "brandBackgroundStatic": {
33
+ "fillColorRest": "#0086f0"
34
+ },
35
+ "brandForeground1": {
36
+ "fillColorRest": "#0086f0",
37
+ "fillColorHover": "#1890f1",
38
+ "fillColorPressed": "#6cb8f6",
39
+ "fillColorDisabled": "#c2c2c2",
40
+ "fillColorSelected": "#3aa0f3"
41
+ },
42
+ "brandForeground2": {
43
+ "fillColorRest": "#092c47"
44
+ },
45
+ "brandForegroundLink": {
46
+ "fillColorRest": "#043862",
47
+ "fillColorHover": "#092c47",
48
+ "fillColorPressed": "#0078d4",
49
+ "fillColorSelected": "#092c47"
50
+ },
51
+ "brandStroke1": {
52
+ "strokeColorRest": "#0086f0",
53
+ "strokeColorHover": "#1890f1",
54
+ "strokeColorPressed": "#6cb8f6",
55
+ "strokeColorDisabled": "#d6d6d6",
56
+ "strokeColorSelected": "#3aa0f3",
57
+ "strokeWidth": 1
58
+ },
59
+ "brandStroke2": {
60
+ "strokeColorRest": "#004c87",
61
+ "strokeWidth": 1
62
+ },
63
+ "caption": {
64
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
65
+ "fontLineHeight": 16,
66
+ "fontSize": 12,
67
+ "fontWeight": "400"
68
+ },
69
+ "compoundBrandBackground1": {
70
+ "fillColorRest": "#0086f0",
71
+ "fillColorHover": "#1890f1",
72
+ "fillColorPressed": "#6cb8f6"
73
+ },
74
+ "compoundBrandForeground1": {
75
+ "fillColorRest": "#043862",
76
+ "fillColorHover": "#092c47",
77
+ "fillColorPressed": "#0078d4"
78
+ },
79
+ "compoundBrandStroke1": {
80
+ "strokeColorRest": "#0086f0",
81
+ "strokeColorHover": "#1890f1",
82
+ "strokeColorPressed": "#6cb8f6",
83
+ "strokeWidth": 1
84
+ },
85
+ "display": {
86
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
87
+ "fontLineHeight": 92,
88
+ "fontSize": 68,
89
+ "fontWeight": "600"
90
+ },
91
+ "headline": {
92
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
93
+ "fontLineHeight": 28,
94
+ "fontSize": 20,
95
+ "fontWeight": "600"
96
+ },
97
+ "largeTitle": {
98
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
99
+ "fontLineHeight": 52,
100
+ "fontSize": 40,
101
+ "fontWeight": "600"
102
+ },
103
+ "neutralBackground1": {
104
+ "fillColorRest": "#000000",
105
+ "fillColorHover": "#3d3d3d",
106
+ "fillColorPressed": "#5c5c5c",
107
+ "fillColorSelected": "#383838"
108
+ },
109
+ "neutralBackground2": {
110
+ "fillColorRest": "#575757",
111
+ "fillColorHover": "#333333",
112
+ "fillColorPressed": "#707070",
113
+ "fillColorSelected": "#2e2e2e"
114
+ },
115
+ "neutralBackground3": {
116
+ "fillColorRest": "#575757",
117
+ "fillColorHover": "#292929",
118
+ "fillColorPressed": "#0a0a0a",
119
+ "fillColorSelected": "#242424"
120
+ },
121
+ "neutralBackground4": {
122
+ "fillColorRest": "#1f1f1f",
123
+ "fillColorHover": "#1f1f1f",
124
+ "fillColorPressed": "#000000",
125
+ "fillColorSelected": "#1a1a1a"
126
+ },
127
+ "neutralBackground5": {
128
+ "fillColorRest": "#5c5c5c",
129
+ "fillColorHover": "#141414",
130
+ "fillColorPressed": "#050505",
131
+ "fillColorSelected": "#0f0f0f"
132
+ },
133
+ "neutralBackground6": {
134
+ "fillColorRest": "#333333"
135
+ },
136
+ "neutralBackgroundDisabled": {
137
+ "fillColorRest": "#9e9e9e"
138
+ },
139
+ "neutralBackgroundInverted": {
140
+ "fillColorRest": "#ffffff"
141
+ },
142
+ "neutralForeground1": {
143
+ "fillColorRest": "#ffffff",
144
+ "fillColorHover": "#ffffff",
145
+ "fillColorPressed": "#ffffff",
146
+ "fillColorSelected": "#ffffff"
147
+ },
148
+ "neutralForeground2": {
149
+ "fillColorRest": "#ffffff",
150
+ "fillColorHover": "#ffffff",
151
+ "fillColorPressed": "#ffffff",
152
+ "fillColorDisabled": "#ffffff",
153
+ "fillColorBrandHover": "#092c47",
154
+ "fillColorBrandPressed": "#0078d4",
155
+ "fillColorBrandSelected": "#092c47",
156
+ "fillColorSelected": "#ffffff"
157
+ },
158
+ "neutralForeground3": {
159
+ "fillColorRest": "#d6d6d6",
160
+ "fillColorHover": "#d6d6d6",
161
+ "fillColorPressed": "#d6d6d6",
162
+ "fillColorBrandHover": "#092c47",
163
+ "fillColorBrandPressed": "#0078d4",
164
+ "fillColorBrandSelected": "#092c47",
165
+ "fillColorSelected": "#d6d6d6"
166
+ },
167
+ "neutralForeground4": {
168
+ "fillColorRest": "#d6d6d6"
169
+ },
170
+ "neutralForegroundDisabled": {
171
+ "fillColorRest": "#b8b8b8"
172
+ },
173
+ "neutralForegroundInverted": {
174
+ "fillColorRest": "#ffffff",
175
+ "fillColorPressed": "#f5f5f5"
176
+ },
177
+ "neutralForegroundInvertedLink": {
178
+ "fillColorRest": "#292929",
179
+ "fillColorHover": "#292929",
180
+ "fillColorPressed": "#292929",
181
+ "fillColorSelected": "#292929"
182
+ },
183
+ "neutralForegroundOnBrand": {
184
+ "fillColorRest": "#ffffff",
185
+ "fillColorHover": "#ffffff",
186
+ "fillColorPressed": "#ffffff",
187
+ "fillColorSelected": "#ffffff"
188
+ },
189
+ "neutralStencil1": {
190
+ "fillColorRest": "#333333"
191
+ },
192
+ "neutralStencil2": {
193
+ "fillColorRest": "#575757"
194
+ },
195
+ "neutralStroke1": {
196
+ "strokeColorRest": "#adadad",
197
+ "strokeColorHover": "#757575",
198
+ "strokeColorPressed": "#6b6b6b",
199
+ "strokeColorSelected": "#707070",
200
+ "strokeWidth": 1
201
+ },
202
+ "neutralStroke2": {
203
+ "strokeColorRest": "#a8a8a8",
204
+ "strokeColorHover": "#a8a8a8",
205
+ "strokeColorPressed": "#ebebeb",
206
+ "strokeColorDisabled": "#d6d6d6",
207
+ "strokeWidth": 1
208
+ },
209
+ "neutralStroke3": {
210
+ "strokeColorRest": "#adadad",
211
+ "strokeWidth": 1
212
+ },
213
+ "neutralStrokeAccessible": {
214
+ "strokeColorRest": "#d6d6d6",
215
+ "strokeColorHover": "#bdbdbd",
216
+ "strokeColorPressed": "#b3b3b3",
217
+ "strokeColorSelected": "#0086f0",
218
+ "strokeWidth": 1
219
+ },
220
+ "neutralStrokeDisabled": {
221
+ "strokeColorRest": "#525252",
222
+ "strokeWidth": 1
223
+ },
224
+ "redBackground1": {
225
+ "fillColorRest": "#230308"
226
+ },
227
+ "redBackground2": {
228
+ "fillColorRest": "#420610"
229
+ },
230
+ "redBackground3": {
231
+ "fillColorRest": "#750b1c"
232
+ },
233
+ "redBorder1": {
234
+ "strokeColorRest": "#750b1c",
235
+ "strokeWidth": 1
236
+ },
237
+ "redBorder2": {
238
+ "strokeColorRest": "#962f3f",
239
+ "strokeWidth": 1
240
+ },
241
+ "redBorderActive": {
242
+ "strokeColorRest": "#ac4f5e",
243
+ "strokeWidth": 1
244
+ },
245
+ "redForeground1": {
246
+ "fillColorRest": "#ac4f5e"
247
+ },
248
+ "redForeground2": {
249
+ "fillColorRest": "#d69ca5"
250
+ },
251
+ "redForeground3": {
252
+ "fillColorRest": "#962f3f"
253
+ },
254
+ "strokeFocus1": {
255
+ "strokeColorRest": "#000000",
256
+ "strokeWidth": 1
257
+ },
258
+ "strokeFocus2": {
259
+ "strokeColorRest": "#ffffff",
260
+ "strokeWidth": 1
261
+ },
262
+ "subheadline": {
263
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
264
+ "fontLineHeight": 22,
265
+ "fontSize": 16,
266
+ "fontWeight": "600"
267
+ },
268
+ "subtleBackground": {
269
+ "fillColorRest": "transparent",
270
+ "fillColorHover": "#3d3d3d",
271
+ "fillColorPressed": "#1f1f1f",
272
+ "fillColorSelected": "#383838"
273
+ },
274
+ "title1": {
275
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
276
+ "fontLineHeight": 40,
277
+ "fontSize": 32,
278
+ "fontWeight": "600"
279
+ },
280
+ "title2": {
281
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
282
+ "fontLineHeight": 36,
283
+ "fontSize": 28,
284
+ "fontWeight": "600"
285
+ },
286
+ "title3": {
287
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
288
+ "fontLineHeight": 32,
289
+ "fontSize": 24,
290
+ "fontWeight": "600"
291
+ },
292
+ "transparentBackground": {
293
+ "fillColorRest": "transparent",
294
+ "fillColorHover": "transparent",
295
+ "fillColorPressed": "transparent",
296
+ "fillColorSelected": "transparent"
297
+ },
298
+ "transparentStroke": {
299
+ "strokeAlignment": "inner",
300
+ "strokeColorRest": "#3aa0f3",
301
+ "strokeColorHover": "#a8a8a8",
302
+ "strokeColorPressed": "#ebebeb",
303
+ "strokeColorDisabled": "#d6d6d6",
304
+ "strokeWidth": 1
305
+ }
306
+ }