@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/CHANGELOG.md
CHANGED
package/dist/_mixin-theme.scss
CHANGED
|
@@ -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/_mixin.scss
CHANGED
|
@@ -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/_variables.scss
CHANGED
|
@@ -743,7 +743,7 @@ $utrecht-link-color: $utrecht-color-blue-35;
|
|
|
743
743
|
$utrecht-link-social-margin-inline-start: $utrecht-space-inline-sm;
|
|
744
744
|
$utrecht-link-social-color: $utrecht-color-white;
|
|
745
745
|
$utrecht-link-social-border-color: $utrecht-color-white;
|
|
746
|
-
$utrecht-link-social-background-color: $utrecht-color-
|
|
746
|
+
$utrecht-link-social-background-color: $utrecht-color-blue-35;
|
|
747
747
|
$utrecht-link-list-link-font-weight: $utrecht-typography-weight-scale-bold-font-weight;
|
|
748
748
|
$utrecht-link-list-link-column-gap: $utrecht-space-block-xs;
|
|
749
749
|
$utrecht-link-list-row-gap: $utrecht-space-block-xs;
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
750
750
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
751
751
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
752
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
752
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
753
753
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
754
754
|
--utrecht-link-list-link-column-gap: var(--utrecht-space-block-xs);
|
|
755
755
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
package/dist/dark/_mixin.scss
CHANGED
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
750
750
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
751
751
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
752
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
752
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
753
753
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
754
754
|
--utrecht-link-list-link-column-gap: var(--utrecht-space-block-xs);
|
|
755
755
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
|
@@ -747,7 +747,7 @@ $utrecht-link-color: $utrecht-color-blue-60;
|
|
|
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/index.cjs
CHANGED
|
@@ -577,7 +577,7 @@ module.exports = {
|
|
|
577
577
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
578
578
|
"utrechtLinkListIconSize": "14px",
|
|
579
579
|
"utrechtLinkListIconInsetBlockStart": "0.15em",
|
|
580
|
-
"utrechtLinkSocialBackgroundColor": "hsl(
|
|
580
|
+
"utrechtLinkSocialBackgroundColor": "hsl(211 60% 35%)",
|
|
581
581
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
582
582
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
583
583
|
"utrechtLinkSocialColor": "hsl(0 0% 100%)",
|
package/dist/dark/index.css
CHANGED
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
755
755
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
756
756
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
757
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
757
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
758
758
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
759
759
|
--utrecht-link-list-link-column-gap: var(--utrecht-space-block-xs);
|
|
760
760
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
|
@@ -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/index.json
CHANGED
|
@@ -19981,7 +19981,7 @@
|
|
|
19981
19981
|
"nl.nldesignsystem.figma.supports-token": false
|
|
19982
19982
|
},
|
|
19983
19983
|
"type": "color",
|
|
19984
|
-
"value": "hsl(
|
|
19984
|
+
"value": "hsl(211 60% 35%)",
|
|
19985
19985
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
19986
19986
|
"isSource": true,
|
|
19987
19987
|
"original": {
|
|
@@ -19993,7 +19993,7 @@
|
|
|
19993
19993
|
"nl.nldesignsystem.figma.supports-token": false
|
|
19994
19994
|
},
|
|
19995
19995
|
"type": "color",
|
|
19996
|
-
"value": "{utrecht.color.
|
|
19996
|
+
"value": "{utrecht.color.blue.35}"
|
|
19997
19997
|
},
|
|
19998
19998
|
"name": "utrechtLinkSocialBackgroundColor",
|
|
19999
19999
|
"attributes": {},
|
package/dist/dark/index.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%)";
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
},
|
|
4282
4282
|
"link-social": {
|
|
4283
|
-
"background-color": "hsl(
|
|
4283
|
+
"background-color": "hsl(211 60% 35%)",
|
|
4284
4284
|
"border-color": "hsl(0 0% 100%)",
|
|
4285
4285
|
"border-width": "2px",
|
|
4286
4286
|
"color": "hsl(0 0% 100%)",
|
|
@@ -5665,6 +5665,19 @@
|
|
|
5665
5665
|
},
|
|
5666
5666
|
"type": "fontFamilies"
|
|
5667
5667
|
},
|
|
5668
|
+
"line-height": {
|
|
5669
|
+
"$extensions": {
|
|
5670
|
+
"nl.nldesignsystem.css.property": {
|
|
5671
|
+
"syntax": [
|
|
5672
|
+
"<length>",
|
|
5673
|
+
"<number>"
|
|
5674
|
+
],
|
|
5675
|
+
"inherits": true
|
|
5676
|
+
},
|
|
5677
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5678
|
+
},
|
|
5679
|
+
"type": "lineHeights"
|
|
5680
|
+
},
|
|
5668
5681
|
"margin-block-start": "0",
|
|
5669
5682
|
"margin-block-end": "1em",
|
|
5670
5683
|
"page-link": {
|
|
@@ -5691,11 +5704,69 @@
|
|
|
5691
5704
|
"current": {
|
|
5692
5705
|
"background-color": "hsl(211 60% 35%)",
|
|
5693
5706
|
"border-color": "hsl(211 60% 35%)",
|
|
5694
|
-
"color": "hsl(0 0% 100%)"
|
|
5707
|
+
"color": "hsl(0 0% 100%)",
|
|
5708
|
+
"text-decoration": {
|
|
5709
|
+
"$extensions": {
|
|
5710
|
+
"nl.nldesignsystem.css.property": {
|
|
5711
|
+
"syntax": [
|
|
5712
|
+
"inherit",
|
|
5713
|
+
"none",
|
|
5714
|
+
"underline"
|
|
5715
|
+
],
|
|
5716
|
+
"inherits": true
|
|
5717
|
+
},
|
|
5718
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5719
|
+
},
|
|
5720
|
+
"type": "textDecoration"
|
|
5721
|
+
}
|
|
5695
5722
|
},
|
|
5696
5723
|
"distanced": {
|
|
5697
5724
|
"margin-inline-start": "0.5em"
|
|
5698
5725
|
},
|
|
5726
|
+
"focus": {
|
|
5727
|
+
"background-color": {
|
|
5728
|
+
"$extensions": {
|
|
5729
|
+
"nl.nldesignsystem.css.property": {
|
|
5730
|
+
"syntax": "<color>",
|
|
5731
|
+
"inherits": true
|
|
5732
|
+
},
|
|
5733
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5734
|
+
},
|
|
5735
|
+
"type": "color"
|
|
5736
|
+
},
|
|
5737
|
+
"color": {
|
|
5738
|
+
"$extensions": {
|
|
5739
|
+
"nl.nldesignsystem.css.property": {
|
|
5740
|
+
"syntax": "<color>",
|
|
5741
|
+
"inherits": true
|
|
5742
|
+
},
|
|
5743
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5744
|
+
},
|
|
5745
|
+
"type": "color"
|
|
5746
|
+
}
|
|
5747
|
+
},
|
|
5748
|
+
"focus-visible": {
|
|
5749
|
+
"background-color": {
|
|
5750
|
+
"$extensions": {
|
|
5751
|
+
"nl.nldesignsystem.css.property": {
|
|
5752
|
+
"syntax": "<color>",
|
|
5753
|
+
"inherits": true
|
|
5754
|
+
},
|
|
5755
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5756
|
+
},
|
|
5757
|
+
"type": "color"
|
|
5758
|
+
},
|
|
5759
|
+
"color": {
|
|
5760
|
+
"$extensions": {
|
|
5761
|
+
"nl.nldesignsystem.css.property": {
|
|
5762
|
+
"syntax": "<color>",
|
|
5763
|
+
"inherits": true
|
|
5764
|
+
},
|
|
5765
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5766
|
+
},
|
|
5767
|
+
"type": "color"
|
|
5768
|
+
}
|
|
5769
|
+
},
|
|
5699
5770
|
"hover": {
|
|
5700
5771
|
"background-color": "hsl(211 60% 35%)",
|
|
5701
5772
|
"border-color": "hsl(211 60% 35%)",
|
|
@@ -5759,6 +5830,20 @@
|
|
|
5759
5830
|
"nl.nldesignsystem.figma.supports-token": false
|
|
5760
5831
|
},
|
|
5761
5832
|
"type": "color"
|
|
5833
|
+
},
|
|
5834
|
+
"text-decoration": {
|
|
5835
|
+
"$extensions": {
|
|
5836
|
+
"nl.nldesignsystem.css.property": {
|
|
5837
|
+
"syntax": [
|
|
5838
|
+
"inherit",
|
|
5839
|
+
"none",
|
|
5840
|
+
"underline"
|
|
5841
|
+
],
|
|
5842
|
+
"inherits": true
|
|
5843
|
+
},
|
|
5844
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5845
|
+
},
|
|
5846
|
+
"type": "textDecoration"
|
|
5762
5847
|
}
|
|
5763
5848
|
}
|
|
5764
5849
|
}
|
package/dist/dark/list.json
CHANGED
|
@@ -19981,7 +19981,7 @@
|
|
|
19981
19981
|
"nl.nldesignsystem.figma.supports-token": false
|
|
19982
19982
|
},
|
|
19983
19983
|
"type": "color",
|
|
19984
|
-
"value": "hsl(
|
|
19984
|
+
"value": "hsl(211 60% 35%)",
|
|
19985
19985
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
19986
19986
|
"isSource": true,
|
|
19987
19987
|
"original": {
|
|
@@ -19993,7 +19993,7 @@
|
|
|
19993
19993
|
"nl.nldesignsystem.figma.supports-token": false
|
|
19994
19994
|
},
|
|
19995
19995
|
"type": "color",
|
|
19996
|
-
"value": "{utrecht.color.
|
|
19996
|
+
"value": "{utrecht.color.blue.35}"
|
|
19997
19997
|
},
|
|
19998
19998
|
"name": "utrechtLinkSocialBackgroundColor",
|
|
19999
19999
|
"attributes": {},
|
package/dist/dark/list.mjs
CHANGED
|
@@ -19981,7 +19981,7 @@ export default [
|
|
|
19981
19981
|
"nl.nldesignsystem.figma.supports-token": false
|
|
19982
19982
|
},
|
|
19983
19983
|
"type": "color",
|
|
19984
|
-
"value": "hsl(
|
|
19984
|
+
"value": "hsl(211 60% 35%)",
|
|
19985
19985
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
19986
19986
|
"isSource": true,
|
|
19987
19987
|
"original": {
|
|
@@ -19993,7 +19993,7 @@ export default [
|
|
|
19993
19993
|
"nl.nldesignsystem.figma.supports-token": false
|
|
19994
19994
|
},
|
|
19995
19995
|
"type": "color",
|
|
19996
|
-
"value": "{utrecht.color.
|
|
19996
|
+
"value": "{utrecht.color.blue.35}"
|
|
19997
19997
|
},
|
|
19998
19998
|
"name": "utrechtLinkSocialBackgroundColor",
|
|
19999
19999
|
"attributes": {},
|
package/dist/dark/root.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);
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
--utrecht-link-social-margin-inline-start: var(--utrecht-space-inline-sm);
|
|
750
750
|
--utrecht-link-social-color: var(--utrecht-color-white);
|
|
751
751
|
--utrecht-link-social-border-color: var(--utrecht-color-white);
|
|
752
|
-
--utrecht-link-social-background-color: var(--utrecht-color-
|
|
752
|
+
--utrecht-link-social-background-color: var(--utrecht-color-blue-35);
|
|
753
753
|
--utrecht-link-list-link-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
754
754
|
--utrecht-link-list-link-column-gap: var(--utrecht-space-block-xs);
|
|
755
755
|
--utrecht-link-list-row-gap: var(--utrecht-space-block-xs);
|
package/dist/dark/theme.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/tokens.cjs
CHANGED
|
@@ -21512,7 +21512,7 @@ module.exports = {
|
|
|
21512
21512
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21513
21513
|
},
|
|
21514
21514
|
"type": "color",
|
|
21515
|
-
"value": "hsl(
|
|
21515
|
+
"value": "hsl(211 60% 35%)",
|
|
21516
21516
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
21517
21517
|
"isSource": true,
|
|
21518
21518
|
"original": {
|
|
@@ -21524,7 +21524,7 @@ module.exports = {
|
|
|
21524
21524
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21525
21525
|
},
|
|
21526
21526
|
"type": "color",
|
|
21527
|
-
"value": "{utrecht.color.
|
|
21527
|
+
"value": "{utrecht.color.blue.35}"
|
|
21528
21528
|
},
|
|
21529
21529
|
"name": "background-color",
|
|
21530
21530
|
"attributes": {},
|
|
@@ -29017,6 +29017,19 @@ module.exports = {
|
|
|
29017
29017
|
},
|
|
29018
29018
|
"type": "fontFamilies"
|
|
29019
29019
|
},
|
|
29020
|
+
"line-height": {
|
|
29021
|
+
"$extensions": {
|
|
29022
|
+
"nl.nldesignsystem.css.property": {
|
|
29023
|
+
"syntax": [
|
|
29024
|
+
"<length>",
|
|
29025
|
+
"<number>"
|
|
29026
|
+
],
|
|
29027
|
+
"inherits": true
|
|
29028
|
+
},
|
|
29029
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29030
|
+
},
|
|
29031
|
+
"type": "lineHeights"
|
|
29032
|
+
},
|
|
29020
29033
|
"margin-block-start": {
|
|
29021
29034
|
"$extensions": {
|
|
29022
29035
|
"nl.nldesignsystem.css.property": {
|
|
@@ -29565,6 +29578,20 @@ module.exports = {
|
|
|
29565
29578
|
"current",
|
|
29566
29579
|
"color"
|
|
29567
29580
|
]
|
|
29581
|
+
},
|
|
29582
|
+
"text-decoration": {
|
|
29583
|
+
"$extensions": {
|
|
29584
|
+
"nl.nldesignsystem.css.property": {
|
|
29585
|
+
"syntax": [
|
|
29586
|
+
"inherit",
|
|
29587
|
+
"none",
|
|
29588
|
+
"underline"
|
|
29589
|
+
],
|
|
29590
|
+
"inherits": true
|
|
29591
|
+
},
|
|
29592
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29593
|
+
},
|
|
29594
|
+
"type": "textDecoration"
|
|
29568
29595
|
}
|
|
29569
29596
|
},
|
|
29570
29597
|
"distanced": {
|
|
@@ -29608,6 +29635,50 @@ module.exports = {
|
|
|
29608
29635
|
]
|
|
29609
29636
|
}
|
|
29610
29637
|
},
|
|
29638
|
+
"focus": {
|
|
29639
|
+
"background-color": {
|
|
29640
|
+
"$extensions": {
|
|
29641
|
+
"nl.nldesignsystem.css.property": {
|
|
29642
|
+
"syntax": "<color>",
|
|
29643
|
+
"inherits": true
|
|
29644
|
+
},
|
|
29645
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29646
|
+
},
|
|
29647
|
+
"type": "color"
|
|
29648
|
+
},
|
|
29649
|
+
"color": {
|
|
29650
|
+
"$extensions": {
|
|
29651
|
+
"nl.nldesignsystem.css.property": {
|
|
29652
|
+
"syntax": "<color>",
|
|
29653
|
+
"inherits": true
|
|
29654
|
+
},
|
|
29655
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29656
|
+
},
|
|
29657
|
+
"type": "color"
|
|
29658
|
+
}
|
|
29659
|
+
},
|
|
29660
|
+
"focus-visible": {
|
|
29661
|
+
"background-color": {
|
|
29662
|
+
"$extensions": {
|
|
29663
|
+
"nl.nldesignsystem.css.property": {
|
|
29664
|
+
"syntax": "<color>",
|
|
29665
|
+
"inherits": true
|
|
29666
|
+
},
|
|
29667
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29668
|
+
},
|
|
29669
|
+
"type": "color"
|
|
29670
|
+
},
|
|
29671
|
+
"color": {
|
|
29672
|
+
"$extensions": {
|
|
29673
|
+
"nl.nldesignsystem.css.property": {
|
|
29674
|
+
"syntax": "<color>",
|
|
29675
|
+
"inherits": true
|
|
29676
|
+
},
|
|
29677
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29678
|
+
},
|
|
29679
|
+
"type": "color"
|
|
29680
|
+
}
|
|
29681
|
+
},
|
|
29611
29682
|
"hover": {
|
|
29612
29683
|
"background-color": {
|
|
29613
29684
|
"$extensions": {
|
|
@@ -30348,6 +30419,20 @@ module.exports = {
|
|
|
30348
30419
|
"nl.nldesignsystem.figma.supports-token": false
|
|
30349
30420
|
},
|
|
30350
30421
|
"type": "color"
|
|
30422
|
+
},
|
|
30423
|
+
"text-decoration": {
|
|
30424
|
+
"$extensions": {
|
|
30425
|
+
"nl.nldesignsystem.css.property": {
|
|
30426
|
+
"syntax": [
|
|
30427
|
+
"inherit",
|
|
30428
|
+
"none",
|
|
30429
|
+
"underline"
|
|
30430
|
+
],
|
|
30431
|
+
"inherits": true
|
|
30432
|
+
},
|
|
30433
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30434
|
+
},
|
|
30435
|
+
"type": "textDecoration"
|
|
30351
30436
|
}
|
|
30352
30437
|
}
|
|
30353
30438
|
}
|
package/dist/dark/tokens.d.ts
CHANGED
|
@@ -3565,6 +3565,13 @@ declare const tokens: {
|
|
|
3565
3565
|
"nl.nldesignsystem.fallback": {}
|
|
3566
3566
|
}
|
|
3567
3567
|
},
|
|
3568
|
+
"line-height": {
|
|
3569
|
+
"$extensions": {
|
|
3570
|
+
"nl.nldesignsystem.css.property": {
|
|
3571
|
+
"syntax": {}
|
|
3572
|
+
}
|
|
3573
|
+
}
|
|
3574
|
+
},
|
|
3568
3575
|
"margin-block-start": DesignToken,
|
|
3569
3576
|
"margin-block-end": DesignToken,
|
|
3570
3577
|
"page-link": {
|
|
@@ -3586,11 +3593,42 @@ declare const tokens: {
|
|
|
3586
3593
|
"current": {
|
|
3587
3594
|
"background-color": DesignToken,
|
|
3588
3595
|
"border-color": DesignToken,
|
|
3589
|
-
"color": DesignToken
|
|
3596
|
+
"color": DesignToken,
|
|
3597
|
+
"text-decoration": {
|
|
3598
|
+
"$extensions": {
|
|
3599
|
+
"nl.nldesignsystem.css.property": {
|
|
3600
|
+
"syntax": {}
|
|
3601
|
+
}
|
|
3602
|
+
}
|
|
3603
|
+
}
|
|
3590
3604
|
},
|
|
3591
3605
|
"distanced": {
|
|
3592
3606
|
"margin-inline-start": DesignToken
|
|
3593
3607
|
},
|
|
3608
|
+
"focus": {
|
|
3609
|
+
"background-color": {
|
|
3610
|
+
"$extensions": {
|
|
3611
|
+
"nl.nldesignsystem.css.property": {}
|
|
3612
|
+
}
|
|
3613
|
+
},
|
|
3614
|
+
"color": {
|
|
3615
|
+
"$extensions": {
|
|
3616
|
+
"nl.nldesignsystem.css.property": {}
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3620
|
+
"focus-visible": {
|
|
3621
|
+
"background-color": {
|
|
3622
|
+
"$extensions": {
|
|
3623
|
+
"nl.nldesignsystem.css.property": {}
|
|
3624
|
+
}
|
|
3625
|
+
},
|
|
3626
|
+
"color": {
|
|
3627
|
+
"$extensions": {
|
|
3628
|
+
"nl.nldesignsystem.css.property": {}
|
|
3629
|
+
}
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3594
3632
|
"hover": {
|
|
3595
3633
|
"background-color": DesignToken,
|
|
3596
3634
|
"border-color": DesignToken,
|
|
@@ -3635,6 +3673,13 @@ declare const tokens: {
|
|
|
3635
3673
|
"nl.nldesignsystem.css.property": {},
|
|
3636
3674
|
"nl.nldesignsystem.fallback": {}
|
|
3637
3675
|
}
|
|
3676
|
+
},
|
|
3677
|
+
"text-decoration": {
|
|
3678
|
+
"$extensions": {
|
|
3679
|
+
"nl.nldesignsystem.css.property": {
|
|
3680
|
+
"syntax": {}
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3638
3683
|
}
|
|
3639
3684
|
}
|
|
3640
3685
|
}
|
package/dist/dark/tokens.json
CHANGED
|
@@ -21508,7 +21508,7 @@
|
|
|
21508
21508
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21509
21509
|
},
|
|
21510
21510
|
"type": "color",
|
|
21511
|
-
"value": "hsl(
|
|
21511
|
+
"value": "hsl(211 60% 35%)",
|
|
21512
21512
|
"filePath": "src/component/utrecht/link-social.tokens.json",
|
|
21513
21513
|
"isSource": true,
|
|
21514
21514
|
"original": {
|
|
@@ -21520,7 +21520,7 @@
|
|
|
21520
21520
|
"nl.nldesignsystem.figma.supports-token": false
|
|
21521
21521
|
},
|
|
21522
21522
|
"type": "color",
|
|
21523
|
-
"value": "{utrecht.color.
|
|
21523
|
+
"value": "{utrecht.color.blue.35}"
|
|
21524
21524
|
},
|
|
21525
21525
|
"name": "utrechtLinkSocialBackgroundColor",
|
|
21526
21526
|
"attributes": {},
|
|
@@ -29013,6 +29013,19 @@
|
|
|
29013
29013
|
},
|
|
29014
29014
|
"type": "fontFamilies"
|
|
29015
29015
|
},
|
|
29016
|
+
"line-height": {
|
|
29017
|
+
"$extensions": {
|
|
29018
|
+
"nl.nldesignsystem.css.property": {
|
|
29019
|
+
"syntax": [
|
|
29020
|
+
"<length>",
|
|
29021
|
+
"<number>"
|
|
29022
|
+
],
|
|
29023
|
+
"inherits": true
|
|
29024
|
+
},
|
|
29025
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29026
|
+
},
|
|
29027
|
+
"type": "lineHeights"
|
|
29028
|
+
},
|
|
29016
29029
|
"margin-block-start": {
|
|
29017
29030
|
"$extensions": {
|
|
29018
29031
|
"nl.nldesignsystem.css.property": {
|
|
@@ -29561,6 +29574,20 @@
|
|
|
29561
29574
|
"current",
|
|
29562
29575
|
"color"
|
|
29563
29576
|
]
|
|
29577
|
+
},
|
|
29578
|
+
"text-decoration": {
|
|
29579
|
+
"$extensions": {
|
|
29580
|
+
"nl.nldesignsystem.css.property": {
|
|
29581
|
+
"syntax": [
|
|
29582
|
+
"inherit",
|
|
29583
|
+
"none",
|
|
29584
|
+
"underline"
|
|
29585
|
+
],
|
|
29586
|
+
"inherits": true
|
|
29587
|
+
},
|
|
29588
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29589
|
+
},
|
|
29590
|
+
"type": "textDecoration"
|
|
29564
29591
|
}
|
|
29565
29592
|
},
|
|
29566
29593
|
"distanced": {
|
|
@@ -29604,6 +29631,50 @@
|
|
|
29604
29631
|
]
|
|
29605
29632
|
}
|
|
29606
29633
|
},
|
|
29634
|
+
"focus": {
|
|
29635
|
+
"background-color": {
|
|
29636
|
+
"$extensions": {
|
|
29637
|
+
"nl.nldesignsystem.css.property": {
|
|
29638
|
+
"syntax": "<color>",
|
|
29639
|
+
"inherits": true
|
|
29640
|
+
},
|
|
29641
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29642
|
+
},
|
|
29643
|
+
"type": "color"
|
|
29644
|
+
},
|
|
29645
|
+
"color": {
|
|
29646
|
+
"$extensions": {
|
|
29647
|
+
"nl.nldesignsystem.css.property": {
|
|
29648
|
+
"syntax": "<color>",
|
|
29649
|
+
"inherits": true
|
|
29650
|
+
},
|
|
29651
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29652
|
+
},
|
|
29653
|
+
"type": "color"
|
|
29654
|
+
}
|
|
29655
|
+
},
|
|
29656
|
+
"focus-visible": {
|
|
29657
|
+
"background-color": {
|
|
29658
|
+
"$extensions": {
|
|
29659
|
+
"nl.nldesignsystem.css.property": {
|
|
29660
|
+
"syntax": "<color>",
|
|
29661
|
+
"inherits": true
|
|
29662
|
+
},
|
|
29663
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29664
|
+
},
|
|
29665
|
+
"type": "color"
|
|
29666
|
+
},
|
|
29667
|
+
"color": {
|
|
29668
|
+
"$extensions": {
|
|
29669
|
+
"nl.nldesignsystem.css.property": {
|
|
29670
|
+
"syntax": "<color>",
|
|
29671
|
+
"inherits": true
|
|
29672
|
+
},
|
|
29673
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29674
|
+
},
|
|
29675
|
+
"type": "color"
|
|
29676
|
+
}
|
|
29677
|
+
},
|
|
29607
29678
|
"hover": {
|
|
29608
29679
|
"background-color": {
|
|
29609
29680
|
"$extensions": {
|
|
@@ -30344,6 +30415,20 @@
|
|
|
30344
30415
|
"nl.nldesignsystem.figma.supports-token": false
|
|
30345
30416
|
},
|
|
30346
30417
|
"type": "color"
|
|
30418
|
+
},
|
|
30419
|
+
"text-decoration": {
|
|
30420
|
+
"$extensions": {
|
|
30421
|
+
"nl.nldesignsystem.css.property": {
|
|
30422
|
+
"syntax": [
|
|
30423
|
+
"inherit",
|
|
30424
|
+
"none",
|
|
30425
|
+
"underline"
|
|
30426
|
+
],
|
|
30427
|
+
"inherits": true
|
|
30428
|
+
},
|
|
30429
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30430
|
+
},
|
|
30431
|
+
"type": "textDecoration"
|
|
30347
30432
|
}
|
|
30348
30433
|
}
|
|
30349
30434
|
}
|
package/dist/dark/variables.cjs
CHANGED
|
@@ -577,7 +577,7 @@ module.exports = {
|
|
|
577
577
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
578
578
|
"utrechtLinkListIconSize": "14px",
|
|
579
579
|
"utrechtLinkListIconInsetBlockStart": "0.15em",
|
|
580
|
-
"utrechtLinkSocialBackgroundColor": "hsl(
|
|
580
|
+
"utrechtLinkSocialBackgroundColor": "hsl(211 60% 35%)",
|
|
581
581
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
582
582
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
583
583
|
"utrechtLinkSocialColor": "hsl(0 0% 100%)",
|