@telus-uds/theme-koodo 4.14.0 → 4.16.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.
@@ -1440,6 +1440,11 @@
1440
1440
  "description": "The size label for the current screen viewport based on the current screen width",
1441
1441
  "values": ["xs", "sm", "md", "lg", "xl"],
1442
1442
  "type": "state"
1443
+ },
1444
+ "width": {
1445
+ "description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
1446
+ "type": "variant",
1447
+ "values": ["responsive"]
1443
1448
  }
1444
1449
  },
1445
1450
  "rules": [
@@ -1458,6 +1463,16 @@
1458
1463
  "tokens": {
1459
1464
  "space": 3
1460
1465
  }
1466
+ },
1467
+ {
1468
+ "if": {
1469
+ "viewport": ["xs"],
1470
+ "width": "responsive"
1471
+ },
1472
+ "tokens": {
1473
+ "alignItems": "stretch",
1474
+ "direction": "column"
1475
+ }
1461
1476
  }
1462
1477
  ],
1463
1478
  "tokens": {
@@ -1491,6 +1506,11 @@
1491
1506
  "description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
1492
1507
  "values": [true],
1493
1508
  "type": "state"
1509
+ },
1510
+ "width": {
1511
+ "description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
1512
+ "type": "variant",
1513
+ "values": ["responsive"]
1494
1514
  }
1495
1515
  },
1496
1516
  "rules": [
@@ -1579,6 +1599,14 @@
1579
1599
  "tokens": {
1580
1600
  "iconSpace": 1
1581
1601
  }
1602
+ },
1603
+ {
1604
+ "if": {
1605
+ "width": "responsive"
1606
+ },
1607
+ "tokens": {
1608
+ "width": "100%"
1609
+ }
1582
1610
  }
1583
1611
  ],
1584
1612
  "tokens": {
@@ -2565,6 +2593,52 @@
2565
2593
  "textTransform": "none"
2566
2594
  }
2567
2595
  },
2596
+ "CheckboxCardGroup": {
2597
+ "appearances": {
2598
+ "fullWidth": {
2599
+ "description": "Makes cards always occupy the full width of the parent, regardless of viewport",
2600
+ "type": "variant",
2601
+ "values": [true]
2602
+ },
2603
+ "viewport": {
2604
+ "description": "The size label for the current screen viewport based on the current screen width",
2605
+ "values": ["xs", "sm", "md", "lg", "xl"],
2606
+ "type": "state"
2607
+ }
2608
+ },
2609
+ "rules": [
2610
+ {
2611
+ "if": {
2612
+ "viewport": ["md", "lg", "xl"]
2613
+ },
2614
+ "tokens": {
2615
+ "direction": "row",
2616
+ "space": 5
2617
+ }
2618
+ },
2619
+ {
2620
+ "if": {
2621
+ "fullWidth": true
2622
+ },
2623
+ "tokens": {
2624
+ "direction": "column",
2625
+ "fieldSpace": 3,
2626
+ "space": 3
2627
+ }
2628
+ }
2629
+ ],
2630
+ "tokens": {
2631
+ "borderBottomLeftRadius": 1,
2632
+ "borderBottomRightRadius": 1,
2633
+ "borderTopLeftRadius": 1,
2634
+ "borderTopRightRadius": 1,
2635
+ "direction": "column",
2636
+ "fieldSpace": 3,
2637
+ "outlineOffset": 8,
2638
+ "outlineWidth": 1,
2639
+ "space": 3
2640
+ }
2641
+ },
2568
2642
  "CheckboxGroup": {
2569
2643
  "appearances": {},
2570
2644
  "rules": [],
@@ -5129,6 +5203,7 @@
5129
5203
  "viewport": ["xs", "sm"]
5130
5204
  },
5131
5205
  "tokens": {
5206
+ "direction": "column",
5132
5207
  "height": "100%",
5133
5208
  "paddingBottom": 24,
5134
5209
  "paddingLeft": 24,
@@ -5143,6 +5218,7 @@
5143
5218
  "tokens": {
5144
5219
  "containerPaddingBottom": 32,
5145
5220
  "containerPaddingTop": 32,
5221
+ "direction": "row",
5146
5222
  "maxWidth": 576
5147
5223
  }
5148
5224
  },
@@ -5198,6 +5274,7 @@
5198
5274
  "containerPaddingLeft": 0,
5199
5275
  "containerPaddingRight": 0,
5200
5276
  "containerPaddingTop": 0,
5277
+ "direction": "row",
5201
5278
  "gap": 16,
5202
5279
  "headingColor": {
5203
5280
  "red": 0,
@@ -9600,6 +9677,7 @@
9600
9677
  }
9601
9678
  ],
9602
9679
  "tokens": {
9680
+ "amexIcon": "PaletteIconAmex",
9603
9681
  "backgroundColor": {
9604
9682
  "red": 1,
9605
9683
  "green": 1,
@@ -9624,6 +9702,7 @@
9624
9702
  "blue": 0.4,
9625
9703
  "alpha": 1
9626
9704
  },
9705
+ "defaultCreditIcon": "PaletteIconCreditCard",
9627
9706
  "fontName": "StagSans",
9628
9707
  "fontSize": 16,
9629
9708
  "fontWeight": 400,
@@ -9635,7 +9714,9 @@
9635
9714
  "alpha": 0
9636
9715
  },
9637
9716
  "iconSize": 24,
9717
+ "leftIconPaddingBottom": 5,
9638
9718
  "lineHeight": 1.5,
9719
+ "masterCardIcon": "PaletteIconMasterCard",
9639
9720
  "outerBackgroundColor": {
9640
9721
  "red": 0,
9641
9722
  "green": 0,
@@ -9654,7 +9735,8 @@
9654
9735
  "paddingRight": 16,
9655
9736
  "paddingTop": 10,
9656
9737
  "passwordHideButtonIcon": "PaletteIconEyeMasked",
9657
- "passwordShowButtonIcon": "PaletteIconEyeUnmasked"
9738
+ "passwordShowButtonIcon": "PaletteIconEyeUnmasked",
9739
+ "visaIcon": "PaletteIconVisa"
9658
9740
  }
9659
9741
  },
9660
9742
  "Timeline": {
@@ -11290,7 +11372,7 @@
11290
11372
  }
11291
11373
  },
11292
11374
  "metadata": {
11293
- "themeTokensVersion": "2.42.0",
11375
+ "themeTokensVersion": "2.44.0",
11294
11376
  "name": "theme-koodo"
11295
11377
  }
11296
11378
  }