newskit 7.3.0 → 7.4.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 (119) hide show
  1. package/cjs/card-composable/card-composable.d.ts +33 -2
  2. package/cjs/card-composable/card-composable.d.ts.map +1 -1
  3. package/cjs/card-composable/types.d.ts +1 -1
  4. package/cjs/card-composable/types.d.ts.map +1 -1
  5. package/cjs/form/form-entry.d.ts.map +1 -1
  6. package/cjs/form/form-entry.js +16 -5
  7. package/cjs/form/form-entry.js.map +1 -1
  8. package/cjs/form/form-input.d.ts.map +1 -1
  9. package/cjs/form/form-input.js +9 -3
  10. package/cjs/form/form-input.js.map +1 -1
  11. package/cjs/pagination/components/item/pagination-item.d.ts +1 -1
  12. package/cjs/pagination/components/items/pagination-items.js +3 -3
  13. package/cjs/pagination/components/items/pagination-items.js.map +1 -1
  14. package/cjs/pagination/components/list-item/list-item.d.ts +2 -2
  15. package/cjs/pagination/components/list-item/list-item.d.ts.map +1 -1
  16. package/cjs/pagination/components/list-item/list-item.js +1 -2
  17. package/cjs/pagination/components/list-item/list-item.js.map +1 -1
  18. package/cjs/pagination/defaults.d.ts +9 -24
  19. package/cjs/pagination/defaults.d.ts.map +1 -1
  20. package/cjs/pagination/defaults.js +9 -24
  21. package/cjs/pagination/defaults.js.map +1 -1
  22. package/cjs/pagination/pagination.d.ts.map +1 -1
  23. package/cjs/pagination/pagination.js +6 -3
  24. package/cjs/pagination/pagination.js.map +1 -1
  25. package/cjs/pagination/styled.d.ts +26 -7
  26. package/cjs/pagination/styled.d.ts.map +1 -1
  27. package/cjs/pagination/styled.js +11 -12
  28. package/cjs/pagination/styled.js.map +1 -1
  29. package/cjs/pagination/types.d.ts +6 -10
  30. package/cjs/pagination/types.d.ts.map +1 -1
  31. package/cjs/select/select.d.ts.map +1 -1
  32. package/cjs/select/select.js +11 -5
  33. package/cjs/select/select.js.map +1 -1
  34. package/cjs/select/types.d.ts +2 -0
  35. package/cjs/select/types.d.ts.map +1 -1
  36. package/cjs/stories/form.stories.d.ts +25 -0
  37. package/cjs/stories/form.stories.d.ts.map +1 -0
  38. package/cjs/stories/form.stories.js +123 -0
  39. package/cjs/stories/form.stories.js.map +1 -0
  40. package/cjs/stories/slices.stories.d.ts +38 -0
  41. package/cjs/stories/slices.stories.d.ts.map +1 -0
  42. package/cjs/stories/slices.stories.js +146 -0
  43. package/cjs/stories/slices.stories.js.map +1 -0
  44. package/cjs/text-field/types.d.ts +1 -0
  45. package/cjs/text-field/types.d.ts.map +1 -1
  46. package/cjs/theme-checker/themes/sun-theme/sun-theme.d.ts +1 -736
  47. package/cjs/theme-checker/themes/sun-theme/sun-theme.d.ts.map +1 -1
  48. package/cjs/theme-checker/themes/sun-theme/sun-theme.js +3 -18
  49. package/cjs/theme-checker/themes/sun-theme/sun-theme.js.map +1 -1
  50. package/cjs/utils/audio-tests.d.ts.map +1 -1
  51. package/cjs/utils/audio-tests.js +4 -1
  52. package/cjs/utils/audio-tests.js.map +1 -1
  53. package/cjs/version-number.json +1 -1
  54. package/esm/card-composable/card-composable.d.ts +33 -2
  55. package/esm/card-composable/card-composable.d.ts.map +1 -1
  56. package/esm/card-composable/types.d.ts +1 -1
  57. package/esm/card-composable/types.d.ts.map +1 -1
  58. package/esm/form/form-entry.d.ts.map +1 -1
  59. package/esm/form/form-entry.js +17 -6
  60. package/esm/form/form-entry.js.map +1 -1
  61. package/esm/form/form-input.d.ts.map +1 -1
  62. package/esm/form/form-input.js +9 -3
  63. package/esm/form/form-input.js.map +1 -1
  64. package/esm/pagination/components/item/pagination-item.d.ts +1 -1
  65. package/esm/pagination/components/items/pagination-items.js +1 -1
  66. package/esm/pagination/components/items/pagination-items.js.map +1 -1
  67. package/esm/pagination/components/list-item/list-item.d.ts +2 -2
  68. package/esm/pagination/components/list-item/list-item.d.ts.map +1 -1
  69. package/esm/pagination/components/list-item/list-item.js +1 -2
  70. package/esm/pagination/components/list-item/list-item.js.map +1 -1
  71. package/esm/pagination/defaults.d.ts +9 -24
  72. package/esm/pagination/defaults.d.ts.map +1 -1
  73. package/esm/pagination/defaults.js +9 -24
  74. package/esm/pagination/defaults.js.map +1 -1
  75. package/esm/pagination/pagination.d.ts.map +1 -1
  76. package/esm/pagination/pagination.js +6 -3
  77. package/esm/pagination/pagination.js.map +1 -1
  78. package/esm/pagination/styled.d.ts +26 -7
  79. package/esm/pagination/styled.d.ts.map +1 -1
  80. package/esm/pagination/styled.js +10 -11
  81. package/esm/pagination/styled.js.map +1 -1
  82. package/esm/pagination/types.d.ts +6 -10
  83. package/esm/pagination/types.d.ts.map +1 -1
  84. package/esm/select/select.d.ts.map +1 -1
  85. package/esm/select/select.js +12 -6
  86. package/esm/select/select.js.map +1 -1
  87. package/esm/select/types.d.ts +2 -0
  88. package/esm/select/types.d.ts.map +1 -1
  89. package/esm/stories/form.stories.d.ts +25 -0
  90. package/esm/stories/form.stories.d.ts.map +1 -0
  91. package/esm/stories/form.stories.js +118 -0
  92. package/esm/stories/form.stories.js.map +1 -0
  93. package/esm/stories/slices.stories.d.ts +38 -0
  94. package/esm/stories/slices.stories.d.ts.map +1 -0
  95. package/esm/stories/slices.stories.js +141 -0
  96. package/esm/stories/slices.stories.js.map +1 -0
  97. package/esm/text-field/types.d.ts +1 -0
  98. package/esm/text-field/types.d.ts.map +1 -1
  99. package/esm/theme-checker/themes/sun-theme/sun-theme.d.ts +1 -736
  100. package/esm/theme-checker/themes/sun-theme/sun-theme.d.ts.map +1 -1
  101. package/esm/theme-checker/themes/sun-theme/sun-theme.js +2 -17
  102. package/esm/theme-checker/themes/sun-theme/sun-theme.js.map +1 -1
  103. package/esm/utils/audio-tests.d.ts.map +1 -1
  104. package/esm/utils/audio-tests.js +5 -2
  105. package/esm/utils/audio-tests.js.map +1 -1
  106. package/esm/version-number.json +1 -1
  107. package/package.json +1 -2
  108. package/cjs/theme-checker/themes/sun-theme/borders.json +0 -3
  109. package/cjs/theme-checker/themes/sun-theme/colors.json +0 -283
  110. package/cjs/theme-checker/themes/sun-theme/fonts.json +0 -47
  111. package/cjs/theme-checker/themes/sun-theme/overlays.json +0 -14
  112. package/cjs/theme-checker/themes/sun-theme/shadows.json +0 -8
  113. package/cjs/theme-checker/themes/sun-theme/typography-presets.json +0 -378
  114. package/esm/theme-checker/themes/sun-theme/borders.json +0 -3
  115. package/esm/theme-checker/themes/sun-theme/colors.json +0 -283
  116. package/esm/theme-checker/themes/sun-theme/fonts.json +0 -47
  117. package/esm/theme-checker/themes/sun-theme/overlays.json +0 -14
  118. package/esm/theme-checker/themes/sun-theme/shadows.json +0 -8
  119. package/esm/theme-checker/themes/sun-theme/typography-presets.json +0 -378
@@ -1,378 +0,0 @@
1
- {
2
- "editorialHeadline010": {
3
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
4
- "fontWeight": "{{fonts.fontWeight040}}",
5
- "fontSize": "{{fonts.fontSize020}}",
6
- "lineHeight": "{{fonts.fontLineHeight060}}",
7
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
8
- "fontStretch": "normal"
9
- },
10
- "editorialHeadline020": {
11
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
12
- "fontWeight": "{{fonts.fontWeight040}}",
13
- "fontSize": "{{fonts.fontSize030}}",
14
- "lineHeight": "{{fonts.fontLineHeight090}}",
15
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
16
- "fontStretch": "normal"
17
- },
18
- "editorialHeadline030": {
19
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
20
- "fontWeight": "{{fonts.fontWeight040}}",
21
- "fontSize": "{{fonts.fontSize060}}",
22
- "lineHeight": "{{fonts.fontLineHeight070}}",
23
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
24
- "fontStretch": "semi-condensed"
25
- },
26
- "editorialHeadline040": {
27
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
28
- "fontWeight": "{{fonts.fontWeight040}}",
29
- "fontSize": "{{fonts.fontSize070}}",
30
- "lineHeight": "{{fonts.fontLineHeight060}}",
31
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
32
- "fontStretch": "semi-condensed"
33
- },
34
- "editorialHeadline050": {
35
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
36
- "fontWeight": "{{fonts.fontWeight040}}",
37
- "fontSize": "{{fonts.fontSize080}}",
38
- "lineHeight": "{{fonts.fontLineHeight050}}",
39
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
40
- "fontStretch": "semi-condensed"
41
- },
42
- "editorialHeadline060": {
43
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
44
- "fontWeight": "{{fonts.fontWeight040}}",
45
- "fontSize": "{{fonts.fontSize090}}",
46
- "lineHeight": "{{fonts.fontLineHeight040}}",
47
- "letterSpacing": "{{fonts.fontLetterSpacing030}}",
48
- "fontStretch": "semi-condensed"
49
- },
50
- "editorialHeadline070": {
51
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
52
- "fontWeight": "{{fonts.fontWeight040}}",
53
- "fontSize": "{{fonts.fontSize100}}",
54
- "lineHeight": "{{fonts.fontLineHeight030}}",
55
- "letterSpacing": "{{fonts.fontLetterSpacing030}}",
56
- "fontStretch": "semi-condensed"
57
- },
58
- "editorialHeadline080": {
59
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
60
- "fontWeight": "{{fonts.fontWeight040}}",
61
- "fontSize": "{{fonts.fontSize110}}",
62
- "lineHeight": "{{fonts.fontLineHeight020}}",
63
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
64
- "fontStretch": "semi-condensed"
65
- },
66
- "editorialSubheadline010": {
67
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
68
- "fontWeight": "{{fonts.fontWeight030}}",
69
- "fontSize": "{{fonts.fontSize030}}",
70
- "lineHeight": "{{fonts.fontLineHeight090}}",
71
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
72
- "fontStretch": "normal"
73
- },
74
- "editorialSubheadline020": {
75
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
76
- "fontWeight": "{{fonts.fontWeight030}}",
77
- "fontSize": "{{fonts.fontSize040}}",
78
- "lineHeight": "{{fonts.fontLineHeight100}}",
79
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
80
- "fontStretch": "normal"
81
- },
82
- "editorialSubheadline030": {
83
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
84
- "fontWeight": "{{fonts.fontWeight030}}",
85
- "fontSize": "{{fonts.fontSize050}}",
86
- "lineHeight": "{{fonts.fontLineHeight080}}",
87
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
88
- "fontStretch": "normal"
89
- },
90
- "editorialSubheadline040": {
91
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
92
- "fontWeight": "{{fonts.fontWeight030}}",
93
- "fontSize": "{{fonts.fontSize060}}",
94
- "lineHeight": "{{fonts.fontLineHeight070}}",
95
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
96
- "fontStretch": "normal"
97
- },
98
- "editorialSubheadline050": {
99
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
100
- "fontWeight": "{{fonts.fontWeight030}}",
101
- "fontSize": "{{fonts.fontSize070}}",
102
- "lineHeight": "{{fonts.fontLineHeight060}}",
103
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
104
- "fontStretch": "normal"
105
- },
106
- "editorialParagraph010": {
107
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
108
- "fontWeight": "{{fonts.fontWeight010}}",
109
- "fontSize": "{{fonts.fontSize020}}",
110
- "lineHeight": "{{fonts.fontLineHeight060}}",
111
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
112
- "fontStretch": "normal"
113
- },
114
- "editorialParagraph020": {
115
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
116
- "fontWeight": "{{fonts.fontWeight010}}",
117
- "fontSize": "{{fonts.fontSize030}}",
118
- "lineHeight": "{{fonts.fontLineHeight090}}",
119
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
120
- "fontStretch": "normal"
121
- },
122
- "editorialParagraph030": {
123
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
124
- "fontWeight": "{{fonts.fontWeight010}}",
125
- "fontSize": "{{fonts.fontSize040}}",
126
- "lineHeight": "{{fonts.fontLineHeight100}}",
127
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
128
- "fontStretch": "normal"
129
- },
130
- "editorialQuote010": {
131
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
132
- "fontWeight": "{{fonts.fontWeight010}}",
133
- "fontSize": "{{fonts.fontSize060}}",
134
- "lineHeight": "{{fonts.fontLineHeight120}}",
135
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
136
- "fontStretch": "semi-condensed"
137
- },
138
- "editorialQuote020": {
139
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
140
- "fontWeight": "{{fonts.fontWeight010}}",
141
- "fontSize": "{{fonts.fontSize080}}",
142
- "lineHeight": "{{fonts.fontLineHeight120}}",
143
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
144
- "fontStretch": "semi-condensed"
145
- },
146
- "editorialCaption010": {
147
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
148
- "fontWeight": "{{fonts.fontWeight020}}",
149
- "fontSize": "{{fonts.fontSize020}}",
150
- "lineHeight": "{{fonts.fontLineHeight110}}",
151
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
152
- "fontStretch": "normal"
153
- },
154
- "editorialLabel010": {
155
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
156
- "fontWeight": "{{fonts.fontWeight010}}",
157
- "fontSize": "{{fonts.fontSize030}}",
158
- "lineHeight": "{{fonts.fontLineHeight090}}",
159
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
160
- "fontStretch": "semi-condensed"
161
- },
162
- "editorialLabel020": {
163
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
164
- "fontWeight": "{{fonts.fontWeight010}}",
165
- "fontSize": "{{fonts.fontSize050}}",
166
- "lineHeight": "{{fonts.fontLineHeight080}}",
167
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
168
- "fontStretch": "semi-condensed"
169
- },
170
- "editorialLabel030": {
171
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
172
- "fontWeight": "{{fonts.fontWeight010}}",
173
- "fontSize": "{{fonts.fontSize060}}",
174
- "lineHeight": "{{fonts.fontLineHeight070}}",
175
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
176
- "fontStretch": "semi-condensed"
177
- },
178
- "editorialDisplay010": {
179
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
180
- "fontWeight": "{{fonts.fontWeight010}}",
181
- "fontSize": "{{fonts.fontSize120}}",
182
- "lineHeight": "{{fonts.fontLineHeight010}}",
183
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
184
- "fontStretch": "semi-condensed"
185
- },
186
- "editorialDisplay020": {
187
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
188
- "fontWeight": "{{fonts.fontWeight010}}",
189
- "fontSize": "{{fonts.fontSize130}}",
190
- "lineHeight": "{{fonts.fontLineHeight010}}",
191
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
192
- "fontStretch": "semi-condensed"
193
- },
194
- "editorialDisplay030": {
195
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
196
- "fontWeight": "{{fonts.fontWeight010}}",
197
- "fontSize": "{{fonts.fontSize140}}",
198
- "lineHeight": "{{fonts.fontLineHeight010}}",
199
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
200
- "fontStretch": "semi-condensed"
201
- },
202
- "editorialDisplay040": {
203
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
204
- "fontWeight": "{{fonts.fontWeight010}}",
205
- "fontSize": "{{fonts.fontSize150}}",
206
- "lineHeight": "{{fonts.fontLineHeight010}}",
207
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
208
- "fontStretch": "semi-condensed"
209
- },
210
- "utilityHeading010": {
211
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
212
- "fontWeight": "{{fonts.fontWeight030}}",
213
- "fontSize": "{{fonts.fontSize030}}",
214
- "lineHeight": "{{fonts.fontLineHeight090}}",
215
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
216
- "fontStretch": "normal"
217
- },
218
- "utilityHeading020": {
219
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
220
- "fontWeight": "{{fonts.fontWeight030}}",
221
- "fontSize": "{{fonts.fontSize040}}",
222
- "lineHeight": "{{fonts.fontLineHeight040}}",
223
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
224
- "fontStretch": "normal"
225
- },
226
- "utilityHeading030": {
227
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
228
- "fontWeight": "{{fonts.fontWeight030}}",
229
- "fontSize": "{{fonts.fontSize050}}",
230
- "lineHeight": "{{fonts.fontLineHeight080}}",
231
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
232
- "fontStretch": "normal"
233
- },
234
- "utilityHeading040": {
235
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
236
- "fontWeight": "{{fonts.fontWeight030}}",
237
- "fontSize": "{{fonts.fontSize060}}",
238
- "lineHeight": "{{fonts.fontLineHeight070}}",
239
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
240
- "fontStretch": "normal"
241
- },
242
- "utilityHeading050": {
243
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
244
- "fontWeight": "{{fonts.fontWeight030}}",
245
- "fontSize": "{{fonts.fontSize070}}",
246
- "lineHeight": "{{fonts.fontLineHeight060}}",
247
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
248
- "fontStretch": "normal"
249
- },
250
- "utilitySubheading010": {
251
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
252
- "fontWeight": "{{fonts.fontWeight030}}",
253
- "fontSize": "{{fonts.fontSize020}}",
254
- "lineHeight": "{{fonts.fontLineHeight060}}",
255
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
256
- "fontStretch": "normal"
257
- },
258
- "utilitySubheading020": {
259
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
260
- "fontWeight": "{{fonts.fontWeight030}}",
261
- "fontSize": "{{fonts.fontSize030}}",
262
- "lineHeight": "{{fonts.fontLineHeight090}}",
263
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
264
- "fontStretch": "normal"
265
- },
266
- "utilitySubheading030": {
267
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
268
- "fontWeight": "{{fonts.fontWeight030}}",
269
- "fontSize": "{{fonts.fontSize040}}",
270
- "lineHeight": "{{fonts.fontLineHeight040}}",
271
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
272
- "fontStretch": "normal"
273
- },
274
- "utilitySubheading040": {
275
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
276
- "fontWeight": "{{fonts.fontWeight030}}",
277
- "fontSize": "{{fonts.fontSize050}}",
278
- "lineHeight": "{{fonts.fontLineHeight080}}",
279
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
280
- "fontStretch": "normal"
281
- },
282
- "utilitySubheading050": {
283
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
284
- "fontWeight": "{{fonts.fontWeight030}}",
285
- "fontSize": "{{fonts.fontSize060}}",
286
- "lineHeight": "{{fonts.fontLineHeight070}}",
287
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
288
- "fontStretch": "normal"
289
- },
290
- "utilityBody010": {
291
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
292
- "fontWeight": "{{fonts.fontWeight010}}",
293
- "fontSize": "{{fonts.fontSize020}}",
294
- "lineHeight": "{{fonts.fontLineHeight110}}",
295
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
296
- "fontStretch": "normal"
297
- },
298
- "utilityBody020": {
299
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
300
- "fontWeight": "{{fonts.fontWeight010}}",
301
- "fontSize": "{{fonts.fontSize040}}",
302
- "lineHeight": "{{fonts.fontLineHeight100}}",
303
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
304
- "fontStretch": "normal"
305
- },
306
- "utilityBody030": {
307
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
308
- "fontWeight": "{{fonts.fontWeight010}}",
309
- "fontSize": "{{fonts.fontSize050}}",
310
- "lineHeight": "{{fonts.fontLineHeight130}}",
311
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
312
- "fontStretch": "normal"
313
- },
314
- "utilityLabel010": {
315
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
316
- "fontWeight": "{{fonts.fontWeight020}}",
317
- "fontSize": "{{fonts.fontSize020}}",
318
- "lineHeight": "{{fonts.fontLineHeight110}}",
319
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
320
- "fontStretch": "normal"
321
- },
322
- "utilityLabel020": {
323
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
324
- "fontWeight": "{{fonts.fontWeight020}}",
325
- "fontSize": "{{fonts.fontSize030}}",
326
- "lineHeight": "{{fonts.fontLineHeight090}}",
327
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
328
- "fontStretch": "normal"
329
- },
330
- "utilityLabel030": {
331
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
332
- "fontWeight": "{{fonts.fontWeight020}}",
333
- "fontSize": "{{fonts.fontSize040}}",
334
- "lineHeight": "{{fonts.fontLineHeight100}}",
335
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
336
- "fontStretch": "normal"
337
- },
338
- "utilityButton010": {
339
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
340
- "fontWeight": "{{fonts.fontWeight030}}",
341
- "fontSize": "{{fonts.fontSize010}}",
342
- "lineHeight": "{{fonts.fontLineHeight140}}",
343
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
344
- "fontStretch": "normal"
345
- },
346
- "utilityButton020": {
347
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
348
- "fontWeight": "{{fonts.fontWeight030}}",
349
- "fontSize": "{{fonts.fontSize020}}",
350
- "lineHeight": "{{fonts.fontLineHeight110}}",
351
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
352
- "fontStretch": "normal"
353
- },
354
- "utilityButton030": {
355
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
356
- "fontWeight": "{{fonts.fontWeight030}}",
357
- "fontSize": "{{fonts.fontSize030}}",
358
- "lineHeight": "{{fonts.fontLineHeight120}}",
359
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
360
- "fontStretch": "normal"
361
- },
362
- "utilityMeta010": {
363
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
364
- "fontWeight": "{{fonts.fontWeight020}}",
365
- "fontSize": "{{fonts.fontSize010}}",
366
- "lineHeight": "{{fonts.fontLineHeight100}}",
367
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
368
- "fontStretch": "normal"
369
- },
370
- "utilityMeta020": {
371
- "fontFamily": "{{fonts.fontFamily010.fontFamily}}",
372
- "fontWeight": "{{fonts.fontWeight020}}",
373
- "fontSize": "{{fonts.fontSize020}}",
374
- "lineHeight": "{{fonts.fontLineHeight110}}",
375
- "letterSpacing": "{{fonts.fontLetterSpacing010}}",
376
- "fontStretch": "normal"
377
- }
378
- }
@@ -1,3 +0,0 @@
1
- {
2
- "borderRadiusDefault": "{{borders.borderRadiusRounded010}}"
3
- }
@@ -1,283 +0,0 @@
1
- {
2
- "purple100": "rgba(64,12,48,1)",
3
- "purple090": "rgba(79,16,73,1)",
4
- "purple080": "rgba(84,20,93,1)",
5
- "purple070": "rgba(80,25,107,1)",
6
- "purple060": "rgba(71,30,121,1)",
7
- "purple050": "rgba(80,59,140,1)",
8
- "purple040": "rgba(93,88,159,1)",
9
- "purple030": "rgba(117,124,177,1)",
10
- "purple020": "rgba(147,161,195,1)",
11
- "purple010": "rgba(178,195,213,1)",
12
- "blue100": "rgba(0,26,54,1)",
13
- "blue090": "rgba(0,48,100,1)",
14
- "blue080": "rgba(0,62,129,1)",
15
- "blue070": "rgba(0,86,180,1)",
16
- "blue060": "rgba(0,114,238,1)",
17
- "blue050": "rgba(38,142,255,1)",
18
- "blue040": "rgba(91,169,255,1)",
19
- "blue030": "rgba(141,195,255,1)",
20
- "blue020": "rgba(195,224,255,1)",
21
- "blue010": "rgba(235,245,255,1)",
22
- "teal100": "rgba(7,49,55,1)",
23
- "teal090": "rgba(9,65,74,1)",
24
- "teal080": "rgba(14,97,110,1)",
25
- "teal070": "rgba(18,130,147,1)",
26
- "teal060": "rgba(23,162,184,1)",
27
- "teal050": "rgba(69,181,198,1)",
28
- "teal040": "rgba(116,199,212,1)",
29
- "teal030": "rgba(162,218,227,1)",
30
- "teal020": "rgba(209,236,241,1)",
31
- "teal010": "rgba(232,246,248,1)",
32
- "amber100": "rgba(255,75,0,1)",
33
- "amber090": "rgba(255,96,0,1)",
34
- "amber080": "rgba(255,114,0,1)",
35
- "amber070": "rgba(255,130,0,1)",
36
- "amber060": "rgba(255,143,0,1)",
37
- "amber050": "rgba(255,153,0,1)",
38
- "amber040": "rgba(255,173,44,1)",
39
- "amber030": "rgba(255,192,88,1)",
40
- "amber020": "rgba(255,219,157,1)",
41
- "amber010": "rgba(255,238,207,1)",
42
- "red100": "rgba(57,6,0,1)",
43
- "red090": "rgba(101,11,0,1)",
44
- "red080": "rgba(129,14,0,1)",
45
- "red070": "rgba(178,20,0,1)",
46
- "red060": "rgba(208,72,55,1)",
47
- "red050": "rgba(211,115,103,1)",
48
- "red040": "rgba(221,147,138,1)",
49
- "red030": "rgba(231,179,172,1)",
50
- "red020": "rgba(242,215,211,1)",
51
- "red010": "rgba(251,242,240,1)",
52
- "green100": "rgba(0,31,0,1)",
53
- "green090": "rgba(0,58,0,1)",
54
- "green080": "rgba(0,75,0,1)",
55
- "green070": "rgba(0,104,0,1)",
56
- "green060": "rgba(0,138,0,1)",
57
- "green050": "rgba(0,165,0,1)",
58
- "green040": "rgba(0,193,0,1)",
59
- "green030": "rgba(0,222,0,1)",
60
- "green020": "rgba(137,244,137,1)",
61
- "green010": "rgba(220,252,220,1)",
62
- "neutral100": "rgba(25,26,26,1)",
63
- "neutral090": "rgba(34,37,38,1)",
64
- "neutral080": "rgba(62,63,63,1)",
65
- "neutral070": "rgba(88,89,89,1)",
66
- "neutral060": "rgba(117,119,119,1)",
67
- "neutral050": "rgba(141,142,142,1)",
68
- "neutral040": "rgba(165,166,166,1)",
69
- "neutral030": "rgba(190,191,191,1)",
70
- "neutral020": "rgba(220,221,221,1)",
71
- "neutral010": "rgba(243,243,243,1)",
72
- "reddit": "rgba(255,69,0,1)",
73
- "whatsapp": "rgba(68,255,17,1)",
74
- "youtube": "rgba(255,0,0,1)",
75
- "instagram": "rgba(195,42,163,1)",
76
- "facebook": "rgba(24,119,242,1)",
77
- "twitter": "rgba(29,161,242,1)",
78
- "black": "rgba(0,0,0,1)",
79
- "white": "rgba(255,255,255,1)",
80
- "whiteTint090": "rgba(255,255,255,0.9)",
81
- "whiteTint080": "rgba(255,255,255,0.8)",
82
- "whiteTint070": "rgba(255,255,255,0.7)",
83
- "whiteTint060": "rgba(255,255,255,0.6)",
84
- "whiteTint050": "rgba(255,255,255,0.5)",
85
- "whiteTint040": "rgba(255,255,255,0.4)",
86
- "whiteTint030": "rgba(255,255,255,0.3)",
87
- "whiteTint020": "rgba(255,255,255,0.2)",
88
- "whiteTint010": "rgba(255,255,255,0.1)",
89
- "blackTint010": "rgba(0,0,0,0.1)",
90
- "blackTint020": "rgba(0,0,0,0.2)",
91
- "blackTint030": "rgba(0,0,0,0.3)",
92
- "blackTint040": "rgba(0,0,0,0.4)",
93
- "blackTint050": "rgba(0,0,0,0.5)",
94
- "blackTint060": "rgba(0,0,0,0.6)",
95
- "blackTint070": "rgba(0,0,0,0.7)",
96
- "blackTint080": "rgba(0,0,0,0.8)",
97
- "blackTint090": "rgba(0,0,0,0.9)",
98
- "sun010": "rgba(255,240,240,1)",
99
- "sun020": "rgba(255,210,210,1)",
100
- "sun030": "rgba(255,168,168,1)",
101
- "sun040": "rgba(255,127,128,1)",
102
- "sun050": "rgba(255,76,77,1)",
103
- "sun060": "rgba(235,23,1,1)",
104
- "sun070": "rgba(179,18,1,1)",
105
- "sun080": "rgba(130,12,1,1)",
106
- "sun090": "rgba(101,10,0,1)",
107
- "sun100": "rgba(57,5,0,1)",
108
- "fabulous010": "rgba(255,240,246,1)",
109
- "fabulous020": "rgba(255,208,227,1)",
110
- "fabulous030": "rgba(255,163,200,1)",
111
- "fabulous040": "rgba(255,121,175,1)",
112
- "fabulous050": "rgba(255,65,141,1)",
113
- "fabulous060": "rgba(234,0,94,1)",
114
- "fabulous070": "rgba(179,0,71,1)",
115
- "fabulous080": "rgba(130,0,52,1)",
116
- "fabulous090": "rgba(102,0,41,1)",
117
- "fabulous100": "rgba(59,0,24,1)",
118
- "football010": "rgba(237,245,242,1)",
119
- "football020": "rgba(202,226,217,1)",
120
- "football030": "rgba(155,201,183,1)",
121
- "football040": "rgba(113,179,153,1)",
122
- "football050": "rgba(73,157,124,1)",
123
- "football060": "rgba(32,134,98,1)",
124
- "football070": "rgba(34,99,73,1)",
125
- "football080": "rgba(25,71,52,1)",
126
- "football090": "rgba(19,54,41,1)",
127
- "football100": "rgba(10,28,22,1)",
128
- "money010": "rgba(249,242,245,1)",
129
- "money020": "rgba(236,215,225,1)",
130
- "money030": "rgba(219,179,198,1)",
131
- "money040": "rgba(205,150,175,1)",
132
- "money050": "rgba(191,121,152,1)",
133
- "money060": "rgba(182,86,128,1)",
134
- "money070": "rgba(145,59,97,1)",
135
- "money080": "rgba(103,42,70,1)",
136
- "money090": "rgba(79,32,53,1)",
137
- "money100": "rgba(42,17,28,1)",
138
- "motors010": "rgba(241,243,251,1)",
139
- "motors020": "rgba(215,220,243,1)",
140
- "motors030": "rgba(179,189,234,1)",
141
- "motors040": "rgba(149,163,226,1)",
142
- "motors050": "rgba(119,137,218,1)",
143
- "motors060": "rgba(91,111,211,1)",
144
- "motors070": "rgba(63,82,169,1)",
145
- "motors080": "rgba(44,58,119,1)",
146
- "motors090": "rgba(34,44,92,1)",
147
- "motors100": "rgba(18,24,48,1)",
148
- "news010": "rgba(238,243,250,1)",
149
- "news020": "rgba(205,223,241,1)",
150
- "news030": "rgba(160,195,229,1)",
151
- "news040": "rgba(121,170,219,1)",
152
- "news050": "rgba(83,146,208,1)",
153
- "news060": "rgba(58,121,187,1)",
154
- "news070": "rgba(43,92,140,1)",
155
- "news080": "rgba(31,65,99,1)",
156
- "news090": "rgba(24,49,76,1)",
157
- "news100": "rgba(12,26,40,1)",
158
- "showbiz010": "rgba(246,242,249,1)",
159
- "showbiz020": "rgba(227,217,238,1)",
160
- "showbiz030": "rgba(204,183,223,1)",
161
- "showbiz040": "rgba(184,154,210,1)",
162
- "showbiz050": "rgba(163,126,198,1)",
163
- "showbiz060": "rgba(138,105,169,1)",
164
- "showbiz070": "rgba(105,77,130,1)",
165
- "showbiz080": "rgba(74,54,92,1)",
166
- "showbiz090": "rgba(57,42,71,1)",
167
- "showbiz100": "rgba(29,22,37,1)",
168
- "tv010": "rgba(252,239,255,1)",
169
- "tv020": "rgba(245,205,255,1)",
170
- "tv030": "rgba(231,169,246,1)",
171
- "tv040": "rgba(221,132,239,1)",
172
- "tv050": "rgba(196,84,217,1)",
173
- "tv060": "rgba(184,64,204,1)",
174
- "tv070": "rgba(140,42,156,1)",
175
- "tv080": "rgba(102,30,114,1)",
176
- "tv090": "rgba(43,6,49,1)",
177
- "tv100": "rgba(33,0,38,1)",
178
- "sport010": "rgba(236,245,247,1)",
179
- "sport020": "rgba(199,226,230,1)",
180
- "sport030": "rgba(149,199,208,1)",
181
- "sport040": "rgba(105,177,189,1)",
182
- "sport050": "rgba(63,154,170,1)",
183
- "sport060": "rgba(37,129,145,1)",
184
- "sport070": "rgba(34,97,108,1)",
185
- "sport080": "rgba(25,68,77,1)",
186
- "sport090": "rgba(19,52,59,1)",
187
- "sport100": "rgba(10,27,31,1)",
188
- "tech010": "rgba(241,243,248,1)",
189
- "tech020": "rgba(211,222,235,1)",
190
- "tech030": "rgba(174,193,218,1)",
191
- "tech040": "rgba(142,168,203,1)",
192
- "tech050": "rgba(119,144,176,1)",
193
- "tech060": "rgba(98,120,149,1)",
194
- "tech070": "rgba(74,89,110,1)",
195
- "tech080": "rgba(52,63,79,1)",
196
- "tech090": "rgba(41,48,59,1)",
197
- "tech100": "rgba(22,26,32,1)",
198
- "travel010": "rgba(225,247,255,1)",
199
- "travel020": "rgba(160,231,255,1)",
200
- "travel030": "rgba(58,205,255,1)",
201
- "travel040": "rgba(0,178,238,1)",
202
- "travel050": "rgba(0,153,204,1)",
203
- "travel060": "rgba(0,127,171,1)",
204
- "travel070": "rgba(0,96,129,1)",
205
- "travel080": "rgba(0,68,92,1)",
206
- "travel090": "rgba(0,52,71,1)",
207
- "travel100": "rgba(0,28,38,1)",
208
- "lifestyle010": "rgba(251,242,228,1)",
209
- "lifestyle020": "rgba(244,218,163,1)",
210
- "lifestyle030": "rgba(219,188,113,1)",
211
- "lifestyle040": "rgba(190,163,98,1)",
212
- "lifestyle050": "rgba(163,139,83,1)",
213
- "lifestyle060": "rgba(137,116,68,1)",
214
- "lifestyle070": "rgba(103,87,50,1)",
215
- "lifestyle080": "rgba(74,62,34,1)",
216
- "lifestyle090": "rgba(48,40,20,1)",
217
- "lifestyle100": "rgba(30,24,10,1)",
218
- "inkBase": "{{colors.neutral090}}",
219
- "inkContrast": "{{colors.neutral100}}",
220
- "inkSubtle": "{{colors.neutral060}}",
221
- "inkNonEssential": "{{colors.neutral030}}",
222
- "inkInverse": "{{colors.white}}",
223
- "inkPositive": "{{colors.green060}}",
224
- "inkNegative": "{{colors.red060}}",
225
- "inkNotice": "{{colors.amber050}}",
226
- "inkInformative": "{{colors.blue060}}",
227
- "inkBrand010": "{{colors.blue060}}",
228
- "inkBrand020": "{{colors.sun060}}",
229
- "interfaceBackground": "{{colors.white}}",
230
- "interface010": "{{colors.white}}",
231
- "interface020": "{{colors.neutral010}}",
232
- "interface030": "{{colors.neutral020}}",
233
- "interface040": "{{colors.neutral030}}",
234
- "interface050": "{{colors.neutral040}}",
235
- "interface060": "{{colors.neutral090}}",
236
- "interfaceBrand010": "{{colors.sun060}}",
237
- "interfaceBrand020": "{{colors.sun070}}",
238
- "interfaceBrand030": "{{colors.neutral020}}",
239
- "interfacePositive010": "{{colors.green060}}",
240
- "interfacePositive020": "{{colors.green010}}",
241
- "interfaceNegative010": "{{colors.red060}}",
242
- "interfaceNegative020": "{{colors.red010}}",
243
- "interfaceNotice010": "{{colors.amber090}}",
244
- "interfaceNotice020": "{{colors.amber010}}",
245
- "interfaceInformative010": "{{colors.blue060}}",
246
- "interfaceInformative020": "{{colors.blue010}}",
247
- "interfaceNeutral010": "{{colors.neutral070}}",
248
- "interfaceNeutral020": "{{colors.neutral010}}",
249
- "interfaceSkeleton010": "{{colors.neutral010}}",
250
- "interfaceSkeleton020": "{{colors.neutral020}}",
251
- "interactivePrimary010": "{{colors.blue020}}",
252
- "interactivePrimary020": "{{colors.blue030}}",
253
- "interactivePrimary030": "{{colors.blue060}}",
254
- "interactivePrimary040": "{{colors.blue070}}",
255
- "interactivePrimary050": "{{colors.blue080}}",
256
- "interactiveSecondary010": "{{colors.neutral020}}",
257
- "interactiveSecondary020": "{{colors.neutral030}}",
258
- "interactiveSecondary030": "{{colors.neutral060}}",
259
- "interactiveSecondary040": "{{colors.neutral090}}",
260
- "interactiveSecondary050": "{{colors.neutral100}}",
261
- "interactivePositive010": "{{colors.green020}}",
262
- "interactivePositive020": "{{colors.green030}}",
263
- "interactivePositive030": "{{colors.green060}}",
264
- "interactivePositive040": "{{colors.green070}}",
265
- "interactivePositive050": "{{colors.green080}}",
266
- "interactiveNegative010": "{{colors.red020}}",
267
- "interactiveNegative020": "{{colors.red030}}",
268
- "interactiveNegative030": "{{colors.red060}}",
269
- "interactiveNegative040": "{{colors.red070}}",
270
- "interactiveNegative050": "{{colors.red080}}",
271
- "interactiveDisabled010": "{{colors.neutral010}}",
272
- "interactiveVisited010": "{{colors.purple060}}",
273
- "interactiveInverse010": "{{colors.whiteTint010}}",
274
- "interactiveInverse020": "{{colors.whiteTint020}}",
275
- "interactiveInverse030": "{{colors.white}}",
276
- "interactiveInverse040": "{{colors.whiteTint070}}",
277
- "interactiveInverse050": "{{colors.whiteTint080}}",
278
- "interactiveInput010": "{{colors.neutral010}}",
279
- "interactiveInput020": "{{colors.neutral040}}",
280
- "interactiveInput030": "{{colors.blue010}}",
281
- "interactiveInput040": "{{colors.blue060}}",
282
- "interactiveInput050": "{{colors.blue070}}"
283
- }