@notificationapi/react 1.4.1 → 1.5.0

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.
Files changed (44) hide show
  1. package/dist/assets/Badge.js +1 -1
  2. package/dist/assets/Box.js +13 -13
  3. package/dist/assets/Button.js +781 -0
  4. package/dist/assets/ButtonBase.js +409 -622
  5. package/dist/assets/DefaultPropsProvider.js +220 -215
  6. package/dist/assets/Divider.js +105 -154
  7. package/dist/assets/Grow.js +201 -0
  8. package/dist/assets/IconButton.js +1 -1
  9. package/dist/assets/List.js +142 -0
  10. package/dist/assets/Modal.js +1094 -0
  11. package/dist/assets/Notification.js +71 -71
  12. package/dist/assets/Paper.js +1 -1
  13. package/dist/assets/Popover.js +8 -6
  14. package/dist/assets/Portal.js +2 -2
  15. package/dist/assets/Stack.js +216 -0
  16. package/dist/assets/Typography.js +193 -117
  17. package/dist/assets/WebPushOptInMessage.js +40 -814
  18. package/dist/assets/createSvgIcon.js +5 -5
  19. package/dist/assets/dividerClasses.js +56 -0
  20. package/dist/assets/index.js +151 -0
  21. package/dist/assets/useTheme2.js +253 -11
  22. package/dist/assets/utils.js +4 -4
  23. package/dist/components/Notifications/Inbox.js +2927 -9
  24. package/dist/components/Notifications/InboxHeader.js +2146 -7
  25. package/dist/components/Notifications/NotificationFeed.js +13 -13
  26. package/dist/components/Notifications/NotificationLauncher.js +2 -2
  27. package/dist/components/Notifications/NotificationPopup.js +7 -7
  28. package/dist/components/Preferences/NotificationPreferencesPopup.js +608 -7
  29. package/dist/components/Preferences/PreferenceInput.js +1451 -6
  30. package/dist/components/Preferences/Preferences.js +368 -515
  31. package/dist/components/Preferences/index.js +1 -1
  32. package/dist/components/Provider/index.js +226 -202
  33. package/dist/components/Slack/SlackConnect.d.ts +12 -0
  34. package/dist/components/Slack/SlackConnect.js +4826 -0
  35. package/dist/components/Slack/index.d.ts +1 -0
  36. package/dist/components/Slack/index.js +4 -0
  37. package/dist/components/WebPush/WebPushOptInMessage.js +3 -2
  38. package/dist/main.d.ts +1 -0
  39. package/dist/main.js +5 -3
  40. package/package.json +4 -4
  41. package/dist/assets/Inbox.js +0 -3061
  42. package/dist/assets/InboxHeader.js +0 -2338
  43. package/dist/assets/NotificationPreferencesPopup.js +0 -1694
  44. package/dist/assets/PreferenceInput.js +0 -1657
@@ -1,798 +1,24 @@
1
- import { jsx as r, jsxs as R } from "react/jsx-runtime";
2
- import * as I from "react";
3
- import { useContext as oo } from "react";
4
- import { NotificationAPIContext as to } from "../components/Provider/context.js";
5
- import { c as m } from "./createSvgIcon.js";
6
- import { g as G, a as _, s as S, h as i, m as Z, r as j, t as V, u as Y, c as L, P as t, f as q, v as eo, b as O, w as no } from "./DefaultPropsProvider.js";
7
- import { u as H, B as ao } from "./ButtonBase.js";
8
- import { c as P } from "./createSimplePaletteValueFilter.js";
9
- import { P as ro } from "./Paper.js";
10
- import { I as so } from "./IconButton.js";
11
- function io(o) {
12
- return _("MuiAlert", o);
13
- }
14
- const F = G("MuiAlert", ["root", "action", "icon", "message", "filled", "colorSuccess", "colorInfo", "colorWarning", "colorError", "filledSuccess", "filledInfo", "filledWarning", "filledError", "outlined", "outlinedSuccess", "outlinedInfo", "outlinedWarning", "outlinedError", "standard", "standardSuccess", "standardInfo", "standardWarning", "standardError"]), lo = m(/* @__PURE__ */ r("path", {
15
- d: "M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"
16
- }), "SuccessOutlined"), co = m(/* @__PURE__ */ r("path", {
17
- d: "M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
18
- }), "ReportProblemOutlined"), po = m(/* @__PURE__ */ r("path", {
19
- d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
20
- }), "ErrorOutline"), uo = m(/* @__PURE__ */ r("path", {
21
- d: "M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"
22
- }), "InfoOutlined"), vo = m(/* @__PURE__ */ r("path", {
23
- d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
24
- }), "Close"), go = (o) => {
25
- const {
26
- variant: n,
27
- color: a,
28
- severity: e,
29
- classes: s
30
- } = o, l = {
31
- root: ["root", `color${i(a || e)}`, `${n}${i(a || e)}`, `${n}`],
32
- icon: ["icon"],
33
- message: ["message"],
34
- action: ["action"]
35
- };
36
- return q(l, io, s);
37
- }, fo = S(ro, {
38
- name: "MuiAlert",
39
- slot: "Root",
40
- overridesResolver: (o, n) => {
41
- const {
42
- ownerState: a
43
- } = o;
44
- return [n.root, n[a.variant], n[`${a.variant}${i(a.color || a.severity)}`]];
45
- }
46
- })(Z(({
47
- theme: o
48
- }) => {
49
- const n = o.palette.mode === "light" ? j : V, a = o.palette.mode === "light" ? V : j;
50
- return {
51
- ...o.typography.body2,
52
- backgroundColor: "transparent",
53
- display: "flex",
54
- padding: "6px 16px",
55
- variants: [...Object.entries(o.palette).filter(P(["light"])).map(([e]) => ({
56
- props: {
57
- colorSeverity: e,
58
- variant: "standard"
59
- },
60
- style: {
61
- color: o.vars ? o.vars.palette.Alert[`${e}Color`] : n(o.palette[e].light, 0.6),
62
- backgroundColor: o.vars ? o.vars.palette.Alert[`${e}StandardBg`] : a(o.palette[e].light, 0.9),
63
- [`& .${F.icon}`]: o.vars ? {
64
- color: o.vars.palette.Alert[`${e}IconColor`]
65
- } : {
66
- color: o.palette[e].main
67
- }
68
- }
69
- })), ...Object.entries(o.palette).filter(P(["light"])).map(([e]) => ({
70
- props: {
71
- colorSeverity: e,
72
- variant: "outlined"
73
- },
74
- style: {
75
- color: o.vars ? o.vars.palette.Alert[`${e}Color`] : n(o.palette[e].light, 0.6),
76
- border: `1px solid ${(o.vars || o).palette[e].light}`,
77
- [`& .${F.icon}`]: o.vars ? {
78
- color: o.vars.palette.Alert[`${e}IconColor`]
79
- } : {
80
- color: o.palette[e].main
81
- }
82
- }
83
- })), ...Object.entries(o.palette).filter(P(["dark"])).map(([e]) => ({
84
- props: {
85
- colorSeverity: e,
86
- variant: "filled"
87
- },
88
- style: {
89
- fontWeight: o.typography.fontWeightMedium,
90
- ...o.vars ? {
91
- color: o.vars.palette.Alert[`${e}FilledColor`],
92
- backgroundColor: o.vars.palette.Alert[`${e}FilledBg`]
93
- } : {
94
- backgroundColor: o.palette.mode === "dark" ? o.palette[e].dark : o.palette[e].main,
95
- color: o.palette.getContrastText(o.palette[e].main)
96
- }
97
- }
98
- }))]
99
- };
100
- })), yo = S("div", {
101
- name: "MuiAlert",
102
- slot: "Icon",
103
- overridesResolver: (o, n) => n.icon
104
- })({
105
- marginRight: 12,
106
- padding: "7px 0",
107
- display: "flex",
108
- fontSize: 22,
109
- opacity: 0.9
110
- }), xo = S("div", {
111
- name: "MuiAlert",
112
- slot: "Message",
113
- overridesResolver: (o, n) => n.message
114
- })({
115
- padding: "8px 0",
116
- minWidth: 0,
117
- overflow: "auto"
118
- }), D = S("div", {
119
- name: "MuiAlert",
120
- slot: "Action",
121
- overridesResolver: (o, n) => n.action
122
- })({
123
- display: "flex",
124
- alignItems: "flex-start",
125
- padding: "4px 0 0 16px",
126
- marginLeft: "auto",
127
- marginRight: -8
128
- }), U = {
129
- success: /* @__PURE__ */ r(lo, {
130
- fontSize: "inherit"
131
- }),
132
- warning: /* @__PURE__ */ r(co, {
133
- fontSize: "inherit"
134
- }),
135
- error: /* @__PURE__ */ r(po, {
136
- fontSize: "inherit"
137
- }),
138
- info: /* @__PURE__ */ r(uo, {
139
- fontSize: "inherit"
140
- })
141
- }, J = /* @__PURE__ */ I.forwardRef(function(n, a) {
142
- const e = Y({
143
- props: n,
144
- name: "MuiAlert"
145
- }), {
146
- action: s,
147
- children: l,
148
- className: d,
149
- closeText: u = "Close",
150
- color: c,
151
- components: v = {},
152
- componentsProps: h = {},
153
- icon: g,
154
- iconMapping: B = U,
155
- onClose: f,
156
- role: w = "alert",
157
- severity: C = "success",
158
- slotProps: A = {},
159
- slots: T = {},
160
- variant: $ = "standard",
161
- ...M
162
- } = e, p = {
163
- ...e,
164
- color: c,
165
- severity: C,
166
- variant: $,
167
- colorSeverity: c || C
168
- }, y = go(p), x = {
169
- slots: {
170
- closeButton: v.CloseButton,
171
- closeIcon: v.CloseIcon,
172
- ...T
173
- },
174
- slotProps: {
175
- ...h,
176
- ...A
177
- }
178
- }, [b, N] = H("closeButton", {
179
- elementType: so,
180
- externalForwardedProps: x,
181
- ownerState: p
182
- }), [E, W] = H("closeIcon", {
183
- elementType: vo,
184
- externalForwardedProps: x,
185
- ownerState: p
186
- });
187
- return /* @__PURE__ */ R(fo, {
188
- role: w,
189
- elevation: 0,
190
- ownerState: p,
191
- className: L(y.root, d),
192
- ref: a,
193
- ...M,
194
- children: [g !== !1 ? /* @__PURE__ */ r(yo, {
195
- ownerState: p,
196
- className: y.icon,
197
- children: g || B[C] || U[C]
198
- }) : null, /* @__PURE__ */ r(xo, {
199
- ownerState: p,
200
- className: y.message,
201
- children: l
202
- }), s != null ? /* @__PURE__ */ r(D, {
203
- ownerState: p,
204
- className: y.action,
205
- children: s
206
- }) : null, s == null && f ? /* @__PURE__ */ r(D, {
207
- ownerState: p,
208
- className: y.action,
209
- children: /* @__PURE__ */ r(b, {
210
- size: "small",
211
- "aria-label": u,
212
- title: u,
213
- color: "inherit",
214
- onClick: f,
215
- ...N,
216
- children: /* @__PURE__ */ r(E, {
217
- fontSize: "small",
218
- ...W
219
- })
220
- })
221
- }) : null]
222
- });
223
- });
224
- process.env.NODE_ENV !== "production" && (J.propTypes = {
225
- // ┌────────────────────────────── Warning ──────────────────────────────┐
226
- // │ These PropTypes are generated from the TypeScript type definitions. │
227
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
228
- // └─────────────────────────────────────────────────────────────────────┘
229
- /**
230
- * The action to display. It renders after the message, at the end of the alert.
231
- */
232
- action: t.node,
233
- /**
234
- * The content of the component.
235
- */
236
- children: t.node,
237
- /**
238
- * Override or extend the styles applied to the component.
239
- */
240
- classes: t.object,
241
- /**
242
- * @ignore
243
- */
244
- className: t.string,
245
- /**
246
- * Override the default label for the *close popup* icon button.
247
- *
248
- * For localization purposes, you can use the provided [translations](https://mui.com/material-ui/guides/localization/).
249
- * @default 'Close'
250
- */
251
- closeText: t.string,
252
- /**
253
- * The color of the component. Unless provided, the value is taken from the `severity` prop.
254
- * It supports both default and custom theme colors, which can be added as shown in the
255
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
256
- */
257
- color: t.oneOfType([t.oneOf(["error", "info", "success", "warning"]), t.string]),
258
- /**
259
- * The components used for each slot inside.
260
- *
261
- * @deprecated use the `slots` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
262
- *
263
- * @default {}
264
- */
265
- components: t.shape({
266
- CloseButton: t.elementType,
267
- CloseIcon: t.elementType
268
- }),
269
- /**
270
- * The extra props for the slot components.
271
- * You can override the existing props or add new ones.
272
- *
273
- * @deprecated use the `slotProps` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
274
- *
275
- * @default {}
276
- */
277
- componentsProps: t.shape({
278
- closeButton: t.object,
279
- closeIcon: t.object
280
- }),
281
- /**
282
- * Override the icon displayed before the children.
283
- * Unless provided, the icon is mapped to the value of the `severity` prop.
284
- * Set to `false` to remove the `icon`.
285
- */
286
- icon: t.node,
287
- /**
288
- * The component maps the `severity` prop to a range of different icons,
289
- * for instance success to `<SuccessOutlined>`.
290
- * If you wish to change this mapping, you can provide your own.
291
- * Alternatively, you can use the `icon` prop to override the icon displayed.
292
- */
293
- iconMapping: t.shape({
294
- error: t.node,
295
- info: t.node,
296
- success: t.node,
297
- warning: t.node
298
- }),
299
- /**
300
- * Callback fired when the component requests to be closed.
301
- * When provided and no `action` prop is set, a close icon button is displayed that triggers the callback when clicked.
302
- * @param {React.SyntheticEvent} event The event source of the callback.
303
- */
304
- onClose: t.func,
305
- /**
306
- * The ARIA role attribute of the element.
307
- * @default 'alert'
308
- */
309
- role: t.string,
310
- /**
311
- * The severity of the alert. This defines the color and icon used.
312
- * @default 'success'
313
- */
314
- severity: t.oneOfType([t.oneOf(["error", "info", "success", "warning"]), t.string]),
315
- /**
316
- * The props used for each slot inside.
317
- * @default {}
318
- */
319
- slotProps: t.shape({
320
- closeButton: t.oneOfType([t.func, t.object]),
321
- closeIcon: t.oneOfType([t.func, t.object])
322
- }),
323
- /**
324
- * The components used for each slot inside.
325
- * @default {}
326
- */
327
- slots: t.shape({
328
- closeButton: t.elementType,
329
- closeIcon: t.elementType
330
- }),
331
- /**
332
- * The system prop that allows defining system overrides as well as additional CSS styles.
333
- */
334
- sx: t.oneOfType([t.arrayOf(t.oneOfType([t.func, t.object, t.bool])), t.func, t.object]),
335
- /**
336
- * The variant to use.
337
- * @default 'standard'
338
- */
339
- variant: t.oneOfType([t.oneOf(["filled", "outlined", "standard"]), t.string])
340
- });
341
- function bo(o) {
342
- return _("MuiButton", o);
343
- }
344
- const z = G("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorSuccess", "colorError", "colorInfo", "colorWarning", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "icon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge"]), K = /* @__PURE__ */ I.createContext({});
345
- process.env.NODE_ENV !== "production" && (K.displayName = "ButtonGroupContext");
346
- const Q = /* @__PURE__ */ I.createContext(void 0);
347
- process.env.NODE_ENV !== "production" && (Q.displayName = "ButtonGroupButtonContext");
348
- const So = (o) => {
349
- const {
350
- color: n,
351
- disableElevation: a,
352
- fullWidth: e,
353
- size: s,
354
- variant: l,
355
- classes: d
356
- } = o, u = {
357
- root: ["root", l, `${l}${i(n)}`, `size${i(s)}`, `${l}Size${i(s)}`, `color${i(n)}`, a && "disableElevation", e && "fullWidth"],
358
- label: ["label"],
359
- startIcon: ["icon", "startIcon", `iconSize${i(s)}`],
360
- endIcon: ["icon", "endIcon", `iconSize${i(s)}`]
361
- }, c = q(u, bo, d);
362
- return {
363
- ...d,
364
- // forward the focused, disabled, etc. classes to the ButtonBase
365
- ...c
366
- };
367
- }, X = [{
368
- props: {
369
- size: "small"
370
- },
371
- style: {
372
- "& > *:nth-of-type(1)": {
373
- fontSize: 18
374
- }
375
- }
376
- }, {
377
- props: {
378
- size: "medium"
379
- },
380
- style: {
381
- "& > *:nth-of-type(1)": {
382
- fontSize: 20
383
- }
384
- }
385
- }, {
386
- props: {
387
- size: "large"
388
- },
389
- style: {
390
- "& > *:nth-of-type(1)": {
391
- fontSize: 22
392
- }
393
- }
394
- }], Co = S(ao, {
395
- shouldForwardProp: (o) => eo(o) || o === "classes",
396
- name: "MuiButton",
397
- slot: "Root",
398
- overridesResolver: (o, n) => {
399
- const {
400
- ownerState: a
401
- } = o;
402
- return [n.root, n[a.variant], n[`${a.variant}${i(a.color)}`], n[`size${i(a.size)}`], n[`${a.variant}Size${i(a.size)}`], a.color === "inherit" && n.colorInherit, a.disableElevation && n.disableElevation, a.fullWidth && n.fullWidth];
403
- }
404
- })(Z(({
405
- theme: o
406
- }) => {
407
- const n = o.palette.mode === "light" ? o.palette.grey[300] : o.palette.grey[800], a = o.palette.mode === "light" ? o.palette.grey.A100 : o.palette.grey[700];
408
- return {
409
- ...o.typography.button,
410
- minWidth: 64,
411
- padding: "6px 16px",
412
- border: 0,
413
- borderRadius: (o.vars || o).shape.borderRadius,
414
- transition: o.transitions.create(["background-color", "box-shadow", "border-color", "color"], {
415
- duration: o.transitions.duration.short
416
- }),
417
- "&:hover": {
418
- textDecoration: "none"
419
- },
420
- [`&.${z.disabled}`]: {
421
- color: (o.vars || o).palette.action.disabled
422
- },
423
- variants: [{
424
- props: {
425
- variant: "contained"
426
- },
427
- style: {
428
- color: "var(--variant-containedColor)",
429
- backgroundColor: "var(--variant-containedBg)",
430
- boxShadow: (o.vars || o).shadows[2],
431
- "&:hover": {
432
- boxShadow: (o.vars || o).shadows[4],
433
- // Reset on touch devices, it doesn't add specificity
434
- "@media (hover: none)": {
435
- boxShadow: (o.vars || o).shadows[2]
436
- }
437
- },
438
- "&:active": {
439
- boxShadow: (o.vars || o).shadows[8]
440
- },
441
- [`&.${z.focusVisible}`]: {
442
- boxShadow: (o.vars || o).shadows[6]
443
- },
444
- [`&.${z.disabled}`]: {
445
- color: (o.vars || o).palette.action.disabled,
446
- boxShadow: (o.vars || o).shadows[0],
447
- backgroundColor: (o.vars || o).palette.action.disabledBackground
448
- }
449
- }
450
- }, {
451
- props: {
452
- variant: "outlined"
453
- },
454
- style: {
455
- padding: "5px 15px",
456
- border: "1px solid currentColor",
457
- borderColor: "var(--variant-outlinedBorder, currentColor)",
458
- backgroundColor: "var(--variant-outlinedBg)",
459
- color: "var(--variant-outlinedColor)",
460
- [`&.${z.disabled}`]: {
461
- border: `1px solid ${(o.vars || o).palette.action.disabledBackground}`
462
- }
463
- }
464
- }, {
465
- props: {
466
- variant: "text"
467
- },
468
- style: {
469
- padding: "6px 8px",
470
- color: "var(--variant-textColor)",
471
- backgroundColor: "var(--variant-textBg)"
472
- }
473
- }, ...Object.entries(o.palette).filter(P()).map(([e]) => ({
474
- props: {
475
- color: e
476
- },
477
- style: {
478
- "--variant-textColor": (o.vars || o).palette[e].main,
479
- "--variant-outlinedColor": (o.vars || o).palette[e].main,
480
- "--variant-outlinedBorder": o.vars ? `rgba(${o.vars.palette[e].mainChannel} / 0.5)` : O(o.palette[e].main, 0.5),
481
- "--variant-containedColor": (o.vars || o).palette[e].contrastText,
482
- "--variant-containedBg": (o.vars || o).palette[e].main,
483
- "@media (hover: hover)": {
484
- "&:hover": {
485
- "--variant-containedBg": (o.vars || o).palette[e].dark,
486
- "--variant-textBg": o.vars ? `rgba(${o.vars.palette[e].mainChannel} / ${o.vars.palette.action.hoverOpacity})` : O(o.palette[e].main, o.palette.action.hoverOpacity),
487
- "--variant-outlinedBorder": (o.vars || o).palette[e].main,
488
- "--variant-outlinedBg": o.vars ? `rgba(${o.vars.palette[e].mainChannel} / ${o.vars.palette.action.hoverOpacity})` : O(o.palette[e].main, o.palette.action.hoverOpacity)
489
- }
490
- }
491
- }
492
- })), {
493
- props: {
494
- color: "inherit"
495
- },
496
- style: {
497
- color: "inherit",
498
- borderColor: "currentColor",
499
- "--variant-containedBg": o.vars ? o.vars.palette.Button.inheritContainedBg : n,
500
- "@media (hover: hover)": {
501
- "&:hover": {
502
- "--variant-containedBg": o.vars ? o.vars.palette.Button.inheritContainedHoverBg : a,
503
- "--variant-textBg": o.vars ? `rgba(${o.vars.palette.text.primaryChannel} / ${o.vars.palette.action.hoverOpacity})` : O(o.palette.text.primary, o.palette.action.hoverOpacity),
504
- "--variant-outlinedBg": o.vars ? `rgba(${o.vars.palette.text.primaryChannel} / ${o.vars.palette.action.hoverOpacity})` : O(o.palette.text.primary, o.palette.action.hoverOpacity)
505
- }
506
- }
507
- }
508
- }, {
509
- props: {
510
- size: "small",
511
- variant: "text"
512
- },
513
- style: {
514
- padding: "4px 5px",
515
- fontSize: o.typography.pxToRem(13)
516
- }
517
- }, {
518
- props: {
519
- size: "large",
520
- variant: "text"
521
- },
522
- style: {
523
- padding: "8px 11px",
524
- fontSize: o.typography.pxToRem(15)
525
- }
526
- }, {
527
- props: {
528
- size: "small",
529
- variant: "outlined"
530
- },
531
- style: {
532
- padding: "3px 9px",
533
- fontSize: o.typography.pxToRem(13)
534
- }
535
- }, {
536
- props: {
537
- size: "large",
538
- variant: "outlined"
539
- },
540
- style: {
541
- padding: "7px 21px",
542
- fontSize: o.typography.pxToRem(15)
543
- }
544
- }, {
545
- props: {
546
- size: "small",
547
- variant: "contained"
548
- },
549
- style: {
550
- padding: "4px 10px",
551
- fontSize: o.typography.pxToRem(13)
552
- }
553
- }, {
554
- props: {
555
- size: "large",
556
- variant: "contained"
557
- },
558
- style: {
559
- padding: "8px 22px",
560
- fontSize: o.typography.pxToRem(15)
561
- }
562
- }, {
563
- props: {
564
- disableElevation: !0
565
- },
566
- style: {
567
- boxShadow: "none",
568
- "&:hover": {
569
- boxShadow: "none"
570
- },
571
- [`&.${z.focusVisible}`]: {
572
- boxShadow: "none"
573
- },
574
- "&:active": {
575
- boxShadow: "none"
576
- },
577
- [`&.${z.disabled}`]: {
578
- boxShadow: "none"
579
- }
580
- }
581
- }, {
582
- props: {
583
- fullWidth: !0
584
- },
585
- style: {
586
- width: "100%"
587
- }
588
- }]
589
- };
590
- })), zo = S("span", {
591
- name: "MuiButton",
592
- slot: "StartIcon",
593
- overridesResolver: (o, n) => {
594
- const {
595
- ownerState: a
596
- } = o;
597
- return [n.startIcon, n[`iconSize${i(a.size)}`]];
598
- }
599
- })({
600
- display: "inherit",
601
- marginRight: 8,
602
- marginLeft: -4,
603
- variants: [{
604
- props: {
605
- size: "small"
606
- },
607
- style: {
608
- marginLeft: -2
609
- }
610
- }, ...X]
611
- }), Io = S("span", {
612
- name: "MuiButton",
613
- slot: "EndIcon",
614
- overridesResolver: (o, n) => {
615
- const {
616
- ownerState: a
617
- } = o;
618
- return [n.endIcon, n[`iconSize${i(a.size)}`]];
619
- }
620
- })({
621
- display: "inherit",
622
- marginRight: -4,
623
- marginLeft: 8,
624
- variants: [{
625
- props: {
626
- size: "small"
627
- },
628
- style: {
629
- marginRight: -2
630
- }
631
- }, ...X]
632
- }), k = /* @__PURE__ */ I.forwardRef(function(n, a) {
633
- const e = I.useContext(K), s = I.useContext(Q), l = no(e, n), d = Y({
634
- props: l,
635
- name: "MuiButton"
636
- }), {
637
- children: u,
638
- color: c = "primary",
639
- component: v = "button",
640
- className: h,
641
- disabled: g = !1,
642
- disableElevation: B = !1,
643
- disableFocusRipple: f = !1,
644
- endIcon: w,
645
- focusVisibleClassName: C,
646
- fullWidth: A = !1,
647
- size: T = "medium",
648
- startIcon: $,
649
- type: M,
650
- variant: p = "text",
651
- ...y
652
- } = d, x = {
653
- ...d,
654
- color: c,
655
- component: v,
656
- disabled: g,
657
- disableElevation: B,
658
- disableFocusRipple: f,
659
- fullWidth: A,
660
- size: T,
661
- type: M,
662
- variant: p
663
- }, b = So(x), N = $ && /* @__PURE__ */ r(zo, {
664
- className: b.startIcon,
665
- ownerState: x,
666
- children: $
667
- }), E = w && /* @__PURE__ */ r(Io, {
668
- className: b.endIcon,
669
- ownerState: x,
670
- children: w
671
- }), W = s || "";
672
- return /* @__PURE__ */ R(Co, {
673
- ownerState: x,
674
- className: L(e.className, b.root, h, W),
675
- component: v,
676
- disabled: g,
677
- focusRipple: !f,
678
- focusVisibleClassName: L(b.focusVisible, C),
679
- ref: a,
680
- type: M,
681
- ...y,
682
- classes: b,
683
- children: [N, u, E]
684
- });
685
- });
686
- process.env.NODE_ENV !== "production" && (k.propTypes = {
687
- // ┌────────────────────────────── Warning ──────────────────────────────┐
688
- // │ These PropTypes are generated from the TypeScript type definitions. │
689
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
690
- // └─────────────────────────────────────────────────────────────────────┘
691
- /**
692
- * The content of the component.
693
- */
694
- children: t.node,
695
- /**
696
- * Override or extend the styles applied to the component.
697
- */
698
- classes: t.object,
699
- /**
700
- * @ignore
701
- */
702
- className: t.string,
703
- /**
704
- * The color of the component.
705
- * It supports both default and custom theme colors, which can be added as shown in the
706
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
707
- * @default 'primary'
708
- */
709
- color: t.oneOfType([t.oneOf(["inherit", "primary", "secondary", "success", "error", "info", "warning"]), t.string]),
710
- /**
711
- * The component used for the root node.
712
- * Either a string to use a HTML element or a component.
713
- */
714
- component: t.elementType,
715
- /**
716
- * If `true`, the component is disabled.
717
- * @default false
718
- */
719
- disabled: t.bool,
720
- /**
721
- * If `true`, no elevation is used.
722
- * @default false
723
- */
724
- disableElevation: t.bool,
725
- /**
726
- * If `true`, the keyboard focus ripple is disabled.
727
- * @default false
728
- */
729
- disableFocusRipple: t.bool,
730
- /**
731
- * If `true`, the ripple effect is disabled.
732
- *
733
- * ⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure
734
- * to highlight the element by applying separate styles with the `.Mui-focusVisible` class.
735
- * @default false
736
- */
737
- disableRipple: t.bool,
738
- /**
739
- * Element placed after the children.
740
- */
741
- endIcon: t.node,
742
- /**
743
- * @ignore
744
- */
745
- focusVisibleClassName: t.string,
746
- /**
747
- * If `true`, the button will take up the full width of its container.
748
- * @default false
749
- */
750
- fullWidth: t.bool,
751
- /**
752
- * The URL to link to when the button is clicked.
753
- * If defined, an `a` element will be used as the root node.
754
- */
755
- href: t.string,
756
- /**
757
- * The size of the component.
758
- * `small` is equivalent to the dense button styling.
759
- * @default 'medium'
760
- */
761
- size: t.oneOfType([t.oneOf(["small", "medium", "large"]), t.string]),
762
- /**
763
- * Element placed before the children.
764
- */
765
- startIcon: t.node,
766
- /**
767
- * The system prop that allows defining system overrides as well as additional CSS styles.
768
- */
769
- sx: t.oneOfType([t.arrayOf(t.oneOfType([t.func, t.object, t.bool])), t.func, t.object]),
770
- /**
771
- * @ignore
772
- */
773
- type: t.oneOfType([t.oneOf(["button", "reset", "submit"]), t.string]),
774
- /**
775
- * The variant to use.
776
- * @default 'text'
777
- */
778
- variant: t.oneOfType([t.oneOf(["contained", "outlined", "text"]), t.string])
779
- });
780
- const mo = m(/* @__PURE__ */ r("path", {
1
+ import { jsx as t, jsxs as s } from "react/jsx-runtime";
2
+ import { useContext as g } from "react";
3
+ import { NotificationAPIContext as x } from "../components/Provider/context.js";
4
+ import { c as S } from "./createSvgIcon.js";
5
+ import { A as C, B as o } from "./Button.js";
6
+ const b = S(/* @__PURE__ */ t("path", {
781
7
  d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56M12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56m2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8M12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96M14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56M16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2z"
782
- }), "LanguageOutlined"), To = ({
783
- hideAfterInteraction: o,
784
- alertContainerStyle: n,
785
- descriptionStyle: a,
786
- buttonContainerStyle: e,
787
- yesButtonStyle: s,
788
- cancelButtonStyle: l,
789
- description: d,
8
+ }), "LanguageOutlined"), P = ({
9
+ hideAfterInteraction: n,
10
+ alertContainerStyle: i,
11
+ descriptionStyle: c,
12
+ buttonContainerStyle: l,
13
+ yesButtonStyle: a,
14
+ cancelButtonStyle: r,
15
+ description: p,
790
16
  icon: u
791
17
  }) => {
792
- const c = oo(to);
793
- if (!c)
18
+ const e = g(x);
19
+ if (!e)
794
20
  return null;
795
- const v = {
21
+ const d = {
796
22
  marginBottom: "10px",
797
23
  borderRadius: "5px",
798
24
  padding: "10px",
@@ -803,7 +29,7 @@ const mo = m(/* @__PURE__ */ r("path", {
803
29
  display: "flex",
804
30
  alignItems: "center",
805
31
  // Align items vertically
806
- ...n
32
+ ...i
807
33
  }, h = {
808
34
  display: "flex",
809
35
  justifyContent: "space-between",
@@ -811,45 +37,45 @@ const mo = m(/* @__PURE__ */ r("path", {
811
37
  // Align items vertically
812
38
  fontSize: "12px",
813
39
  width: "100%",
814
- ...a
815
- }, g = {
40
+ ...c
41
+ }, y = {
816
42
  display: "flex",
817
43
  alignItems: "center",
818
- ...e
819
- }, B = {
44
+ ...l
45
+ }, m = {
820
46
  marginLeft: "10px",
821
47
  marginRight: "10px",
822
48
  fontSize: "10px",
823
- ...s
49
+ ...a
824
50
  }, f = {
825
51
  fontSize: "10px",
826
- ...l
52
+ ...r
827
53
  };
828
- return /* @__PURE__ */ r(
829
- J,
54
+ return /* @__PURE__ */ t(
55
+ C,
830
56
  {
831
57
  severity: "info",
832
- icon: u ?? /* @__PURE__ */ r(mo, { type: "text" }),
833
- style: v,
834
- children: /* @__PURE__ */ R("div", { style: h, children: [
835
- /* @__PURE__ */ r("span", { children: d ?? "Would you like to enable web push notifications to stay updated?" }),
836
- /* @__PURE__ */ R("div", { style: g, children: [
837
- /* @__PURE__ */ r(
838
- k,
58
+ icon: u ?? /* @__PURE__ */ t(b, { type: "text" }),
59
+ style: d,
60
+ children: /* @__PURE__ */ s("div", { style: h, children: [
61
+ /* @__PURE__ */ t("span", { children: p ?? "Would you like to enable web push notifications to stay updated?" }),
62
+ /* @__PURE__ */ s("div", { style: y, children: [
63
+ /* @__PURE__ */ t(
64
+ o,
839
65
  {
840
- style: B,
66
+ style: m,
841
67
  onClick: () => {
842
- o && localStorage.setItem("hideWebPushOptInMessage", "true"), c.setWebPushOptIn(!0), c.setWebPushOptInMessage(!1);
68
+ n && localStorage.setItem("hideWebPushOptInMessage", "true"), e.setWebPushOptIn(!0), e.setWebPushOptInMessage(!1);
843
69
  },
844
70
  children: "Yes"
845
71
  }
846
72
  ),
847
- /* @__PURE__ */ r(
848
- k,
73
+ /* @__PURE__ */ t(
74
+ o,
849
75
  {
850
76
  style: f,
851
77
  onClick: () => {
852
- o && localStorage.setItem("hideWebPushOptInMessage", "true"), c.setWebPushOptInMessage(!1);
78
+ n && localStorage.setItem("hideWebPushOptInMessage", "true"), e.setWebPushOptInMessage(!1);
853
79
  },
854
80
  children: "No"
855
81
  }
@@ -860,6 +86,6 @@ const mo = m(/* @__PURE__ */ r("path", {
860
86
  );
861
87
  };
862
88
  export {
863
- mo as L,
864
- To as W
89
+ b as L,
90
+ P as W
865
91
  };