@telus-uds/theme-allium 3.15.0 → 3.17.0

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.
@@ -30,6 +30,213 @@
30
30
  "thickness": 2
31
31
  }
32
32
  },
33
+ "Badge": {
34
+ "appearances": {
35
+ "alternative": {
36
+ "type": "variant",
37
+ "values": [true]
38
+ },
39
+ "outline": {
40
+ "type": "variant",
41
+ "values": [true]
42
+ },
43
+ "purpose": {
44
+ "type": "variant",
45
+ "values": ["offer", "editorial"]
46
+ }
47
+ },
48
+ "rules": [
49
+ {
50
+ "if": {
51
+ "outline": true
52
+ },
53
+ "tokens": {
54
+ "backgroundColor": {
55
+ "red": 1,
56
+ "green": 1,
57
+ "blue": 1,
58
+ "alpha": 1
59
+ },
60
+ "color": {
61
+ "red": 0.38039,
62
+ "green": 0.21961,
63
+ "blue": 0.53725,
64
+ "alpha": 1
65
+ }
66
+ }
67
+ },
68
+ {
69
+ "if": {
70
+ "alternative": true
71
+ },
72
+ "tokens": {
73
+ "borderColor": {
74
+ "red": 0,
75
+ "green": 0,
76
+ "blue": 0,
77
+ "alpha": 0
78
+ },
79
+ "gradient": {
80
+ "type": "linear",
81
+ "angle": 135,
82
+ "stops": [
83
+ {
84
+ "stop": 0,
85
+ "color": {
86
+ "red": 0,
87
+ "green": 0.47059,
88
+ "blue": 0.2902,
89
+ "alpha": 1
90
+ }
91
+ },
92
+ {
93
+ "stop": 1,
94
+ "color": {
95
+ "red": 0.4,
96
+ "green": 0.8,
97
+ "blue": 0,
98
+ "alpha": 1
99
+ }
100
+ }
101
+ ]
102
+ }
103
+ }
104
+ },
105
+ {
106
+ "if": {
107
+ "purpose": "offer"
108
+ },
109
+ "tokens": {
110
+ "borderWidth": 0,
111
+ "gradient": {
112
+ "type": "linear",
113
+ "angle": 135,
114
+ "stops": [
115
+ {
116
+ "stop": 0,
117
+ "color": {
118
+ "red": 0.29412,
119
+ "green": 0.15686,
120
+ "blue": 0.42745,
121
+ "alpha": 1
122
+ }
123
+ },
124
+ {
125
+ "stop": 1,
126
+ "color": {
127
+ "red": 0.89804,
128
+ "green": 0.19608,
129
+ "blue": 0.57647,
130
+ "alpha": 1
131
+ }
132
+ }
133
+ ]
134
+ },
135
+ "paddingBottom": 4,
136
+ "paddingLeft": 10,
137
+ "paddingRight": 10,
138
+ "paddingTop": 4
139
+ }
140
+ },
141
+ {
142
+ "if": {
143
+ "purpose": "editorial"
144
+ },
145
+ "tokens": {
146
+ "backgroundColor": {
147
+ "red": 0.40392,
148
+ "green": 0.43137,
149
+ "blue": 0.45098,
150
+ "alpha": 1
151
+ },
152
+ "borderColor": {
153
+ "red": 0.40392,
154
+ "green": 0.43137,
155
+ "blue": 0.45098,
156
+ "alpha": 1
157
+ },
158
+ "color": {
159
+ "red": 1,
160
+ "green": 1,
161
+ "blue": 1,
162
+ "alpha": 1
163
+ }
164
+ }
165
+ },
166
+ {
167
+ "if": {
168
+ "outline": true,
169
+ "purpose": "offer"
170
+ },
171
+ "tokens": {
172
+ "borderColor": {
173
+ "red": 0,
174
+ "green": 0,
175
+ "blue": 0,
176
+ "alpha": 0
177
+ },
178
+ "borderWidth": 2,
179
+ "gradient": {
180
+ "type": "linear",
181
+ "angle": 135,
182
+ "stops": [
183
+ {
184
+ "stop": 0,
185
+ "color": {
186
+ "red": 0.29412,
187
+ "green": 0.15686,
188
+ "blue": 0.42745,
189
+ "alpha": 1
190
+ }
191
+ },
192
+ {
193
+ "stop": 1,
194
+ "color": {
195
+ "red": 0.89804,
196
+ "green": 0.19608,
197
+ "blue": 0.57647,
198
+ "alpha": 1
199
+ }
200
+ }
201
+ ]
202
+ },
203
+ "paddingBottom": 2,
204
+ "paddingLeft": 8,
205
+ "paddingRight": 8,
206
+ "paddingTop": 2
207
+ }
208
+ }
209
+ ],
210
+ "tokens": {
211
+ "backgroundColor": {
212
+ "red": 0.38039,
213
+ "green": 0.21961,
214
+ "blue": 0.53725,
215
+ "alpha": 1
216
+ },
217
+ "borderColor": {
218
+ "red": 0.38039,
219
+ "green": 0.21961,
220
+ "blue": 0.53725,
221
+ "alpha": 1
222
+ },
223
+ "borderRadius": 4,
224
+ "borderWidth": 2,
225
+ "color": {
226
+ "red": 1,
227
+ "green": 1,
228
+ "blue": 1,
229
+ "alpha": 1
230
+ },
231
+ "fontName": "HelveticaNow",
232
+ "fontWeight": 700,
233
+ "gradient": null,
234
+ "paddingBottom": 2,
235
+ "paddingLeft": 8,
236
+ "paddingRight": 8,
237
+ "paddingTop": 2
238
+ }
239
+ },
33
240
  "Box": {
34
241
  "appearances": {
35
242
  "background": {
@@ -2957,7 +3164,7 @@
2957
3164
  "hintFontName": "HelveticaNow",
2958
3165
  "hintFontSize": 14,
2959
3166
  "hintFontWeight": 400,
2960
- "hintLineHeight": 1.4,
3167
+ "hintLineHeight": 1.42857142857,
2961
3168
  "lineHeight": 1.5
2962
3169
  }
2963
3170
  },
@@ -4234,6 +4441,12 @@
4234
4441
  "itemBulletContainerWidth": 16,
4235
4442
  "itemBulletHeight": 4,
4236
4443
  "itemBulletWidth": 4,
4444
+ "itemFontColor": {
4445
+ "red": 0,
4446
+ "green": 0,
4447
+ "blue": 0,
4448
+ "alpha": 1
4449
+ },
4237
4450
  "itemFontName": "HelveticaNow",
4238
4451
  "itemFontSize": 16,
4239
4452
  "itemFontWeight": 400,
@@ -7320,7 +7533,7 @@
7320
7533
  }
7321
7534
  },
7322
7535
  "metadata": {
7323
- "themeTokensVersion": "2.13.0",
7536
+ "themeTokensVersion": "2.15.0",
7324
7537
  "name": "theme-allium"
7325
7538
  }
7326
7539
  }