microboard-ui-temp 0.1.25 → 0.1.26
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/index.js +1 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -256023,9 +256023,7 @@ registerHotkey({
|
|
|
256023
256023
|
if (!cards) {
|
|
256024
256024
|
return;
|
|
256025
256025
|
}
|
|
256026
|
-
cards.
|
|
256027
|
-
card.toggleIsOpen();
|
|
256028
|
-
});
|
|
256026
|
+
cards[0].toggleIsOpen(cards);
|
|
256029
256027
|
}
|
|
256030
256028
|
}
|
|
256031
256029
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "microboard-ui-temp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
52
52
|
"js-cookie": "^3.0.5",
|
|
53
53
|
"jwt-decode": "^4.0.0",
|
|
54
|
-
"microboard-temp": "^0.5.
|
|
54
|
+
"microboard-temp": "^0.5.5",
|
|
55
55
|
"nanoid": "^5.1.5",
|
|
56
56
|
"prop-types": "^15.8.1",
|
|
57
57
|
"react-hot-toast": "2.4.1",
|