@wlloyalty/wll-react-sdk 1.0.67 → 1.0.68
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/dist/native.js
CHANGED
|
@@ -1669,14 +1669,11 @@ var validateTheme = function (theme) {
|
|
|
1669
1669
|
var requiredColors = [
|
|
1670
1670
|
'accent',
|
|
1671
1671
|
'background',
|
|
1672
|
-
'errorPrimary',
|
|
1673
|
-
'negative',
|
|
1674
|
-
'pageButtonBackground',
|
|
1675
|
-
'pageButtonText',
|
|
1676
|
-
'positive',
|
|
1677
1672
|
'primary',
|
|
1678
1673
|
'surface',
|
|
1679
1674
|
'surfaceText',
|
|
1675
|
+
'positive',
|
|
1676
|
+
'negative',
|
|
1680
1677
|
'text',
|
|
1681
1678
|
];
|
|
1682
1679
|
return requiredColors.every(function (color) { return theme[color] && isValidColor(theme[color]); });
|
|
@@ -4583,8 +4580,6 @@ var useTierTileStyles = function () {
|
|
|
4583
4580
|
},
|
|
4584
4581
|
name: {
|
|
4585
4582
|
marginBottom: 0,
|
|
4586
|
-
numberOfLines: 1,
|
|
4587
|
-
ellipsizeMode: 'tail',
|
|
4588
4583
|
},
|
|
4589
4584
|
});
|
|
4590
4585
|
};
|