@gooddata/sdk-ui-dashboard 10.33.0-alpha.28 → 10.33.0-alpha.3

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 (75) hide show
  1. package/NOTICE +7 -7
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/__version.js.map +1 -1
  6. package/esm/model/commandHandlers/layout/containerWidthSanitization.d.ts +3 -16
  7. package/esm/model/commandHandlers/layout/containerWidthSanitization.d.ts.map +1 -1
  8. package/esm/model/commandHandlers/layout/containerWidthSanitization.js +6 -39
  9. package/esm/model/commandHandlers/layout/containerWidthSanitization.js.map +1 -1
  10. package/esm/model/commandHandlers/layout/moveSectionItemHandler.d.ts.map +1 -1
  11. package/esm/model/commandHandlers/layout/moveSectionItemHandler.js +7 -10
  12. package/esm/model/commandHandlers/layout/moveSectionItemHandler.js.map +1 -1
  13. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.d.ts.map +1 -1
  14. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js +6 -9
  15. package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js.map +1 -1
  16. package/esm/model/commandHandlers/layout/toggleLayoutDirectionHandler.d.ts.map +1 -1
  17. package/esm/model/commandHandlers/layout/toggleLayoutDirectionHandler.js +1 -32
  18. package/esm/model/commandHandlers/layout/toggleLayoutDirectionHandler.js.map +1 -1
  19. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
  20. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +7 -8
  21. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js.map +1 -1
  22. package/esm/model/store/config/configSelectors.d.ts +6 -0
  23. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  24. package/esm/model/store/config/configSelectors.js +8 -0
  25. package/esm/model/store/config/configSelectors.js.map +1 -1
  26. package/esm/model/store/index.d.ts +1 -1
  27. package/esm/model/store/index.d.ts.map +1 -1
  28. package/esm/model/store/index.js +1 -1
  29. package/esm/model/store/index.js.map +1 -1
  30. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.d.ts.map +1 -1
  31. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +11 -6
  32. package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js.map +1 -1
  33. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  34. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +3 -2
  35. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  36. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts.map +1 -1
  37. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js +1 -14
  38. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js.map +1 -1
  39. package/esm/presentation/localization/bundles/en-US.json +5 -0
  40. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +5 -0
  41. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  42. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +5 -0
  43. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  44. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.d.ts.map +1 -1
  45. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js +2 -13
  46. package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js.map +1 -1
  47. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.d.ts.map +1 -1
  48. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js +3 -3
  49. package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js.map +1 -1
  50. package/esm/sdk-ui-dashboard.d.ts +7 -0
  51. package/package.json +16 -17
  52. package/styles/css/attributeFilterConfig.css +1 -1
  53. package/styles/css/dashboard.css +3 -3
  54. package/styles/css/dragAndDrop.css +7 -8
  55. package/styles/css/dragAndDrop.css.map +1 -1
  56. package/styles/css/drillConfigPanel.css +14 -14
  57. package/styles/css/icons.css +15 -15
  58. package/styles/css/main.css +56 -57
  59. package/styles/css/main.css.map +1 -1
  60. package/styles/css/notifications_channels_dialog.css +1 -1
  61. package/styles/css/poweredByGDLogo.css +2 -2
  62. package/styles/css/sidebar.css +1 -1
  63. package/styles/scss/attributeFilterConfig.scss +1 -1
  64. package/styles/scss/dashboard.scss +2 -2
  65. package/styles/scss/dragAndDrop.scss +8 -8
  66. package/styles/scss/drillConfigPanel.scss +14 -14
  67. package/styles/scss/icons.scss +15 -15
  68. package/styles/scss/notifications_channels_dialog.scss +1 -1
  69. package/styles/scss/poweredByGDLogo.scss +3 -3
  70. package/styles/scss/sidebar.scss +1 -1
  71. package/esm/assets/flexible-layouts-tooltip.gif +0 -0
  72. package/esm/model/commandHandlers/layout/rowContainerSanitization.d.ts +0 -15
  73. package/esm/model/commandHandlers/layout/rowContainerSanitization.d.ts.map +0 -1
  74. package/esm/model/commandHandlers/layout/rowContainerSanitization.js +0 -82
  75. package/esm/model/commandHandlers/layout/rowContainerSanitization.js.map +0 -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,15 +21122,14 @@ 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");
21126
- }
21127
-
21128
- .add-attribute-filter-placeholder.disabled::before {
21129
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder-disabled.svg");
21125
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/add-kpi-placeholder.svg");
21130
21126
  }
21131
21127
 
21132
21128
  .add-attribute-filter-placeholder::before {
21133
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
21129
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
21130
+ }
21131
+ .add-attribute-filter-placeholder::before:disabled {
21132
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder-disabled.svg");
21134
21133
  }
21135
21134
 
21136
21135
  .dropzone {
@@ -21332,7 +21331,7 @@ figure {
21332
21331
  color: var(--gd-palette-complementary-6, #94a1ad);
21333
21332
  }
21334
21333
  .drag-info-placeholder-box .gd-icon-insight::before {
21335
- content: url("@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
21334
+ content: url("~@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
21336
21335
  display: inline-block;
21337
21336
  margin-right: 10px;
21338
21337
  }
@@ -21434,7 +21433,7 @@ figure {
21434
21433
  cursor: pointer;
21435
21434
  }
21436
21435
  .kpi-placeholder.select-measure {
21437
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
21436
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
21438
21437
  background-size: 130px;
21439
21438
  }
21440
21439
 
@@ -23145,13 +23144,13 @@ figure {
23145
23144
  .gd-powered-by-logo-img-large {
23146
23145
  width: 165px;
23147
23146
  height: 30px;
23148
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
23147
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
23149
23148
  background-size: 165px 30px;
23150
23149
  }
23151
23150
  .gd-powered-by-logo-img-small {
23152
23151
  width: 146px;
23153
23152
  height: 16px;
23154
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
23153
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
23155
23154
  background-size: 146px 16px;
23156
23155
  }
23157
23156
 
@@ -24135,7 +24134,7 @@ figure {
24135
24134
  max-width: 260px;
24136
24135
  }
24137
24136
  .gd-container-tooltip__image {
24138
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
24137
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
24139
24138
  background-repeat: no-repeat;
24140
24139
  background-position: left top;
24141
24140
  background-size: contain;
@@ -24180,7 +24179,7 @@ figure {
24180
24179
  .button-dropdown.gd-button-small.type-growIsGood::before,
24181
24180
  .dropdown-body .gd-list-item.type-growIsGood::before,
24182
24181
  .configuration-category label.type-growIsGood::before {
24183
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
24182
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
24184
24183
  }
24185
24184
  .button-dropdown.gd-button-small.type-growIsGood.is-selected,
24186
24185
  .dropdown-body .gd-list-item.type-growIsGood.is-selected,
@@ -24200,7 +24199,7 @@ figure {
24200
24199
  .button-dropdown.gd-button-small.type-growIsBad::before,
24201
24200
  .dropdown-body .gd-list-item.type-growIsBad::before,
24202
24201
  .configuration-category label.type-growIsBad::before {
24203
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
24202
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
24204
24203
  }
24205
24204
  .button-dropdown.gd-button-small.type-growIsBad.is-selected,
24206
24205
  .dropdown-body .gd-list-item.type-growIsBad.is-selected,
@@ -24215,23 +24214,23 @@ figure {
24215
24214
  .button-dropdown.gd-button-small.type-measure::before,
24216
24215
  .dropdown-body .gd-list-item.type-measure::before,
24217
24216
  .configuration-category label.type-measure::before {
24218
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
24217
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
24219
24218
  }
24220
24219
  .button-dropdown.gd-button-small.type-metric::before,
24221
24220
  .dropdown-body .gd-list-item.type-metric::before,
24222
24221
  .configuration-category label.type-metric::before {
24223
24222
  margin-top: 0;
24224
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
24223
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
24225
24224
  }
24226
24225
  .button-dropdown.gd-button-small.type-attribute::before,
24227
24226
  .dropdown-body .gd-list-item.type-attribute::before,
24228
24227
  .configuration-category label.type-attribute::before {
24229
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
24228
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
24230
24229
  }
24231
24230
  .button-dropdown.gd-button-small.type-date::before,
24232
24231
  .dropdown-body .gd-list-item.type-date::before,
24233
24232
  .configuration-category label.type-date::before {
24234
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
24233
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
24235
24234
  }
24236
24235
  .button-dropdown.gd-button-small.type-comparison::before,
24237
24236
  .dropdown-body .gd-list-item.type-comparison::before,
@@ -24249,63 +24248,63 @@ figure {
24249
24248
 
24250
24249
  .gd-list-item .gd-icon-list::before {
24251
24250
  content: "";
24252
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
24251
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
24253
24252
  width: 16px;
24254
24253
  height: 16px;
24255
24254
  display: inline-block;
24256
24255
  }
24257
24256
  .gd-list-item .gd-icon-save-as-new::before {
24258
24257
  content: "";
24259
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
24258
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
24260
24259
  width: 16px;
24261
24260
  height: 16px;
24262
24261
  display: inline-block;
24263
24262
  }
24264
24263
  .gd-list-item .gd-icon-filter::before {
24265
24264
  content: "";
24266
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
24265
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
24267
24266
  width: 16px;
24268
24267
  height: 16px;
24269
24268
  display: inline-block;
24270
24269
  }
24271
24270
  .gd-list-item .gd-icon-type-pdf::before {
24272
24271
  content: "";
24273
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
24272
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
24274
24273
  width: 16px;
24275
24274
  height: 16px;
24276
24275
  display: inline-block;
24277
24276
  }
24278
24277
  .gd-list-item .gd-icon-type-sheet::before {
24279
24278
  content: "";
24280
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
24279
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
24281
24280
  width: 16px;
24282
24281
  height: 16px;
24283
24282
  display: inline-block;
24284
24283
  }
24285
24284
  .gd-list-item .gd-icon-type-slides::before {
24286
24285
  content: "";
24287
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
24286
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
24288
24287
  width: 16px;
24289
24288
  height: 16px;
24290
24289
  display: inline-block;
24291
24290
  }
24292
24291
  .gd-list-item .gd-icon-type-image::before {
24293
24292
  content: "";
24294
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
24293
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
24295
24294
  width: 16px;
24296
24295
  height: 16px;
24297
24296
  display: inline-block;
24298
24297
  }
24299
24298
  .gd-list-item .gd-icon-type-csv-raw::before {
24300
24299
  content: "";
24301
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
24300
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
24302
24301
  width: 16px;
24303
24302
  height: 16px;
24304
24303
  display: inline-block;
24305
24304
  }
24306
24305
  .gd-list-item .gd-icon-type-csv-formatted::before {
24307
24306
  content: "";
24308
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
24307
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
24309
24308
  width: 16px;
24310
24309
  height: 16px;
24311
24310
  display: inline-block;
@@ -24719,7 +24718,7 @@ figure {
24719
24718
  display: block;
24720
24719
  width: 18px;
24721
24720
  height: 24px;
24722
- background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
24721
+ background: url("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
24723
24722
  }
24724
24723
 
24725
24724
  .dash-width-resizer-container {
@@ -25145,7 +25144,7 @@ figure {
25145
25144
  display: block;
25146
25145
  width: 18px;
25147
25146
  height: 24px;
25148
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
25147
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
25149
25148
  background-repeat: no-repeat;
25150
25149
  background-position: left top;
25151
25150
  background-size: contain;
@@ -25157,20 +25156,20 @@ figure {
25157
25156
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
25158
25157
  }
25159
25158
  .gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item::before {
25160
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
25159
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
25161
25160
  }
25162
25161
  .gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item::before {
25163
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
25162
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
25164
25163
  top: 8px;
25165
25164
  height: 18px;
25166
25165
  }
25167
25166
  .gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item::before {
25168
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
25167
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
25169
25168
  }
25170
25169
  .gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item::before {
25171
25170
  top: 9px;
25172
25171
  height: 16px;
25173
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
25172
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
25174
25173
  }
25175
25174
 
25176
25175
  .drill-config-empty-hierarchy-target {
@@ -25243,7 +25242,7 @@ figure {
25243
25242
  display: block;
25244
25243
  width: 18px;
25245
25244
  height: 24px;
25246
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
25245
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
25247
25246
  background-repeat: no-repeat;
25248
25247
  background-position: left top;
25249
25248
  background-size: contain;
@@ -25275,16 +25274,16 @@ figure {
25275
25274
  background-repeat: no-repeat;
25276
25275
  }
25277
25276
  .gd-drill-config-measure-item .dm-button-icon-metric {
25278
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
25277
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
25279
25278
  }
25280
25279
  .gd-drill-config-measure-item .dm-button-icon-measure {
25281
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
25280
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
25282
25281
  }
25283
25282
  .gd-drill-config-measure-item .dm-button-icon-attribute {
25284
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
25283
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
25285
25284
  }
25286
25285
  .gd-drill-config-measure-item .dm-button-icon-date {
25287
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
25286
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
25288
25287
  }
25289
25288
  .gd-drill-config-measure-item .dm-button-title {
25290
25289
  overflow: hidden;
@@ -25424,21 +25423,21 @@ figure {
25424
25423
  }
25425
25424
  .gd-drill-config-panel-target .gd-icon-drill-to-dashboard::before,
25426
25425
  .drill-config-target .gd-icon-drill-to-dashboard::before {
25427
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
25426
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
25428
25427
  }
25429
25428
  .gd-drill-config-panel-target .gd-icon-drill-to-insight::before,
25430
25429
  .drill-config-target .gd-icon-drill-to-insight::before {
25431
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
25430
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
25432
25431
  }
25433
25432
  .gd-drill-config-panel-target .gd-icon-drill-down::before,
25434
25433
  .drill-config-target .gd-icon-drill-down::before {
25435
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
25434
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
25436
25435
  background-repeat: no-repeat;
25437
25436
  top: 1px;
25438
25437
  }
25439
25438
  .gd-drill-config-panel-target .gd-icon-attribute-hierarchy::before,
25440
25439
  .drill-config-target .gd-icon-attribute-hierarchy::before {
25441
- background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
25440
+ background-image: url("~@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
25442
25441
  background-repeat: no-repeat;
25443
25442
  top: 1px;
25444
25443
  }