@depay/widgets 6.27.1 → 6.27.2

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.
@@ -50063,7 +50063,7 @@ var mount = (function (_ref, content) {
50063
50063
  content: content(unmountShadowDOM),
50064
50064
  outsideStyle: outsideStyle,
50065
50065
  insideStyle: insideStyle,
50066
- insideClasses: ['contained']
50066
+ insideClasses: container ? ['contained'] : []
50067
50067
  }),
50068
50068
  unmount = _ReactShadowDOM.unmount;
50069
50069
 
package/dist/esm/index.js CHANGED
@@ -1834,7 +1834,7 @@ var mount = (function (_ref, content) {
1834
1834
  content: content(unmountShadowDOM),
1835
1835
  outsideStyle: outsideStyle,
1836
1836
  insideStyle: insideStyle,
1837
- insideClasses: ['contained']
1837
+ insideClasses: container ? ['contained'] : []
1838
1838
  }),
1839
1839
  unmount = _ReactShadowDOM.unmount;
1840
1840
 
@@ -50069,7 +50069,7 @@
50069
50069
  content: content(unmountShadowDOM),
50070
50070
  outsideStyle: outsideStyle,
50071
50071
  insideStyle: insideStyle,
50072
- insideClasses: ['contained']
50072
+ insideClasses: container ? ['contained'] : []
50073
50073
  }),
50074
50074
  unmount = _ReactShadowDOM.unmount;
50075
50075
 
package/dist/umd/index.js CHANGED
@@ -1829,7 +1829,7 @@
1829
1829
  content: content(unmountShadowDOM),
1830
1830
  outsideStyle: outsideStyle,
1831
1831
  insideStyle: insideStyle,
1832
- insideClasses: ['contained']
1832
+ insideClasses: container ? ['contained'] : []
1833
1833
  }),
1834
1834
  unmount = _ReactShadowDOM.unmount;
1835
1835
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/widgets",
3
3
  "moduleName": "DePayWidgets",
4
- "version": "6.27.1",
4
+ "version": "6.27.2",
5
5
  "description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
6
6
  "main": "./dist/umd/index.js",
7
7
  "module": "./dist/esm/index.js",