@telus-uds/theme-allium 4.18.0 → 4.19.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 +942 -943
- package/build/android/theme.json +3 -3
- package/build/ios/schema.json +942 -943
- package/build/ios/theme.json +3 -3
- package/build/rn/schema.json +942 -943
- package/build/rn/theme.js +3 -3
- package/package.json +5 -5
- package/theme.json +4 -1
package/build/android/theme.json
CHANGED
|
@@ -6004,8 +6004,8 @@
|
|
|
6004
6004
|
"Notification": {
|
|
6005
6005
|
"appearances": {
|
|
6006
6006
|
"style": {
|
|
6007
|
-
"
|
|
6008
|
-
"
|
|
6007
|
+
"type": "variant",
|
|
6008
|
+
"values": ["success", "warning", "error"]
|
|
6009
6009
|
},
|
|
6010
6010
|
"system": {
|
|
6011
6011
|
"values": [true],
|
|
@@ -12142,7 +12142,7 @@
|
|
|
12142
12142
|
}
|
|
12143
12143
|
},
|
|
12144
12144
|
"metadata": {
|
|
12145
|
-
"themeTokensVersion": "2.
|
|
12145
|
+
"themeTokensVersion": "2.46.0",
|
|
12146
12146
|
"name": "theme-allium"
|
|
12147
12147
|
}
|
|
12148
12148
|
}
|