@atlaskit/link-create 4.0.6 → 4.0.8
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
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 4.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#144847](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144847)
|
|
8
|
+
[`00cb7d91843fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00cb7d91843fd) -
|
|
9
|
+
Internal change to move towards Compiled CSS-in-JS styling.
|
|
10
|
+
|
|
11
|
+
## 4.0.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 4.0.6
|
|
4
18
|
|
|
5
19
|
### 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: "4.0.
|
|
19
|
+
packageVersion: "4.0.8" || '',
|
|
20
20
|
component: COMPONENT_NAME,
|
|
21
21
|
componentName: COMPONENT_NAME
|
|
22
22
|
};
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -13,7 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Spanish (International)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
-
'link-create.live-doc-icon-label': '
|
|
16
|
+
'link-create.live-doc-icon-label': 'Doc en vivo',
|
|
17
17
|
'link-create.page-icon-label': 'Página',
|
|
18
18
|
'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
|
|
19
19
|
'link-create.unknown-error.heading': 'Algo ha ido mal.',
|
|
@@ -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.0.
|
|
13
|
+
packageVersion: "4.0.8" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
|
-
'link-create.live-doc-icon-label': '
|
|
10
|
+
'link-create.live-doc-icon-label': 'Doc en vivo',
|
|
11
11
|
'link-create.page-icon-label': 'Página',
|
|
12
12
|
'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
|
|
13
13
|
'link-create.unknown-error.heading': 'Algo ha ido mal.',
|
|
@@ -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.0.
|
|
13
|
+
packageVersion: "4.0.8" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
|
-
'link-create.live-doc-icon-label': '
|
|
10
|
+
'link-create.live-doc-icon-label': 'Doc en vivo',
|
|
11
11
|
'link-create.page-icon-label': 'Página',
|
|
12
12
|
'link-create.unknown-error.description': 'Actualiza la página o ponte en contacto con el <a>soporte de Atlassian</a> si sigue ocurriendo.',
|
|
13
13
|
'link-create.unknown-error.heading': 'Algo ha ido mal.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,25 +38,25 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
40
40
|
"@atlaskit/atlassian-context": "^0.2.0",
|
|
41
|
-
"@atlaskit/button": "^
|
|
41
|
+
"@atlaskit/button": "^23.0.0",
|
|
42
42
|
"@atlaskit/css": "^0.10.0",
|
|
43
43
|
"@atlaskit/empty-state": "^9.0.0",
|
|
44
44
|
"@atlaskit/form": "^12.0.0",
|
|
45
|
-
"@atlaskit/icon": "^25.
|
|
45
|
+
"@atlaskit/icon": "^25.6.0",
|
|
46
46
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
47
|
-
"@atlaskit/icon-object": "^7.
|
|
47
|
+
"@atlaskit/icon-object": "^7.1.0",
|
|
48
48
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
49
|
-
"@atlaskit/layering": "^2.
|
|
49
|
+
"@atlaskit/layering": "^2.1.0",
|
|
50
50
|
"@atlaskit/linking-common": "^8.0.0",
|
|
51
|
-
"@atlaskit/modal-dialog": "^14.
|
|
51
|
+
"@atlaskit/modal-dialog": "^14.1.0",
|
|
52
52
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
53
|
-
"@atlaskit/primitives": "^14.
|
|
54
|
-
"@atlaskit/select": "^20.
|
|
53
|
+
"@atlaskit/primitives": "^14.4.0",
|
|
54
|
+
"@atlaskit/select": "^20.4.0",
|
|
55
55
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
56
56
|
"@atlaskit/spinner": "^18.0.0",
|
|
57
57
|
"@atlaskit/textfield": "^8.0.0",
|
|
58
58
|
"@atlaskit/theme": "^18.0.0",
|
|
59
|
-
"@atlaskit/tokens": "^4.
|
|
59
|
+
"@atlaskit/tokens": "^4.8.0",
|
|
60
60
|
"@babel/runtime": "^7.0.0",
|
|
61
61
|
"@compiled/react": "^0.18.3",
|
|
62
62
|
"debounce-promise": "^3.1.2",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"@af/accessibility-testing": "^2.0.0",
|
|
72
72
|
"@af/integration-testing": "^0.5.0",
|
|
73
73
|
"@af/visual-regression": "^1.3.0",
|
|
74
|
-
"@atlaskit/drawer": "^10.
|
|
74
|
+
"@atlaskit/drawer": "^10.1.0",
|
|
75
75
|
"@atlaskit/link-test-helpers": "^8.0.0",
|
|
76
|
-
"@atlaskit/popup": "^
|
|
76
|
+
"@atlaskit/popup": "^4.1.0",
|
|
77
77
|
"@atlaskit/visual-regression": "^0.10.0",
|
|
78
78
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
79
79
|
"@testing-library/react": "^13.4.0",
|