@telus-uds/themes-community.theme-allium 0.1.48 → 0.1.50

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.
@@ -94,7 +94,7 @@
94
94
  }
95
95
  },
96
96
  "metadata": {
97
- "themeTokensVersion": "2.48.0",
97
+ "themeTokensVersion": "2.50.0",
98
98
  "name": "themes-community.theme-allium"
99
99
  }
100
100
  }
@@ -0,0 +1,46 @@
1
+ /*
2
+ *
3
+ * Do not edit directly
4
+ * Generated on Thu, 18 Jan 2024 22:41:46 GMT
5
+ *
6
+ */
7
+
8
+
9
+
10
+ module.exports = {
11
+ appearances: {
12
+ focus: { type: 'state', values: [ true, false ] },
13
+ hover: { type: 'state', values: [ true, false ] },
14
+ pressed: { type: 'state', values: [ true, false ] }
15
+ },
16
+ rules: [
17
+ { if: { hover: true }, tokens: { borderWidth: 2 } },
18
+ { if: { pressed: true }, tokens: { backgroundColor: '#f4f4f7' } },
19
+ {
20
+ if: { focus: true },
21
+ tokens: {
22
+ outerBorderColor: '#676e73',
23
+ outerBorderGap: 2,
24
+ outerBorderWidth: 2
25
+ }
26
+ }
27
+ ],
28
+ tokens: {
29
+ backgroundColor: '#ffffff',
30
+ borderColor: '#e3e6e8',
31
+ borderRadius: 6,
32
+ borderWidth: 1,
33
+ contentAlignItems: 'stretch',
34
+ contentFlexGrow: 0,
35
+ contentFlexShrink: 1,
36
+ contentJustifyContent: 'flex-start',
37
+ outerBorderColor: 'rgba(0, 0, 0, 0)',
38
+ outerBorderGap: 0,
39
+ outerBorderWidth: 0,
40
+ paddingBottom: 0,
41
+ paddingLeft: 0,
42
+ paddingRight: 0,
43
+ paddingTop: 0,
44
+ shadow: null
45
+ }
46
+ }
@@ -0,0 +1,10 @@
1
+ /*
2
+ *
3
+ * Do not edit directly
4
+ * Generated on Thu, 18 Jan 2024 22:41:46 GMT
5
+ *
6
+ */
7
+
8
+
9
+
10
+ module.exports = { appearances: {}, rules: [], tokens: {} }