@telus-uds/theme-allium 3.22.0 → 3.24.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 +1368 -872
- package/build/android/theme.json +334 -12
- package/build/ios/schema.json +1368 -872
- package/build/ios/theme.json +334 -12
- package/build/rn/schema.json +1368 -872
- package/build/rn/theme.js +212 -16
- package/package.json +5 -5
- package/theme.json +241 -9
package/build/android/theme.json
CHANGED
|
@@ -237,6 +237,48 @@
|
|
|
237
237
|
"paddingTop": 2
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
|
+
"BlockQuote": {
|
|
241
|
+
"appearances": {},
|
|
242
|
+
"rules": [],
|
|
243
|
+
"tokens": {
|
|
244
|
+
"backgroundGradient": {
|
|
245
|
+
"type": "linear",
|
|
246
|
+
"angle": 135,
|
|
247
|
+
"stops": [
|
|
248
|
+
{
|
|
249
|
+
"stop": 0,
|
|
250
|
+
"color": {
|
|
251
|
+
"red": 0.29412,
|
|
252
|
+
"green": 0.15686,
|
|
253
|
+
"blue": 0.42745,
|
|
254
|
+
"alpha": 1
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"stop": 1,
|
|
259
|
+
"color": {
|
|
260
|
+
"red": 0.89804,
|
|
261
|
+
"green": 0.19608,
|
|
262
|
+
"blue": 0.57647,
|
|
263
|
+
"alpha": 1
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"color": {
|
|
269
|
+
"red": 0.2549,
|
|
270
|
+
"green": 0.27059,
|
|
271
|
+
"blue": 0.27843,
|
|
272
|
+
"alpha": 1
|
|
273
|
+
},
|
|
274
|
+
"marginBottom": 16,
|
|
275
|
+
"paddingBottom": 16,
|
|
276
|
+
"paddingLeft": 32,
|
|
277
|
+
"paddingRight": 32,
|
|
278
|
+
"paddingTop": 16,
|
|
279
|
+
"width": 2
|
|
280
|
+
}
|
|
281
|
+
},
|
|
240
282
|
"Box": {
|
|
241
283
|
"appearances": {
|
|
242
284
|
"background": {
|
|
@@ -1878,7 +1920,7 @@
|
|
|
1878
1920
|
"borderWidth": 1,
|
|
1879
1921
|
"contentAlignItems": "stretch",
|
|
1880
1922
|
"contentFlexGrow": 0,
|
|
1881
|
-
"contentFlexShrink":
|
|
1923
|
+
"contentFlexShrink": 1,
|
|
1882
1924
|
"contentJustifyContent": "flex-start",
|
|
1883
1925
|
"flex": 1,
|
|
1884
1926
|
"minWidth": null,
|
|
@@ -2347,7 +2389,9 @@
|
|
|
2347
2389
|
"size": "large"
|
|
2348
2390
|
},
|
|
2349
2391
|
"tokens": {
|
|
2350
|
-
"
|
|
2392
|
+
"height": 48,
|
|
2393
|
+
"iconSize": 24,
|
|
2394
|
+
"textLineHeight": 1.95
|
|
2351
2395
|
}
|
|
2352
2396
|
},
|
|
2353
2397
|
{
|
|
@@ -2355,7 +2399,9 @@
|
|
|
2355
2399
|
"size": "small"
|
|
2356
2400
|
},
|
|
2357
2401
|
"tokens": {
|
|
2358
|
-
"
|
|
2402
|
+
"height": 36,
|
|
2403
|
+
"iconSize": 14,
|
|
2404
|
+
"textLineHeight": 2.12
|
|
2359
2405
|
}
|
|
2360
2406
|
},
|
|
2361
2407
|
{
|
|
@@ -2363,7 +2409,9 @@
|
|
|
2363
2409
|
"size": "micro"
|
|
2364
2410
|
},
|
|
2365
2411
|
"tokens": {
|
|
2366
|
-
"
|
|
2412
|
+
"height": 32,
|
|
2413
|
+
"iconSize": 12,
|
|
2414
|
+
"textLineHeight": 1.92
|
|
2367
2415
|
}
|
|
2368
2416
|
}
|
|
2369
2417
|
],
|
|
@@ -2374,18 +2422,20 @@
|
|
|
2374
2422
|
"blue": 0,
|
|
2375
2423
|
"alpha": 1
|
|
2376
2424
|
},
|
|
2425
|
+
"height": 40,
|
|
2377
2426
|
"iconDisplace": 0,
|
|
2378
2427
|
"iconSize": 24,
|
|
2379
2428
|
"iconSpace": 1,
|
|
2380
|
-
"leftIcon": "
|
|
2429
|
+
"leftIcon": "PaletteIconArrowLeft",
|
|
2381
2430
|
"outerBorderColor": {
|
|
2382
2431
|
"red": 0,
|
|
2383
2432
|
"green": 0,
|
|
2384
2433
|
"blue": 0,
|
|
2385
2434
|
"alpha": 0
|
|
2386
2435
|
},
|
|
2387
|
-
"rightIcon": "
|
|
2388
|
-
"textLine": "none"
|
|
2436
|
+
"rightIcon": "PaletteIconArrowRight",
|
|
2437
|
+
"textLine": "none",
|
|
2438
|
+
"textLineHeight": 2.25
|
|
2389
2439
|
}
|
|
2390
2440
|
},
|
|
2391
2441
|
"DatePicker": {
|
|
@@ -3015,7 +3065,7 @@
|
|
|
3015
3065
|
"red": 0,
|
|
3016
3066
|
"green": 0,
|
|
3017
3067
|
"blue": 0,
|
|
3018
|
-
"alpha": 0.
|
|
3068
|
+
"alpha": 0.2
|
|
3019
3069
|
}
|
|
3020
3070
|
}
|
|
3021
3071
|
}
|
|
@@ -3196,6 +3246,20 @@
|
|
|
3196
3246
|
},
|
|
3197
3247
|
"IconButton": {
|
|
3198
3248
|
"appearances": {
|
|
3249
|
+
"action": {
|
|
3250
|
+
"type": "variant",
|
|
3251
|
+
"values": [
|
|
3252
|
+
"add",
|
|
3253
|
+
"close",
|
|
3254
|
+
"expand",
|
|
3255
|
+
"moveDown",
|
|
3256
|
+
"moveLeft",
|
|
3257
|
+
"moveRight",
|
|
3258
|
+
"moveUp",
|
|
3259
|
+
"play",
|
|
3260
|
+
"subtract"
|
|
3261
|
+
]
|
|
3262
|
+
},
|
|
3199
3263
|
"compact": {
|
|
3200
3264
|
"description": "Without the outer border gap",
|
|
3201
3265
|
"type": "variant",
|
|
@@ -3232,6 +3296,78 @@
|
|
|
3232
3296
|
}
|
|
3233
3297
|
},
|
|
3234
3298
|
"rules": [
|
|
3299
|
+
{
|
|
3300
|
+
"if": {
|
|
3301
|
+
"action": "add"
|
|
3302
|
+
},
|
|
3303
|
+
"tokens": {
|
|
3304
|
+
"icon": "PaletteIconAdd"
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"if": {
|
|
3309
|
+
"action": "subtract"
|
|
3310
|
+
},
|
|
3311
|
+
"tokens": {
|
|
3312
|
+
"icon": "PaletteIconSubtract"
|
|
3313
|
+
}
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
"if": {
|
|
3317
|
+
"action": "close"
|
|
3318
|
+
},
|
|
3319
|
+
"tokens": {
|
|
3320
|
+
"icon": "PaletteIconClose"
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"if": {
|
|
3325
|
+
"action": "expand"
|
|
3326
|
+
},
|
|
3327
|
+
"tokens": {
|
|
3328
|
+
"icon": "PaletteIconExpand"
|
|
3329
|
+
}
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"if": {
|
|
3333
|
+
"action": "moveDown"
|
|
3334
|
+
},
|
|
3335
|
+
"tokens": {
|
|
3336
|
+
"icon": "PaletteIconCaretDown"
|
|
3337
|
+
}
|
|
3338
|
+
},
|
|
3339
|
+
{
|
|
3340
|
+
"if": {
|
|
3341
|
+
"action": "moveUp"
|
|
3342
|
+
},
|
|
3343
|
+
"tokens": {
|
|
3344
|
+
"icon": "PaletteIconCaretUp"
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"if": {
|
|
3349
|
+
"action": "moveLeft"
|
|
3350
|
+
},
|
|
3351
|
+
"tokens": {
|
|
3352
|
+
"icon": "PaletteIconChevronLeft"
|
|
3353
|
+
}
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"if": {
|
|
3357
|
+
"action": "moveRight"
|
|
3358
|
+
},
|
|
3359
|
+
"tokens": {
|
|
3360
|
+
"icon": "PaletteIconChevronRight"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"if": {
|
|
3365
|
+
"action": "play"
|
|
3366
|
+
},
|
|
3367
|
+
"tokens": {
|
|
3368
|
+
"icon": "PaletteIconPlayVideo"
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3235
3371
|
{
|
|
3236
3372
|
"if": {
|
|
3237
3373
|
"inverse": true
|
|
@@ -3401,7 +3537,7 @@
|
|
|
3401
3537
|
"red": 0,
|
|
3402
3538
|
"green": 0,
|
|
3403
3539
|
"blue": 0,
|
|
3404
|
-
"alpha": 0.
|
|
3540
|
+
"alpha": 0.2
|
|
3405
3541
|
}
|
|
3406
3542
|
}
|
|
3407
3543
|
}
|
|
@@ -3491,6 +3627,7 @@
|
|
|
3491
3627
|
},
|
|
3492
3628
|
"borderRadius": 99999999999999,
|
|
3493
3629
|
"borderWidth": 1,
|
|
3630
|
+
"icon": null,
|
|
3494
3631
|
"iconColor": {
|
|
3495
3632
|
"red": 0.40392,
|
|
3496
3633
|
"green": 0.43137,
|
|
@@ -3841,6 +3978,162 @@
|
|
|
3841
3978
|
"listGutter": 16
|
|
3842
3979
|
}
|
|
3843
3980
|
},
|
|
3981
|
+
"ListBox": {
|
|
3982
|
+
"appearances": {
|
|
3983
|
+
"current": {
|
|
3984
|
+
"description": "When the current item is selected",
|
|
3985
|
+
"values": [true],
|
|
3986
|
+
"type": "state"
|
|
3987
|
+
},
|
|
3988
|
+
"expanded": {
|
|
3989
|
+
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
3990
|
+
"values": [true],
|
|
3991
|
+
"type": "state"
|
|
3992
|
+
},
|
|
3993
|
+
"isChild": {
|
|
3994
|
+
"description": "when the item is child of another child",
|
|
3995
|
+
"values": [true],
|
|
3996
|
+
"type": "state"
|
|
3997
|
+
},
|
|
3998
|
+
"pressed": {
|
|
3999
|
+
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
4000
|
+
"values": [true],
|
|
4001
|
+
"type": "state"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4004
|
+
"rules": [
|
|
4005
|
+
{
|
|
4006
|
+
"if": {
|
|
4007
|
+
"pressed": true
|
|
4008
|
+
},
|
|
4009
|
+
"tokens": {
|
|
4010
|
+
"groupBackgroundColor": {
|
|
4011
|
+
"red": 0.8902,
|
|
4012
|
+
"green": 0.90196,
|
|
4013
|
+
"blue": 0.9098,
|
|
4014
|
+
"alpha": 1
|
|
4015
|
+
},
|
|
4016
|
+
"groupColor": {
|
|
4017
|
+
"red": 0.29412,
|
|
4018
|
+
"green": 0.15686,
|
|
4019
|
+
"blue": 0.42745,
|
|
4020
|
+
"alpha": 1
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"if": {
|
|
4026
|
+
"expanded": true
|
|
4027
|
+
},
|
|
4028
|
+
"tokens": {
|
|
4029
|
+
"groupIcon": "PaletteIconCaretUp"
|
|
4030
|
+
}
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"if": {
|
|
4034
|
+
"current": true
|
|
4035
|
+
},
|
|
4036
|
+
"tokens": {
|
|
4037
|
+
"groupColor": {
|
|
4038
|
+
"red": 0.29412,
|
|
4039
|
+
"green": 0.15686,
|
|
4040
|
+
"blue": 0.42745,
|
|
4041
|
+
"alpha": 1
|
|
4042
|
+
},
|
|
4043
|
+
"groupFontName": "HelveticaNow",
|
|
4044
|
+
"groupFontWeight": 700
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"if": {
|
|
4049
|
+
"isChild": true
|
|
4050
|
+
},
|
|
4051
|
+
"tokens": {
|
|
4052
|
+
"itemBorderWidth": 4,
|
|
4053
|
+
"itemPaddingLeft": 12
|
|
4054
|
+
}
|
|
4055
|
+
}
|
|
4056
|
+
],
|
|
4057
|
+
"tokens": {
|
|
4058
|
+
"groupBackgroundColor": {
|
|
4059
|
+
"red": 0,
|
|
4060
|
+
"green": 0,
|
|
4061
|
+
"blue": 0,
|
|
4062
|
+
"alpha": 0
|
|
4063
|
+
},
|
|
4064
|
+
"groupBorderColor": {
|
|
4065
|
+
"red": 0.29412,
|
|
4066
|
+
"green": 0.15686,
|
|
4067
|
+
"blue": 0.42745,
|
|
4068
|
+
"alpha": 1
|
|
4069
|
+
},
|
|
4070
|
+
"groupBorderRadius": 6,
|
|
4071
|
+
"groupBorderWidth": 1,
|
|
4072
|
+
"groupColor": {
|
|
4073
|
+
"red": 0.2549,
|
|
4074
|
+
"green": 0.27059,
|
|
4075
|
+
"blue": 0.27843,
|
|
4076
|
+
"alpha": 1
|
|
4077
|
+
},
|
|
4078
|
+
"groupFontName": "HelveticaNow",
|
|
4079
|
+
"groupFontSize": 14,
|
|
4080
|
+
"groupFontWeight": 400,
|
|
4081
|
+
"groupIcon": "PaletteIconCaretDown",
|
|
4082
|
+
"groupPaddingBottom": 12,
|
|
4083
|
+
"groupPaddingLeft": 16,
|
|
4084
|
+
"groupPaddingRight": 16,
|
|
4085
|
+
"groupPaddingTop": 12,
|
|
4086
|
+
"itemBackgroundColor": {
|
|
4087
|
+
"red": 0,
|
|
4088
|
+
"green": 0,
|
|
4089
|
+
"blue": 0,
|
|
4090
|
+
"alpha": 0
|
|
4091
|
+
},
|
|
4092
|
+
"itemBorderBackgroundColor": {
|
|
4093
|
+
"red": 0.8902,
|
|
4094
|
+
"green": 0.90196,
|
|
4095
|
+
"blue": 0.9098,
|
|
4096
|
+
"alpha": 1
|
|
4097
|
+
},
|
|
4098
|
+
"itemBorderLeftColor": {
|
|
4099
|
+
"red": 0.29412,
|
|
4100
|
+
"green": 0.15686,
|
|
4101
|
+
"blue": 0.42745,
|
|
4102
|
+
"alpha": 1
|
|
4103
|
+
},
|
|
4104
|
+
"itemBorderLeftWidth": 4,
|
|
4105
|
+
"itemBorderWidth": 0,
|
|
4106
|
+
"itemColor": {
|
|
4107
|
+
"red": 0.29412,
|
|
4108
|
+
"green": 0.15686,
|
|
4109
|
+
"blue": 0.42745,
|
|
4110
|
+
"alpha": 1
|
|
4111
|
+
},
|
|
4112
|
+
"itemDisplay": false,
|
|
4113
|
+
"itemFontName": "HelveticaNow",
|
|
4114
|
+
"itemFontSize": 14,
|
|
4115
|
+
"itemFontWeight": 700,
|
|
4116
|
+
"itemOutline": 0,
|
|
4117
|
+
"itemPaddingBottom": 12,
|
|
4118
|
+
"itemPaddingLeft": 16,
|
|
4119
|
+
"itemPaddingRight": 16,
|
|
4120
|
+
"itemPaddingTop": 12,
|
|
4121
|
+
"itemTextDecoration": "none",
|
|
4122
|
+
"shadow": {
|
|
4123
|
+
"inset": false,
|
|
4124
|
+
"offsetX": 0,
|
|
4125
|
+
"offsetY": 4,
|
|
4126
|
+
"blur": 8,
|
|
4127
|
+
"spread": 0,
|
|
4128
|
+
"color": {
|
|
4129
|
+
"red": 0,
|
|
4130
|
+
"green": 0,
|
|
4131
|
+
"blue": 0,
|
|
4132
|
+
"alpha": 0.1
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
3844
4137
|
"Modal": {
|
|
3845
4138
|
"appearances": {
|
|
3846
4139
|
"maxWidth": {
|
|
@@ -5356,7 +5649,7 @@
|
|
|
5356
5649
|
},
|
|
5357
5650
|
"contentAlignItems": "stretch",
|
|
5358
5651
|
"contentFlexGrow": 0,
|
|
5359
|
-
"contentFlexShrink":
|
|
5652
|
+
"contentFlexShrink": 1,
|
|
5360
5653
|
"contentJustifyContent": "flex-start",
|
|
5361
5654
|
"contentSpace": 2,
|
|
5362
5655
|
"flex": 1,
|
|
@@ -6171,6 +6464,35 @@
|
|
|
6171
6464
|
"paddingVertical": 8
|
|
6172
6465
|
}
|
|
6173
6466
|
},
|
|
6467
|
+
"Spinner": {
|
|
6468
|
+
"appearances": {
|
|
6469
|
+
"size": {
|
|
6470
|
+
"type": "variant",
|
|
6471
|
+
"values": ["small"]
|
|
6472
|
+
}
|
|
6473
|
+
},
|
|
6474
|
+
"rules": [
|
|
6475
|
+
{
|
|
6476
|
+
"if": {
|
|
6477
|
+
"size": "small"
|
|
6478
|
+
},
|
|
6479
|
+
"tokens": {
|
|
6480
|
+
"size": 24,
|
|
6481
|
+
"thickness": 2
|
|
6482
|
+
}
|
|
6483
|
+
}
|
|
6484
|
+
],
|
|
6485
|
+
"tokens": {
|
|
6486
|
+
"fullScreenOverLayBackground": {
|
|
6487
|
+
"red": 1,
|
|
6488
|
+
"green": 1,
|
|
6489
|
+
"blue": 1,
|
|
6490
|
+
"alpha": 0.97
|
|
6491
|
+
},
|
|
6492
|
+
"size": 48,
|
|
6493
|
+
"thickness": 4
|
|
6494
|
+
}
|
|
6495
|
+
},
|
|
6174
6496
|
"StackView": {
|
|
6175
6497
|
"appearances": {},
|
|
6176
6498
|
"rules": [],
|
|
@@ -7503,7 +7825,7 @@
|
|
|
7503
7825
|
"red": 0,
|
|
7504
7826
|
"green": 0,
|
|
7505
7827
|
"blue": 0,
|
|
7506
|
-
"alpha": 0.
|
|
7828
|
+
"alpha": 0.2
|
|
7507
7829
|
}
|
|
7508
7830
|
},
|
|
7509
7831
|
"switchSize": 16,
|
|
@@ -8392,7 +8714,7 @@
|
|
|
8392
8714
|
}
|
|
8393
8715
|
},
|
|
8394
8716
|
"metadata": {
|
|
8395
|
-
"themeTokensVersion": "2.
|
|
8717
|
+
"themeTokensVersion": "2.22.0",
|
|
8396
8718
|
"name": "theme-allium"
|
|
8397
8719
|
}
|
|
8398
8720
|
}
|