@gooddata/sdk-ui-dashboard 11.43.0-alpha.3 → 11.43.0-alpha.4

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 (251) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/index.d.ts +3 -3
  4. package/esm/index.d.ts.map +1 -1
  5. package/esm/index.js +2 -2
  6. package/esm/model/react/useWidgetExecConfig.d.ts +5 -3
  7. package/esm/model/react/useWidgetExecConfig.d.ts.map +1 -1
  8. package/esm/model/react/useWidgetExecConfig.js +8 -4
  9. package/esm/model/store/config/configSelectors.js +1 -1
  10. package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +19 -0
  11. package/esm/model/store/tabs/parameters/parametersHelpers.d.ts.map +1 -1
  12. package/esm/model/store/tabs/parameters/parametersHelpers.js +46 -1
  13. package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +13 -1
  14. package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
  15. package/esm/model/store/tabs/parameters/parametersSelectors.js +24 -30
  16. package/esm/presentation/automations/_staging/alerting/AlertingManagementDialog.d.ts +1 -1
  17. package/esm/presentation/automations/_staging/alerting/AlertingManagementDialog.d.ts.map +1 -1
  18. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.js +1 -1
  19. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +3 -3
  20. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts +1 -1
  21. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +1 -1
  22. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/Alert.js +2 -2
  23. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts +1 -1
  24. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +1 -1
  25. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/hooks/useAlertValidation.d.ts.map +1 -0
  26. package/esm/presentation/automations/_staging/alerting/{DefaultAlertingDialog → DefaultAlertingManagementDialog}/hooks/useAlertValidation.js +2 -2
  27. package/esm/presentation/automations/alerting/AlertingDialog.d.ts.map +1 -0
  28. package/esm/presentation/automations/{_staging/alerting → alerting}/AlertingDialog.js +1 -1
  29. package/esm/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +1 -0
  30. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +21 -0
  31. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -0
  32. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/DefaultAlertingDialog.js +58 -56
  33. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +1 -0
  34. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.js +1 -1
  35. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +1 -0
  36. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +1 -0
  37. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +1 -0
  38. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +1 -0
  39. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +1 -0
  40. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +1 -0
  41. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +1 -0
  42. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +1 -0
  43. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertThresholdInput.d.ts.map +1 -0
  44. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +1 -0
  45. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +1 -0
  46. package/esm/presentation/automations/alerting/DefaultAlertingDialog/constants.d.ts.map +1 -0
  47. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts +7 -0
  48. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +1 -0
  49. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.js +16 -0
  50. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts +6 -1
  51. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts.map +1 -0
  52. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.js +31 -5
  53. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useEditAlert.d.ts +7 -7
  54. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -0
  55. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useEditAlert.js +15 -45
  56. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useOperators.d.ts.map +1 -0
  57. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +1 -0
  58. package/esm/presentation/automations/alerting/DefaultAlertingDialog/messages.d.ts.map +1 -0
  59. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/convertors.d.ts.map +1 -0
  60. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/cron.d.ts.map +1 -0
  61. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +1 -0
  62. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/granularity.d.ts.map +1 -0
  63. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/guards.d.ts.map +1 -0
  64. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/items.d.ts.map +1 -0
  65. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/responsive.d.ts.map +1 -0
  66. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/threshold.d.ts.map +1 -0
  67. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +1 -0
  68. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts +11 -0
  69. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +1 -0
  70. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +35 -0
  71. package/esm/presentation/automations/alerting/hooks/useGetSupportedMeasures.d.ts.map +1 -0
  72. package/esm/presentation/automations/{_staging/alerting → alerting}/hooks/useGetSupportedMeasures.js +2 -6
  73. package/esm/presentation/automations/{_staging/alerting → alerting}/types.d.ts +5 -3
  74. package/esm/presentation/automations/alerting/types.d.ts.map +1 -0
  75. package/esm/presentation/automations/connectors/AlertingConnector.d.ts +27 -0
  76. package/esm/presentation/automations/connectors/AlertingConnector.d.ts.map +1 -0
  77. package/esm/presentation/automations/connectors/AlertingConnector.js +72 -0
  78. package/esm/presentation/automations/connectors/hooks/sanitizeAutomationForSave.d.ts +15 -0
  79. package/esm/presentation/automations/connectors/hooks/sanitizeAutomationForSave.d.ts.map +1 -0
  80. package/esm/presentation/automations/connectors/hooks/sanitizeAutomationForSave.js +25 -0
  81. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.d.ts +9 -0
  82. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.d.ts.map +1 -0
  83. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +128 -0
  84. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.d.ts +2 -0
  85. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.d.ts.map +1 -0
  86. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.js +66 -0
  87. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
  88. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +65 -1
  89. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +27 -0
  90. package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts +32 -0
  91. package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts.map +1 -0
  92. package/esm/presentation/automations/contexts/AlertingDialogContext.js +11 -0
  93. package/esm/presentation/automations/contexts/AutomationsContext.d.ts +20 -1
  94. package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
  95. package/esm/presentation/automations/contexts/AutomationsContext.js +4 -1
  96. package/esm/presentation/automations/contexts/AutomationsContext.test.js +1 -1
  97. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js +1 -1
  98. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
  99. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +2 -1
  100. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +1 -1
  101. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
  102. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.js +1 -1
  103. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.js +1 -1
  104. package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +19 -0
  105. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.d.ts.map +1 -1
  106. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.js +18 -4
  107. package/esm/presentation/dashboard/components/DashboardRenderer.js +1 -1
  108. package/esm/presentation/dashboard/types.d.ts +1 -1
  109. package/esm/presentation/dashboard/types.d.ts.map +1 -1
  110. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +1 -1
  111. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
  112. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
  113. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +1 -1
  114. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.d.ts +1 -1
  115. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.d.ts.map +1 -1
  116. package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.js +6 -28
  117. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts +0 -3
  118. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts.map +1 -1
  119. package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js +16 -3
  120. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
  121. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +11 -2
  122. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +4 -0
  123. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  124. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +4 -0
  125. package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
  126. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +9 -9
  127. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +1 -1
  128. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js +1 -1
  129. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts +1 -1
  130. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts.map +1 -1
  131. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.js +1 -1
  132. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts +2 -2
  133. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts.map +1 -1
  134. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts +2 -2
  135. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
  136. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +23 -14
  137. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js +1 -1
  138. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts +2 -2
  139. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
  140. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +4 -4
  141. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts +3 -3
  142. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +5 -5
  143. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useSaveAlertToBackend.d.ts +0 -11
  144. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useSaveAlertToBackend.d.ts.map +1 -1
  145. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useSaveAlertToBackend.js +2 -17
  146. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js +3 -3
  147. package/esm/sdk-ui-dashboard.d.ts +18 -1
  148. package/package.json +20 -20
  149. package/styles/css/dashboard.css +7 -7
  150. package/styles/css/drillSelect.css +0 -49
  151. package/styles/css/drillSelect.css.map +1 -1
  152. package/styles/css/main.css +10 -61
  153. package/styles/css/main.css.map +1 -1
  154. package/styles/css/notifications_channels_dialog.css +7 -7
  155. package/styles/css/topBar.css +3 -5
  156. package/styles/css/topBar.css.map +1 -1
  157. package/styles/scss/drillSelect.scss +0 -65
  158. package/styles/scss/notifications_channels_dialog.scss +1 -1
  159. package/styles/scss/topBar.scss +3 -9
  160. package/esm/presentation/automations/_staging/alerting/AlertingDialog.d.ts.map +0 -1
  161. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +0 -1
  162. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +0 -7
  163. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +0 -1
  164. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +0 -1
  165. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +0 -1
  166. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +0 -1
  167. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +0 -1
  168. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +0 -1
  169. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +0 -1
  170. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +0 -1
  171. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +0 -1
  172. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +0 -1
  173. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertThresholdInput.d.ts.map +0 -1
  174. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +0 -1
  175. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +0 -1
  176. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/constants.d.ts.map +0 -1
  177. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +0 -1
  178. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts.map +0 -1
  179. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +0 -1
  180. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useOperators.d.ts.map +0 -1
  181. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +0 -1
  182. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/messages.d.ts.map +0 -1
  183. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/convertors.d.ts.map +0 -1
  184. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/cron.d.ts.map +0 -1
  185. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +0 -1
  186. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/granularity.d.ts.map +0 -1
  187. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/guards.d.ts.map +0 -1
  188. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/items.d.ts.map +0 -1
  189. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/responsive.d.ts.map +0 -1
  190. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/threshold.d.ts.map +0 -1
  191. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +0 -1
  192. package/esm/presentation/automations/_staging/alerting/hooks/useGetSupportedMeasures.d.ts.map +0 -1
  193. package/esm/presentation/automations/_staging/alerting/types.d.ts.map +0 -1
  194. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.d.ts +0 -2
  195. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.d.ts.map +0 -1
  196. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.js +0 -28
  197. /package/esm/presentation/automations/_staging/alerting/{DefaultAlertingDialog → DefaultAlertingManagementDialog}/hooks/useAlertValidation.d.ts +0 -0
  198. /package/esm/presentation/automations/{_staging/alerting → alerting}/AlertingDialog.d.ts +0 -0
  199. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/AlertingDialogHeader.d.ts +0 -0
  200. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/AlertingDialogHeader.js +0 -0
  201. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts +0 -0
  202. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts +0 -0
  203. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.js +0 -0
  204. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts +0 -0
  205. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js +0 -0
  206. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts +0 -0
  207. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +0 -0
  208. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts +0 -0
  209. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.js +0 -0
  210. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts +0 -0
  211. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.js +0 -0
  212. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts +0 -0
  213. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.js +0 -0
  214. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts +0 -0
  215. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.js +0 -0
  216. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts +0 -0
  217. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.js +0 -0
  218. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertThresholdInput.d.ts +0 -0
  219. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertThresholdInput.js +0 -0
  220. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts +0 -0
  221. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js +0 -0
  222. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts +0 -0
  223. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +0 -0
  224. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/constants.d.ts +0 -0
  225. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/constants.js +0 -0
  226. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useOperators.d.ts +0 -0
  227. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useOperators.js +0 -0
  228. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useThresholdValue.d.ts +0 -0
  229. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useThresholdValue.js +0 -0
  230. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/messages.d.ts +0 -0
  231. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/messages.js +0 -0
  232. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/convertors.d.ts +0 -0
  233. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/convertors.js +0 -0
  234. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/cron.d.ts +0 -0
  235. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/cron.js +0 -0
  236. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/getters.d.ts +0 -0
  237. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/getters.js +0 -0
  238. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/granularity.d.ts +0 -0
  239. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/granularity.js +0 -0
  240. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/guards.d.ts +0 -0
  241. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/guards.js +0 -0
  242. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/items.d.ts +0 -0
  243. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/items.js +0 -0
  244. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/responsive.d.ts +0 -0
  245. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/responsive.js +0 -0
  246. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/threshold.d.ts +0 -0
  247. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/threshold.js +0 -0
  248. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/transformation.d.ts +0 -0
  249. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/transformation.js +0 -0
  250. /package/esm/presentation/automations/{_staging/alerting → alerting}/hooks/useGetSupportedMeasures.d.ts +0 -0
  251. /package/esm/presentation/automations/{_staging/alerting → alerting}/types.js +0 -0
@@ -4,17 +4,6 @@ import { omit } from "lodash-es";
4
4
  import { isAllValuesAttributeFilter, } from "@gooddata/sdk-model";
5
5
  import { useCreateAlert } from "./useCreateAlert.js";
6
6
  import { useUpdateAlert } from "./useUpdateAlert.js";
7
- /**
8
- * @internal
9
- * @param onCreateSuccess - callback to be called when alert is created successfully
10
- * @param onCreateError - callback to be called when alert creation fails
11
- * @param onUpdateSuccess - callback to be called when alert is updated successfully
12
- * @param onUpdateError - callback to be called when alert update fails
13
- * @param onPauseSuccess - callback to be called when alert is paused successfully
14
- * @param onPauseError - callback to be called when alert pausing fails
15
- * @param onResumeSuccess - callback to be called when alert is resumed successfully
16
- * @param onResumeError - callback to be called when alert resuming fails
17
- */
18
7
  export function useSaveAlertToBackend({ onCreateSuccess, onCreateError, onUpdateSuccess, onUpdateError, onPauseSuccess, onPauseError, onResumeSuccess, onResumeError, }) {
19
8
  const alertCreator = useCreateAlert({
20
9
  onSuccess: (alert) => onCreateSuccess?.(alert),
@@ -56,8 +45,8 @@ function sanitizeAutomation(automationToSave) {
56
45
  let automation = {
57
46
  ...automationToSave,
58
47
  };
59
- // We want to omit the cronDescription as it is a variable created on backend that cannot
60
- // be overriden and BE has hard time handling it with each PUT
48
+ // cronDescription is a variable created on backend that cannot be overridden and BE has hard time
49
+ // handling it with each PUT
61
50
  if (automation.schedule) {
62
51
  automation.schedule = omit(automation.schedule, ["cronDescription"]);
63
52
  }
@@ -75,10 +64,6 @@ function sanitizeAutomation(automationToSave) {
75
64
  }
76
65
  return automation;
77
66
  }
78
- /**
79
- * Strip noop filters that have no effect on execution and should not appear in alert email notifications.
80
- * - "All values" attribute filters are always stripped.
81
- */
82
67
  function removeNoopFiltersFromAlertFilters(filters) {
83
68
  return filters.filter((filter) => !isAllValuesAttributeFilter(filter));
84
69
  }
@@ -18,9 +18,9 @@ import { selectInsightByWidgetRef } from "../../../../model/store/insights/insig
18
18
  import { selectCanCreateAutomation, selectCanManageWorkspace, } from "../../../../model/store/permissions/permissionsSelectors.js";
19
19
  import { selectExecutionTimestamp } from "../../../../model/store/ui/uiSelectors.js";
20
20
  import { selectCurrentUser } from "../../../../model/store/user/userSelectors.js";
21
- import { AlertDeleteDialog } from "../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.js";
22
- import { messages } from "../../../automations/_staging/alerting/DefaultAlertingDialog/messages.js";
23
- import { getSupportedInsightMeasuresByInsight } from "../../../automations/_staging/alerting/DefaultAlertingDialog/utils/items.js";
21
+ import { AlertDeleteDialog } from "../../../automations/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.js";
22
+ import { messages } from "../../../automations/alerting/DefaultAlertingDialog/messages.js";
23
+ import { getSupportedInsightMeasuresByInsight } from "../../../automations/alerting/DefaultAlertingDialog/utils/items.js";
24
24
  import { DASHBOARD_HEADER_OVERLAYS_Z_INDEX } from "../../../constants/zIndex.js";
25
25
  import { AlertsList } from "./InsightAlertConfig/AlertsList.js";
26
26
  import { useSaveAlertToBackend } from "./InsightAlertConfig/hooks/useSaveAlertToBackend.js";
@@ -3748,6 +3748,20 @@ export declare const DEFAULT_MESSAGES: Record<string, ITranslations>;
3748
3748
  export declare const DEFAULT_TAB_ID = "defaultTabId";
3749
3749
 
3750
3750
  /**
3751
+ * Default implementation of the alerting create/edit dialog.
3752
+ *
3753
+ * This component is a pure consumer of `AutomationsContext` and `AlertingDialogContext`: it reads
3754
+ * org/workspace data and per-dialog state from those contexts rather than from the dashboard store.
3755
+ * It must therefore be rendered within an `AutomationsContextProvider` (and, for the create/edit
3756
+ * flow, an `AlertingDialogContextProvider`). Inside a `Dashboard`, the alerting connector supplies
3757
+ * both providers above the `AlertingDialogComponent` slot — so the default component, and any
3758
+ * wholesale slot replacement, inherit the contexts automatically and require no extra wiring.
3759
+ *
3760
+ * The providers are intentionally hoisted above the slot rather than built inside this component:
3761
+ * that is what lets a wholesale replacement receive the same contexts (see the Phase-2 boundary in
3762
+ * `docs/tasks/26Q1 - Automation Dialog Separation.md`). Rendering this component outside those
3763
+ * providers throws at runtime.
3764
+ *
3751
3765
  * @alpha
3752
3766
  */
3753
3767
  export declare function DefaultAlertingDialog(props: IAlertingDialogProps): JSX.Element;
@@ -5581,8 +5595,11 @@ export declare interface IAlertingDialogProps {
5581
5595
  * Widget to be used for alert.
5582
5596
  *
5583
5597
  * Note: this is available only when alerting for widget, not dashboard.
5598
+ * Typed as IWidget (not ExtendedDashboardWidget) because the dialog only
5599
+ * supports insight widgets; custom widgets and nested layouts are not valid
5600
+ * alert targets and were silently discarded at the connector boundary anyway.
5584
5601
  */
5585
- widget?: ExtendedDashboardWidget;
5602
+ widget?: IWidget;
5586
5603
  /**
5587
5604
  * Insight to be used for alert.
5588
5605
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.43.0-alpha.3",
3
+ "version": "11.43.0-alpha.4",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -60,19 +60,19 @@
60
60
  "ts-invariant": "0.10.3",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "11.1.1",
63
- "@gooddata/sdk-backend-spi": "11.43.0-alpha.3",
64
- "@gooddata/sdk-ui": "11.43.0-alpha.3",
65
- "@gooddata/sdk-backend-base": "11.43.0-alpha.3",
66
- "@gooddata/sdk-model": "11.43.0-alpha.3",
67
- "@gooddata/sdk-ui-charts": "11.43.0-alpha.3",
68
- "@gooddata/sdk-ui-ext": "11.43.0-alpha.3",
69
- "@gooddata/sdk-ui-filters": "11.43.0-alpha.3",
70
- "@gooddata/sdk-ui-geo": "11.43.0-alpha.3",
71
- "@gooddata/sdk-ui-kit": "11.43.0-alpha.3",
72
- "@gooddata/sdk-ui-pivot": "11.43.0-alpha.3",
73
- "@gooddata/sdk-ui-theme-provider": "11.43.0-alpha.3",
74
- "@gooddata/sdk-ui-vis-commons": "11.43.0-alpha.3",
75
- "@gooddata/util": "11.43.0-alpha.3"
63
+ "@gooddata/sdk-backend-base": "11.43.0-alpha.4",
64
+ "@gooddata/sdk-backend-spi": "11.43.0-alpha.4",
65
+ "@gooddata/sdk-ui-charts": "11.43.0-alpha.4",
66
+ "@gooddata/sdk-model": "11.43.0-alpha.4",
67
+ "@gooddata/sdk-ui": "11.43.0-alpha.4",
68
+ "@gooddata/sdk-ui-ext": "11.43.0-alpha.4",
69
+ "@gooddata/sdk-ui-filters": "11.43.0-alpha.4",
70
+ "@gooddata/sdk-ui-geo": "11.43.0-alpha.4",
71
+ "@gooddata/sdk-ui-kit": "11.43.0-alpha.4",
72
+ "@gooddata/sdk-ui-pivot": "11.43.0-alpha.4",
73
+ "@gooddata/sdk-ui-theme-provider": "11.43.0-alpha.4",
74
+ "@gooddata/sdk-ui-vis-commons": "11.43.0-alpha.4",
75
+ "@gooddata/util": "11.43.0-alpha.4"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@microsoft/api-documenter": "^7.17.0",
@@ -118,12 +118,12 @@
118
118
  "typescript": "5.9.3",
119
119
  "vitest": "4.1.8",
120
120
  "vitest-dom": "0.1.1",
121
- "@gooddata/eslint-config": "11.43.0-alpha.3",
122
- "@gooddata/i18n-toolkit": "11.43.0-alpha.3",
123
- "@gooddata/oxlint-config": "11.43.0-alpha.3",
124
- "@gooddata/reference-workspace": "11.43.0-alpha.3",
125
- "@gooddata/sdk-backend-mockingbird": "11.43.0-alpha.3",
126
- "@gooddata/stylelint-config": "11.43.0-alpha.3"
121
+ "@gooddata/eslint-config": "11.43.0-alpha.4",
122
+ "@gooddata/i18n-toolkit": "11.43.0-alpha.4",
123
+ "@gooddata/oxlint-config": "11.43.0-alpha.4",
124
+ "@gooddata/reference-workspace": "11.43.0-alpha.4",
125
+ "@gooddata/sdk-backend-mockingbird": "11.43.0-alpha.4",
126
+ "@gooddata/stylelint-config": "11.43.0-alpha.4"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",
@@ -1201,33 +1201,33 @@
1201
1201
  width: 800px;
1202
1202
  }
1203
1203
 
1204
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
1204
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
1205
1205
  padding: 0;
1206
1206
  }
1207
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
1207
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
1208
1208
  margin: 0;
1209
1209
  padding: var(--gd-spacing-20px);
1210
1210
  }
1211
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
1211
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
1212
1212
  margin: 0;
1213
1213
  padding: var(--gd-spacing-20px) var(--gd-spacing-20px) 0 var(--gd-spacing-20px);
1214
1214
  width: 100%;
1215
1215
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
1216
1216
  height: 475px;
1217
1217
  }
1218
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
1218
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
1219
1219
  margin: 0;
1220
1220
  padding: 0;
1221
1221
  }
1222
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
1222
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
1223
1223
  margin: 0;
1224
1224
  padding: var(--gd-spacing-20px);
1225
1225
  }
1226
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
1226
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
1227
1227
  display: flex;
1228
1228
  gap: var(--gd-spacing-10px);
1229
1229
  }
1230
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
1230
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
1231
1231
  margin: 0;
1232
1232
  }
1233
1233
 
@@ -40,55 +40,6 @@
40
40
  overscroll-behavior: contain;
41
41
  padding: 0 0 10px 0;
42
42
  }
43
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
44
- display: flex;
45
- align-items: center;
46
- height: 27px;
47
- padding: 0 10px;
48
- cursor: pointer;
49
- text-decoration: none;
50
- background: none;
51
- border: none;
52
- width: 100%;
53
- }
54
- .gd-drill-modal-picker-selector-list .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
55
- padding: 4px 10px;
56
- }
57
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item p {
58
- font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
59
- font-size: 12px;
60
- text-overflow: ellipsis;
61
- overflow: hidden;
62
- white-space: nowrap;
63
- color: var(--gd-palette-complementary-8, #464e56);
64
- }
65
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item p span {
66
- color: var(--gd-palette-complementary-5, #b0beca);
67
- }
68
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item .gd-drill-modal-picker-icon-wrapper {
69
- height: 100%;
70
- }
71
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item svg {
72
- margin-left: 4px;
73
- margin-right: 4px;
74
- width: 12px;
75
- height: 100%;
76
- }
77
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item:hover {
78
- background: var(--gd-palette-complementary-2, #ebeff4) !important;
79
- }
80
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item:hover span {
81
- color: var(--gd-palette-complementary-9-from-theme);
82
- }
83
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled {
84
- cursor: default;
85
- }
86
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled p {
87
- color: var(--gd-palette-complementary-5);
88
- }
89
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled:hover {
90
- background: none !important;
91
- }
92
43
 
93
44
  .gd-drill-to-url-modal-picker {
94
45
  padding: 2px 0 0 10px;
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/drillSelect.scss","../scss/_zIndexes.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACEA;EACI;EACA,SCaW;EDZX;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA,YFPA;;AEWA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,QAxBU;EAyBV;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI,aE0CM;EFzCN;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EAEI;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;AAGJ;EAEI;;;AAMhB;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI,SC1GS;ED2GT;EACA","file":"drillSelect.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/drillSelect.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACCA;EACI;EACA,SCcW;EDbX;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA,YFNA;;AEQA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI,SCzCS;ED0CT;EACA","file":"drillSelect.css"}
@@ -25300,33 +25300,33 @@ figure {
25300
25300
  width: 800px;
25301
25301
  }
25302
25302
 
25303
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
25303
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
25304
25304
  padding: 0;
25305
25305
  }
25306
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
25306
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
25307
25307
  margin: 0;
25308
25308
  padding: var(--gd-spacing-20px);
25309
25309
  }
25310
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
25310
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
25311
25311
  margin: 0;
25312
25312
  padding: var(--gd-spacing-20px) var(--gd-spacing-20px) 0 var(--gd-spacing-20px);
25313
25313
  width: 100%;
25314
25314
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
25315
25315
  height: 475px;
25316
25316
  }
25317
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
25317
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
25318
25318
  margin: 0;
25319
25319
  padding: 0;
25320
25320
  }
25321
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
25321
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
25322
25322
  margin: 0;
25323
25323
  padding: var(--gd-spacing-20px);
25324
25324
  }
25325
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
25325
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
25326
25326
  display: flex;
25327
25327
  gap: var(--gd-spacing-10px);
25328
25328
  }
25329
- .gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
25329
+ .overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
25330
25330
  margin: 0;
25331
25331
  }
25332
25332
 
@@ -29534,18 +29534,16 @@ figure {
29534
29534
  }
29535
29535
  @media only screen and (max-width: 320px), only screen and (max-width: 640px) {
29536
29536
  .dash-header-options-button {
29537
- width: 45px;
29537
+ width: 46px;
29538
29538
  align-self: stretch;
29539
29539
  padding: 0;
29540
+ font-size: 20px;
29540
29541
  border-radius: 0;
29541
29542
  border-width: 0 0 0 1px;
29542
- font-size: 20px;
29543
+ border-style: solid;
29543
29544
  background: var(--gd-dashboards-title-backgroundColor, var(--gd-palette-complementary-0, #fff));
29544
29545
  border-color: var(--gd-dashboards-title-borderColor, var(--gd-palette-complementary-3, #dde4eb));
29545
29546
  }
29546
- .dash-header-options-button, .dash-header-options-button:hover, .dash-header-options-button:active, .dash-header-options-button:focus {
29547
- box-shadow: none;
29548
- }
29549
29547
  }
29550
29548
  @media only screen and (min-width:641px) {
29551
29549
  .dash-header-options-button {
@@ -29879,55 +29877,6 @@ figure {
29879
29877
  overscroll-behavior: contain;
29880
29878
  padding: 0 0 10px 0;
29881
29879
  }
29882
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
29883
- display: flex;
29884
- align-items: center;
29885
- height: 27px;
29886
- padding: 0 10px;
29887
- cursor: pointer;
29888
- text-decoration: none;
29889
- background: none;
29890
- border: none;
29891
- width: 100%;
29892
- }
29893
- .gd-drill-modal-picker-selector-list .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
29894
- padding: 4px 10px;
29895
- }
29896
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item p {
29897
- font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
29898
- font-size: 12px;
29899
- text-overflow: ellipsis;
29900
- overflow: hidden;
29901
- white-space: nowrap;
29902
- color: var(--gd-palette-complementary-8, #464e56);
29903
- }
29904
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item p span {
29905
- color: var(--gd-palette-complementary-5, #b0beca);
29906
- }
29907
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item .gd-drill-modal-picker-icon-wrapper {
29908
- height: 100%;
29909
- }
29910
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item svg {
29911
- margin-left: 4px;
29912
- margin-right: 4px;
29913
- width: 12px;
29914
- height: 100%;
29915
- }
29916
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item:hover {
29917
- background: var(--gd-palette-complementary-2, #ebeff4) !important;
29918
- }
29919
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item:hover span {
29920
- color: var(--gd-palette-complementary-9-from-theme);
29921
- }
29922
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled {
29923
- cursor: default;
29924
- }
29925
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled p {
29926
- color: var(--gd-palette-complementary-5);
29927
- }
29928
- .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled:hover {
29929
- background: none !important;
29930
- }
29931
29880
 
29932
29881
  .gd-drill-to-url-modal-picker {
29933
29882
  padding: 2px 0 0 10px;