@plaidev/karte-action-sdk 1.1.243-28734079.0a250704 → 1.1.243-28734135.738e8b2b
Sign up to get free protection for your applications and to get access to all the features.
- 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"];
|