@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.
Files changed (2) hide show
  1. package/package.json +10 -10
  2. 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.4",
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.4",
71
- "@gooddata/sdk-ui": "10.40.0-alpha.4",
72
- "@gooddata/sdk-model": "10.40.0-alpha.4",
73
- "@gooddata/sdk-ui-kit": "10.40.0-alpha.4",
74
- "@gooddata/sdk-ui-theme-provider": "10.40.0-alpha.4",
75
- "@gooddata/sdk-ui-vis-commons": "10.40.0-alpha.4",
76
- "@gooddata/util": "10.40.0-alpha.4"
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/reference-workspace": "10.40.0-alpha.4",
129
- "@gooddata/sdk-backend-mockingbird": "10.40.0-alpha.4"
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",
@@ -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-progress-textColor: var(--gd-palette-info-base, var(--gd-palette-primary-base, #14b2e2));
23
- --gd-message-progress-backgroundColor: var(
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-progress-borderColor: transparent;
28
- --gd-message-progress-borderWidth: 0;
29
- --gd-message-progress-borderRadius: 3px;
30
- --gd-message-progress-dropShadow: none;
31
- --gd-message-progress-closeButtonColor: var(--gd-palette-complementary-0, #fff);
32
- --gd-message-progress-linkButtonColor: currentColor;
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-progress-textColor: var(--gd-palette-complementary-0, #fff);
58
- --gd-toastMessage-progress-backgroundColor: var(
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-progress-borderColor: transparent;
63
- --gd-toastMessage-progress-borderWidth: 0;
64
- --gd-toastMessage-progress-borderRadius: 3px;
65
- --gd-toastMessage-progress-closeButtonColor: var(--gd-palette-complementary-0, #fff);
66
- --gd-toastMessage-progress-linkButtonColor: rgba(255, 255, 255, 0.85);
67
- --gd-toastMessage-progress-separatorLineColor: var(--gd-palette-complementary-0, #fff);
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;