@atlaskit/link-create 0.7.1 → 0.8.1

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.
Files changed (145) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/common/utils/locale/fetch-messages-for-locale.js +64 -0
  3. package/dist/cjs/i18n/cs.js +22 -0
  4. package/dist/cjs/i18n/da.js +22 -0
  5. package/dist/cjs/i18n/de.js +22 -0
  6. package/dist/cjs/i18n/en.js +22 -0
  7. package/dist/cjs/i18n/en_GB.js +22 -0
  8. package/dist/cjs/i18n/en_ZZ.js +22 -0
  9. package/dist/cjs/i18n/es.js +22 -0
  10. package/dist/cjs/i18n/fi.js +22 -0
  11. package/dist/cjs/i18n/fr.js +22 -0
  12. package/dist/cjs/i18n/hu.js +22 -0
  13. package/dist/cjs/i18n/it.js +22 -0
  14. package/dist/cjs/i18n/ja.js +22 -0
  15. package/dist/cjs/i18n/ko.js +22 -0
  16. package/dist/cjs/i18n/nb.js +22 -0
  17. package/dist/cjs/i18n/nl.js +22 -0
  18. package/dist/cjs/i18n/pl.js +22 -0
  19. package/dist/cjs/i18n/pt_BR.js +22 -0
  20. package/dist/cjs/i18n/ru.js +22 -0
  21. package/dist/cjs/i18n/sv.js +22 -0
  22. package/dist/cjs/i18n/th.js +22 -0
  23. package/dist/cjs/i18n/tr.js +22 -0
  24. package/dist/cjs/i18n/uk.js +22 -0
  25. package/dist/cjs/i18n/vi.js +22 -0
  26. package/dist/cjs/i18n/zh.js +22 -0
  27. package/dist/cjs/i18n/zh_TW.js +22 -0
  28. package/dist/cjs/index.js +0 -13
  29. package/dist/cjs/ui/main.js +7 -1
  30. package/dist/cjs/version.json +1 -1
  31. package/dist/es2019/common/utils/locale/fetch-messages-for-locale.js +21 -0
  32. package/dist/es2019/i18n/cs.js +15 -0
  33. package/dist/es2019/i18n/da.js +15 -0
  34. package/dist/es2019/i18n/de.js +15 -0
  35. package/dist/es2019/i18n/en.js +15 -0
  36. package/dist/es2019/i18n/en_GB.js +15 -0
  37. package/dist/es2019/i18n/en_ZZ.js +15 -0
  38. package/dist/es2019/i18n/es.js +15 -0
  39. package/dist/es2019/i18n/fi.js +15 -0
  40. package/dist/es2019/i18n/fr.js +15 -0
  41. package/dist/es2019/i18n/hu.js +15 -0
  42. package/dist/es2019/i18n/it.js +15 -0
  43. package/dist/es2019/i18n/ja.js +15 -0
  44. package/dist/es2019/i18n/ko.js +15 -0
  45. package/dist/es2019/i18n/nb.js +15 -0
  46. package/dist/es2019/i18n/nl.js +15 -0
  47. package/dist/es2019/i18n/pl.js +15 -0
  48. package/dist/es2019/i18n/pt_BR.js +15 -0
  49. package/dist/es2019/i18n/ru.js +15 -0
  50. package/dist/es2019/i18n/sv.js +15 -0
  51. package/dist/es2019/i18n/th.js +15 -0
  52. package/dist/es2019/i18n/tr.js +15 -0
  53. package/dist/es2019/i18n/uk.js +15 -0
  54. package/dist/es2019/i18n/vi.js +15 -0
  55. package/dist/es2019/i18n/zh.js +15 -0
  56. package/dist/es2019/i18n/zh_TW.js +15 -0
  57. package/dist/es2019/index.js +1 -2
  58. package/dist/es2019/ui/main.js +7 -1
  59. package/dist/es2019/version.json +1 -1
  60. package/dist/esm/common/utils/locale/fetch-messages-for-locale.js +41 -0
  61. package/dist/esm/i18n/cs.js +15 -0
  62. package/dist/esm/i18n/da.js +15 -0
  63. package/dist/esm/i18n/de.js +15 -0
  64. package/dist/esm/i18n/en.js +15 -0
  65. package/dist/esm/i18n/en_GB.js +15 -0
  66. package/dist/esm/i18n/en_ZZ.js +15 -0
  67. package/dist/esm/i18n/es.js +15 -0
  68. package/dist/esm/i18n/fi.js +15 -0
  69. package/dist/esm/i18n/fr.js +15 -0
  70. package/dist/esm/i18n/hu.js +15 -0
  71. package/dist/esm/i18n/it.js +15 -0
  72. package/dist/esm/i18n/ja.js +15 -0
  73. package/dist/esm/i18n/ko.js +15 -0
  74. package/dist/esm/i18n/nb.js +15 -0
  75. package/dist/esm/i18n/nl.js +15 -0
  76. package/dist/esm/i18n/pl.js +15 -0
  77. package/dist/esm/i18n/pt_BR.js +15 -0
  78. package/dist/esm/i18n/ru.js +15 -0
  79. package/dist/esm/i18n/sv.js +15 -0
  80. package/dist/esm/i18n/th.js +15 -0
  81. package/dist/esm/i18n/tr.js +15 -0
  82. package/dist/esm/i18n/uk.js +15 -0
  83. package/dist/esm/i18n/vi.js +15 -0
  84. package/dist/esm/i18n/zh.js +15 -0
  85. package/dist/esm/i18n/zh_TW.js +15 -0
  86. package/dist/esm/index.js +1 -2
  87. package/dist/esm/ui/main.js +7 -1
  88. package/dist/esm/version.json +1 -1
  89. package/dist/types/common/utils/locale/fetch-messages-for-locale.d.ts +2 -0
  90. package/dist/types/i18n/cs.d.ts +14 -0
  91. package/dist/types/i18n/da.d.ts +14 -0
  92. package/dist/types/i18n/de.d.ts +14 -0
  93. package/dist/types/i18n/en.d.ts +14 -0
  94. package/dist/types/i18n/en_GB.d.ts +14 -0
  95. package/dist/types/i18n/en_ZZ.d.ts +14 -0
  96. package/dist/types/i18n/es.d.ts +14 -0
  97. package/dist/types/i18n/fi.d.ts +14 -0
  98. package/dist/types/i18n/fr.d.ts +14 -0
  99. package/dist/types/i18n/hu.d.ts +14 -0
  100. package/dist/types/i18n/it.d.ts +14 -0
  101. package/dist/types/i18n/ja.d.ts +14 -0
  102. package/dist/types/i18n/ko.d.ts +14 -0
  103. package/dist/types/i18n/nb.d.ts +14 -0
  104. package/dist/types/i18n/nl.d.ts +14 -0
  105. package/dist/types/i18n/pl.d.ts +14 -0
  106. package/dist/types/i18n/pt_BR.d.ts +14 -0
  107. package/dist/types/i18n/ru.d.ts +14 -0
  108. package/dist/types/i18n/sv.d.ts +14 -0
  109. package/dist/types/i18n/th.d.ts +14 -0
  110. package/dist/types/i18n/tr.d.ts +14 -0
  111. package/dist/types/i18n/uk.d.ts +14 -0
  112. package/dist/types/i18n/vi.d.ts +14 -0
  113. package/dist/types/i18n/zh.d.ts +14 -0
  114. package/dist/types/i18n/zh_TW.d.ts +14 -0
  115. package/dist/types/index.d.ts +0 -1
  116. package/dist/types-ts4.5/common/utils/locale/fetch-messages-for-locale.d.ts +2 -0
  117. package/dist/types-ts4.5/i18n/cs.d.ts +14 -0
  118. package/dist/types-ts4.5/i18n/da.d.ts +14 -0
  119. package/dist/types-ts4.5/i18n/de.d.ts +14 -0
  120. package/dist/types-ts4.5/i18n/en.d.ts +14 -0
  121. package/dist/types-ts4.5/i18n/en_GB.d.ts +14 -0
  122. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +14 -0
  123. package/dist/types-ts4.5/i18n/es.d.ts +14 -0
  124. package/dist/types-ts4.5/i18n/fi.d.ts +14 -0
  125. package/dist/types-ts4.5/i18n/fr.d.ts +14 -0
  126. package/dist/types-ts4.5/i18n/hu.d.ts +14 -0
  127. package/dist/types-ts4.5/i18n/it.d.ts +14 -0
  128. package/dist/types-ts4.5/i18n/ja.d.ts +14 -0
  129. package/dist/types-ts4.5/i18n/ko.d.ts +14 -0
  130. package/dist/types-ts4.5/i18n/nb.d.ts +14 -0
  131. package/dist/types-ts4.5/i18n/nl.d.ts +14 -0
  132. package/dist/types-ts4.5/i18n/pl.d.ts +14 -0
  133. package/dist/types-ts4.5/i18n/pt_BR.d.ts +14 -0
  134. package/dist/types-ts4.5/i18n/ru.d.ts +14 -0
  135. package/dist/types-ts4.5/i18n/sv.d.ts +14 -0
  136. package/dist/types-ts4.5/i18n/th.d.ts +14 -0
  137. package/dist/types-ts4.5/i18n/tr.d.ts +14 -0
  138. package/dist/types-ts4.5/i18n/uk.d.ts +14 -0
  139. package/dist/types-ts4.5/i18n/vi.d.ts +14 -0
  140. package/dist/types-ts4.5/i18n/zh.d.ts +14 -0
  141. package/dist/types-ts4.5/i18n/zh_TW.d.ts +14 -0
  142. package/dist/types-ts4.5/index.d.ts +0 -1
  143. package/package.json +8 -10
  144. package/report.api.md +0 -18
  145. package/tmp/api-report-tmp.d.ts +0 -18
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -2,5 +2,4 @@ export type { CreateFormProps } from './ui/index';
2
2
  export type { LinkCreateProps, LinkCreatePlugin, LinkCreateWithModalProps, CreatePayload, } from './common/types';
3
3
  export { default, TextField, CreateForm, AsyncSelect, CreateFormLoader, } from './ui/index';
4
4
  export { useLinkCreateCallback, LinkCreateCallbackProvider, } from './controllers/callback-context';
5
- export { FormContextProvider, useFormContext, } from './controllers/form-context';
6
5
  export type { Validator, ValidatorMap } from './common/types';
@@ -0,0 +1,2 @@
1
+ import { I18NMessages } from '@atlaskit/intl-messages-provider';
2
+ export declare const fetchMessagesForLocale: (locale: string) => Promise<I18NMessages | undefined>;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'link-create.unknown-error.description': string;
9
+ 'link-create.unknown-error.heading': string;
10
+ 'linkCreate.createForm.button.close': string;
11
+ 'linkCreate.createForm.button.create': string;
12
+ 'linkCreate.modal.heading': string;
13
+ };
14
+ export default _default;
@@ -2,5 +2,4 @@ export type { CreateFormProps } from './ui/index';
2
2
  export type { LinkCreateProps, LinkCreatePlugin, LinkCreateWithModalProps, CreatePayload, } from './common/types';
3
3
  export { default, TextField, CreateForm, AsyncSelect, CreateFormLoader, } from './ui/index';
4
4
  export { useLinkCreateCallback, LinkCreateCallbackProvider, } from './controllers/callback-context';
5
- export { FormContextProvider, useFormContext, } from './controllers/form-context';
6
5
  export type { Validator, ValidatorMap } from './common/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "0.7.1",
3
+ "version": "0.8.1",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,11 +39,12 @@
39
39
  "@atlaskit/empty-state": "^7.6.0",
40
40
  "@atlaskit/form": "^8.11.0",
41
41
  "@atlaskit/icon": "^21.12.0",
42
+ "@atlaskit/intl-messages-provider": "^1.0.0",
42
43
  "@atlaskit/modal-dialog": "^12.6.0",
43
44
  "@atlaskit/select": "^16.5.0",
44
45
  "@atlaskit/spinner": "^15.4.0",
45
- "@atlaskit/textfield": "^5.5.0",
46
- "@atlaskit/tokens": "^1.9.0",
46
+ "@atlaskit/textfield": "^5.6.0",
47
+ "@atlaskit/tokens": "^1.11.0",
47
48
  "@babel/runtime": "^7.0.0",
48
49
  "@emotion/react": "^11.7.1"
49
50
  },
@@ -52,15 +53,9 @@
52
53
  "react-intl-next": "npm:react-intl@^5.18.1"
53
54
  },
54
55
  "devDependencies": {
55
- "@atlaskit/docs": "*",
56
- "@atlaskit/link-picker": "^1.25.0",
57
- "@atlaskit/link-test-helpers": "^4.0.0",
58
- "@atlaskit/popup": "^1.7.0",
56
+ "@atlaskit/link-test-helpers": "^4.1.0",
59
57
  "@atlaskit/visual-regression": "*",
60
58
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
61
- "@atlassian/link-create-confluence": "^8.0.0",
62
- "@atlassian/link-create-presets": "^6.0.0",
63
- "@atlassian/link-picker-atlassian-plugin": "^34.0.0",
64
59
  "@testing-library/react": "^12.1.5",
65
60
  "@testing-library/user-event": "^14.4.3",
66
61
  "fetch-mock": "^8.0.0",
@@ -101,6 +96,9 @@
101
96
  "styling": [
102
97
  "static",
103
98
  "emotion"
99
+ ],
100
+ "imports": [
101
+ "import-no-extraneous-disable-for-examples-and-docs"
104
102
  ]
105
103
  }
106
104
  },