@commercetools-uikit/view-switcher 15.2.1 → 15.2.2
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.
|
@@ -147,7 +147,7 @@ ViewSwitcher$1.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
147
147
|
var Group = ViewSwitcher$1;
|
|
148
148
|
|
|
149
149
|
// NOTE: This string will be replaced on build time with the package version.
|
|
150
|
-
var version = "15.2.
|
|
150
|
+
var version = "15.2.2";
|
|
151
151
|
|
|
152
152
|
var ViewSwitcher = {
|
|
153
153
|
Group: Group,
|
|
@@ -135,7 +135,7 @@ ViewSwitcher$1.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
135
135
|
var Group = ViewSwitcher$1;
|
|
136
136
|
|
|
137
137
|
// NOTE: This string will be replaced on build time with the package version.
|
|
138
|
-
var version = "15.2.
|
|
138
|
+
var version = "15.2.2";
|
|
139
139
|
|
|
140
140
|
var ViewSwitcher = {
|
|
141
141
|
Group: 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": "15.2.
|
|
4
|
+
"version": "15.2.2",
|
|
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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/utils": "15.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.2.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.2",
|
|
26
|
+
"@commercetools-uikit/utils": "15.2.2",
|
|
27
27
|
"@emotion/react": "^11.4.0",
|
|
28
28
|
"@emotion/styled": "^11.3.0",
|
|
29
29
|
"lodash": "4.17.21",
|