@plaidev/karte-action-sdk 1.1.193-28161148.733861d6 → 1.1.193-28162695.e4c1328e

Sign up to get free protection for your applications and to get access to all the features.
@@ -1710,6 +1710,7 @@ function ensureActionRoot(useShadow = true) {
1710
1710
  [`data-${KARTE_ACTION_SHORTEN_ID}`]: systemConfig.shortenId
1711
1711
  ? systemConfig.shortenId
1712
1712
  : ALL_ACTION_SHORTEN_ID,
1713
+ style: { display: 'block' },
1713
1714
  };
1714
1715
  let el = document.querySelector(`.${KARTE_MODAL_ROOT}[data-${KARTE_ACTION_RID}='${actionId}']`);
1715
1716
  if (el == null) {
package/dist/index.es.js CHANGED
@@ -1770,6 +1770,7 @@ function ensureActionRoot(useShadow = true) {
1770
1770
  [`data-${KARTE_ACTION_SHORTEN_ID}`]: systemConfig.shortenId
1771
1771
  ? systemConfig.shortenId
1772
1772
  : ALL_ACTION_SHORTEN_ID,
1773
+ style: { display: 'block' },
1773
1774
  };
1774
1775
  let el = document.querySelector(`.${KARTE_MODAL_ROOT}[data-${KARTE_ACTION_RID}='${actionId}']`);
1775
1776
  if (el == null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.193-28161148.733861d6",
3
+ "version": "1.1.193-28162695.e4c1328e",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",