@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
package/dist/tokens.json
CHANGED
|
@@ -36330,6 +36330,398 @@
|
|
|
36330
36330
|
}
|
|
36331
36331
|
}
|
|
36332
36332
|
},
|
|
36333
|
+
"tooltip": {
|
|
36334
|
+
"background-color": {
|
|
36335
|
+
"$extensions": {
|
|
36336
|
+
"nl.nldesignsystem.css.property": {
|
|
36337
|
+
"syntax": "<color>",
|
|
36338
|
+
"inherits": true
|
|
36339
|
+
},
|
|
36340
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36341
|
+
},
|
|
36342
|
+
"type": "color",
|
|
36343
|
+
"value": "hsl(0 0% 100%)",
|
|
36344
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36345
|
+
"isSource": true,
|
|
36346
|
+
"original": {
|
|
36347
|
+
"$extensions": {
|
|
36348
|
+
"nl.nldesignsystem.css.property": {
|
|
36349
|
+
"syntax": "<color>",
|
|
36350
|
+
"inherits": true
|
|
36351
|
+
},
|
|
36352
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36353
|
+
},
|
|
36354
|
+
"type": "color",
|
|
36355
|
+
"value": "{utrecht.color.white}"
|
|
36356
|
+
},
|
|
36357
|
+
"name": "utrechtTooltipBackgroundColor",
|
|
36358
|
+
"attributes": {},
|
|
36359
|
+
"path": [
|
|
36360
|
+
"utrecht",
|
|
36361
|
+
"tooltip",
|
|
36362
|
+
"background-color"
|
|
36363
|
+
]
|
|
36364
|
+
},
|
|
36365
|
+
"border-color": {
|
|
36366
|
+
"$extensions": {
|
|
36367
|
+
"nl.nldesignsystem.css.property": {
|
|
36368
|
+
"syntax": "<color>",
|
|
36369
|
+
"inherits": true
|
|
36370
|
+
},
|
|
36371
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36372
|
+
},
|
|
36373
|
+
"type": "color",
|
|
36374
|
+
"value": "hsl(0 0% 40%)",
|
|
36375
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36376
|
+
"isSource": true,
|
|
36377
|
+
"original": {
|
|
36378
|
+
"$extensions": {
|
|
36379
|
+
"nl.nldesignsystem.css.property": {
|
|
36380
|
+
"syntax": "<color>",
|
|
36381
|
+
"inherits": true
|
|
36382
|
+
},
|
|
36383
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36384
|
+
},
|
|
36385
|
+
"type": "color",
|
|
36386
|
+
"value": "{utrecht.color.grey.40}"
|
|
36387
|
+
},
|
|
36388
|
+
"name": "utrechtTooltipBorderColor",
|
|
36389
|
+
"attributes": {},
|
|
36390
|
+
"path": [
|
|
36391
|
+
"utrecht",
|
|
36392
|
+
"tooltip",
|
|
36393
|
+
"border-color"
|
|
36394
|
+
]
|
|
36395
|
+
},
|
|
36396
|
+
"border-radius": {
|
|
36397
|
+
"$extensions": {
|
|
36398
|
+
"nl.nldesignsystem.css.property": {
|
|
36399
|
+
"syntax": "<length-percentage>",
|
|
36400
|
+
"inherits": true
|
|
36401
|
+
},
|
|
36402
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36403
|
+
"studio.tokens": {
|
|
36404
|
+
"originalType": "borderRadius"
|
|
36405
|
+
}
|
|
36406
|
+
},
|
|
36407
|
+
"type": "dimension",
|
|
36408
|
+
"value": "0",
|
|
36409
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36410
|
+
"isSource": true,
|
|
36411
|
+
"original": {
|
|
36412
|
+
"$extensions": {
|
|
36413
|
+
"nl.nldesignsystem.css.property": {
|
|
36414
|
+
"syntax": "<length-percentage>",
|
|
36415
|
+
"inherits": true
|
|
36416
|
+
},
|
|
36417
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36418
|
+
"studio.tokens": {
|
|
36419
|
+
"originalType": "borderRadius"
|
|
36420
|
+
}
|
|
36421
|
+
},
|
|
36422
|
+
"type": "dimension",
|
|
36423
|
+
"value": "0"
|
|
36424
|
+
},
|
|
36425
|
+
"name": "utrechtTooltipBorderRadius",
|
|
36426
|
+
"attributes": {},
|
|
36427
|
+
"path": [
|
|
36428
|
+
"utrecht",
|
|
36429
|
+
"tooltip",
|
|
36430
|
+
"border-radius"
|
|
36431
|
+
]
|
|
36432
|
+
},
|
|
36433
|
+
"border-width": {
|
|
36434
|
+
"$extensions": {
|
|
36435
|
+
"nl.nldesignsystem.css.property": {
|
|
36436
|
+
"syntax": "<length>",
|
|
36437
|
+
"inherits": true
|
|
36438
|
+
},
|
|
36439
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36440
|
+
"studio.tokens": {
|
|
36441
|
+
"originalType": "borderWidth"
|
|
36442
|
+
}
|
|
36443
|
+
},
|
|
36444
|
+
"type": "dimension",
|
|
36445
|
+
"value": "1px",
|
|
36446
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36447
|
+
"isSource": true,
|
|
36448
|
+
"original": {
|
|
36449
|
+
"$extensions": {
|
|
36450
|
+
"nl.nldesignsystem.css.property": {
|
|
36451
|
+
"syntax": "<length>",
|
|
36452
|
+
"inherits": true
|
|
36453
|
+
},
|
|
36454
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36455
|
+
"studio.tokens": {
|
|
36456
|
+
"originalType": "borderWidth"
|
|
36457
|
+
}
|
|
36458
|
+
},
|
|
36459
|
+
"type": "dimension",
|
|
36460
|
+
"value": "1px"
|
|
36461
|
+
},
|
|
36462
|
+
"name": "utrechtTooltipBorderWidth",
|
|
36463
|
+
"attributes": {},
|
|
36464
|
+
"path": [
|
|
36465
|
+
"utrecht",
|
|
36466
|
+
"tooltip",
|
|
36467
|
+
"border-width"
|
|
36468
|
+
]
|
|
36469
|
+
},
|
|
36470
|
+
"color": {
|
|
36471
|
+
"$extensions": {
|
|
36472
|
+
"nl.nldesignsystem.css.property": {
|
|
36473
|
+
"syntax": "<color>",
|
|
36474
|
+
"inherits": true
|
|
36475
|
+
},
|
|
36476
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36477
|
+
},
|
|
36478
|
+
"type": "color",
|
|
36479
|
+
"value": "hsl(0 0% 40%)",
|
|
36480
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36481
|
+
"isSource": true,
|
|
36482
|
+
"original": {
|
|
36483
|
+
"$extensions": {
|
|
36484
|
+
"nl.nldesignsystem.css.property": {
|
|
36485
|
+
"syntax": "<color>",
|
|
36486
|
+
"inherits": true
|
|
36487
|
+
},
|
|
36488
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36489
|
+
},
|
|
36490
|
+
"type": "color",
|
|
36491
|
+
"value": "{utrecht.color.grey.40}"
|
|
36492
|
+
},
|
|
36493
|
+
"name": "utrechtTooltipColor",
|
|
36494
|
+
"attributes": {},
|
|
36495
|
+
"path": [
|
|
36496
|
+
"utrecht",
|
|
36497
|
+
"tooltip",
|
|
36498
|
+
"color"
|
|
36499
|
+
]
|
|
36500
|
+
},
|
|
36501
|
+
"font-family": {
|
|
36502
|
+
"$extensions": {
|
|
36503
|
+
"nl.nldesignsystem.css.property": {
|
|
36504
|
+
"syntax": "*",
|
|
36505
|
+
"inherits": true
|
|
36506
|
+
},
|
|
36507
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36508
|
+
"studio.tokens": {
|
|
36509
|
+
"originalType": "fontFamilies"
|
|
36510
|
+
}
|
|
36511
|
+
},
|
|
36512
|
+
"type": "fontFamily",
|
|
36513
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
36514
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36515
|
+
"isSource": true,
|
|
36516
|
+
"original": {
|
|
36517
|
+
"$extensions": {
|
|
36518
|
+
"nl.nldesignsystem.css.property": {
|
|
36519
|
+
"syntax": "*",
|
|
36520
|
+
"inherits": true
|
|
36521
|
+
},
|
|
36522
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36523
|
+
"studio.tokens": {
|
|
36524
|
+
"originalType": "fontFamilies"
|
|
36525
|
+
}
|
|
36526
|
+
},
|
|
36527
|
+
"type": "fontFamily",
|
|
36528
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
36529
|
+
},
|
|
36530
|
+
"name": "utrechtTooltipFontFamily",
|
|
36531
|
+
"attributes": {},
|
|
36532
|
+
"path": [
|
|
36533
|
+
"utrecht",
|
|
36534
|
+
"tooltip",
|
|
36535
|
+
"font-family"
|
|
36536
|
+
]
|
|
36537
|
+
},
|
|
36538
|
+
"font-size": {
|
|
36539
|
+
"$extensions": {
|
|
36540
|
+
"nl.nldesignsystem.css.property": {
|
|
36541
|
+
"syntax": "<length>",
|
|
36542
|
+
"inherits": true
|
|
36543
|
+
},
|
|
36544
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36545
|
+
"studio.tokens": {
|
|
36546
|
+
"originalType": "fontSizes"
|
|
36547
|
+
}
|
|
36548
|
+
},
|
|
36549
|
+
"type": "fontSize",
|
|
36550
|
+
"value": "1rem",
|
|
36551
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36552
|
+
"isSource": true,
|
|
36553
|
+
"original": {
|
|
36554
|
+
"$extensions": {
|
|
36555
|
+
"nl.nldesignsystem.css.property": {
|
|
36556
|
+
"syntax": "<length>",
|
|
36557
|
+
"inherits": true
|
|
36558
|
+
},
|
|
36559
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36560
|
+
"studio.tokens": {
|
|
36561
|
+
"originalType": "fontSizes"
|
|
36562
|
+
}
|
|
36563
|
+
},
|
|
36564
|
+
"type": "fontSize",
|
|
36565
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
36566
|
+
},
|
|
36567
|
+
"name": "utrechtTooltipFontSize",
|
|
36568
|
+
"attributes": {},
|
|
36569
|
+
"path": [
|
|
36570
|
+
"utrecht",
|
|
36571
|
+
"tooltip",
|
|
36572
|
+
"font-size"
|
|
36573
|
+
]
|
|
36574
|
+
},
|
|
36575
|
+
"font-weight": {
|
|
36576
|
+
"$extensions": {
|
|
36577
|
+
"nl.nldesignsystem.css.property": {
|
|
36578
|
+
"syntax": "<number>",
|
|
36579
|
+
"inherits": false
|
|
36580
|
+
},
|
|
36581
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36582
|
+
},
|
|
36583
|
+
"type": "fontWeights"
|
|
36584
|
+
},
|
|
36585
|
+
"line-height": {
|
|
36586
|
+
"$extensions": {
|
|
36587
|
+
"nl.nldesignsystem.css.property": {
|
|
36588
|
+
"syntax": [
|
|
36589
|
+
"<length>",
|
|
36590
|
+
"<number>"
|
|
36591
|
+
],
|
|
36592
|
+
"inherits": true
|
|
36593
|
+
},
|
|
36594
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36595
|
+
},
|
|
36596
|
+
"type": "lineHeights"
|
|
36597
|
+
},
|
|
36598
|
+
"max-inline-size": {
|
|
36599
|
+
"$extensions": {
|
|
36600
|
+
"nl.nldesignsystem.css.property": {
|
|
36601
|
+
"syntax": "<length>",
|
|
36602
|
+
"inherits": true
|
|
36603
|
+
},
|
|
36604
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36605
|
+
},
|
|
36606
|
+
"type": "sizing"
|
|
36607
|
+
},
|
|
36608
|
+
"padding-block": {
|
|
36609
|
+
"$extensions": {
|
|
36610
|
+
"nl.nldesignsystem.css.property": {
|
|
36611
|
+
"syntax": "<length>",
|
|
36612
|
+
"inherits": true
|
|
36613
|
+
},
|
|
36614
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36615
|
+
"studio.tokens": {
|
|
36616
|
+
"originalType": "spacing"
|
|
36617
|
+
}
|
|
36618
|
+
},
|
|
36619
|
+
"type": "dimension",
|
|
36620
|
+
"value": "8px",
|
|
36621
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36622
|
+
"isSource": true,
|
|
36623
|
+
"original": {
|
|
36624
|
+
"$extensions": {
|
|
36625
|
+
"nl.nldesignsystem.css.property": {
|
|
36626
|
+
"syntax": "<length>",
|
|
36627
|
+
"inherits": true
|
|
36628
|
+
},
|
|
36629
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36630
|
+
"studio.tokens": {
|
|
36631
|
+
"originalType": "spacing"
|
|
36632
|
+
}
|
|
36633
|
+
},
|
|
36634
|
+
"type": "dimension",
|
|
36635
|
+
"value": "{utrecht.space.block.xs}"
|
|
36636
|
+
},
|
|
36637
|
+
"name": "utrechtTooltipPaddingBlock",
|
|
36638
|
+
"attributes": {},
|
|
36639
|
+
"path": [
|
|
36640
|
+
"utrecht",
|
|
36641
|
+
"tooltip",
|
|
36642
|
+
"padding-block"
|
|
36643
|
+
]
|
|
36644
|
+
},
|
|
36645
|
+
"padding-inline": {
|
|
36646
|
+
"$extensions": {
|
|
36647
|
+
"nl.nldesignsystem.css.property": {
|
|
36648
|
+
"syntax": "<length>",
|
|
36649
|
+
"inherits": true
|
|
36650
|
+
},
|
|
36651
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36652
|
+
"studio.tokens": {
|
|
36653
|
+
"originalType": "spacing"
|
|
36654
|
+
}
|
|
36655
|
+
},
|
|
36656
|
+
"type": "dimension",
|
|
36657
|
+
"value": "16px",
|
|
36658
|
+
"filePath": "src/component/utrecht/tooltip.tokens.json",
|
|
36659
|
+
"isSource": true,
|
|
36660
|
+
"original": {
|
|
36661
|
+
"$extensions": {
|
|
36662
|
+
"nl.nldesignsystem.css.property": {
|
|
36663
|
+
"syntax": "<length>",
|
|
36664
|
+
"inherits": true
|
|
36665
|
+
},
|
|
36666
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
36667
|
+
"studio.tokens": {
|
|
36668
|
+
"originalType": "spacing"
|
|
36669
|
+
}
|
|
36670
|
+
},
|
|
36671
|
+
"type": "dimension",
|
|
36672
|
+
"value": "{utrecht.space.inline.md}"
|
|
36673
|
+
},
|
|
36674
|
+
"name": "utrechtTooltipPaddingInline",
|
|
36675
|
+
"attributes": {},
|
|
36676
|
+
"path": [
|
|
36677
|
+
"utrecht",
|
|
36678
|
+
"tooltip",
|
|
36679
|
+
"padding-inline"
|
|
36680
|
+
]
|
|
36681
|
+
},
|
|
36682
|
+
"transition-duration": {
|
|
36683
|
+
"$extensions": {
|
|
36684
|
+
"nl.nldesignsystem.css.property": {
|
|
36685
|
+
"syntax": "<time>",
|
|
36686
|
+
"inherits": true
|
|
36687
|
+
},
|
|
36688
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36689
|
+
},
|
|
36690
|
+
"type": "other"
|
|
36691
|
+
},
|
|
36692
|
+
"transition-timing-function": {
|
|
36693
|
+
"$extensions": {
|
|
36694
|
+
"nl.nldesignsystem.css.property": {
|
|
36695
|
+
"syntax": "<time>",
|
|
36696
|
+
"inherits": true
|
|
36697
|
+
},
|
|
36698
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36699
|
+
},
|
|
36700
|
+
"type": "other"
|
|
36701
|
+
},
|
|
36702
|
+
"z-index": {
|
|
36703
|
+
"$extensions": {
|
|
36704
|
+
"nl.nldesignsystem.css.property": {
|
|
36705
|
+
"syntax": "<number>",
|
|
36706
|
+
"inherits": true
|
|
36707
|
+
},
|
|
36708
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36709
|
+
},
|
|
36710
|
+
"type": "other"
|
|
36711
|
+
},
|
|
36712
|
+
"arrow": {
|
|
36713
|
+
"size": {
|
|
36714
|
+
"$extensions": {
|
|
36715
|
+
"nl.nldesignsystem.css.property": {
|
|
36716
|
+
"syntax": "<length-percentage>",
|
|
36717
|
+
"inherits": true
|
|
36718
|
+
},
|
|
36719
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
36720
|
+
},
|
|
36721
|
+
"type": "sizing"
|
|
36722
|
+
}
|
|
36723
|
+
}
|
|
36724
|
+
},
|
|
36333
36725
|
"toptask-link": {
|
|
36334
36726
|
"background-color": {
|
|
36335
36727
|
"$extensions": {
|
package/dist/variables.cjs
CHANGED
|
@@ -895,6 +895,15 @@ module.exports = {
|
|
|
895
895
|
"utrechtTextareaBorderBottomWidth": "3px",
|
|
896
896
|
"utrechtTextareaLineHeight": "1.5",
|
|
897
897
|
"utrechtTextboxBorderBottomWidth": "3px",
|
|
898
|
+
"utrechtTooltipBackgroundColor": "hsl(0 0% 100%)",
|
|
899
|
+
"utrechtTooltipBorderColor": "hsl(0 0% 40%)",
|
|
900
|
+
"utrechtTooltipBorderRadius": "0",
|
|
901
|
+
"utrechtTooltipBorderWidth": "1px",
|
|
902
|
+
"utrechtTooltipColor": "hsl(0 0% 40%)",
|
|
903
|
+
"utrechtTooltipFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
904
|
+
"utrechtTooltipFontSize": "1rem",
|
|
905
|
+
"utrechtTooltipPaddingBlock": "8px",
|
|
906
|
+
"utrechtTooltipPaddingInline": "16px",
|
|
898
907
|
"utrechtToptaskLinkBackgroundColor": "hsl(211 60% 35%)",
|
|
899
908
|
"utrechtToptaskLinkColor": "hsl(0 0% 100%)",
|
|
900
909
|
"utrechtToptaskLinkFontSize": "1rem",
|
package/dist/variables.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;
|
|
@@ -424,6 +426,13 @@
|
|
|
424
426
|
--utrecht-topnav-link-focus-background-color: var(--utrecht-color-yellow-80);
|
|
425
427
|
--utrecht-topnav-link-color: var(--utrecht-color-white);
|
|
426
428
|
--utrecht-topnav-link-background-color: var(--utrecht-color-blue-40);
|
|
429
|
+
--utrecht-tooltip-padding-inline: var(--utrecht-space-inline-md);
|
|
430
|
+
--utrecht-tooltip-padding-block: var(--utrecht-space-block-xs);
|
|
431
|
+
--utrecht-tooltip-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
432
|
+
--utrecht-tooltip-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
433
|
+
--utrecht-tooltip-color: var(--utrecht-color-grey-40);
|
|
434
|
+
--utrecht-tooltip-border-color: var(--utrecht-color-grey-40);
|
|
435
|
+
--utrecht-tooltip-background-color: var(--utrecht-color-white);
|
|
427
436
|
--utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
|
|
428
437
|
--utrecht-table-row-border-block-end-width: var(--utrecht-border-width-sm);
|
|
429
438
|
--utrecht-table-row-border-block-end-color: var(--utrecht-color-grey-90);
|
package/dist/variables.d.ts
CHANGED
|
@@ -961,6 +961,15 @@ export const utrechtTextareaBorderBlockEndWidth : string;
|
|
|
961
961
|
export const utrechtTextareaBorderBottomWidth : string;
|
|
962
962
|
export const utrechtTextareaLineHeight : string;
|
|
963
963
|
export const utrechtTextboxBorderBottomWidth : string;
|
|
964
|
+
export const utrechtTooltipBackgroundColor : string;
|
|
965
|
+
export const utrechtTooltipBorderColor : string;
|
|
966
|
+
export const utrechtTooltipBorderRadius : string;
|
|
967
|
+
export const utrechtTooltipBorderWidth : string;
|
|
968
|
+
export const utrechtTooltipColor : string;
|
|
969
|
+
export const utrechtTooltipFontFamily : string;
|
|
970
|
+
export const utrechtTooltipFontSize : string;
|
|
971
|
+
export const utrechtTooltipPaddingBlock : string;
|
|
972
|
+
export const utrechtTooltipPaddingInline : string;
|
|
964
973
|
export const utrechtToptaskLinkBackgroundColor : string;
|
|
965
974
|
export const utrechtToptaskLinkColor : string;
|
|
966
975
|
export const utrechtToptaskLinkFontSize : string;
|
package/dist/variables.json
CHANGED
|
@@ -1060,6 +1060,15 @@
|
|
|
1060
1060
|
"utrechtTextareaBorderBottomWidth": "3px",
|
|
1061
1061
|
"utrechtTextareaLineHeight": "1.5",
|
|
1062
1062
|
"utrechtTextboxBorderBottomWidth": "3px",
|
|
1063
|
+
"utrechtTooltipBackgroundColor": "hsl(0 0% 100%)",
|
|
1064
|
+
"utrechtTooltipBorderColor": "hsl(0 0% 40%)",
|
|
1065
|
+
"utrechtTooltipBorderRadius": "0",
|
|
1066
|
+
"utrechtTooltipBorderWidth": "1px",
|
|
1067
|
+
"utrechtTooltipColor": "hsl(0 0% 40%)",
|
|
1068
|
+
"utrechtTooltipFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1069
|
+
"utrechtTooltipFontSize": "1rem",
|
|
1070
|
+
"utrechtTooltipPaddingBlock": "8px",
|
|
1071
|
+
"utrechtTooltipPaddingInline": "16px",
|
|
1063
1072
|
"utrechtTopnavLinkBackgroundColor": "hsl(211 60% 40%)",
|
|
1064
1073
|
"utrechtTopnavLinkColor": "hsl(0 0% 100%)",
|
|
1065
1074
|
"utrechtTopnavLinkFocusBackgroundColor": "hsl(48 100% 80%)",
|
package/dist/variables.less
CHANGED
|
@@ -101,6 +101,8 @@
|
|
|
101
101
|
@utrecht-toptask-link-min-inline-size: 15rem;
|
|
102
102
|
@utrecht-toptask-link-min-block-size: 8.25rem;
|
|
103
103
|
@utrecht-toptask-link-line-height: 1.2;
|
|
104
|
+
@utrecht-tooltip-border-width: 1px;
|
|
105
|
+
@utrecht-tooltip-border-radius: 0;
|
|
104
106
|
@utrecht-textbox-border-bottom-width: 3px;
|
|
105
107
|
@utrecht-textarea-border-bottom-width: 3px;
|
|
106
108
|
@utrecht-textarea-border-block-end-width: 3px;
|
|
@@ -502,6 +504,13 @@
|
|
|
502
504
|
@utrecht-toptask-link-padding-block-start: @utrecht-space-block-xl;
|
|
503
505
|
@utrecht-toptask-link-padding-block-end: @utrecht-space-block-xl;
|
|
504
506
|
@utrecht-toptask-link-font-size: @utrecht-typography-scale-md-font-size;
|
|
507
|
+
@utrecht-tooltip-padding-inline: @utrecht-space-inline-md;
|
|
508
|
+
@utrecht-tooltip-padding-block: @utrecht-space-block-xs;
|
|
509
|
+
@utrecht-tooltip-font-size: @utrecht-typography-scale-md-font-size;
|
|
510
|
+
@utrecht-tooltip-font-family: @utrecht-typography-sans-serif-font-family;
|
|
511
|
+
@utrecht-tooltip-color: @utrecht-color-grey-40;
|
|
512
|
+
@utrecht-tooltip-border-color: @utrecht-color-grey-40;
|
|
513
|
+
@utrecht-tooltip-background-color: @utrecht-color-white;
|
|
505
514
|
@utrecht-textarea-line-height: @utrecht-typography-line-height-md;
|
|
506
515
|
@utrecht-table-row-alternate-even-color: @utrecht-color-black;
|
|
507
516
|
@utrecht-table-row-alternate-even-background-color: @utrecht-color-grey-95;
|
package/dist/variables.mjs
CHANGED
|
@@ -894,6 +894,15 @@ export const utrechtTextareaBorderBlockEndWidth = "3px";
|
|
|
894
894
|
export const utrechtTextareaBorderBottomWidth = "3px";
|
|
895
895
|
export const utrechtTextareaLineHeight = "1.5";
|
|
896
896
|
export const utrechtTextboxBorderBottomWidth = "3px";
|
|
897
|
+
export const utrechtTooltipBackgroundColor = "hsl(0 0% 100%)";
|
|
898
|
+
export const utrechtTooltipBorderColor = "hsl(0 0% 40%)";
|
|
899
|
+
export const utrechtTooltipBorderRadius = "0";
|
|
900
|
+
export const utrechtTooltipBorderWidth = "1px";
|
|
901
|
+
export const utrechtTooltipColor = "hsl(0 0% 40%)";
|
|
902
|
+
export const utrechtTooltipFontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
903
|
+
export const utrechtTooltipFontSize = "1rem";
|
|
904
|
+
export const utrechtTooltipPaddingBlock = "8px";
|
|
905
|
+
export const utrechtTooltipPaddingInline = "16px";
|
|
897
906
|
export const utrechtToptaskLinkBackgroundColor = "hsl(211 60% 35%)";
|
|
898
907
|
export const utrechtToptaskLinkColor = "hsl(0 0% 100%)";
|
|
899
908
|
export const utrechtToptaskLinkFontSize = "1rem";
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"tooltip": {
|
|
4
|
+
"background-color": { "value": "{utrecht.color.white}" },
|
|
5
|
+
"border-color": { "value": "{utrecht.color.grey.40}" },
|
|
6
|
+
"border-radius": { "value": "0" },
|
|
7
|
+
"border-width": { "value": "1px" },
|
|
8
|
+
"color": { "value": "{utrecht.color.grey.40}" },
|
|
9
|
+
"font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
|
|
10
|
+
"font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
|
|
11
|
+
"padding-inline": { "value": "{utrecht.space.inline.md}" },
|
|
12
|
+
"padding-block": { "value": "{utrecht.space.block.xs}" }
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|