@telus-uds/theme-koodo 4.16.0 → 4.17.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 +731 -676
- package/build/android/theme.json +17 -10
- package/build/ios/schema.json +731 -676
- package/build/ios/theme.json +17 -10
- package/build/rn/schema.json +731 -676
- package/build/rn/theme.js +24 -12
- package/package.json +4 -4
- package/theme.json +16 -9
package/build/ios/theme.json
CHANGED
|
@@ -2636,6 +2636,7 @@
|
|
|
2636
2636
|
"fieldSpace": 3,
|
|
2637
2637
|
"outlineOffset": 8,
|
|
2638
2638
|
"outlineWidth": 1,
|
|
2639
|
+
"showIcon": true,
|
|
2639
2640
|
"space": 3
|
|
2640
2641
|
}
|
|
2641
2642
|
},
|
|
@@ -2643,14 +2644,14 @@
|
|
|
2643
2644
|
"appearances": {},
|
|
2644
2645
|
"rules": [],
|
|
2645
2646
|
"tokens": {
|
|
2646
|
-
"borderBottomLeftRadius":
|
|
2647
|
-
"borderBottomRightRadius":
|
|
2648
|
-
"borderTopLeftRadius":
|
|
2649
|
-
"borderTopRightRadius":
|
|
2647
|
+
"borderBottomLeftRadius": 1,
|
|
2648
|
+
"borderBottomRightRadius": 1,
|
|
2649
|
+
"borderTopLeftRadius": 1,
|
|
2650
|
+
"borderTopRightRadius": 1,
|
|
2650
2651
|
"fieldSpace": 2,
|
|
2651
|
-
"outlineOffset":
|
|
2652
|
-
"outlineWidth":
|
|
2653
|
-
"showIcon":
|
|
2652
|
+
"outlineOffset": 8,
|
|
2653
|
+
"outlineWidth": 1,
|
|
2654
|
+
"showIcon": true,
|
|
2654
2655
|
"space": 2
|
|
2655
2656
|
}
|
|
2656
2657
|
},
|
|
@@ -4907,6 +4908,7 @@
|
|
|
4907
4908
|
}
|
|
4908
4909
|
],
|
|
4909
4910
|
"tokens": {
|
|
4911
|
+
"bulletIcon": "PaletteIconBulletFill",
|
|
4910
4912
|
"dividerColor": {
|
|
4911
4913
|
"red": 0.78824,
|
|
4912
4914
|
"green": 0.78431,
|
|
@@ -4925,8 +4927,6 @@
|
|
|
4925
4927
|
},
|
|
4926
4928
|
"itemBulletContainerAlign": "center",
|
|
4927
4929
|
"itemBulletContainerWidth": 16,
|
|
4928
|
-
"itemBulletHeight": 4,
|
|
4929
|
-
"itemBulletWidth": 4,
|
|
4930
4930
|
"itemFontName": "StagSans",
|
|
4931
4931
|
"itemFontSize": 16,
|
|
4932
4932
|
"itemFontWeight": 400,
|
|
@@ -7492,8 +7492,15 @@
|
|
|
7492
7492
|
}
|
|
7493
7493
|
],
|
|
7494
7494
|
"tokens": {
|
|
7495
|
+
"borderBottomLeftRadius": 1,
|
|
7496
|
+
"borderBottomRightRadius": 1,
|
|
7497
|
+
"borderTopLeftRadius": 1,
|
|
7498
|
+
"borderTopRightRadius": 1,
|
|
7495
7499
|
"direction": "column",
|
|
7496
7500
|
"fieldSpace": 3,
|
|
7501
|
+
"outlineOffset": 8,
|
|
7502
|
+
"outlineWidth": 1,
|
|
7503
|
+
"showIcon": true,
|
|
7497
7504
|
"space": 3
|
|
7498
7505
|
}
|
|
7499
7506
|
},
|
|
@@ -11372,7 +11379,7 @@
|
|
|
11372
11379
|
}
|
|
11373
11380
|
},
|
|
11374
11381
|
"metadata": {
|
|
11375
|
-
"themeTokensVersion": "2.
|
|
11382
|
+
"themeTokensVersion": "2.45.0",
|
|
11376
11383
|
"name": "theme-koodo"
|
|
11377
11384
|
}
|
|
11378
11385
|
}
|