@telus-uds/theme-allium 3.23.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 +1267 -880
- package/build/android/theme.json +291 -6
- package/build/ios/schema.json +1267 -880
- package/build/ios/theme.json +291 -6
- package/build/rn/schema.json +1267 -880
- package/build/rn/theme.js +182 -8
- package/package.json +5 -5
- package/theme.json +201 -2
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,
|
|
@@ -3023,7 +3065,7 @@
|
|
|
3023
3065
|
"red": 0,
|
|
3024
3066
|
"green": 0,
|
|
3025
3067
|
"blue": 0,
|
|
3026
|
-
"alpha": 0.
|
|
3068
|
+
"alpha": 0.2
|
|
3027
3069
|
}
|
|
3028
3070
|
}
|
|
3029
3071
|
}
|
|
@@ -3204,6 +3246,20 @@
|
|
|
3204
3246
|
},
|
|
3205
3247
|
"IconButton": {
|
|
3206
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
|
+
},
|
|
3207
3263
|
"compact": {
|
|
3208
3264
|
"description": "Without the outer border gap",
|
|
3209
3265
|
"type": "variant",
|
|
@@ -3240,6 +3296,78 @@
|
|
|
3240
3296
|
}
|
|
3241
3297
|
},
|
|
3242
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
|
+
},
|
|
3243
3371
|
{
|
|
3244
3372
|
"if": {
|
|
3245
3373
|
"inverse": true
|
|
@@ -3409,7 +3537,7 @@
|
|
|
3409
3537
|
"red": 0,
|
|
3410
3538
|
"green": 0,
|
|
3411
3539
|
"blue": 0,
|
|
3412
|
-
"alpha": 0.
|
|
3540
|
+
"alpha": 0.2
|
|
3413
3541
|
}
|
|
3414
3542
|
}
|
|
3415
3543
|
}
|
|
@@ -3499,6 +3627,7 @@
|
|
|
3499
3627
|
},
|
|
3500
3628
|
"borderRadius": 99999999999999,
|
|
3501
3629
|
"borderWidth": 1,
|
|
3630
|
+
"icon": null,
|
|
3502
3631
|
"iconColor": {
|
|
3503
3632
|
"red": 0.40392,
|
|
3504
3633
|
"green": 0.43137,
|
|
@@ -3849,6 +3978,162 @@
|
|
|
3849
3978
|
"listGutter": 16
|
|
3850
3979
|
}
|
|
3851
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
|
+
},
|
|
3852
4137
|
"Modal": {
|
|
3853
4138
|
"appearances": {
|
|
3854
4139
|
"maxWidth": {
|
|
@@ -5364,7 +5649,7 @@
|
|
|
5364
5649
|
},
|
|
5365
5650
|
"contentAlignItems": "stretch",
|
|
5366
5651
|
"contentFlexGrow": 0,
|
|
5367
|
-
"contentFlexShrink":
|
|
5652
|
+
"contentFlexShrink": 1,
|
|
5368
5653
|
"contentJustifyContent": "flex-start",
|
|
5369
5654
|
"contentSpace": 2,
|
|
5370
5655
|
"flex": 1,
|
|
@@ -7540,7 +7825,7 @@
|
|
|
7540
7825
|
"red": 0,
|
|
7541
7826
|
"green": 0,
|
|
7542
7827
|
"blue": 0,
|
|
7543
|
-
"alpha": 0.
|
|
7828
|
+
"alpha": 0.2
|
|
7544
7829
|
}
|
|
7545
7830
|
},
|
|
7546
7831
|
"switchSize": 16,
|
|
@@ -8429,7 +8714,7 @@
|
|
|
8429
8714
|
}
|
|
8430
8715
|
},
|
|
8431
8716
|
"metadata": {
|
|
8432
|
-
"themeTokensVersion": "2.
|
|
8717
|
+
"themeTokensVersion": "2.22.0",
|
|
8433
8718
|
"name": "theme-allium"
|
|
8434
8719
|
}
|
|
8435
8720
|
}
|