microboard-ui-temp 0.1.91 → 0.1.92

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 CHANGED
@@ -256055,7 +256055,7 @@ registerItem({
256055
256055
  });
256056
256056
  registerHotkey({
256057
256057
  name: "Rotate90deg",
256058
- hotkey: { key: { button: "KeyQ" }, label: { windows: "Q", mac: "Q" } },
256058
+ hotkey: { key: { button: "KeyQ", shift: true }, label: { windows: "Shift+Q", mac: "Q" } },
256059
256059
  boardMode: "edit",
256060
256060
  hotkeyConfig: {
256061
256061
  allItemsType: ["Image", "Card"],
@@ -256072,7 +256072,7 @@ registerHotkey({
256072
256072
  });
256073
256073
  registerHotkey({
256074
256074
  name: "Rotate90deg-clockwise",
256075
- hotkey: { key: { button: "KeyE" }, label: { windows: "E", mac: "E" } },
256075
+ hotkey: { key: { button: "KeyE", shift: true }, label: { windows: "Shift+E", mac: "E" } },
256076
256076
  boardMode: "edit",
256077
256077
  hotkeyConfig: {
256078
256078
  allItemsType: ["Image", "Card"],
package/dist/spa.js CHANGED
@@ -256055,7 +256055,7 @@ registerItem({
256055
256055
  });
256056
256056
  registerHotkey({
256057
256057
  name: "Rotate90deg",
256058
- hotkey: { key: { button: "KeyQ" }, label: { windows: "Q", mac: "Q" } },
256058
+ hotkey: { key: { button: "KeyQ", shift: true }, label: { windows: "Shift+Q", mac: "Q" } },
256059
256059
  boardMode: "edit",
256060
256060
  hotkeyConfig: {
256061
256061
  allItemsType: ["Image", "Card"],
@@ -256072,7 +256072,7 @@ registerHotkey({
256072
256072
  });
256073
256073
  registerHotkey({
256074
256074
  name: "Rotate90deg-clockwise",
256075
- hotkey: { key: { button: "KeyE" }, label: { windows: "E", mac: "E" } },
256075
+ hotkey: { key: { button: "KeyE", shift: true }, label: { windows: "Shift+E", mac: "E" } },
256076
256076
  boardMode: "edit",
256077
256077
  hotkeyConfig: {
256078
256078
  allItemsType: ["Image", "Card"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.91",
3
+ "version": "0.1.92",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",
@@ -60,7 +60,7 @@
60
60
  "i18next-browser-languagedetector": "^8.2.0",
61
61
  "js-cookie": "^3.0.5",
62
62
  "jwt-decode": "^4.0.0",
63
- "microboard-temp": "^0.5.31",
63
+ "microboard-temp": "^0.5.32",
64
64
  "nanoid": "^5.1.5",
65
65
  "prop-types": "^15.8.1",
66
66
  "react-hot-toast": "2.4.1",