@commercetools-uikit/primary-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.
|
@@ -151,7 +151,7 @@ PrimaryButton.displayName = 'PrimaryButton';
|
|
|
151
151
|
var PrimaryButton$1 = PrimaryButton;
|
|
152
152
|
|
|
153
153
|
// NOTE: This string will be replaced on build time with the package version.
|
|
154
|
-
var version = "15.2.
|
|
154
|
+
var version = "15.2.2";
|
|
155
155
|
|
|
156
156
|
exports["default"] = PrimaryButton$1;
|
|
157
157
|
exports.version = version;
|
|
@@ -139,7 +139,7 @@ PrimaryButton.displayName = 'PrimaryButton';
|
|
|
139
139
|
var PrimaryButton$1 = PrimaryButton;
|
|
140
140
|
|
|
141
141
|
// NOTE: This string will be replaced on build time with the package version.
|
|
142
|
-
var version = "15.2.
|
|
142
|
+
var version = "15.2.2";
|
|
143
143
|
|
|
144
144
|
exports["default"] = PrimaryButton$1;
|
|
145
145
|
exports.version = version;
|
|
@@ -132,6 +132,6 @@ PrimaryButton.displayName = 'PrimaryButton';
|
|
|
132
132
|
var PrimaryButton$1 = PrimaryButton;
|
|
133
133
|
|
|
134
134
|
// NOTE: This string will be replaced on build time with the package version.
|
|
135
|
-
var version = "15.2.
|
|
135
|
+
var version = "15.2.2";
|
|
136
136
|
|
|
137
137
|
export { PrimaryButton$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/primary-button",
|
|
3
3
|
"description": "Primary buttons are used for a primary action on a page. You must also pass a label for accessibility reasons.",
|
|
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",
|