@telus-uds/theme-koodo 4.4.0 → 4.6.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.
@@ -210,22 +210,75 @@
210
210
  }
211
211
  },
212
212
  "BlockQuote": {
213
- "appearances": {},
214
- "rules": [],
213
+ "appearances": {
214
+ "viewport": {
215
+ "description": "The size label for the current screen viewport based on the current screen width",
216
+ "values": ["xs", "sm", "md", "lg", "xl"],
217
+ "type": "state"
218
+ }
219
+ },
220
+ "rules": [
221
+ {
222
+ "if": {
223
+ "viewport": ["xs", "sm", "md"]
224
+ },
225
+ "tokens": {
226
+ "titleHeadingFontName": "StagSans",
227
+ "titleHeadingFontSize": 32,
228
+ "titleHeadingFontWeight": 700,
229
+ "titleHeadingLineHeight": 1.25
230
+ }
231
+ }
232
+ ],
215
233
  "tokens": {
216
- "backgroundGradient": null,
234
+ "backgroundGradient": {
235
+ "type": "linear",
236
+ "angle": 0,
237
+ "stops": [
238
+ {
239
+ "stop": 0,
240
+ "color": {
241
+ "red": 0.00392,
242
+ "green": 0.41961,
243
+ "blue": 0.41569,
244
+ "alpha": 1
245
+ }
246
+ },
247
+ {
248
+ "stop": 1,
249
+ "color": {
250
+ "red": 0.00392,
251
+ "green": 0.41961,
252
+ "blue": 0.41569,
253
+ "alpha": 1
254
+ }
255
+ }
256
+ ]
257
+ },
217
258
  "color": {
218
- "red": 0.00392,
219
- "green": 0.41961,
220
- "blue": 0.41569,
259
+ "red": 0,
260
+ "green": 0,
261
+ "blue": 0,
221
262
  "alpha": 1
222
263
  },
264
+ "linkFontName": "StagSans",
265
+ "linkFontSize": 16,
266
+ "linkFontWeight": 600,
267
+ "linkLineHeight": 1.5,
223
268
  "marginBottom": 16,
224
269
  "paddingBottom": 16,
225
270
  "paddingLeft": 32,
226
271
  "paddingRight": 32,
227
272
  "paddingTop": 16,
228
- "width": 2
273
+ "titleFontName": "StagSans",
274
+ "titleFontSize": 20,
275
+ "titleFontWeight": 400,
276
+ "titleHeadingFontName": "StagSans",
277
+ "titleHeadingFontSize": 32,
278
+ "titleHeadingFontWeight": 700,
279
+ "titleHeadingLineHeight": 1.25,
280
+ "titleLineHeight": 1.4,
281
+ "width": 4
229
282
  }
230
283
  },
231
284
  "Box": {
@@ -681,7 +734,7 @@
681
734
  },
682
735
  "pressed": {
683
736
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
684
- "values": [true],
737
+ "values": [true, false],
685
738
  "type": "state"
686
739
  },
687
740
  "priority": {
@@ -1158,7 +1211,7 @@
1158
1211
  },
1159
1212
  "pressed": {
1160
1213
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
1161
- "values": [true],
1214
+ "values": [true, false],
1162
1215
  "type": "state"
1163
1216
  },
1164
1217
  "selected": {
@@ -1398,7 +1451,7 @@
1398
1451
  },
1399
1452
  "pressed": {
1400
1453
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
1401
- "values": [true],
1454
+ "values": [true, false],
1402
1455
  "type": "state"
1403
1456
  },
1404
1457
  "selected": {
@@ -1788,7 +1841,7 @@
1788
1841
  },
1789
1842
  "pressed": {
1790
1843
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
1791
- "values": [true],
1844
+ "values": [true, false],
1792
1845
  "type": "state"
1793
1846
  },
1794
1847
  "selected": {
@@ -2030,7 +2083,7 @@
2030
2083
  },
2031
2084
  "pressed": {
2032
2085
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
2033
- "values": [true],
2086
+ "values": [true, false],
2034
2087
  "type": "state"
2035
2088
  },
2036
2089
  "size": {
@@ -2372,6 +2425,24 @@
2372
2425
  "calendarDayDefaultFontName": "StagSans",
2373
2426
  "calendarDayDefaultFontSize": 14,
2374
2427
  "calendarDayDefaultFontWeight": 400,
2428
+ "calendarDaySelectedDisabledBackground": {
2429
+ "red": 0.93725,
2430
+ "green": 0.93725,
2431
+ "blue": 0.93725,
2432
+ "alpha": 1
2433
+ },
2434
+ "calendarDaySelectedDisabledColor": {
2435
+ "red": 1,
2436
+ "green": 1,
2437
+ "blue": 1,
2438
+ "alpha": 1
2439
+ },
2440
+ "calendarDaySelectedDisabledContentBackgroundColor": {
2441
+ "red": 0.78824,
2442
+ "green": 0.78431,
2443
+ "blue": 0.78431,
2444
+ "alpha": 1
2445
+ },
2375
2446
  "calendarDaySelectedFocusBeforeBackground": {
2376
2447
  "red": 1,
2377
2448
  "green": 1,
@@ -3044,7 +3115,7 @@
3044
3115
  "appearances": {
3045
3116
  "pressed": {
3046
3117
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
3047
- "values": [true],
3118
+ "values": [true, false],
3048
3119
  "type": "state"
3049
3120
  }
3050
3121
  },
@@ -3338,7 +3409,7 @@
3338
3409
  },
3339
3410
  "pressed": {
3340
3411
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
3341
- "values": [true],
3412
+ "values": [true, false],
3342
3413
  "type": "state"
3343
3414
  },
3344
3415
  "raised": {
@@ -3830,7 +3901,7 @@
3830
3901
  },
3831
3902
  "pressed": {
3832
3903
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
3833
- "values": [true],
3904
+ "values": [true, false],
3834
3905
  "type": "state"
3835
3906
  },
3836
3907
  "size": {
@@ -4080,11 +4151,11 @@
4080
4151
  "listGutter": 10
4081
4152
  }
4082
4153
  },
4083
- "ListBox": {
4154
+ "Listbox": {
4084
4155
  "appearances": {
4085
4156
  "current": {
4086
4157
  "description": "When the current item is selected",
4087
- "values": [true],
4158
+ "values": [true, false],
4088
4159
  "type": "state"
4089
4160
  },
4090
4161
  "expanded": {
@@ -4094,57 +4165,123 @@
4094
4165
  },
4095
4166
  "isChild": {
4096
4167
  "description": "when the item is child of another child",
4097
- "values": [true],
4168
+ "values": [true, false],
4098
4169
  "type": "state"
4099
4170
  },
4100
4171
  "pressed": {
4101
4172
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
4102
- "values": [true],
4173
+ "values": [true, false],
4103
4174
  "type": "state"
4104
4175
  }
4105
4176
  },
4106
4177
  "rules": [
4107
4178
  {
4108
4179
  "if": {
4109
- "pressed": true
4180
+ "current": true
4110
4181
  },
4111
4182
  "tokens": {
4112
4183
  "groupBackgroundColor": {
4113
- "red": 0.73333,
4114
- "green": 0.91765,
4115
- "blue": 0.96078,
4184
+ "red": 0.00392,
4185
+ "green": 0.41961,
4186
+ "blue": 0.41569,
4187
+ "alpha": 1
4188
+ },
4189
+ "groupBorderColor": {
4190
+ "red": 0.00392,
4191
+ "green": 0.41961,
4192
+ "blue": 0.41569,
4116
4193
  "alpha": 1
4117
4194
  },
4118
4195
  "groupColor": {
4196
+ "red": 1,
4197
+ "green": 1,
4198
+ "blue": 1,
4199
+ "alpha": 1
4200
+ },
4201
+ "itemBackgroundColor": {
4119
4202
  "red": 0.00392,
4120
4203
  "green": 0.41961,
4121
4204
  "blue": 0.41569,
4122
4205
  "alpha": 1
4206
+ },
4207
+ "itemColor": {
4208
+ "red": 1,
4209
+ "green": 1,
4210
+ "blue": 1,
4211
+ "alpha": 1
4123
4212
  }
4124
4213
  }
4125
4214
  },
4126
4215
  {
4127
4216
  "if": {
4128
- "current": true
4217
+ "current": true,
4218
+ "pressed": true
4129
4219
  },
4130
4220
  "tokens": {
4131
- "groupColor": {
4221
+ "itemBackgroundColor": {
4222
+ "red": 0.7098,
4223
+ "green": 0.70588,
4224
+ "blue": 0.70588,
4225
+ "alpha": 1
4226
+ },
4227
+ "itemColor": {
4228
+ "red": 0.34902,
4229
+ "green": 0.34902,
4230
+ "blue": 0.34902,
4231
+ "alpha": 1
4232
+ }
4233
+ }
4234
+ },
4235
+ {
4236
+ "if": {
4237
+ "isChild": true
4238
+ },
4239
+ "tokens": {
4240
+ "itemBorderBottomWidth": 0,
4241
+ "itemBorderLeftColor": {
4242
+ "red": 0,
4243
+ "green": 0,
4244
+ "blue": 0,
4245
+ "alpha": 1
4246
+ },
4247
+ "itemBorderLeftWidth": 4,
4248
+ "itemBorderTopWidth": 0
4249
+ }
4250
+ },
4251
+ {
4252
+ "if": {
4253
+ "current": true,
4254
+ "isChild": true
4255
+ },
4256
+ "tokens": {
4257
+ "itemBorderLeftColor": {
4132
4258
  "red": 0.00392,
4133
4259
  "green": 0.41961,
4134
4260
  "blue": 0.41569,
4135
4261
  "alpha": 1
4136
- },
4137
- "groupFontName": "StagSans",
4138
- "groupFontWeight": 700
4262
+ }
4139
4263
  }
4140
4264
  },
4141
4265
  {
4142
4266
  "if": {
4143
- "isChild": true
4267
+ "isChild": true,
4268
+ "pressed": true
4144
4269
  },
4145
4270
  "tokens": {
4146
- "itemBorderWidth": 4,
4147
- "itemPaddingLeft": 12
4271
+ "itemBorderBottomWidth": 0,
4272
+ "itemBorderLeftColor": {
4273
+ "red": 0.34902,
4274
+ "green": 0.34902,
4275
+ "blue": 0.34902,
4276
+ "alpha": 1
4277
+ },
4278
+ "itemBorderTopWidth": 0,
4279
+ "itemColor": {
4280
+ "red": 0.34902,
4281
+ "green": 0.34902,
4282
+ "blue": 0.34902,
4283
+ "alpha": 1
4284
+ }
4148
4285
  }
4149
4286
  },
4150
4287
  {
@@ -4164,22 +4301,23 @@
4164
4301
  "alpha": 0
4165
4302
  },
4166
4303
  "groupBorderColor": {
4167
- "red": 0.00392,
4168
- "green": 0.41961,
4169
- "blue": 0.41569,
4170
- "alpha": 1
4304
+ "red": 0,
4305
+ "green": 0,
4306
+ "blue": 0,
4307
+ "alpha": 0
4171
4308
  },
4172
- "groupBorderRadius": 6,
4309
+ "groupBorderRadius": 0,
4173
4310
  "groupBorderWidth": 1,
4174
4311
  "groupColor": {
4175
- "red": 0.89804,
4176
- "green": 0.96863,
4177
- "blue": 0.98431,
4312
+ "red": 0,
4313
+ "green": 0,
4314
+ "blue": 0,
4178
4315
  "alpha": 1
4179
4316
  },
4180
4317
  "groupFontName": "StagSans",
4181
- "groupFontSize": 14,
4318
+ "groupFontSize": 16,
4182
4319
  "groupFontWeight": 400,
4320
+ "groupHeight": 32,
4183
4321
  "groupIcon": "PaletteIconChevronDown",
4184
4322
  "groupPaddingBottom": 12,
4185
4323
  "groupPaddingLeft": 16,
@@ -4191,36 +4329,56 @@
4191
4329
  "blue": 0,
4192
4330
  "alpha": 0
4193
4331
  },
4194
- "itemBorderBackgroundColor": {
4195
- "red": 0.73333,
4196
- "green": 0.91765,
4197
- "blue": 0.96078,
4198
- "alpha": 1
4332
+ "itemBorderBottomColor": {
4333
+ "red": 0,
4334
+ "green": 0,
4335
+ "blue": 0,
4336
+ "alpha": 0
4199
4337
  },
4338
+ "itemBorderBottomWidth": 1,
4200
4339
  "itemBorderLeftColor": {
4201
- "red": 0.00392,
4202
- "green": 0.41961,
4203
- "blue": 0.41569,
4204
- "alpha": 1
4340
+ "red": 0,
4341
+ "green": 0,
4342
+ "blue": 0,
4343
+ "alpha": 0
4344
+ },
4345
+ "itemBorderLeftWidth": 1,
4346
+ "itemBorderRadius": 0,
4347
+ "itemBorderRightColor": {
4348
+ "red": 0,
4349
+ "green": 0,
4350
+ "blue": 0,
4351
+ "alpha": 0
4352
+ },
4353
+ "itemBorderRightWidth": 1,
4354
+ "itemBorderTopColor": {
4355
+ "red": 0,
4356
+ "green": 0,
4357
+ "blue": 0,
4358
+ "alpha": 0
4205
4359
  },
4206
- "itemBorderLeftWidth": 4,
4360
+ "itemBorderTopWidth": 1,
4207
4361
  "itemBorderWidth": 0,
4208
4362
  "itemColor": {
4209
- "red": 0.00392,
4210
- "green": 0.41961,
4211
- "blue": 0.41569,
4363
+ "red": 0,
4364
+ "green": 0,
4365
+ "blue": 0,
4212
4366
  "alpha": 1
4213
4367
  },
4214
4368
  "itemDisplay": false,
4215
4369
  "itemFontName": "StagSans",
4216
- "itemFontSize": 14,
4217
- "itemFontWeight": 700,
4370
+ "itemFontSize": 16,
4371
+ "itemFontWeight": 400,
4372
+ "itemHeight": 32,
4218
4373
  "itemOutline": 0,
4219
4374
  "itemPaddingBottom": 12,
4220
4375
  "itemPaddingLeft": 16,
4221
4376
  "itemPaddingRight": 16,
4222
4377
  "itemPaddingTop": 12,
4223
4378
  "itemTextDecoration": "none",
4379
+ "lineHeight": 1.5,
4380
+ "minHeight": "100%",
4381
+ "minWidth": "100%",
4224
4382
  "shadow": {
4225
4383
  "inset": false,
4226
4384
  "offsetX": 0,
@@ -4435,7 +4593,7 @@
4435
4593
  },
4436
4594
  "pressed": {
4437
4595
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
4438
- "values": [true],
4596
+ "values": [true, false],
4439
4597
  "type": "state"
4440
4598
  },
4441
4599
  "selected": {
@@ -4894,7 +5052,7 @@
4894
5052
  "appearances": {
4895
5053
  "pressed": {
4896
5054
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
4897
- "values": [true],
5055
+ "values": [true, false],
4898
5056
  "type": "state"
4899
5057
  },
4900
5058
  "selected": {
@@ -5004,7 +5162,7 @@
5004
5162
  },
5005
5163
  "pressed": {
5006
5164
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
5007
- "values": [true],
5165
+ "values": [true, false],
5008
5166
  "type": "state"
5009
5167
  },
5010
5168
  "selected": {
@@ -5510,7 +5668,7 @@
5510
5668
  "appearances": {
5511
5669
  "pressed": {
5512
5670
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
5513
- "values": [true],
5671
+ "values": [true, false],
5514
5672
  "type": "state"
5515
5673
  }
5516
5674
  },
@@ -5641,7 +5799,7 @@
5641
5799
  "appearances": {
5642
5800
  "pressed": {
5643
5801
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
5644
- "values": [true],
5802
+ "values": [true, false],
5645
5803
  "type": "state"
5646
5804
  },
5647
5805
  "viewport": {
@@ -5711,7 +5869,7 @@
5711
5869
  "appearances": {
5712
5870
  "pressed": {
5713
5871
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
5714
- "values": [true],
5872
+ "values": [true, false],
5715
5873
  "type": "state"
5716
5874
  }
5717
5875
  },
@@ -6002,7 +6160,7 @@
6002
6160
  },
6003
6161
  "pressed": {
6004
6162
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
6005
- "values": [true],
6163
+ "values": [true, false],
6006
6164
  "type": "state"
6007
6165
  },
6008
6166
  "viewport": {
@@ -6512,7 +6670,7 @@
6512
6670
  },
6513
6671
  "pressed": {
6514
6672
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
6515
- "values": [true],
6673
+ "values": [true, false],
6516
6674
  "type": "state"
6517
6675
  },
6518
6676
  "priority": {
@@ -7100,7 +7258,7 @@
7100
7258
  "blue": 0,
7101
7259
  "alpha": 0
7102
7260
  },
7103
- "playIcon": "PaletteIconPlayVideo",
7261
+ "playIcon": "PaletteIconPlaySolid",
7104
7262
  "playIconColor": {
7105
7263
  "red": 1,
7106
7264
  "green": 1,
@@ -7144,7 +7302,9 @@
7144
7302
  "buttonPaddingRight": 16,
7145
7303
  "buttonRadius": 32,
7146
7304
  "detailsContainerPadding": 8,
7147
- "playIcon": "PaletteIconPlayVideo",
7305
+ "labelFontName": "StagSans",
7306
+ "labelFontWeight": 600,
7307
+ "playIcon": "PaletteIconPlaySolid",
7148
7308
  "playIconColor": {
7149
7309
  "red": 1,
7150
7310
  "green": 1,
@@ -7152,10 +7312,10 @@
7152
7312
  "alpha": 1
7153
7313
  },
7154
7314
  "playIconContainerBackground": {
7155
- "red": 0,
7156
- "green": 0,
7157
- "blue": 0,
7158
- "alpha": 0
7315
+ "red": 0.00392,
7316
+ "green": 0.41961,
7317
+ "blue": 0.41569,
7318
+ "alpha": 1
7159
7319
  }
7160
7320
  }
7161
7321
  },
@@ -7393,7 +7553,7 @@
7393
7553
  "appearances": {
7394
7554
  "pressed": {
7395
7555
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
7396
- "values": [true],
7556
+ "values": [true, false],
7397
7557
  "type": "state"
7398
7558
  }
7399
7559
  },
@@ -7565,12 +7725,12 @@
7565
7725
  },
7566
7726
  "pressed": {
7567
7727
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
7568
- "values": [true],
7728
+ "values": [true, false],
7569
7729
  "type": "state"
7570
7730
  },
7571
7731
  "selected": {
7572
7732
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
7573
- "values": [true],
7733
+ "values": [true, false],
7574
7734
  "type": "state"
7575
7735
  }
7576
7736
  },
@@ -7754,7 +7914,7 @@
7754
7914
  },
7755
7915
  "pressed": {
7756
7916
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
7757
- "values": [true],
7917
+ "values": [true, false],
7758
7918
  "type": "state"
7759
7919
  },
7760
7920
  "selected": {
@@ -8256,7 +8416,7 @@
8256
8416
  "viewport": ["lg", "xl"]
8257
8417
  },
8258
8418
  "tokens": {
8259
- "connectorHeight": 2,
8419
+ "connectorHeight": 1,
8260
8420
  "connectorWidth": "100%",
8261
8421
  "itemContentMarginBottom": 0,
8262
8422
  "itemContentMarginRight": 32,
@@ -8270,15 +8430,15 @@
8270
8430
  ],
8271
8431
  "tokens": {
8272
8432
  "connectorHeight": "100%",
8273
- "connectorWidth": 2,
8274
- "dotBorderWidth": 3,
8433
+ "connectorWidth": 1,
8434
+ "dotBorderWidth": 2,
8275
8435
  "dotColor": {
8276
8436
  "red": 1,
8277
8437
  "green": 1,
8278
8438
  "blue": 1,
8279
8439
  "alpha": 1
8280
8440
  },
8281
- "dotWidth": 16,
8441
+ "dotWidth": 12,
8282
8442
  "itemContentFlexSize": 1,
8283
8443
  "itemContentMarginBottom": 32,
8284
8444
  "itemContentMarginRight": 0,
@@ -8294,6 +8454,12 @@
8294
8454
  "blue": 0.41569,
8295
8455
  "alpha": 1
8296
8456
  },
8457
+ "timelineConnectorColor": {
8458
+ "red": 0,
8459
+ "green": 0,
8460
+ "blue": 0,
8461
+ "alpha": 1
8462
+ },
8297
8463
  "timelineContainerDirection": "column"
8298
8464
  }
8299
8465
  },
@@ -8379,7 +8545,7 @@
8379
8545
  },
8380
8546
  "pressed": {
8381
8547
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
8382
- "values": [true],
8548
+ "values": [true, false],
8383
8549
  "type": "state"
8384
8550
  },
8385
8551
  "selected": {
@@ -8681,7 +8847,7 @@
8681
8847
  "appearances": {
8682
8848
  "pressed": {
8683
8849
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
8684
- "values": [true],
8850
+ "values": [true, false],
8685
8851
  "type": "state"
8686
8852
  }
8687
8853
  },
@@ -9252,9 +9418,9 @@
9252
9418
  "blue": 0,
9253
9419
  "alpha": 1
9254
9420
  },
9255
- "pauseIcon": "PaletteIconAdd",
9256
- "playIcon": "PaletteIconAdd",
9257
- "replayIcon": "PaletteIconAdd"
9421
+ "pauseIcon": "PaletteIconPause",
9422
+ "playIcon": "PaletteIconPlaySolid",
9423
+ "replayIcon": "PaletteIconReplay"
9258
9424
  }
9259
9425
  },
9260
9426
  "VideoButton": {
@@ -9270,22 +9436,40 @@
9270
9436
  }
9271
9437
  },
9272
9438
  "VideoControlBar": {
9273
- "appearances": {},
9274
- "rules": [],
9439
+ "appearances": {
9440
+ "viewport": {
9441
+ "description": "The size label for the current screen viewport based on the current screen width",
9442
+ "values": ["xs", "sm", "md", "lg", "xl"],
9443
+ "type": "state"
9444
+ }
9445
+ },
9446
+ "rules": [
9447
+ {
9448
+ "if": {
9449
+ "viewport": ["xs", "sm"]
9450
+ },
9451
+ "tokens": {
9452
+ "height": 40,
9453
+ "paddingBottom": 8,
9454
+ "paddingLeft": 16,
9455
+ "paddingRight": 16,
9456
+ "paddingTop": 8
9457
+ }
9458
+ }
9459
+ ],
9275
9460
  "tokens": {
9276
- "captionsIcon": "PaletteIconAdd",
9277
- "maximizeIcon": "PaletteIconAdd",
9461
+ "captionsIcon": "PaletteIconClosedCaptions",
9462
+ "height": 56,
9463
+ "maximizeIcon": "PaletteIconFullscreenExpand",
9278
9464
  "menuBottom": 64,
9279
9465
  "menuMarginLeft": 16,
9280
9466
  "menuRight": 32,
9281
- "minimizeIcon": "PaletteIconAdd",
9467
+ "minimizeIcon": "PaletteIconFullscreenMinimize",
9282
9468
  "paddingBottom": 16,
9283
9469
  "paddingLeft": 48,
9284
- "paddingLeftCompactMode": 16,
9285
9470
  "paddingRight": 48,
9286
- "paddingRightCompactMode": 16,
9287
9471
  "paddingTop": 16,
9288
- "settingsIcon": "PaletteIconSettings"
9472
+ "settingsIcon": "PaletteIconSettingsSolid"
9289
9473
  }
9290
9474
  },
9291
9475
  "VideoMenu": {
@@ -9442,15 +9626,15 @@
9442
9626
  "timestampMarginLeft": 8,
9443
9627
  "timestampMarginRight": 8,
9444
9628
  "trackGradientEnd": {
9445
- "red": 0.00392,
9446
- "green": 0.41961,
9447
- "blue": 0.41569,
9629
+ "red": 0.22353,
9630
+ "green": 0.80392,
9631
+ "blue": 0.78824,
9448
9632
  "alpha": 1
9449
9633
  },
9450
9634
  "trackGradientStart": {
9451
- "red": 0.00392,
9452
- "green": 0.41961,
9453
- "blue": 0.41569,
9635
+ "red": 0.22353,
9636
+ "green": 0.80392,
9637
+ "blue": 0.78824,
9454
9638
  "alpha": 1
9455
9639
  }
9456
9640
  }
@@ -9461,7 +9645,7 @@
9461
9645
  "tokens": {
9462
9646
  "marginLeft": 16,
9463
9647
  "marginRight": 16,
9464
- "mutedIcon": "PaletteIconAdd",
9648
+ "mutedIcon": "PaletteIconMuted",
9465
9649
  "rangeBackground": {
9466
9650
  "red": 0,
9467
9651
  "green": 0,
@@ -9488,7 +9672,7 @@
9488
9672
  "blue": 1,
9489
9673
  "alpha": 1
9490
9674
  },
9491
- "unmutedIcon": "PaletteIconAdd"
9675
+ "unmutedIcon": "PaletteIconUnmuted"
9492
9676
  }
9493
9677
  },
9494
9678
  "WaffleGrid": {
@@ -9692,7 +9876,7 @@
9692
9876
  }
9693
9877
  },
9694
9878
  "metadata": {
9695
- "themeTokensVersion": "2.33.0",
9879
+ "themeTokensVersion": "2.35.0",
9696
9880
  "name": "theme-koodo"
9697
9881
  }
9698
9882
  }