@commercetools-uikit/filters 19.23.0 → 19.25.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.
@@ -1,4 +1,4 @@
1
- import { type ReactNode, type MouseEvent, type KeyboardEvent } from 'react';
1
+ import { type KeyboardEvent, type MouseEvent, type ReactNode } from 'react';
2
2
  import { type TAppliedFilterValue } from "./filter-menu/index.js";
3
3
  export type TAppliedFilter = {
4
4
  /**
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": "19.23.0",
4
+ "version": "19.25.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": "19.23.0",
25
- "@commercetools-uikit/design-system": "19.23.0",
26
- "@commercetools-uikit/flat-button": "19.23.0",
27
- "@commercetools-uikit/icon-button": "19.23.0",
28
- "@commercetools-uikit/icons": "19.23.0",
29
- "@commercetools-uikit/secondary-icon-button": "19.23.0",
30
- "@commercetools-uikit/select-input": "19.23.0",
31
- "@commercetools-uikit/spacings": "19.23.0",
32
- "@commercetools-uikit/utils": "19.23.0",
24
+ "@commercetools-uikit/collapsible-motion": "19.25.0",
25
+ "@commercetools-uikit/design-system": "19.25.0",
26
+ "@commercetools-uikit/flat-button": "19.25.0",
27
+ "@commercetools-uikit/icon-button": "19.25.0",
28
+ "@commercetools-uikit/icons": "19.25.0",
29
+ "@commercetools-uikit/secondary-icon-button": "19.25.0",
30
+ "@commercetools-uikit/select-input": "19.25.0",
31
+ "@commercetools-uikit/spacings": "19.25.0",
32
+ "@commercetools-uikit/utils": "19.25.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "@radix-ui/react-popover": "^1.1.2",