@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: 'UIKit.ClearAllButton.clearAllButtonLabel',
87
- description: 'Label for the clear all button',
88
- defaultMessage: 'Clear all'
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: 'UIKit.AddFilterButton.addFilterButtonLabel',
386
- description: 'Label for the add filter button',
387
- defaultMessage: 'Add filter'
387
+ id: "UIKit.AddFilterButton.addFilterButtonLabel",
388
+ defaultMessage: [{
389
+ "type": 0,
390
+ "value": "Add filter"
391
+ }]
388
392
  },
389
393
  clearAllFiltersButtonLabel: {
390
- id: 'UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel',
391
- description: 'Label for the clear all filters button',
392
- defaultMessage: 'Clear all'
394
+ id: "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel",
395
+ defaultMessage: [{
396
+ "type": 0,
397
+ "value": "Clear all"
398
+ }]
393
399
  },
394
400
  filtersButtonLabel: {
395
- id: 'UIKit.FiltersButton.filtersButtonLabel',
396
- description: 'Label for the filters button',
397
- defaultMessage: 'Filters'
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.3.0";
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: 'UIKit.ClearAllButton.clearAllButtonLabel',
87
- description: 'Label for the clear all button',
88
- defaultMessage: 'Clear all'
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: 'UIKit.AddFilterButton.addFilterButtonLabel',
376
- description: 'Label for the add filter button',
377
- defaultMessage: 'Add filter'
377
+ id: "UIKit.AddFilterButton.addFilterButtonLabel",
378
+ defaultMessage: [{
379
+ "type": 0,
380
+ "value": "Add filter"
381
+ }]
378
382
  },
379
383
  clearAllFiltersButtonLabel: {
380
- id: 'UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel',
381
- description: 'Label for the clear all filters button',
382
- defaultMessage: 'Clear all'
384
+ id: "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel",
385
+ defaultMessage: [{
386
+ "type": 0,
387
+ "value": "Clear all"
388
+ }]
383
389
  },
384
390
  filtersButtonLabel: {
385
- id: 'UIKit.FiltersButton.filtersButtonLabel',
386
- description: 'Label for the filters button',
387
- defaultMessage: 'Filters'
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.3.0";
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: 'UIKit.ClearAllButton.clearAllButtonLabel',
38
- description: 'Label for the clear all button',
39
- defaultMessage: 'Clear all'
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: 'UIKit.AddFilterButton.addFilterButtonLabel',
337
- description: 'Label for the add filter button',
338
- defaultMessage: 'Add filter'
338
+ id: "UIKit.AddFilterButton.addFilterButtonLabel",
339
+ defaultMessage: [{
340
+ "type": 0,
341
+ "value": "Add filter"
342
+ }]
339
343
  },
340
344
  clearAllFiltersButtonLabel: {
341
- id: 'UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel',
342
- description: 'Label for the clear all filters button',
343
- defaultMessage: 'Clear all'
345
+ id: "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel",
346
+ defaultMessage: [{
347
+ "type": 0,
348
+ "value": "Clear all"
349
+ }]
344
350
  },
345
351
  filtersButtonLabel: {
346
- id: 'UIKit.FiltersButton.filtersButtonLabel',
347
- description: 'Label for the filters button',
348
- defaultMessage: 'Filters'
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.3.0";
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.3.0",
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.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/flat-button": "20.3.0",
27
- "@commercetools-uikit/icon-button": "20.3.0",
28
- "@commercetools-uikit/icons": "20.3.0",
29
- "@commercetools-uikit/secondary-icon-button": "20.3.0",
30
- "@commercetools-uikit/select-input": "20.3.0",
31
- "@commercetools-uikit/spacings": "20.3.0",
32
- "@commercetools-uikit/utils": "20.3.0",
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",