@plaidev/karte-action-sdk 1.1.189 → 1.1.190-28154239.dabefd64
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +6 -6
- package/dist/hydrate/index.es.js +161 -153
- package/dist/index.es.d.ts +6 -6
- package/dist/index.es.js +164 -158
- package/package.json +2 -2
package/dist/index.es.d.ts
CHANGED
@@ -968,9 +968,9 @@ declare const FlexDirections: readonly [
|
|
968
968
|
type FlexDirection = (typeof FlexDirections)[number];
|
969
969
|
/** @internal */
|
970
970
|
declare const ObjectFits: readonly [
|
971
|
-
"fill",
|
972
971
|
"contain",
|
973
|
-
"cover"
|
972
|
+
"cover",
|
973
|
+
"fill"
|
974
974
|
];
|
975
975
|
/** @internal */
|
976
976
|
type ObjectFit = (typeof ObjectFits)[number];
|
@@ -992,9 +992,9 @@ declare const Repeats: readonly [
|
|
992
992
|
type Repeat = (typeof Repeats)[number];
|
993
993
|
/** @internal */
|
994
994
|
declare const BackgroundSizes: readonly [
|
995
|
+
"auto",
|
995
996
|
"cover",
|
996
|
-
"contain"
|
997
|
-
"auto"
|
997
|
+
"contain"
|
998
998
|
];
|
999
999
|
/** @internal */
|
1000
1000
|
type BackgroundSize = (typeof BackgroundSizes)[number];
|
@@ -1007,9 +1007,9 @@ declare const Cursors: readonly [
|
|
1007
1007
|
type Cursor = (typeof Cursors)[number];
|
1008
1008
|
/** @internal */
|
1009
1009
|
declare const Overflows: readonly [
|
1010
|
-
"
|
1010
|
+
"hidden",
|
1011
1011
|
"auto",
|
1012
|
-
"
|
1012
|
+
"visible"
|
1013
1013
|
];
|
1014
1014
|
/** @internal */
|
1015
1015
|
type Overflow = (typeof Overflows)[number];
|