@commercetools-uikit/filters 19.22.7 → 19.24.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.
|
@@ -671,7 +671,7 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
671
671
|
Filters.displayName = 'Filters';
|
|
672
672
|
|
|
673
673
|
// NOTE: This string will be replaced on build time with the package version.
|
|
674
|
-
var version = "19.
|
|
674
|
+
var version = "19.24.0";
|
|
675
675
|
|
|
676
676
|
exports["default"] = Filters;
|
|
677
677
|
exports.version = version;
|
|
@@ -604,7 +604,7 @@ Filters.propTypes = {};
|
|
|
604
604
|
Filters.displayName = 'Filters';
|
|
605
605
|
|
|
606
606
|
// NOTE: This string will be replaced on build time with the package version.
|
|
607
|
-
var version = "19.
|
|
607
|
+
var version = "19.24.0";
|
|
608
608
|
|
|
609
609
|
exports["default"] = Filters;
|
|
610
610
|
exports.version = version;
|
|
@@ -623,6 +623,6 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
623
623
|
Filters.displayName = 'Filters';
|
|
624
624
|
|
|
625
625
|
// NOTE: This string will be replaced on build time with the package version.
|
|
626
|
-
var version = "19.
|
|
626
|
+
var version = "19.24.0";
|
|
627
627
|
|
|
628
628
|
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": "19.
|
|
4
|
+
"version": "19.24.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.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/flat-button": "19.
|
|
27
|
-
"@commercetools-uikit/icon-button": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "19.
|
|
30
|
-
"@commercetools-uikit/select-input": "19.
|
|
31
|
-
"@commercetools-uikit/spacings": "19.
|
|
32
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "19.24.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.24.0",
|
|
26
|
+
"@commercetools-uikit/flat-button": "19.24.0",
|
|
27
|
+
"@commercetools-uikit/icon-button": "19.24.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.24.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "19.24.0",
|
|
30
|
+
"@commercetools-uikit/select-input": "19.24.0",
|
|
31
|
+
"@commercetools-uikit/spacings": "19.24.0",
|
|
32
|
+
"@commercetools-uikit/utils": "19.24.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@radix-ui/react-popover": "^1.1.2",
|