@telus-uds/theme-koodo 3.19.0 → 3.21.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 +1072 -515
- package/build/android/theme.json +314 -37
- package/build/ios/schema.json +1072 -515
- package/build/ios/theme.json +314 -37
- package/build/rn/schema.json +1072 -515
- package/build/rn/theme.js +171 -26
- package/package.json +4 -4
- package/theme.json +208 -25
package/theme.json
CHANGED
|
@@ -1232,6 +1232,10 @@
|
|
|
1232
1232
|
"borderColor": "{system.color.none}",
|
|
1233
1233
|
"borderRadius": "{palette.radius.none}",
|
|
1234
1234
|
"borderWidth": "{palette.border.none}",
|
|
1235
|
+
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
1236
|
+
"contentFlexGrow": "{system.integer.0}",
|
|
1237
|
+
"contentFlexShrink": "{system.integer.0}",
|
|
1238
|
+
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1235
1239
|
"flex": "{system.integer.1}",
|
|
1236
1240
|
"minWidth": "{system.size.none}",
|
|
1237
1241
|
"paddingBottom": "{palette.size.size16}",
|
|
@@ -1969,10 +1973,10 @@
|
|
|
1969
1973
|
],
|
|
1970
1974
|
"tokens": {
|
|
1971
1975
|
"backgroundColor": "{palette.color.white}",
|
|
1972
|
-
"borderColor": "{palette.color.
|
|
1976
|
+
"borderColor": "{palette.color.mosque}",
|
|
1973
1977
|
"borderRadius": "{palette.radius.pill32}",
|
|
1974
1978
|
"borderWidth": "{palette.border.border1}",
|
|
1975
|
-
"iconColor": "{palette.color.
|
|
1979
|
+
"iconColor": "{palette.color.black}",
|
|
1976
1980
|
"iconScale": "{system.iconScale.scale1}",
|
|
1977
1981
|
"iconSize": "{palette.size.size16}",
|
|
1978
1982
|
"iconTranslateX": "{system.size.zero}",
|
|
@@ -2408,6 +2412,13 @@
|
|
|
2408
2412
|
"shadow": "{system.shadow.none}"
|
|
2409
2413
|
}
|
|
2410
2414
|
},
|
|
2415
|
+
"Image": {
|
|
2416
|
+
"appearances": {},
|
|
2417
|
+
"rules": [],
|
|
2418
|
+
"tokens": {
|
|
2419
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2411
2422
|
"InputLabel": {
|
|
2412
2423
|
"appearances": {},
|
|
2413
2424
|
"rules": [],
|
|
@@ -2740,7 +2751,11 @@
|
|
|
2740
2751
|
"viewport": ["xs", "sm"]
|
|
2741
2752
|
},
|
|
2742
2753
|
"tokens": {
|
|
2743
|
-
"height": "{system.size.full}"
|
|
2754
|
+
"height": "{system.size.full}",
|
|
2755
|
+
"paddingBottom": "{palette.size.size24}",
|
|
2756
|
+
"paddingLeft": "{palette.size.size24}",
|
|
2757
|
+
"paddingRight": "{palette.size.size24}",
|
|
2758
|
+
"paddingTop": "{palette.size.size24}"
|
|
2744
2759
|
}
|
|
2745
2760
|
},
|
|
2746
2761
|
{
|
|
@@ -2769,7 +2784,9 @@
|
|
|
2769
2784
|
"backdropColor": "{palette.color.black}",
|
|
2770
2785
|
"backdropOpacity": "{palette.opacity.opacity5}",
|
|
2771
2786
|
"backgroundColor": "{palette.color.white}",
|
|
2787
|
+
"borderColor": "{palette.color.white}",
|
|
2772
2788
|
"borderRadius": "{palette.radius.radius4}",
|
|
2789
|
+
"cancelButtonColor": "{palette.color.black}",
|
|
2773
2790
|
"closeIcon": "{palette.icon.Times}",
|
|
2774
2791
|
"closeIconColor": "{palette.color.black}",
|
|
2775
2792
|
"closeIconSize": "{palette.size.size24}",
|
|
@@ -2778,13 +2795,19 @@
|
|
|
2778
2795
|
"containerPaddingLeft": "{system.size.zero}",
|
|
2779
2796
|
"containerPaddingRight": "{system.size.zero}",
|
|
2780
2797
|
"containerPaddingTop": "{system.size.zero}",
|
|
2798
|
+
"gap": "{palette.size.size16}",
|
|
2799
|
+
"headingColor": "{palette.color.black}",
|
|
2800
|
+
"headingPaddingRight": "{palette.size.size24}",
|
|
2781
2801
|
"height": "{system.size.none}",
|
|
2802
|
+
"marginLeft": "{palette.size.size24}",
|
|
2803
|
+
"marginRight": "{palette.size.size24}",
|
|
2782
2804
|
"maxWidth": "{system.size.full}",
|
|
2783
|
-
"paddingBottom": "{palette.size.
|
|
2784
|
-
"paddingLeft": "{palette.size.
|
|
2785
|
-
"paddingRight": "{palette.size.
|
|
2786
|
-
"paddingTop": "{palette.size.
|
|
2787
|
-
"shadow": "{palette.shadow.none}"
|
|
2805
|
+
"paddingBottom": "{palette.size.size24}",
|
|
2806
|
+
"paddingLeft": "{palette.size.size32}",
|
|
2807
|
+
"paddingRight": "{palette.size.size32}",
|
|
2808
|
+
"paddingTop": "{palette.size.size24}",
|
|
2809
|
+
"shadow": "{palette.shadow.none}",
|
|
2810
|
+
"subHeadingMarginTop": "{palette.size.size8}"
|
|
2788
2811
|
}
|
|
2789
2812
|
},
|
|
2790
2813
|
"Notification": {
|
|
@@ -3668,6 +3691,10 @@
|
|
|
3668
3691
|
"borderRadius": "{palette.radius.radius4}",
|
|
3669
3692
|
"borderWidth": "{palette.border.border1}",
|
|
3670
3693
|
"color": "{palette.color.black}",
|
|
3694
|
+
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
3695
|
+
"contentFlexGrow": "{system.integer.0}",
|
|
3696
|
+
"contentFlexShrink": "{system.integer.0}",
|
|
3697
|
+
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3671
3698
|
"contentSpace": "{system.integer.2}",
|
|
3672
3699
|
"flex": "{system.integer.1}",
|
|
3673
3700
|
"fontName": "{palette.fontName.StagSans}",
|
|
@@ -4237,6 +4264,39 @@
|
|
|
4237
4264
|
"showStepTrackerLabel": "{system.show.true}"
|
|
4238
4265
|
}
|
|
4239
4266
|
},
|
|
4267
|
+
"Table": {
|
|
4268
|
+
"appearances": {
|
|
4269
|
+
"spacing": {
|
|
4270
|
+
"type": "variant",
|
|
4271
|
+
"values": ["compact"]
|
|
4272
|
+
}
|
|
4273
|
+
},
|
|
4274
|
+
"rules": [
|
|
4275
|
+
{
|
|
4276
|
+
"if": {
|
|
4277
|
+
"spacing": "compact"
|
|
4278
|
+
},
|
|
4279
|
+
"tokens": {
|
|
4280
|
+
"cellPaddingBottom": "{palette.size.size8}",
|
|
4281
|
+
"cellPaddingTop": "{palette.size.size8}"
|
|
4282
|
+
}
|
|
4283
|
+
}
|
|
4284
|
+
],
|
|
4285
|
+
"tokens": {
|
|
4286
|
+
"cellBackground": "{palette.color.white}",
|
|
4287
|
+
"cellBoxShadowColor": "{palette.color.black}",
|
|
4288
|
+
"cellHeadingBackground": "{palette.color.black}",
|
|
4289
|
+
"cellHeadingBoxShadowColor": "{palette.color.black}",
|
|
4290
|
+
"cellPaddingBottom": "{palette.size.size16}",
|
|
4291
|
+
"cellPaddingLeft": "{palette.size.size16}",
|
|
4292
|
+
"cellPaddingRight": "{palette.size.size16}",
|
|
4293
|
+
"cellPaddingTop": "{palette.size.size16}",
|
|
4294
|
+
"cellRowHeadingBackground": "{palette.color.white}",
|
|
4295
|
+
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
4296
|
+
"cellSubheadingBackground": "{palette.color.black}",
|
|
4297
|
+
"tablePaddingBottom": "{palette.size.size24}"
|
|
4298
|
+
}
|
|
4299
|
+
},
|
|
4240
4300
|
"Tabs": {
|
|
4241
4301
|
"appearances": {},
|
|
4242
4302
|
"rules": [],
|
|
@@ -4244,7 +4304,7 @@
|
|
|
4244
4304
|
"borderBottomColor": "{system.color.transparent}",
|
|
4245
4305
|
"borderBottomWidth": "{system.border.zero}",
|
|
4246
4306
|
"buttonClearance": "{palette.size.size32}",
|
|
4247
|
-
"gutter": "{
|
|
4307
|
+
"gutter": "{system.size.none}",
|
|
4248
4308
|
"nextIcon": "{palette.icon.ChevronRight}",
|
|
4249
4309
|
"previousIcon": "{palette.icon.ChevronLeft}",
|
|
4250
4310
|
"space": "{system.integer.0}"
|
|
@@ -4254,15 +4314,24 @@
|
|
|
4254
4314
|
"appearances": {
|
|
4255
4315
|
"focus": "{appearances.TabsItem.focus}",
|
|
4256
4316
|
"hover": "{appearances.TabsItem.hover}",
|
|
4317
|
+
"inverse": {
|
|
4318
|
+
"type": "variant",
|
|
4319
|
+
"values": [true]
|
|
4320
|
+
},
|
|
4321
|
+
"pressed": "{appearances.TabsItem.pressed}",
|
|
4257
4322
|
"selected": "{appearances.TabsItem.pressed}"
|
|
4258
4323
|
},
|
|
4259
4324
|
"rules": [
|
|
4260
4325
|
{
|
|
4261
4326
|
"if": {
|
|
4262
|
-
"
|
|
4327
|
+
"selected": true
|
|
4263
4328
|
},
|
|
4264
4329
|
"tokens": {
|
|
4265
|
-
"
|
|
4330
|
+
"backgroundColor": "{palette.color.white}",
|
|
4331
|
+
"color": "{palette.color.mosque}",
|
|
4332
|
+
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
4333
|
+
"highlightBarHeight": "{palette.border.border1}",
|
|
4334
|
+
"highlightColor": "{palette.color.mosque}"
|
|
4266
4335
|
}
|
|
4267
4336
|
},
|
|
4268
4337
|
{
|
|
@@ -4270,42 +4339,125 @@
|
|
|
4270
4339
|
"hover": true
|
|
4271
4340
|
},
|
|
4272
4341
|
"tokens": {
|
|
4273
|
-
"backgroundColor": "{palette.color.
|
|
4342
|
+
"backgroundColor": "{palette.color.whiteDark}"
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
"if": {
|
|
4347
|
+
"focus": true
|
|
4348
|
+
},
|
|
4349
|
+
"tokens": {
|
|
4350
|
+
"backgroundColor": "{palette.color.white}",
|
|
4351
|
+
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
4352
|
+
"highlightBarHeight": "{palette.border.border1}",
|
|
4353
|
+
"highlightColor": "{palette.color.dove}"
|
|
4274
4354
|
}
|
|
4275
4355
|
},
|
|
4276
4356
|
{
|
|
4277
4357
|
"if": {
|
|
4358
|
+
"pressed": true
|
|
4359
|
+
},
|
|
4360
|
+
"tokens": {
|
|
4361
|
+
"backgroundColor": "{palette.color.silver}",
|
|
4362
|
+
"highlightBarBorderWidth": "{system.border.zero}"
|
|
4363
|
+
}
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"if": {
|
|
4367
|
+
"focus": true,
|
|
4278
4368
|
"selected": true
|
|
4279
4369
|
},
|
|
4280
4370
|
"tokens": {
|
|
4281
|
-
"backgroundColor": "{palette.color.
|
|
4282
|
-
"
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4371
|
+
"backgroundColor": "{palette.color.white}",
|
|
4372
|
+
"highlightColor": "{palette.color.mosque}"
|
|
4373
|
+
}
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"if": {
|
|
4377
|
+
"inverse": true
|
|
4378
|
+
},
|
|
4379
|
+
"tokens": {
|
|
4380
|
+
"backgroundColor": "{system.color.transparent}",
|
|
4381
|
+
"color": "{palette.color.icicle}"
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"if": {
|
|
4386
|
+
"inverse": true,
|
|
4387
|
+
"selected": true
|
|
4388
|
+
},
|
|
4389
|
+
"tokens": {
|
|
4390
|
+
"color": "{palette.color.silver}",
|
|
4391
|
+
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
4392
|
+
"highlightBarHeight": "{palette.border.border1}",
|
|
4393
|
+
"highlightColor": "{palette.color.silver}"
|
|
4394
|
+
}
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"if": {
|
|
4398
|
+
"hover": true,
|
|
4399
|
+
"inverse": true
|
|
4400
|
+
},
|
|
4401
|
+
"tokens": {
|
|
4402
|
+
"color": "{palette.color.icicleDark}"
|
|
4403
|
+
}
|
|
4404
|
+
},
|
|
4405
|
+
{
|
|
4406
|
+
"if": {
|
|
4407
|
+
"focus": true,
|
|
4408
|
+
"inverse": true
|
|
4409
|
+
},
|
|
4410
|
+
"tokens": {
|
|
4411
|
+
"color": "{palette.color.icicle}",
|
|
4412
|
+
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
4413
|
+
"highlightBarHeight": "{palette.border.border1}",
|
|
4414
|
+
"highlightColor": "{palette.color.icicle}"
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"if": {
|
|
4419
|
+
"inverse": true,
|
|
4420
|
+
"pressed": true
|
|
4421
|
+
},
|
|
4422
|
+
"tokens": {
|
|
4423
|
+
"color": "{palette.color.silver}",
|
|
4424
|
+
"highlightBarBorderWidth": "{system.border.zero}"
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"if": {
|
|
4429
|
+
"focus": true,
|
|
4430
|
+
"inverse": true,
|
|
4431
|
+
"selected": true
|
|
4432
|
+
},
|
|
4433
|
+
"tokens": {
|
|
4434
|
+
"color": "{palette.color.silver}",
|
|
4435
|
+
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
4436
|
+
"highlightBarHeight": "{palette.border.border1}",
|
|
4437
|
+
"highlightColor": "{palette.color.silver}"
|
|
4286
4438
|
}
|
|
4287
4439
|
}
|
|
4288
4440
|
],
|
|
4289
4441
|
"tokens": {
|
|
4290
|
-
"backgroundColor": "{palette.color.
|
|
4291
|
-
"borderColor": "{
|
|
4442
|
+
"backgroundColor": "{palette.color.white}",
|
|
4443
|
+
"borderColor": "{system.color.transparent}",
|
|
4292
4444
|
"borderRadius": "{system.radius.zero}",
|
|
4293
|
-
"borderWidth": "{
|
|
4294
|
-
"color": "{palette.color.
|
|
4445
|
+
"borderWidth": "{system.border.zero}",
|
|
4446
|
+
"color": "{palette.color.dove}",
|
|
4295
4447
|
"fontName": "{palette.fontName.StagSans}",
|
|
4296
4448
|
"fontScaleCap": "{palette.fontSize.size64}",
|
|
4297
4449
|
"fontSize": "{palette.fontSize.size16}",
|
|
4298
|
-
"fontWeight": "{palette.fontWeight.
|
|
4450
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
4299
4451
|
"highlightBarBorderRadius": "{system.radius.zero}",
|
|
4300
4452
|
"highlightBarBorderWidth": "{system.border.zero}",
|
|
4301
4453
|
"highlightBarHeight": "{system.border.zero}",
|
|
4302
4454
|
"highlightColor": "{system.color.transparent}",
|
|
4303
4455
|
"highlightTriangleSize": "{system.size.zero}",
|
|
4304
4456
|
"letterSpacing": "{system.letterSpacing.none}",
|
|
4305
|
-
"lineHeight": "{palette.lineHeight.
|
|
4457
|
+
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
4306
4458
|
"maxWidth": "{system.size.none}",
|
|
4307
|
-
"paddingHorizontal": "{palette.size.
|
|
4308
|
-
"paddingVertical": "{palette.size.
|
|
4459
|
+
"paddingHorizontal": "{palette.size.size24}",
|
|
4460
|
+
"paddingVertical": "{palette.size.size4}",
|
|
4309
4461
|
"space": "{system.integer.0}",
|
|
4310
4462
|
"textAlign": "{system.textAlign.center}",
|
|
4311
4463
|
"textTransform": "{system.textTransform.none}"
|
|
@@ -4596,6 +4748,28 @@
|
|
|
4596
4748
|
"timelineContainerDirection": "{system.direction.column}"
|
|
4597
4749
|
}
|
|
4598
4750
|
},
|
|
4751
|
+
"Toast": {
|
|
4752
|
+
"appearances": {},
|
|
4753
|
+
"rules": [],
|
|
4754
|
+
"tokens": {
|
|
4755
|
+
"animationBackgroundColorAfter": "{palette.color.white}",
|
|
4756
|
+
"animationBackgroundColorBefore": "{palette.color.white}",
|
|
4757
|
+
"animationColorAfter": "{palette.color.mosque}",
|
|
4758
|
+
"animationColorBefore": "{palette.color.white}",
|
|
4759
|
+
"animationDivColorAfter": "{palette.color.white}",
|
|
4760
|
+
"animationDivColorBefore": "{palette.color.white}",
|
|
4761
|
+
"animationFillColorAfter": "{palette.color.white}",
|
|
4762
|
+
"animationFillColorBefore": "{palette.color.white}",
|
|
4763
|
+
"animationHeightAfter": "{palette.size.size24}",
|
|
4764
|
+
"animationHeightBefore": "{palette.size.size0}",
|
|
4765
|
+
"animationPaddingBottomAfter": "{palette.size.size16}",
|
|
4766
|
+
"animationPaddingBottomBefore": "{palette.size.size0}",
|
|
4767
|
+
"animationPaddingTopAfter": "{palette.size.size16}",
|
|
4768
|
+
"animationPaddingTopBefore": "{palette.size.size0}",
|
|
4769
|
+
"containerBackgroundColor": "{palette.color.white}",
|
|
4770
|
+
"containerGap": "{palette.size.size12}"
|
|
4771
|
+
}
|
|
4772
|
+
},
|
|
4599
4773
|
"ToggleSwitch": {
|
|
4600
4774
|
"appearances": {
|
|
4601
4775
|
"focus": "{appearances.ToggleSwitch.focus}",
|
|
@@ -5091,6 +5265,15 @@
|
|
|
5091
5265
|
"textTransform": "{system.textTransform.none}"
|
|
5092
5266
|
}
|
|
5093
5267
|
},
|
|
5268
|
+
"WaffleGrid": {
|
|
5269
|
+
"appearances": {},
|
|
5270
|
+
"rules": [],
|
|
5271
|
+
"tokens": {
|
|
5272
|
+
"itemBorderColor": "{palette.color.transparent}",
|
|
5273
|
+
"itemPadding": "{palette.size.size16}",
|
|
5274
|
+
"rowBorderWidth": "{palette.border.border1}"
|
|
5275
|
+
}
|
|
5276
|
+
},
|
|
5094
5277
|
"spacingScale": {
|
|
5095
5278
|
"appearances": {
|
|
5096
5279
|
"space": "{appearances.spacingScale.space}",
|