onchain-uikit 3.9.4-alpha54 → 3.9.4-alpha55

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -28145,7 +28145,7 @@ const EditableCell = ({
28145
28145
  J$();
28146
28146
  },
28147
28147
  onRemove: (bT, pT) => {
28148
- bT.type === "Date" && (document.querySelector(`.${DatePopupClassName}`).contains(bT.relatedTarget) || !bT.relatedTarget || bT.relatedTarget.dataset.type == "INPUT_NAMESPACE") || setTimeout(() => {
28148
+ bT.type === "Date" && (console.log(pT.relatedTarget, "data.relatedTarget"), pT.relatedTarget) || setTimeout(() => {
28149
28149
  L$(!1);
28150
28150
  }, 200);
28151
28151
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "onchain-uikit",
3
3
  "private": false,
4
- "version": "3.9.4-alpha54",
4
+ "version": "3.9.4-alpha55",
5
5
  "scripts": {
6
6
  "dev": "vite",
7
7
  "build": "NODE_OPTIONS=--max_old_space_size=4096 vite build",