@plaidev/karte-action-sdk 1.1.193 → 1.1.194
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/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) {
|