@sustaina/shared-ui 1.40.1 → 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.mjs CHANGED
@@ -10355,7 +10355,8 @@ var FormulaEditor = ({
10355
10355
  {
10356
10356
  type: "button",
10357
10357
  onClick: () => insertOperator(operator.value),
10358
- className: "min-w-10 rounded-sm px-3 bg-sus-blue-3",
10358
+ variant: "cottonBlue",
10359
+ className: "min-w-10 rounded-sm px-3",
10359
10360
  disabled: isEditorDisabled,
10360
10361
  children: operator.label
10361
10362
  },
@@ -12797,11 +12798,11 @@ var TabSelect = ({
12797
12798
  "div",
12798
12799
  {
12799
12800
  className: cn(
12800
- "w-full h-10 px-3 flex justify-start items-center border-b border-sus-secondary-gray-3 overflow-scroll"
12801
+ "w-full px-3 flex justify-start items-center border-b border-sus-secondary-gray-3 overflow-x-auto overflow-y-hidden"
12801
12802
  ),
12802
12803
  ...rest,
12803
12804
  children: items.length > 0 ? items.map((item, index) => {
12804
- return /* @__PURE__ */ jsxs("div", { className: "flex items-center w-fit h-full", children: [
12805
+ return /* @__PURE__ */ jsxs("div", { className: "flex items-center w-fit h-10", children: [
12805
12806
  /* @__PURE__ */ jsxs(
12806
12807
  "div",
12807
12808
  {