@gooddata/sdk-ui-dashboard 11.12.0-alpha.2 → 11.12.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 (220) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/_staging/automation/index.d.ts +5 -0
  4. package/esm/_staging/automation/index.d.ts.map +1 -1
  5. package/esm/_staging/automation/index.js +12 -0
  6. package/esm/_staging/automation/index.js.map +1 -1
  7. package/esm/_staging/dashboard/dashboardFilterContextValidation.d.ts +1 -1
  8. package/esm/_staging/dashboard/dashboardFilterContextValidation.d.ts.map +1 -1
  9. package/esm/_staging/dashboard/dashboardFilterContextValidation.js +34 -6
  10. package/esm/_staging/dashboard/dashboardFilterContextValidation.js.map +1 -1
  11. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +1 -0
  12. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  13. package/esm/_staging/sharedHooks/useFiltersNamings.js +41 -3
  14. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  15. package/esm/kdaDialog/components/KdaSummaryDrivers.d.ts.map +1 -1
  16. package/esm/kdaDialog/components/KdaSummaryDrivers.js +9 -3
  17. package/esm/kdaDialog/components/KdaSummaryDrivers.js.map +1 -1
  18. package/esm/kdaDialog/components/bars/DateBar.d.ts.map +1 -1
  19. package/esm/kdaDialog/components/bars/DateBar.js +4 -3
  20. package/esm/kdaDialog/components/bars/DateBar.js.map +1 -1
  21. package/esm/kdaDialog/components/bars/MetricBar.d.ts.map +1 -1
  22. package/esm/kdaDialog/components/bars/MetricBar.js +2 -2
  23. package/esm/kdaDialog/components/bars/MetricBar.js.map +1 -1
  24. package/esm/kdaDialog/components/columns/driverColumn.d.ts +2 -2
  25. package/esm/kdaDialog/components/columns/driverColumn.d.ts.map +1 -1
  26. package/esm/kdaDialog/components/columns/driverColumn.js +4 -11
  27. package/esm/kdaDialog/components/columns/driverColumn.js.map +1 -1
  28. package/esm/kdaDialog/components/items/SummaryItem.d.ts.map +1 -1
  29. package/esm/kdaDialog/components/items/SummaryItem.js +1 -1
  30. package/esm/kdaDialog/components/items/SummaryItem.js.map +1 -1
  31. package/esm/kdaDialog/composition/AddFilterButton.d.ts.map +1 -1
  32. package/esm/kdaDialog/composition/AddFilterButton.js +12 -2
  33. package/esm/kdaDialog/composition/AddFilterButton.js.map +1 -1
  34. package/esm/kdaDialog/composition/KeyDriversFooter.d.ts.map +1 -1
  35. package/esm/kdaDialog/composition/KeyDriversFooter.js +48 -12
  36. package/esm/kdaDialog/composition/KeyDriversFooter.js.map +1 -1
  37. package/esm/kdaDialog/composition/KeyDriversOverview.js +7 -12
  38. package/esm/kdaDialog/composition/KeyDriversOverview.js.map +1 -1
  39. package/esm/kdaDialog/composition/KeyDriversPanel.d.ts.map +1 -1
  40. package/esm/kdaDialog/composition/KeyDriversPanel.js +3 -1
  41. package/esm/kdaDialog/composition/KeyDriversPanel.js.map +1 -1
  42. package/esm/kdaDialog/composition/data/dataview.d.ts.map +1 -1
  43. package/esm/kdaDialog/composition/data/dataview.js +15 -4
  44. package/esm/kdaDialog/composition/data/dataview.js.map +1 -1
  45. package/esm/kdaDialog/dialog/KdaDialog.js +1 -1
  46. package/esm/kdaDialog/dialog/KdaDialog.js.map +1 -1
  47. package/esm/kdaDialog/internalTypes.d.ts +2 -0
  48. package/esm/kdaDialog/internalTypes.d.ts.map +1 -1
  49. package/esm/kdaDialog/providers/KdaState.d.ts.map +1 -1
  50. package/esm/kdaDialog/providers/KdaState.js +3 -0
  51. package/esm/kdaDialog/providers/KdaState.js.map +1 -1
  52. package/esm/kdaDialog/tools/sortedKeyDrivers.d.ts +3 -0
  53. package/esm/kdaDialog/tools/sortedKeyDrivers.d.ts.map +1 -0
  54. package/esm/kdaDialog/tools/sortedKeyDrivers.js +9 -0
  55. package/esm/kdaDialog/tools/sortedKeyDrivers.js.map +1 -0
  56. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +1 -1
  57. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  58. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +8 -7
  59. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  60. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +5 -6
  61. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
  62. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
  63. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +9 -2
  64. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
  65. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
  66. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +2 -8
  67. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
  68. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
  69. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +16 -9
  70. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
  71. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
  72. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +17 -1
  73. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js.map +1 -1
  74. package/esm/model/react/filtering/selectors.d.ts +2 -1
  75. package/esm/model/react/filtering/selectors.d.ts.map +1 -1
  76. package/esm/model/react/filtering/selectors.js +1 -1
  77. package/esm/model/react/filtering/selectors.js.map +1 -1
  78. package/esm/model/react/index.d.ts +2 -1
  79. package/esm/model/react/index.d.ts.map +1 -1
  80. package/esm/model/react/index.js +1 -1
  81. package/esm/model/react/index.js.map +1 -1
  82. package/esm/model/store/config/configSelectors.d.ts +7 -0
  83. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  84. package/esm/model/store/config/configSelectors.js +9 -0
  85. package/esm/model/store/config/configSelectors.js.map +1 -1
  86. package/esm/model/store/drill/drillSelectors.d.ts +7 -0
  87. package/esm/model/store/drill/drillSelectors.d.ts.map +1 -1
  88. package/esm/model/store/drill/drillSelectors.js +9 -0
  89. package/esm/model/store/drill/drillSelectors.js.map +1 -1
  90. package/esm/model/store/filtering/dashboardFilterSelectors.d.ts +38 -0
  91. package/esm/model/store/filtering/dashboardFilterSelectors.d.ts.map +1 -1
  92. package/esm/model/store/filtering/dashboardFilterSelectors.js +56 -5
  93. package/esm/model/store/filtering/dashboardFilterSelectors.js.map +1 -1
  94. package/esm/model/store/index.d.ts +4 -4
  95. package/esm/model/store/index.d.ts.map +1 -1
  96. package/esm/model/store/index.js +4 -4
  97. package/esm/model/store/index.js.map +1 -1
  98. package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
  99. package/esm/model/store/meta/metaSelectors.js +22 -17
  100. package/esm/model/store/meta/metaSelectors.js.map +1 -1
  101. package/esm/model/store/tabs/layout/layoutSelectors.d.ts +6 -0
  102. package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
  103. package/esm/model/store/tabs/layout/layoutSelectors.js +17 -0
  104. package/esm/model/store/tabs/layout/layoutSelectors.js.map +1 -1
  105. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
  106. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +11 -67
  107. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
  108. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts +0 -12
  109. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +1 -1
  110. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js +2 -5
  111. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js.map +1 -1
  112. package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +1 -1
  113. package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js +11 -51
  114. package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js.map +1 -1
  115. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts +2 -1
  116. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
  117. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js +4 -4
  118. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
  119. package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts +2 -1
  120. package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts.map +1 -1
  121. package/esm/presentation/automationFilters/components/AutomationDateFilter.js +21 -9
  122. package/esm/presentation/automationFilters/components/AutomationDateFilter.js.map +1 -1
  123. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts +4 -1
  124. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts.map +1 -1
  125. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js +10 -2
  126. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js.map +1 -1
  127. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts +19 -2
  128. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  129. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +110 -32
  130. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  131. package/esm/presentation/automationFilters/hooks/useAutomationVisibleFilters.d.ts +2 -1
  132. package/esm/presentation/automationFilters/hooks/useAutomationVisibleFilters.d.ts.map +1 -1
  133. package/esm/presentation/automationFilters/hooks/useAutomationVisibleFilters.js +18 -10
  134. package/esm/presentation/automationFilters/hooks/useAutomationVisibleFilters.js.map +1 -1
  135. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts +8 -1
  136. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts.map +1 -1
  137. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js +31 -4
  138. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js.map +1 -1
  139. package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts +16 -0
  140. package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
  141. package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js +104 -10
  142. package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js.map +1 -1
  143. package/esm/presentation/automationFilters/useAutomationFilters.d.ts +50 -4
  144. package/esm/presentation/automationFilters/useAutomationFilters.d.ts.map +1 -1
  145. package/esm/presentation/automationFilters/useAutomationFilters.js +218 -8
  146. package/esm/presentation/automationFilters/useAutomationFilters.js.map +1 -1
  147. package/esm/presentation/automationFilters/useAutomationFiltersSelect.d.ts +32 -3
  148. package/esm/presentation/automationFilters/useAutomationFiltersSelect.d.ts.map +1 -1
  149. package/esm/presentation/automationFilters/useAutomationFiltersSelect.js +79 -6
  150. package/esm/presentation/automationFilters/useAutomationFiltersSelect.js.map +1 -1
  151. package/esm/presentation/automationFilters/utils.d.ts +5 -0
  152. package/esm/presentation/automationFilters/utils.d.ts.map +1 -1
  153. package/esm/presentation/automationFilters/utils.js +16 -0
  154. package/esm/presentation/automationFilters/utils.js.map +1 -1
  155. package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.d.ts.map +1 -1
  156. package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js +3 -3
  157. package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js.map +1 -1
  158. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
  159. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
  160. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +7 -4
  161. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
  162. package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -1
  163. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  164. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.d.ts.map +1 -1
  165. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.js +3 -1
  166. package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.js.map +1 -1
  167. package/esm/presentation/localization/bundles/en-US.json +24 -8
  168. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +6 -2
  169. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  170. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +6 -2
  171. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  172. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  173. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +28 -18
  174. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  175. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +16 -3
  176. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
  177. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +109 -12
  178. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js.map +1 -1
  179. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.d.ts.map +1 -1
  180. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.js +5 -1
  181. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.js.map +1 -1
  182. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.d.ts +6 -0
  183. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.d.ts.map +1 -0
  184. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.js +10 -0
  185. package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.js.map +1 -0
  186. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
  187. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +2 -2
  188. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
  189. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/types.d.ts +1 -0
  190. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/types.d.ts.map +1 -1
  191. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
  192. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +5 -1
  193. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
  194. package/esm/sdk-ui-dashboard.d.ts +73 -2
  195. package/package.json +18 -18
  196. package/styles/css/automationFilters.css +65 -1
  197. package/styles/css/automationFilters.css.map +1 -1
  198. package/styles/css/dashboard.css +5 -1
  199. package/styles/css/dashboard.css.map +1 -1
  200. package/styles/css/filterBar.css +13 -1
  201. package/styles/css/filterBar.css.map +1 -1
  202. package/styles/css/kdaDialog.css +16 -7
  203. package/styles/css/kdaDialog.css.map +1 -1
  204. package/styles/css/layout.css +1 -0
  205. package/styles/css/layout.css.map +1 -1
  206. package/styles/css/main.css +104 -14
  207. package/styles/css/main.css.map +1 -1
  208. package/styles/css/notifications_channels_dialog.css +4 -0
  209. package/styles/css/notifications_channels_dialog.css.map +1 -1
  210. package/styles/css/toolbar.css +1 -1
  211. package/styles/css/visualization.css +4 -3
  212. package/styles/css/visualization.css.map +1 -1
  213. package/styles/scss/_zIndexes.scss +2 -2
  214. package/styles/scss/automationFilters.scss +76 -1
  215. package/styles/scss/dashboard.scss +0 -1
  216. package/styles/scss/filterBar.scss +18 -1
  217. package/styles/scss/kdaDialog.scss +18 -8
  218. package/styles/scss/layout.scss +1 -0
  219. package/styles/scss/notifications_channels_dialog.scss +5 -0
  220. package/styles/scss/visualization.scss +4 -3
@@ -1,5 +1,5 @@
1
1
  .gd-dashboard-toolbar {
2
- z-index: 102;
2
+ z-index: 108;
3
3
  position: fixed;
4
4
  right: 20px;
5
5
  bottom: 20px;
@@ -23,11 +23,11 @@
23
23
  font-size: 14px;
24
24
  font-weight: bold;
25
25
  line-height: normal;
26
- color: var(--gd-palette-complementary-6, #94a1ad);
27
26
  }
28
27
  .visualization .info-label h2,
29
- .visualization .info-label p {
30
- color: inherit;
28
+ .visualization .info-label p,
29
+ .visualization .info-label div {
30
+ color: var(--gd-palette-complementary-8, #464e56);
31
31
  }
32
32
  .visualization .info-label h2 {
33
33
  font-size: 20px;
@@ -40,6 +40,7 @@
40
40
  .visualization .info-label-icon {
41
41
  margin-bottom: 10px;
42
42
  font-size: 40px;
43
+ color: var(--gd-palette-complementary-8, #464e56);
43
44
  }
44
45
  .visualization .info-label-icon-empty {
45
46
  margin-bottom: 7px;
@@ -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","../scss/visualization.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_variables.scss"],"names":[],"mappings":";AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACAA;EACI;;AAEA;EFqOA;EACA;EACA;EErOI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,OCDe;;ADGf;AAAA;EAEI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YClDS;EDmDT;EACA;EACA;;AAGJ;EACI;EAGA;;;AAKJ;EACI;EACA;EACA;;;AAKJ;EACI;;AAGJ;EACI,ME0D2B;EFzD3B;;;AAIR;EACI;IACI;;EAGJ;IACI","file":"visualization.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","../scss/visualization.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_variables.scss"],"names":[],"mappings":";AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACAA;EACI;;AAEA;EFqOA;EACA;EACA;EErOI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;EAGI,OCEI;;ADCR;EACI;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA,OCfQ;;ADkBZ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YCnDS;EDoDT;EACA;EACA;;AAGJ;EACI;EAGA;;;AAKJ;EACI;EACA;EACA;;;AAKJ;EACI;;AAGJ;EACI,MEyD2B;EFxD3B;;;AAIR;EACI;IACI;;EAGJ;IACI","file":"visualization.css"}
@@ -36,8 +36,8 @@ $layout-fluidlayout-item-changed: $resize-basic-overlay-text + 1;
36
36
  $scheduled-email-mask: 5001;
37
37
  $scheduled-email-mask-small: $scheduled-email-mask + 1;
38
38
 
39
- //toolbar need to be on top of resize and draggable wrapper
40
- $toolbar-basic: $resize-basic + 1;
39
+ //toolbar need to be on top of resize and draggable wrapper and plugin overlay
40
+ $toolbar-basic: $layout-fluidlayout-item-changed + 1;
41
41
 
42
42
  $dashboard-canvas-tooltip: $filterbar-sdk-8-12 + 1;
43
43
 
@@ -5,15 +5,41 @@
5
5
  .gd-automation-filters {
6
6
  width: 100%;
7
7
 
8
+ &__wrapper {
9
+ position: relative;
10
+
11
+ &--disabled {
12
+ pointer-events: none;
13
+ }
14
+ }
15
+
16
+ &__overlay {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ right: 0;
21
+ bottom: 0;
22
+ background-color: rgba(255, 255, 255, 0.4);
23
+ z-index: 1;
24
+ pointer-events: none;
25
+ }
26
+
8
27
  &__list {
9
28
  display: flex;
10
29
  flex-wrap: wrap;
11
30
  gap: 5px;
12
31
  align-items: center;
32
+
33
+ // Override for tab sections - nested to ensure higher specificity
34
+ &--tabbed {
35
+ flex-direction: column;
36
+ gap: 0;
37
+ align-items: stretch;
38
+ }
13
39
  }
14
40
 
15
41
  &__message {
16
- color: var(--gd-palette-complementary-7, #6d7680);
42
+ color: var(--gd-palette-complementary-7);
17
43
  font-size: 12px;
18
44
  font-style: normal;
19
45
  font-weight: 400;
@@ -72,4 +98,53 @@
72
98
  margin-left: 5px;
73
99
  top: 3px;
74
100
  }
101
+
102
+ &__tab-section {
103
+ display: flex;
104
+ flex-direction: row;
105
+ gap: 10px;
106
+ align-items: flex-start;
107
+ padding: 20px 0;
108
+ }
109
+
110
+ &__tab-header {
111
+ display: flex;
112
+ flex-direction: column;
113
+ width: 140px;
114
+ flex-shrink: 0;
115
+ }
116
+
117
+ &__tab-label {
118
+ color: var(--gd-palette-complementary-6);
119
+ font-size: 10px;
120
+ font-weight: 700;
121
+ text-transform: uppercase;
122
+ line-height: 16px;
123
+ letter-spacing: 0.5px;
124
+ }
125
+
126
+ &__tab-title {
127
+ color: var(--gd-palette-complementary-8);
128
+ font-size: 14px;
129
+ font-weight: 400;
130
+ line-height: 20px;
131
+ overflow: hidden;
132
+ text-overflow: ellipsis;
133
+ white-space: nowrap;
134
+ display: block;
135
+ }
136
+
137
+ &__tab-filters {
138
+ display: flex;
139
+ flex-wrap: wrap;
140
+ gap: 5px;
141
+ align-items: center;
142
+ flex: 1;
143
+ }
144
+
145
+ &__tab-divider {
146
+ height: 1px;
147
+ background-color: var(--gd-palette-complementary-3);
148
+ width: 100%;
149
+ }
75
150
  }
@@ -94,7 +94,6 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
94
94
  // Provides sizing for the rename input
95
95
  &__rename-ghost-value {
96
96
  visibility: hidden;
97
- min-width: 30px;
98
97
  }
99
98
 
100
99
  // Rename input wrapper
@@ -528,7 +528,7 @@ $attribute-filter-drag-handle-left: 10px;
528
528
  .gd-button-primary.gd-filter-views-button {
529
529
  border: 0;
530
530
  box-shadow: none;
531
- color: kit-variables.$gd-color-state-blank;
531
+ color: var(--gd-palette-complementary-6);
532
532
  background: variables.$gd-dashboards-content-backgroundColor;
533
533
  font-size: 14px;
534
534
 
@@ -551,10 +551,27 @@ $attribute-filter-drag-handle-left: 10px;
551
551
 
552
552
  .gd-button-icon {
553
553
  margin-top: 1px;
554
+ color: var(--gd-palette-primary-base);
554
555
  }
555
556
  }
556
557
  }
557
558
 
559
+ &:not(.disabled):not(.gd-button-link):hover {
560
+ .gd-button-icon {
561
+ color: var(--gd-palette-primary-base);
562
+ }
563
+
564
+ color: var(--gd-palette-complementary-8);
565
+ }
566
+
567
+ .gd-button-icon {
568
+ color: var(--gd-palette-complementary-5);
569
+ // A little hack. The My views button is using the outdated <Button> component.
570
+ // This brings the visuals in line with the <UiButton> used in the All tabs component.
571
+ /* stylelint-disable-next-line declaration-no-important */
572
+ margin: 0 -8px 0 6px !important;
573
+ }
574
+
558
575
  .gd-filter-views-button__label {
559
576
  text-decoration: underline;
560
577
  }
@@ -21,6 +21,9 @@
21
21
  &-content {
22
22
  flex: 1 1 auto;
23
23
  overflow: hidden;
24
+ margin: -20px;
25
+ padding: 20px;
26
+ background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
24
27
  }
25
28
 
26
29
  &-footer {
@@ -94,6 +97,10 @@
94
97
  &__metric {
95
98
  display: flex;
96
99
  max-width: 300px;
100
+
101
+ svg.gd-ui-kit-icon {
102
+ fill: #00c18d;
103
+ }
97
104
  }
98
105
 
99
106
  &__date {
@@ -451,14 +458,6 @@
451
458
  line-height: 26px;
452
459
  }
453
460
 
454
- &-description {
455
- color: var(--gd-palette-complementary-7);
456
- font-size: 14px;
457
- font-style: normal;
458
- font-weight: 400;
459
- line-height: 23px;
460
- }
461
-
462
461
  &-visualisation {
463
462
  width: 100%;
464
463
  display: flex;
@@ -468,6 +467,10 @@
468
467
  &-visualisation-container {
469
468
  width: 100%;
470
469
  height: 100%;
470
+
471
+ rect.highcharts-background {
472
+ fill: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
473
+ }
471
474
  }
472
475
 
473
476
  &-info {
@@ -590,6 +593,13 @@
590
593
  margin-top: 6px;
591
594
  }
592
595
 
596
+ .gd-list-item span.gd-kda-attributes-dropdown__key_drivers {
597
+ flex: 0 0 auto;
598
+ font-weight: bold;
599
+ color: var(--gd-palette-complementary-7);
600
+ margin-left: 5px;
601
+ }
602
+
593
603
  //kda dialog is over drill modal
594
604
  /* stylelint-disable declaration-no-important */
595
605
  body.gd-kda-dialog-opened .highcharts-tooltip-container {
@@ -495,6 +495,7 @@ $gd-dashboards-section-description-color: var(
495
495
  }
496
496
 
497
497
  .gd-grid-layout__section {
498
+ position: relative; // necessary to contain plugin overlay inside of the element
498
499
  display: grid;
499
500
  grid-template-columns: subgrid;
500
501
  }
@@ -776,6 +776,11 @@ $min-content-height: 110px;
776
776
  flex-direction: column;
777
777
  flex: 1 1 auto;
778
778
  }
779
+
780
+ .gd-schedule-dialog-tab-content-info {
781
+ width: 100%;
782
+ margin-bottom: 20px;
783
+ }
779
784
  }
780
785
 
781
786
  .gd-divider-with-margin {
@@ -22,11 +22,11 @@
22
22
  font-size: 14px;
23
23
  font-weight: bold;
24
24
  line-height: normal;
25
- color: kit-variables.$gd-color-state-blank;
26
25
 
27
26
  h2,
28
- p {
29
- color: inherit;
27
+ p,
28
+ div {
29
+ color: kit-variables.$gd-color-text;
30
30
  }
31
31
 
32
32
  h2 {
@@ -43,6 +43,7 @@
43
43
  .info-label-icon {
44
44
  margin-bottom: 10px;
45
45
  font-size: 40px;
46
+ color: kit-variables.$gd-color-text;
46
47
  }
47
48
 
48
49
  .info-label-icon-empty {