@telus-uds/theme-allium 3.20.0 → 3.22.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 +1425 -873
- package/build/android/theme.json +203 -5
- package/build/ios/schema.json +1425 -873
- package/build/ios/theme.json +203 -5
- package/build/rn/schema.json +1425 -873
- package/build/rn/theme.js +90 -6
- package/package.json +5 -5
- package/theme.json +95 -4
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,
|
|
@@ -3509,6 +3513,13 @@
|
|
|
3509
3513
|
"shadow": null
|
|
3510
3514
|
}
|
|
3511
3515
|
},
|
|
3516
|
+
"Image": {
|
|
3517
|
+
"appearances": {},
|
|
3518
|
+
"rules": [],
|
|
3519
|
+
"tokens": {
|
|
3520
|
+
"borderRadius": 4
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3512
3523
|
"InputLabel": {
|
|
3513
3524
|
"appearances": {},
|
|
3514
3525
|
"rules": [],
|
|
@@ -3854,7 +3865,11 @@
|
|
|
3854
3865
|
"viewport": ["xs", "sm"]
|
|
3855
3866
|
},
|
|
3856
3867
|
"tokens": {
|
|
3857
|
-
"height": "100%"
|
|
3868
|
+
"height": "100%",
|
|
3869
|
+
"paddingBottom": 24,
|
|
3870
|
+
"paddingLeft": 24,
|
|
3871
|
+
"paddingRight": 24,
|
|
3872
|
+
"paddingTop": 24
|
|
3858
3873
|
}
|
|
3859
3874
|
},
|
|
3860
3875
|
{
|
|
@@ -3959,7 +3974,19 @@
|
|
|
3959
3974
|
"blue": 1,
|
|
3960
3975
|
"alpha": 1
|
|
3961
3976
|
},
|
|
3977
|
+
"borderColor": {
|
|
3978
|
+
"red": 0.8902,
|
|
3979
|
+
"green": 0.90196,
|
|
3980
|
+
"blue": 0.9098,
|
|
3981
|
+
"alpha": 1
|
|
3982
|
+
},
|
|
3962
3983
|
"borderRadius": 4,
|
|
3984
|
+
"cancelButtonColor": {
|
|
3985
|
+
"red": 0.16863,
|
|
3986
|
+
"green": 0.50196,
|
|
3987
|
+
"blue": 0,
|
|
3988
|
+
"alpha": 1
|
|
3989
|
+
},
|
|
3963
3990
|
"closeIcon": "PaletteIconClose",
|
|
3964
3991
|
"closeIconColor": {
|
|
3965
3992
|
"red": 0.2549,
|
|
@@ -3973,11 +4000,21 @@
|
|
|
3973
4000
|
"containerPaddingLeft": 0,
|
|
3974
4001
|
"containerPaddingRight": 0,
|
|
3975
4002
|
"containerPaddingTop": 0,
|
|
4003
|
+
"gap": 16,
|
|
4004
|
+
"headingColor": {
|
|
4005
|
+
"red": 0.2549,
|
|
4006
|
+
"green": 0.27059,
|
|
4007
|
+
"blue": 0.27843,
|
|
4008
|
+
"alpha": 1
|
|
4009
|
+
},
|
|
4010
|
+
"headingPaddingRight": 24,
|
|
3976
4011
|
"height": null,
|
|
4012
|
+
"marginLeft": 24,
|
|
4013
|
+
"marginRight": 24,
|
|
3977
4014
|
"maxWidth": "100%",
|
|
3978
4015
|
"paddingBottom": 24,
|
|
3979
|
-
"paddingLeft":
|
|
3980
|
-
"paddingRight":
|
|
4016
|
+
"paddingLeft": 32,
|
|
4017
|
+
"paddingRight": 32,
|
|
3981
4018
|
"paddingTop": 24,
|
|
3982
4019
|
"shadow": {
|
|
3983
4020
|
"inset": false,
|
|
@@ -3991,7 +4028,8 @@
|
|
|
3991
4028
|
"blue": 0,
|
|
3992
4029
|
"alpha": 0.1
|
|
3993
4030
|
}
|
|
3994
|
-
}
|
|
4031
|
+
},
|
|
4032
|
+
"subHeadingMarginTop": 8
|
|
3995
4033
|
}
|
|
3996
4034
|
},
|
|
3997
4035
|
"Notification": {
|
|
@@ -5316,6 +5354,10 @@
|
|
|
5316
5354
|
"blue": 0.18824,
|
|
5317
5355
|
"alpha": 1
|
|
5318
5356
|
},
|
|
5357
|
+
"contentAlignItems": "stretch",
|
|
5358
|
+
"contentFlexGrow": 0,
|
|
5359
|
+
"contentFlexShrink": 0,
|
|
5360
|
+
"contentJustifyContent": "flex-start",
|
|
5319
5361
|
"contentSpace": 2,
|
|
5320
5362
|
"flex": 1,
|
|
5321
5363
|
"fontName": "HelveticaNow",
|
|
@@ -6342,6 +6384,81 @@
|
|
|
6342
6384
|
"showStepTrackerLabel": true
|
|
6343
6385
|
}
|
|
6344
6386
|
},
|
|
6387
|
+
"Table": {
|
|
6388
|
+
"appearances": {
|
|
6389
|
+
"spacing": {
|
|
6390
|
+
"type": "variant",
|
|
6391
|
+
"values": ["compact"]
|
|
6392
|
+
}
|
|
6393
|
+
},
|
|
6394
|
+
"rules": [
|
|
6395
|
+
{
|
|
6396
|
+
"if": {
|
|
6397
|
+
"spacing": "compact"
|
|
6398
|
+
},
|
|
6399
|
+
"tokens": {
|
|
6400
|
+
"cellPaddingBottom": 8,
|
|
6401
|
+
"cellPaddingTop": 8
|
|
6402
|
+
}
|
|
6403
|
+
}
|
|
6404
|
+
],
|
|
6405
|
+
"tokens": {
|
|
6406
|
+
"cellBackground": {
|
|
6407
|
+
"red": 1,
|
|
6408
|
+
"green": 1,
|
|
6409
|
+
"blue": 1,
|
|
6410
|
+
"alpha": 1
|
|
6411
|
+
},
|
|
6412
|
+
"cellBoxShadowColor": {
|
|
6413
|
+
"red": 0.8902,
|
|
6414
|
+
"green": 0.90196,
|
|
6415
|
+
"blue": 0.9098,
|
|
6416
|
+
"alpha": 1
|
|
6417
|
+
},
|
|
6418
|
+
"cellHeadingBackground": {
|
|
6419
|
+
"red": 0.95686,
|
|
6420
|
+
"green": 0.95686,
|
|
6421
|
+
"blue": 0.96863,
|
|
6422
|
+
"alpha": 1
|
|
6423
|
+
},
|
|
6424
|
+
"cellHeadingBoxShadowColor": {
|
|
6425
|
+
"red": 0.69804,
|
|
6426
|
+
"green": 0.72549,
|
|
6427
|
+
"blue": 0.74902,
|
|
6428
|
+
"alpha": 1
|
|
6429
|
+
},
|
|
6430
|
+
"cellPaddingBottom": 16,
|
|
6431
|
+
"cellPaddingLeft": 16,
|
|
6432
|
+
"cellPaddingRight": 16,
|
|
6433
|
+
"cellPaddingTop": 16,
|
|
6434
|
+
"cellRowHeadingBackground": {
|
|
6435
|
+
"red": 1,
|
|
6436
|
+
"green": 1,
|
|
6437
|
+
"blue": 1,
|
|
6438
|
+
"alpha": 1
|
|
6439
|
+
},
|
|
6440
|
+
"cellStickyShadow": {
|
|
6441
|
+
"inset": false,
|
|
6442
|
+
"offsetX": 0,
|
|
6443
|
+
"offsetY": 4,
|
|
6444
|
+
"blur": 8,
|
|
6445
|
+
"spread": 0,
|
|
6446
|
+
"color": {
|
|
6447
|
+
"red": 0,
|
|
6448
|
+
"green": 0,
|
|
6449
|
+
"blue": 0,
|
|
6450
|
+
"alpha": 0.1
|
|
6451
|
+
}
|
|
6452
|
+
},
|
|
6453
|
+
"cellSubheadingBackground": {
|
|
6454
|
+
"red": 0.98039,
|
|
6455
|
+
"green": 0.98039,
|
|
6456
|
+
"blue": 0.98039,
|
|
6457
|
+
"alpha": 1
|
|
6458
|
+
},
|
|
6459
|
+
"tablePaddingBottom": 24
|
|
6460
|
+
}
|
|
6461
|
+
},
|
|
6345
6462
|
"Tabs": {
|
|
6346
6463
|
"appearances": {
|
|
6347
6464
|
"inverse": {
|
|
@@ -7124,6 +7241,73 @@
|
|
|
7124
7241
|
"timelineContainerDirection": "column"
|
|
7125
7242
|
}
|
|
7126
7243
|
},
|
|
7244
|
+
"Toast": {
|
|
7245
|
+
"appearances": {},
|
|
7246
|
+
"rules": [],
|
|
7247
|
+
"tokens": {
|
|
7248
|
+
"animationBackgroundColorAfter": {
|
|
7249
|
+
"red": 0.95686,
|
|
7250
|
+
"green": 0.95686,
|
|
7251
|
+
"blue": 0.96863,
|
|
7252
|
+
"alpha": 1
|
|
7253
|
+
},
|
|
7254
|
+
"animationBackgroundColorBefore": {
|
|
7255
|
+
"red": 0.29412,
|
|
7256
|
+
"green": 0.15686,
|
|
7257
|
+
"blue": 0.42745,
|
|
7258
|
+
"alpha": 1
|
|
7259
|
+
},
|
|
7260
|
+
"animationColorAfter": {
|
|
7261
|
+
"red": 0.2549,
|
|
7262
|
+
"green": 0.27059,
|
|
7263
|
+
"blue": 0.27843,
|
|
7264
|
+
"alpha": 1
|
|
7265
|
+
},
|
|
7266
|
+
"animationColorBefore": {
|
|
7267
|
+
"red": 1,
|
|
7268
|
+
"green": 1,
|
|
7269
|
+
"blue": 1,
|
|
7270
|
+
"alpha": 1
|
|
7271
|
+
},
|
|
7272
|
+
"animationDivColorAfter": {
|
|
7273
|
+
"red": 0.16863,
|
|
7274
|
+
"green": 0.50196,
|
|
7275
|
+
"blue": 0,
|
|
7276
|
+
"alpha": 1
|
|
7277
|
+
},
|
|
7278
|
+
"animationDivColorBefore": {
|
|
7279
|
+
"red": 1,
|
|
7280
|
+
"green": 1,
|
|
7281
|
+
"blue": 1,
|
|
7282
|
+
"alpha": 1
|
|
7283
|
+
},
|
|
7284
|
+
"animationFillColorAfter": {
|
|
7285
|
+
"red": 0.16863,
|
|
7286
|
+
"green": 0.50196,
|
|
7287
|
+
"blue": 0,
|
|
7288
|
+
"alpha": 1
|
|
7289
|
+
},
|
|
7290
|
+
"animationFillColorBefore": {
|
|
7291
|
+
"red": 1,
|
|
7292
|
+
"green": 1,
|
|
7293
|
+
"blue": 1,
|
|
7294
|
+
"alpha": 1
|
|
7295
|
+
},
|
|
7296
|
+
"animationHeightAfter": 24,
|
|
7297
|
+
"animationHeightBefore": 0,
|
|
7298
|
+
"animationPaddingBottomAfter": 16,
|
|
7299
|
+
"animationPaddingBottomBefore": 0,
|
|
7300
|
+
"animationPaddingTopAfter": 16,
|
|
7301
|
+
"animationPaddingTopBefore": 0,
|
|
7302
|
+
"containerBackgroundColor": {
|
|
7303
|
+
"red": 0.29412,
|
|
7304
|
+
"green": 0.15686,
|
|
7305
|
+
"blue": 0.42745,
|
|
7306
|
+
"alpha": 1
|
|
7307
|
+
},
|
|
7308
|
+
"containerGap": 10
|
|
7309
|
+
}
|
|
7310
|
+
},
|
|
7127
7311
|
"ToggleSwitch": {
|
|
7128
7312
|
"appearances": {
|
|
7129
7313
|
"inactive": {
|
|
@@ -8007,6 +8191,20 @@
|
|
|
8007
8191
|
"textTransform": "none"
|
|
8008
8192
|
}
|
|
8009
8193
|
},
|
|
8194
|
+
"WaffleGrid": {
|
|
8195
|
+
"appearances": {},
|
|
8196
|
+
"rules": [],
|
|
8197
|
+
"tokens": {
|
|
8198
|
+
"itemBorderColor": {
|
|
8199
|
+
"red": 0.69804,
|
|
8200
|
+
"green": 0.72549,
|
|
8201
|
+
"blue": 0.74902,
|
|
8202
|
+
"alpha": 1
|
|
8203
|
+
},
|
|
8204
|
+
"itemPadding": 16,
|
|
8205
|
+
"rowBorderWidth": 1
|
|
8206
|
+
}
|
|
8207
|
+
},
|
|
8010
8208
|
"spacingScale": {
|
|
8011
8209
|
"appearances": {
|
|
8012
8210
|
"space": {
|
|
@@ -8194,7 +8392,7 @@
|
|
|
8194
8392
|
}
|
|
8195
8393
|
},
|
|
8196
8394
|
"metadata": {
|
|
8197
|
-
"themeTokensVersion": "2.
|
|
8395
|
+
"themeTokensVersion": "2.20.0",
|
|
8198
8396
|
"name": "theme-allium"
|
|
8199
8397
|
}
|
|
8200
8398
|
}
|