@gooddata/sdk-ui-dashboard 11.48.0-alpha.0 → 11.48.0-alpha.2

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 (227) hide show
  1. package/NOTICE +1 -1
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/_staging/automation/index.d.ts +7 -9
  5. package/esm/_staging/automation/index.d.ts.map +1 -1
  6. package/esm/_staging/automation/index.js +22 -12
  7. package/esm/_staging/dateFilterConfig/validation.d.ts.map +1 -1
  8. package/esm/_staging/dateFilterConfig/validation.js +6 -5
  9. package/esm/index.d.ts +1 -1
  10. package/esm/index.d.ts.map +1 -1
  11. package/esm/index.js +1 -1
  12. package/esm/kdaDialog/components/KdaFooter.js +1 -1
  13. package/esm/kdaDialog/components/columns/driverColumn.js +1 -1
  14. package/esm/kdaDialog/composition/KeyDriversPanel.d.ts.map +1 -1
  15. package/esm/kdaDialog/composition/KeyDriversPanel.js +5 -1
  16. package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.d.ts.map +1 -1
  17. package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +2 -1
  18. package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts +10 -3
  19. package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts.map +1 -1
  20. package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.js +5 -4
  21. package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.d.ts.map +1 -1
  22. package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.js +11 -2
  23. package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts +9 -1
  24. package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts.map +1 -1
  25. package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.js +4 -4
  26. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
  27. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +9 -2
  28. package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.d.ts.map +1 -1
  29. package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.js +11 -2
  30. package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.d.ts.map +1 -1
  31. package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.js +47 -13
  32. package/esm/model/react/useExportTemplates.d.ts +7 -2
  33. package/esm/model/react/useExportTemplates.d.ts.map +1 -1
  34. package/esm/model/react/useExportTemplates.js +50 -6
  35. package/esm/model/store/config/configSelectors.d.ts +0 -12
  36. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  37. package/esm/model/store/config/configSelectors.js +0 -16
  38. package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +1 -1
  39. package/esm/model/store/tabs/parameters/parametersHelpers.d.ts.map +1 -1
  40. package/esm/model/store/tabs/parameters/parametersHelpers.js +10 -11
  41. package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +0 -20
  42. package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
  43. package/esm/model/store/tabs/parameters/parametersSelectors.js +8 -34
  44. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +1 -1
  45. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +2 -2
  46. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.js +1 -1
  47. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
  48. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +1 -7
  49. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +0 -2
  50. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +2 -2
  51. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +1 -1
  52. package/esm/presentation/automations/contexts/AutomationsContext.d.ts +0 -2
  53. package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
  54. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  55. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +3 -6
  56. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts +1 -2
  57. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts.map +1 -1
  58. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +2 -5
  59. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts +1 -2
  60. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts.map +1 -1
  61. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +2 -2
  62. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +2 -3
  63. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
  64. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +12 -21
  65. package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts +20 -17
  66. package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -1
  67. package/esm/presentation/automations/shared/automationFilters/automationParameters.js +57 -40
  68. package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +0 -2
  69. package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts +4 -4
  70. package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  71. package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts +2 -2
  72. package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts.map +1 -1
  73. package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.js +3 -3
  74. package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
  75. package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.js +9 -5
  76. package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts +2 -2
  77. package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map +1 -1
  78. package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js +13 -5
  79. package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts +3 -3
  80. package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts.map +1 -1
  81. package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.js +18 -10
  82. package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.d.ts +1 -1
  83. package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.d.ts.map +1 -1
  84. package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.js +4 -4
  85. package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts +2 -2
  86. package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts.map +1 -1
  87. package/esm/presentation/dashboard/components/DashboardInner.d.ts.map +1 -1
  88. package/esm/presentation/dashboard/components/DashboardInner.js +1 -0
  89. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts.map +1 -1
  90. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js +3 -1
  91. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +1 -0
  92. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
  93. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +1 -0
  94. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +1 -0
  95. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
  96. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +1 -0
  97. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +1 -0
  98. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
  99. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +1 -0
  100. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +1 -0
  101. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
  102. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +1 -0
  103. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +1 -0
  104. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
  105. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +1 -0
  106. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +1 -0
  107. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
  108. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +1 -0
  109. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +1 -0
  110. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
  111. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +1 -0
  112. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +1 -0
  113. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
  114. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +1 -0
  115. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +1 -0
  116. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
  117. package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +1 -0
  118. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +1 -0
  119. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
  120. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +1 -0
  121. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +1 -0
  122. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
  123. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +1 -0
  124. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +1 -0
  125. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
  126. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +1 -0
  127. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +1 -0
  128. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
  129. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +1 -0
  130. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +1 -0
  131. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
  132. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +1 -0
  133. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +1 -0
  134. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
  135. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +1 -0
  136. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +1 -0
  137. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
  138. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +1 -0
  139. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +1 -0
  140. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
  141. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +1 -0
  142. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +1 -0
  143. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
  144. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +1 -0
  145. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +1 -0
  146. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
  147. package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +1 -0
  148. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +1 -0
  149. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
  150. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +1 -0
  151. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +1 -0
  152. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
  153. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +1 -0
  154. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +1 -0
  155. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
  156. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +1 -0
  157. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +1 -0
  158. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
  159. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +1 -0
  160. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +1 -0
  161. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
  162. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +1 -0
  163. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +1 -0
  164. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
  165. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +1 -0
  166. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts +1 -1
  167. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts.map +1 -1
  168. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.js +6 -7
  169. package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
  170. package/esm/presentation/widget/common/useInsightExport.js +24 -44
  171. package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
  172. package/esm/presentation/widget/description/DescriptionClickTrigger.js +6 -5
  173. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js +2 -2
  174. package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.d.ts.map +1 -1
  175. package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.js +2 -2
  176. package/esm/sdk-ui-dashboard.d.ts +1 -8
  177. package/package.json +21 -21
  178. package/styles/css/alerting.css.map +1 -1
  179. package/styles/css/configurationPanel.css.map +1 -1
  180. package/styles/css/dashboard.css +94 -394
  181. package/styles/css/dashboard.css.map +1 -1
  182. package/styles/css/dashboardNestedLayoutToolbar.css.map +1 -1
  183. package/styles/css/dragAndDrop.css.map +1 -1
  184. package/styles/css/drillConfigPanel.css.map +1 -1
  185. package/styles/css/drillDialog.css.map +1 -1
  186. package/styles/css/drillSelect.css.map +1 -1
  187. package/styles/css/export.css +5 -0
  188. package/styles/css/export.css.map +1 -1
  189. package/styles/css/filterBar.css +4 -12
  190. package/styles/css/filterBar.css.map +1 -1
  191. package/styles/css/floatingToolbar.css.map +1 -1
  192. package/styles/css/grouped-navigation.css.map +1 -1
  193. package/styles/css/kdaDialog.css +2 -1
  194. package/styles/css/kdaDialog.css.map +1 -1
  195. package/styles/css/kpi.css.map +1 -1
  196. package/styles/css/kpi_alert_dialog.css.map +1 -1
  197. package/styles/css/layout.css +42 -24
  198. package/styles/css/layout.css.map +1 -1
  199. package/styles/css/main.css +111 -420
  200. package/styles/css/main.css.map +1 -1
  201. package/styles/css/notifications_channels_dialog.css.map +1 -1
  202. package/styles/css/resizing.css.map +1 -1
  203. package/styles/css/richTextWidget.css.map +1 -1
  204. package/styles/css/sidebar.css.map +1 -1
  205. package/styles/css/toolbar.css.map +1 -1
  206. package/styles/css/topBar.css +3 -13
  207. package/styles/css/topBar.css.map +1 -1
  208. package/styles/css/visualization.css.map +1 -1
  209. package/styles/css/visualizationSwitcherHeader.css.map +1 -1
  210. package/styles/css/visualizationSwitcherToolbar.css.map +1 -1
  211. package/styles/css/visualizationSwitcherWidget.css.map +1 -1
  212. package/styles/scss/_variables.scss +1 -0
  213. package/styles/scss/_zIndexes.scss +0 -1
  214. package/styles/scss/dashboard.scss +78 -354
  215. package/styles/scss/export.scss +7 -0
  216. package/styles/scss/filterBar.scss +4 -11
  217. package/styles/scss/kdaDialog.scss +3 -1
  218. package/styles/scss/layout.scss +49 -34
  219. package/styles/scss/topBar.scss +3 -15
  220. package/esm/assets/alert-bell-na.svg +0 -1
  221. package/esm/assets/trash.svg +0 -1
  222. package/styles/css/item-states-mixin.css +0 -3
  223. package/styles/css/item-states-mixin.css.map +0 -1
  224. package/styles/css/item-states.css +0 -106
  225. package/styles/css/item-states.css.map +0 -1
  226. package/styles/scss/item-states-mixin.scss +0 -54
  227. package/styles/scss/item-states.scss +0 -65
@@ -20988,6 +20988,9 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
20988
20988
  flex-wrap: wrap;
20989
20989
  align-items: center;
20990
20990
  gap: 5px;
20991
+ }
20992
+
20993
+ .gd-mvf-dimensionality-scroll-container {
20991
20994
  max-height: 350px;
20992
20995
  overflow-y: auto;
20993
20996
  overscroll-behavior: contain;
@@ -21658,9 +21661,9 @@ figure {
21658
21661
  .gd-fluidlayout-column-container::after {
21659
21662
  content: "";
21660
21663
  position: absolute;
21661
- right: 10px;
21662
- bottom: 5px;
21663
- left: 10px;
21664
+ right: 0;
21665
+ bottom: -5px;
21666
+ left: 0;
21664
21667
  height: 0;
21665
21668
  border-bottom: 1px dashed var(--gd-palette-complementary-5, #b0beca);
21666
21669
  }
@@ -21690,30 +21693,29 @@ figure {
21690
21693
  }
21691
21694
 
21692
21695
  .gd-fluid-layout-row-header {
21693
- padding-right: 20px;
21694
- padding-left: 20px;
21695
21696
  text-align: center;
21696
21697
  }
21697
- .gd-fluid-layout-row-header .gd-fluid-layout-row-header-container {
21698
- margin-top: 16px;
21699
- }
21700
21698
  @media only screen and (min-width:641px) {
21701
21699
  .gd-fluid-layout-row-header {
21702
- padding-right: 0;
21703
- padding-left: 0;
21704
21700
  text-align: left;
21705
21701
  }
21706
21702
  }
21703
+ .gd-fluid-layout-row-header .gd-row-header-view {
21704
+ display: flex;
21705
+ flex-direction: column;
21706
+ gap: 4px;
21707
+ }
21707
21708
  .gd-fluid-layout-row-header .gd-row-header-view .title {
21708
- padding: 3px 5px;
21709
+ padding: 0 5px 3px;
21709
21710
  white-space: pre-wrap;
21710
21711
  overflow-wrap: break-word;
21711
21712
  }
21712
21713
  .gd-fluid-layout-row-header .gd-row-header-view .description {
21713
- padding: 4px 5px 2px;
21714
+ padding: 0 5px 7px;
21714
21715
  }
21715
21716
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper {
21716
21717
  display: flex;
21718
+ align-items: center;
21717
21719
  }
21718
21720
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper h2,
21719
21721
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper h3 {
@@ -21721,12 +21723,14 @@ figure {
21721
21723
  }
21722
21724
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper::before, .gd-fluid-layout-row-header .gd-row-header-title-wrapper::after {
21723
21725
  content: "";
21724
- position: relative;
21725
- top: 16px;
21726
21726
  flex: 1 1 auto;
21727
21727
  height: 0;
21728
21728
  border-top: 1px solid var(--gd-dashboards-section-title-lineColor, var(--gd-palette-complementary-3, #dde4eb));
21729
21729
  }
21730
+ .gd-fluid-layout-row-header .gd-row-header-title-wrapper.gd-editable-label-container::before, .gd-fluid-layout-row-header .gd-row-header-title-wrapper.gd-editable-label-container::after {
21731
+ position: relative;
21732
+ top: 2px;
21733
+ }
21730
21734
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper::before {
21731
21735
  margin-right: 20px;
21732
21736
  }
@@ -21976,14 +21980,8 @@ figure {
21976
21980
  .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-edit--nested .placeholder {
21977
21981
  color: var(--gd-palette-complementary-6, #94a1ad);
21978
21982
  }
21979
- .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-view .description {
21980
- padding: 4px 5px 15px;
21981
- }
21982
21983
  .gd-grid-layout .gd-fluid-layout-row-header-container--with-headers {
21983
- margin-top: 16px;
21984
- }
21985
- .gd-grid-layout .gd-dashboard-nested-layout-content:not(.is-dragging-widget) .gd-fluid-layout-row-header-container--no-headers {
21986
- margin-top: 0;
21984
+ margin-top: 4px;
21987
21985
  }
21988
21986
  .gd-grid-layout .gd-fluidlayout-column-container {
21989
21987
  display: flex;
@@ -21995,6 +21993,13 @@ figure {
21995
21993
  column-gap: 20px;
21996
21994
  grid-auto-rows: min-content;
21997
21995
  flex-grow: 1;
21996
+ /**
21997
+ * Row separators (by default invisible) in edit mode already create spaces between items so no need to enlarge it even more there.
21998
+ * Use :where selector to not mess up with specificity.
21999
+ */
22000
+ }
22001
+ :where(.sdk-view-mode-on) .gd-grid-layout__container--root {
22002
+ row-gap: 20px;
21998
22003
  }
21999
22004
 
22000
22005
  .gd-grid-layout__container--nested {
@@ -22006,6 +22011,16 @@ figure {
22006
22011
  position: relative;
22007
22012
  display: grid;
22008
22013
  grid-template-columns: subgrid;
22014
+ /**
22015
+ * Doing grid gaps in edit mode is problematical because there are lots of exceptions (such as row separators, width/height resizers) where the gaps shouldn't be,
22016
+ * so scope it only to view mode. Use :where selector to not mess up with specificity.
22017
+ */
22018
+ }
22019
+ :where(.sdk-view-mode-on) .gd-grid-layout__section {
22020
+ row-gap: 20px;
22021
+ }
22022
+ :where(.sdk-view-mode-on) .gd-grid-layout__section .gd-fluid-layout-row-header {
22023
+ margin-bottom: -20px;
22009
22024
  }
22010
22025
 
22011
22026
  .gd-grid-layout__item {
@@ -22017,6 +22032,9 @@ figure {
22017
22032
  max-height: inherit;
22018
22033
  overflow: hidden;
22019
22034
  }
22035
+ .gd-grid-layout__item:empty {
22036
+ display: none;
22037
+ }
22020
22038
 
22021
22039
  .gd-grid-layout__item--span-1 {
22022
22040
  grid-column: span 1;
@@ -22130,8 +22148,8 @@ figure {
22130
22148
  column-gap: 6px;
22131
22149
  row-gap: 6px;
22132
22150
  }
22133
- .gd-dash-content--density-compact .gd-grid-layout__item:empty {
22134
- display: none;
22151
+ .gd-dash-content--density-compact .gd-grid-layout__section .gd-fluid-layout-row-header {
22152
+ margin-bottom: -6px;
22135
22153
  }
22136
22154
  .gd-dash-content--density-compact .gd-nested-layout-widget-renderer {
22137
22155
  min-height: 0 !important;
@@ -22145,8 +22163,11 @@ figure {
22145
22163
  .gd-dash-content--density-compact .gd-fluid-layout-row-header .gd-row-header-title-wrapper .gd-typography--h2 {
22146
22164
  font-size: 16px;
22147
22165
  }
22166
+ .gd-dash-content--density-compact .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-view {
22167
+ gap: 0;
22168
+ }
22148
22169
  .gd-dash-content--density-compact .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-view .description {
22149
- padding: 0;
22170
+ padding: 0 0 4px 0;
22150
22171
  font-size: 12px;
22151
22172
  }
22152
22173
  .gd-dash-content--density-compact .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-view .description .gd-rich-text-content p {
@@ -24118,110 +24139,6 @@ figure {
24118
24139
  width: 100%;
24119
24140
  }
24120
24141
 
24121
- .dash-item:hover .has-set-alert .dash-item-action-alert {
24122
- color: var(--gd-palette-primary-base, #14b2e2);
24123
- background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
24124
- }
24125
- .dash-item .has-set-alert .dash-item-action-alert {
24126
- color: var(--gd-palette-primary-base, #14b2e2);
24127
- background-color: transparent;
24128
- }
24129
- .dash-item .has-set-alert .dash-item-action-alert:hover:not(.disabled) {
24130
- color: var(--gd-palette-complementary-0, #fff);
24131
- background-color: var(--gd-palette-primary-base, #14b2e2);
24132
- }
24133
- .dash-item .has-set-alert.is-alert-dialog {
24134
- border-color: var(--gd-palette-primary-base, #14b2e2);
24135
- }
24136
- .dash-item .has-set-alert.is-alert-dialog .dash-item-action-alert, .dash-item .has-set-alert.is-alert-dialog .dash-item-action-alert:hover, .dash-item .has-set-alert.is-alert-dialog:hover .dash-item-action-alert, .dash-item .has-set-alert.is-alert-dialog:hover .dash-item-action-alert:hover, .dash-item .has-set-alert.is-alert-highlighted .dash-item-action-alert, .dash-item .has-set-alert.is-alert-highlighted .dash-item-action-alert:hover, .dash-item .has-set-alert.is-alert-highlighted:hover .dash-item-action-alert, .dash-item .has-set-alert.is-alert-highlighted:hover .dash-item-action-alert:hover {
24137
- color: var(--gd-palette-complementary-0, #fff);
24138
- background-color: var(--gd-palette-primary-base, #14b2e2);
24139
- }
24140
-
24141
- .dash-item:hover .is-alert-dialog .dash-item-action-alert {
24142
- color: var(--gd-palette-complementary-0, #fff);
24143
- background-color: var(--gd-palette-primary-base, #14b2e2);
24144
- }
24145
- .dash-item .is-alert-dialog .dash-item-action-alert {
24146
- color: transparent;
24147
- background-color: transparent;
24148
- }
24149
- .dash-item .is-alert-dialog .dash-item-action-alert:hover:not(.disabled) {
24150
- color: var(--gd-palette-complementary-0, #fff);
24151
- background-color: var(--gd-palette-primary-base, #14b2e2);
24152
- }
24153
- .dash-item .is-alert-dialog.is-alert-dialog {
24154
- border-color: var(--gd-palette-primary-base, #14b2e2);
24155
- }
24156
- .dash-item .is-alert-dialog.is-alert-dialog .dash-item-action-alert, .dash-item .is-alert-dialog.is-alert-dialog .dash-item-action-alert:hover, .dash-item .is-alert-dialog.is-alert-dialog:hover .dash-item-action-alert, .dash-item .is-alert-dialog.is-alert-dialog:hover .dash-item-action-alert:hover, .dash-item .is-alert-dialog.is-alert-highlighted .dash-item-action-alert, .dash-item .is-alert-dialog.is-alert-highlighted .dash-item-action-alert:hover, .dash-item .is-alert-dialog.is-alert-highlighted:hover .dash-item-action-alert, .dash-item .is-alert-dialog.is-alert-highlighted:hover .dash-item-action-alert:hover {
24157
- color: var(--gd-palette-complementary-0, #fff);
24158
- background-color: var(--gd-palette-primary-base, #14b2e2);
24159
- }
24160
-
24161
- .dash-item:hover .is-alert-highlighted .dash-item-action-alert {
24162
- color: var(--gd-palette-complementary-0, #fff);
24163
- background-color: var(--gd-palette-primary-base, #14b2e2);
24164
- }
24165
- .dash-item .is-alert-highlighted .dash-item-action-alert {
24166
- color: var(--gd-palette-complementary-0, #fff);
24167
- background-color: var(--gd-palette-primary-base, #14b2e2);
24168
- }
24169
- .dash-item .is-alert-highlighted .dash-item-action-alert:hover:not(.disabled) {
24170
- color: var(--gd-palette-complementary-0, #fff);
24171
- background-color: var(--gd-palette-primary-base, #14b2e2);
24172
- }
24173
- .dash-item .is-alert-highlighted.is-alert-dialog {
24174
- border-color: var(--gd-palette-primary-base, #14b2e2);
24175
- }
24176
- .dash-item .is-alert-highlighted.is-alert-dialog .dash-item-action-alert, .dash-item .is-alert-highlighted.is-alert-dialog .dash-item-action-alert:hover, .dash-item .is-alert-highlighted.is-alert-dialog:hover .dash-item-action-alert, .dash-item .is-alert-highlighted.is-alert-dialog:hover .dash-item-action-alert:hover, .dash-item .is-alert-highlighted.is-alert-highlighted .dash-item-action-alert, .dash-item .is-alert-highlighted.is-alert-highlighted .dash-item-action-alert:hover, .dash-item .is-alert-highlighted.is-alert-highlighted:hover .dash-item-action-alert, .dash-item .is-alert-highlighted.is-alert-highlighted:hover .dash-item-action-alert:hover {
24177
- color: var(--gd-palette-complementary-0, #fff);
24178
- background-color: var(--gd-palette-primary-base, #14b2e2);
24179
- }
24180
-
24181
- .dash-item:hover .is-alert-triggered .dash-item-action-alert {
24182
- color: var(--gd-palette-warning-dimmed40, #8a6434);
24183
- background-color: var(--gd-palette-warning-base-t50, rgba(241, 134, 0, 0.5));
24184
- }
24185
- .dash-item .is-alert-triggered .dash-item-action-alert {
24186
- color: var(--gd-palette-warning-dimmed40, #8a6434);
24187
- background-color: var(--gd-palette-warning-base-t50, rgba(241, 134, 0, 0.5));
24188
- }
24189
- .dash-item .is-alert-triggered .dash-item-action-alert:hover:not(.disabled) {
24190
- color: var(--gd-palette-warning-text-dimmed, #685945);
24191
- background-color: var(--gd-palette-warning-base, #f18600);
24192
- }
24193
- .dash-item .is-alert-triggered.is-alert-dialog {
24194
- border-color: var(--gd-palette-warning-base, #f18600);
24195
- }
24196
- .dash-item .is-alert-triggered.is-alert-dialog .dash-item-action-alert, .dash-item .is-alert-triggered.is-alert-dialog .dash-item-action-alert:hover, .dash-item .is-alert-triggered.is-alert-dialog:hover .dash-item-action-alert, .dash-item .is-alert-triggered.is-alert-dialog:hover .dash-item-action-alert:hover, .dash-item .is-alert-triggered.is-alert-highlighted .dash-item-action-alert, .dash-item .is-alert-triggered.is-alert-highlighted .dash-item-action-alert:hover, .dash-item .is-alert-triggered.is-alert-highlighted:hover .dash-item-action-alert, .dash-item .is-alert-triggered.is-alert-highlighted:hover .dash-item-action-alert:hover {
24197
- color: var(--gd-palette-warning-text-dimmed, #685945);
24198
- background-color: var(--gd-palette-warning-base, #f18600);
24199
- }
24200
-
24201
- .dash-item:hover .is-alert-broken .dash-item-action-alert {
24202
- color: var(--gd-palette-error-base, #e54d42);
24203
- background-color: var(--gd-palette-error-dimmed, #fcedec);
24204
- }
24205
- .dash-item .is-alert-broken .dash-item-action-alert {
24206
- color: var(--gd-palette-error-base, #e54d42);
24207
- background-color: transparent;
24208
- }
24209
- .dash-item .is-alert-broken .dash-item-action-alert:hover:not(.disabled) {
24210
- color: var(--gd-palette-complementary-0, #fff);
24211
- background-color: var(--gd-palette-error-base, #e54d42);
24212
- }
24213
- .dash-item .is-alert-broken.is-alert-dialog {
24214
- border-color: var(--gd-palette-error-base, #e54d42);
24215
- }
24216
- .dash-item .is-alert-broken.is-alert-dialog .dash-item-action-alert, .dash-item .is-alert-broken.is-alert-dialog .dash-item-action-alert:hover, .dash-item .is-alert-broken.is-alert-dialog:hover .dash-item-action-alert, .dash-item .is-alert-broken.is-alert-dialog:hover .dash-item-action-alert:hover, .dash-item .is-alert-broken.is-alert-highlighted .dash-item-action-alert, .dash-item .is-alert-broken.is-alert-highlighted .dash-item-action-alert:hover, .dash-item .is-alert-broken.is-alert-highlighted:hover .dash-item-action-alert, .dash-item .is-alert-broken.is-alert-highlighted:hover .dash-item-action-alert:hover {
24217
- color: var(--gd-palette-complementary-0, #fff);
24218
- background-color: var(--gd-palette-error-base, #e54d42);
24219
- }
24220
-
24221
- .dash-item .is-alert-evaluating .dash-item-action-alert {
24222
- color: var(--gd-palette-complementary-5, #b0beca);
24223
- background-color: var(--gd-palette-complementary-0, #fff);
24224
- }
24225
24142
  .gd-dashboards-root {
24226
24143
  background: var(--gd-dashboards-content-backgroundColor, var(--gd-palette-complementary-0, #fff));
24227
24144
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
@@ -24396,19 +24313,6 @@ figure {
24396
24313
  .dash-item:hover a.kpi-link .kpi-value.is-empty-value {
24397
24314
  color: var(--gd-dashboards-content-kpiWidget-kpi-secondaryInfoColor-from-theme, var(--gd-palette-complementary-6-from-theme, inherit));
24398
24315
  }
24399
- .dash-item .is-alert-highlighted::before, .dash-item .is-alert-highlighted:hover::before {
24400
- top: 0;
24401
- right: 0;
24402
- bottom: 0;
24403
- left: 0;
24404
- background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
24405
- animation-name: alert-highlighted;
24406
- animation-duration: 0.3s;
24407
- animation-iteration-count: 1;
24408
- }
24409
- .dash-item .is-alert-highlighted.is-alert-triggered::before, .dash-item .is-alert-highlighted.is-alert-triggered:hover::before, .dash-item .is-alert-highlighted.is-alert-broken::before, .dash-item .is-alert-highlighted.is-alert-broken:hover::before {
24410
- background-color: var(--gd-palette-warning-dimmed, #fce7cc);
24411
- }
24412
24316
  .dash-item .is-selectable {
24413
24317
  cursor: pointer;
24414
24318
  }
@@ -24424,39 +24328,7 @@ figure {
24424
24328
  .dash-item.gd-highlighted > .dash-item-content-wrapper > .dash-item-content {
24425
24329
  border-color: var(--gd-palette-primary-base, #14b2e2);
24426
24330
  }
24427
- .dash-item.is-selected .dash-item-action-lw-options {
24428
- display: block;
24429
- background-color: var(--gd-palette-complementary-7-from-theme, #b4c0cf);
24430
- }
24431
- .dash-item.is-selected .dash-item-action-lw-options::before {
24432
- color: var(--gd-palette-complementary-0, #fff);
24433
- }
24434
- .dash-item:focus-visible .dash-item-action-options {
24435
- display: block;
24436
- }
24437
- .dash-item:focus-visible .dash-item-action-options.dash-item-action-as-table {
24438
- display: flex;
24439
- }
24440
- .dash-item:focus-visible .dash-item-action-description .dash-item-action-description-trigger {
24441
- display: flex;
24442
- }
24443
24331
 
24444
- @keyframes alert-highlighted {
24445
- 0% {
24446
- top: 50%;
24447
- right: 50%;
24448
- bottom: 50%;
24449
- left: 50%;
24450
- opacity: 0;
24451
- }
24452
- 100% {
24453
- top: 0;
24454
- right: 0;
24455
- bottom: 0;
24456
- left: 0;
24457
- opacity: 1;
24458
- }
24459
- }
24460
24332
  .dash-item-content-wrapper,
24461
24333
  .dash-item-content {
24462
24334
  display: flex;
@@ -24514,9 +24386,7 @@ figure {
24514
24386
  background-color: transparent;
24515
24387
  }
24516
24388
 
24517
- .type-kpi .dash-item-action-alert,
24518
24389
  .type-kpi .dash-item-action-placeholder,
24519
- .viz-type-headline .dash-item-action-alert,
24520
24390
  .viz-type-headline .dash-item-action-placeholder {
24521
24391
  top: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)));
24522
24392
  right: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)));
@@ -24619,7 +24489,6 @@ figure {
24619
24489
  justify-content: center;
24620
24490
  gap: 10px;
24621
24491
  }
24622
- .gd-absolute-row .dash-item-action,
24623
24492
  .gd-absolute-row .dash-item-action-placeholder {
24624
24493
  position: relative;
24625
24494
  top: auto;
@@ -24629,245 +24498,58 @@ figure {
24629
24498
  display: none;
24630
24499
  }
24631
24500
 
24632
- .dash-item-action {
24633
- position: absolute;
24634
- z-index: 2;
24635
- top: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px));
24636
- right: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px));
24637
- width: 36px;
24638
- height: 36px;
24639
- line-height: 36px;
24640
- color: var(--gd-palette-complementary-0, #fff);
24641
- cursor: pointer;
24642
- border-radius: 20px;
24643
- font-size: 18px;
24644
- text-align: center;
24645
- }
24646
- .dash-item-action.disabled {
24647
- cursor: auto;
24648
- }
24649
-
24650
- .dash-item-action-as-table {
24651
- display: flex;
24652
- align-items: center;
24653
- justify-content: center;
24654
- }
24655
- .dash-item-action-as-table:hover path {
24656
- fill: var(--gd-palette-complementary-0, #fff);
24657
- }
24658
-
24659
- .is-desktop .dash-item-action-alert:not(.disabled):hover,
24660
- .is-desktop .dash-item-action-options:not(.disabled):hover,
24661
- .is-desktop .dash-item-action-widget-options-active {
24662
- color: var(--gd-palette-complementary-0, #fff);
24663
- background-color: var(--gd-palette-complementary-7-from-theme, var(--gd-palette-complementary-5, #b0beca));
24664
- }
24665
-
24666
- .is-mobile .dash-item-action-alert:not(.disabled),
24667
- .is-mobile .dash-item-action-options:not(.disabled) {
24668
- color: var(--gd-palette-complementary-7, #6d7680);
24669
- background: none;
24670
- }
24671
- .is-mobile .dash-item-action-alert.disabled,
24672
- .is-mobile .dash-item-action-options.disabled {
24673
- background-color: transparent;
24674
- }
24675
- .is-mobile .dash-item-action-widget-options:not(.disabled) {
24676
- color: var(--gd-palette-complementary-7, #6d7680);
24677
- background-color: var(--gd-palette-complementary-2, #ebeff4);
24678
- }
24679
- .is-mobile .dash-item-action-widget-options-active:not(.disabled) {
24680
- background-color: var(--gd-palette-complementary-5, #b0beca);
24681
- }
24682
-
24683
- .dash-item-action.dash-item-action-alert,
24684
- .dash-item-action.dash-item-action-options {
24685
- display: none;
24686
- color: var(--gd-palette-complementary-7, #6d7680);
24687
- background-color: var(--gd-palette-complementary-2, #ebeff4);
24688
- transition: 0.2s;
24689
- }
24690
- .is-mobile .dash-item-action.dash-item-action-alert,
24691
- .is-mobile .dash-item-action.dash-item-action-options {
24692
- display: block;
24693
- }
24694
- .dash-item-action.dash-item-action-alert:hover:not(.disabled),
24695
- .dash-item-action.dash-item-action-options:hover:not(.disabled) {
24696
- color: var(--gd-palette-complementary-0-from-theme, inherit);
24697
- background-color: var(--gd-palette-complementary-7-from-theme, inherit);
24698
- }
24699
-
24700
- .dash-item-action.dash-item-action-alert.disabled {
24701
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/alert-bell-na.svg");
24702
- background-repeat: no-repeat;
24703
- background-position: center;
24704
- background-size: 16px;
24705
- }
24706
- .has-set-alert .dash-item-action.dash-item-action-alert, .is-alert-dialog .dash-item-action.dash-item-action-alert, .dash-item-content:hover .dash-item-action.dash-item-action-alert {
24707
- display: block;
24708
- }
24709
-
24710
- .dash-item-action,
24711
24501
  .dash-item-action-placeholder {
24712
24502
  position: absolute;
24713
24503
  z-index: 2;
24714
24504
  top: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px));
24715
24505
  right: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px));
24716
- }
24717
-
24718
- .dash-item-action-placeholder {
24719
24506
  width: 36px;
24720
24507
  height: 36px;
24721
24508
  }
24722
- .dash-item-action-placeholder:focus-visible .dash-item-action-options {
24723
- display: block;
24724
- }
24725
- .dash-item-action-placeholder:focus-visible .dash-item-action-options.dash-item-action-as-table {
24726
- display: flex;
24727
- }
24728
-
24729
- .dash-item-action-placeholder-headline {
24730
- right: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px) + 36px + 5px);
24731
- }
24732
24509
 
24733
- .dash-item-action-description .dash-item-action-description-trigger:not(.is-mobile) {
24510
+ .dash-item-action-button {
24734
24511
  display: none;
24735
- }
24736
- .dash-item-action-description:focus-visible .dash-item-action-description-trigger {
24737
- display: flex;
24738
- }
24739
-
24740
- .dash-item-action-description-trigger {
24741
- display: flex;
24742
24512
  align-items: center;
24743
24513
  justify-content: center;
24744
- border-radius: 50%;
24745
24514
  width: 36px;
24746
24515
  height: 36px;
24516
+ border-radius: 50%;
24517
+ color: var(--gd-palette-complementary-7, #6d7680);
24747
24518
  background-color: var(--gd-palette-complementary-2, #ebeff4);
24748
24519
  cursor: pointer;
24749
24520
  transition: 0.2s;
24750
- font-size: 18px;
24751
- line-height: 18px;
24752
- }
24753
- .dash-item-action-description-trigger .gd-icon-circle-question {
24754
- margin-top: 2px;
24755
- color: var(--gd-palette-complementary-7, #6d7680);
24756
- }
24757
- .dash-item-action-description-trigger:hover {
24758
- background-color: var(--gd-palette-complementary-7-from-theme, var(--gd-palette-complementary-5, #b0beca));
24759
- }
24760
- .dash-item-action-description-trigger:hover .gd-icon-circle-question {
24761
- color: var(--gd-palette-complementary-0, #fff);
24762
- }
24763
-
24764
- .dash-item-action-description-active .dash-item-action-description-trigger {
24765
- background-color: var(--gd-palette-complementary-7-from-theme, var(--gd-palette-complementary-5, #b0beca));
24766
- }
24767
- .dash-item-action-description-active .dash-item-action-description-trigger .gd-icon-circle-question {
24768
- color: var(--gd-palette-complementary-0, #fff);
24769
24521
  }
24770
24522
 
24771
- .type-kpi .dash-item-action-description {
24772
- position: absolute;
24773
- }
24774
-
24775
- .dash-item-content:hover .dash-item-action-description-trigger:not(.is-mobile),
24776
- .dash-item-action-description-active .dash-item-action-description-trigger:not(.is-mobile) {
24523
+ .dash-item-content:hover .dash-item-action-button,
24524
+ .dash-item:focus-visible .dash-item-action-button,
24525
+ .dash-item-action-placeholder:focus-visible .dash-item-action-button,
24526
+ .dash-item-action-button--active {
24777
24527
  display: flex;
24778
24528
  }
24779
24529
 
24780
- .dash-item-action,
24781
- .dash-item-action-options {
24782
- width: 36px;
24783
- height: 36px;
24784
- border-radius: 20px;
24785
- font-size: 18px;
24786
- line-height: 36px;
24787
- text-align: center;
24788
- color: var(--gd-palette-complementary-0, #fff);
24789
- cursor: pointer;
24790
- }
24791
- .dash-item-action.disabled,
24792
- .dash-item-action-options.disabled {
24793
- cursor: auto;
24794
- }
24795
-
24796
- .dash-item-action-delete {
24797
- z-index: 2;
24798
- top: 0;
24799
- right: 0;
24800
- padding-top: 1px;
24801
- background-color: var(--gd-palette-primary-base, #14b2e2);
24802
- }
24803
- .dash-item-action-delete.gd-icon-trash::before {
24804
- content: url("@gooddata/sdk-ui-dashboard/esm/assets/trash.svg");
24805
- display: inline-block;
24806
- width: 20px;
24807
- height: 20px;
24808
- }
24809
- .dash-item-action-delete::before {
24810
- z-index: 2;
24811
- }
24812
- .dash-item-action-delete:hover {
24813
- background-color: var(--gd-palette-error-base, #e54d42);
24814
- }
24815
-
24816
- .dash-item-action-options {
24817
- display: none;
24818
- color: var(--gd-palette-complementary-7, #6d7680);
24819
- background-color: var(--gd-palette-complementary-2, #ebeff4);
24820
- transition: 0.2s;
24821
- }
24822
- .is-mobile .dash-item-action-options {
24823
- display: block;
24824
- }
24825
-
24826
- .dash-item-content:not(.is-alert-dialog):hover .dash-item-action-options {
24827
- display: block;
24828
- }
24829
-
24830
- .dash-item-content:not(.is-alert-dialog):hover .dash-item-action-options.dash-item-action-as-table {
24831
- display: flex;
24530
+ @media only screen and (max-width: 640px), (hover: none) {
24531
+ .dash-item-action-button {
24532
+ display: flex;
24533
+ }
24832
24534
  }
24833
-
24834
- .dash-item-action-options-active,
24835
- .dash-item-action-widget-options-active {
24836
- display: block;
24535
+ .dash-item-action-button:hover,
24536
+ .dash-item-action-button--active {
24537
+ color: var(--gd-palette-complementary-0, #fff);
24538
+ background-color: var(--gd-palette-complementary-7-from-theme, var(--gd-palette-complementary-5, #b0beca));
24837
24539
  }
24838
24540
 
24839
24541
  .dash-item-action-widget-options::before {
24840
24542
  content: "...";
24841
- align-self: center;
24842
24543
  position: relative;
24843
24544
  top: -5px;
24844
- color: var(--gd-palette-complementary-7, #6d7680);
24845
24545
  font-size: 22px;
24846
24546
  }
24847
- .dash-item-action-widget-options:hover, .dash-item-action-widget-options.dash-item-action-widget-options-active {
24848
- background-color: var(--gd-palette-complementary-7-from-theme, var(--gd-palette-complementary-5, #b0beca));
24849
- }
24850
- .dash-item-action-widget-options:hover::before, .dash-item-action-widget-options.dash-item-action-widget-options-active::before {
24851
- color: var(--gd-palette-complementary-0, #fff);
24852
- }
24853
24547
 
24854
- .dash-item-action-lw-options {
24855
- top: 30px;
24856
- right: 30px;
24857
- display: none;
24858
- border-radius: 50%;
24859
- background-color: var(--gd-palette-complementary-2-from-theme, #eceff3);
24860
- width: 36px;
24861
- height: 36px;
24862
- transition: 0.2s;
24548
+ .dash-item-action-description-trigger {
24549
+ font-size: 18px;
24863
24550
  }
24864
- .dash-item-action-lw-options::before {
24865
- content: "...";
24866
- font-size: 22px;
24867
- position: relative;
24868
- top: -5px;
24869
- display: inline;
24870
- color: var(--gd-palette-complementary-7-from-theme, #b4c0cf);
24551
+ .dash-item-action-description-trigger .gd-icon-circle-question {
24552
+ margin-top: 2px;
24871
24553
  }
24872
24554
 
24873
24555
  .dash-section {
@@ -24886,9 +24568,6 @@ figure {
24886
24568
  @media only screen and (max-width: 320px), only screen and (max-width: 640px) {
24887
24569
  .dash-section-kpis {
24888
24570
  margin: 0;
24889
- padding-left: 5px;
24890
- padding-right: 5px;
24891
- padding-bottom: 5px;
24892
24571
  }
24893
24572
  }
24894
24573
 
@@ -25017,22 +24696,23 @@ figure {
25017
24696
  padding: 0;
25018
24697
  flex: unset;
25019
24698
  max-width: unset;
24699
+ /**
24700
+ * View mode now uses grid gap. Keep spacing with padding in edit mode only, where using grid gap is problematic.
24701
+ * Use :where selector to not mess up with specificity.
24702
+ */
25020
24703
  }
25021
24704
  .gd-grid-layout .dash-item .is-dragging-widget.dash-item-content {
25022
24705
  border-color: var(--gd-palette-complementary-2, #ebeff4);
25023
24706
  }
25024
- .gd-grid-layout .dash-item.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-widget {
24707
+ :where(.sdk-edit-mode-on) .gd-grid-layout .dash-item.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-widget {
25025
24708
  padding: 10px 0 0 0;
25026
24709
  }
25027
- .gd-grid-layout .dash-item:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
24710
+ :where(.sdk-edit-mode-on) .gd-grid-layout .dash-item:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
25028
24711
  padding: 10px 0;
25029
24712
  }
25030
- .gd-grid-layout .dash-item.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
24713
+ :where(.sdk-edit-mode-on) .gd-grid-layout .dash-item.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
25031
24714
  padding: 0 0 10px 0;
25032
24715
  }
25033
- .gd-grid-layout .gd-empty-nested-layout {
25034
- padding: 10px 0;
25035
- }
25036
24716
  .gd-grid-layout .gd-fluidlayout-column-container {
25037
24717
  display: flex;
25038
24718
  }
@@ -25055,6 +24735,32 @@ figure {
25055
24735
  font-size: 12px;
25056
24736
  font-weight: 800;
25057
24737
  }
24738
+ .gd-dash-content--density-compact .gd-absolute-row {
24739
+ gap: 5px;
24740
+ top: 10px;
24741
+ right: 15px;
24742
+ height: 24px;
24743
+ }
24744
+ .gd-dash-content--density-compact .gd-absolute-row .dash-item-action-placeholder {
24745
+ top: auto;
24746
+ right: auto;
24747
+ }
24748
+ .gd-dash-content--density-compact .dash-item-action-placeholder {
24749
+ top: 10px;
24750
+ right: 15px;
24751
+ width: 24px;
24752
+ height: 24px;
24753
+ }
24754
+ .gd-dash-content--density-compact .dash-item-action-button {
24755
+ width: 24px;
24756
+ height: 24px;
24757
+ }
24758
+ .gd-dash-content--density-compact .dash-item-action-widget-options::before {
24759
+ font-size: 14px;
24760
+ }
24761
+ .gd-dash-content--density-compact .dash-item-action-description-trigger {
24762
+ font-size: 12px;
24763
+ }
25058
24764
  .gd-dash-content--density-compact .gd-grid-layout .dash-item.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-widget {
25059
24765
  padding: 0;
25060
24766
  }
@@ -25064,9 +24770,6 @@ figure {
25064
24770
  .gd-dash-content--density-compact .gd-grid-layout .dash-item.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
25065
24771
  padding: 0;
25066
24772
  }
25067
- .gd-dash-content--density-compact .gd-grid-layout .gd-empty-nested-layout {
25068
- padding: 0;
25069
- }
25070
24773
 
25071
24774
  .drag-layer {
25072
24775
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
@@ -25780,16 +25483,10 @@ figure {
25780
25483
  position: relative;
25781
25484
  }
25782
25485
  .dash-filters-wrapper .show-all {
25783
- position: absolute;
25784
- bottom: -25px;
25785
- left: 50%;
25786
- display: block;
25787
- transform: translateX(-50%);
25788
- }
25789
- @media only screen and (max-width: 320px), only screen and (max-width: 640px) {
25790
- .dash-filters-wrapper .show-all {
25791
- z-index: 15;
25792
- }
25486
+ position: relative;
25487
+ margin-top: -1px;
25488
+ display: flex;
25489
+ justify-content: center;
25793
25490
  }
25794
25491
  .dash-filters-wrapper .gd-filter-button-custom-icon-wrapper .gd-icon-invisible {
25795
25492
  display: flex;
@@ -25977,8 +25674,6 @@ figure {
25977
25674
  }
25978
25675
 
25979
25676
  .button-filter-bar-show-all {
25980
- position: relative;
25981
- top: -2px;
25982
25677
  height: 24px;
25983
25678
  padding: 5px 24px;
25984
25679
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
@@ -26857,13 +26552,6 @@ figure {
26857
26552
  padding-left: 20px;
26858
26553
  text-align: right;
26859
26554
  }
26860
- .dash-header .dash-control-buttons .cancel-button {
26861
- margin-right: 10px;
26862
- }
26863
- .dash-header .dash-control-buttons .setting-button {
26864
- margin-left: 10px;
26865
- height: 100%;
26866
- }
26867
26555
  .dash-header.dash-header-export {
26868
26556
  border-bottom: none;
26869
26557
  display: flex;
@@ -26888,6 +26576,7 @@ figure {
26888
26576
  padding-left: 20px;
26889
26577
  text-align: right;
26890
26578
  align-items: center;
26579
+ gap: 10px;
26891
26580
  }
26892
26581
 
26893
26582
  .dash-header-inner {
@@ -26983,16 +26672,12 @@ figure {
26983
26672
  }
26984
26673
  }
26985
26674
 
26986
- .dash-header-share-button {
26987
- margin-left: 10px;
26988
- }
26989
-
26990
26675
  .gd-dash-content--density-compact .dash-title {
26991
26676
  font-size: 18px;
26992
26677
  padding-left: 3px;
26993
26678
  }
26994
- .gd-dash-content--density-compact .dash-header-share-button {
26995
- margin-left: 5px;
26679
+ .gd-dash-content--density-compact .dash-control-buttons {
26680
+ gap: 5px;
26996
26681
  }
26997
26682
 
26998
26683
  .overlay-wrapper {
@@ -27449,6 +27134,11 @@ figure {
27449
27134
  max-height: calc(100% - 10px);
27450
27135
  }
27451
27136
 
27137
+ .export-mode .dash-item-action-button,
27138
+ .export-slides-mode .dash-item-action-button {
27139
+ display: none;
27140
+ }
27141
+
27452
27142
  .gd-dialog.save-as-new-dialog {
27453
27143
  max-width: 450px;
27454
27144
  }
@@ -32105,6 +31795,7 @@ figure {
32105
31795
  .gd-kda-dialog .gd-kda-key-drivers-panel-trend button {
32106
31796
  justify-content: flex-end;
32107
31797
  width: 100%;
31798
+ --gd-icon-fill-color: var(--gd-palette-complementary-6);
32108
31799
  }
32109
31800
  .gd-kda-dialog .gd-kda-key-drivers-panel-trend button .gd-ui-kit-button__text {
32110
31801
  flex-grow: 1;
@@ -32576,7 +32267,7 @@ figure {
32576
32267
  padding: 5px 10px;
32577
32268
  align-items: center;
32578
32269
  justify-content: space-between;
32579
- width: calc(100% - 20px);
32270
+ width: 100%;
32580
32271
  height: 32px;
32581
32272
  cursor: pointer;
32582
32273
  }