@utrecht/design-tokens 3.4.0 → 3.4.1
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 +1 -1
- package/dist/_mixin.scss +1 -1
- package/dist/_variables.scss +1 -1
- package/dist/dark/_mixin-theme.scss +1 -1
- package/dist/dark/_mixin.scss +1 -1
- package/dist/dark/_variables.scss +1 -1
- package/dist/dark/index.cjs +1 -1
- package/dist/dark/index.css +1 -1
- package/dist/dark/index.flat.json +1 -1
- package/dist/dark/index.json +2 -2
- package/dist/dark/index.mjs +1 -1
- package/dist/dark/index.tokens.json +87 -2
- package/dist/dark/list.json +2 -2
- package/dist/dark/list.mjs +2 -2
- package/dist/dark/root.css +1 -1
- package/dist/dark/theme-prince-xml.css +1 -1
- package/dist/dark/theme.css +1 -1
- package/dist/dark/tokens.cjs +87 -2
- package/dist/dark/tokens.d.ts +46 -1
- package/dist/dark/tokens.json +87 -2
- package/dist/dark/variables.cjs +1 -1
- package/dist/dark/variables.css +1 -1
- package/dist/dark/variables.json +1 -1
- package/dist/dark/variables.less +1 -1
- package/dist/dark/variables.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +2 -2
- package/dist/index.flat.json +1 -1
- package/dist/index.json +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.tokens.json +87 -2
- package/dist/list.json +2 -2
- package/dist/list.mjs +2 -2
- package/dist/root.css +1 -1
- package/dist/theme-prince-xml.css +1 -1
- package/dist/theme.css +1 -1
- package/dist/tokens.cjs +87 -2
- package/dist/tokens.d.ts +46 -1
- package/dist/tokens.json +87 -2
- package/dist/variables.cjs +1 -1
- package/dist/variables.css +1 -1
- package/dist/variables.json +1 -1
- package/dist/variables.less +1 -1
- package/dist/variables.mjs +1 -1
- package/package.json +1 -1
- package/src/component/utrecht/link-social.tokens.json +1 -1
package/dist/dark/variables.css
CHANGED
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
660
660
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
661
661
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
662
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
662
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
663
663
|
--utrecht-link-placeholder-color: var(--utrecht-color-grey-80);
|
|
664
664
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
|
665
665
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
package/dist/dark/variables.json
CHANGED
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
705
705
|
"utrechtLinkListRowGap": "8px",
|
|
706
706
|
"utrechtLinkPlaceholderColor": "hsl(0 0% 80%)",
|
|
707
|
-
"utrechtLinkSocialBackgroundColor": "hsl(
|
|
707
|
+
"utrechtLinkSocialBackgroundColor": "hsl(211 60% 35%)",
|
|
708
708
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
709
709
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
710
710
|
"utrechtLinkSocialColor": "hsl(0 0% 100%)",
|
package/dist/dark/variables.less
CHANGED
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
@utrecht-link-social-margin-inline-start: @utrecht-space-inline-sm;
|
|
748
748
|
@utrecht-link-social-color: @utrecht-color-white;
|
|
749
749
|
@utrecht-link-social-border-color: @utrecht-color-white;
|
|
750
|
-
@utrecht-link-social-background-color: @utrecht-color-
|
|
750
|
+
@utrecht-link-social-background-color: @utrecht-color-blue-35;
|
|
751
751
|
@utrecht-link-list-link-font-weight: @utrecht-typography-weight-scale-bold-font-weight;
|
|
752
752
|
@utrecht-link-list-link-column-gap: @utrecht-space-block-xs;
|
|
753
753
|
@utrecht-link-list-row-gap: @utrecht-space-block-xs;
|
package/dist/dark/variables.mjs
CHANGED
|
@@ -576,7 +576,7 @@ export const utrechtLinkListLinkFontWeight = "700";
|
|
|
576
576
|
export const utrechtLinkListLinkTextDecoration = "none";
|
|
577
577
|
export const utrechtLinkListIconSize = "14px";
|
|
578
578
|
export const utrechtLinkListIconInsetBlockStart = "0.15em";
|
|
579
|
-
export const utrechtLinkSocialBackgroundColor = "hsl(
|
|
579
|
+
export const utrechtLinkSocialBackgroundColor = "hsl(211 60% 35%)";
|
|
580
580
|
export const utrechtLinkSocialBorderColor = "hsl(0 0% 100%)";
|
|
581
581
|
export const utrechtLinkSocialBorderWidth = "2px";
|
|
582
582
|
export const utrechtLinkSocialColor = "hsl(0 0% 100%)";
|
package/dist/index.cjs
CHANGED
|
@@ -568,7 +568,7 @@ module.exports = {
|
|
|
568
568
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
569
569
|
"utrechtLinkListIconSize": "14px",
|
|
570
570
|
"utrechtLinkListIconInsetBlockStart": "0.15em",
|
|
571
|
-
"utrechtLinkSocialBackgroundColor": "hsl(
|
|
571
|
+
"utrechtLinkSocialBackgroundColor": "hsl(211 60% 35%)",
|
|
572
572
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
573
573
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
574
574
|
"utrechtLinkSocialColor": "hsl(0 0% 100%)",
|
package/dist/index.css
CHANGED
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
773
773
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
774
774
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
775
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
775
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
776
776
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
777
777
|
--utrecht-link-list-link-column-gap: var(--utrecht-space-block-xs);
|
|
778
778
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
1961
1961
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
1962
1962
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
1963
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
1963
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
1964
1964
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
1965
1965
|
--utrecht-link-list-link-column-gap: var(--utrecht-space-block-xs);
|
|
1966
1966
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
package/dist/index.flat.json
CHANGED
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
696
696
|
"utrechtLinkListRowGap": "8px",
|
|
697
697
|
"utrechtLinkPlaceholderColor": "hsl(0 0% 40%)",
|
|
698
|
-
"utrechtLinkSocialBackgroundColor": "hsl(
|
|
698
|
+
"utrechtLinkSocialBackgroundColor": "hsl(211 60% 35%)",
|
|
699
699
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
700
700
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
701
701
|
"utrechtLinkSocialColor": "hsl(0 0% 100%)",
|
package/dist/index.json
CHANGED
|
@@ -21034,7 +21034,7 @@
|
|
|
21034
21034
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21035
21035
|
},
|
|
21036
21036
|
"type": "color",
|
|
21037
|
-
"value": "hsl(
|
|
21037
|
+
"value": "hsl(211 60% 35%)",
|
|
21038
21038
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
21039
21039
|
"isSource": true,
|
|
21040
21040
|
"original": {
|
|
@@ -21046,7 +21046,7 @@
|
|
|
21046
21046
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21047
21047
|
},
|
|
21048
21048
|
"type": "color",
|
|
21049
|
-
"value": "{utrecht.color.
|
|
21049
|
+
"value": "{utrecht.color.blue.35}"
|
|
21050
21050
|
},
|
|
21051
21051
|
"name": "utrechtLinkSocialBackgroundColor",
|
|
21052
21052
|
"attributes": {},
|
package/dist/index.mjs
CHANGED
|
@@ -567,7 +567,7 @@ export const utrechtLinkListLinkFontWeight = "700";
|
|
|
567
567
|
export const utrechtLinkListLinkTextDecoration = "none";
|
|
568
568
|
export const utrechtLinkListIconSize = "14px";
|
|
569
569
|
export const utrechtLinkListIconInsetBlockStart = "0.15em";
|
|
570
|
-
export const utrechtLinkSocialBackgroundColor = "hsl(
|
|
570
|
+
export const utrechtLinkSocialBackgroundColor = "hsl(211 60% 35%)";
|
|
571
571
|
export const utrechtLinkSocialBorderColor = "hsl(0 0% 100%)";
|
|
572
572
|
export const utrechtLinkSocialBorderWidth = "2px";
|
|
573
573
|
export const utrechtLinkSocialColor = "hsl(0 0% 100%)";
|
package/dist/index.tokens.json
CHANGED
|
@@ -4276,7 +4276,7 @@
|
|
|
4276
4276
|
}
|
|
4277
4277
|
},
|
|
4278
4278
|
"link-social": {
|
|
4279
|
-
"background-color": "hsl(
|
|
4279
|
+
"background-color": "hsl(211 60% 35%)",
|
|
4280
4280
|
"border-color": "hsl(0 0% 100%)",
|
|
4281
4281
|
"border-width": "2px",
|
|
4282
4282
|
"color": "hsl(0 0% 100%)",
|
|
@@ -5661,6 +5661,19 @@
|
|
|
5661
5661
|
},
|
|
5662
5662
|
"type": "fontFamilies"
|
|
5663
5663
|
},
|
|
5664
|
+
"line-height": {
|
|
5665
|
+
"$extensions": {
|
|
5666
|
+
"nl.nldesignsystem.css.property": {
|
|
5667
|
+
"syntax": [
|
|
5668
|
+
"<length>",
|
|
5669
|
+
"<number>"
|
|
5670
|
+
],
|
|
5671
|
+
"inherits": true
|
|
5672
|
+
},
|
|
5673
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5674
|
+
},
|
|
5675
|
+
"type": "lineHeights"
|
|
5676
|
+
},
|
|
5664
5677
|
"margin-block-start": "0",
|
|
5665
5678
|
"margin-block-end": "1em",
|
|
5666
5679
|
"page-link": {
|
|
@@ -5687,11 +5700,69 @@
|
|
|
5687
5700
|
"current": {
|
|
5688
5701
|
"background-color": "hsl(211 60% 35%)",
|
|
5689
5702
|
"border-color": "hsl(211 60% 35%)",
|
|
5690
|
-
"color": "hsl(0 0% 100%)"
|
|
5703
|
+
"color": "hsl(0 0% 100%)",
|
|
5704
|
+
"text-decoration": {
|
|
5705
|
+
"$extensions": {
|
|
5706
|
+
"nl.nldesignsystem.css.property": {
|
|
5707
|
+
"syntax": [
|
|
5708
|
+
"inherit",
|
|
5709
|
+
"none",
|
|
5710
|
+
"underline"
|
|
5711
|
+
],
|
|
5712
|
+
"inherits": true
|
|
5713
|
+
},
|
|
5714
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5715
|
+
},
|
|
5716
|
+
"type": "textDecoration"
|
|
5717
|
+
}
|
|
5691
5718
|
},
|
|
5692
5719
|
"distanced": {
|
|
5693
5720
|
"margin-inline-start": "0.5em"
|
|
5694
5721
|
},
|
|
5722
|
+
"focus": {
|
|
5723
|
+
"background-color": {
|
|
5724
|
+
"$extensions": {
|
|
5725
|
+
"nl.nldesignsystem.css.property": {
|
|
5726
|
+
"syntax": "<color>",
|
|
5727
|
+
"inherits": true
|
|
5728
|
+
},
|
|
5729
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5730
|
+
},
|
|
5731
|
+
"type": "color"
|
|
5732
|
+
},
|
|
5733
|
+
"color": {
|
|
5734
|
+
"$extensions": {
|
|
5735
|
+
"nl.nldesignsystem.css.property": {
|
|
5736
|
+
"syntax": "<color>",
|
|
5737
|
+
"inherits": true
|
|
5738
|
+
},
|
|
5739
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5740
|
+
},
|
|
5741
|
+
"type": "color"
|
|
5742
|
+
}
|
|
5743
|
+
},
|
|
5744
|
+
"focus-visible": {
|
|
5745
|
+
"background-color": {
|
|
5746
|
+
"$extensions": {
|
|
5747
|
+
"nl.nldesignsystem.css.property": {
|
|
5748
|
+
"syntax": "<color>",
|
|
5749
|
+
"inherits": true
|
|
5750
|
+
},
|
|
5751
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5752
|
+
},
|
|
5753
|
+
"type": "color"
|
|
5754
|
+
},
|
|
5755
|
+
"color": {
|
|
5756
|
+
"$extensions": {
|
|
5757
|
+
"nl.nldesignsystem.css.property": {
|
|
5758
|
+
"syntax": "<color>",
|
|
5759
|
+
"inherits": true
|
|
5760
|
+
},
|
|
5761
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5762
|
+
},
|
|
5763
|
+
"type": "color"
|
|
5764
|
+
}
|
|
5765
|
+
},
|
|
5695
5766
|
"hover": {
|
|
5696
5767
|
"background-color": "hsl(211 60% 35%)",
|
|
5697
5768
|
"border-color": "hsl(211 60% 35%)",
|
|
@@ -5755,6 +5826,20 @@
|
|
|
5755
5826
|
"nl.nldesignsystem.figma.supports-token": false
|
|
5756
5827
|
},
|
|
5757
5828
|
"type": "color"
|
|
5829
|
+
},
|
|
5830
|
+
"text-decoration": {
|
|
5831
|
+
"$extensions": {
|
|
5832
|
+
"nl.nldesignsystem.css.property": {
|
|
5833
|
+
"syntax": [
|
|
5834
|
+
"inherit",
|
|
5835
|
+
"none",
|
|
5836
|
+
"underline"
|
|
5837
|
+
],
|
|
5838
|
+
"inherits": true
|
|
5839
|
+
},
|
|
5840
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5841
|
+
},
|
|
5842
|
+
"type": "textDecoration"
|
|
5758
5843
|
}
|
|
5759
5844
|
}
|
|
5760
5845
|
}
|
package/dist/list.json
CHANGED
|
@@ -21034,7 +21034,7 @@
|
|
|
21034
21034
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21035
21035
|
},
|
|
21036
21036
|
"type": "color",
|
|
21037
|
-
"value": "hsl(
|
|
21037
|
+
"value": "hsl(211 60% 35%)",
|
|
21038
21038
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
21039
21039
|
"isSource": true,
|
|
21040
21040
|
"original": {
|
|
@@ -21046,7 +21046,7 @@
|
|
|
21046
21046
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21047
21047
|
},
|
|
21048
21048
|
"type": "color",
|
|
21049
|
-
"value": "{utrecht.color.
|
|
21049
|
+
"value": "{utrecht.color.blue.35}"
|
|
21050
21050
|
},
|
|
21051
21051
|
"name": "utrechtLinkSocialBackgroundColor",
|
|
21052
21052
|
"attributes": {},
|
package/dist/list.mjs
CHANGED
|
@@ -21034,7 +21034,7 @@ export default [
|
|
|
21034
21034
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21035
21035
|
},
|
|
21036
21036
|
"type": "color",
|
|
21037
|
-
"value": "hsl(
|
|
21037
|
+
"value": "hsl(211 60% 35%)",
|
|
21038
21038
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
21039
21039
|
"isSource": true,
|
|
21040
21040
|
"original": {
|
|
@@ -21046,7 +21046,7 @@ export default [
|
|
|
21046
21046
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21047
21047
|
},
|
|
21048
21048
|
"type": "color",
|
|
21049
|
-
"value": "{utrecht.color.
|
|
21049
|
+
"value": "{utrecht.color.blue.35}"
|
|
21050
21050
|
},
|
|
21051
21051
|
"name": "utrechtLinkSocialBackgroundColor",
|
|
21052
21052
|
"attributes": {},
|
package/dist/root.css
CHANGED
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
656
656
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
657
657
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
658
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
658
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
659
659
|
--utrecht-link-placeholder-color: var(--utrecht-color-grey-40);
|
|
660
660
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
|
661
661
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
746
746
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
747
747
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
748
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
748
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
749
749
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
750
750
|
--utrecht-link-list-link-column-gap: var(--utrecht-space-block-xs);
|
|
751
751
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
package/dist/theme.css
CHANGED
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
656
656
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
657
657
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
658
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
658
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
659
659
|
--utrecht-link-placeholder-color: var(--utrecht-color-grey-40);
|
|
660
660
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
|
661
661
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
package/dist/tokens.cjs
CHANGED
|
@@ -22466,7 +22466,7 @@ module.exports = {
|
|
|
22466
22466
|
"nl.nldesignsystem.figma.supports-token": false
|
|
22467
22467
|
},
|
|
22468
22468
|
"type": "color",
|
|
22469
|
-
"value": "hsl(
|
|
22469
|
+
"value": "hsl(211 60% 35%)",
|
|
22470
22470
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
22471
22471
|
"isSource": true,
|
|
22472
22472
|
"original": {
|
|
@@ -22478,7 +22478,7 @@ module.exports = {
|
|
|
22478
22478
|
"nl.nldesignsystem.figma.supports-token": false
|
|
22479
22479
|
},
|
|
22480
22480
|
"type": "color",
|
|
22481
|
-
"value": "{utrecht.color.
|
|
22481
|
+
"value": "{utrecht.color.blue.35}"
|
|
22482
22482
|
},
|
|
22483
22483
|
"name": "background-color",
|
|
22484
22484
|
"attributes": {},
|
|
@@ -30107,6 +30107,19 @@ module.exports = {
|
|
|
30107
30107
|
},
|
|
30108
30108
|
"type": "fontFamilies"
|
|
30109
30109
|
},
|
|
30110
|
+
"line-height": {
|
|
30111
|
+
"$extensions": {
|
|
30112
|
+
"nl.nldesignsystem.css.property": {
|
|
30113
|
+
"syntax": [
|
|
30114
|
+
"<length>",
|
|
30115
|
+
"<number>"
|
|
30116
|
+
],
|
|
30117
|
+
"inherits": true
|
|
30118
|
+
},
|
|
30119
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30120
|
+
},
|
|
30121
|
+
"type": "lineHeights"
|
|
30122
|
+
},
|
|
30110
30123
|
"margin-block-start": {
|
|
30111
30124
|
"$extensions": {
|
|
30112
30125
|
"nl.nldesignsystem.css.property": {
|
|
@@ -30655,6 +30668,20 @@ module.exports = {
|
|
|
30655
30668
|
"current",
|
|
30656
30669
|
"color"
|
|
30657
30670
|
]
|
|
30671
|
+
},
|
|
30672
|
+
"text-decoration": {
|
|
30673
|
+
"$extensions": {
|
|
30674
|
+
"nl.nldesignsystem.css.property": {
|
|
30675
|
+
"syntax": [
|
|
30676
|
+
"inherit",
|
|
30677
|
+
"none",
|
|
30678
|
+
"underline"
|
|
30679
|
+
],
|
|
30680
|
+
"inherits": true
|
|
30681
|
+
},
|
|
30682
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30683
|
+
},
|
|
30684
|
+
"type": "textDecoration"
|
|
30658
30685
|
}
|
|
30659
30686
|
},
|
|
30660
30687
|
"distanced": {
|
|
@@ -30698,6 +30725,50 @@ module.exports = {
|
|
|
30698
30725
|
]
|
|
30699
30726
|
}
|
|
30700
30727
|
},
|
|
30728
|
+
"focus": {
|
|
30729
|
+
"background-color": {
|
|
30730
|
+
"$extensions": {
|
|
30731
|
+
"nl.nldesignsystem.css.property": {
|
|
30732
|
+
"syntax": "<color>",
|
|
30733
|
+
"inherits": true
|
|
30734
|
+
},
|
|
30735
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30736
|
+
},
|
|
30737
|
+
"type": "color"
|
|
30738
|
+
},
|
|
30739
|
+
"color": {
|
|
30740
|
+
"$extensions": {
|
|
30741
|
+
"nl.nldesignsystem.css.property": {
|
|
30742
|
+
"syntax": "<color>",
|
|
30743
|
+
"inherits": true
|
|
30744
|
+
},
|
|
30745
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30746
|
+
},
|
|
30747
|
+
"type": "color"
|
|
30748
|
+
}
|
|
30749
|
+
},
|
|
30750
|
+
"focus-visible": {
|
|
30751
|
+
"background-color": {
|
|
30752
|
+
"$extensions": {
|
|
30753
|
+
"nl.nldesignsystem.css.property": {
|
|
30754
|
+
"syntax": "<color>",
|
|
30755
|
+
"inherits": true
|
|
30756
|
+
},
|
|
30757
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30758
|
+
},
|
|
30759
|
+
"type": "color"
|
|
30760
|
+
},
|
|
30761
|
+
"color": {
|
|
30762
|
+
"$extensions": {
|
|
30763
|
+
"nl.nldesignsystem.css.property": {
|
|
30764
|
+
"syntax": "<color>",
|
|
30765
|
+
"inherits": true
|
|
30766
|
+
},
|
|
30767
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30768
|
+
},
|
|
30769
|
+
"type": "color"
|
|
30770
|
+
}
|
|
30771
|
+
},
|
|
30701
30772
|
"hover": {
|
|
30702
30773
|
"background-color": {
|
|
30703
30774
|
"$extensions": {
|
|
@@ -31438,6 +31509,20 @@ module.exports = {
|
|
|
31438
31509
|
"nl.nldesignsystem.figma.supports-token": false
|
|
31439
31510
|
},
|
|
31440
31511
|
"type": "color"
|
|
31512
|
+
},
|
|
31513
|
+
"text-decoration": {
|
|
31514
|
+
"$extensions": {
|
|
31515
|
+
"nl.nldesignsystem.css.property": {
|
|
31516
|
+
"syntax": [
|
|
31517
|
+
"inherit",
|
|
31518
|
+
"none",
|
|
31519
|
+
"underline"
|
|
31520
|
+
],
|
|
31521
|
+
"inherits": true
|
|
31522
|
+
},
|
|
31523
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
31524
|
+
},
|
|
31525
|
+
"type": "textDecoration"
|
|
31441
31526
|
}
|
|
31442
31527
|
}
|
|
31443
31528
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -3561,6 +3561,13 @@ declare const tokens: {
|
|
|
3561
3561
|
"nl.nldesignsystem.fallback": {}
|
|
3562
3562
|
}
|
|
3563
3563
|
},
|
|
3564
|
+
"line-height": {
|
|
3565
|
+
"$extensions": {
|
|
3566
|
+
"nl.nldesignsystem.css.property": {
|
|
3567
|
+
"syntax": {}
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3564
3571
|
"margin-block-start": DesignToken,
|
|
3565
3572
|
"margin-block-end": DesignToken,
|
|
3566
3573
|
"page-link": {
|
|
@@ -3582,11 +3589,42 @@ declare const tokens: {
|
|
|
3582
3589
|
"current": {
|
|
3583
3590
|
"background-color": DesignToken,
|
|
3584
3591
|
"border-color": DesignToken,
|
|
3585
|
-
"color": DesignToken
|
|
3592
|
+
"color": DesignToken,
|
|
3593
|
+
"text-decoration": {
|
|
3594
|
+
"$extensions": {
|
|
3595
|
+
"nl.nldesignsystem.css.property": {
|
|
3596
|
+
"syntax": {}
|
|
3597
|
+
}
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3586
3600
|
},
|
|
3587
3601
|
"distanced": {
|
|
3588
3602
|
"margin-inline-start": DesignToken
|
|
3589
3603
|
},
|
|
3604
|
+
"focus": {
|
|
3605
|
+
"background-color": {
|
|
3606
|
+
"$extensions": {
|
|
3607
|
+
"nl.nldesignsystem.css.property": {}
|
|
3608
|
+
}
|
|
3609
|
+
},
|
|
3610
|
+
"color": {
|
|
3611
|
+
"$extensions": {
|
|
3612
|
+
"nl.nldesignsystem.css.property": {}
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
},
|
|
3616
|
+
"focus-visible": {
|
|
3617
|
+
"background-color": {
|
|
3618
|
+
"$extensions": {
|
|
3619
|
+
"nl.nldesignsystem.css.property": {}
|
|
3620
|
+
}
|
|
3621
|
+
},
|
|
3622
|
+
"color": {
|
|
3623
|
+
"$extensions": {
|
|
3624
|
+
"nl.nldesignsystem.css.property": {}
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
},
|
|
3590
3628
|
"hover": {
|
|
3591
3629
|
"background-color": DesignToken,
|
|
3592
3630
|
"border-color": DesignToken,
|
|
@@ -3631,6 +3669,13 @@ declare const tokens: {
|
|
|
3631
3669
|
"nl.nldesignsystem.css.property": {},
|
|
3632
3670
|
"nl.nldesignsystem.fallback": {}
|
|
3633
3671
|
}
|
|
3672
|
+
},
|
|
3673
|
+
"text-decoration": {
|
|
3674
|
+
"$extensions": {
|
|
3675
|
+
"nl.nldesignsystem.css.property": {
|
|
3676
|
+
"syntax": {}
|
|
3677
|
+
}
|
|
3678
|
+
}
|
|
3634
3679
|
}
|
|
3635
3680
|
}
|
|
3636
3681
|
}
|
package/dist/tokens.json
CHANGED
|
@@ -22462,7 +22462,7 @@
|
|
|
22462
22462
|
"nl.nldesignsystem.figma.supports-token": false
|
|
22463
22463
|
},
|
|
22464
22464
|
"type": "color",
|
|
22465
|
-
"value": "hsl(
|
|
22465
|
+
"value": "hsl(211 60% 35%)",
|
|
22466
22466
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
22467
22467
|
"isSource": true,
|
|
22468
22468
|
"original": {
|
|
@@ -22474,7 +22474,7 @@
|
|
|
22474
22474
|
"nl.nldesignsystem.figma.supports-token": false
|
|
22475
22475
|
},
|
|
22476
22476
|
"type": "color",
|
|
22477
|
-
"value": "{utrecht.color.
|
|
22477
|
+
"value": "{utrecht.color.blue.35}"
|
|
22478
22478
|
},
|
|
22479
22479
|
"name": "utrechtLinkSocialBackgroundColor",
|
|
22480
22480
|
"attributes": {},
|
|
@@ -30103,6 +30103,19 @@
|
|
|
30103
30103
|
},
|
|
30104
30104
|
"type": "fontFamilies"
|
|
30105
30105
|
},
|
|
30106
|
+
"line-height": {
|
|
30107
|
+
"$extensions": {
|
|
30108
|
+
"nl.nldesignsystem.css.property": {
|
|
30109
|
+
"syntax": [
|
|
30110
|
+
"<length>",
|
|
30111
|
+
"<number>"
|
|
30112
|
+
],
|
|
30113
|
+
"inherits": true
|
|
30114
|
+
},
|
|
30115
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30116
|
+
},
|
|
30117
|
+
"type": "lineHeights"
|
|
30118
|
+
},
|
|
30106
30119
|
"margin-block-start": {
|
|
30107
30120
|
"$extensions": {
|
|
30108
30121
|
"nl.nldesignsystem.css.property": {
|
|
@@ -30651,6 +30664,20 @@
|
|
|
30651
30664
|
"current",
|
|
30652
30665
|
"color"
|
|
30653
30666
|
]
|
|
30667
|
+
},
|
|
30668
|
+
"text-decoration": {
|
|
30669
|
+
"$extensions": {
|
|
30670
|
+
"nl.nldesignsystem.css.property": {
|
|
30671
|
+
"syntax": [
|
|
30672
|
+
"inherit",
|
|
30673
|
+
"none",
|
|
30674
|
+
"underline"
|
|
30675
|
+
],
|
|
30676
|
+
"inherits": true
|
|
30677
|
+
},
|
|
30678
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30679
|
+
},
|
|
30680
|
+
"type": "textDecoration"
|
|
30654
30681
|
}
|
|
30655
30682
|
},
|
|
30656
30683
|
"distanced": {
|
|
@@ -30694,6 +30721,50 @@
|
|
|
30694
30721
|
]
|
|
30695
30722
|
}
|
|
30696
30723
|
},
|
|
30724
|
+
"focus": {
|
|
30725
|
+
"background-color": {
|
|
30726
|
+
"$extensions": {
|
|
30727
|
+
"nl.nldesignsystem.css.property": {
|
|
30728
|
+
"syntax": "<color>",
|
|
30729
|
+
"inherits": true
|
|
30730
|
+
},
|
|
30731
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30732
|
+
},
|
|
30733
|
+
"type": "color"
|
|
30734
|
+
},
|
|
30735
|
+
"color": {
|
|
30736
|
+
"$extensions": {
|
|
30737
|
+
"nl.nldesignsystem.css.property": {
|
|
30738
|
+
"syntax": "<color>",
|
|
30739
|
+
"inherits": true
|
|
30740
|
+
},
|
|
30741
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30742
|
+
},
|
|
30743
|
+
"type": "color"
|
|
30744
|
+
}
|
|
30745
|
+
},
|
|
30746
|
+
"focus-visible": {
|
|
30747
|
+
"background-color": {
|
|
30748
|
+
"$extensions": {
|
|
30749
|
+
"nl.nldesignsystem.css.property": {
|
|
30750
|
+
"syntax": "<color>",
|
|
30751
|
+
"inherits": true
|
|
30752
|
+
},
|
|
30753
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30754
|
+
},
|
|
30755
|
+
"type": "color"
|
|
30756
|
+
},
|
|
30757
|
+
"color": {
|
|
30758
|
+
"$extensions": {
|
|
30759
|
+
"nl.nldesignsystem.css.property": {
|
|
30760
|
+
"syntax": "<color>",
|
|
30761
|
+
"inherits": true
|
|
30762
|
+
},
|
|
30763
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30764
|
+
},
|
|
30765
|
+
"type": "color"
|
|
30766
|
+
}
|
|
30767
|
+
},
|
|
30697
30768
|
"hover": {
|
|
30698
30769
|
"background-color": {
|
|
30699
30770
|
"$extensions": {
|
|
@@ -31434,6 +31505,20 @@
|
|
|
31434
31505
|
"nl.nldesignsystem.figma.supports-token": false
|
|
31435
31506
|
},
|
|
31436
31507
|
"type": "color"
|
|
31508
|
+
},
|
|
31509
|
+
"text-decoration": {
|
|
31510
|
+
"$extensions": {
|
|
31511
|
+
"nl.nldesignsystem.css.property": {
|
|
31512
|
+
"syntax": [
|
|
31513
|
+
"inherit",
|
|
31514
|
+
"none",
|
|
31515
|
+
"underline"
|
|
31516
|
+
],
|
|
31517
|
+
"inherits": true
|
|
31518
|
+
},
|
|
31519
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
31520
|
+
},
|
|
31521
|
+
"type": "textDecoration"
|
|
31437
31522
|
}
|
|
31438
31523
|
}
|
|
31439
31524
|
}
|
package/dist/variables.cjs
CHANGED
|
@@ -568,7 +568,7 @@ module.exports = {
|
|
|
568
568
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
569
569
|
"utrechtLinkListIconSize": "14px",
|
|
570
570
|
"utrechtLinkListIconInsetBlockStart": "0.15em",
|
|
571
|
-
"utrechtLinkSocialBackgroundColor": "hsl(
|
|
571
|
+
"utrechtLinkSocialBackgroundColor": "hsl(211 60% 35%)",
|
|
572
572
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
573
573
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
574
574
|
"utrechtLinkSocialColor": "hsl(0 0% 100%)",
|
package/dist/variables.css
CHANGED
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
656
656
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
657
657
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
658
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
658
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
659
659
|
--utrecht-link-placeholder-color: var(--utrecht-color-grey-40);
|
|
660
660
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
|
661
661
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
package/dist/variables.json
CHANGED
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
696
696
|
"utrechtLinkListRowGap": "8px",
|
|
697
697
|
"utrechtLinkPlaceholderColor": "hsl(0 0% 40%)",
|
|
698
|
-
"utrechtLinkSocialBackgroundColor": "hsl(
|
|
698
|
+
"utrechtLinkSocialBackgroundColor": "hsl(211 60% 35%)",
|
|
699
699
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
700
700
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
701
701
|
"utrechtLinkSocialColor": "hsl(0 0% 100%)",
|