@depersgroep/lfvp-design-tokens 0.231.0 → 0.232.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.
- package/package.json +1 -1
- package/tokens/brands/rtlplay.json +4 -4
- package/tokens/core.json +4 -0
package/package.json
CHANGED
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
},
|
|
286
286
|
"fontWeight": {
|
|
287
287
|
"title": {
|
|
288
|
-
"value": "{core.fontWeight.
|
|
288
|
+
"value": "{core.fontWeight.black}",
|
|
289
289
|
"type": "fontWeights"
|
|
290
290
|
},
|
|
291
291
|
"default": {
|
|
@@ -293,15 +293,15 @@
|
|
|
293
293
|
"type": "fontWeights"
|
|
294
294
|
},
|
|
295
295
|
"emphasized": {
|
|
296
|
-
"value": "{core.fontWeight.
|
|
296
|
+
"value": "{core.fontWeight.bold}",
|
|
297
297
|
"type": "fontWeights"
|
|
298
298
|
},
|
|
299
299
|
"bold": {
|
|
300
|
-
"value": "{core.fontWeight.
|
|
300
|
+
"value": "{core.fontWeight.black}",
|
|
301
301
|
"type": "fontWeights"
|
|
302
302
|
},
|
|
303
303
|
"button": {
|
|
304
|
-
"value": "{core.fontWeight.
|
|
304
|
+
"value": "{core.fontWeight.bold}",
|
|
305
305
|
"type": "fontWeights"
|
|
306
306
|
}
|
|
307
307
|
},
|