@mtngtools/frame-vue 0.0.19-experimental.0 → 0.0.20-experimental.0

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.
@@ -57,10 +57,10 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
57
57
  borderRadius: "0.375rem",
58
58
  borderWidth: "1px",
59
59
  borderStyle: "solid",
60
- paddingLeft: "0.5rem",
61
- paddingRight: "0.5rem",
62
- paddingTop: "0.25rem",
63
- paddingBottom: "0.25rem",
60
+ paddingLeft: "0.375rem",
61
+ paddingRight: "0.375rem",
62
+ paddingTop: "0.125rem",
63
+ paddingBottom: "0.125rem",
64
64
  fontSize: "0.70rem",
65
65
  lineHeight: "1.2rem",
66
66
  textTransform: "uppercase"
@@ -139,7 +139,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
139
139
  justifyContent: "space-between",
140
140
  gap: "0.5rem",
141
141
  overflow: "hidden",
142
- padding: "0.25rem 0.5rem"
142
+ padding: "0.5rem 0.5rem"
143
143
  }
144
144
  }, _hoisted_2$1 = {
145
145
  key: 1,
@@ -198,10 +198,10 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
198
198
  borderRadius: "0.375rem 0.375rem 0 0",
199
199
  borderWidth: "1px",
200
200
  borderStyle: "solid",
201
- paddingLeft: "0.5rem",
202
- paddingRight: "0.5rem",
203
- paddingTop: "0.25rem",
204
- paddingBottom: "0.25rem",
201
+ paddingLeft: "0.375rem",
202
+ paddingRight: "0.375rem",
203
+ paddingTop: "0.125rem",
204
+ paddingBottom: "0.125rem",
205
205
  fontSize: "0.70rem",
206
206
  lineHeight: "1.2rem",
207
207
  textTransform: "uppercase"
@@ -312,7 +312,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
312
312
  })), m = computed(() => ({
313
313
  display: "grid",
314
314
  gridTemplateColumns: "1fr",
315
- gridTemplateRows: a.value ? "1.8rem" : "1.8rem minmax(0, 1fr)"
315
+ gridTemplateRows: a.value ? "max-content" : "max-content minmax(0, 1fr)"
316
316
  })), g = computed(() => n.overlayOnly ? "border-neutral-700 bg-black/95" : "");
317
317
  return (t, n) => i.value ? (openBlock(), createElementBlock("div", _hoisted_1$1, [createElementVNode("div", { style: normalizeStyle(s.value) }, [createElementVNode("section", {
318
318
  "data-test": "side-panel-frame-shell",
@@ -431,7 +431,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
431
431
  gridTemplateRows: `minmax(0, 1fr) ${I.value}`,
432
432
  gridTemplateColumns: "1fr"
433
433
  } : C.value === "minimized" ? {
434
- gridTemplateRows: "1fr 34px",
434
+ gridTemplateRows: "1fr max-content",
435
435
  gridTemplateColumns: "1fr"
436
436
  } : { gridTemplate: "1fr / 1fr" }), pe = computed(() => {
437
437
  let e = {
@@ -788,7 +788,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
788
788
  ])], 4)) : createCommentVNode("", !0)
789
789
  ], 4)], 4));
790
790
  }
791
- }), [["__scopeId", "data-v-d5034225"]]), LoggedInOut_default = /* @__PURE__ */ defineComponent({
791
+ }), [["__scopeId", "data-v-6d5f1013"]]), LoggedInOut_default = /* @__PURE__ */ defineComponent({
792
792
  __name: "LoggedInOut",
793
793
  props: {
794
794
  initiallyLoggedIn: { type: Boolean },
@@ -1,5 +1,5 @@
1
1
  import { i as IconPanelRight_default, n as IconPanelFull_default, r as IconPanelBottom_default, t as IconClose_default } from "./IconClose-7R37a2Ma.js";
2
2
  import "./icons.js";
3
- import { a as SidePanelButtonGroup_default, i as SidePanelHeader_default, n as LiveFrame_default, o as SidePanelControlButton_default, r as SidePanelFrame_default, t as LoggedInOut_default } from "./LoggedInOut-NpAFe-uy.js";
3
+ import { a as SidePanelButtonGroup_default, i as SidePanelHeader_default, n as LiveFrame_default, o as SidePanelControlButton_default, r as SidePanelFrame_default, t as LoggedInOut_default } from "./LoggedInOut-C-bqxxIj.js";
4
4
  import "./useSimpleLoggedIn-Dy7e3LcN.js";
5
5
  export { IconClose_default as IconClose, IconPanelBottom_default as IconPanelBottom, IconPanelFull_default as IconPanelFull, IconPanelRight_default as IconPanelRight, LiveFrame_default as LiveFrame, LoggedInOut_default as LoggedInOut, SidePanelButtonGroup_default as SidePanelButtonGroup, SidePanelControlButton_default as SidePanelControlButton, SidePanelFrame_default as SidePanelFrame, SidePanelHeader_default as SidePanelHeader };
@@ -1,2 +1,2 @@
1
- .slot-content-container>[data-v-d5034225-s]{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;max-height:100%!important;display:block!important}
1
+ .slot-content-container>[data-v-6d5f1013-s]{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;max-height:100%!important;display:block!important}
2
2
  /*$vite$:1*/
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { i as IconPanelRight_default, n as IconPanelFull_default, r as IconPanelBottom_default, t as IconClose_default } from "./IconClose-7R37a2Ma.js";
2
- import { a as SidePanelButtonGroup_default, i as SidePanelHeader_default, n as LiveFrame_default, o as SidePanelControlButton_default, r as SidePanelFrame_default, t as LoggedInOut_default } from "./LoggedInOut-NpAFe-uy.js";
2
+ import { a as SidePanelButtonGroup_default, i as SidePanelHeader_default, n as LiveFrame_default, o as SidePanelControlButton_default, r as SidePanelFrame_default, t as LoggedInOut_default } from "./LoggedInOut-C-bqxxIj.js";
3
3
  import { t as useSimpleLoggedIn } from "./useSimpleLoggedIn-Dy7e3LcN.js";
4
4
  import "./components.js";
5
5
  import "./composables.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtngtools/frame-vue",
3
- "version": "0.0.19-experimental.0",
3
+ "version": "0.0.20-experimental.0",
4
4
  "description": "(Experimental) Vue.js component and composable library for mtngTOOLS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",