@telus-uds/themes-community.theme-allium 0.1.40 → 0.1.42

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.
@@ -1,5 +1,92 @@
1
1
  {
2
2
  "components": {
3
+ "ContentCard": {
4
+ "appearances": {
5
+ "focus": {
6
+ "type": "state",
7
+ "values": [true, false]
8
+ },
9
+ "hover": {
10
+ "type": "state",
11
+ "values": [true, false]
12
+ },
13
+ "pressed": {
14
+ "type": "state",
15
+ "values": [true, false]
16
+ }
17
+ },
18
+ "rules": [
19
+ {
20
+ "if": {
21
+ "hover": true
22
+ },
23
+ "tokens": {
24
+ "borderWidth": 2
25
+ }
26
+ },
27
+ {
28
+ "if": {
29
+ "pressed": true
30
+ },
31
+ "tokens": {
32
+ "backgroundColor": {
33
+ "red": 0.95686,
34
+ "green": 0.95686,
35
+ "blue": 0.96863,
36
+ "alpha": 1
37
+ }
38
+ }
39
+ },
40
+ {
41
+ "if": {
42
+ "focus": true
43
+ },
44
+ "tokens": {
45
+ "outerBorderColor": {
46
+ "red": 0.40392,
47
+ "green": 0.43137,
48
+ "blue": 0.45098,
49
+ "alpha": 1
50
+ },
51
+ "outerBorderGap": 2,
52
+ "outerBorderWidth": 2
53
+ }
54
+ }
55
+ ],
56
+ "tokens": {
57
+ "backgroundColor": {
58
+ "red": 1,
59
+ "green": 1,
60
+ "blue": 1,
61
+ "alpha": 1
62
+ },
63
+ "borderColor": {
64
+ "red": 0.8902,
65
+ "green": 0.90196,
66
+ "blue": 0.9098,
67
+ "alpha": 1
68
+ },
69
+ "borderRadius": 6,
70
+ "borderWidth": 1,
71
+ "contentAlignItems": "stretch",
72
+ "contentFlexGrow": 0,
73
+ "contentFlexShrink": 1,
74
+ "contentJustifyContent": "flex-start",
75
+ "outerBorderColor": {
76
+ "red": 0,
77
+ "green": 0,
78
+ "blue": 0,
79
+ "alpha": 0
80
+ },
81
+ "outerBorderGap": 0,
82
+ "outerBorderWidth": 0,
83
+ "paddingBottom": 0,
84
+ "paddingLeft": 0,
85
+ "paddingRight": 0,
86
+ "paddingTop": 0,
87
+ "shadow": null
88
+ }
89
+ },
3
90
  "StickyNavigationBar": {
4
91
  "appearances": {},
5
92
  "rules": [],
@@ -7,7 +94,7 @@
7
94
  }
8
95
  },
9
96
  "metadata": {
10
- "themeTokensVersion": "2.41.1",
97
+ "themeTokensVersion": "2.43.0",
11
98
  "name": "themes-community.theme-allium"
12
99
  }
13
100
  }