@commercetools-uikit/secondary-button 15.11.0 → 15.11.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.
|
@@ -144,7 +144,7 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
144
144
|
var SecondaryButton$1 = SecondaryButton;
|
|
145
145
|
|
|
146
146
|
// NOTE: This string will be replaced on build time with the package version.
|
|
147
|
-
var version = "15.11.
|
|
147
|
+
var version = "15.11.2";
|
|
148
148
|
|
|
149
149
|
exports["default"] = SecondaryButton$1;
|
|
150
150
|
exports.version = version;
|
|
@@ -130,7 +130,7 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
130
130
|
var SecondaryButton$1 = SecondaryButton;
|
|
131
131
|
|
|
132
132
|
// NOTE: This string will be replaced on build time with the package version.
|
|
133
|
-
var version = "15.11.
|
|
133
|
+
var version = "15.11.2";
|
|
134
134
|
|
|
135
135
|
exports["default"] = SecondaryButton$1;
|
|
136
136
|
exports.version = version;
|
|
@@ -126,6 +126,6 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
126
126
|
var SecondaryButton$1 = SecondaryButton;
|
|
127
127
|
|
|
128
128
|
// NOTE: This string will be replaced on build time with the package version.
|
|
129
|
-
var version = "15.11.
|
|
129
|
+
var version = "15.11.2";
|
|
130
130
|
|
|
131
131
|
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.11.
|
|
4
|
+
"version": "15.11.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.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.11.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.11.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "15.11.
|
|
27
|
-
"@commercetools-uikit/text": "15.11.
|
|
28
|
-
"@commercetools-uikit/utils": "15.11.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.11.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.11.2",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "15.11.2",
|
|
27
|
+
"@commercetools-uikit/text": "15.11.2",
|
|
28
|
+
"@commercetools-uikit/utils": "15.11.2",
|
|
29
29
|
"@emotion/react": "^11.4.0",
|
|
30
30
|
"@emotion/styled": "^11.3.0",
|
|
31
31
|
"lodash": "4.17.21",
|