@commercetools-uikit/flat-button 15.14.0 → 15.14.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.
@@ -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.0";
173
+ var version = "15.14.2";
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.0";
147
+ var version = "15.14.2";
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.0";
154
+ var version = "15.14.2";
155
155
 
156
156
  export { FlatButton$1 as default, version };
@@ -1,2 +1 @@
1
- import type { TFlatButtonProps as FlatButtonProps } from './flat-button';
2
- export type TFlatButtonProps = FlatButtonProps;
1
+ export type { TFlatButtonProps } from './flat-button';
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.0",
4
+ "version": "15.14.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.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "15.14.0",
25
- "@commercetools-uikit/design-system": "15.14.0",
26
- "@commercetools-uikit/spacings-inline": "15.14.0",
27
- "@commercetools-uikit/text": "15.14.0",
28
- "@commercetools-uikit/utils": "15.14.0",
24
+ "@commercetools-uikit/accessible-button": "15.14.2",
25
+ "@commercetools-uikit/design-system": "15.14.2",
26
+ "@commercetools-uikit/spacings-inline": "15.14.2",
27
+ "@commercetools-uikit/text": "15.14.2",
28
+ "@commercetools-uikit/utils": "15.14.2",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "@emotion/styled": "^11.10.5",
31
31
  "lodash": "4.17.21",