@gooddata/sdk-ui-kit 11.27.0-alpha.4 → 11.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,6 +57,9 @@
57
57
  padding: 15px 0;
58
58
 
59
59
  &-title {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 5px;
60
63
  flex-shrink: 0;
61
64
  font-size: 14px;
62
65
  line-height: 23px;
@@ -105,6 +105,9 @@ $visualization-types:
105
105
  }
106
106
 
107
107
  .gd-visualizations-list-item-content-name {
108
+ display: flex;
109
+ align-items: center;
110
+ gap: 4px;
108
111
  line-height: 14px;
109
112
  color: variables.$gd-color-text;
110
113
  font-size: 12px;
@@ -131,6 +134,11 @@ $visualization-types:
131
134
  flex: 0 0 15px;
132
135
  padding-top: 8px;
133
136
  padding-left: 10px;
137
+
138
+ // When actions are missing, compensate the whitespace.
139
+ &:first-child {
140
+ margin-right: 15px;
141
+ }
134
142
  }
135
143
 
136
144
  .gd-visualizations-list-item-actions {
@@ -159,11 +167,6 @@ $visualization-types:
159
167
  }
160
168
  }
161
169
  }
162
-
163
- .gd-icon-lock {
164
- color: variables.$gd-color-state-blank;
165
- margin-right: 4px;
166
- }
167
170
  }
168
171
 
169
172
  .gd-visualizations-list-item-actions {
@@ -8,6 +8,7 @@
8
8
  @use "bubble";
9
9
  @use "button";
10
10
  @use "datepicker";
11
+ @use "csvDelimiterPicker";
11
12
  @use "dialog";
12
13
  @use "form";
13
14
  @use "measureNumberFormat";