@mtngtools/frame-vue 0.0.17-experimental.0 → 0.0.18-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.
@@ -360,8 +360,8 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
360
360
  let e = y.value;
361
361
  if (!e) return;
362
362
  let t = l.enforceSlotSizingQuerySelector ? Array.from(e.querySelectorAll(l.enforceSlotSizingQuerySelector)) : Array.from(e.children), n = `${w.value}px`;
363
- console.debug("enforceSlotChildSizing", l.enforceSlotSizingQuerySelector, n), t.forEach((e) => {
364
- e.style.height !== n && (e.style.height = n, console.debug("enforceSlotChildSizing", e, n));
363
+ t.forEach((e) => {
364
+ e.style.height !== n && (e.style.height = n);
365
365
  });
366
366
  }
367
367
  let T = ref("none"), E = ref("none"), D = ref([]), O = ref("none"), k = ref(!0), A = ref(!1), te = {
@@ -753,7 +753,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
753
753
  ])], 4)) : createCommentVNode("", !0)
754
754
  ], 4)], 4));
755
755
  }
756
- }), [["__scopeId", "data-v-e384bccd"]]), LoggedInOut_default = /* @__PURE__ */ defineComponent({
756
+ }), [["__scopeId", "data-v-5a7422a4"]]), LoggedInOut_default = /* @__PURE__ */ defineComponent({
757
757
  __name: "LoggedInOut",
758
758
  props: {
759
759
  initiallyLoggedIn: { type: Boolean },
@@ -1,3 +1,3 @@
1
- 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-BTGgPGqa.js";
1
+ 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-DOGsEpfb.js";
2
2
  import "./useSimpleLoggedIn-CSv5Xy3J.js";
3
3
  export { 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-e384bccd-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-5a7422a4-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,4 +1,4 @@
1
- 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-BTGgPGqa.js";
1
+ 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-DOGsEpfb.js";
2
2
  import { t as useSimpleLoggedIn } from "./useSimpleLoggedIn-CSv5Xy3J.js";
3
3
  import "./components.js";
4
4
  import "./composables.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtngtools/frame-vue",
3
- "version": "0.0.17-experimental.0",
3
+ "version": "0.0.18-experimental.0",
4
4
  "description": "(Experimental) Vue.js component and composable library for mtngTOOLS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",