@commercetools-uikit/filters 19.25.0 → 19.25.1
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.
|
@@ -694,7 +694,7 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
694
694
|
Filters.displayName = 'Filters';
|
|
695
695
|
|
|
696
696
|
// NOTE: This string will be replaced on build time with the package version.
|
|
697
|
-
var version = "19.25.
|
|
697
|
+
var version = "19.25.1";
|
|
698
698
|
|
|
699
699
|
exports["default"] = Filters;
|
|
700
700
|
exports.version = version;
|
|
@@ -627,7 +627,7 @@ Filters.propTypes = {};
|
|
|
627
627
|
Filters.displayName = 'Filters';
|
|
628
628
|
|
|
629
629
|
// NOTE: This string will be replaced on build time with the package version.
|
|
630
|
-
var version = "19.25.
|
|
630
|
+
var version = "19.25.1";
|
|
631
631
|
|
|
632
632
|
exports["default"] = Filters;
|
|
633
633
|
exports.version = version;
|
|
@@ -645,6 +645,6 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
645
645
|
Filters.displayName = 'Filters';
|
|
646
646
|
|
|
647
647
|
// NOTE: This string will be replaced on build time with the package version.
|
|
648
|
-
var version = "19.25.
|
|
648
|
+
var version = "19.25.1";
|
|
649
649
|
|
|
650
650
|
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.25.
|
|
4
|
+
"version": "19.25.1",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.25.
|
|
26
|
-
"@commercetools-uikit/flat-button": "19.25.
|
|
27
|
-
"@commercetools-uikit/icon-button": "19.25.
|
|
28
|
-
"@commercetools-uikit/icons": "19.25.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "19.25.
|
|
30
|
-
"@commercetools-uikit/select-input": "19.25.
|
|
31
|
-
"@commercetools-uikit/spacings": "19.25.
|
|
32
|
-
"@commercetools-uikit/utils": "19.25.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "19.25.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.25.1",
|
|
26
|
+
"@commercetools-uikit/flat-button": "19.25.1",
|
|
27
|
+
"@commercetools-uikit/icon-button": "19.25.1",
|
|
28
|
+
"@commercetools-uikit/icons": "19.25.1",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "19.25.1",
|
|
30
|
+
"@commercetools-uikit/select-input": "19.25.1",
|
|
31
|
+
"@commercetools-uikit/spacings": "19.25.1",
|
|
32
|
+
"@commercetools-uikit/utils": "19.25.1",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@radix-ui/react-popover": "^1.1.2",
|