@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
|
@@ -9783,7 +9783,8 @@
|
|
|
9783
9783
|
"background-color"
|
|
9784
9784
|
]
|
|
9785
9785
|
},
|
|
9786
|
-
"box-shadow": {}
|
|
9786
|
+
"box-shadow": {},
|
|
9787
|
+
"font-weight": {}
|
|
9787
9788
|
},
|
|
9788
9789
|
"current": {
|
|
9789
9790
|
"color": {
|
|
@@ -9880,7 +9881,8 @@
|
|
|
9880
9881
|
"box-shadow"
|
|
9881
9882
|
]
|
|
9882
9883
|
}
|
|
9883
|
-
}
|
|
9884
|
+
},
|
|
9885
|
+
"font-weight": {}
|
|
9884
9886
|
},
|
|
9885
9887
|
"dropdown": {
|
|
9886
9888
|
"color": {
|
|
@@ -9981,7 +9983,8 @@
|
|
|
9981
9983
|
"background-color"
|
|
9982
9984
|
]
|
|
9983
9985
|
},
|
|
9984
|
-
"box-shadow": {}
|
|
9986
|
+
"box-shadow": {},
|
|
9987
|
+
"font-weight": {}
|
|
9985
9988
|
},
|
|
9986
9989
|
"current": {
|
|
9987
9990
|
"color": {
|
|
@@ -10035,7 +10038,8 @@
|
|
|
10035
10038
|
"box-shadow": {},
|
|
10036
10039
|
"mobile": {
|
|
10037
10040
|
"box-shadow": {}
|
|
10038
|
-
}
|
|
10041
|
+
},
|
|
10042
|
+
"font-weight": {}
|
|
10039
10043
|
}
|
|
10040
10044
|
},
|
|
10041
10045
|
"item": {
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{leiden.color.blue.27}" },
|
|
9
9
|
"background-color": { "value": "{leiden.color.black.9}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{leiden.color.white.100}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {leiden.color.white.100}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {leiden.color.white.100}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{leiden.color.blue.27}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{leiden.color.black.9}" },
|
|
28
30
|
"background-color": { "value": "{leiden.color.white.100}" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{leiden.color.primary}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": {},
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": {}
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10048,7 +10048,8 @@
|
|
|
10048
10048
|
"background-color"
|
|
10049
10049
|
]
|
|
10050
10050
|
},
|
|
10051
|
-
"box-shadow": {}
|
|
10051
|
+
"box-shadow": {},
|
|
10052
|
+
"font-weight": {}
|
|
10052
10053
|
},
|
|
10053
10054
|
"current": {
|
|
10054
10055
|
"color": {
|
|
@@ -10145,7 +10146,8 @@
|
|
|
10145
10146
|
"box-shadow"
|
|
10146
10147
|
]
|
|
10147
10148
|
}
|
|
10148
|
-
}
|
|
10149
|
+
},
|
|
10150
|
+
"font-weight": {}
|
|
10149
10151
|
},
|
|
10150
10152
|
"dropdown": {
|
|
10151
10153
|
"color": {
|
|
@@ -10335,7 +10337,8 @@
|
|
|
10335
10337
|
"hover",
|
|
10336
10338
|
"box-shadow"
|
|
10337
10339
|
]
|
|
10338
|
-
}
|
|
10340
|
+
},
|
|
10341
|
+
"font-weight": {}
|
|
10339
10342
|
},
|
|
10340
10343
|
"current": {
|
|
10341
10344
|
"color": {
|
|
@@ -10436,7 +10439,8 @@
|
|
|
10436
10439
|
"box-shadow"
|
|
10437
10440
|
]
|
|
10438
10441
|
}
|
|
10439
|
-
}
|
|
10442
|
+
},
|
|
10443
|
+
"font-weight": {}
|
|
10440
10444
|
}
|
|
10441
10445
|
},
|
|
10442
10446
|
"item": {
|
package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
9
9
|
"background-color": { "value": "{noaberkracht.color.blue.59}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {noaberkracht.color.yellow.47}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
28
30
|
"background-color": { "value": "{noaberkracht.color.blue.59}" },
|
|
29
|
-
"box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" }
|
|
31
|
+
"box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 4px 0 {noaberkracht.color.yellow.47}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10331,7 +10331,8 @@
|
|
|
10331
10331
|
"hover",
|
|
10332
10332
|
"box-shadow"
|
|
10333
10333
|
]
|
|
10334
|
-
}
|
|
10334
|
+
},
|
|
10335
|
+
"font-weight": {}
|
|
10335
10336
|
},
|
|
10336
10337
|
"current": {
|
|
10337
10338
|
"color": {
|
|
@@ -10428,7 +10429,8 @@
|
|
|
10428
10429
|
"box-shadow"
|
|
10429
10430
|
]
|
|
10430
10431
|
}
|
|
10431
|
-
}
|
|
10432
|
+
},
|
|
10433
|
+
"font-weight": {}
|
|
10432
10434
|
},
|
|
10433
10435
|
"dropdown": {
|
|
10434
10436
|
"color": {
|
|
@@ -10552,7 +10554,8 @@
|
|
|
10552
10554
|
"hover",
|
|
10553
10555
|
"box-shadow"
|
|
10554
10556
|
]
|
|
10555
|
-
}
|
|
10557
|
+
},
|
|
10558
|
+
"font-weight": {}
|
|
10556
10559
|
},
|
|
10557
10560
|
"current": {
|
|
10558
10561
|
"color": {
|
|
@@ -10653,7 +10656,8 @@
|
|
|
10653
10656
|
"box-shadow"
|
|
10654
10657
|
]
|
|
10655
10658
|
}
|
|
10656
|
-
}
|
|
10659
|
+
},
|
|
10660
|
+
"font-weight": {}
|
|
10657
10661
|
}
|
|
10658
10662
|
},
|
|
10659
10663
|
"item": {
|
package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{noordwijk.color.blue.30}" },
|
|
9
9
|
"background-color": { "value": "{noordwijk.color.white.100}" },
|
|
10
|
-
"box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" }
|
|
10
|
+
"box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{noordwijk.color.blue.30}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {noordwijk.color.light-blue.58}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{noordwijk.color.black.15}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{noordwijk.color.black.15}" },
|
|
28
30
|
"background-color": { "value": "{noordwijk.color.light-blue.96}" },
|
|
29
|
-
"box-shadow": { "value": "none" }
|
|
31
|
+
"box-shadow": { "value": "none" },
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{noordwijk.color.blue.30}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 4px 0 {noordwijk.color.light-blue.58}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10073,7 +10073,8 @@
|
|
|
10073
10073
|
"background-color"
|
|
10074
10074
|
]
|
|
10075
10075
|
},
|
|
10076
|
-
"box-shadow": {}
|
|
10076
|
+
"box-shadow": {},
|
|
10077
|
+
"font-weight": {}
|
|
10077
10078
|
},
|
|
10078
10079
|
"current": {
|
|
10079
10080
|
"color": {
|
|
@@ -10170,7 +10171,8 @@
|
|
|
10170
10171
|
"box-shadow"
|
|
10171
10172
|
]
|
|
10172
10173
|
}
|
|
10173
|
-
}
|
|
10174
|
+
},
|
|
10175
|
+
"font-weight": {}
|
|
10174
10176
|
},
|
|
10175
10177
|
"dropdown": {
|
|
10176
10178
|
"color": {},
|
|
@@ -10181,7 +10183,8 @@
|
|
|
10181
10183
|
"hover": {
|
|
10182
10184
|
"color": {},
|
|
10183
10185
|
"background-color": {},
|
|
10184
|
-
"box-shadow": {}
|
|
10186
|
+
"box-shadow": {},
|
|
10187
|
+
"font-weight": {}
|
|
10185
10188
|
},
|
|
10186
10189
|
"current": {
|
|
10187
10190
|
"color": {
|
|
@@ -10282,7 +10285,8 @@
|
|
|
10282
10285
|
"box-shadow"
|
|
10283
10286
|
]
|
|
10284
10287
|
}
|
|
10285
|
-
}
|
|
10288
|
+
},
|
|
10289
|
+
"font-weight": {}
|
|
10286
10290
|
}
|
|
10287
10291
|
},
|
|
10288
10292
|
"item": {
|
package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{open-webconcept.color.black.27}" },
|
|
9
9
|
"background-color": { "value": "{open-webconcept.color.grey.93}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{open-webconcept.color.black.27}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {open-webconcept.color.primary}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {open-webconcept.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": "{open-webconcept.color.black.27}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px {open-webconcept.color.primary}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 4px 0 {open-webconcept.color.primary}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -1839,7 +1839,8 @@
|
|
|
1839
1839
|
"background-color"
|
|
1840
1840
|
]
|
|
1841
1841
|
},
|
|
1842
|
-
"box-shadow": {}
|
|
1842
|
+
"box-shadow": {},
|
|
1843
|
+
"font-weight": {}
|
|
1843
1844
|
},
|
|
1844
1845
|
"current": {
|
|
1845
1846
|
"color": {
|
|
@@ -1936,7 +1937,8 @@
|
|
|
1936
1937
|
"box-shadow"
|
|
1937
1938
|
]
|
|
1938
1939
|
}
|
|
1939
|
-
}
|
|
1940
|
+
},
|
|
1941
|
+
"font-weight": {}
|
|
1940
1942
|
},
|
|
1941
1943
|
"dropdown": {
|
|
1942
1944
|
"color": {
|
|
@@ -2037,7 +2039,8 @@
|
|
|
2037
2039
|
"background-color"
|
|
2038
2040
|
]
|
|
2039
2041
|
},
|
|
2040
|
-
"box-shadow": {}
|
|
2042
|
+
"box-shadow": {},
|
|
2043
|
+
"font-weight": {}
|
|
2041
2044
|
},
|
|
2042
2045
|
"current": {
|
|
2043
2046
|
"color": {
|
|
@@ -2138,7 +2141,8 @@
|
|
|
2138
2141
|
"box-shadow"
|
|
2139
2142
|
]
|
|
2140
2143
|
}
|
|
2141
|
-
}
|
|
2144
|
+
},
|
|
2145
|
+
"font-weight": {}
|
|
2142
2146
|
}
|
|
2143
2147
|
},
|
|
2144
2148
|
"item": {
|
package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{opencatalogi.color.green.tint-01}" },
|
|
9
9
|
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {opencatalogi.color.green.tint-01}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {opencatalogi.color.green.tint-01}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
28
30
|
"background-color": { "value": "{opencatalogi.color.base.black}" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px {opencatalogi.color.base.black}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 4px 0 {opencatalogi.color.base.black}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|