@telus-uds/theme-allium 4.15.0 → 4.16.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.
@@ -1836,6 +1836,11 @@
1836
1836
  "description": "The size label for the current screen viewport based on the current screen width",
1837
1837
  "values": ["xs", "sm", "md", "lg", "xl"],
1838
1838
  "type": "state"
1839
+ },
1840
+ "width": {
1841
+ "description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
1842
+ "type": "variant",
1843
+ "values": ["responsive"]
1839
1844
  }
1840
1845
  },
1841
1846
  "rules": [
@@ -1846,6 +1851,16 @@
1846
1851
  "tokens": {
1847
1852
  "space": 3
1848
1853
  }
1854
+ },
1855
+ {
1856
+ "if": {
1857
+ "viewport": ["xs"],
1858
+ "width": "responsive"
1859
+ },
1860
+ "tokens": {
1861
+ "alignItems": "stretch",
1862
+ "direction": "column"
1863
+ }
1849
1864
  }
1850
1865
  ],
1851
1866
  "tokens": {
@@ -1879,6 +1894,11 @@
1879
1894
  "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`.",
1880
1895
  "values": [true],
1881
1896
  "type": "state"
1897
+ },
1898
+ "width": {
1899
+ "description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
1900
+ "type": "variant",
1901
+ "values": ["responsive"]
1882
1902
  }
1883
1903
  },
1884
1904
  "rules": [
@@ -1969,6 +1989,14 @@
1969
1989
  "tokens": {
1970
1990
  "iconSpace": 1
1971
1991
  }
1992
+ },
1993
+ {
1994
+ "if": {
1995
+ "width": "responsive"
1996
+ },
1997
+ "tokens": {
1998
+ "width": "100%"
1999
+ }
1972
2000
  }
1973
2001
  ],
1974
2002
  "tokens": {
@@ -10196,6 +10224,7 @@
10196
10224
  }
10197
10225
  ],
10198
10226
  "tokens": {
10227
+ "amexIcon": "PaletteIconAmex",
10199
10228
  "backgroundColor": {
10200
10229
  "red": 1,
10201
10230
  "green": 1,
@@ -10220,6 +10249,7 @@
10220
10249
  "blue": 0.27843,
10221
10250
  "alpha": 1
10222
10251
  },
10252
+ "defaultCreditIcon": "PaletteIconCreditCard",
10223
10253
  "fontName": "HelveticaNow",
10224
10254
  "fontSize": 16,
10225
10255
  "fontWeight": 400,
@@ -10231,7 +10261,9 @@
10231
10261
  "alpha": 0
10232
10262
  },
10233
10263
  "iconSize": 24,
10264
+ "leftIconPaddingBottom": 8,
10234
10265
  "lineHeight": 1.5,
10266
+ "masterCardIcon": "PaletteIconMasterCard",
10235
10267
  "outerBackgroundColor": {
10236
10268
  "red": 0,
10237
10269
  "green": 0,
@@ -10250,7 +10282,8 @@
10250
10282
  "paddingRight": 16,
10251
10283
  "paddingTop": 12,
10252
10284
  "passwordHideButtonIcon": "PaletteIconInvisible",
10253
- "passwordShowButtonIcon": "PaletteIconVisible"
10285
+ "passwordShowButtonIcon": "PaletteIconVisible",
10286
+ "visaIcon": "PaletteIconVisa"
10254
10287
  }
10255
10288
  },
10256
10289
  "Timeline": {
@@ -12040,7 +12073,7 @@
12040
12073
  }
12041
12074
  },
12042
12075
  "metadata": {
12043
- "themeTokensVersion": "2.42.0",
12076
+ "themeTokensVersion": "2.43.0",
12044
12077
  "name": "theme-allium"
12045
12078
  }
12046
12079
  }