@commercetools-uikit/link 12.2.4 → 12.2.9
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.
|
@@ -143,8 +143,8 @@ Link.displayName = 'Link';
|
|
|
143
143
|
Link.defaultProps = defaultProps;
|
|
144
144
|
var Link$1 = Link;
|
|
145
145
|
|
|
146
|
-
// NOTE: This string will be replaced
|
|
147
|
-
var version =
|
|
146
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
147
|
+
var version = "12.2.9";
|
|
148
148
|
|
|
149
149
|
exports["default"] = Link$1;
|
|
150
150
|
exports.version = version;
|
|
@@ -131,8 +131,8 @@ Link.displayName = 'Link';
|
|
|
131
131
|
Link.defaultProps = defaultProps;
|
|
132
132
|
var Link$1 = Link;
|
|
133
133
|
|
|
134
|
-
// NOTE: This string will be replaced
|
|
135
|
-
var version =
|
|
134
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
135
|
+
var version = "12.2.9";
|
|
136
136
|
|
|
137
137
|
exports["default"] = Link$1;
|
|
138
138
|
exports.version = version;
|
|
@@ -126,7 +126,7 @@ Link.displayName = 'Link';
|
|
|
126
126
|
Link.defaultProps = defaultProps;
|
|
127
127
|
var Link$1 = Link;
|
|
128
128
|
|
|
129
|
-
// NOTE: This string will be replaced
|
|
130
|
-
var version =
|
|
129
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
130
|
+
var version = "12.2.9";
|
|
131
131
|
|
|
132
132
|
export { Link$1 as default, version };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
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/link",
|
|
3
3
|
"description": "Links are used either to link to other UI routes, or to link to external pages. This component is a very thin wrapper over either a React Router Link, or a normal HTML <a> tag.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
12
|
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
14
|
"publishConfig": {
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
@@ -19,16 +18,13 @@
|
|
|
19
18
|
"main": "dist/commercetools-uikit-link.cjs.js",
|
|
20
19
|
"module": "dist/commercetools-uikit-link.esm.js",
|
|
21
20
|
"files": ["dist"],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"prepare": "../../../scripts/version.js replace"
|
|
24
|
-
},
|
|
25
21
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
29
|
-
"@commercetools-uikit/icons": "12.2.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
31
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
32
28
|
"@emotion/react": "^11.4.0",
|
|
33
29
|
"@emotion/styled": "^11.3.0",
|
|
34
30
|
"@types/history": "^4.7.8",
|
|
@@ -38,7 +34,7 @@
|
|
|
38
34
|
},
|
|
39
35
|
"devDependencies": {
|
|
40
36
|
"react": "17.0.2",
|
|
41
|
-
"react-intl": "5.
|
|
37
|
+
"react-intl": "5.23.0",
|
|
42
38
|
"react-router-dom": "5.3.0"
|
|
43
39
|
},
|
|
44
40
|
"peerDependencies": {
|