@commercetools-uikit/flat-button 19.22.0 → 19.22.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.
|
@@ -175,7 +175,7 @@ FlatButton.displayName = 'FlatButton';
|
|
|
175
175
|
var FlatButton$1 = FlatButton;
|
|
176
176
|
|
|
177
177
|
// NOTE: This string will be replaced on build time with the package version.
|
|
178
|
-
var version = "19.22.
|
|
178
|
+
var version = "19.22.1";
|
|
179
179
|
|
|
180
180
|
exports["default"] = FlatButton$1;
|
|
181
181
|
exports.version = version;
|
|
@@ -150,7 +150,7 @@ FlatButton.displayName = 'FlatButton';
|
|
|
150
150
|
var FlatButton$1 = FlatButton;
|
|
151
151
|
|
|
152
152
|
// NOTE: This string will be replaced on build time with the package version.
|
|
153
|
-
var version = "19.22.
|
|
153
|
+
var version = "19.22.1";
|
|
154
154
|
|
|
155
155
|
exports["default"] = FlatButton$1;
|
|
156
156
|
exports.version = version;
|
|
@@ -157,6 +157,6 @@ FlatButton.displayName = 'FlatButton';
|
|
|
157
157
|
var FlatButton$1 = FlatButton;
|
|
158
158
|
|
|
159
159
|
// NOTE: This string will be replaced on build time with the package version.
|
|
160
|
-
var version = "19.22.
|
|
160
|
+
var version = "19.22.1";
|
|
161
161
|
|
|
162
162
|
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": "19.22.
|
|
4
|
+
"version": "19.22.1",
|
|
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": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "19.22.
|
|
27
|
-
"@commercetools-uikit/text": "19.22.
|
|
28
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.22.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.1",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "19.22.1",
|
|
27
|
+
"@commercetools-uikit/text": "19.22.1",
|
|
28
|
+
"@commercetools-uikit/utils": "19.22.1",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|