@commercetools-uikit/flat-button 15.14.2 → 15.14.3
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.
|
@@ -170,7 +170,7 @@ FlatButton.defaultProps = defaultProps;
|
|
|
170
170
|
var FlatButton$1 = FlatButton;
|
|
171
171
|
|
|
172
172
|
// NOTE: This string will be replaced on build time with the package version.
|
|
173
|
-
var version = "15.14.
|
|
173
|
+
var version = "15.14.3";
|
|
174
174
|
|
|
175
175
|
exports["default"] = FlatButton$1;
|
|
176
176
|
exports.version = version;
|
|
@@ -144,7 +144,7 @@ FlatButton.defaultProps = defaultProps;
|
|
|
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 = "15.14.
|
|
147
|
+
var version = "15.14.3";
|
|
148
148
|
|
|
149
149
|
exports["default"] = FlatButton$1;
|
|
150
150
|
exports.version = version;
|
|
@@ -151,6 +151,6 @@ FlatButton.defaultProps = defaultProps;
|
|
|
151
151
|
var FlatButton$1 = FlatButton;
|
|
152
152
|
|
|
153
153
|
// NOTE: This string will be replaced on build time with the package version.
|
|
154
|
-
var version = "15.14.
|
|
154
|
+
var version = "15.14.3";
|
|
155
155
|
|
|
156
156
|
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": "15.14.
|
|
4
|
+
"version": "15.14.3",
|
|
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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.14.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "15.14.
|
|
27
|
-
"@commercetools-uikit/text": "15.14.
|
|
28
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/text": "15.14.3",
|
|
28
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|