@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,667 @@
1
+ {
2
+ "font": {
3
+ "family": {
4
+ "default": {
5
+ "value": "{asset.font.circular.familyName.value}, Helvetica Neue, Arial, sans-serif",
6
+ "type": "semantic",
7
+ "public": true,
8
+ "deprecated": true
9
+ },
10
+ "mono": {
11
+ "value": "Menlo, Monaco, Consolas, Courier New, monospace",
12
+ "type": "semantic",
13
+ "public": true,
14
+ "deprecated": true
15
+ }
16
+ },
17
+ "spacing": {
18
+ "value": "-0.2px",
19
+ "type": "semantic",
20
+ "deprecated": true
21
+ },
22
+ "weight": {
23
+ "100": {
24
+ "value": "100",
25
+ "type": "semantic",
26
+ "comment": "value to support ASCircularWeb-Light",
27
+ "deprecated": true
28
+ },
29
+ "300": {
30
+ "value": "300",
31
+ "type": "semantic",
32
+ "comment": "value to support ASCircularWeb-Medium",
33
+ "deprecated": true
34
+ },
35
+ "500": {
36
+ "value": "500",
37
+ "type": "semantic",
38
+ "comment": "value to support ASCircularWeb-Book",
39
+ "deprecated": true
40
+ }
41
+ }
42
+ },
43
+ "text": {
44
+ "heading": {
45
+ "default": {
46
+ "weight": {
47
+ "value": "{font.weight.500.value}",
48
+ "type": "semantic",
49
+ "public": true,
50
+ "deprecated": true
51
+ },
52
+ "margin": {
53
+ "value": "0",
54
+ "type": "semantic",
55
+ "public": true,
56
+ "deprecated": true
57
+ },
58
+ "spacing": {
59
+ "value": "{font.spacing.value}",
60
+ "type": "semantic",
61
+ "public": true,
62
+ "deprecated": true
63
+ }
64
+ },
65
+ "medium": {
66
+ "weight": {
67
+ "value": "{font.weight.300.value}",
68
+ "type": "semantic",
69
+ "public": true,
70
+ "deprecated": true
71
+ }
72
+ },
73
+ "display": {
74
+ "weight": {
75
+ "value": "{font.weight.100.value}",
76
+ "type": "semantic",
77
+ "public": true,
78
+ "deprecated": true
79
+ },
80
+ "px": {
81
+ "breakpoint": {
82
+ "sm": {
83
+ "value": "{size.font.scale.responsive.270.px.value}",
84
+ "type": "semantic",
85
+ "public": true,
86
+ "deprecated": true
87
+ },
88
+ "md": {
89
+ "value": "{size.font.scale.responsive.300.px.value}",
90
+ "type": "semantic",
91
+ "public": true,
92
+ "deprecated": true
93
+ },
94
+ "lg": {
95
+ "value": "{size.font.scale.responsive.350.px.value}",
96
+ "type": "semantic",
97
+ "public": true,
98
+ "deprecated": true
99
+ }
100
+ }
101
+ },
102
+ "size": {
103
+ "breakpoint": {
104
+ "sm": {
105
+ "value": "{size.font.scale.responsive.270.value}",
106
+ "type": "semantic",
107
+ "public": true,
108
+ "deprecated": true
109
+ },
110
+ "md": {
111
+ "value": "{size.font.scale.responsive.300.value}",
112
+ "type": "semantic",
113
+ "public": true,
114
+ "deprecated": true
115
+ },
116
+ "lg": {
117
+ "value": "{size.font.scale.responsive.350.value}",
118
+ "type": "semantic",
119
+ "public": true,
120
+ "deprecated": true
121
+ }
122
+ }
123
+ },
124
+ "height": {
125
+ "breakpoint": {
126
+ "sm": {
127
+ "value": "{size.font.scale.responsive.330.value}",
128
+ "type": "semantic",
129
+ "public": true,
130
+ "deprecated": true
131
+ },
132
+ "px-sm": {
133
+ "value": "{size.font.scale.responsive.330.px.value}",
134
+ "type": "semantic",
135
+ "public": true,
136
+ "deprecated": true
137
+ },
138
+ "md": {
139
+ "value": "{size.font.scale.responsive.370.value}",
140
+ "type": "semantic",
141
+ "public": true,
142
+ "deprecated": true
143
+ },
144
+ "px-md": {
145
+ "value": "{size.font.scale.responsive.370.px.value}",
146
+ "type": "semantic",
147
+ "public": true,
148
+ "deprecated": true
149
+ },
150
+ "lg": {
151
+ "value": "{size.font.scale.responsive.420.value}",
152
+ "type": "semantic",
153
+ "public": true,
154
+ "deprecated": true
155
+ },
156
+ "px-lg": {
157
+ "value": "{size.font.scale.responsive.420.px.value}",
158
+ "type": "semantic",
159
+ "public": true,
160
+ "deprecated": true
161
+ }
162
+ }
163
+ }
164
+ },
165
+ "800": {
166
+ "weight": {
167
+ "value": "{font.weight.500.value}",
168
+ "type": "semantic",
169
+ "public": true,
170
+ "deprecated": true
171
+ },
172
+ "px": {
173
+ "breakpoint": {
174
+ "sm": {
175
+ "value": "{size.font.scale.responsive.200.px.value}",
176
+ "type": "semantic",
177
+ "public": true,
178
+ "deprecated": true
179
+ },
180
+ "md": {
181
+ "value": "{size.font.scale.responsive.220.px.value}",
182
+ "type": "semantic",
183
+ "public": true,
184
+ "deprecated": true
185
+ },
186
+ "lg": {
187
+ "value": "{size.font.scale.responsive.250.px.value}",
188
+ "type": "semantic",
189
+ "public": true,
190
+ "deprecated": true
191
+ }
192
+ }
193
+ },
194
+ "size": {
195
+ "breakpoint": {
196
+ "sm": {
197
+ "value": "{size.font.scale.responsive.200.value}",
198
+ "type": "semantic",
199
+ "public": true,
200
+ "deprecated": true
201
+ },
202
+ "md": {
203
+ "value": "{size.font.scale.responsive.220.value}",
204
+ "type": "semantic",
205
+ "public": true,
206
+ "deprecated": true
207
+ },
208
+ "lg": {
209
+ "value": "{size.font.scale.responsive.250.value}",
210
+ "type": "semantic",
211
+ "public": true,
212
+ "deprecated": true
213
+ }
214
+ }
215
+ },
216
+ "height": {
217
+ "breakpoint": {
218
+ "sm": {
219
+ "value": "{size.font.scale.responsive.230.value}",
220
+ "type": "semantic",
221
+ "public": true,
222
+ "deprecated": true
223
+ },
224
+ "px-sm": {
225
+ "value": "{size.font.scale.responsive.230.px.value}",
226
+ "type": "semantic",
227
+ "public": true,
228
+ "deprecated": true
229
+ },
230
+ "md": {
231
+ "value": "{size.font.scale.responsive.260.value}",
232
+ "type": "semantic",
233
+ "public": true,
234
+ "deprecated": true
235
+ },
236
+ "px-md": {
237
+ "value": "{size.font.scale.responsive.260.px.value}",
238
+ "type": "semantic",
239
+ "public": true,
240
+ "deprecated": true
241
+ },
242
+ "lg": {
243
+ "value": "{size.font.scale.responsive.300.value}",
244
+ "type": "semantic",
245
+ "public": true,
246
+ "deprecated": true
247
+ },
248
+ "px-lg": {
249
+ "value": "{size.font.scale.responsive.300.px.value}",
250
+ "type": "semantic",
251
+ "public": true,
252
+ "deprecated": true
253
+ }
254
+ }
255
+ }
256
+ },
257
+ "700": {
258
+ "weight": {
259
+ "value": "{font.weight.500.value}",
260
+ "type": "semantic",
261
+ "public": true,
262
+ "deprecated": true
263
+ },
264
+ "px": {
265
+ "breakpoint": {
266
+ "sm": {
267
+ "value": "{size.font.scale.responsive.170.px.value}",
268
+ "type": "semantic",
269
+ "public": true,
270
+ "deprecated": true
271
+ },
272
+ "md": {
273
+ "value": "{size.font.scale.responsive.200.px.value}",
274
+ "type": "semantic",
275
+ "public": true,
276
+ "deprecated": true
277
+ },
278
+ "lg": {
279
+ "value": "{size.font.scale.responsive.220.px.value}",
280
+ "type": "semantic",
281
+ "public": true,
282
+ "deprecated": true
283
+ }
284
+ }
285
+ },
286
+ "size": {
287
+ "breakpoint": {
288
+ "sm": {
289
+ "value": "{size.font.scale.responsive.170.value}",
290
+ "type": "semantic",
291
+ "public": true,
292
+ "deprecated": true
293
+ },
294
+ "md": {
295
+ "value": "{size.font.scale.responsive.200.value}",
296
+ "type": "semantic",
297
+ "public": true,
298
+ "deprecated": true
299
+ },
300
+ "lg": {
301
+ "value": "{size.font.scale.responsive.220.value}",
302
+ "type": "semantic",
303
+ "public": true,
304
+ "deprecated": true
305
+ }
306
+ }
307
+ },
308
+ "height": {
309
+ "breakpoint": {
310
+ "sm": {
311
+ "value": "{size.font.scale.responsive.210.value}",
312
+ "type": "semantic",
313
+ "public": true,
314
+ "deprecated": true
315
+ },
316
+ "px-sm": {
317
+ "value": "{size.font.scale.responsive.210.px.value}",
318
+ "type": "semantic",
319
+ "public": true,
320
+ "deprecated": true
321
+ },
322
+ "md": {
323
+ "value": "{size.font.scale.responsive.230.value}",
324
+ "type": "semantic",
325
+ "public": true,
326
+ "deprecated": true
327
+ },
328
+ "px-md": {
329
+ "value": "{size.font.scale.responsive.230.px.value}",
330
+ "type": "semantic",
331
+ "public": true,
332
+ "deprecated": true
333
+ },
334
+ "lg": {
335
+ "value": "{size.font.scale.responsive.270.value}",
336
+ "type": "semantic",
337
+ "public": true,
338
+ "deprecated": true
339
+ },
340
+ "px-lg": {
341
+ "value": "{size.font.scale.responsive.270.px.value}",
342
+ "type": "semantic",
343
+ "public": true,
344
+ "deprecated": true
345
+ }
346
+ }
347
+ }
348
+ },
349
+ "600": {
350
+ "weight": {
351
+ "value": "{font.weight.300.value}",
352
+ "type": "semantic",
353
+ "public": true,
354
+ "deprecated": true
355
+ },
356
+ "px": {
357
+ "breakpoint": {
358
+ "sm": {
359
+ "value": "{size.font.scale.responsive.160.px.value}",
360
+ "type": "semantic",
361
+ "public": true,
362
+ "deprecated": true
363
+ },
364
+ "md": {
365
+ "value": "{size.font.scale.responsive.170.px.value}",
366
+ "type": "semantic",
367
+ "public": true,
368
+ "deprecated": true
369
+ },
370
+ "lg": {
371
+ "value": "{size.font.scale.responsive.170.px.value}",
372
+ "type": "semantic",
373
+ "public": true,
374
+ "deprecated": true
375
+ }
376
+ }
377
+ },
378
+ "size": {
379
+ "breakpoint": {
380
+ "sm": {
381
+ "value": "{size.font.scale.responsive.160.value}",
382
+ "type": "semantic",
383
+ "public": true,
384
+ "deprecated": true
385
+ },
386
+ "md": {
387
+ "value": "{size.font.scale.responsive.170.value}",
388
+ "type": "semantic",
389
+ "public": true,
390
+ "deprecated": true
391
+ },
392
+ "lg": {
393
+ "value": "{size.font.scale.responsive.170.value}",
394
+ "type": "semantic",
395
+ "public": true,
396
+ "deprecated": true
397
+ }
398
+ }
399
+ },
400
+ "height": {
401
+ "breakpoint": {
402
+ "sm": {
403
+ "value": "{size.font.scale.responsive.180.value}",
404
+ "type": "semantic",
405
+ "public": true,
406
+ "deprecated": true
407
+ },
408
+ "px-sm": {
409
+ "value": "{size.font.scale.responsive.180.px.value}",
410
+ "type": "semantic",
411
+ "public": true,
412
+ "deprecated": true
413
+ },
414
+ "md": {
415
+ "value": "{size.font.scale.responsive.210.value}",
416
+ "type": "semantic",
417
+ "public": true,
418
+ "deprecated": true
419
+ },
420
+ "px-md": {
421
+ "value": "{size.font.scale.responsive.210.px.value}",
422
+ "type": "semantic",
423
+ "public": true,
424
+ "deprecated": true
425
+ },
426
+ "lg": {
427
+ "value": "{size.font.scale.responsive.220.value}",
428
+ "type": "semantic",
429
+ "public": true,
430
+ "deprecated": true
431
+ },
432
+ "px-lg": {
433
+ "value": "{size.font.scale.responsive.220.px.value}",
434
+ "type": "semantic",
435
+ "public": true,
436
+ "deprecated": true
437
+ }
438
+ }
439
+ }
440
+ },
441
+ "500": {
442
+ "weight": {
443
+ "value": "{font.weight.300.value}",
444
+ "type": "semantic",
445
+ "public": true,
446
+ "deprecated": true
447
+ },
448
+ "px": {
449
+ "breakpoint": {
450
+ "sm": {
451
+ "value": "{size.font.scale.base.130.px.value}",
452
+ "type": "semantic",
453
+ "public": true,
454
+ "deprecated": true
455
+ },
456
+ "md": {
457
+ "value": "{size.font.scale.base.150.px.value}",
458
+ "type": "semantic",
459
+ "public": true,
460
+ "deprecated": true
461
+ },
462
+ "lg": {
463
+ "value": "{size.font.scale.base.150.px.value}",
464
+ "type": "semantic",
465
+ "public": true,
466
+ "deprecated": true
467
+ }
468
+ }
469
+ },
470
+ "size": {
471
+ "breakpoint": {
472
+ "sm": {
473
+ "value": "{size.font.scale.base.130.value}",
474
+ "type": "semantic",
475
+ "public": true,
476
+ "deprecated": true
477
+ },
478
+ "md": {
479
+ "value": "{size.font.scale.base.150.value}",
480
+ "type": "semantic",
481
+ "public": true,
482
+ "deprecated": true
483
+ },
484
+ "lg": {
485
+ "value": "{size.font.scale.base.150.value}",
486
+ "type": "semantic",
487
+ "public": true,
488
+ "deprecated": true
489
+ }
490
+ }
491
+ },
492
+ "height": {
493
+ "breakpoint": {
494
+ "sm": {
495
+ "value": "{size.font.scale.responsive.160.value}",
496
+ "type": "semantic",
497
+ "public": true,
498
+ "deprecated": true
499
+ },
500
+ "px-sm": {
501
+ "value": "{size.font.scale.responsive.160.px.value}",
502
+ "type": "semantic",
503
+ "public": true,
504
+ "deprecated": true
505
+ },
506
+ "md": {
507
+ "value": "{size.font.scale.responsive.180.value}",
508
+ "type": "semantic",
509
+ "public": true,
510
+ "deprecated": true
511
+ },
512
+ "px-md": {
513
+ "value": "{size.font.scale.responsive.180.px.value}",
514
+ "type": "semantic",
515
+ "public": true,
516
+ "deprecated": true
517
+ },
518
+ "lg": {
519
+ "value": "{size.font.scale.responsive.200.value}",
520
+ "type": "semantic",
521
+ "public": true,
522
+ "deprecated": true
523
+ },
524
+ "px-lg": {
525
+ "value": "{size.font.scale.responsive.200.px.value}",
526
+ "type": "semantic",
527
+ "public": true,
528
+ "deprecated": true
529
+ }
530
+ }
531
+ }
532
+ },
533
+ "400": {
534
+ "weight": {
535
+ "value": "{font.weight.300.value}",
536
+ "type": "semantic",
537
+ "public": true,
538
+ "deprecated": true
539
+ },
540
+ "px": {
541
+ "value": "{size.font.scale.base.120.px.value}",
542
+ "type": "semantic",
543
+ "public": true,
544
+ "deprecated": true
545
+ },
546
+ "size": {
547
+ "value": "{size.font.scale.base.120.value}",
548
+ "type": "semantic",
549
+ "public": true,
550
+ "deprecated": true
551
+ },
552
+ "height": {
553
+ "value": "{size.font.scale.responsive.160.value}",
554
+ "type": "semantic",
555
+ "public": true,
556
+ "deprecated": true
557
+ },
558
+ "height-px": {
559
+ "value": "{size.font.scale.responsive.160.px.value}",
560
+ "type": "semantic",
561
+ "public": true,
562
+ "deprecated": true
563
+ }
564
+ },
565
+ "300": {
566
+ "weight": {
567
+ "value": "{font.weight.300.value}",
568
+ "type": "semantic",
569
+ "public": true,
570
+ "deprecated": true
571
+ },
572
+ "px": {
573
+ "value": "{size.font.scale.base.110.px.value}",
574
+ "type": "semantic",
575
+ "public": true,
576
+ "deprecated": true
577
+ },
578
+ "size": {
579
+ "value": "{size.font.scale.base.110.value}",
580
+ "type": "semantic",
581
+ "public": true,
582
+ "deprecated": true
583
+ },
584
+ "height": {
585
+ "value": "{size.font.scale.responsive.160.value}",
586
+ "type": "semantic",
587
+ "public": true,
588
+ "deprecated": true
589
+ },
590
+ "height-px": {
591
+ "value": "{size.font.scale.responsive.160.px.value}",
592
+ "type": "semantic",
593
+ "public": true,
594
+ "deprecated": true
595
+ }
596
+ }
597
+ },
598
+ "body": {
599
+ "default": {
600
+ "weight": {
601
+ "value": "{font.weight.500.value}",
602
+ "type": "semantic",
603
+ "public": true,
604
+ "deprecated": true
605
+ }
606
+ },
607
+ "size": {
608
+ "xxs": {
609
+ "value": "{size.font.scale.base.60.value}",
610
+ "type": "semantic",
611
+ "public": true,
612
+ "deprecated": true
613
+ },
614
+ "xs": {
615
+ "value": "{size.font.scale.base.70.value}",
616
+ "type": "semantic",
617
+ "public": true,
618
+ "deprecated": true
619
+ },
620
+ "sm": {
621
+ "value": "{size.font.scale.base.80.value}",
622
+ "type": "semantic",
623
+ "public": true,
624
+ "deprecated": true
625
+ },
626
+ "default": {
627
+ "value": "{size.font.scale.base.100.value}",
628
+ "type": "semantic",
629
+ "public": true,
630
+ "deprecated": true
631
+ },
632
+ "lg": {
633
+ "value": "{size.font.scale.base.110.value}",
634
+ "type": "semantic",
635
+ "public": true,
636
+ "deprecated": true
637
+ }
638
+ },
639
+ "height": {
640
+ "xs": {
641
+ "value": "{size.font.scale.base.100.value}",
642
+ "type": "semantic",
643
+ "public": true,
644
+ "deprecated": true
645
+ },
646
+ "sm": {
647
+ "value": "{size.font.scale.base.120.value}",
648
+ "type": "semantic",
649
+ "public": true,
650
+ "deprecated": true
651
+ },
652
+ "default": {
653
+ "value": "{size.font.scale.base.150.value}",
654
+ "type": "semantic",
655
+ "public": true,
656
+ "deprecated": true
657
+ },
658
+ "lg": {
659
+ "value": "{size.font.scale.responsive.160.value}",
660
+ "type": "semantic",
661
+ "public": true,
662
+ "deprecated": true
663
+ }
664
+ }
665
+ }
666
+ }
667
+ }