@conduction/theme 1.1.11 → 1.1.13
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 +5 -0
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +1 -1
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +1 -1
- package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/color.tokens.json +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,11 @@ Conduction's design tokens theme
|
|
|
6
6
|
|
|
7
7
|
- **Version 1.1 (breaking changes from 1.0.x)**
|
|
8
8
|
|
|
9
|
+
- 1.1.13:
|
|
10
|
+
- Updated Sloterburg primary color.
|
|
11
|
+
- Updated Conduction form-input placholder color.
|
|
12
|
+
- Removed dist folder from all themes.
|
|
13
|
+
- 1.1.12: Added dist folder to all themes.
|
|
9
14
|
- 1.1.11: ReAdded Zuiddrecht theme.
|
|
10
15
|
- 1.1.10: Removed Zuiddrecht theme.
|
|
11
16
|
- 1.1.9: Removed warnings in Zuiddrecht theme.
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"sloterburg": {
|
|
3
3
|
"color": {
|
|
4
4
|
"primary": {
|
|
5
|
-
"value": "{sloterburg.color.blue.
|
|
5
|
+
"value": "{sloterburg.color.blue.33}"
|
|
6
6
|
},
|
|
7
7
|
"primary-hover": {
|
|
8
|
-
"value": "{sloterburg.color.blue.
|
|
8
|
+
"value": "{sloterburg.color.blue.33-90t}"
|
|
9
9
|
},
|
|
10
10
|
"error": { "value": "#dc3545" },
|
|
11
11
|
"alert-error": { "value": "#721c24" },
|
|
@@ -32,6 +32,14 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"blue": {
|
|
35
|
+
"33": {
|
|
36
|
+
"value": "#156d93",
|
|
37
|
+
"comment": "Base/Blue"
|
|
38
|
+
},
|
|
39
|
+
"33-90t": {
|
|
40
|
+
"value": "#156d93e6",
|
|
41
|
+
"comment": "Base/Blue"
|
|
42
|
+
},
|
|
35
43
|
"38": {
|
|
36
44
|
"value": "#1b7da7",
|
|
37
45
|
"comment": "Base/Blue"
|