@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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js +3 -2
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js.map +1 -1
- package/esm/model/commands/insight.d.ts +6 -1
- package/esm/model/commands/insight.d.ts.map +1 -1
- package/esm/model/commands/insight.js +3 -1
- package/esm/model/commands/insight.js.map +1 -1
- package/esm/model/react/useExportTemplates.d.ts +12 -0
- package/esm/model/react/useExportTemplates.d.ts.map +1 -0
- package/esm/model/react/useExportTemplates.js +27 -0
- package/esm/model/react/useExportTemplates.js.map +1 -0
- package/esm/model/store/config/configSelectors.d.ts +4 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +6 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/getters.d.ts +1 -0
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +2 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.js +4 -3
- package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
- package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.d.ts +30 -0
- package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.d.ts.map +1 -0
- package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.js +29 -0
- package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.js.map +1 -0
- package/esm/presentation/dialogs/ExportTemplateDialogProvider.d.ts +5 -0
- package/esm/presentation/dialogs/ExportTemplateDialogProvider.d.ts.map +1 -0
- package/esm/presentation/dialogs/ExportTemplateDialogProvider.js +21 -0
- package/esm/presentation/dialogs/ExportTemplateDialogProvider.js.map +1 -0
- package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.d.ts +9 -0
- package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.d.ts.map +1 -0
- package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.js +21 -0
- package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.js.map +1 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +12 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +12 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +4 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts +8 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +3 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts +8 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +2 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.d.ts +9 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.js +49 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +5 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +34 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js.map +1 -1
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +11 -5
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
- package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.d.ts +13 -0
- package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.js +28 -0
- package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.js.map +1 -0
- package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.js +13 -7
- package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
- package/esm/presentation/widget/common/useSlidesExportHandler.d.ts +1 -1
- package/esm/presentation/widget/common/useSlidesExportHandler.d.ts.map +1 -1
- package/esm/presentation/widget/common/useSlidesExportHandler.js +3 -3
- package/esm/presentation/widget/common/useSlidesExportHandler.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js +8 -5
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +6 -1
- package/package.json +20 -20
- package/styles/css/dashboard.css +54 -0
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/main.css +54 -0
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +54 -0
- package/styles/css/notifications_channels_dialog.css.map +1 -1
- 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,
|
|
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;
|