@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.
@@ -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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.254-28798933.053f5e5d",
3
+ "version": "1.1.254-28798980.242172ed",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",