@atlaskit/link-create 4.4.5 → 4.4.6
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 +7 -0
- package/dist/cjs/common/constants.js +1 -1
- package/dist/cjs/common/ui/error-boundary-ui/error-svg/index.js +1 -1
- package/dist/cjs/common/ui/icon/index.js +1 -1
- package/dist/cjs/common/ui/message/index.js +1 -1
- package/dist/cjs/controllers/create-field/main.js +1 -1
- package/dist/cjs/ui/create-form/form-footer/main.js +1 -1
- package/dist/cjs/ui/create-form/form-loader/main.js +1 -1
- package/dist/cjs/ui/create-form/main.js +1 -1
- package/dist/es2019/common/constants.js +1 -1
- package/dist/es2019/common/ui/error-boundary-ui/error-svg/index.js +1 -1
- package/dist/es2019/common/ui/icon/index.js +1 -1
- package/dist/es2019/common/ui/message/index.js +1 -1
- package/dist/es2019/controllers/create-field/main.js +1 -1
- package/dist/es2019/ui/create-form/form-footer/main.js +1 -1
- package/dist/es2019/ui/create-form/form-loader/main.js +1 -1
- package/dist/es2019/ui/create-form/main.js +1 -1
- package/dist/esm/common/constants.js +1 -1
- package/dist/esm/common/ui/error-boundary-ui/error-svg/index.js +1 -1
- package/dist/esm/common/ui/icon/index.js +1 -1
- package/dist/esm/common/ui/message/index.js +1 -1
- package/dist/esm/controllers/create-field/main.js +1 -1
- package/dist/esm/ui/create-form/form-footer/main.js +1 -1
- package/dist/esm/ui/create-form/form-loader/main.js +1 -1
- package/dist/esm/ui/create-form/main.js +1 -1
- package/package.json +7 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 4.4.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`45c6f8d40f9ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45c6f8d40f9ac) -
|
|
8
|
+
Bump i18n pkg versions for atlaskit packages for including license field
|
|
9
|
+
|
|
3
10
|
## 4.4.5
|
|
4
11
|
|
|
5
12
|
### Patch 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: "
|
|
19
|
+
packageVersion: "4.4.5" || '',
|
|
20
20
|
component: COMPONENT_NAME,
|
|
21
21
|
componentName: COMPONENT_NAME
|
|
22
22
|
};
|
|
@@ -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: "
|
|
13
|
+
packageVersion: "4.4.5" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -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: "
|
|
13
|
+
packageVersion: "4.4.5" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* main.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* main.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _typeof from "@babel/runtime/helpers/typeof";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.6",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,28 +31,25 @@
|
|
|
31
31
|
"**/*.compiled.css"
|
|
32
32
|
],
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
|
-
"af:exports": {
|
|
35
|
-
".": "./src/index.ts"
|
|
36
|
-
},
|
|
37
34
|
"dependencies": {
|
|
38
|
-
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.
|
|
35
|
+
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.7.0",
|
|
39
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
40
37
|
"@atlaskit/atlassian-context": "^0.5.0",
|
|
41
38
|
"@atlaskit/button": "^23.4.0",
|
|
42
39
|
"@atlaskit/css": "^0.14.0",
|
|
43
40
|
"@atlaskit/empty-state": "^10.1.0",
|
|
44
|
-
"@atlaskit/form": "^12.
|
|
45
|
-
"@atlaskit/icon": "^28.
|
|
41
|
+
"@atlaskit/form": "^12.7.0",
|
|
42
|
+
"@atlaskit/icon": "^28.2.0",
|
|
46
43
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
47
44
|
"@atlaskit/icon-object": "^7.2.0",
|
|
48
45
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
49
46
|
"@atlaskit/layering": "^3.0.0",
|
|
50
47
|
"@atlaskit/link": "^3.2.0",
|
|
51
|
-
"@atlaskit/linking-common": "^9.
|
|
48
|
+
"@atlaskit/linking-common": "^9.6.0",
|
|
52
49
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
53
50
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
51
|
"@atlaskit/primitives": "^14.14.0",
|
|
55
|
-
"@atlaskit/select": "^21.
|
|
52
|
+
"@atlaskit/select": "^21.3.0",
|
|
56
53
|
"@atlaskit/smart-user-picker": "^8.2.0",
|
|
57
54
|
"@atlaskit/spinner": "^19.0.0",
|
|
58
55
|
"@atlaskit/textfield": "^8.0.0",
|
|
@@ -74,7 +71,7 @@
|
|
|
74
71
|
"@af/visual-regression": "workspace:^",
|
|
75
72
|
"@atlaskit/drawer": "^11.0.0",
|
|
76
73
|
"@atlaskit/link-test-helpers": "^8.3.0",
|
|
77
|
-
"@atlaskit/popup": "^4.
|
|
74
|
+
"@atlaskit/popup": "^4.4.0",
|
|
78
75
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
79
76
|
"@testing-library/react": "^13.4.0",
|
|
80
77
|
"@testing-library/react-hooks": "^8.0.1",
|