sprintify-ui 0.8.11 → 0.8.12

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.
@@ -20556,7 +20556,7 @@ function _D(n) {
20556
20556
  function CD(n, t = "data:application/octet-stream") {
20557
20557
  return n.match(/^data:.*\/.*;base64,/) || (n = `${t};base64,${n}`), n;
20558
20558
  }
20559
- async function dL(n, t = "data:application/octet-stream") {
20559
+ async function d4(n, t = "data:application/octet-stream") {
20560
20560
  return n = CD(n, t), (await fetch(n)).blob();
20561
20561
  }
20562
20562
  class py {
@@ -46502,7 +46502,7 @@ const vP = /* @__PURE__ */ Oo(cP, [["render", gP]]), yP = /* @__PURE__ */ j("spa
46502
46502
  _: 3
46503
46503
  }, 8, ["show"]),
46504
46504
  j("div", {
46505
- class: ce(["flex flex-col min-h-full || xl:print:pl-0", [s.value ? "xl:pl-16" : "xl:pl-64"]])
46505
+ class: ce(["flex flex-col min-h-full || xl:print:pl-0", [s.value ? "xl:pl-14" : "xl:pl-64"]])
46506
46506
  }, [
46507
46507
  j("div", F3, [
46508
46508
  (I(!0), K(Ge, null, lt(C(r), (g) => (I(), ke(Vf, {
@@ -46544,14 +46544,14 @@ const vP = /* @__PURE__ */ Oo(cP, [["render", gP]]), yP = /* @__PURE__ */ j("spa
46544
46544
  ])
46545
46545
  ], 2),
46546
46546
  j("div", {
46547
- class: ce(["z-10 hidden || xl:fixed xl:inset-y-0 xl:flex xl:flex-col || xl:print:hidden", [s.value ? "xl:w-16" : "xl:w-64"]])
46547
+ class: ce(["z-10 hidden || xl:fixed xl:inset-y-0 xl:flex xl:flex-col || xl:print:hidden", [s.value ? "xl:w-14" : "xl:w-64"]])
46548
46548
  }, [
46549
46549
  j("div", {
46550
46550
  "data-scroll-lock-scrollable": "",
46551
46551
  class: ce(["flex flex-col flex-1 min-h-0 overflow-y-auto", [n.dark ? "bg-slate-800" : "bg-slate-50 ring-1 ring-black ring-opacity-10"]])
46552
46552
  }, [
46553
46553
  j("div", {
46554
- class: ce(["flex", [n.dark ? "bg-slate-900" : "border-b"]]),
46554
+ class: ce(["flex items-center shrink-0", [n.dark ? "bg-slate-900" : "border-b"]]),
46555
46555
  style: rt({ height: C(d) + "px" })
46556
46556
  }, [
46557
46557
  s.value ? ve("", !0) : (I(), ke(p, {
@@ -46573,7 +46573,7 @@ const vP = /* @__PURE__ */ Oo(cP, [["render", gP]]), yP = /* @__PURE__ */ j("spa
46573
46573
  type: "button",
46574
46574
  class: ce(["px-3 flex justify-center items-center", [
46575
46575
  n.dark ? "text-slate-400 hover:text-slate-50" : "text-slate-500 hover:text-slate-900",
46576
- s.value ? "grow" : "shrink-0"
46576
+ s.value ? "w-full" : "shrink-0"
46577
46577
  ]]),
46578
46578
  onClick: c
46579
46579
  }, [
@@ -46849,10 +46849,10 @@ const vP = /* @__PURE__ */ Oo(cP, [["render", gP]]), yP = /* @__PURE__ */ j("spa
46849
46849
  BaseTooltip: Do,
46850
46850
  BaseUniqueCode: y3
46851
46851
  }, Symbol.toStringTag, { value: "Module" }));
46852
- const X3 = 100, hL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46852
+ const X3 = 100, h4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46853
46853
  __proto__: null,
46854
46854
  MAGIC_NUM: X3
46855
- }, Symbol.toStringTag, { value: "Module" })), pL = { en: lg, fr: ag }, Ft = {
46855
+ }, Symbol.toStringTag, { value: "Module" })), p4 = { en: lg, fr: ag }, Ft = {
46856
46856
  http: r0.create(),
46857
46857
  locales: {
46858
46858
  en: "English",
@@ -46889,7 +46889,7 @@ function J3(n, t) {
46889
46889
  { immediate: !0 }
46890
46890
  );
46891
46891
  }
46892
- const mL = { install: J3 };
46892
+ const m4 = { install: J3 };
46893
46893
  export {
46894
46894
  si as BaseActionItem,
46895
46895
  Hx as BaseAddressForm,
@@ -46996,15 +46996,15 @@ export {
46996
46996
  Ub as BaseTimelineItem,
46997
46997
  Do as BaseTooltip,
46998
46998
  y3 as BaseUniqueCode,
46999
- hL as MyConstants,
47000
- dL as base64ToBlob,
46999
+ h4 as MyConstants,
47000
+ d4 as base64ToBlob,
47001
47001
  _D as blobToBase64,
47002
47002
  Ft as config,
47003
- mL as default,
47003
+ m4 as default,
47004
47004
  Nd as disableScroll,
47005
47005
  Bd as enableScroll,
47006
47006
  Ks as fileSizeFormat,
47007
- pL as messages,
47007
+ p4 as messages,
47008
47008
  kD as resizeImageFromURI,
47009
47009
  SD as toHumanList,
47010
47010
  hg as useClickOutside,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -93,7 +93,7 @@
93
93
 
94
94
  <div
95
95
  class="flex flex-col min-h-full || xl:print:pl-0"
96
- :class="[collapsed ? 'xl:pl-16' : 'xl:pl-64']"
96
+ :class="[collapsed ? 'xl:pl-14' : 'xl:pl-64']"
97
97
  >
98
98
  <div class="sticky top-0 left-0 z-10 shadow shrink-0 || print:hidden">
99
99
  <BaseSystemAlert
@@ -141,7 +141,7 @@
141
141
  <!-- Static sidebar for desktop -->
142
142
  <div
143
143
  class="z-10 hidden || xl:fixed xl:inset-y-0 xl:flex xl:flex-col || xl:print:hidden"
144
- :class="[collapsed ? 'xl:w-16' : 'xl:w-64']"
144
+ :class="[collapsed ? 'xl:w-14' : 'xl:w-64']"
145
145
  >
146
146
  <!-- Sidebar component, swap this element with another sidebar if you like -->
147
147
  <div
@@ -150,7 +150,7 @@
150
150
  :class="[dark ? 'bg-slate-800' : 'bg-slate-50 ring-1 ring-black ring-opacity-10']"
151
151
  >
152
152
  <div
153
- class="flex"
153
+ class="flex items-center shrink-0"
154
154
  :class="[dark ? 'bg-slate-900' : 'border-b']"
155
155
  :style="{ height: navbarHeight + 'px' }"
156
156
  >
@@ -172,7 +172,7 @@
172
172
  class="px-3 flex justify-center items-center"
173
173
  :class="[
174
174
  dark ? 'text-slate-400 hover:text-slate-50' : 'text-slate-500 hover:text-slate-900',
175
- collapsed ? 'grow' : 'shrink-0'
175
+ collapsed ? 'w-full' : 'shrink-0'
176
176
  ]"
177
177
  @click="toggleCollapse"
178
178
  >