bfg-common 1.4.757 → 1.4.758

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.
@@ -1,4 +1,4 @@
1
- <svg width="38" height="3040" viewBox="0 0 38 3040" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="38" height="3040" viewBox="0 0 38 3040" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g clip-path="url(#clip0_2062_5209)">
3
3
  <path d="M18.7665 3.16675H11.611C9.8621 3.16675 8.44434 4.58451 8.44434 6.33342V31.6667C8.44434 33.4157 9.8621 34.8334 11.611 34.8334H26.3888C28.1377 34.8334 29.5554 33.4156 29.5554 31.6667V21.0639C29.2078 21.0952 28.8557 21.1112 28.4999 21.1112C28.1441 21.1112 27.792 21.0952 27.4443 21.0639V31.6667C27.4443 32.2497 26.9717 32.7223 26.3888 32.7223H11.611C11.028 32.7223 10.5554 32.2497 10.5554 31.6667V6.33342C10.5554 5.75045 11.028 5.27786 11.611 5.27786H17.6803C17.9709 4.53377 18.336 3.827 18.7665 3.16675Z" fill="#E9EAEC"/>
4
4
  <path d="M16.919 8.65564L13.7221 8.65564C13.2557 8.65564 12.8777 9.03371 12.8777 9.50008C12.8777 9.96646 13.2557 10.3445 13.7221 10.3445L16.919 10.3445C16.899 10.0657 16.8888 9.78406 16.8888 9.50008C16.8888 9.2161 16.899 8.93451 16.919 8.65564Z" fill="#E9EAEC"/>
@@ -57,7 +57,7 @@ const setCurrentPositionsPopup = (): void => {
57
57
  if (contextMenuY + contextH >= windowH) {
58
58
  currentContextMenuY.value = 'auto'
59
59
  } else {
60
- if (isNewView.value) contextMenuY += 8
60
+ if (isNewView.value) contextMenuY += 4
61
61
  currentContextMenuY.value = `${contextMenuY}px`
62
62
  }
63
63
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.757",
4
+ "version": "1.4.758",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",