@telus-uds/theme-koodo 3.19.0 → 3.20.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/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 13 Apr 2023 05:50:53 GMT
4
+ * Generated on Wed, 19 Apr 2023 11:23:02 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1472,10 +1472,10 @@ module.exports = {
1472
1472
  ],
1473
1473
  tokens: {
1474
1474
  backgroundColor: '#ffffff',
1475
- borderColor: '#c9c8c8',
1475
+ borderColor: '#016b6a',
1476
1476
  borderRadius: 32,
1477
1477
  borderWidth: 1,
1478
- iconColor: '#016b6a',
1478
+ iconColor: '#000000',
1479
1479
  iconScale: 1,
1480
1480
  iconSize: 16,
1481
1481
  iconTranslateX: 0,
@@ -1749,6 +1749,7 @@ module.exports = {
1749
1749
  shadow: null
1750
1750
  }
1751
1751
  },
1752
+ Image: { appearances: {}, rules: [], tokens: { borderRadius: 4 } },
1752
1753
  InputLabel: {
1753
1754
  appearances: {},
1754
1755
  rules: [],
@@ -1972,7 +1973,13 @@ module.exports = {
1972
1973
  rules: [
1973
1974
  {
1974
1975
  if: { viewport: [ 'xs', 'sm' ] },
1975
- tokens: { height: '100%' }
1976
+ tokens: {
1977
+ height: '100%',
1978
+ paddingBottom: 24,
1979
+ paddingLeft: 24,
1980
+ paddingRight: 24,
1981
+ paddingTop: 24
1982
+ }
1976
1983
  },
1977
1984
  {
1978
1985
  if: { viewport: [ 'md', 'lg', 'xl' ] },
@@ -1995,7 +2002,9 @@ module.exports = {
1995
2002
  backdropColor: '#000000',
1996
2003
  backdropOpacity: 0.5,
1997
2004
  backgroundColor: '#ffffff',
2005
+ borderColor: '#ffffff',
1998
2006
  borderRadius: 4,
2007
+ cancelButtonColor: '#000000',
1999
2008
  closeIcon: PaletteIconTimes,
2000
2009
  closeIconColor: '#000000',
2001
2010
  closeIconSize: 24,
@@ -2004,12 +2013,17 @@ module.exports = {
2004
2013
  containerPaddingLeft: 0,
2005
2014
  containerPaddingRight: 0,
2006
2015
  containerPaddingTop: 0,
2016
+ gap: 16,
2017
+ headingColor: '#000000',
2018
+ headingPaddingRight: 24,
2007
2019
  height: null,
2020
+ marginLeft: 24,
2021
+ marginRight: 24,
2008
2022
  maxWidth: '100%',
2009
- paddingBottom: 16,
2010
- paddingLeft: 16,
2011
- paddingRight: 16,
2012
- paddingTop: 16,
2023
+ paddingBottom: 24,
2024
+ paddingLeft: 32,
2025
+ paddingRight: 32,
2026
+ paddingTop: 24,
2013
2027
  shadow: {
2014
2028
  blur: 0,
2015
2029
  color: 'rgba(0, 0, 0, 0)',
@@ -2017,7 +2031,8 @@ module.exports = {
2017
2031
  offsetX: 0,
2018
2032
  offsetY: 0,
2019
2033
  spread: 0
2020
- }
2034
+ },
2035
+ subHeadingMarginTop: 8
2021
2036
  }
2022
2037
  },
2023
2038
  Notification: {
@@ -3388,6 +3403,36 @@ module.exports = {
3388
3403
  showStepTrackerLabel: true
3389
3404
  }
3390
3405
  },
3406
+ Table: {
3407
+ appearances: { spacing: { type: 'variant', values: [ 'compact' ] } },
3408
+ rules: [
3409
+ {
3410
+ if: { spacing: 'compact' },
3411
+ tokens: { cellPaddingBottom: 8, cellPaddingTop: 8 }
3412
+ }
3413
+ ],
3414
+ tokens: {
3415
+ cellBackground: '#ffffff',
3416
+ cellBoxShadowColor: '#000000',
3417
+ cellHeadingBackground: '#000000',
3418
+ cellHeadingBoxShadowColor: '#000000',
3419
+ cellPaddingBottom: 16,
3420
+ cellPaddingLeft: 16,
3421
+ cellPaddingRight: 16,
3422
+ cellPaddingTop: 16,
3423
+ cellRowHeadingBackground: '#ffffff',
3424
+ cellStickyShadow: {
3425
+ blur: 8,
3426
+ color: 'rgba(0, 0, 0, 0.1)',
3427
+ inset: false,
3428
+ offsetX: 0,
3429
+ offsetY: 4,
3430
+ spread: 0
3431
+ },
3432
+ cellSubheadingBackground: '#000000',
3433
+ tablePaddingBottom: 24
3434
+ }
3435
+ },
3391
3436
  Tabs: {
3392
3437
  appearances: {},
3393
3438
  rules: [],
@@ -3395,7 +3440,7 @@ module.exports = {
3395
3440
  borderBottomColor: 'transparent',
3396
3441
  borderBottomWidth: 0,
3397
3442
  buttonClearance: 32,
3398
- gutter: 16,
3443
+ gutter: null,
3399
3444
  nextIcon: PaletteIconChevronRight,
3400
3445
  previousIcon: PaletteIconChevronLeft,
3401
3446
  space: 0
@@ -3415,6 +3460,12 @@ module.exports = {
3415
3460
  type: 'state',
3416
3461
  values: [ true ]
3417
3462
  },
3463
+ inverse: { type: 'variant', values: [ true ] },
3464
+ pressed: {
3465
+ 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.',
3466
+ type: 'state',
3467
+ values: [ true ]
3468
+ },
3418
3469
  selected: {
3419
3470
  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.',
3420
3471
  type: 'state',
@@ -3422,39 +3473,94 @@ module.exports = {
3422
3473
  }
3423
3474
  },
3424
3475
  rules: [
3425
- { if: { focus: true }, tokens: { borderWidth: 4 } },
3426
- { if: { hover: true }, tokens: { backgroundColor: '#f9f6a5' } },
3427
3476
  {
3428
3477
  if: { selected: true },
3429
3478
  tokens: {
3430
- backgroundColor: '#016b6a',
3431
- borderWidth: 0,
3432
- color: '#ffffff',
3433
- highlightColor: '#016b6a',
3434
- highlightTriangleSize: 8
3479
+ backgroundColor: '#ffffff',
3480
+ color: '#016b6a',
3481
+ highlightBarBorderWidth: 1,
3482
+ highlightBarHeight: 1,
3483
+ highlightColor: '#016b6a'
3484
+ }
3485
+ },
3486
+ { if: { hover: true }, tokens: { backgroundColor: '#e6e6e6' } },
3487
+ {
3488
+ if: { focus: true },
3489
+ tokens: {
3490
+ backgroundColor: '#ffffff',
3491
+ highlightBarBorderWidth: 1,
3492
+ highlightBarHeight: 1,
3493
+ highlightColor: '#666666'
3494
+ }
3495
+ },
3496
+ {
3497
+ if: { pressed: true },
3498
+ tokens: { backgroundColor: '#c9c8c8', highlightBarBorderWidth: 0 }
3499
+ },
3500
+ {
3501
+ if: { focus: true, selected: true },
3502
+ tokens: { backgroundColor: '#ffffff', highlightColor: '#016b6a' }
3503
+ },
3504
+ {
3505
+ if: { inverse: true },
3506
+ tokens: { backgroundColor: 'transparent', color: '#e5f7fb' }
3507
+ },
3508
+ {
3509
+ if: { inverse: true, selected: true },
3510
+ tokens: {
3511
+ color: '#c9c8c8',
3512
+ highlightBarBorderWidth: 1,
3513
+ highlightBarHeight: 1,
3514
+ highlightColor: '#c9c8c8'
3515
+ }
3516
+ },
3517
+ {
3518
+ if: { hover: true, inverse: true },
3519
+ tokens: { color: '#bbeaf5' }
3520
+ },
3521
+ {
3522
+ if: { focus: true, inverse: true },
3523
+ tokens: {
3524
+ color: '#e5f7fb',
3525
+ highlightBarBorderWidth: 1,
3526
+ highlightBarHeight: 1,
3527
+ highlightColor: '#e5f7fb'
3528
+ }
3529
+ },
3530
+ {
3531
+ if: { inverse: true, pressed: true },
3532
+ tokens: { color: '#c9c8c8', highlightBarBorderWidth: 0 }
3533
+ },
3534
+ {
3535
+ if: { focus: true, inverse: true, selected: true },
3536
+ tokens: {
3537
+ color: '#c9c8c8',
3538
+ highlightBarBorderWidth: 1,
3539
+ highlightBarHeight: 1,
3540
+ highlightColor: '#c9c8c8'
3435
3541
  }
3436
3542
  }
3437
3543
  ],
3438
3544
  tokens: {
3439
- backgroundColor: '#efefef',
3440
- borderColor: '#c9c8c8',
3545
+ backgroundColor: '#ffffff',
3546
+ borderColor: 'transparent',
3441
3547
  borderRadius: 0,
3442
- borderWidth: 1,
3443
- color: '#000000',
3548
+ borderWidth: 0,
3549
+ color: '#666666',
3444
3550
  fontName: 'StagSans',
3445
3551
  fontScaleCap: 64,
3446
3552
  fontSize: 16,
3447
- fontWeight: '700',
3553
+ fontWeight: '600',
3448
3554
  highlightBarBorderRadius: 0,
3449
3555
  highlightBarBorderWidth: 0,
3450
3556
  highlightBarHeight: 0,
3451
3557
  highlightColor: 'transparent',
3452
3558
  highlightTriangleSize: 0,
3453
3559
  letterSpacing: 0,
3454
- lineHeight: 1.1,
3560
+ lineHeight: 1.5,
3455
3561
  maxWidth: null,
3456
- paddingHorizontal: 16,
3457
- paddingVertical: 16,
3562
+ paddingHorizontal: 24,
3563
+ paddingVertical: 4,
3458
3564
  space: 0,
3459
3565
  textAlign: 'center',
3460
3566
  textTransform: 'none'
@@ -3736,6 +3842,28 @@ module.exports = {
3736
3842
  timelineContainerDirection: 'column'
3737
3843
  }
3738
3844
  },
3845
+ Toast: {
3846
+ appearances: {},
3847
+ rules: [],
3848
+ tokens: {
3849
+ animationBackgroundColorAfter: '#ffffff',
3850
+ animationBackgroundColorBefore: '#ffffff',
3851
+ animationColorAfter: '#016b6a',
3852
+ animationColorBefore: '#ffffff',
3853
+ animationDivColorAfter: '#ffffff',
3854
+ animationDivColorBefore: '#ffffff',
3855
+ animationFillColorAfter: '#ffffff',
3856
+ animationFillColorBefore: '#ffffff',
3857
+ animationHeightAfter: 24,
3858
+ animationHeightBefore: 0,
3859
+ animationPaddingBottomAfter: 16,
3860
+ animationPaddingBottomBefore: 0,
3861
+ animationPaddingTopAfter: 16,
3862
+ animationPaddingTopBefore: 0,
3863
+ containerBackgroundColor: '#ffffff',
3864
+ containerGap: 12
3865
+ }
3866
+ },
3739
3867
  ToggleSwitch: {
3740
3868
  appearances: {
3741
3869
  focus: {
@@ -4096,6 +4224,15 @@ module.exports = {
4096
4224
  textTransform: 'none'
4097
4225
  }
4098
4226
  },
4227
+ WaffleGrid: {
4228
+ appearances: {},
4229
+ rules: [],
4230
+ tokens: {
4231
+ itemBorderColor: 'rgba(0, 0, 0, 0)',
4232
+ itemPadding: 16,
4233
+ rowBorderWidth: 1
4234
+ }
4235
+ },
4099
4236
  spacingScale: {
4100
4237
  appearances: {
4101
4238
  space: {
@@ -4156,5 +4293,5 @@ module.exports = {
4156
4293
  tokens: { size: 96 }
4157
4294
  }
4158
4295
  },
4159
- metadata: { name: 'theme-koodo', themeTokensVersion: '2.18.0' }
4296
+ metadata: { name: 'theme-koodo', themeTokensVersion: '2.19.0' }
4160
4297
  }
package/package.json CHANGED
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "description": "Koodo theme",
7
7
  "devDependencies": {
8
- "@telus-uds/palette-koodo": "^0.10.0",
9
- "@telus-uds/system-theme-tokens": "^2.18.0"
8
+ "@telus-uds/palette-koodo": "^0.11.0",
9
+ "@telus-uds/system-theme-tokens": "^2.19.0"
10
10
  },
11
11
  "files": [
12
12
  "build",
@@ -20,7 +20,7 @@
20
20
  "main": "build/rn/theme.js",
21
21
  "name": "@telus-uds/theme-koodo",
22
22
  "peerDependencies": {
23
- "@telus-uds/palette-koodo": "^0.10.0"
23
+ "@telus-uds/palette-koodo": "^0.11.0"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
@@ -31,5 +31,5 @@
31
31
  "build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
32
32
  "dev": "nodemon -w src -x 'npm run build'"
33
33
  },
34
- "version": "3.19.0"
34
+ "version": "3.20.0"
35
35
  }
package/theme.json CHANGED
@@ -1969,10 +1969,10 @@
1969
1969
  ],
1970
1970
  "tokens": {
1971
1971
  "backgroundColor": "{palette.color.white}",
1972
- "borderColor": "{palette.color.silver}",
1972
+ "borderColor": "{palette.color.mosque}",
1973
1973
  "borderRadius": "{palette.radius.pill32}",
1974
1974
  "borderWidth": "{palette.border.border1}",
1975
- "iconColor": "{palette.color.mosque}",
1975
+ "iconColor": "{palette.color.black}",
1976
1976
  "iconScale": "{system.iconScale.scale1}",
1977
1977
  "iconSize": "{palette.size.size16}",
1978
1978
  "iconTranslateX": "{system.size.zero}",
@@ -2408,6 +2408,13 @@
2408
2408
  "shadow": "{system.shadow.none}"
2409
2409
  }
2410
2410
  },
2411
+ "Image": {
2412
+ "appearances": {},
2413
+ "rules": [],
2414
+ "tokens": {
2415
+ "borderRadius": "{palette.radius.radius4}"
2416
+ }
2417
+ },
2411
2418
  "InputLabel": {
2412
2419
  "appearances": {},
2413
2420
  "rules": [],
@@ -2740,7 +2747,11 @@
2740
2747
  "viewport": ["xs", "sm"]
2741
2748
  },
2742
2749
  "tokens": {
2743
- "height": "{system.size.full}"
2750
+ "height": "{system.size.full}",
2751
+ "paddingBottom": "{palette.size.size24}",
2752
+ "paddingLeft": "{palette.size.size24}",
2753
+ "paddingRight": "{palette.size.size24}",
2754
+ "paddingTop": "{palette.size.size24}"
2744
2755
  }
2745
2756
  },
2746
2757
  {
@@ -2769,7 +2780,9 @@
2769
2780
  "backdropColor": "{palette.color.black}",
2770
2781
  "backdropOpacity": "{palette.opacity.opacity5}",
2771
2782
  "backgroundColor": "{palette.color.white}",
2783
+ "borderColor": "{palette.color.white}",
2772
2784
  "borderRadius": "{palette.radius.radius4}",
2785
+ "cancelButtonColor": "{palette.color.black}",
2773
2786
  "closeIcon": "{palette.icon.Times}",
2774
2787
  "closeIconColor": "{palette.color.black}",
2775
2788
  "closeIconSize": "{palette.size.size24}",
@@ -2778,13 +2791,19 @@
2778
2791
  "containerPaddingLeft": "{system.size.zero}",
2779
2792
  "containerPaddingRight": "{system.size.zero}",
2780
2793
  "containerPaddingTop": "{system.size.zero}",
2794
+ "gap": "{palette.size.size16}",
2795
+ "headingColor": "{palette.color.black}",
2796
+ "headingPaddingRight": "{palette.size.size24}",
2781
2797
  "height": "{system.size.none}",
2798
+ "marginLeft": "{palette.size.size24}",
2799
+ "marginRight": "{palette.size.size24}",
2782
2800
  "maxWidth": "{system.size.full}",
2783
- "paddingBottom": "{palette.size.size16}",
2784
- "paddingLeft": "{palette.size.size16}",
2785
- "paddingRight": "{palette.size.size16}",
2786
- "paddingTop": "{palette.size.size16}",
2787
- "shadow": "{palette.shadow.none}"
2801
+ "paddingBottom": "{palette.size.size24}",
2802
+ "paddingLeft": "{palette.size.size32}",
2803
+ "paddingRight": "{palette.size.size32}",
2804
+ "paddingTop": "{palette.size.size24}",
2805
+ "shadow": "{palette.shadow.none}",
2806
+ "subHeadingMarginTop": "{palette.size.size8}"
2788
2807
  }
2789
2808
  },
2790
2809
  "Notification": {
@@ -4237,6 +4256,39 @@
4237
4256
  "showStepTrackerLabel": "{system.show.true}"
4238
4257
  }
4239
4258
  },
4259
+ "Table": {
4260
+ "appearances": {
4261
+ "spacing": {
4262
+ "type": "variant",
4263
+ "values": ["compact"]
4264
+ }
4265
+ },
4266
+ "rules": [
4267
+ {
4268
+ "if": {
4269
+ "spacing": "compact"
4270
+ },
4271
+ "tokens": {
4272
+ "cellPaddingBottom": "{palette.size.size8}",
4273
+ "cellPaddingTop": "{palette.size.size8}"
4274
+ }
4275
+ }
4276
+ ],
4277
+ "tokens": {
4278
+ "cellBackground": "{palette.color.white}",
4279
+ "cellBoxShadowColor": "{palette.color.black}",
4280
+ "cellHeadingBackground": "{palette.color.black}",
4281
+ "cellHeadingBoxShadowColor": "{palette.color.black}",
4282
+ "cellPaddingBottom": "{palette.size.size16}",
4283
+ "cellPaddingLeft": "{palette.size.size16}",
4284
+ "cellPaddingRight": "{palette.size.size16}",
4285
+ "cellPaddingTop": "{palette.size.size16}",
4286
+ "cellRowHeadingBackground": "{palette.color.white}",
4287
+ "cellStickyShadow": "{palette.shadow.elevation1}",
4288
+ "cellSubheadingBackground": "{palette.color.black}",
4289
+ "tablePaddingBottom": "{palette.size.size24}"
4290
+ }
4291
+ },
4240
4292
  "Tabs": {
4241
4293
  "appearances": {},
4242
4294
  "rules": [],
@@ -4244,7 +4296,7 @@
4244
4296
  "borderBottomColor": "{system.color.transparent}",
4245
4297
  "borderBottomWidth": "{system.border.zero}",
4246
4298
  "buttonClearance": "{palette.size.size32}",
4247
- "gutter": "{palette.size.size16}",
4299
+ "gutter": "{system.size.none}",
4248
4300
  "nextIcon": "{palette.icon.ChevronRight}",
4249
4301
  "previousIcon": "{palette.icon.ChevronLeft}",
4250
4302
  "space": "{system.integer.0}"
@@ -4254,15 +4306,24 @@
4254
4306
  "appearances": {
4255
4307
  "focus": "{appearances.TabsItem.focus}",
4256
4308
  "hover": "{appearances.TabsItem.hover}",
4309
+ "inverse": {
4310
+ "type": "variant",
4311
+ "values": [true]
4312
+ },
4313
+ "pressed": "{appearances.TabsItem.pressed}",
4257
4314
  "selected": "{appearances.TabsItem.pressed}"
4258
4315
  },
4259
4316
  "rules": [
4260
4317
  {
4261
4318
  "if": {
4262
- "focus": true
4319
+ "selected": true
4263
4320
  },
4264
4321
  "tokens": {
4265
- "borderWidth": "{palette.border.border4}"
4322
+ "backgroundColor": "{palette.color.white}",
4323
+ "color": "{palette.color.mosque}",
4324
+ "highlightBarBorderWidth": "{palette.border.border1}",
4325
+ "highlightBarHeight": "{palette.border.border1}",
4326
+ "highlightColor": "{palette.color.mosque}"
4266
4327
  }
4267
4328
  },
4268
4329
  {
@@ -4270,42 +4331,125 @@
4270
4331
  "hover": true
4271
4332
  },
4272
4333
  "tokens": {
4273
- "backgroundColor": "{palette.color.texas}"
4334
+ "backgroundColor": "{palette.color.whiteDark}"
4335
+ }
4336
+ },
4337
+ {
4338
+ "if": {
4339
+ "focus": true
4340
+ },
4341
+ "tokens": {
4342
+ "backgroundColor": "{palette.color.white}",
4343
+ "highlightBarBorderWidth": "{palette.border.border1}",
4344
+ "highlightBarHeight": "{palette.border.border1}",
4345
+ "highlightColor": "{palette.color.dove}"
4274
4346
  }
4275
4347
  },
4276
4348
  {
4277
4349
  "if": {
4350
+ "pressed": true
4351
+ },
4352
+ "tokens": {
4353
+ "backgroundColor": "{palette.color.silver}",
4354
+ "highlightBarBorderWidth": "{system.border.zero}"
4355
+ }
4356
+ },
4357
+ {
4358
+ "if": {
4359
+ "focus": true,
4278
4360
  "selected": true
4279
4361
  },
4280
4362
  "tokens": {
4281
- "backgroundColor": "{palette.color.mosque}",
4282
- "borderWidth": "{system.border.zero}",
4283
- "color": "{palette.color.white}",
4284
- "highlightColor": "{palette.color.mosque}",
4285
- "highlightTriangleSize": "{palette.size.size8}"
4363
+ "backgroundColor": "{palette.color.white}",
4364
+ "highlightColor": "{palette.color.mosque}"
4365
+ }
4366
+ },
4367
+ {
4368
+ "if": {
4369
+ "inverse": true
4370
+ },
4371
+ "tokens": {
4372
+ "backgroundColor": "{system.color.transparent}",
4373
+ "color": "{palette.color.icicle}"
4374
+ }
4375
+ },
4376
+ {
4377
+ "if": {
4378
+ "inverse": true,
4379
+ "selected": true
4380
+ },
4381
+ "tokens": {
4382
+ "color": "{palette.color.silver}",
4383
+ "highlightBarBorderWidth": "{palette.border.border1}",
4384
+ "highlightBarHeight": "{palette.border.border1}",
4385
+ "highlightColor": "{palette.color.silver}"
4386
+ }
4387
+ },
4388
+ {
4389
+ "if": {
4390
+ "hover": true,
4391
+ "inverse": true
4392
+ },
4393
+ "tokens": {
4394
+ "color": "{palette.color.icicleDark}"
4395
+ }
4396
+ },
4397
+ {
4398
+ "if": {
4399
+ "focus": true,
4400
+ "inverse": true
4401
+ },
4402
+ "tokens": {
4403
+ "color": "{palette.color.icicle}",
4404
+ "highlightBarBorderWidth": "{palette.border.border1}",
4405
+ "highlightBarHeight": "{palette.border.border1}",
4406
+ "highlightColor": "{palette.color.icicle}"
4407
+ }
4408
+ },
4409
+ {
4410
+ "if": {
4411
+ "inverse": true,
4412
+ "pressed": true
4413
+ },
4414
+ "tokens": {
4415
+ "color": "{palette.color.silver}",
4416
+ "highlightBarBorderWidth": "{system.border.zero}"
4417
+ }
4418
+ },
4419
+ {
4420
+ "if": {
4421
+ "focus": true,
4422
+ "inverse": true,
4423
+ "selected": true
4424
+ },
4425
+ "tokens": {
4426
+ "color": "{palette.color.silver}",
4427
+ "highlightBarBorderWidth": "{palette.border.border1}",
4428
+ "highlightBarHeight": "{palette.border.border1}",
4429
+ "highlightColor": "{palette.color.silver}"
4286
4430
  }
4287
4431
  }
4288
4432
  ],
4289
4433
  "tokens": {
4290
- "backgroundColor": "{palette.color.gallery}",
4291
- "borderColor": "{palette.color.silver}",
4434
+ "backgroundColor": "{palette.color.white}",
4435
+ "borderColor": "{system.color.transparent}",
4292
4436
  "borderRadius": "{system.radius.zero}",
4293
- "borderWidth": "{palette.border.border1}",
4294
- "color": "{palette.color.black}",
4437
+ "borderWidth": "{system.border.zero}",
4438
+ "color": "{palette.color.dove}",
4295
4439
  "fontName": "{palette.fontName.StagSans}",
4296
4440
  "fontScaleCap": "{palette.fontSize.size64}",
4297
4441
  "fontSize": "{palette.fontSize.size16}",
4298
- "fontWeight": "{palette.fontWeight.weight700}",
4442
+ "fontWeight": "{palette.fontWeight.weight600}",
4299
4443
  "highlightBarBorderRadius": "{system.radius.zero}",
4300
4444
  "highlightBarBorderWidth": "{system.border.zero}",
4301
4445
  "highlightBarHeight": "{system.border.zero}",
4302
4446
  "highlightColor": "{system.color.transparent}",
4303
4447
  "highlightTriangleSize": "{system.size.zero}",
4304
4448
  "letterSpacing": "{system.letterSpacing.none}",
4305
- "lineHeight": "{palette.lineHeight.multiply110}",
4449
+ "lineHeight": "{palette.lineHeight.multiply150}",
4306
4450
  "maxWidth": "{system.size.none}",
4307
- "paddingHorizontal": "{palette.size.size16}",
4308
- "paddingVertical": "{palette.size.size16}",
4451
+ "paddingHorizontal": "{palette.size.size24}",
4452
+ "paddingVertical": "{palette.size.size4}",
4309
4453
  "space": "{system.integer.0}",
4310
4454
  "textAlign": "{system.textAlign.center}",
4311
4455
  "textTransform": "{system.textTransform.none}"
@@ -4596,6 +4740,28 @@
4596
4740
  "timelineContainerDirection": "{system.direction.column}"
4597
4741
  }
4598
4742
  },
4743
+ "Toast": {
4744
+ "appearances": {},
4745
+ "rules": [],
4746
+ "tokens": {
4747
+ "animationBackgroundColorAfter": "{palette.color.white}",
4748
+ "animationBackgroundColorBefore": "{palette.color.white}",
4749
+ "animationColorAfter": "{palette.color.mosque}",
4750
+ "animationColorBefore": "{palette.color.white}",
4751
+ "animationDivColorAfter": "{palette.color.white}",
4752
+ "animationDivColorBefore": "{palette.color.white}",
4753
+ "animationFillColorAfter": "{palette.color.white}",
4754
+ "animationFillColorBefore": "{palette.color.white}",
4755
+ "animationHeightAfter": "{palette.size.size24}",
4756
+ "animationHeightBefore": "{palette.size.size0}",
4757
+ "animationPaddingBottomAfter": "{palette.size.size16}",
4758
+ "animationPaddingBottomBefore": "{palette.size.size0}",
4759
+ "animationPaddingTopAfter": "{palette.size.size16}",
4760
+ "animationPaddingTopBefore": "{palette.size.size0}",
4761
+ "containerBackgroundColor": "{palette.color.white}",
4762
+ "containerGap": "{palette.size.size12}"
4763
+ }
4764
+ },
4599
4765
  "ToggleSwitch": {
4600
4766
  "appearances": {
4601
4767
  "focus": "{appearances.ToggleSwitch.focus}",
@@ -5091,6 +5257,15 @@
5091
5257
  "textTransform": "{system.textTransform.none}"
5092
5258
  }
5093
5259
  },
5260
+ "WaffleGrid": {
5261
+ "appearances": {},
5262
+ "rules": [],
5263
+ "tokens": {
5264
+ "itemBorderColor": "{palette.color.transparent}",
5265
+ "itemPadding": "{palette.size.size16}",
5266
+ "rowBorderWidth": "{palette.border.border1}"
5267
+ }
5268
+ },
5094
5269
  "spacingScale": {
5095
5270
  "appearances": {
5096
5271
  "space": "{appearances.spacingScale.space}",