@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.
- package/NOTICE +220 -6
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +2 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/layout/toggleLayoutSectionHeadersHandler.d.ts +6 -0
- package/esm/model/commandHandlers/layout/toggleLayoutSectionHeadersHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/layout/toggleLayoutSectionHeadersHandler.js +15 -0
- package/esm/model/commandHandlers/layout/toggleLayoutSectionHeadersHandler.js.map +1 -0
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/index.d.ts +4 -4
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/commands/index.js +1 -1
- package/esm/model/commands/index.js.map +1 -1
- package/esm/model/commands/layout.d.ts +31 -1
- package/esm/model/commands/layout.d.ts.map +1 -1
- package/esm/model/commands/layout.js +25 -1
- package/esm/model/commands/layout.js.map +1 -1
- package/esm/model/events/base.d.ts +1 -1
- package/esm/model/events/base.d.ts.map +1 -1
- package/esm/model/events/base.js.map +1 -1
- package/esm/model/events/index.d.ts +2 -2
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/index.js +1 -1
- package/esm/model/events/index.js.map +1 -1
- package/esm/model/events/layout.d.ts +31 -0
- package/esm/model/events/layout.d.ts.map +1 -1
- package/esm/model/events/layout.js +18 -0
- package/esm/model/events/layout.js.map +1 -1
- package/esm/model/events/userInteraction.d.ts +1 -1
- package/esm/model/events/userInteraction.d.ts.map +1 -1
- package/esm/model/events/userInteraction.js.map +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +1 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/store/layout/index.d.ts +4 -0
- package/esm/model/store/layout/index.d.ts.map +1 -1
- package/esm/model/store/layout/layoutReducers.d.ts +5 -0
- package/esm/model/store/layout/layoutReducers.d.ts.map +1 -1
- package/esm/model/store/layout/layoutReducers.js +19 -1
- package/esm/model/store/layout/layoutReducers.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +1 -1
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +4 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.d.ts +13 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.d.ts.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.js +23 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.js.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js +8 -12
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js +8 -5
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts +7 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +23 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts +4 -4
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +13 -12
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/index.d.ts +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/index.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/index.js +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/index.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts +1 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js +12 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts +1 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +20 -2
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts +1 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js +7 -6
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useDashboardLayoutPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useDashboardLayoutPlaceholderDropHandler.js +5 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useDashboardLayoutPlaceholderDropHandler.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionDashboardLayoutPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionDashboardLayoutPlaceholderDropHandler.js +5 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionDashboardLayoutPlaceholderDropHandler.js.map +1 -1
- package/esm/presentation/flexibleLayout/rowEndHotspotHelper.d.ts +4 -0
- package/esm/presentation/flexibleLayout/rowEndHotspotHelper.d.ts.map +1 -0
- package/esm/presentation/flexibleLayout/rowEndHotspotHelper.js +9 -0
- package/esm/presentation/flexibleLayout/rowEndHotspotHelper.js.map +1 -0
- package/esm/presentation/localization/bundles/en-US.json +11 -1
- package/esm/presentation/widget/common/useLayoutSectionsConfiguration.d.ts +5 -0
- package/esm/presentation/widget/common/useLayoutSectionsConfiguration.d.ts.map +1 -0
- package/esm/presentation/widget/common/useLayoutSectionsConfiguration.js +10 -0
- package/esm/presentation/widget/common/useLayoutSectionsConfiguration.js.map +1 -0
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.js +8 -3
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.js.map +1 -1
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.d.ts +4 -0
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.d.ts.map +1 -1
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js +35 -22
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +100 -5
- package/package.json +15 -15
- package/styles/css/dashboard.css +41 -10
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dashboardNestedLayoutToolbar.css +29 -18
- package/styles/css/dashboardNestedLayoutToolbar.css.map +1 -1
- package/styles/css/dashboardNestedLayoutWidget.css +25 -7
- package/styles/css/dashboardNestedLayoutWidget.css.map +1 -1
- package/styles/css/dragAndDrop.css +14 -0
- package/styles/css/dragAndDrop.css.map +1 -1
- package/styles/css/layout.css +41 -10
- package/styles/css/layout.css.map +1 -1
- package/styles/css/main.css +117 -42
- package/styles/css/main.css.map +1 -1
- package/styles/scss/dashboardNestedLayoutToolbar.scss +46 -21
- package/styles/scss/dashboardNestedLayoutWidget.scss +27 -7
- package/styles/scss/dragAndDrop.scss +16 -0
- package/styles/scss/layout.scss +41 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts +0 -24
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts.map +0 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +0 -14
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +0 -1
package/styles/css/layout.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.gd-heading-1 {
|
|
2
|
-
color: var(--gd-palette-complementary-
|
|
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-
|
|
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-
|
|
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:
|
|
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-
|
|
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-
|
|
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-
|
|
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:
|
|
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-
|
|
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":"AAIA;ECoBI,
|
|
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"}
|
package/styles/css/main.css
CHANGED
|
@@ -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-
|
|
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-
|
|
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:
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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:
|
|
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-
|
|
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-
|
|
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-
|
|
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:
|
|
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-
|
|
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-
|
|
25664
|
-
width:
|
|
25665
|
-
height: 40px;
|
|
25709
|
+
.gd-nested-layout__toolbar.overlay-wrapper {
|
|
25710
|
+
width: unset;
|
|
25666
25711
|
}
|
|
25667
|
-
.gd-
|
|
25712
|
+
.gd-nested-layout__toolbar.overlay-wrapper .bubble-content {
|
|
25668
25713
|
padding: 0;
|
|
25669
|
-
display: flex;
|
|
25670
|
-
width: 100%;
|
|
25671
25714
|
}
|
|
25672
|
-
.gd-
|
|
25715
|
+
.gd-nested-layout__toolbar.overlay-wrapper .helper {
|
|
25673
25716
|
display: none;
|
|
25674
25717
|
}
|
|
25675
|
-
.gd-
|
|
25676
|
-
flex: 1;
|
|
25718
|
+
.gd-nested-layout__toolbar.overlay-wrapper .gd-bubble-trigger {
|
|
25677
25719
|
display: flex;
|
|
25678
25720
|
}
|
|
25679
|
-
|
|
25680
|
-
|
|
25681
|
-
|
|
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-
|
|
25685
|
-
|
|
25686
|
-
|
|
25687
|
-
|
|
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-
|
|
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-
|
|
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-
|
|
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 .
|
|
25788
|
-
|
|
25789
|
-
|
|
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.
|
|
25792
|
-
|
|
25793
|
-
|
|
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 */
|