@conduction/theme 1.1.36 → 1.1.37
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
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.37: Updated font-sizes in Roosendaal theme.
|
|
9
10
|
- 1.1.36: Added Hof van Twente theme.
|
|
10
11
|
- 1.1.35: Added FormField, FormLabel, Data-list and Process-step tokens to all other themes.
|
|
11
12
|
- 1.1.34:
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"comment": "24px"
|
|
31
31
|
},
|
|
32
32
|
"xl": {
|
|
33
|
-
"value": "1.
|
|
34
|
-
"comment": "
|
|
33
|
+
"value": "1.625rem",
|
|
34
|
+
"comment": "26px"
|
|
35
35
|
},
|
|
36
36
|
"2xl": {
|
|
37
|
-
"value": "
|
|
38
|
-
"comment": "
|
|
37
|
+
"value": "1.75rem",
|
|
38
|
+
"comment": "28px"
|
|
39
39
|
},
|
|
40
40
|
"3xl": {
|
|
41
|
-
"value": "
|
|
42
|
-
"comment": "
|
|
41
|
+
"value": "2rem",
|
|
42
|
+
"comment": "32px"
|
|
43
43
|
},
|
|
44
44
|
"4xl": {
|
|
45
|
-
"value": "
|
|
46
|
-
"comment": "
|
|
45
|
+
"value": "2.25rem",
|
|
46
|
+
"comment": "36px"
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|