@telus-uds/theme-allium 3.29.1 → 3.30.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 +909 -902
- package/build/android/theme.json +2 -1
- package/build/ios/schema.json +909 -902
- package/build/ios/theme.json +2 -1
- package/build/rn/schema.json +909 -902
- package/build/rn/theme.js +12 -3
- package/package.json +5 -5
- package/theme.json +5 -1
package/build/android/theme.json
CHANGED
|
@@ -7714,6 +7714,7 @@
|
|
|
7714
7714
|
"blue": 0.74902,
|
|
7715
7715
|
"alpha": 1
|
|
7716
7716
|
},
|
|
7717
|
+
"cellMinWidth": 0,
|
|
7717
7718
|
"cellPaddingBottom": 16,
|
|
7718
7719
|
"cellPaddingLeft": 16,
|
|
7719
7720
|
"cellPaddingRight": 16,
|
|
@@ -10026,7 +10027,7 @@
|
|
|
10026
10027
|
}
|
|
10027
10028
|
},
|
|
10028
10029
|
"metadata": {
|
|
10029
|
-
"themeTokensVersion": "2.
|
|
10030
|
+
"themeTokensVersion": "2.27.0",
|
|
10030
10031
|
"name": "theme-allium"
|
|
10031
10032
|
}
|
|
10032
10033
|
}
|