@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 +9 -9
- package/styles/css/internal.css +16 -16
- package/styles/css/main.css +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
3
|
-
"version": "10.40.0-alpha.
|
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.
|
42
|
-
"@gooddata/sdk-ui
|
43
|
-
"@gooddata/sdk-ui": "10.40.0-alpha.
|
44
|
-
"@gooddata/sdk-backend-spi": "10.40.0-alpha.
|
45
|
-
"@gooddata/sdk-ui-theme-provider": "10.40.0-alpha.
|
46
|
-
"@gooddata/util": "10.40.0-alpha.
|
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/
|
91
|
-
"@gooddata/
|
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",
|
package/styles/css/internal.css
CHANGED
@@ -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-
|
24
|
-
--gd-message-
|
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-
|
29
|
-
--gd-message-
|
30
|
-
--gd-message-
|
31
|
-
--gd-message-
|
32
|
-
--gd-message-
|
33
|
-
--gd-message-
|
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-
|
59
|
-
--gd-toastMessage-
|
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-
|
64
|
-
--gd-toastMessage-
|
65
|
-
--gd-toastMessage-
|
66
|
-
--gd-toastMessage-
|
67
|
-
--gd-toastMessage-
|
68
|
-
--gd-toastMessage-
|
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;
|
package/styles/css/main.css
CHANGED
@@ -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-
|
22
|
-
--gd-message-
|
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-
|
27
|
-
--gd-message-
|
28
|
-
--gd-message-
|
29
|
-
--gd-message-
|
30
|
-
--gd-message-
|
31
|
-
--gd-message-
|
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-
|
57
|
-
--gd-toastMessage-
|
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-
|
62
|
-
--gd-toastMessage-
|
63
|
-
--gd-toastMessage-
|
64
|
-
--gd-toastMessage-
|
65
|
-
--gd-toastMessage-
|
66
|
-
--gd-toastMessage-
|
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;
|