@commercetools-uikit/view-switcher 19.22.0 → 19.22.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.
|
@@ -136,7 +136,7 @@ ViewSwitcher$1.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
136
136
|
var Group = ViewSwitcher$1;
|
|
137
137
|
|
|
138
138
|
// NOTE: This string will be replaced on build time with the package version.
|
|
139
|
-
var version = "19.22.
|
|
139
|
+
var version = "19.22.1";
|
|
140
140
|
|
|
141
141
|
const ViewSwitcher = {
|
|
142
142
|
Group,
|
|
@@ -125,7 +125,7 @@ ViewSwitcher$1.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
125
125
|
var Group = ViewSwitcher$1;
|
|
126
126
|
|
|
127
127
|
// NOTE: This string will be replaced on build time with the package version.
|
|
128
|
-
var version = "19.22.
|
|
128
|
+
var version = "19.22.1";
|
|
129
129
|
|
|
130
130
|
const ViewSwitcher = {
|
|
131
131
|
Group,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/view-switcher",
|
|
3
3
|
"description": "ViewSwitchers allow users to toggle between two or more different views of the same, similar or related content items within the same space on screen.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.22.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.1",
|
|
26
|
+
"@commercetools-uikit/utils": "19.22.1",
|
|
27
27
|
"@emotion/react": "^11.10.5",
|
|
28
28
|
"@emotion/styled": "^11.10.5",
|
|
29
29
|
"lodash": "4.17.21",
|