@gooddata/sdk-ui-dashboard 10.43.0 → 10.44.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 (90) hide show
  1. package/NOTICE +814 -521
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/__version.js.map +1 -1
  6. package/esm/_staging/dateFilterConfig/dateFilterConfigConverters.d.ts.map +1 -1
  7. package/esm/_staging/dateFilterConfig/dateFilterConfigConverters.js +1 -4
  8. package/esm/_staging/dateFilterConfig/dateFilterConfigConverters.js.map +1 -1
  9. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
  10. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +3 -4
  11. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
  12. package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts.map +1 -1
  13. package/esm/presentation/automationFilters/components/AutomationDateFilter.js +27 -14
  14. package/esm/presentation/automationFilters/components/AutomationDateFilter.js.map +1 -1
  15. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts +23 -0
  16. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts.map +1 -0
  17. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js +20 -0
  18. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js.map +1 -0
  19. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
  20. package/esm/presentation/dashboard/components/DashboardRenderer.js +1 -1
  21. package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
  22. package/esm/presentation/dragAndDrop/DragLayerPreview/types.d.ts +1 -1
  23. package/esm/presentation/dragAndDrop/DragLayerPreview/types.d.ts.map +1 -1
  24. package/esm/presentation/dragAndDrop/DragLayerPreview/types.js +1 -0
  25. package/esm/presentation/dragAndDrop/DragLayerPreview/types.js.map +1 -1
  26. package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts +1 -1
  27. package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts.map +1 -1
  28. package/esm/presentation/dragAndDrop/LayoutResizeContext.js.map +1 -1
  29. package/esm/presentation/dragAndDrop/Resize/useScrollCorrection.d.ts +1 -1
  30. package/esm/presentation/dragAndDrop/Resize/useScrollCorrection.d.ts.map +1 -1
  31. package/esm/presentation/dragAndDrop/useDashboardDrag.d.ts +1 -1
  32. package/esm/presentation/dragAndDrop/useDashboardDrag.d.ts.map +1 -1
  33. package/esm/presentation/dragAndDrop/useDashboardDrag.js +1 -1
  34. package/esm/presentation/dragAndDrop/useDashboardDrag.js.map +1 -1
  35. package/esm/presentation/dragAndDrop/useDashboardDragScroll.d.ts.map +1 -1
  36. package/esm/presentation/dragAndDrop/useDashboardDragScroll.js +1 -1
  37. package/esm/presentation/dragAndDrop/useDashboardDragScroll.js.map +1 -1
  38. package/esm/presentation/dragAndDrop/useDashboardDrop.d.ts +3 -3
  39. package/esm/presentation/dragAndDrop/useDashboardDrop.d.ts.map +1 -1
  40. package/esm/presentation/dragAndDrop/useDashboardDrop.js +1 -1
  41. package/esm/presentation/dragAndDrop/useDashboardDrop.js.map +1 -1
  42. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.d.ts.map +1 -1
  43. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +42 -21
  44. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js.map +1 -1
  45. package/esm/presentation/filterBar/filterBar/hooks/useFilterExpansionByDragAndDrop.d.ts +1 -1
  46. package/esm/presentation/filterBar/filterBar/hooks/useFilterExpansionByDragAndDrop.d.ts.map +1 -1
  47. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.d.ts.map +1 -1
  48. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.js +1 -1
  49. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.js.map +1 -1
  50. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
  51. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
  52. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts.map +1 -1
  53. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js.map +1 -1
  54. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.d.ts +2 -2
  55. package/esm/presentation/layout/dragAndDrop/DragLayer.d.ts.map +1 -1
  56. package/esm/presentation/layout/dragAndDrop/DragLayer.js +1 -1
  57. package/esm/presentation/layout/dragAndDrop/DragLayer.js.map +1 -1
  58. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
  59. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
  60. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts +1 -1
  61. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts.map +1 -1
  62. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js.map +1 -1
  63. package/esm/presentation/localization/bundles/en-US.json +20 -0
  64. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +5 -0
  65. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  66. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +5 -0
  67. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  68. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +4 -4
  69. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  70. package/esm/presentation/scheduledEmail/utils/date.d.ts.map +1 -1
  71. package/esm/presentation/scheduledEmail/utils/date.js +1 -1
  72. package/esm/presentation/scheduledEmail/utils/date.js.map +1 -1
  73. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  74. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +1 -1
  75. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  76. package/package.json +24 -24
  77. package/styles/css/dashboard.css +17 -8
  78. package/styles/css/dashboard.css.map +1 -1
  79. package/styles/css/filterBar.css +14 -10
  80. package/styles/css/filterBar.css.map +1 -1
  81. package/styles/css/grouped-navigation.css +3 -1
  82. package/styles/css/grouped-navigation.css.map +1 -1
  83. package/styles/css/main.css +398 -261
  84. package/styles/css/main.css.map +1 -1
  85. package/styles/css/notifications_channels_dialog.css +0 -3
  86. package/styles/css/notifications_channels_dialog.css.map +1 -1
  87. package/styles/css/visualization.css +3 -1
  88. package/styles/css/visualization.css.map +1 -1
  89. package/styles/scss/filterBar.scss +21 -13
  90. package/styles/scss/notifications_channels_dialog.scss +0 -4
@@ -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;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;AAAA;AAAA;EAGA;;;AAKJ;EACI;EACA;EACA;;;AAKJ;EACI;;AAGJ;EACI,ME0D2B;EFzD3B;;;AAIR;EACI;IACI;;EAGJ;IACI","file":"visualization.css"}
@@ -617,7 +617,7 @@ $attribute-filter-drag-handle-left: 10px;
617
617
  outline: none;
618
618
 
619
619
  .gd-filter-view__item--isFocused .gd-filter-view__item__button {
620
- display: block;
620
+ opacity: 1;
621
621
  }
622
622
 
623
623
  .gd-filter-view__item--isFocusedSelectItem,
@@ -677,7 +677,7 @@ $attribute-filter-drag-handle-left: 10px;
677
677
 
678
678
  .gd-filter-view__item {
679
679
  display: flex;
680
- flex-direction: row-reverse;
680
+ flex-direction: row;
681
681
  align-items: center;
682
682
  height: 28px;
683
683
 
@@ -705,23 +705,25 @@ $attribute-filter-drag-handle-left: 10px;
705
705
  }
706
706
 
707
707
  .gd-filter-view__item__button {
708
- display: none;
708
+ opacity: 0;
709
709
  flex-shrink: 0;
710
710
  height: 28px;
711
711
  padding: 0;
712
712
  margin: 0;
713
713
  transition: none;
714
-
715
- .gd-button-icon::before {
716
- font-size: 12px;
717
- }
714
+ display: flex;
715
+ align-items: center;
718
716
  }
719
717
 
720
718
  &:hover {
721
719
  background: kit-variables.$default-is-focused-background;
720
+ }
722
721
 
722
+ &:hover,
723
+ &--isFocused:focus,
724
+ &--isFocused:focus-within {
723
725
  .gd-filter-view__item__button {
724
- display: block;
726
+ opacity: 1;
725
727
  cursor: pointer;
726
728
  }
727
729
  }
@@ -743,16 +745,22 @@ $attribute-filter-drag-handle-left: 10px;
743
745
 
744
746
  .gd-filter-view__item__delete-button-wrapper {
745
747
  padding: 0 5px;
748
+ display: flex;
749
+ align-items: center;
746
750
 
747
751
  &:hover {
748
752
  background-color: kit-variables.$gd-delete-item-background;
749
-
750
- ~ .gd-filter-view__item__button,
751
- ~ .gd-filter-view__item__value {
752
- background-color: kit-variables.$gd-delete-item-background;
753
- }
753
+ color: kit-variables.$gd-color-negative;
754
754
  }
755
755
  }
756
+
757
+ // Make all other items on the row red when hovering over the delete button
758
+ .gd-filter-view__item__button:has(~ .gd-filter-view__item__delete-button-wrapper:hover),
759
+ .gd-filter-view__item__button ~ .gd-filter-view__item__delete-button-wrapper:hover,
760
+ .gd-filter-view__item__value:has(~ .gd-filter-view__item__delete-button-wrapper:hover),
761
+ .gd-filter-view__item__value ~ .gd-filter-view__item__delete-button-wrapper:hover {
762
+ background-color: kit-variables.$gd-delete-item-background;
763
+ }
756
764
  }
757
765
 
758
766
  // --- Filter Views configuration miscellaneous
@@ -41,10 +41,6 @@ $min-content-height: 110px;
41
41
  .gd-notifications-channels-dialog-overlay.truncated {
42
42
  overflow-y: auto;
43
43
  overflow-x: hidden;
44
-
45
- .gd-notification-channel-dialog-with-automation-filters {
46
- overflow: hidden;
47
- }
48
44
  }
49
45
 
50
46
  .gd-dialog:not(.gd-dropdown).gd-notifications-channels-dialog {