@tailor-platform/app-shell 0.26.0 → 0.26.1

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.
Files changed (2) hide show
  1. package/dist/app-shell.js +39 -8
  2. package/package.json +1 -1
package/dist/app-shell.js CHANGED
@@ -827,7 +827,18 @@ function Ze({
827
827
  openIconMode: h,
828
828
  setOpenIconMode: f
829
829
  }),
830
- [ct, S, L, l, w, c, O, C, h, f]
830
+ [
831
+ ct,
832
+ S,
833
+ L,
834
+ l,
835
+ w,
836
+ c,
837
+ O,
838
+ C,
839
+ h,
840
+ f
841
+ ]
831
842
  );
832
843
  return /* @__PURE__ */ a(jt.Provider, { value: Yt, children: /* @__PURE__ */ a(nt, { delayDuration: 0, children: /* @__PURE__ */ a(
833
844
  "div",
@@ -839,7 +850,7 @@ function Ze({
839
850
  ...n
840
851
  },
841
852
  className: m(
842
- "astw:group/sidebar-wrapper astw:has-data-[variant=inset]:bg-sidebar astw:flex astw:min-h-svh astw:w-full",
853
+ "astw:group/sidebar-wrapper astw:has-data-[variant=inset]:bg-sidebar astw:flex astw:min-h-svh astw:w-full astw:overflow-hidden",
843
854
  r
844
855
  ),
845
856
  ...i,
@@ -855,7 +866,15 @@ function Je({
855
866
  children: n,
856
867
  ...o
857
868
  }) {
858
- const { isMobile: i, state: l, openMobile: u, setOpenMobile: w, isIconMode: c, openIconMode: h, setOpenIconMode: f } = F();
869
+ const {
870
+ isMobile: i,
871
+ state: l,
872
+ openMobile: u,
873
+ setOpenMobile: w,
874
+ isIconMode: c,
875
+ openIconMode: h,
876
+ setOpenIconMode: f
877
+ } = F();
859
878
  return s === "none" ? /* @__PURE__ */ a(
860
879
  "div",
861
880
  {
@@ -1047,7 +1066,10 @@ function ea({ className: t, ...e }) {
1047
1066
  {
1048
1067
  "data-slot": "sidebar-header",
1049
1068
  "data-sidebar": "header",
1050
- className: m("astw:flex astw:flex-row astw:items-center astw:gap-0.5 astw:p-2", t),
1069
+ className: m(
1070
+ "astw:flex astw:flex-row astw:items-center astw:gap-0.5 astw:p-2",
1071
+ t
1072
+ ),
1051
1073
  ...e
1052
1074
  }
1053
1075
  );
@@ -1058,7 +1080,10 @@ function aa({ className: t, ...e }) {
1058
1080
  {
1059
1081
  "data-slot": "sidebar-content",
1060
1082
  "data-sidebar": "content",
1061
- className: m("astw:flex astw:min-h-0 astw:flex-1 astw:flex-col astw:gap-2 astw:overflow-auto astw:group-data-[collapsible=icon]:overflow-hidden", t),
1083
+ className: m(
1084
+ "astw:flex astw:min-h-0 astw:flex-1 astw:flex-col astw:gap-2 astw:overflow-auto astw:group-data-[collapsible=icon]:overflow-hidden",
1085
+ t
1086
+ ),
1062
1087
  ...e
1063
1088
  }
1064
1089
  );
@@ -1069,7 +1094,10 @@ function Vt({ className: t, ...e }) {
1069
1094
  {
1070
1095
  "data-slot": "sidebar-group",
1071
1096
  "data-sidebar": "group",
1072
- className: m("astw:relative astw:flex astw:w-full astw:min-w-0 astw:flex-col astw:p-2", t),
1097
+ className: m(
1098
+ "astw:relative astw:flex astw:w-full astw:min-w-0 astw:flex-col astw:p-2",
1099
+ t
1100
+ ),
1073
1101
  ...e
1074
1102
  }
1075
1103
  );
@@ -1080,7 +1108,10 @@ function Ut({ className: t, ...e }) {
1080
1108
  {
1081
1109
  "data-slot": "sidebar-menu",
1082
1110
  "data-sidebar": "menu",
1083
- className: m("astw:flex astw:w-full astw:min-w-0 astw:flex-col astw:gap-1", t),
1111
+ className: m(
1112
+ "astw:flex astw:w-full astw:min-w-0 astw:flex-col astw:gap-1",
1113
+ t
1114
+ ),
1084
1115
  ...e
1085
1116
  }
1086
1117
  );
@@ -1376,7 +1407,7 @@ const wa = () => {
1376
1407
  ] }),
1377
1408
  /* @__PURE__ */ a("div", { className: "astw:flex astw:items-center astw:gap-2", children: /* @__PURE__ */ a(_, { variant: "outline", size: "icon", onClick: r, children: /* @__PURE__ */ a(me, {}) }) })
1378
1409
  ] }) }),
1379
- /* @__PURE__ */ a("div", { className: "astw:flex astw:flex-col astw:gap-4", children: e ?? /* @__PURE__ */ a(ut, {}) })
1410
+ /* @__PURE__ */ a("div", { className: "astw:flex astw:flex-col astw:gap-4 astw:flex-1 astw:min-h-0", children: e ?? /* @__PURE__ */ a(ut, {}) })
1380
1411
  ] })
1381
1412
  ] }) });
1382
1413
  }, ua = (t) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/app-shell",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./styles": "./dist/app-shell.css",