design-system-silkhaus 2.14.0-beta.tabbed-menu.2 → 2.14.0-beta.tabbed-menu.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 CHANGED
@@ -38811,33 +38811,39 @@ const zY = ({
38811
38811
  const n = (a) => {
38812
38812
  r(a.link ? { value: a.value, link: a.link } : { value: a.value });
38813
38813
  };
38814
- return /* @__PURE__ */ f.jsx("div", { className: "ds-flex ds-flex-wrap ds-justify-center ds-gap-4", children: e.map((a) => /* @__PURE__ */ f.jsxs(
38814
+ return /* @__PURE__ */ f.jsx("div", { className: "ds-flex ds-flex-wrap ds-justify-center ds-gap-4", children: e.map((a) => /* @__PURE__ */ f.jsx(
38815
38815
  "div",
38816
38816
  {
38817
- className: Ue(
38818
- "ds-group ds-flex ds-cursor-pointer ds-items-center ds-justify-center ds-gap-1 ds-rounded ds-px-2 ds-py-1 ds-desktop:ds-px-3 ds-desktop:ds-py-2",
38817
+ className: Ue("ds-flex ds-desktop:ds-pb-2", {
38818
+ "ds-desktop:ds-border-b-[3px] ds-desktop:ds-border-accentEggplant-100": t === a.value
38819
+ }),
38820
+ children: /* @__PURE__ */ f.jsxs(
38821
+ "div",
38819
38822
  {
38820
- "ds-bg-accentEggplant-100 ds-desktop:ds-bg-transparent": t === a.value,
38821
- "hover:ds-bg-Fills-quintiary": t !== a.value
38823
+ className: Ue(
38824
+ "ds-group ds-flex ds-cursor-pointer ds-items-center ds-justify-center ds-gap-1 ds-rounded ds-px-2 ds-py-1 ds-desktop:ds-px-3 ds-desktop:ds-py-2",
38825
+ { "ds-bg-accentEggplant-100 ds-desktop:ds-bg-transparent": t === a.value },
38826
+ { "hover:ds-bg-Fills-quintiary": t !== a.value }
38827
+ ),
38828
+ onClick: () => n(a),
38829
+ children: [
38830
+ /* @__PURE__ */ f.jsx("span", { className: "ds-flex ds-size-4 ds-desktop:ds-h-[18px] ds-desktop:ds-w-[18px]", children: t === a.value ? /* @__PURE__ */ f.jsx(a.HoverIconComponent, { className: "ds-text-white ds-desktop:ds-text-accentEggplant-100" }) : /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
38831
+ /* @__PURE__ */ f.jsx(a.IconComponent, { className: "ds-block group-hover:ds-hidden" }),
38832
+ /* @__PURE__ */ f.jsx(a.HoverIconComponent, { className: "ds-hidden ds-text-black group-hover:ds-block" })
38833
+ ] }) }),
38834
+ /* @__PURE__ */ f.jsx(
38835
+ "span",
38836
+ {
38837
+ className: Ue(
38838
+ "ds-desktop:ds_MediumSubheadEmphasized ds_xSmallCalloutEmphasized ds-flex",
38839
+ { "ds-text-white ds-desktop:ds-text-accentEggplant-100": t === a.value }
38840
+ ),
38841
+ children: a.label
38842
+ }
38843
+ )
38844
+ ]
38822
38845
  }
38823
- ),
38824
- onClick: () => n(a),
38825
- children: [
38826
- /* @__PURE__ */ f.jsx("span", { className: "ds-flex ds-size-4 ds-desktop:ds-h-[18px] ds-desktop:ds-w-[18px]", children: t === a.value ? /* @__PURE__ */ f.jsx(a.HoverIconComponent, { className: "ds-text-white ds-desktop:ds-text-accentEggplant-100" }) : /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
38827
- /* @__PURE__ */ f.jsx(a.IconComponent, { className: "ds-block group-hover:ds-hidden" }),
38828
- /* @__PURE__ */ f.jsx(a.HoverIconComponent, { className: "ds-hidden ds-text-black group-hover:ds-block" })
38829
- ] }) }),
38830
- /* @__PURE__ */ f.jsx(
38831
- "span",
38832
- {
38833
- className: Ue(
38834
- "ds-desktop:ds_MediumSubheadEmphasized ds-tablet:ds_SmallCalloutEmphasized ds_xSmallCalloutEmphasized ds-flex",
38835
- { "ds-text-white ds-desktop:ds-text-accentEggplant-100": t === a.value }
38836
- ),
38837
- children: a.label
38838
- }
38839
- )
38840
- ]
38846
+ )
38841
38847
  },
38842
38848
  a.value
38843
38849
  )) });