@genesislcap/foundation-notifications 14.114.2 → 14.115.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 (138) hide show
  1. package/README.md +83 -11
  2. package/dist/dts/alert/alert-builder.d.ts +7 -0
  3. package/dist/dts/alert/alert-builder.d.ts.map +1 -0
  4. package/dist/dts/alert/index.d.ts +2 -0
  5. package/dist/dts/alert/index.d.ts.map +1 -0
  6. package/dist/dts/banner/banner-builder-old.d.ts +40 -0
  7. package/dist/dts/banner/banner-builder-old.d.ts.map +1 -0
  8. package/dist/dts/banner/banner-builder.d.ts +3 -31
  9. package/dist/dts/banner/banner-builder.d.ts.map +1 -1
  10. package/dist/dts/banner/banner-launcher.d.ts.map +1 -1
  11. package/dist/dts/banner/index.d.ts +1 -0
  12. package/dist/dts/banner/index.d.ts.map +1 -1
  13. package/dist/dts/dialog/dialog-builder-old.d.ts +40 -0
  14. package/dist/dts/dialog/dialog-builder-old.d.ts.map +1 -0
  15. package/dist/dts/dialog/dialog-builder.d.ts +3 -31
  16. package/dist/dts/dialog/dialog-builder.d.ts.map +1 -1
  17. package/dist/dts/dialog/dialog-launcher.d.ts +1 -1
  18. package/dist/dts/dialog/dialog-launcher.d.ts.map +1 -1
  19. package/dist/dts/dialog/index.d.ts +1 -0
  20. package/dist/dts/dialog/index.d.ts.map +1 -1
  21. package/dist/dts/index.d.ts +5 -4
  22. package/dist/dts/index.d.ts.map +1 -1
  23. package/dist/dts/notification-builder.d.ts +12 -0
  24. package/dist/dts/notification-builder.d.ts.map +1 -1
  25. package/dist/dts/notification-launcher.d.ts.map +1 -1
  26. package/dist/dts/notification-util.d.ts +6 -0
  27. package/dist/dts/notification-util.d.ts.map +1 -1
  28. package/dist/dts/snackbar/index.d.ts +1 -0
  29. package/dist/dts/snackbar/index.d.ts.map +1 -1
  30. package/dist/dts/snackbar/snackbar-builder-old.d.ts +39 -0
  31. package/dist/dts/snackbar/snackbar-builder-old.d.ts.map +1 -0
  32. package/dist/dts/snackbar/snackbar-builder.d.ts +3 -30
  33. package/dist/dts/snackbar/snackbar-builder.d.ts.map +1 -1
  34. package/dist/dts/snackbar/snackbar-launcher.d.ts +1 -1
  35. package/dist/dts/snackbar/snackbar-launcher.d.ts.map +1 -1
  36. package/dist/dts/toast/index.d.ts +1 -0
  37. package/dist/dts/toast/index.d.ts.map +1 -1
  38. package/dist/dts/toast/toast-builder-old.d.ts +74 -0
  39. package/dist/dts/toast/toast-builder-old.d.ts.map +1 -0
  40. package/dist/dts/toast/toast-builder.d.ts +3 -61
  41. package/dist/dts/toast/toast-builder.d.ts.map +1 -1
  42. package/dist/dts/toast/toast-launcher.d.ts.map +1 -1
  43. package/dist/dts/types.d.ts +50 -2
  44. package/dist/dts/types.d.ts.map +1 -1
  45. package/dist/esm/alert/alert-builder.js +9 -0
  46. package/dist/esm/alert/index.js +1 -0
  47. package/dist/esm/banner/banner-builder-old.js +56 -0
  48. package/dist/esm/banner/banner-builder.js +17 -43
  49. package/dist/esm/banner/banner-launcher.js +2 -1
  50. package/dist/esm/banner/index.js +1 -0
  51. package/dist/esm/dialog/dialog-builder-old.js +56 -0
  52. package/dist/esm/dialog/dialog-builder.js +21 -43
  53. package/dist/esm/dialog/dialog-launcher.js +4 -3
  54. package/dist/esm/dialog/index.js +1 -0
  55. package/dist/esm/index.js +5 -4
  56. package/dist/esm/notification-builder.js +14 -0
  57. package/dist/esm/notification-launcher.js +2 -10
  58. package/dist/esm/notification-util.js +12 -0
  59. package/dist/esm/snackbar/index.js +1 -0
  60. package/dist/esm/snackbar/snackbar-builder-old.js +55 -0
  61. package/dist/esm/snackbar/snackbar-builder.js +17 -42
  62. package/dist/esm/snackbar/snackbar-launcher.js +4 -3
  63. package/dist/esm/toast/index.js +1 -0
  64. package/dist/esm/toast/toast-builder-old.js +107 -0
  65. package/dist/esm/toast/toast-builder.js +22 -88
  66. package/dist/esm/toast/toast-launcher.js +2 -1
  67. package/dist/foundation-notifications.api.json +911 -88
  68. package/dist/foundation-notifications.d.ts +130 -4
  69. package/docs/api/foundation-notifications.alertstructure.body.md +11 -0
  70. package/docs/api/foundation-notifications.alertstructure.loglevel.md +11 -0
  71. package/docs/api/foundation-notifications.alertstructure.md +22 -0
  72. package/docs/api/foundation-notifications.alertstructure.title.md +11 -0
  73. package/docs/api/foundation-notifications.bannerbuilder.build.md +5 -0
  74. package/docs/api/foundation-notifications.bannerbuilder.md +5 -0
  75. package/docs/api/foundation-notifications.bannerbuilder.withconfirmingaction.md +5 -0
  76. package/docs/api/foundation-notifications.bannerbuilder.withdismissingaction.md +5 -0
  77. package/docs/api/foundation-notifications.bannerstructure.banner.md +11 -0
  78. package/docs/api/foundation-notifications.bannerstructure.body.md +11 -0
  79. package/docs/api/foundation-notifications.bannerstructure.loglevel.md +11 -0
  80. package/docs/api/foundation-notifications.bannerstructure.md +22 -0
  81. package/docs/api/foundation-notifications.dialogbuilder.build.md +5 -0
  82. package/docs/api/foundation-notifications.dialogbuilder.md +5 -0
  83. package/docs/api/foundation-notifications.dialogbuilder.withconfirmingaction.md +5 -0
  84. package/docs/api/foundation-notifications.dialogbuilder.withdismissingaction.md +5 -0
  85. package/docs/api/foundation-notifications.dialogstructure.body.md +11 -0
  86. package/docs/api/foundation-notifications.dialogstructure.dialog.md +11 -0
  87. package/docs/api/foundation-notifications.dialogstructure.loglevel.md +11 -0
  88. package/docs/api/foundation-notifications.dialogstructure.md +23 -0
  89. package/docs/api/foundation-notifications.dialogstructure.title.md +11 -0
  90. package/docs/api/foundation-notifications.getbannerbuilder.md +5 -0
  91. package/docs/api/foundation-notifications.getdialogbuilder.md +5 -0
  92. package/docs/api/foundation-notifications.getnotificationbuilder.md +5 -0
  93. package/docs/api/foundation-notifications.getsnackbarbuilder.md +5 -0
  94. package/docs/api/foundation-notifications.gettoastbuilder.md +5 -0
  95. package/docs/api/foundation-notifications.md +12 -1
  96. package/docs/api/foundation-notifications.notificationbuilder.build.md +5 -0
  97. package/docs/api/foundation-notifications.notificationbuilder.md +5 -0
  98. package/docs/api/foundation-notifications.notificationbuilder.withalert.md +5 -0
  99. package/docs/api/foundation-notifications.notificationbuilder.withbanner.md +5 -0
  100. package/docs/api/foundation-notifications.notificationbuilder.withbody.md +5 -0
  101. package/docs/api/foundation-notifications.notificationbuilder.withcreatedat.md +5 -0
  102. package/docs/api/foundation-notifications.notificationbuilder.withdialog.md +5 -0
  103. package/docs/api/foundation-notifications.notificationbuilder.withloglevel.md +5 -0
  104. package/docs/api/foundation-notifications.notificationbuilder.withsnackbar.md +5 -0
  105. package/docs/api/foundation-notifications.notificationbuilder.withtitle.md +5 -0
  106. package/docs/api/foundation-notifications.notificationbuilder.withtoast.md +5 -0
  107. package/docs/api/foundation-notifications.notificationstructure.md +2 -2
  108. package/docs/api/foundation-notifications.notificationstructure.title.md +1 -1
  109. package/docs/api/foundation-notifications.showloggerloglevel.md +13 -0
  110. package/docs/api/foundation-notifications.shownotificationalert.md +13 -0
  111. package/docs/api/foundation-notifications.shownotificationbanner.md +13 -0
  112. package/docs/api/foundation-notifications.shownotificationdialog.md +13 -0
  113. package/docs/api/foundation-notifications.shownotificationsnackbar.md +13 -0
  114. package/docs/api/foundation-notifications.shownotificationtoast.md +13 -0
  115. package/docs/api/foundation-notifications.snackbarbuilder.build.md +5 -0
  116. package/docs/api/foundation-notifications.snackbarbuilder.md +5 -0
  117. package/docs/api/foundation-notifications.snackbarbuilder.withconfirmingaction.md +5 -0
  118. package/docs/api/foundation-notifications.snackbarbuilder.withtype.md +5 -0
  119. package/docs/api/foundation-notifications.snackbarstructure.body.md +11 -0
  120. package/docs/api/foundation-notifications.snackbarstructure.loglevel.md +11 -0
  121. package/docs/api/foundation-notifications.snackbarstructure.md +22 -0
  122. package/docs/api/foundation-notifications.snackbarstructure.snackbar.md +11 -0
  123. package/docs/api/foundation-notifications.toastbuilder.build.md +5 -0
  124. package/docs/api/foundation-notifications.toastbuilder.md +4 -0
  125. package/docs/api/foundation-notifications.toastbuilder.withautoclose.md +5 -0
  126. package/docs/api/foundation-notifications.toastbuilder.withbuttons.md +5 -0
  127. package/docs/api/foundation-notifications.toastbuilder.withclosetimeout.md +5 -0
  128. package/docs/api/foundation-notifications.toastbuilder.withdetails.md +5 -0
  129. package/docs/api/foundation-notifications.toastbuilder.withposition.md +5 -0
  130. package/docs/api/foundation-notifications.toastbuilder.withtype.md +5 -0
  131. package/docs/api/foundation-notifications.toaststructure.body.md +11 -0
  132. package/docs/api/foundation-notifications.toaststructure.createdat.md +11 -0
  133. package/docs/api/foundation-notifications.toaststructure.loglevel.md +11 -0
  134. package/docs/api/foundation-notifications.toaststructure.md +24 -0
  135. package/docs/api/foundation-notifications.toaststructure.title.md +11 -0
  136. package/docs/api/foundation-notifications.toaststructure.toast.md +11 -0
  137. package/docs/api-report.md +113 -14
  138. package/package.json +5 -5
@@ -172,6 +172,106 @@
172
172
  "name": "",
173
173
  "preserveMemberOrder": false,
174
174
  "members": [
175
+ {
176
+ "kind": "Interface",
177
+ "canonicalReference": "@genesislcap/foundation-notifications!AlertStructure:interface",
178
+ "docComment": "/**\n * Interface for Alert Structure\n *\n * @public\n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface AlertStructure "
183
+ }
184
+ ],
185
+ "fileUrlPath": "src/types.ts",
186
+ "releaseTag": "Public",
187
+ "name": "AlertStructure",
188
+ "preserveMemberOrder": false,
189
+ "members": [
190
+ {
191
+ "kind": "PropertySignature",
192
+ "canonicalReference": "@genesislcap/foundation-notifications!AlertStructure#body:member",
193
+ "docComment": "",
194
+ "excerptTokens": [
195
+ {
196
+ "kind": "Content",
197
+ "text": "readonly body: "
198
+ },
199
+ {
200
+ "kind": "Content",
201
+ "text": "string"
202
+ },
203
+ {
204
+ "kind": "Content",
205
+ "text": ";"
206
+ }
207
+ ],
208
+ "isReadonly": true,
209
+ "isOptional": false,
210
+ "releaseTag": "Public",
211
+ "name": "body",
212
+ "propertyTypeTokenRange": {
213
+ "startIndex": 1,
214
+ "endIndex": 2
215
+ }
216
+ },
217
+ {
218
+ "kind": "PropertySignature",
219
+ "canonicalReference": "@genesislcap/foundation-notifications!AlertStructure#logLevel:member",
220
+ "docComment": "",
221
+ "excerptTokens": [
222
+ {
223
+ "kind": "Content",
224
+ "text": "readonly logLevel?: "
225
+ },
226
+ {
227
+ "kind": "Reference",
228
+ "text": "LogLevel",
229
+ "canonicalReference": "consola!LogLevel:enum"
230
+ },
231
+ {
232
+ "kind": "Content",
233
+ "text": ";"
234
+ }
235
+ ],
236
+ "isReadonly": true,
237
+ "isOptional": true,
238
+ "releaseTag": "Public",
239
+ "name": "logLevel",
240
+ "propertyTypeTokenRange": {
241
+ "startIndex": 1,
242
+ "endIndex": 2
243
+ }
244
+ },
245
+ {
246
+ "kind": "PropertySignature",
247
+ "canonicalReference": "@genesislcap/foundation-notifications!AlertStructure#title:member",
248
+ "docComment": "",
249
+ "excerptTokens": [
250
+ {
251
+ "kind": "Content",
252
+ "text": "readonly title: "
253
+ },
254
+ {
255
+ "kind": "Content",
256
+ "text": "string"
257
+ },
258
+ {
259
+ "kind": "Content",
260
+ "text": ";"
261
+ }
262
+ ],
263
+ "isReadonly": true,
264
+ "isOptional": false,
265
+ "releaseTag": "Public",
266
+ "name": "title",
267
+ "propertyTypeTokenRange": {
268
+ "startIndex": 1,
269
+ "endIndex": 2
270
+ }
271
+ }
272
+ ],
273
+ "extendsTokenRanges": []
274
+ },
175
275
  {
176
276
  "kind": "Interface",
177
277
  "canonicalReference": "@genesislcap/foundation-notifications!Banner:interface",
@@ -262,14 +362,14 @@
262
362
  {
263
363
  "kind": "Class",
264
364
  "canonicalReference": "@genesislcap/foundation-notifications!BannerBuilder:class",
265
- "docComment": "/**\n * BannerBuilder\n *\n * @public\n */\n",
365
+ "docComment": "/**\n * BannerBuilder\n *\n * @deprecated\n *\n * Use showNotificationBanner instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
266
366
  "excerptTokens": [
267
367
  {
268
368
  "kind": "Content",
269
369
  "text": "export declare class BannerBuilder "
270
370
  }
271
371
  ],
272
- "fileUrlPath": "src/banner/banner-builder.ts",
372
+ "fileUrlPath": "src/banner/banner-builder-old.ts",
273
373
  "releaseTag": "Public",
274
374
  "isAbstract": false,
275
375
  "name": "BannerBuilder",
@@ -278,7 +378,7 @@
278
378
  {
279
379
  "kind": "Method",
280
380
  "canonicalReference": "@genesislcap/foundation-notifications!BannerBuilder#build:member(1)",
281
- "docComment": "/**\n * Build Banner\n *\n * @returns Banner\n *\n * @public\n */\n",
381
+ "docComment": "/**\n * Build Banner\n *\n * @deprecated\n *\n * Use showNotificationBanner instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @returns Banner\n *\n * @public\n */\n",
282
382
  "excerptTokens": [
283
383
  {
284
384
  "kind": "Content",
@@ -310,7 +410,7 @@
310
410
  {
311
411
  "kind": "Method",
312
412
  "canonicalReference": "@genesislcap/foundation-notifications!BannerBuilder#withConfirmingAction:member(1)",
313
- "docComment": "/**\n * Add confirming action to Banner\n *\n * @param confirmingAction - {@link ConfirmingAction}\n *\n * @returns \n *\n * @public\n */\n",
413
+ "docComment": "/**\n * Add confirming action to Banner\n *\n * @deprecated\n *\n * Use showNotificationBanner instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param confirmingAction - {@link ConfirmingAction}\n *\n * @returns \n *\n * @public\n */\n",
314
414
  "excerptTokens": [
315
415
  {
316
416
  "kind": "Content",
@@ -360,7 +460,7 @@
360
460
  {
361
461
  "kind": "Method",
362
462
  "canonicalReference": "@genesislcap/foundation-notifications!BannerBuilder#withDismissingAction:member(1)",
363
- "docComment": "/**\n * Add dismissing action to Banner\n *\n * @param dismissingAction - {@link DismissingAction}\n *\n * @returns \n *\n * @public\n */\n",
463
+ "docComment": "/**\n * Add dismissing action to Banner\n *\n * @deprecated\n *\n * Use showNotificationBanner instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param dismissingAction - {@link DismissingAction}\n *\n * @returns \n *\n * @public\n */\n",
364
464
  "excerptTokens": [
365
465
  {
366
466
  "kind": "Content",
@@ -410,6 +510,107 @@
410
510
  ],
411
511
  "implementsTokenRanges": []
412
512
  },
513
+ {
514
+ "kind": "Interface",
515
+ "canonicalReference": "@genesislcap/foundation-notifications!BannerStructure:interface",
516
+ "docComment": "/**\n * Interface for Banner Structure\n *\n * @public\n */\n",
517
+ "excerptTokens": [
518
+ {
519
+ "kind": "Content",
520
+ "text": "export interface BannerStructure "
521
+ }
522
+ ],
523
+ "fileUrlPath": "src/types.ts",
524
+ "releaseTag": "Public",
525
+ "name": "BannerStructure",
526
+ "preserveMemberOrder": false,
527
+ "members": [
528
+ {
529
+ "kind": "PropertySignature",
530
+ "canonicalReference": "@genesislcap/foundation-notifications!BannerStructure#banner:member",
531
+ "docComment": "",
532
+ "excerptTokens": [
533
+ {
534
+ "kind": "Content",
535
+ "text": "readonly banner?: "
536
+ },
537
+ {
538
+ "kind": "Reference",
539
+ "text": "Banner",
540
+ "canonicalReference": "@genesislcap/foundation-notifications!Banner:interface"
541
+ },
542
+ {
543
+ "kind": "Content",
544
+ "text": ";"
545
+ }
546
+ ],
547
+ "isReadonly": true,
548
+ "isOptional": true,
549
+ "releaseTag": "Public",
550
+ "name": "banner",
551
+ "propertyTypeTokenRange": {
552
+ "startIndex": 1,
553
+ "endIndex": 2
554
+ }
555
+ },
556
+ {
557
+ "kind": "PropertySignature",
558
+ "canonicalReference": "@genesislcap/foundation-notifications!BannerStructure#body:member",
559
+ "docComment": "",
560
+ "excerptTokens": [
561
+ {
562
+ "kind": "Content",
563
+ "text": "readonly body: "
564
+ },
565
+ {
566
+ "kind": "Content",
567
+ "text": "string"
568
+ },
569
+ {
570
+ "kind": "Content",
571
+ "text": ";"
572
+ }
573
+ ],
574
+ "isReadonly": true,
575
+ "isOptional": false,
576
+ "releaseTag": "Public",
577
+ "name": "body",
578
+ "propertyTypeTokenRange": {
579
+ "startIndex": 1,
580
+ "endIndex": 2
581
+ }
582
+ },
583
+ {
584
+ "kind": "PropertySignature",
585
+ "canonicalReference": "@genesislcap/foundation-notifications!BannerStructure#logLevel:member",
586
+ "docComment": "",
587
+ "excerptTokens": [
588
+ {
589
+ "kind": "Content",
590
+ "text": "readonly logLevel?: "
591
+ },
592
+ {
593
+ "kind": "Reference",
594
+ "text": "LogLevel",
595
+ "canonicalReference": "consola!LogLevel:enum"
596
+ },
597
+ {
598
+ "kind": "Content",
599
+ "text": ";"
600
+ }
601
+ ],
602
+ "isReadonly": true,
603
+ "isOptional": true,
604
+ "releaseTag": "Public",
605
+ "name": "logLevel",
606
+ "propertyTypeTokenRange": {
607
+ "startIndex": 1,
608
+ "endIndex": 2
609
+ }
610
+ }
611
+ ],
612
+ "extendsTokenRanges": []
613
+ },
413
614
  {
414
615
  "kind": "Interface",
415
616
  "canonicalReference": "@genesislcap/foundation-notifications!ConfirmingAction:interface",
@@ -574,14 +775,14 @@
574
775
  {
575
776
  "kind": "Class",
576
777
  "canonicalReference": "@genesislcap/foundation-notifications!DialogBuilder:class",
577
- "docComment": "/**\n * DialogBuilder class\n *\n * @public\n */\n",
778
+ "docComment": "/**\n * DialogBuilder class\n *\n * @deprecated\n *\n * Use showNotificationDialog instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
578
779
  "excerptTokens": [
579
780
  {
580
781
  "kind": "Content",
581
782
  "text": "export declare class DialogBuilder "
582
783
  }
583
784
  ],
584
- "fileUrlPath": "src/dialog/dialog-builder.ts",
785
+ "fileUrlPath": "src/dialog/dialog-builder-old.ts",
585
786
  "releaseTag": "Public",
586
787
  "isAbstract": false,
587
788
  "name": "DialogBuilder",
@@ -590,7 +791,7 @@
590
791
  {
591
792
  "kind": "Method",
592
793
  "canonicalReference": "@genesislcap/foundation-notifications!DialogBuilder#build:member(1)",
593
- "docComment": "/**\n * Build Dialog\n *\n * @returns Dialog\n *\n * @public\n */\n",
794
+ "docComment": "/**\n * Build Dialog\n *\n * @deprecated\n *\n * Use showNotificationDialog instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @returns Dialog\n *\n * @public\n */\n",
594
795
  "excerptTokens": [
595
796
  {
596
797
  "kind": "Content",
@@ -622,7 +823,7 @@
622
823
  {
623
824
  "kind": "Method",
624
825
  "canonicalReference": "@genesislcap/foundation-notifications!DialogBuilder#withConfirmingAction:member(1)",
625
- "docComment": "/**\n * Add confirming action to Dialog\n *\n * @param confirmingAction - {@link ConfirmingAction}\n *\n * @returns \n *\n * @public\n */\n",
826
+ "docComment": "/**\n * Add confirming action to Dialog\n *\n * @deprecated\n *\n * Use showNotificationDialog instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param confirmingAction - {@link ConfirmingAction}\n *\n * @returns \n *\n * @public\n */\n",
626
827
  "excerptTokens": [
627
828
  {
628
829
  "kind": "Content",
@@ -672,7 +873,7 @@
672
873
  {
673
874
  "kind": "Method",
674
875
  "canonicalReference": "@genesislcap/foundation-notifications!DialogBuilder#withDismissingAction:member(1)",
675
- "docComment": "/**\n * Add dismissing action to Dialog\n *\n * @param dismissingAction - {@link DismissingAction}\n *\n * @returns \n *\n * @public\n */\n",
876
+ "docComment": "/**\n * Add dismissing action to Dialog\n *\n * @deprecated\n *\n * Use showNotificationDialog instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param dismissingAction - {@link DismissingAction}\n *\n * @returns \n *\n * @public\n */\n",
676
877
  "excerptTokens": [
677
878
  {
678
879
  "kind": "Content",
@@ -685,42 +886,170 @@
685
886
  },
686
887
  {
687
888
  "kind": "Content",
688
- "text": "): "
889
+ "text": "): "
890
+ },
891
+ {
892
+ "kind": "Reference",
893
+ "text": "DialogBuilder",
894
+ "canonicalReference": "@genesislcap/foundation-notifications!DialogBuilder:class"
895
+ },
896
+ {
897
+ "kind": "Content",
898
+ "text": ";"
899
+ }
900
+ ],
901
+ "isStatic": false,
902
+ "returnTypeTokenRange": {
903
+ "startIndex": 3,
904
+ "endIndex": 4
905
+ },
906
+ "releaseTag": "Public",
907
+ "isProtected": false,
908
+ "overloadIndex": 1,
909
+ "parameters": [
910
+ {
911
+ "parameterName": "dismissingAction",
912
+ "parameterTypeTokenRange": {
913
+ "startIndex": 1,
914
+ "endIndex": 2
915
+ },
916
+ "isOptional": false
917
+ }
918
+ ],
919
+ "isOptional": false,
920
+ "isAbstract": false,
921
+ "name": "withDismissingAction"
922
+ }
923
+ ],
924
+ "implementsTokenRanges": []
925
+ },
926
+ {
927
+ "kind": "Interface",
928
+ "canonicalReference": "@genesislcap/foundation-notifications!DialogStructure:interface",
929
+ "docComment": "/**\n * Interface for Dialog Structure\n *\n * @public\n */\n",
930
+ "excerptTokens": [
931
+ {
932
+ "kind": "Content",
933
+ "text": "export interface DialogStructure "
934
+ }
935
+ ],
936
+ "fileUrlPath": "src/types.ts",
937
+ "releaseTag": "Public",
938
+ "name": "DialogStructure",
939
+ "preserveMemberOrder": false,
940
+ "members": [
941
+ {
942
+ "kind": "PropertySignature",
943
+ "canonicalReference": "@genesislcap/foundation-notifications!DialogStructure#body:member",
944
+ "docComment": "",
945
+ "excerptTokens": [
946
+ {
947
+ "kind": "Content",
948
+ "text": "readonly body: "
949
+ },
950
+ {
951
+ "kind": "Content",
952
+ "text": "string"
953
+ },
954
+ {
955
+ "kind": "Content",
956
+ "text": ";"
957
+ }
958
+ ],
959
+ "isReadonly": true,
960
+ "isOptional": false,
961
+ "releaseTag": "Public",
962
+ "name": "body",
963
+ "propertyTypeTokenRange": {
964
+ "startIndex": 1,
965
+ "endIndex": 2
966
+ }
967
+ },
968
+ {
969
+ "kind": "PropertySignature",
970
+ "canonicalReference": "@genesislcap/foundation-notifications!DialogStructure#dialog:member",
971
+ "docComment": "",
972
+ "excerptTokens": [
973
+ {
974
+ "kind": "Content",
975
+ "text": "readonly dialog?: "
976
+ },
977
+ {
978
+ "kind": "Reference",
979
+ "text": "Dialog",
980
+ "canonicalReference": "@genesislcap/foundation-notifications!Dialog:interface"
981
+ },
982
+ {
983
+ "kind": "Content",
984
+ "text": ";"
985
+ }
986
+ ],
987
+ "isReadonly": true,
988
+ "isOptional": true,
989
+ "releaseTag": "Public",
990
+ "name": "dialog",
991
+ "propertyTypeTokenRange": {
992
+ "startIndex": 1,
993
+ "endIndex": 2
994
+ }
995
+ },
996
+ {
997
+ "kind": "PropertySignature",
998
+ "canonicalReference": "@genesislcap/foundation-notifications!DialogStructure#logLevel:member",
999
+ "docComment": "",
1000
+ "excerptTokens": [
1001
+ {
1002
+ "kind": "Content",
1003
+ "text": "readonly logLevel?: "
1004
+ },
1005
+ {
1006
+ "kind": "Reference",
1007
+ "text": "LogLevel",
1008
+ "canonicalReference": "consola!LogLevel:enum"
1009
+ },
1010
+ {
1011
+ "kind": "Content",
1012
+ "text": ";"
1013
+ }
1014
+ ],
1015
+ "isReadonly": true,
1016
+ "isOptional": true,
1017
+ "releaseTag": "Public",
1018
+ "name": "logLevel",
1019
+ "propertyTypeTokenRange": {
1020
+ "startIndex": 1,
1021
+ "endIndex": 2
1022
+ }
1023
+ },
1024
+ {
1025
+ "kind": "PropertySignature",
1026
+ "canonicalReference": "@genesislcap/foundation-notifications!DialogStructure#title:member",
1027
+ "docComment": "",
1028
+ "excerptTokens": [
1029
+ {
1030
+ "kind": "Content",
1031
+ "text": "readonly title: "
689
1032
  },
690
1033
  {
691
- "kind": "Reference",
692
- "text": "DialogBuilder",
693
- "canonicalReference": "@genesislcap/foundation-notifications!DialogBuilder:class"
1034
+ "kind": "Content",
1035
+ "text": "string"
694
1036
  },
695
1037
  {
696
1038
  "kind": "Content",
697
1039
  "text": ";"
698
1040
  }
699
1041
  ],
700
- "isStatic": false,
701
- "returnTypeTokenRange": {
702
- "startIndex": 3,
703
- "endIndex": 4
704
- },
705
- "releaseTag": "Public",
706
- "isProtected": false,
707
- "overloadIndex": 1,
708
- "parameters": [
709
- {
710
- "parameterName": "dismissingAction",
711
- "parameterTypeTokenRange": {
712
- "startIndex": 1,
713
- "endIndex": 2
714
- },
715
- "isOptional": false
716
- }
717
- ],
1042
+ "isReadonly": true,
718
1043
  "isOptional": false,
719
- "isAbstract": false,
720
- "name": "withDismissingAction"
1044
+ "releaseTag": "Public",
1045
+ "name": "title",
1046
+ "propertyTypeTokenRange": {
1047
+ "startIndex": 1,
1048
+ "endIndex": 2
1049
+ }
721
1050
  }
722
1051
  ],
723
- "implementsTokenRanges": []
1052
+ "extendsTokenRanges": []
724
1053
  },
725
1054
  {
726
1055
  "kind": "Interface",
@@ -831,7 +1160,7 @@
831
1160
  {
832
1161
  "kind": "Variable",
833
1162
  "canonicalReference": "@genesislcap/foundation-notifications!getBannerBuilder:var",
834
- "docComment": "/**\n * Get banner builder instance\n *\n * @public\n */\n",
1163
+ "docComment": "/**\n * Get banner builder instance\n *\n * @deprecated\n *\n * Use showNotificationBanner instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
835
1164
  "excerptTokens": [
836
1165
  {
837
1166
  "kind": "Content",
@@ -847,7 +1176,7 @@
847
1176
  "canonicalReference": "@genesislcap/foundation-notifications!BannerBuilder:class"
848
1177
  }
849
1178
  ],
850
- "fileUrlPath": "src/banner/banner-builder.ts",
1179
+ "fileUrlPath": "src/banner/banner-builder-old.ts",
851
1180
  "isReadonly": true,
852
1181
  "releaseTag": "Public",
853
1182
  "name": "getBannerBuilder",
@@ -859,7 +1188,7 @@
859
1188
  {
860
1189
  "kind": "Variable",
861
1190
  "canonicalReference": "@genesislcap/foundation-notifications!getDialogBuilder:var",
862
- "docComment": "/**\n * Returns an instance of DialogBuilder\n *\n * @public\n */\n",
1191
+ "docComment": "/**\n * Returns an instance of DialogBuilder\n *\n * @deprecated\n *\n * Use showNotificationDialog instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
863
1192
  "excerptTokens": [
864
1193
  {
865
1194
  "kind": "Content",
@@ -875,7 +1204,7 @@
875
1204
  "canonicalReference": "@genesislcap/foundation-notifications!DialogBuilder:class"
876
1205
  }
877
1206
  ],
878
- "fileUrlPath": "src/dialog/dialog-builder.ts",
1207
+ "fileUrlPath": "src/dialog/dialog-builder-old.ts",
879
1208
  "isReadonly": true,
880
1209
  "releaseTag": "Public",
881
1210
  "name": "getDialogBuilder",
@@ -924,7 +1253,7 @@
924
1253
  {
925
1254
  "kind": "Variable",
926
1255
  "canonicalReference": "@genesislcap/foundation-notifications!getNotificationBuilder:var",
927
- "docComment": "/**\n * Returns a new NotificationBuilder instance\n *\n * @public\n */\n",
1256
+ "docComment": "/**\n * Returns a new NotificationBuilder instance\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
928
1257
  "excerptTokens": [
929
1258
  {
930
1259
  "kind": "Content",
@@ -1021,7 +1350,7 @@
1021
1350
  {
1022
1351
  "kind": "Variable",
1023
1352
  "canonicalReference": "@genesislcap/foundation-notifications!getSnackbarBuilder:var",
1024
- "docComment": "/**\n * Get snackbar builder instance\n *\n * @public\n */\n",
1353
+ "docComment": "/**\n * Get snackbar builder instance\n *\n * @deprecated\n *\n * Use showNotificationSnackbar instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
1025
1354
  "excerptTokens": [
1026
1355
  {
1027
1356
  "kind": "Content",
@@ -1037,7 +1366,7 @@
1037
1366
  "canonicalReference": "@genesislcap/foundation-notifications!SnackbarBuilder:class"
1038
1367
  }
1039
1368
  ],
1040
- "fileUrlPath": "src/snackbar/snackbar-builder.ts",
1369
+ "fileUrlPath": "src/snackbar/snackbar-builder-old.ts",
1041
1370
  "isReadonly": true,
1042
1371
  "releaseTag": "Public",
1043
1372
  "name": "getSnackbarBuilder",
@@ -1049,7 +1378,7 @@
1049
1378
  {
1050
1379
  "kind": "Variable",
1051
1380
  "canonicalReference": "@genesislcap/foundation-notifications!getToastBuilder:var",
1052
- "docComment": "/**\n * Get notification builder instance\n *\n * @public\n */\n",
1381
+ "docComment": "/**\n * Get notification builder instance\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
1053
1382
  "excerptTokens": [
1054
1383
  {
1055
1384
  "kind": "Content",
@@ -1065,7 +1394,7 @@
1065
1394
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder:class"
1066
1395
  }
1067
1396
  ],
1068
- "fileUrlPath": "src/toast/toast-builder.ts",
1397
+ "fileUrlPath": "src/toast/toast-builder-old.ts",
1069
1398
  "isReadonly": true,
1070
1399
  "releaseTag": "Public",
1071
1400
  "name": "getToastBuilder",
@@ -1077,7 +1406,7 @@
1077
1406
  {
1078
1407
  "kind": "Class",
1079
1408
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder:class",
1080
- "docComment": "/**\n * NotificationBuilder to build NotificationStructure\n *\n * @public\n */\n",
1409
+ "docComment": "/**\n * NotificationBuilder to build NotificationStructure\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
1081
1410
  "excerptTokens": [
1082
1411
  {
1083
1412
  "kind": "Content",
@@ -1093,7 +1422,7 @@
1093
1422
  {
1094
1423
  "kind": "Method",
1095
1424
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#build:member(1)",
1096
- "docComment": "/**\n * Build NotificationStructure\n *\n * @returns \n *\n * @public\n */\n",
1425
+ "docComment": "/**\n * Build NotificationStructure\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @returns \n *\n * @public\n */\n",
1097
1426
  "excerptTokens": [
1098
1427
  {
1099
1428
  "kind": "Content",
@@ -1125,7 +1454,7 @@
1125
1454
  {
1126
1455
  "kind": "Method",
1127
1456
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withAlert:member(1)",
1128
- "docComment": "/**\n * Add alert to notification\n *\n * @param alert - boolean\n *\n * @returns \n *\n * @public\n */\n",
1457
+ "docComment": "/**\n * Add alert to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param alert - boolean\n *\n * @returns \n *\n * @public\n */\n",
1129
1458
  "excerptTokens": [
1130
1459
  {
1131
1460
  "kind": "Content",
@@ -1174,7 +1503,7 @@
1174
1503
  {
1175
1504
  "kind": "Method",
1176
1505
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withBanner:member(1)",
1177
- "docComment": "/**\n * Add banner to notification\n *\n * @param banner - {@link Banner}\n *\n * @returns \n *\n * @public\n */\n",
1506
+ "docComment": "/**\n * Add banner to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param banner - {@link Banner}\n *\n * @returns \n *\n * @public\n */\n",
1178
1507
  "excerptTokens": [
1179
1508
  {
1180
1509
  "kind": "Content",
@@ -1224,7 +1553,7 @@
1224
1553
  {
1225
1554
  "kind": "Method",
1226
1555
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withBody:member(1)",
1227
- "docComment": "/**\n * Add body details to notification\n *\n * @param body - string\n *\n * @returns \n *\n * @public\n */\n",
1556
+ "docComment": "/**\n * Add body details to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param body - string\n *\n * @returns \n *\n * @public\n */\n",
1228
1557
  "excerptTokens": [
1229
1558
  {
1230
1559
  "kind": "Content",
@@ -1273,7 +1602,7 @@
1273
1602
  {
1274
1603
  "kind": "Method",
1275
1604
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withCreatedAt:member(1)",
1276
- "docComment": "/**\n * Add the creation date to notification\n *\n * @param createdAt - Date\n *\n * @returns \n *\n * @public\n */\n",
1605
+ "docComment": "/**\n * Add the creation date to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param createdAt - Date\n *\n * @returns \n *\n * @public\n */\n",
1277
1606
  "excerptTokens": [
1278
1607
  {
1279
1608
  "kind": "Content",
@@ -1323,7 +1652,7 @@
1323
1652
  {
1324
1653
  "kind": "Method",
1325
1654
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withDialog:member(1)",
1326
- "docComment": "/**\n * Add dialog to notification\n *\n * @param dialog - {@link Dialog}\n *\n * @returns \n *\n * @public\n */\n",
1655
+ "docComment": "/**\n * Add dialog to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param dialog - {@link Dialog}\n *\n * @returns \n *\n * @public\n */\n",
1327
1656
  "excerptTokens": [
1328
1657
  {
1329
1658
  "kind": "Content",
@@ -1373,7 +1702,7 @@
1373
1702
  {
1374
1703
  "kind": "Method",
1375
1704
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withLogLevel:member(1)",
1376
- "docComment": "/**\n * Add log level to notification\n *\n * @returns \n *\n * @public\n */\n",
1705
+ "docComment": "/**\n * Add log level to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @returns \n *\n * @public\n */\n",
1377
1706
  "excerptTokens": [
1378
1707
  {
1379
1708
  "kind": "Content",
@@ -1423,7 +1752,7 @@
1423
1752
  {
1424
1753
  "kind": "Method",
1425
1754
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withSnackbar:member(1)",
1426
- "docComment": "/**\n * Add snackbar to notification\n *\n * @param snackbar - {@link Snackbar}\n *\n * @returns \n *\n * @public\n */\n",
1755
+ "docComment": "/**\n * Add snackbar to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param snackbar - {@link Snackbar}\n *\n * @returns \n *\n * @public\n */\n",
1427
1756
  "excerptTokens": [
1428
1757
  {
1429
1758
  "kind": "Content",
@@ -1473,7 +1802,7 @@
1473
1802
  {
1474
1803
  "kind": "Method",
1475
1804
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withTitle:member(1)",
1476
- "docComment": "/**\n * Add title to notification\n *\n * @param title - string\n *\n * @returns \n *\n * @public\n */\n",
1805
+ "docComment": "/**\n * Add title to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param title - string\n *\n * @returns \n *\n * @public\n */\n",
1477
1806
  "excerptTokens": [
1478
1807
  {
1479
1808
  "kind": "Content",
@@ -1522,7 +1851,7 @@
1522
1851
  {
1523
1852
  "kind": "Method",
1524
1853
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationBuilder#withToast:member(1)",
1525
- "docComment": "/**\n * Add toast to notification\n *\n * @param notification - {@link Toast}\n *\n * @returns \n *\n * @public\n */\n",
1854
+ "docComment": "/**\n * Add toast to notification\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param notification - {@link Toast}\n *\n * @returns \n *\n * @public\n */\n",
1526
1855
  "excerptTokens": [
1527
1856
  {
1528
1857
  "kind": "Content",
@@ -1955,7 +2284,7 @@
1955
2284
  {
1956
2285
  "kind": "Interface",
1957
2286
  "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface",
1958
- "docComment": "/**\n * Interface for Structure\n *\n * @public\n */\n",
2287
+ "docComment": "/**\n * Interface for Notification Structure\n *\n * @public\n */\n",
1959
2288
  "excerptTokens": [
1960
2289
  {
1961
2290
  "kind": "Content",
@@ -2129,7 +2458,7 @@
2129
2458
  "excerptTokens": [
2130
2459
  {
2131
2460
  "kind": "Content",
2132
- "text": "readonly title: "
2461
+ "text": "readonly title?: "
2133
2462
  },
2134
2463
  {
2135
2464
  "kind": "Content",
@@ -2141,7 +2470,7 @@
2141
2470
  }
2142
2471
  ],
2143
2472
  "isReadonly": true,
2144
- "isOptional": false,
2473
+ "isOptional": true,
2145
2474
  "releaseTag": "Public",
2146
2475
  "name": "title",
2147
2476
  "propertyTypeTokenRange": {
@@ -2228,6 +2557,38 @@
2228
2557
  "endIndex": 8
2229
2558
  }
2230
2559
  },
2560
+ {
2561
+ "kind": "Variable",
2562
+ "canonicalReference": "@genesislcap/foundation-notifications!showLoggerLogLevel:var",
2563
+ "docComment": "/**\n * Shows logger with log level from NotificationStructure object\n *\n * @param notificationStructure - The NotificationStructure object\n *\n * @public\n */\n",
2564
+ "excerptTokens": [
2565
+ {
2566
+ "kind": "Content",
2567
+ "text": "showLoggerLogLevel: "
2568
+ },
2569
+ {
2570
+ "kind": "Content",
2571
+ "text": "(notificationStructure: "
2572
+ },
2573
+ {
2574
+ "kind": "Reference",
2575
+ "text": "NotificationStructure",
2576
+ "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
2577
+ },
2578
+ {
2579
+ "kind": "Content",
2580
+ "text": ") => void"
2581
+ }
2582
+ ],
2583
+ "fileUrlPath": "src/notification-util.ts",
2584
+ "isReadonly": true,
2585
+ "releaseTag": "Public",
2586
+ "name": "showLoggerLogLevel",
2587
+ "variableTypeTokenRange": {
2588
+ "startIndex": 1,
2589
+ "endIndex": 4
2590
+ }
2591
+ },
2231
2592
  {
2232
2593
  "kind": "Variable",
2233
2594
  "canonicalReference": "@genesislcap/foundation-notifications!showNotification:var",
@@ -2235,16 +2596,230 @@
2235
2596
  "excerptTokens": [
2236
2597
  {
2237
2598
  "kind": "Content",
2238
- "text": "showNotification: "
2599
+ "text": "showNotification: "
2600
+ },
2601
+ {
2602
+ "kind": "Content",
2603
+ "text": "(notificationStructure: "
2604
+ },
2605
+ {
2606
+ "kind": "Reference",
2607
+ "text": "NotificationStructure",
2608
+ "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
2609
+ },
2610
+ {
2611
+ "kind": "Content",
2612
+ "text": ", tagName: "
2613
+ },
2614
+ {
2615
+ "kind": "Reference",
2616
+ "text": "String",
2617
+ "canonicalReference": "!String:interface"
2618
+ },
2619
+ {
2620
+ "kind": "Content",
2621
+ "text": ", notificationBoundary?: "
2622
+ },
2623
+ {
2624
+ "kind": "Reference",
2625
+ "text": "HTMLElement",
2626
+ "canonicalReference": "!HTMLElement:interface"
2627
+ },
2628
+ {
2629
+ "kind": "Content",
2630
+ "text": ") => void"
2631
+ }
2632
+ ],
2633
+ "fileUrlPath": "src/notification-launcher.ts",
2634
+ "isReadonly": true,
2635
+ "releaseTag": "Public",
2636
+ "name": "showNotification",
2637
+ "variableTypeTokenRange": {
2638
+ "startIndex": 1,
2639
+ "endIndex": 8
2640
+ }
2641
+ },
2642
+ {
2643
+ "kind": "Variable",
2644
+ "canonicalReference": "@genesislcap/foundation-notifications!showNotificationAlert:var",
2645
+ "docComment": "/**\n * Shows the notification alert\n *\n * @public\n */\n",
2646
+ "excerptTokens": [
2647
+ {
2648
+ "kind": "Content",
2649
+ "text": "showNotificationAlert: "
2650
+ },
2651
+ {
2652
+ "kind": "Content",
2653
+ "text": "(configuration: "
2654
+ },
2655
+ {
2656
+ "kind": "Reference",
2657
+ "text": "AlertStructure",
2658
+ "canonicalReference": "@genesislcap/foundation-notifications!AlertStructure:interface"
2659
+ },
2660
+ {
2661
+ "kind": "Content",
2662
+ "text": ") => void"
2663
+ }
2664
+ ],
2665
+ "fileUrlPath": "src/alert/alert-builder.ts",
2666
+ "isReadonly": true,
2667
+ "releaseTag": "Public",
2668
+ "name": "showNotificationAlert",
2669
+ "variableTypeTokenRange": {
2670
+ "startIndex": 1,
2671
+ "endIndex": 4
2672
+ }
2673
+ },
2674
+ {
2675
+ "kind": "Variable",
2676
+ "canonicalReference": "@genesislcap/foundation-notifications!showNotificationBanner:var",
2677
+ "docComment": "/**\n * Shows the notification banner\n *\n * @public\n */\n",
2678
+ "excerptTokens": [
2679
+ {
2680
+ "kind": "Content",
2681
+ "text": "showNotificationBanner: "
2682
+ },
2683
+ {
2684
+ "kind": "Content",
2685
+ "text": "(configuration: "
2686
+ },
2687
+ {
2688
+ "kind": "Reference",
2689
+ "text": "BannerStructure",
2690
+ "canonicalReference": "@genesislcap/foundation-notifications!BannerStructure:interface"
2691
+ },
2692
+ {
2693
+ "kind": "Content",
2694
+ "text": ", tagName: "
2695
+ },
2696
+ {
2697
+ "kind": "Reference",
2698
+ "text": "String",
2699
+ "canonicalReference": "!String:interface"
2700
+ },
2701
+ {
2702
+ "kind": "Content",
2703
+ "text": ", notificationBoundary?: "
2704
+ },
2705
+ {
2706
+ "kind": "Reference",
2707
+ "text": "HTMLElement",
2708
+ "canonicalReference": "!HTMLElement:interface"
2709
+ },
2710
+ {
2711
+ "kind": "Content",
2712
+ "text": ") => void"
2713
+ }
2714
+ ],
2715
+ "fileUrlPath": "src/banner/banner-builder.ts",
2716
+ "isReadonly": true,
2717
+ "releaseTag": "Public",
2718
+ "name": "showNotificationBanner",
2719
+ "variableTypeTokenRange": {
2720
+ "startIndex": 1,
2721
+ "endIndex": 8
2722
+ }
2723
+ },
2724
+ {
2725
+ "kind": "Variable",
2726
+ "canonicalReference": "@genesislcap/foundation-notifications!showNotificationDialog:var",
2727
+ "docComment": "/**\n * Shows the notification dialog\n *\n * @public\n */\n",
2728
+ "excerptTokens": [
2729
+ {
2730
+ "kind": "Content",
2731
+ "text": "showNotificationDialog: "
2732
+ },
2733
+ {
2734
+ "kind": "Content",
2735
+ "text": "(configuration: "
2736
+ },
2737
+ {
2738
+ "kind": "Reference",
2739
+ "text": "DialogStructure",
2740
+ "canonicalReference": "@genesislcap/foundation-notifications!DialogStructure:interface"
2741
+ },
2742
+ {
2743
+ "kind": "Content",
2744
+ "text": ", tagName: "
2745
+ },
2746
+ {
2747
+ "kind": "Reference",
2748
+ "text": "String",
2749
+ "canonicalReference": "!String:interface"
2750
+ },
2751
+ {
2752
+ "kind": "Content",
2753
+ "text": ") => void"
2754
+ }
2755
+ ],
2756
+ "fileUrlPath": "src/dialog/dialog-builder.ts",
2757
+ "isReadonly": true,
2758
+ "releaseTag": "Public",
2759
+ "name": "showNotificationDialog",
2760
+ "variableTypeTokenRange": {
2761
+ "startIndex": 1,
2762
+ "endIndex": 6
2763
+ }
2764
+ },
2765
+ {
2766
+ "kind": "Variable",
2767
+ "canonicalReference": "@genesislcap/foundation-notifications!showNotificationSnackbar:var",
2768
+ "docComment": "/**\n * Shows the notification snackbar\n *\n * @public\n */\n",
2769
+ "excerptTokens": [
2770
+ {
2771
+ "kind": "Content",
2772
+ "text": "showNotificationSnackbar: "
2773
+ },
2774
+ {
2775
+ "kind": "Content",
2776
+ "text": "(configuration: "
2777
+ },
2778
+ {
2779
+ "kind": "Reference",
2780
+ "text": "SnackbarStructure",
2781
+ "canonicalReference": "@genesislcap/foundation-notifications!SnackbarStructure:interface"
2782
+ },
2783
+ {
2784
+ "kind": "Content",
2785
+ "text": ", tagName: "
2786
+ },
2787
+ {
2788
+ "kind": "Reference",
2789
+ "text": "String",
2790
+ "canonicalReference": "!String:interface"
2791
+ },
2792
+ {
2793
+ "kind": "Content",
2794
+ "text": ") => void"
2795
+ }
2796
+ ],
2797
+ "fileUrlPath": "src/snackbar/snackbar-builder.ts",
2798
+ "isReadonly": true,
2799
+ "releaseTag": "Public",
2800
+ "name": "showNotificationSnackbar",
2801
+ "variableTypeTokenRange": {
2802
+ "startIndex": 1,
2803
+ "endIndex": 6
2804
+ }
2805
+ },
2806
+ {
2807
+ "kind": "Variable",
2808
+ "canonicalReference": "@genesislcap/foundation-notifications!showNotificationToast:var",
2809
+ "docComment": "/**\n * Shows the notification toast\n *\n * @public\n */\n",
2810
+ "excerptTokens": [
2811
+ {
2812
+ "kind": "Content",
2813
+ "text": "showNotificationToast: "
2239
2814
  },
2240
2815
  {
2241
2816
  "kind": "Content",
2242
- "text": "(notificationStructure: "
2817
+ "text": "(configuration: "
2243
2818
  },
2244
2819
  {
2245
2820
  "kind": "Reference",
2246
- "text": "NotificationStructure",
2247
- "canonicalReference": "@genesislcap/foundation-notifications!NotificationStructure:interface"
2821
+ "text": "ToastStructure",
2822
+ "canonicalReference": "@genesislcap/foundation-notifications!ToastStructure:interface"
2248
2823
  },
2249
2824
  {
2250
2825
  "kind": "Content",
@@ -2255,27 +2830,18 @@
2255
2830
  "text": "String",
2256
2831
  "canonicalReference": "!String:interface"
2257
2832
  },
2258
- {
2259
- "kind": "Content",
2260
- "text": ", notificationBoundary?: "
2261
- },
2262
- {
2263
- "kind": "Reference",
2264
- "text": "HTMLElement",
2265
- "canonicalReference": "!HTMLElement:interface"
2266
- },
2267
2833
  {
2268
2834
  "kind": "Content",
2269
2835
  "text": ") => void"
2270
2836
  }
2271
2837
  ],
2272
- "fileUrlPath": "src/notification-launcher.ts",
2838
+ "fileUrlPath": "src/toast/toast-builder.ts",
2273
2839
  "isReadonly": true,
2274
2840
  "releaseTag": "Public",
2275
- "name": "showNotification",
2841
+ "name": "showNotificationToast",
2276
2842
  "variableTypeTokenRange": {
2277
2843
  "startIndex": 1,
2278
- "endIndex": 8
2844
+ "endIndex": 6
2279
2845
  }
2280
2846
  },
2281
2847
  {
@@ -2368,14 +2934,14 @@
2368
2934
  {
2369
2935
  "kind": "Class",
2370
2936
  "canonicalReference": "@genesislcap/foundation-notifications!SnackbarBuilder:class",
2371
- "docComment": "/**\n * SnackbarBuilder to build Snackbar\n *\n * @public\n */\n",
2937
+ "docComment": "/**\n * SnackbarBuilder to build Snackbar\n *\n * @deprecated\n *\n * Use showNotificationSnackbar instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
2372
2938
  "excerptTokens": [
2373
2939
  {
2374
2940
  "kind": "Content",
2375
2941
  "text": "export declare class SnackbarBuilder "
2376
2942
  }
2377
2943
  ],
2378
- "fileUrlPath": "src/snackbar/snackbar-builder.ts",
2944
+ "fileUrlPath": "src/snackbar/snackbar-builder-old.ts",
2379
2945
  "releaseTag": "Public",
2380
2946
  "isAbstract": false,
2381
2947
  "name": "SnackbarBuilder",
@@ -2384,7 +2950,7 @@
2384
2950
  {
2385
2951
  "kind": "Method",
2386
2952
  "canonicalReference": "@genesislcap/foundation-notifications!SnackbarBuilder#build:member(1)",
2387
- "docComment": "/**\n * Build snackbar\n *\n * @returns Snackbar\n *\n * @public\n */\n",
2953
+ "docComment": "/**\n * Build snackbar\n *\n * @deprecated\n *\n * Use showNotificationSnackbar instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @returns Snackbar\n *\n * @public\n */\n",
2388
2954
  "excerptTokens": [
2389
2955
  {
2390
2956
  "kind": "Content",
@@ -2416,7 +2982,7 @@
2416
2982
  {
2417
2983
  "kind": "Method",
2418
2984
  "canonicalReference": "@genesislcap/foundation-notifications!SnackbarBuilder#withConfirmingAction:member(1)",
2419
- "docComment": "/**\n * Add confirming action to snackbar\n *\n * @param confirmingAction - {@link ConfirmingAction}\n *\n * @returns \n *\n * @public\n */\n",
2985
+ "docComment": "/**\n * Add confirming action to snackbar\n *\n * @deprecated\n *\n * Use showNotificationSnackbar instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param confirmingAction - {@link ConfirmingAction}\n *\n * @returns \n *\n * @public\n */\n",
2420
2986
  "excerptTokens": [
2421
2987
  {
2422
2988
  "kind": "Content",
@@ -2466,7 +3032,7 @@
2466
3032
  {
2467
3033
  "kind": "Method",
2468
3034
  "canonicalReference": "@genesislcap/foundation-notifications!SnackbarBuilder#withType:member(1)",
2469
- "docComment": "/**\n * @param type - {@link SnackbarType}\n *\n * @returns \n *\n * @public\n */\n",
3035
+ "docComment": "/**\n * @deprecated\n *\n * Use showNotificationSnackbar instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param type - {@link SnackbarType}\n *\n * @returns \n *\n * @public\n */\n",
2470
3036
  "excerptTokens": [
2471
3037
  {
2472
3038
  "kind": "Content",
@@ -2516,6 +3082,107 @@
2516
3082
  ],
2517
3083
  "implementsTokenRanges": []
2518
3084
  },
3085
+ {
3086
+ "kind": "Interface",
3087
+ "canonicalReference": "@genesislcap/foundation-notifications!SnackbarStructure:interface",
3088
+ "docComment": "/**\n * Interface for Snackbar Structure\n *\n * @public\n */\n",
3089
+ "excerptTokens": [
3090
+ {
3091
+ "kind": "Content",
3092
+ "text": "export interface SnackbarStructure "
3093
+ }
3094
+ ],
3095
+ "fileUrlPath": "src/types.ts",
3096
+ "releaseTag": "Public",
3097
+ "name": "SnackbarStructure",
3098
+ "preserveMemberOrder": false,
3099
+ "members": [
3100
+ {
3101
+ "kind": "PropertySignature",
3102
+ "canonicalReference": "@genesislcap/foundation-notifications!SnackbarStructure#body:member",
3103
+ "docComment": "",
3104
+ "excerptTokens": [
3105
+ {
3106
+ "kind": "Content",
3107
+ "text": "readonly body: "
3108
+ },
3109
+ {
3110
+ "kind": "Content",
3111
+ "text": "string"
3112
+ },
3113
+ {
3114
+ "kind": "Content",
3115
+ "text": ";"
3116
+ }
3117
+ ],
3118
+ "isReadonly": true,
3119
+ "isOptional": false,
3120
+ "releaseTag": "Public",
3121
+ "name": "body",
3122
+ "propertyTypeTokenRange": {
3123
+ "startIndex": 1,
3124
+ "endIndex": 2
3125
+ }
3126
+ },
3127
+ {
3128
+ "kind": "PropertySignature",
3129
+ "canonicalReference": "@genesislcap/foundation-notifications!SnackbarStructure#logLevel:member",
3130
+ "docComment": "",
3131
+ "excerptTokens": [
3132
+ {
3133
+ "kind": "Content",
3134
+ "text": "readonly logLevel?: "
3135
+ },
3136
+ {
3137
+ "kind": "Reference",
3138
+ "text": "LogLevel",
3139
+ "canonicalReference": "consola!LogLevel:enum"
3140
+ },
3141
+ {
3142
+ "kind": "Content",
3143
+ "text": ";"
3144
+ }
3145
+ ],
3146
+ "isReadonly": true,
3147
+ "isOptional": true,
3148
+ "releaseTag": "Public",
3149
+ "name": "logLevel",
3150
+ "propertyTypeTokenRange": {
3151
+ "startIndex": 1,
3152
+ "endIndex": 2
3153
+ }
3154
+ },
3155
+ {
3156
+ "kind": "PropertySignature",
3157
+ "canonicalReference": "@genesislcap/foundation-notifications!SnackbarStructure#snackbar:member",
3158
+ "docComment": "",
3159
+ "excerptTokens": [
3160
+ {
3161
+ "kind": "Content",
3162
+ "text": "readonly snackbar?: "
3163
+ },
3164
+ {
3165
+ "kind": "Reference",
3166
+ "text": "Snackbar",
3167
+ "canonicalReference": "@genesislcap/foundation-notifications!Snackbar:interface"
3168
+ },
3169
+ {
3170
+ "kind": "Content",
3171
+ "text": ";"
3172
+ }
3173
+ ],
3174
+ "isReadonly": true,
3175
+ "isOptional": true,
3176
+ "releaseTag": "Public",
3177
+ "name": "snackbar",
3178
+ "propertyTypeTokenRange": {
3179
+ "startIndex": 1,
3180
+ "endIndex": 2
3181
+ }
3182
+ }
3183
+ ],
3184
+ "extendsTokenRanges": []
3185
+ },
2519
3186
  {
2520
3187
  "kind": "TypeAlias",
2521
3188
  "canonicalReference": "@genesislcap/foundation-notifications!SnackbarType:type",
@@ -2733,14 +3400,14 @@
2733
3400
  {
2734
3401
  "kind": "Class",
2735
3402
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder:class",
2736
- "docComment": "/**\n * @public\n */\n",
3403
+ "docComment": "/**\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
2737
3404
  "excerptTokens": [
2738
3405
  {
2739
3406
  "kind": "Content",
2740
3407
  "text": "export declare class ToastBuilder "
2741
3408
  }
2742
3409
  ],
2743
- "fileUrlPath": "src/toast/toast-builder.ts",
3410
+ "fileUrlPath": "src/toast/toast-builder-old.ts",
2744
3411
  "releaseTag": "Public",
2745
3412
  "isAbstract": false,
2746
3413
  "name": "ToastBuilder",
@@ -2749,7 +3416,7 @@
2749
3416
  {
2750
3417
  "kind": "Method",
2751
3418
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder#build:member(1)",
2752
- "docComment": "/**\n * Build notification\n *\n * @returns Toast\n */\n",
3419
+ "docComment": "/**\n * Build notification\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @returns Toast\n */\n",
2753
3420
  "excerptTokens": [
2754
3421
  {
2755
3422
  "kind": "Content",
@@ -2781,7 +3448,7 @@
2781
3448
  {
2782
3449
  "kind": "Method",
2783
3450
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder#withAutoClose:member(1)",
2784
- "docComment": "/**\n * Add auto close to notification\n *\n * @param autoClose - boolean\n *\n * @returns \n *\n * @public\n */\n",
3451
+ "docComment": "/**\n * Add auto close to notification\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param autoClose - boolean\n *\n * @returns \n *\n * @public\n */\n",
2785
3452
  "excerptTokens": [
2786
3453
  {
2787
3454
  "kind": "Content",
@@ -2830,7 +3497,7 @@
2830
3497
  {
2831
3498
  "kind": "Method",
2832
3499
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder#withButtons:member(1)",
2833
- "docComment": "/**\n * Add buttons to notifications\n *\n * @param buttons - ToastButton[]\n *\n * @returns \n *\n * @public\n */\n",
3500
+ "docComment": "/**\n * Add buttons to notifications\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param buttons - ToastButton[]\n *\n * @returns \n *\n * @public\n */\n",
2834
3501
  "excerptTokens": [
2835
3502
  {
2836
3503
  "kind": "Content",
@@ -2884,7 +3551,7 @@
2884
3551
  {
2885
3552
  "kind": "Method",
2886
3553
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder#withCloseTimeout:member(1)",
2887
- "docComment": "/**\n * Add close timeout to notification\n *\n * @param closeTimeout - number\n *\n * @returns \n *\n * @public\n */\n",
3554
+ "docComment": "/**\n * Add close timeout to notification\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param closeTimeout - number\n *\n * @returns \n *\n * @public\n */\n",
2888
3555
  "excerptTokens": [
2889
3556
  {
2890
3557
  "kind": "Content",
@@ -2933,7 +3600,7 @@
2933
3600
  {
2934
3601
  "kind": "Method",
2935
3602
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder#withDetails:member(1)",
2936
- "docComment": "/**\n * Add details data to notifications\n *\n * @param details - NotificationDataRow\n *\n * @returns \n *\n * @public\n */\n",
3603
+ "docComment": "/**\n * Add details data to notifications\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param details - NotificationDataRow\n *\n * @returns \n *\n * @public\n */\n",
2937
3604
  "excerptTokens": [
2938
3605
  {
2939
3606
  "kind": "Content",
@@ -2983,7 +3650,7 @@
2983
3650
  {
2984
3651
  "kind": "Method",
2985
3652
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder#withPosition:member(1)",
2986
- "docComment": "/**\n * Add position to toast\n *\n * @param position - {@link ToastPosition}\n *\n * @returns \n *\n * @public\n */\n",
3653
+ "docComment": "/**\n * Add position to toast\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param position - {@link ToastPosition}\n *\n * @returns \n *\n * @public\n */\n",
2987
3654
  "excerptTokens": [
2988
3655
  {
2989
3656
  "kind": "Content",
@@ -3033,7 +3700,7 @@
3033
3700
  {
3034
3701
  "kind": "Method",
3035
3702
  "canonicalReference": "@genesislcap/foundation-notifications!ToastBuilder#withType:member(1)",
3036
- "docComment": "/**\n * Add type to notification, if the type is anything other than 'warning' or 'success' do not add it\n *\n * @param type - {@link NotificationType}\n *\n * @returns \n *\n * @public\n */\n",
3703
+ "docComment": "/**\n * Add type to notification, if the type is anything other than 'warning' or 'success' do not add it\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @param type - {@link NotificationType}\n *\n * @returns \n *\n * @public\n */\n",
3037
3704
  "excerptTokens": [
3038
3705
  {
3039
3706
  "kind": "Content",
@@ -3297,6 +3964,162 @@
3297
3964
  "startIndex": 1,
3298
3965
  "endIndex": 2
3299
3966
  }
3967
+ },
3968
+ {
3969
+ "kind": "Interface",
3970
+ "canonicalReference": "@genesislcap/foundation-notifications!ToastStructure:interface",
3971
+ "docComment": "/**\n * Interface for Toast Structure\n *\n * @public\n */\n",
3972
+ "excerptTokens": [
3973
+ {
3974
+ "kind": "Content",
3975
+ "text": "export interface ToastStructure "
3976
+ }
3977
+ ],
3978
+ "fileUrlPath": "src/types.ts",
3979
+ "releaseTag": "Public",
3980
+ "name": "ToastStructure",
3981
+ "preserveMemberOrder": false,
3982
+ "members": [
3983
+ {
3984
+ "kind": "PropertySignature",
3985
+ "canonicalReference": "@genesislcap/foundation-notifications!ToastStructure#body:member",
3986
+ "docComment": "",
3987
+ "excerptTokens": [
3988
+ {
3989
+ "kind": "Content",
3990
+ "text": "readonly body: "
3991
+ },
3992
+ {
3993
+ "kind": "Content",
3994
+ "text": "string"
3995
+ },
3996
+ {
3997
+ "kind": "Content",
3998
+ "text": ";"
3999
+ }
4000
+ ],
4001
+ "isReadonly": true,
4002
+ "isOptional": false,
4003
+ "releaseTag": "Public",
4004
+ "name": "body",
4005
+ "propertyTypeTokenRange": {
4006
+ "startIndex": 1,
4007
+ "endIndex": 2
4008
+ }
4009
+ },
4010
+ {
4011
+ "kind": "PropertySignature",
4012
+ "canonicalReference": "@genesislcap/foundation-notifications!ToastStructure#createdAt:member",
4013
+ "docComment": "",
4014
+ "excerptTokens": [
4015
+ {
4016
+ "kind": "Content",
4017
+ "text": "readonly createdAt?: "
4018
+ },
4019
+ {
4020
+ "kind": "Reference",
4021
+ "text": "Date",
4022
+ "canonicalReference": "!Date:interface"
4023
+ },
4024
+ {
4025
+ "kind": "Content",
4026
+ "text": ";"
4027
+ }
4028
+ ],
4029
+ "isReadonly": true,
4030
+ "isOptional": true,
4031
+ "releaseTag": "Public",
4032
+ "name": "createdAt",
4033
+ "propertyTypeTokenRange": {
4034
+ "startIndex": 1,
4035
+ "endIndex": 2
4036
+ }
4037
+ },
4038
+ {
4039
+ "kind": "PropertySignature",
4040
+ "canonicalReference": "@genesislcap/foundation-notifications!ToastStructure#logLevel:member",
4041
+ "docComment": "",
4042
+ "excerptTokens": [
4043
+ {
4044
+ "kind": "Content",
4045
+ "text": "readonly logLevel?: "
4046
+ },
4047
+ {
4048
+ "kind": "Reference",
4049
+ "text": "LogLevel",
4050
+ "canonicalReference": "consola!LogLevel:enum"
4051
+ },
4052
+ {
4053
+ "kind": "Content",
4054
+ "text": ";"
4055
+ }
4056
+ ],
4057
+ "isReadonly": true,
4058
+ "isOptional": true,
4059
+ "releaseTag": "Public",
4060
+ "name": "logLevel",
4061
+ "propertyTypeTokenRange": {
4062
+ "startIndex": 1,
4063
+ "endIndex": 2
4064
+ }
4065
+ },
4066
+ {
4067
+ "kind": "PropertySignature",
4068
+ "canonicalReference": "@genesislcap/foundation-notifications!ToastStructure#title:member",
4069
+ "docComment": "",
4070
+ "excerptTokens": [
4071
+ {
4072
+ "kind": "Content",
4073
+ "text": "readonly title: "
4074
+ },
4075
+ {
4076
+ "kind": "Content",
4077
+ "text": "string"
4078
+ },
4079
+ {
4080
+ "kind": "Content",
4081
+ "text": ";"
4082
+ }
4083
+ ],
4084
+ "isReadonly": true,
4085
+ "isOptional": false,
4086
+ "releaseTag": "Public",
4087
+ "name": "title",
4088
+ "propertyTypeTokenRange": {
4089
+ "startIndex": 1,
4090
+ "endIndex": 2
4091
+ }
4092
+ },
4093
+ {
4094
+ "kind": "PropertySignature",
4095
+ "canonicalReference": "@genesislcap/foundation-notifications!ToastStructure#toast:member",
4096
+ "docComment": "",
4097
+ "excerptTokens": [
4098
+ {
4099
+ "kind": "Content",
4100
+ "text": "readonly toast?: "
4101
+ },
4102
+ {
4103
+ "kind": "Reference",
4104
+ "text": "Toast",
4105
+ "canonicalReference": "@genesislcap/foundation-notifications!Toast:interface"
4106
+ },
4107
+ {
4108
+ "kind": "Content",
4109
+ "text": ";"
4110
+ }
4111
+ ],
4112
+ "isReadonly": true,
4113
+ "isOptional": true,
4114
+ "releaseTag": "Public",
4115
+ "name": "toast",
4116
+ "propertyTypeTokenRange": {
4117
+ "startIndex": 1,
4118
+ "endIndex": 2
4119
+ }
4120
+ }
4121
+ ],
4122
+ "extendsTokenRanges": []
3300
4123
  }
3301
4124
  ]
3302
4125
  }