@flozy/editor 10.7.3 → 10.7.5

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.
@@ -197,6 +197,7 @@ export default function Select(props) {
197
197
  minHeight: "40px",
198
198
  padding: "2px",
199
199
  gap: "4px",
200
+ overflowX: 'auto',
200
201
  "& .MuiChip-root": {
201
202
  margin: "2px"
202
203
  }
@@ -206,6 +207,7 @@ export default function Select(props) {
206
207
  label: option?.label || option?.value,
207
208
  sx: {
208
209
  background: option?.color || appTheme?.palette?.editor?.tv_border1,
210
+ maxWidth: '150px',
209
211
  border: "none",
210
212
  "& .MuiChip-label": {
211
213
  paddingLeft: "12px !important",
@@ -45,7 +45,7 @@ const useGuideLineStyle = ({
45
45
  position: "absolute",
46
46
  width: "calc(50% - 162px)",
47
47
  height: "calc(100% - 2px)",
48
- backgroundColor: "rgba(255,255,255,1)",
48
+ backgroundColor: "rgba(255,255,255,0)",
49
49
  pointerEvents: "none",
50
50
  top: 2,
51
51
  "&.w_left": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.7.3",
3
+ "version": "10.7.5",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"