@commercetools-uikit/accessible-button 19.3.1 → 19.5.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.
@@ -130,7 +130,7 @@ AccessibleButton.defaultProps = defaultProps;
130
130
  var AccessibleButton$1 = AccessibleButton;
131
131
 
132
132
  // NOTE: This string will be replaced on build time with the package version.
133
- var version = "19.3.1";
133
+ var version = "19.5.0";
134
134
 
135
135
  exports["default"] = AccessibleButton$1;
136
136
  exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
@@ -117,7 +117,7 @@ AccessibleButton.defaultProps = defaultProps;
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.3.1";
120
+ var version = "19.5.0";
121
121
 
122
122
  exports["default"] = AccessibleButton$1;
123
123
  exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
@@ -113,6 +113,6 @@ AccessibleButton.defaultProps = defaultProps;
113
113
  var AccessibleButton$1 = AccessibleButton;
114
114
 
115
115
  // NOTE: This string will be replaced on build time with the package version.
116
- var version = "19.3.1";
116
+ var version = "19.5.0";
117
117
 
118
118
  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.3.1",
4
+ "version": "19.5.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.3.1",
25
- "@commercetools-uikit/utils": "19.3.1",
24
+ "@commercetools-uikit/design-system": "19.5.0",
25
+ "@commercetools-uikit/utils": "19.5.0",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "@types/react-is": "^17.0.3",