@sustaina/shared-ui 1.40.2 → 1.40.4

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.
package/dist/index.js CHANGED
@@ -12838,11 +12838,11 @@ var TabSelect = ({
12838
12838
  "div",
12839
12839
  {
12840
12840
  className: cn(
12841
- "w-full h-10 px-3 flex justify-start items-center border-b border-sus-secondary-gray-3 overflow-scroll"
12841
+ "w-full px-3 flex justify-start items-center border-b border-sus-secondary-gray-3 overflow-x-auto overflow-y-hidden"
12842
12842
  ),
12843
12843
  ...rest,
12844
12844
  children: items.length > 0 ? items.map((item, index) => {
12845
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center w-fit h-full", children: [
12845
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center w-fit h-10", children: [
12846
12846
  /* @__PURE__ */ jsxRuntime.jsxs(
12847
12847
  "div",
12848
12848
  {