@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/list.mjs
CHANGED
|
@@ -5840,6 +5840,45 @@ export default [
|
|
|
5840
5840
|
"font-size"
|
|
5841
5841
|
]
|
|
5842
5842
|
},
|
|
5843
|
+
{
|
|
5844
|
+
"$extensions": {
|
|
5845
|
+
"nl.nldesignsystem.css.property": {
|
|
5846
|
+
"syntax": "<length>",
|
|
5847
|
+
"inherits": true
|
|
5848
|
+
},
|
|
5849
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
5850
|
+
"studio.tokens": {
|
|
5851
|
+
"originalType": "spacing"
|
|
5852
|
+
}
|
|
5853
|
+
},
|
|
5854
|
+
"type": "dimension",
|
|
5855
|
+
"value": "0",
|
|
5856
|
+
"filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
|
|
5857
|
+
"isSource": true,
|
|
5858
|
+
"original": {
|
|
5859
|
+
"$extensions": {
|
|
5860
|
+
"nl.nldesignsystem.css.property": {
|
|
5861
|
+
"syntax": "<length>",
|
|
5862
|
+
"inherits": true
|
|
5863
|
+
},
|
|
5864
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
5865
|
+
"studio.tokens": {
|
|
5866
|
+
"originalType": "spacing"
|
|
5867
|
+
}
|
|
5868
|
+
},
|
|
5869
|
+
"type": "dimension",
|
|
5870
|
+
"value": "0"
|
|
5871
|
+
},
|
|
5872
|
+
"name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
|
|
5873
|
+
"attributes": {},
|
|
5874
|
+
"path": [
|
|
5875
|
+
"utrecht",
|
|
5876
|
+
"breadcrumb-nav",
|
|
5877
|
+
"item",
|
|
5878
|
+
"first",
|
|
5879
|
+
"padding-inline-start"
|
|
5880
|
+
]
|
|
5881
|
+
},
|
|
5843
5882
|
{
|
|
5844
5883
|
"$extensions": {
|
|
5845
5884
|
"nl.nldesignsystem.css.property": {
|
|
@@ -10898,6 +10937,363 @@ export default [
|
|
|
10898
10937
|
"width"
|
|
10899
10938
|
]
|
|
10900
10939
|
},
|
|
10940
|
+
{
|
|
10941
|
+
"$extensions": {
|
|
10942
|
+
"nl.nldesignsystem.css.property": {
|
|
10943
|
+
"syntax": "<color>",
|
|
10944
|
+
"inherits": true
|
|
10945
|
+
},
|
|
10946
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10947
|
+
},
|
|
10948
|
+
"type": "color",
|
|
10949
|
+
"value": "hsl(211 60% 90%)",
|
|
10950
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10951
|
+
"isSource": true,
|
|
10952
|
+
"original": {
|
|
10953
|
+
"$extensions": {
|
|
10954
|
+
"nl.nldesignsystem.css.property": {
|
|
10955
|
+
"syntax": "<color>",
|
|
10956
|
+
"inherits": true
|
|
10957
|
+
},
|
|
10958
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10959
|
+
},
|
|
10960
|
+
"type": "color",
|
|
10961
|
+
"value": "{utrecht.color.blue.90}"
|
|
10962
|
+
},
|
|
10963
|
+
"name": "utrechtCardBackgroundColor",
|
|
10964
|
+
"attributes": {},
|
|
10965
|
+
"path": [
|
|
10966
|
+
"utrecht",
|
|
10967
|
+
"card",
|
|
10968
|
+
"background-color"
|
|
10969
|
+
]
|
|
10970
|
+
},
|
|
10971
|
+
{
|
|
10972
|
+
"$extensions": {
|
|
10973
|
+
"nl.nldesignsystem.css.property": {
|
|
10974
|
+
"syntax": "<length>",
|
|
10975
|
+
"inherits": true
|
|
10976
|
+
},
|
|
10977
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10978
|
+
},
|
|
10979
|
+
"type": "dimension",
|
|
10980
|
+
"value": "16px",
|
|
10981
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10982
|
+
"isSource": true,
|
|
10983
|
+
"original": {
|
|
10984
|
+
"$extensions": {
|
|
10985
|
+
"nl.nldesignsystem.css.property": {
|
|
10986
|
+
"syntax": "<length>",
|
|
10987
|
+
"inherits": true
|
|
10988
|
+
},
|
|
10989
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10990
|
+
},
|
|
10991
|
+
"type": "dimension",
|
|
10992
|
+
"value": "{utrecht.space.inline.md}"
|
|
10993
|
+
},
|
|
10994
|
+
"name": "utrechtCardBodyPaddingInlineEnd",
|
|
10995
|
+
"attributes": {},
|
|
10996
|
+
"path": [
|
|
10997
|
+
"utrecht",
|
|
10998
|
+
"card",
|
|
10999
|
+
"body",
|
|
11000
|
+
"padding-inline-end"
|
|
11001
|
+
]
|
|
11002
|
+
},
|
|
11003
|
+
{
|
|
11004
|
+
"$extensions": {
|
|
11005
|
+
"nl.nldesignsystem.css.property": {
|
|
11006
|
+
"syntax": "<length>",
|
|
11007
|
+
"inherits": true
|
|
11008
|
+
},
|
|
11009
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11010
|
+
},
|
|
11011
|
+
"type": "dimension",
|
|
11012
|
+
"value": "16px",
|
|
11013
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11014
|
+
"isSource": true,
|
|
11015
|
+
"original": {
|
|
11016
|
+
"$extensions": {
|
|
11017
|
+
"nl.nldesignsystem.css.property": {
|
|
11018
|
+
"syntax": "<length>",
|
|
11019
|
+
"inherits": true
|
|
11020
|
+
},
|
|
11021
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11022
|
+
},
|
|
11023
|
+
"type": "dimension",
|
|
11024
|
+
"value": "{utrecht.space.inline.md}"
|
|
11025
|
+
},
|
|
11026
|
+
"name": "utrechtCardBodyPaddingInlineStart",
|
|
11027
|
+
"attributes": {},
|
|
11028
|
+
"path": [
|
|
11029
|
+
"utrecht",
|
|
11030
|
+
"card",
|
|
11031
|
+
"body",
|
|
11032
|
+
"padding-inline-start"
|
|
11033
|
+
]
|
|
11034
|
+
},
|
|
11035
|
+
{
|
|
11036
|
+
"$extensions": {
|
|
11037
|
+
"nl.nldesignsystem.css.property": {
|
|
11038
|
+
"syntax": "<color>",
|
|
11039
|
+
"inherits": true
|
|
11040
|
+
},
|
|
11041
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11042
|
+
},
|
|
11043
|
+
"type": "color",
|
|
11044
|
+
"value": "hsl(0 0% 0%)",
|
|
11045
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11046
|
+
"isSource": true,
|
|
11047
|
+
"original": {
|
|
11048
|
+
"$extensions": {
|
|
11049
|
+
"nl.nldesignsystem.css.property": {
|
|
11050
|
+
"syntax": "<color>",
|
|
11051
|
+
"inherits": true
|
|
11052
|
+
},
|
|
11053
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11054
|
+
},
|
|
11055
|
+
"type": "color",
|
|
11056
|
+
"value": "{utrecht.color.black}"
|
|
11057
|
+
},
|
|
11058
|
+
"name": "utrechtCardColor",
|
|
11059
|
+
"attributes": {},
|
|
11060
|
+
"path": [
|
|
11061
|
+
"utrecht",
|
|
11062
|
+
"card",
|
|
11063
|
+
"color"
|
|
11064
|
+
]
|
|
11065
|
+
},
|
|
11066
|
+
{
|
|
11067
|
+
"$extensions": {
|
|
11068
|
+
"nl.nldesignsystem.css.property": {
|
|
11069
|
+
"syntax": "<length>",
|
|
11070
|
+
"inherits": true
|
|
11071
|
+
},
|
|
11072
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11073
|
+
},
|
|
11074
|
+
"type": "dimension",
|
|
11075
|
+
"value": "16px",
|
|
11076
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11077
|
+
"isSource": true,
|
|
11078
|
+
"original": {
|
|
11079
|
+
"$extensions": {
|
|
11080
|
+
"nl.nldesignsystem.css.property": {
|
|
11081
|
+
"syntax": "<length>",
|
|
11082
|
+
"inherits": true
|
|
11083
|
+
},
|
|
11084
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11085
|
+
},
|
|
11086
|
+
"type": "dimension",
|
|
11087
|
+
"value": "{utrecht.space.block.md}"
|
|
11088
|
+
},
|
|
11089
|
+
"name": "utrechtCardContentPaddingBlockEnd",
|
|
11090
|
+
"attributes": {},
|
|
11091
|
+
"path": [
|
|
11092
|
+
"utrecht",
|
|
11093
|
+
"card",
|
|
11094
|
+
"content",
|
|
11095
|
+
"padding-block-end"
|
|
11096
|
+
]
|
|
11097
|
+
},
|
|
11098
|
+
{
|
|
11099
|
+
"$extensions": {
|
|
11100
|
+
"nl.nldesignsystem.css.property": {
|
|
11101
|
+
"syntax": "<length>",
|
|
11102
|
+
"inherits": true
|
|
11103
|
+
},
|
|
11104
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11105
|
+
},
|
|
11106
|
+
"type": "dimension",
|
|
11107
|
+
"value": "16px",
|
|
11108
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11109
|
+
"isSource": true,
|
|
11110
|
+
"original": {
|
|
11111
|
+
"$extensions": {
|
|
11112
|
+
"nl.nldesignsystem.css.property": {
|
|
11113
|
+
"syntax": "<length>",
|
|
11114
|
+
"inherits": true
|
|
11115
|
+
},
|
|
11116
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11117
|
+
},
|
|
11118
|
+
"type": "dimension",
|
|
11119
|
+
"value": "{utrecht.space.block.md}"
|
|
11120
|
+
},
|
|
11121
|
+
"name": "utrechtCardContentPaddingBlockStart",
|
|
11122
|
+
"attributes": {},
|
|
11123
|
+
"path": [
|
|
11124
|
+
"utrecht",
|
|
11125
|
+
"card",
|
|
11126
|
+
"content",
|
|
11127
|
+
"padding-block-start"
|
|
11128
|
+
]
|
|
11129
|
+
},
|
|
11130
|
+
{
|
|
11131
|
+
"$extensions": {
|
|
11132
|
+
"nl.nldesignsystem.css.property": {
|
|
11133
|
+
"syntax": "<length>",
|
|
11134
|
+
"inherits": true
|
|
11135
|
+
},
|
|
11136
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11137
|
+
},
|
|
11138
|
+
"type": "dimension",
|
|
11139
|
+
"value": "16px",
|
|
11140
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11141
|
+
"isSource": true,
|
|
11142
|
+
"original": {
|
|
11143
|
+
"$extensions": {
|
|
11144
|
+
"nl.nldesignsystem.css.property": {
|
|
11145
|
+
"syntax": "<length>",
|
|
11146
|
+
"inherits": true
|
|
11147
|
+
},
|
|
11148
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11149
|
+
},
|
|
11150
|
+
"type": "dimension",
|
|
11151
|
+
"value": "{utrecht.space.row.md}"
|
|
11152
|
+
},
|
|
11153
|
+
"name": "utrechtCardContentRowGap",
|
|
11154
|
+
"attributes": {},
|
|
11155
|
+
"path": [
|
|
11156
|
+
"utrecht",
|
|
11157
|
+
"card",
|
|
11158
|
+
"content",
|
|
11159
|
+
"row-gap"
|
|
11160
|
+
]
|
|
11161
|
+
},
|
|
11162
|
+
{
|
|
11163
|
+
"$extensions": {
|
|
11164
|
+
"nl.nldesignsystem.css.property": {
|
|
11165
|
+
"syntax": "<color>",
|
|
11166
|
+
"inherits": true
|
|
11167
|
+
},
|
|
11168
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11169
|
+
},
|
|
11170
|
+
"type": "color",
|
|
11171
|
+
"value": "hsl(211 60% 35%)",
|
|
11172
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11173
|
+
"isSource": true,
|
|
11174
|
+
"original": {
|
|
11175
|
+
"$extensions": {
|
|
11176
|
+
"nl.nldesignsystem.css.property": {
|
|
11177
|
+
"syntax": "<color>",
|
|
11178
|
+
"inherits": true
|
|
11179
|
+
},
|
|
11180
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11181
|
+
},
|
|
11182
|
+
"type": "color",
|
|
11183
|
+
"value": "{utrecht.color.blue.35}"
|
|
11184
|
+
},
|
|
11185
|
+
"name": "utrechtCardHeadingColor",
|
|
11186
|
+
"attributes": {},
|
|
11187
|
+
"path": [
|
|
11188
|
+
"utrecht",
|
|
11189
|
+
"card",
|
|
11190
|
+
"heading",
|
|
11191
|
+
"color"
|
|
11192
|
+
]
|
|
11193
|
+
},
|
|
11194
|
+
{
|
|
11195
|
+
"$extensions": {
|
|
11196
|
+
"nl.nldesignsystem.css.property": {
|
|
11197
|
+
"syntax": "<length>",
|
|
11198
|
+
"inherits": true
|
|
11199
|
+
},
|
|
11200
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11201
|
+
},
|
|
11202
|
+
"type": "dimension",
|
|
11203
|
+
"value": "16px",
|
|
11204
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11205
|
+
"isSource": true,
|
|
11206
|
+
"original": {
|
|
11207
|
+
"$extensions": {
|
|
11208
|
+
"nl.nldesignsystem.css.property": {
|
|
11209
|
+
"syntax": "<length>",
|
|
11210
|
+
"inherits": true
|
|
11211
|
+
},
|
|
11212
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11213
|
+
},
|
|
11214
|
+
"type": "dimension",
|
|
11215
|
+
"value": "{utrecht.space.inline.md}"
|
|
11216
|
+
},
|
|
11217
|
+
"name": "utrechtCardHeadingPaddingInlineEnd",
|
|
11218
|
+
"attributes": {},
|
|
11219
|
+
"path": [
|
|
11220
|
+
"utrecht",
|
|
11221
|
+
"card",
|
|
11222
|
+
"heading",
|
|
11223
|
+
"padding-inline-end"
|
|
11224
|
+
]
|
|
11225
|
+
},
|
|
11226
|
+
{
|
|
11227
|
+
"$extensions": {
|
|
11228
|
+
"nl.nldesignsystem.css.property": {
|
|
11229
|
+
"syntax": "<length>",
|
|
11230
|
+
"inherits": true
|
|
11231
|
+
},
|
|
11232
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11233
|
+
},
|
|
11234
|
+
"type": "dimension",
|
|
11235
|
+
"value": "16px",
|
|
11236
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11237
|
+
"isSource": true,
|
|
11238
|
+
"original": {
|
|
11239
|
+
"$extensions": {
|
|
11240
|
+
"nl.nldesignsystem.css.property": {
|
|
11241
|
+
"syntax": "<length>",
|
|
11242
|
+
"inherits": true
|
|
11243
|
+
},
|
|
11244
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11245
|
+
},
|
|
11246
|
+
"type": "dimension",
|
|
11247
|
+
"value": "{utrecht.space.inline.md}"
|
|
11248
|
+
},
|
|
11249
|
+
"name": "utrechtCardHeadingPaddingInlineStart",
|
|
11250
|
+
"attributes": {},
|
|
11251
|
+
"path": [
|
|
11252
|
+
"utrecht",
|
|
11253
|
+
"card",
|
|
11254
|
+
"heading",
|
|
11255
|
+
"padding-inline-start"
|
|
11256
|
+
]
|
|
11257
|
+
},
|
|
11258
|
+
{
|
|
11259
|
+
"$extensions": {
|
|
11260
|
+
"nl.nldesignsystem.css.property": {
|
|
11261
|
+
"syntax": "<length>",
|
|
11262
|
+
"inherits": true
|
|
11263
|
+
},
|
|
11264
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
11265
|
+
"studio.tokens": {
|
|
11266
|
+
"originalType": "borderWidth"
|
|
11267
|
+
}
|
|
11268
|
+
},
|
|
11269
|
+
"type": "dimension",
|
|
11270
|
+
"value": "3px",
|
|
11271
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
11272
|
+
"isSource": true,
|
|
11273
|
+
"original": {
|
|
11274
|
+
"$extensions": {
|
|
11275
|
+
"nl.nldesignsystem.css.property": {
|
|
11276
|
+
"syntax": "<length>",
|
|
11277
|
+
"inherits": true
|
|
11278
|
+
},
|
|
11279
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
11280
|
+
"studio.tokens": {
|
|
11281
|
+
"originalType": "borderWidth"
|
|
11282
|
+
}
|
|
11283
|
+
},
|
|
11284
|
+
"type": "dimension",
|
|
11285
|
+
"value": "3px"
|
|
11286
|
+
},
|
|
11287
|
+
"name": "utrechtCardLinkHoverTextDecorationThickness",
|
|
11288
|
+
"attributes": {},
|
|
11289
|
+
"path": [
|
|
11290
|
+
"utrecht",
|
|
11291
|
+
"card",
|
|
11292
|
+
"link",
|
|
11293
|
+
"hover",
|
|
11294
|
+
"text-decoration-thickness"
|
|
11295
|
+
]
|
|
11296
|
+
},
|
|
10901
11297
|
{
|
|
10902
11298
|
"$extensions": {
|
|
10903
11299
|
"nl.nldesignsystem.css.property": {
|
package/dist/dark/property.css
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
@property --utrecht-breadcrumb-nav-arrows-link-background-color { syntax: '<color>'; inherits: true; }
|
|
107
107
|
@property --utrecht-breadcrumb-nav-arrows-link-focus-background-color { syntax: '<color>'; inherits: true; }
|
|
108
108
|
@property --utrecht-breadcrumb-nav-font-size { syntax: '<length>'; inherits: true; }
|
|
109
|
+
@property --utrecht-breadcrumb-nav-item-first-padding-inline-start { syntax: '<length>'; inherits: true; }
|
|
109
110
|
@property --utrecht-breadcrumb-nav-item-padding-block-end { syntax: '<length>'; inherits: true; }
|
|
110
111
|
@property --utrecht-breadcrumb-nav-item-padding-block-start { syntax: '<length>'; inherits: true; }
|
|
111
112
|
@property --utrecht-breadcrumb-nav-item-padding-inline-end { syntax: '<length>'; inherits: true; }
|
|
@@ -198,6 +199,17 @@
|
|
|
198
199
|
@property --utrecht-calendar-table-days-item-day-selected-color { syntax: '<color>'; inherits: true; }
|
|
199
200
|
@property --utrecht-calendar-table-days-item-day-size { syntax: '<length>'; inherits: true; }
|
|
200
201
|
@property --utrecht-calendar-table-weeks-item-width { syntax: '<length>'; inherits: true; }
|
|
202
|
+
@property --utrecht-card-background-color { syntax: '<color>'; inherits: true; }
|
|
203
|
+
@property --utrecht-card-body-padding-inline-end { syntax: '<length>'; inherits: true; }
|
|
204
|
+
@property --utrecht-card-body-padding-inline-start { syntax: '<length>'; inherits: true; }
|
|
205
|
+
@property --utrecht-card-color { syntax: '<color>'; inherits: true; }
|
|
206
|
+
@property --utrecht-card-content-padding-block-end { syntax: '<length>'; inherits: true; }
|
|
207
|
+
@property --utrecht-card-content-padding-block-start { syntax: '<length>'; inherits: true; }
|
|
208
|
+
@property --utrecht-card-content-row-gap { syntax: '<length>'; inherits: true; }
|
|
209
|
+
@property --utrecht-card-heading-color { syntax: '<color>'; inherits: true; }
|
|
210
|
+
@property --utrecht-card-heading-padding-inline-end { syntax: '<length>'; inherits: true; }
|
|
211
|
+
@property --utrecht-card-heading-padding-inline-start { syntax: '<length>'; inherits: true; }
|
|
212
|
+
@property --utrecht-card-link-hover-text-decoration-thickness { syntax: '<length>'; inherits: true; }
|
|
201
213
|
@property --utrecht-checkbox-background-color { syntax: '<color>'; inherits: true; }
|
|
202
214
|
@property --utrecht-checkbox-border-color { syntax: '<color>'; inherits: true; }
|
|
203
215
|
@property --utrecht-checkbox-border-radius { syntax: '<length-percentage>'; inherits: true; }
|
package/dist/dark/root.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);
|
|
@@ -338,6 +338,7 @@
|
|
|
338
338
|
--utrecht-checkbox-size: 24px;
|
|
339
339
|
--utrecht-checkbox-border-width: 2px;
|
|
340
340
|
--utrecht-checkbox-border-radius: 0;
|
|
341
|
+
--utrecht-card-link-hover-text-decoration-thickness: 3px;
|
|
341
342
|
--utrecht-calendar-icon-size: 24px;
|
|
342
343
|
--utrecht-calendar-navigation-label-min-inline-size: 200px;
|
|
343
344
|
--utrecht-calendar-navigation-padding-block-end: 2px;
|
|
@@ -378,6 +379,7 @@
|
|
|
378
379
|
--utrecht-breadcrumb-nav-link-text-decoration: none;
|
|
379
380
|
--utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
|
|
380
381
|
--utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
|
|
382
|
+
--utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
|
|
381
383
|
--utrecht-breadcrumb-nav-min-block-size: 34px;
|
|
382
384
|
--utrecht-body-line-height: 1.4;
|
|
383
385
|
--utrecht-blockquote-margin-block-end: 1.6em;
|
|
@@ -782,6 +784,16 @@
|
|
|
782
784
|
--utrecht-checkbox-checked-border-color: var(--utrecht-color-blue-40);
|
|
783
785
|
--utrecht-checkbox-disabled-background-color: var(--utrecht-color-grey-80);
|
|
784
786
|
--utrecht-checkbox-disabled-border-color: var(--utrecht-color-grey-80);
|
|
787
|
+
--utrecht-card-body-padding-inline-end: var(--utrecht-space-inline-md);
|
|
788
|
+
--utrecht-card-body-padding-inline-start: var(--utrecht-space-inline-md);
|
|
789
|
+
--utrecht-card-content-padding-block-end: var(--utrecht-space-block-md);
|
|
790
|
+
--utrecht-card-content-padding-block-start: var(--utrecht-space-block-md);
|
|
791
|
+
--utrecht-card-content-row-gap: var(--utrecht-space-row-md);
|
|
792
|
+
--utrecht-card-heading-padding-inline-end: var(--utrecht-space-inline-md);
|
|
793
|
+
--utrecht-card-heading-padding-inline-start: var(--utrecht-space-inline-md);
|
|
794
|
+
--utrecht-card-heading-color: var(--utrecht-color-blue-35);
|
|
795
|
+
--utrecht-card-color: var(--utrecht-color-black);
|
|
796
|
+
--utrecht-card-background-color: var(--utrecht-color-blue-90);
|
|
785
797
|
--utrecht-calendar-navigation-label-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
786
798
|
--utrecht-calendar-navigation-label-color: var(--utrecht-color-black);
|
|
787
799
|
--utrecht-calendar-navigation-color: var(--utrecht-color-blue-30);
|
package/dist/dark/theme.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);
|