@commercetools-uikit/field-label 20.5.0 → 20.6.0

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <!-- THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -->
2
- <!-- This file is created by the `yarn generate-readme` script. -->
2
+ <!-- This file is created by the `pnpm generate-readme` script. -->
3
3
 
4
4
  # FieldLabel
5
5
 
@@ -10,7 +10,7 @@ The FieldLabel component represents the label for a field in a form. This compon
10
10
  ## Installation
11
11
 
12
12
  ```
13
- yarn add @commercetools-uikit/field-label
13
+ pnpm add @commercetools-uikit/field-label
14
14
  ```
15
15
 
16
16
  ```
@@ -20,7 +20,7 @@ npm --save install @commercetools-uikit/field-label
20
20
  Additionally install the peer dependencies (if not present)
21
21
 
22
22
  ```
23
- yarn add react
23
+ pnpm add react
24
24
  ```
25
25
 
26
26
  ```
@@ -114,7 +114,7 @@ FieldLabel.displayName = 'FieldLabel';
114
114
  var FieldLabel$1 = FieldLabel;
115
115
 
116
116
  // NOTE: This string will be replaced on build time with the package version.
117
- var version = "20.5.0";
117
+ var version = "20.6.0";
118
118
 
119
119
  exports["default"] = FieldLabel$1;
120
120
  exports.version = version;
@@ -103,7 +103,7 @@ FieldLabel.displayName = 'FieldLabel';
103
103
  var FieldLabel$1 = FieldLabel;
104
104
 
105
105
  // NOTE: This string will be replaced on build time with the package version.
106
- var version = "20.5.0";
106
+ var version = "20.6.0";
107
107
 
108
108
  exports["default"] = FieldLabel$1;
109
109
  exports.version = version;
@@ -101,6 +101,6 @@ FieldLabel.displayName = 'FieldLabel';
101
101
  var FieldLabel$1 = FieldLabel;
102
102
 
103
103
  // NOTE: This string will be replaced on build time with the package version.
104
- var version = "20.5.0";
104
+ var version = "20.6.0";
105
105
 
106
106
  export { FieldLabel$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/field-label",
3
3
  "description": "The FieldLabel component represents the label for a field in a form.",
4
- "version": "20.5.0",
4
+ "version": "20.6.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,7 +9,13 @@
9
9
  "directory": "packages/components/field-label"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "typescript",
15
+ "design-system",
16
+ "react",
17
+ "uikit"
18
+ ],
13
19
  "license": "MIT",
14
20
  "publishConfig": {
15
21
  "access": "public"
@@ -17,28 +23,31 @@
17
23
  "sideEffects": false,
18
24
  "main": "dist/commercetools-uikit-field-label.cjs.js",
19
25
  "module": "dist/commercetools-uikit-field-label.esm.js",
20
- "files": ["dist"],
26
+ "files": [
27
+ "dist"
28
+ ],
21
29
  "dependencies": {
22
30
  "@babel/runtime": "^7.20.13",
23
31
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.5.0",
25
- "@commercetools-uikit/design-system": "20.5.0",
26
- "@commercetools-uikit/icon-button": "20.5.0",
27
- "@commercetools-uikit/icons": "20.5.0",
28
- "@commercetools-uikit/label": "20.5.0",
29
- "@commercetools-uikit/secondary-icon-button": "20.5.0",
30
- "@commercetools-uikit/spacings-inline": "20.5.0",
31
- "@commercetools-uikit/spacings-stack": "20.5.0",
32
- "@commercetools-uikit/text": "20.5.0",
33
- "@commercetools-uikit/utils": "20.5.0",
34
32
  "@emotion/react": "^11.10.5",
35
33
  "@emotion/styled": "^11.10.5",
36
- "react-intl": "^7.1.4"
34
+ "react-intl": "^7.1.4",
35
+ "@commercetools-uikit/constraints": "^20.6.0",
36
+ "@commercetools-uikit/design-system": "^20.6.0",
37
+ "@commercetools-uikit/icon-button": "^20.6.0",
38
+ "@commercetools-uikit/icons": "^20.6.0",
39
+ "@commercetools-uikit/label": "^20.6.0",
40
+ "@commercetools-uikit/secondary-icon-button": "^20.6.0",
41
+ "@commercetools-uikit/spacings-inline": "^20.6.0",
42
+ "@commercetools-uikit/spacings-stack": "^20.6.0",
43
+ "@commercetools-uikit/text": "^20.6.0",
44
+ "@commercetools-uikit/utils": "^20.6.0"
37
45
  },
38
46
  "devDependencies": {
39
- "react": "19.2.0"
47
+ "react": "19.2.0",
48
+ "@commercetools-uikit/flat-button": "^20.6.0"
40
49
  },
41
50
  "peerDependencies": {
42
51
  "react": "19.x"
43
52
  }
44
- }
53
+ }