@telus-uds/theme-public-mobile 2.5.0 → 2.6.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.
@@ -2482,6 +2482,254 @@
2482
2482
  "labelMarginLeft": 10
2483
2483
  }
2484
2484
  },
2485
+ "CheckboxCard": {
2486
+ "appearances": {
2487
+ "checked": {
2488
+ "description": "Corresponds to a selected state for a checkbox or radio",
2489
+ "values": [true],
2490
+ "type": "state"
2491
+ },
2492
+ "error": {
2493
+ "values": [true],
2494
+ "type": "state"
2495
+ },
2496
+ "inactive": {
2497
+ "description": "Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.",
2498
+ "values": [true],
2499
+ "type": "state"
2500
+ },
2501
+ "pressed": {
2502
+ "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.",
2503
+ "values": [true, false],
2504
+ "type": "state"
2505
+ },
2506
+ "viewport": {
2507
+ "description": "The size label for the current screen viewport based on the current screen width",
2508
+ "values": ["xs", "sm", "md", "lg", "xl"],
2509
+ "type": "state"
2510
+ }
2511
+ },
2512
+ "rules": [
2513
+ {
2514
+ "if": {
2515
+ "viewport": ["lg", "xl"]
2516
+ },
2517
+ "tokens": {
2518
+ "fontSize": 24,
2519
+ "paddingBottom": 24,
2520
+ "paddingLeft": 16,
2521
+ "paddingRight": 24,
2522
+ "paddingTop": 16
2523
+ }
2524
+ },
2525
+ {
2526
+ "if": {
2527
+ "checked": true
2528
+ },
2529
+ "tokens": {
2530
+ "checkboxInputBorderColor": {
2531
+ "red": 0.22353,
2532
+ "green": 0.25098,
2533
+ "blue": 0.33725,
2534
+ "alpha": 1
2535
+ },
2536
+ "checkboxInputBorderWidth": 2,
2537
+ "checkboxOuterBorderGap": 2
2538
+ }
2539
+ },
2540
+ {
2541
+ "if": {
2542
+ "pressed": true
2543
+ },
2544
+ "tokens": {
2545
+ "backgroundColor": {
2546
+ "red": 0.96078,
2547
+ "green": 0.96078,
2548
+ "blue": 0.96863,
2549
+ "alpha": 1
2550
+ },
2551
+ "borderColor": {
2552
+ "red": 0.80392,
2553
+ "green": 0.81176,
2554
+ "blue": 0.83529,
2555
+ "alpha": 1
2556
+ },
2557
+ "checkboxInputBackgroundColor": {
2558
+ "red": 0.98824,
2559
+ "green": 0.90196,
2560
+ "blue": 0.87451,
2561
+ "alpha": 1
2562
+ },
2563
+ "checkboxInputBorderColor": {
2564
+ "red": 0.22353,
2565
+ "green": 0.25098,
2566
+ "blue": 0.33725,
2567
+ "alpha": 1
2568
+ },
2569
+ "checkboxInputOutlineColor": {
2570
+ "red": 0,
2571
+ "green": 0,
2572
+ "blue": 0,
2573
+ "alpha": 0
2574
+ }
2575
+ }
2576
+ },
2577
+ {
2578
+ "if": {
2579
+ "inactive": true
2580
+ },
2581
+ "tokens": {
2582
+ "backgroundColor": {
2583
+ "red": 0.96078,
2584
+ "green": 0.96078,
2585
+ "blue": 0.96863,
2586
+ "alpha": 1
2587
+ },
2588
+ "borderColor": {
2589
+ "red": 0,
2590
+ "green": 0,
2591
+ "blue": 0,
2592
+ "alpha": 0
2593
+ },
2594
+ "checkboxInputBackgroundColor": {
2595
+ "red": 0.61176,
2596
+ "green": 0.62353,
2597
+ "blue": 0.66667,
2598
+ "alpha": 1
2599
+ },
2600
+ "checkboxInputBorderColor": {
2601
+ "red": 0.80392,
2602
+ "green": 0.81176,
2603
+ "blue": 0.83529,
2604
+ "alpha": 1
2605
+ },
2606
+ "checkboxInputOutlineColor": {
2607
+ "red": 0.80392,
2608
+ "green": 0.81176,
2609
+ "blue": 0.83529,
2610
+ "alpha": 1
2611
+ },
2612
+ "checkboxOuterBorderGap": 0,
2613
+ "color": {
2614
+ "red": 0.38824,
2615
+ "green": 0.42353,
2616
+ "blue": 0.54902,
2617
+ "alpha": 1
2618
+ }
2619
+ }
2620
+ },
2621
+ {
2622
+ "if": {
2623
+ "error": true
2624
+ },
2625
+ "tokens": {
2626
+ "borderColor": {
2627
+ "red": 0.74902,
2628
+ "green": 0.0902,
2629
+ "blue": 0.13333,
2630
+ "alpha": 1
2631
+ },
2632
+ "checkboxInputBorderColor": {
2633
+ "red": 0.74902,
2634
+ "green": 0.0902,
2635
+ "blue": 0.13333,
2636
+ "alpha": 1
2637
+ },
2638
+ "color": {
2639
+ "red": 0.74902,
2640
+ "green": 0.0902,
2641
+ "blue": 0.13333,
2642
+ "alpha": 1
2643
+ }
2644
+ }
2645
+ }
2646
+ ],
2647
+ "tokens": {
2648
+ "backgroundColor": {
2649
+ "red": 0,
2650
+ "green": 0,
2651
+ "blue": 0,
2652
+ "alpha": 0
2653
+ },
2654
+ "borderColor": {
2655
+ "red": 0.61176,
2656
+ "green": 0.62353,
2657
+ "blue": 0.66667,
2658
+ "alpha": 1
2659
+ },
2660
+ "borderRadius": 6,
2661
+ "borderWidth": 1,
2662
+ "checkboxCheckedBackgroundColor": {
2663
+ "red": 0.22353,
2664
+ "green": 0.25098,
2665
+ "blue": 0.33725,
2666
+ "alpha": 1
2667
+ },
2668
+ "checkboxCheckedSize": 12,
2669
+ "checkboxInputBackgroundColor": {
2670
+ "red": 0.99608,
2671
+ "green": 0.99608,
2672
+ "blue": 0.98824,
2673
+ "alpha": 1
2674
+ },
2675
+ "checkboxInputBorderColor": {
2676
+ "red": 0.41569,
2677
+ "green": 0.43922,
2678
+ "blue": 0.50196,
2679
+ "alpha": 1
2680
+ },
2681
+ "checkboxInputBorderWidth": 2,
2682
+ "checkboxInputOutlineColor": {
2683
+ "red": 0,
2684
+ "green": 0,
2685
+ "blue": 0,
2686
+ "alpha": 0
2687
+ },
2688
+ "checkboxInputOutlineWidth": 0,
2689
+ "checkboxInputSize": 20,
2690
+ "checkboxOuterBorderColor": {
2691
+ "red": 0,
2692
+ "green": 0,
2693
+ "blue": 0,
2694
+ "alpha": 0
2695
+ },
2696
+ "checkboxOuterBorderGap": 0,
2697
+ "checkboxOuterBorderWidth": 1,
2698
+ "checkboxSpace": 2,
2699
+ "color": {
2700
+ "red": 0.22353,
2701
+ "green": 0.25098,
2702
+ "blue": 0.33725,
2703
+ "alpha": 1
2704
+ },
2705
+ "contentAlignItems": "stretch",
2706
+ "contentFlexGrow": 0,
2707
+ "contentFlexShrink": 1,
2708
+ "contentJustifyContent": "flex-start",
2709
+ "contentSpace": 2,
2710
+ "flex": 1,
2711
+ "fontName": "SofiaPro",
2712
+ "fontSize": 24,
2713
+ "fontWeight": 400,
2714
+ "letterSpacing": 0,
2715
+ "lineHeight": 1,
2716
+ "minWidth": 112,
2717
+ "outerBorderColor": {
2718
+ "red": 0,
2719
+ "green": 0,
2720
+ "blue": 0,
2721
+ "alpha": 0
2722
+ },
2723
+ "outerBorderGap": 0,
2724
+ "outerBorderWidth": 2,
2725
+ "paddingBottom": 16,
2726
+ "paddingLeft": 8,
2727
+ "paddingRight": 16,
2728
+ "paddingTop": 16,
2729
+ "shadow": null,
2730
+ "textTransform": "none"
2731
+ }
2732
+ },
2485
2733
  "CheckboxGroup": {
2486
2734
  "appearances": {},
2487
2735
  "rules": [],
@@ -8186,7 +8434,8 @@
8186
8434
  "alignItems": "stretch",
8187
8435
  "flexGrow": 0,
8188
8436
  "flexShrink": 0,
8189
- "justifyContent": "flex-start"
8437
+ "justifyContent": "flex-start",
8438
+ "width": null
8190
8439
  }
8191
8440
  },
8192
8441
  "StepTracker": {
@@ -8638,6 +8887,11 @@
8638
8887
  },
8639
8888
  "Tabs": {
8640
8889
  "appearances": {
8890
+ "equalWidth": {
8891
+ "description": "Divide the available width equally among `TabsItem`",
8892
+ "type": "variant",
8893
+ "values": [true]
8894
+ },
8641
8895
  "inverse": {
8642
8896
  "description": "Styles the link white for use on dark backgrounds.",
8643
8897
  "type": "variant",
@@ -8676,6 +8930,11 @@
8676
8930
  },
8677
8931
  "TabsItem": {
8678
8932
  "appearances": {
8933
+ "equalWidth": {
8934
+ "description": "Divide the available width equally among `TabsItem`",
8935
+ "type": "variant",
8936
+ "values": [true]
8937
+ },
8679
8938
  "inverse": {
8680
8939
  "type": "variant",
8681
8940
  "values": [true]
@@ -8781,6 +9040,14 @@
8781
9040
  "alpha": 1
8782
9041
  }
8783
9042
  }
9043
+ },
9044
+ {
9045
+ "if": {
9046
+ "equalWidth": true
9047
+ },
9048
+ "tokens": {
9049
+ "maxWidth": null
9050
+ }
8784
9051
  }
8785
9052
  ],
8786
9053
  "tokens": {
@@ -11023,7 +11290,7 @@
11023
11290
  }
11024
11291
  },
11025
11292
  "metadata": {
11026
- "themeTokensVersion": "2.41.1",
11293
+ "themeTokensVersion": "2.42.0",
11027
11294
  "name": "theme-public-mobile"
11028
11295
  }
11029
11296
  }