@telus-uds/theme-allium 4.17.0 → 4.17.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 +998 -941
- package/build/android/theme.json +29 -8
- package/build/ios/schema.json +998 -941
- package/build/ios/theme.json +29 -8
- package/build/rn/schema.json +998 -941
- package/build/rn/theme.js +44 -10
- package/package.json +5 -5
- package/theme.json +71 -7
package/build/ios/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": {
|
|
@@ -7918,8 +7932,15 @@
|
|
|
7918
7932
|
}
|
|
7919
7933
|
],
|
|
7920
7934
|
"tokens": {
|
|
7935
|
+
"borderBottomLeftRadius": 1,
|
|
7936
|
+
"borderBottomRightRadius": 1,
|
|
7937
|
+
"borderTopLeftRadius": 1,
|
|
7938
|
+
"borderTopRightRadius": 1,
|
|
7921
7939
|
"direction": "column",
|
|
7922
7940
|
"fieldSpace": 3,
|
|
7941
|
+
"outlineOffset": 8,
|
|
7942
|
+
"outlineWidth": 1,
|
|
7943
|
+
"showIcon": true,
|
|
7923
7944
|
"space": 3
|
|
7924
7945
|
}
|
|
7925
7946
|
},
|
|
@@ -12122,7 +12143,7 @@
|
|
|
12122
12143
|
}
|
|
12123
12144
|
},
|
|
12124
12145
|
"metadata": {
|
|
12125
|
-
"themeTokensVersion": "2.44.
|
|
12146
|
+
"themeTokensVersion": "2.44.1",
|
|
12126
12147
|
"name": "theme-allium"
|
|
12127
12148
|
}
|
|
12128
12149
|
}
|