@commercetools-uikit/card 19.19.0 → 19.20.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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./declarations/src/index";
|
|
2
|
-
export { default } from "./declarations/src/index";
|
|
1
|
+
export * from "./declarations/src/index.js";
|
|
2
|
+
export { default } from "./declarations/src/index.js";
|
|
3
3
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1jYXJkLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
|
|
@@ -103,7 +103,7 @@ Card.defaultProps = defaultProps;
|
|
|
103
103
|
var Card$1 = Card;
|
|
104
104
|
|
|
105
105
|
// NOTE: This string will be replaced on build time with the package version.
|
|
106
|
-
var version = "19.
|
|
106
|
+
var version = "19.20.0";
|
|
107
107
|
|
|
108
108
|
exports["default"] = Card$1;
|
|
109
109
|
exports.version = version;
|
|
@@ -91,7 +91,7 @@ Card.defaultProps = defaultProps;
|
|
|
91
91
|
var Card$1 = Card;
|
|
92
92
|
|
|
93
93
|
// NOTE: This string will be replaced on build time with the package version.
|
|
94
|
-
var version = "19.
|
|
94
|
+
var version = "19.20.0";
|
|
95
95
|
|
|
96
96
|
exports["default"] = Card$1;
|
|
97
97
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/card",
|
|
3
3
|
"description": "Cards are used to display content and actions on a single topic.",
|
|
4
|
-
"version": "19.
|
|
4
|
+
"version": "19.20.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "19.
|
|
25
|
-
"@commercetools-uikit/spacings-inset": "19.
|
|
26
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/design-system": "19.20.0",
|
|
25
|
+
"@commercetools-uikit/spacings-inset": "19.20.0",
|
|
26
|
+
"@commercetools-uikit/utils": "19.20.0",
|
|
27
27
|
"@emotion/react": "^11.10.5",
|
|
28
28
|
"@emotion/styled": "^11.10.5",
|
|
29
29
|
"@types/react-router-dom": "^5.3.3",
|