@gooddata/sdk-ui-dashboard 10.34.0-alpha.2 → 10.34.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.
package/esm/__version.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const LIB_VERSION = "10.34.0-alpha.
|
1
|
+
export declare const LIB_VERSION = "10.34.0-alpha.3";
|
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.34.0-alpha.
|
3
|
+
"version": "10.34.0-alpha.3",
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -60,17 +60,17 @@
|
|
60
60
|
"@codemirror/language": "~6.11.0",
|
61
61
|
"@lezer/highlight": "~1.2.1",
|
62
62
|
"@react-aria/interactions": "^3",
|
63
|
-
"@gooddata/sdk-backend-
|
64
|
-
"@gooddata/sdk-backend-
|
65
|
-
"@gooddata/sdk-model": "10.34.0-alpha.
|
66
|
-
"@gooddata/sdk-ui": "10.34.0-alpha.
|
67
|
-
"@gooddata/sdk-ui-ext": "10.34.0-alpha.
|
68
|
-
"@gooddata/sdk-ui-filters": "10.34.0-alpha.
|
69
|
-
"@gooddata/sdk-ui-geo": "10.34.0-alpha.
|
70
|
-
"@gooddata/sdk-ui-kit": "10.34.0-alpha.
|
71
|
-
"@gooddata/sdk-ui-theme-provider": "10.34.0-alpha.
|
72
|
-
"@gooddata/
|
73
|
-
"@gooddata/
|
63
|
+
"@gooddata/sdk-backend-spi": "10.34.0-alpha.3",
|
64
|
+
"@gooddata/sdk-backend-base": "10.34.0-alpha.3",
|
65
|
+
"@gooddata/sdk-model": "10.34.0-alpha.3",
|
66
|
+
"@gooddata/sdk-ui": "10.34.0-alpha.3",
|
67
|
+
"@gooddata/sdk-ui-ext": "10.34.0-alpha.3",
|
68
|
+
"@gooddata/sdk-ui-filters": "10.34.0-alpha.3",
|
69
|
+
"@gooddata/sdk-ui-geo": "10.34.0-alpha.3",
|
70
|
+
"@gooddata/sdk-ui-kit": "10.34.0-alpha.3",
|
71
|
+
"@gooddata/sdk-ui-theme-provider": "10.34.0-alpha.3",
|
72
|
+
"@gooddata/sdk-ui-vis-commons": "10.34.0-alpha.3",
|
73
|
+
"@gooddata/util": "10.34.0-alpha.3"
|
74
74
|
},
|
75
75
|
"peerDependencies": {
|
76
76
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -122,9 +122,9 @@
|
|
122
122
|
"typescript": "5.3.3",
|
123
123
|
"vitest": "3.0.8",
|
124
124
|
"vitest-dom": "0.1.1",
|
125
|
-
"@gooddata/
|
126
|
-
"@gooddata/
|
127
|
-
"@gooddata/
|
125
|
+
"@gooddata/i18n-toolkit": "10.34.0-alpha.3",
|
126
|
+
"@gooddata/reference-workspace": "10.34.0-alpha.3",
|
127
|
+
"@gooddata/sdk-backend-mockingbird": "10.34.0-alpha.3"
|
128
128
|
},
|
129
129
|
"scripts": {
|
130
130
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
package/styles/css/main.css
CHANGED
@@ -23451,7 +23451,7 @@ figure {
|
|
23451
23451
|
margin: 25px 0 0 0;
|
23452
23452
|
}
|
23453
23453
|
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel {
|
23454
|
-
max-height:
|
23454
|
+
max-height: 350px;
|
23455
23455
|
overflow-x: hidden;
|
23456
23456
|
overflow-y: auto;
|
23457
23457
|
padding: 0;
|
@@ -100,7 +100,7 @@ $gd-dashboards-title-backgroundColor: var(
|
|
100
100
|
$gd-configuration-alert-content-height: 400px;
|
101
101
|
$gd-configuration-alert-bubble-height: 500px;
|
102
102
|
|
103
|
-
$gd-configuration-bubble-height:
|
103
|
+
$gd-configuration-bubble-height: 350px;
|
104
104
|
$gd-configuration-bubble-width: 251px;
|
105
105
|
$gd-configuration-bubble-borders-width: 2px;
|
106
106
|
$gd-configuration-bubble-margin: 15px;
|