@plaidev/karte-action-sdk 1.1.192-28160997.274ad860 → 1.1.193-28161125.e3cebe5d
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +2 -2
- package/dist/hydrate/index.es.js +3 -3
- package/dist/index.es.d.ts +2 -2
- package/dist/index.es.js +3 -3
- package/package.json +1 -1
@@ -973,9 +973,9 @@ declare const FlexDirections: readonly [
|
|
973
973
|
type FlexDirection = (typeof FlexDirections)[number];
|
974
974
|
/** @internal */
|
975
975
|
declare const ObjectFits: readonly [
|
976
|
-
"contain",
|
977
976
|
"cover",
|
978
|
-
"fill"
|
977
|
+
"fill",
|
978
|
+
"contain"
|
979
979
|
];
|
980
980
|
/** @internal */
|
981
981
|
type ObjectFit = (typeof ObjectFits)[number];
|
package/dist/hydrate/index.es.js
CHANGED
@@ -493,7 +493,7 @@ const Alignments = ['flex-start', 'center', 'flex-end'];
|
|
493
493
|
/** @internal */
|
494
494
|
const FlexDirections = ['row', 'column'];
|
495
495
|
/** @internal */
|
496
|
-
const ObjectFits = ['
|
496
|
+
const ObjectFits = ['cover', 'fill', 'contain'];
|
497
497
|
/** @internal */
|
498
498
|
const ClipPaths = ['none', 'circle(closest-side)'];
|
499
499
|
/** @internal */
|
@@ -5371,7 +5371,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
5371
5371
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
5372
5372
|
let { alt = 'No Image' } = $$props;
|
5373
5373
|
let { transport = false } = $$props;
|
5374
|
-
let { objectFit = '
|
5374
|
+
let { objectFit = 'cover' } = $$props;
|
5375
5375
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
5376
5376
|
let { eventName = '' } = $$props;
|
5377
5377
|
let { _imageStyle = '' } = $$props;
|
@@ -10636,7 +10636,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
10636
10636
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
10637
10637
|
let { alt = 'No Image' } = $$props;
|
10638
10638
|
let { transport = false } = $$props;
|
10639
|
-
let { objectFit = '
|
10639
|
+
let { objectFit = 'cover' } = $$props;
|
10640
10640
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10641
10641
|
|
10642
10642
|
const click = () => {
|
package/dist/index.es.d.ts
CHANGED
@@ -973,9 +973,9 @@ declare const FlexDirections: readonly [
|
|
973
973
|
type FlexDirection = (typeof FlexDirections)[number];
|
974
974
|
/** @internal */
|
975
975
|
declare const ObjectFits: readonly [
|
976
|
-
"contain",
|
977
976
|
"cover",
|
978
|
-
"fill"
|
977
|
+
"fill",
|
978
|
+
"contain"
|
979
979
|
];
|
980
980
|
/** @internal */
|
981
981
|
type ObjectFit = (typeof ObjectFits)[number];
|
package/dist/index.es.js
CHANGED
@@ -497,7 +497,7 @@ const Alignments = ['flex-start', 'center', 'flex-end'];
|
|
497
497
|
/** @internal */
|
498
498
|
const FlexDirections = ['row', 'column'];
|
499
499
|
/** @internal */
|
500
|
-
const ObjectFits = ['
|
500
|
+
const ObjectFits = ['cover', 'fill', 'contain'];
|
501
501
|
/** @internal */
|
502
502
|
const ClipPaths = ['none', 'circle(closest-side)'];
|
503
503
|
/** @internal */
|
@@ -5174,7 +5174,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
5174
5174
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
5175
5175
|
let { alt = 'No Image' } = $$props;
|
5176
5176
|
let { transport = false } = $$props;
|
5177
|
-
let { objectFit = '
|
5177
|
+
let { objectFit = 'cover' } = $$props;
|
5178
5178
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
5179
5179
|
let { eventName = '' } = $$props;
|
5180
5180
|
let { _imageStyle = '' } = $$props;
|
@@ -9987,7 +9987,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
9987
9987
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
9988
9988
|
let { alt = 'No Image' } = $$props;
|
9989
9989
|
let { transport = false } = $$props;
|
9990
|
-
let { objectFit = '
|
9990
|
+
let { objectFit = 'cover' } = $$props;
|
9991
9991
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
9992
9992
|
|
9993
9993
|
const click = () => {
|