@commercetools-uikit/stamp 20.5.0 → 20.6.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.
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
  # Stamp
5
5
 
@@ -10,7 +10,7 @@ Stamps are visual labels which hold small amounts of information regarding an it
10
10
  ## Installation
11
11
 
12
12
  ```
13
- yarn add @commercetools-uikit/stamp
13
+ pnpm add @commercetools-uikit/stamp
14
14
  ```
15
15
 
16
16
  ```
@@ -20,7 +20,7 @@ npm --save install @commercetools-uikit/stamp
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
  ```
@@ -156,7 +156,7 @@ Stamp.displayName = 'Stamp';
156
156
  var Stamp$1 = Stamp;
157
157
 
158
158
  // NOTE: This string will be replaced on build time with the package version.
159
- var version = "20.5.0";
159
+ var version = "20.6.1";
160
160
 
161
161
  exports["default"] = Stamp$1;
162
162
  exports.version = version;
@@ -156,7 +156,7 @@ Stamp.displayName = 'Stamp';
156
156
  var Stamp$1 = Stamp;
157
157
 
158
158
  // NOTE: This string will be replaced on build time with the package version.
159
- var version = "20.5.0";
159
+ var version = "20.6.1";
160
160
 
161
161
  exports["default"] = Stamp$1;
162
162
  exports.version = version;
@@ -139,6 +139,6 @@ Stamp.displayName = 'Stamp';
139
139
  var Stamp$1 = Stamp;
140
140
 
141
141
  // NOTE: This string will be replaced on build time with the package version.
142
- var version = "20.5.0";
142
+ var version = "20.6.1";
143
143
 
144
144
  export { Stamp$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/stamp",
3
3
  "description": "Stamps are visual labels which hold small amounts of information regarding an item. (E.g Indicating if a product is published in a list).",
4
- "version": "20.5.0",
4
+ "version": "20.6.1",
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/stamp"
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,20 +23,23 @@
17
23
  "sideEffects": false,
18
24
  "main": "dist/commercetools-uikit-stamp.cjs.js",
19
25
  "module": "dist/commercetools-uikit-stamp.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/design-system": "20.5.0",
25
- "@commercetools-uikit/spacings-inline": "20.5.0",
26
- "@commercetools-uikit/text": "20.5.0",
27
- "@commercetools-uikit/utils": "20.5.0",
28
- "@emotion/react": "^11.10.5"
32
+ "@emotion/react": "^11.10.5",
33
+ "@commercetools-uikit/design-system": "^20.6.1",
34
+ "@commercetools-uikit/spacings-inline": "^20.6.1",
35
+ "@commercetools-uikit/text": "^20.6.1",
36
+ "@commercetools-uikit/utils": "^20.6.1"
29
37
  },
30
38
  "devDependencies": {
31
- "react": "19.2.0"
39
+ "react": "19.2.6",
40
+ "@commercetools-uikit/icons": "^20.6.1"
32
41
  },
33
42
  "peerDependencies": {
34
43
  "react": "19.x"
35
44
  }
36
- }
45
+ }