@commercetools-uikit/primary-button 12.2.4 → 12.2.5

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.
@@ -150,8 +150,8 @@ PrimaryButton.defaultProps = defaultProps;
150
150
  PrimaryButton.displayName = 'PrimaryButton';
151
151
  var PrimaryButton$1 = PrimaryButton;
152
152
 
153
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
154
- var version = '12.2.4';
153
+ // NOTE: This string will be replaced on build time with the package version.
154
+ var version = "12.2.5";
155
155
 
156
156
  exports["default"] = PrimaryButton$1;
157
157
  exports.version = version;
@@ -138,8 +138,8 @@ PrimaryButton.defaultProps = defaultProps;
138
138
  PrimaryButton.displayName = 'PrimaryButton';
139
139
  var PrimaryButton$1 = PrimaryButton;
140
140
 
141
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
142
- var version = '12.2.4';
141
+ // NOTE: This string will be replaced on build time with the package version.
142
+ var version = "12.2.5";
143
143
 
144
144
  exports["default"] = PrimaryButton$1;
145
145
  exports.version = version;
@@ -131,7 +131,7 @@ PrimaryButton.defaultProps = defaultProps;
131
131
  PrimaryButton.displayName = 'PrimaryButton';
132
132
  var PrimaryButton$1 = PrimaryButton;
133
133
 
134
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
135
- var version = '12.2.4';
134
+ // NOTE: This string will be replaced on build time with the package version.
135
+ var version = "12.2.5";
136
136
 
137
137
  export { PrimaryButton$1 as default, version };
@@ -13,7 +13,7 @@ export declare type TPrimaryButtonProps<TStringOrComponent extends ElementType =
13
13
  } & ComponentPropsWithRef<TStringOrComponent>;
14
14
  declare const PrimaryButton: {
15
15
  <TStringOrComponent extends ElementType<any> = "button">(props: TPrimaryButtonProps<TStringOrComponent>): import("@emotion/react/jsx-runtime").JSX.Element;
16
- defaultProps: Pick<TPrimaryButtonProps<"button">, "size" | "type" | "isToggleButton" | "tone">;
16
+ defaultProps: Pick<TPrimaryButtonProps<"button">, "type" | "size" | "isToggleButton" | "tone">;
17
17
  displayName: string;
18
18
  };
19
19
  export default PrimaryButton;
@@ -1,2 +1,2 @@
1
- declare const _default: "12.2.4";
1
+ declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/primary-button",
3
3
  "description": "Primary buttons are used for a primary action on a page. You must also pass a label for accessibility reasons.",
4
- "version": "12.2.4",
4
+ "version": "12.2.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,30 +9,33 @@
9
9
  "directory": "packages/components/buttons/primary-button"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "design system",
15
+ "react",
16
+ "uikit"
17
+ ],
13
18
  "license": "MIT",
14
- "private": false,
15
19
  "publishConfig": {
16
20
  "access": "public"
17
21
  },
18
22
  "sideEffects": false,
19
23
  "main": "dist/commercetools-uikit-primary-button.cjs.js",
20
24
  "module": "dist/commercetools-uikit-primary-button.esm.js",
21
- "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../../scripts/version.js replace"
24
- },
25
+ "files": [
26
+ "dist"
27
+ ],
25
28
  "dependencies": {
26
- "@babel/runtime": "7.15.4",
27
- "@babel/runtime-corejs3": "7.15.4",
28
- "@commercetools-uikit/accessible-button": "12.2.4",
29
- "@commercetools-uikit/design-system": "12.2.4",
30
- "@commercetools-uikit/spacings-inline": "12.2.4",
31
- "@commercetools-uikit/text": "12.2.4",
32
- "@commercetools-uikit/utils": "12.2.0",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/accessible-button": "12.2.5",
32
+ "@commercetools-uikit/design-system": "12.2.5",
33
+ "@commercetools-uikit/spacings-inline": "12.2.5",
34
+ "@commercetools-uikit/text": "12.2.5",
35
+ "@commercetools-uikit/utils": "12.2.5",
33
36
  "@emotion/react": "^11.4.0",
34
37
  "@emotion/styled": "^11.3.0",
35
- "common-tags": "1.8.0",
38
+ "common-tags": "1.8.2",
36
39
  "lodash": "4.17.21",
37
40
  "prop-types": "15.7.2"
38
41
  },