@commercetools-uikit/accessible-button 15.15.1 → 16.0.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.
@@ -136,7 +136,7 @@ AccessibleButton.defaultProps = defaultProps;
136
136
  var AccessibleButton$1 = AccessibleButton;
137
137
 
138
138
  // NOTE: This string will be replaced on build time with the package version.
139
- var version = "15.15.1";
139
+ var version = "16.0.0";
140
140
 
141
141
  exports["default"] = AccessibleButton$1;
142
142
  exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
@@ -123,7 +123,7 @@ AccessibleButton.defaultProps = defaultProps;
123
123
  var AccessibleButton$1 = AccessibleButton;
124
124
 
125
125
  // NOTE: This string will be replaced on build time with the package version.
126
- var version = "15.15.1";
126
+ var version = "16.0.0";
127
127
 
128
128
  exports["default"] = AccessibleButton$1;
129
129
  exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
@@ -119,6 +119,6 @@ AccessibleButton.defaultProps = defaultProps;
119
119
  var AccessibleButton$1 = AccessibleButton;
120
120
 
121
121
  // NOTE: This string will be replaced on build time with the package version.
122
- var version = "15.15.1";
122
+ var version = "16.0.0";
123
123
 
124
124
  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": "15.15.1",
4
+ "version": "16.0.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": "15.15.1",
25
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/design-system": "16.0.0",
25
+ "@commercetools-uikit/utils": "16.0.0",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "@types/react-is": "^17.0.3",