@blotoutio/providers-blotout-wallet-sdk 0.51.1 → 0.52.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/index.cjs.js +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
@@ -370,7 +370,7 @@ const fadeOutToBottom = (element) => {
|
|
370
370
|
*/
|
371
371
|
const DISMISSED_COOKIE_LIFETIME = 1800;
|
372
372
|
const formatString = (str) => {
|
373
|
-
const parts = str.split(
|
373
|
+
const parts = str.split(/<\s*br\s*\/?\s*>/);
|
374
374
|
return o(parts, x `<br />`);
|
375
375
|
};
|
376
376
|
let BlotoutWallet = class BlotoutWallet extends s {
|
package/index.js
CHANGED
@@ -371,7 +371,7 @@ var ProvidersBlotoutWalletSdk = (function () {
|
|
371
371
|
*/
|
372
372
|
const DISMISSED_COOKIE_LIFETIME = 1800;
|
373
373
|
const formatString = (str) => {
|
374
|
-
const parts = str.split(
|
374
|
+
const parts = str.split(/<\s*br\s*\/?\s*>/);
|
375
375
|
return o(parts, x `<br />`);
|
376
376
|
};
|
377
377
|
let BlotoutWallet = class BlotoutWallet extends s {
|
package/index.mjs
CHANGED
@@ -368,7 +368,7 @@ const fadeOutToBottom = (element) => {
|
|
368
368
|
*/
|
369
369
|
const DISMISSED_COOKIE_LIFETIME = 1800;
|
370
370
|
const formatString = (str) => {
|
371
|
-
const parts = str.split(
|
371
|
+
const parts = str.split(/<\s*br\s*\/?\s*>/);
|
372
372
|
return o(parts, x `<br />`);
|
373
373
|
};
|
374
374
|
let BlotoutWallet = class BlotoutWallet extends s {
|