@gooddata/sdk-ui-semantic-search 10.40.0-alpha.4 → 10.40.0-alpha.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "10.40.0-alpha.4",
3
+ "version": "10.40.0-alpha.6",
4
4
  "description": "GoodData SDK TypeScript & React skeleton",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,12 +38,12 @@
38
38
  "react-intl": "6.8.9",
39
39
  "tslib": "2.8.1",
40
40
  "classnames": "^2.3.1",
41
- "@gooddata/sdk-model": "10.40.0-alpha.4",
42
- "@gooddata/sdk-ui-kit": "10.40.0-alpha.4",
43
- "@gooddata/sdk-ui": "10.40.0-alpha.4",
44
- "@gooddata/sdk-backend-spi": "10.40.0-alpha.4",
45
- "@gooddata/sdk-ui-theme-provider": "10.40.0-alpha.4",
46
- "@gooddata/util": "10.40.0-alpha.4"
41
+ "@gooddata/sdk-model": "10.40.0-alpha.6",
42
+ "@gooddata/sdk-ui": "10.40.0-alpha.6",
43
+ "@gooddata/sdk-ui-kit": "10.40.0-alpha.6",
44
+ "@gooddata/sdk-backend-spi": "10.40.0-alpha.6",
45
+ "@gooddata/sdk-ui-theme-provider": "10.40.0-alpha.6",
46
+ "@gooddata/util": "10.40.0-alpha.6"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -87,8 +87,8 @@
87
87
  "stylelint": "^13.8.0",
88
88
  "stylelint-checkstyle-formatter": "^0.1.2",
89
89
  "stylelint-config-prettier": "^9.0.5",
90
- "@gooddata/sdk-backend-mockingbird": "10.40.0-alpha.4",
91
- "@gooddata/i18n-toolkit": "10.40.0-alpha.4"
90
+ "@gooddata/i18n-toolkit": "10.40.0-alpha.6",
91
+ "@gooddata/sdk-backend-mockingbird": "10.40.0-alpha.6"
92
92
  },
93
93
  "scripts": {
94
94
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
@@ -20,17 +20,17 @@
20
20
  --gd-button-textCapitalization: none;
21
21
  --gd-tooltip-backgroundColor: var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95));
22
22
  --gd-tooltip-color: var(--gd-palette-complementary-0, #fff);
23
- --gd-message-progress-textColor: var(--gd-palette-info-base, var(--gd-palette-primary-base, #14b2e2));
24
- --gd-message-progress-backgroundColor: var(
23
+ --gd-message-information-textColor: var(--gd-palette-info-base, var(--gd-palette-primary-base, #14b2e2));
24
+ --gd-message-information-backgroundColor: var(
25
25
  --gd-palette-info-base-t85,
26
26
  var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15))
27
27
  );
28
- --gd-message-progress-borderColor: transparent;
29
- --gd-message-progress-borderWidth: 0;
30
- --gd-message-progress-borderRadius: 3px;
31
- --gd-message-progress-dropShadow: none;
32
- --gd-message-progress-closeButtonColor: var(--gd-palette-complementary-0, #fff);
33
- --gd-message-progress-linkButtonColor: currentColor;
28
+ --gd-message-information-borderColor: transparent;
29
+ --gd-message-information-borderWidth: 0;
30
+ --gd-message-information-borderRadius: 3px;
31
+ --gd-message-information-dropShadow: none;
32
+ --gd-message-information-closeButtonColor: var(--gd-palette-complementary-0, #fff);
33
+ --gd-message-information-linkButtonColor: currentColor;
34
34
  --gd-message-success-textColor: var(--gd-palette-success-base, #00c18d);
35
35
  --gd-message-success-backgroundColor: var(--gd-palette-success-base-t85, rgba(0, 193, 141, 0.15));
36
36
  --gd-message-success-borderColor: transparent;
@@ -55,17 +55,17 @@
55
55
  --gd-message-error-dropShadow: none;
56
56
  --gd-message-error-closeButtonColor: var(--gd-palette-complementary-0, #fff);
57
57
  --gd-message-error-linkButtonColor: currentColor;
58
- --gd-toastMessage-progress-textColor: var(--gd-palette-complementary-0, #fff);
59
- --gd-toastMessage-progress-backgroundColor: var(
58
+ --gd-toastMessage-information-textColor: var(--gd-palette-complementary-0, #fff);
59
+ --gd-toastMessage-information-backgroundColor: var(
60
60
  --gd-palette-info-base-t02,
61
61
  var(--gd-palette-primary-base-t02, rgba(20, 178, 226, 0.98))
62
62
  );
63
- --gd-toastMessage-progress-borderColor: transparent;
64
- --gd-toastMessage-progress-borderWidth: 0;
65
- --gd-toastMessage-progress-borderRadius: 3px;
66
- --gd-toastMessage-progress-closeButtonColor: var(--gd-palette-complementary-0, #fff);
67
- --gd-toastMessage-progress-linkButtonColor: rgba(255, 255, 255, 0.85);
68
- --gd-toastMessage-progress-separatorLineColor: var(--gd-palette-complementary-0, #fff);
63
+ --gd-toastMessage-information-borderColor: transparent;
64
+ --gd-toastMessage-information-borderWidth: 0;
65
+ --gd-toastMessage-information-borderRadius: 3px;
66
+ --gd-toastMessage-information-closeButtonColor: var(--gd-palette-complementary-0, #fff);
67
+ --gd-toastMessage-information-linkButtonColor: rgba(255, 255, 255, 0.85);
68
+ --gd-toastMessage-information-separatorLineColor: var(--gd-palette-complementary-0, #fff);
69
69
  --gd-toastMessage-success-textColor: var(--gd-palette-complementary-0, #fff);
70
70
  --gd-toastMessage-success-backgroundColor: var(--gd-palette-success-base-t02, rgba(0, 193, 141, 0.98));
71
71
  --gd-toastMessage-success-borderColor: transparent;
@@ -18,17 +18,17 @@
18
18
  --gd-button-textCapitalization: none;
19
19
  --gd-tooltip-backgroundColor: var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95));
20
20
  --gd-tooltip-color: var(--gd-palette-complementary-0, #fff);
21
- --gd-message-progress-textColor: var(--gd-palette-info-base, var(--gd-palette-primary-base, #14b2e2));
22
- --gd-message-progress-backgroundColor: var(
21
+ --gd-message-information-textColor: var(--gd-palette-info-base, var(--gd-palette-primary-base, #14b2e2));
22
+ --gd-message-information-backgroundColor: var(
23
23
  --gd-palette-info-base-t85,
24
24
  var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15))
25
25
  );
26
- --gd-message-progress-borderColor: transparent;
27
- --gd-message-progress-borderWidth: 0;
28
- --gd-message-progress-borderRadius: 3px;
29
- --gd-message-progress-dropShadow: none;
30
- --gd-message-progress-closeButtonColor: var(--gd-palette-complementary-0, #fff);
31
- --gd-message-progress-linkButtonColor: currentColor;
26
+ --gd-message-information-borderColor: transparent;
27
+ --gd-message-information-borderWidth: 0;
28
+ --gd-message-information-borderRadius: 3px;
29
+ --gd-message-information-dropShadow: none;
30
+ --gd-message-information-closeButtonColor: var(--gd-palette-complementary-0, #fff);
31
+ --gd-message-information-linkButtonColor: currentColor;
32
32
  --gd-message-success-textColor: var(--gd-palette-success-base, #00c18d);
33
33
  --gd-message-success-backgroundColor: var(--gd-palette-success-base-t85, rgba(0, 193, 141, 0.15));
34
34
  --gd-message-success-borderColor: transparent;
@@ -53,17 +53,17 @@
53
53
  --gd-message-error-dropShadow: none;
54
54
  --gd-message-error-closeButtonColor: var(--gd-palette-complementary-0, #fff);
55
55
  --gd-message-error-linkButtonColor: currentColor;
56
- --gd-toastMessage-progress-textColor: var(--gd-palette-complementary-0, #fff);
57
- --gd-toastMessage-progress-backgroundColor: var(
56
+ --gd-toastMessage-information-textColor: var(--gd-palette-complementary-0, #fff);
57
+ --gd-toastMessage-information-backgroundColor: var(
58
58
  --gd-palette-info-base-t02,
59
59
  var(--gd-palette-primary-base-t02, rgba(20, 178, 226, 0.98))
60
60
  );
61
- --gd-toastMessage-progress-borderColor: transparent;
62
- --gd-toastMessage-progress-borderWidth: 0;
63
- --gd-toastMessage-progress-borderRadius: 3px;
64
- --gd-toastMessage-progress-closeButtonColor: var(--gd-palette-complementary-0, #fff);
65
- --gd-toastMessage-progress-linkButtonColor: rgba(255, 255, 255, 0.85);
66
- --gd-toastMessage-progress-separatorLineColor: var(--gd-palette-complementary-0, #fff);
61
+ --gd-toastMessage-information-borderColor: transparent;
62
+ --gd-toastMessage-information-borderWidth: 0;
63
+ --gd-toastMessage-information-borderRadius: 3px;
64
+ --gd-toastMessage-information-closeButtonColor: var(--gd-palette-complementary-0, #fff);
65
+ --gd-toastMessage-information-linkButtonColor: rgba(255, 255, 255, 0.85);
66
+ --gd-toastMessage-information-separatorLineColor: var(--gd-palette-complementary-0, #fff);
67
67
  --gd-toastMessage-success-textColor: var(--gd-palette-complementary-0, #fff);
68
68
  --gd-toastMessage-success-backgroundColor: var(--gd-palette-success-base-t02, rgba(0, 193, 141, 0.98));
69
69
  --gd-toastMessage-success-borderColor: transparent;