@telus-uds/theme-allium 3.14.0 → 3.15.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.
@@ -2626,11 +2626,21 @@
2626
2626
  "type": "variant",
2627
2627
  "values": [true]
2628
2628
  },
2629
+ "inactive": {
2630
+ "description": "Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.",
2631
+ "values": [true],
2632
+ "type": "state"
2633
+ },
2629
2634
  "inverse": {
2630
2635
  "description": "For use on dark backgrounds",
2631
2636
  "type": "variant",
2632
2637
  "values": [true]
2633
2638
  },
2639
+ "password": {
2640
+ "description": "Password masked or not",
2641
+ "type": "variant",
2642
+ "values": [true]
2643
+ },
2634
2644
  "pressed": {
2635
2645
  "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.",
2636
2646
  "values": [true],
@@ -2666,6 +2676,19 @@
2666
2676
  }
2667
2677
  }
2668
2678
  },
2679
+ {
2680
+ "if": {
2681
+ "password": true
2682
+ },
2683
+ "tokens": {
2684
+ "borderColor": {
2685
+ "red": 0,
2686
+ "green": 0,
2687
+ "blue": 0,
2688
+ "alpha": 0
2689
+ }
2690
+ }
2691
+ },
2669
2692
  {
2670
2693
  "if": {
2671
2694
  "pressed": true
@@ -2692,6 +2715,33 @@
2692
2715
  "outerBorderGap": 4
2693
2716
  }
2694
2717
  },
2718
+ {
2719
+ "if": {
2720
+ "password": true,
2721
+ "pressed": true
2722
+ },
2723
+ "tokens": {
2724
+ "backgroundColor": {
2725
+ "red": 0.24706,
2726
+ "green": 0.16471,
2727
+ "blue": 0.32941,
2728
+ "alpha": 1
2729
+ },
2730
+ "borderColor": {
2731
+ "red": 0.24706,
2732
+ "green": 0.16471,
2733
+ "blue": 0.32941,
2734
+ "alpha": 1
2735
+ },
2736
+ "iconColor": {
2737
+ "red": 1,
2738
+ "green": 1,
2739
+ "blue": 1,
2740
+ "alpha": 1
2741
+ },
2742
+ "outerBorderGap": 4
2743
+ }
2744
+ },
2695
2745
  {
2696
2746
  "if": {
2697
2747
  "inverse": true,
@@ -2811,6 +2861,33 @@
2811
2861
  "borderWidth": 0
2812
2862
  }
2813
2863
  },
2864
+ {
2865
+ "if": {
2866
+ "inactive": true,
2867
+ "password": true
2868
+ },
2869
+ "tokens": {
2870
+ "backgroundColor": {
2871
+ "red": 0,
2872
+ "green": 0,
2873
+ "blue": 0,
2874
+ "alpha": 0
2875
+ },
2876
+ "borderWidth": 0,
2877
+ "iconColor": {
2878
+ "red": 0.8902,
2879
+ "green": 0.90196,
2880
+ "blue": 0.9098,
2881
+ "alpha": 1
2882
+ },
2883
+ "outerBorderColor": {
2884
+ "red": 0,
2885
+ "green": 0,
2886
+ "blue": 0,
2887
+ "alpha": 0
2888
+ }
2889
+ }
2890
+ },
2814
2891
  {
2815
2892
  "if": {
2816
2893
  "compact": true
@@ -2842,7 +2919,7 @@
2842
2919
  "alpha": 1
2843
2920
  },
2844
2921
  "iconScale": 1,
2845
- "iconSize": 16,
2922
+ "iconSize": 24,
2846
2923
  "iconTranslateX": 0,
2847
2924
  "iconTranslateY": 0,
2848
2925
  "outerBorderColor": {
@@ -5990,6 +6067,11 @@
5990
6067
  "values": [true],
5991
6068
  "type": "state"
5992
6069
  },
6070
+ "password": {
6071
+ "description": "capability that helps masking and unmasking text",
6072
+ "type": "variant",
6073
+ "values": [true]
6074
+ },
5993
6075
  "validation": {
5994
6076
  "description": "Validation states for form inputs",
5995
6077
  "values": ["error", "success"],
@@ -6125,7 +6207,9 @@
6125
6207
  "paddingBottom": 12,
6126
6208
  "paddingLeft": 16,
6127
6209
  "paddingRight": 16,
6128
- "paddingTop": 12
6210
+ "paddingTop": 12,
6211
+ "passwordHideButtonIcon": "PaletteIconInvisible",
6212
+ "passwordShowButtonIcon": "PaletteIconVisible"
6129
6213
  }
6130
6214
  },
6131
6215
  "Timeline": {
@@ -7236,7 +7320,7 @@
7236
7320
  }
7237
7321
  },
7238
7322
  "metadata": {
7239
- "themeTokensVersion": "2.12.0",
7323
+ "themeTokensVersion": "2.13.0",
7240
7324
  "name": "theme-allium"
7241
7325
  }
7242
7326
  }