design-system-silkhaus 2.14.0-beta.tabbed-menu.9 → 2.14.0-beta.tabbed-menu.11
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.cjs +1 -1
- package/dist/index.js +6 -3
- package/dist/style.css +1 -1
- package/package.json +5 -16
- package/lib/base.scss +0 -13
- package/lib/utilities.scss +0 -1167
- package/lib/variables.scss +0 -331
package/dist/index.js
CHANGED
|
@@ -38814,9 +38814,12 @@ const zY = ({
|
|
|
38814
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-desktop:ds-border-b-[3px] ds-desktop:ds-border-
|
|
38819
|
-
|
|
38817
|
+
className: Ue(
|
|
38818
|
+
"ds-flex ds-desktop:ds-border-b-[3px] ds-desktop:ds-border-transparent ds-desktop:ds-pb-2",
|
|
38819
|
+
{
|
|
38820
|
+
"ds-desktop:ds-border-accentEggplant-100": t === a.value
|
|
38821
|
+
}
|
|
38822
|
+
),
|
|
38820
38823
|
children: /* @__PURE__ */ f.jsxs(
|
|
38821
38824
|
"div",
|
|
38822
38825
|
{
|