@conduction/theme 1.1.20 → 1.1.21
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/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +1 -1
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +1 -1
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +1 -1
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ Conduction's design tokens theme
|
|
|
6
6
|
|
|
7
7
|
- **Version 1.1 (breaking changes from 1.0.x)**
|
|
8
8
|
|
|
9
|
+
- 1.1.21: Fixed minor css parse errors.
|
|
9
10
|
- 1.1.20: Updated Open-Webconcept logo.
|
|
10
11
|
- 1.1.19: Fixed hex color code in Open-Webconcept theme.
|
|
11
12
|
- 1.1.18: Removed empty variables in all themes.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"background-color": { "value": "{noordwijk.color.white.100}" },
|
|
5
5
|
"border": { "value": "{noordwijk.size.4xs} solid {noordwijk.color.grey.46}" },
|
|
6
6
|
"border-focus": { "value": "unset" },
|
|
7
|
-
"border-radius": {
|
|
7
|
+
"border-radius": {},
|
|
8
8
|
"invalid-border-color": { "value": "{noordwijk.color.error}" },
|
|
9
9
|
"padding-block-end": { "value": 0 },
|
|
10
10
|
"padding-block-start": { "value": 0 },
|
package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"border-width": { "value": "0" },
|
|
8
8
|
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
9
9
|
"font-family": { "value": "{opencatalogi.typography.sans-serif.font-family}" },
|
|
10
|
-
"font-size": { "value": "{opencatalogi.typography.scale.md}" },
|
|
10
|
+
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
11
11
|
"font-weight": { "value": "700" },
|
|
12
12
|
"inline-size": {},
|
|
13
13
|
"letter-spacing": {},
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"background-color": { "value": "{opencatalogi.color.gray.tint-01}" },
|
|
5
5
|
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
6
6
|
"font-family": {},
|
|
7
|
-
"font-size": { "value": "{opencatalogi.typography.scale.md}" },
|
|
7
|
+
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
8
8
|
"line-height": {},
|
|
9
9
|
"margin-block-end": { "value": "24px" },
|
|
10
10
|
"margin-block-start": { "value": "24px" },
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"border-width": { "value": "1px" },
|
|
9
9
|
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
10
10
|
"font-family": { "value": "{opencatalogi.typography.sans-serif.font-family}" },
|
|
11
|
-
"font-size": { "value": "{opencatalogi.typography.scale.md}" },
|
|
11
|
+
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
12
12
|
"line-height": { "value": "24px" },
|
|
13
13
|
"min-block-size": {},
|
|
14
14
|
"padding-block-end": { "value": "12px" },
|