@telus-uds/theme-allium 4.14.0 → 4.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.
@@ -2714,6 +2714,265 @@
2714
2714
  "labelMarginLeft": 10
2715
2715
  }
2716
2716
  },
2717
+ "CheckboxCard": {
2718
+ "appearances": {
2719
+ "checked": {
2720
+ "description": "Corresponds to a selected state for a checkbox or radio",
2721
+ "values": [true],
2722
+ "type": "state"
2723
+ },
2724
+ "error": {
2725
+ "values": [true],
2726
+ "type": "state"
2727
+ },
2728
+ "inactive": {
2729
+ "description": "Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.",
2730
+ "values": [true],
2731
+ "type": "state"
2732
+ },
2733
+ "pressed": {
2734
+ "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.",
2735
+ "values": [true, false],
2736
+ "type": "state"
2737
+ },
2738
+ "viewport": {
2739
+ "description": "The size label for the current screen viewport based on the current screen width",
2740
+ "values": ["xs", "sm", "md", "lg", "xl"],
2741
+ "type": "state"
2742
+ }
2743
+ },
2744
+ "rules": [
2745
+ {
2746
+ "if": {
2747
+ "viewport": ["lg", "xl"]
2748
+ },
2749
+ "tokens": {
2750
+ "fontSize": 24,
2751
+ "lineHeight": 1.33333333333,
2752
+ "paddingBottom": 24,
2753
+ "paddingLeft": 16,
2754
+ "paddingRight": 24,
2755
+ "paddingTop": 16
2756
+ }
2757
+ },
2758
+ {
2759
+ "description": "Pressed state matches hover state plus light grey background",
2760
+ "if": {
2761
+ "pressed": true
2762
+ },
2763
+ "tokens": {
2764
+ "backgroundColor": {
2765
+ "red": 0.95686,
2766
+ "green": 0.95686,
2767
+ "blue": 0.96863,
2768
+ "alpha": 1
2769
+ },
2770
+ "borderColor": {
2771
+ "red": 0.40392,
2772
+ "green": 0.43137,
2773
+ "blue": 0.45098,
2774
+ "alpha": 1
2775
+ },
2776
+ "checkboxInputBorderColor": {
2777
+ "red": 0.40392,
2778
+ "green": 0.43137,
2779
+ "blue": 0.45098,
2780
+ "alpha": 1
2781
+ },
2782
+ "checkboxInputBorderWidth": 1,
2783
+ "checkboxOuterBorderColor": {
2784
+ "red": 0.8902,
2785
+ "green": 0.90196,
2786
+ "blue": 0.9098,
2787
+ "alpha": 1
2788
+ },
2789
+ "checkboxOuterBorderWidth": 3,
2790
+ "outerBorderColor": {
2791
+ "red": 0.8902,
2792
+ "green": 0.90196,
2793
+ "blue": 0.9098,
2794
+ "alpha": 1
2795
+ },
2796
+ "outerBorderGap": 0
2797
+ }
2798
+ },
2799
+ {
2800
+ "if": {
2801
+ "checked": true
2802
+ },
2803
+ "tokens": {
2804
+ "borderColor": {
2805
+ "red": 0.48627,
2806
+ "green": 0.32549,
2807
+ "blue": 0.64706,
2808
+ "alpha": 1
2809
+ }
2810
+ }
2811
+ },
2812
+ {
2813
+ "if": {
2814
+ "error": true
2815
+ },
2816
+ "tokens": {
2817
+ "borderColor": {
2818
+ "red": 0.88235,
2819
+ "green": 0.13725,
2820
+ "blue": 0.22353,
2821
+ "alpha": 1
2822
+ },
2823
+ "checkboxInputBorderColor": {
2824
+ "red": 0.88235,
2825
+ "green": 0.13725,
2826
+ "blue": 0.22353,
2827
+ "alpha": 1
2828
+ },
2829
+ "color": {
2830
+ "red": 0.88235,
2831
+ "green": 0.13725,
2832
+ "blue": 0.22353,
2833
+ "alpha": 1
2834
+ }
2835
+ }
2836
+ },
2837
+ {
2838
+ "if": {
2839
+ "inactive": true
2840
+ },
2841
+ "tokens": {
2842
+ "backgroundColor": {
2843
+ "red": 0.95686,
2844
+ "green": 0.95686,
2845
+ "blue": 0.96863,
2846
+ "alpha": 1
2847
+ },
2848
+ "borderColor": {
2849
+ "red": 0,
2850
+ "green": 0,
2851
+ "blue": 0,
2852
+ "alpha": 0
2853
+ },
2854
+ "checkboxCheckedBackgroundColor": {
2855
+ "red": 0.40392,
2856
+ "green": 0.43137,
2857
+ "blue": 0.45098,
2858
+ "alpha": 1
2859
+ },
2860
+ "checkboxInputBackgroundColor": {
2861
+ "red": 0.69804,
2862
+ "green": 0.72549,
2863
+ "blue": 0.74902,
2864
+ "alpha": 1
2865
+ },
2866
+ "checkboxInputBorderColor": {
2867
+ "red": 0,
2868
+ "green": 0,
2869
+ "blue": 0,
2870
+ "alpha": 0
2871
+ },
2872
+ "checkboxInputSize": 12,
2873
+ "checkboxOuterBorderColor": {
2874
+ "red": 0.69804,
2875
+ "green": 0.72549,
2876
+ "blue": 0.74902,
2877
+ "alpha": 1
2878
+ },
2879
+ "checkboxOuterBorderGap": 2,
2880
+ "checkboxOuterBorderWidth": 1,
2881
+ "color": {
2882
+ "red": 0.40392,
2883
+ "green": 0.43137,
2884
+ "blue": 0.45098,
2885
+ "alpha": 1
2886
+ }
2887
+ }
2888
+ }
2889
+ ],
2890
+ "tokens": {
2891
+ "backgroundColor": {
2892
+ "red": 1,
2893
+ "green": 1,
2894
+ "blue": 1,
2895
+ "alpha": 1
2896
+ },
2897
+ "borderColor": {
2898
+ "red": 0.69804,
2899
+ "green": 0.72549,
2900
+ "blue": 0.74902,
2901
+ "alpha": 1
2902
+ },
2903
+ "borderRadius": 6,
2904
+ "borderWidth": 1,
2905
+ "checkboxCheckedBackgroundColor": {
2906
+ "red": 0.48627,
2907
+ "green": 0.32549,
2908
+ "blue": 0.64706,
2909
+ "alpha": 1
2910
+ },
2911
+ "checkboxCheckedSize": 12,
2912
+ "checkboxInputBackgroundColor": {
2913
+ "red": 1,
2914
+ "green": 1,
2915
+ "blue": 1,
2916
+ "alpha": 1
2917
+ },
2918
+ "checkboxInputBorderColor": {
2919
+ "red": 0.40392,
2920
+ "green": 0.43137,
2921
+ "blue": 0.45098,
2922
+ "alpha": 1
2923
+ },
2924
+ "checkboxInputBorderWidth": 1,
2925
+ "checkboxInputOutlineColor": {
2926
+ "red": 0,
2927
+ "green": 0,
2928
+ "blue": 0,
2929
+ "alpha": 0
2930
+ },
2931
+ "checkboxInputOutlineWidth": 0,
2932
+ "checkboxInputSize": 20,
2933
+ "checkboxOuterBorderColor": {
2934
+ "red": 0,
2935
+ "green": 0,
2936
+ "blue": 0,
2937
+ "alpha": 0
2938
+ },
2939
+ "checkboxOuterBorderGap": 0,
2940
+ "checkboxOuterBorderWidth": 0,
2941
+ "checkboxSpace": 2,
2942
+ "color": {
2943
+ "red": 0.17255,
2944
+ "green": 0.18039,
2945
+ "blue": 0.18824,
2946
+ "alpha": 1
2947
+ },
2948
+ "contentAlignItems": "stretch",
2949
+ "contentFlexGrow": 0,
2950
+ "contentFlexShrink": 1,
2951
+ "contentJustifyContent": "flex-start",
2952
+ "contentSpace": 2,
2953
+ "flex": 1,
2954
+ "fontName": "HelveticaNow",
2955
+ "fontSize": 20,
2956
+ "fontWeight": 500,
2957
+ "letterSpacing": 0,
2958
+ "lineHeight": 1.4,
2959
+ "minWidth": 264,
2960
+ "outerBorderColor": {
2961
+ "red": 0,
2962
+ "green": 0,
2963
+ "blue": 0,
2964
+ "alpha": 0
2965
+ },
2966
+ "outerBorderGap": 0,
2967
+ "outerBorderWidth": 2,
2968
+ "paddingBottom": 16,
2969
+ "paddingLeft": 10,
2970
+ "paddingRight": 16,
2971
+ "paddingTop": 16,
2972
+ "shadow": null,
2973
+ "textTransform": "none"
2974
+ }
2975
+ },
2717
2976
  "CheckboxGroup": {
2718
2977
  "appearances": {},
2719
2978
  "rules": [],
@@ -8551,7 +8810,8 @@
8551
8810
  "alignItems": "stretch",
8552
8811
  "flexGrow": 0,
8553
8812
  "flexShrink": 0,
8554
- "justifyContent": "flex-start"
8813
+ "justifyContent": "flex-start",
8814
+ "width": null
8555
8815
  }
8556
8816
  },
8557
8817
  "StepTracker": {
@@ -9059,6 +9319,11 @@
9059
9319
  },
9060
9320
  "Tabs": {
9061
9321
  "appearances": {
9322
+ "equalWidth": {
9323
+ "description": "Divide the available width equally among `TabsItem`",
9324
+ "type": "variant",
9325
+ "values": [true]
9326
+ },
9062
9327
  "inverse": {
9063
9328
  "description": "Styles the link white for use on dark backgrounds.",
9064
9329
  "type": "variant",
@@ -9097,6 +9362,11 @@
9097
9362
  },
9098
9363
  "TabsItem": {
9099
9364
  "appearances": {
9365
+ "equalWidth": {
9366
+ "description": "Divide the available width equally among `TabsItem`",
9367
+ "type": "variant",
9368
+ "values": [true]
9369
+ },
9100
9370
  "focus": {
9101
9371
  "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.",
9102
9372
  "values": [true, false],
@@ -9130,10 +9400,10 @@
9130
9400
  },
9131
9401
  "tokens": {
9132
9402
  "backgroundColor": {
9133
- "red": 0.95686,
9134
- "green": 0.95686,
9135
- "blue": 0.96863,
9136
- "alpha": 1
9403
+ "red": 0,
9404
+ "green": 0,
9405
+ "blue": 0,
9406
+ "alpha": 0.05
9137
9407
  },
9138
9408
  "color": {
9139
9409
  "red": 0.29412,
@@ -9336,6 +9606,14 @@
9336
9606
  "alpha": 1
9337
9607
  }
9338
9608
  }
9609
+ },
9610
+ {
9611
+ "if": {
9612
+ "equalWidth": true
9613
+ },
9614
+ "tokens": {
9615
+ "maxWidth": null
9616
+ }
9339
9617
  }
9340
9618
  ],
9341
9619
  "tokens": {
@@ -11762,7 +12040,7 @@
11762
12040
  }
11763
12041
  },
11764
12042
  "metadata": {
11765
- "themeTokensVersion": "2.41.1",
12043
+ "themeTokensVersion": "2.42.0",
11766
12044
  "name": "theme-allium"
11767
12045
  }
11768
12046
  }