@gooddata/sdk-ui-charts 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 +10 -10
- package/styles/css/main.css +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
3
|
-
"version": "10.40.0-alpha.
|
3
|
+
"version": "10.40.0-alpha.5",
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -67,13 +67,13 @@
|
|
67
67
|
"ts-invariant": "^0.7.5",
|
68
68
|
"tslib": "2.8.1",
|
69
69
|
"uuid": "^8.3.2",
|
70
|
-
"@gooddata/sdk-backend-spi": "10.40.0-alpha.
|
71
|
-
"@gooddata/sdk-ui": "10.40.0-alpha.
|
72
|
-
"@gooddata/sdk-
|
73
|
-
"@gooddata/sdk-
|
74
|
-
"@gooddata/sdk-ui-
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "10.40.0-alpha.
|
76
|
-
"@gooddata/util": "10.40.0-alpha.
|
70
|
+
"@gooddata/sdk-backend-spi": "10.40.0-alpha.5",
|
71
|
+
"@gooddata/sdk-ui": "10.40.0-alpha.5",
|
72
|
+
"@gooddata/sdk-ui-theme-provider": "10.40.0-alpha.5",
|
73
|
+
"@gooddata/sdk-model": "10.40.0-alpha.5",
|
74
|
+
"@gooddata/sdk-ui-kit": "10.40.0-alpha.5",
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.40.0-alpha.5",
|
76
|
+
"@gooddata/util": "10.40.0-alpha.5"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -125,8 +125,8 @@
|
|
125
125
|
"vitest": "3.2.4",
|
126
126
|
"vitest-dom": "0.1.1",
|
127
127
|
"@types/js-yaml": "^4.0.9",
|
128
|
-
"@gooddata/
|
129
|
-
"@gooddata/
|
128
|
+
"@gooddata/sdk-backend-mockingbird": "10.40.0-alpha.5",
|
129
|
+
"@gooddata/reference-workspace": "10.40.0-alpha.5"
|
130
130
|
},
|
131
131
|
"scripts": {
|
132
132
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.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;
|