@plaidev/karte-action-sdk 1.1.254-28798933.053f5e5d → 1.1.254-28798980.242172ed
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.js +1 -0
- package/dist/index.es.js +1 -0
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -11992,6 +11992,7 @@ const toCssBackgroundImage = (p) => {
|
|
11992
11992
|
return {
|
11993
11993
|
backgroundImage: url ? `url(${url})` : undefined,
|
11994
11994
|
backgroundSize: url ? 'cover' : undefined,
|
11995
|
+
backgroundPosition: 'center',
|
11995
11996
|
};
|
11996
11997
|
};
|
11997
11998
|
const toCssBackgroundColor = (p) => {
|
package/dist/index.es.js
CHANGED
@@ -11338,6 +11338,7 @@ const toCssBackgroundImage = (p) => {
|
|
11338
11338
|
return {
|
11339
11339
|
backgroundImage: url ? `url(${url})` : undefined,
|
11340
11340
|
backgroundSize: url ? 'cover' : undefined,
|
11341
|
+
backgroundPosition: 'center',
|
11341
11342
|
};
|
11342
11343
|
};
|
11343
11344
|
const toCssBackgroundColor = (p) => {
|