@telus-uds/theme-public-mobile 2.1.0 → 2.2.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
|
@@ -2408,6 +2408,7 @@
|
|
|
2408
2408
|
"blue": 0,
|
|
2409
2409
|
"alpha": 0
|
|
2410
2410
|
},
|
|
2411
|
+
"inputOutlineOffset": 0,
|
|
2411
2412
|
"inputOutlineWidth": 0,
|
|
2412
2413
|
"inputShadow": null,
|
|
2413
2414
|
"inputWidth": 20,
|
|
@@ -2428,7 +2429,14 @@
|
|
|
2428
2429
|
"appearances": {},
|
|
2429
2430
|
"rules": [],
|
|
2430
2431
|
"tokens": {
|
|
2432
|
+
"borderBottomLeftRadius": 0,
|
|
2433
|
+
"borderBottomRightRadius": 0,
|
|
2434
|
+
"borderTopLeftRadius": 0,
|
|
2435
|
+
"borderTopRightRadius": 0,
|
|
2431
2436
|
"fieldSpace": 2,
|
|
2437
|
+
"outlineOffset": null,
|
|
2438
|
+
"outlineWidth": 0,
|
|
2439
|
+
"showIcon": false,
|
|
2432
2440
|
"space": 2
|
|
2433
2441
|
}
|
|
2434
2442
|
},
|
|
@@ -6701,6 +6709,7 @@
|
|
|
6701
6709
|
},
|
|
6702
6710
|
"itemIconSize": 24,
|
|
6703
6711
|
"itemLineHeight": 1.5,
|
|
6712
|
+
"itemUnderline": "none",
|
|
6704
6713
|
"listGutter": 16,
|
|
6705
6714
|
"paddingBottom": 12,
|
|
6706
6715
|
"paddingLeft": 4,
|
|
@@ -7216,7 +7225,11 @@
|
|
|
7216
7225
|
"blue": 1,
|
|
7217
7226
|
"alpha": 1
|
|
7218
7227
|
},
|
|
7228
|
+
"fontName": "SofiaPro",
|
|
7229
|
+
"fontSize": 14,
|
|
7230
|
+
"fontWeight": 700,
|
|
7219
7231
|
"gradient": null,
|
|
7232
|
+
"lineHeight": 1.4285714285714286,
|
|
7220
7233
|
"paddingBottom": 2,
|
|
7221
7234
|
"paddingLeft": 12,
|
|
7222
7235
|
"paddingRight": 12,
|
|
@@ -10749,7 +10762,7 @@
|
|
|
10749
10762
|
}
|
|
10750
10763
|
},
|
|
10751
10764
|
"metadata": {
|
|
10752
|
-
"themeTokensVersion": "2.
|
|
10765
|
+
"themeTokensVersion": "2.40.0",
|
|
10753
10766
|
"name": "theme-public-mobile"
|
|
10754
10767
|
}
|
|
10755
10768
|
}
|