@telus-uds/theme-public-mobile 2.4.0 → 2.5.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.
@@ -36,6 +36,10 @@
36
36
  "type": "variant",
37
37
  "values": [true]
38
38
  },
39
+ "inverse": {
40
+ "type": "variant",
41
+ "values": [true]
42
+ },
39
43
  "outline": {
40
44
  "type": "variant",
41
45
  "values": [true]
@@ -46,6 +50,31 @@
46
50
  }
47
51
  },
48
52
  "rules": [
53
+ {
54
+ "if": {
55
+ "inverse": true
56
+ },
57
+ "tokens": {
58
+ "backgroundColor": {
59
+ "red": 0,
60
+ "green": 0,
61
+ "blue": 0,
62
+ "alpha": 0
63
+ },
64
+ "borderColor": {
65
+ "red": 1,
66
+ "green": 1,
67
+ "blue": 1,
68
+ "alpha": 1
69
+ },
70
+ "color": {
71
+ "red": 1,
72
+ "green": 1,
73
+ "blue": 1,
74
+ "alpha": 1
75
+ }
76
+ }
77
+ },
49
78
  {
50
79
  "if": {
51
80
  "alternative": true
@@ -3524,8 +3553,60 @@
3524
3553
  }
3525
3554
  },
3526
3555
  "Footnote": {
3527
- "appearances": {},
3528
- "rules": [],
3556
+ "appearances": {
3557
+ "viewport": {
3558
+ "description": "The size label for the current screen viewport based on the current screen width",
3559
+ "values": ["xs", "sm", "md", "lg", "xl"],
3560
+ "type": "state"
3561
+ }
3562
+ },
3563
+ "rules": [
3564
+ {
3565
+ "if": {
3566
+ "viewport": ["xs"]
3567
+ },
3568
+ "tokens": {
3569
+ "footnoteBodyPaddingBottom": 32,
3570
+ "footnoteBodyPaddingLeft": 16,
3571
+ "footnoteBodyPaddingRight": 16,
3572
+ "footnoteBodyPaddingTop": 0,
3573
+ "footnoteHeaderPaddingBottom": 16,
3574
+ "footnoteHeaderPaddingLeft": 16,
3575
+ "footnoteHeaderPaddingRight": 4,
3576
+ "footnoteHeaderPaddingTop": 16
3577
+ }
3578
+ },
3579
+ {
3580
+ "if": {
3581
+ "viewport": ["md", "lg"]
3582
+ },
3583
+ "tokens": {
3584
+ "footnoteBodyPaddingBottom": 40,
3585
+ "footnoteBodyPaddingLeft": 16,
3586
+ "footnoteBodyPaddingRight": 16,
3587
+ "footnoteBodyPaddingTop": 0,
3588
+ "footnoteHeaderPaddingBottom": 24,
3589
+ "footnoteHeaderPaddingLeft": 16,
3590
+ "footnoteHeaderPaddingRight": 4,
3591
+ "footnoteHeaderPaddingTop": 24
3592
+ }
3593
+ },
3594
+ {
3595
+ "if": {
3596
+ "viewport": ["xl"]
3597
+ },
3598
+ "tokens": {
3599
+ "footnoteBodyPaddingBottom": 40,
3600
+ "footnoteBodyPaddingLeft": 16,
3601
+ "footnoteBodyPaddingRight": 16,
3602
+ "footnoteBodyPaddingTop": 0,
3603
+ "footnoteHeaderPaddingBottom": 24,
3604
+ "footnoteHeaderPaddingLeft": 16,
3605
+ "footnoteHeaderPaddingRight": 16,
3606
+ "footnoteHeaderPaddingTop": 24
3607
+ }
3608
+ }
3609
+ ],
3529
3610
  "tokens": {
3530
3611
  "closeButtonBackgroundColor": {
3531
3612
  "red": 1,
@@ -3573,7 +3654,7 @@
3573
3654
  "footnoteBorderTopSizeMd": 1,
3574
3655
  "footnoteHeaderPaddingBottom": 24,
3575
3656
  "footnoteHeaderPaddingLeft": 16,
3576
- "footnoteHeaderPaddingRight": 16,
3657
+ "footnoteHeaderPaddingRight": 4,
3577
3658
  "footnoteHeaderPaddingTop": 24,
3578
3659
  "headerFontName": "SofiaPro",
3579
3660
  "headerFontSize": 16,