@ukpc-lib/react 0.2.9 → 0.2.12
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/Colors-4ad88021.js +29 -0
- package/dist/Colors-51ce6654.cjs +1 -0
- package/dist/components/Notification/NotificationList/components/CustomOpenListContext.d.ts +3 -0
- package/dist/components/Notification/NotificationList/components/query.d.ts +2 -0
- package/dist/components/Notification/models/NotiticationDto.d.ts +6 -0
- package/dist/components/Topbar/icons/country-flags/GermanyIcon.d.ts +4 -0
- package/dist/components/Topbar/icons/country-flags/UnitedKingdomIcon.d.ts +4 -0
- package/dist/components/index.cjs +26 -26
- package/dist/components/index.js +2748 -2527
- package/dist/index.css +1 -1
- package/dist/index.module-91685508.js +24670 -0
- package/dist/index.module-dcaddd18.cjs +1086 -0
- package/dist/share/TranslationProvider/index.d.ts +11 -0
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.d.ts +1 -0
- package/dist/share/index.js +44 -42
- package/dist/theme/index.cjs +1 -0
- package/dist/theme/index.js +577 -0
- package/package.json +12 -2
- package/web-components-bundle/global-menu/index.cjs +2 -2
- package/web-components-bundle/global-menu/index.js +2 -2
- package/web-components-bundle/global-topbar/index.cjs +1 -1
- package/web-components-bundle/global-topbar/index.js +2 -2
- package/web-components-bundle/has-permission/index.cjs +1 -1
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/index-0c76b789.cjs +884 -0
- package/web-components-bundle/{index-75324537.js → index-200424a6.js} +18 -28
- package/web-components-bundle/{index-374bf205.cjs → index-661a7bdb.cjs} +1 -1
- package/web-components-bundle/index-fb164b1a.js +19854 -0
- package/dist/index.module-7d653d97.js +0 -22703
- package/dist/index.module-ff8a71df.cjs +0 -1086
- package/web-components-bundle/index-11fd22c1.cjs +0 -884
- package/web-components-bundle/index-51fef28a.js +0 -17668
|
@@ -11279,40 +11279,30 @@ re.loading = (e, t) => Yi(e, _l("default", { isLoading: !0, autoClose: !1, close
|
|
|
11279
11279
|
};
|
|
11280
11280
|
}, re.play = (e) => hm(!0, e), re.pause = (e) => hm(!1, e);
|
|
11281
11281
|
const mm = {
|
|
11282
|
-
|
|
11283
|
-
|
|
11284
|
-
|
|
11285
|
-
|
|
11286
|
-
|
|
11287
|
-
|
|
11288
|
-
|
|
11289
|
-
|
|
11290
|
-
darkSecondary: "#339790",
|
|
11291
|
-
danger: "#E01B00",
|
|
11292
|
-
darkDanger: "#BE1700",
|
|
11293
|
-
warning: "#FFB600",
|
|
11294
|
-
success: "#009D4F",
|
|
11295
|
-
error: "#E9645B",
|
|
11296
|
-
successChip: "#F4FBE5",
|
|
11297
|
-
errorChip: "#E01B001A",
|
|
11298
|
-
warningChip: "#FFB8001A",
|
|
11299
|
-
secondaryChip: "#E5F2FF",
|
|
11300
|
-
appBarColor: "#000000",
|
|
11282
|
+
primary100: "#F0F6E1",
|
|
11283
|
+
primary200: "#E5F5ED",
|
|
11284
|
+
primary300: "#93D500",
|
|
11285
|
+
primary400: "#009D4F",
|
|
11286
|
+
primary500: "#2E7D32",
|
|
11287
|
+
secondary: "#CC0066",
|
|
11288
|
+
secondaryDark: "#AE1857",
|
|
11289
|
+
textPrimary: "#292929",
|
|
11301
11290
|
white: "#FFFFFF",
|
|
11302
11291
|
grey100: "#FAFAFA",
|
|
11303
11292
|
grey200: "#EEEEEE",
|
|
11304
11293
|
grey300: "#DDDDDD",
|
|
11305
11294
|
grey400: "#C5C5C5",
|
|
11295
|
+
grey500: "#BFBFBF",
|
|
11306
11296
|
grey600: "#85858A",
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11310
|
-
|
|
11311
|
-
|
|
11312
|
-
|
|
11313
|
-
|
|
11314
|
-
|
|
11315
|
-
|
|
11297
|
+
success: "#009D4F",
|
|
11298
|
+
successLight: "#009D4F10",
|
|
11299
|
+
warning: "#FFB600",
|
|
11300
|
+
warningLight: "#FFB60010",
|
|
11301
|
+
danger: "#E01B00",
|
|
11302
|
+
dangerLight: "#E01B0010",
|
|
11303
|
+
dangerDark: "#BE1700",
|
|
11304
|
+
linkPrimary: "#007BFF",
|
|
11305
|
+
linkLight: "#007BFF10"
|
|
11316
11306
|
};
|
|
11317
11307
|
function k2() {
|
|
11318
11308
|
return /* @__PURE__ */ $.jsxs(
|