@gooddata/sdk-ui-filters 11.41.0-alpha.0 → 11.41.0-alpha.1

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-filters",
3
- "version": "11.41.0-alpha.0",
3
+ "version": "11.41.0-alpha.1",
4
4
  "description": "GoodData.UI SDK - Filter Components",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -47,11 +47,11 @@
47
47
  "ts-invariant": "0.10.3",
48
48
  "tslib": "2.8.1",
49
49
  "uuid": "11.1.0",
50
- "@gooddata/sdk-backend-spi": "11.41.0-alpha.0",
51
- "@gooddata/sdk-model": "11.41.0-alpha.0",
52
- "@gooddata/sdk-ui": "11.41.0-alpha.0",
53
- "@gooddata/sdk-ui-kit": "11.41.0-alpha.0",
54
- "@gooddata/util": "11.41.0-alpha.0"
50
+ "@gooddata/sdk-backend-spi": "11.41.0-alpha.1",
51
+ "@gooddata/sdk-model": "11.41.0-alpha.1",
52
+ "@gooddata/sdk-ui": "11.41.0-alpha.1",
53
+ "@gooddata/sdk-ui-kit": "11.41.0-alpha.1",
54
+ "@gooddata/util": "11.41.0-alpha.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@microsoft/api-documenter": "^7.17.0",
@@ -93,12 +93,12 @@
93
93
  "typescript": "5.9.3",
94
94
  "vitest": "4.1.8",
95
95
  "vitest-dom": "0.1.1",
96
- "@gooddata/eslint-config": "11.41.0-alpha.0",
97
- "@gooddata/oxlint-config": "11.41.0-alpha.0",
98
- "@gooddata/reference-workspace": "11.41.0-alpha.0",
99
- "@gooddata/sdk-ui-theme-provider": "11.41.0-alpha.0",
100
- "@gooddata/sdk-backend-mockingbird": "11.41.0-alpha.0",
101
- "@gooddata/stylelint-config": "11.41.0-alpha.0"
96
+ "@gooddata/eslint-config": "11.41.0-alpha.1",
97
+ "@gooddata/oxlint-config": "11.41.0-alpha.1",
98
+ "@gooddata/reference-workspace": "11.41.0-alpha.1",
99
+ "@gooddata/sdk-backend-mockingbird": "11.41.0-alpha.1",
100
+ "@gooddata/sdk-ui-theme-provider": "11.41.0-alpha.1",
101
+ "@gooddata/stylelint-config": "11.41.0-alpha.1"
102
102
  },
103
103
  "peerDependencies": {
104
104
  "react": "^18.0.0 || ^19.0.0",
@@ -4819,7 +4819,7 @@ div.gd-empty-item-bubble {
4819
4819
  padding: 8px;
4820
4820
  font-size: 12px;
4821
4821
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
4822
- border-radius: var(--gd-button-borderRadius, 3px);
4822
+ border-radius: 3px;
4823
4823
  box-sizing: border-box;
4824
4824
  background-color: var(--gd-palette-complementary-0, #fff);
4825
4825
  text-align: left;
@@ -4933,7 +4933,7 @@ div.gd-empty-item-bubble {
4933
4933
  }
4934
4934
  .gd-chips-input__container {
4935
4935
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
4936
- border-radius: var(--gd-button-borderRadius, 3px);
4936
+ border-radius: 3px;
4937
4937
  background-color: var(--gd-palette-complementary-0, #fff);
4938
4938
  min-height: 38px;
4939
4939
  }
@@ -4951,7 +4951,7 @@ div.gd-empty-item-bubble {
4951
4951
  overflow-y: auto;
4952
4952
  overscroll-behavior: contain;
4953
4953
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
4954
- border-radius: var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0 0;
4954
+ border-radius: 3px 3px 0 0;
4955
4955
  }
4956
4956
  .gd-chips-input__container--with-values .gd-chips-input__input-frame {
4957
4957
  padding: 0 7px;
@@ -5062,7 +5062,7 @@ div.gd-empty-item-bubble {
5062
5062
  padding: 6px 0;
5063
5063
  background-color: #fcfcfd;
5064
5064
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
5065
- border-radius: var(--gd-button-borderRadius, 3px);
5065
+ border-radius: 3px;
5066
5066
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
5067
5067
  max-height: 200px;
5068
5068
  overflow: hidden;
@@ -139,7 +139,7 @@
139
139
  padding: 8px;
140
140
  font-size: 12px;
141
141
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
142
- border-radius: var(--gd-button-borderRadius, 3px);
142
+ border-radius: 3px;
143
143
  box-sizing: border-box;
144
144
  background-color: var(--gd-palette-complementary-0, #fff);
145
145
  text-align: left;
@@ -253,7 +253,7 @@
253
253
  }
254
254
  .gd-chips-input__container {
255
255
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
256
- border-radius: var(--gd-button-borderRadius, 3px);
256
+ border-radius: 3px;
257
257
  background-color: var(--gd-palette-complementary-0, #fff);
258
258
  min-height: 38px;
259
259
  }
@@ -271,7 +271,7 @@
271
271
  overflow-y: auto;
272
272
  overscroll-behavior: contain;
273
273
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
274
- border-radius: var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0 0;
274
+ border-radius: 3px 3px 0 0;
275
275
  }
276
276
  .gd-chips-input__container--with-values .gd-chips-input__input-frame {
277
277
  padding: 0 7px;
@@ -382,7 +382,7 @@
382
382
  padding: 6px 0;
383
383
  background-color: #fcfcfd;
384
384
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
385
- border-radius: var(--gd-button-borderRadius, 3px);
385
+ border-radius: 3px;
386
386
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
387
387
  max-height: 200px;
388
388
  overflow: hidden;
@@ -4819,7 +4819,7 @@ div.gd-empty-item-bubble {
4819
4819
  padding: 8px;
4820
4820
  font-size: 12px;
4821
4821
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
4822
- border-radius: var(--gd-button-borderRadius, 3px);
4822
+ border-radius: 3px;
4823
4823
  box-sizing: border-box;
4824
4824
  background-color: var(--gd-palette-complementary-0, #fff);
4825
4825
  text-align: left;
@@ -4933,7 +4933,7 @@ div.gd-empty-item-bubble {
4933
4933
  }
4934
4934
  .gd-chips-input__container {
4935
4935
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
4936
- border-radius: var(--gd-button-borderRadius, 3px);
4936
+ border-radius: 3px;
4937
4937
  background-color: var(--gd-palette-complementary-0, #fff);
4938
4938
  min-height: 38px;
4939
4939
  }
@@ -4951,7 +4951,7 @@ div.gd-empty-item-bubble {
4951
4951
  overflow-y: auto;
4952
4952
  overscroll-behavior: contain;
4953
4953
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
4954
- border-radius: var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0 0;
4954
+ border-radius: 3px 3px 0 0;
4955
4955
  }
4956
4956
  .gd-chips-input__container--with-values .gd-chips-input__input-frame {
4957
4957
  padding: 0 7px;
@@ -5062,7 +5062,7 @@ div.gd-empty-item-bubble {
5062
5062
  padding: 6px 0;
5063
5063
  background-color: #fcfcfd;
5064
5064
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
5065
- border-radius: var(--gd-button-borderRadius, 3px);
5065
+ border-radius: 3px;
5066
5066
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
5067
5067
  max-height: 200px;
5068
5068
  overflow: hidden;
@@ -5147,7 +5147,7 @@ div.gd-empty-item-bubble {
5147
5147
  padding: 8px;
5148
5148
  font-size: 12px;
5149
5149
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
5150
- border-radius: var(--gd-button-borderRadius, 3px);
5150
+ border-radius: 3px;
5151
5151
  box-sizing: border-box;
5152
5152
  background-color: var(--gd-palette-complementary-0, #fff);
5153
5153
  text-align: left;
@@ -5261,7 +5261,7 @@ div.gd-empty-item-bubble {
5261
5261
  }
5262
5262
  .gd-chips-input__container {
5263
5263
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
5264
- border-radius: var(--gd-button-borderRadius, 3px);
5264
+ border-radius: 3px;
5265
5265
  background-color: var(--gd-palette-complementary-0, #fff);
5266
5266
  min-height: 38px;
5267
5267
  }
@@ -5279,7 +5279,7 @@ div.gd-empty-item-bubble {
5279
5279
  overflow-y: auto;
5280
5280
  overscroll-behavior: contain;
5281
5281
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
5282
- border-radius: var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0 0;
5282
+ border-radius: 3px 3px 0 0;
5283
5283
  }
5284
5284
  .gd-chips-input__container--with-values .gd-chips-input__input-frame {
5285
5285
  padding: 0 7px;
@@ -5390,7 +5390,7 @@ div.gd-empty-item-bubble {
5390
5390
  padding: 6px 0;
5391
5391
  background-color: #fcfcfd;
5392
5392
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
5393
- border-radius: var(--gd-button-borderRadius, 3px);
5393
+ border-radius: 3px;
5394
5394
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
5395
5395
  max-height: 200px;
5396
5396
  overflow: hidden;
@@ -167,7 +167,7 @@
167
167
  padding: 8px;
168
168
  font-size: 12px;
169
169
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
170
- border-radius: var(--gd-button-borderRadius, 3px);
170
+ border-radius: 3px;
171
171
  box-sizing: border-box;
172
172
  background-color: variables.$gd-color-white;
173
173
  text-align: left;
@@ -311,7 +311,7 @@
311
311
 
312
312
  &__container {
313
313
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
314
- border-radius: var(--gd-button-borderRadius, 3px);
314
+ border-radius: 3px;
315
315
  background-color: variables.$gd-color-white;
316
316
  min-height: 38px;
317
317
 
@@ -331,7 +331,7 @@
331
331
  overflow-y: auto;
332
332
  overscroll-behavior: contain;
333
333
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
334
- border-radius: var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0 0;
334
+ border-radius: 3px 3px 0 0;
335
335
  }
336
336
 
337
337
  .gd-chips-input__input-frame {
@@ -461,7 +461,7 @@
461
461
  padding: 6px 0;
462
462
  background-color: #fcfcfd;
463
463
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
464
- border-radius: var(--gd-button-borderRadius, 3px);
464
+ border-radius: 3px;
465
465
  box-shadow: 0 2px 20px 0 rgb(20 56 93 / 20%);
466
466
  max-height: 200px;
467
467
  overflow: hidden;