@commercetools-uikit/accessible-button 15.1.0 → 15.2.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.
|
@@ -140,7 +140,7 @@ AccessibleButton.defaultProps = defaultProps;
|
|
|
140
140
|
var AccessibleButton$1 = AccessibleButton;
|
|
141
141
|
|
|
142
142
|
// NOTE: This string will be replaced on build time with the package version.
|
|
143
|
-
var version = "15.
|
|
143
|
+
var version = "15.2.0";
|
|
144
144
|
|
|
145
145
|
exports["default"] = AccessibleButton$1;
|
|
146
146
|
exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
|
|
@@ -127,7 +127,7 @@ AccessibleButton.defaultProps = defaultProps;
|
|
|
127
127
|
var AccessibleButton$1 = AccessibleButton;
|
|
128
128
|
|
|
129
129
|
// NOTE: This string will be replaced on build time with the package version.
|
|
130
|
-
var version = "15.
|
|
130
|
+
var version = "15.2.0";
|
|
131
131
|
|
|
132
132
|
exports["default"] = AccessibleButton$1;
|
|
133
133
|
exports.getNormalizedButtonStyles = getNormalizedButtonStyles;
|
|
@@ -123,6 +123,6 @@ 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.
|
|
126
|
+
var version = "15.2.0";
|
|
127
127
|
|
|
128
128
|
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.
|
|
4
|
+
"version": "15.2.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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/design-system": "15.
|
|
25
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/design-system": "15.2.0",
|
|
25
|
+
"@commercetools-uikit/utils": "15.2.0",
|
|
26
26
|
"@emotion/react": "^11.4.0",
|
|
27
27
|
"@emotion/styled": "^11.3.0",
|
|
28
28
|
"@types/react-is": "^17.0.0",
|