@commercetools-uikit/flat-button 13.0.2 → 13.0.4
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.
|
@@ -149,7 +149,7 @@ FlatButton.defaultProps = defaultProps;
|
|
|
149
149
|
var FlatButton$1 = FlatButton;
|
|
150
150
|
|
|
151
151
|
// NOTE: This string will be replaced on build time with the package version.
|
|
152
|
-
var version = "13.0.
|
|
152
|
+
var version = "13.0.4";
|
|
153
153
|
|
|
154
154
|
exports["default"] = FlatButton$1;
|
|
155
155
|
exports.version = version;
|
|
@@ -132,7 +132,7 @@ FlatButton.defaultProps = defaultProps;
|
|
|
132
132
|
var FlatButton$1 = FlatButton;
|
|
133
133
|
|
|
134
134
|
// NOTE: This string will be replaced on build time with the package version.
|
|
135
|
-
var version = "13.0.
|
|
135
|
+
var version = "13.0.4";
|
|
136
136
|
|
|
137
137
|
exports["default"] = FlatButton$1;
|
|
138
138
|
exports.version = version;
|
|
@@ -129,6 +129,6 @@ FlatButton.defaultProps = defaultProps;
|
|
|
129
129
|
var FlatButton$1 = FlatButton;
|
|
130
130
|
|
|
131
131
|
// NOTE: This string will be replaced on build time with the package version.
|
|
132
|
-
var version = "13.0.
|
|
132
|
+
var version = "13.0.4";
|
|
133
133
|
|
|
134
134
|
export { FlatButton$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/flat-button",
|
|
3
3
|
"description": "Flat buttons are minimal and a flat variation of primary and secondary buttons.",
|
|
4
|
-
"version": "13.0.
|
|
4
|
+
"version": "13.0.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "13.0.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "13.0.4",
|
|
25
25
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
26
|
"@commercetools-uikit/spacings-inline": "13.0.2",
|
|
27
|
-
"@commercetools-uikit/text": "13.0.
|
|
27
|
+
"@commercetools-uikit/text": "13.0.4",
|
|
28
28
|
"@commercetools-uikit/utils": "13.0.2",
|
|
29
29
|
"@emotion/react": "^11.4.0",
|
|
30
30
|
"@emotion/styled": "^11.3.0",
|
|
31
|
-
"common-tags": "1.8.2",
|
|
32
31
|
"lodash": "4.17.21",
|
|
33
|
-
"prop-types": "15.8.1"
|
|
32
|
+
"prop-types": "15.8.1",
|
|
33
|
+
"react-intl": "^5.24.6"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"react": "17.0.2"
|