@telus-uds/theme-koodo 3.17.0 → 3.18.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 +278 -126
- package/build/android/theme.json +88 -1
- package/build/ios/schema.json +278 -126
- package/build/ios/theme.json +88 -1
- package/build/rn/schema.json +278 -126
- package/build/rn/theme.js +52 -2
- package/package.json +2 -2
- package/theme.json +82 -0
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Tue, 04 Apr 2023
|
|
4
|
+
* Generated on Tue, 04 Apr 2023 19:52:38 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1829,6 +1829,56 @@ module.exports = {
|
|
|
1829
1829
|
paddingTop: 12
|
|
1830
1830
|
}
|
|
1831
1831
|
},
|
|
1832
|
+
OrderedList: {
|
|
1833
|
+
appearances: {
|
|
1834
|
+
compact: {
|
|
1835
|
+
description: 'When true it will reduce the line height of the list item.',
|
|
1836
|
+
type: 'variant',
|
|
1837
|
+
values: [ true ]
|
|
1838
|
+
},
|
|
1839
|
+
size: {
|
|
1840
|
+
description: 'Indicates list item text size.',
|
|
1841
|
+
type: 'variant',
|
|
1842
|
+
values: [ 'large', 'medium', 'small' ]
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
rules: [
|
|
1846
|
+
{
|
|
1847
|
+
if: { size: 'large' },
|
|
1848
|
+
tokens: { itemFontSize: 20, itemLineHeight: 1.4 }
|
|
1849
|
+
},
|
|
1850
|
+
{ if: { size: 'medium' }, tokens: {} },
|
|
1851
|
+
{
|
|
1852
|
+
if: { size: 'small' },
|
|
1853
|
+
tokens: { itemFontSize: 14, itemLineHeight: 1.42857142857 }
|
|
1854
|
+
},
|
|
1855
|
+
{ if: { compact: true }, tokens: { itemLineHeight: 1.2 } },
|
|
1856
|
+
{
|
|
1857
|
+
if: { compact: true, size: 'small' },
|
|
1858
|
+
tokens: { itemLineHeight: 1.1 }
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
if: { compact: true, size: 'large' },
|
|
1862
|
+
tokens: { itemLineHeight: 1.3 }
|
|
1863
|
+
}
|
|
1864
|
+
],
|
|
1865
|
+
tokens: {
|
|
1866
|
+
headerFontName: 'StagSans',
|
|
1867
|
+
headerFontWeight: '600',
|
|
1868
|
+
interItemMargin: 8,
|
|
1869
|
+
itemBulletContainerWidth: 16,
|
|
1870
|
+
itemBulletHeight: 4,
|
|
1871
|
+
itemBulletWidth: 4,
|
|
1872
|
+
itemColor: '#000000',
|
|
1873
|
+
itemFontName: 'StagSans',
|
|
1874
|
+
itemFontSize: 16,
|
|
1875
|
+
itemFontWeight: '400',
|
|
1876
|
+
itemLineHeight: 1.5,
|
|
1877
|
+
itemMarginTop: 0,
|
|
1878
|
+
itemPaddingTop: 0,
|
|
1879
|
+
listGutter: 8
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1832
1882
|
Pagination: {
|
|
1833
1883
|
appearances: {
|
|
1834
1884
|
viewport: {
|
|
@@ -3812,5 +3862,5 @@ module.exports = {
|
|
|
3812
3862
|
tokens: { size: 96 }
|
|
3813
3863
|
}
|
|
3814
3864
|
},
|
|
3815
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
3865
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.17.0' }
|
|
3816
3866
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^0.9.0",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.17.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -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.
|
|
34
|
+
"version": "3.18.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -2506,6 +2506,88 @@
|
|
|
2506
2506
|
"paddingTop": "{palette.size.size12}"
|
|
2507
2507
|
}
|
|
2508
2508
|
},
|
|
2509
|
+
"OrderedList": {
|
|
2510
|
+
"appearances": {
|
|
2511
|
+
"compact": {
|
|
2512
|
+
"description": "When true it will reduce the line height of the list item.",
|
|
2513
|
+
"type": "variant",
|
|
2514
|
+
"values": [true]
|
|
2515
|
+
},
|
|
2516
|
+
"size": {
|
|
2517
|
+
"description": "Indicates list item text size.",
|
|
2518
|
+
"type": "variant",
|
|
2519
|
+
"values": ["large", "medium", "small"]
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
"rules": [
|
|
2523
|
+
{
|
|
2524
|
+
"if": {
|
|
2525
|
+
"size": "large"
|
|
2526
|
+
},
|
|
2527
|
+
"tokens": {
|
|
2528
|
+
"itemFontSize": "{palette.fontSize.size20}",
|
|
2529
|
+
"itemLineHeight": "{palette.lineHeight.ratio7to5}"
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"if": {
|
|
2534
|
+
"size": "medium"
|
|
2535
|
+
},
|
|
2536
|
+
"tokens": {}
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"if": {
|
|
2540
|
+
"size": "small"
|
|
2541
|
+
},
|
|
2542
|
+
"tokens": {
|
|
2543
|
+
"itemFontSize": "{palette.fontSize.size14}",
|
|
2544
|
+
"itemLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"if": {
|
|
2549
|
+
"compact": true
|
|
2550
|
+
},
|
|
2551
|
+
"tokens": {
|
|
2552
|
+
"itemLineHeight": "{palette.lineHeight.multiply120}"
|
|
2553
|
+
}
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"if": {
|
|
2557
|
+
"compact": true,
|
|
2558
|
+
"size": "small"
|
|
2559
|
+
},
|
|
2560
|
+
"tokens": {
|
|
2561
|
+
"itemLineHeight": "{palette.lineHeight.multiply110}"
|
|
2562
|
+
}
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"if": {
|
|
2566
|
+
"compact": true,
|
|
2567
|
+
"size": "large"
|
|
2568
|
+
},
|
|
2569
|
+
"tokens": {
|
|
2570
|
+
"itemLineHeight": "{palette.lineHeight.multiply130}"
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
],
|
|
2574
|
+
"tokens": {
|
|
2575
|
+
"headerFontName": "{palette.fontName.StagSans}",
|
|
2576
|
+
"headerFontWeight": "{palette.fontWeight.weight600}",
|
|
2577
|
+
"interItemMargin": "{palette.size.size8}",
|
|
2578
|
+
"itemBulletContainerWidth": "{palette.size.size16}",
|
|
2579
|
+
"itemBulletHeight": "{palette.size.size4}",
|
|
2580
|
+
"itemBulletWidth": "{palette.size.size4}",
|
|
2581
|
+
"itemColor": "{palette.color.black}",
|
|
2582
|
+
"itemFontName": "{palette.fontName.StagSans}",
|
|
2583
|
+
"itemFontSize": "{palette.fontSize.size16}",
|
|
2584
|
+
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
2585
|
+
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2586
|
+
"itemMarginTop": "{palette.size.size0}",
|
|
2587
|
+
"itemPaddingTop": "{palette.size.size0}",
|
|
2588
|
+
"listGutter": "{palette.size.size8}"
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2509
2591
|
"Pagination": {
|
|
2510
2592
|
"appearances": {
|
|
2511
2593
|
"viewport": "{appearances.system.viewport}"
|