@aurodesignsystem-dev/auro-tokendefinitions 0.0.0-pr3.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 (189) hide show
  1. package/LICENSE +201 -0
  2. package/NOTICE +2 -0
  3. package/README.md +87 -0
  4. package/package.json +51 -0
  5. package/tokens/primitives/alaska/color.json +686 -0
  6. package/tokens/primitives/alaska-classic/color.json +686 -0
  7. package/tokens/primitives/auro-1/color.json +686 -0
  8. package/tokens/primitives/auro-2/color.json +686 -0
  9. package/tokens/primitives/base/color.json +534 -0
  10. package/tokens/primitives/base/transparency.json +170 -0
  11. package/tokens/primitives/base/type/family.json +18 -0
  12. package/tokens/primitives/base/type/letter-spacing.json +24 -0
  13. package/tokens/primitives/base/type/line-height.json +52 -0
  14. package/tokens/primitives/base/type/size.json +126 -0
  15. package/tokens/primitives/base/type/weight.json +48 -0
  16. package/tokens/primitives/hawaiian/color.json +438 -0
  17. package/tokens/semantics/android/placeholder.json +0 -0
  18. package/tokens/semantics/ios/placeholder.json +0 -0
  19. package/tokens/semantics/web/alaska/advanced/color/accents.json +106 -0
  20. package/tokens/semantics/web/alaska/advanced/color/avatar.json +22 -0
  21. package/tokens/semantics/web/alaska/advanced/color/boolean.json +127 -0
  22. package/tokens/semantics/web/alaska/advanced/color/button/flat.json +52 -0
  23. package/tokens/semantics/web/alaska/advanced/color/button/ghost.json +52 -0
  24. package/tokens/semantics/web/alaska/advanced/color/button/primary.json +129 -0
  25. package/tokens/semantics/web/alaska/advanced/color/button/secondary.json +94 -0
  26. package/tokens/semantics/web/alaska/advanced/color/button/tertiary.json +59 -0
  27. package/tokens/semantics/web/alaska/advanced/color/dropdown.json +22 -0
  28. package/tokens/semantics/web/alaska/advanced/color/flightline.json +22 -0
  29. package/tokens/semantics/web/alaska/advanced/color/hyperlink.json +36 -0
  30. package/tokens/semantics/web/alaska/advanced/color/shared.json +78 -0
  31. package/tokens/semantics/web/alaska/advanced/color/skeleton.json +22 -0
  32. package/tokens/semantics/web/alaska/advanced/color/state.json +64 -0
  33. package/tokens/semantics/web/alaska/basic/color/border.json +57 -0
  34. package/tokens/semantics/web/alaska/basic/color/brand.json +92 -0
  35. package/tokens/semantics/web/alaska/basic/color/fare-brand.json +43 -0
  36. package/tokens/semantics/web/alaska/basic/color/page-background.json +22 -0
  37. package/tokens/semantics/web/alaska/basic/color/status.json +71 -0
  38. package/tokens/semantics/web/alaska/basic/color/surface.json +78 -0
  39. package/tokens/semantics/web/alaska/basic/color/text-icon.json +57 -0
  40. package/tokens/semantics/web/alaska/basic/color/tier-program.json +161 -0
  41. package/tokens/semantics/web/alaska/basic/type/brand.json +50 -0
  42. package/tokens/semantics/web/alaska/basic/type/family.json +56 -0
  43. package/tokens/semantics/web/alaska/basic/type/letter-spacing.json +38 -0
  44. package/tokens/semantics/web/alaska/basic/type/line-height.json +62 -0
  45. package/tokens/semantics/web/alaska/basic/type/weight.json +44 -0
  46. package/tokens/semantics/web/alaska-classic/advanced/color/accents.json +106 -0
  47. package/tokens/semantics/web/alaska-classic/advanced/color/avatar.json +22 -0
  48. package/tokens/semantics/web/alaska-classic/advanced/color/boolean.json +127 -0
  49. package/tokens/semantics/web/alaska-classic/advanced/color/button/flat.json +52 -0
  50. package/tokens/semantics/web/alaska-classic/advanced/color/button/ghost.json +52 -0
  51. package/tokens/semantics/web/alaska-classic/advanced/color/button/primary.json +129 -0
  52. package/tokens/semantics/web/alaska-classic/advanced/color/button/secondary.json +94 -0
  53. package/tokens/semantics/web/alaska-classic/advanced/color/button/tertiary.json +59 -0
  54. package/tokens/semantics/web/alaska-classic/advanced/color/dropdown.json +22 -0
  55. package/tokens/semantics/web/alaska-classic/advanced/color/flightline.json +22 -0
  56. package/tokens/semantics/web/alaska-classic/advanced/color/hyperlink.json +36 -0
  57. package/tokens/semantics/web/alaska-classic/advanced/color/shared.json +78 -0
  58. package/tokens/semantics/web/alaska-classic/advanced/color/skeleton.json +22 -0
  59. package/tokens/semantics/web/alaska-classic/advanced/color/state.json +64 -0
  60. package/tokens/semantics/web/alaska-classic/basic/color/border.json +57 -0
  61. package/tokens/semantics/web/alaska-classic/basic/color/brand.json +92 -0
  62. package/tokens/semantics/web/alaska-classic/basic/color/fare-brand.json +43 -0
  63. package/tokens/semantics/web/alaska-classic/basic/color/page-background.json +22 -0
  64. package/tokens/semantics/web/alaska-classic/basic/color/status.json +71 -0
  65. package/tokens/semantics/web/alaska-classic/basic/color/surface.json +78 -0
  66. package/tokens/semantics/web/alaska-classic/basic/color/text-icon.json +57 -0
  67. package/tokens/semantics/web/alaska-classic/basic/color/tier-program.json +161 -0
  68. package/tokens/semantics/web/alaska-classic/basic/type/brand.json +50 -0
  69. package/tokens/semantics/web/alaska-classic/basic/type/family.json +56 -0
  70. package/tokens/semantics/web/alaska-classic/basic/type/letter-spacing.json +38 -0
  71. package/tokens/semantics/web/alaska-classic/basic/type/line-height.json +62 -0
  72. package/tokens/semantics/web/alaska-classic/basic/type/weight.json +44 -0
  73. package/tokens/semantics/web/auro-1/advanced/color/accents.json +106 -0
  74. package/tokens/semantics/web/auro-1/advanced/color/avatar.json +22 -0
  75. package/tokens/semantics/web/auro-1/advanced/color/boolean.json +127 -0
  76. package/tokens/semantics/web/auro-1/advanced/color/button/flat.json +52 -0
  77. package/tokens/semantics/web/auro-1/advanced/color/button/ghost.json +52 -0
  78. package/tokens/semantics/web/auro-1/advanced/color/button/primary.json +129 -0
  79. package/tokens/semantics/web/auro-1/advanced/color/button/secondary.json +94 -0
  80. package/tokens/semantics/web/auro-1/advanced/color/button/tertiary.json +59 -0
  81. package/tokens/semantics/web/auro-1/advanced/color/dropdown.json +22 -0
  82. package/tokens/semantics/web/auro-1/advanced/color/flightline.json +22 -0
  83. package/tokens/semantics/web/auro-1/advanced/color/hyperlink.json +36 -0
  84. package/tokens/semantics/web/auro-1/advanced/color/shared.json +78 -0
  85. package/tokens/semantics/web/auro-1/advanced/color/skeleton.json +22 -0
  86. package/tokens/semantics/web/auro-1/advanced/color/state.json +64 -0
  87. package/tokens/semantics/web/auro-1/basic/color/border.json +57 -0
  88. package/tokens/semantics/web/auro-1/basic/color/brand.json +92 -0
  89. package/tokens/semantics/web/auro-1/basic/color/fare-brand.json +43 -0
  90. package/tokens/semantics/web/auro-1/basic/color/page-background.json +22 -0
  91. package/tokens/semantics/web/auro-1/basic/color/status.json +71 -0
  92. package/tokens/semantics/web/auro-1/basic/color/surface.json +78 -0
  93. package/tokens/semantics/web/auro-1/basic/color/text-icon.json +57 -0
  94. package/tokens/semantics/web/auro-1/basic/color/tier-program.json +161 -0
  95. package/tokens/semantics/web/auro-1/basic/type/brand.json +50 -0
  96. package/tokens/semantics/web/auro-1/basic/type/family.json +56 -0
  97. package/tokens/semantics/web/auro-1/basic/type/letter-spacing.json +38 -0
  98. package/tokens/semantics/web/auro-1/basic/type/line-height.json +62 -0
  99. package/tokens/semantics/web/auro-1/basic/type/weight.json +44 -0
  100. package/tokens/semantics/web/auro-2/advanced/color/accents.json +106 -0
  101. package/tokens/semantics/web/auro-2/advanced/color/avatar.json +22 -0
  102. package/tokens/semantics/web/auro-2/advanced/color/boolean.json +127 -0
  103. package/tokens/semantics/web/auro-2/advanced/color/button/flat.json +52 -0
  104. package/tokens/semantics/web/auro-2/advanced/color/button/ghost.json +52 -0
  105. package/tokens/semantics/web/auro-2/advanced/color/button/primary.json +129 -0
  106. package/tokens/semantics/web/auro-2/advanced/color/button/secondary.json +94 -0
  107. package/tokens/semantics/web/auro-2/advanced/color/button/tertiary.json +59 -0
  108. package/tokens/semantics/web/auro-2/advanced/color/dropdown.json +22 -0
  109. package/tokens/semantics/web/auro-2/advanced/color/flightline.json +22 -0
  110. package/tokens/semantics/web/auro-2/advanced/color/hyperlink.json +36 -0
  111. package/tokens/semantics/web/auro-2/advanced/color/shared.json +78 -0
  112. package/tokens/semantics/web/auro-2/advanced/color/skeleton.json +22 -0
  113. package/tokens/semantics/web/auro-2/advanced/color/state.json +64 -0
  114. package/tokens/semantics/web/auro-2/basic/color/border.json +57 -0
  115. package/tokens/semantics/web/auro-2/basic/color/brand.json +92 -0
  116. package/tokens/semantics/web/auro-2/basic/color/fare-brand.json +43 -0
  117. package/tokens/semantics/web/auro-2/basic/color/page-background.json +22 -0
  118. package/tokens/semantics/web/auro-2/basic/color/status.json +71 -0
  119. package/tokens/semantics/web/auro-2/basic/color/surface.json +78 -0
  120. package/tokens/semantics/web/auro-2/basic/color/text-icon.json +57 -0
  121. package/tokens/semantics/web/auro-2/basic/color/tier-program.json +161 -0
  122. package/tokens/semantics/web/auro-2/basic/type/brand.json +50 -0
  123. package/tokens/semantics/web/auro-2/basic/type/family.json +56 -0
  124. package/tokens/semantics/web/auro-2/basic/type/letter-spacing.json +38 -0
  125. package/tokens/semantics/web/auro-2/basic/type/line-height.json +62 -0
  126. package/tokens/semantics/web/auro-2/basic/type/weight.json +44 -0
  127. package/tokens/semantics/web/auro-classic/animation.json +24 -0
  128. package/tokens/semantics/web/auro-classic/color/alert.json +97 -0
  129. package/tokens/semantics/web/auro-classic/color/background.json +291 -0
  130. package/tokens/semantics/web/auro-classic/color/base.json +1459 -0
  131. package/tokens/semantics/web/auro-classic/color/border.json +377 -0
  132. package/tokens/semantics/web/auro-classic/color/brand.json +1692 -0
  133. package/tokens/semantics/web/auro-classic/color/container.json +515 -0
  134. package/tokens/semantics/web/auro-classic/color/icon.json +667 -0
  135. package/tokens/semantics/web/auro-classic/color/text.json +312 -0
  136. package/tokens/semantics/web/auro-classic/color/tier.json +215 -0
  137. package/tokens/semantics/web/auro-classic/color/ui.json +136 -0
  138. package/tokens/semantics/web/auro-classic/color/utility.json +306 -0
  139. package/tokens/semantics/web/auro-classic/comments.json +50 -0
  140. package/tokens/semantics/web/auro-classic/depth.json +27 -0
  141. package/tokens/semantics/web/auro-classic/elevation.json +25 -0
  142. package/tokens/semantics/web/auro-classic/font.json +40 -0
  143. package/tokens/semantics/web/auro-classic/grid-breakpoint.json +34 -0
  144. package/tokens/semantics/web/auro-classic/grid-column.json +34 -0
  145. package/tokens/semantics/web/auro-classic/grid-gutter.json +34 -0
  146. package/tokens/semantics/web/auro-classic/grid-margin.json +34 -0
  147. package/tokens/semantics/web/auro-classic/size/radius.json +10 -0
  148. package/tokens/semantics/web/auro-classic/size/scale.json +347 -0
  149. package/tokens/semantics/web/auro-classic/size/unitless-scale.json +126 -0
  150. package/tokens/semantics/web/auro-classic/text.json +667 -0
  151. package/tokens/semantics/web/hawaiian/advanced/color/accents.json +106 -0
  152. package/tokens/semantics/web/hawaiian/advanced/color/avatar.json +22 -0
  153. package/tokens/semantics/web/hawaiian/advanced/color/boolean.json +127 -0
  154. package/tokens/semantics/web/hawaiian/advanced/color/button/flat.json +52 -0
  155. package/tokens/semantics/web/hawaiian/advanced/color/button/ghost.json +52 -0
  156. package/tokens/semantics/web/hawaiian/advanced/color/button/primary.json +129 -0
  157. package/tokens/semantics/web/hawaiian/advanced/color/button/secondary.json +94 -0
  158. package/tokens/semantics/web/hawaiian/advanced/color/button/tertiary.json +59 -0
  159. package/tokens/semantics/web/hawaiian/advanced/color/dropdown.json +22 -0
  160. package/tokens/semantics/web/hawaiian/advanced/color/flightline.json +22 -0
  161. package/tokens/semantics/web/hawaiian/advanced/color/hyperlink.json +36 -0
  162. package/tokens/semantics/web/hawaiian/advanced/color/shared.json +78 -0
  163. package/tokens/semantics/web/hawaiian/advanced/color/skeleton.json +22 -0
  164. package/tokens/semantics/web/hawaiian/advanced/color/state.json +64 -0
  165. package/tokens/semantics/web/hawaiian/basic/color/border.json +57 -0
  166. package/tokens/semantics/web/hawaiian/basic/color/brand.json +92 -0
  167. package/tokens/semantics/web/hawaiian/basic/color/fare-brand.json +43 -0
  168. package/tokens/semantics/web/hawaiian/basic/color/page-background.json +22 -0
  169. package/tokens/semantics/web/hawaiian/basic/color/status.json +71 -0
  170. package/tokens/semantics/web/hawaiian/basic/color/surface.json +78 -0
  171. package/tokens/semantics/web/hawaiian/basic/color/text-icon.json +57 -0
  172. package/tokens/semantics/web/hawaiian/basic/color/tier-program.json +161 -0
  173. package/tokens/semantics/web/hawaiian/basic/type/brand.json +50 -0
  174. package/tokens/semantics/web/hawaiian/basic/type/family.json +56 -0
  175. package/tokens/semantics/web/hawaiian/basic/type/letter-spacing.json +38 -0
  176. package/tokens/semantics/web/hawaiian/basic/type/line-height.json +62 -0
  177. package/tokens/semantics/web/hawaiian/basic/type/weight.json +44 -0
  178. package/tokens/semantics/web/transparent/color/alert.json +97 -0
  179. package/tokens/semantics/web/transparent/color/background.json +291 -0
  180. package/tokens/semantics/web/transparent/color/base.json +1459 -0
  181. package/tokens/semantics/web/transparent/color/border.json +377 -0
  182. package/tokens/semantics/web/transparent/color/brand.json +1692 -0
  183. package/tokens/semantics/web/transparent/color/container.json +514 -0
  184. package/tokens/semantics/web/transparent/color/icon.json +667 -0
  185. package/tokens/semantics/web/transparent/color/text.json +312 -0
  186. package/tokens/semantics/web/transparent/color/tier.json +215 -0
  187. package/tokens/semantics/web/transparent/color/ui.json +136 -0
  188. package/tokens/semantics/web/transparent/color/utility.json +306 -0
  189. package/tokens/semantics/web/transparent/elevation.json +25 -0
@@ -0,0 +1,347 @@
1
+ {
2
+ "size": {
3
+ "font": {
4
+ "scale": {
5
+ "base": {
6
+ "60": {
7
+ "value": 0.625,
8
+ "type": "semantic",
9
+ "deprecated": true,
10
+ "px": {
11
+ "value": "10px",
12
+ "type": "semantic",
13
+ "deprecated": true
14
+ }
15
+ },
16
+ "70": {
17
+ "value": 0.75,
18
+ "type": "semantic",
19
+ "deprecated": true,
20
+ "px": {
21
+ "value": "12px",
22
+ "type": "semantic",
23
+ "deprecated": true
24
+ }
25
+ },
26
+ "80": {
27
+ "value": 0.875,
28
+ "type": "semantic",
29
+ "deprecated": true,
30
+ "px": {
31
+ "value": "14px",
32
+ "type": "semantic",
33
+ "deprecated": true
34
+ }
35
+ },
36
+ "100": {
37
+ "value": 1,
38
+ "type": "semantic",
39
+ "deprecated": true,
40
+ "px": {
41
+ "value": "16px",
42
+ "type": "semantic",
43
+ "deprecated": true
44
+ }
45
+ },
46
+ "110": {
47
+ "value": 1.125,
48
+ "type": "semantic",
49
+ "deprecated": true,
50
+ "px": {
51
+ "value": "18px",
52
+ "type": "semantic",
53
+ "deprecated": true
54
+ }
55
+ },
56
+ "120": {
57
+ "value": 1.25,
58
+ "type": "semantic",
59
+ "deprecated": true,
60
+ "px": {
61
+ "value": "20px",
62
+ "type": "semantic",
63
+ "deprecated": true
64
+ }
65
+ },
66
+ "130": {
67
+ "value": 1.375,
68
+ "type": "semantic",
69
+ "deprecated": true,
70
+ "px": {
71
+ "value": "22px",
72
+ "type": "semantic",
73
+ "deprecated": true
74
+ }
75
+ },
76
+ "150": {
77
+ "value": 1.5,
78
+ "type": "semantic",
79
+ "deprecated": true,
80
+ "px": {
81
+ "value": "24px",
82
+ "type": "semantic",
83
+ "deprecated": true
84
+ }
85
+ }
86
+ },
87
+ "responsive": {
88
+ "160": {
89
+ "value": 1.625,
90
+ "type": "semantic",
91
+ "deprecated": true,
92
+ "px": {
93
+ "value": "26px",
94
+ "type": "semantic",
95
+ "deprecated": true
96
+ }
97
+ },
98
+ "170": {
99
+ "value": 1.75,
100
+ "type": "semantic",
101
+ "deprecated": true,
102
+ "px": {
103
+ "value": "28px",
104
+ "type": "semantic",
105
+ "deprecated": true
106
+ }
107
+ },
108
+ "180": {
109
+ "value": 1.875,
110
+ "type": "semantic",
111
+ "deprecated": true,
112
+ "px": {
113
+ "value": "30px",
114
+ "type": "semantic",
115
+ "deprecated": true
116
+ }
117
+ },
118
+ "200": {
119
+ "value": 2,
120
+ "type": "semantic",
121
+ "deprecated": true,
122
+ "px": {
123
+ "value": "32px",
124
+ "type": "semantic",
125
+ "deprecated": true
126
+ }
127
+ },
128
+ "210": {
129
+ "value": 2.125,
130
+ "type": "semantic",
131
+ "deprecated": true,
132
+ "px": {
133
+ "value": "34px",
134
+ "type": "semantic",
135
+ "deprecated": true
136
+ }
137
+ },
138
+ "220": {
139
+ "value": 2.25,
140
+ "type": "semantic",
141
+ "deprecated": true,
142
+ "px": {
143
+ "value": "36px",
144
+ "type": "semantic",
145
+ "deprecated": true
146
+ }
147
+ },
148
+ "230": {
149
+ "value": 2.375,
150
+ "type": "semantic",
151
+ "deprecated": true,
152
+ "px": {
153
+ "value": "38px",
154
+ "type": "semantic",
155
+ "deprecated": true
156
+ }
157
+ },
158
+ "250": {
159
+ "value": 2.5,
160
+ "type": "semantic",
161
+ "deprecated": true,
162
+ "px": {
163
+ "value": "40px",
164
+ "type": "semantic",
165
+ "deprecated": true
166
+ }
167
+ },
168
+ "260": {
169
+ "value": 2.625,
170
+ "type": "semantic",
171
+ "deprecated": true,
172
+ "px": {
173
+ "value": "42px",
174
+ "type": "semantic",
175
+ "deprecated": true
176
+ }
177
+ },
178
+ "270": {
179
+ "value": 2.75,
180
+ "type": "semantic",
181
+ "deprecated": true,
182
+ "px": {
183
+ "value": "44px",
184
+ "type": "semantic",
185
+ "deprecated": true
186
+ }
187
+ },
188
+ "300": {
189
+ "value": 3.0,
190
+ "type": "semantic",
191
+ "deprecated": true,
192
+ "px": {
193
+ "value": "48px",
194
+ "type": "semantic",
195
+ "deprecated": true
196
+ }
197
+ },
198
+ "330": {
199
+ "value": 3.375,
200
+ "type": "semantic",
201
+ "deprecated": true,
202
+ "px": {
203
+ "value": "54px",
204
+ "type": "semantic",
205
+ "deprecated": true
206
+ }
207
+ },
208
+ "350": {
209
+ "value": 3.5,
210
+ "type": "semantic",
211
+ "deprecated": true,
212
+ "px": {
213
+ "value": "56px",
214
+ "type": "semantic",
215
+ "deprecated": true
216
+ }
217
+ },
218
+ "370": {
219
+ "value": 3.75,
220
+ "type": "semantic",
221
+ "deprecated": true,
222
+ "px": {
223
+ "value": "60px",
224
+ "type": "semantic",
225
+ "deprecated": true
226
+ }
227
+ },
228
+ "420": {
229
+ "value": 4.25,
230
+ "type": "semantic",
231
+ "deprecated": true,
232
+ "px": {
233
+ "value": "68px",
234
+ "type": "semantic",
235
+ "deprecated": true
236
+ }
237
+ }
238
+ }
239
+ }
240
+ },
241
+ "25": {
242
+ "value": 0.125,
243
+ "type": "semantic",
244
+ "comment": "2px",
245
+ "public": true,
246
+ "deprecated": true
247
+ },
248
+ "50": {
249
+ "value": 0.25,
250
+ "type": "semantic",
251
+ "comment": "4px",
252
+ "public": true,
253
+ "deprecated": true
254
+ },
255
+ "75": {
256
+ "value": 0.375,
257
+ "type": "semantic",
258
+ "comment": "6px",
259
+ "public": true,
260
+ "deprecated": true
261
+ },
262
+ "100": {
263
+ "value": 0.5,
264
+ "type": "semantic",
265
+ "comment": "8px",
266
+ "public": true,
267
+ "deprecated": true
268
+ },
269
+ "150": {
270
+ "value": 0.75,
271
+ "type": "semantic",
272
+ "comment": "12px",
273
+ "public": true,
274
+ "deprecated": true
275
+ },
276
+ "200": {
277
+ "value": 1.00,
278
+ "type": "semantic",
279
+ "comment": "16px",
280
+ "public": true,
281
+ "deprecated": true
282
+ },
283
+ "250": {
284
+ "value": 1.25,
285
+ "type": "semantic",
286
+ "comment": "20px",
287
+ "public": true,
288
+ "deprecated": true
289
+ },
290
+ "300": {
291
+ "value": 1.50,
292
+ "type": "semantic",
293
+ "comment": "24px",
294
+ "public": true,
295
+ "deprecated": true
296
+ },
297
+ "400": {
298
+ "value": 2.00,
299
+ "type": "semantic",
300
+ "comment": "32px",
301
+ "public": true,
302
+ "deprecated": true
303
+ },
304
+ "500": {
305
+ "value": 2.50,
306
+ "type": "semantic",
307
+ "comment": "40px",
308
+ "public": true,
309
+ "deprecated": true
310
+ },
311
+ "600": {
312
+ "value": 3.00,
313
+ "type": "semantic",
314
+ "comment": "48px",
315
+ "public": true,
316
+ "deprecated": true
317
+ },
318
+ "700": {
319
+ "value": 3.50,
320
+ "type": "semantic",
321
+ "comment": "56px",
322
+ "public": true,
323
+ "deprecated": true
324
+ },
325
+ "800": {
326
+ "value": 4.00,
327
+ "type": "semantic",
328
+ "comment": "64px",
329
+ "public": true,
330
+ "deprecated": true
331
+ },
332
+ "900": {
333
+ "value": 4.50,
334
+ "type": "semantic",
335
+ "comment": "72px",
336
+ "public": true,
337
+ "deprecated": true
338
+ },
339
+ "1000": {
340
+ "value": 5.00,
341
+ "type": "semantic",
342
+ "comment": "80px",
343
+ "public": true,
344
+ "deprecated": true
345
+ }
346
+ }
347
+ }
@@ -0,0 +1,126 @@
1
+ {
2
+ "unitless": {
3
+ "scale": {
4
+ "20": {
5
+ "value": 0.25,
6
+ "type": "semantic",
7
+ "public": true,
8
+ "deprecated": true
9
+ },
10
+ "50": {
11
+ "value": 0.5,
12
+ "type": "semantic",
13
+ "public": true,
14
+ "deprecated": true
15
+ },
16
+ "100": {
17
+ "value": 1,
18
+ "type": "semantic",
19
+ "public": true,
20
+ "deprecated": true
21
+ },
22
+ "120": {
23
+ "value": 1.25,
24
+ "type": "semantic",
25
+ "public": true,
26
+ "deprecated": true
27
+ },
28
+ "140": {
29
+ "value": 1.4,
30
+ "type": "semantic",
31
+ "public": true,
32
+ "deprecated": true
33
+ },
34
+ "150": {
35
+ "value": 1.5,
36
+ "type": "semantic",
37
+ "public": true,
38
+ "deprecated": true
39
+ },
40
+ "160": {
41
+ "value": 1.625,
42
+ "type": "semantic",
43
+ "public": true,
44
+ "deprecated": true
45
+ },
46
+ "170": {
47
+ "value": 1.75,
48
+ "type": "semantic",
49
+ "public": true,
50
+ "deprecated": true
51
+ },
52
+ "180": {
53
+ "value": 1.875,
54
+ "type": "semantic",
55
+ "public": true,
56
+ "deprecated": true
57
+ },
58
+ "200": {
59
+ "value": 2,
60
+ "type": "semantic",
61
+ "public": true,
62
+ "deprecated": true
63
+ },
64
+ "210": {
65
+ "value": 2.125,
66
+ "type": "semantic",
67
+ "public": true,
68
+ "deprecated": true
69
+ },
70
+ "220": {
71
+ "value": 2.25,
72
+ "type": "semantic",
73
+ "public": true,
74
+ "deprecated": true
75
+ },
76
+ "230": {
77
+ "value": 2.375,
78
+ "type": "semantic",
79
+ "public": true,
80
+ "deprecated": true
81
+ },
82
+ "260": {
83
+ "value": 2.625,
84
+ "type": "semantic",
85
+ "public": true,
86
+ "deprecated": true
87
+ },
88
+ "270": {
89
+ "value": 2.75,
90
+ "type": "semantic",
91
+ "public": true,
92
+ "deprecated": true
93
+ },
94
+ "300": {
95
+ "value": 3,
96
+ "type": "semantic",
97
+ "public": true,
98
+ "deprecated": true
99
+ },
100
+ "330": {
101
+ "value": 3.375,
102
+ "type": "semantic",
103
+ "public": true,
104
+ "deprecated": true
105
+ },
106
+ "350": {
107
+ "value": 3.5,
108
+ "type": "semantic",
109
+ "public": true,
110
+ "deprecated": true
111
+ },
112
+ "370": {
113
+ "value": 3.75,
114
+ "type": "semantic",
115
+ "public": true,
116
+ "deprecated": true
117
+ },
118
+ "420": {
119
+ "value": 4.25,
120
+ "type": "semantic",
121
+ "public": true,
122
+ "deprecated": true
123
+ }
124
+ }
125
+ }
126
+ }