@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
@@ -150,6 +150,7 @@
150
150
  rgba(176, 190, 202, 0.1)
151
151
  );
152
152
  --gd-table-totalBackgroundColor: var(--gd-palette-complementary-2-from-theme, rgba(176, 190, 202, 0.2));
153
+ --gd-table-overallTotalBackgroundColor: var(--gd-palette-complementary-5-t60, rgba(176, 190, 202, 0.4));
153
154
  --gd-table-totalValueColor: var(--gd-palette-complementary-9, #000);
154
155
  --gd-table-valueColor: var(--gd-palette-complementary-8, #464e56);
155
156
  --gd-kpi-primaryMeasureColor: var(--gd-palette-complementary-9, #000);
@@ -269,6 +270,7 @@
269
270
  --gd-palette-complementary-0-t10: rgba(255, 255, 255, 0.95);
270
271
  --gd-palette-complementary-0-t50: rgba(255, 255, 255, 0.5);
271
272
  --gd-palette-complementary-5-t40: rgba(176, 190, 202, 0.6);
273
+ --gd-palette-complementary-5-t60: rgba(176, 190, 202, 0.4);
272
274
  --gd-palette-complementary-9-t80: rgba(0, 0, 0, 0.2);
273
275
  --gd-palette-complementary-9-t85: rgba(0, 0, 0, 0.15);
274
276
  --gd-palette-complementary-9-t90: rgba(0, 0, 0, 0.1);
@@ -6322,9 +6324,9 @@ input[type=search]::-webkit-search-cancel-button {
6322
6324
  align-items: center;
6323
6325
  }
6324
6326
 
6325
- .gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-cancel-button__next,
6326
- .gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-cancel-button__next {
6327
- margin-right: 10px;
6327
+ .gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
6328
+ .gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next {
6329
+ margin-left: 10px;
6328
6330
  }
6329
6331
 
6330
6332
  .gd-is-mobile .gd-attribute-filter-dropdown-actions__next {
@@ -10848,7 +10850,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
10848
10850
  pointer-events: auto;
10849
10851
  }
10850
10852
 
10851
- .bubble .bubble-content .content a {
10853
+ .bubble .bubble-content .content a:not(.gd-ui-kit-link) {
10852
10854
  color: var(--gd-palette-complementary-0, #fff);
10853
10855
  opacity: 0.8;
10854
10856
  text-decoration: underline;
@@ -10863,7 +10865,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
10863
10865
  transition-timing-function: ease-in-out;
10864
10866
  }
10865
10867
 
10866
- .bubble .bubble-content .content a:hover {
10868
+ .bubble .bubble-content .content a:not(.gd-ui-kit-link):hover {
10867
10869
  opacity: 1;
10868
10870
  }
10869
10871
 
@@ -12171,318 +12173,423 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
12171
12173
  background-color: var(--gd-palette-complementary-1-from-theme, #f5f7f9);
12172
12174
  }
12173
12175
 
12174
- .rdp {
12175
- --rdp-cell-size: 40px; /* Size of the day cells. */
12176
- --rdp-caption-font-size: 18px; /* Font size for the caption labels. */
12177
- --rdp-accent-color: #0000ff; /* Accent color for the background of selected days. */
12178
- --rdp-background-color: #e7edff; /* Background color for the hovered/focused elements. */
12179
- --rdp-accent-color-dark: #3003e1; /* Accent color for the background of selected days (to use in dark-mode). */
12180
- --rdp-background-color-dark: #180270; /* Background color for the hovered/focused elements (to use in dark-mode). */
12181
- --rdp-outline: 2px solid var(--rdp-accent-color); /* Outline border for focused elements */
12182
- --rdp-outline-selected: 3px solid var(--rdp-accent-color); /* Outline border for focused _and_ selected elements */
12183
- --rdp-selected-color: #fff; /* Color of selected day text */
12184
- margin: 1em;
12176
+ /* Variables declaration */
12177
+ .rdp-root {
12178
+ --rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
12179
+ --rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */
12180
+ --rdp-day-height: 44px; /* The height of the day cells. */
12181
+ --rdp-day-width: 44px; /* The width of the day cells. */
12182
+ --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
12183
+ --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
12184
+ --rdp-day_button-height: 42px; /* The height of the day cells. */
12185
+ --rdp-day_button-width: 42px; /* The width of the day cells. */
12186
+ --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
12187
+ --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
12188
+ --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
12189
+ --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */
12190
+ --rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */
12191
+ --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */
12192
+ --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
12193
+ --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
12194
+ --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
12195
+ --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */
12196
+ --rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
12197
+ --rdp-range_middle-color: inherit; /* The color of the range text. */
12198
+ --rdp-range_start-color: white; /* The color of the range text. */
12199
+ --rdp-range_start-background: linear-gradient(
12200
+ var(--rdp-gradient-direction),
12201
+ transparent 50%,
12202
+ var(--rdp-range_middle-background-color) 50%
12203
+ ); /* Used for the background of the start of the selected range. */
12204
+ --rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */
12205
+ --rdp-range_end-background: linear-gradient(
12206
+ var(--rdp-gradient-direction),
12207
+ var(--rdp-range_middle-background-color) 50%,
12208
+ transparent 50%
12209
+ ); /* Used for the background of the end of the selected range. */
12210
+ --rdp-range_end-color: white; /* The color of the range text. */
12211
+ --rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */
12212
+ --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
12213
+ --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */
12214
+ --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
12215
+ --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
12216
+ --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
12217
+ --rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */
12218
+ --rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
12219
+ --rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
12220
+ --rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */
12221
+ --rdp-gradient-direction: 90deg;
12222
+ --rdp-animation_duration: 0.3s;
12223
+ --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
12224
+ }
12225
+
12226
+ .rdp-root[dir=rtl] {
12227
+ --rdp-gradient-direction: -90deg;
12228
+ }
12229
+
12230
+ .rdp-root[data-broadcast-calendar=true] {
12231
+ --rdp-outside-opacity: unset;
12232
+ }
12233
+
12234
+ /* Root of the component. */
12235
+ .rdp-root {
12236
+ position: relative; /* Required to position the navigation toolbar. */
12237
+ box-sizing: border-box;
12185
12238
  }
12186
12239
 
12187
- /* Hide elements for devices that are not screen readers */
12188
- .rdp-vhidden {
12240
+ .rdp-root * {
12189
12241
  box-sizing: border-box;
12242
+ }
12243
+
12244
+ .rdp-day {
12245
+ width: var(--rdp-day-width);
12246
+ height: var(--rdp-day-height);
12247
+ text-align: center;
12248
+ }
12249
+
12250
+ .rdp-day_button {
12251
+ background: none;
12190
12252
  padding: 0;
12191
12253
  margin: 0;
12192
- background: transparent;
12193
- border: 0;
12194
- -moz-appearance: none;
12195
- -webkit-appearance: none;
12196
- appearance: none;
12197
- position: absolute !important;
12198
- top: 0;
12199
- width: 1px !important;
12200
- height: 1px !important;
12201
- padding: 0 !important;
12202
- overflow: hidden !important;
12203
- clip: rect(1px, 1px, 1px, 1px) !important;
12204
- border: 0 !important;
12254
+ cursor: pointer;
12255
+ font: inherit;
12256
+ color: inherit;
12257
+ justify-content: center;
12258
+ align-items: center;
12259
+ display: flex;
12260
+ width: var(--rdp-day_button-width);
12261
+ height: var(--rdp-day_button-height);
12262
+ border: var(--rdp-day_button-border);
12263
+ border-radius: var(--rdp-day_button-border-radius);
12205
12264
  }
12206
12265
 
12207
- /* Buttons */
12208
- .rdp-button_reset {
12209
- appearance: none;
12266
+ .rdp-day_button:disabled {
12267
+ cursor: revert;
12268
+ }
12269
+
12270
+ .rdp-caption_label {
12271
+ z-index: 1;
12210
12272
  position: relative;
12211
- margin: 0;
12212
- padding: 0;
12213
- cursor: default;
12214
- color: inherit;
12273
+ display: inline-flex;
12274
+ align-items: center;
12275
+ white-space: nowrap;
12276
+ border: 0;
12277
+ }
12278
+
12279
+ .rdp-dropdown:focus-visible ~ .rdp-caption_label {
12280
+ outline: 5px auto Highlight;
12281
+ /* biome-ignore lint/suspicious/noDuplicateProperties: backward compatibility */
12282
+ outline: 5px auto -webkit-focus-ring-color;
12283
+ }
12284
+
12285
+ .rdp-button_next,
12286
+ .rdp-button_previous {
12287
+ border: none;
12215
12288
  background: none;
12289
+ padding: 0;
12290
+ margin: 0;
12291
+ cursor: pointer;
12216
12292
  font: inherit;
12293
+ color: inherit;
12217
12294
  -moz-appearance: none;
12218
12295
  -webkit-appearance: none;
12296
+ display: inline-flex;
12297
+ align-items: center;
12298
+ justify-content: center;
12299
+ position: relative;
12300
+ appearance: none;
12301
+ width: var(--rdp-nav_button-width);
12302
+ height: var(--rdp-nav_button-height);
12219
12303
  }
12220
12304
 
12221
- .rdp-button_reset:focus-visible {
12222
- /* Make sure to reset outline only when :focus-visible is supported */
12223
- outline: none;
12305
+ .rdp-button_next:disabled,
12306
+ .rdp-button_next[aria-disabled=true],
12307
+ .rdp-button_previous:disabled,
12308
+ .rdp-button_previous[aria-disabled=true] {
12309
+ cursor: revert;
12310
+ opacity: var(--rdp-nav_button-disabled-opacity);
12224
12311
  }
12225
12312
 
12226
- .rdp-button {
12227
- border: 2px solid transparent;
12313
+ .rdp-chevron {
12314
+ display: inline-block;
12315
+ fill: var(--rdp-accent-color);
12228
12316
  }
12229
12317
 
12230
- .rdp-button[disabled]:not(.rdp-day_selected) {
12231
- opacity: 0.25;
12318
+ .rdp-root[dir=rtl] .rdp-nav .rdp-chevron {
12319
+ transform: rotate(180deg);
12320
+ transform-origin: 50%;
12232
12321
  }
12233
12322
 
12234
- .rdp-button:not([disabled]) {
12235
- cursor: pointer;
12323
+ .rdp-dropdowns {
12324
+ position: relative;
12325
+ display: inline-flex;
12326
+ align-items: center;
12327
+ gap: var(--rdp-dropdown-gap);
12236
12328
  }
12237
12329
 
12238
- .rdp-button:focus-visible:not([disabled]) {
12239
- color: inherit;
12240
- background-color: var(--rdp-background-color);
12241
- border: var(--rdp-outline);
12330
+ .rdp-dropdown {
12331
+ z-index: 2;
12332
+ /* Reset */
12333
+ opacity: 0;
12334
+ appearance: none;
12335
+ position: absolute;
12336
+ inset-block-start: 0;
12337
+ inset-block-end: 0;
12338
+ inset-inline-start: 0;
12339
+ width: 100%;
12340
+ margin: 0;
12341
+ padding: 0;
12342
+ cursor: inherit;
12343
+ border: none;
12344
+ line-height: inherit;
12242
12345
  }
12243
12346
 
12244
- .rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
12245
- background-color: var(--rdp-background-color);
12347
+ .rdp-dropdown_root {
12348
+ position: relative;
12349
+ display: inline-flex;
12350
+ align-items: center;
12246
12351
  }
12247
12352
 
12248
- .rdp-months {
12353
+ .rdp-dropdown_root[data-disabled=true] .rdp-chevron {
12354
+ opacity: var(--rdp-disabled-opacity);
12355
+ }
12356
+
12357
+ .rdp-month_caption {
12249
12358
  display: flex;
12359
+ align-content: center;
12360
+ height: var(--rdp-nav-height);
12361
+ font-weight: bold;
12362
+ font-size: large;
12250
12363
  }
12251
12364
 
12252
- .rdp-month {
12253
- margin: 0 1em;
12365
+ .rdp-root[data-nav-layout=around] .rdp-month,
12366
+ .rdp-root[data-nav-layout=after] .rdp-month {
12367
+ position: relative;
12254
12368
  }
12255
12369
 
12256
- .rdp-month:first-child {
12257
- margin-left: 0;
12370
+ .rdp-root[data-nav-layout=around] .rdp-month_caption {
12371
+ justify-content: center;
12372
+ margin-inline-start: var(--rdp-nav_button-width);
12373
+ margin-inline-end: var(--rdp-nav_button-width);
12374
+ position: relative;
12258
12375
  }
12259
12376
 
12260
- .rdp-month:last-child {
12261
- margin-right: 0;
12377
+ .rdp-root[data-nav-layout=around] .rdp-button_previous {
12378
+ position: absolute;
12379
+ inset-inline-start: 0;
12380
+ top: 0;
12381
+ height: var(--rdp-nav-height);
12382
+ display: inline-flex;
12262
12383
  }
12263
12384
 
12264
- .rdp-table {
12265
- margin: 0;
12266
- max-width: calc(var(--rdp-cell-size) * 7);
12267
- border-collapse: collapse;
12385
+ .rdp-root[data-nav-layout=around] .rdp-button_next {
12386
+ position: absolute;
12387
+ inset-inline-end: 0;
12388
+ top: 0;
12389
+ height: var(--rdp-nav-height);
12390
+ display: inline-flex;
12391
+ justify-content: center;
12268
12392
  }
12269
12393
 
12270
- .rdp-with_weeknumber .rdp-table {
12271
- max-width: calc(var(--rdp-cell-size) * 8);
12394
+ .rdp-months {
12395
+ position: relative;
12396
+ display: flex;
12397
+ flex-wrap: wrap;
12398
+ gap: var(--rdp-months-gap);
12399
+ max-width: fit-content;
12400
+ }
12401
+
12402
+ .rdp-month_grid {
12272
12403
  border-collapse: collapse;
12273
12404
  }
12274
12405
 
12275
- .rdp-caption {
12406
+ .rdp-nav {
12407
+ position: absolute;
12408
+ inset-block-start: 0;
12409
+ inset-inline-end: 0;
12276
12410
  display: flex;
12277
12411
  align-items: center;
12278
- justify-content: space-between;
12279
- padding: 0;
12280
- text-align: left;
12412
+ height: var(--rdp-nav-height);
12281
12413
  }
12282
12414
 
12283
- .rdp-multiple_months .rdp-caption {
12284
- position: relative;
12285
- display: block;
12286
- text-align: center;
12415
+ .rdp-weekday {
12416
+ opacity: var(--rdp-weekday-opacity);
12417
+ padding: var(--rdp-weekday-padding);
12418
+ font-weight: 500;
12419
+ font-size: smaller;
12420
+ text-align: var(--rdp-weekday-text-align);
12421
+ text-transform: var(--rdp-weekday-text-transform);
12287
12422
  }
12288
12423
 
12289
- .rdp-caption_dropdowns {
12290
- position: relative;
12291
- display: inline-flex;
12424
+ .rdp-week_number {
12425
+ opacity: var(--rdp-week_number-opacity);
12426
+ font-weight: 400;
12427
+ font-size: small;
12428
+ height: var(--rdp-week_number-height);
12429
+ width: var(--rdp-week_number-width);
12430
+ border: var(--rdp-week_number-border);
12431
+ border-radius: var(--rdp-week_number-border-radius);
12432
+ text-align: var(--rdp-weeknumber-text-align);
12292
12433
  }
12293
12434
 
12294
- .rdp-caption_label {
12295
- position: relative;
12296
- z-index: 1;
12297
- display: inline-flex;
12298
- align-items: center;
12299
- margin: 0;
12300
- padding: 0 0.25em;
12301
- white-space: nowrap;
12302
- color: currentColor;
12303
- border: 0;
12304
- border: 2px solid transparent;
12305
- font-family: inherit;
12306
- font-size: var(--rdp-caption-font-size);
12307
- font-weight: bold;
12435
+ /* DAY MODIFIERS */
12436
+ .rdp-today:not(.rdp-outside) {
12437
+ color: var(--rdp-today-color);
12308
12438
  }
12309
12439
 
12310
- .rdp-nav {
12311
- white-space: nowrap;
12440
+ .rdp-selected {
12441
+ font-weight: bold;
12442
+ font-size: large;
12312
12443
  }
12313
12444
 
12314
- .rdp-multiple_months .rdp-caption_start .rdp-nav {
12315
- position: absolute;
12316
- top: 50%;
12317
- left: 0;
12318
- transform: translateY(-50%);
12445
+ .rdp-selected .rdp-day_button {
12446
+ border: var(--rdp-selected-border);
12319
12447
  }
12320
12448
 
12321
- .rdp-multiple_months .rdp-caption_end .rdp-nav {
12322
- position: absolute;
12323
- top: 50%;
12324
- right: 0;
12325
- transform: translateY(-50%);
12449
+ .rdp-outside {
12450
+ opacity: var(--rdp-outside-opacity);
12326
12451
  }
12327
12452
 
12328
- .rdp-nav_button {
12329
- display: inline-flex;
12330
- align-items: center;
12331
- justify-content: center;
12332
- width: var(--rdp-cell-size);
12333
- height: var(--rdp-cell-size);
12334
- padding: 0.25em;
12335
- border-radius: 100%;
12453
+ .rdp-disabled {
12454
+ opacity: var(--rdp-disabled-opacity);
12336
12455
  }
12337
12456
 
12338
- /* ---------- */
12339
- /* Dropdowns */
12340
- /* ---------- */
12341
- .rdp-dropdown_year,
12342
- .rdp-dropdown_month {
12343
- position: relative;
12344
- display: inline-flex;
12345
- align-items: center;
12457
+ .rdp-hidden {
12458
+ visibility: hidden;
12459
+ color: var(--rdp-range_start-color);
12346
12460
  }
12347
12461
 
12348
- .rdp-dropdown {
12349
- appearance: none;
12350
- position: absolute;
12351
- z-index: 2;
12352
- top: 0;
12353
- bottom: 0;
12354
- left: 0;
12355
- width: 100%;
12356
- margin: 0;
12357
- padding: 0;
12358
- cursor: inherit;
12359
- opacity: 0;
12360
- border: none;
12361
- background-color: transparent;
12362
- font-family: inherit;
12363
- font-size: inherit;
12364
- line-height: inherit;
12462
+ .rdp-range_start {
12463
+ background: var(--rdp-range_start-background);
12365
12464
  }
12366
12465
 
12367
- .rdp-dropdown[disabled] {
12368
- opacity: unset;
12369
- color: unset;
12466
+ .rdp-range_start .rdp-day_button {
12467
+ background-color: var(--rdp-range_start-date-background-color);
12468
+ color: var(--rdp-range_start-color);
12370
12469
  }
12371
12470
 
12372
- .rdp-dropdown:focus-visible:not([disabled]) + .rdp-caption_label {
12373
- background-color: var(--rdp-background-color);
12374
- border: var(--rdp-outline);
12375
- border-radius: 6px;
12471
+ .rdp-range_middle {
12472
+ background-color: var(--rdp-range_middle-background-color);
12376
12473
  }
12377
12474
 
12378
- .rdp-dropdown_icon {
12379
- margin: 0 0 0 5px;
12475
+ .rdp-range_middle .rdp-day_button {
12476
+ border: unset;
12477
+ border-radius: unset;
12478
+ color: var(--rdp-range_middle-color);
12380
12479
  }
12381
12480
 
12382
- .rdp-head {
12383
- border: 0;
12481
+ .rdp-range_end {
12482
+ background: var(--rdp-range_end-background);
12483
+ color: var(--rdp-range_end-color);
12384
12484
  }
12385
12485
 
12386
- .rdp-head_row,
12387
- .rdp-row {
12388
- height: 100%;
12486
+ .rdp-range_end .rdp-day_button {
12487
+ color: var(--rdp-range_start-color);
12488
+ background-color: var(--rdp-range_end-date-background-color);
12389
12489
  }
12390
12490
 
12391
- .rdp-head_cell {
12392
- vertical-align: middle;
12393
- font-size: 0.75em;
12394
- font-weight: 700;
12395
- text-align: center;
12396
- height: 100%;
12397
- height: var(--rdp-cell-size);
12398
- padding: 0;
12399
- text-transform: uppercase;
12491
+ .rdp-range_start.rdp-range_end {
12492
+ background: revert;
12400
12493
  }
12401
12494
 
12402
- .rdp-tbody {
12403
- border: 0;
12495
+ .rdp-focusable {
12496
+ cursor: pointer;
12404
12497
  }
12405
12498
 
12406
- .rdp-tfoot {
12407
- margin: 0.5em;
12499
+ @keyframes rdp-slide_in_left {
12500
+ 0% {
12501
+ transform: translateX(-100%);
12502
+ }
12503
+ 100% {
12504
+ transform: translateX(0);
12505
+ }
12408
12506
  }
12409
-
12410
- .rdp-cell {
12411
- width: var(--rdp-cell-size);
12412
- height: 100%;
12413
- height: var(--rdp-cell-size);
12414
- padding: 0;
12415
- text-align: center;
12507
+ @keyframes rdp-slide_in_right {
12508
+ 0% {
12509
+ transform: translateX(100%);
12510
+ }
12511
+ 100% {
12512
+ transform: translateX(0);
12513
+ }
12416
12514
  }
12417
-
12418
- .rdp-weeknumber {
12419
- font-size: 0.75em;
12515
+ @keyframes rdp-slide_out_left {
12516
+ 0% {
12517
+ transform: translateX(0);
12518
+ }
12519
+ 100% {
12520
+ transform: translateX(-100%);
12521
+ }
12522
+ }
12523
+ @keyframes rdp-slide_out_right {
12524
+ 0% {
12525
+ transform: translateX(0);
12526
+ }
12527
+ 100% {
12528
+ transform: translateX(100%);
12529
+ }
12530
+ }
12531
+ .rdp-weeks_before_enter {
12532
+ animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12420
12533
  }
12421
12534
 
12422
- .rdp-weeknumber,
12423
- .rdp-day {
12424
- display: flex;
12425
- overflow: hidden;
12426
- align-items: center;
12427
- justify-content: center;
12428
- box-sizing: border-box;
12429
- width: var(--rdp-cell-size);
12430
- max-width: var(--rdp-cell-size);
12431
- height: var(--rdp-cell-size);
12432
- margin: 0;
12433
- border: 2px solid transparent;
12434
- border-radius: 100%;
12535
+ .rdp-weeks_before_exit {
12536
+ animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12435
12537
  }
12436
12538
 
12437
- .rdp-day_today:not(.rdp-day_outside) {
12438
- font-weight: bold;
12539
+ .rdp-weeks_after_enter {
12540
+ animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12439
12541
  }
12440
12542
 
12441
- .rdp-day_selected,
12442
- .rdp-day_selected:focus-visible,
12443
- .rdp-day_selected:hover {
12444
- color: var(--rdp-selected-color);
12445
- opacity: 1;
12446
- background-color: var(--rdp-accent-color);
12543
+ .rdp-weeks_after_exit {
12544
+ animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12447
12545
  }
12448
12546
 
12449
- .rdp-day_outside {
12450
- opacity: 0.5;
12547
+ .rdp-root[dir=rtl] .rdp-weeks_after_enter {
12548
+ animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12451
12549
  }
12452
12550
 
12453
- .rdp-day_selected:focus-visible {
12454
- /* Since the background is the same use again the outline */
12455
- outline: var(--rdp-outline);
12456
- outline-offset: 2px;
12457
- z-index: 1;
12551
+ .rdp-root[dir=rtl] .rdp-weeks_before_exit {
12552
+ animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12458
12553
  }
12459
12554
 
12460
- .rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end) {
12461
- border-top-right-radius: 0;
12462
- border-bottom-right-radius: 0;
12555
+ .rdp-root[dir=rtl] .rdp-weeks_before_enter {
12556
+ animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12463
12557
  }
12464
12558
 
12465
- .rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start) {
12466
- border-top-left-radius: 0;
12467
- border-bottom-left-radius: 0;
12559
+ .rdp-root[dir=rtl] .rdp-weeks_after_exit {
12560
+ animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12468
12561
  }
12469
12562
 
12470
- .rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end) {
12471
- border-top-left-radius: 0;
12472
- border-bottom-left-radius: 0;
12563
+ @keyframes rdp-fade_in {
12564
+ from {
12565
+ opacity: 0;
12566
+ }
12567
+ to {
12568
+ opacity: 1;
12569
+ }
12570
+ }
12571
+ @keyframes rdp-fade_out {
12572
+ from {
12573
+ opacity: 1;
12574
+ }
12575
+ to {
12576
+ opacity: 0;
12577
+ }
12578
+ }
12579
+ .rdp-caption_after_enter {
12580
+ animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12473
12581
  }
12474
12582
 
12475
- .rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start) {
12476
- border-top-right-radius: 0;
12477
- border-bottom-right-radius: 0;
12583
+ .rdp-caption_after_exit {
12584
+ animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12478
12585
  }
12479
12586
 
12480
- .rdp-day_range_end.rdp-day_range_start {
12481
- border-radius: 100%;
12587
+ .rdp-caption_before_enter {
12588
+ animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12482
12589
  }
12483
12590
 
12484
- .rdp-day_range_middle {
12485
- border-radius: 0;
12591
+ .rdp-caption_before_exit {
12592
+ animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
12486
12593
  }
12487
12594
 
12488
12595
  .gd-date-range-row fieldset {
@@ -12636,30 +12743,32 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
12636
12743
  }
12637
12744
 
12638
12745
  .gd-date-range-picker-picker .rdp-months {
12639
- display: flex;
12640
- justify-content: center;
12746
+ position: unset;
12641
12747
  }
12642
12748
 
12643
12749
  .gd-date-range-picker-picker .rdp-nav {
12644
12750
  position: absolute;
12645
- top: 1.05em;
12751
+ top: 18px;
12752
+ height: 29px;
12646
12753
  right: 0;
12647
12754
  left: 0;
12648
12755
  padding: 0 0.5rem;
12756
+ display: flex;
12757
+ justify-content: space-between;
12649
12758
  }
12650
12759
 
12651
- .gd-date-range-picker-picker .rdp-nav_button {
12760
+ .gd-date-range-picker-picker .rdp-nav button {
12652
12761
  position: absolute;
12653
- width: 1.5rem;
12654
- height: 1.5rem;
12762
+ width: 29px;
12763
+ height: 29px;
12655
12764
  cursor: pointer;
12656
12765
  }
12657
12766
 
12658
- .gd-date-range-picker-picker .rdp-nav_button:hover {
12767
+ .gd-date-range-picker-picker .rdp-nav button:hover {
12659
12768
  color: var(--gd-palette-complementary-6, #94a1ad);
12660
12769
  }
12661
12770
 
12662
- .gd-date-range-picker-picker .rdp-nav_button_previous {
12771
+ .gd-date-range-picker-picker .rdp-button_previous {
12663
12772
  left: 0.8em;
12664
12773
  display: block;
12665
12774
  width: 2em;
@@ -12671,7 +12780,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
12671
12780
  font-size: 18px;
12672
12781
  }
12673
12782
 
12674
- .gd-date-range-picker-picker .rdp-nav_button_next {
12783
+ .gd-date-range-picker-picker .rdp-button_next {
12675
12784
  right: 0.8em;
12676
12785
  display: block;
12677
12786
  width: 2em;
@@ -12683,10 +12792,15 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
12683
12792
  font-size: 18px;
12684
12793
  }
12685
12794
 
12686
- .gd-date-range-picker-picker .rdp-caption {
12795
+ .gd-date-range-picker-picker .rdp-chevron {
12796
+ fill: currentColor;
12797
+ }
12798
+
12799
+ .gd-date-range-picker-picker .rdp-month_caption {
12687
12800
  display: flex;
12688
12801
  justify-content: center;
12689
- margin-bottom: 0.7em;
12802
+ margin-bottom: 10px;
12803
+ height: 29px;
12690
12804
  }
12691
12805
 
12692
12806
  .gd-date-range-picker-picker .rdp-caption_label {
@@ -12697,7 +12811,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
12697
12811
  color: var(--gd-palette-complementary-9, #000);
12698
12812
  }
12699
12813
 
12700
- .gd-date-range-picker-picker .rdp-head_cell {
12814
+ .gd-date-range-picker-picker .rdp-weekday {
12701
12815
  display: table-cell;
12702
12816
  color: var(--gd-palette-complementary-8-from-theme, #94a1ad);
12703
12817
  cursor: help;
@@ -12708,7 +12822,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
12708
12822
  text-align: center;
12709
12823
  }
12710
12824
 
12711
- .gd-date-range-picker-picker .rdp-head_cell span {
12825
+ .gd-date-range-picker-picker .rdp-weekday span {
12712
12826
  text-decoration: none;
12713
12827
  border-bottom: none;
12714
12828
  }
@@ -12719,43 +12833,49 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
12719
12833
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
12720
12834
  font-size: 14px;
12721
12835
  font-weight: 700;
12722
- text-align: center;
12723
12836
  border-radius: 0;
12724
12837
  }
12725
12838
 
12726
- .gd-date-range-picker-picker .rdp-day:not(.rdp-day_range_middle):hover {
12839
+ .gd-date-range-picker-picker .rdp-day:not(.rdp-range_middle):hover {
12727
12840
  background: var(--gd-palette-complementary-2, #ebeff4);
12728
12841
  cursor: pointer;
12729
12842
  }
12730
12843
 
12731
- .gd-date-range-picker-picker .rdp-day_disabled {
12844
+ .gd-date-range-picker-picker .rdp-day button {
12845
+ position: relative;
12846
+ left: 50%;
12847
+ transform: translateX(-50%);
12848
+ text-align: center;
12849
+ }
12850
+
12851
+ .gd-date-range-picker-picker .rdp-disabled {
12732
12852
  color: var(--gd-palette-complementary-5, #b0beca);
12733
12853
  cursor: default;
12734
12854
  font-weight: 400;
12735
12855
  }
12736
12856
 
12737
- .gd-date-range-picker-picker .rdp-day_outside {
12857
+ .gd-date-range-picker-picker .rdp-outside {
12738
12858
  color: var(--gd-palette-complementary-7-from-theme, #687581);
12739
12859
  cursor: default;
12740
12860
  font-weight: 400;
12741
12861
  opacity: 1;
12742
12862
  }
12743
12863
 
12744
- .gd-date-range-picker-picker .rdp-day_outside.rdp-day_selected {
12864
+ .gd-date-range-picker-picker .rdp-outside.rdp-selected {
12745
12865
  font-weight: 700;
12746
12866
  }
12747
12867
 
12748
- .gd-date-range-picker-picker .rdp-day_selected:not(.rdp-day_disabled):not(.rdp-day_range_middle) {
12868
+ .gd-date-range-picker-picker .rdp-selected:not(.rdp-disabled):not(.rdp-range_middle) {
12749
12869
  color: var(--gd-palette-complementary-0, #fff);
12750
12870
  background: var(--gd-palette-primary-base, #14b2e2);
12751
12871
  }
12752
12872
 
12753
- .gd-date-range-picker-picker .rdp-day_selected:not(.rdp-day_range_start):not(.rdp-day_range_end) {
12873
+ .gd-date-range-picker-picker .rdp-selected:not(.rdp-day_range_start):not(.rdp-range_end) {
12754
12874
  color: var(--gd-palette-complementary-8, #464e56);
12755
12875
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
12756
12876
  }
12757
12877
 
12758
- .gd-date-range-picker-picker .rdp-day_selected:not(.rdp-day_range_start):not(.rdp-day_range_end):hover {
12878
+ .gd-date-range-picker-picker .rdp-selected:not(.rdp-day_range_start):not(.rdp-range_end):hover {
12759
12879
  cursor: pointer;
12760
12880
  }
12761
12881
 
@@ -17301,9 +17421,9 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
17301
17421
  align-items: center;
17302
17422
  }
17303
17423
 
17304
- .gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-cancel-button__next,
17305
- .gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-cancel-button__next {
17306
- margin-right: 10px;
17424
+ .gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
17425
+ .gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next {
17426
+ margin-left: 10px;
17307
17427
  }
17308
17428
 
17309
17429
  .gd-is-mobile .gd-attribute-filter-dropdown-actions__next {
@@ -19456,9 +19576,6 @@ figure {
19456
19576
  overflow-y: auto;
19457
19577
  overflow-x: hidden;
19458
19578
  }
19459
- .gd-notifications-channels-dialog-overlay.truncated .gd-notification-channel-dialog-with-automation-filters {
19460
- overflow: hidden;
19461
- }
19462
19579
 
19463
19580
  .gd-dialog:not(.gd-dropdown).gd-notifications-channels-dialog {
19464
19581
  width: calc(100vw - 20px);
@@ -21011,13 +21128,22 @@ figure {
21011
21128
  .type-kpi .dash-item-action-placeholder,
21012
21129
  .viz-type-headline .dash-item-action-alert,
21013
21130
  .viz-type-headline .dash-item-action-placeholder {
21014
- top: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)));
21015
- right: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)));
21131
+ top: calc(
21132
+ -10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px))
21133
+ );
21134
+ right: calc(
21135
+ -10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px))
21136
+ );
21016
21137
  }
21017
21138
  .type-kpi .dash-item-action-description,
21018
21139
  .viz-type-headline .dash-item-action-description {
21019
- top: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)));
21020
- right: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)) + 36px);
21140
+ top: calc(
21141
+ -10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px))
21142
+ );
21143
+ right: calc(
21144
+ -10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)) +
21145
+ 36px
21146
+ );
21021
21147
  }
21022
21148
  .type-kpi .dash-item-content,
21023
21149
  .viz-type-headline .dash-item-content {
@@ -21220,7 +21346,10 @@ figure {
21220
21346
  }
21221
21347
 
21222
21348
  .dash-item-action-placeholder-headline {
21223
- right: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px) + 36px + 5px);
21349
+ right: calc(
21350
+ -10px - var(--gd-dashboards-content-widget-borderWidth, 2px) +
21351
+ 36px + 5px
21352
+ );
21224
21353
  }
21225
21354
 
21226
21355
  .dash-item-action-description .dash-item-action-description-trigger:not(.is-mobile) {
@@ -22701,7 +22830,7 @@ figure {
22701
22830
  outline: none;
22702
22831
  }
22703
22832
  .gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible .gd-filter-view__item--isFocused .gd-filter-view__item__button {
22704
- display: block;
22833
+ opacity: 1;
22705
22834
  }
22706
22835
  .gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible .gd-filter-view__item--isFocusedSelectItem,
22707
22836
  .gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible .gd-filter-view__item__button--isFocused {
@@ -22744,7 +22873,7 @@ figure {
22744
22873
 
22745
22874
  .gd-filter-view__item {
22746
22875
  display: flex;
22747
- flex-direction: row-reverse;
22876
+ flex-direction: row;
22748
22877
  align-items: center;
22749
22878
  height: 28px;
22750
22879
  }
@@ -22769,21 +22898,20 @@ figure {
22769
22898
  color: var(--gd-palette-complementary-5, #b0beca);
22770
22899
  }
22771
22900
  .gd-filter-view__item .gd-filter-view__item__button {
22772
- display: none;
22901
+ opacity: 0;
22773
22902
  flex-shrink: 0;
22774
22903
  height: 28px;
22775
22904
  padding: 0;
22776
22905
  margin: 0;
22777
22906
  transition: none;
22778
- }
22779
- .gd-filter-view__item .gd-filter-view__item__button .gd-button-icon::before {
22780
- font-size: 12px;
22907
+ display: flex;
22908
+ align-items: center;
22781
22909
  }
22782
22910
  .gd-filter-view__item:hover {
22783
22911
  background: #ebeff4;
22784
22912
  }
22785
- .gd-filter-view__item:hover .gd-filter-view__item__button {
22786
- display: block;
22913
+ .gd-filter-view__item:hover .gd-filter-view__item__button, .gd-filter-view__item--isFocused:focus .gd-filter-view__item__button, .gd-filter-view__item--isFocused:focus-within .gd-filter-view__item__button {
22914
+ opacity: 1;
22787
22915
  cursor: pointer;
22788
22916
  }
22789
22917
  .gd-filter-view__item .gd-filter-view__item__button--delete {
@@ -22798,12 +22926,17 @@ figure {
22798
22926
  }
22799
22927
  .gd-filter-view__item .gd-filter-view__item__delete-button-wrapper {
22800
22928
  padding: 0 5px;
22929
+ display: flex;
22930
+ align-items: center;
22801
22931
  }
22802
22932
  .gd-filter-view__item .gd-filter-view__item__delete-button-wrapper:hover {
22803
22933
  background-color: var(--gd-palette-error-lightest, #fff2f1);
22934
+ color: #e54d42;
22804
22935
  }
22805
- .gd-filter-view__item .gd-filter-view__item__delete-button-wrapper:hover ~ .gd-filter-view__item__button,
22806
- .gd-filter-view__item .gd-filter-view__item__delete-button-wrapper:hover ~ .gd-filter-view__item__value {
22936
+ .gd-filter-view__item .gd-filter-view__item__button:has(~ .gd-filter-view__item__delete-button-wrapper:hover),
22937
+ .gd-filter-view__item .gd-filter-view__item__button ~ .gd-filter-view__item__delete-button-wrapper:hover,
22938
+ .gd-filter-view__item .gd-filter-view__item__value:has(~ .gd-filter-view__item__delete-button-wrapper:hover),
22939
+ .gd-filter-view__item .gd-filter-view__item__value ~ .gd-filter-view__item__delete-button-wrapper:hover {
22807
22940
  background-color: var(--gd-palette-error-lightest, #fff2f1);
22808
22941
  }
22809
22942
 
@@ -23064,7 +23197,9 @@ figure {
23064
23197
  height: 100%;
23065
23198
  }
23066
23199
  .grouped-mobile-navigation-dropdown.grouped-mobile-navigation-dropdown--has-subgroups {
23067
- height: calc(100% - 45px + 1px);
23200
+ height: calc(
23201
+ 100% - 45px - -1px
23202
+ );
23068
23203
  }
23069
23204
  .grouped-mobile-navigation-dropdown .gd-list-item {
23070
23205
  display: flex;
@@ -24554,7 +24689,9 @@ figure {
24554
24689
  animation-duration: 0.3s;
24555
24690
  }
24556
24691
  .visualization .gd-bubble-trigger-zoom-out {
24557
- left: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px) - 8px);
24692
+ left: calc(
24693
+ -10px - var(--gd-dashboards-content-widget-borderWidth, 2px) - 8px
24694
+ );
24558
24695
  right: unset;
24559
24696
  }
24560
24697