@commercetools-uikit/flat-button 20.3.0 → 20.3.1
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.displayName = 'FlatButton';
|
|
|
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 = "20.3.
|
|
152
|
+
var version = "20.3.1";
|
|
153
153
|
|
|
154
154
|
exports["default"] = FlatButton$1;
|
|
155
155
|
exports.version = version;
|
|
@@ -144,7 +144,7 @@ FlatButton.displayName = 'FlatButton';
|
|
|
144
144
|
var FlatButton$1 = FlatButton;
|
|
145
145
|
|
|
146
146
|
// NOTE: This string will be replaced on build time with the package version.
|
|
147
|
-
var version = "20.3.
|
|
147
|
+
var version = "20.3.1";
|
|
148
148
|
|
|
149
149
|
exports["default"] = FlatButton$1;
|
|
150
150
|
exports.version = version;
|
|
@@ -131,6 +131,6 @@ FlatButton.displayName = 'FlatButton';
|
|
|
131
131
|
var FlatButton$1 = FlatButton;
|
|
132
132
|
|
|
133
133
|
// NOTE: This string will be replaced on build time with the package version.
|
|
134
|
-
var version = "20.3.
|
|
134
|
+
var version = "20.3.1";
|
|
135
135
|
|
|
136
136
|
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": "20.3.
|
|
4
|
+
"version": "20.3.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.3.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.3.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "20.3.
|
|
27
|
-
"@commercetools-uikit/text": "20.3.
|
|
28
|
-
"@commercetools-uikit/utils": "20.3.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.3.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.3.1",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "20.3.1",
|
|
27
|
+
"@commercetools-uikit/text": "20.3.1",
|
|
28
|
+
"@commercetools-uikit/utils": "20.3.1",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
|
-
"lodash": "4.17.
|
|
31
|
+
"lodash": "4.17.23",
|
|
32
32
|
"react-intl": "^7.1.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|