@gooddata/sdk-ui-dashboard 11.30.0-alpha.2 → 11.30.0-alpha.3

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 (89) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -1
  4. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +1 -1
  5. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -1
  6. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts.map +1 -1
  7. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js +3 -2
  8. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js.map +1 -1
  9. package/esm/model/commands/insight.d.ts +6 -1
  10. package/esm/model/commands/insight.d.ts.map +1 -1
  11. package/esm/model/commands/insight.js +3 -1
  12. package/esm/model/commands/insight.js.map +1 -1
  13. package/esm/model/react/useExportTemplates.d.ts +12 -0
  14. package/esm/model/react/useExportTemplates.d.ts.map +1 -0
  15. package/esm/model/react/useExportTemplates.js +27 -0
  16. package/esm/model/react/useExportTemplates.js.map +1 -0
  17. package/esm/model/store/config/configSelectors.d.ts +4 -0
  18. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  19. package/esm/model/store/config/configSelectors.js +6 -0
  20. package/esm/model/store/config/configSelectors.js.map +1 -1
  21. package/esm/presentation/alerting/DefaultAlertingDialog/utils/getters.d.ts +1 -0
  22. package/esm/presentation/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +1 -1
  23. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts.map +1 -1
  24. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +2 -1
  25. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js.map +1 -1
  26. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
  27. package/esm/presentation/dashboard/components/DashboardRenderer.js +4 -3
  28. package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
  29. package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.d.ts +30 -0
  30. package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.d.ts.map +1 -0
  31. package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.js +29 -0
  32. package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.js.map +1 -0
  33. package/esm/presentation/dialogs/ExportTemplateDialogProvider.d.ts +5 -0
  34. package/esm/presentation/dialogs/ExportTemplateDialogProvider.d.ts.map +1 -0
  35. package/esm/presentation/dialogs/ExportTemplateDialogProvider.js +21 -0
  36. package/esm/presentation/dialogs/ExportTemplateDialogProvider.js.map +1 -0
  37. package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.d.ts +9 -0
  38. package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.d.ts.map +1 -0
  39. package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.js +21 -0
  40. package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.js.map +1 -0
  41. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +12 -0
  42. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  43. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +12 -0
  44. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  45. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  46. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +4 -2
  47. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  48. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts +8 -2
  49. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts.map +1 -1
  50. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +3 -2
  51. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js.map +1 -1
  52. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts +8 -2
  53. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts.map +1 -1
  54. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +2 -2
  55. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js.map +1 -1
  56. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.d.ts +9 -0
  57. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.d.ts.map +1 -0
  58. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.js +49 -0
  59. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.js.map +1 -0
  60. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +5 -0
  61. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
  62. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +34 -1
  63. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js.map +1 -1
  64. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
  65. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +11 -5
  66. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
  67. package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.d.ts +13 -0
  68. package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.d.ts.map +1 -0
  69. package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.js +28 -0
  70. package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.js.map +1 -0
  71. package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
  72. package/esm/presentation/widget/common/useInsightExport.js +13 -7
  73. package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
  74. package/esm/presentation/widget/common/useSlidesExportHandler.d.ts +1 -1
  75. package/esm/presentation/widget/common/useSlidesExportHandler.d.ts.map +1 -1
  76. package/esm/presentation/widget/common/useSlidesExportHandler.js +3 -3
  77. package/esm/presentation/widget/common/useSlidesExportHandler.js.map +1 -1
  78. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.d.ts.map +1 -1
  79. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js +8 -5
  80. package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js.map +1 -1
  81. package/esm/sdk-ui-dashboard.d.ts +6 -1
  82. package/package.json +20 -20
  83. package/styles/css/dashboard.css +54 -0
  84. package/styles/css/dashboard.css.map +1 -1
  85. package/styles/css/main.css +54 -0
  86. package/styles/css/main.css.map +1 -1
  87. package/styles/css/notifications_channels_dialog.css +54 -0
  88. package/styles/css/notifications_channels_dialog.css.map +1 -1
  89. package/styles/scss/notifications_channels_dialog.scss +67 -0
@@ -347,6 +347,60 @@
347
347
  line-height: 16px;
348
348
  }
349
349
 
350
+ @property --fade-top {
351
+ syntax: "<percentage>";
352
+ inherits: false;
353
+ initial-value: 0%;
354
+ }
355
+ @property --fade-bottom {
356
+ syntax: "<percentage>";
357
+ inherits: false;
358
+ initial-value: 6%;
359
+ }
360
+ @keyframes scroll-fade {
361
+ 0% {
362
+ --fade-top: 0%;
363
+ --fade-bottom: 6%;
364
+ }
365
+ 1% {
366
+ --fade-top: 6%;
367
+ --fade-bottom: 6%;
368
+ }
369
+ 99% {
370
+ --fade-top: 6%;
371
+ --fade-bottom: 6%;
372
+ }
373
+ 100% {
374
+ --fade-top: 6%;
375
+ --fade-bottom: 0%;
376
+ }
377
+ }
378
+ .gd-slides-template-dropdown-list,
379
+ .gd-export-template-list {
380
+ max-height: 200px;
381
+ overflow-y: auto;
382
+ overscroll-behavior: contain;
383
+ mask-image: linear-gradient(to bottom, transparent, #000 var(--fade-top), #000 calc(100% - var(--fade-bottom)), transparent);
384
+ animation: scroll-fade linear both;
385
+ animation-timeline: scroll(self);
386
+ }
387
+ .gd-slides-template-dropdown-list .input-radio-label,
388
+ .gd-export-template-list .input-radio-label {
389
+ display: block;
390
+ height: auto;
391
+ min-height: 20px;
392
+ margin-left: 0;
393
+ margin-bottom: 8px;
394
+ line-height: 20px;
395
+ }
396
+
397
+ .gd-export-template-selection-dialog {
398
+ width: 400px;
399
+ }
400
+ .gd-export-template-selection-dialog .gd-export-template-list {
401
+ max-height: 350px;
402
+ }
403
+
350
404
  .gd-notifications-channels-management-dialog {
351
405
  display: flex;
352
406
  flex-direction: column;
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/notifications_channels_dialog.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACsHA;AA4DA;ACjLA;AAAA;AAAA;ACiBA;EACI;IACI;IACA;IACA;IACA;;;AAKJ;EACI;;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,kBCWY;EDVZ;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EAGI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EACI,eAjGa;;AAoGT;EACI;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EArBJ;IAsBQ;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;IACA;;;;AAMR;EADJ;IAEQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,eElJQ;;;AFuJpB;EACI;;;AAIA;EADJ;IAEQ;;;AAIJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OE1MQ;;AF4MR;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OE3NI;EF4NJ,YEnNM;EFoNN;EACA;;AAIA;EACI;;AAIR;EACI;EACA;EACA,OE1OI;EF2OJ,YC/Ma;EDgNb;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAMhB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA,OEvSW;;AF0Sf;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OExTI;EFyTJ;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OE/TI;EFgUJ;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EAEA;;AAEA;EACI;;AAGJ;EAXJ;IAYQ;IACA;IACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;IACA;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OE9bW;;AFgcX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA,YAjea;EAkeb;EACA;EACA;EACA;EACA;EACA,OEzde;;AF4dnB;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAEI,YEhZY;;AFkZZ;EACI;;AAGJ;EACI;;AAIR;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBEjcgB;EFkchB;EACA;;AAEA;EACI,kBE1fc;;AF8ftB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAEA;EACI;;AAGJ;AAAA;EF5WR;EACA;EACA;;AEiXA;EACI;;AAGJ;EACI;EACA,OEzkBe;;AF4kBnB;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAGJ;EACI;;AAGA;EACI;;AAGJ;EACI,OEtkBY;;AFykBhB;EACI,OE3ba;;AF+brB;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA,aEjjBK;EFkjBL,OE/nBQ;EFgoBR;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBE3hBW;;AF+hBnB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI,OE3pBc;;;AFgqB1B;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;IACI;IACA;IACA;IACA;;;;AAOZ;EACI,SGjtBe;;AHotBnB;EACI;IACI,SGrtBiB;;;;AH0tB7B;EACI,YCnsBgB;EDosBhB;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;;;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA,eA/xBa;;;AAkyBjB;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA,OE5xBmB;EF6xBnB;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI,OEzxBkB;EF0xBlB;;AAGJ;EAvBJ;IAwBQ;;;;AAKJ;EACI;EACA,QAv0BO;;;AA40BX;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI,cE71BQ;;AFi2BhB;EACI,OEl2BY;EFm2BZ;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA,eAh3Ba;;;AAm3BjB;EACI;EACA;EACA;;;AAGJ;EACI;EACA,eA33Ba;;;AA+3Bb;EACI,QA53BO;EA63BP;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,OEz4BQ;EF04BR;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA,gBAv5Ba;EAw5Bb;;AAEA;EACI,gBAx5Be;;AA25BnB;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EAEI,cEv4BkB;;AF04BtB;EACI,OE75Be;;AFg6BnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA,KA58BkB;EA68BlB;EACA,YAh9BmB;;;AAm9BvB;EACI;EACA;;;AAGJ;EACI,aAt9B0B;EAu9B1B;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;;AAGI;EACI,kBEh8Bc;EFi8Bd,OEn8BY;;;AFy8BxB;EACI;;;AAIJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKJ;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;;AAGI;EACI;EACA","file":"notifications_channels_dialog.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/notifications_channels_dialog.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACsHA;AA4DA;ACjLA;AAAA;AAAA;ACiBA;EACI;IACI;IACA;IACA;IACA;;;AAKJ;EACI;;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,kBCWY;EDVZ;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EAGI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EACI,eAjGa;;AAoGT;EACI;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EArBJ;IAsBQ;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;IACA;;;;AAMR;EADJ;IAEQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,eElJQ;;;AFuJpB;EACI;;;AAIA;EADJ;IAEQ;;;AAIJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OE1MQ;;AF4MR;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OE3NI;EF4NJ,YEnNM;EFoNN;EACA;;AAIA;EACI;;AAIR;EACI;EACA;EACA,OE1OI;EF2OJ,YC/Ma;EDgNb;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAMhB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA,OEvSW;;AF0Sf;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OExTI;EFyTJ;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OE/TI;EFgUJ;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;AAAA;EAEI;EACA;EACA;EACA;EAOA;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EAEA;;AAEA;EACI;;AAGJ;EAXJ;IAYQ;IACA;IACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;IACA;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OEjgBW;;AFmgBX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA,YApiBa;EAqiBb;EACA;EACA;EACA;EACA;EACA,OE5hBe;;AF+hBnB;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAEI,YEndY;;AFqdZ;EACI;;AAGJ;EACI;;AAIR;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBEpgBgB;EFqgBhB;EACA;;AAEA;EACI,kBE7jBc;;AFikBtB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAEA;EACI;;AAGJ;AAAA;EF/aR;EACA;EACA;;AEobA;EACI;;AAGJ;EACI;EACA,OE5oBe;;AF+oBnB;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAGJ;EACI;;AAGA;EACI;;AAGJ;EACI,OEzoBY;;AF4oBhB;EACI,OE9fa;;AFkgBrB;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA,aEpnBK;EFqnBL,OElsBQ;EFmsBR;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBE9lBW;;AFkmBnB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI,OE9tBc;;;AFmuB1B;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;IACI;IACA;IACA;IACA;;;;AAOZ;EACI,SGpxBe;;AHuxBnB;EACI;IACI,SGxxBiB;;;;AH6xB7B;EACI,YCtwBgB;EDuwBhB;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;;;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA,eAl2Ba;;;AAq2BjB;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA,OE/1BmB;EFg2BnB;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI,OE51BkB;EF61BlB;;AAGJ;EAvBJ;IAwBQ;;;;AAKJ;EACI;EACA,QA14BO;;;AA+4BX;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI,cEh6BQ;;AFo6BhB;EACI,OEr6BY;EFs6BZ;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA,eAn7Ba;;;AAs7BjB;EACI;EACA;EACA;;;AAGJ;EACI;EACA,eA97Ba;;;AAk8Bb;EACI,QA/7BO;EAg8BP;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,OE58BQ;EF68BR;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA,gBA19Ba;EA29Bb;;AAEA;EACI,gBA39Be;;AA89BnB;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EAEI,cE18BkB;;AF68BtB;EACI,OEh+Be;;AFm+BnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA,KA/gCkB;EAghClB;EACA,YAnhCmB;;;AAshCvB;EACI;EACA;;;AAGJ;EACI,aAzhC0B;EA0hC1B;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;;AAGI;EACI,kBEngCc;EFogCd,OEtgCY;;;AF4gCxB;EACI;;;AAIJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKJ;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;;AAGI;EACI;EACA","file":"notifications_channels_dialog.css"}
@@ -415,6 +415,73 @@ $min-content-height: 110px;
415
415
  }
416
416
  }
417
417
 
418
+ @property --fade-top {
419
+ syntax: "<percentage>";
420
+ inherits: false;
421
+ initial-value: 0%;
422
+ }
423
+
424
+ @property --fade-bottom {
425
+ syntax: "<percentage>";
426
+ inherits: false;
427
+ initial-value: 6%;
428
+ }
429
+
430
+ @keyframes scroll-fade {
431
+ 0% {
432
+ --fade-top: 0%;
433
+ --fade-bottom: 6%;
434
+ }
435
+
436
+ 1% {
437
+ --fade-top: 6%;
438
+ --fade-bottom: 6%;
439
+ }
440
+
441
+ 99% {
442
+ --fade-top: 6%;
443
+ --fade-bottom: 6%;
444
+ }
445
+
446
+ 100% {
447
+ --fade-top: 6%;
448
+ --fade-bottom: 0%;
449
+ }
450
+ }
451
+
452
+ .gd-slides-template-dropdown-list,
453
+ .gd-export-template-list {
454
+ max-height: 200px;
455
+ overflow-y: auto;
456
+ overscroll-behavior: contain;
457
+ mask-image: linear-gradient(
458
+ to bottom,
459
+ transparent,
460
+ #000 var(--fade-top),
461
+ #000 calc(100% - var(--fade-bottom)),
462
+ transparent
463
+ );
464
+ animation: scroll-fade linear both;
465
+ animation-timeline: scroll(self);
466
+
467
+ .input-radio-label {
468
+ display: block;
469
+ height: auto;
470
+ min-height: 20px;
471
+ margin-left: 0;
472
+ margin-bottom: 8px;
473
+ line-height: 20px;
474
+ }
475
+ }
476
+
477
+ .gd-export-template-selection-dialog {
478
+ width: 400px;
479
+
480
+ .gd-export-template-list {
481
+ max-height: 350px;
482
+ }
483
+ }
484
+
418
485
  .gd-notifications-channels-management-dialog {
419
486
  display: flex;
420
487
  flex-direction: column;