@commercetools-uikit/secondary-button 15.2.1 → 15.2.2
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.
|
@@ -152,7 +152,7 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
152
152
|
var SecondaryButton$1 = SecondaryButton;
|
|
153
153
|
|
|
154
154
|
// NOTE: This string will be replaced on build time with the package version.
|
|
155
|
-
var version = "15.2.
|
|
155
|
+
var version = "15.2.2";
|
|
156
156
|
|
|
157
157
|
exports["default"] = SecondaryButton$1;
|
|
158
158
|
exports.version = version;
|
|
@@ -138,7 +138,7 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
138
138
|
var SecondaryButton$1 = SecondaryButton;
|
|
139
139
|
|
|
140
140
|
// NOTE: This string will be replaced on build time with the package version.
|
|
141
|
-
var version = "15.2.
|
|
141
|
+
var version = "15.2.2";
|
|
142
142
|
|
|
143
143
|
exports["default"] = SecondaryButton$1;
|
|
144
144
|
exports.version = version;
|
|
@@ -134,6 +134,6 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
134
134
|
var SecondaryButton$1 = SecondaryButton;
|
|
135
135
|
|
|
136
136
|
// NOTE: This string will be replaced on build time with the package version.
|
|
137
|
-
var version = "15.2.
|
|
137
|
+
var version = "15.2.2";
|
|
138
138
|
|
|
139
139
|
export { SecondaryButton$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/secondary-button",
|
|
3
3
|
"description": "Secondary buttons are used in combination with a PrimaryButton and represent the secondary action.",
|
|
4
|
-
"version": "15.2.
|
|
4
|
+
"version": "15.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "15.2.
|
|
27
|
-
"@commercetools-uikit/text": "15.2.
|
|
28
|
-
"@commercetools-uikit/utils": "15.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.2.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.2",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "15.2.2",
|
|
27
|
+
"@commercetools-uikit/text": "15.2.2",
|
|
28
|
+
"@commercetools-uikit/utils": "15.2.2",
|
|
29
29
|
"@emotion/react": "^11.4.0",
|
|
30
30
|
"@emotion/styled": "^11.3.0",
|
|
31
31
|
"lodash": "4.17.21",
|