@telus-uds/theme-koodo 3.7.1 → 3.8.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 +147 -126
- package/build/android/theme.json +30 -2
- package/build/ios/schema.json +147 -126
- package/build/ios/theme.json +30 -2
- package/build/rn/schema.json +147 -126
- package/build/rn/theme.js +20 -6
- package/package.json +2 -2
- package/theme.json +15 -1
package/build/android/theme.json
CHANGED
|
@@ -461,6 +461,12 @@
|
|
|
461
461
|
"blue": 1,
|
|
462
462
|
"alpha": 1
|
|
463
463
|
},
|
|
464
|
+
"dividerColor": {
|
|
465
|
+
"red": 0.00392,
|
|
466
|
+
"green": 0.41961,
|
|
467
|
+
"blue": 0.41569,
|
|
468
|
+
"alpha": 1
|
|
469
|
+
},
|
|
464
470
|
"fontName": "StagSans",
|
|
465
471
|
"fontSize": 14,
|
|
466
472
|
"fontWeight": 600,
|
|
@@ -507,6 +513,12 @@
|
|
|
507
513
|
"paddingRight": 16,
|
|
508
514
|
"paddingTop": 8,
|
|
509
515
|
"shadow": null,
|
|
516
|
+
"subtitleColor": {
|
|
517
|
+
"red": 0.00392,
|
|
518
|
+
"green": 0.28235,
|
|
519
|
+
"blue": 0.27843,
|
|
520
|
+
"alpha": 1
|
|
521
|
+
},
|
|
510
522
|
"textAlign": "center",
|
|
511
523
|
"width": null
|
|
512
524
|
}
|
|
@@ -526,6 +538,11 @@
|
|
|
526
538
|
},
|
|
527
539
|
"ButtonGroupItem": {
|
|
528
540
|
"appearances": {
|
|
541
|
+
"iconPosition": {
|
|
542
|
+
"description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
|
|
543
|
+
"values": ["left", "right"],
|
|
544
|
+
"type": "state"
|
|
545
|
+
},
|
|
529
546
|
"inactive": {
|
|
530
547
|
"description": "Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.",
|
|
531
548
|
"values": [true],
|
|
@@ -619,6 +636,14 @@
|
|
|
619
636
|
"outerBorderGap": 1,
|
|
620
637
|
"outerBorderWidth": 4
|
|
621
638
|
}
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"if": {
|
|
642
|
+
"iconPosition": "right"
|
|
643
|
+
},
|
|
644
|
+
"tokens": {
|
|
645
|
+
"iconSpace": 1
|
|
646
|
+
}
|
|
622
647
|
}
|
|
623
648
|
],
|
|
624
649
|
"tokens": {
|
|
@@ -646,9 +671,10 @@
|
|
|
646
671
|
"fontName": "StagSans",
|
|
647
672
|
"fontSize": 14,
|
|
648
673
|
"fontWeight": 600,
|
|
674
|
+
"height": 36,
|
|
649
675
|
"iconSize": 20,
|
|
650
676
|
"iconSpace": 3,
|
|
651
|
-
"lineHeight": 1.
|
|
677
|
+
"lineHeight": 1.4,
|
|
652
678
|
"minWidth": 0,
|
|
653
679
|
"opacity": 1,
|
|
654
680
|
"outerBackgroundColor": {
|
|
@@ -1568,6 +1594,7 @@
|
|
|
1568
1594
|
},
|
|
1569
1595
|
"tokens": {
|
|
1570
1596
|
"itemFontSize": 20,
|
|
1597
|
+
"itemIconSize": 20,
|
|
1571
1598
|
"itemLineHeight": 1.4,
|
|
1572
1599
|
"listGutter": 16
|
|
1573
1600
|
}
|
|
@@ -1578,6 +1605,7 @@
|
|
|
1578
1605
|
},
|
|
1579
1606
|
"tokens": {
|
|
1580
1607
|
"itemFontSize": 14,
|
|
1608
|
+
"itemIconSize": 14,
|
|
1581
1609
|
"listGutter": 10
|
|
1582
1610
|
}
|
|
1583
1611
|
},
|
|
@@ -4798,7 +4826,7 @@
|
|
|
4798
4826
|
}
|
|
4799
4827
|
},
|
|
4800
4828
|
"metadata": {
|
|
4801
|
-
"themeTokensVersion": "2.
|
|
4829
|
+
"themeTokensVersion": "2.10.0",
|
|
4802
4830
|
"name": "theme-koodo"
|
|
4803
4831
|
}
|
|
4804
4832
|
}
|