@telus-uds/theme-public-mobile 2.10.0 → 2.11.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.
@@ -1859,10 +1859,19 @@
1859
1859
  "type": "variant",
1860
1860
  "values": ["none", "small", "large"]
1861
1861
  },
1862
+ "interactive": {
1863
+ "type": "variant",
1864
+ "values": [true]
1865
+ },
1862
1866
  "padding": {
1863
1867
  "type": "variant",
1864
1868
  "values": ["narrow", "intermediate", "compact", "custom"]
1865
1869
  },
1870
+ "pressed": {
1871
+ "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.",
1872
+ "values": [true, false],
1873
+ "type": "state"
1874
+ },
1866
1875
  "viewport": {
1867
1876
  "description": "The size label for the current screen viewport based on the current screen width",
1868
1877
  "values": ["xs", "sm", "md", "lg", "xl"],
@@ -2062,6 +2071,42 @@
2062
2071
  "paddingRight": 0,
2063
2072
  "paddingTop": 0
2064
2073
  }
2074
+ },
2075
+ {
2076
+ "if": {
2077
+ "interactive": true,
2078
+ "pressed": false
2079
+ },
2080
+ "tokens": {
2081
+ "borderColor": {
2082
+ "red": 1,
2083
+ "green": 1,
2084
+ "blue": 1,
2085
+ "alpha": 1
2086
+ },
2087
+ "borderWidth": 2
2088
+ }
2089
+ },
2090
+ {
2091
+ "if": {
2092
+ "interactive": true,
2093
+ "pressed": true
2094
+ },
2095
+ "tokens": {
2096
+ "backgroundColor": {
2097
+ "red": 0,
2098
+ "green": 0,
2099
+ "blue": 0,
2100
+ "alpha": 0.2
2101
+ },
2102
+ "borderColor": {
2103
+ "red": 0.80392,
2104
+ "green": 0.81176,
2105
+ "blue": 0.83529,
2106
+ "alpha": 1
2107
+ },
2108
+ "borderWidth": 2
2109
+ }
2065
2110
  }
2066
2111
  ],
2067
2112
  "tokens": {
@@ -2914,8 +2959,9 @@
2914
2959
  "size": "large"
2915
2960
  },
2916
2961
  "tokens": {
2962
+ "blockLineHeight": 1.4,
2917
2963
  "fontSize": 20,
2918
- "iconSize": 24
2964
+ "iconSize": 20
2919
2965
  }
2920
2966
  },
2921
2967
  {
@@ -2923,8 +2969,9 @@
2923
2969
  "size": "small"
2924
2970
  },
2925
2971
  "tokens": {
2972
+ "blockLineHeight": 1.5,
2926
2973
  "fontSize": 16,
2927
- "iconSize": 20
2974
+ "iconSize": 16
2928
2975
  }
2929
2976
  },
2930
2977
  {
@@ -2932,12 +2979,14 @@
2932
2979
  "size": "micro"
2933
2980
  },
2934
2981
  "tokens": {
2982
+ "blockLineHeight": 1.4285714285714286,
2935
2983
  "fontSize": 14,
2936
2984
  "iconSize": 16
2937
2985
  }
2938
2986
  }
2939
2987
  ],
2940
2988
  "tokens": {
2989
+ "blockLineHeight": 1.55555555,
2941
2990
  "color": {
2942
2991
  "red": 0.38824,
2943
2992
  "green": 0.42353,
@@ -2946,7 +2995,7 @@
2946
2995
  },
2947
2996
  "fontSize": 18,
2948
2997
  "iconDisplace": 0,
2949
- "iconSize": 24,
2998
+ "iconSize": 16,
2950
2999
  "iconSpace": 1,
2951
3000
  "leftIcon": "PaletteIconChevronLeft",
2952
3001
  "outerBorderColor": {
@@ -4823,6 +4872,11 @@
4823
4872
  "values": [true, false],
4824
4873
  "type": "state"
4825
4874
  },
4875
+ "quiet": {
4876
+ "description": "When it is true, it does not show the decoration",
4877
+ "type": "state",
4878
+ "values": [true, false]
4879
+ },
4826
4880
  "size": {
4827
4881
  "description": "Text sizes for block links; similar but not always identical to Typography sizes.",
4828
4882
  "type": "variant",
@@ -4966,6 +5020,14 @@
4966
5020
  "blockLineHeight": 1.4,
4967
5021
  "iconSize": 24
4968
5022
  }
5023
+ },
5024
+ {
5025
+ "if": {
5026
+ "quiet": true
5027
+ },
5028
+ "tokens": {
5029
+ "textLine": "none"
5030
+ }
4969
5031
  }
4970
5032
  ],
4971
5033
  "tokens": {
@@ -11379,7 +11441,7 @@
11379
11441
  }
11380
11442
  },
11381
11443
  "metadata": {
11382
- "themeTokensVersion": "2.46.0",
11444
+ "themeTokensVersion": "2.47.0",
11383
11445
  "name": "theme-public-mobile"
11384
11446
  }
11385
11447
  }