@plaidev/karte-action-sdk 1.1.189 → 1.1.190-28154239.dabefd64

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.
@@ -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
- "visible",
1010
+ "hidden",
1011
1011
  "auto",
1012
- "hidden"
1012
+ "visible"
1013
1013
  ];
1014
1014
  /** @internal */
1015
1015
  type Overflow = (typeof Overflows)[number];