@commercetools-uikit/quick-filters 19.22.5 → 19.22.7
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.
@param item.label label to display
@param item.isActive the current active state of the item |
|
|
71
|
-
| `onItemClick` | `Function`<br/>[See signature.](#signature-
|
|
71
|
+
| `onItemClick` | `Function`<br/>[See signature.](#signature-onitemclick) | ✅ | | callback fn, executed when an item is clicked |
|
|
72
72
|
|
|
73
73
|
## Signatures
|
|
74
74
|
|
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.
|
|
4
|
+
"version": "19.22.7",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/tag": "19.22.
|
|
24
|
+
"@commercetools-uikit/design-system": "19.22.7",
|
|
25
|
+
"@commercetools-uikit/tag": "19.22.7",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"@emotion/styled": "^11.10.5",
|
|
28
28
|
"prop-types": "15.8.1",
|