microboard-ui-temp 0.1.34 → 0.1.35

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.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -355555,7 +355555,7 @@ function FlipCard({ rounded = "none" }) {
355555
355555
  onClick: handleClick,
355556
355556
  variant: "secondary",
355557
355557
  rounded,
355558
- hotkey: getHotkeyLabel("flipCard")
355558
+ hotkey: getHotkeyLabel("flipDeckOrCard")
355559
355559
  }, /* @__PURE__ */ import_react284.default.createElement(Icon, {
355560
355560
  iconName: "RotateCard",
355561
355561
  width: 24,
@@ -355718,7 +355718,7 @@ function FlipDeck({ rounded = "none" }) {
355718
355718
  onClick: handleClick,
355719
355719
  variant: "secondary",
355720
355720
  rounded,
355721
- hotkey: getHotkeyLabel("flipDeck")
355721
+ hotkey: getHotkeyLabel("flipDeckOrCard")
355722
355722
  }, /* @__PURE__ */ import_react287.default.createElement(Icon, {
355723
355723
  iconName: "RotateCard",
355724
355724
  width: 24,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",