mesurer-solid 0.1.3-beta.0 → 0.1.3-beta.1

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/arrange.js CHANGED
@@ -2761,6 +2761,7 @@ var Qn = "mesurer.arrange", $n = "arrange", er = "mesurer.arrange.intents", tr =
2761
2761
  e.tool.register({
2762
2762
  id: "arrange",
2763
2763
  label: "Arrange",
2764
+ shortcut: "Shift+A",
2764
2765
  order: 65,
2765
2766
  command: ar,
2766
2767
  icon: mr,
@@ -2899,7 +2900,7 @@ var Qn = "mesurer.arrange", $n = "arrange", er = "mesurer.arrange.intents", tr =
2899
2900
  ].join(",");
2900
2901
  //#endregion
2901
2902
  //#region src/version.ts
2902
- var jr = "0.1.3-beta.0", Mr = tr, Nr = Qn, Pr = $n, Fr = nr, Ir = er, Lr = () => ({
2903
+ var jr = "0.1.3-beta.1", Mr = tr, Nr = Qn, Pr = $n, Fr = nr, Ir = er, Lr = () => ({
2903
2904
  ...Ar(),
2904
2905
  version: jr
2905
2906
  });