@ukpc-lib/react 0.8.6 → 0.8.7
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 +25 -25
- package/dist/components/index.js +1 -1
- package/package.json +1 -1
- package/web-components-bundle/favorite-menu/index.js +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.js +1 -1
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-f914dfd3.js → index-ad1128d7.js} +9406 -9409
package/dist/components/index.js
CHANGED
|
@@ -6496,7 +6496,7 @@ const Eo = (e) => {
|
|
|
6496
6496
|
};
|
|
6497
6497
|
return /* @__PURE__ */ c(_e, { children: t ? "" : /* @__PURE__ */ c("div", { className: Te["subscription-diaglog"], children: /* @__PURE__ */ O("div", { className: Te["subscription-container"], children: [
|
|
6498
6498
|
/* @__PURE__ */ c("h4", { className: Te["subscription-title"], children: "Notification" }),
|
|
6499
|
-
/* @__PURE__ */ c("p", { className: Te["subscription-text"], children: "
|
|
6499
|
+
/* @__PURE__ */ c("p", { className: Te["subscription-text"], children: "Choose to receive notifications for the most recent updates. You have the flexibility to disable them whenever you prefer." }),
|
|
6500
6500
|
/* @__PURE__ */ O("div", { className: Te["subscription-btn__container"], children: [
|
|
6501
6501
|
/* @__PURE__ */ c("button", { className: Te["btn-cancel"], onClick: o, children: "Not now" }),
|
|
6502
6502
|
/* @__PURE__ */ c(
|
package/package.json
CHANGED