@dmsi/wedgekit-react 0.0.748 → 0.0.749
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.
|
@@ -344,7 +344,7 @@ var Breadcrumb = ({
|
|
|
344
344
|
const linkPadding = (0, import_clsx4.default)(
|
|
345
345
|
"!text-text-link-normal whitespace-nowrap",
|
|
346
346
|
"py-mobile-component-padding",
|
|
347
|
-
"desktop:py-desktop-
|
|
347
|
+
"desktop:py-desktop-layout-group-padding",
|
|
348
348
|
"compact:py-desktop-compact-component-padding"
|
|
349
349
|
);
|
|
350
350
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("li", { id, "data-testid": testid, className: "flex items-center", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
@@ -22,7 +22,7 @@ var Breadcrumb = ({
|
|
|
22
22
|
const linkPadding = clsx(
|
|
23
23
|
"!text-text-link-normal whitespace-nowrap",
|
|
24
24
|
"py-mobile-component-padding",
|
|
25
|
-
"desktop:py-desktop-
|
|
25
|
+
"desktop:py-desktop-layout-group-padding",
|
|
26
26
|
"compact:py-desktop-compact-component-padding"
|
|
27
27
|
);
|
|
28
28
|
return /* @__PURE__ */ jsx("li", { id, "data-testid": testid, className: "flex items-center", children: /* @__PURE__ */ jsx(
|