microboard-temp 0.5.31 → 0.5.32
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/cjs/browser.js +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/node.js +2 -2
- package/dist/esm/browser.js +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/node.js +2 -2
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -48027,7 +48027,7 @@ registerItem({
|
|
|
48027
48027
|
});
|
|
48028
48028
|
registerHotkey({
|
|
48029
48029
|
name: "Rotate90deg",
|
|
48030
|
-
hotkey: { key: { button: "KeyQ" }, label: { windows: "Q", mac: "Q" } },
|
|
48030
|
+
hotkey: { key: { button: "KeyQ", shift: true }, label: { windows: "Shift+Q", mac: "⇧Q" } },
|
|
48031
48031
|
boardMode: "edit",
|
|
48032
48032
|
hotkeyConfig: {
|
|
48033
48033
|
allItemsType: ["Image", "Card"],
|
|
@@ -48044,7 +48044,7 @@ registerHotkey({
|
|
|
48044
48044
|
});
|
|
48045
48045
|
registerHotkey({
|
|
48046
48046
|
name: "Rotate90deg-clockwise",
|
|
48047
|
-
hotkey: { key: { button: "KeyE" }, label: { windows: "E", mac: "E" } },
|
|
48047
|
+
hotkey: { key: { button: "KeyE", shift: true }, label: { windows: "Shift+E", mac: "⇧E" } },
|
|
48048
48048
|
boardMode: "edit",
|
|
48049
48049
|
hotkeyConfig: {
|
|
48050
48050
|
allItemsType: ["Image", "Card"],
|
package/dist/cjs/index.js
CHANGED
|
@@ -48027,7 +48027,7 @@ registerItem({
|
|
|
48027
48027
|
});
|
|
48028
48028
|
registerHotkey({
|
|
48029
48029
|
name: "Rotate90deg",
|
|
48030
|
-
hotkey: { key: { button: "KeyQ" }, label: { windows: "Q", mac: "Q" } },
|
|
48030
|
+
hotkey: { key: { button: "KeyQ", shift: true }, label: { windows: "Shift+Q", mac: "⇧Q" } },
|
|
48031
48031
|
boardMode: "edit",
|
|
48032
48032
|
hotkeyConfig: {
|
|
48033
48033
|
allItemsType: ["Image", "Card"],
|
|
@@ -48044,7 +48044,7 @@ registerHotkey({
|
|
|
48044
48044
|
});
|
|
48045
48045
|
registerHotkey({
|
|
48046
48046
|
name: "Rotate90deg-clockwise",
|
|
48047
|
-
hotkey: { key: { button: "KeyE" }, label: { windows: "E", mac: "E" } },
|
|
48047
|
+
hotkey: { key: { button: "KeyE", shift: true }, label: { windows: "Shift+E", mac: "⇧E" } },
|
|
48048
48048
|
boardMode: "edit",
|
|
48049
48049
|
hotkeyConfig: {
|
|
48050
48050
|
allItemsType: ["Image", "Card"],
|
package/dist/cjs/node.js
CHANGED
|
@@ -50500,7 +50500,7 @@ registerItem({
|
|
|
50500
50500
|
});
|
|
50501
50501
|
registerHotkey({
|
|
50502
50502
|
name: "Rotate90deg",
|
|
50503
|
-
hotkey: { key: { button: "KeyQ" }, label: { windows: "Q", mac: "Q" } },
|
|
50503
|
+
hotkey: { key: { button: "KeyQ", shift: true }, label: { windows: "Shift+Q", mac: "⇧Q" } },
|
|
50504
50504
|
boardMode: "edit",
|
|
50505
50505
|
hotkeyConfig: {
|
|
50506
50506
|
allItemsType: ["Image", "Card"],
|
|
@@ -50517,7 +50517,7 @@ registerHotkey({
|
|
|
50517
50517
|
});
|
|
50518
50518
|
registerHotkey({
|
|
50519
50519
|
name: "Rotate90deg-clockwise",
|
|
50520
|
-
hotkey: { key: { button: "KeyE" }, label: { windows: "E", mac: "E" } },
|
|
50520
|
+
hotkey: { key: { button: "KeyE", shift: true }, label: { windows: "Shift+E", mac: "⇧E" } },
|
|
50521
50521
|
boardMode: "edit",
|
|
50522
50522
|
hotkeyConfig: {
|
|
50523
50523
|
allItemsType: ["Image", "Card"],
|
package/dist/esm/browser.js
CHANGED
|
@@ -47873,7 +47873,7 @@ registerItem({
|
|
|
47873
47873
|
});
|
|
47874
47874
|
registerHotkey({
|
|
47875
47875
|
name: "Rotate90deg",
|
|
47876
|
-
hotkey: { key: { button: "KeyQ" }, label: { windows: "Q", mac: "Q" } },
|
|
47876
|
+
hotkey: { key: { button: "KeyQ", shift: true }, label: { windows: "Shift+Q", mac: "⇧Q" } },
|
|
47877
47877
|
boardMode: "edit",
|
|
47878
47878
|
hotkeyConfig: {
|
|
47879
47879
|
allItemsType: ["Image", "Card"],
|
|
@@ -47890,7 +47890,7 @@ registerHotkey({
|
|
|
47890
47890
|
});
|
|
47891
47891
|
registerHotkey({
|
|
47892
47892
|
name: "Rotate90deg-clockwise",
|
|
47893
|
-
hotkey: { key: { button: "KeyE" }, label: { windows: "E", mac: "E" } },
|
|
47893
|
+
hotkey: { key: { button: "KeyE", shift: true }, label: { windows: "Shift+E", mac: "⇧E" } },
|
|
47894
47894
|
boardMode: "edit",
|
|
47895
47895
|
hotkeyConfig: {
|
|
47896
47896
|
allItemsType: ["Image", "Card"],
|
package/dist/esm/index.js
CHANGED
|
@@ -47866,7 +47866,7 @@ registerItem({
|
|
|
47866
47866
|
});
|
|
47867
47867
|
registerHotkey({
|
|
47868
47868
|
name: "Rotate90deg",
|
|
47869
|
-
hotkey: { key: { button: "KeyQ" }, label: { windows: "Q", mac: "Q" } },
|
|
47869
|
+
hotkey: { key: { button: "KeyQ", shift: true }, label: { windows: "Shift+Q", mac: "⇧Q" } },
|
|
47870
47870
|
boardMode: "edit",
|
|
47871
47871
|
hotkeyConfig: {
|
|
47872
47872
|
allItemsType: ["Image", "Card"],
|
|
@@ -47883,7 +47883,7 @@ registerHotkey({
|
|
|
47883
47883
|
});
|
|
47884
47884
|
registerHotkey({
|
|
47885
47885
|
name: "Rotate90deg-clockwise",
|
|
47886
|
-
hotkey: { key: { button: "KeyE" }, label: { windows: "E", mac: "E" } },
|
|
47886
|
+
hotkey: { key: { button: "KeyE", shift: true }, label: { windows: "Shift+E", mac: "⇧E" } },
|
|
47887
47887
|
boardMode: "edit",
|
|
47888
47888
|
hotkeyConfig: {
|
|
47889
47889
|
allItemsType: ["Image", "Card"],
|
package/dist/esm/node.js
CHANGED
|
@@ -50334,7 +50334,7 @@ registerItem({
|
|
|
50334
50334
|
});
|
|
50335
50335
|
registerHotkey({
|
|
50336
50336
|
name: "Rotate90deg",
|
|
50337
|
-
hotkey: { key: { button: "KeyQ" }, label: { windows: "Q", mac: "Q" } },
|
|
50337
|
+
hotkey: { key: { button: "KeyQ", shift: true }, label: { windows: "Shift+Q", mac: "⇧Q" } },
|
|
50338
50338
|
boardMode: "edit",
|
|
50339
50339
|
hotkeyConfig: {
|
|
50340
50340
|
allItemsType: ["Image", "Card"],
|
|
@@ -50351,7 +50351,7 @@ registerHotkey({
|
|
|
50351
50351
|
});
|
|
50352
50352
|
registerHotkey({
|
|
50353
50353
|
name: "Rotate90deg-clockwise",
|
|
50354
|
-
hotkey: { key: { button: "KeyE" }, label: { windows: "E", mac: "E" } },
|
|
50354
|
+
hotkey: { key: { button: "KeyE", shift: true }, label: { windows: "Shift+E", mac: "⇧E" } },
|
|
50355
50355
|
boardMode: "edit",
|
|
50356
50356
|
hotkeyConfig: {
|
|
50357
50357
|
allItemsType: ["Image", "Card"],
|