@gooddata/sdk-ui-dashboard 10.33.0-alpha.26 → 10.33.0-alpha.28
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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +6 -11
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +0 -5
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +0 -5
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +0 -5
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/package.json +15 -15
- package/styles/css/attributeFilterConfig.css +1 -1
- package/styles/css/dashboard.css +3 -3
- package/styles/css/dragAndDrop.css +4 -4
- package/styles/css/drillConfigPanel.css +14 -14
- package/styles/css/icons.css +15 -15
- package/styles/css/main.css +53 -53
- package/styles/css/notifications_channels_dialog.css +1 -1
- package/styles/css/poweredByGDLogo.css +2 -2
- package/styles/css/sidebar.css +1 -1
- package/styles/scss/attributeFilterConfig.scss +1 -1
- package/styles/scss/dashboard.scss +2 -2
- package/styles/scss/dragAndDrop.scss +4 -4
- package/styles/scss/drillConfigPanel.scss +14 -14
- package/styles/scss/icons.scss +15 -15
- package/styles/scss/notifications_channels_dialog.scss +1 -1
- package/styles/scss/poweredByGDLogo.scss +3 -3
- package/styles/scss/sidebar.scss +1 -1
@@ -482,7 +482,7 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
482
482
|
|
483
483
|
.dash-item-action.dash-item-action-alert {
|
484
484
|
&.disabled {
|
485
|
-
background-image: url("
|
485
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/alert-bell-na.svg");
|
486
486
|
background-repeat: no-repeat;
|
487
487
|
background-position: center;
|
488
488
|
background-size: 16px;
|
@@ -606,7 +606,7 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
606
606
|
background-color: kit-variables.$gd-palette-primary-base;
|
607
607
|
|
608
608
|
&.gd-icon-trash::before {
|
609
|
-
content: url("
|
609
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/trash.svg");
|
610
610
|
display: inline-block;
|
611
611
|
width: 20px;
|
612
612
|
height: 20px;
|
@@ -179,7 +179,7 @@
|
|
179
179
|
|
180
180
|
.add-kpi-placeholder::before,
|
181
181
|
.move-kpi-placeholder::before {
|
182
|
-
background-image: url("
|
182
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-kpi-placeholder.svg");
|
183
183
|
}
|
184
184
|
|
185
185
|
.add-attribute-filter-placeholder.disabled::before {
|
@@ -187,7 +187,7 @@
|
|
187
187
|
}
|
188
188
|
|
189
189
|
.add-attribute-filter-placeholder::before {
|
190
|
-
background-image: url("
|
190
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
|
191
191
|
}
|
192
192
|
|
193
193
|
.dropzone {
|
@@ -441,7 +441,7 @@
|
|
441
441
|
|
442
442
|
.gd-icon-insight {
|
443
443
|
&::before {
|
444
|
-
content: url("
|
444
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
|
445
445
|
display: inline-block;
|
446
446
|
margin-right: 10px;
|
447
447
|
}
|
@@ -561,7 +561,7 @@
|
|
561
561
|
cursor: pointer;
|
562
562
|
|
563
563
|
&.select-measure {
|
564
|
-
background: url("
|
564
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
|
565
565
|
background-size: 130px;
|
566
566
|
}
|
567
567
|
}
|
@@ -116,7 +116,7 @@
|
|
116
116
|
display: block;
|
117
117
|
width: 18px;
|
118
118
|
height: 24px;
|
119
|
-
background-image: url("
|
119
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
120
120
|
background-repeat: no-repeat;
|
121
121
|
background-position: left top;
|
122
122
|
background-size: contain;
|
@@ -128,20 +128,20 @@
|
|
128
128
|
}
|
129
129
|
|
130
130
|
.gd-drill-measure-selector-list-item::before {
|
131
|
-
background-image: url("
|
131
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
132
132
|
}
|
133
133
|
.gd-drill-metric-selector-list-item::before {
|
134
|
-
background-image: url("
|
134
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
|
135
135
|
top: 8px;
|
136
136
|
height: 18px;
|
137
137
|
}
|
138
138
|
.gd-drill-attribute-selector-list-item::before {
|
139
|
-
background-image: url("
|
139
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
|
140
140
|
}
|
141
141
|
.gd-drill-attribute-date-selector-list-item::before {
|
142
142
|
top: 9px;
|
143
143
|
height: 16px;
|
144
|
-
background-image: url("
|
144
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
|
145
145
|
}
|
146
146
|
}
|
147
147
|
|
@@ -227,7 +227,7 @@
|
|
227
227
|
display: block;
|
228
228
|
width: 18px;
|
229
229
|
height: 24px;
|
230
|
-
background-image: url("
|
230
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
|
231
231
|
background-repeat: no-repeat;
|
232
232
|
background-position: left top;
|
233
233
|
background-size: contain;
|
@@ -262,16 +262,16 @@
|
|
262
262
|
}
|
263
263
|
|
264
264
|
.dm-button-icon-metric {
|
265
|
-
background-image: url("
|
265
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
|
266
266
|
}
|
267
267
|
.dm-button-icon-measure {
|
268
|
-
background-image: url("
|
268
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
269
269
|
}
|
270
270
|
.dm-button-icon-attribute {
|
271
|
-
background-image: url("
|
271
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
|
272
272
|
}
|
273
273
|
.dm-button-icon-date {
|
274
|
-
background-image: url("
|
274
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
|
275
275
|
}
|
276
276
|
|
277
277
|
.dm-button-title {
|
@@ -434,21 +434,21 @@
|
|
434
434
|
}
|
435
435
|
|
436
436
|
.gd-icon-drill-to-dashboard::before {
|
437
|
-
background-image: url("
|
437
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
|
438
438
|
}
|
439
439
|
|
440
440
|
.gd-icon-drill-to-insight::before {
|
441
|
-
background-image: url("
|
441
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
|
442
442
|
}
|
443
443
|
|
444
444
|
.gd-icon-drill-down::before {
|
445
|
-
background-image: url("
|
445
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
|
446
446
|
background-repeat: no-repeat;
|
447
447
|
top: 1px;
|
448
448
|
}
|
449
449
|
|
450
450
|
.gd-icon-attribute-hierarchy::before {
|
451
|
-
background-image: url("
|
451
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
|
452
452
|
background-repeat: no-repeat;
|
453
453
|
top: 1px;
|
454
454
|
}
|
package/styles/scss/icons.scss
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
}
|
36
36
|
|
37
37
|
&::before {
|
38
|
-
background: url("
|
38
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
|
39
39
|
}
|
40
40
|
|
41
41
|
&.is-selected {
|
@@ -53,7 +53,7 @@
|
|
53
53
|
}
|
54
54
|
|
55
55
|
&::before {
|
56
|
-
background: url("
|
56
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
|
57
57
|
}
|
58
58
|
|
59
59
|
&.is-selected {
|
@@ -66,20 +66,20 @@
|
|
66
66
|
}
|
67
67
|
|
68
68
|
&.type-measure::before {
|
69
|
-
background: url("
|
69
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
|
70
70
|
}
|
71
71
|
|
72
72
|
&.type-metric::before {
|
73
73
|
margin-top: 0;
|
74
|
-
background: url("
|
74
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
|
75
75
|
}
|
76
76
|
|
77
77
|
&.type-attribute::before {
|
78
|
-
background: url("
|
78
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
|
79
79
|
}
|
80
80
|
|
81
81
|
&.type-date::before {
|
82
|
-
background: url("
|
82
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
83
83
|
}
|
84
84
|
|
85
85
|
&.type-comparison::before {
|
@@ -102,7 +102,7 @@
|
|
102
102
|
.gd-icon-list {
|
103
103
|
&::before {
|
104
104
|
content: "";
|
105
|
-
background: url("
|
105
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
|
106
106
|
width: 16px;
|
107
107
|
height: 16px;
|
108
108
|
display: inline-block;
|
@@ -111,7 +111,7 @@
|
|
111
111
|
.gd-icon-save-as-new {
|
112
112
|
&::before {
|
113
113
|
content: "";
|
114
|
-
background: url("
|
114
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
|
115
115
|
width: 16px;
|
116
116
|
height: 16px;
|
117
117
|
display: inline-block;
|
@@ -120,7 +120,7 @@
|
|
120
120
|
.gd-icon-filter {
|
121
121
|
&::before {
|
122
122
|
content: "";
|
123
|
-
background: url("
|
123
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
|
124
124
|
width: 16px;
|
125
125
|
height: 16px;
|
126
126
|
display: inline-block;
|
@@ -129,7 +129,7 @@
|
|
129
129
|
.gd-icon-type-pdf {
|
130
130
|
&::before {
|
131
131
|
content: "";
|
132
|
-
background: url("
|
132
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
|
133
133
|
width: 16px;
|
134
134
|
height: 16px;
|
135
135
|
display: inline-block;
|
@@ -138,7 +138,7 @@
|
|
138
138
|
.gd-icon-type-sheet {
|
139
139
|
&::before {
|
140
140
|
content: "";
|
141
|
-
background: url("
|
141
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
|
142
142
|
width: 16px;
|
143
143
|
height: 16px;
|
144
144
|
display: inline-block;
|
@@ -147,7 +147,7 @@
|
|
147
147
|
.gd-icon-type-slides {
|
148
148
|
&::before {
|
149
149
|
content: "";
|
150
|
-
background: url("
|
150
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
|
151
151
|
width: 16px;
|
152
152
|
height: 16px;
|
153
153
|
display: inline-block;
|
@@ -156,7 +156,7 @@
|
|
156
156
|
.gd-icon-type-image {
|
157
157
|
&::before {
|
158
158
|
content: "";
|
159
|
-
background: url("
|
159
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
|
160
160
|
width: 16px;
|
161
161
|
height: 16px;
|
162
162
|
display: inline-block;
|
@@ -165,7 +165,7 @@
|
|
165
165
|
.gd-icon-type-csv-raw {
|
166
166
|
&::before {
|
167
167
|
content: "";
|
168
|
-
background: url("
|
168
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
|
169
169
|
width: 16px;
|
170
170
|
height: 16px;
|
171
171
|
display: inline-block;
|
@@ -174,7 +174,7 @@
|
|
174
174
|
.gd-icon-type-csv-formatted {
|
175
175
|
&::before {
|
176
176
|
content: "";
|
177
|
-
background: url("
|
177
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
|
178
178
|
width: 16px;
|
179
179
|
height: 16px;
|
180
180
|
display: inline-block;
|
@@ -447,7 +447,7 @@ $min-content-height: 110px;
|
|
447
447
|
border: none;
|
448
448
|
cursor: pointer;
|
449
449
|
|
450
|
-
background-image: url("
|
450
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
|
451
451
|
background-color: transparent;
|
452
452
|
background-position: center center;
|
453
453
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// (C) 2019-
|
1
|
+
// (C) 2019-2025 GoodData Corporation
|
2
2
|
.gd-powered-by-logo-wrapper {
|
3
3
|
right: 0;
|
4
4
|
bottom: 0;
|
@@ -23,14 +23,14 @@
|
|
23
23
|
&-large {
|
24
24
|
width: 165px;
|
25
25
|
height: 30px;
|
26
|
-
background-image: url("
|
26
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
|
27
27
|
background-size: 165px 30px;
|
28
28
|
}
|
29
29
|
|
30
30
|
&-small {
|
31
31
|
width: 146px;
|
32
32
|
height: 16px;
|
33
|
-
background-image: url("
|
33
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
|
34
34
|
background-size: 146px 16px;
|
35
35
|
}
|
36
36
|
}
|
package/styles/scss/sidebar.scss
CHANGED
@@ -113,7 +113,7 @@
|
|
113
113
|
max-width: 260px;
|
114
114
|
|
115
115
|
&__image {
|
116
|
-
background-image: url("
|
116
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
|
117
117
|
background-repeat: no-repeat;
|
118
118
|
background-position: left top;
|
119
119
|
background-size: contain;
|