@telus-uds/theme-allium 3.21.0 → 3.23.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 +1038 -873
- package/build/android/theme.json +52 -7
- package/build/ios/schema.json +1038 -873
- package/build/ios/theme.json +52 -7
- package/build/rn/schema.json +1038 -873
- package/build/rn/theme.js +40 -10
- package/package.json +5 -5
- package/theme.json +48 -7
package/build/ios/theme.json
CHANGED
|
@@ -1876,6 +1876,10 @@
|
|
|
1876
1876
|
},
|
|
1877
1877
|
"borderRadius": 6,
|
|
1878
1878
|
"borderWidth": 1,
|
|
1879
|
+
"contentAlignItems": "stretch",
|
|
1880
|
+
"contentFlexGrow": 0,
|
|
1881
|
+
"contentFlexShrink": 0,
|
|
1882
|
+
"contentJustifyContent": "flex-start",
|
|
1879
1883
|
"flex": 1,
|
|
1880
1884
|
"minWidth": null,
|
|
1881
1885
|
"paddingBottom": 32,
|
|
@@ -2343,7 +2347,9 @@
|
|
|
2343
2347
|
"size": "large"
|
|
2344
2348
|
},
|
|
2345
2349
|
"tokens": {
|
|
2346
|
-
"
|
|
2350
|
+
"height": 48,
|
|
2351
|
+
"iconSize": 24,
|
|
2352
|
+
"textLineHeight": 1.95
|
|
2347
2353
|
}
|
|
2348
2354
|
},
|
|
2349
2355
|
{
|
|
@@ -2351,7 +2357,9 @@
|
|
|
2351
2357
|
"size": "small"
|
|
2352
2358
|
},
|
|
2353
2359
|
"tokens": {
|
|
2354
|
-
"
|
|
2360
|
+
"height": 36,
|
|
2361
|
+
"iconSize": 14,
|
|
2362
|
+
"textLineHeight": 2.12
|
|
2355
2363
|
}
|
|
2356
2364
|
},
|
|
2357
2365
|
{
|
|
@@ -2359,7 +2367,9 @@
|
|
|
2359
2367
|
"size": "micro"
|
|
2360
2368
|
},
|
|
2361
2369
|
"tokens": {
|
|
2362
|
-
"
|
|
2370
|
+
"height": 32,
|
|
2371
|
+
"iconSize": 12,
|
|
2372
|
+
"textLineHeight": 1.92
|
|
2363
2373
|
}
|
|
2364
2374
|
}
|
|
2365
2375
|
],
|
|
@@ -2370,18 +2380,20 @@
|
|
|
2370
2380
|
"blue": 0,
|
|
2371
2381
|
"alpha": 1
|
|
2372
2382
|
},
|
|
2383
|
+
"height": 40,
|
|
2373
2384
|
"iconDisplace": 0,
|
|
2374
2385
|
"iconSize": 24,
|
|
2375
2386
|
"iconSpace": 1,
|
|
2376
|
-
"leftIcon": "
|
|
2387
|
+
"leftIcon": "PaletteIconArrowLeft",
|
|
2377
2388
|
"outerBorderColor": {
|
|
2378
2389
|
"red": 0,
|
|
2379
2390
|
"green": 0,
|
|
2380
2391
|
"blue": 0,
|
|
2381
2392
|
"alpha": 0
|
|
2382
2393
|
},
|
|
2383
|
-
"rightIcon": "
|
|
2384
|
-
"textLine": "none"
|
|
2394
|
+
"rightIcon": "PaletteIconArrowRight",
|
|
2395
|
+
"textLine": "none",
|
|
2396
|
+
"textLineHeight": 2.25
|
|
2385
2397
|
}
|
|
2386
2398
|
},
|
|
2387
2399
|
"DatePicker": {
|
|
@@ -5350,6 +5362,10 @@
|
|
|
5350
5362
|
"blue": 0.18824,
|
|
5351
5363
|
"alpha": 1
|
|
5352
5364
|
},
|
|
5365
|
+
"contentAlignItems": "stretch",
|
|
5366
|
+
"contentFlexGrow": 0,
|
|
5367
|
+
"contentFlexShrink": 0,
|
|
5368
|
+
"contentJustifyContent": "flex-start",
|
|
5353
5369
|
"contentSpace": 2,
|
|
5354
5370
|
"flex": 1,
|
|
5355
5371
|
"fontName": "HelveticaNow",
|
|
@@ -6163,6 +6179,35 @@
|
|
|
6163
6179
|
"paddingVertical": 8
|
|
6164
6180
|
}
|
|
6165
6181
|
},
|
|
6182
|
+
"Spinner": {
|
|
6183
|
+
"appearances": {
|
|
6184
|
+
"size": {
|
|
6185
|
+
"type": "variant",
|
|
6186
|
+
"values": ["small"]
|
|
6187
|
+
}
|
|
6188
|
+
},
|
|
6189
|
+
"rules": [
|
|
6190
|
+
{
|
|
6191
|
+
"if": {
|
|
6192
|
+
"size": "small"
|
|
6193
|
+
},
|
|
6194
|
+
"tokens": {
|
|
6195
|
+
"size": 24,
|
|
6196
|
+
"thickness": 2
|
|
6197
|
+
}
|
|
6198
|
+
}
|
|
6199
|
+
],
|
|
6200
|
+
"tokens": {
|
|
6201
|
+
"fullScreenOverLayBackground": {
|
|
6202
|
+
"red": 1,
|
|
6203
|
+
"green": 1,
|
|
6204
|
+
"blue": 1,
|
|
6205
|
+
"alpha": 0.97
|
|
6206
|
+
},
|
|
6207
|
+
"size": 48,
|
|
6208
|
+
"thickness": 4
|
|
6209
|
+
}
|
|
6210
|
+
},
|
|
6166
6211
|
"StackView": {
|
|
6167
6212
|
"appearances": {},
|
|
6168
6213
|
"rules": [],
|
|
@@ -8384,7 +8429,7 @@
|
|
|
8384
8429
|
}
|
|
8385
8430
|
},
|
|
8386
8431
|
"metadata": {
|
|
8387
|
-
"themeTokensVersion": "2.
|
|
8432
|
+
"themeTokensVersion": "2.21.0",
|
|
8388
8433
|
"name": "theme-allium"
|
|
8389
8434
|
}
|
|
8390
8435
|
}
|