@commercetools-uikit/filters 20.3.0 → 20.4.0
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.
|
@@ -83,9 +83,11 @@ var IconButton__default = /*#__PURE__*/_interopDefault(IconButton);
|
|
|
83
83
|
|
|
84
84
|
var messages$1 = reactIntl.defineMessages({
|
|
85
85
|
clearAllButtonLabel: {
|
|
86
|
-
id:
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
id: "UIKit.ClearAllButton.clearAllButtonLabel",
|
|
87
|
+
defaultMessage: [{
|
|
88
|
+
"type": 0,
|
|
89
|
+
"value": "Clear all"
|
|
90
|
+
}]
|
|
89
91
|
}
|
|
90
92
|
});
|
|
91
93
|
|
|
@@ -382,19 +384,25 @@ function FilterMenu(props) {
|
|
|
382
384
|
|
|
383
385
|
var messages = reactIntl.defineMessages({
|
|
384
386
|
addFilterButtonLabel: {
|
|
385
|
-
id:
|
|
386
|
-
|
|
387
|
-
|
|
387
|
+
id: "UIKit.AddFilterButton.addFilterButtonLabel",
|
|
388
|
+
defaultMessage: [{
|
|
389
|
+
"type": 0,
|
|
390
|
+
"value": "Add filter"
|
|
391
|
+
}]
|
|
388
392
|
},
|
|
389
393
|
clearAllFiltersButtonLabel: {
|
|
390
|
-
id:
|
|
391
|
-
|
|
392
|
-
|
|
394
|
+
id: "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel",
|
|
395
|
+
defaultMessage: [{
|
|
396
|
+
"type": 0,
|
|
397
|
+
"value": "Clear all"
|
|
398
|
+
}]
|
|
393
399
|
},
|
|
394
400
|
filtersButtonLabel: {
|
|
395
|
-
id:
|
|
396
|
-
|
|
397
|
-
|
|
401
|
+
id: "UIKit.FiltersButton.filtersButtonLabel",
|
|
402
|
+
defaultMessage: [{
|
|
403
|
+
"type": 0,
|
|
404
|
+
"value": "Filters"
|
|
405
|
+
}]
|
|
398
406
|
}
|
|
399
407
|
});
|
|
400
408
|
|
|
@@ -634,7 +642,7 @@ function Filters(_ref) {
|
|
|
634
642
|
Filters.displayName = 'Filters';
|
|
635
643
|
|
|
636
644
|
// NOTE: This string will be replaced on build time with the package version.
|
|
637
|
-
var version = "20.
|
|
645
|
+
var version = "20.4.0";
|
|
638
646
|
|
|
639
647
|
exports["default"] = Filters;
|
|
640
648
|
exports.version = version;
|
|
@@ -83,9 +83,11 @@ var IconButton__default = /*#__PURE__*/_interopDefault(IconButton);
|
|
|
83
83
|
|
|
84
84
|
var messages$1 = reactIntl.defineMessages({
|
|
85
85
|
clearAllButtonLabel: {
|
|
86
|
-
id:
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
id: "UIKit.ClearAllButton.clearAllButtonLabel",
|
|
87
|
+
defaultMessage: [{
|
|
88
|
+
"type": 0,
|
|
89
|
+
"value": "Clear all"
|
|
90
|
+
}]
|
|
89
91
|
}
|
|
90
92
|
});
|
|
91
93
|
|
|
@@ -372,19 +374,25 @@ function FilterMenu(props) {
|
|
|
372
374
|
|
|
373
375
|
var messages = reactIntl.defineMessages({
|
|
374
376
|
addFilterButtonLabel: {
|
|
375
|
-
id:
|
|
376
|
-
|
|
377
|
-
|
|
377
|
+
id: "UIKit.AddFilterButton.addFilterButtonLabel",
|
|
378
|
+
defaultMessage: [{
|
|
379
|
+
"type": 0,
|
|
380
|
+
"value": "Add filter"
|
|
381
|
+
}]
|
|
378
382
|
},
|
|
379
383
|
clearAllFiltersButtonLabel: {
|
|
380
|
-
id:
|
|
381
|
-
|
|
382
|
-
|
|
384
|
+
id: "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel",
|
|
385
|
+
defaultMessage: [{
|
|
386
|
+
"type": 0,
|
|
387
|
+
"value": "Clear all"
|
|
388
|
+
}]
|
|
383
389
|
},
|
|
384
390
|
filtersButtonLabel: {
|
|
385
|
-
id:
|
|
386
|
-
|
|
387
|
-
|
|
391
|
+
id: "UIKit.FiltersButton.filtersButtonLabel",
|
|
392
|
+
defaultMessage: [{
|
|
393
|
+
"type": 0,
|
|
394
|
+
"value": "Filters"
|
|
395
|
+
}]
|
|
388
396
|
}
|
|
389
397
|
});
|
|
390
398
|
|
|
@@ -624,7 +632,7 @@ function Filters(_ref) {
|
|
|
624
632
|
Filters.displayName = 'Filters';
|
|
625
633
|
|
|
626
634
|
// NOTE: This string will be replaced on build time with the package version.
|
|
627
|
-
var version = "20.
|
|
635
|
+
var version = "20.4.0";
|
|
628
636
|
|
|
629
637
|
exports["default"] = Filters;
|
|
630
638
|
exports.version = version;
|
|
@@ -34,9 +34,11 @@ import IconButton from '@commercetools-uikit/icon-button';
|
|
|
34
34
|
|
|
35
35
|
var messages$1 = defineMessages({
|
|
36
36
|
clearAllButtonLabel: {
|
|
37
|
-
id:
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
id: "UIKit.ClearAllButton.clearAllButtonLabel",
|
|
38
|
+
defaultMessage: [{
|
|
39
|
+
"type": 0,
|
|
40
|
+
"value": "Clear all"
|
|
41
|
+
}]
|
|
40
42
|
}
|
|
41
43
|
});
|
|
42
44
|
|
|
@@ -333,19 +335,25 @@ function FilterMenu(props) {
|
|
|
333
335
|
|
|
334
336
|
var messages = defineMessages({
|
|
335
337
|
addFilterButtonLabel: {
|
|
336
|
-
id:
|
|
337
|
-
|
|
338
|
-
|
|
338
|
+
id: "UIKit.AddFilterButton.addFilterButtonLabel",
|
|
339
|
+
defaultMessage: [{
|
|
340
|
+
"type": 0,
|
|
341
|
+
"value": "Add filter"
|
|
342
|
+
}]
|
|
339
343
|
},
|
|
340
344
|
clearAllFiltersButtonLabel: {
|
|
341
|
-
id:
|
|
342
|
-
|
|
343
|
-
|
|
345
|
+
id: "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel",
|
|
346
|
+
defaultMessage: [{
|
|
347
|
+
"type": 0,
|
|
348
|
+
"value": "Clear all"
|
|
349
|
+
}]
|
|
344
350
|
},
|
|
345
351
|
filtersButtonLabel: {
|
|
346
|
-
id:
|
|
347
|
-
|
|
348
|
-
|
|
352
|
+
id: "UIKit.FiltersButton.filtersButtonLabel",
|
|
353
|
+
defaultMessage: [{
|
|
354
|
+
"type": 0,
|
|
355
|
+
"value": "Filters"
|
|
356
|
+
}]
|
|
349
357
|
}
|
|
350
358
|
});
|
|
351
359
|
|
|
@@ -585,6 +593,6 @@ function Filters(_ref) {
|
|
|
585
593
|
Filters.displayName = 'Filters';
|
|
586
594
|
|
|
587
595
|
// NOTE: This string will be replaced on build time with the package version.
|
|
588
|
-
var version = "20.
|
|
596
|
+
var version = "20.4.0";
|
|
589
597
|
|
|
590
598
|
export { Filters as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/filters",
|
|
3
3
|
"description": "The `Filters` component displays filter controls.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/flat-button": "20.
|
|
27
|
-
"@commercetools-uikit/icon-button": "20.
|
|
28
|
-
"@commercetools-uikit/icons": "20.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "20.
|
|
30
|
-
"@commercetools-uikit/select-input": "20.
|
|
31
|
-
"@commercetools-uikit/spacings": "20.
|
|
32
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/flat-button": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/icon-button": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/select-input": "20.4.0",
|
|
31
|
+
"@commercetools-uikit/spacings": "20.4.0",
|
|
32
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@radix-ui/react-popover": "^1.1.4",
|