@gooddata/sdk-ui-filters 11.4.0 → 11.5.0-alpha.2
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/attributeFilter.css +1 -1
- package/styles/css/attributeFilterNext/attributeFilterElementsSelect.css +1 -1
- package/styles/css/attributeFilterNext.css +1 -1
- package/styles/css/main.css +1 -1
- package/styles/scss/attributeFilterNext/attributeFilterElementsSelect.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-filters",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.5.0-alpha.2",
|
|
4
4
|
"description": "GoodData.UI SDK - Filter Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"ts-invariant": "^0.7.5",
|
|
48
48
|
"tslib": "2.8.1",
|
|
49
49
|
"uuid": "^11.1.0",
|
|
50
|
-
"@gooddata/sdk-backend-spi": "11.
|
|
51
|
-
"@gooddata/sdk-model": "11.
|
|
52
|
-
"@gooddata/sdk-ui": "11.
|
|
53
|
-
"@gooddata/
|
|
54
|
-
"@gooddata/
|
|
50
|
+
"@gooddata/sdk-backend-spi": "11.5.0-alpha.2",
|
|
51
|
+
"@gooddata/sdk-model": "11.5.0-alpha.2",
|
|
52
|
+
"@gooddata/sdk-ui": "11.5.0-alpha.2",
|
|
53
|
+
"@gooddata/sdk-ui-kit": "11.5.0-alpha.2",
|
|
54
|
+
"@gooddata/util": "11.5.0-alpha.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"typescript": "5.8.3",
|
|
95
95
|
"vitest": "3.2.4",
|
|
96
96
|
"vitest-dom": "0.1.1",
|
|
97
|
-
"@gooddata/eslint-config": "11.
|
|
98
|
-
"@gooddata/reference-workspace": "11.
|
|
99
|
-
"@gooddata/sdk-backend-mockingbird": "11.
|
|
100
|
-
"@gooddata/sdk-ui-theme-provider": "11.
|
|
97
|
+
"@gooddata/eslint-config": "11.5.0-alpha.2",
|
|
98
|
+
"@gooddata/reference-workspace": "11.5.0-alpha.2",
|
|
99
|
+
"@gooddata/sdk-backend-mockingbird": "11.5.0-alpha.2",
|
|
100
|
+
"@gooddata/sdk-ui-theme-provider": "11.5.0-alpha.2"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -4069,7 +4069,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
4069
4069
|
font-size: 10px;
|
|
4070
4070
|
font-weight: normal;
|
|
4071
4071
|
text-transform: uppercase;
|
|
4072
|
-
color: var(--gd-palette-complementary-
|
|
4072
|
+
color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
4073
4073
|
}
|
|
4074
4074
|
|
|
4075
4075
|
.gd-attribute-filter-list-item-label {
|
|
@@ -3320,7 +3320,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
3320
3320
|
font-size: 10px;
|
|
3321
3321
|
font-weight: normal;
|
|
3322
3322
|
text-transform: uppercase;
|
|
3323
|
-
color: var(--gd-palette-complementary-
|
|
3323
|
+
color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
3324
3324
|
}
|
|
3325
3325
|
|
|
3326
3326
|
.gd-attribute-filter-list-item-label {
|
|
@@ -4069,7 +4069,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
4069
4069
|
font-size: 10px;
|
|
4070
4070
|
font-weight: normal;
|
|
4071
4071
|
text-transform: uppercase;
|
|
4072
|
-
color: var(--gd-palette-complementary-
|
|
4072
|
+
color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
4073
4073
|
}
|
|
4074
4074
|
|
|
4075
4075
|
.gd-attribute-filter-list-item-label {
|
package/styles/css/main.css
CHANGED
|
@@ -4396,7 +4396,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
4396
4396
|
font-size: 10px;
|
|
4397
4397
|
font-weight: normal;
|
|
4398
4398
|
text-transform: uppercase;
|
|
4399
|
-
color: var(--gd-palette-complementary-
|
|
4399
|
+
color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
4400
4400
|
}
|
|
4401
4401
|
|
|
4402
4402
|
.gd-attribute-filter-list-item-label {
|