@gooddata/sdk-ui-dashboard 10.17.0-alpha.9 → 10.17.0

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 (128) hide show
  1. package/NOTICE +220 -6
  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/model/commandHandlers/index.d.ts.map +1 -1
  7. package/esm/model/commandHandlers/index.js +2 -0
  8. package/esm/model/commandHandlers/index.js.map +1 -1
  9. package/esm/model/commandHandlers/layout/toggleLayoutSectionHeadersHandler.d.ts +6 -0
  10. package/esm/model/commandHandlers/layout/toggleLayoutSectionHeadersHandler.d.ts.map +1 -0
  11. package/esm/model/commandHandlers/layout/toggleLayoutSectionHeadersHandler.js +15 -0
  12. package/esm/model/commandHandlers/layout/toggleLayoutSectionHeadersHandler.js.map +1 -0
  13. package/esm/model/commands/base.d.ts +1 -1
  14. package/esm/model/commands/base.d.ts.map +1 -1
  15. package/esm/model/commands/index.d.ts +4 -4
  16. package/esm/model/commands/index.d.ts.map +1 -1
  17. package/esm/model/commands/index.js +1 -1
  18. package/esm/model/commands/index.js.map +1 -1
  19. package/esm/model/commands/layout.d.ts +31 -1
  20. package/esm/model/commands/layout.d.ts.map +1 -1
  21. package/esm/model/commands/layout.js +25 -1
  22. package/esm/model/commands/layout.js.map +1 -1
  23. package/esm/model/events/base.d.ts +1 -1
  24. package/esm/model/events/base.d.ts.map +1 -1
  25. package/esm/model/events/base.js.map +1 -1
  26. package/esm/model/events/index.d.ts +2 -2
  27. package/esm/model/events/index.d.ts.map +1 -1
  28. package/esm/model/events/index.js +1 -1
  29. package/esm/model/events/index.js.map +1 -1
  30. package/esm/model/events/layout.d.ts +31 -0
  31. package/esm/model/events/layout.d.ts.map +1 -1
  32. package/esm/model/events/layout.js +18 -0
  33. package/esm/model/events/layout.js.map +1 -1
  34. package/esm/model/events/userInteraction.d.ts +1 -1
  35. package/esm/model/events/userInteraction.d.ts.map +1 -1
  36. package/esm/model/events/userInteraction.js.map +1 -1
  37. package/esm/model/react/useDashboardCommand.d.ts +1 -0
  38. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  39. package/esm/model/store/layout/index.d.ts +4 -0
  40. package/esm/model/store/layout/index.d.ts.map +1 -1
  41. package/esm/model/store/layout/layoutReducers.d.ts +5 -0
  42. package/esm/model/store/layout/layoutReducers.d.ts.map +1 -1
  43. package/esm/model/store/layout/layoutReducers.js +19 -1
  44. package/esm/model/store/layout/layoutReducers.js.map +1 -1
  45. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +1 -1
  46. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js.map +1 -1
  47. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
  48. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +4 -1
  49. package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
  50. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.d.ts +13 -0
  51. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.d.ts.map +1 -0
  52. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.js +23 -0
  53. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.js.map +1 -0
  54. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.d.ts.map +1 -1
  55. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js +8 -12
  56. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js.map +1 -1
  57. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts +1 -1
  58. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
  59. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js +8 -5
  60. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js.map +1 -1
  61. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts +7 -0
  62. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts.map +1 -0
  63. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +23 -0
  64. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -0
  65. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts +4 -4
  66. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
  67. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +13 -12
  68. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
  69. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/index.d.ts +1 -1
  70. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/index.d.ts.map +1 -1
  71. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/index.js +1 -1
  72. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/index.js.map +1 -1
  73. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts +1 -0
  74. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts.map +1 -1
  75. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js +12 -3
  76. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js.map +1 -1
  77. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts +1 -0
  78. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
  79. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +20 -2
  80. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +1 -1
  81. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts +1 -0
  82. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts.map +1 -1
  83. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js +7 -6
  84. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js.map +1 -1
  85. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useDashboardLayoutPlaceholderDropHandler.d.ts.map +1 -1
  86. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useDashboardLayoutPlaceholderDropHandler.js +5 -0
  87. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useDashboardLayoutPlaceholderDropHandler.js.map +1 -1
  88. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionDashboardLayoutPlaceholderDropHandler.d.ts.map +1 -1
  89. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionDashboardLayoutPlaceholderDropHandler.js +5 -0
  90. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionDashboardLayoutPlaceholderDropHandler.js.map +1 -1
  91. package/esm/presentation/flexibleLayout/rowEndHotspotHelper.d.ts +4 -0
  92. package/esm/presentation/flexibleLayout/rowEndHotspotHelper.d.ts.map +1 -0
  93. package/esm/presentation/flexibleLayout/rowEndHotspotHelper.js +9 -0
  94. package/esm/presentation/flexibleLayout/rowEndHotspotHelper.js.map +1 -0
  95. package/esm/presentation/localization/bundles/en-US.json +11 -1
  96. package/esm/presentation/widget/common/useLayoutSectionsConfiguration.d.ts +5 -0
  97. package/esm/presentation/widget/common/useLayoutSectionsConfiguration.d.ts.map +1 -0
  98. package/esm/presentation/widget/common/useLayoutSectionsConfiguration.js +10 -0
  99. package/esm/presentation/widget/common/useLayoutSectionsConfiguration.js.map +1 -0
  100. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.d.ts.map +1 -1
  101. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.js +8 -3
  102. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.js.map +1 -1
  103. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.d.ts +4 -0
  104. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.d.ts.map +1 -1
  105. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js +35 -22
  106. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js.map +1 -1
  107. package/esm/sdk-ui-dashboard.d.ts +100 -5
  108. package/package.json +15 -15
  109. package/styles/css/dashboard.css +41 -10
  110. package/styles/css/dashboard.css.map +1 -1
  111. package/styles/css/dashboardNestedLayoutToolbar.css +29 -18
  112. package/styles/css/dashboardNestedLayoutToolbar.css.map +1 -1
  113. package/styles/css/dashboardNestedLayoutWidget.css +25 -7
  114. package/styles/css/dashboardNestedLayoutWidget.css.map +1 -1
  115. package/styles/css/dragAndDrop.css +14 -0
  116. package/styles/css/dragAndDrop.css.map +1 -1
  117. package/styles/css/layout.css +41 -10
  118. package/styles/css/layout.css.map +1 -1
  119. package/styles/css/main.css +117 -42
  120. package/styles/css/main.css.map +1 -1
  121. package/styles/scss/dashboardNestedLayoutToolbar.scss +46 -21
  122. package/styles/scss/dashboardNestedLayoutWidget.scss +27 -7
  123. package/styles/scss/dragAndDrop.scss +16 -0
  124. package/styles/scss/layout.scss +41 -1
  125. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts +0 -24
  126. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts.map +0 -1
  127. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +0 -14
  128. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  .gd-heading-1 {
2
- color: var(--gd-palette-complementary-9, #000);
2
+ color: var(--gd-palette-complementary-8, #464e56);
3
3
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
4
4
  font-weight: 400;
5
5
  font-weight: 700;
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  .gd-heading-2 {
11
- color: var(--gd-palette-complementary-9, #000);
11
+ color: var(--gd-palette-complementary-8, #464e56);
12
12
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
13
13
  font-weight: 400;
14
14
  font-weight: 700;
@@ -17,10 +17,10 @@
17
17
  }
18
18
 
19
19
  .gd-heading-3 {
20
- color: var(--gd-palette-complementary-9, #000);
20
+ color: var(--gd-palette-complementary-8, #464e56);
21
21
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
22
22
  font-weight: 400;
23
- font-weight: 400;
23
+ font-weight: 700;
24
24
  line-height: 23px;
25
25
  font-size: 17px;
26
26
  }
@@ -62,7 +62,7 @@
62
62
  margin: 0;
63
63
  }
64
64
  .gd-typography--h1 {
65
- color: var(--gd-palette-complementary-9, #000);
65
+ color: var(--gd-palette-complementary-8, #464e56);
66
66
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
67
67
  font-weight: 400;
68
68
  font-weight: 700;
@@ -70,7 +70,7 @@
70
70
  font-size: 24px;
71
71
  }
72
72
  .gd-typography--h2 {
73
- color: var(--gd-palette-complementary-9, #000);
73
+ color: var(--gd-palette-complementary-8, #464e56);
74
74
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
75
75
  font-weight: 400;
76
76
  font-weight: 700;
@@ -78,10 +78,10 @@
78
78
  font-size: 20px;
79
79
  }
80
80
  .gd-typography--h3 {
81
- color: var(--gd-palette-complementary-9, #000);
81
+ color: var(--gd-palette-complementary-8, #464e56);
82
82
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
83
83
  font-weight: 400;
84
- font-weight: 400;
84
+ font-weight: 700;
85
85
  line-height: 23px;
86
86
  font-size: 17px;
87
87
  }
@@ -192,7 +192,8 @@
192
192
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper {
193
193
  display: flex;
194
194
  }
195
- .gd-fluid-layout-row-header .gd-row-header-title-wrapper h2 {
195
+ .gd-fluid-layout-row-header .gd-row-header-title-wrapper h2,
196
+ .gd-fluid-layout-row-header .gd-row-header-title-wrapper h3 {
196
197
  color: var(--gd-dashboards-section-title-color, var(--gd-palette-complementary-8, #464e56));
197
198
  }
198
199
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper::before, .gd-fluid-layout-row-header .gd-row-header-title-wrapper::after {
@@ -243,7 +244,7 @@
243
244
  }
244
245
  }
245
246
  .gd-fluid-layout-row-header .title {
246
- color: var(--gd-palette-complementary-9, #000);
247
+ color: var(--gd-palette-complementary-8, #464e56);
247
248
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
248
249
  font-weight: 400;
249
250
  font-weight: 700;
@@ -428,6 +429,36 @@
428
429
  .gd-grid-layout .gd-fluid-layout-row-header {
429
430
  position: relative;
430
431
  }
432
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-edit--nested .title {
433
+ color: var(--gd-palette-complementary-8, #464e56);
434
+ font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
435
+ font-weight: 400;
436
+ font-weight: 700;
437
+ line-height: 23px;
438
+ font-size: 17px;
439
+ color: var(--gd-dashboards-section-title-color, var(--gd-palette-complementary-8, #464e56));
440
+ }
441
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-edit--nested .placeholder {
442
+ color: var(--gd-palette-complementary-6, #94a1ad);
443
+ }
444
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label:hover, .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label:focus, .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label:active {
445
+ border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
446
+ border-radius: 3px;
447
+ }
448
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label.is-editing {
449
+ border-radius: 3px;
450
+ }
451
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label-richtext {
452
+ padding: 2px 5px;
453
+ border-radius: 3px;
454
+ }
455
+ .gd-grid-layout .gd-fluid-layout-row-header-container--no-headers,
456
+ .gd-grid-layout .gd-fluid-layout-row-header-container--with-headers {
457
+ margin-top: 16px;
458
+ }
459
+ .gd-grid-layout .gd-dashboard-nested-layout-content:not(.is-dragging-widget) .gd-fluid-layout-row-header-container--no-headers {
460
+ margin-top: 0;
461
+ }
431
462
  .gd-grid-layout .gd-fluidlayout-column-container {
432
463
  display: flex;
433
464
  }
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/layout.scss","../scss/_variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"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","file":"layout.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/layout.scss","../scss/_variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"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","file":"layout.css"}
@@ -2150,6 +2150,10 @@
2150
2150
  margin-bottom: 0;
2151
2151
  }
2152
2152
 
2153
+ .gd-rich-text-content-view p + p {
2154
+ margin-top: 0.625rem;
2155
+ }
2156
+
2153
2157
  .gd-rich-text-content-view hr {
2154
2158
  border-top: 0;
2155
2159
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
@@ -11138,27 +11142,24 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
11138
11142
  white-space: nowrap;
11139
11143
  text-overflow: ellipsis;
11140
11144
  line-height: 1.2;
11141
- color: var(--gd-modal-title-color, var(--gd-palette-complementary-9, #000));
11142
11145
  }
11143
11146
 
11144
11147
  .gd-dialog-header h2 {
11145
- color: var(--gd-palette-complementary-9, #000);
11148
+ color: var(--gd-palette-complementary-8, #464e56);
11146
11149
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
11147
11150
  font-weight: 400;
11148
11151
  font-weight: 700;
11149
11152
  line-height: 26px;
11150
11153
  font-size: 20px;
11151
- color: var(--gd-modal-title-color, var(--gd-palette-complementary-9, #000));
11152
11154
  }
11153
11155
 
11154
11156
  .gd-dialog-header h3 {
11155
- color: var(--gd-palette-complementary-9, #000);
11157
+ color: var(--gd-palette-complementary-8, #464e56);
11156
11158
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
11157
11159
  font-weight: 400;
11158
- font-weight: 400;
11160
+ font-weight: 700;
11159
11161
  line-height: 23px;
11160
11162
  font-size: 17px;
11161
- color: var(--gd-modal-title-color, var(--gd-palette-complementary-9, #000));
11162
11163
  }
11163
11164
 
11164
11165
  .gd-dialog-header.gd-dialog-header-with-border {
@@ -11166,7 +11167,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
11166
11167
  }
11167
11168
 
11168
11169
  .gd-dialog-icon {
11169
- color: var(--gd-palette-complementary-9, #000);
11170
+ color: var(--gd-palette-complementary-8, #464e56);
11170
11171
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
11171
11172
  font-weight: 400;
11172
11173
  font-weight: 700;
@@ -17693,7 +17694,7 @@ div.gd-empty-item-bubble {
17693
17694
  Variables, mixins, silent classes etc.
17694
17695
  ========================================================================== */
17695
17696
  .gd-heading-1 {
17696
- color: var(--gd-palette-complementary-9, #000);
17697
+ color: var(--gd-palette-complementary-8, #464e56);
17697
17698
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
17698
17699
  font-weight: 400;
17699
17700
  font-weight: 700;
@@ -17702,7 +17703,7 @@ div.gd-empty-item-bubble {
17702
17703
  }
17703
17704
 
17704
17705
  .gd-heading-2 {
17705
- color: var(--gd-palette-complementary-9, #000);
17706
+ color: var(--gd-palette-complementary-8, #464e56);
17706
17707
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
17707
17708
  font-weight: 400;
17708
17709
  font-weight: 700;
@@ -17711,10 +17712,10 @@ div.gd-empty-item-bubble {
17711
17712
  }
17712
17713
 
17713
17714
  .gd-heading-3 {
17714
- color: var(--gd-palette-complementary-9, #000);
17715
+ color: var(--gd-palette-complementary-8, #464e56);
17715
17716
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
17716
17717
  font-weight: 400;
17717
- font-weight: 400;
17718
+ font-weight: 700;
17718
17719
  line-height: 23px;
17719
17720
  font-size: 17px;
17720
17721
  }
@@ -17756,7 +17757,7 @@ div.gd-empty-item-bubble {
17756
17757
  margin: 0;
17757
17758
  }
17758
17759
  .gd-typography--h1 {
17759
- color: var(--gd-palette-complementary-9, #000);
17760
+ color: var(--gd-palette-complementary-8, #464e56);
17760
17761
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
17761
17762
  font-weight: 400;
17762
17763
  font-weight: 700;
@@ -17764,7 +17765,7 @@ div.gd-empty-item-bubble {
17764
17765
  font-size: 24px;
17765
17766
  }
17766
17767
  .gd-typography--h2 {
17767
- color: var(--gd-palette-complementary-9, #000);
17768
+ color: var(--gd-palette-complementary-8, #464e56);
17768
17769
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
17769
17770
  font-weight: 400;
17770
17771
  font-weight: 700;
@@ -17772,10 +17773,10 @@ div.gd-empty-item-bubble {
17772
17773
  font-size: 20px;
17773
17774
  }
17774
17775
  .gd-typography--h3 {
17775
- color: var(--gd-palette-complementary-9, #000);
17776
+ color: var(--gd-palette-complementary-8, #464e56);
17776
17777
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
17777
17778
  font-weight: 400;
17778
- font-weight: 400;
17779
+ font-weight: 700;
17779
17780
  line-height: 23px;
17780
17781
  font-size: 17px;
17781
17782
  }
@@ -17881,7 +17882,8 @@ div.gd-empty-item-bubble {
17881
17882
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper {
17882
17883
  display: flex;
17883
17884
  }
17884
- .gd-fluid-layout-row-header .gd-row-header-title-wrapper h2 {
17885
+ .gd-fluid-layout-row-header .gd-row-header-title-wrapper h2,
17886
+ .gd-fluid-layout-row-header .gd-row-header-title-wrapper h3 {
17885
17887
  color: var(--gd-dashboards-section-title-color, var(--gd-palette-complementary-8, #464e56));
17886
17888
  }
17887
17889
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper::before, .gd-fluid-layout-row-header .gd-row-header-title-wrapper::after {
@@ -17932,7 +17934,7 @@ div.gd-empty-item-bubble {
17932
17934
  }
17933
17935
  }
17934
17936
  .gd-fluid-layout-row-header .title {
17935
- color: var(--gd-palette-complementary-9, #000);
17937
+ color: var(--gd-palette-complementary-8, #464e56);
17936
17938
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
17937
17939
  font-weight: 400;
17938
17940
  font-weight: 700;
@@ -18117,6 +18119,36 @@ div.gd-empty-item-bubble {
18117
18119
  .gd-grid-layout .gd-fluid-layout-row-header {
18118
18120
  position: relative;
18119
18121
  }
18122
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-edit--nested .title {
18123
+ color: var(--gd-palette-complementary-8, #464e56);
18124
+ font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
18125
+ font-weight: 400;
18126
+ font-weight: 700;
18127
+ line-height: 23px;
18128
+ font-size: 17px;
18129
+ color: var(--gd-dashboards-section-title-color, var(--gd-palette-complementary-8, #464e56));
18130
+ }
18131
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-edit--nested .placeholder {
18132
+ color: var(--gd-palette-complementary-6, #94a1ad);
18133
+ }
18134
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label:hover, .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label:focus, .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label:active {
18135
+ border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
18136
+ border-radius: 3px;
18137
+ }
18138
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label.is-editing {
18139
+ border-radius: 3px;
18140
+ }
18141
+ .gd-grid-layout .gd-fluid-layout-row-header .gd-editable-label-richtext {
18142
+ padding: 2px 5px;
18143
+ border-radius: 3px;
18144
+ }
18145
+ .gd-grid-layout .gd-fluid-layout-row-header-container--no-headers,
18146
+ .gd-grid-layout .gd-fluid-layout-row-header-container--with-headers {
18147
+ margin-top: 16px;
18148
+ }
18149
+ .gd-grid-layout .gd-dashboard-nested-layout-content:not(.is-dragging-widget) .gd-fluid-layout-row-header-container--no-headers {
18150
+ margin-top: 0;
18151
+ }
18120
18152
  .gd-grid-layout .gd-fluidlayout-column-container {
18121
18153
  display: flex;
18122
18154
  }
@@ -21093,6 +21125,20 @@ div.gd-empty-item-bubble {
21093
21125
  .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot {
21094
21126
  min-height: unset;
21095
21127
  }
21128
+ .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .widget-dropzone-box {
21129
+ padding: 10px 0;
21130
+ }
21131
+ .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-inner {
21132
+ padding: 0;
21133
+ }
21134
+ .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-drop-target,
21135
+ .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drop-target-inner {
21136
+ position: unset;
21137
+ height: 100%;
21138
+ }
21139
+ .gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-fluidlayout-column-dropzone__text--hidden .drop-target-message.kpi-drop-target {
21140
+ display: none;
21141
+ }
21096
21142
 
21097
21143
  .dash-filters-wrapper {
21098
21144
  position: relative;
@@ -25660,36 +25706,47 @@ div.gd-empty-item-bubble {
25660
25706
  white-space: nowrap;
25661
25707
  }
25662
25708
 
25663
- .gd-dashboard-nested-layout-toolbar-bubble-wrapper.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.gd-dashboard-nested-layout-toolbar {
25664
- width: 44px;
25665
- height: 40px;
25709
+ .gd-nested-layout__toolbar.overlay-wrapper {
25710
+ width: unset;
25666
25711
  }
25667
- .gd-dashboard-nested-layout-toolbar-bubble-wrapper.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .bubble-content {
25712
+ .gd-nested-layout__toolbar.overlay-wrapper .bubble-content {
25668
25713
  padding: 0;
25669
- display: flex;
25670
- width: 100%;
25671
25714
  }
25672
- .gd-dashboard-nested-layout-toolbar-bubble-wrapper.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .bubble-content .helper {
25715
+ .gd-nested-layout__toolbar.overlay-wrapper .helper {
25673
25716
  display: none;
25674
25717
  }
25675
- .gd-dashboard-nested-layout-toolbar-bubble-wrapper.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .content {
25676
- flex: 1;
25718
+ .gd-nested-layout__toolbar.overlay-wrapper .gd-bubble-trigger {
25677
25719
  display: flex;
25678
25720
  }
25679
-
25680
- .gd-dashboard-nested-layout-toolbar.bubble.bubble-light {
25681
- position: initial;
25721
+ .gd-nested-layout__toolbar.overlay-wrapper .content {
25722
+ display: flex;
25723
+ align-items: center;
25724
+ gap: 8px;
25682
25725
  padding: 6px 8px;
25683
25726
  }
25684
- .gd-dashboard-nested-layout-toolbar.bubble.bubble-light .gd-dashboard-nested-layout-remove-button {
25685
- flex: 1;
25686
- text-align: center;
25687
- padding-top: 3px;
25727
+ .gd-nested-layout__toolbar.overlay-wrapper .gd-nested-layout__toolbar__delimiter {
25728
+ width: 1px;
25729
+ height: 28px;
25730
+ background-color: var(--gd-palette-complementary-2, #ebeff4);
25688
25731
  }
25689
- .gd-dashboard-nested-layout-toolbar.bubble.bubble-light .gd-trash-icon:hover {
25732
+ .gd-nested-layout__toolbar.overlay-wrapper .gd-nested-layout__toolbar__button {
25733
+ display: flex;
25734
+ align-items: center;
25735
+ justify-content: center;
25736
+ width: 28px;
25737
+ height: 28px;
25690
25738
  cursor: pointer;
25691
25739
  }
25692
- .gd-dashboard-nested-layout-toolbar.bubble.bubble-light .gd-trash-icon:hover path {
25740
+ .gd-nested-layout__toolbar.overlay-wrapper .gd-nested-layout__toolbar__icon--headers-active path {
25741
+ fill: var(--gd-palette-primary-base, #14b2e2);
25742
+ }
25743
+ .gd-nested-layout__toolbar.overlay-wrapper .gd-nested-layout__toolbar__icon--headers-disabled path {
25744
+ fill: #6d7680;
25745
+ }
25746
+ .gd-nested-layout__toolbar.overlay-wrapper .gd-nested-layout__toolbar__icon--headers-disabled:hover path {
25747
+ fill: var(--gd-palette-complementary-8, #464e56);
25748
+ }
25749
+ .gd-nested-layout__toolbar.overlay-wrapper .gd-nested-layout__toolbar__icon--remove:hover path {
25693
25750
  fill: var(--gd-palette-error-base, #e54d42);
25694
25751
  }
25695
25752
 
@@ -25780,17 +25837,35 @@ div.gd-empty-item-bubble {
25780
25837
  align-content: center;
25781
25838
  height: 100%;
25782
25839
  }
25783
- .gd-grid-layout .gd-hotspot-border {
25840
+ .gd-grid-layout .gd-hotspot-border__container {
25841
+ display: none;
25784
25842
  position: absolute;
25843
+ padding: 10px 0;
25844
+ width: 10px;
25845
+ height: 100%;
25846
+ }
25847
+ .gd-grid-layout .gd-hotspot-border__drop-target {
25848
+ width: 100%;
25785
25849
  height: 100%;
25850
+ padding: 2px;
25851
+ border: 1px dashed var(--gd-palette-primary-base, #14b2e2);
25852
+ border-radius: 15px;
25853
+ background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
25786
25854
  }
25787
- .gd-grid-layout .dropzone.prev.active .gd-hotspot-border {
25788
- left: -12px;
25789
- border-left: 4px dashed var(--gd-palette-primary-base, #14b2e2);
25855
+ .gd-grid-layout .gd-hotspot-border__drop-target .drop-target-inner {
25856
+ width: 4px;
25857
+ height: 100%;
25858
+ padding: 0;
25859
+ border-radius: 2px;
25860
+ background-color: var(--gd-palette-primary-base, #14b2e2);
25790
25861
  }
25791
- .gd-grid-layout .dropzone.next.active .gd-hotspot-border {
25792
- right: -12px;
25793
- border-right: 4px dashed var(--gd-palette-primary-base, #14b2e2);
25862
+ .gd-grid-layout .dropzone.prev.active .gd-hotspot-border__container {
25863
+ left: -15px;
25864
+ display: block;
25865
+ }
25866
+ .gd-grid-layout .dropzone.next.active .gd-hotspot-border__container {
25867
+ right: -15px;
25868
+ display: block;
25794
25869
  }
25795
25870
 
25796
25871
  /*# sourceMappingURL=main.css.map */