@telus-uds/theme-koodo 3.26.0 → 3.27.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.
package/build/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 09 May 2023 00:18:42 GMT
4
+ * Generated on Wed, 17 May 2023 00:12:16 GMT
5
5
  *
6
6
  */
7
7
 
@@ -10,8 +10,6 @@ const PaletteIconChevronDown = require('@telus-uds/palette-koodo/build/rn/icons/
10
10
  const PaletteIconChevronUp = require('@telus-uds/palette-koodo/build/rn/icons/ChevronUp')
11
11
  const PaletteIconChevronLeft = require('@telus-uds/palette-koodo/build/rn/icons/ChevronLeft')
12
12
  const PaletteIconCheck = require('@telus-uds/palette-koodo/build/rn/icons/Check')
13
- const PaletteIconArrowRight = require('@telus-uds/palette-koodo/build/rn/icons/ArrowRight')
14
- const PaletteIconArrowLeft = require('@telus-uds/palette-koodo/build/rn/icons/ArrowLeft')
15
13
  const PaletteIconCheckCircledFilled = require('@telus-uds/palette-koodo/build/rn/icons/CheckCircledFilled')
16
14
  const PaletteIconCaution = require('@telus-uds/palette-koodo/build/rn/icons/Caution')
17
15
  const PaletteIconClose = require('@telus-uds/palette-koodo/build/rn/icons/Close')
@@ -21,13 +19,15 @@ const PaletteIconExpand = require('@telus-uds/palette-koodo/build/rn/icons/Expan
21
19
  const PaletteIconPlayVideo = require('@telus-uds/palette-koodo/build/rn/icons/PlayVideo')
22
20
  const PaletteIconTimes = require('@telus-uds/palette-koodo/build/rn/icons/Times')
23
21
  const PaletteIconExclamationTriangle = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationTriangle')
24
- const PaletteIconExclamationOctagon = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationOctagon')
25
22
  const PaletteIconSpyglass = require('@telus-uds/palette-koodo/build/rn/icons/Spyglass')
23
+ const PaletteIconExclamationOctagon = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationOctagon')
26
24
  const PaletteIconCheckCircledNotFilled = require('@telus-uds/palette-koodo/build/rn/icons/CheckCircledNotFilled')
25
+ const PaletteIconArrowLeft = require('@telus-uds/palette-koodo/build/rn/icons/ArrowLeft')
27
26
  const PaletteIconEyeMasked = require('@telus-uds/palette-koodo/build/rn/icons/EyeMasked')
28
27
  const PaletteIconEyeUnmasked = require('@telus-uds/palette-koodo/build/rn/icons/EyeUnmasked')
29
28
  const PaletteIconInfo = require('@telus-uds/palette-koodo/build/rn/icons/Info')
30
29
  const PaletteIconSettings = require('@telus-uds/palette-koodo/build/rn/icons/Settings')
30
+ const PaletteIconArrowRight = require('@telus-uds/palette-koodo/build/rn/icons/ArrowRight')
31
31
 
32
32
  module.exports = {
33
33
  components: {
@@ -596,13 +596,18 @@ module.exports = {
596
596
  tokens: {
597
597
  alignSelf: 'flex-start',
598
598
  backgroundColor: '#ffffff',
599
+ borderBottomWidth: 1,
599
600
  borderColor: '#016b6a',
601
+ borderLeftWidth: 1,
600
602
  borderRadius: 4,
603
+ borderRightWidth: 1,
604
+ borderTopWidth: 1,
601
605
  borderWidth: 1,
602
606
  color: '#016b6a',
603
607
  fontName: 'StagSans',
604
608
  fontSize: 16,
605
609
  fontWeight: '600',
610
+ height: null,
606
611
  icon: null,
607
612
  iconSize: 24,
608
613
  iconSpace: 2,
@@ -1333,55 +1338,50 @@ module.exports = {
1333
1338
  appearances: {},
1334
1339
  rules: [],
1335
1340
  tokens: {
1336
- calendarDayBlockedCalendarHoverBackground: null,
1337
- calendarDayBlockedCalendarHoverColor: null,
1338
- calendarDayDefaultBeforeHeight: 14,
1339
- calendarDayDefaultBeforeWidth: 14,
1341
+ calendarBackgroundColor: '#ffffff',
1342
+ calendarDayBlockedCalendarHoverBackground: '#efefef',
1343
+ calendarDayBlockedCalendarHoverColor: '#666666',
1344
+ calendarDayDefaultBackgroundColor: '#ffffff',
1340
1345
  calendarDayDefaultBorder: 1,
1341
- calendarDayDefaultBorderColor: null,
1342
- calendarDayDefaultCalendarDaySelectedHoverBackground: null,
1343
- calendarDayDefaultCalendarDaySelectedHoverColor: null,
1344
- calendarDayDefaultColor: null,
1346
+ calendarDayDefaultBorderColor: '#c9c8c8',
1347
+ calendarDayDefaultCalendarDaySelectedHoverBackground: '#ffffff',
1348
+ calendarDayDefaultCalendarDaySelectedHoverBeforeBackground: '#016b6a',
1349
+ calendarDayDefaultCalendarDaySelectedHoverColor: '#ffffff',
1350
+ calendarDayDefaultColor: '#000000',
1345
1351
  calendarDayDefaultFontName: 'StagSans',
1346
- calendarDayDefaultFontSize: 12,
1347
- calendarDayDefaultFontWeight: '300',
1348
- calendarDaySelectedHoverBeforeBackground: null,
1349
- calendarDaySelectedHoverBorderColor: null,
1350
- calendarDaySelectedHoverColor: null,
1351
- calendarMonthCaptionColor: null,
1352
+ calendarDayDefaultFontSize: 14,
1353
+ calendarDayDefaultFontWeight: '400',
1354
+ calendarDaySelectedFocusBeforeBackground: '#ffffff',
1355
+ calendarDaySelectedHoverBackground: '#ffffff',
1356
+ calendarDaySelectedHoverBeforeBackground: '#ffffff',
1357
+ calendarDaySelectedHoverBeforeBorderColor: '#016b6a',
1358
+ calendarDaySelectedHoverBorderColor: '#c9c8c8',
1359
+ calendarDaySelectedHoverColor: '#000000',
1360
+ calendarMonthCaptionColor: '#000000',
1352
1361
  calendarMonthCaptionFontName: 'StagSans',
1353
1362
  calendarMonthCaptionFontSize: 20,
1354
- calendarMonthCaptionFontWeight: '400',
1355
- calendarMonthCaptionLineHeight: 1.4,
1363
+ calendarMonthCaptionFontWeight: '700',
1364
+ calendarMonthCaptionLineHeight: 1.2,
1356
1365
  calendarMonthCaptionPaddingBottom: 48,
1357
1366
  dateInputBorderColor: 'rgba(0, 0, 0, 0)',
1358
1367
  dateInputBorderRadius: 4,
1359
- dateInputFocusBorderColor: null,
1360
- dateInputHoverBorderColor: null,
1361
- dateInputInsideBorderColor: null,
1368
+ dateInputFocusBorderColor: '#016b6a',
1369
+ dateInputHoverBorderColor: '#c9c8c8',
1370
+ dateInputInsideBorderColor: '#666666',
1362
1371
  dateInputInsideColor: null,
1363
- dateInputStrokeColor: null,
1364
- dayPickerNavigationButtonBackgroundColor: null,
1365
- dayPickerNavigationButtonBorderColor: null,
1366
- dayPickerNavigationButtonChildLeft: 8,
1367
- dayPickerNavigationButtonChildRight: 8,
1368
- dayPickerNavigationButtonChildSvgFill: null,
1369
- dayPickerNavigationButtonDefaultHoverBorderColor: null,
1370
- dayPickerNavigationButtonMaxHeight: 32,
1371
- dayPickerNavigationButtonMaxWidth: 32,
1372
- dayPickerNavigationButtonPadding: 8,
1373
- dayPickerNavigationSVGHorizontalFill: null,
1374
- dayPickerWeekHeaderColor: null,
1372
+ dateInputStrokeColor: '#666666',
1373
+ dayPickerNavigationButtonPadding: 12,
1374
+ dayPickerWeekHeaderColor: '#000000',
1375
1375
  dayPickerWeekHeaderFontName: 'StagSans',
1376
- dayPickerWeekHeaderFontWeight: '500',
1377
- dayPickerWeekHeaderLineHeight: 1.42857142857,
1376
+ dayPickerWeekHeaderFontWeight: '700',
1377
+ dayPickerWeekHeaderLineHeight: 1.14285714286,
1378
1378
  dayPickerWeekHeaderSmall: 14,
1379
1379
  hiddenInputFieldContainerHeight: 0,
1380
1380
  hiddenInputFieldContainerWidth: 0,
1381
1381
  invalidInputMixin: null,
1382
- nextIcon: PaletteIconArrowRight,
1383
- previousIcon: PaletteIconArrowLeft,
1384
- singleDatePickerBorderColor: null,
1382
+ nextIcon: PaletteIconChevronRight,
1383
+ previousIcon: PaletteIconChevronLeft,
1384
+ singleDatePickerBorderColor: '#666666',
1385
1385
  singleDatePickerLeftRight: 16,
1386
1386
  singleDatePickerPaddingTopBottom: 8,
1387
1387
  singleDatePickerRadius: 4,
@@ -1435,6 +1435,7 @@ module.exports = {
1435
1435
  },
1436
1436
  ExpandCollapseControl: {
1437
1437
  appearances: {
1438
+ compact: { type: 'variant', values: [ true ] },
1438
1439
  expanded: {
1439
1440
  description: 'Applies when an ExpandCollapse panel is open and the content inside is visible',
1440
1441
  type: 'state',
@@ -1442,25 +1443,26 @@ module.exports = {
1442
1443
  }
1443
1444
  },
1444
1445
  rules: [
1446
+ { if: { compact: true }, tokens: {} },
1445
1447
  {
1446
1448
  if: { expanded: true },
1447
1449
  tokens: { icon: PaletteIconChevronUp }
1448
1450
  }
1449
1451
  ],
1450
1452
  tokens: {
1451
- backgroundColor: 'rgba(0, 0, 0, 0)',
1453
+ backgroundColor: '#efefef',
1452
1454
  borderColor: 'rgba(0, 0, 0, 0)',
1453
1455
  borderWidth: 0,
1454
1456
  icon: PaletteIconChevronDown,
1455
- iconColor: '#016b6a',
1456
- iconGap: 16,
1457
+ iconColor: '#000000',
1458
+ iconGap: 8,
1457
1459
  iconPaddingTop: 4,
1458
- iconPosition: 'left',
1460
+ iconPosition: 'right',
1459
1461
  iconSize: 16,
1460
- justifyContent: 'flex-start',
1462
+ justifyContent: 'space-between',
1461
1463
  paddingBottom: 16,
1462
- paddingLeft: 16,
1463
- paddingRight: 16,
1464
+ paddingLeft: 24,
1465
+ paddingRight: 24,
1464
1466
  paddingTop: 16,
1465
1467
  verticalAlign: 'middle'
1466
1468
  }
@@ -1483,15 +1485,21 @@ module.exports = {
1483
1485
  tokens: { icon: PaletteIconChevronDown, size: 4 }
1484
1486
  },
1485
1487
  ExpandCollapsePanel: {
1486
- appearances: {},
1487
- rules: [],
1488
+ appearances: { compact: { type: 'variant', values: [ true ] } },
1489
+ rules: [ { if: { compact: true }, tokens: {} } ],
1488
1490
  tokens: {
1491
+ borderColor: '#efefef',
1492
+ borderRadius: 4,
1493
+ borderWidth: 1,
1489
1494
  collapseDuration: 250,
1490
1495
  contentPaddingBottom: 16,
1491
- contentPaddingLeft: 48,
1496
+ contentPaddingLeft: 16,
1492
1497
  contentPaddingRight: 16,
1493
- contentPaddingTop: 0,
1494
- expandDuration: 300
1498
+ contentPaddingTop: 16,
1499
+ expandDividerColor: 'rgba(0, 0, 0, 0)',
1500
+ expandDuration: 300,
1501
+ expanddDividerWidth: 0,
1502
+ marginBottom: 8
1495
1503
  }
1496
1504
  },
1497
1505
  Feedback: {
@@ -2496,12 +2504,25 @@ module.exports = {
2496
2504
  Notification: {
2497
2505
  appearances: {
2498
2506
  style: { type: 'state', values: [ 'success', 'warning', 'error' ] },
2499
- system: { type: 'state', values: [ true ] }
2507
+ system: { type: 'state', values: [ true ] },
2508
+ viewport: {
2509
+ description: 'The size label for the current screen viewport based on the current screen width',
2510
+ type: 'state',
2511
+ values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
2512
+ }
2500
2513
  },
2501
2514
  rules: [
2515
+ {
2516
+ if: { viewport: [ 'xl' ] },
2517
+ tokens: { justifyContent: 'center' }
2518
+ },
2502
2519
  {
2503
2520
  if: { system: true },
2504
2521
  tokens: {
2522
+ borderLeftWidth: 0,
2523
+ borderRadius: 0,
2524
+ borderRightWidth: 0,
2525
+ borderTopWidth: 0,
2505
2526
  iconGap: 12,
2506
2527
  paddingBottom: 16,
2507
2528
  paddingLeft: 16,
@@ -2512,7 +2533,7 @@ module.exports = {
2512
2533
  {
2513
2534
  if: { style: 'success' },
2514
2535
  tokens: {
2515
- backgroundColor: '#e5f7fb',
2536
+ backgroundColor: '#c1f2e8',
2516
2537
  color: '#000000',
2517
2538
  icon: PaletteIconCheckCircledFilled,
2518
2539
  iconColor: '#016b6a'
@@ -2522,7 +2543,9 @@ module.exports = {
2522
2543
  if: { style: 'warning' },
2523
2544
  tokens: {
2524
2545
  backgroundColor: '#feeec7',
2546
+ borderColor: '#fbaf34',
2525
2547
  color: '#000000',
2548
+ dismissIcon: null,
2526
2549
  icon: PaletteIconExclamationTriangle,
2527
2550
  iconColor: '#ee2c74'
2528
2551
  }
@@ -2531,32 +2554,34 @@ module.exports = {
2531
2554
  if: { style: 'error' },
2532
2555
  tokens: {
2533
2556
  backgroundColor: '#f8dde3',
2557
+ borderColor: '#ee2c74',
2534
2558
  color: '#000000',
2535
- icon: PaletteIconExclamationOctagon,
2559
+ dismissIcon: null,
2560
+ icon: PaletteIconCaution,
2536
2561
  iconColor: '#df3d0c'
2537
2562
  }
2538
2563
  }
2539
2564
  ],
2540
2565
  tokens: {
2541
- backgroundColor: '#fae6f4',
2542
- borderBottomWidth: 0,
2543
- borderColor: 'transparent',
2544
- borderLeftWidth: 0,
2545
- borderRadius: 0,
2546
- borderRightWidth: 0,
2547
- borderTopWidth: 0,
2548
- color: '#7c1366',
2566
+ backgroundColor: '#e5f7fb',
2567
+ borderBottomWidth: 1,
2568
+ borderColor: '#016b6a',
2569
+ borderLeftWidth: 1,
2570
+ borderRadius: 6,
2571
+ borderRightWidth: 1,
2572
+ borderTopWidth: 1,
2573
+ color: '#000000',
2549
2574
  dismissButtonGap: 16,
2550
- dismissIcon: PaletteIconTimes,
2575
+ dismissIcon: PaletteIconClose,
2551
2576
  dismissIconColor: '#000000',
2552
- dismissIconSize: 16,
2553
2577
  fontName: 'StagSans',
2554
2578
  fontSize: 16,
2555
2579
  fontWeight: '400',
2556
2580
  icon: null,
2557
2581
  iconColor: null,
2558
- iconGap: 16,
2582
+ iconGap: 24,
2559
2583
  iconSize: 24,
2584
+ justifyContent: 'flex-start',
2560
2585
  lineHeight: 1.5,
2561
2586
  paddingBottom: 12,
2562
2587
  paddingLeft: 12,
@@ -2624,11 +2649,22 @@ module.exports = {
2624
2649
  rules: [
2625
2650
  {
2626
2651
  if: { viewport: [ 'md', 'lg', 'xl' ] },
2627
- tokens: { truncateAbove: 6 }
2652
+ tokens: { gap: 4, truncateAbove: 6 }
2628
2653
  }
2629
2654
  ],
2630
2655
  tokens: {
2656
+ borderBottomWidth: 0,
2657
+ borderColor: '#016b6a',
2658
+ borderLeftWidth: 0,
2659
+ borderRightWidth: 0,
2660
+ borderTopWidth: 0,
2631
2661
  color: '#666666',
2662
+ ellipsisBorderBottomWidth: 0,
2663
+ ellipsisBorderLeftWidth: 0,
2664
+ ellipsisBorderRightWidth: 0,
2665
+ ellipsisBorderTopWidth: 0,
2666
+ ellipsisHeight: null,
2667
+ ellipsisPadding: 0,
2632
2668
  fontName: 'StagSans',
2633
2669
  fontSize: 16,
2634
2670
  fontWeight: '400',
@@ -2665,42 +2701,43 @@ module.exports = {
2665
2701
  rules: [
2666
2702
  {
2667
2703
  if: { hover: true },
2668
- tokens: { borderColor: '#666666', textLine: 'none' }
2669
- },
2670
- {
2671
- if: { focus: true },
2672
- tokens: { borderColor: '#666666', borderWidth: 2 }
2704
+ tokens: { borderColor: '#016b6a', textLine: 'none' }
2673
2705
  },
2706
+ { if: { focus: true }, tokens: { borderColor: '#016b6a' } },
2674
2707
  {
2675
2708
  if: { selected: true },
2676
2709
  tokens: {
2677
- backgroundColor: '#666666',
2710
+ backgroundColor: '#016b6a',
2678
2711
  color: '#ffffff',
2679
2712
  textLine: 'none'
2680
2713
  }
2681
2714
  },
2682
2715
  {
2683
2716
  if: { pressed: true },
2684
- tokens: { backgroundColor: '#666666', color: '#ffffff' }
2717
+ tokens: { backgroundColor: '#016b6a', color: '#ffffff' }
2685
2718
  }
2686
2719
  ],
2687
2720
  tokens: {
2688
2721
  backgroundColor: 'rgba(0, 0, 0, 0)',
2722
+ borderBottomWidth: 1,
2689
2723
  borderColor: 'rgba(0, 0, 0, 0)',
2724
+ borderLeftWidth: 1,
2690
2725
  borderRadius: 32,
2691
- borderWidth: 1,
2692
- color: '#666666',
2726
+ borderRightWidth: 1,
2727
+ borderTopWidth: 1,
2728
+ color: '#016b6a',
2693
2729
  fontName: 'StagSans',
2694
2730
  fontSize: 16,
2695
- fontWeight: '400',
2731
+ fontWeight: '600',
2732
+ height: 32,
2696
2733
  lineHeight: 1.5,
2697
2734
  outerBorderColor: 'rgba(0, 0, 0, 0)',
2698
2735
  outerBorderGap: 4,
2699
2736
  outerBorderWidth: 4,
2700
- paddingBottom: 4,
2737
+ paddingBottom: 8,
2701
2738
  paddingLeft: 8,
2702
2739
  paddingRight: 8,
2703
- paddingTop: 4,
2740
+ paddingTop: 8,
2704
2741
  textAlign: 'center',
2705
2742
  textLine: 'underline',
2706
2743
  width: 32
@@ -2753,30 +2790,28 @@ module.exports = {
2753
2790
  tokens: {
2754
2791
  borderRadius: 32,
2755
2792
  displayLabel: false,
2756
- paddingBottom: 4,
2757
- paddingTop: 4,
2758
- width: 32
2793
+ paddingBottom: 8,
2794
+ paddingLeft: 8,
2795
+ paddingRight: 8,
2796
+ paddingTop: 8
2759
2797
  }
2760
2798
  },
2761
2799
  {
2762
2800
  if: { hover: true },
2763
- tokens: { borderColor: '#666666', iconDisplace: 4, textLine: 'none' }
2764
- },
2765
- {
2766
- if: { focus: true },
2767
- tokens: { borderColor: '#666666', borderWidth: 3 }
2801
+ tokens: { borderColor: '#016b6a', iconDisplace: 4, textLine: 'none' }
2768
2802
  },
2803
+ { if: { focus: true }, tokens: { borderColor: '#016b6a' } },
2769
2804
  {
2770
2805
  if: { selected: true },
2771
2806
  tokens: {
2772
- backgroundColor: '#666666',
2807
+ backgroundColor: '#016b6a',
2773
2808
  color: '#ffffff',
2774
2809
  textLine: 'none'
2775
2810
  }
2776
2811
  },
2777
2812
  {
2778
2813
  if: { pressed: true },
2779
- tokens: { backgroundColor: '#666666', color: '#ffffff' }
2814
+ tokens: { backgroundColor: '#016b6a', color: '#ffffff' }
2780
2815
  },
2781
2816
  {
2782
2817
  if: { direction: 'previous' },
@@ -2789,25 +2824,30 @@ module.exports = {
2789
2824
  ],
2790
2825
  tokens: {
2791
2826
  backgroundColor: 'rgba(0, 0, 0, 0)',
2827
+ borderBottomWidth: 1,
2792
2828
  borderColor: 'rgba(0, 0, 0, 0)',
2829
+ borderLeftWidth: 1,
2793
2830
  borderRadius: 4,
2794
- borderWidth: 1,
2795
- color: '#666666',
2831
+ borderRightWidth: 1,
2832
+ borderTopWidth: 1,
2833
+ color: '#016b6a',
2796
2834
  displayLabel: true,
2797
2835
  fontName: 'StagSans',
2798
2836
  fontSize: 16,
2799
- fontWeight: '400',
2837
+ fontWeight: '600',
2838
+ height: null,
2800
2839
  icon: null,
2801
2840
  iconDisplace: 0,
2802
2841
  iconSize: 14,
2803
2842
  lineHeight: 1.5,
2804
2843
  outerBorderColor: 'transparent',
2805
- paddingBottom: 10,
2844
+ outerBorderWidth: 1,
2845
+ paddingBottom: 12,
2806
2846
  paddingLeft: 8,
2807
2847
  paddingRight: 8,
2808
- paddingTop: 10,
2848
+ paddingTop: 12,
2809
2849
  textAlign: 'center',
2810
- textLine: 'underline',
2850
+ textLine: 'none',
2811
2851
  width: null
2812
2852
  }
2813
2853
  },
@@ -2869,6 +2909,8 @@ module.exports = {
2869
2909
  currencySymbolLineHeight: 1,
2870
2910
  rateFontSize: 16,
2871
2911
  rateLineHeight: 1.14285714286,
2912
+ strikeThroughHeight: 2,
2913
+ strikeThroughPosition: 18,
2872
2914
  topTextFontSize: 14,
2873
2915
  topTextLineHeight: 2.25
2874
2916
  }
@@ -2882,11 +2924,12 @@ module.exports = {
2882
2924
  centsFontWeight: '600',
2883
2925
  centsLineHeight: 1.25,
2884
2926
  currencySymbolFontSize: 32,
2885
- currencySymbolLineHeight: 1,
2927
+ currencySymbolLineHeight: 1.2,
2886
2928
  rateFontName: 'StagSans',
2887
2929
  rateFontSize: 16,
2888
2930
  rateFontWeight: '600',
2889
2931
  rateLineHeight: 2,
2932
+ strikeThroughPosition: 27,
2890
2933
  topTextFontSize: 16,
2891
2934
  topTextLineHeight: 2.25
2892
2935
  }
@@ -2934,7 +2977,8 @@ module.exports = {
2934
2977
  rateFontWeight: '700',
2935
2978
  rateLineHeight: 1.25,
2936
2979
  strikeThroughColor: '#000000',
2937
- strikeThroughHeight: 2,
2980
+ strikeThroughHeight: 3,
2981
+ strikeThroughPosition: 21,
2938
2982
  topTextFontName: 'StagSans',
2939
2983
  topTextFontSize: 16,
2940
2984
  topTextFontWeight: '700',
@@ -3292,7 +3336,9 @@ module.exports = {
3292
3336
  containerPaddingRight: 0,
3293
3337
  containerPaddingTop: 0,
3294
3338
  containerShadow: null,
3339
+ descriptionFontName: 'StagSans',
3295
3340
  descriptionFontSize: 14,
3341
+ descriptionFontWeight: '400',
3296
3342
  descriptionLineHeight: 1.4,
3297
3343
  descriptionMarginLeft: null,
3298
3344
  inputBackgroundColor: '#ffffff',
@@ -3713,6 +3759,7 @@ module.exports = {
3713
3759
  borderRadius: 4,
3714
3760
  borderWidth: 1,
3715
3761
  color: '#666666',
3762
+ feedbackBackgroundColor: '#e5f7fb',
3716
3763
  fontName: 'StagSans',
3717
3764
  fontSize: 16,
3718
3765
  fontWeight: '400',
@@ -5178,5 +5225,5 @@ module.exports = {
5178
5225
  tokens: { size: 96 }
5179
5226
  }
5180
5227
  },
5181
- metadata: { name: 'theme-koodo', themeTokensVersion: '2.25.0' }
5228
+ metadata: { name: 'theme-koodo', themeTokensVersion: '2.26.0' }
5182
5229
  }
package/package.json CHANGED
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "description": "Koodo theme",
7
7
  "devDependencies": {
8
- "@telus-uds/palette-koodo": "^0.15.0",
9
- "@telus-uds/system-theme-tokens": "^2.25.0"
8
+ "@telus-uds/palette-koodo": "^0.16.0",
9
+ "@telus-uds/system-theme-tokens": "^2.26.0"
10
10
  },
11
11
  "files": [
12
12
  "build",
@@ -20,7 +20,7 @@
20
20
  "main": "build/rn/theme.js",
21
21
  "name": "@telus-uds/theme-koodo",
22
22
  "peerDependencies": {
23
- "@telus-uds/palette-koodo": "^0.15.0"
23
+ "@telus-uds/palette-koodo": "^0.16.0"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
@@ -31,5 +31,5 @@
31
31
  "build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
32
32
  "dev": "nodemon -w src -x 'npm run build'"
33
33
  },
34
- "version": "3.26.0"
34
+ "version": "3.27.0"
35
35
  }