@telus-uds/theme-public-mobile 2.6.0 → 2.7.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 +721 -681
- package/build/android/theme.json +35 -2
- package/build/ios/schema.json +721 -681
- package/build/ios/theme.json +35 -2
- package/build/rn/schema.json +721 -681
- package/build/rn/theme.js +31 -5
- package/package.json +4 -4
- package/theme.json +36 -3
package/build/ios/theme.json
CHANGED
|
@@ -1560,6 +1560,11 @@
|
|
|
1560
1560
|
"description": "The size label for the current screen viewport based on the current screen width",
|
|
1561
1561
|
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
1562
1562
|
"type": "state"
|
|
1563
|
+
},
|
|
1564
|
+
"width": {
|
|
1565
|
+
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
1566
|
+
"type": "variant",
|
|
1567
|
+
"values": ["responsive"]
|
|
1563
1568
|
}
|
|
1564
1569
|
},
|
|
1565
1570
|
"rules": [
|
|
@@ -1570,6 +1575,16 @@
|
|
|
1570
1575
|
"tokens": {
|
|
1571
1576
|
"space": 3
|
|
1572
1577
|
}
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"if": {
|
|
1581
|
+
"viewport": ["xs"],
|
|
1582
|
+
"width": "responsive"
|
|
1583
|
+
},
|
|
1584
|
+
"tokens": {
|
|
1585
|
+
"alignItems": "stretch",
|
|
1586
|
+
"direction": "column"
|
|
1587
|
+
}
|
|
1573
1588
|
}
|
|
1574
1589
|
],
|
|
1575
1590
|
"tokens": {
|
|
@@ -1603,6 +1618,11 @@
|
|
|
1603
1618
|
"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`.",
|
|
1604
1619
|
"values": [true],
|
|
1605
1620
|
"type": "state"
|
|
1621
|
+
},
|
|
1622
|
+
"width": {
|
|
1623
|
+
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
1624
|
+
"type": "variant",
|
|
1625
|
+
"values": ["responsive"]
|
|
1606
1626
|
}
|
|
1607
1627
|
},
|
|
1608
1628
|
"rules": [
|
|
@@ -1714,6 +1734,14 @@
|
|
|
1714
1734
|
"tokens": {
|
|
1715
1735
|
"iconSpace": 1
|
|
1716
1736
|
}
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"if": {
|
|
1740
|
+
"width": "responsive"
|
|
1741
|
+
},
|
|
1742
|
+
"tokens": {
|
|
1743
|
+
"width": "100%"
|
|
1744
|
+
}
|
|
1717
1745
|
}
|
|
1718
1746
|
],
|
|
1719
1747
|
"tokens": {
|
|
@@ -9675,6 +9703,7 @@
|
|
|
9675
9703
|
}
|
|
9676
9704
|
],
|
|
9677
9705
|
"tokens": {
|
|
9706
|
+
"amexIcon": "PaletteIconAmex",
|
|
9678
9707
|
"backgroundColor": {
|
|
9679
9708
|
"red": 1,
|
|
9680
9709
|
"green": 1,
|
|
@@ -9699,6 +9728,7 @@
|
|
|
9699
9728
|
"blue": 0.33725,
|
|
9700
9729
|
"alpha": 1
|
|
9701
9730
|
},
|
|
9731
|
+
"defaultCreditIcon": "PaletteIconCreditCard",
|
|
9702
9732
|
"fontName": "SofiaPro",
|
|
9703
9733
|
"fontSize": 16,
|
|
9704
9734
|
"fontWeight": 400,
|
|
@@ -9710,7 +9740,9 @@
|
|
|
9710
9740
|
"alpha": 0
|
|
9711
9741
|
},
|
|
9712
9742
|
"iconSize": 24,
|
|
9743
|
+
"leftIconPaddingBottom": 5,
|
|
9713
9744
|
"lineHeight": 1.5,
|
|
9745
|
+
"masterCardIcon": "PaletteIconMasterCard",
|
|
9714
9746
|
"outerBackgroundColor": {
|
|
9715
9747
|
"red": 0,
|
|
9716
9748
|
"green": 0,
|
|
@@ -9729,7 +9761,8 @@
|
|
|
9729
9761
|
"paddingRight": 16,
|
|
9730
9762
|
"paddingTop": 10,
|
|
9731
9763
|
"passwordHideButtonIcon": "PaletteIconEyeMasked",
|
|
9732
|
-
"passwordShowButtonIcon": "PaletteIconEyeUnmasked"
|
|
9764
|
+
"passwordShowButtonIcon": "PaletteIconEyeUnmasked",
|
|
9765
|
+
"visaIcon": "PaletteIconVisa"
|
|
9733
9766
|
}
|
|
9734
9767
|
},
|
|
9735
9768
|
"Timeline": {
|
|
@@ -11290,7 +11323,7 @@
|
|
|
11290
11323
|
}
|
|
11291
11324
|
},
|
|
11292
11325
|
"metadata": {
|
|
11293
|
-
"themeTokensVersion": "2.
|
|
11326
|
+
"themeTokensVersion": "2.43.0",
|
|
11294
11327
|
"name": "theme-public-mobile"
|
|
11295
11328
|
}
|
|
11296
11329
|
}
|