@flozy/editor 10.7.3 → 10.7.4

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.
@@ -206,6 +206,7 @@ export default function Select(props) {
206
206
  label: option?.label || option?.value,
207
207
  sx: {
208
208
  background: option?.color || appTheme?.palette?.editor?.tv_border1,
209
+ maxWidth: '150px',
209
210
  border: "none",
210
211
  "& .MuiChip-label": {
211
212
  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.4",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"