@atlaskit/link-create 4.4.0 → 4.4.2
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/CHANGELOG.md +14 -0
- package/dist/cjs/common/constants.js +1 -1
- package/dist/cjs/common/ui/icon/index.compiled.css +1 -1
- package/dist/cjs/common/ui/icon/index.js +1 -1
- package/dist/es2019/common/constants.js +1 -1
- package/dist/es2019/common/ui/icon/index.compiled.css +1 -1
- package/dist/es2019/common/ui/icon/index.js +1 -1
- package/dist/esm/common/constants.js +1 -1
- package/dist/esm/common/ui/icon/index.compiled.css +1 -1
- package/dist/esm/common/ui/icon/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 4.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`beaa6ee463aa8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/beaa6ee463aa8) -
|
|
14
|
+
Internal changes to how border radius is applied.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 4.4.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -16,7 +16,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
16
16
|
var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
17
17
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
18
18
|
packageName: "@atlaskit/link-create" || '',
|
|
19
|
-
packageVersion: "4.
|
|
19
|
+
packageVersion: "4.4.1" || '',
|
|
20
20
|
component: COMPONENT_NAME,
|
|
21
21
|
componentName: COMPONENT_NAME
|
|
22
22
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._12vemgnk{background-repeat:no-repeat}
|
|
3
3
|
._1bsbpxbi{width:var(--ds-space-200,1pc)}
|
|
4
4
|
._1lrw1f51{background-size:contain}
|
|
5
5
|
._1o9zidpf{flex-shrink:0}
|
|
@@ -19,7 +19,7 @@ var UrlIcon = exports.UrlIcon = function UrlIcon(_ref) {
|
|
|
19
19
|
var url = _ref.url,
|
|
20
20
|
children = _ref.children;
|
|
21
21
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
22
|
-
className: (0, _runtime.ax)(["
|
|
22
|
+
className: (0, _runtime.ax)(["_2rkofajl _bfhk3yfp _1lrw1f51 _12vemgnk _4t3ipxbi _1bsbpxbi _1o9zidpf"]),
|
|
23
23
|
style: {
|
|
24
24
|
backgroundImage: "url(".concat(url !== null && url !== void 0 ? url : '', ")"),
|
|
25
25
|
"--_1j9jaml": (0, _runtime.ix)("var(--ds-skeleton, ".concat(_colors.N20A, ")"))
|
|
@@ -10,7 +10,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "4.
|
|
13
|
+
packageVersion: "4.4.1" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._12vemgnk{background-repeat:no-repeat}
|
|
3
3
|
._1bsbpxbi{width:var(--ds-space-200,1pc)}
|
|
4
4
|
._1lrw1f51{background-size:contain}
|
|
5
5
|
._1o9zidpf{flex-shrink:0}
|
|
@@ -16,7 +16,7 @@ export const UrlIcon = ({
|
|
|
16
16
|
style: {
|
|
17
17
|
backgroundImage: `url(${url !== null && url !== void 0 ? url : ''})`
|
|
18
18
|
},
|
|
19
|
-
className: ax(["
|
|
19
|
+
className: ax(["_2rkofajl _bfhklbf8 _1lrw1f51 _12vemgnk _4t3ipxbi _1bsbpxbi _1o9zidpf"])
|
|
20
20
|
}, children);
|
|
21
21
|
};
|
|
22
22
|
export const PageIcon = () => {
|
|
@@ -10,7 +10,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "4.
|
|
13
|
+
packageVersion: "4.4.1" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._12vemgnk{background-repeat:no-repeat}
|
|
3
3
|
._1bsbpxbi{width:var(--ds-space-200,1pc)}
|
|
4
4
|
._1lrw1f51{background-size:contain}
|
|
5
5
|
._1o9zidpf{flex-shrink:0}
|
|
@@ -12,7 +12,7 @@ export var UrlIcon = function UrlIcon(_ref) {
|
|
|
12
12
|
var url = _ref.url,
|
|
13
13
|
children = _ref.children;
|
|
14
14
|
return /*#__PURE__*/React.createElement("div", {
|
|
15
|
-
className: ax(["
|
|
15
|
+
className: ax(["_2rkofajl _bfhk3yfp _1lrw1f51 _12vemgnk _4t3ipxbi _1bsbpxbi _1o9zidpf"]),
|
|
16
16
|
style: {
|
|
17
17
|
backgroundImage: "url(".concat(url !== null && url !== void 0 ? url : '', ")"),
|
|
18
18
|
"--_1j9jaml": ix("var(--ds-skeleton, ".concat(N20A, ")"))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.2",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
39
39
|
"@atlaskit/atlassian-context": "^0.5.0",
|
|
40
40
|
"@atlaskit/button": "^23.4.0",
|
|
41
|
-
"@atlaskit/css": "^0.
|
|
41
|
+
"@atlaskit/css": "^0.14.0",
|
|
42
42
|
"@atlaskit/empty-state": "^10.1.0",
|
|
43
|
-
"@atlaskit/form": "^12.
|
|
43
|
+
"@atlaskit/form": "^12.5.0",
|
|
44
44
|
"@atlaskit/icon": "^28.1.0",
|
|
45
45
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
46
46
|
"@atlaskit/icon-object": "^7.2.0",
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"@atlaskit/linking-common": "^9.5.0",
|
|
51
51
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
52
52
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
53
|
-
"@atlaskit/primitives": "^14.
|
|
53
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
54
54
|
"@atlaskit/select": "^21.2.0",
|
|
55
55
|
"@atlaskit/smart-user-picker": "^8.2.0",
|
|
56
56
|
"@atlaskit/spinner": "^19.0.0",
|
|
57
57
|
"@atlaskit/textfield": "^8.0.0",
|
|
58
58
|
"@atlaskit/theme": "^20.0.0",
|
|
59
|
-
"@atlaskit/tokens": "^6.
|
|
59
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
60
60
|
"@babel/runtime": "^7.0.0",
|
|
61
61
|
"@compiled/react": "^0.18.3",
|
|
62
62
|
"debounce-promise": "^3.1.2",
|