@gooddata/sdk-ui-dashboard 10.33.0-alpha.27 → 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/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
package/esm/__version.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const LIB_VERSION = "10.33.0-alpha.
|
1
|
+
export declare const LIB_VERSION = "10.33.0-alpha.28";
|
2
2
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
3
|
-
"version": "10.33.0-alpha.
|
3
|
+
"version": "10.33.0-alpha.28",
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -61,17 +61,17 @@
|
|
61
61
|
"@codemirror/language": "~6.11.0",
|
62
62
|
"@lezer/highlight": "~1.2.1",
|
63
63
|
"@react-aria/interactions": "^3",
|
64
|
-
"@gooddata/sdk-backend-base": "10.33.0-alpha.
|
65
|
-
"@gooddata/sdk-
|
66
|
-
"@gooddata/sdk-
|
67
|
-
"@gooddata/sdk-ui": "10.33.0-alpha.
|
68
|
-
"@gooddata/sdk-ui-ext": "10.33.0-alpha.
|
69
|
-
"@gooddata/sdk-ui-filters": "10.33.0-alpha.
|
70
|
-
"@gooddata/sdk-ui-geo": "10.33.0-alpha.
|
71
|
-
"@gooddata/sdk-ui-kit": "10.33.0-alpha.
|
72
|
-
"@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.
|
73
|
-
"@gooddata/util": "10.33.0-alpha.
|
74
|
-
"@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.
|
64
|
+
"@gooddata/sdk-backend-base": "10.33.0-alpha.28",
|
65
|
+
"@gooddata/sdk-model": "10.33.0-alpha.28",
|
66
|
+
"@gooddata/sdk-backend-spi": "10.33.0-alpha.28",
|
67
|
+
"@gooddata/sdk-ui": "10.33.0-alpha.28",
|
68
|
+
"@gooddata/sdk-ui-ext": "10.33.0-alpha.28",
|
69
|
+
"@gooddata/sdk-ui-filters": "10.33.0-alpha.28",
|
70
|
+
"@gooddata/sdk-ui-geo": "10.33.0-alpha.28",
|
71
|
+
"@gooddata/sdk-ui-kit": "10.33.0-alpha.28",
|
72
|
+
"@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.28",
|
73
|
+
"@gooddata/util": "10.33.0-alpha.28",
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.28"
|
75
75
|
},
|
76
76
|
"peerDependencies": {
|
77
77
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -124,9 +124,9 @@
|
|
124
124
|
"typescript": "5.3.3",
|
125
125
|
"vitest": "3.0.8",
|
126
126
|
"vitest-dom": "0.1.1",
|
127
|
-
"@gooddata/i18n-toolkit": "10.33.0-alpha.
|
128
|
-
"@gooddata/
|
129
|
-
"@gooddata/
|
127
|
+
"@gooddata/i18n-toolkit": "10.33.0-alpha.28",
|
128
|
+
"@gooddata/reference-workspace": "10.33.0-alpha.28",
|
129
|
+
"@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.28"
|
130
130
|
},
|
131
131
|
"scripts": {
|
132
132
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
@@ -395,7 +395,7 @@
|
|
395
395
|
display: block;
|
396
396
|
width: 18px;
|
397
397
|
height: 24px;
|
398
|
-
background: url("
|
398
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
399
399
|
}
|
400
400
|
|
401
401
|
/*# sourceMappingURL=attributeFilterConfig.css.map */
|
package/styles/css/dashboard.css
CHANGED
@@ -1528,7 +1528,7 @@
|
|
1528
1528
|
height: 50px;
|
1529
1529
|
border: none;
|
1530
1530
|
cursor: pointer;
|
1531
|
-
background-image: url("
|
1531
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
|
1532
1532
|
background-color: transparent;
|
1533
1533
|
background-position: center center;
|
1534
1534
|
}
|
@@ -2766,7 +2766,7 @@
|
|
2766
2766
|
}
|
2767
2767
|
|
2768
2768
|
.dash-item-action.dash-item-action-alert.disabled {
|
2769
|
-
background-image: url("
|
2769
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/alert-bell-na.svg");
|
2770
2770
|
background-repeat: no-repeat;
|
2771
2771
|
background-position: center;
|
2772
2772
|
background-size: 16px;
|
@@ -2869,7 +2869,7 @@
|
|
2869
2869
|
background-color: var(--gd-palette-primary-base, #14b2e2);
|
2870
2870
|
}
|
2871
2871
|
.dash-item-action-delete.gd-icon-trash::before {
|
2872
|
-
content: url("
|
2872
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/trash.svg");
|
2873
2873
|
display: inline-block;
|
2874
2874
|
width: 20px;
|
2875
2875
|
height: 20px;
|
@@ -159,7 +159,7 @@
|
|
159
159
|
|
160
160
|
.add-kpi-placeholder::before,
|
161
161
|
.move-kpi-placeholder::before {
|
162
|
-
background-image: url("
|
162
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-kpi-placeholder.svg");
|
163
163
|
}
|
164
164
|
|
165
165
|
.add-attribute-filter-placeholder.disabled::before {
|
@@ -167,7 +167,7 @@
|
|
167
167
|
}
|
168
168
|
|
169
169
|
.add-attribute-filter-placeholder::before {
|
170
|
-
background-image: url("
|
170
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
|
171
171
|
}
|
172
172
|
|
173
173
|
.dropzone {
|
@@ -369,7 +369,7 @@
|
|
369
369
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
370
370
|
}
|
371
371
|
.drag-info-placeholder-box .gd-icon-insight::before {
|
372
|
-
content: url("
|
372
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
|
373
373
|
display: inline-block;
|
374
374
|
margin-right: 10px;
|
375
375
|
}
|
@@ -471,7 +471,7 @@
|
|
471
471
|
cursor: pointer;
|
472
472
|
}
|
473
473
|
.kpi-placeholder.select-measure {
|
474
|
-
background: url("
|
474
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
|
475
475
|
background-size: 130px;
|
476
476
|
}
|
477
477
|
|
@@ -104,7 +104,7 @@
|
|
104
104
|
display: block;
|
105
105
|
width: 18px;
|
106
106
|
height: 24px;
|
107
|
-
background-image: url("
|
107
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
108
108
|
background-repeat: no-repeat;
|
109
109
|
background-position: left top;
|
110
110
|
background-size: contain;
|
@@ -116,20 +116,20 @@
|
|
116
116
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
117
117
|
}
|
118
118
|
.gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item::before {
|
119
|
-
background-image: url("
|
119
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
120
120
|
}
|
121
121
|
.gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item::before {
|
122
|
-
background-image: url("
|
122
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
|
123
123
|
top: 8px;
|
124
124
|
height: 18px;
|
125
125
|
}
|
126
126
|
.gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item::before {
|
127
|
-
background-image: url("
|
127
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
|
128
128
|
}
|
129
129
|
.gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item::before {
|
130
130
|
top: 9px;
|
131
131
|
height: 16px;
|
132
|
-
background-image: url("
|
132
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
|
133
133
|
}
|
134
134
|
|
135
135
|
.drill-config-empty-hierarchy-target {
|
@@ -202,7 +202,7 @@
|
|
202
202
|
display: block;
|
203
203
|
width: 18px;
|
204
204
|
height: 24px;
|
205
|
-
background-image: url("
|
205
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
|
206
206
|
background-repeat: no-repeat;
|
207
207
|
background-position: left top;
|
208
208
|
background-size: contain;
|
@@ -234,16 +234,16 @@
|
|
234
234
|
background-repeat: no-repeat;
|
235
235
|
}
|
236
236
|
.gd-drill-config-measure-item .dm-button-icon-metric {
|
237
|
-
background-image: url("
|
237
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
|
238
238
|
}
|
239
239
|
.gd-drill-config-measure-item .dm-button-icon-measure {
|
240
|
-
background-image: url("
|
240
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
241
241
|
}
|
242
242
|
.gd-drill-config-measure-item .dm-button-icon-attribute {
|
243
|
-
background-image: url("
|
243
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
|
244
244
|
}
|
245
245
|
.gd-drill-config-measure-item .dm-button-icon-date {
|
246
|
-
background-image: url("
|
246
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
|
247
247
|
}
|
248
248
|
.gd-drill-config-measure-item .dm-button-title {
|
249
249
|
overflow: hidden;
|
@@ -383,21 +383,21 @@
|
|
383
383
|
}
|
384
384
|
.gd-drill-config-panel-target .gd-icon-drill-to-dashboard::before,
|
385
385
|
.drill-config-target .gd-icon-drill-to-dashboard::before {
|
386
|
-
background-image: url("
|
386
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
|
387
387
|
}
|
388
388
|
.gd-drill-config-panel-target .gd-icon-drill-to-insight::before,
|
389
389
|
.drill-config-target .gd-icon-drill-to-insight::before {
|
390
|
-
background-image: url("
|
390
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
|
391
391
|
}
|
392
392
|
.gd-drill-config-panel-target .gd-icon-drill-down::before,
|
393
393
|
.drill-config-target .gd-icon-drill-down::before {
|
394
|
-
background-image: url("
|
394
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
|
395
395
|
background-repeat: no-repeat;
|
396
396
|
top: 1px;
|
397
397
|
}
|
398
398
|
.gd-drill-config-panel-target .gd-icon-attribute-hierarchy::before,
|
399
399
|
.drill-config-target .gd-icon-attribute-hierarchy::before {
|
400
|
-
background-image: url("
|
400
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
|
401
401
|
background-repeat: no-repeat;
|
402
402
|
top: 1px;
|
403
403
|
}
|
package/styles/css/icons.css
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
.button-dropdown.gd-button-small.type-growIsGood::before,
|
35
35
|
.dropdown-body .gd-list-item.type-growIsGood::before,
|
36
36
|
.configuration-category label.type-growIsGood::before {
|
37
|
-
background: url("
|
37
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
|
38
38
|
}
|
39
39
|
.button-dropdown.gd-button-small.type-growIsGood.is-selected,
|
40
40
|
.dropdown-body .gd-list-item.type-growIsGood.is-selected,
|
@@ -54,7 +54,7 @@
|
|
54
54
|
.button-dropdown.gd-button-small.type-growIsBad::before,
|
55
55
|
.dropdown-body .gd-list-item.type-growIsBad::before,
|
56
56
|
.configuration-category label.type-growIsBad::before {
|
57
|
-
background: url("
|
57
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
|
58
58
|
}
|
59
59
|
.button-dropdown.gd-button-small.type-growIsBad.is-selected,
|
60
60
|
.dropdown-body .gd-list-item.type-growIsBad.is-selected,
|
@@ -69,23 +69,23 @@
|
|
69
69
|
.button-dropdown.gd-button-small.type-measure::before,
|
70
70
|
.dropdown-body .gd-list-item.type-measure::before,
|
71
71
|
.configuration-category label.type-measure::before {
|
72
|
-
background: url("
|
72
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
|
73
73
|
}
|
74
74
|
.button-dropdown.gd-button-small.type-metric::before,
|
75
75
|
.dropdown-body .gd-list-item.type-metric::before,
|
76
76
|
.configuration-category label.type-metric::before {
|
77
77
|
margin-top: 0;
|
78
|
-
background: url("
|
78
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
|
79
79
|
}
|
80
80
|
.button-dropdown.gd-button-small.type-attribute::before,
|
81
81
|
.dropdown-body .gd-list-item.type-attribute::before,
|
82
82
|
.configuration-category label.type-attribute::before {
|
83
|
-
background: url("
|
83
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
|
84
84
|
}
|
85
85
|
.button-dropdown.gd-button-small.type-date::before,
|
86
86
|
.dropdown-body .gd-list-item.type-date::before,
|
87
87
|
.configuration-category label.type-date::before {
|
88
|
-
background: url("
|
88
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
89
89
|
}
|
90
90
|
.button-dropdown.gd-button-small.type-comparison::before,
|
91
91
|
.dropdown-body .gd-list-item.type-comparison::before,
|
@@ -103,63 +103,63 @@
|
|
103
103
|
|
104
104
|
.gd-list-item .gd-icon-list::before {
|
105
105
|
content: "";
|
106
|
-
background: url("
|
106
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
|
107
107
|
width: 16px;
|
108
108
|
height: 16px;
|
109
109
|
display: inline-block;
|
110
110
|
}
|
111
111
|
.gd-list-item .gd-icon-save-as-new::before {
|
112
112
|
content: "";
|
113
|
-
background: url("
|
113
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
|
114
114
|
width: 16px;
|
115
115
|
height: 16px;
|
116
116
|
display: inline-block;
|
117
117
|
}
|
118
118
|
.gd-list-item .gd-icon-filter::before {
|
119
119
|
content: "";
|
120
|
-
background: url("
|
120
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
|
121
121
|
width: 16px;
|
122
122
|
height: 16px;
|
123
123
|
display: inline-block;
|
124
124
|
}
|
125
125
|
.gd-list-item .gd-icon-type-pdf::before {
|
126
126
|
content: "";
|
127
|
-
background: url("
|
127
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
|
128
128
|
width: 16px;
|
129
129
|
height: 16px;
|
130
130
|
display: inline-block;
|
131
131
|
}
|
132
132
|
.gd-list-item .gd-icon-type-sheet::before {
|
133
133
|
content: "";
|
134
|
-
background: url("
|
134
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
|
135
135
|
width: 16px;
|
136
136
|
height: 16px;
|
137
137
|
display: inline-block;
|
138
138
|
}
|
139
139
|
.gd-list-item .gd-icon-type-slides::before {
|
140
140
|
content: "";
|
141
|
-
background: url("
|
141
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
|
142
142
|
width: 16px;
|
143
143
|
height: 16px;
|
144
144
|
display: inline-block;
|
145
145
|
}
|
146
146
|
.gd-list-item .gd-icon-type-image::before {
|
147
147
|
content: "";
|
148
|
-
background: url("
|
148
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
|
149
149
|
width: 16px;
|
150
150
|
height: 16px;
|
151
151
|
display: inline-block;
|
152
152
|
}
|
153
153
|
.gd-list-item .gd-icon-type-csv-raw::before {
|
154
154
|
content: "";
|
155
|
-
background: url("
|
155
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
|
156
156
|
width: 16px;
|
157
157
|
height: 16px;
|
158
158
|
display: inline-block;
|
159
159
|
}
|
160
160
|
.gd-list-item .gd-icon-type-csv-formatted::before {
|
161
161
|
content: "";
|
162
|
-
background: url("
|
162
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
|
163
163
|
width: 16px;
|
164
164
|
height: 16px;
|
165
165
|
display: inline-block;
|
package/styles/css/main.css
CHANGED
@@ -886,8 +886,8 @@
|
|
886
886
|
/* allow vendor prefixes and disable max length */
|
887
887
|
@font-face {
|
888
888
|
font-family: "Indigo";
|
889
|
-
src: url("
|
890
|
-
src: url("
|
889
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot");
|
890
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot?#iefix") format("embedded-opentype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.ttf") format("truetype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.svg#Indigo-v2") format("svg");
|
891
891
|
font-weight: normal;
|
892
892
|
font-style: normal;
|
893
893
|
}
|
@@ -3072,8 +3072,8 @@ button.gd-list-item {
|
|
3072
3072
|
}
|
3073
3073
|
@font-face {
|
3074
3074
|
font-family: "Indigo";
|
3075
|
-
src: url("
|
3076
|
-
src: url("
|
3075
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot");
|
3076
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot?#iefix") format("embedded-opentype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.ttf") format("truetype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.svg#Indigo-v2") format("svg");
|
3077
3077
|
font-weight: normal;
|
3078
3078
|
font-style: normal;
|
3079
3079
|
}
|
@@ -5666,7 +5666,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
5666
5666
|
|
5667
5667
|
.gd-spinner {
|
5668
5668
|
display: inline-block;
|
5669
|
-
background-image: url("
|
5669
|
+
background-image: url("@gooddata/sdk-ui-kit/esm/assets/loading.svg");
|
5670
5670
|
background-repeat: no-repeat;
|
5671
5671
|
background-position: top left;
|
5672
5672
|
background-size: contain;
|
@@ -7147,8 +7147,8 @@ div.gd-empty-item-bubble {
|
|
7147
7147
|
|
7148
7148
|
@font-face {
|
7149
7149
|
font-family: "Indigo";
|
7150
|
-
src: url("
|
7151
|
-
src: url("
|
7150
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot");
|
7151
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot?#iefix") format("embedded-opentype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.ttf") format("truetype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.svg#Indigo-v2") format("svg");
|
7152
7152
|
font-weight: normal;
|
7153
7153
|
font-style: normal;
|
7154
7154
|
}
|
@@ -14076,8 +14076,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
14076
14076
|
}
|
14077
14077
|
@font-face {
|
14078
14078
|
font-family: "Indigo";
|
14079
|
-
src: url("
|
14080
|
-
src: url("
|
14079
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot");
|
14080
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot?#iefix") format("embedded-opentype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.ttf") format("truetype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.svg#Indigo-v2") format("svg");
|
14081
14081
|
font-weight: normal;
|
14082
14082
|
font-style: normal;
|
14083
14083
|
}
|
@@ -16670,7 +16670,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
16670
16670
|
|
16671
16671
|
.gd-spinner {
|
16672
16672
|
display: inline-block;
|
16673
|
-
background-image: url("
|
16673
|
+
background-image: url("@gooddata/sdk-ui-kit/esm/assets/loading.svg");
|
16674
16674
|
background-repeat: no-repeat;
|
16675
16675
|
background-position: top left;
|
16676
16676
|
background-size: contain;
|
@@ -17612,7 +17612,7 @@ div.gd-empty-item-bubble {
|
|
17612
17612
|
content: "";
|
17613
17613
|
width: 18px;
|
17614
17614
|
height: 20px;
|
17615
|
-
background-image: url("
|
17615
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
17616
17616
|
background-repeat: no-repeat;
|
17617
17617
|
background-position: left center;
|
17618
17618
|
background-size: contain;
|
@@ -17622,7 +17622,7 @@ div.gd-empty-item-bubble {
|
|
17622
17622
|
content: "";
|
17623
17623
|
width: 18px;
|
17624
17624
|
height: 20px;
|
17625
|
-
background-image: url("
|
17625
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
17626
17626
|
background-repeat: no-repeat;
|
17627
17627
|
background-position: left center;
|
17628
17628
|
background-size: contain;
|
@@ -17653,7 +17653,7 @@ div.gd-empty-item-bubble {
|
|
17653
17653
|
content: "";
|
17654
17654
|
width: 16px;
|
17655
17655
|
height: 16px;
|
17656
|
-
background-image: url("
|
17656
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
|
17657
17657
|
background-size: 16px 16px;
|
17658
17658
|
background-repeat: no-repeat;
|
17659
17659
|
}
|
@@ -19424,7 +19424,7 @@ figure {
|
|
19424
19424
|
height: 50px;
|
19425
19425
|
border: none;
|
19426
19426
|
cursor: pointer;
|
19427
|
-
background-image: url("
|
19427
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
|
19428
19428
|
background-color: transparent;
|
19429
19429
|
background-position: center center;
|
19430
19430
|
}
|
@@ -20662,7 +20662,7 @@ figure {
|
|
20662
20662
|
}
|
20663
20663
|
|
20664
20664
|
.dash-item-action.dash-item-action-alert.disabled {
|
20665
|
-
background-image: url("
|
20665
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/alert-bell-na.svg");
|
20666
20666
|
background-repeat: no-repeat;
|
20667
20667
|
background-position: center;
|
20668
20668
|
background-size: 16px;
|
@@ -20765,7 +20765,7 @@ figure {
|
|
20765
20765
|
background-color: var(--gd-palette-primary-base, #14b2e2);
|
20766
20766
|
}
|
20767
20767
|
.dash-item-action-delete.gd-icon-trash::before {
|
20768
|
-
content: url("
|
20768
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/trash.svg");
|
20769
20769
|
display: inline-block;
|
20770
20770
|
width: 20px;
|
20771
20771
|
height: 20px;
|
@@ -21122,7 +21122,7 @@ figure {
|
|
21122
21122
|
|
21123
21123
|
.add-kpi-placeholder::before,
|
21124
21124
|
.move-kpi-placeholder::before {
|
21125
|
-
background-image: url("
|
21125
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-kpi-placeholder.svg");
|
21126
21126
|
}
|
21127
21127
|
|
21128
21128
|
.add-attribute-filter-placeholder.disabled::before {
|
@@ -21130,7 +21130,7 @@ figure {
|
|
21130
21130
|
}
|
21131
21131
|
|
21132
21132
|
.add-attribute-filter-placeholder::before {
|
21133
|
-
background-image: url("
|
21133
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
|
21134
21134
|
}
|
21135
21135
|
|
21136
21136
|
.dropzone {
|
@@ -21332,7 +21332,7 @@ figure {
|
|
21332
21332
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
21333
21333
|
}
|
21334
21334
|
.drag-info-placeholder-box .gd-icon-insight::before {
|
21335
|
-
content: url("
|
21335
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
|
21336
21336
|
display: inline-block;
|
21337
21337
|
margin-right: 10px;
|
21338
21338
|
}
|
@@ -21434,7 +21434,7 @@ figure {
|
|
21434
21434
|
cursor: pointer;
|
21435
21435
|
}
|
21436
21436
|
.kpi-placeholder.select-measure {
|
21437
|
-
background: url("
|
21437
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
|
21438
21438
|
background-size: 130px;
|
21439
21439
|
}
|
21440
21440
|
|
@@ -23145,13 +23145,13 @@ figure {
|
|
23145
23145
|
.gd-powered-by-logo-img-large {
|
23146
23146
|
width: 165px;
|
23147
23147
|
height: 30px;
|
23148
|
-
background-image: url("
|
23148
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
|
23149
23149
|
background-size: 165px 30px;
|
23150
23150
|
}
|
23151
23151
|
.gd-powered-by-logo-img-small {
|
23152
23152
|
width: 146px;
|
23153
23153
|
height: 16px;
|
23154
|
-
background-image: url("
|
23154
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
|
23155
23155
|
background-size: 146px 16px;
|
23156
23156
|
}
|
23157
23157
|
|
@@ -24135,7 +24135,7 @@ figure {
|
|
24135
24135
|
max-width: 260px;
|
24136
24136
|
}
|
24137
24137
|
.gd-container-tooltip__image {
|
24138
|
-
background-image: url("
|
24138
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
|
24139
24139
|
background-repeat: no-repeat;
|
24140
24140
|
background-position: left top;
|
24141
24141
|
background-size: contain;
|
@@ -24180,7 +24180,7 @@ figure {
|
|
24180
24180
|
.button-dropdown.gd-button-small.type-growIsGood::before,
|
24181
24181
|
.dropdown-body .gd-list-item.type-growIsGood::before,
|
24182
24182
|
.configuration-category label.type-growIsGood::before {
|
24183
|
-
background: url("
|
24183
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
|
24184
24184
|
}
|
24185
24185
|
.button-dropdown.gd-button-small.type-growIsGood.is-selected,
|
24186
24186
|
.dropdown-body .gd-list-item.type-growIsGood.is-selected,
|
@@ -24200,7 +24200,7 @@ figure {
|
|
24200
24200
|
.button-dropdown.gd-button-small.type-growIsBad::before,
|
24201
24201
|
.dropdown-body .gd-list-item.type-growIsBad::before,
|
24202
24202
|
.configuration-category label.type-growIsBad::before {
|
24203
|
-
background: url("
|
24203
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
|
24204
24204
|
}
|
24205
24205
|
.button-dropdown.gd-button-small.type-growIsBad.is-selected,
|
24206
24206
|
.dropdown-body .gd-list-item.type-growIsBad.is-selected,
|
@@ -24215,23 +24215,23 @@ figure {
|
|
24215
24215
|
.button-dropdown.gd-button-small.type-measure::before,
|
24216
24216
|
.dropdown-body .gd-list-item.type-measure::before,
|
24217
24217
|
.configuration-category label.type-measure::before {
|
24218
|
-
background: url("
|
24218
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
|
24219
24219
|
}
|
24220
24220
|
.button-dropdown.gd-button-small.type-metric::before,
|
24221
24221
|
.dropdown-body .gd-list-item.type-metric::before,
|
24222
24222
|
.configuration-category label.type-metric::before {
|
24223
24223
|
margin-top: 0;
|
24224
|
-
background: url("
|
24224
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
|
24225
24225
|
}
|
24226
24226
|
.button-dropdown.gd-button-small.type-attribute::before,
|
24227
24227
|
.dropdown-body .gd-list-item.type-attribute::before,
|
24228
24228
|
.configuration-category label.type-attribute::before {
|
24229
|
-
background: url("
|
24229
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
|
24230
24230
|
}
|
24231
24231
|
.button-dropdown.gd-button-small.type-date::before,
|
24232
24232
|
.dropdown-body .gd-list-item.type-date::before,
|
24233
24233
|
.configuration-category label.type-date::before {
|
24234
|
-
background: url("
|
24234
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
24235
24235
|
}
|
24236
24236
|
.button-dropdown.gd-button-small.type-comparison::before,
|
24237
24237
|
.dropdown-body .gd-list-item.type-comparison::before,
|
@@ -24249,63 +24249,63 @@ figure {
|
|
24249
24249
|
|
24250
24250
|
.gd-list-item .gd-icon-list::before {
|
24251
24251
|
content: "";
|
24252
|
-
background: url("
|
24252
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
|
24253
24253
|
width: 16px;
|
24254
24254
|
height: 16px;
|
24255
24255
|
display: inline-block;
|
24256
24256
|
}
|
24257
24257
|
.gd-list-item .gd-icon-save-as-new::before {
|
24258
24258
|
content: "";
|
24259
|
-
background: url("
|
24259
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
|
24260
24260
|
width: 16px;
|
24261
24261
|
height: 16px;
|
24262
24262
|
display: inline-block;
|
24263
24263
|
}
|
24264
24264
|
.gd-list-item .gd-icon-filter::before {
|
24265
24265
|
content: "";
|
24266
|
-
background: url("
|
24266
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
|
24267
24267
|
width: 16px;
|
24268
24268
|
height: 16px;
|
24269
24269
|
display: inline-block;
|
24270
24270
|
}
|
24271
24271
|
.gd-list-item .gd-icon-type-pdf::before {
|
24272
24272
|
content: "";
|
24273
|
-
background: url("
|
24273
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
|
24274
24274
|
width: 16px;
|
24275
24275
|
height: 16px;
|
24276
24276
|
display: inline-block;
|
24277
24277
|
}
|
24278
24278
|
.gd-list-item .gd-icon-type-sheet::before {
|
24279
24279
|
content: "";
|
24280
|
-
background: url("
|
24280
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
|
24281
24281
|
width: 16px;
|
24282
24282
|
height: 16px;
|
24283
24283
|
display: inline-block;
|
24284
24284
|
}
|
24285
24285
|
.gd-list-item .gd-icon-type-slides::before {
|
24286
24286
|
content: "";
|
24287
|
-
background: url("
|
24287
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
|
24288
24288
|
width: 16px;
|
24289
24289
|
height: 16px;
|
24290
24290
|
display: inline-block;
|
24291
24291
|
}
|
24292
24292
|
.gd-list-item .gd-icon-type-image::before {
|
24293
24293
|
content: "";
|
24294
|
-
background: url("
|
24294
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
|
24295
24295
|
width: 16px;
|
24296
24296
|
height: 16px;
|
24297
24297
|
display: inline-block;
|
24298
24298
|
}
|
24299
24299
|
.gd-list-item .gd-icon-type-csv-raw::before {
|
24300
24300
|
content: "";
|
24301
|
-
background: url("
|
24301
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
|
24302
24302
|
width: 16px;
|
24303
24303
|
height: 16px;
|
24304
24304
|
display: inline-block;
|
24305
24305
|
}
|
24306
24306
|
.gd-list-item .gd-icon-type-csv-formatted::before {
|
24307
24307
|
content: "";
|
24308
|
-
background: url("
|
24308
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
|
24309
24309
|
width: 16px;
|
24310
24310
|
height: 16px;
|
24311
24311
|
display: inline-block;
|
@@ -24719,7 +24719,7 @@ figure {
|
|
24719
24719
|
display: block;
|
24720
24720
|
width: 18px;
|
24721
24721
|
height: 24px;
|
24722
|
-
background: url("
|
24722
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
24723
24723
|
}
|
24724
24724
|
|
24725
24725
|
.dash-width-resizer-container {
|
@@ -25145,7 +25145,7 @@ figure {
|
|
25145
25145
|
display: block;
|
25146
25146
|
width: 18px;
|
25147
25147
|
height: 24px;
|
25148
|
-
background-image: url("
|
25148
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
25149
25149
|
background-repeat: no-repeat;
|
25150
25150
|
background-position: left top;
|
25151
25151
|
background-size: contain;
|
@@ -25157,20 +25157,20 @@ figure {
|
|
25157
25157
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
25158
25158
|
}
|
25159
25159
|
.gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item::before {
|
25160
|
-
background-image: url("
|
25160
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
25161
25161
|
}
|
25162
25162
|
.gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item::before {
|
25163
|
-
background-image: url("
|
25163
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
|
25164
25164
|
top: 8px;
|
25165
25165
|
height: 18px;
|
25166
25166
|
}
|
25167
25167
|
.gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item::before {
|
25168
|
-
background-image: url("
|
25168
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
|
25169
25169
|
}
|
25170
25170
|
.gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item::before {
|
25171
25171
|
top: 9px;
|
25172
25172
|
height: 16px;
|
25173
|
-
background-image: url("
|
25173
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
|
25174
25174
|
}
|
25175
25175
|
|
25176
25176
|
.drill-config-empty-hierarchy-target {
|
@@ -25243,7 +25243,7 @@ figure {
|
|
25243
25243
|
display: block;
|
25244
25244
|
width: 18px;
|
25245
25245
|
height: 24px;
|
25246
|
-
background-image: url("
|
25246
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
|
25247
25247
|
background-repeat: no-repeat;
|
25248
25248
|
background-position: left top;
|
25249
25249
|
background-size: contain;
|
@@ -25275,16 +25275,16 @@ figure {
|
|
25275
25275
|
background-repeat: no-repeat;
|
25276
25276
|
}
|
25277
25277
|
.gd-drill-config-measure-item .dm-button-icon-metric {
|
25278
|
-
background-image: url("
|
25278
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
|
25279
25279
|
}
|
25280
25280
|
.gd-drill-config-measure-item .dm-button-icon-measure {
|
25281
|
-
background-image: url("
|
25281
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
25282
25282
|
}
|
25283
25283
|
.gd-drill-config-measure-item .dm-button-icon-attribute {
|
25284
|
-
background-image: url("
|
25284
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
|
25285
25285
|
}
|
25286
25286
|
.gd-drill-config-measure-item .dm-button-icon-date {
|
25287
|
-
background-image: url("
|
25287
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
|
25288
25288
|
}
|
25289
25289
|
.gd-drill-config-measure-item .dm-button-title {
|
25290
25290
|
overflow: hidden;
|
@@ -25424,21 +25424,21 @@ figure {
|
|
25424
25424
|
}
|
25425
25425
|
.gd-drill-config-panel-target .gd-icon-drill-to-dashboard::before,
|
25426
25426
|
.drill-config-target .gd-icon-drill-to-dashboard::before {
|
25427
|
-
background-image: url("
|
25427
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
|
25428
25428
|
}
|
25429
25429
|
.gd-drill-config-panel-target .gd-icon-drill-to-insight::before,
|
25430
25430
|
.drill-config-target .gd-icon-drill-to-insight::before {
|
25431
|
-
background-image: url("
|
25431
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
|
25432
25432
|
}
|
25433
25433
|
.gd-drill-config-panel-target .gd-icon-drill-down::before,
|
25434
25434
|
.drill-config-target .gd-icon-drill-down::before {
|
25435
|
-
background-image: url("
|
25435
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
|
25436
25436
|
background-repeat: no-repeat;
|
25437
25437
|
top: 1px;
|
25438
25438
|
}
|
25439
25439
|
.gd-drill-config-panel-target .gd-icon-attribute-hierarchy::before,
|
25440
25440
|
.drill-config-target .gd-icon-attribute-hierarchy::before {
|
25441
|
-
background-image: url("
|
25441
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
|
25442
25442
|
background-repeat: no-repeat;
|
25443
25443
|
top: 1px;
|
25444
25444
|
}
|
@@ -382,7 +382,7 @@
|
|
382
382
|
height: 50px;
|
383
383
|
border: none;
|
384
384
|
cursor: pointer;
|
385
|
-
background-image: url("
|
385
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
|
386
386
|
background-color: transparent;
|
387
387
|
background-position: center center;
|
388
388
|
}
|
@@ -20,13 +20,13 @@
|
|
20
20
|
.gd-powered-by-logo-img-large {
|
21
21
|
width: 165px;
|
22
22
|
height: 30px;
|
23
|
-
background-image: url("
|
23
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
|
24
24
|
background-size: 165px 30px;
|
25
25
|
}
|
26
26
|
.gd-powered-by-logo-img-small {
|
27
27
|
width: 146px;
|
28
28
|
height: 16px;
|
29
|
-
background-image: url("
|
29
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
|
30
30
|
background-size: 146px 16px;
|
31
31
|
}
|
32
32
|
|
package/styles/css/sidebar.css
CHANGED
@@ -95,7 +95,7 @@
|
|
95
95
|
max-width: 260px;
|
96
96
|
}
|
97
97
|
.gd-container-tooltip__image {
|
98
|
-
background-image: url("
|
98
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
|
99
99
|
background-repeat: no-repeat;
|
100
100
|
background-position: left top;
|
101
101
|
background-size: contain;
|
@@ -359,6 +359,6 @@
|
|
359
359
|
display: block;
|
360
360
|
width: 18px;
|
361
361
|
height: 24px;
|
362
|
-
background: url("
|
362
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
363
363
|
}
|
364
364
|
}
|
@@ -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;
|