@telus-uds/theme-koodo 4.5.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.
- package/build/android/schema.json +747 -606
- package/build/android/theme.json +205 -92
- package/build/ios/schema.json +747 -606
- package/build/ios/theme.json +205 -92
- package/build/rn/schema.json +747 -606
- package/build/rn/theme.js +255 -129
- package/package.json +4 -4
- package/theme.json +191 -51
package/build/android/theme.json
CHANGED
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
},
|
|
735
735
|
"pressed": {
|
|
736
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.",
|
|
737
|
-
"values": [true],
|
|
737
|
+
"values": [true, false],
|
|
738
738
|
"type": "state"
|
|
739
739
|
},
|
|
740
740
|
"priority": {
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
},
|
|
1212
1212
|
"pressed": {
|
|
1213
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.",
|
|
1214
|
-
"values": [true],
|
|
1214
|
+
"values": [true, false],
|
|
1215
1215
|
"type": "state"
|
|
1216
1216
|
},
|
|
1217
1217
|
"selected": {
|
|
@@ -1451,7 +1451,7 @@
|
|
|
1451
1451
|
},
|
|
1452
1452
|
"pressed": {
|
|
1453
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.",
|
|
1454
|
-
"values": [true],
|
|
1454
|
+
"values": [true, false],
|
|
1455
1455
|
"type": "state"
|
|
1456
1456
|
},
|
|
1457
1457
|
"selected": {
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
},
|
|
1842
1842
|
"pressed": {
|
|
1843
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.",
|
|
1844
|
-
"values": [true],
|
|
1844
|
+
"values": [true, false],
|
|
1845
1845
|
"type": "state"
|
|
1846
1846
|
},
|
|
1847
1847
|
"selected": {
|
|
@@ -2083,7 +2083,7 @@
|
|
|
2083
2083
|
},
|
|
2084
2084
|
"pressed": {
|
|
2085
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.",
|
|
2086
|
-
"values": [true],
|
|
2086
|
+
"values": [true, false],
|
|
2087
2087
|
"type": "state"
|
|
2088
2088
|
},
|
|
2089
2089
|
"size": {
|
|
@@ -3115,7 +3115,7 @@
|
|
|
3115
3115
|
"appearances": {
|
|
3116
3116
|
"pressed": {
|
|
3117
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.",
|
|
3118
|
-
"values": [true],
|
|
3118
|
+
"values": [true, false],
|
|
3119
3119
|
"type": "state"
|
|
3120
3120
|
}
|
|
3121
3121
|
},
|
|
@@ -3409,7 +3409,7 @@
|
|
|
3409
3409
|
},
|
|
3410
3410
|
"pressed": {
|
|
3411
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.",
|
|
3412
|
-
"values": [true],
|
|
3412
|
+
"values": [true, false],
|
|
3413
3413
|
"type": "state"
|
|
3414
3414
|
},
|
|
3415
3415
|
"raised": {
|
|
@@ -3901,7 +3901,7 @@
|
|
|
3901
3901
|
},
|
|
3902
3902
|
"pressed": {
|
|
3903
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.",
|
|
3904
|
-
"values": [true],
|
|
3904
|
+
"values": [true, false],
|
|
3905
3905
|
"type": "state"
|
|
3906
3906
|
},
|
|
3907
3907
|
"size": {
|
|
@@ -4151,11 +4151,11 @@
|
|
|
4151
4151
|
"listGutter": 10
|
|
4152
4152
|
}
|
|
4153
4153
|
},
|
|
4154
|
-
"
|
|
4154
|
+
"Listbox": {
|
|
4155
4155
|
"appearances": {
|
|
4156
4156
|
"current": {
|
|
4157
4157
|
"description": "When the current item is selected",
|
|
4158
|
-
"values": [true],
|
|
4158
|
+
"values": [true, false],
|
|
4159
4159
|
"type": "state"
|
|
4160
4160
|
},
|
|
4161
4161
|
"expanded": {
|
|
@@ -4165,57 +4165,123 @@
|
|
|
4165
4165
|
},
|
|
4166
4166
|
"isChild": {
|
|
4167
4167
|
"description": "when the item is child of another child",
|
|
4168
|
-
"values": [true],
|
|
4168
|
+
"values": [true, false],
|
|
4169
4169
|
"type": "state"
|
|
4170
4170
|
},
|
|
4171
4171
|
"pressed": {
|
|
4172
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.",
|
|
4173
|
-
"values": [true],
|
|
4173
|
+
"values": [true, false],
|
|
4174
4174
|
"type": "state"
|
|
4175
4175
|
}
|
|
4176
4176
|
},
|
|
4177
4177
|
"rules": [
|
|
4178
4178
|
{
|
|
4179
4179
|
"if": {
|
|
4180
|
-
"
|
|
4180
|
+
"current": true
|
|
4181
4181
|
},
|
|
4182
4182
|
"tokens": {
|
|
4183
4183
|
"groupBackgroundColor": {
|
|
4184
|
-
"red": 0.
|
|
4185
|
-
"green": 0.
|
|
4186
|
-
"blue": 0.
|
|
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,
|
|
4187
4193
|
"alpha": 1
|
|
4188
4194
|
},
|
|
4189
4195
|
"groupColor": {
|
|
4196
|
+
"red": 1,
|
|
4197
|
+
"green": 1,
|
|
4198
|
+
"blue": 1,
|
|
4199
|
+
"alpha": 1
|
|
4200
|
+
},
|
|
4201
|
+
"itemBackgroundColor": {
|
|
4190
4202
|
"red": 0.00392,
|
|
4191
4203
|
"green": 0.41961,
|
|
4192
4204
|
"blue": 0.41569,
|
|
4193
4205
|
"alpha": 1
|
|
4206
|
+
},
|
|
4207
|
+
"itemColor": {
|
|
4208
|
+
"red": 1,
|
|
4209
|
+
"green": 1,
|
|
4210
|
+
"blue": 1,
|
|
4211
|
+
"alpha": 1
|
|
4194
4212
|
}
|
|
4195
4213
|
}
|
|
4196
4214
|
},
|
|
4197
4215
|
{
|
|
4198
4216
|
"if": {
|
|
4199
|
-
"current": true
|
|
4217
|
+
"current": true,
|
|
4218
|
+
"pressed": true
|
|
4200
4219
|
},
|
|
4201
4220
|
"tokens": {
|
|
4202
|
-
"
|
|
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": {
|
|
4203
4258
|
"red": 0.00392,
|
|
4204
4259
|
"green": 0.41961,
|
|
4205
4260
|
"blue": 0.41569,
|
|
4206
4261
|
"alpha": 1
|
|
4207
|
-
}
|
|
4208
|
-
"groupFontName": "StagSans",
|
|
4209
|
-
"groupFontWeight": 700
|
|
4262
|
+
}
|
|
4210
4263
|
}
|
|
4211
4264
|
},
|
|
4212
4265
|
{
|
|
4213
4266
|
"if": {
|
|
4214
|
-
"isChild": true
|
|
4267
|
+
"isChild": true,
|
|
4268
|
+
"pressed": true
|
|
4215
4269
|
},
|
|
4216
4270
|
"tokens": {
|
|
4217
|
-
"
|
|
4218
|
-
"
|
|
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
|
+
}
|
|
4219
4285
|
}
|
|
4220
4286
|
},
|
|
4221
4287
|
{
|
|
@@ -4235,22 +4301,23 @@
|
|
|
4235
4301
|
"alpha": 0
|
|
4236
4302
|
},
|
|
4237
4303
|
"groupBorderColor": {
|
|
4238
|
-
"red": 0
|
|
4239
|
-
"green": 0
|
|
4240
|
-
"blue": 0
|
|
4241
|
-
"alpha":
|
|
4304
|
+
"red": 0,
|
|
4305
|
+
"green": 0,
|
|
4306
|
+
"blue": 0,
|
|
4307
|
+
"alpha": 0
|
|
4242
4308
|
},
|
|
4243
|
-
"groupBorderRadius":
|
|
4309
|
+
"groupBorderRadius": 0,
|
|
4244
4310
|
"groupBorderWidth": 1,
|
|
4245
4311
|
"groupColor": {
|
|
4246
|
-
"red": 0
|
|
4247
|
-
"green": 0
|
|
4248
|
-
"blue": 0
|
|
4312
|
+
"red": 0,
|
|
4313
|
+
"green": 0,
|
|
4314
|
+
"blue": 0,
|
|
4249
4315
|
"alpha": 1
|
|
4250
4316
|
},
|
|
4251
4317
|
"groupFontName": "StagSans",
|
|
4252
|
-
"groupFontSize":
|
|
4318
|
+
"groupFontSize": 16,
|
|
4253
4319
|
"groupFontWeight": 400,
|
|
4320
|
+
"groupHeight": 32,
|
|
4254
4321
|
"groupIcon": "PaletteIconChevronDown",
|
|
4255
4322
|
"groupPaddingBottom": 12,
|
|
4256
4323
|
"groupPaddingLeft": 16,
|
|
@@ -4262,36 +4329,56 @@
|
|
|
4262
4329
|
"blue": 0,
|
|
4263
4330
|
"alpha": 0
|
|
4264
4331
|
},
|
|
4265
|
-
"
|
|
4266
|
-
"red": 0
|
|
4267
|
-
"green": 0
|
|
4268
|
-
"blue": 0
|
|
4269
|
-
"alpha":
|
|
4332
|
+
"itemBorderBottomColor": {
|
|
4333
|
+
"red": 0,
|
|
4334
|
+
"green": 0,
|
|
4335
|
+
"blue": 0,
|
|
4336
|
+
"alpha": 0
|
|
4270
4337
|
},
|
|
4338
|
+
"itemBorderBottomWidth": 1,
|
|
4271
4339
|
"itemBorderLeftColor": {
|
|
4272
|
-
"red": 0
|
|
4273
|
-
"green": 0
|
|
4274
|
-
"blue": 0
|
|
4275
|
-
"alpha":
|
|
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
|
|
4276
4352
|
},
|
|
4277
|
-
"
|
|
4353
|
+
"itemBorderRightWidth": 1,
|
|
4354
|
+
"itemBorderTopColor": {
|
|
4355
|
+
"red": 0,
|
|
4356
|
+
"green": 0,
|
|
4357
|
+
"blue": 0,
|
|
4358
|
+
"alpha": 0
|
|
4359
|
+
},
|
|
4360
|
+
"itemBorderTopWidth": 1,
|
|
4278
4361
|
"itemBorderWidth": 0,
|
|
4279
4362
|
"itemColor": {
|
|
4280
|
-
"red": 0
|
|
4281
|
-
"green": 0
|
|
4282
|
-
"blue": 0
|
|
4363
|
+
"red": 0,
|
|
4364
|
+
"green": 0,
|
|
4365
|
+
"blue": 0,
|
|
4283
4366
|
"alpha": 1
|
|
4284
4367
|
},
|
|
4285
4368
|
"itemDisplay": false,
|
|
4286
4369
|
"itemFontName": "StagSans",
|
|
4287
|
-
"itemFontSize":
|
|
4288
|
-
"itemFontWeight":
|
|
4370
|
+
"itemFontSize": 16,
|
|
4371
|
+
"itemFontWeight": 400,
|
|
4372
|
+
"itemHeight": 32,
|
|
4289
4373
|
"itemOutline": 0,
|
|
4290
4374
|
"itemPaddingBottom": 12,
|
|
4291
4375
|
"itemPaddingLeft": 16,
|
|
4292
4376
|
"itemPaddingRight": 16,
|
|
4293
4377
|
"itemPaddingTop": 12,
|
|
4294
4378
|
"itemTextDecoration": "none",
|
|
4379
|
+
"lineHeight": 1.5,
|
|
4380
|
+
"minHeight": "100%",
|
|
4381
|
+
"minWidth": "100%",
|
|
4295
4382
|
"shadow": {
|
|
4296
4383
|
"inset": false,
|
|
4297
4384
|
"offsetX": 0,
|
|
@@ -4506,7 +4593,7 @@
|
|
|
4506
4593
|
},
|
|
4507
4594
|
"pressed": {
|
|
4508
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.",
|
|
4509
|
-
"values": [true],
|
|
4596
|
+
"values": [true, false],
|
|
4510
4597
|
"type": "state"
|
|
4511
4598
|
},
|
|
4512
4599
|
"selected": {
|
|
@@ -4965,7 +5052,7 @@
|
|
|
4965
5052
|
"appearances": {
|
|
4966
5053
|
"pressed": {
|
|
4967
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.",
|
|
4968
|
-
"values": [true],
|
|
5055
|
+
"values": [true, false],
|
|
4969
5056
|
"type": "state"
|
|
4970
5057
|
},
|
|
4971
5058
|
"selected": {
|
|
@@ -5075,7 +5162,7 @@
|
|
|
5075
5162
|
},
|
|
5076
5163
|
"pressed": {
|
|
5077
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.",
|
|
5078
|
-
"values": [true],
|
|
5165
|
+
"values": [true, false],
|
|
5079
5166
|
"type": "state"
|
|
5080
5167
|
},
|
|
5081
5168
|
"selected": {
|
|
@@ -5581,7 +5668,7 @@
|
|
|
5581
5668
|
"appearances": {
|
|
5582
5669
|
"pressed": {
|
|
5583
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.",
|
|
5584
|
-
"values": [true],
|
|
5671
|
+
"values": [true, false],
|
|
5585
5672
|
"type": "state"
|
|
5586
5673
|
}
|
|
5587
5674
|
},
|
|
@@ -5712,7 +5799,7 @@
|
|
|
5712
5799
|
"appearances": {
|
|
5713
5800
|
"pressed": {
|
|
5714
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.",
|
|
5715
|
-
"values": [true],
|
|
5802
|
+
"values": [true, false],
|
|
5716
5803
|
"type": "state"
|
|
5717
5804
|
},
|
|
5718
5805
|
"viewport": {
|
|
@@ -5782,7 +5869,7 @@
|
|
|
5782
5869
|
"appearances": {
|
|
5783
5870
|
"pressed": {
|
|
5784
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.",
|
|
5785
|
-
"values": [true],
|
|
5872
|
+
"values": [true, false],
|
|
5786
5873
|
"type": "state"
|
|
5787
5874
|
}
|
|
5788
5875
|
},
|
|
@@ -6073,7 +6160,7 @@
|
|
|
6073
6160
|
},
|
|
6074
6161
|
"pressed": {
|
|
6075
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.",
|
|
6076
|
-
"values": [true],
|
|
6163
|
+
"values": [true, false],
|
|
6077
6164
|
"type": "state"
|
|
6078
6165
|
},
|
|
6079
6166
|
"viewport": {
|
|
@@ -6583,7 +6670,7 @@
|
|
|
6583
6670
|
},
|
|
6584
6671
|
"pressed": {
|
|
6585
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.",
|
|
6586
|
-
"values": [true],
|
|
6673
|
+
"values": [true, false],
|
|
6587
6674
|
"type": "state"
|
|
6588
6675
|
},
|
|
6589
6676
|
"priority": {
|
|
@@ -7171,7 +7258,7 @@
|
|
|
7171
7258
|
"blue": 0,
|
|
7172
7259
|
"alpha": 0
|
|
7173
7260
|
},
|
|
7174
|
-
"playIcon": "
|
|
7261
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
7175
7262
|
"playIconColor": {
|
|
7176
7263
|
"red": 1,
|
|
7177
7264
|
"green": 1,
|
|
@@ -7215,7 +7302,9 @@
|
|
|
7215
7302
|
"buttonPaddingRight": 16,
|
|
7216
7303
|
"buttonRadius": 32,
|
|
7217
7304
|
"detailsContainerPadding": 8,
|
|
7218
|
-
"
|
|
7305
|
+
"labelFontName": "StagSans",
|
|
7306
|
+
"labelFontWeight": 600,
|
|
7307
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
7219
7308
|
"playIconColor": {
|
|
7220
7309
|
"red": 1,
|
|
7221
7310
|
"green": 1,
|
|
@@ -7223,10 +7312,10 @@
|
|
|
7223
7312
|
"alpha": 1
|
|
7224
7313
|
},
|
|
7225
7314
|
"playIconContainerBackground": {
|
|
7226
|
-
"red": 0,
|
|
7227
|
-
"green": 0,
|
|
7228
|
-
"blue": 0,
|
|
7229
|
-
"alpha":
|
|
7315
|
+
"red": 0.00392,
|
|
7316
|
+
"green": 0.41961,
|
|
7317
|
+
"blue": 0.41569,
|
|
7318
|
+
"alpha": 1
|
|
7230
7319
|
}
|
|
7231
7320
|
}
|
|
7232
7321
|
},
|
|
@@ -7464,7 +7553,7 @@
|
|
|
7464
7553
|
"appearances": {
|
|
7465
7554
|
"pressed": {
|
|
7466
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.",
|
|
7467
|
-
"values": [true],
|
|
7556
|
+
"values": [true, false],
|
|
7468
7557
|
"type": "state"
|
|
7469
7558
|
}
|
|
7470
7559
|
},
|
|
@@ -7636,12 +7725,12 @@
|
|
|
7636
7725
|
},
|
|
7637
7726
|
"pressed": {
|
|
7638
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.",
|
|
7639
|
-
"values": [true],
|
|
7728
|
+
"values": [true, false],
|
|
7640
7729
|
"type": "state"
|
|
7641
7730
|
},
|
|
7642
7731
|
"selected": {
|
|
7643
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.",
|
|
7644
|
-
"values": [true],
|
|
7733
|
+
"values": [true, false],
|
|
7645
7734
|
"type": "state"
|
|
7646
7735
|
}
|
|
7647
7736
|
},
|
|
@@ -7825,7 +7914,7 @@
|
|
|
7825
7914
|
},
|
|
7826
7915
|
"pressed": {
|
|
7827
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.",
|
|
7828
|
-
"values": [true],
|
|
7917
|
+
"values": [true, false],
|
|
7829
7918
|
"type": "state"
|
|
7830
7919
|
},
|
|
7831
7920
|
"selected": {
|
|
@@ -8327,7 +8416,7 @@
|
|
|
8327
8416
|
"viewport": ["lg", "xl"]
|
|
8328
8417
|
},
|
|
8329
8418
|
"tokens": {
|
|
8330
|
-
"connectorHeight":
|
|
8419
|
+
"connectorHeight": 1,
|
|
8331
8420
|
"connectorWidth": "100%",
|
|
8332
8421
|
"itemContentMarginBottom": 0,
|
|
8333
8422
|
"itemContentMarginRight": 32,
|
|
@@ -8341,15 +8430,15 @@
|
|
|
8341
8430
|
],
|
|
8342
8431
|
"tokens": {
|
|
8343
8432
|
"connectorHeight": "100%",
|
|
8344
|
-
"connectorWidth":
|
|
8345
|
-
"dotBorderWidth":
|
|
8433
|
+
"connectorWidth": 1,
|
|
8434
|
+
"dotBorderWidth": 2,
|
|
8346
8435
|
"dotColor": {
|
|
8347
8436
|
"red": 1,
|
|
8348
8437
|
"green": 1,
|
|
8349
8438
|
"blue": 1,
|
|
8350
8439
|
"alpha": 1
|
|
8351
8440
|
},
|
|
8352
|
-
"dotWidth":
|
|
8441
|
+
"dotWidth": 12,
|
|
8353
8442
|
"itemContentFlexSize": 1,
|
|
8354
8443
|
"itemContentMarginBottom": 32,
|
|
8355
8444
|
"itemContentMarginRight": 0,
|
|
@@ -8365,6 +8454,12 @@
|
|
|
8365
8454
|
"blue": 0.41569,
|
|
8366
8455
|
"alpha": 1
|
|
8367
8456
|
},
|
|
8457
|
+
"timelineConnectorColor": {
|
|
8458
|
+
"red": 0,
|
|
8459
|
+
"green": 0,
|
|
8460
|
+
"blue": 0,
|
|
8461
|
+
"alpha": 1
|
|
8462
|
+
},
|
|
8368
8463
|
"timelineContainerDirection": "column"
|
|
8369
8464
|
}
|
|
8370
8465
|
},
|
|
@@ -8450,7 +8545,7 @@
|
|
|
8450
8545
|
},
|
|
8451
8546
|
"pressed": {
|
|
8452
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.",
|
|
8453
|
-
"values": [true],
|
|
8548
|
+
"values": [true, false],
|
|
8454
8549
|
"type": "state"
|
|
8455
8550
|
},
|
|
8456
8551
|
"selected": {
|
|
@@ -8752,7 +8847,7 @@
|
|
|
8752
8847
|
"appearances": {
|
|
8753
8848
|
"pressed": {
|
|
8754
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.",
|
|
8755
|
-
"values": [true],
|
|
8850
|
+
"values": [true, false],
|
|
8756
8851
|
"type": "state"
|
|
8757
8852
|
}
|
|
8758
8853
|
},
|
|
@@ -9323,9 +9418,9 @@
|
|
|
9323
9418
|
"blue": 0,
|
|
9324
9419
|
"alpha": 1
|
|
9325
9420
|
},
|
|
9326
|
-
"pauseIcon": "
|
|
9327
|
-
"playIcon": "
|
|
9328
|
-
"replayIcon": "
|
|
9421
|
+
"pauseIcon": "PaletteIconPause",
|
|
9422
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
9423
|
+
"replayIcon": "PaletteIconReplay"
|
|
9329
9424
|
}
|
|
9330
9425
|
},
|
|
9331
9426
|
"VideoButton": {
|
|
@@ -9341,22 +9436,40 @@
|
|
|
9341
9436
|
}
|
|
9342
9437
|
},
|
|
9343
9438
|
"VideoControlBar": {
|
|
9344
|
-
"appearances": {
|
|
9345
|
-
|
|
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
|
+
],
|
|
9346
9460
|
"tokens": {
|
|
9347
|
-
"captionsIcon": "
|
|
9348
|
-
"
|
|
9461
|
+
"captionsIcon": "PaletteIconClosedCaptions",
|
|
9462
|
+
"height": 56,
|
|
9463
|
+
"maximizeIcon": "PaletteIconFullscreenExpand",
|
|
9349
9464
|
"menuBottom": 64,
|
|
9350
9465
|
"menuMarginLeft": 16,
|
|
9351
9466
|
"menuRight": 32,
|
|
9352
|
-
"minimizeIcon": "
|
|
9467
|
+
"minimizeIcon": "PaletteIconFullscreenMinimize",
|
|
9353
9468
|
"paddingBottom": 16,
|
|
9354
9469
|
"paddingLeft": 48,
|
|
9355
|
-
"paddingLeftCompactMode": 16,
|
|
9356
9470
|
"paddingRight": 48,
|
|
9357
|
-
"paddingRightCompactMode": 16,
|
|
9358
9471
|
"paddingTop": 16,
|
|
9359
|
-
"settingsIcon": "
|
|
9472
|
+
"settingsIcon": "PaletteIconSettingsSolid"
|
|
9360
9473
|
}
|
|
9361
9474
|
},
|
|
9362
9475
|
"VideoMenu": {
|
|
@@ -9513,15 +9626,15 @@
|
|
|
9513
9626
|
"timestampMarginLeft": 8,
|
|
9514
9627
|
"timestampMarginRight": 8,
|
|
9515
9628
|
"trackGradientEnd": {
|
|
9516
|
-
"red": 0.
|
|
9517
|
-
"green": 0.
|
|
9518
|
-
"blue": 0.
|
|
9629
|
+
"red": 0.22353,
|
|
9630
|
+
"green": 0.80392,
|
|
9631
|
+
"blue": 0.78824,
|
|
9519
9632
|
"alpha": 1
|
|
9520
9633
|
},
|
|
9521
9634
|
"trackGradientStart": {
|
|
9522
|
-
"red": 0.
|
|
9523
|
-
"green": 0.
|
|
9524
|
-
"blue": 0.
|
|
9635
|
+
"red": 0.22353,
|
|
9636
|
+
"green": 0.80392,
|
|
9637
|
+
"blue": 0.78824,
|
|
9525
9638
|
"alpha": 1
|
|
9526
9639
|
}
|
|
9527
9640
|
}
|
|
@@ -9532,7 +9645,7 @@
|
|
|
9532
9645
|
"tokens": {
|
|
9533
9646
|
"marginLeft": 16,
|
|
9534
9647
|
"marginRight": 16,
|
|
9535
|
-
"mutedIcon": "
|
|
9648
|
+
"mutedIcon": "PaletteIconMuted",
|
|
9536
9649
|
"rangeBackground": {
|
|
9537
9650
|
"red": 0,
|
|
9538
9651
|
"green": 0,
|
|
@@ -9559,7 +9672,7 @@
|
|
|
9559
9672
|
"blue": 1,
|
|
9560
9673
|
"alpha": 1
|
|
9561
9674
|
},
|
|
9562
|
-
"unmutedIcon": "
|
|
9675
|
+
"unmutedIcon": "PaletteIconUnmuted"
|
|
9563
9676
|
}
|
|
9564
9677
|
},
|
|
9565
9678
|
"WaffleGrid": {
|
|
@@ -9763,7 +9876,7 @@
|
|
|
9763
9876
|
}
|
|
9764
9877
|
},
|
|
9765
9878
|
"metadata": {
|
|
9766
|
-
"themeTokensVersion": "2.
|
|
9879
|
+
"themeTokensVersion": "2.35.0",
|
|
9767
9880
|
"name": "theme-koodo"
|
|
9768
9881
|
}
|
|
9769
9882
|
}
|