@telus-uds/theme-koodo 4.16.0 → 4.16.1
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 +190 -133
- package/build/android/theme.json +16 -8
- package/build/ios/schema.json +190 -133
- package/build/ios/theme.json +16 -8
- package/build/rn/schema.json +190 -133
- package/build/rn/theme.js +22 -10
- package/package.json +2 -2
- package/theme.json +15 -7
package/build/android/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
|
},
|
|
@@ -7492,8 +7493,15 @@
|
|
|
7492
7493
|
}
|
|
7493
7494
|
],
|
|
7494
7495
|
"tokens": {
|
|
7496
|
+
"borderBottomLeftRadius": 1,
|
|
7497
|
+
"borderBottomRightRadius": 1,
|
|
7498
|
+
"borderTopLeftRadius": 1,
|
|
7499
|
+
"borderTopRightRadius": 1,
|
|
7495
7500
|
"direction": "column",
|
|
7496
7501
|
"fieldSpace": 3,
|
|
7502
|
+
"outlineOffset": 8,
|
|
7503
|
+
"outlineWidth": 1,
|
|
7504
|
+
"showIcon": true,
|
|
7497
7505
|
"space": 3
|
|
7498
7506
|
}
|
|
7499
7507
|
},
|
|
@@ -11372,7 +11380,7 @@
|
|
|
11372
11380
|
}
|
|
11373
11381
|
},
|
|
11374
11382
|
"metadata": {
|
|
11375
|
-
"themeTokensVersion": "2.44.
|
|
11383
|
+
"themeTokensVersion": "2.44.1",
|
|
11376
11384
|
"name": "theme-koodo"
|
|
11377
11385
|
}
|
|
11378
11386
|
}
|