@fluentui-react-native/apple-theme 0.9.13 → 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 (81) hide show
  1. package/CHANGELOG.json +91 -4
  2. package/CHANGELOG.md +33 -2
  3. package/lib/appleColors.macos.js +2 -2
  4. package/lib/createMacOSAliasTokens.js +1 -1
  5. package/lib/createMacOSAliasTokens.js.map +1 -1
  6. package/lib/dark-high-contrast-macos/tokens-alias.d.ts +3 -0
  7. package/lib/dark-high-contrast-macos/tokens-alias.d.ts.map +1 -0
  8. package/lib/dark-high-contrast-macos/tokens-alias.js +3 -0
  9. package/lib/dark-high-contrast-macos/tokens-alias.js.map +1 -0
  10. package/lib/dark-macos/tokens-alias.d.ts +3 -0
  11. package/lib/dark-macos/tokens-alias.d.ts.map +1 -0
  12. package/lib/dark-macos/tokens-alias.js +3 -0
  13. package/lib/dark-macos/tokens-alias.js.map +1 -0
  14. package/lib/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
  15. package/lib/generated/dark-macos/tokens-aliases.json +303 -0
  16. package/lib/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
  17. package/lib/generated/light-macos/tokens-aliases.json +303 -0
  18. package/lib/getMacOSAliasTokens.d.ts +607 -0
  19. package/lib/getMacOSAliasTokens.d.ts.map +1 -0
  20. package/lib/getMacOSAliasTokens.js +30 -0
  21. package/lib/getMacOSAliasTokens.js.map +1 -0
  22. package/lib/index.d.ts +3 -3
  23. package/lib/index.d.ts.map +1 -1
  24. package/lib/index.js +3 -3
  25. package/lib/index.js.map +1 -1
  26. package/lib/light-high-contrast-macos/tokens-alias.d.ts +3 -0
  27. package/lib/light-high-contrast-macos/tokens-alias.d.ts.map +1 -0
  28. package/lib/light-high-contrast-macos/tokens-alias.js +3 -0
  29. package/lib/light-high-contrast-macos/tokens-alias.js.map +1 -0
  30. package/lib/light-macos/tokens-alias.d.ts +3 -0
  31. package/lib/light-macos/tokens-alias.d.ts.map +1 -0
  32. package/lib/light-macos/tokens-alias.js +3 -0
  33. package/lib/light-macos/tokens-alias.js.map +1 -0
  34. package/lib-commonjs/appleColors.macos.js +2 -2
  35. package/lib-commonjs/createMacOSAliasTokens.js +2 -2
  36. package/lib-commonjs/createMacOSAliasTokens.js.map +1 -1
  37. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.d.ts +3 -0
  38. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.d.ts.map +1 -0
  39. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.js +8 -0
  40. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.js.map +1 -0
  41. package/lib-commonjs/dark-macos/tokens-alias.d.ts +3 -0
  42. package/lib-commonjs/dark-macos/tokens-alias.d.ts.map +1 -0
  43. package/lib-commonjs/dark-macos/tokens-alias.js +8 -0
  44. package/lib-commonjs/dark-macos/tokens-alias.js.map +1 -0
  45. package/lib-commonjs/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
  46. package/lib-commonjs/generated/dark-macos/tokens-aliases.json +303 -0
  47. package/lib-commonjs/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
  48. package/lib-commonjs/generated/light-macos/tokens-aliases.json +303 -0
  49. package/lib-commonjs/getMacOSAliasTokens.d.ts +607 -0
  50. package/lib-commonjs/getMacOSAliasTokens.d.ts.map +1 -0
  51. package/lib-commonjs/getMacOSAliasTokens.js +37 -0
  52. package/lib-commonjs/getMacOSAliasTokens.js.map +1 -0
  53. package/lib-commonjs/index.d.ts +3 -3
  54. package/lib-commonjs/index.d.ts.map +1 -1
  55. package/lib-commonjs/index.js +8 -13
  56. package/lib-commonjs/index.js.map +1 -1
  57. package/lib-commonjs/light-high-contrast-macos/tokens-alias.d.ts +3 -0
  58. package/lib-commonjs/light-high-contrast-macos/tokens-alias.d.ts.map +1 -0
  59. package/lib-commonjs/light-high-contrast-macos/tokens-alias.js +8 -0
  60. package/lib-commonjs/light-high-contrast-macos/tokens-alias.js.map +1 -0
  61. package/lib-commonjs/light-macos/tokens-alias.d.ts +3 -0
  62. package/lib-commonjs/light-macos/tokens-alias.d.ts.map +1 -0
  63. package/lib-commonjs/light-macos/tokens-alias.js +8 -0
  64. package/lib-commonjs/light-macos/tokens-alias.js.map +1 -0
  65. package/package.json +6 -6
  66. package/src/appleColors.macos.ts +2 -2
  67. package/src/createMacOSAliasTokens.ts +1 -1
  68. package/src/dark-high-contrast-macos/tokens-alias.ts +3 -0
  69. package/src/dark-macos/tokens-alias.ts +3 -0
  70. package/src/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
  71. package/src/generated/dark-high-contrast-macos/tokens-global.json +1104 -0
  72. package/src/generated/dark-macos/tokens-aliases.json +303 -0
  73. package/src/generated/dark-macos/tokens-global.json +1104 -0
  74. package/src/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
  75. package/src/generated/light-high-contrast-macos/tokens-global.json +1104 -0
  76. package/src/generated/light-macos/tokens-aliases.json +303 -0
  77. package/src/generated/light-macos/tokens-global.json +1104 -0
  78. package/src/getMacOSAliasTokens.ts +26 -0
  79. package/src/index.ts +3 -3
  80. package/src/light-high-contrast-macos/tokens-alias.ts +3 -0
  81. package/src/light-macos/tokens-alias.ts +3 -0
@@ -0,0 +1,303 @@
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": "#0078d4",
24
+ "fillColorHover": "#106ebe",
25
+ "fillColorPressed": "#106ebe",
26
+ "fillColorDisabled": "#d1d1d1",
27
+ "fillColorSelected": "#005a9e"
28
+ },
29
+ "brandBackground2": {
30
+ "fillColorRest": "#eff6fc"
31
+ },
32
+ "brandBackgroundStatic": {
33
+ "fillColorRest": "#0078d4"
34
+ },
35
+ "brandForeground1": {
36
+ "fillColorRest": "#0078d4",
37
+ "fillColorHover": "#106ebe",
38
+ "fillColorPressed": "#004578",
39
+ "fillColorDisabled": "#757575",
40
+ "fillColorSelected": "#005a9e"
41
+ },
42
+ "brandForeground2": {
43
+ "fillColorRest": "#106ebe"
44
+ },
45
+ "brandForegroundLink": {
46
+ "fillColorRest": "#0078d4",
47
+ "fillColorHover": "#106ebe",
48
+ "fillColorPressed": "#004578",
49
+ "fillColorSelected": "#005a9e"
50
+ },
51
+ "brandStroke1": {
52
+ "strokeColorRest": "#0078d4",
53
+ "strokeColorHover": "#106ebe",
54
+ "strokeColorPressed": "#004578",
55
+ "strokeColorDisabled": "#e0e0e0",
56
+ "strokeColorSelected": "#005a9e",
57
+ "strokeWidth": 1
58
+ },
59
+ "brandStroke2": {
60
+ "strokeColorRest": "#c7e0f4",
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": "#0078d4",
71
+ "fillColorHover": "#106ebe",
72
+ "fillColorPressed": "#004578"
73
+ },
74
+ "compoundBrandForeground1": {
75
+ "fillColorRest": "#0078d4",
76
+ "fillColorHover": "#106ebe",
77
+ "fillColorPressed": "#004578"
78
+ },
79
+ "compoundBrandStroke1": {
80
+ "strokeColorRest": "#0078d4",
81
+ "strokeColorHover": "#106ebe",
82
+ "strokeColorPressed": "#004578",
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": "#ffffff",
105
+ "fillColorHover": "#f5f5f5",
106
+ "fillColorPressed": "#ebebeb",
107
+ "fillColorSelected": "#ebebeb"
108
+ },
109
+ "neutralBackground2": {
110
+ "fillColorRest": "#ffffff",
111
+ "fillColorHover": "#f0f0f0",
112
+ "fillColorPressed": "#ebebeb",
113
+ "fillColorSelected": "#e6e6e6"
114
+ },
115
+ "neutralBackground3": {
116
+ "fillColorRest": "#f5f5f5",
117
+ "fillColorHover": "#ebebeb",
118
+ "fillColorPressed": "#d6d6d6",
119
+ "fillColorSelected": "#e0e0e0"
120
+ },
121
+ "neutralBackground4": {
122
+ "fillColorRest": "#f0f0f0",
123
+ "fillColorHover": "#fafafa",
124
+ "fillColorPressed": "#f5f5f5",
125
+ "fillColorSelected": "#ffffff"
126
+ },
127
+ "neutralBackground5": {
128
+ "fillColorRest": "#ebebeb",
129
+ "fillColorHover": "#f5f5f5",
130
+ "fillColorPressed": "#f0f0f0",
131
+ "fillColorSelected": "#fafafa"
132
+ },
133
+ "neutralBackground6": {
134
+ "fillColorRest": "#e6e6e6"
135
+ },
136
+ "neutralBackgroundDisabled": {
137
+ "fillColorRest": "#f0f0f0",
138
+ "fillColorPressed": "#d1d1d1"
139
+ },
140
+ "neutralBackgroundInverted": {
141
+ "fillColorRest": "#616161"
142
+ },
143
+ "neutralForeground1": {
144
+ "fillColorRest": "#242424",
145
+ "fillColorHover": "#242424",
146
+ "fillColorPressed": "#242424",
147
+ "fillColorSelected": "#242424"
148
+ },
149
+ "neutralForeground2": {
150
+ "fillColorRest": "#000000",
151
+ "fillColorHover": "#242424",
152
+ "fillColorPressed": "#242424",
153
+ "fillColorBrandHover": "#106ebe",
154
+ "fillColorBrandPressed": "#004578",
155
+ "fillColorBrandSelected": "#005a9e",
156
+ "fillColorSelected": "#242424"
157
+ },
158
+ "neutralForeground3": {
159
+ "fillColorRest": "#616161",
160
+ "fillColorHover": "#424242",
161
+ "fillColorPressed": "#424242",
162
+ "fillColorBrandHover": "#106ebe",
163
+ "fillColorBrandPressed": "#004578",
164
+ "fillColorBrandSelected": "#005a9e",
165
+ "fillColorSelected": "#424242"
166
+ },
167
+ "neutralForeground4": {
168
+ "fillColorRest": "#808080"
169
+ },
170
+ "neutralForegroundDisabled": {
171
+ "fillColorRest": "#757575"
172
+ },
173
+ "neutralForegroundInverted": {
174
+ "fillColorRest": "#ffffff",
175
+ "fillColorPressed": "#f5f5f5"
176
+ },
177
+ "neutralForegroundInvertedLink": {
178
+ "fillColorRest": "#ffffff",
179
+ "fillColorHover": "#ffffff",
180
+ "fillColorPressed": "#ffffff",
181
+ "fillColorSelected": "#ffffff"
182
+ },
183
+ "neutralForegroundOnBrand": {
184
+ "fillColorRest": "#ffffff",
185
+ "fillColorHover": "#ffffff",
186
+ "fillColorPressed": "#ffffff",
187
+ "fillColorSelected": "#ffffff"
188
+ },
189
+ "neutralStencil1": {
190
+ "fillColorRest": "#e6e6e6"
191
+ },
192
+ "neutralStencil2": {
193
+ "fillColorRest": "#fafafa"
194
+ },
195
+ "neutralStroke1": {
196
+ "strokeColorRest": "#f0f0f0",
197
+ "strokeColorHover": "#c7c7c7",
198
+ "strokeColorPressed": "#b3b3b3",
199
+ "strokeColorSelected": "#bdbdbd",
200
+ "strokeWidth": 1
201
+ },
202
+ "neutralStroke2": {
203
+ "strokeColorRest": "#d6d6d6",
204
+ "strokeWidth": 1
205
+ },
206
+ "neutralStroke3": {
207
+ "strokeColorRest": "#f0f0f0",
208
+ "strokeWidth": 1
209
+ },
210
+ "neutralStrokeAccessible": {
211
+ "strokeColorRest": "#616161",
212
+ "strokeColorHover": "#575757",
213
+ "strokeColorPressed": "#4d4d4d",
214
+ "strokeColorSelected": "#0078d4",
215
+ "strokeWidth": 1
216
+ },
217
+ "neutralStrokeDisabled": {
218
+ "strokeColorRest": "#e0e0e0",
219
+ "strokeWidth": 1
220
+ },
221
+ "redBackground1": {
222
+ "fillColorRest": "#f9f0f2"
223
+ },
224
+ "redBackground2": {
225
+ "fillColorRest": "#d69ca5"
226
+ },
227
+ "redBackground3": {
228
+ "fillColorRest": "#750b1c"
229
+ },
230
+ "redBorder1": {
231
+ "strokeColorRest": "#d69ca5",
232
+ "strokeWidth": 1
233
+ },
234
+ "redBorder2": {
235
+ "strokeColorRest": "#750b1c",
236
+ "strokeWidth": 1
237
+ },
238
+ "redBorderActive": {
239
+ "strokeColorRest": "#750b1c",
240
+ "strokeWidth": 1
241
+ },
242
+ "redForeground1": {
243
+ "fillColorRest": "#690a19"
244
+ },
245
+ "redForeground2": {
246
+ "fillColorRest": "#420610"
247
+ },
248
+ "redForeground3": {
249
+ "fillColorRest": "#750b1c"
250
+ },
251
+ "strokeFocus1": {
252
+ "strokeColorRest": "#ffffff",
253
+ "strokeWidth": 1
254
+ },
255
+ "strokeFocus2": {
256
+ "strokeColorRest": "#000000",
257
+ "strokeWidth": 1
258
+ },
259
+ "subheadline": {
260
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
261
+ "fontLineHeight": 22,
262
+ "fontSize": 16,
263
+ "fontWeight": "600"
264
+ },
265
+ "subtleBackground": {
266
+ "fillColorRest": "transparent",
267
+ "fillColorHover": "#f5f5f5",
268
+ "fillColorPressed": "#e0e0e0",
269
+ "fillColorSelected": "#ebebeb"
270
+ },
271
+ "title1": {
272
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
273
+ "fontLineHeight": 40,
274
+ "fontSize": 32,
275
+ "fontWeight": "600"
276
+ },
277
+ "title2": {
278
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
279
+ "fontLineHeight": 36,
280
+ "fontSize": 28,
281
+ "fontWeight": "600"
282
+ },
283
+ "title3": {
284
+ "fontFamily": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
285
+ "fontLineHeight": 32,
286
+ "fontSize": 24,
287
+ "fontWeight": "600"
288
+ },
289
+ "transparentBackground": {
290
+ "fillColorRest": "transparent",
291
+ "fillColorHover": "transparent",
292
+ "fillColorPressed": "transparent",
293
+ "fillColorSelected": "transparent"
294
+ },
295
+ "transparentStroke": {
296
+ "strokeAlignment": "inner",
297
+ "strokeColorRest": "transparent",
298
+ "strokeColorHover": "transparent",
299
+ "strokeColorPressed": "transparent",
300
+ "strokeColorDisabled": "transparent",
301
+ "strokeWidth": 1
302
+ }
303
+ }