@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.
Files changed (28) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.d.ts.map +1 -1
  4. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +6 -11
  5. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js.map +1 -1
  6. package/esm/presentation/localization/bundles/en-US.json +0 -5
  7. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +0 -5
  8. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  9. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +0 -5
  10. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  11. package/package.json +15 -15
  12. package/styles/css/attributeFilterConfig.css +1 -1
  13. package/styles/css/dashboard.css +3 -3
  14. package/styles/css/dragAndDrop.css +4 -4
  15. package/styles/css/drillConfigPanel.css +14 -14
  16. package/styles/css/icons.css +15 -15
  17. package/styles/css/main.css +53 -53
  18. package/styles/css/notifications_channels_dialog.css +1 -1
  19. package/styles/css/poweredByGDLogo.css +2 -2
  20. package/styles/css/sidebar.css +1 -1
  21. package/styles/scss/attributeFilterConfig.scss +1 -1
  22. package/styles/scss/dashboard.scss +2 -2
  23. package/styles/scss/dragAndDrop.scss +4 -4
  24. package/styles/scss/drillConfigPanel.scss +14 -14
  25. package/styles/scss/icons.scss +15 -15
  26. package/styles/scss/notifications_channels_dialog.scss +1 -1
  27. package/styles/scss/poweredByGDLogo.scss +3 -3
  28. package/styles/scss/sidebar.scss +1 -1
@@ -104,7 +104,7 @@
104
104
  display: block;
105
105
  width: 18px;
106
106
  height: 24px;
107
- background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
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
  }
@@ -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("~@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
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;
@@ -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("~@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");
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("~@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");
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("~@gooddata/sdk-ui-kit/esm/assets/loading.svg");
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("~@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");
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("~@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");
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("~@gooddata/sdk-ui-kit/esm/assets/loading.svg");
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("~@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
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("~@gooddata/sdk-ui-kit/styles/icons/date.svg");
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("~@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/alert-bell-na.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/trash.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/add-kpi-placeholder.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
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("~@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
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("~@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
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("~@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
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("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
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("~@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
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("~@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
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
 
@@ -95,7 +95,7 @@
95
95
  max-width: 260px;
96
96
  }
97
97
  .gd-container-tooltip__image {
98
- background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
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("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
362
+ background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
363
363
  }
364
364
  }