@gooddata/sdk-ui-geo 10.40.0-alpha.4 → 10.40.0-alpha.5
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 +8 -8
- package/styles/css/main.css +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-geo",
|
|
3
|
-
"version": "10.40.0-alpha.
|
|
3
|
+
"version": "10.40.0-alpha.5",
|
|
4
4
|
"description": "GoodData.UI SDK - Geo Charts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"ts-invariant": "^0.7.5",
|
|
42
42
|
"tslib": "2.8.1",
|
|
43
43
|
"uuid": "^8.3.2",
|
|
44
|
-
"@gooddata/sdk-
|
|
45
|
-
"@gooddata/sdk-
|
|
46
|
-
"@gooddata/sdk-ui
|
|
47
|
-
"@gooddata/sdk-ui-kit": "10.40.0-alpha.
|
|
48
|
-
"@gooddata/sdk-
|
|
49
|
-
"@gooddata/sdk-ui-vis-commons": "10.40.0-alpha.
|
|
44
|
+
"@gooddata/sdk-backend-spi": "10.40.0-alpha.5",
|
|
45
|
+
"@gooddata/sdk-model": "10.40.0-alpha.5",
|
|
46
|
+
"@gooddata/sdk-ui": "10.40.0-alpha.5",
|
|
47
|
+
"@gooddata/sdk-ui-kit": "10.40.0-alpha.5",
|
|
48
|
+
"@gooddata/sdk-ui-theme-provider": "10.40.0-alpha.5",
|
|
49
|
+
"@gooddata/sdk-ui-vis-commons": "10.40.0-alpha.5"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"typescript": "5.8.3",
|
|
95
95
|
"vitest": "3.2.4",
|
|
96
96
|
"vitest-dom": "0.1.1",
|
|
97
|
-
"@gooddata/sdk-backend-mockingbird": "10.40.0-alpha.
|
|
97
|
+
"@gooddata/sdk-backend-mockingbird": "10.40.0-alpha.5"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm styles/css coverage *.log tsconfig.tsbuildinfo",
|
package/styles/css/main.css
CHANGED
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
--gd-button-textCapitalization: none;
|
|
20
20
|
--gd-tooltip-backgroundColor: var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95));
|
|
21
21
|
--gd-tooltip-color: var(--gd-palette-complementary-0, #fff);
|
|
22
|
-
--gd-message-
|
|
23
|
-
--gd-message-
|
|
22
|
+
--gd-message-information-textColor: var(--gd-palette-info-base, var(--gd-palette-primary-base, #14b2e2));
|
|
23
|
+
--gd-message-information-backgroundColor: var(
|
|
24
24
|
--gd-palette-info-base-t85,
|
|
25
25
|
var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15))
|
|
26
26
|
);
|
|
27
|
-
--gd-message-
|
|
28
|
-
--gd-message-
|
|
29
|
-
--gd-message-
|
|
30
|
-
--gd-message-
|
|
31
|
-
--gd-message-
|
|
32
|
-
--gd-message-
|
|
27
|
+
--gd-message-information-borderColor: transparent;
|
|
28
|
+
--gd-message-information-borderWidth: 0;
|
|
29
|
+
--gd-message-information-borderRadius: 3px;
|
|
30
|
+
--gd-message-information-dropShadow: none;
|
|
31
|
+
--gd-message-information-closeButtonColor: var(--gd-palette-complementary-0, #fff);
|
|
32
|
+
--gd-message-information-linkButtonColor: currentColor;
|
|
33
33
|
--gd-message-success-textColor: var(--gd-palette-success-base, #00c18d);
|
|
34
34
|
--gd-message-success-backgroundColor: var(--gd-palette-success-base-t85, rgba(0, 193, 141, 0.15));
|
|
35
35
|
--gd-message-success-borderColor: transparent;
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
--gd-message-error-dropShadow: none;
|
|
55
55
|
--gd-message-error-closeButtonColor: var(--gd-palette-complementary-0, #fff);
|
|
56
56
|
--gd-message-error-linkButtonColor: currentColor;
|
|
57
|
-
--gd-toastMessage-
|
|
58
|
-
--gd-toastMessage-
|
|
57
|
+
--gd-toastMessage-information-textColor: var(--gd-palette-complementary-0, #fff);
|
|
58
|
+
--gd-toastMessage-information-backgroundColor: var(
|
|
59
59
|
--gd-palette-info-base-t02,
|
|
60
60
|
var(--gd-palette-primary-base-t02, rgba(20, 178, 226, 0.98))
|
|
61
61
|
);
|
|
62
|
-
--gd-toastMessage-
|
|
63
|
-
--gd-toastMessage-
|
|
64
|
-
--gd-toastMessage-
|
|
65
|
-
--gd-toastMessage-
|
|
66
|
-
--gd-toastMessage-
|
|
67
|
-
--gd-toastMessage-
|
|
62
|
+
--gd-toastMessage-information-borderColor: transparent;
|
|
63
|
+
--gd-toastMessage-information-borderWidth: 0;
|
|
64
|
+
--gd-toastMessage-information-borderRadius: 3px;
|
|
65
|
+
--gd-toastMessage-information-closeButtonColor: var(--gd-palette-complementary-0, #fff);
|
|
66
|
+
--gd-toastMessage-information-linkButtonColor: rgba(255, 255, 255, 0.85);
|
|
67
|
+
--gd-toastMessage-information-separatorLineColor: var(--gd-palette-complementary-0, #fff);
|
|
68
68
|
--gd-toastMessage-success-textColor: var(--gd-palette-complementary-0, #fff);
|
|
69
69
|
--gd-toastMessage-success-backgroundColor: var(--gd-palette-success-base-t02, rgba(0, 193, 141, 0.98));
|
|
70
70
|
--gd-toastMessage-success-borderColor: transparent;
|