@telus-uds/theme-koodo 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.
- package/build/android/schema.json +699 -659
- package/build/android/theme.json +35 -2
- package/build/ios/schema.json +699 -659
- package/build/ios/theme.json +35 -2
- package/build/rn/schema.json +699 -659
- package/build/rn/theme.js +28 -4
- package/package.json +4 -4
- package/theme.json +36 -3
package/build/android/theme.json
CHANGED
|
@@ -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": {
|
|
@@ -9600,6 +9628,7 @@
|
|
|
9600
9628
|
}
|
|
9601
9629
|
],
|
|
9602
9630
|
"tokens": {
|
|
9631
|
+
"amexIcon": "PaletteIconAmex",
|
|
9603
9632
|
"backgroundColor": {
|
|
9604
9633
|
"red": 1,
|
|
9605
9634
|
"green": 1,
|
|
@@ -9624,6 +9653,7 @@
|
|
|
9624
9653
|
"blue": 0.4,
|
|
9625
9654
|
"alpha": 1
|
|
9626
9655
|
},
|
|
9656
|
+
"defaultCreditIcon": "PaletteIconCreditCard",
|
|
9627
9657
|
"fontName": "StagSans",
|
|
9628
9658
|
"fontSize": 16,
|
|
9629
9659
|
"fontWeight": 400,
|
|
@@ -9635,7 +9665,9 @@
|
|
|
9635
9665
|
"alpha": 0
|
|
9636
9666
|
},
|
|
9637
9667
|
"iconSize": 24,
|
|
9668
|
+
"leftIconPaddingBottom": 5,
|
|
9638
9669
|
"lineHeight": 1.5,
|
|
9670
|
+
"masterCardIcon": "PaletteIconMasterCard",
|
|
9639
9671
|
"outerBackgroundColor": {
|
|
9640
9672
|
"red": 0,
|
|
9641
9673
|
"green": 0,
|
|
@@ -9654,7 +9686,8 @@
|
|
|
9654
9686
|
"paddingRight": 16,
|
|
9655
9687
|
"paddingTop": 10,
|
|
9656
9688
|
"passwordHideButtonIcon": "PaletteIconEyeMasked",
|
|
9657
|
-
"passwordShowButtonIcon": "PaletteIconEyeUnmasked"
|
|
9689
|
+
"passwordShowButtonIcon": "PaletteIconEyeUnmasked",
|
|
9690
|
+
"visaIcon": "PaletteIconVisa"
|
|
9658
9691
|
}
|
|
9659
9692
|
},
|
|
9660
9693
|
"Timeline": {
|
|
@@ -11290,7 +11323,7 @@
|
|
|
11290
11323
|
}
|
|
11291
11324
|
},
|
|
11292
11325
|
"metadata": {
|
|
11293
|
-
"themeTokensVersion": "2.
|
|
11326
|
+
"themeTokensVersion": "2.43.0",
|
|
11294
11327
|
"name": "theme-koodo"
|
|
11295
11328
|
}
|
|
11296
11329
|
}
|