@sustaina/shared-ui 1.40.2 → 1.40.3
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12798,11 +12798,11 @@ var TabSelect = ({
|
|
|
12798
12798
|
"div",
|
|
12799
12799
|
{
|
|
12800
12800
|
className: cn(
|
|
12801
|
-
"w-full
|
|
12801
|
+
"w-full px-3 flex justify-start items-center border-b border-sus-secondary-gray-3 overflow-x-auto overflow-y-hidden"
|
|
12802
12802
|
),
|
|
12803
12803
|
...rest,
|
|
12804
12804
|
children: items.length > 0 ? items.map((item, index) => {
|
|
12805
|
-
return /* @__PURE__ */ jsxs("div", { className: "flex items-center w-fit h-
|
|
12805
|
+
return /* @__PURE__ */ jsxs("div", { className: "flex items-center w-fit h-10", children: [
|
|
12806
12806
|
/* @__PURE__ */ jsxs(
|
|
12807
12807
|
"div",
|
|
12808
12808
|
{
|