@conduction/theme 1.1.60 → 1.1.61

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.61: Updated footer tokens in Almere theme.
9
10
  - 1.1.60: Updated Almere theme.
10
11
  - Updated font size tokens.
11
12
  - Updated select tokens.
@@ -0,0 +1,28 @@
1
+ {
2
+ "utrecht": {
3
+ "heading-1": {
4
+ "mobile-font-size": {},
5
+ "tablet-font-size": {}
6
+ },
7
+ "heading-2": {
8
+ "mobile-font-size": {},
9
+ "tablet-font-size": {}
10
+ },
11
+ "heading-3": {
12
+ "mobile-font-size": {},
13
+ "tablet-font-size": {}
14
+ },
15
+ "heading-4": {
16
+ "mobile-font-size": {},
17
+ "tablet-font-size": {}
18
+ },
19
+ "heading-5": {
20
+ "mobile-font-size": {},
21
+ "tablet-font-size": {}
22
+ },
23
+ "heading-6": {
24
+ "mobile-font-size": {},
25
+ "tablet-font-size": {}
26
+ }
27
+ }
28
+ }
@@ -11,6 +11,11 @@
11
11
  "background-size": {},
12
12
  "background-position": {},
13
13
  "mobile": {
14
+ "background-image": {},
15
+ "background-position": {}
16
+ },
17
+ "tablet": {
18
+ "background-image": {},
14
19
  "background-position": {}
15
20
  },
16
21
  "icon": {
@@ -11,6 +11,11 @@
11
11
  "background-size": {},
12
12
  "background-position": {},
13
13
  "mobile": {
14
+ "background-image": { "value": "none" },
15
+ "background-position": {}
16
+ },
17
+ "tablet": {
18
+ "background-image": { "value": "none" },
14
19
  "background-position": {}
15
20
  },
16
21
  "icon": {
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "page-footer": {
4
- "background-color": {},
5
- "background-image": { "value": "linear-gradient(to right, {almere.color.blue.96} 0 50%, {almere.color.blue.98} 50% 100%)" },
4
+ "background-color": { "value": "{almere.color.blue.96}" },
5
+ "background-image": {
6
+ "value": "linear-gradient(to right, {almere.color.blue.96} 0 50%, {almere.color.blue.98} 50% 100%)"
7
+ },
6
8
  "color": { "value": "{almere.color.black.0}" },
7
9
  "padding-inline-end": { "value": "{almere.size.sm}" },
8
10
  "padding-inline-start": { "value": "{almere.size.sm}" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {