@commercetools-uikit/quick-filters 19.22.5 → 19.22.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/README.md CHANGED
@@ -68,7 +68,7 @@ export default App;
68
68
  | Props | Type | Required | Default | Description |
69
69
  | ------------- | ------------------------------------------------------------------- | :------: | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
70
70
  | `items` | `Array: TQuickFiltersItem[]`<br/>[See signature.](#signature-items) | ✅ | | collection of quick filter items@param item.id unique identifier for the item.&#xA;@param item.label label to display&#xA;@param item.isActive the current active state of the item |
71
- | `onItemClick` | `Function`<br/>[See signature.](#signature-onItemClick) | ✅ | | callback fn, executed when an item is clicked |
71
+ | `onItemClick` | `Function`<br/>[See signature.](#signature-onitemclick) | ✅ | | callback fn, executed when an item is clicked |
72
72
 
73
73
  ## Signatures
74
74
 
@@ -40,7 +40,7 @@ function QuickFilters(_ref) {
40
40
  }
41
41
 
42
42
  // NOTE: This string will be replaced on build time with the package version.
43
- var version = "19.22.5";
43
+ var version = "19.22.6";
44
44
 
45
45
  exports["default"] = QuickFilters;
46
46
  exports.version = version;
@@ -35,7 +35,7 @@ function QuickFilters(_ref) {
35
35
  }
36
36
 
37
37
  // NOTE: This string will be replaced on build time with the package version.
38
- var version = "19.22.5";
38
+ var version = "19.22.6";
39
39
 
40
40
  exports["default"] = QuickFilters;
41
41
  exports.version = version;
@@ -31,6 +31,6 @@ function QuickFilters(_ref) {
31
31
  }
32
32
 
33
33
  // NOTE: This string will be replaced on build time with the package version.
34
- var version = "19.22.5";
34
+ var version = "19.22.6";
35
35
 
36
36
  export { QuickFilters as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/quick-filters",
3
3
  "description": "The `QuickFilters` component displays filter controls.",
4
- "version": "19.22.5",
4
+ "version": "19.22.6",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "19.22.5",
25
- "@commercetools-uikit/tag": "19.22.5",
24
+ "@commercetools-uikit/design-system": "19.22.6",
25
+ "@commercetools-uikit/tag": "19.22.6",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "prop-types": "15.8.1",