@mtngtools/frame-vue 0.0.6-experimental.0 → 0.0.8-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.
@@ -0,0 +1,2 @@
1
+ export * from './useSimpleLoggedIn';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/composables/useSimpleLoggedIn/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../../src/composables/useSimpleLoggedIn/spec/index.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Shared state for simple logged in status.
3
+ */
4
+ export declare function useSimpleLoggedIn(): {
5
+ loggedIn: import('vue').Ref<boolean, boolean>;
6
+ setToLoggedIn: () => void;
7
+ setToLoggedOut: () => void;
8
+ toggleLoggedIn: () => void;
9
+ };
10
+ //# sourceMappingURL=useSimpleLoggedIn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSimpleLoggedIn.d.ts","sourceRoot":"","sources":["../../../src/composables/useSimpleLoggedIn/useSimpleLoggedIn.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,wBAAgB,iBAAiB;;;;;EAmBhC"}
@@ -1,2 +1,2 @@
1
- .slot-content-container>[data-v-f88c1cd2-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-1dc710d8-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
@@ -206,7 +206,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
206
206
  height: "100%"
207
207
  }
208
208
  }, _hoisted_2 = {
209
- class: "border-b border-neutral-700",
209
+ class: "",
210
210
  style: {
211
211
  gridColumn: "1 / 2",
212
212
  gridRow: "1 / 2",
@@ -285,7 +285,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
285
285
  display: "grid",
286
286
  gridTemplateColumns: "1fr",
287
287
  gridTemplateRows: f.value ? "1.8rem" : "1.8rem minmax(0, 1fr)"
288
- })), ee = computed(() => o.overlayOnly ? "border-neutral-700 bg-neutral-900/95" : "border-neutral-700 bg-neutral-900");
288
+ })), ee = computed(() => o.overlayOnly ? "border-neutral-700 bg-black/95" : "");
289
289
  return (t, n) => l.value ? (openBlock(), createElementBlock("div", _hoisted_1$1, [createElementVNode("div", { style: normalizeStyle(p.value) }, [createElementVNode("section", {
290
290
  "data-test": "side-panel-frame-shell",
291
291
  class: normalizeClass(ee.value),
@@ -669,7 +669,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
669
669
  }), (t, c) => (openBlock(), createElementBlock("section", {
670
670
  ref_key: "rootRef",
671
671
  ref: v,
672
- class: "bg-neutral-950 text-neutral-100",
672
+ class: "bg-black text-neutral-100",
673
673
  style: normalizeStyle({ ...pe.value })
674
674
  }, [N.value ? withDirectives((openBlock(), createElementBlock("header", {
675
675
  key: 0,
@@ -710,7 +710,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
710
710
  }, [renderSlot(t.$slots, "default")], 4),
711
711
  H.value ? (openBlock(), createElementBlock("div", {
712
712
  key: 0,
713
- class: "bg-neutral-950",
713
+ class: "bg-black",
714
714
  style: normalizeStyle({
715
715
  ...H.value,
716
716
  gridColumn: "1 / 2",
@@ -747,5 +747,5 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
747
747
  ])], 4)) : createCommentVNode("", !0)
748
748
  ], 4)], 4));
749
749
  }
750
- }), [["__scopeId", "data-v-f88c1cd2"]]);
750
+ }), [["__scopeId", "data-v-1dc710d8"]]);
751
751
  export { LiveFrame_default as LiveFrame, SidePanelButtonGroup_default as SidePanelButtonGroup, SidePanelControlButton_default as SidePanelControlButton, SidePanelFrame_default as SidePanelFrame, SidePanelHeader_default as SidePanelHeader };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtngtools/frame-vue",
3
- "version": "0.0.6-experimental.0",
3
+ "version": "0.0.8-experimental.0",
4
4
  "description": "(Experimental) Vue.js component and composable library for mtngTOOLS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",