@utrecht/design-tokens 3.0.0 → 3.2.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 +14 -0
- package/dist/_mixin-theme.scss +12 -0
- package/dist/_mixin.scss +12 -0
- package/dist/_variables.scss +12 -0
- package/dist/dark/_mixin-theme.scss +12 -0
- package/dist/dark/_mixin.scss +12 -0
- package/dist/dark/_variables.scss +12 -0
- package/dist/dark/index.cjs +12 -0
- package/dist/dark/index.css +12 -0
- package/dist/dark/index.d.ts +12 -0
- package/dist/dark/index.flat.json +12 -0
- package/dist/dark/index.json +396 -0
- package/dist/dark/index.mjs +12 -0
- package/dist/dark/index.tokens.json +77 -0
- package/dist/dark/list.json +396 -0
- package/dist/dark/list.mjs +396 -0
- package/dist/dark/property.css +12 -0
- package/dist/dark/root.css +12 -0
- package/dist/dark/theme-prince-xml.css +12 -0
- package/dist/dark/theme.css +12 -0
- package/dist/dark/tokens.cjs +461 -0
- package/dist/dark/tokens.d.ts +52 -0
- package/dist/dark/tokens.json +461 -0
- package/dist/dark/variables.cjs +12 -0
- package/dist/dark/variables.css +12 -0
- package/dist/dark/variables.d.ts +12 -0
- package/dist/dark/variables.json +12 -0
- package/dist/dark/variables.less +12 -0
- package/dist/dark/variables.mjs +12 -0
- package/dist/index.cjs +12 -0
- package/dist/index.css +24 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.flat.json +12 -0
- package/dist/index.json +396 -0
- package/dist/index.mjs +12 -0
- package/dist/index.tokens.json +77 -0
- package/dist/list.json +396 -0
- package/dist/list.mjs +396 -0
- package/dist/property.css +12 -0
- package/dist/root.css +12 -0
- package/dist/theme-prince-xml.css +12 -0
- package/dist/theme.css +12 -0
- package/dist/tokens.cjs +461 -0
- package/dist/tokens.d.ts +52 -0
- package/dist/tokens.json +461 -0
- package/dist/variables.cjs +12 -0
- package/dist/variables.css +12 -0
- package/dist/variables.d.ts +12 -0
- package/dist/variables.json +12 -0
- package/dist/variables.less +12 -0
- package/dist/variables.mjs +12 -0
- package/package.json +1 -1
- package/src/component/utrecht/breadcrumb-nav.tokens.json +5 -0
- package/src/component/utrecht/card.tokens.json +54 -0
package/dist/dark/tokens.json
CHANGED
|
@@ -3810,6 +3810,47 @@
|
|
|
3810
3810
|
"type": "textCase"
|
|
3811
3811
|
},
|
|
3812
3812
|
"item": {
|
|
3813
|
+
"first": {
|
|
3814
|
+
"padding-inline-start": {
|
|
3815
|
+
"$extensions": {
|
|
3816
|
+
"nl.nldesignsystem.css.property": {
|
|
3817
|
+
"syntax": "<length>",
|
|
3818
|
+
"inherits": true
|
|
3819
|
+
},
|
|
3820
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
3821
|
+
"studio.tokens": {
|
|
3822
|
+
"originalType": "spacing"
|
|
3823
|
+
}
|
|
3824
|
+
},
|
|
3825
|
+
"type": "dimension",
|
|
3826
|
+
"value": "0",
|
|
3827
|
+
"filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
|
|
3828
|
+
"isSource": true,
|
|
3829
|
+
"original": {
|
|
3830
|
+
"$extensions": {
|
|
3831
|
+
"nl.nldesignsystem.css.property": {
|
|
3832
|
+
"syntax": "<length>",
|
|
3833
|
+
"inherits": true
|
|
3834
|
+
},
|
|
3835
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
3836
|
+
"studio.tokens": {
|
|
3837
|
+
"originalType": "spacing"
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3840
|
+
"type": "dimension",
|
|
3841
|
+
"value": "0"
|
|
3842
|
+
},
|
|
3843
|
+
"name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
|
|
3844
|
+
"attributes": {},
|
|
3845
|
+
"path": [
|
|
3846
|
+
"utrecht",
|
|
3847
|
+
"breadcrumb-nav",
|
|
3848
|
+
"item",
|
|
3849
|
+
"first",
|
|
3850
|
+
"padding-inline-start"
|
|
3851
|
+
]
|
|
3852
|
+
}
|
|
3853
|
+
},
|
|
3813
3854
|
"padding-block-start": {
|
|
3814
3855
|
"$extensions": {
|
|
3815
3856
|
"nl.nldesignsystem.css.property": {
|
|
@@ -9789,6 +9830,425 @@
|
|
|
9789
9830
|
}
|
|
9790
9831
|
}
|
|
9791
9832
|
},
|
|
9833
|
+
"card": {
|
|
9834
|
+
"background-color": {
|
|
9835
|
+
"$extensions": {
|
|
9836
|
+
"nl.nldesignsystem.css.property": {
|
|
9837
|
+
"syntax": "<color>",
|
|
9838
|
+
"inherits": true
|
|
9839
|
+
},
|
|
9840
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9841
|
+
},
|
|
9842
|
+
"type": "color",
|
|
9843
|
+
"value": "hsl(211 60% 90%)",
|
|
9844
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
9845
|
+
"isSource": true,
|
|
9846
|
+
"original": {
|
|
9847
|
+
"$extensions": {
|
|
9848
|
+
"nl.nldesignsystem.css.property": {
|
|
9849
|
+
"syntax": "<color>",
|
|
9850
|
+
"inherits": true
|
|
9851
|
+
},
|
|
9852
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9853
|
+
},
|
|
9854
|
+
"type": "color",
|
|
9855
|
+
"value": "{utrecht.color.blue.90}"
|
|
9856
|
+
},
|
|
9857
|
+
"name": "utrechtCardBackgroundColor",
|
|
9858
|
+
"attributes": {},
|
|
9859
|
+
"path": [
|
|
9860
|
+
"utrecht",
|
|
9861
|
+
"card",
|
|
9862
|
+
"background-color"
|
|
9863
|
+
]
|
|
9864
|
+
},
|
|
9865
|
+
"color": {
|
|
9866
|
+
"$extensions": {
|
|
9867
|
+
"nl.nldesignsystem.css.property": {
|
|
9868
|
+
"syntax": "<color>",
|
|
9869
|
+
"inherits": true
|
|
9870
|
+
},
|
|
9871
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9872
|
+
},
|
|
9873
|
+
"type": "color",
|
|
9874
|
+
"value": "hsl(0 0% 0%)",
|
|
9875
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
9876
|
+
"isSource": true,
|
|
9877
|
+
"original": {
|
|
9878
|
+
"$extensions": {
|
|
9879
|
+
"nl.nldesignsystem.css.property": {
|
|
9880
|
+
"syntax": "<color>",
|
|
9881
|
+
"inherits": true
|
|
9882
|
+
},
|
|
9883
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9884
|
+
},
|
|
9885
|
+
"type": "color",
|
|
9886
|
+
"value": "{utrecht.color.black}"
|
|
9887
|
+
},
|
|
9888
|
+
"name": "utrechtCardColor",
|
|
9889
|
+
"attributes": {},
|
|
9890
|
+
"path": [
|
|
9891
|
+
"utrecht",
|
|
9892
|
+
"card",
|
|
9893
|
+
"color"
|
|
9894
|
+
]
|
|
9895
|
+
},
|
|
9896
|
+
"max-inline-size": {
|
|
9897
|
+
"$extensions": {
|
|
9898
|
+
"nl.nldesignsystem.css.property": {
|
|
9899
|
+
"syntax": "<length>",
|
|
9900
|
+
"inherits": true
|
|
9901
|
+
},
|
|
9902
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9903
|
+
},
|
|
9904
|
+
"type": "dimension"
|
|
9905
|
+
},
|
|
9906
|
+
"border-radius": {
|
|
9907
|
+
"$extensions": {
|
|
9908
|
+
"nl.nldesignsystem.css.property": {
|
|
9909
|
+
"syntax": "<length>",
|
|
9910
|
+
"inherits": true
|
|
9911
|
+
},
|
|
9912
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9913
|
+
},
|
|
9914
|
+
"type": "dimension"
|
|
9915
|
+
},
|
|
9916
|
+
"box-shadow": {
|
|
9917
|
+
"$extensions": {
|
|
9918
|
+
"nl.nldesignsystem.css.property": {
|
|
9919
|
+
"syntax": "<shadow>",
|
|
9920
|
+
"inherits": true
|
|
9921
|
+
},
|
|
9922
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9923
|
+
},
|
|
9924
|
+
"type": "shadow"
|
|
9925
|
+
},
|
|
9926
|
+
"inline-size": {
|
|
9927
|
+
"$extensions": {
|
|
9928
|
+
"nl.nldesignsystem.css.property": {
|
|
9929
|
+
"syntax": "<length>",
|
|
9930
|
+
"inherits": true
|
|
9931
|
+
},
|
|
9932
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9933
|
+
},
|
|
9934
|
+
"type": "dimension"
|
|
9935
|
+
},
|
|
9936
|
+
"row-gap": {
|
|
9937
|
+
"$extensions": {
|
|
9938
|
+
"nl.nldesignsystem.css.property": {
|
|
9939
|
+
"syntax": "<length>",
|
|
9940
|
+
"inherits": true
|
|
9941
|
+
},
|
|
9942
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9943
|
+
},
|
|
9944
|
+
"type": "dimension"
|
|
9945
|
+
},
|
|
9946
|
+
"heading": {
|
|
9947
|
+
"color": {
|
|
9948
|
+
"$extensions": {
|
|
9949
|
+
"nl.nldesignsystem.css.property": {
|
|
9950
|
+
"syntax": "<color>",
|
|
9951
|
+
"inherits": true
|
|
9952
|
+
},
|
|
9953
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9954
|
+
},
|
|
9955
|
+
"type": "color",
|
|
9956
|
+
"value": "hsl(211 60% 35%)",
|
|
9957
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
9958
|
+
"isSource": true,
|
|
9959
|
+
"original": {
|
|
9960
|
+
"$extensions": {
|
|
9961
|
+
"nl.nldesignsystem.css.property": {
|
|
9962
|
+
"syntax": "<color>",
|
|
9963
|
+
"inherits": true
|
|
9964
|
+
},
|
|
9965
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9966
|
+
},
|
|
9967
|
+
"type": "color",
|
|
9968
|
+
"value": "{utrecht.color.blue.35}"
|
|
9969
|
+
},
|
|
9970
|
+
"name": "utrechtCardHeadingColor",
|
|
9971
|
+
"attributes": {},
|
|
9972
|
+
"path": [
|
|
9973
|
+
"utrecht",
|
|
9974
|
+
"card",
|
|
9975
|
+
"heading",
|
|
9976
|
+
"color"
|
|
9977
|
+
]
|
|
9978
|
+
},
|
|
9979
|
+
"padding-inline-start": {
|
|
9980
|
+
"$extensions": {
|
|
9981
|
+
"nl.nldesignsystem.css.property": {
|
|
9982
|
+
"syntax": "<length>",
|
|
9983
|
+
"inherits": true
|
|
9984
|
+
},
|
|
9985
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9986
|
+
},
|
|
9987
|
+
"type": "dimension",
|
|
9988
|
+
"value": "16px",
|
|
9989
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
9990
|
+
"isSource": true,
|
|
9991
|
+
"original": {
|
|
9992
|
+
"$extensions": {
|
|
9993
|
+
"nl.nldesignsystem.css.property": {
|
|
9994
|
+
"syntax": "<length>",
|
|
9995
|
+
"inherits": true
|
|
9996
|
+
},
|
|
9997
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9998
|
+
},
|
|
9999
|
+
"type": "dimension",
|
|
10000
|
+
"value": "{utrecht.space.inline.md}"
|
|
10001
|
+
},
|
|
10002
|
+
"name": "utrechtCardHeadingPaddingInlineStart",
|
|
10003
|
+
"attributes": {},
|
|
10004
|
+
"path": [
|
|
10005
|
+
"utrecht",
|
|
10006
|
+
"card",
|
|
10007
|
+
"heading",
|
|
10008
|
+
"padding-inline-start"
|
|
10009
|
+
]
|
|
10010
|
+
},
|
|
10011
|
+
"padding-inline-end": {
|
|
10012
|
+
"$extensions": {
|
|
10013
|
+
"nl.nldesignsystem.css.property": {
|
|
10014
|
+
"syntax": "<length>",
|
|
10015
|
+
"inherits": true
|
|
10016
|
+
},
|
|
10017
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10018
|
+
},
|
|
10019
|
+
"type": "dimension",
|
|
10020
|
+
"value": "16px",
|
|
10021
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10022
|
+
"isSource": true,
|
|
10023
|
+
"original": {
|
|
10024
|
+
"$extensions": {
|
|
10025
|
+
"nl.nldesignsystem.css.property": {
|
|
10026
|
+
"syntax": "<length>",
|
|
10027
|
+
"inherits": true
|
|
10028
|
+
},
|
|
10029
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10030
|
+
},
|
|
10031
|
+
"type": "dimension",
|
|
10032
|
+
"value": "{utrecht.space.inline.md}"
|
|
10033
|
+
},
|
|
10034
|
+
"name": "utrechtCardHeadingPaddingInlineEnd",
|
|
10035
|
+
"attributes": {},
|
|
10036
|
+
"path": [
|
|
10037
|
+
"utrecht",
|
|
10038
|
+
"card",
|
|
10039
|
+
"heading",
|
|
10040
|
+
"padding-inline-end"
|
|
10041
|
+
]
|
|
10042
|
+
}
|
|
10043
|
+
},
|
|
10044
|
+
"link": {
|
|
10045
|
+
"hover": {
|
|
10046
|
+
"text-decoration-thickness": {
|
|
10047
|
+
"$extensions": {
|
|
10048
|
+
"nl.nldesignsystem.css.property": {
|
|
10049
|
+
"syntax": "<length>",
|
|
10050
|
+
"inherits": true
|
|
10051
|
+
},
|
|
10052
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
10053
|
+
"studio.tokens": {
|
|
10054
|
+
"originalType": "borderWidth"
|
|
10055
|
+
}
|
|
10056
|
+
},
|
|
10057
|
+
"type": "dimension",
|
|
10058
|
+
"value": "3px",
|
|
10059
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10060
|
+
"isSource": true,
|
|
10061
|
+
"original": {
|
|
10062
|
+
"$extensions": {
|
|
10063
|
+
"nl.nldesignsystem.css.property": {
|
|
10064
|
+
"syntax": "<length>",
|
|
10065
|
+
"inherits": true
|
|
10066
|
+
},
|
|
10067
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
10068
|
+
"studio.tokens": {
|
|
10069
|
+
"originalType": "borderWidth"
|
|
10070
|
+
}
|
|
10071
|
+
},
|
|
10072
|
+
"type": "dimension",
|
|
10073
|
+
"value": "3px"
|
|
10074
|
+
},
|
|
10075
|
+
"name": "utrechtCardLinkHoverTextDecorationThickness",
|
|
10076
|
+
"attributes": {},
|
|
10077
|
+
"path": [
|
|
10078
|
+
"utrecht",
|
|
10079
|
+
"card",
|
|
10080
|
+
"link",
|
|
10081
|
+
"hover",
|
|
10082
|
+
"text-decoration-thickness"
|
|
10083
|
+
]
|
|
10084
|
+
}
|
|
10085
|
+
}
|
|
10086
|
+
},
|
|
10087
|
+
"content": {
|
|
10088
|
+
"row-gap": {
|
|
10089
|
+
"$extensions": {
|
|
10090
|
+
"nl.nldesignsystem.css.property": {
|
|
10091
|
+
"syntax": "<length>",
|
|
10092
|
+
"inherits": true
|
|
10093
|
+
},
|
|
10094
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10095
|
+
},
|
|
10096
|
+
"type": "dimension",
|
|
10097
|
+
"value": "16px",
|
|
10098
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10099
|
+
"isSource": true,
|
|
10100
|
+
"original": {
|
|
10101
|
+
"$extensions": {
|
|
10102
|
+
"nl.nldesignsystem.css.property": {
|
|
10103
|
+
"syntax": "<length>",
|
|
10104
|
+
"inherits": true
|
|
10105
|
+
},
|
|
10106
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10107
|
+
},
|
|
10108
|
+
"type": "dimension",
|
|
10109
|
+
"value": "{utrecht.space.row.md}"
|
|
10110
|
+
},
|
|
10111
|
+
"name": "utrechtCardContentRowGap",
|
|
10112
|
+
"attributes": {},
|
|
10113
|
+
"path": [
|
|
10114
|
+
"utrecht",
|
|
10115
|
+
"card",
|
|
10116
|
+
"content",
|
|
10117
|
+
"row-gap"
|
|
10118
|
+
]
|
|
10119
|
+
},
|
|
10120
|
+
"padding-block-start": {
|
|
10121
|
+
"$extensions": {
|
|
10122
|
+
"nl.nldesignsystem.css.property": {
|
|
10123
|
+
"syntax": "<length>",
|
|
10124
|
+
"inherits": true
|
|
10125
|
+
},
|
|
10126
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10127
|
+
},
|
|
10128
|
+
"type": "dimension",
|
|
10129
|
+
"value": "16px",
|
|
10130
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10131
|
+
"isSource": true,
|
|
10132
|
+
"original": {
|
|
10133
|
+
"$extensions": {
|
|
10134
|
+
"nl.nldesignsystem.css.property": {
|
|
10135
|
+
"syntax": "<length>",
|
|
10136
|
+
"inherits": true
|
|
10137
|
+
},
|
|
10138
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10139
|
+
},
|
|
10140
|
+
"type": "dimension",
|
|
10141
|
+
"value": "{utrecht.space.block.md}"
|
|
10142
|
+
},
|
|
10143
|
+
"name": "utrechtCardContentPaddingBlockStart",
|
|
10144
|
+
"attributes": {},
|
|
10145
|
+
"path": [
|
|
10146
|
+
"utrecht",
|
|
10147
|
+
"card",
|
|
10148
|
+
"content",
|
|
10149
|
+
"padding-block-start"
|
|
10150
|
+
]
|
|
10151
|
+
},
|
|
10152
|
+
"padding-block-end": {
|
|
10153
|
+
"$extensions": {
|
|
10154
|
+
"nl.nldesignsystem.css.property": {
|
|
10155
|
+
"syntax": "<length>",
|
|
10156
|
+
"inherits": true
|
|
10157
|
+
},
|
|
10158
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10159
|
+
},
|
|
10160
|
+
"type": "dimension",
|
|
10161
|
+
"value": "16px",
|
|
10162
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10163
|
+
"isSource": true,
|
|
10164
|
+
"original": {
|
|
10165
|
+
"$extensions": {
|
|
10166
|
+
"nl.nldesignsystem.css.property": {
|
|
10167
|
+
"syntax": "<length>",
|
|
10168
|
+
"inherits": true
|
|
10169
|
+
},
|
|
10170
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10171
|
+
},
|
|
10172
|
+
"type": "dimension",
|
|
10173
|
+
"value": "{utrecht.space.block.md}"
|
|
10174
|
+
},
|
|
10175
|
+
"name": "utrechtCardContentPaddingBlockEnd",
|
|
10176
|
+
"attributes": {},
|
|
10177
|
+
"path": [
|
|
10178
|
+
"utrecht",
|
|
10179
|
+
"card",
|
|
10180
|
+
"content",
|
|
10181
|
+
"padding-block-end"
|
|
10182
|
+
]
|
|
10183
|
+
}
|
|
10184
|
+
},
|
|
10185
|
+
"body": {
|
|
10186
|
+
"padding-inline-start": {
|
|
10187
|
+
"$extensions": {
|
|
10188
|
+
"nl.nldesignsystem.css.property": {
|
|
10189
|
+
"syntax": "<length>",
|
|
10190
|
+
"inherits": true
|
|
10191
|
+
},
|
|
10192
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10193
|
+
},
|
|
10194
|
+
"type": "dimension",
|
|
10195
|
+
"value": "16px",
|
|
10196
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10197
|
+
"isSource": true,
|
|
10198
|
+
"original": {
|
|
10199
|
+
"$extensions": {
|
|
10200
|
+
"nl.nldesignsystem.css.property": {
|
|
10201
|
+
"syntax": "<length>",
|
|
10202
|
+
"inherits": true
|
|
10203
|
+
},
|
|
10204
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10205
|
+
},
|
|
10206
|
+
"type": "dimension",
|
|
10207
|
+
"value": "{utrecht.space.inline.md}"
|
|
10208
|
+
},
|
|
10209
|
+
"name": "utrechtCardBodyPaddingInlineStart",
|
|
10210
|
+
"attributes": {},
|
|
10211
|
+
"path": [
|
|
10212
|
+
"utrecht",
|
|
10213
|
+
"card",
|
|
10214
|
+
"body",
|
|
10215
|
+
"padding-inline-start"
|
|
10216
|
+
]
|
|
10217
|
+
},
|
|
10218
|
+
"padding-inline-end": {
|
|
10219
|
+
"$extensions": {
|
|
10220
|
+
"nl.nldesignsystem.css.property": {
|
|
10221
|
+
"syntax": "<length>",
|
|
10222
|
+
"inherits": true
|
|
10223
|
+
},
|
|
10224
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10225
|
+
},
|
|
10226
|
+
"type": "dimension",
|
|
10227
|
+
"value": "16px",
|
|
10228
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10229
|
+
"isSource": true,
|
|
10230
|
+
"original": {
|
|
10231
|
+
"$extensions": {
|
|
10232
|
+
"nl.nldesignsystem.css.property": {
|
|
10233
|
+
"syntax": "<length>",
|
|
10234
|
+
"inherits": true
|
|
10235
|
+
},
|
|
10236
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10237
|
+
},
|
|
10238
|
+
"type": "dimension",
|
|
10239
|
+
"value": "{utrecht.space.inline.md}"
|
|
10240
|
+
},
|
|
10241
|
+
"name": "utrechtCardBodyPaddingInlineEnd",
|
|
10242
|
+
"attributes": {},
|
|
10243
|
+
"path": [
|
|
10244
|
+
"utrecht",
|
|
10245
|
+
"card",
|
|
10246
|
+
"body",
|
|
10247
|
+
"padding-inline-end"
|
|
10248
|
+
]
|
|
10249
|
+
}
|
|
10250
|
+
}
|
|
10251
|
+
},
|
|
9792
10252
|
"checkbox": {
|
|
9793
10253
|
"background-color": {
|
|
9794
10254
|
"$extensions": {
|
|
@@ -35566,6 +36026,7 @@
|
|
|
35566
36026
|
}
|
|
35567
36027
|
}
|
|
35568
36028
|
},
|
|
36029
|
+
"youtube-video": {},
|
|
35569
36030
|
"color": {
|
|
35570
36031
|
"red": {
|
|
35571
36032
|
"20": {
|
package/dist/dark/variables.cjs
CHANGED
|
@@ -97,6 +97,7 @@ module.exports = {
|
|
|
97
97
|
"utrechtBodyColor": "hsl(0 0% 0%)",
|
|
98
98
|
"utrechtBreadcrumbNavMinBlockSize": "34px",
|
|
99
99
|
"utrechtBreadcrumbNavFontSize": "1rem",
|
|
100
|
+
"utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
|
|
100
101
|
"utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
|
|
101
102
|
"utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
|
|
102
103
|
"utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
|
|
@@ -279,6 +280,17 @@ module.exports = {
|
|
|
279
280
|
"utrechtCalendarNavigationLabelColor": "hsl(0 0% 0%)",
|
|
280
281
|
"utrechtCalendarNavigationLabelFontSize": "1.125rem",
|
|
281
282
|
"utrechtCalendarIconSize": "24px",
|
|
283
|
+
"utrechtCardBackgroundColor": "hsl(211 60% 90%)",
|
|
284
|
+
"utrechtCardColor": "hsl(0 0% 0%)",
|
|
285
|
+
"utrechtCardHeadingColor": "hsl(211 60% 35%)",
|
|
286
|
+
"utrechtCardHeadingPaddingInlineStart": "16px",
|
|
287
|
+
"utrechtCardHeadingPaddingInlineEnd": "16px",
|
|
288
|
+
"utrechtCardLinkHoverTextDecorationThickness": "3px",
|
|
289
|
+
"utrechtCardContentRowGap": "16px",
|
|
290
|
+
"utrechtCardContentPaddingBlockStart": "16px",
|
|
291
|
+
"utrechtCardContentPaddingBlockEnd": "16px",
|
|
292
|
+
"utrechtCardBodyPaddingInlineStart": "16px",
|
|
293
|
+
"utrechtCardBodyPaddingInlineEnd": "16px",
|
|
282
294
|
"utrechtCheckboxBackgroundColor": "hsl(0 0% 20%)",
|
|
283
295
|
"utrechtCheckboxBorderColor": "hsl(0 0% 95%)",
|
|
284
296
|
"utrechtCheckboxBorderRadius": "0",
|
package/dist/dark/variables.css
CHANGED
|
@@ -313,6 +313,7 @@
|
|
|
313
313
|
--utrecht-checkbox-focus-border-width: 2px;
|
|
314
314
|
--utrecht-checkbox-border-width: 2px;
|
|
315
315
|
--utrecht-checkbox-border-radius: 0;
|
|
316
|
+
--utrecht-card-link-hover-text-decoration-thickness: 3px;
|
|
316
317
|
--utrecht-calendar-table-weeks-item-width: 44px;
|
|
317
318
|
--utrecht-calendar-table-weeks-item-padding-block-start: 4px;
|
|
318
319
|
--utrecht-calendar-table-weeks-item-padding-block-end: 10px;
|
|
@@ -353,6 +354,7 @@
|
|
|
353
354
|
--utrecht-breadcrumb-nav-link-text-decoration: none;
|
|
354
355
|
--utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
|
|
355
356
|
--utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
|
|
357
|
+
--utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
|
|
356
358
|
--utrecht-breadcrumb-nav-divider-inline-size: 1px;
|
|
357
359
|
--utrecht-border-width-sm: 1px;
|
|
358
360
|
--utrecht-border-width-md: 2px;
|
|
@@ -695,6 +697,16 @@
|
|
|
695
697
|
--utrecht-checkbox-disabled-background-color: var(--utrecht-color-grey-80);
|
|
696
698
|
--utrecht-checkbox-checked-border-color: var(--utrecht-color-blue-40);
|
|
697
699
|
--utrecht-checkbox-checked-background-color: var(--utrecht-color-blue-40);
|
|
700
|
+
--utrecht-card-heading-padding-inline-start: var(--utrecht-space-inline-md);
|
|
701
|
+
--utrecht-card-heading-padding-inline-end: var(--utrecht-space-inline-md);
|
|
702
|
+
--utrecht-card-heading-color: var(--utrecht-color-blue-35);
|
|
703
|
+
--utrecht-card-content-row-gap: var(--utrecht-space-row-md);
|
|
704
|
+
--utrecht-card-content-padding-block-start: var(--utrecht-space-block-md);
|
|
705
|
+
--utrecht-card-content-padding-block-end: var(--utrecht-space-block-md);
|
|
706
|
+
--utrecht-card-color: var(--utrecht-color-black);
|
|
707
|
+
--utrecht-card-body-padding-inline-start: var(--utrecht-space-inline-md);
|
|
708
|
+
--utrecht-card-body-padding-inline-end: var(--utrecht-space-inline-md);
|
|
709
|
+
--utrecht-card-background-color: var(--utrecht-color-blue-90);
|
|
698
710
|
--utrecht-calendar-table-days-item-day-selected-color: var(--utrecht-color-white);
|
|
699
711
|
--utrecht-calendar-table-days-item-day-selected-background-color: var(--utrecht-color-blue-30);
|
|
700
712
|
--utrecht-calendar-table-days-item-day-out-of-the-month-color: var(--utrecht-color-grey-80);
|
package/dist/dark/variables.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ export const utrechtBodyBackgroundColor : string;
|
|
|
106
106
|
export const utrechtBodyColor : string;
|
|
107
107
|
export const utrechtBreadcrumbNavMinBlockSize : string;
|
|
108
108
|
export const utrechtBreadcrumbNavFontSize : string;
|
|
109
|
+
export const utrechtBreadcrumbNavItemFirstPaddingInlineStart : string;
|
|
109
110
|
export const utrechtBreadcrumbNavItemPaddingBlockStart : string;
|
|
110
111
|
export const utrechtBreadcrumbNavItemPaddingBlockEnd : string;
|
|
111
112
|
export const utrechtBreadcrumbNavItemPaddingInlineEnd : string;
|
|
@@ -289,6 +290,17 @@ export const utrechtCalendarNavigationLabelMinInlineSize : string;
|
|
|
289
290
|
export const utrechtCalendarNavigationLabelColor : string;
|
|
290
291
|
export const utrechtCalendarNavigationLabelFontSize : string;
|
|
291
292
|
export const utrechtCalendarIconSize : string;
|
|
293
|
+
export const utrechtCardBackgroundColor : string;
|
|
294
|
+
export const utrechtCardColor : string;
|
|
295
|
+
export const utrechtCardHeadingColor : string;
|
|
296
|
+
export const utrechtCardHeadingPaddingInlineStart : string;
|
|
297
|
+
export const utrechtCardHeadingPaddingInlineEnd : string;
|
|
298
|
+
export const utrechtCardLinkHoverTextDecorationThickness : string;
|
|
299
|
+
export const utrechtCardContentRowGap : string;
|
|
300
|
+
export const utrechtCardContentPaddingBlockStart : string;
|
|
301
|
+
export const utrechtCardContentPaddingBlockEnd : string;
|
|
302
|
+
export const utrechtCardBodyPaddingInlineStart : string;
|
|
303
|
+
export const utrechtCardBodyPaddingInlineEnd : string;
|
|
292
304
|
export const utrechtCheckboxBackgroundColor : string;
|
|
293
305
|
export const utrechtCheckboxBorderColor : string;
|
|
294
306
|
export const utrechtCheckboxBorderRadius : string;
|
package/dist/dark/variables.json
CHANGED
|
@@ -225,6 +225,7 @@
|
|
|
225
225
|
"utrechtBreadcrumbNavArrowsLinkFocusColor": "hsl(0 0% 0%)",
|
|
226
226
|
"utrechtBreadcrumbNavDividerInlineSize": "1px",
|
|
227
227
|
"utrechtBreadcrumbNavFontSize": "1rem",
|
|
228
|
+
"utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
|
|
228
229
|
"utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
|
|
229
230
|
"utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
|
|
230
231
|
"utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
|
|
@@ -403,6 +404,17 @@
|
|
|
403
404
|
"utrechtCalendarTableWeeksItemPaddingBlockEnd": "10px",
|
|
404
405
|
"utrechtCalendarTableWeeksItemPaddingBlockStart": "4px",
|
|
405
406
|
"utrechtCalendarTableWeeksItemWidth": "44px",
|
|
407
|
+
"utrechtCardBackgroundColor": "hsl(211 60% 90%)",
|
|
408
|
+
"utrechtCardBodyPaddingInlineEnd": "16px",
|
|
409
|
+
"utrechtCardBodyPaddingInlineStart": "16px",
|
|
410
|
+
"utrechtCardColor": "hsl(0 0% 0%)",
|
|
411
|
+
"utrechtCardContentPaddingBlockEnd": "16px",
|
|
412
|
+
"utrechtCardContentPaddingBlockStart": "16px",
|
|
413
|
+
"utrechtCardContentRowGap": "16px",
|
|
414
|
+
"utrechtCardHeadingColor": "hsl(211 60% 35%)",
|
|
415
|
+
"utrechtCardHeadingPaddingInlineEnd": "16px",
|
|
416
|
+
"utrechtCardHeadingPaddingInlineStart": "16px",
|
|
417
|
+
"utrechtCardLinkHoverTextDecorationThickness": "3px",
|
|
406
418
|
"utrechtCheckboxBackgroundColor": "hsl(0 0% 20%)",
|
|
407
419
|
"utrechtCheckboxBorderColor": "hsl(0 0% 95%)",
|
|
408
420
|
"utrechtCheckboxBorderRadius": "0",
|
package/dist/dark/variables.less
CHANGED
|
@@ -336,6 +336,7 @@
|
|
|
336
336
|
@utrecht-checkbox-size: 24px;
|
|
337
337
|
@utrecht-checkbox-border-width: 2px;
|
|
338
338
|
@utrecht-checkbox-border-radius: 0;
|
|
339
|
+
@utrecht-card-link-hover-text-decoration-thickness: 3px;
|
|
339
340
|
@utrecht-calendar-icon-size: 24px;
|
|
340
341
|
@utrecht-calendar-navigation-label-min-inline-size: 200px;
|
|
341
342
|
@utrecht-calendar-navigation-padding-block-end: 2px;
|
|
@@ -376,6 +377,7 @@
|
|
|
376
377
|
@utrecht-breadcrumb-nav-link-text-decoration: none;
|
|
377
378
|
@utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
|
|
378
379
|
@utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
|
|
380
|
+
@utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
|
|
379
381
|
@utrecht-breadcrumb-nav-min-block-size: 34px;
|
|
380
382
|
@utrecht-body-line-height: 1.4;
|
|
381
383
|
@utrecht-blockquote-margin-block-end: 1.6em;
|
|
@@ -780,6 +782,16 @@
|
|
|
780
782
|
@utrecht-checkbox-checked-border-color: @utrecht-color-blue-40;
|
|
781
783
|
@utrecht-checkbox-disabled-background-color: @utrecht-color-grey-80;
|
|
782
784
|
@utrecht-checkbox-disabled-border-color: @utrecht-color-grey-80;
|
|
785
|
+
@utrecht-card-body-padding-inline-end: @utrecht-space-inline-md;
|
|
786
|
+
@utrecht-card-body-padding-inline-start: @utrecht-space-inline-md;
|
|
787
|
+
@utrecht-card-content-padding-block-end: @utrecht-space-block-md;
|
|
788
|
+
@utrecht-card-content-padding-block-start: @utrecht-space-block-md;
|
|
789
|
+
@utrecht-card-content-row-gap: @utrecht-space-row-md;
|
|
790
|
+
@utrecht-card-heading-padding-inline-end: @utrecht-space-inline-md;
|
|
791
|
+
@utrecht-card-heading-padding-inline-start: @utrecht-space-inline-md;
|
|
792
|
+
@utrecht-card-heading-color: @utrecht-color-blue-35;
|
|
793
|
+
@utrecht-card-color: @utrecht-color-black;
|
|
794
|
+
@utrecht-card-background-color: @utrecht-color-blue-90;
|
|
783
795
|
@utrecht-calendar-navigation-label-font-size: @utrecht-typography-scale-lg-font-size;
|
|
784
796
|
@utrecht-calendar-navigation-label-color: @utrecht-color-black;
|
|
785
797
|
@utrecht-calendar-navigation-color: @utrecht-color-blue-30;
|
package/dist/dark/variables.mjs
CHANGED
|
@@ -96,6 +96,7 @@ export const utrechtBodyBackgroundColor = "hsl(0 0% 100%)";
|
|
|
96
96
|
export const utrechtBodyColor = "hsl(0 0% 0%)";
|
|
97
97
|
export const utrechtBreadcrumbNavMinBlockSize = "34px";
|
|
98
98
|
export const utrechtBreadcrumbNavFontSize = "1rem";
|
|
99
|
+
export const utrechtBreadcrumbNavItemFirstPaddingInlineStart = "0";
|
|
99
100
|
export const utrechtBreadcrumbNavItemPaddingBlockStart = "8px";
|
|
100
101
|
export const utrechtBreadcrumbNavItemPaddingBlockEnd = "8px";
|
|
101
102
|
export const utrechtBreadcrumbNavItemPaddingInlineEnd = "8px";
|
|
@@ -278,6 +279,17 @@ export const utrechtCalendarNavigationLabelMinInlineSize = "200px";
|
|
|
278
279
|
export const utrechtCalendarNavigationLabelColor = "hsl(0 0% 0%)";
|
|
279
280
|
export const utrechtCalendarNavigationLabelFontSize = "1.125rem";
|
|
280
281
|
export const utrechtCalendarIconSize = "24px";
|
|
282
|
+
export const utrechtCardBackgroundColor = "hsl(211 60% 90%)";
|
|
283
|
+
export const utrechtCardColor = "hsl(0 0% 0%)";
|
|
284
|
+
export const utrechtCardHeadingColor = "hsl(211 60% 35%)";
|
|
285
|
+
export const utrechtCardHeadingPaddingInlineStart = "16px";
|
|
286
|
+
export const utrechtCardHeadingPaddingInlineEnd = "16px";
|
|
287
|
+
export const utrechtCardLinkHoverTextDecorationThickness = "3px";
|
|
288
|
+
export const utrechtCardContentRowGap = "16px";
|
|
289
|
+
export const utrechtCardContentPaddingBlockStart = "16px";
|
|
290
|
+
export const utrechtCardContentPaddingBlockEnd = "16px";
|
|
291
|
+
export const utrechtCardBodyPaddingInlineStart = "16px";
|
|
292
|
+
export const utrechtCardBodyPaddingInlineEnd = "16px";
|
|
281
293
|
export const utrechtCheckboxBackgroundColor = "hsl(0 0% 20%)";
|
|
282
294
|
export const utrechtCheckboxBorderColor = "hsl(0 0% 95%)";
|
|
283
295
|
export const utrechtCheckboxBorderRadius = "0";
|
package/dist/index.cjs
CHANGED
|
@@ -95,6 +95,7 @@ module.exports = {
|
|
|
95
95
|
"utrechtBodyColor": "hsl(0 0% 0%)",
|
|
96
96
|
"utrechtBreadcrumbNavMinBlockSize": "34px",
|
|
97
97
|
"utrechtBreadcrumbNavFontSize": "1rem",
|
|
98
|
+
"utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
|
|
98
99
|
"utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
|
|
99
100
|
"utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
|
|
100
101
|
"utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
|
|
@@ -270,6 +271,17 @@ module.exports = {
|
|
|
270
271
|
"utrechtCalendarNavigationLabelColor": "hsl(0 0% 0%)",
|
|
271
272
|
"utrechtCalendarNavigationLabelFontSize": "1.125rem",
|
|
272
273
|
"utrechtCalendarIconSize": "24px",
|
|
274
|
+
"utrechtCardBackgroundColor": "hsl(211 60% 90%)",
|
|
275
|
+
"utrechtCardColor": "hsl(0 0% 0%)",
|
|
276
|
+
"utrechtCardHeadingColor": "hsl(211 60% 35%)",
|
|
277
|
+
"utrechtCardHeadingPaddingInlineStart": "16px",
|
|
278
|
+
"utrechtCardHeadingPaddingInlineEnd": "16px",
|
|
279
|
+
"utrechtCardLinkHoverTextDecorationThickness": "3px",
|
|
280
|
+
"utrechtCardContentRowGap": "16px",
|
|
281
|
+
"utrechtCardContentPaddingBlockStart": "16px",
|
|
282
|
+
"utrechtCardContentPaddingBlockEnd": "16px",
|
|
283
|
+
"utrechtCardBodyPaddingInlineStart": "16px",
|
|
284
|
+
"utrechtCardBodyPaddingInlineEnd": "16px",
|
|
273
285
|
"utrechtCheckboxBackgroundColor": "hsl(0 0% 100%)",
|
|
274
286
|
"utrechtCheckboxBorderColor": "hsl(0 0% 30%)",
|
|
275
287
|
"utrechtCheckboxBorderRadius": "0",
|