@ukpc-lib/react 0.11.1-dev.2 → 0.11.1-dev.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.
@@ -7855,11 +7855,11 @@ function ru(e) {
7855
7855
  return console.log("BaseBreadcrumbs", e), e.isLoading ? /* @__PURE__ */ u(no, { width: 300 }) : /* @__PURE__ */ u(ce, { children: /* @__PURE__ */ u(
7856
7856
  Pi,
7857
7857
  {
7858
+ sx: { fontSize: "12px" },
7858
7859
  separator: /* @__PURE__ */ u(
7859
7860
  ni,
7860
7861
  {
7861
- fontSize: "small",
7862
- sx: { color: ne.linkPrimary }
7862
+ sx: { color: ne.linkPrimary, fontSize: "inherit" }
7863
7863
  }
7864
7864
  ),
7865
7865
  "aria-label": "breadcrumb",
@@ -7870,7 +7870,8 @@ function ru(e) {
7870
7870
  style: {
7871
7871
  color: ne.linkPrimary,
7872
7872
  textDecoration: "none",
7873
- cursor: "pointer"
7873
+ cursor: "pointer",
7874
+ fontSize: "inherit"
7874
7875
  },
7875
7876
  onClick: t.onClick,
7876
7877
  children: t.title || ""
@@ -7889,7 +7890,8 @@ function ru(e) {
7889
7890
  {
7890
7891
  style: {
7891
7892
  color: t.highlight ? ne.linkPrimary : ne.textPrimary,
7892
- textDecoration: "none"
7893
+ textDecoration: "none",
7894
+ fontSize: "inherit"
7893
7895
  },
7894
7896
  children: t.title
7895
7897
  },
@@ -7904,7 +7906,8 @@ function O1({ index: e, href: t, title: r, ssr: n }) {
7904
7906
  {
7905
7907
  style: {
7906
7908
  color: ne.linkPrimary,
7907
- textDecoration: "none"
7909
+ textDecoration: "none",
7910
+ fontSize: "inherit"
7908
7911
  },
7909
7912
  href: t,
7910
7913
  children: r
@@ -7915,7 +7918,8 @@ function O1({ index: e, href: t, title: r, ssr: n }) {
7915
7918
  {
7916
7919
  style: {
7917
7920
  color: ne.linkPrimary,
7918
- textDecoration: "none"
7921
+ textDecoration: "none",
7922
+ fontSize: "inherit"
7919
7923
  },
7920
7924
  to: t,
7921
7925
  children: r
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ukpc-lib/react",
3
3
  "private": false,
4
- "version": "0.11.1-dev.2",
4
+ "version": "0.11.1-dev.3",
5
5
  "type": "module",
6
6
  "main": "./dist/",
7
7
  "module": "./dist/",