@fluentui-react-native/apple-theme 0.10.0 → 0.11.2

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 (78) hide show
  1. package/CHANGELOG.json +70 -1
  2. package/CHANGELOG.md +30 -2
  3. package/lib/appleColors.macos.d.ts +0 -3
  4. package/lib/appleColors.macos.d.ts.map +1 -1
  5. package/lib/appleColors.macos.js +197 -100
  6. package/lib/appleColors.macos.js.map +1 -1
  7. package/lib/appleColors.types.macos.d.ts +1 -24
  8. package/lib/appleColors.types.macos.d.ts.map +1 -1
  9. package/lib/getMacOSAliasTokens.d.ts +0 -136
  10. package/lib/getMacOSAliasTokens.d.ts.map +1 -1
  11. package/lib/getMacOSAliasTokens.js +4 -4
  12. package/lib/getMacOSAliasTokens.js.map +1 -1
  13. package/lib-commonjs/appleColors.macos.d.ts +0 -3
  14. package/lib-commonjs/appleColors.macos.d.ts.map +1 -1
  15. package/lib-commonjs/appleColors.macos.js +197 -101
  16. package/lib-commonjs/appleColors.macos.js.map +1 -1
  17. package/lib-commonjs/appleColors.types.macos.d.ts +1 -24
  18. package/lib-commonjs/appleColors.types.macos.d.ts.map +1 -1
  19. package/lib-commonjs/getMacOSAliasTokens.d.ts +0 -136
  20. package/lib-commonjs/getMacOSAliasTokens.d.ts.map +1 -1
  21. package/lib-commonjs/getMacOSAliasTokens.js +8 -8
  22. package/lib-commonjs/getMacOSAliasTokens.js.map +1 -1
  23. package/package.json +4 -3
  24. package/src/appleColors.macos.ts +218 -108
  25. package/src/appleColors.types.macos.ts +1 -25
  26. package/src/getMacOSAliasTokens.ts +4 -4
  27. package/lib/dark-high-contrast-macos/tokens-alias.d.ts +0 -3
  28. package/lib/dark-high-contrast-macos/tokens-alias.d.ts.map +0 -1
  29. package/lib/dark-high-contrast-macos/tokens-alias.js +0 -3
  30. package/lib/dark-high-contrast-macos/tokens-alias.js.map +0 -1
  31. package/lib/dark-macos/tokens-alias.d.ts +0 -3
  32. package/lib/dark-macos/tokens-alias.d.ts.map +0 -1
  33. package/lib/dark-macos/tokens-alias.js +0 -3
  34. package/lib/dark-macos/tokens-alias.js.map +0 -1
  35. package/lib/generated/dark-high-contrast-macos/tokens-aliases.json +0 -306
  36. package/lib/generated/dark-macos/tokens-aliases.json +0 -303
  37. package/lib/generated/light-high-contrast-macos/tokens-aliases.json +0 -306
  38. package/lib/generated/light-macos/tokens-aliases.json +0 -303
  39. package/lib/light-high-contrast-macos/tokens-alias.d.ts +0 -3
  40. package/lib/light-high-contrast-macos/tokens-alias.d.ts.map +0 -1
  41. package/lib/light-high-contrast-macos/tokens-alias.js +0 -3
  42. package/lib/light-high-contrast-macos/tokens-alias.js.map +0 -1
  43. package/lib/light-macos/tokens-alias.d.ts +0 -3
  44. package/lib/light-macos/tokens-alias.d.ts.map +0 -1
  45. package/lib/light-macos/tokens-alias.js +0 -3
  46. package/lib/light-macos/tokens-alias.js.map +0 -1
  47. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.d.ts +0 -3
  48. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.d.ts.map +0 -1
  49. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.js +0 -8
  50. package/lib-commonjs/dark-high-contrast-macos/tokens-alias.js.map +0 -1
  51. package/lib-commonjs/dark-macos/tokens-alias.d.ts +0 -3
  52. package/lib-commonjs/dark-macos/tokens-alias.d.ts.map +0 -1
  53. package/lib-commonjs/dark-macos/tokens-alias.js +0 -8
  54. package/lib-commonjs/dark-macos/tokens-alias.js.map +0 -1
  55. package/lib-commonjs/generated/dark-high-contrast-macos/tokens-aliases.json +0 -306
  56. package/lib-commonjs/generated/dark-macos/tokens-aliases.json +0 -303
  57. package/lib-commonjs/generated/light-high-contrast-macos/tokens-aliases.json +0 -306
  58. package/lib-commonjs/generated/light-macos/tokens-aliases.json +0 -303
  59. package/lib-commonjs/light-high-contrast-macos/tokens-alias.d.ts +0 -3
  60. package/lib-commonjs/light-high-contrast-macos/tokens-alias.d.ts.map +0 -1
  61. package/lib-commonjs/light-high-contrast-macos/tokens-alias.js +0 -8
  62. package/lib-commonjs/light-high-contrast-macos/tokens-alias.js.map +0 -1
  63. package/lib-commonjs/light-macos/tokens-alias.d.ts +0 -3
  64. package/lib-commonjs/light-macos/tokens-alias.d.ts.map +0 -1
  65. package/lib-commonjs/light-macos/tokens-alias.js +0 -8
  66. package/lib-commonjs/light-macos/tokens-alias.js.map +0 -1
  67. package/src/dark-high-contrast-macos/tokens-alias.ts +0 -3
  68. package/src/dark-macos/tokens-alias.ts +0 -3
  69. package/src/generated/dark-high-contrast-macos/tokens-aliases.json +0 -306
  70. package/src/generated/dark-high-contrast-macos/tokens-global.json +0 -1104
  71. package/src/generated/dark-macos/tokens-aliases.json +0 -303
  72. package/src/generated/dark-macos/tokens-global.json +0 -1104
  73. package/src/generated/light-high-contrast-macos/tokens-aliases.json +0 -306
  74. package/src/generated/light-high-contrast-macos/tokens-global.json +0 -1104
  75. package/src/generated/light-macos/tokens-aliases.json +0 -303
  76. package/src/generated/light-macos/tokens-global.json +0 -1104
  77. package/src/light-high-contrast-macos/tokens-alias.ts +0 -3
  78. package/src/light-macos/tokens-alias.ts +0 -3
@@ -1,303 +0,0 @@
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": "#575757"
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": "#adadad",
160
- "fillColorHover": "#d6d6d6",
161
- "fillColorPressed": "#d6d6d6",
162
- "fillColorBrandHover": "#092c47",
163
- "fillColorBrandPressed": "#0078d4",
164
- "fillColorBrandSelected": "#092c47",
165
- "fillColorSelected": "#d6d6d6"
166
- },
167
- "neutralForeground4": {
168
- "fillColorRest": "#858585"
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": "#3d3d3d",
197
- "strokeColorHover": "#757575",
198
- "strokeColorPressed": "#6b6b6b",
199
- "strokeColorSelected": "#707070",
200
- "strokeWidth": 1
201
- },
202
- "neutralStroke2": {
203
- "strokeColorRest": "#575757",
204
- "strokeWidth": 1
205
- },
206
- "neutralStroke3": {
207
- "strokeColorRest": "#666666",
208
- "strokeWidth": 1
209
- },
210
- "neutralStrokeAccessible": {
211
- "strokeColorRest": "#adadad",
212
- "strokeColorHover": "#bdbdbd",
213
- "strokeColorPressed": "#b3b3b3",
214
- "strokeColorSelected": "#0086f0",
215
- "strokeWidth": 1
216
- },
217
- "neutralStrokeDisabled": {
218
- "strokeColorRest": "#525252",
219
- "strokeWidth": 1
220
- },
221
- "redBackground1": {
222
- "fillColorRest": "#230308"
223
- },
224
- "redBackground2": {
225
- "fillColorRest": "#420610"
226
- },
227
- "redBackground3": {
228
- "fillColorRest": "#750b1c"
229
- },
230
- "redBorder1": {
231
- "strokeColorRest": "#750b1c",
232
- "strokeWidth": 1
233
- },
234
- "redBorder2": {
235
- "strokeColorRest": "#962f3f",
236
- "strokeWidth": 1
237
- },
238
- "redBorderActive": {
239
- "strokeColorRest": "#ac4f5e",
240
- "strokeWidth": 1
241
- },
242
- "redForeground1": {
243
- "fillColorRest": "#ac4f5e"
244
- },
245
- "redForeground2": {
246
- "fillColorRest": "#d69ca5"
247
- },
248
- "redForeground3": {
249
- "fillColorRest": "#962f3f"
250
- },
251
- "strokeFocus1": {
252
- "strokeColorRest": "#000000",
253
- "strokeWidth": 1
254
- },
255
- "strokeFocus2": {
256
- "strokeColorRest": "#ffffff",
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": "#3d3d3d",
268
- "fillColorPressed": "#1f1f1f",
269
- "fillColorSelected": "#383838"
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
- }