@conduction/theme 1.1.39 → 1.1.40

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.40: Added Tilburg tokens to Rotterdam theme.
9
10
  - 1.1.39: Added v1 version of BCT theme.
10
11
  - 1.1.38:
11
12
  - Added Lansingerland theme.
@@ -11,6 +11,7 @@
11
11
  "border-bottom-width": {},
12
12
  "border-bottom-style": {},
13
13
  "border-bottom-color": {},
14
+ "button-bottom": { "value": "0px" },
14
15
  "bottom": { "value": "-2px" },
15
16
  "padding-block-start": { "value": "{conduction.size.xs}" },
16
17
  "padding-block-end": { "value": "{conduction.size.xs}" },
@@ -41,7 +42,8 @@
41
42
  "hover": {
42
43
  "background-color": {},
43
44
  "color": { "value": "{conduction.color.grey.29}" },
44
- "text-decoration": {}
45
+ "text-decoration": {},
46
+ "font-weight": { "value": "{conduction.typography.font-weight.bold}" }
45
47
  }
46
48
  },
47
49
  "hover": {
@@ -51,7 +53,9 @@
51
53
  "font-weight": {}
52
54
  },
53
55
  "list": {
54
- "padding-inline-start": { "value": "0px" },
56
+ "padding-inline-start": { "value": "2px" },
57
+ "padding-inline-end": { "value": "2px" },
58
+ "margin-inline-end": { "value": "unset" },
55
59
  "margin-block-end": { "value": "0px" },
56
60
  "border-bottom-width": { "value": "{conduction.size.3xs}" },
57
61
  "border-bottom-style": { "value": "solid" },
@@ -0,0 +1,8 @@
1
+ {
2
+ "tilburg": {
3
+ "footer": {
4
+ "background-color": { "value": "{conduction.color.lightgrey.96}" },
5
+ "color": { "value": "{conduction.color.black.0}" }
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "tilburg": {
3
+ "header": {
4
+ "background-color": { "value": "{conduction.color.primary}" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "tilburg": {
3
+ "logo": {
4
+ "color": { "value": "{conduction.color.white.100}" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "tilburg": {
3
+ "navigation": {
4
+ "background-color": { "value": "{conduction.color.white.100}" },
5
+ "color": { "value": "{conduction.color.grey.29}" },
6
+ "font-weight": { "value": "400" },
7
+ "hover": {
8
+ "background-color": { "value": "{conduction.color.white.100}" },
9
+ "color": { "value": "{conduction.color.primary}" },
10
+ "font-weight": { "value": "400" },
11
+ "font-family": { "value": "{utrecht.document.font-family}" }
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "tilburg": {
3
+ "search-card": {
4
+ "hover": {
5
+ "border-color": { "value": "{conduction.color.primary}" }
6
+ }
7
+ }
8
+ }
9
+ }
@@ -11,6 +11,7 @@
11
11
  "border-bottom-width": {},
12
12
  "border-bottom-style": {},
13
13
  "border-bottom-color": {},
14
+ "button-bottom": { "value": "0px" },
14
15
  "bottom": { "value": "-4px" },
15
16
  "padding-block-start": { "value": "6px" },
16
17
  "padding-block-end": { "value": "6px" },
@@ -41,7 +42,8 @@
41
42
  "hover": {
42
43
  "background-color": {},
43
44
  "color": {},
44
- "text-decoration": {}
45
+ "text-decoration": {},
46
+ "font-weight": { "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)" }
45
47
  }
46
48
  },
47
49
  "hover": {
@@ -51,7 +53,9 @@
51
53
  "font-weight": {}
52
54
  },
53
55
  "list": {
54
- "padding-inline-start": { "value": "0px" },
56
+ "padding-inline-start": { "value": "2px" },
57
+ "padding-inline-end": { "value": "2px" },
58
+ "margin-inline-end": { "value": "unset" },
55
59
  "margin-block-end": { "value": "0px" },
56
60
  "border-bottom-width": { "value": "0.3rem" },
57
61
  "border-bottom-style": { "value": "solid" },
@@ -0,0 +1,8 @@
1
+ {
2
+ "tilburg": {
3
+ "footer": {
4
+ "background-color": { "value": "var(--rotterdam-color-base-green)" },
5
+ "color": { "value": "var(--rotterdam-color-base-white)" }
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "tilburg": {
3
+ "header": {
4
+ "background-color": { "value": "var(--rotterdam-color-base-white)" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "tilburg": {
3
+ "logo": {
4
+ "color": { "value": "var(--rotterdam-color-gray-tint-11)" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "tilburg": {
3
+ "navigation": {
4
+ "background-color": { "value": "var(--rotterdam-color-base-white)" },
5
+ "color": { "value": "#404B4F" },
6
+ "font-weight": { "value": "400" },
7
+ "hover": {
8
+ "background-color": { "value": "var(--rotterdam-color-base-white)" },
9
+ "color": { "value": "var(--rotterdam-color-base-green)" },
10
+ "font-weight": { "value": "400" },
11
+ "font-family": { "value": "var(--utrecht-document-font-family)" }
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "tilburg": {
3
+ "search-card": {
4
+ "hover": {
5
+ "border-color": { "value": "var(--rotterdam-color-green-tint-01)" }
6
+ }
7
+ }
8
+ }
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {