@gooddata/sdk-ui-dashboard 11.20.0 → 11.21.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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/package.json +20 -20
- package/styles/css/main.css +6 -6
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.
|
|
1
|
+
export declare const LIB_VERSION = "11.21.0";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "GoodData SDK - Dashboard Component";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/sdk-ui-dashboard";
|
|
4
4
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// (C) 2021 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
|
-
export const LIB_VERSION = "11.
|
|
3
|
+
export const LIB_VERSION = "11.21.0";
|
|
4
4
|
export const LIB_DESCRIPTION = "GoodData SDK - Dashboard Component";
|
|
5
5
|
export const LIB_NAME = "@gooddata/sdk-ui-dashboard";
|
|
6
6
|
//# sourceMappingURL=__version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.21.0",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"ts-invariant": "^0.7.5",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "^11.1.0",
|
|
63
|
-
"@gooddata/sdk-backend-base": "11.
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.
|
|
65
|
-
"@gooddata/sdk-model": "11.
|
|
66
|
-
"@gooddata/sdk-ui": "11.
|
|
67
|
-
"@gooddata/sdk-ui-charts": "11.
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.
|
|
70
|
-
"@gooddata/sdk-ui-geo": "11.
|
|
71
|
-
"@gooddata/sdk-ui-kit": "11.
|
|
72
|
-
"@gooddata/sdk-ui-pivot": "11.
|
|
73
|
-
"@gooddata/sdk-ui-theme-provider": "11.
|
|
74
|
-
"@gooddata/sdk-ui-vis-commons": "11.
|
|
75
|
-
"@gooddata/util": "11.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.21.0",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.21.0",
|
|
65
|
+
"@gooddata/sdk-model": "11.21.0",
|
|
66
|
+
"@gooddata/sdk-ui": "11.21.0",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.21.0",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.21.0",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.21.0",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.21.0",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.21.0",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.21.0",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.21.0",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.21.0",
|
|
75
|
+
"@gooddata/util": "11.21.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"typescript": "5.9.3",
|
|
119
119
|
"vitest": "4.0.8",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/eslint-config": "11.
|
|
122
|
-
"@gooddata/i18n-toolkit": "11.
|
|
123
|
-
"@gooddata/oxlint-config": "11.
|
|
124
|
-
"@gooddata/reference-workspace": "11.
|
|
125
|
-
"@gooddata/sdk-backend-mockingbird": "11.
|
|
126
|
-
"@gooddata/stylelint-config": "11.
|
|
121
|
+
"@gooddata/eslint-config": "11.21.0",
|
|
122
|
+
"@gooddata/i18n-toolkit": "11.21.0",
|
|
123
|
+
"@gooddata/oxlint-config": "11.21.0",
|
|
124
|
+
"@gooddata/reference-workspace": "11.21.0",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.21.0",
|
|
126
|
+
"@gooddata/stylelint-config": "11.21.0"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/main.css
CHANGED
|
@@ -1911,7 +1911,7 @@ button.gd-list-item {
|
|
|
1911
1911
|
.gd-flex-item-stretch {
|
|
1912
1912
|
flex: 1 1 auto;
|
|
1913
1913
|
overflow-y: auto;
|
|
1914
|
-
overscroll-behavior:
|
|
1914
|
+
overscroll-behavior: auto;
|
|
1915
1915
|
}
|
|
1916
1916
|
|
|
1917
1917
|
@media only screen and (max-width: 640px) {
|
|
@@ -1945,7 +1945,7 @@ button.gd-list-item {
|
|
|
1945
1945
|
.gd-flex-item-stretch-mobile {
|
|
1946
1946
|
flex: 1 1 auto;
|
|
1947
1947
|
overflow-y: auto;
|
|
1948
|
-
overscroll-behavior:
|
|
1948
|
+
overscroll-behavior: auto;
|
|
1949
1949
|
}
|
|
1950
1950
|
}
|
|
1951
1951
|
/* ==========================================================================
|
|
@@ -6160,7 +6160,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6160
6160
|
.gd-flex-item-stretch {
|
|
6161
6161
|
flex: 1 1 auto;
|
|
6162
6162
|
overflow-y: auto;
|
|
6163
|
-
overscroll-behavior:
|
|
6163
|
+
overscroll-behavior: auto;
|
|
6164
6164
|
}
|
|
6165
6165
|
|
|
6166
6166
|
@media only screen and (max-width: 640px) {
|
|
@@ -6194,7 +6194,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6194
6194
|
.gd-flex-item-stretch-mobile {
|
|
6195
6195
|
flex: 1 1 auto;
|
|
6196
6196
|
overflow-y: auto;
|
|
6197
|
-
overscroll-behavior:
|
|
6197
|
+
overscroll-behavior: auto;
|
|
6198
6198
|
}
|
|
6199
6199
|
}
|
|
6200
6200
|
.gd-attribute-filter__next {
|
|
@@ -13779,7 +13779,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
13779
13779
|
.gd-flex-item-stretch {
|
|
13780
13780
|
flex: 1 1 auto;
|
|
13781
13781
|
overflow-y: auto;
|
|
13782
|
-
overscroll-behavior:
|
|
13782
|
+
overscroll-behavior: auto;
|
|
13783
13783
|
}
|
|
13784
13784
|
|
|
13785
13785
|
@media only screen and (max-width: 640px) {
|
|
@@ -13813,7 +13813,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
13813
13813
|
.gd-flex-item-stretch-mobile {
|
|
13814
13814
|
flex: 1 1 auto;
|
|
13815
13815
|
overflow-y: auto;
|
|
13816
|
-
overscroll-behavior:
|
|
13816
|
+
overscroll-behavior: auto;
|
|
13817
13817
|
}
|
|
13818
13818
|
}
|
|
13819
13819
|
/**
|