@telus-uds/theme-koodo 3.26.0 → 3.28.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 Fri, 19 May 2023 04:51:09 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: {
@@ -1547,28 +1555,36 @@ module.exports = {
1547
1555
  rules: [],
1548
1556
  tokens: {
1549
1557
  closeButtonBorderColor: '#000000',
1550
- closeButtonBorderSize: 1,
1558
+ closeButtonBorderSize: 0,
1551
1559
  closeButtonHeight: 24,
1552
1560
  closeButtonIconSize: 16,
1553
1561
  closeButtonMarginBottom: 4,
1554
1562
  closeButtonMarginLeft: 4,
1555
1563
  closeButtonMarginRight: 12,
1556
- closeButtonMarginTop: 12,
1564
+ closeButtonMarginTop: 4,
1557
1565
  closeButtonWidth: 24,
1558
1566
  closeIcon: PaletteIconClose,
1559
- footnoteBackground: '#fafafa',
1560
- footnoteBodyBackground: '#fafafa',
1567
+ footnoteBackground: '#ffffff',
1568
+ footnoteBodyBackground: '#ffffff',
1561
1569
  footnoteBodyPaddingBottom: 32,
1562
1570
  footnoteBodyPaddingLeft: 16,
1563
1571
  footnoteBodyPaddingRight: 16,
1564
- footnoteBodyPaddingTop: 0,
1572
+ footnoteBodyPaddingTop: 16,
1565
1573
  footnoteBorderColorMd: '#c9c8c8',
1566
1574
  footnoteBorderTopSizeMd: 1,
1575
+ footnoteHeaderPaddingBottom: 16,
1576
+ footnoteHeaderPaddingLeft: 16,
1577
+ footnoteHeaderPaddingRight: 16,
1578
+ footnoteHeaderPaddingTop: 16,
1579
+ headerFontName: 'StagSans',
1580
+ headerFontSize: 16,
1581
+ headerFontWeight: '700',
1582
+ headerLineHeight: 20,
1567
1583
  headerMargin: 16,
1568
1584
  listItemColor: '#000000',
1569
1585
  listItemFontSize: 14,
1570
1586
  listItemLineHeight: 1.42857142857,
1571
- listItemMarkerFontSize: 16,
1587
+ listItemMarkerFontSize: 14,
1572
1588
  listItemMarkerLineHeight: 1.42857142857,
1573
1589
  listItemPaddingLeft: 8,
1574
1590
  listPaddingLeft: 32
@@ -2496,12 +2512,25 @@ module.exports = {
2496
2512
  Notification: {
2497
2513
  appearances: {
2498
2514
  style: { type: 'state', values: [ 'success', 'warning', 'error' ] },
2499
- system: { type: 'state', values: [ true ] }
2515
+ system: { type: 'state', values: [ true ] },
2516
+ viewport: {
2517
+ description: 'The size label for the current screen viewport based on the current screen width',
2518
+ type: 'state',
2519
+ values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
2520
+ }
2500
2521
  },
2501
2522
  rules: [
2523
+ {
2524
+ if: { viewport: [ 'xl' ] },
2525
+ tokens: { justifyContent: 'center' }
2526
+ },
2502
2527
  {
2503
2528
  if: { system: true },
2504
2529
  tokens: {
2530
+ borderLeftWidth: 0,
2531
+ borderRadius: 0,
2532
+ borderRightWidth: 0,
2533
+ borderTopWidth: 0,
2505
2534
  iconGap: 12,
2506
2535
  paddingBottom: 16,
2507
2536
  paddingLeft: 16,
@@ -2512,7 +2541,7 @@ module.exports = {
2512
2541
  {
2513
2542
  if: { style: 'success' },
2514
2543
  tokens: {
2515
- backgroundColor: '#e5f7fb',
2544
+ backgroundColor: '#c1f2e8',
2516
2545
  color: '#000000',
2517
2546
  icon: PaletteIconCheckCircledFilled,
2518
2547
  iconColor: '#016b6a'
@@ -2522,7 +2551,9 @@ module.exports = {
2522
2551
  if: { style: 'warning' },
2523
2552
  tokens: {
2524
2553
  backgroundColor: '#feeec7',
2554
+ borderColor: '#fbaf34',
2525
2555
  color: '#000000',
2556
+ dismissIcon: null,
2526
2557
  icon: PaletteIconExclamationTriangle,
2527
2558
  iconColor: '#ee2c74'
2528
2559
  }
@@ -2531,32 +2562,34 @@ module.exports = {
2531
2562
  if: { style: 'error' },
2532
2563
  tokens: {
2533
2564
  backgroundColor: '#f8dde3',
2565
+ borderColor: '#ee2c74',
2534
2566
  color: '#000000',
2535
- icon: PaletteIconExclamationOctagon,
2567
+ dismissIcon: null,
2568
+ icon: PaletteIconCaution,
2536
2569
  iconColor: '#df3d0c'
2537
2570
  }
2538
2571
  }
2539
2572
  ],
2540
2573
  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',
2574
+ backgroundColor: '#e5f7fb',
2575
+ borderBottomWidth: 1,
2576
+ borderColor: '#016b6a',
2577
+ borderLeftWidth: 1,
2578
+ borderRadius: 6,
2579
+ borderRightWidth: 1,
2580
+ borderTopWidth: 1,
2581
+ color: '#000000',
2549
2582
  dismissButtonGap: 16,
2550
- dismissIcon: PaletteIconTimes,
2583
+ dismissIcon: PaletteIconClose,
2551
2584
  dismissIconColor: '#000000',
2552
- dismissIconSize: 16,
2553
2585
  fontName: 'StagSans',
2554
2586
  fontSize: 16,
2555
2587
  fontWeight: '400',
2556
2588
  icon: null,
2557
2589
  iconColor: null,
2558
- iconGap: 16,
2590
+ iconGap: 24,
2559
2591
  iconSize: 24,
2592
+ justifyContent: 'flex-start',
2560
2593
  lineHeight: 1.5,
2561
2594
  paddingBottom: 12,
2562
2595
  paddingLeft: 12,
@@ -2624,11 +2657,22 @@ module.exports = {
2624
2657
  rules: [
2625
2658
  {
2626
2659
  if: { viewport: [ 'md', 'lg', 'xl' ] },
2627
- tokens: { truncateAbove: 6 }
2660
+ tokens: { gap: 4, truncateAbove: 6 }
2628
2661
  }
2629
2662
  ],
2630
2663
  tokens: {
2664
+ borderBottomWidth: 0,
2665
+ borderColor: '#016b6a',
2666
+ borderLeftWidth: 0,
2667
+ borderRightWidth: 0,
2668
+ borderTopWidth: 0,
2631
2669
  color: '#666666',
2670
+ ellipsisBorderBottomWidth: 0,
2671
+ ellipsisBorderLeftWidth: 0,
2672
+ ellipsisBorderRightWidth: 0,
2673
+ ellipsisBorderTopWidth: 0,
2674
+ ellipsisHeight: null,
2675
+ ellipsisPadding: 0,
2632
2676
  fontName: 'StagSans',
2633
2677
  fontSize: 16,
2634
2678
  fontWeight: '400',
@@ -2665,42 +2709,43 @@ module.exports = {
2665
2709
  rules: [
2666
2710
  {
2667
2711
  if: { hover: true },
2668
- tokens: { borderColor: '#666666', textLine: 'none' }
2669
- },
2670
- {
2671
- if: { focus: true },
2672
- tokens: { borderColor: '#666666', borderWidth: 2 }
2712
+ tokens: { borderColor: '#016b6a', textLine: 'none' }
2673
2713
  },
2714
+ { if: { focus: true }, tokens: { borderColor: '#016b6a' } },
2674
2715
  {
2675
2716
  if: { selected: true },
2676
2717
  tokens: {
2677
- backgroundColor: '#666666',
2718
+ backgroundColor: '#016b6a',
2678
2719
  color: '#ffffff',
2679
2720
  textLine: 'none'
2680
2721
  }
2681
2722
  },
2682
2723
  {
2683
2724
  if: { pressed: true },
2684
- tokens: { backgroundColor: '#666666', color: '#ffffff' }
2725
+ tokens: { backgroundColor: '#016b6a', color: '#ffffff' }
2685
2726
  }
2686
2727
  ],
2687
2728
  tokens: {
2688
2729
  backgroundColor: 'rgba(0, 0, 0, 0)',
2730
+ borderBottomWidth: 1,
2689
2731
  borderColor: 'rgba(0, 0, 0, 0)',
2732
+ borderLeftWidth: 1,
2690
2733
  borderRadius: 32,
2691
- borderWidth: 1,
2692
- color: '#666666',
2734
+ borderRightWidth: 1,
2735
+ borderTopWidth: 1,
2736
+ color: '#016b6a',
2693
2737
  fontName: 'StagSans',
2694
2738
  fontSize: 16,
2695
- fontWeight: '400',
2739
+ fontWeight: '600',
2740
+ height: 32,
2696
2741
  lineHeight: 1.5,
2697
2742
  outerBorderColor: 'rgba(0, 0, 0, 0)',
2698
2743
  outerBorderGap: 4,
2699
2744
  outerBorderWidth: 4,
2700
- paddingBottom: 4,
2745
+ paddingBottom: 8,
2701
2746
  paddingLeft: 8,
2702
2747
  paddingRight: 8,
2703
- paddingTop: 4,
2748
+ paddingTop: 8,
2704
2749
  textAlign: 'center',
2705
2750
  textLine: 'underline',
2706
2751
  width: 32
@@ -2753,30 +2798,28 @@ module.exports = {
2753
2798
  tokens: {
2754
2799
  borderRadius: 32,
2755
2800
  displayLabel: false,
2756
- paddingBottom: 4,
2757
- paddingTop: 4,
2758
- width: 32
2801
+ paddingBottom: 8,
2802
+ paddingLeft: 8,
2803
+ paddingRight: 8,
2804
+ paddingTop: 8
2759
2805
  }
2760
2806
  },
2761
2807
  {
2762
2808
  if: { hover: true },
2763
- tokens: { borderColor: '#666666', iconDisplace: 4, textLine: 'none' }
2764
- },
2765
- {
2766
- if: { focus: true },
2767
- tokens: { borderColor: '#666666', borderWidth: 3 }
2809
+ tokens: { borderColor: '#016b6a', iconDisplace: 4, textLine: 'none' }
2768
2810
  },
2811
+ { if: { focus: true }, tokens: { borderColor: '#016b6a' } },
2769
2812
  {
2770
2813
  if: { selected: true },
2771
2814
  tokens: {
2772
- backgroundColor: '#666666',
2815
+ backgroundColor: '#016b6a',
2773
2816
  color: '#ffffff',
2774
2817
  textLine: 'none'
2775
2818
  }
2776
2819
  },
2777
2820
  {
2778
2821
  if: { pressed: true },
2779
- tokens: { backgroundColor: '#666666', color: '#ffffff' }
2822
+ tokens: { backgroundColor: '#016b6a', color: '#ffffff' }
2780
2823
  },
2781
2824
  {
2782
2825
  if: { direction: 'previous' },
@@ -2789,25 +2832,30 @@ module.exports = {
2789
2832
  ],
2790
2833
  tokens: {
2791
2834
  backgroundColor: 'rgba(0, 0, 0, 0)',
2835
+ borderBottomWidth: 1,
2792
2836
  borderColor: 'rgba(0, 0, 0, 0)',
2837
+ borderLeftWidth: 1,
2793
2838
  borderRadius: 4,
2794
- borderWidth: 1,
2795
- color: '#666666',
2839
+ borderRightWidth: 1,
2840
+ borderTopWidth: 1,
2841
+ color: '#016b6a',
2796
2842
  displayLabel: true,
2797
2843
  fontName: 'StagSans',
2798
2844
  fontSize: 16,
2799
- fontWeight: '400',
2845
+ fontWeight: '600',
2846
+ height: null,
2800
2847
  icon: null,
2801
2848
  iconDisplace: 0,
2802
2849
  iconSize: 14,
2803
2850
  lineHeight: 1.5,
2804
2851
  outerBorderColor: 'transparent',
2805
- paddingBottom: 10,
2852
+ outerBorderWidth: 1,
2853
+ paddingBottom: 12,
2806
2854
  paddingLeft: 8,
2807
2855
  paddingRight: 8,
2808
- paddingTop: 10,
2856
+ paddingTop: 12,
2809
2857
  textAlign: 'center',
2810
- textLine: 'underline',
2858
+ textLine: 'none',
2811
2859
  width: null
2812
2860
  }
2813
2861
  },
@@ -2869,6 +2917,8 @@ module.exports = {
2869
2917
  currencySymbolLineHeight: 1,
2870
2918
  rateFontSize: 16,
2871
2919
  rateLineHeight: 1.14285714286,
2920
+ strikeThroughHeight: 2,
2921
+ strikeThroughPosition: 18,
2872
2922
  topTextFontSize: 14,
2873
2923
  topTextLineHeight: 2.25
2874
2924
  }
@@ -2882,11 +2932,12 @@ module.exports = {
2882
2932
  centsFontWeight: '600',
2883
2933
  centsLineHeight: 1.25,
2884
2934
  currencySymbolFontSize: 32,
2885
- currencySymbolLineHeight: 1,
2935
+ currencySymbolLineHeight: 1.2,
2886
2936
  rateFontName: 'StagSans',
2887
2937
  rateFontSize: 16,
2888
2938
  rateFontWeight: '600',
2889
2939
  rateLineHeight: 2,
2940
+ strikeThroughPosition: 27,
2890
2941
  topTextFontSize: 16,
2891
2942
  topTextLineHeight: 2.25
2892
2943
  }
@@ -2934,7 +2985,8 @@ module.exports = {
2934
2985
  rateFontWeight: '700',
2935
2986
  rateLineHeight: 1.25,
2936
2987
  strikeThroughColor: '#000000',
2937
- strikeThroughHeight: 2,
2988
+ strikeThroughHeight: 3,
2989
+ strikeThroughPosition: 21,
2938
2990
  topTextFontName: 'StagSans',
2939
2991
  topTextFontSize: 16,
2940
2992
  topTextFontWeight: '700',
@@ -3250,11 +3302,7 @@ module.exports = {
3250
3302
  },
3251
3303
  {
3252
3304
  if: { hover: true },
3253
- tokens: {
3254
- outerBorderColor: '#17367d',
3255
- outerBorderGap: 5,
3256
- outerBorderWidth: 1
3257
- }
3305
+ tokens: { outerBorderColor: '#17367d' }
3258
3306
  },
3259
3307
  {
3260
3308
  if: { inactive: true },
@@ -3275,9 +3323,7 @@ module.exports = {
3275
3323
  inputOutlineColor: '#ffffff',
3276
3324
  inputOutlineWidth: 1,
3277
3325
  labelColor: '#666666',
3278
- outerBorderColor: '#c9c8c8',
3279
- outerBorderGap: 1,
3280
- outerBorderWidth: 1
3326
+ outerBorderColor: '#c9c8c8'
3281
3327
  }
3282
3328
  }
3283
3329
  ],
@@ -3287,12 +3333,14 @@ module.exports = {
3287
3333
  containerBackgroundColor: 'rgba(0, 0, 0, 0)',
3288
3334
  containerBorderRadius: 0,
3289
3335
  containerOpacity: 1,
3290
- containerPaddingBottom: 0,
3291
- containerPaddingLeft: 0,
3336
+ containerPaddingBottom: 6,
3337
+ containerPaddingLeft: 8,
3292
3338
  containerPaddingRight: 0,
3293
- containerPaddingTop: 0,
3339
+ containerPaddingTop: 6,
3294
3340
  containerShadow: null,
3341
+ descriptionFontName: 'StagSans',
3295
3342
  descriptionFontSize: 14,
3343
+ descriptionFontWeight: '400',
3296
3344
  descriptionLineHeight: 1.4,
3297
3345
  descriptionMarginLeft: null,
3298
3346
  inputBackgroundColor: '#ffffff',
@@ -3308,8 +3356,8 @@ module.exports = {
3308
3356
  labelLineHeight: 1.5,
3309
3357
  labelMarginLeft: 8,
3310
3358
  outerBorderColor: 'transparent',
3311
- outerBorderGap: 0,
3312
- outerBorderWidth: 0
3359
+ outerBorderGap: 5,
3360
+ outerBorderWidth: 1
3313
3361
  }
3314
3362
  },
3315
3363
  RadioCard: {
@@ -3713,6 +3761,7 @@ module.exports = {
3713
3761
  borderRadius: 4,
3714
3762
  borderWidth: 1,
3715
3763
  color: '#666666',
3764
+ feedbackBackgroundColor: '#e5f7fb',
3716
3765
  fontName: 'StagSans',
3717
3766
  fontSize: 16,
3718
3767
  fontWeight: '400',
@@ -5178,5 +5227,5 @@ module.exports = {
5178
5227
  tokens: { size: 96 }
5179
5228
  }
5180
5229
  },
5181
- metadata: { name: 'theme-koodo', themeTokensVersion: '2.25.0' }
5230
+ metadata: { name: 'theme-koodo', themeTokensVersion: '2.26.0' }
5182
5231
  }
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.28.0"
35
35
  }