@plaidev/karte-action-sdk 1.1.267 → 1.1.268-29083022.42c3d847
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 +7113 -7045
- package/dist/index.es.js +6248 -6239
- package/dist/svelte5/hydrate/index.es.d.ts +1 -1
- package/dist/svelte5/hydrate/index.es.js +500 -350
- package/dist/svelte5/index.es.d.ts +1 -1
- package/dist/svelte5/index.es.js +386 -385
- package/dist/svelte5/index.front2.es.js +386 -385
- package/package.json +1 -1
@@ -1419,7 +1419,7 @@ declare function getCssVariables(data: {
|
|
1419
1419
|
*/
|
1420
1420
|
declare function getActionRoot(): ShadowRoot | null;
|
1421
1421
|
/** @internal */
|
1422
|
-
declare function ensureActionRoot(): ShadowRoot | HTMLElement;
|
1422
|
+
declare function ensureActionRoot(useShadow?: boolean): ShadowRoot | HTMLElement;
|
1423
1423
|
/**
|
1424
1424
|
* 非推奨
|
1425
1425
|
*
|