@commercetools-uikit/view-switcher 20.3.0 → 20.3.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.
|
@@ -116,7 +116,7 @@ ViewSwitcher$1.displayName = 'ViewSwitcher.Group';
|
|
|
116
116
|
var Group = ViewSwitcher$1;
|
|
117
117
|
|
|
118
118
|
// NOTE: This string will be replaced on build time with the package version.
|
|
119
|
-
var version = "20.3.
|
|
119
|
+
var version = "20.3.1";
|
|
120
120
|
|
|
121
121
|
const ViewSwitcher = {
|
|
122
122
|
Group,
|
|
@@ -104,7 +104,7 @@ ViewSwitcher$1.displayName = 'ViewSwitcher.Group';
|
|
|
104
104
|
var Group = ViewSwitcher$1;
|
|
105
105
|
|
|
106
106
|
// NOTE: This string will be replaced on build time with the package version.
|
|
107
|
-
var version = "20.3.
|
|
107
|
+
var version = "20.3.1";
|
|
108
108
|
|
|
109
109
|
const ViewSwitcher = {
|
|
110
110
|
Group,
|
|
@@ -105,7 +105,7 @@ ViewSwitcher$1.displayName = 'ViewSwitcher.Group';
|
|
|
105
105
|
var Group = ViewSwitcher$1;
|
|
106
106
|
|
|
107
107
|
// NOTE: This string will be replaced on build time with the package version.
|
|
108
|
-
var version = "20.3.
|
|
108
|
+
var version = "20.3.1";
|
|
109
109
|
|
|
110
110
|
const ViewSwitcher = {
|
|
111
111
|
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": "20.3.
|
|
4
|
+
"version": "20.3.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.3.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.3.
|
|
26
|
-
"@commercetools-uikit/utils": "20.3.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.3.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.3.1",
|
|
26
|
+
"@commercetools-uikit/utils": "20.3.1",
|
|
27
27
|
"@emotion/react": "^11.10.5",
|
|
28
28
|
"@emotion/styled": "^11.10.5",
|
|
29
|
-
"lodash": "4.17.
|
|
29
|
+
"lodash": "4.17.23"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"react": "19.2.0"
|