@gooddata/sdk-ui-vis-commons 11.16.0 → 11.17.0-alpha.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-vis-commons",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.17.0-alpha.1",
|
|
4
4
|
"description": "GoodData.UI SDK - common functionality for different types of visualizations",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"react-intl": "7.1.11",
|
|
37
37
|
"react-measure": "^2.5.2",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/sdk-backend-spi": "11.
|
|
40
|
-
"@gooddata/sdk-
|
|
41
|
-
"@gooddata/sdk-ui-kit": "11.
|
|
42
|
-
"@gooddata/sdk-
|
|
43
|
-
"@gooddata/sdk-ui-theme-provider": "11.
|
|
39
|
+
"@gooddata/sdk-backend-spi": "11.17.0-alpha.1",
|
|
40
|
+
"@gooddata/sdk-model": "11.17.0-alpha.1",
|
|
41
|
+
"@gooddata/sdk-ui-kit": "11.17.0-alpha.1",
|
|
42
|
+
"@gooddata/sdk-ui": "11.17.0-alpha.1",
|
|
43
|
+
"@gooddata/sdk-ui-theme-provider": "11.17.0-alpha.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"typescript": "5.9.3",
|
|
83
83
|
"vitest": "4.0.8",
|
|
84
84
|
"vitest-dom": "0.1.1",
|
|
85
|
-
"@gooddata/eslint-config": "11.
|
|
86
|
-
"@gooddata/
|
|
87
|
-
"@gooddata/
|
|
85
|
+
"@gooddata/eslint-config": "11.17.0-alpha.1",
|
|
86
|
+
"@gooddata/reference-workspace": "11.17.0-alpha.1",
|
|
87
|
+
"@gooddata/sdk-backend-mockingbird": "11.17.0-alpha.1"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -117,7 +117,7 @@ $legend-paging-background: #eee;
|
|
|
117
117
|
&.gd-small,
|
|
118
118
|
&.gd-shortened-label {
|
|
119
119
|
display: flex;
|
|
120
|
-
flex-flow: column
|
|
120
|
+
flex-flow: column wrap;
|
|
121
121
|
|
|
122
122
|
.headline-compare-section-item {
|
|
123
123
|
width: 100%;
|
|
@@ -155,12 +155,6 @@ $legend-paging-background: #eee;
|
|
|
155
155
|
|
|
156
156
|
.headline-tertiary-item,
|
|
157
157
|
.headline-compare-item:nth-child(1) {
|
|
158
|
-
padding: 10px 0 0;
|
|
159
|
-
text-align: center;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.headline-secondary-item,
|
|
163
|
-
.headline-compare-item:nth-child(2) {
|
|
164
158
|
border-left: 0;
|
|
165
159
|
border-bottom: 1px dashed
|
|
166
160
|
var(
|
|
@@ -173,6 +167,13 @@ $legend-paging-background: #eee;
|
|
|
173
167
|
padding: 0 0 10px;
|
|
174
168
|
text-align: center;
|
|
175
169
|
}
|
|
170
|
+
|
|
171
|
+
.headline-secondary-item,
|
|
172
|
+
.headline-compare-item:nth-child(2) {
|
|
173
|
+
padding: 10px 0 0;
|
|
174
|
+
text-align: center;
|
|
175
|
+
border-left: none;
|
|
176
|
+
}
|
|
176
177
|
}
|
|
177
178
|
|
|
178
179
|
&.gd-shortened-label,
|