@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.
- package/dist/components/index.cjs +8 -8
- package/dist/components/index.js +10 -6
- package/package.json +1 -1
- package/web-components-bundle/{BaseBreadcrumbs-CfBVFmQR.js → BaseBreadcrumbs-XibKOiqj.js} +1003 -999
- package/web-components-bundle/access-denied/index.js +2 -2
- package/web-components-bundle/base-breadcrumbs/index.js +2 -2
- package/web-components-bundle/favorite-menu/index.js +3 -3
- package/web-components-bundle/global-menu/index.js +3 -3
- package/web-components-bundle/global-topbar/index.js +5 -5
- package/web-components-bundle/has-permission/index.js +3 -3
- package/web-components-bundle/{index-B4uOLjGK.js → index-CI-NA37P.js} +1 -1
- package/web-components-bundle/{index-ByxhaSta.js → index-DUnJdY3q.js} +8839 -8842
- package/web-components-bundle/{react-to-web-component-CXwKHjZr.js → react-to-web-component-D7SoYMky.js} +1535 -1527
- package/web-components-bundle/{react-toastify.esm-CrTD7cpE.js → react-toastify.esm-Y1WvK90L.js} +1 -1
- package/web-components-bundle/toast-config/index.js +2 -2
- package/web-components-bundle/toast-config-notification/index.js +2 -2
package/dist/components/index.js
CHANGED
|
@@ -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: "
|
|
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
|