@commercetools-uikit/view-switcher 16.7.3 → 16.7.4

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.
@@ -139,7 +139,7 @@ ViewSwitcher$1.propTypes = process.env.NODE_ENV !== "production" ? {
139
139
  var Group = ViewSwitcher$1;
140
140
 
141
141
  // NOTE: This string will be replaced on build time with the package version.
142
- var version = "16.7.3";
142
+ var version = "16.7.4";
143
143
 
144
144
  const ViewSwitcher = {
145
145
  Group,
@@ -108,7 +108,7 @@ ViewSwitcher$1.propTypes = {};
108
108
  var Group = ViewSwitcher$1;
109
109
 
110
110
  // NOTE: This string will be replaced on build time with the package version.
111
- var version = "16.7.3";
111
+ var version = "16.7.4";
112
112
 
113
113
  const ViewSwitcher = {
114
114
  Group,
@@ -127,7 +127,7 @@ ViewSwitcher$1.propTypes = process.env.NODE_ENV !== "production" ? {
127
127
  var Group = ViewSwitcher$1;
128
128
 
129
129
  // NOTE: This string will be replaced on build time with the package version.
130
- var version = "16.7.3";
130
+ var version = "16.7.4";
131
131
 
132
132
  const ViewSwitcher = {
133
133
  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": "16.7.3",
4
+ "version": "16.7.4",
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": "16.7.3",
25
- "@commercetools-uikit/design-system": "16.7.3",
26
- "@commercetools-uikit/utils": "16.7.3",
24
+ "@commercetools-uikit/accessible-button": "16.7.4",
25
+ "@commercetools-uikit/design-system": "16.7.4",
26
+ "@commercetools-uikit/utils": "16.7.4",
27
27
  "@emotion/react": "^11.10.5",
28
28
  "@emotion/styled": "^11.10.5",
29
29
  "lodash": "4.17.21",