@plaidev/karte-action-sdk 1.1.243-28733386.0f292671 → 1.1.243-28734135.738e8b2b
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.d.ts +1 -0
- package/dist/hydrate/index.es.js +151 -218
- package/dist/index.es.d.ts +1 -0
- package/dist/index.es.js +141 -180
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
@@ -2363,6 +2363,7 @@ type PositionPlaceProps = {
|
|
2363
2363
|
left?: Properties["left"];
|
2364
2364
|
right?: Properties["right"];
|
2365
2365
|
bottom?: Properties["bottom"];
|
2366
|
+
transform?: Properties["transform"];
|
2366
2367
|
};
|
2367
2368
|
type PositionProps = PositionPlaceProps & {
|
2368
2369
|
position?: Properties["position"];
|