@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.
- package/dist/hydrate/index.es.js +1 -0
- package/dist/index.es.js +1 -0
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -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) {
|