@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-component-padding",
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-component-padding",
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(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.748",
4
+ "version": "0.0.749",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",