@industry-theme/principal-view-panels 0.1.19 → 0.1.21

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 +1 @@
1
- {"version":3,"file":"PrincipalViewGraphPanel.d.ts","sourceRoot":"","sources":["../../src/panels/PrincipalViewGraphPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAsD/E;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2rCjE,CAAC"}
1
+ {"version":3,"file":"PrincipalViewGraphPanel.d.ts","sourceRoot":"","sources":["../../src/panels/PrincipalViewGraphPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAsD/E;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8rCjE,CAAC"}
@@ -54124,14 +54124,17 @@ const PrincipalViewGraphPanel = ({
54124
54124
  ] }),
54125
54125
  /* @__PURE__ */ jsxs("div", { style: { flex: 1, display: "flex", position: "relative", overflow: "hidden" }, children: [
54126
54126
  state.showCanvasSelector && /* @__PURE__ */ jsxs("div", { style: {
54127
+ position: "absolute",
54128
+ left: 0,
54129
+ top: 0,
54127
54130
  width: 280,
54128
54131
  height: "100%",
54129
54132
  backgroundColor: theme.colors.background,
54130
54133
  borderRight: `1px solid ${theme.colors.border}`,
54131
54134
  display: "flex",
54132
54135
  flexDirection: "column",
54133
- flexShrink: 0,
54134
- overflow: "hidden"
54136
+ overflow: "hidden",
54137
+ zIndex: 1e3
54135
54138
  }, children: [
54136
54139
  /* @__PURE__ */ jsxs("div", { style: {
54137
54140
  height: 39,