@telus-uds/theme-public-mobile 2.6.0 → 2.8.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.
@@ -1560,6 +1560,11 @@
1560
1560
  "description": "The size label for the current screen viewport based on the current screen width",
1561
1561
  "values": ["xs", "sm", "md", "lg", "xl"],
1562
1562
  "type": "state"
1563
+ },
1564
+ "width": {
1565
+ "description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
1566
+ "type": "variant",
1567
+ "values": ["responsive"]
1563
1568
  }
1564
1569
  },
1565
1570
  "rules": [
@@ -1570,6 +1575,16 @@
1570
1575
  "tokens": {
1571
1576
  "space": 3
1572
1577
  }
1578
+ },
1579
+ {
1580
+ "if": {
1581
+ "viewport": ["xs"],
1582
+ "width": "responsive"
1583
+ },
1584
+ "tokens": {
1585
+ "alignItems": "stretch",
1586
+ "direction": "column"
1587
+ }
1573
1588
  }
1574
1589
  ],
1575
1590
  "tokens": {
@@ -1603,6 +1618,11 @@
1603
1618
  "description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
1604
1619
  "values": [true],
1605
1620
  "type": "state"
1621
+ },
1622
+ "width": {
1623
+ "description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
1624
+ "type": "variant",
1625
+ "values": ["responsive"]
1606
1626
  }
1607
1627
  },
1608
1628
  "rules": [
@@ -1714,6 +1734,14 @@
1714
1734
  "tokens": {
1715
1735
  "iconSpace": 1
1716
1736
  }
1737
+ },
1738
+ {
1739
+ "if": {
1740
+ "width": "responsive"
1741
+ },
1742
+ "tokens": {
1743
+ "width": "100%"
1744
+ }
1717
1745
  }
1718
1746
  ],
1719
1747
  "tokens": {
@@ -2730,6 +2758,52 @@
2730
2758
  "textTransform": "none"
2731
2759
  }
2732
2760
  },
2761
+ "CheckboxCardGroup": {
2762
+ "appearances": {
2763
+ "fullWidth": {
2764
+ "description": "Makes cards always occupy the full width of the parent, regardless of viewport",
2765
+ "type": "variant",
2766
+ "values": [true]
2767
+ },
2768
+ "viewport": {
2769
+ "description": "The size label for the current screen viewport based on the current screen width",
2770
+ "values": ["xs", "sm", "md", "lg", "xl"],
2771
+ "type": "state"
2772
+ }
2773
+ },
2774
+ "rules": [
2775
+ {
2776
+ "if": {
2777
+ "viewport": ["md", "lg", "xl"]
2778
+ },
2779
+ "tokens": {
2780
+ "direction": "row",
2781
+ "space": 6
2782
+ }
2783
+ },
2784
+ {
2785
+ "if": {
2786
+ "fullWidth": true
2787
+ },
2788
+ "tokens": {
2789
+ "direction": "column",
2790
+ "fieldSpace": 4,
2791
+ "space": 4
2792
+ }
2793
+ }
2794
+ ],
2795
+ "tokens": {
2796
+ "borderBottomLeftRadius": 1,
2797
+ "borderBottomRightRadius": 1,
2798
+ "borderTopLeftRadius": 1,
2799
+ "borderTopRightRadius": 1,
2800
+ "direction": "column",
2801
+ "fieldSpace": 4,
2802
+ "outlineOffset": 8,
2803
+ "outlineWidth": 1,
2804
+ "space": 4
2805
+ }
2806
+ },
2733
2807
  "CheckboxGroup": {
2734
2808
  "appearances": {},
2735
2809
  "rules": [],
@@ -5288,6 +5362,7 @@
5288
5362
  "viewport": ["xs", "sm"]
5289
5363
  },
5290
5364
  "tokens": {
5365
+ "direction": "column",
5291
5366
  "height": "100%",
5292
5367
  "paddingBottom": 24,
5293
5368
  "paddingLeft": 24,
@@ -5302,6 +5377,7 @@
5302
5377
  "tokens": {
5303
5378
  "containerPaddingBottom": 32,
5304
5379
  "containerPaddingTop": 32,
5380
+ "direction": "row",
5305
5381
  "maxWidth": 576
5306
5382
  }
5307
5383
  },
@@ -5423,6 +5499,7 @@
5423
5499
  "containerPaddingLeft": 0,
5424
5500
  "containerPaddingRight": 0,
5425
5501
  "containerPaddingTop": 0,
5502
+ "direction": "row",
5426
5503
  "gap": 16,
5427
5504
  "headingColor": {
5428
5505
  "red": 0.22353,
@@ -9675,6 +9752,7 @@
9675
9752
  }
9676
9753
  ],
9677
9754
  "tokens": {
9755
+ "amexIcon": "PaletteIconAmex",
9678
9756
  "backgroundColor": {
9679
9757
  "red": 1,
9680
9758
  "green": 1,
@@ -9699,6 +9777,7 @@
9699
9777
  "blue": 0.33725,
9700
9778
  "alpha": 1
9701
9779
  },
9780
+ "defaultCreditIcon": "PaletteIconCreditCard",
9702
9781
  "fontName": "SofiaPro",
9703
9782
  "fontSize": 16,
9704
9783
  "fontWeight": 400,
@@ -9710,7 +9789,9 @@
9710
9789
  "alpha": 0
9711
9790
  },
9712
9791
  "iconSize": 24,
9792
+ "leftIconPaddingBottom": 5,
9713
9793
  "lineHeight": 1.5,
9794
+ "masterCardIcon": "PaletteIconMasterCard",
9714
9795
  "outerBackgroundColor": {
9715
9796
  "red": 0,
9716
9797
  "green": 0,
@@ -9729,7 +9810,8 @@
9729
9810
  "paddingRight": 16,
9730
9811
  "paddingTop": 10,
9731
9812
  "passwordHideButtonIcon": "PaletteIconEyeMasked",
9732
- "passwordShowButtonIcon": "PaletteIconEyeUnmasked"
9813
+ "passwordShowButtonIcon": "PaletteIconEyeUnmasked",
9814
+ "visaIcon": "PaletteIconVisa"
9733
9815
  }
9734
9816
  },
9735
9817
  "Timeline": {
@@ -11290,7 +11372,7 @@
11290
11372
  }
11291
11373
  },
11292
11374
  "metadata": {
11293
- "themeTokensVersion": "2.42.0",
11375
+ "themeTokensVersion": "2.44.0",
11294
11376
  "name": "theme-public-mobile"
11295
11377
  }
11296
11378
  }