@telus-uds/theme-koodo 4.10.0 → 4.11.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 +226 -135
- package/build/android/theme.json +14 -1
- package/build/ios/schema.json +226 -135
- package/build/ios/theme.json +14 -1
- package/build/rn/schema.json +226 -135
- package/build/rn/theme.js +23 -3
- package/package.json +2 -2
- package/theme.json +13 -0
package/build/ios/theme.json
CHANGED
|
@@ -2237,6 +2237,7 @@
|
|
|
2237
2237
|
"blue": 0,
|
|
2238
2238
|
"alpha": 0
|
|
2239
2239
|
},
|
|
2240
|
+
"inputOutlineOffset": 0,
|
|
2240
2241
|
"inputOutlineWidth": 0,
|
|
2241
2242
|
"inputShadow": null,
|
|
2242
2243
|
"inputWidth": 20,
|
|
@@ -2257,7 +2258,14 @@
|
|
|
2257
2258
|
"appearances": {},
|
|
2258
2259
|
"rules": [],
|
|
2259
2260
|
"tokens": {
|
|
2261
|
+
"borderBottomLeftRadius": 0,
|
|
2262
|
+
"borderBottomRightRadius": 0,
|
|
2263
|
+
"borderTopLeftRadius": 0,
|
|
2264
|
+
"borderTopRightRadius": 0,
|
|
2260
2265
|
"fieldSpace": 2,
|
|
2266
|
+
"outlineOffset": null,
|
|
2267
|
+
"outlineWidth": 0,
|
|
2268
|
+
"showIcon": false,
|
|
2261
2269
|
"space": 2
|
|
2262
2270
|
}
|
|
2263
2271
|
},
|
|
@@ -6510,6 +6518,7 @@
|
|
|
6510
6518
|
},
|
|
6511
6519
|
"itemIconSize": 24,
|
|
6512
6520
|
"itemLineHeight": 1.6,
|
|
6521
|
+
"itemUnderline": "none",
|
|
6513
6522
|
"listGutter": 10,
|
|
6514
6523
|
"paddingBottom": 12,
|
|
6515
6524
|
"paddingLeft": 4,
|
|
@@ -7112,7 +7121,11 @@
|
|
|
7112
7121
|
"blue": 0,
|
|
7113
7122
|
"alpha": 1
|
|
7114
7123
|
},
|
|
7124
|
+
"fontName": "StagSans",
|
|
7125
|
+
"fontSize": 12,
|
|
7126
|
+
"fontWeight": 600,
|
|
7115
7127
|
"gradient": null,
|
|
7128
|
+
"lineHeight": 1.33333333333,
|
|
7116
7129
|
"paddingBottom": 2,
|
|
7117
7130
|
"paddingLeft": 12,
|
|
7118
7131
|
"paddingRight": 12,
|
|
@@ -10800,7 +10813,7 @@
|
|
|
10800
10813
|
}
|
|
10801
10814
|
},
|
|
10802
10815
|
"metadata": {
|
|
10803
|
-
"themeTokensVersion": "2.
|
|
10816
|
+
"themeTokensVersion": "2.40.0",
|
|
10804
10817
|
"name": "theme-koodo"
|
|
10805
10818
|
}
|
|
10806
10819
|
}
|