microboard-ui-temp 0.1.149 → 0.1.151

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.
@@ -375033,7 +375033,8 @@ function GetCard({ cardPosition, rounded = "none" }) {
375033
375033
  rounded,
375034
375034
  hotkey: getHotkeyLabel(`getCard-${cardPosition}`)
375035
375035
  }, /* @__PURE__ */ import_react284.default.createElement(Icon, {
375036
- iconName
375036
+ iconName,
375037
+ width: cardPosition === "random" ? 20 : 24
375037
375038
  }));
375038
375039
  }
375039
375040
 
@@ -375382,13 +375383,22 @@ function SpreadCards({ rounded = "none" }) {
375382
375383
  const { top, right } = deck.getMbr();
375383
375384
  const cards = deck.getCards(count);
375384
375385
  if (cards) {
375386
+ const translation = {};
375385
375387
  const width2 = cards[0].getWidth();
375386
375388
  cards.forEach((card, index4) => {
375387
- card.transformation.translateTo(right + 5 + width2 * index4, top);
375389
+ const id3 = card.getId();
375390
+ translation[id3] = {
375391
+ class: "Transformation",
375392
+ method: "scaleByTranslateBy",
375393
+ item: [id3],
375394
+ scale: { x: 1, y: 1 },
375395
+ translate: { x: right + 5 + width2 * index4, y: top }
375396
+ };
375388
375397
  });
375398
+ board.selection.transformMany(translation, Date.now());
375399
+ board.selection.items.removeAll();
375400
+ board.selection.add(cards);
375389
375401
  }
375390
- board.selection.items.removeAll();
375391
- board.selection.add(cards);
375392
375402
  if (deck.getDeck().length === 0) {
375393
375403
  board.remove(deck);
375394
375404
  }
@@ -375534,7 +375544,8 @@ function GetRandomItem({ rounded = "none" }) {
375534
375544
  variant: "secondary",
375535
375545
  rounded
375536
375546
  }, /* @__PURE__ */ import_react295.default.createElement(Icon, {
375537
- iconName: "GetRandomItem"
375547
+ iconName: "GetRandomItem",
375548
+ width: 20
375538
375549
  })), /* @__PURE__ */ import_react295.default.createElement(UiSeparator, {
375539
375550
  vertical: true
375540
375551
  }));
@@ -446472,7 +446483,7 @@ var sprite_default = `<svg width="0" height="0" class="hidden">
446472
446483
  <svg id="GetRandomItem" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="height: 256px; width: 256px;">
446473
446484
  <g class="" style="" transform="matrix(1.416517, 0, 0, 1.553792, -107.112808, -189.294052)" id="object-0">
446474
446485
  <path d="M 241.72 269.151 L 241.72 204.196 L 206.875 204.196 L 256.005 124.456 L 305.125 204.196 L 270.278 204.196 L 270.278 269.151 L 241.72 269.151 Z" fill="#ffffff" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="9" style=""/>
446475
- <path d="M 155.569 233.269 L 356.517 233.266 C 362.585 233.509 368.936 236.552 372.966 240.671 C 376.724 245.047 379.461 251.802 379.696 258.461 L 379.699 426.328 C 379.476 432.958 376.691 439.897 372.923 444.301 C 368.917 448.406 362.734 451.398 356.639 451.654 L 155.692 451.657 C 149.623 451.414 143.273 448.371 139.243 444.252 C 135.485 439.876 132.747 433.121 132.512 426.462 L 132.509 258.595 C 132.732 251.965 135.518 245.026 139.286 240.622 C 143.292 236.517 149.474 233.525 155.569 233.269 Z M 146.398 248.416 C 143.69 251.194 142.384 254.231 142.586 258.72 L 142.58 426.462 C 142.365 430.923 143.591 433.682 146.376 436.483 C 148.917 439.442 151.698 440.869 155.806 440.646 L 356.639 440.654 C 360.722 440.889 363.246 439.551 365.81 436.507 C 368.519 433.729 369.825 430.692 369.622 426.203 L 369.629 258.461 C 369.857 254.03 368.562 251.264 365.821 248.424 C 363.281 245.476 360.511 244.054 356.402 244.277 L 155.569 244.269 C 151.487 244.034 148.962 245.372 146.398 248.416 Z" style="stroke-width: 0px; stroke-miterlimit: 1;" id="object-1"/><text style="font-family: Arial, sans-serif; font-size: 28px; white-space: pre;" transform="matrix(6.611693, 0, 0, 5.511561, -1365.666382, -1450.356812)" x="237.538" y="358.974">?</text><rect x="222.547" y="229.857" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254);"/><rect x="275.249" y="229.972" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/><rect x="246.702" y="228.388" width="18.61" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/>
446486
+ <path d="M 155.569 233.269 L 356.517 233.266 C 362.585 233.509 368.936 236.552 372.966 240.671 C 376.724 245.047 379.461 251.802 379.696 258.461 L 379.699 426.328 C 379.476 432.958 376.691 439.897 372.923 444.301 C 368.917 448.406 362.734 451.398 356.639 451.654 L 155.692 451.657 C 149.623 451.414 143.273 448.371 139.243 444.252 C 135.485 439.876 132.747 433.121 132.512 426.462 L 132.509 258.595 C 132.732 251.965 135.518 245.026 139.286 240.622 C 143.292 236.517 149.474 233.525 155.569 233.269 Z M 146.398 248.416 C 143.69 251.194 142.384 254.231 142.586 258.72 L 142.58 426.462 C 142.365 430.923 143.591 433.682 146.376 436.483 C 148.917 439.442 151.698 440.869 155.806 440.646 L 356.639 440.654 C 360.722 440.889 363.246 439.551 365.81 436.507 C 368.519 433.729 369.825 430.692 369.622 426.203 L 369.629 258.461 C 369.857 254.03 368.562 251.264 365.821 248.424 C 363.281 245.476 360.511 244.054 356.402 244.277 L 155.569 244.269 C 151.487 244.034 148.962 245.372 146.398 248.416 Z" style="stroke-width: 0px; stroke-miterlimit: 1;" id="object-1"/><text style="font-family: Arial, sans-serif; font-size: 28px; white-space: pre;" transform="matrix(6.611693, 0, 0, 5.511561, -1365.666382, -1490.356812)" x="237.538" y="358.974">?</text><rect x="222.547" y="229.857" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254);"/><rect x="275.249" y="229.972" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/><rect x="246.702" y="228.388" width="18.61" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/>
446476
446487
  </g>
446477
446488
  </svg>
446478
446489
  <symbol id="GameItems" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg">
package/dist/example.html CHANGED
@@ -32,7 +32,7 @@
32
32
  />
33
33
 
34
34
  <link rel="stylesheet" crossorigin href="/chunk-zvtc1yhk.css"><script src="/env.js"></script>
35
- <script type="module" crossorigin src="/chunk-sp8ew040.js"></script></head>
35
+ <script type="module" crossorigin src="/chunk-6hjzc7qf.js"></script></head>
36
36
 
37
37
  <body
38
38
  style="
package/dist/index.js CHANGED
@@ -375033,7 +375033,8 @@ function GetCard({ cardPosition, rounded = "none" }) {
375033
375033
  rounded,
375034
375034
  hotkey: getHotkeyLabel(`getCard-${cardPosition}`)
375035
375035
  }, /* @__PURE__ */ import_react284.default.createElement(Icon, {
375036
- iconName
375036
+ iconName,
375037
+ width: cardPosition === "random" ? 20 : 24
375037
375038
  }));
375038
375039
  }
375039
375040
 
@@ -375382,13 +375383,22 @@ function SpreadCards({ rounded = "none" }) {
375382
375383
  const { top, right } = deck.getMbr();
375383
375384
  const cards = deck.getCards(count);
375384
375385
  if (cards) {
375386
+ const translation = {};
375385
375387
  const width2 = cards[0].getWidth();
375386
375388
  cards.forEach((card, index4) => {
375387
- card.transformation.translateTo(right + 5 + width2 * index4, top);
375389
+ const id3 = card.getId();
375390
+ translation[id3] = {
375391
+ class: "Transformation",
375392
+ method: "scaleByTranslateBy",
375393
+ item: [id3],
375394
+ scale: { x: 1, y: 1 },
375395
+ translate: { x: right + 5 + width2 * index4, y: top }
375396
+ };
375388
375397
  });
375398
+ board.selection.transformMany(translation, Date.now());
375399
+ board.selection.items.removeAll();
375400
+ board.selection.add(cards);
375389
375401
  }
375390
- board.selection.items.removeAll();
375391
- board.selection.add(cards);
375392
375402
  if (deck.getDeck().length === 0) {
375393
375403
  board.remove(deck);
375394
375404
  }
@@ -375534,7 +375544,8 @@ function GetRandomItem({ rounded = "none" }) {
375534
375544
  variant: "secondary",
375535
375545
  rounded
375536
375546
  }, /* @__PURE__ */ import_react295.default.createElement(Icon, {
375537
- iconName: "GetRandomItem"
375547
+ iconName: "GetRandomItem",
375548
+ width: 20
375538
375549
  })), /* @__PURE__ */ import_react295.default.createElement(UiSeparator, {
375539
375550
  vertical: true
375540
375551
  }));
@@ -446472,7 +446483,7 @@ var sprite_default = `<svg width="0" height="0" class="hidden">
446472
446483
  <svg id="GetRandomItem" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="height: 256px; width: 256px;">
446473
446484
  <g class="" style="" transform="matrix(1.416517, 0, 0, 1.553792, -107.112808, -189.294052)" id="object-0">
446474
446485
  <path d="M 241.72 269.151 L 241.72 204.196 L 206.875 204.196 L 256.005 124.456 L 305.125 204.196 L 270.278 204.196 L 270.278 269.151 L 241.72 269.151 Z" fill="#ffffff" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="9" style=""/>
446475
- <path d="M 155.569 233.269 L 356.517 233.266 C 362.585 233.509 368.936 236.552 372.966 240.671 C 376.724 245.047 379.461 251.802 379.696 258.461 L 379.699 426.328 C 379.476 432.958 376.691 439.897 372.923 444.301 C 368.917 448.406 362.734 451.398 356.639 451.654 L 155.692 451.657 C 149.623 451.414 143.273 448.371 139.243 444.252 C 135.485 439.876 132.747 433.121 132.512 426.462 L 132.509 258.595 C 132.732 251.965 135.518 245.026 139.286 240.622 C 143.292 236.517 149.474 233.525 155.569 233.269 Z M 146.398 248.416 C 143.69 251.194 142.384 254.231 142.586 258.72 L 142.58 426.462 C 142.365 430.923 143.591 433.682 146.376 436.483 C 148.917 439.442 151.698 440.869 155.806 440.646 L 356.639 440.654 C 360.722 440.889 363.246 439.551 365.81 436.507 C 368.519 433.729 369.825 430.692 369.622 426.203 L 369.629 258.461 C 369.857 254.03 368.562 251.264 365.821 248.424 C 363.281 245.476 360.511 244.054 356.402 244.277 L 155.569 244.269 C 151.487 244.034 148.962 245.372 146.398 248.416 Z" style="stroke-width: 0px; stroke-miterlimit: 1;" id="object-1"/><text style="font-family: Arial, sans-serif; font-size: 28px; white-space: pre;" transform="matrix(6.611693, 0, 0, 5.511561, -1365.666382, -1450.356812)" x="237.538" y="358.974">?</text><rect x="222.547" y="229.857" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254);"/><rect x="275.249" y="229.972" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/><rect x="246.702" y="228.388" width="18.61" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/>
446486
+ <path d="M 155.569 233.269 L 356.517 233.266 C 362.585 233.509 368.936 236.552 372.966 240.671 C 376.724 245.047 379.461 251.802 379.696 258.461 L 379.699 426.328 C 379.476 432.958 376.691 439.897 372.923 444.301 C 368.917 448.406 362.734 451.398 356.639 451.654 L 155.692 451.657 C 149.623 451.414 143.273 448.371 139.243 444.252 C 135.485 439.876 132.747 433.121 132.512 426.462 L 132.509 258.595 C 132.732 251.965 135.518 245.026 139.286 240.622 C 143.292 236.517 149.474 233.525 155.569 233.269 Z M 146.398 248.416 C 143.69 251.194 142.384 254.231 142.586 258.72 L 142.58 426.462 C 142.365 430.923 143.591 433.682 146.376 436.483 C 148.917 439.442 151.698 440.869 155.806 440.646 L 356.639 440.654 C 360.722 440.889 363.246 439.551 365.81 436.507 C 368.519 433.729 369.825 430.692 369.622 426.203 L 369.629 258.461 C 369.857 254.03 368.562 251.264 365.821 248.424 C 363.281 245.476 360.511 244.054 356.402 244.277 L 155.569 244.269 C 151.487 244.034 148.962 245.372 146.398 248.416 Z" style="stroke-width: 0px; stroke-miterlimit: 1;" id="object-1"/><text style="font-family: Arial, sans-serif; font-size: 28px; white-space: pre;" transform="matrix(6.611693, 0, 0, 5.511561, -1365.666382, -1490.356812)" x="237.538" y="358.974">?</text><rect x="222.547" y="229.857" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254);"/><rect x="275.249" y="229.972" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/><rect x="246.702" y="228.388" width="18.61" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/>
446476
446487
  </g>
446477
446488
  </svg>
446478
446489
  <symbol id="GameItems" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg">
package/dist/spa.js CHANGED
@@ -375033,7 +375033,8 @@ function GetCard({ cardPosition, rounded = "none" }) {
375033
375033
  rounded,
375034
375034
  hotkey: getHotkeyLabel(`getCard-${cardPosition}`)
375035
375035
  }, /* @__PURE__ */ import_react284.default.createElement(Icon, {
375036
- iconName
375036
+ iconName,
375037
+ width: cardPosition === "random" ? 20 : 24
375037
375038
  }));
375038
375039
  }
375039
375040
 
@@ -375382,13 +375383,22 @@ function SpreadCards({ rounded = "none" }) {
375382
375383
  const { top, right } = deck.getMbr();
375383
375384
  const cards = deck.getCards(count);
375384
375385
  if (cards) {
375386
+ const translation = {};
375385
375387
  const width2 = cards[0].getWidth();
375386
375388
  cards.forEach((card, index4) => {
375387
- card.transformation.translateTo(right + 5 + width2 * index4, top);
375389
+ const id3 = card.getId();
375390
+ translation[id3] = {
375391
+ class: "Transformation",
375392
+ method: "scaleByTranslateBy",
375393
+ item: [id3],
375394
+ scale: { x: 1, y: 1 },
375395
+ translate: { x: right + 5 + width2 * index4, y: top }
375396
+ };
375388
375397
  });
375398
+ board.selection.transformMany(translation, Date.now());
375399
+ board.selection.items.removeAll();
375400
+ board.selection.add(cards);
375389
375401
  }
375390
- board.selection.items.removeAll();
375391
- board.selection.add(cards);
375392
375402
  if (deck.getDeck().length === 0) {
375393
375403
  board.remove(deck);
375394
375404
  }
@@ -375534,7 +375544,8 @@ function GetRandomItem({ rounded = "none" }) {
375534
375544
  variant: "secondary",
375535
375545
  rounded
375536
375546
  }, /* @__PURE__ */ import_react295.default.createElement(Icon, {
375537
- iconName: "GetRandomItem"
375547
+ iconName: "GetRandomItem",
375548
+ width: 20
375538
375549
  })), /* @__PURE__ */ import_react295.default.createElement(UiSeparator, {
375539
375550
  vertical: true
375540
375551
  }));
@@ -446472,7 +446483,7 @@ var sprite_default = `<svg width="0" height="0" class="hidden">
446472
446483
  <svg id="GetRandomItem" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="height: 256px; width: 256px;">
446473
446484
  <g class="" style="" transform="matrix(1.416517, 0, 0, 1.553792, -107.112808, -189.294052)" id="object-0">
446474
446485
  <path d="M 241.72 269.151 L 241.72 204.196 L 206.875 204.196 L 256.005 124.456 L 305.125 204.196 L 270.278 204.196 L 270.278 269.151 L 241.72 269.151 Z" fill="#ffffff" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="9" style=""/>
446475
- <path d="M 155.569 233.269 L 356.517 233.266 C 362.585 233.509 368.936 236.552 372.966 240.671 C 376.724 245.047 379.461 251.802 379.696 258.461 L 379.699 426.328 C 379.476 432.958 376.691 439.897 372.923 444.301 C 368.917 448.406 362.734 451.398 356.639 451.654 L 155.692 451.657 C 149.623 451.414 143.273 448.371 139.243 444.252 C 135.485 439.876 132.747 433.121 132.512 426.462 L 132.509 258.595 C 132.732 251.965 135.518 245.026 139.286 240.622 C 143.292 236.517 149.474 233.525 155.569 233.269 Z M 146.398 248.416 C 143.69 251.194 142.384 254.231 142.586 258.72 L 142.58 426.462 C 142.365 430.923 143.591 433.682 146.376 436.483 C 148.917 439.442 151.698 440.869 155.806 440.646 L 356.639 440.654 C 360.722 440.889 363.246 439.551 365.81 436.507 C 368.519 433.729 369.825 430.692 369.622 426.203 L 369.629 258.461 C 369.857 254.03 368.562 251.264 365.821 248.424 C 363.281 245.476 360.511 244.054 356.402 244.277 L 155.569 244.269 C 151.487 244.034 148.962 245.372 146.398 248.416 Z" style="stroke-width: 0px; stroke-miterlimit: 1;" id="object-1"/><text style="font-family: Arial, sans-serif; font-size: 28px; white-space: pre;" transform="matrix(6.611693, 0, 0, 5.511561, -1365.666382, -1450.356812)" x="237.538" y="358.974">?</text><rect x="222.547" y="229.857" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254);"/><rect x="275.249" y="229.972" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/><rect x="246.702" y="228.388" width="18.61" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/>
446486
+ <path d="M 155.569 233.269 L 356.517 233.266 C 362.585 233.509 368.936 236.552 372.966 240.671 C 376.724 245.047 379.461 251.802 379.696 258.461 L 379.699 426.328 C 379.476 432.958 376.691 439.897 372.923 444.301 C 368.917 448.406 362.734 451.398 356.639 451.654 L 155.692 451.657 C 149.623 451.414 143.273 448.371 139.243 444.252 C 135.485 439.876 132.747 433.121 132.512 426.462 L 132.509 258.595 C 132.732 251.965 135.518 245.026 139.286 240.622 C 143.292 236.517 149.474 233.525 155.569 233.269 Z M 146.398 248.416 C 143.69 251.194 142.384 254.231 142.586 258.72 L 142.58 426.462 C 142.365 430.923 143.591 433.682 146.376 436.483 C 148.917 439.442 151.698 440.869 155.806 440.646 L 356.639 440.654 C 360.722 440.889 363.246 439.551 365.81 436.507 C 368.519 433.729 369.825 430.692 369.622 426.203 L 369.629 258.461 C 369.857 254.03 368.562 251.264 365.821 248.424 C 363.281 245.476 360.511 244.054 356.402 244.277 L 155.569 244.269 C 151.487 244.034 148.962 245.372 146.398 248.416 Z" style="stroke-width: 0px; stroke-miterlimit: 1;" id="object-1"/><text style="font-family: Arial, sans-serif; font-size: 28px; white-space: pre;" transform="matrix(6.611693, 0, 0, 5.511561, -1365.666382, -1490.356812)" x="237.538" y="358.974">?</text><rect x="222.547" y="229.857" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254);"/><rect x="275.249" y="229.972" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/><rect x="246.702" y="228.388" width="18.61" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/>
446476
446487
  </g>
446477
446488
  </svg>
446478
446489
  <symbol id="GameItems" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg">
package/dist/sprite.svg CHANGED
@@ -1790,7 +1790,7 @@
1790
1790
  <svg id="GetRandomItem" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="height: 256px; width: 256px;">
1791
1791
  <g class="" style="" transform="matrix(1.416517, 0, 0, 1.553792, -107.112808, -189.294052)" id="object-0">
1792
1792
  <path d="M 241.72 269.151 L 241.72 204.196 L 206.875 204.196 L 256.005 124.456 L 305.125 204.196 L 270.278 204.196 L 270.278 269.151 L 241.72 269.151 Z" fill="#ffffff" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="9" style=""/>
1793
- <path d="M 155.569 233.269 L 356.517 233.266 C 362.585 233.509 368.936 236.552 372.966 240.671 C 376.724 245.047 379.461 251.802 379.696 258.461 L 379.699 426.328 C 379.476 432.958 376.691 439.897 372.923 444.301 C 368.917 448.406 362.734 451.398 356.639 451.654 L 155.692 451.657 C 149.623 451.414 143.273 448.371 139.243 444.252 C 135.485 439.876 132.747 433.121 132.512 426.462 L 132.509 258.595 C 132.732 251.965 135.518 245.026 139.286 240.622 C 143.292 236.517 149.474 233.525 155.569 233.269 Z M 146.398 248.416 C 143.69 251.194 142.384 254.231 142.586 258.72 L 142.58 426.462 C 142.365 430.923 143.591 433.682 146.376 436.483 C 148.917 439.442 151.698 440.869 155.806 440.646 L 356.639 440.654 C 360.722 440.889 363.246 439.551 365.81 436.507 C 368.519 433.729 369.825 430.692 369.622 426.203 L 369.629 258.461 C 369.857 254.03 368.562 251.264 365.821 248.424 C 363.281 245.476 360.511 244.054 356.402 244.277 L 155.569 244.269 C 151.487 244.034 148.962 245.372 146.398 248.416 Z" style="stroke-width: 0px; stroke-miterlimit: 1;" id="object-1"/><text style="font-family: Arial, sans-serif; font-size: 28px; white-space: pre;" transform="matrix(6.611693, 0, 0, 5.511561, -1365.666382, -1450.356812)" x="237.538" y="358.974">?</text><rect x="222.547" y="229.857" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254);"/><rect x="275.249" y="229.972" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/><rect x="246.702" y="228.388" width="18.61" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/>
1793
+ <path d="M 155.569 233.269 L 356.517 233.266 C 362.585 233.509 368.936 236.552 372.966 240.671 C 376.724 245.047 379.461 251.802 379.696 258.461 L 379.699 426.328 C 379.476 432.958 376.691 439.897 372.923 444.301 C 368.917 448.406 362.734 451.398 356.639 451.654 L 155.692 451.657 C 149.623 451.414 143.273 448.371 139.243 444.252 C 135.485 439.876 132.747 433.121 132.512 426.462 L 132.509 258.595 C 132.732 251.965 135.518 245.026 139.286 240.622 C 143.292 236.517 149.474 233.525 155.569 233.269 Z M 146.398 248.416 C 143.69 251.194 142.384 254.231 142.586 258.72 L 142.58 426.462 C 142.365 430.923 143.591 433.682 146.376 436.483 C 148.917 439.442 151.698 440.869 155.806 440.646 L 356.639 440.654 C 360.722 440.889 363.246 439.551 365.81 436.507 C 368.519 433.729 369.825 430.692 369.622 426.203 L 369.629 258.461 C 369.857 254.03 368.562 251.264 365.821 248.424 C 363.281 245.476 360.511 244.054 356.402 244.277 L 155.569 244.269 C 151.487 244.034 148.962 245.372 146.398 248.416 Z" style="stroke-width: 0px; stroke-miterlimit: 1;" id="object-1"/><text style="font-family: Arial, sans-serif; font-size: 28px; white-space: pre;" transform="matrix(6.611693, 0, 0, 5.511561, -1365.666382, -1490.356812)" x="237.538" y="358.974">?</text><rect x="222.547" y="229.857" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254);"/><rect x="275.249" y="229.972" width="14.154" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/><rect x="246.702" y="228.388" width="18.61" height="19.077" style="stroke: rgb(255, 255, 255); paint-order: fill; fill: rgb(254, 254, 254); stroke-width: 1;"/>
1794
1794
  </g>
1795
1795
  </svg>
1796
1796
  <symbol id="GameItems" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.149",
3
+ "version": "0.1.151",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",