@plaidev/karte-action-sdk 1.1.175 → 1.1.176-28038902.9efa6940

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.
@@ -3917,6 +3917,7 @@ function create_fragment$r(ctx) {
3917
3917
  l(nodes) {
3918
3918
  div1 = claim_element(nodes, "DIV", {
3919
3919
  class: true,
3920
+ "data-element-id": true,
3920
3921
  "data-grid-item-id": true,
3921
3922
  style: true
3922
3923
  });
@@ -3932,6 +3933,7 @@ function create_fragment$r(ctx) {
3932
3933
  h() {
3933
3934
  attr(div0, "class", "grid-item-inner svelte-n7kdl3");
3934
3935
  attr(div1, "class", "grid-item svelte-n7kdl3");
3936
+ attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
3935
3937
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
3936
3938
  attr(div1, "style", /*_style*/ ctx[1]);
3937
3939
  },
@@ -3961,6 +3963,10 @@ function create_fragment$r(ctx) {
3961
3963
  }
3962
3964
  }
3963
3965
 
3966
+ if (!current || dirty & /*gridItemId*/ 1) {
3967
+ attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
3968
+ }
3969
+
3964
3970
  if (!current || dirty & /*gridItemId*/ 1) {
3965
3971
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
3966
3972
  }
package/dist/index.es.js CHANGED
@@ -3863,6 +3863,7 @@ function create_fragment$r(ctx) {
3863
3863
  if (default_slot) default_slot.c();
3864
3864
  attr(div0, "class", "grid-item-inner svelte-n7kdl3");
3865
3865
  attr(div1, "class", "grid-item svelte-n7kdl3");
3866
+ attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
3866
3867
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
3867
3868
  attr(div1, "style", /*_style*/ ctx[1]);
3868
3869
  },
@@ -3892,6 +3893,10 @@ function create_fragment$r(ctx) {
3892
3893
  }
3893
3894
  }
3894
3895
 
3896
+ if (!current || dirty & /*gridItemId*/ 1) {
3897
+ attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
3898
+ }
3899
+
3895
3900
  if (!current || dirty & /*gridItemId*/ 1) {
3896
3901
  attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
3897
3902
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.175",
3
+ "version": "1.1.176-28038902.9efa6940",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",