@commercetools-uikit/accessible-button 19.26.0 → 20.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.
@@ -133,7 +133,7 @@ AccessibleButton.displayName = 'AccessibleButton';
133
133
  var AccessibleButton$1 = AccessibleButton;
134
134
 
135
135
  // NOTE: This string will be replaced on build time with the package version.
136
- var version = "19.26.0";
136
+ var version = "20.0.0";
137
137
 
138
138
  exports["default"] = AccessibleButton$1;
139
139
  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.26.0";
124
+ var version = "20.0.0";
125
125
 
126
126
  exports["default"] = AccessibleButton$1;
127
127
  exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
@@ -116,6 +116,6 @@ AccessibleButton.displayName = 'AccessibleButton';
116
116
  var AccessibleButton$1 = AccessibleButton;
117
117
 
118
118
  // NOTE: This string will be replaced on build time with the package version.
119
- var version = "19.26.0";
119
+ var version = "20.0.0";
120
120
 
121
121
  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.26.0",
4
+ "version": "20.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,19 +21,18 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "19.26.0",
25
- "@commercetools-uikit/utils": "19.26.0",
24
+ "@commercetools-uikit/design-system": "20.0.0",
25
+ "@commercetools-uikit/utils": "20.0.0",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
- "@types/react-is": "^17.0.3",
28
+ "@types/react-is": "^19.0.0",
29
29
  "lodash": "4.17.21",
30
- "prop-types": "15.8.1",
31
- "react-is": "17.0.2"
30
+ "react-is": "19.0.0"
32
31
  },
33
32
  "devDependencies": {
34
- "react": "17.0.2"
33
+ "react": "19.0.0"
35
34
  },
36
35
  "peerDependencies": {
37
- "react": "17.x"
36
+ "react": "19.x"
38
37
  }
39
38
  }