@notificationapi/react 1.4.0 → 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 +80 -79
  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,9 +1,610 @@
1
- import "react/jsx-runtime";
2
- import "react";
3
- import "./Preferences.js";
4
- import "../Provider/context.js";
5
- import "../../assets/WebPushOptInMessage.js";
6
- import { N as f } from "../../assets/NotificationPreferencesPopup.js";
1
+ import { jsx as i, jsxs as $ } from "react/jsx-runtime";
2
+ import * as c from "react";
3
+ import { useContext as oo } from "react";
4
+ import { Preferences as eo } from "./Preferences.js";
5
+ import { NotificationAPIContext as ro } from "../Provider/context.js";
6
+ import { W as to } from "../../assets/WebPushOptInMessage.js";
7
+ import { g as k, e as T, s as f, h as u, m as j, u as S, c as g, P as o, b as P } from "../../assets/DefaultPropsProvider.js";
8
+ import { u as ao } from "../../assets/useTheme.js";
9
+ import { B as io, M as so, F as no } from "../../assets/Modal.js";
10
+ import { P as E } from "../../assets/Paper.js";
11
+ import { u as lo } from "../../assets/dividerClasses.js";
12
+ import { T as po } from "../../assets/Typography.js";
13
+ function co(r) {
14
+ return T("MuiDialog", r);
15
+ }
16
+ const D = k("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), w = /* @__PURE__ */ c.createContext({});
17
+ process.env.NODE_ENV !== "production" && (w.displayName = "DialogContext");
18
+ const uo = f(io, {
19
+ name: "MuiDialog",
20
+ slot: "Backdrop",
21
+ overrides: (r, e) => e.backdrop
22
+ })({
23
+ // Improve scrollable dialog support.
24
+ zIndex: -1
25
+ }), fo = (r) => {
26
+ const {
27
+ classes: e,
28
+ scroll: t,
29
+ maxWidth: a,
30
+ fullWidth: s,
31
+ fullScreen: n
32
+ } = r, l = {
33
+ root: ["root"],
34
+ container: ["container", `scroll${u(t)}`],
35
+ paper: ["paper", `paperScroll${u(t)}`, `paperWidth${u(String(a))}`, s && "paperFullWidth", n && "paperFullScreen"]
36
+ };
37
+ return P(l, co, e);
38
+ }, mo = f(so, {
39
+ name: "MuiDialog",
40
+ slot: "Root",
41
+ overridesResolver: (r, e) => e.root
42
+ })({
43
+ "@media print": {
44
+ // Use !important to override the Modal inline-style.
45
+ position: "absolute !important"
46
+ }
47
+ }), go = f("div", {
48
+ name: "MuiDialog",
49
+ slot: "Container",
50
+ overridesResolver: (r, e) => {
51
+ const {
52
+ ownerState: t
53
+ } = r;
54
+ return [e.container, e[`scroll${u(t.scroll)}`]];
55
+ }
56
+ })({
57
+ height: "100%",
58
+ "@media print": {
59
+ height: "auto"
60
+ },
61
+ // We disable the focus ring for mouse, touch and keyboard users.
62
+ outline: 0,
63
+ variants: [{
64
+ props: {
65
+ scroll: "paper"
66
+ },
67
+ style: {
68
+ display: "flex",
69
+ justifyContent: "center",
70
+ alignItems: "center"
71
+ }
72
+ }, {
73
+ props: {
74
+ scroll: "body"
75
+ },
76
+ style: {
77
+ overflowY: "auto",
78
+ overflowX: "hidden",
79
+ textAlign: "center",
80
+ "&::after": {
81
+ content: '""',
82
+ display: "inline-block",
83
+ verticalAlign: "middle",
84
+ height: "100%",
85
+ width: "0"
86
+ }
87
+ }
88
+ }]
89
+ }), bo = f(E, {
90
+ name: "MuiDialog",
91
+ slot: "Paper",
92
+ overridesResolver: (r, e) => {
93
+ const {
94
+ ownerState: t
95
+ } = r;
96
+ return [e.paper, e[`scrollPaper${u(t.scroll)}`], e[`paperWidth${u(String(t.maxWidth))}`], t.fullWidth && e.paperFullWidth, t.fullScreen && e.paperFullScreen];
97
+ }
98
+ })(j(({
99
+ theme: r
100
+ }) => ({
101
+ margin: 32,
102
+ position: "relative",
103
+ overflowY: "auto",
104
+ "@media print": {
105
+ overflowY: "visible",
106
+ boxShadow: "none"
107
+ },
108
+ variants: [{
109
+ props: {
110
+ scroll: "paper"
111
+ },
112
+ style: {
113
+ display: "flex",
114
+ flexDirection: "column",
115
+ maxHeight: "calc(100% - 64px)"
116
+ }
117
+ }, {
118
+ props: {
119
+ scroll: "body"
120
+ },
121
+ style: {
122
+ display: "inline-block",
123
+ verticalAlign: "middle",
124
+ textAlign: "initial"
125
+ }
126
+ }, {
127
+ props: ({
128
+ ownerState: e
129
+ }) => !e.maxWidth,
130
+ style: {
131
+ maxWidth: "calc(100% - 64px)"
132
+ }
133
+ }, {
134
+ props: {
135
+ maxWidth: "xs"
136
+ },
137
+ style: {
138
+ maxWidth: r.breakpoints.unit === "px" ? Math.max(r.breakpoints.values.xs, 444) : `max(${r.breakpoints.values.xs}${r.breakpoints.unit}, 444px)`,
139
+ [`&.${D.paperScrollBody}`]: {
140
+ [r.breakpoints.down(Math.max(r.breakpoints.values.xs, 444) + 32 * 2)]: {
141
+ maxWidth: "calc(100% - 64px)"
142
+ }
143
+ }
144
+ }
145
+ }, ...Object.keys(r.breakpoints.values).filter((e) => e !== "xs").map((e) => ({
146
+ props: {
147
+ maxWidth: e
148
+ },
149
+ style: {
150
+ maxWidth: `${r.breakpoints.values[e]}${r.breakpoints.unit}`,
151
+ [`&.${D.paperScrollBody}`]: {
152
+ [r.breakpoints.down(r.breakpoints.values[e] + 32 * 2)]: {
153
+ maxWidth: "calc(100% - 64px)"
154
+ }
155
+ }
156
+ }
157
+ })), {
158
+ props: ({
159
+ ownerState: e
160
+ }) => e.fullWidth,
161
+ style: {
162
+ width: "calc(100% - 64px)"
163
+ }
164
+ }, {
165
+ props: ({
166
+ ownerState: e
167
+ }) => e.fullScreen,
168
+ style: {
169
+ margin: 0,
170
+ width: "100%",
171
+ maxWidth: "100%",
172
+ height: "100%",
173
+ maxHeight: "none",
174
+ borderRadius: 0,
175
+ [`&.${D.paperScrollBody}`]: {
176
+ margin: 0,
177
+ maxWidth: "100%"
178
+ }
179
+ }
180
+ }]
181
+ }))), F = /* @__PURE__ */ c.forwardRef(function(e, t) {
182
+ const a = S({
183
+ props: e,
184
+ name: "MuiDialog"
185
+ }), s = ao(), n = {
186
+ enter: s.transitions.duration.enteringScreen,
187
+ exit: s.transitions.duration.leavingScreen
188
+ }, {
189
+ "aria-describedby": l,
190
+ "aria-labelledby": p,
191
+ "aria-modal": m = !0,
192
+ BackdropComponent: x,
193
+ BackdropProps: A,
194
+ children: V,
195
+ className: Y,
196
+ disableEscapeKeyDown: W = !1,
197
+ fullScreen: _ = !1,
198
+ fullWidth: z = !1,
199
+ maxWidth: K = "sm",
200
+ onBackdropClick: M,
201
+ onClick: N,
202
+ onClose: y,
203
+ open: O,
204
+ PaperComponent: L = E,
205
+ PaperProps: R = {},
206
+ scroll: X = "paper",
207
+ TransitionComponent: H = no,
208
+ transitionDuration: B = n,
209
+ TransitionProps: q,
210
+ ...G
211
+ } = a, b = {
212
+ ...a,
213
+ disableEscapeKeyDown: W,
214
+ fullScreen: _,
215
+ fullWidth: z,
216
+ maxWidth: K,
217
+ scroll: X
218
+ }, h = fo(b), v = c.useRef(), J = (d) => {
219
+ v.current = d.target === d.currentTarget;
220
+ }, Q = (d) => {
221
+ N && N(d), v.current && (v.current = null, M && M(d), y && y(d, "backdropClick"));
222
+ }, C = lo(p), Z = c.useMemo(() => ({
223
+ titleId: C
224
+ }), [C]);
225
+ return /* @__PURE__ */ i(mo, {
226
+ className: g(h.root, Y),
227
+ closeAfterTransition: !0,
228
+ components: {
229
+ Backdrop: uo
230
+ },
231
+ componentsProps: {
232
+ backdrop: {
233
+ transitionDuration: B,
234
+ as: x,
235
+ ...A
236
+ }
237
+ },
238
+ disableEscapeKeyDown: W,
239
+ onClose: y,
240
+ open: O,
241
+ ref: t,
242
+ onClick: Q,
243
+ ownerState: b,
244
+ ...G,
245
+ children: /* @__PURE__ */ i(H, {
246
+ appear: !0,
247
+ in: O,
248
+ timeout: B,
249
+ role: "presentation",
250
+ ...q,
251
+ children: /* @__PURE__ */ i(go, {
252
+ className: g(h.container),
253
+ onMouseDown: J,
254
+ ownerState: b,
255
+ children: /* @__PURE__ */ i(bo, {
256
+ as: L,
257
+ elevation: 24,
258
+ role: "dialog",
259
+ "aria-describedby": l,
260
+ "aria-labelledby": C,
261
+ "aria-modal": m,
262
+ ...R,
263
+ className: g(h.paper, R.className),
264
+ ownerState: b,
265
+ children: /* @__PURE__ */ i(w.Provider, {
266
+ value: Z,
267
+ children: V
268
+ })
269
+ })
270
+ })
271
+ })
272
+ });
273
+ });
274
+ process.env.NODE_ENV !== "production" && (F.propTypes = {
275
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
276
+ // │ These PropTypes are generated from the TypeScript type definitions. │
277
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
278
+ // └─────────────────────────────────────────────────────────────────────┘
279
+ /**
280
+ * The id(s) of the element(s) that describe the dialog.
281
+ */
282
+ "aria-describedby": o.string,
283
+ /**
284
+ * The id(s) of the element(s) that label the dialog.
285
+ */
286
+ "aria-labelledby": o.string,
287
+ /**
288
+ * Informs assistive technologies that the element is modal.
289
+ * It's added on the element with role="dialog".
290
+ * @default true
291
+ */
292
+ "aria-modal": o.oneOfType([o.oneOf(["false", "true"]), o.bool]),
293
+ /**
294
+ * A backdrop component. This prop enables custom backdrop rendering.
295
+ * @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
296
+ * Use the `slots.backdrop` prop to make your application ready for the next version of Material UI.
297
+ * @default styled(Backdrop, {
298
+ * name: 'MuiModal',
299
+ * slot: 'Backdrop',
300
+ * overridesResolver: (props, styles) => {
301
+ * return styles.backdrop;
302
+ * },
303
+ * })({
304
+ * zIndex: -1,
305
+ * })
306
+ */
307
+ BackdropComponent: o.elementType,
308
+ /**
309
+ * @ignore
310
+ */
311
+ BackdropProps: o.object,
312
+ /**
313
+ * Dialog children, usually the included sub-components.
314
+ */
315
+ children: o.node,
316
+ /**
317
+ * Override or extend the styles applied to the component.
318
+ */
319
+ classes: o.object,
320
+ /**
321
+ * @ignore
322
+ */
323
+ className: o.string,
324
+ /**
325
+ * If `true`, hitting escape will not fire the `onClose` callback.
326
+ * @default false
327
+ */
328
+ disableEscapeKeyDown: o.bool,
329
+ /**
330
+ * If `true`, the dialog is full-screen.
331
+ * @default false
332
+ */
333
+ fullScreen: o.bool,
334
+ /**
335
+ * If `true`, the dialog stretches to `maxWidth`.
336
+ *
337
+ * Notice that the dialog width grow is limited by the default margin.
338
+ * @default false
339
+ */
340
+ fullWidth: o.bool,
341
+ /**
342
+ * Determine the max-width of the dialog.
343
+ * The dialog width grows with the size of the screen.
344
+ * Set to `false` to disable `maxWidth`.
345
+ * @default 'sm'
346
+ */
347
+ maxWidth: o.oneOfType([o.oneOf(["xs", "sm", "md", "lg", "xl", !1]), o.string]),
348
+ /**
349
+ * Callback fired when the backdrop is clicked.
350
+ * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
351
+ */
352
+ onBackdropClick: o.func,
353
+ /**
354
+ * @ignore
355
+ */
356
+ onClick: o.func,
357
+ /**
358
+ * Callback fired when the component requests to be closed.
359
+ *
360
+ * @param {object} event The event source of the callback.
361
+ * @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
362
+ */
363
+ onClose: o.func,
364
+ /**
365
+ * If `true`, the component is shown.
366
+ */
367
+ open: o.bool.isRequired,
368
+ /**
369
+ * The component used to render the body of the dialog.
370
+ * @default Paper
371
+ */
372
+ PaperComponent: o.elementType,
373
+ /**
374
+ * Props applied to the [`Paper`](https://mui.com/material-ui/api/paper/) element.
375
+ * @default {}
376
+ */
377
+ PaperProps: o.object,
378
+ /**
379
+ * Determine the container for scrolling the dialog.
380
+ * @default 'paper'
381
+ */
382
+ scroll: o.oneOf(["body", "paper"]),
383
+ /**
384
+ * The system prop that allows defining system overrides as well as additional CSS styles.
385
+ */
386
+ sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object]),
387
+ /**
388
+ * The component used for the transition.
389
+ * [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
390
+ * @default Fade
391
+ */
392
+ TransitionComponent: o.elementType,
393
+ /**
394
+ * The duration for the transition, in milliseconds.
395
+ * You may specify a single timeout for all transitions, or individually with an object.
396
+ * @default {
397
+ * enter: theme.transitions.duration.enteringScreen,
398
+ * exit: theme.transitions.duration.leavingScreen,
399
+ * }
400
+ */
401
+ transitionDuration: o.oneOfType([o.number, o.shape({
402
+ appear: o.number,
403
+ enter: o.number,
404
+ exit: o.number
405
+ })]),
406
+ /**
407
+ * Props applied to the transition element.
408
+ * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
409
+ */
410
+ TransitionProps: o.object
411
+ });
412
+ function xo(r) {
413
+ return T("MuiDialogContent", r);
414
+ }
415
+ k("MuiDialogContent", ["root", "dividers"]);
416
+ function yo(r) {
417
+ return T("MuiDialogTitle", r);
418
+ }
419
+ const ho = k("MuiDialogTitle", ["root"]), vo = (r) => {
420
+ const {
421
+ classes: e,
422
+ dividers: t
423
+ } = r;
424
+ return P({
425
+ root: ["root", t && "dividers"]
426
+ }, xo, e);
427
+ }, Co = f("div", {
428
+ name: "MuiDialogContent",
429
+ slot: "Root",
430
+ overridesResolver: (r, e) => {
431
+ const {
432
+ ownerState: t
433
+ } = r;
434
+ return [e.root, t.dividers && e.dividers];
435
+ }
436
+ })(j(({
437
+ theme: r
438
+ }) => ({
439
+ flex: "1 1 auto",
440
+ // Add iOS momentum scrolling for iOS < 13.0
441
+ WebkitOverflowScrolling: "touch",
442
+ overflowY: "auto",
443
+ padding: "20px 24px",
444
+ variants: [{
445
+ props: ({
446
+ ownerState: e
447
+ }) => e.dividers,
448
+ style: {
449
+ padding: "16px 24px",
450
+ borderTop: `1px solid ${(r.vars || r).palette.divider}`,
451
+ borderBottom: `1px solid ${(r.vars || r).palette.divider}`
452
+ }
453
+ }, {
454
+ props: ({
455
+ ownerState: e
456
+ }) => !e.dividers,
457
+ style: {
458
+ [`.${ho.root} + &`]: {
459
+ paddingTop: 0
460
+ }
461
+ }
462
+ }]
463
+ }))), I = /* @__PURE__ */ c.forwardRef(function(e, t) {
464
+ const a = S({
465
+ props: e,
466
+ name: "MuiDialogContent"
467
+ }), {
468
+ className: s,
469
+ dividers: n = !1,
470
+ ...l
471
+ } = a, p = {
472
+ ...a,
473
+ dividers: n
474
+ }, m = vo(p);
475
+ return /* @__PURE__ */ i(Co, {
476
+ className: g(m.root, s),
477
+ ownerState: p,
478
+ ref: t,
479
+ ...l
480
+ });
481
+ });
482
+ process.env.NODE_ENV !== "production" && (I.propTypes = {
483
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
484
+ // │ These PropTypes are generated from the TypeScript type definitions. │
485
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
486
+ // └─────────────────────────────────────────────────────────────────────┘
487
+ /**
488
+ * The content of the component.
489
+ */
490
+ children: o.node,
491
+ /**
492
+ * Override or extend the styles applied to the component.
493
+ */
494
+ classes: o.object,
495
+ /**
496
+ * @ignore
497
+ */
498
+ className: o.string,
499
+ /**
500
+ * Display the top and bottom dividers.
501
+ * @default false
502
+ */
503
+ dividers: o.bool,
504
+ /**
505
+ * The system prop that allows defining system overrides as well as additional CSS styles.
506
+ */
507
+ sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
508
+ });
509
+ const Do = (r) => {
510
+ const {
511
+ classes: e
512
+ } = r;
513
+ return P({
514
+ root: ["root"]
515
+ }, yo, e);
516
+ }, ko = f(po, {
517
+ name: "MuiDialogTitle",
518
+ slot: "Root",
519
+ overridesResolver: (r, e) => e.root
520
+ })({
521
+ padding: "16px 24px",
522
+ flex: "0 0 auto"
523
+ }), U = /* @__PURE__ */ c.forwardRef(function(e, t) {
524
+ const a = S({
525
+ props: e,
526
+ name: "MuiDialogTitle"
527
+ }), {
528
+ className: s,
529
+ id: n,
530
+ ...l
531
+ } = a, p = a, m = Do(p), {
532
+ titleId: x = n
533
+ } = c.useContext(w);
534
+ return /* @__PURE__ */ i(ko, {
535
+ component: "h2",
536
+ className: g(m.root, s),
537
+ ownerState: p,
538
+ ref: t,
539
+ variant: "h6",
540
+ id: n ?? x,
541
+ ...l
542
+ });
543
+ });
544
+ process.env.NODE_ENV !== "production" && (U.propTypes = {
545
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
546
+ // │ These PropTypes are generated from the TypeScript type definitions. │
547
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
548
+ // └─────────────────────────────────────────────────────────────────────┘
549
+ /**
550
+ * The content of the component.
551
+ */
552
+ children: o.node,
553
+ /**
554
+ * Override or extend the styles applied to the component.
555
+ */
556
+ classes: o.object,
557
+ /**
558
+ * @ignore
559
+ */
560
+ className: o.string,
561
+ /**
562
+ * @ignore
563
+ */
564
+ id: o.string,
565
+ /**
566
+ * The system prop that allows defining system overrides as well as additional CSS styles.
567
+ */
568
+ sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
569
+ });
570
+ function jo(r) {
571
+ const e = oo(ro);
572
+ if (!e)
573
+ return null;
574
+ const t = {
575
+ open: r.open === void 0 ? !0 : r.open,
576
+ onClose: r.onClose || (() => {
577
+ }),
578
+ collapse: r.collapse === void 0 ? !1 : r.collapse
579
+ };
580
+ return /* @__PURE__ */ $(
581
+ F,
582
+ {
583
+ open: t.open,
584
+ onClose: t.onClose,
585
+ maxWidth: "sm",
586
+ fullWidth: !0,
587
+ PaperProps: {
588
+ style: { borderRadius: 8 }
589
+ },
590
+ "aria-hidden": !t.open,
591
+ scroll: "body",
592
+ children: [
593
+ /* @__PURE__ */ i(U, { children: "Notification Preferences" }),
594
+ /* @__PURE__ */ $(I, { children: [
595
+ /* @__PURE__ */ i(eo, {}),
596
+ e.webPushOptInMessage && /* @__PURE__ */ i("div", { children: /* @__PURE__ */ i(
597
+ to,
598
+ {
599
+ hideAfterInteraction: !1,
600
+ descriptionStyle: { fontSize: 12 }
601
+ }
602
+ ) })
603
+ ] })
604
+ ]
605
+ }
606
+ );
607
+ }
7
608
  export {
8
- f as NotificationPreferencesPopup
609
+ jo as NotificationPreferencesPopup
9
610
  };