@plaidev/karte-action-sdk 1.1.174-28032767.85495e8a → 1.1.174-28032865.9aa17837

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.
Files changed (2) hide show
  1. package/dist/index.es.js +3 -0
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -1066,6 +1066,9 @@ const EASING = {
1066
1066
  * @internal
1067
1067
  */
1068
1068
  function customAnimation(node, { transform, animationStyle, delay = 0, duration = 1000 }) {
1069
+ if (animationStyle === 'none') {
1070
+ return {};
1071
+ }
1069
1072
  const [x, y] = transform;
1070
1073
  return {
1071
1074
  delay,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.174-28032767.85495e8a",
3
+ "version": "1.1.174-28032865.9aa17837",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",