@utrecht/design-tokens 3.1.0 → 3.3.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/CHANGELOG.md +14 -0
- package/dist/_mixin-theme.scss +10 -0
- package/dist/_mixin.scss +10 -0
- package/dist/_variables.scss +10 -0
- package/dist/dark/_mixin-theme.scss +10 -0
- package/dist/dark/_mixin.scss +10 -0
- package/dist/dark/_variables.scss +10 -0
- package/dist/dark/index.cjs +10 -0
- package/dist/dark/index.css +10 -0
- package/dist/dark/index.d.ts +10 -0
- package/dist/dark/index.flat.json +10 -0
- package/dist/dark/index.json +354 -0
- package/dist/dark/index.mjs +10 -0
- package/dist/dark/index.tokens.json +89 -0
- package/dist/dark/list.json +354 -0
- package/dist/dark/list.mjs +354 -0
- package/dist/dark/property.css +9 -0
- package/dist/dark/root.css +10 -0
- package/dist/dark/theme-prince-xml.css +10 -0
- package/dist/dark/theme.css +10 -0
- package/dist/dark/tokens.cjs +433 -0
- package/dist/dark/tokens.d.ts +53 -0
- package/dist/dark/tokens.json +433 -0
- package/dist/dark/variables.cjs +10 -0
- package/dist/dark/variables.css +10 -0
- package/dist/dark/variables.d.ts +10 -0
- package/dist/dark/variables.json +10 -0
- package/dist/dark/variables.less +10 -0
- package/dist/dark/variables.mjs +10 -0
- package/dist/index.cjs +10 -0
- package/dist/index.css +20 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.flat.json +10 -0
- package/dist/index.json +354 -0
- package/dist/index.mjs +10 -0
- package/dist/index.tokens.json +89 -0
- package/dist/list.json +354 -0
- package/dist/list.mjs +354 -0
- package/dist/property.css +9 -0
- package/dist/root.css +10 -0
- package/dist/theme-prince-xml.css +10 -0
- package/dist/theme.css +10 -0
- package/dist/tokens.cjs +433 -0
- package/dist/tokens.d.ts +53 -0
- package/dist/tokens.json +433 -0
- package/dist/variables.cjs +10 -0
- package/dist/variables.css +10 -0
- package/dist/variables.d.ts +10 -0
- package/dist/variables.json +10 -0
- package/dist/variables.less +10 -0
- package/dist/variables.mjs +10 -0
- package/package.json +1 -1
- package/src/component/utrecht/breadcrumb-nav.tokens.json +5 -0
- package/src/component/utrecht/tooltip.tokens.json +15 -0
package/dist/dark/tokens.cjs
CHANGED
|
@@ -3814,6 +3814,47 @@ module.exports = {
|
|
|
3814
3814
|
"type": "textCase"
|
|
3815
3815
|
},
|
|
3816
3816
|
"item": {
|
|
3817
|
+
"first": {
|
|
3818
|
+
"padding-inline-start": {
|
|
3819
|
+
"$extensions": {
|
|
3820
|
+
"nl.nldesignsystem.css.property": {
|
|
3821
|
+
"syntax": "<length>",
|
|
3822
|
+
"inherits": true
|
|
3823
|
+
},
|
|
3824
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
3825
|
+
"studio.tokens": {
|
|
3826
|
+
"originalType": "spacing"
|
|
3827
|
+
}
|
|
3828
|
+
},
|
|
3829
|
+
"type": "dimension",
|
|
3830
|
+
"value": "0",
|
|
3831
|
+
"filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
|
|
3832
|
+
"isSource": true,
|
|
3833
|
+
"original": {
|
|
3834
|
+
"$extensions": {
|
|
3835
|
+
"nl.nldesignsystem.css.property": {
|
|
3836
|
+
"syntax": "<length>",
|
|
3837
|
+
"inherits": true
|
|
3838
|
+
},
|
|
3839
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
3840
|
+
"studio.tokens": {
|
|
3841
|
+
"originalType": "spacing"
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3844
|
+
"type": "dimension",
|
|
3845
|
+
"value": "0"
|
|
3846
|
+
},
|
|
3847
|
+
"name": "padding-inline-start",
|
|
3848
|
+
"attributes": {},
|
|
3849
|
+
"path": [
|
|
3850
|
+
"utrecht",
|
|
3851
|
+
"breadcrumb-nav",
|
|
3852
|
+
"item",
|
|
3853
|
+
"first",
|
|
3854
|
+
"padding-inline-start"
|
|
3855
|
+
]
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3817
3858
|
"padding-block-start": {
|
|
3818
3859
|
"$extensions": {
|
|
3819
3860
|
"nl.nldesignsystem.css.property": {
|
|
@@ -35151,6 +35192,398 @@ module.exports = {
|
|
|
35151
35192
|
}
|
|
35152
35193
|
}
|
|
35153
35194
|
},
|
|
35195
|
+
"tooltip": {
|
|
35196
|
+
"background-color": {
|
|
35197
|
+
"$extensions": {
|
|
35198
|
+
"nl.nldesignsystem.css.property": {
|
|
35199
|
+
"syntax": "<color>",
|
|
35200
|
+
"inherits": true
|
|
35201
|
+
},
|
|
35202
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35203
|
+
},
|
|
35204
|
+
"type": "color",
|
|
35205
|
+
"value": "hsl(0 0% 100%)",
|
|
35206
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35207
|
+
"isSource": true,
|
|
35208
|
+
"original": {
|
|
35209
|
+
"$extensions": {
|
|
35210
|
+
"nl.nldesignsystem.css.property": {
|
|
35211
|
+
"syntax": "<color>",
|
|
35212
|
+
"inherits": true
|
|
35213
|
+
},
|
|
35214
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35215
|
+
},
|
|
35216
|
+
"type": "color",
|
|
35217
|
+
"value": "{utrecht.color.white}"
|
|
35218
|
+
},
|
|
35219
|
+
"name": "background-color",
|
|
35220
|
+
"attributes": {},
|
|
35221
|
+
"path": [
|
|
35222
|
+
"utrecht",
|
|
35223
|
+
"tooltip",
|
|
35224
|
+
"background-color"
|
|
35225
|
+
]
|
|
35226
|
+
},
|
|
35227
|
+
"border-color": {
|
|
35228
|
+
"$extensions": {
|
|
35229
|
+
"nl.nldesignsystem.css.property": {
|
|
35230
|
+
"syntax": "<color>",
|
|
35231
|
+
"inherits": true
|
|
35232
|
+
},
|
|
35233
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35234
|
+
},
|
|
35235
|
+
"type": "color",
|
|
35236
|
+
"value": "hsl(0 0% 40%)",
|
|
35237
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35238
|
+
"isSource": true,
|
|
35239
|
+
"original": {
|
|
35240
|
+
"$extensions": {
|
|
35241
|
+
"nl.nldesignsystem.css.property": {
|
|
35242
|
+
"syntax": "<color>",
|
|
35243
|
+
"inherits": true
|
|
35244
|
+
},
|
|
35245
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35246
|
+
},
|
|
35247
|
+
"type": "color",
|
|
35248
|
+
"value": "{utrecht.color.grey.40}"
|
|
35249
|
+
},
|
|
35250
|
+
"name": "border-color",
|
|
35251
|
+
"attributes": {},
|
|
35252
|
+
"path": [
|
|
35253
|
+
"utrecht",
|
|
35254
|
+
"tooltip",
|
|
35255
|
+
"border-color"
|
|
35256
|
+
]
|
|
35257
|
+
},
|
|
35258
|
+
"border-radius": {
|
|
35259
|
+
"$extensions": {
|
|
35260
|
+
"nl.nldesignsystem.css.property": {
|
|
35261
|
+
"syntax": "<length-percentage>",
|
|
35262
|
+
"inherits": true
|
|
35263
|
+
},
|
|
35264
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35265
|
+
"studio.tokens": {
|
|
35266
|
+
"originalType": "borderRadius"
|
|
35267
|
+
}
|
|
35268
|
+
},
|
|
35269
|
+
"type": "dimension",
|
|
35270
|
+
"value": "0",
|
|
35271
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35272
|
+
"isSource": true,
|
|
35273
|
+
"original": {
|
|
35274
|
+
"$extensions": {
|
|
35275
|
+
"nl.nldesignsystem.css.property": {
|
|
35276
|
+
"syntax": "<length-percentage>",
|
|
35277
|
+
"inherits": true
|
|
35278
|
+
},
|
|
35279
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35280
|
+
"studio.tokens": {
|
|
35281
|
+
"originalType": "borderRadius"
|
|
35282
|
+
}
|
|
35283
|
+
},
|
|
35284
|
+
"type": "dimension",
|
|
35285
|
+
"value": "0"
|
|
35286
|
+
},
|
|
35287
|
+
"name": "border-radius",
|
|
35288
|
+
"attributes": {},
|
|
35289
|
+
"path": [
|
|
35290
|
+
"utrecht",
|
|
35291
|
+
"tooltip",
|
|
35292
|
+
"border-radius"
|
|
35293
|
+
]
|
|
35294
|
+
},
|
|
35295
|
+
"border-width": {
|
|
35296
|
+
"$extensions": {
|
|
35297
|
+
"nl.nldesignsystem.css.property": {
|
|
35298
|
+
"syntax": "<length>",
|
|
35299
|
+
"inherits": true
|
|
35300
|
+
},
|
|
35301
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35302
|
+
"studio.tokens": {
|
|
35303
|
+
"originalType": "borderWidth"
|
|
35304
|
+
}
|
|
35305
|
+
},
|
|
35306
|
+
"type": "dimension",
|
|
35307
|
+
"value": "1px",
|
|
35308
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35309
|
+
"isSource": true,
|
|
35310
|
+
"original": {
|
|
35311
|
+
"$extensions": {
|
|
35312
|
+
"nl.nldesignsystem.css.property": {
|
|
35313
|
+
"syntax": "<length>",
|
|
35314
|
+
"inherits": true
|
|
35315
|
+
},
|
|
35316
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35317
|
+
"studio.tokens": {
|
|
35318
|
+
"originalType": "borderWidth"
|
|
35319
|
+
}
|
|
35320
|
+
},
|
|
35321
|
+
"type": "dimension",
|
|
35322
|
+
"value": "1px"
|
|
35323
|
+
},
|
|
35324
|
+
"name": "border-width",
|
|
35325
|
+
"attributes": {},
|
|
35326
|
+
"path": [
|
|
35327
|
+
"utrecht",
|
|
35328
|
+
"tooltip",
|
|
35329
|
+
"border-width"
|
|
35330
|
+
]
|
|
35331
|
+
},
|
|
35332
|
+
"color": {
|
|
35333
|
+
"$extensions": {
|
|
35334
|
+
"nl.nldesignsystem.css.property": {
|
|
35335
|
+
"syntax": "<color>",
|
|
35336
|
+
"inherits": true
|
|
35337
|
+
},
|
|
35338
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35339
|
+
},
|
|
35340
|
+
"type": "color",
|
|
35341
|
+
"value": "hsl(0 0% 40%)",
|
|
35342
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35343
|
+
"isSource": true,
|
|
35344
|
+
"original": {
|
|
35345
|
+
"$extensions": {
|
|
35346
|
+
"nl.nldesignsystem.css.property": {
|
|
35347
|
+
"syntax": "<color>",
|
|
35348
|
+
"inherits": true
|
|
35349
|
+
},
|
|
35350
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35351
|
+
},
|
|
35352
|
+
"type": "color",
|
|
35353
|
+
"value": "{utrecht.color.grey.40}"
|
|
35354
|
+
},
|
|
35355
|
+
"name": "color",
|
|
35356
|
+
"attributes": {},
|
|
35357
|
+
"path": [
|
|
35358
|
+
"utrecht",
|
|
35359
|
+
"tooltip",
|
|
35360
|
+
"color"
|
|
35361
|
+
]
|
|
35362
|
+
},
|
|
35363
|
+
"font-family": {
|
|
35364
|
+
"$extensions": {
|
|
35365
|
+
"nl.nldesignsystem.css.property": {
|
|
35366
|
+
"syntax": "*",
|
|
35367
|
+
"inherits": true
|
|
35368
|
+
},
|
|
35369
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35370
|
+
"studio.tokens": {
|
|
35371
|
+
"originalType": "fontFamilies"
|
|
35372
|
+
}
|
|
35373
|
+
},
|
|
35374
|
+
"type": "fontFamily",
|
|
35375
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
35376
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35377
|
+
"isSource": true,
|
|
35378
|
+
"original": {
|
|
35379
|
+
"$extensions": {
|
|
35380
|
+
"nl.nldesignsystem.css.property": {
|
|
35381
|
+
"syntax": "*",
|
|
35382
|
+
"inherits": true
|
|
35383
|
+
},
|
|
35384
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35385
|
+
"studio.tokens": {
|
|
35386
|
+
"originalType": "fontFamilies"
|
|
35387
|
+
}
|
|
35388
|
+
},
|
|
35389
|
+
"type": "fontFamily",
|
|
35390
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
35391
|
+
},
|
|
35392
|
+
"name": "font-family",
|
|
35393
|
+
"attributes": {},
|
|
35394
|
+
"path": [
|
|
35395
|
+
"utrecht",
|
|
35396
|
+
"tooltip",
|
|
35397
|
+
"font-family"
|
|
35398
|
+
]
|
|
35399
|
+
},
|
|
35400
|
+
"font-size": {
|
|
35401
|
+
"$extensions": {
|
|
35402
|
+
"nl.nldesignsystem.css.property": {
|
|
35403
|
+
"syntax": "<length>",
|
|
35404
|
+
"inherits": true
|
|
35405
|
+
},
|
|
35406
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35407
|
+
"studio.tokens": {
|
|
35408
|
+
"originalType": "fontSizes"
|
|
35409
|
+
}
|
|
35410
|
+
},
|
|
35411
|
+
"type": "fontSize",
|
|
35412
|
+
"value": "1rem",
|
|
35413
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35414
|
+
"isSource": true,
|
|
35415
|
+
"original": {
|
|
35416
|
+
"$extensions": {
|
|
35417
|
+
"nl.nldesignsystem.css.property": {
|
|
35418
|
+
"syntax": "<length>",
|
|
35419
|
+
"inherits": true
|
|
35420
|
+
},
|
|
35421
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35422
|
+
"studio.tokens": {
|
|
35423
|
+
"originalType": "fontSizes"
|
|
35424
|
+
}
|
|
35425
|
+
},
|
|
35426
|
+
"type": "fontSize",
|
|
35427
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
35428
|
+
},
|
|
35429
|
+
"name": "font-size",
|
|
35430
|
+
"attributes": {},
|
|
35431
|
+
"path": [
|
|
35432
|
+
"utrecht",
|
|
35433
|
+
"tooltip",
|
|
35434
|
+
"font-size"
|
|
35435
|
+
]
|
|
35436
|
+
},
|
|
35437
|
+
"font-weight": {
|
|
35438
|
+
"$extensions": {
|
|
35439
|
+
"nl.nldesignsystem.css.property": {
|
|
35440
|
+
"syntax": "<number>",
|
|
35441
|
+
"inherits": false
|
|
35442
|
+
},
|
|
35443
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35444
|
+
},
|
|
35445
|
+
"type": "fontWeights"
|
|
35446
|
+
},
|
|
35447
|
+
"line-height": {
|
|
35448
|
+
"$extensions": {
|
|
35449
|
+
"nl.nldesignsystem.css.property": {
|
|
35450
|
+
"syntax": [
|
|
35451
|
+
"<length>",
|
|
35452
|
+
"<number>"
|
|
35453
|
+
],
|
|
35454
|
+
"inherits": true
|
|
35455
|
+
},
|
|
35456
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35457
|
+
},
|
|
35458
|
+
"type": "lineHeights"
|
|
35459
|
+
},
|
|
35460
|
+
"max-inline-size": {
|
|
35461
|
+
"$extensions": {
|
|
35462
|
+
"nl.nldesignsystem.css.property": {
|
|
35463
|
+
"syntax": "<length>",
|
|
35464
|
+
"inherits": true
|
|
35465
|
+
},
|
|
35466
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35467
|
+
},
|
|
35468
|
+
"type": "sizing"
|
|
35469
|
+
},
|
|
35470
|
+
"padding-block": {
|
|
35471
|
+
"$extensions": {
|
|
35472
|
+
"nl.nldesignsystem.css.property": {
|
|
35473
|
+
"syntax": "<length>",
|
|
35474
|
+
"inherits": true
|
|
35475
|
+
},
|
|
35476
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35477
|
+
"studio.tokens": {
|
|
35478
|
+
"originalType": "spacing"
|
|
35479
|
+
}
|
|
35480
|
+
},
|
|
35481
|
+
"type": "dimension",
|
|
35482
|
+
"value": "8px",
|
|
35483
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35484
|
+
"isSource": true,
|
|
35485
|
+
"original": {
|
|
35486
|
+
"$extensions": {
|
|
35487
|
+
"nl.nldesignsystem.css.property": {
|
|
35488
|
+
"syntax": "<length>",
|
|
35489
|
+
"inherits": true
|
|
35490
|
+
},
|
|
35491
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35492
|
+
"studio.tokens": {
|
|
35493
|
+
"originalType": "spacing"
|
|
35494
|
+
}
|
|
35495
|
+
},
|
|
35496
|
+
"type": "dimension",
|
|
35497
|
+
"value": "{utrecht.space.block.xs}"
|
|
35498
|
+
},
|
|
35499
|
+
"name": "padding-block",
|
|
35500
|
+
"attributes": {},
|
|
35501
|
+
"path": [
|
|
35502
|
+
"utrecht",
|
|
35503
|
+
"tooltip",
|
|
35504
|
+
"padding-block"
|
|
35505
|
+
]
|
|
35506
|
+
},
|
|
35507
|
+
"padding-inline": {
|
|
35508
|
+
"$extensions": {
|
|
35509
|
+
"nl.nldesignsystem.css.property": {
|
|
35510
|
+
"syntax": "<length>",
|
|
35511
|
+
"inherits": true
|
|
35512
|
+
},
|
|
35513
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35514
|
+
"studio.tokens": {
|
|
35515
|
+
"originalType": "spacing"
|
|
35516
|
+
}
|
|
35517
|
+
},
|
|
35518
|
+
"type": "dimension",
|
|
35519
|
+
"value": "16px",
|
|
35520
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
35521
|
+
"isSource": true,
|
|
35522
|
+
"original": {
|
|
35523
|
+
"$extensions": {
|
|
35524
|
+
"nl.nldesignsystem.css.property": {
|
|
35525
|
+
"syntax": "<length>",
|
|
35526
|
+
"inherits": true
|
|
35527
|
+
},
|
|
35528
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
35529
|
+
"studio.tokens": {
|
|
35530
|
+
"originalType": "spacing"
|
|
35531
|
+
}
|
|
35532
|
+
},
|
|
35533
|
+
"type": "dimension",
|
|
35534
|
+
"value": "{utrecht.space.inline.md}"
|
|
35535
|
+
},
|
|
35536
|
+
"name": "padding-inline",
|
|
35537
|
+
"attributes": {},
|
|
35538
|
+
"path": [
|
|
35539
|
+
"utrecht",
|
|
35540
|
+
"tooltip",
|
|
35541
|
+
"padding-inline"
|
|
35542
|
+
]
|
|
35543
|
+
},
|
|
35544
|
+
"transition-duration": {
|
|
35545
|
+
"$extensions": {
|
|
35546
|
+
"nl.nldesignsystem.css.property": {
|
|
35547
|
+
"syntax": "<time>",
|
|
35548
|
+
"inherits": true
|
|
35549
|
+
},
|
|
35550
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35551
|
+
},
|
|
35552
|
+
"type": "other"
|
|
35553
|
+
},
|
|
35554
|
+
"transition-timing-function": {
|
|
35555
|
+
"$extensions": {
|
|
35556
|
+
"nl.nldesignsystem.css.property": {
|
|
35557
|
+
"syntax": "<time>",
|
|
35558
|
+
"inherits": true
|
|
35559
|
+
},
|
|
35560
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35561
|
+
},
|
|
35562
|
+
"type": "other"
|
|
35563
|
+
},
|
|
35564
|
+
"z-index": {
|
|
35565
|
+
"$extensions": {
|
|
35566
|
+
"nl.nldesignsystem.css.property": {
|
|
35567
|
+
"syntax": "<number>",
|
|
35568
|
+
"inherits": true
|
|
35569
|
+
},
|
|
35570
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35571
|
+
},
|
|
35572
|
+
"type": "other"
|
|
35573
|
+
},
|
|
35574
|
+
"arrow": {
|
|
35575
|
+
"size": {
|
|
35576
|
+
"$extensions": {
|
|
35577
|
+
"nl.nldesignsystem.css.property": {
|
|
35578
|
+
"syntax": "<length-percentage>",
|
|
35579
|
+
"inherits": true
|
|
35580
|
+
},
|
|
35581
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
35582
|
+
},
|
|
35583
|
+
"type": "sizing"
|
|
35584
|
+
}
|
|
35585
|
+
}
|
|
35586
|
+
},
|
|
35154
35587
|
"toptask-link": {
|
|
35155
35588
|
"background-color": {
|
|
35156
35589
|
"$extensions": {
|
package/dist/dark/tokens.d.ts
CHANGED
|
@@ -559,6 +559,9 @@ declare const tokens: {
|
|
|
559
559
|
}
|
|
560
560
|
},
|
|
561
561
|
"item": {
|
|
562
|
+
"first": {
|
|
563
|
+
"padding-inline-start": DesignToken
|
|
564
|
+
},
|
|
562
565
|
"padding-block-start": DesignToken,
|
|
563
566
|
"padding-block-end": DesignToken,
|
|
564
567
|
"padding-inline-end": DesignToken,
|
|
@@ -4682,6 +4685,56 @@ declare const tokens: {
|
|
|
4682
4685
|
}
|
|
4683
4686
|
}
|
|
4684
4687
|
},
|
|
4688
|
+
"tooltip": {
|
|
4689
|
+
"background-color": DesignToken,
|
|
4690
|
+
"border-color": DesignToken,
|
|
4691
|
+
"border-radius": DesignToken,
|
|
4692
|
+
"border-width": DesignToken,
|
|
4693
|
+
"color": DesignToken,
|
|
4694
|
+
"font-family": DesignToken,
|
|
4695
|
+
"font-size": DesignToken,
|
|
4696
|
+
"font-weight": {
|
|
4697
|
+
"$extensions": {
|
|
4698
|
+
"nl.nldesignsystem.css.property": {}
|
|
4699
|
+
}
|
|
4700
|
+
},
|
|
4701
|
+
"line-height": {
|
|
4702
|
+
"$extensions": {
|
|
4703
|
+
"nl.nldesignsystem.css.property": {
|
|
4704
|
+
"syntax": {}
|
|
4705
|
+
}
|
|
4706
|
+
}
|
|
4707
|
+
},
|
|
4708
|
+
"max-inline-size": {
|
|
4709
|
+
"$extensions": {
|
|
4710
|
+
"nl.nldesignsystem.css.property": {}
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4713
|
+
"padding-block": DesignToken,
|
|
4714
|
+
"padding-inline": DesignToken,
|
|
4715
|
+
"transition-duration": {
|
|
4716
|
+
"$extensions": {
|
|
4717
|
+
"nl.nldesignsystem.css.property": {}
|
|
4718
|
+
}
|
|
4719
|
+
},
|
|
4720
|
+
"transition-timing-function": {
|
|
4721
|
+
"$extensions": {
|
|
4722
|
+
"nl.nldesignsystem.css.property": {}
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4725
|
+
"z-index": {
|
|
4726
|
+
"$extensions": {
|
|
4727
|
+
"nl.nldesignsystem.css.property": {}
|
|
4728
|
+
}
|
|
4729
|
+
},
|
|
4730
|
+
"arrow": {
|
|
4731
|
+
"size": {
|
|
4732
|
+
"$extensions": {
|
|
4733
|
+
"nl.nldesignsystem.css.property": {}
|
|
4734
|
+
}
|
|
4735
|
+
}
|
|
4736
|
+
}
|
|
4737
|
+
},
|
|
4685
4738
|
"toptask-link": {
|
|
4686
4739
|
"background-color": DesignToken,
|
|
4687
4740
|
"color": DesignToken,
|