@telus-uds/theme-allium 4.13.0 → 4.13.1
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 +828 -799
- package/build/android/theme.json +32 -2
- package/build/ios/schema.json +828 -799
- package/build/ios/theme.json +32 -2
- package/build/rn/schema.json +828 -799
- package/build/rn/theme.js +12 -5
- package/package.json +3 -3
- package/theme.json +42 -4
package/build/ios/theme.json
CHANGED
|
@@ -2053,6 +2053,10 @@
|
|
|
2053
2053
|
"type": "variant",
|
|
2054
2054
|
"values": ["alternative", "subtle", "grid", "feature"]
|
|
2055
2055
|
},
|
|
2056
|
+
"borderRadius": {
|
|
2057
|
+
"type": "variant",
|
|
2058
|
+
"values": ["none", "small", "large"]
|
|
2059
|
+
},
|
|
2056
2060
|
"padding": {
|
|
2057
2061
|
"type": "variant",
|
|
2058
2062
|
"values": ["narrow", "intermediate", "compact", "custom"]
|
|
@@ -2064,6 +2068,30 @@
|
|
|
2064
2068
|
}
|
|
2065
2069
|
},
|
|
2066
2070
|
"rules": [
|
|
2071
|
+
{
|
|
2072
|
+
"if": {
|
|
2073
|
+
"borderRadius": "none"
|
|
2074
|
+
},
|
|
2075
|
+
"tokens": {
|
|
2076
|
+
"borderRadius": 0
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"if": {
|
|
2081
|
+
"borderRadius": "small"
|
|
2082
|
+
},
|
|
2083
|
+
"tokens": {
|
|
2084
|
+
"borderRadius": 6
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"if": {
|
|
2089
|
+
"borderRadius": "large"
|
|
2090
|
+
},
|
|
2091
|
+
"tokens": {
|
|
2092
|
+
"borderRadius": 12
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2067
2095
|
{
|
|
2068
2096
|
"if": {
|
|
2069
2097
|
"background": "alternative"
|
|
@@ -4354,7 +4382,7 @@
|
|
|
4354
4382
|
"blue": 1,
|
|
4355
4383
|
"alpha": 1
|
|
4356
4384
|
},
|
|
4357
|
-
"outerBorderGap":
|
|
4385
|
+
"outerBorderGap": 0
|
|
4358
4386
|
}
|
|
4359
4387
|
},
|
|
4360
4388
|
{
|
|
@@ -4539,6 +4567,7 @@
|
|
|
4539
4567
|
"borderTopRightRadius": null,
|
|
4540
4568
|
"borderTopWidth": null,
|
|
4541
4569
|
"borderWidth": 1,
|
|
4570
|
+
"height": null,
|
|
4542
4571
|
"icon": "PaletteIconAdd",
|
|
4543
4572
|
"iconColor": {
|
|
4544
4573
|
"red": 0.40392,
|
|
@@ -4559,7 +4588,8 @@
|
|
|
4559
4588
|
"outerBorderGap": 0,
|
|
4560
4589
|
"outerBorderWidth": null,
|
|
4561
4590
|
"padding": 4,
|
|
4562
|
-
"shadow": null
|
|
4591
|
+
"shadow": null,
|
|
4592
|
+
"width": null
|
|
4563
4593
|
}
|
|
4564
4594
|
},
|
|
4565
4595
|
"Image": {
|