@telus-uds/theme-allium 4.17.0 → 4.18.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 +1011 -956
- package/build/android/theme.json +42 -22
- package/build/ios/schema.json +1011 -956
- package/build/ios/theme.json +42 -22
- package/build/rn/schema.json +1011 -956
- package/build/rn/theme.js +58 -24
- package/package.json +5 -5
- package/theme.json +84 -21
package/build/android/theme.json
CHANGED
|
@@ -3044,6 +3044,7 @@
|
|
|
3044
3044
|
"fieldSpace": 3,
|
|
3045
3045
|
"outlineOffset": 8,
|
|
3046
3046
|
"outlineWidth": 1,
|
|
3047
|
+
"showIcon": true,
|
|
3047
3048
|
"space": 3
|
|
3048
3049
|
}
|
|
3049
3050
|
},
|
|
@@ -3051,14 +3052,14 @@
|
|
|
3051
3052
|
"appearances": {},
|
|
3052
3053
|
"rules": [],
|
|
3053
3054
|
"tokens": {
|
|
3054
|
-
"borderBottomLeftRadius":
|
|
3055
|
-
"borderBottomRightRadius":
|
|
3056
|
-
"borderTopLeftRadius":
|
|
3057
|
-
"borderTopRightRadius":
|
|
3055
|
+
"borderBottomLeftRadius": 1,
|
|
3056
|
+
"borderBottomRightRadius": 1,
|
|
3057
|
+
"borderTopLeftRadius": 1,
|
|
3058
|
+
"borderTopRightRadius": 1,
|
|
3058
3059
|
"fieldSpace": 2,
|
|
3059
|
-
"outlineOffset":
|
|
3060
|
-
"outlineWidth":
|
|
3061
|
-
"showIcon":
|
|
3060
|
+
"outlineOffset": 8,
|
|
3061
|
+
"outlineWidth": 1,
|
|
3062
|
+
"showIcon": true,
|
|
3062
3063
|
"space": 2
|
|
3063
3064
|
}
|
|
3064
3065
|
},
|
|
@@ -5074,6 +5075,11 @@
|
|
|
5074
5075
|
"values": [true, false],
|
|
5075
5076
|
"type": "state"
|
|
5076
5077
|
},
|
|
5078
|
+
"quiet": {
|
|
5079
|
+
"description": "When it is true, it does not show the decoration",
|
|
5080
|
+
"type": "state",
|
|
5081
|
+
"values": [true, false]
|
|
5082
|
+
},
|
|
5077
5083
|
"size": {
|
|
5078
5084
|
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
5079
5085
|
"type": "variant",
|
|
@@ -5201,6 +5207,14 @@
|
|
|
5201
5207
|
"alpha": 1
|
|
5202
5208
|
}
|
|
5203
5209
|
}
|
|
5210
|
+
},
|
|
5211
|
+
{
|
|
5212
|
+
"if": {
|
|
5213
|
+
"quiet": true
|
|
5214
|
+
},
|
|
5215
|
+
"tokens": {
|
|
5216
|
+
"textLine": "none"
|
|
5217
|
+
}
|
|
5204
5218
|
}
|
|
5205
5219
|
],
|
|
5206
5220
|
"tokens": {
|
|
@@ -5253,11 +5267,11 @@
|
|
|
5253
5267
|
"size": "large"
|
|
5254
5268
|
},
|
|
5255
5269
|
"tokens": {
|
|
5256
|
-
"iconMarginTop":
|
|
5270
|
+
"iconMarginTop": 4,
|
|
5257
5271
|
"itemFontSize": 20,
|
|
5258
|
-
"itemIconSize":
|
|
5272
|
+
"itemIconSize": 24,
|
|
5259
5273
|
"itemLineHeight": 1.6,
|
|
5260
|
-
"listGutter":
|
|
5274
|
+
"listGutter": 8
|
|
5261
5275
|
}
|
|
5262
5276
|
},
|
|
5263
5277
|
{
|
|
@@ -5265,11 +5279,11 @@
|
|
|
5265
5279
|
"size": "small"
|
|
5266
5280
|
},
|
|
5267
5281
|
"tokens": {
|
|
5268
|
-
"iconMarginTop":
|
|
5282
|
+
"iconMarginTop": 0,
|
|
5269
5283
|
"itemFontSize": 14,
|
|
5270
|
-
"itemIconSize":
|
|
5284
|
+
"itemIconSize": 24,
|
|
5271
5285
|
"itemLineHeight": 1.42857142857,
|
|
5272
|
-
"listGutter":
|
|
5286
|
+
"listGutter": 8
|
|
5273
5287
|
}
|
|
5274
5288
|
},
|
|
5275
5289
|
{
|
|
@@ -5277,7 +5291,7 @@
|
|
|
5277
5291
|
"compact": true
|
|
5278
5292
|
},
|
|
5279
5293
|
"tokens": {
|
|
5280
|
-
"iconMarginTop":
|
|
5294
|
+
"iconMarginTop": 0,
|
|
5281
5295
|
"itemLineHeight": 1.25
|
|
5282
5296
|
}
|
|
5283
5297
|
},
|
|
@@ -5301,6 +5315,7 @@
|
|
|
5301
5315
|
}
|
|
5302
5316
|
],
|
|
5303
5317
|
"tokens": {
|
|
5318
|
+
"bulletIcon": "PaletteIconBulletFill",
|
|
5304
5319
|
"dividerColor": {
|
|
5305
5320
|
"red": 0.69804,
|
|
5306
5321
|
"green": 0.72549,
|
|
@@ -5308,7 +5323,7 @@
|
|
|
5308
5323
|
"alpha": 1
|
|
5309
5324
|
},
|
|
5310
5325
|
"dividerSize": 1,
|
|
5311
|
-
"iconMarginTop":
|
|
5326
|
+
"iconMarginTop": 0,
|
|
5312
5327
|
"interItemMargin": 8,
|
|
5313
5328
|
"interItemMarginWithDivider": 16,
|
|
5314
5329
|
"itemBulletColor": {
|
|
@@ -5318,9 +5333,7 @@
|
|
|
5318
5333
|
"alpha": 1
|
|
5319
5334
|
},
|
|
5320
5335
|
"itemBulletContainerAlign": "center",
|
|
5321
|
-
"itemBulletContainerWidth":
|
|
5322
|
-
"itemBulletHeight": 4,
|
|
5323
|
-
"itemBulletWidth": 4,
|
|
5336
|
+
"itemBulletContainerWidth": 24,
|
|
5324
5337
|
"itemFontName": "HelveticaNow",
|
|
5325
5338
|
"itemFontSize": 16,
|
|
5326
5339
|
"itemFontWeight": 400,
|
|
@@ -5330,9 +5343,9 @@
|
|
|
5330
5343
|
"blue": 0.42745,
|
|
5331
5344
|
"alpha": 1
|
|
5332
5345
|
},
|
|
5333
|
-
"itemIconSize":
|
|
5346
|
+
"itemIconSize": 24,
|
|
5334
5347
|
"itemLineHeight": 1.5,
|
|
5335
|
-
"listGutter":
|
|
5348
|
+
"listGutter": 8
|
|
5336
5349
|
}
|
|
5337
5350
|
},
|
|
5338
5351
|
"Listbox": {
|
|
@@ -7918,8 +7931,15 @@
|
|
|
7918
7931
|
}
|
|
7919
7932
|
],
|
|
7920
7933
|
"tokens": {
|
|
7934
|
+
"borderBottomLeftRadius": 1,
|
|
7935
|
+
"borderBottomRightRadius": 1,
|
|
7936
|
+
"borderTopLeftRadius": 1,
|
|
7937
|
+
"borderTopRightRadius": 1,
|
|
7921
7938
|
"direction": "column",
|
|
7922
7939
|
"fieldSpace": 3,
|
|
7940
|
+
"outlineOffset": 8,
|
|
7941
|
+
"outlineWidth": 1,
|
|
7942
|
+
"showIcon": true,
|
|
7923
7943
|
"space": 3
|
|
7924
7944
|
}
|
|
7925
7945
|
},
|
|
@@ -10020,7 +10040,7 @@
|
|
|
10020
10040
|
"alpha": 0
|
|
10021
10041
|
},
|
|
10022
10042
|
"contentMarginBottom": 0,
|
|
10023
|
-
"contentPaddingBottom":
|
|
10043
|
+
"contentPaddingBottom": 0,
|
|
10024
10044
|
"contentPaddingLeft": 16,
|
|
10025
10045
|
"dividerColor": {
|
|
10026
10046
|
"red": 0.69804,
|
|
@@ -12122,7 +12142,7 @@
|
|
|
12122
12142
|
}
|
|
12123
12143
|
},
|
|
12124
12144
|
"metadata": {
|
|
12125
|
-
"themeTokensVersion": "2.
|
|
12145
|
+
"themeTokensVersion": "2.45.0",
|
|
12126
12146
|
"name": "theme-allium"
|
|
12127
12147
|
}
|
|
12128
12148
|
}
|