@commercetools-uikit/accessible-button 19.21.0 → 19.22.0

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.
@@ -134,7 +134,7 @@ AccessibleButton.displayName = 'AccessibleButton';
134
134
  var AccessibleButton$1 = AccessibleButton;
135
135
 
136
136
  // NOTE: This string will be replaced on build time with the package version.
137
- var version = "19.21.0";
137
+ var version = "19.22.0";
138
138
 
139
139
  exports["default"] = AccessibleButton$1;
140
140
  exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
@@ -121,7 +121,7 @@ AccessibleButton.displayName = 'AccessibleButton';
121
121
  var AccessibleButton$1 = AccessibleButton;
122
122
 
123
123
  // NOTE: This string will be replaced on build time with the package version.
124
- var version = "19.21.0";
124
+ var version = "19.22.0";
125
125
 
126
126
  exports["default"] = AccessibleButton$1;
127
127
  exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
@@ -117,6 +117,6 @@ AccessibleButton.displayName = 'AccessibleButton';
117
117
  var AccessibleButton$1 = AccessibleButton;
118
118
 
119
119
  // NOTE: This string will be replaced on build time with the package version.
120
- var version = "19.21.0";
120
+ var version = "19.22.0";
121
121
 
122
122
  export { AccessibleButton$1 as default, getNormalizedButtonStyles, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/accessible-button",
3
3
  "description": "A React component that you can use to wrap your buttons in an accessible <button/> element.",
4
- "version": "19.21.0",
4
+ "version": "19.22.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "19.21.0",
25
- "@commercetools-uikit/utils": "19.21.0",
24
+ "@commercetools-uikit/design-system": "19.22.0",
25
+ "@commercetools-uikit/utils": "19.22.0",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "@types/react-is": "^17.0.3",