canvu-react 0.3.28 → 0.3.29
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/react.cjs +8 -0
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +8 -0
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/react.cjs
CHANGED
|
@@ -3651,6 +3651,10 @@ var TOOLBAR_TOOLTIP_CSS = `
|
|
|
3651
3651
|
opacity: 1;
|
|
3652
3652
|
visibility: visible;
|
|
3653
3653
|
}
|
|
3654
|
+
[data-slot="vector-canvas-toolbar"][data-position^="top-"] .vector-toolbar-tip {
|
|
3655
|
+
top: calc(100% + 8px);
|
|
3656
|
+
bottom: auto;
|
|
3657
|
+
}
|
|
3654
3658
|
`;
|
|
3655
3659
|
var OVERFLOW_MENU_CSS = `
|
|
3656
3660
|
.vector-toolbar-overflow-panel {
|
|
@@ -3733,6 +3737,10 @@ var OVERFLOW_MENU_CSS = `
|
|
|
3733
3737
|
opacity: 1;
|
|
3734
3738
|
visibility: visible;
|
|
3735
3739
|
}
|
|
3740
|
+
[data-slot="vector-canvas-toolbar"][data-position^="top-"] .vector-toolbar-overflow-tip {
|
|
3741
|
+
top: calc(100% + 8px);
|
|
3742
|
+
bottom: auto;
|
|
3743
|
+
}
|
|
3736
3744
|
.vector-toolbar-overflow-cell > button {
|
|
3737
3745
|
background: rgba(24,24,27,0.05);
|
|
3738
3746
|
}
|