@conduction/theme 1.0.15 → 1.0.17
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/README.md +7 -3
- package/conduction-design-tokens/dist/design-tokens.css +7 -3
- package/conduction-design-tokens/dist/index.js +7 -3
- package/conduction-design-tokens/dist/index.json +88 -4
- package/conduction-design-tokens/dist/index.less +7 -3
- package/conduction-design-tokens/dist/index.scss +7 -3
- package/conduction-design-tokens/dist/tokens.json +88 -8
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +6 -6
- package/conduction-design-tokens/src/config.json +1 -1
- package/municipalities/leiden-design-tokens/LICENSE.md +17 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +283 -0
- package/municipalities/leiden-design-tokens/dist/font.css +1 -0
- package/municipalities/leiden-design-tokens/dist/index.css +7 -0
- package/municipalities/leiden-design-tokens/dist/index.js +281 -0
- package/municipalities/leiden-design-tokens/dist/index.json +5470 -0
- package/municipalities/leiden-design-tokens/dist/index.less +280 -0
- package/municipalities/leiden-design-tokens/dist/index.scss +280 -0
- package/municipalities/leiden-design-tokens/dist/tokens.json +5852 -0
- package/municipalities/leiden-design-tokens/package.json +40 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +63 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/font-size.tokens.json +17 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/size.tokens.json +17 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/typography.tokens.json +42 -0
- package/municipalities/leiden-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/leiden-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/municipalities/leiden-design-tokens/src/config.json +7 -0
- package/municipalities/leiden-design-tokens/src/font.scss +1 -0
- package/municipalities/leiden-design-tokens/src/index.scss +11 -0
- package/municipalities/leiden-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden.css +61 -40
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +16 -15
- package/municipalities/xxllnc-design-tokens/dist/index.js +17 -16
- package/municipalities/xxllnc-design-tokens/dist/index.json +55 -38
- package/municipalities/xxllnc-design-tokens/dist/index.less +16 -15
- package/municipalities/xxllnc-design-tokens/dist/index.scss +16 -15
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +184 -170
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -3
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +2 -2
- package/municipalities/xxllnc.css +1 -1
- package/package.json +1 -1
- package/theme.css +4 -4
- /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{footer.tokens.json → page-footer.tokens.json} +0 -0
|
@@ -139,11 +139,11 @@
|
|
|
139
139
|
]
|
|
140
140
|
},
|
|
141
141
|
"alert-warning-background": {
|
|
142
|
-
"value": "#
|
|
142
|
+
"value": "#fff3cd",
|
|
143
143
|
"filePath": "src/brand/xxllnc/color.tokens.json",
|
|
144
144
|
"isSource": true,
|
|
145
145
|
"original": {
|
|
146
|
-
"value": "#
|
|
146
|
+
"value": "#fff3cd"
|
|
147
147
|
},
|
|
148
148
|
"name": "xxllncColorAlertWarningBackground",
|
|
149
149
|
"attributes": {
|
|
@@ -234,11 +234,11 @@
|
|
|
234
234
|
]
|
|
235
235
|
},
|
|
236
236
|
"alert-info": {
|
|
237
|
-
"value": "#
|
|
237
|
+
"value": "#28282c",
|
|
238
238
|
"filePath": "src/brand/xxllnc/color.tokens.json",
|
|
239
239
|
"isSource": true,
|
|
240
240
|
"original": {
|
|
241
|
-
"value": "
|
|
241
|
+
"value": "{xxllnc.color.black.16}"
|
|
242
242
|
},
|
|
243
243
|
"name": "xxllncColorAlertInfo",
|
|
244
244
|
"attributes": {
|
|
@@ -253,11 +253,11 @@
|
|
|
253
253
|
]
|
|
254
254
|
},
|
|
255
255
|
"alert-info-background": {
|
|
256
|
-
"value": "#
|
|
256
|
+
"value": "#eaeaea",
|
|
257
257
|
"filePath": "src/brand/xxllnc/color.tokens.json",
|
|
258
258
|
"isSource": true,
|
|
259
259
|
"original": {
|
|
260
|
-
"value": "
|
|
260
|
+
"value": "{xxllnc.color.grey.92}"
|
|
261
261
|
},
|
|
262
262
|
"name": "xxllncColorAlertInfoBackground",
|
|
263
263
|
"attributes": {
|
|
@@ -1968,7 +1968,7 @@
|
|
|
1968
1968
|
},
|
|
1969
1969
|
"alert": {
|
|
1970
1970
|
"background-color": {
|
|
1971
|
-
"value": "#
|
|
1971
|
+
"value": "#eaeaea",
|
|
1972
1972
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
1973
1973
|
"isSource": true,
|
|
1974
1974
|
"original": {
|
|
@@ -1989,7 +1989,7 @@
|
|
|
1989
1989
|
"border-color": {},
|
|
1990
1990
|
"border-width": {},
|
|
1991
1991
|
"color": {
|
|
1992
|
-
"value": "#
|
|
1992
|
+
"value": "#28282c",
|
|
1993
1993
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
1994
1994
|
"isSource": true,
|
|
1995
1995
|
"original": {
|
|
@@ -2087,7 +2087,7 @@
|
|
|
2087
2087
|
"margin-block-end": {},
|
|
2088
2088
|
"warning": {
|
|
2089
2089
|
"background-color": {
|
|
2090
|
-
"value": "#
|
|
2090
|
+
"value": "#fff3cd",
|
|
2091
2091
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
2092
2092
|
"isSource": true,
|
|
2093
2093
|
"original": {
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
},
|
|
2226
2226
|
"icon": {
|
|
2227
2227
|
"color": {
|
|
2228
|
-
"value": "#
|
|
2228
|
+
"value": "#28282c",
|
|
2229
2229
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
2230
2230
|
"isSource": true,
|
|
2231
2231
|
"original": {
|
|
@@ -3447,141 +3447,6 @@
|
|
|
3447
3447
|
"font-weight": {},
|
|
3448
3448
|
"line-height": {}
|
|
3449
3449
|
},
|
|
3450
|
-
"page-footer": {
|
|
3451
|
-
"background-color": {
|
|
3452
|
-
"value": "#ffffff",
|
|
3453
|
-
"filePath": "src/component/utrecht/footer.tokens.json",
|
|
3454
|
-
"isSource": true,
|
|
3455
|
-
"original": {
|
|
3456
|
-
"value": "{xxllnc.color.white.100}"
|
|
3457
|
-
},
|
|
3458
|
-
"name": "utrechtPageFooterBackgroundColor",
|
|
3459
|
-
"attributes": {
|
|
3460
|
-
"category": "utrecht",
|
|
3461
|
-
"type": "page-footer",
|
|
3462
|
-
"item": "background-color"
|
|
3463
|
-
},
|
|
3464
|
-
"path": [
|
|
3465
|
-
"utrecht",
|
|
3466
|
-
"page-footer",
|
|
3467
|
-
"background-color"
|
|
3468
|
-
]
|
|
3469
|
-
},
|
|
3470
|
-
"background-image": {
|
|
3471
|
-
"value": "unset",
|
|
3472
|
-
"filePath": "src/component/utrecht/footer.tokens.json",
|
|
3473
|
-
"isSource": true,
|
|
3474
|
-
"original": {
|
|
3475
|
-
"value": "unset"
|
|
3476
|
-
},
|
|
3477
|
-
"name": "utrechtPageFooterBackgroundImage",
|
|
3478
|
-
"attributes": {
|
|
3479
|
-
"category": "utrecht",
|
|
3480
|
-
"type": "page-footer",
|
|
3481
|
-
"item": "background-image"
|
|
3482
|
-
},
|
|
3483
|
-
"path": [
|
|
3484
|
-
"utrecht",
|
|
3485
|
-
"page-footer",
|
|
3486
|
-
"background-image"
|
|
3487
|
-
]
|
|
3488
|
-
},
|
|
3489
|
-
"color": {
|
|
3490
|
-
"value": "#000000ad",
|
|
3491
|
-
"filePath": "src/component/utrecht/footer.tokens.json",
|
|
3492
|
-
"isSource": true,
|
|
3493
|
-
"original": {
|
|
3494
|
-
"value": "{xxllnc.color.primary}"
|
|
3495
|
-
},
|
|
3496
|
-
"name": "utrechtPageFooterColor",
|
|
3497
|
-
"attributes": {
|
|
3498
|
-
"category": "utrecht",
|
|
3499
|
-
"type": "page-footer",
|
|
3500
|
-
"item": "color"
|
|
3501
|
-
},
|
|
3502
|
-
"path": [
|
|
3503
|
-
"utrecht",
|
|
3504
|
-
"page-footer",
|
|
3505
|
-
"color"
|
|
3506
|
-
]
|
|
3507
|
-
},
|
|
3508
|
-
"padding-inline-end": {
|
|
3509
|
-
"value": "14px",
|
|
3510
|
-
"filePath": "src/component/utrecht/footer.tokens.json",
|
|
3511
|
-
"isSource": true,
|
|
3512
|
-
"original": {
|
|
3513
|
-
"value": "{xxllnc.size.sm}"
|
|
3514
|
-
},
|
|
3515
|
-
"name": "utrechtPageFooterPaddingInlineEnd",
|
|
3516
|
-
"attributes": {
|
|
3517
|
-
"category": "utrecht",
|
|
3518
|
-
"type": "page-footer",
|
|
3519
|
-
"item": "padding-inline-end"
|
|
3520
|
-
},
|
|
3521
|
-
"path": [
|
|
3522
|
-
"utrecht",
|
|
3523
|
-
"page-footer",
|
|
3524
|
-
"padding-inline-end"
|
|
3525
|
-
]
|
|
3526
|
-
},
|
|
3527
|
-
"padding-inline-start": {
|
|
3528
|
-
"value": "14px",
|
|
3529
|
-
"filePath": "src/component/utrecht/footer.tokens.json",
|
|
3530
|
-
"isSource": true,
|
|
3531
|
-
"original": {
|
|
3532
|
-
"value": "{xxllnc.size.sm}"
|
|
3533
|
-
},
|
|
3534
|
-
"name": "utrechtPageFooterPaddingInlineStart",
|
|
3535
|
-
"attributes": {
|
|
3536
|
-
"category": "utrecht",
|
|
3537
|
-
"type": "page-footer",
|
|
3538
|
-
"item": "padding-inline-start"
|
|
3539
|
-
},
|
|
3540
|
-
"path": [
|
|
3541
|
-
"utrecht",
|
|
3542
|
-
"page-footer",
|
|
3543
|
-
"padding-inline-start"
|
|
3544
|
-
]
|
|
3545
|
-
},
|
|
3546
|
-
"padding-block-end": {
|
|
3547
|
-
"value": "48px",
|
|
3548
|
-
"filePath": "src/component/utrecht/footer.tokens.json",
|
|
3549
|
-
"isSource": true,
|
|
3550
|
-
"original": {
|
|
3551
|
-
"value": "{xxllnc.size.2xl}"
|
|
3552
|
-
},
|
|
3553
|
-
"name": "utrechtPageFooterPaddingBlockEnd",
|
|
3554
|
-
"attributes": {
|
|
3555
|
-
"category": "utrecht",
|
|
3556
|
-
"type": "page-footer",
|
|
3557
|
-
"item": "padding-block-end"
|
|
3558
|
-
},
|
|
3559
|
-
"path": [
|
|
3560
|
-
"utrecht",
|
|
3561
|
-
"page-footer",
|
|
3562
|
-
"padding-block-end"
|
|
3563
|
-
]
|
|
3564
|
-
},
|
|
3565
|
-
"padding-block-start": {
|
|
3566
|
-
"value": "48px",
|
|
3567
|
-
"filePath": "src/component/utrecht/footer.tokens.json",
|
|
3568
|
-
"isSource": true,
|
|
3569
|
-
"original": {
|
|
3570
|
-
"value": "{xxllnc.size.2xl}"
|
|
3571
|
-
},
|
|
3572
|
-
"name": "utrechtPageFooterPaddingBlockStart",
|
|
3573
|
-
"attributes": {
|
|
3574
|
-
"category": "utrecht",
|
|
3575
|
-
"type": "page-footer",
|
|
3576
|
-
"item": "padding-block-start"
|
|
3577
|
-
},
|
|
3578
|
-
"path": [
|
|
3579
|
-
"utrecht",
|
|
3580
|
-
"page-footer",
|
|
3581
|
-
"padding-block-start"
|
|
3582
|
-
]
|
|
3583
|
-
}
|
|
3584
|
-
},
|
|
3585
3450
|
"form-input": {
|
|
3586
3451
|
"background-color": {
|
|
3587
3452
|
"value": "#ffffff",
|
|
@@ -4892,6 +4757,141 @@
|
|
|
4892
4757
|
}
|
|
4893
4758
|
}
|
|
4894
4759
|
},
|
|
4760
|
+
"page-footer": {
|
|
4761
|
+
"background-color": {
|
|
4762
|
+
"value": "#ffffff",
|
|
4763
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4764
|
+
"isSource": true,
|
|
4765
|
+
"original": {
|
|
4766
|
+
"value": "{xxllnc.color.white.100}"
|
|
4767
|
+
},
|
|
4768
|
+
"name": "utrechtPageFooterBackgroundColor",
|
|
4769
|
+
"attributes": {
|
|
4770
|
+
"category": "utrecht",
|
|
4771
|
+
"type": "page-footer",
|
|
4772
|
+
"item": "background-color"
|
|
4773
|
+
},
|
|
4774
|
+
"path": [
|
|
4775
|
+
"utrecht",
|
|
4776
|
+
"page-footer",
|
|
4777
|
+
"background-color"
|
|
4778
|
+
]
|
|
4779
|
+
},
|
|
4780
|
+
"background-image": {
|
|
4781
|
+
"value": "unset",
|
|
4782
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4783
|
+
"isSource": true,
|
|
4784
|
+
"original": {
|
|
4785
|
+
"value": "unset"
|
|
4786
|
+
},
|
|
4787
|
+
"name": "utrechtPageFooterBackgroundImage",
|
|
4788
|
+
"attributes": {
|
|
4789
|
+
"category": "utrecht",
|
|
4790
|
+
"type": "page-footer",
|
|
4791
|
+
"item": "background-image"
|
|
4792
|
+
},
|
|
4793
|
+
"path": [
|
|
4794
|
+
"utrecht",
|
|
4795
|
+
"page-footer",
|
|
4796
|
+
"background-image"
|
|
4797
|
+
]
|
|
4798
|
+
},
|
|
4799
|
+
"color": {
|
|
4800
|
+
"value": "#000000ad",
|
|
4801
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4802
|
+
"isSource": true,
|
|
4803
|
+
"original": {
|
|
4804
|
+
"value": "{xxllnc.color.primary}"
|
|
4805
|
+
},
|
|
4806
|
+
"name": "utrechtPageFooterColor",
|
|
4807
|
+
"attributes": {
|
|
4808
|
+
"category": "utrecht",
|
|
4809
|
+
"type": "page-footer",
|
|
4810
|
+
"item": "color"
|
|
4811
|
+
},
|
|
4812
|
+
"path": [
|
|
4813
|
+
"utrecht",
|
|
4814
|
+
"page-footer",
|
|
4815
|
+
"color"
|
|
4816
|
+
]
|
|
4817
|
+
},
|
|
4818
|
+
"padding-inline-end": {
|
|
4819
|
+
"value": "14px",
|
|
4820
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4821
|
+
"isSource": true,
|
|
4822
|
+
"original": {
|
|
4823
|
+
"value": "{xxllnc.size.sm}"
|
|
4824
|
+
},
|
|
4825
|
+
"name": "utrechtPageFooterPaddingInlineEnd",
|
|
4826
|
+
"attributes": {
|
|
4827
|
+
"category": "utrecht",
|
|
4828
|
+
"type": "page-footer",
|
|
4829
|
+
"item": "padding-inline-end"
|
|
4830
|
+
},
|
|
4831
|
+
"path": [
|
|
4832
|
+
"utrecht",
|
|
4833
|
+
"page-footer",
|
|
4834
|
+
"padding-inline-end"
|
|
4835
|
+
]
|
|
4836
|
+
},
|
|
4837
|
+
"padding-inline-start": {
|
|
4838
|
+
"value": "14px",
|
|
4839
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4840
|
+
"isSource": true,
|
|
4841
|
+
"original": {
|
|
4842
|
+
"value": "{xxllnc.size.sm}"
|
|
4843
|
+
},
|
|
4844
|
+
"name": "utrechtPageFooterPaddingInlineStart",
|
|
4845
|
+
"attributes": {
|
|
4846
|
+
"category": "utrecht",
|
|
4847
|
+
"type": "page-footer",
|
|
4848
|
+
"item": "padding-inline-start"
|
|
4849
|
+
},
|
|
4850
|
+
"path": [
|
|
4851
|
+
"utrecht",
|
|
4852
|
+
"page-footer",
|
|
4853
|
+
"padding-inline-start"
|
|
4854
|
+
]
|
|
4855
|
+
},
|
|
4856
|
+
"padding-block-end": {
|
|
4857
|
+
"value": "48px",
|
|
4858
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4859
|
+
"isSource": true,
|
|
4860
|
+
"original": {
|
|
4861
|
+
"value": "{xxllnc.size.2xl}"
|
|
4862
|
+
},
|
|
4863
|
+
"name": "utrechtPageFooterPaddingBlockEnd",
|
|
4864
|
+
"attributes": {
|
|
4865
|
+
"category": "utrecht",
|
|
4866
|
+
"type": "page-footer",
|
|
4867
|
+
"item": "padding-block-end"
|
|
4868
|
+
},
|
|
4869
|
+
"path": [
|
|
4870
|
+
"utrecht",
|
|
4871
|
+
"page-footer",
|
|
4872
|
+
"padding-block-end"
|
|
4873
|
+
]
|
|
4874
|
+
},
|
|
4875
|
+
"padding-block-start": {
|
|
4876
|
+
"value": "48px",
|
|
4877
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4878
|
+
"isSource": true,
|
|
4879
|
+
"original": {
|
|
4880
|
+
"value": "{xxllnc.size.2xl}"
|
|
4881
|
+
},
|
|
4882
|
+
"name": "utrechtPageFooterPaddingBlockStart",
|
|
4883
|
+
"attributes": {
|
|
4884
|
+
"category": "utrecht",
|
|
4885
|
+
"type": "page-footer",
|
|
4886
|
+
"item": "padding-block-start"
|
|
4887
|
+
},
|
|
4888
|
+
"path": [
|
|
4889
|
+
"utrecht",
|
|
4890
|
+
"page-footer",
|
|
4891
|
+
"padding-block-start"
|
|
4892
|
+
]
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
4895
|
"page-header": {
|
|
4896
4896
|
"background-color": {
|
|
4897
4897
|
"value": "#eaeaea",
|
|
@@ -5127,8 +5127,44 @@
|
|
|
5127
5127
|
"line-height"
|
|
5128
5128
|
]
|
|
5129
5129
|
},
|
|
5130
|
-
"margin-block-start": {
|
|
5131
|
-
|
|
5130
|
+
"margin-block-start": {
|
|
5131
|
+
"value": 0,
|
|
5132
|
+
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
5133
|
+
"isSource": true,
|
|
5134
|
+
"original": {
|
|
5135
|
+
"value": 0
|
|
5136
|
+
},
|
|
5137
|
+
"name": "utrechtParagraphMarginBlockStart",
|
|
5138
|
+
"attributes": {
|
|
5139
|
+
"category": "utrecht",
|
|
5140
|
+
"type": "paragraph",
|
|
5141
|
+
"item": "margin-block-start"
|
|
5142
|
+
},
|
|
5143
|
+
"path": [
|
|
5144
|
+
"utrecht",
|
|
5145
|
+
"paragraph",
|
|
5146
|
+
"margin-block-start"
|
|
5147
|
+
]
|
|
5148
|
+
},
|
|
5149
|
+
"margin-block-end": {
|
|
5150
|
+
"value": 0,
|
|
5151
|
+
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
5152
|
+
"isSource": true,
|
|
5153
|
+
"original": {
|
|
5154
|
+
"value": 0
|
|
5155
|
+
},
|
|
5156
|
+
"name": "utrechtParagraphMarginBlockEnd",
|
|
5157
|
+
"attributes": {
|
|
5158
|
+
"category": "utrecht",
|
|
5159
|
+
"type": "paragraph",
|
|
5160
|
+
"item": "margin-block-end"
|
|
5161
|
+
},
|
|
5162
|
+
"path": [
|
|
5163
|
+
"utrecht",
|
|
5164
|
+
"paragraph",
|
|
5165
|
+
"margin-block-end"
|
|
5166
|
+
]
|
|
5167
|
+
},
|
|
5132
5168
|
"lead": {
|
|
5133
5169
|
"color": {},
|
|
5134
5170
|
"font-size": {},
|
|
@@ -5961,29 +5997,7 @@
|
|
|
5961
5997
|
]
|
|
5962
5998
|
},
|
|
5963
5999
|
"hover": {},
|
|
5964
|
-
"focus": {
|
|
5965
|
-
"border": {
|
|
5966
|
-
"value": "1px solid #eaeaea",
|
|
5967
|
-
"filePath": "src/component/conduction/select.tokens.json",
|
|
5968
|
-
"isSource": true,
|
|
5969
|
-
"original": {
|
|
5970
|
-
"value": "1px solid {xxllnc.color.grey.92}"
|
|
5971
|
-
},
|
|
5972
|
-
"name": "conductionInputSelectFocusBorder",
|
|
5973
|
-
"attributes": {
|
|
5974
|
-
"category": "conduction",
|
|
5975
|
-
"type": "input-select",
|
|
5976
|
-
"item": "focus",
|
|
5977
|
-
"subitem": "border"
|
|
5978
|
-
},
|
|
5979
|
-
"path": [
|
|
5980
|
-
"conduction",
|
|
5981
|
-
"input-select",
|
|
5982
|
-
"focus",
|
|
5983
|
-
"border"
|
|
5984
|
-
]
|
|
5985
|
-
}
|
|
5986
|
-
}
|
|
6000
|
+
"focus": {}
|
|
5987
6001
|
}
|
|
5988
6002
|
}
|
|
5989
6003
|
}
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
|
|
17
17
|
"warning": { "value": "#ffc107" },
|
|
18
18
|
"alert-warning": { "value": "#856404" },
|
|
19
|
-
"alert-warning-background": { "value": "#
|
|
19
|
+
"alert-warning-background": { "value": "#fff3cd" },
|
|
20
20
|
|
|
21
21
|
"succes": { "value": "#28a745" },
|
|
22
22
|
"alert-succes": { "value": "#155724" },
|
|
23
23
|
"alert-succes-background": { "value": "#d4edda" },
|
|
24
24
|
|
|
25
25
|
"info": { "value": "{xxllnc.color.primary}" },
|
|
26
|
-
"alert-info": { "value": "
|
|
27
|
-
"alert-info-background": { "value": "
|
|
26
|
+
"alert-info": { "value": "{xxllnc.color.black.16}" },
|
|
27
|
+
"alert-info-background": { "value": "{xxllnc.color.grey.92}" },
|
|
28
28
|
|
|
29
29
|
"white": {
|
|
30
30
|
"100": {
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"font-size": { "value": "{xxllnc.font-size.md}" },
|
|
7
7
|
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
8
8
|
"line-height": { "value": "1.5em" },
|
|
9
|
-
"margin-block-start": {},
|
|
10
|
-
"margin-block-end": {},
|
|
9
|
+
"margin-block-start": { "value": 0 },
|
|
10
|
+
"margin-block-end": { "value": 0 },
|
|
11
11
|
"lead": {
|
|
12
12
|
"color": {},
|
|
13
13
|
"font-size": {},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
--xxllnc-color-warning: #ffc107;
|
|
48
48
|
--xxllnc-color-alert-warning: #856404;
|
|
49
|
-
--xxllnc-color-alert-warning-background: #
|
|
49
|
+
--xxllnc-color-alert-warning-background: #fff3cd;
|
|
50
50
|
|
|
51
51
|
--xxllnc-color-success: #28a745;
|
|
52
52
|
--xxllnc-color-alert-success: #155724;
|
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
--utrecht-button-background-color: var(--conduction-color-primary);
|
|
348
348
|
|
|
349
349
|
--utrecht-button-icon-gap: var(--conduction-size-xs);
|
|
350
|
-
|
|
351
|
-
--utrecht-button-border-width:
|
|
350
|
+
--utrecht-button-border-color: var(--conduction-color-primary);
|
|
351
|
+
--utrecht-button-border-width: var(--conduction-size-3xs);
|
|
352
352
|
--utrecht-button-border-radius: 3px;
|
|
353
353
|
/* --utrecht-button-border-bottom-width: <length>; */
|
|
354
354
|
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
--utrecht-button-secondary-action-border-color: var(
|
|
379
379
|
--conduction-color-primary
|
|
380
380
|
);
|
|
381
|
-
--utrecht-button-secondary-action-border-width:
|
|
381
|
+
--utrecht-button-secondary-action-border-width: var(--conduction-size-3xs);
|
|
382
382
|
--utrecht-button-secondary-action-color: var(--conduction-color-primary);
|
|
383
383
|
--utrecht-button-secondary-action-font-weight: var(
|
|
384
384
|
--conduction-font-weight-normal
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
--conduction-color-primary-hover
|
|
393
393
|
);
|
|
394
394
|
--utrecht-button-hover-color: var(--conduction-color-white-100);
|
|
395
|
-
|
|
395
|
+
--utrecht-button-hover-border-color: var(--conduction-color-primary-hover);
|
|
396
396
|
/* --utrecht-button-focus-transform-scale: unset; */
|
|
397
397
|
|
|
398
398
|
/* InputField */
|
|
File without changes
|