@telus-uds/theme-allium 3.22.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 +981 -872
- package/build/android/theme.json +44 -7
- package/build/ios/schema.json +981 -872
- package/build/ios/theme.json +44 -7
- package/build/rn/schema.json +981 -872
- package/build/rn/theme.js +32 -10
- package/package.json +5 -5
- package/theme.json +40 -7
package/build/ios/theme.json
CHANGED
|
@@ -2347,7 +2347,9 @@
|
|
|
2347
2347
|
"size": "large"
|
|
2348
2348
|
},
|
|
2349
2349
|
"tokens": {
|
|
2350
|
-
"
|
|
2350
|
+
"height": 48,
|
|
2351
|
+
"iconSize": 24,
|
|
2352
|
+
"textLineHeight": 1.95
|
|
2351
2353
|
}
|
|
2352
2354
|
},
|
|
2353
2355
|
{
|
|
@@ -2355,7 +2357,9 @@
|
|
|
2355
2357
|
"size": "small"
|
|
2356
2358
|
},
|
|
2357
2359
|
"tokens": {
|
|
2358
|
-
"
|
|
2360
|
+
"height": 36,
|
|
2361
|
+
"iconSize": 14,
|
|
2362
|
+
"textLineHeight": 2.12
|
|
2359
2363
|
}
|
|
2360
2364
|
},
|
|
2361
2365
|
{
|
|
@@ -2363,7 +2367,9 @@
|
|
|
2363
2367
|
"size": "micro"
|
|
2364
2368
|
},
|
|
2365
2369
|
"tokens": {
|
|
2366
|
-
"
|
|
2370
|
+
"height": 32,
|
|
2371
|
+
"iconSize": 12,
|
|
2372
|
+
"textLineHeight": 1.92
|
|
2367
2373
|
}
|
|
2368
2374
|
}
|
|
2369
2375
|
],
|
|
@@ -2374,18 +2380,20 @@
|
|
|
2374
2380
|
"blue": 0,
|
|
2375
2381
|
"alpha": 1
|
|
2376
2382
|
},
|
|
2383
|
+
"height": 40,
|
|
2377
2384
|
"iconDisplace": 0,
|
|
2378
2385
|
"iconSize": 24,
|
|
2379
2386
|
"iconSpace": 1,
|
|
2380
|
-
"leftIcon": "
|
|
2387
|
+
"leftIcon": "PaletteIconArrowLeft",
|
|
2381
2388
|
"outerBorderColor": {
|
|
2382
2389
|
"red": 0,
|
|
2383
2390
|
"green": 0,
|
|
2384
2391
|
"blue": 0,
|
|
2385
2392
|
"alpha": 0
|
|
2386
2393
|
},
|
|
2387
|
-
"rightIcon": "
|
|
2388
|
-
"textLine": "none"
|
|
2394
|
+
"rightIcon": "PaletteIconArrowRight",
|
|
2395
|
+
"textLine": "none",
|
|
2396
|
+
"textLineHeight": 2.25
|
|
2389
2397
|
}
|
|
2390
2398
|
},
|
|
2391
2399
|
"DatePicker": {
|
|
@@ -6171,6 +6179,35 @@
|
|
|
6171
6179
|
"paddingVertical": 8
|
|
6172
6180
|
}
|
|
6173
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
|
+
},
|
|
6174
6211
|
"StackView": {
|
|
6175
6212
|
"appearances": {},
|
|
6176
6213
|
"rules": [],
|
|
@@ -8392,7 +8429,7 @@
|
|
|
8392
8429
|
}
|
|
8393
8430
|
},
|
|
8394
8431
|
"metadata": {
|
|
8395
|
-
"themeTokensVersion": "2.
|
|
8432
|
+
"themeTokensVersion": "2.21.0",
|
|
8396
8433
|
"name": "theme-allium"
|
|
8397
8434
|
}
|
|
8398
8435
|
}
|