@wlloyalty/wll-react-sdk 1.6.13 → 1.6.14
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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/web.js +1 -1
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -20298,7 +20298,7 @@ var BadgeTileTitle = function () {
|
|
|
20298
20298
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
20299
20299
|
variant: "title",
|
|
20300
20300
|
style: styles.titleText,
|
|
20301
|
-
numberOfLines:
|
|
20301
|
+
numberOfLines: 2,
|
|
20302
20302
|
ellipsizeMode: "tail",
|
|
20303
20303
|
accessibilityElementsHidden: true,
|
|
20304
20304
|
importantForAccessibility: "no-hide-descendants"
|