@conduction/theme 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/conduction-design-tokens/dist/design-tokens.css +1 -1
- package/conduction-design-tokens/dist/index.js +1 -1
- package/conduction-design-tokens/dist/index.less +1 -1
- package/conduction-design-tokens/dist/index.scss +1 -1
- package/conduction-design-tokens/dist/tokens.json +8 -4
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/commonground-design-tokens/dist/index.js +1 -1
- package/municipalities/commonground-design-tokens/dist/index.less +1 -1
- package/municipalities/commonground-design-tokens/dist/index.scss +1 -1
- package/municipalities/commonground-design-tokens/dist/tokens.json +8 -4
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +8 -4
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +8 -4
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/epe-design-tokens/dist/index.js +1 -1
- package/municipalities/epe-design-tokens/dist/index.less +1 -1
- package/municipalities/epe-design-tokens/dist/index.scss +1 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +8 -4
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/gouda-design-tokens/LICENSE.md +17 -0
- package/municipalities/gouda-design-tokens/README.md +3 -0
- package/municipalities/gouda-design-tokens/dist/design-tokens.css +622 -0
- package/municipalities/gouda-design-tokens/dist/font.css +8 -0
- package/municipalities/gouda-design-tokens/dist/index.css +7 -0
- package/municipalities/gouda-design-tokens/dist/index.js +620 -0
- package/municipalities/gouda-design-tokens/dist/index.json +12657 -0
- package/municipalities/gouda-design-tokens/dist/index.less +619 -0
- package/municipalities/gouda-design-tokens/dist/index.scss +619 -0
- package/municipalities/gouda-design-tokens/dist/tokens.json +13396 -0
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/gouda-design-tokens/package.json +41 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/color.tokens.json +96 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/font-size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/typography.tokens.json +45 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/config.json +58 -0
- package/municipalities/gouda-design-tokens/src/font.js +4 -0
- package/municipalities/gouda-design-tokens/src/font.scss +10 -0
- package/municipalities/gouda-design-tokens/src/index.scss +8 -0
- package/municipalities/gouda-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/leiden-design-tokens/dist/index.js +1 -1
- package/municipalities/leiden-design-tokens/dist/index.less +1 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +8 -4
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +8 -4
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +8 -4
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +8 -4
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.js +1 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.less +1 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.scss +1 -1
- package/municipalities/opencatalogi-design-tokens/dist/tokens.json +8 -4
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json +8 -4
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +8 -4
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/sloterburg-design-tokens/dist/index.js +1 -1
- package/municipalities/sloterburg-design-tokens/dist/index.less +1 -1
- package/municipalities/sloterburg-design-tokens/dist/index.scss +1 -1
- package/municipalities/sloterburg-design-tokens/dist/tokens.json +8 -4
- package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +8 -4
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +8 -4
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/zutphen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/zutphen-design-tokens/dist/index.js +1 -1
- package/municipalities/zutphen-design-tokens/dist/index.less +1 -1
- package/municipalities/zutphen-design-tokens/dist/index.scss +1 -1
- package/municipalities/zutphen-design-tokens/dist/tokens.json +8 -4
- package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -3052,7 +3052,8 @@
|
|
|
3052
3052
|
"background-color"
|
|
3053
3053
|
]
|
|
3054
3054
|
},
|
|
3055
|
-
"box-shadow": {}
|
|
3055
|
+
"box-shadow": {},
|
|
3056
|
+
"font-weight": {}
|
|
3056
3057
|
},
|
|
3057
3058
|
"current": {
|
|
3058
3059
|
"color": {
|
|
@@ -3149,7 +3150,8 @@
|
|
|
3149
3150
|
"box-shadow"
|
|
3150
3151
|
]
|
|
3151
3152
|
}
|
|
3152
|
-
}
|
|
3153
|
+
},
|
|
3154
|
+
"font-weight": {}
|
|
3153
3155
|
},
|
|
3154
3156
|
"dropdown": {
|
|
3155
3157
|
"color": {
|
|
@@ -3250,7 +3252,8 @@
|
|
|
3250
3252
|
"background-color"
|
|
3251
3253
|
]
|
|
3252
3254
|
},
|
|
3253
|
-
"box-shadow": {}
|
|
3255
|
+
"box-shadow": {},
|
|
3256
|
+
"font-weight": {}
|
|
3254
3257
|
},
|
|
3255
3258
|
"current": {
|
|
3256
3259
|
"color": {
|
|
@@ -3351,7 +3354,8 @@
|
|
|
3351
3354
|
"box-shadow"
|
|
3352
3355
|
]
|
|
3353
3356
|
}
|
|
3354
|
-
}
|
|
3357
|
+
},
|
|
3358
|
+
"font-weight": {}
|
|
3355
3359
|
}
|
|
3356
3360
|
},
|
|
3357
3361
|
"item": {
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{conduction.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{conduction.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{conduction.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{conduction.color.grey.29}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{conduction.color.primary}" },
|
|
28
30
|
"background-color": { "value": "{conduction.color.white.100}" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{conduction.color.primary}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10005,7 +10005,8 @@
|
|
|
10005
10005
|
"background-color"
|
|
10006
10006
|
]
|
|
10007
10007
|
},
|
|
10008
|
-
"box-shadow": {}
|
|
10008
|
+
"box-shadow": {},
|
|
10009
|
+
"font-weight": {}
|
|
10009
10010
|
},
|
|
10010
10011
|
"current": {
|
|
10011
10012
|
"color": {
|
|
@@ -10102,7 +10103,8 @@
|
|
|
10102
10103
|
"box-shadow"
|
|
10103
10104
|
]
|
|
10104
10105
|
}
|
|
10105
|
-
}
|
|
10106
|
+
},
|
|
10107
|
+
"font-weight": {}
|
|
10106
10108
|
},
|
|
10107
10109
|
"dropdown": {
|
|
10108
10110
|
"color": {
|
|
@@ -10203,7 +10205,8 @@
|
|
|
10203
10205
|
"background-color"
|
|
10204
10206
|
]
|
|
10205
10207
|
},
|
|
10206
|
-
"box-shadow": {}
|
|
10208
|
+
"box-shadow": {},
|
|
10209
|
+
"font-weight": {}
|
|
10207
10210
|
},
|
|
10208
10211
|
"current": {
|
|
10209
10212
|
"color": {
|
|
@@ -10304,7 +10307,8 @@
|
|
|
10304
10307
|
"box-shadow"
|
|
10305
10308
|
]
|
|
10306
10309
|
}
|
|
10307
|
-
}
|
|
10310
|
+
},
|
|
10311
|
+
"font-weight": {}
|
|
10308
10312
|
}
|
|
10309
10313
|
},
|
|
10310
10314
|
"item": {
|
package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{commonground.color.black.0}" },
|
|
9
9
|
"background-color": { "value": "{commonground.color.yellow.64}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{commonground.color.black.0}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0px 0px 0px 2px {commonground.color.black.0}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{commonground.color.black.0}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{commonground.color.black.0}" },
|
|
28
30
|
"background-color": { "value": "{commonground.color.yellow.64}" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{commonground.color.black.0}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0px 0px 0px 2px {commonground.color.black.0}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -9795,7 +9795,8 @@
|
|
|
9795
9795
|
"background-color"
|
|
9796
9796
|
]
|
|
9797
9797
|
},
|
|
9798
|
-
"box-shadow": {}
|
|
9798
|
+
"box-shadow": {},
|
|
9799
|
+
"font-weight": {}
|
|
9799
9800
|
},
|
|
9800
9801
|
"current": {
|
|
9801
9802
|
"color": {
|
|
@@ -9892,7 +9893,8 @@
|
|
|
9892
9893
|
"box-shadow"
|
|
9893
9894
|
]
|
|
9894
9895
|
}
|
|
9895
|
-
}
|
|
9896
|
+
},
|
|
9897
|
+
"font-weight": {}
|
|
9896
9898
|
},
|
|
9897
9899
|
"dropdown": {
|
|
9898
9900
|
"color": {},
|
|
@@ -9903,7 +9905,8 @@
|
|
|
9903
9905
|
"hover": {
|
|
9904
9906
|
"color": {},
|
|
9905
9907
|
"background-color": {},
|
|
9906
|
-
"box-shadow": {}
|
|
9908
|
+
"box-shadow": {},
|
|
9909
|
+
"font-weight": {}
|
|
9907
9910
|
},
|
|
9908
9911
|
"current": {
|
|
9909
9912
|
"color": {
|
|
@@ -10004,7 +10007,8 @@
|
|
|
10004
10007
|
"box-shadow"
|
|
10005
10008
|
]
|
|
10006
10009
|
}
|
|
10007
|
-
}
|
|
10010
|
+
},
|
|
10011
|
+
"font-weight": {}
|
|
10008
10012
|
}
|
|
10009
10013
|
},
|
|
10010
10014
|
"item": {
|
package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{dimpact.color.white.100}" },
|
|
9
9
|
"background-color": { "value": "{dimpact.color.pink.62}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{dimpact.color.white.100}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": {},
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": {},
|
|
28
30
|
"background-color": {},
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{dimpact.color.white.100}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10608,7 +10608,8 @@
|
|
|
10608
10608
|
"background-color"
|
|
10609
10609
|
]
|
|
10610
10610
|
},
|
|
10611
|
-
"box-shadow": {}
|
|
10611
|
+
"box-shadow": {},
|
|
10612
|
+
"font-weight": {}
|
|
10612
10613
|
},
|
|
10613
10614
|
"current": {
|
|
10614
10615
|
"color": {
|
|
@@ -10705,7 +10706,8 @@
|
|
|
10705
10706
|
"box-shadow"
|
|
10706
10707
|
]
|
|
10707
10708
|
}
|
|
10708
|
-
}
|
|
10709
|
+
},
|
|
10710
|
+
"font-weight": {}
|
|
10709
10711
|
},
|
|
10710
10712
|
"dropdown": {
|
|
10711
10713
|
"color": {},
|
|
@@ -10716,7 +10718,8 @@
|
|
|
10716
10718
|
"hover": {
|
|
10717
10719
|
"color": {},
|
|
10718
10720
|
"background-color": {},
|
|
10719
|
-
"box-shadow": {}
|
|
10721
|
+
"box-shadow": {},
|
|
10722
|
+
"font-weight": {}
|
|
10720
10723
|
},
|
|
10721
10724
|
"current": {
|
|
10722
10725
|
"color": {
|
|
@@ -10817,7 +10820,8 @@
|
|
|
10817
10820
|
"box-shadow"
|
|
10818
10821
|
]
|
|
10819
10822
|
}
|
|
10820
|
-
}
|
|
10823
|
+
},
|
|
10824
|
+
"font-weight": {}
|
|
10821
10825
|
}
|
|
10822
10826
|
},
|
|
10823
10827
|
"item": {
|
package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{dinkelland.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{dinkelland.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{dinkelland.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {dinkelland.color.primary}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {dinkelland.color.primary}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": {},
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": {},
|
|
28
30
|
"background-color": {},
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{dinkelland.color.primary}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px {dinkelland.color.primary}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 4px 0 {dinkelland.color.primary}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10505,7 +10505,8 @@
|
|
|
10505
10505
|
"background-color"
|
|
10506
10506
|
]
|
|
10507
10507
|
},
|
|
10508
|
-
"box-shadow": {}
|
|
10508
|
+
"box-shadow": {},
|
|
10509
|
+
"font-weight": {}
|
|
10509
10510
|
},
|
|
10510
10511
|
"current": {
|
|
10511
10512
|
"color": {
|
|
@@ -10602,7 +10603,8 @@
|
|
|
10602
10603
|
"box-shadow"
|
|
10603
10604
|
]
|
|
10604
10605
|
}
|
|
10605
|
-
}
|
|
10606
|
+
},
|
|
10607
|
+
"font-weight": {}
|
|
10606
10608
|
},
|
|
10607
10609
|
"dropdown": {
|
|
10608
10610
|
"color": {},
|
|
@@ -10613,7 +10615,8 @@
|
|
|
10613
10615
|
"hover": {
|
|
10614
10616
|
"color": {},
|
|
10615
10617
|
"background-color": {},
|
|
10616
|
-
"box-shadow": {}
|
|
10618
|
+
"box-shadow": {},
|
|
10619
|
+
"font-weight": {}
|
|
10617
10620
|
},
|
|
10618
10621
|
"current": {
|
|
10619
10622
|
"color": {
|
|
@@ -10714,7 +10717,8 @@
|
|
|
10714
10717
|
"box-shadow"
|
|
10715
10718
|
]
|
|
10716
10719
|
}
|
|
10717
|
-
}
|
|
10720
|
+
},
|
|
10721
|
+
"font-weight": {}
|
|
10718
10722
|
}
|
|
10719
10723
|
},
|
|
10720
10724
|
"item": {
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{epe.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{epe.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{epe.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {epe.color.primary}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {epe.color.primary}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": {},
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": {},
|
|
28
30
|
"background-color": {},
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{epe.color.primary}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px {epe.color.primary}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 4px 0 {epe.color.primary}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auteursrecht Gemeente Gouda
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Gemeente Gouda
|
|
4
|
+
|
|
5
|
+
## Logo en huisstijl
|
|
6
|
+
|
|
7
|
+
Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Gemeente Gouda.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Gouda gebruiken en je ontwerpt een eigen huisstijl.
|
|
10
|
+
|
|
11
|
+
## Lettertype
|
|
12
|
+
|
|
13
|
+
Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
|
|
14
|
+
|
|
15
|
+
## Toestemming
|
|
16
|
+
|
|
17
|
+
Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Gemeente Gouda.
|