@utrecht/design-tokens 3.2.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 +6 -0
- package/dist/_mixin-theme.scss +9 -0
- package/dist/_mixin.scss +9 -0
- package/dist/_variables.scss +9 -0
- package/dist/dark/_mixin-theme.scss +9 -0
- package/dist/dark/_mixin.scss +9 -0
- package/dist/dark/_variables.scss +9 -0
- package/dist/dark/index.cjs +9 -0
- package/dist/dark/index.css +9 -0
- package/dist/dark/index.d.ts +9 -0
- package/dist/dark/index.flat.json +9 -0
- package/dist/dark/index.json +315 -0
- package/dist/dark/index.mjs +9 -0
- package/dist/dark/index.tokens.json +86 -0
- package/dist/dark/list.json +315 -0
- package/dist/dark/list.mjs +315 -0
- package/dist/dark/property.css +8 -0
- package/dist/dark/root.css +9 -0
- package/dist/dark/theme-prince-xml.css +9 -0
- package/dist/dark/theme.css +9 -0
- package/dist/dark/tokens.cjs +392 -0
- package/dist/dark/tokens.d.ts +50 -0
- package/dist/dark/tokens.json +392 -0
- package/dist/dark/variables.cjs +9 -0
- package/dist/dark/variables.css +9 -0
- package/dist/dark/variables.d.ts +9 -0
- package/dist/dark/variables.json +9 -0
- package/dist/dark/variables.less +9 -0
- package/dist/dark/variables.mjs +9 -0
- package/dist/index.cjs +9 -0
- package/dist/index.css +18 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.flat.json +9 -0
- package/dist/index.json +315 -0
- package/dist/index.mjs +9 -0
- package/dist/index.tokens.json +86 -0
- package/dist/list.json +315 -0
- package/dist/list.mjs +315 -0
- package/dist/property.css +8 -0
- package/dist/root.css +9 -0
- package/dist/theme-prince-xml.css +9 -0
- package/dist/theme.css +9 -0
- package/dist/tokens.cjs +392 -0
- package/dist/tokens.d.ts +50 -0
- package/dist/tokens.json +392 -0
- package/dist/variables.cjs +9 -0
- package/dist/variables.css +9 -0
- package/dist/variables.d.ts +9 -0
- package/dist/variables.json +9 -0
- package/dist/variables.less +9 -0
- package/dist/variables.mjs +9 -0
- package/package.json +1 -1
- package/src/component/utrecht/tooltip.tokens.json +15 -0
|
@@ -103,6 +103,8 @@
|
|
|
103
103
|
--utrecht-toptask-link-min-inline-size: 15rem;
|
|
104
104
|
--utrecht-toptask-link-min-block-size: 8.25rem;
|
|
105
105
|
--utrecht-toptask-link-line-height: 1.2;
|
|
106
|
+
--utrecht-tooltip-border-width: 1px;
|
|
107
|
+
--utrecht-tooltip-border-radius: 0;
|
|
106
108
|
--utrecht-textbox-border-bottom-width: 3px;
|
|
107
109
|
--utrecht-textarea-border-bottom-width: 3px;
|
|
108
110
|
--utrecht-textarea-border-block-end-width: 3px;
|
|
@@ -506,6 +508,13 @@
|
|
|
506
508
|
--utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
|
|
507
509
|
--utrecht-toptask-link-padding-block-end: var(--utrecht-space-block-xl);
|
|
508
510
|
--utrecht-toptask-link-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
511
|
+
--utrecht-tooltip-padding-inline: var(--utrecht-space-inline-md);
|
|
512
|
+
--utrecht-tooltip-padding-block: var(--utrecht-space-block-xs);
|
|
513
|
+
--utrecht-tooltip-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
514
|
+
--utrecht-tooltip-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
515
|
+
--utrecht-tooltip-color: var(--utrecht-color-grey-40);
|
|
516
|
+
--utrecht-tooltip-border-color: var(--utrecht-color-grey-40);
|
|
517
|
+
--utrecht-tooltip-background-color: var(--utrecht-color-white);
|
|
509
518
|
--utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
|
|
510
519
|
--utrecht-table-row-alternate-even-color: var(--utrecht-color-black);
|
|
511
520
|
--utrecht-table-row-alternate-even-background-color: var(--utrecht-color-grey-95);
|
package/dist/dark/theme.css
CHANGED
|
@@ -30,6 +30,8 @@
|
|
|
30
30
|
--utrecht-toptask-link-hover-transform-scale: 1.02;
|
|
31
31
|
--utrecht-topnav-link-focus-text-decoration: none;
|
|
32
32
|
--utrecht-topnav-link-focus-border-type: dotted;
|
|
33
|
+
--utrecht-tooltip-border-width: 1px;
|
|
34
|
+
--utrecht-tooltip-border-radius: 0;
|
|
33
35
|
--utrecht-textbox-border-bottom-width: 3px;
|
|
34
36
|
--utrecht-textarea-border-bottom-width: 3px;
|
|
35
37
|
--utrecht-textarea-border-block-end-width: 3px;
|
|
@@ -426,6 +428,13 @@
|
|
|
426
428
|
--utrecht-topnav-link-focus-background-color: var(--utrecht-color-yellow-80);
|
|
427
429
|
--utrecht-topnav-link-color: var(--utrecht-color-white);
|
|
428
430
|
--utrecht-topnav-link-background-color: var(--utrecht-color-blue-40);
|
|
431
|
+
--utrecht-tooltip-padding-inline: var(--utrecht-space-inline-md);
|
|
432
|
+
--utrecht-tooltip-padding-block: var(--utrecht-space-block-xs);
|
|
433
|
+
--utrecht-tooltip-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
434
|
+
--utrecht-tooltip-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
435
|
+
--utrecht-tooltip-color: var(--utrecht-color-grey-40);
|
|
436
|
+
--utrecht-tooltip-border-color: var(--utrecht-color-grey-40);
|
|
437
|
+
--utrecht-tooltip-background-color: var(--utrecht-color-white);
|
|
429
438
|
--utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
|
|
430
439
|
--utrecht-table-row-border-block-end-width: var(--utrecht-border-width-sm);
|
|
431
440
|
--utrecht-table-row-border-block-end-color: var(--utrecht-color-grey-90);
|
package/dist/dark/tokens.cjs
CHANGED
|
@@ -35192,6 +35192,398 @@ module.exports = {
|
|
|
35192
35192
|
}
|
|
35193
35193
|
}
|
|
35194
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
|
+
},
|
|
35195
35587
|
"toptask-link": {
|
|
35196
35588
|
"background-color": {
|
|
35197
35589
|
"$extensions": {
|
package/dist/dark/tokens.d.ts
CHANGED
|
@@ -4685,6 +4685,56 @@ declare const tokens: {
|
|
|
4685
4685
|
}
|
|
4686
4686
|
}
|
|
4687
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
|
+
},
|
|
4688
4738
|
"toptask-link": {
|
|
4689
4739
|
"background-color": DesignToken,
|
|
4690
4740
|
"color": DesignToken,
|