@telus-uds/theme-allium 3.13.0 → 3.14.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.
@@ -1959,28 +1959,136 @@
1959
1959
  },
1960
1960
  "ChevronLink": {
1961
1961
  "appearances": {
1962
+ "alternative": {
1963
+ "type": "variant",
1964
+ "values": [true]
1965
+ },
1966
+ "inverse": {
1967
+ "type": "variant",
1968
+ "values": [true]
1969
+ },
1970
+ "pressed": {
1971
+ "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.",
1972
+ "values": [true],
1973
+ "type": "state"
1974
+ },
1962
1975
  "size": {
1963
- "description": "Sets the size of the text and icon; these variants are shared with Link",
1976
+ "description": "Sets the size of the text and icon; these variants are shared with ChevronLink",
1964
1977
  "type": "variant",
1965
1978
  "values": ["large", "small", "micro"]
1966
1979
  }
1967
1980
  },
1968
1981
  "rules": [
1982
+ {
1983
+ "if": {
1984
+ "pressed": true
1985
+ },
1986
+ "tokens": {
1987
+ "color": {
1988
+ "red": 0.08627,
1989
+ "green": 0.24314,
1990
+ "blue": 0.02353,
1991
+ "alpha": 1
1992
+ }
1993
+ }
1994
+ },
1995
+ {
1996
+ "if": {
1997
+ "alternative": true
1998
+ },
1999
+ "tokens": {
2000
+ "color": {
2001
+ "red": 0.2549,
2002
+ "green": 0.27059,
2003
+ "blue": 0.27843,
2004
+ "alpha": 1
2005
+ }
2006
+ }
2007
+ },
2008
+ {
2009
+ "if": {
2010
+ "alternative": true,
2011
+ "pressed": true
2012
+ },
2013
+ "tokens": {
2014
+ "color": {
2015
+ "red": 0.17255,
2016
+ "green": 0.18039,
2017
+ "blue": 0.18824,
2018
+ "alpha": 1
2019
+ }
2020
+ }
2021
+ },
2022
+ {
2023
+ "if": {
2024
+ "inverse": true
2025
+ },
2026
+ "tokens": {
2027
+ "color": {
2028
+ "red": 1,
2029
+ "green": 1,
2030
+ "blue": 1,
2031
+ "alpha": 1
2032
+ }
2033
+ }
2034
+ },
2035
+ {
2036
+ "if": {
2037
+ "inverse": true,
2038
+ "pressed": true
2039
+ },
2040
+ "tokens": {
2041
+ "color": {
2042
+ "red": 0.8902,
2043
+ "green": 0.90196,
2044
+ "blue": 0.9098,
2045
+ "alpha": 1
2046
+ }
2047
+ }
2048
+ },
1969
2049
  {
1970
2050
  "if": {
1971
2051
  "size": "large"
1972
2052
  },
1973
2053
  "tokens": {
1974
- "iconSize": 24
2054
+ "iconSize": 20
2055
+ }
2056
+ },
2057
+ {
2058
+ "if": {
2059
+ "size": "small"
2060
+ },
2061
+ "tokens": {
2062
+ "iconSize": 14
2063
+ }
2064
+ },
2065
+ {
2066
+ "if": {
2067
+ "size": "micro"
2068
+ },
2069
+ "tokens": {
2070
+ "iconSize": 12
1975
2071
  }
1976
2072
  }
1977
2073
  ],
1978
2074
  "tokens": {
2075
+ "color": {
2076
+ "red": 0.16863,
2077
+ "green": 0.50196,
2078
+ "blue": 0,
2079
+ "alpha": 1
2080
+ },
1979
2081
  "iconDisplace": 0,
1980
- "iconSize": 20,
2082
+ "iconSize": 24,
1981
2083
  "iconSpace": 1,
1982
- "leftIcon": "PaletteIconArrowLeft",
1983
- "rightIcon": "PaletteIconArrowRight",
2084
+ "leftIcon": "PaletteIconChevronLeft",
2085
+ "outerBorderColor": {
2086
+ "red": 0,
2087
+ "green": 0,
2088
+ "blue": 0,
2089
+ "alpha": 0
2090
+ },
2091
+ "rightIcon": "PaletteIconChevronRight",
1984
2092
  "textLine": "none"
1985
2093
  }
1986
2094
  },
@@ -7128,7 +7236,7 @@
7128
7236
  }
7129
7237
  },
7130
7238
  "metadata": {
7131
- "themeTokensVersion": "2.11.0",
7239
+ "themeTokensVersion": "2.12.0",
7132
7240
  "name": "theme-allium"
7133
7241
  }
7134
7242
  }