@atlaskit/smart-card 32.7.1 → 32.7.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.
Files changed (335) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/classNames.js +14 -82
  3. package/dist/cjs/extractors/common/actions/extractActions.js +1 -67
  4. package/dist/cjs/i18n/cs.js +2 -4
  5. package/dist/cjs/i18n/da.js +2 -4
  6. package/dist/cjs/i18n/de.js +2 -4
  7. package/dist/cjs/i18n/en.js +2 -4
  8. package/dist/cjs/i18n/en_GB.js +2 -4
  9. package/dist/cjs/i18n/en_ZZ.js +2 -4
  10. package/dist/cjs/i18n/es.js +8 -10
  11. package/dist/cjs/i18n/fi.js +5 -7
  12. package/dist/cjs/i18n/fr.js +2 -4
  13. package/dist/cjs/i18n/hu.js +2 -4
  14. package/dist/cjs/i18n/it.js +2 -4
  15. package/dist/cjs/i18n/ja.js +8 -10
  16. package/dist/cjs/i18n/ko.js +2 -4
  17. package/dist/cjs/i18n/nb.js +2 -4
  18. package/dist/cjs/i18n/nl.js +2 -4
  19. package/dist/cjs/i18n/pl.js +2 -4
  20. package/dist/cjs/i18n/pt_BR.js +2 -4
  21. package/dist/cjs/i18n/ru.js +2 -4
  22. package/dist/cjs/i18n/sv.js +2 -4
  23. package/dist/cjs/i18n/th.js +2 -4
  24. package/dist/cjs/i18n/tr.js +8 -10
  25. package/dist/cjs/i18n/uk.js +2 -4
  26. package/dist/cjs/i18n/vi.js +2 -4
  27. package/dist/cjs/i18n/zh.js +2 -4
  28. package/dist/cjs/i18n/zh_TW.js +2 -4
  29. package/dist/cjs/utils/analytics/analytics.js +1 -1
  30. package/dist/cjs/view/BlockCard/components/Action.js +1 -58
  31. package/dist/cjs/view/BlockCard/index.js +29 -218
  32. package/dist/cjs/view/CardWithUrl/component.js +1 -5
  33. package/dist/cjs/view/LinkUrl/index.js +1 -1
  34. package/dist/es2019/classNames.js +12 -10
  35. package/dist/es2019/extractors/common/actions/extractActions.js +1 -55
  36. package/dist/es2019/i18n/cs.js +2 -4
  37. package/dist/es2019/i18n/da.js +2 -4
  38. package/dist/es2019/i18n/de.js +2 -4
  39. package/dist/es2019/i18n/en.js +2 -4
  40. package/dist/es2019/i18n/en_GB.js +2 -4
  41. package/dist/es2019/i18n/en_ZZ.js +2 -4
  42. package/dist/es2019/i18n/es.js +8 -10
  43. package/dist/es2019/i18n/fi.js +5 -7
  44. package/dist/es2019/i18n/fr.js +2 -4
  45. package/dist/es2019/i18n/hu.js +2 -4
  46. package/dist/es2019/i18n/it.js +2 -4
  47. package/dist/es2019/i18n/ja.js +8 -10
  48. package/dist/es2019/i18n/ko.js +2 -4
  49. package/dist/es2019/i18n/nb.js +2 -4
  50. package/dist/es2019/i18n/nl.js +2 -4
  51. package/dist/es2019/i18n/pl.js +2 -4
  52. package/dist/es2019/i18n/pt_BR.js +2 -4
  53. package/dist/es2019/i18n/ru.js +2 -4
  54. package/dist/es2019/i18n/sv.js +2 -4
  55. package/dist/es2019/i18n/th.js +2 -4
  56. package/dist/es2019/i18n/tr.js +8 -10
  57. package/dist/es2019/i18n/uk.js +2 -4
  58. package/dist/es2019/i18n/vi.js +2 -4
  59. package/dist/es2019/i18n/zh.js +2 -4
  60. package/dist/es2019/i18n/zh_TW.js +2 -4
  61. package/dist/es2019/utils/analytics/analytics.js +1 -1
  62. package/dist/es2019/view/BlockCard/components/Action.js +1 -48
  63. package/dist/es2019/view/BlockCard/index.js +27 -163
  64. package/dist/es2019/view/CardWithUrl/component.js +1 -5
  65. package/dist/es2019/view/LinkUrl/index.js +1 -1
  66. package/dist/esm/classNames.js +12 -10
  67. package/dist/esm/extractors/common/actions/extractActions.js +1 -65
  68. package/dist/esm/i18n/cs.js +2 -4
  69. package/dist/esm/i18n/da.js +2 -4
  70. package/dist/esm/i18n/de.js +2 -4
  71. package/dist/esm/i18n/en.js +2 -4
  72. package/dist/esm/i18n/en_GB.js +2 -4
  73. package/dist/esm/i18n/en_ZZ.js +2 -4
  74. package/dist/esm/i18n/es.js +8 -10
  75. package/dist/esm/i18n/fi.js +5 -7
  76. package/dist/esm/i18n/fr.js +2 -4
  77. package/dist/esm/i18n/hu.js +2 -4
  78. package/dist/esm/i18n/it.js +2 -4
  79. package/dist/esm/i18n/ja.js +8 -10
  80. package/dist/esm/i18n/ko.js +2 -4
  81. package/dist/esm/i18n/nb.js +2 -4
  82. package/dist/esm/i18n/nl.js +2 -4
  83. package/dist/esm/i18n/pl.js +2 -4
  84. package/dist/esm/i18n/pt_BR.js +2 -4
  85. package/dist/esm/i18n/ru.js +2 -4
  86. package/dist/esm/i18n/sv.js +2 -4
  87. package/dist/esm/i18n/th.js +2 -4
  88. package/dist/esm/i18n/tr.js +8 -10
  89. package/dist/esm/i18n/uk.js +2 -4
  90. package/dist/esm/i18n/vi.js +2 -4
  91. package/dist/esm/i18n/zh.js +2 -4
  92. package/dist/esm/i18n/zh_TW.js +2 -4
  93. package/dist/esm/utils/analytics/analytics.js +1 -1
  94. package/dist/esm/view/BlockCard/components/Action.js +1 -54
  95. package/dist/esm/view/BlockCard/index.js +29 -164
  96. package/dist/esm/view/CardWithUrl/component.js +1 -5
  97. package/dist/esm/view/LinkUrl/index.js +1 -1
  98. package/dist/types/classNames.d.ts +12 -10
  99. package/dist/types/extractors/common/actions/extractActions.d.ts +0 -8
  100. package/dist/types/extractors/common/actions/types.d.ts +0 -9
  101. package/dist/types/i18n/cs.d.ts +1 -3
  102. package/dist/types/i18n/da.d.ts +1 -3
  103. package/dist/types/i18n/de.d.ts +1 -3
  104. package/dist/types/i18n/en.d.ts +1 -3
  105. package/dist/types/i18n/en_GB.d.ts +1 -3
  106. package/dist/types/i18n/en_ZZ.d.ts +1 -3
  107. package/dist/types/i18n/es.d.ts +1 -3
  108. package/dist/types/i18n/fi.d.ts +1 -3
  109. package/dist/types/i18n/fr.d.ts +1 -3
  110. package/dist/types/i18n/hu.d.ts +1 -3
  111. package/dist/types/i18n/it.d.ts +1 -3
  112. package/dist/types/i18n/ja.d.ts +1 -3
  113. package/dist/types/i18n/ko.d.ts +1 -3
  114. package/dist/types/i18n/nb.d.ts +1 -3
  115. package/dist/types/i18n/nl.d.ts +1 -3
  116. package/dist/types/i18n/pl.d.ts +1 -3
  117. package/dist/types/i18n/pt_BR.d.ts +1 -3
  118. package/dist/types/i18n/ru.d.ts +1 -3
  119. package/dist/types/i18n/sv.d.ts +1 -3
  120. package/dist/types/i18n/th.d.ts +1 -3
  121. package/dist/types/i18n/tr.d.ts +1 -3
  122. package/dist/types/i18n/uk.d.ts +1 -3
  123. package/dist/types/i18n/vi.d.ts +1 -3
  124. package/dist/types/i18n/zh.d.ts +1 -3
  125. package/dist/types/i18n/zh_TW.d.ts +1 -3
  126. package/dist/types/utils/analytics/click.d.ts +1 -1
  127. package/dist/types/view/BlockCard/components/Action.d.ts +0 -4
  128. package/dist/types/view/BlockCard/index.d.ts +2 -17
  129. package/dist/types/view/BlockCard/types.d.ts +1 -6
  130. package/dist/types/view/Card/index.d.ts +1 -1
  131. package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +1 -1
  132. package/dist/types/view/FlexibleCard/components/utils.d.ts +1 -1
  133. package/dist/types/view/HoverCard/components/CustomPopupContainer.d.ts +1 -1
  134. package/dist/types-ts4.5/classNames.d.ts +12 -10
  135. package/dist/types-ts4.5/extractors/common/actions/extractActions.d.ts +0 -8
  136. package/dist/types-ts4.5/extractors/common/actions/types.d.ts +0 -9
  137. package/dist/types-ts4.5/i18n/cs.d.ts +1 -3
  138. package/dist/types-ts4.5/i18n/da.d.ts +1 -3
  139. package/dist/types-ts4.5/i18n/de.d.ts +1 -3
  140. package/dist/types-ts4.5/i18n/en.d.ts +1 -3
  141. package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -3
  142. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -3
  143. package/dist/types-ts4.5/i18n/es.d.ts +1 -3
  144. package/dist/types-ts4.5/i18n/fi.d.ts +1 -3
  145. package/dist/types-ts4.5/i18n/fr.d.ts +1 -3
  146. package/dist/types-ts4.5/i18n/hu.d.ts +1 -3
  147. package/dist/types-ts4.5/i18n/it.d.ts +1 -3
  148. package/dist/types-ts4.5/i18n/ja.d.ts +1 -3
  149. package/dist/types-ts4.5/i18n/ko.d.ts +1 -3
  150. package/dist/types-ts4.5/i18n/nb.d.ts +1 -3
  151. package/dist/types-ts4.5/i18n/nl.d.ts +1 -3
  152. package/dist/types-ts4.5/i18n/pl.d.ts +1 -3
  153. package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -3
  154. package/dist/types-ts4.5/i18n/ru.d.ts +1 -3
  155. package/dist/types-ts4.5/i18n/sv.d.ts +1 -3
  156. package/dist/types-ts4.5/i18n/th.d.ts +1 -3
  157. package/dist/types-ts4.5/i18n/tr.d.ts +1 -3
  158. package/dist/types-ts4.5/i18n/uk.d.ts +1 -3
  159. package/dist/types-ts4.5/i18n/vi.d.ts +1 -3
  160. package/dist/types-ts4.5/i18n/zh.d.ts +1 -3
  161. package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -3
  162. package/dist/types-ts4.5/utils/analytics/click.d.ts +1 -1
  163. package/dist/types-ts4.5/view/BlockCard/components/Action.d.ts +0 -4
  164. package/dist/types-ts4.5/view/BlockCard/index.d.ts +2 -17
  165. package/dist/types-ts4.5/view/BlockCard/types.d.ts +1 -6
  166. package/dist/types-ts4.5/view/Card/index.d.ts +1 -1
  167. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +1 -1
  168. package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +1 -1
  169. package/dist/types-ts4.5/view/HoverCard/components/CustomPopupContainer.d.ts +1 -1
  170. package/package.json +1 -1
  171. package/dist/cjs/extractors/block/index.js +0 -96
  172. package/dist/cjs/extractors/block/types.js +0 -5
  173. package/dist/cjs/extractors/common/actions/extractPreviewAction.js +0 -106
  174. package/dist/cjs/state/reducers/types.js +0 -5
  175. package/dist/cjs/view/BlockCard/actions/AuthorizeAction.js +0 -22
  176. package/dist/cjs/view/BlockCard/actions/DownloadAction.js +0 -21
  177. package/dist/cjs/view/BlockCard/actions/PreviewAction.js +0 -35
  178. package/dist/cjs/view/BlockCard/actions/RetryAction.js +0 -35
  179. package/dist/cjs/view/BlockCard/actions/ViewAction.js +0 -21
  180. package/dist/cjs/view/BlockCard/components/ActionIcon.js +0 -57
  181. package/dist/cjs/view/BlockCard/components/ActionList.js +0 -78
  182. package/dist/cjs/view/BlockCard/components/CollaboratorList.js +0 -52
  183. package/dist/cjs/view/BlockCard/components/Content.js +0 -45
  184. package/dist/cjs/view/BlockCard/components/ContentFooter.js +0 -41
  185. package/dist/cjs/view/BlockCard/components/ContentHeader.js +0 -45
  186. package/dist/cjs/view/BlockCard/components/Emoji.js +0 -33
  187. package/dist/cjs/view/BlockCard/components/Link.js +0 -31
  188. package/dist/cjs/view/BlockCard/components/Name.js +0 -61
  189. package/dist/cjs/view/BlockCard/components/Provider.js +0 -57
  190. package/dist/cjs/view/BlockCard/components/Thumbnail.js +0 -62
  191. package/dist/cjs/view/BlockCard/components/UnresolvedText.js +0 -24
  192. package/dist/cjs/view/BlockCard/views/ErroredView.js +0 -91
  193. package/dist/cjs/view/BlockCard/views/ForbiddenView.js +0 -121
  194. package/dist/cjs/view/BlockCard/views/NotFoundView.js +0 -82
  195. package/dist/cjs/view/BlockCard/views/ResolvedView.js +0 -143
  196. package/dist/cjs/view/BlockCard/views/ResolvingView.js +0 -57
  197. package/dist/cjs/view/BlockCard/views/UnauthorizedView.js +0 -72
  198. package/dist/cjs/view/BlockCard/views/styled.js +0 -18
  199. package/dist/cjs/view/CardWithData/component.js +0 -66
  200. package/dist/cjs/view/CardWithData/types.js +0 -5
  201. package/dist/cjs/view/common/Byline.js +0 -52
  202. package/dist/cjs/view/common/Metadata.js +0 -56
  203. package/dist/cjs/view/common/MetadataList.js +0 -43
  204. package/dist/es2019/extractors/block/index.js +0 -86
  205. package/dist/es2019/extractors/block/types.js +0 -1
  206. package/dist/es2019/extractors/common/actions/extractPreviewAction.js +0 -91
  207. package/dist/es2019/state/reducers/types.js +0 -1
  208. package/dist/es2019/view/BlockCard/actions/AuthorizeAction.js +0 -9
  209. package/dist/es2019/view/BlockCard/actions/DownloadAction.js +0 -11
  210. package/dist/es2019/view/BlockCard/actions/PreviewAction.js +0 -23
  211. package/dist/es2019/view/BlockCard/actions/RetryAction.js +0 -8
  212. package/dist/es2019/view/BlockCard/actions/ViewAction.js +0 -11
  213. package/dist/es2019/view/BlockCard/components/ActionIcon.js +0 -51
  214. package/dist/es2019/view/BlockCard/components/ActionList.js +0 -63
  215. package/dist/es2019/view/BlockCard/components/CollaboratorList.js +0 -42
  216. package/dist/es2019/view/BlockCard/components/Content.js +0 -36
  217. package/dist/es2019/view/BlockCard/components/ContentFooter.js +0 -32
  218. package/dist/es2019/view/BlockCard/components/ContentHeader.js +0 -39
  219. package/dist/es2019/view/BlockCard/components/Emoji.js +0 -26
  220. package/dist/es2019/view/BlockCard/components/Link.js +0 -24
  221. package/dist/es2019/view/BlockCard/components/Name.js +0 -54
  222. package/dist/es2019/view/BlockCard/components/Provider.js +0 -51
  223. package/dist/es2019/view/BlockCard/components/Thumbnail.js +0 -58
  224. package/dist/es2019/view/BlockCard/components/UnresolvedText.js +0 -18
  225. package/dist/es2019/view/BlockCard/views/ErroredView.js +0 -78
  226. package/dist/es2019/view/BlockCard/views/ForbiddenView.js +0 -104
  227. package/dist/es2019/view/BlockCard/views/NotFoundView.js +0 -71
  228. package/dist/es2019/view/BlockCard/views/ResolvedView.js +0 -121
  229. package/dist/es2019/view/BlockCard/views/ResolvingView.js +0 -46
  230. package/dist/es2019/view/BlockCard/views/UnauthorizedView.js +0 -60
  231. package/dist/es2019/view/BlockCard/views/styled.js +0 -10
  232. package/dist/es2019/view/CardWithData/component.js +0 -43
  233. package/dist/es2019/view/CardWithData/types.js +0 -1
  234. package/dist/es2019/view/common/Byline.js +0 -44
  235. package/dist/es2019/view/common/Metadata.js +0 -49
  236. package/dist/es2019/view/common/MetadataList.js +0 -34
  237. package/dist/esm/extractors/block/index.js +0 -89
  238. package/dist/esm/extractors/block/types.js +0 -1
  239. package/dist/esm/extractors/common/actions/extractPreviewAction.js +0 -99
  240. package/dist/esm/state/reducers/types.js +0 -1
  241. package/dist/esm/view/BlockCard/actions/AuthorizeAction.js +0 -15
  242. package/dist/esm/view/BlockCard/actions/DownloadAction.js +0 -14
  243. package/dist/esm/view/BlockCard/actions/PreviewAction.js +0 -30
  244. package/dist/esm/view/BlockCard/actions/RetryAction.js +0 -28
  245. package/dist/esm/view/BlockCard/actions/ViewAction.js +0 -14
  246. package/dist/esm/view/BlockCard/components/ActionIcon.js +0 -50
  247. package/dist/esm/view/BlockCard/components/ActionList.js +0 -69
  248. package/dist/esm/view/BlockCard/components/CollaboratorList.js +0 -44
  249. package/dist/esm/view/BlockCard/components/Content.js +0 -38
  250. package/dist/esm/view/BlockCard/components/ContentFooter.js +0 -34
  251. package/dist/esm/view/BlockCard/components/ContentHeader.js +0 -38
  252. package/dist/esm/view/BlockCard/components/Emoji.js +0 -25
  253. package/dist/esm/view/BlockCard/components/Link.js +0 -24
  254. package/dist/esm/view/BlockCard/components/Name.js +0 -54
  255. package/dist/esm/view/BlockCard/components/Provider.js +0 -50
  256. package/dist/esm/view/BlockCard/components/Thumbnail.js +0 -57
  257. package/dist/esm/view/BlockCard/components/UnresolvedText.js +0 -17
  258. package/dist/esm/view/BlockCard/views/ErroredView.js +0 -87
  259. package/dist/esm/view/BlockCard/views/ForbiddenView.js +0 -113
  260. package/dist/esm/view/BlockCard/views/NotFoundView.js +0 -78
  261. package/dist/esm/view/BlockCard/views/ResolvedView.js +0 -135
  262. package/dist/esm/view/BlockCard/views/ResolvingView.js +0 -49
  263. package/dist/esm/view/BlockCard/views/UnauthorizedView.js +0 -68
  264. package/dist/esm/view/BlockCard/views/styled.js +0 -10
  265. package/dist/esm/view/CardWithData/component.js +0 -59
  266. package/dist/esm/view/CardWithData/types.js +0 -1
  267. package/dist/esm/view/common/Byline.js +0 -45
  268. package/dist/esm/view/common/Metadata.js +0 -48
  269. package/dist/esm/view/common/MetadataList.js +0 -35
  270. package/dist/types/extractors/block/index.d.ts +0 -10
  271. package/dist/types/extractors/block/types.d.ts +0 -13
  272. package/dist/types/extractors/common/actions/extractPreviewAction.d.ts +0 -14
  273. package/dist/types/state/reducers/types.d.ts +0 -4
  274. package/dist/types/view/BlockCard/actions/AuthorizeAction.d.ts +0 -2
  275. package/dist/types/view/BlockCard/actions/DownloadAction.d.ts +0 -4
  276. package/dist/types/view/BlockCard/actions/PreviewAction.d.ts +0 -27
  277. package/dist/types/view/BlockCard/actions/RetryAction.d.ts +0 -2
  278. package/dist/types/view/BlockCard/actions/ViewAction.d.ts +0 -4
  279. package/dist/types/view/BlockCard/components/ActionIcon.d.ts +0 -12
  280. package/dist/types/view/BlockCard/components/ActionList.d.ts +0 -10
  281. package/dist/types/view/BlockCard/components/CollaboratorList.d.ts +0 -18
  282. package/dist/types/view/BlockCard/components/Content.d.ts +0 -18
  283. package/dist/types/view/BlockCard/components/ContentFooter.d.ts +0 -12
  284. package/dist/types/view/BlockCard/components/ContentHeader.d.ts +0 -19
  285. package/dist/types/view/BlockCard/components/Emoji.d.ts +0 -10
  286. package/dist/types/view/BlockCard/components/Link.d.ts +0 -11
  287. package/dist/types/view/BlockCard/components/Name.d.ts +0 -21
  288. package/dist/types/view/BlockCard/components/Provider.d.ts +0 -11
  289. package/dist/types/view/BlockCard/components/Thumbnail.d.ts +0 -13
  290. package/dist/types/view/BlockCard/components/UnresolvedText.d.ts +0 -11
  291. package/dist/types/view/BlockCard/views/ErroredView.d.ts +0 -19
  292. package/dist/types/view/BlockCard/views/ForbiddenView.d.ts +0 -35
  293. package/dist/types/view/BlockCard/views/NotFoundView.d.ts +0 -26
  294. package/dist/types/view/BlockCard/views/ResolvedView.d.ts +0 -46
  295. package/dist/types/view/BlockCard/views/ResolvingView.d.ts +0 -18
  296. package/dist/types/view/BlockCard/views/UnauthorizedView.d.ts +0 -19
  297. package/dist/types/view/BlockCard/views/styled.d.ts +0 -5
  298. package/dist/types/view/CardWithData/component.d.ts +0 -5
  299. package/dist/types/view/CardWithData/types.d.ts +0 -15
  300. package/dist/types/view/common/Byline.d.ts +0 -13
  301. package/dist/types/view/common/Metadata.d.ts +0 -13
  302. package/dist/types/view/common/MetadataList.d.ts +0 -12
  303. package/dist/types-ts4.5/extractors/block/index.d.ts +0 -10
  304. package/dist/types-ts4.5/extractors/block/types.d.ts +0 -13
  305. package/dist/types-ts4.5/extractors/common/actions/extractPreviewAction.d.ts +0 -14
  306. package/dist/types-ts4.5/state/reducers/types.d.ts +0 -4
  307. package/dist/types-ts4.5/view/BlockCard/actions/AuthorizeAction.d.ts +0 -2
  308. package/dist/types-ts4.5/view/BlockCard/actions/DownloadAction.d.ts +0 -4
  309. package/dist/types-ts4.5/view/BlockCard/actions/PreviewAction.d.ts +0 -27
  310. package/dist/types-ts4.5/view/BlockCard/actions/RetryAction.d.ts +0 -2
  311. package/dist/types-ts4.5/view/BlockCard/actions/ViewAction.d.ts +0 -4
  312. package/dist/types-ts4.5/view/BlockCard/components/ActionIcon.d.ts +0 -12
  313. package/dist/types-ts4.5/view/BlockCard/components/ActionList.d.ts +0 -10
  314. package/dist/types-ts4.5/view/BlockCard/components/CollaboratorList.d.ts +0 -18
  315. package/dist/types-ts4.5/view/BlockCard/components/Content.d.ts +0 -18
  316. package/dist/types-ts4.5/view/BlockCard/components/ContentFooter.d.ts +0 -12
  317. package/dist/types-ts4.5/view/BlockCard/components/ContentHeader.d.ts +0 -19
  318. package/dist/types-ts4.5/view/BlockCard/components/Emoji.d.ts +0 -10
  319. package/dist/types-ts4.5/view/BlockCard/components/Link.d.ts +0 -11
  320. package/dist/types-ts4.5/view/BlockCard/components/Name.d.ts +0 -21
  321. package/dist/types-ts4.5/view/BlockCard/components/Provider.d.ts +0 -11
  322. package/dist/types-ts4.5/view/BlockCard/components/Thumbnail.d.ts +0 -13
  323. package/dist/types-ts4.5/view/BlockCard/components/UnresolvedText.d.ts +0 -11
  324. package/dist/types-ts4.5/view/BlockCard/views/ErroredView.d.ts +0 -19
  325. package/dist/types-ts4.5/view/BlockCard/views/ForbiddenView.d.ts +0 -35
  326. package/dist/types-ts4.5/view/BlockCard/views/NotFoundView.d.ts +0 -26
  327. package/dist/types-ts4.5/view/BlockCard/views/ResolvedView.d.ts +0 -46
  328. package/dist/types-ts4.5/view/BlockCard/views/ResolvingView.d.ts +0 -18
  329. package/dist/types-ts4.5/view/BlockCard/views/UnauthorizedView.d.ts +0 -19
  330. package/dist/types-ts4.5/view/BlockCard/views/styled.d.ts +0 -5
  331. package/dist/types-ts4.5/view/CardWithData/component.d.ts +0 -5
  332. package/dist/types-ts4.5/view/CardWithData/types.d.ts +0 -15
  333. package/dist/types-ts4.5/view/common/Byline.d.ts +0 -13
  334. package/dist/types-ts4.5/view/common/Metadata.d.ts +0 -13
  335. package/dist/types-ts4.5/view/common/MetadataList.d.ts +0 -12
@@ -4,249 +4,64 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
- Object.defineProperty(exports, "AuthorizeAction", {
8
- enumerable: true,
9
- get: function get() {
10
- return _AuthorizeAction.AuthorizeAction;
11
- }
12
- });
13
7
  exports.BlockCard = void 0;
14
- Object.defineProperty(exports, "BlockCardErroredView", {
15
- enumerable: true,
16
- get: function get() {
17
- return _ErroredView.ErroredView;
18
- }
19
- });
20
- Object.defineProperty(exports, "BlockCardForbiddenView", {
21
- enumerable: true,
22
- get: function get() {
23
- return _ForbiddenView.ForbiddenView;
24
- }
25
- });
26
- Object.defineProperty(exports, "BlockCardNotFoundView", {
27
- enumerable: true,
28
- get: function get() {
29
- return _NotFoundView.NotFoundView;
30
- }
31
- });
32
- Object.defineProperty(exports, "BlockCardResolvedView", {
33
- enumerable: true,
34
- get: function get() {
35
- return _ResolvedView.ResolvedView;
36
- }
37
- });
38
- Object.defineProperty(exports, "BlockCardResolvingView", {
39
- enumerable: true,
40
- get: function get() {
41
- return _ResolvingView.ResolvingView;
42
- }
43
- });
44
- Object.defineProperty(exports, "BlockCardUnauthorisedView", {
45
- enumerable: true,
46
- get: function get() {
47
- return _UnauthorizedView.UnauthorizedView;
48
- }
49
- });
50
- Object.defineProperty(exports, "ForbiddenAction", {
51
- enumerable: true,
52
- get: function get() {
53
- return _ForbiddenAction.ForbiddenAction;
54
- }
55
- });
56
- Object.defineProperty(exports, "PreviewAction", {
57
- enumerable: true,
58
- get: function get() {
59
- return _PreviewAction.default;
60
- }
61
- });
62
8
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
63
- var _react = require("@emotion/react");
64
- var _analyticsNext = require("@atlaskit/analytics-next");
65
- var _block = require("../../extractors/block");
66
- var _context = require("../../extractors/common/context");
67
- var _helpers = require("../../state/helpers");
68
- var _jsonld = require("../../utils/jsonld");
9
+ var _react = _interopRequireDefault(require("react"));
69
10
  var _LinkView = require("../LinkView");
70
- var _AuthorizeAction = require("./actions/AuthorizeAction");
71
- var _ForbiddenAction = require("./actions/ForbiddenAction");
72
11
  var _handlers = require("./utils/handlers");
73
- var _ErroredView = require("./views/ErroredView");
74
12
  var _FlexibleErroredView = _interopRequireDefault(require("./views/flexible/FlexibleErroredView"));
75
13
  var _FlexibleForbiddenView = _interopRequireDefault(require("./views/flexible/FlexibleForbiddenView"));
76
14
  var _FlexibleNotFoundView = _interopRequireDefault(require("./views/flexible/FlexibleNotFoundView"));
77
15
  var _FlexibleResolvedView = _interopRequireDefault(require("./views/flexible/FlexibleResolvedView"));
78
16
  var _FlexibleUnauthorisedView = _interopRequireDefault(require("./views/flexible/FlexibleUnauthorisedView"));
79
- var _ForbiddenView = require("./views/ForbiddenView");
80
- var _NotFoundView = require("./views/NotFoundView");
81
- var _ResolvedView = require("./views/ResolvedView");
82
- var _ResolvingView = require("./views/ResolvingView");
83
- var _UnauthorizedView = require("./views/UnauthorizedView");
84
- var _PreviewAction = _interopRequireDefault(require("./actions/PreviewAction"));
85
- /**
86
- * @jsxRuntime classic
87
- * @jsx jsx
88
- */
89
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
90
-
91
17
  var BlockCard = exports.BlockCard = function BlockCard(_ref) {
92
- var _details$meta, _forbiddenViewProps$c, _forbiddenViewProps$c2;
93
18
  var id = _ref.id,
94
19
  url = _ref.url,
95
20
  cardState = _ref.cardState,
96
21
  authFlow = _ref.authFlow,
97
22
  handleAuthorize = _ref.handleAuthorize,
98
- handleErrorRetry = _ref.handleErrorRetry,
99
23
  handleFrameClick = _ref.handleFrameClick,
100
- handleInvoke = _ref.handleInvoke,
101
24
  renderers = _ref.renderers,
102
25
  isSelected = _ref.isSelected,
103
26
  onResolve = _ref.onResolve,
104
27
  onError = _ref.onError,
105
28
  testId = _ref.testId,
106
- platform = _ref.platform,
107
29
  analytics = _ref.analytics,
108
- enableFlexibleBlockCard = _ref.enableFlexibleBlockCard,
109
30
  actionOptions = _ref.actionOptions;
110
- var _useAnalyticsEvents = (0, _analyticsNext.useAnalyticsEvents)(),
111
- createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
112
- var status = cardState.status,
113
- details = cardState.details;
114
- var data = details && details.data || (0, _jsonld.getEmptyJsonLd)();
115
- var meta = details && details.meta;
116
- var extensionKey = (0, _helpers.getExtensionKey)(details);
117
- var extractorOpts = {
118
- analytics: analytics,
119
- origin: 'smartLinkCard',
120
- handleInvoke: handleInvoke,
121
- extensionKey: extensionKey,
122
- actionOptions: actionOptions
31
+ var status = cardState.status;
32
+ var flexibleBlockCardProps = {
33
+ id: id,
34
+ cardState: cardState,
35
+ url: url,
36
+ testId: testId,
37
+ onClick: function onClick(event) {
38
+ return (0, _handlers.handleClickCommon)(event, handleFrameClick);
39
+ },
40
+ onError: onError,
41
+ onResolve: onResolve,
42
+ renderers: renderers,
43
+ actionOptions: actionOptions,
44
+ analytics: analytics
123
45
  };
124
- if (enableFlexibleBlockCard) {
125
- var flexibleBlockCardProps = {
126
- id: id,
127
- cardState: cardState,
128
- url: url,
129
- testId: testId,
130
- onClick: function onClick(event) {
131
- return (0, _handlers.handleClickCommon)(event, handleFrameClick);
132
- },
133
- onError: onError,
134
- onResolve: onResolve,
135
- renderers: renderers,
136
- actionOptions: actionOptions,
137
- analytics: analytics
138
- };
139
- switch (status) {
140
- case 'pending':
141
- case 'resolving':
142
- return (0, _react.jsx)(_FlexibleResolvedView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
143
- testId: 'smart-block-resolving-view'
144
- }));
145
- case 'resolved':
146
- return (0, _react.jsx)(_FlexibleResolvedView.default, flexibleBlockCardProps);
147
- case 'unauthorized':
148
- return (0, _react.jsx)(_FlexibleUnauthorisedView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
149
- onAuthorize: handleAuthorize
150
- }));
151
- case 'forbidden':
152
- return (0, _react.jsx)(_FlexibleForbiddenView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
153
- onAuthorize: handleAuthorize
154
- }));
155
- case 'not_found':
156
- return (0, _react.jsx)(_FlexibleNotFoundView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
157
- onAuthorize: handleAuthorize
158
- }));
159
- case 'fallback':
160
- case 'errored':
161
- default:
162
- if (onError) {
163
- onError({
164
- url: url,
165
- status: status
166
- });
167
- }
168
- if (authFlow && authFlow === 'disabled') {
169
- return (0, _react.jsx)(_LinkView.CardLinkView, {
170
- link: url,
171
- isSelected: isSelected,
172
- onClick: handleFrameClick,
173
- testId: "".concat(testId, "-").concat(status)
174
- });
175
- }
176
- return (0, _react.jsx)(_FlexibleErroredView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
177
- onAuthorize: handleAuthorize
178
- }));
179
- }
180
- }
181
46
  switch (status) {
182
47
  case 'pending':
183
48
  case 'resolving':
184
- return (0, _react.jsx)(_ResolvingView.ResolvingView, {
185
- testId: testId,
186
- isSelected: isSelected
187
- });
188
- case 'resolved':
189
- var resolvedViewProps = (0, _block.extractBlockProps)(data, meta, extractorOpts, renderers, platform);
190
- if (onResolve) {
191
- onResolve({
192
- title: resolvedViewProps.title,
193
- url: url
194
- });
195
- }
196
- return (0, _react.jsx)(_ResolvedView.ResolvedView, (0, _extends2.default)({}, resolvedViewProps, {
197
- isSelected: isSelected,
198
- testId: testId,
199
- onClick: handleFrameClick
49
+ return /*#__PURE__*/_react.default.createElement(_FlexibleResolvedView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
50
+ testId: 'smart-block-resolving-view'
200
51
  }));
52
+ case 'resolved':
53
+ return /*#__PURE__*/_react.default.createElement(_FlexibleResolvedView.default, flexibleBlockCardProps);
201
54
  case 'unauthorized':
202
- if (onError) {
203
- onError({
204
- url: url,
205
- status: status
206
- });
207
- }
208
- var unauthorizedViewProps = (0, _block.extractBlockProps)(data, meta, extractorOpts);
209
- return (0, _react.jsx)(_UnauthorizedView.UnauthorizedView, (0, _extends2.default)({}, unauthorizedViewProps, {
210
- isSelected: isSelected,
211
- testId: testId,
212
- actions: handleAuthorize ? [(0, _AuthorizeAction.AuthorizeAction)(handleAuthorize)] : [],
213
- actionOptions: actionOptions,
214
- onClick: handleFrameClick
55
+ return /*#__PURE__*/_react.default.createElement(_FlexibleUnauthorisedView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
56
+ onAuthorize: handleAuthorize
215
57
  }));
216
58
  case 'forbidden':
217
- if (onError) {
218
- onError({
219
- url: url,
220
- status: status
221
- });
222
- }
223
- var forbiddenViewProps = (0, _block.extractBlockProps)(data, meta, extractorOpts);
224
- var cardMetadata = (_details$meta = details === null || details === void 0 ? void 0 : details.meta) !== null && _details$meta !== void 0 ? _details$meta : (0, _jsonld.getForbiddenJsonLd)().meta;
225
- var requestAccessContext = (0, _context.extractRequestAccessContextImproved)({
226
- jsonLd: cardMetadata,
227
- url: url,
228
- product: (_forbiddenViewProps$c = (_forbiddenViewProps$c2 = forbiddenViewProps.context) === null || _forbiddenViewProps$c2 === void 0 ? void 0 : _forbiddenViewProps$c2.text) !== null && _forbiddenViewProps$c !== void 0 ? _forbiddenViewProps$c : '',
229
- createAnalyticsEvent: createAnalyticsEvent
230
- });
231
- return (0, _react.jsx)(_ForbiddenView.ForbiddenView, (0, _extends2.default)({}, forbiddenViewProps, {
232
- isSelected: isSelected,
233
- actions: handleAuthorize ? [(0, _ForbiddenAction.ForbiddenAction)(handleAuthorize)] : [],
234
- actionOptions: actionOptions,
235
- onClick: handleFrameClick,
236
- requestAccessContext: requestAccessContext
59
+ return /*#__PURE__*/_react.default.createElement(_FlexibleForbiddenView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
60
+ onAuthorize: handleAuthorize
237
61
  }));
238
62
  case 'not_found':
239
- if (onError) {
240
- onError({
241
- url: url,
242
- status: status
243
- });
244
- }
245
- var notFoundViewProps = (0, _block.extractBlockProps)(data, meta, extractorOpts);
246
- return (0, _react.jsx)(_NotFoundView.NotFoundView, (0, _extends2.default)({}, notFoundViewProps, {
247
- isSelected: isSelected,
248
- testId: testId,
249
- onClick: handleFrameClick
63
+ return /*#__PURE__*/_react.default.createElement(_FlexibleNotFoundView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
64
+ onAuthorize: handleAuthorize
250
65
  }));
251
66
  case 'fallback':
252
67
  case 'errored':
@@ -258,19 +73,15 @@ var BlockCard = exports.BlockCard = function BlockCard(_ref) {
258
73
  });
259
74
  }
260
75
  if (authFlow && authFlow === 'disabled') {
261
- return (0, _react.jsx)(_LinkView.CardLinkView, {
76
+ return /*#__PURE__*/_react.default.createElement(_LinkView.CardLinkView, {
262
77
  link: url,
263
78
  isSelected: isSelected,
264
79
  onClick: handleFrameClick,
265
80
  testId: "".concat(testId, "-").concat(status)
266
81
  });
267
82
  }
268
- return (0, _react.jsx)(_ErroredView.ErroredView, {
269
- link: url,
270
- isSelected: isSelected,
271
- onRetry: handleErrorRetry,
272
- onClick: handleFrameClick,
273
- testId: testId
274
- });
83
+ return /*#__PURE__*/_react.default.createElement(_FlexibleErroredView.default, (0, _extends2.default)({}, flexibleBlockCardProps, {
84
+ onAuthorize: handleAuthorize
85
+ }));
275
86
  }
276
87
  };
@@ -259,17 +259,13 @@ function Component(_ref) {
259
259
  authFlow: config && config.authFlow,
260
260
  cardState: state,
261
261
  handleAuthorize: services.length && handleAuthorize || undefined,
262
- handleErrorRetry: handleRetry,
263
- handleInvoke: handleInvoke,
264
262
  handleFrameClick: handleClickWrapper,
265
263
  analytics: analytics,
266
264
  isSelected: isSelected,
267
265
  onResolve: onResolve,
268
266
  onError: onError,
269
267
  testId: testId,
270
- actionOptions: actionOptions,
271
- platform: platform,
272
- enableFlexibleBlockCard: true
268
+ actionOptions: actionOptions
273
269
  });
274
270
  case 'embed':
275
271
  return /*#__PURE__*/_react.default.createElement(_EmbedCard.EmbedCard, {
@@ -20,7 +20,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
20
20
  _excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
21
21
  var PACKAGE_DATA = {
22
22
  packageName: "@atlaskit/smart-card",
23
- packageVersion: "32.7.1",
23
+ packageVersion: "32.7.2",
24
24
  componentName: 'linkUrl'
25
25
  };
26
26
  var Anchor = (0, _click.withLinkClickedEvent)('a');
@@ -1,11 +1,13 @@
1
- export { contentFooterClassName } from './view/BlockCard/components/ContentFooter';
2
- export { metadataListClassName } from './view/common/MetadataList';
3
- export { blockCardResolvingViewClassName } from './view/BlockCard/views/ResolvingView';
4
- export { blockCardResolvedViewClassName, blockCardResolvedViewByClassName } from './view/BlockCard/views/ResolvedView';
5
- export { blockCardForbiddenViewClassName, blockCardForbiddenViewLinkClassName } from './view/BlockCard/views/ForbiddenView';
1
+ export const contentFooterClassName = 'smart-link-content-footer';
2
+ export const metadataListClassName = 'smart-link-metadata-list';
3
+ export const blockCardResolvingViewClassName = 'block-card-resolving-view';
4
+ export const blockCardResolvedViewClassName = 'block-card-resolved-view';
5
+ export const blockCardResolvedViewByClassName = 'block-card-resolved-view-by';
6
+ export const blockCardForbiddenViewClassName = 'block-card-forbidden-view';
7
+ export const blockCardForbiddenViewLinkClassName = 'block-card-forbidden-view-link';
6
8
  export { blockCardIconImageClassName } from './view/common/Icon';
7
- export { blockCardContentClassName } from './view/BlockCard/components/Content';
8
- export { blockCardContentHeaderClassName } from './view/BlockCard/components/ContentHeader';
9
- export { blockCardContentHeaderNameClassName } from './view/BlockCard/components/Name';
10
- export { blockCardNotFoundViewClassName } from './view/BlockCard/views/NotFoundView';
11
- export { blockCardErroredViewClassName } from './view/BlockCard/views/ErroredView';
9
+ export const blockCardContentClassName = 'block-card-content';
10
+ export const blockCardContentHeaderClassName = 'block-card-content-header';
11
+ export const blockCardContentHeaderNameClassName = 'block-card-content-header-name';
12
+ export const blockCardNotFoundViewClassName = 'block-card-not-found-view';
13
+ export const blockCardErroredViewClassName = 'block-card-errored-view';
@@ -1,46 +1,3 @@
1
- import { canShowAction } from '../../../utils/actions/can-show-action';
2
- import { DownloadAction } from '../../../view/BlockCard/actions/DownloadAction';
3
- import { ViewAction } from '../../../view/BlockCard/actions/ViewAction';
4
- import { CardAction } from '../../../view/Card/types';
5
- const isClientAction = action => ['ViewAction', 'DownloadAction'].indexOf(action['@type']) > -1;
6
- const getClientAction = (jsonLd, action) => {
7
- switch (action['@type']) {
8
- case 'ViewAction':
9
- return ViewAction({
10
- url: jsonLd.url
11
- });
12
- case 'DownloadAction':
13
- return DownloadAction({
14
- url: jsonLd['atlassian:downloadUrl']
15
- });
16
- }
17
- };
18
- const isActionEnabled = (action, actionOptions) => {
19
- switch (action['@type']) {
20
- case 'ViewAction':
21
- return canShowAction(CardAction.ViewAction, actionOptions);
22
- case 'DownloadAction':
23
- return canShowAction(CardAction.DownloadAction, actionOptions);
24
- }
25
- return true;
26
- };
27
- const getClientActionProps = (jsonLd, action, handler) => {
28
- const clientAction = getClientAction(jsonLd, action);
29
- const clientActionInvokeOpts = {
30
- type: 'client',
31
- key: action.identifier,
32
- action: {
33
- type: action['@type'],
34
- promise: clientAction.promise
35
- }
36
- };
37
- // Send client actions through common invocation flow; for analytics
38
- // and, in future, in order to propagate state changes.
39
- return {
40
- ...clientAction,
41
- promise: () => handler(clientActionInvokeOpts)
42
- };
43
- };
44
1
  export const getActionsFromJsonLd = jsonLd => {
45
2
  let actions = jsonLd && jsonLd['schema:potentialAction'];
46
3
  if (!actions) {
@@ -50,15 +7,4 @@ export const getActionsFromJsonLd = jsonLd => {
50
7
  actions = [actions];
51
8
  }
52
9
  return actions;
53
- };
54
-
55
- /**
56
- * @private
57
- * @deprecated - use flexible extractors instead
58
- */
59
- export function extractClientActions(jsonLd, handler, actionOptions) {
60
- const actions = getActionsFromJsonLd(jsonLd);
61
- const clientActions = actions.filter(action => isClientAction(action) && isActionEnabled(action, actionOptions));
62
- const clientActionImpls = clientActions.map(action => getClientActionProps(jsonLd, action, handler));
63
- return clientActionImpls;
64
- }
10
+ };
@@ -38,7 +38,7 @@ export default {
38
38
  'fabric.linking.automation-action.confluence.page.modal.description': 'Použijte automatizaci u položky <b>{name}</b>.{br}Dostupné výběry jsou určeny správci Confluence a prostorů.',
39
39
  'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizace stránek',
40
40
  'fabric.linking.automation-action.icon.label': 'Ikona automatizace',
41
- 'fabric.linking.automation-action.title': 'Zobrazit pravidla automatizace',
41
+ 'fabric.linking.automation-action.title': 'Zobrazit pravidla automatizace',
42
42
  'fabric.linking.automation-action.tooltip': 'Vyberte pravidlo automatizace, které chcete spustit.',
43
43
  'fabric.linking.beta': 'Beta',
44
44
  'fabric.linking.cancel': 'Zrušit',
@@ -90,7 +90,6 @@ export default {
90
90
  'fabric.linking.invalid_permissions': 'Omezený obsah',
91
91
  'fabric.linking.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
92
92
  'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
93
- 'fabric.linking.last_mentioned_in': 'Naposledy zmíněno v:',
94
93
  'fabric.linking.learn_more_about_connecting_account': 'Další informace o propojení účtu s produkty Atlassian.',
95
94
  'fabric.linking.learn_more_about_smart_links': 'Další informace o chytrých odkazech',
96
95
  'fabric.linking.link_safety_warning_message': 'Odkaz {unsafeLinkText} vás přesměruje na jiný web (<a>actual link here</a>)',
@@ -131,8 +130,7 @@ export default {
131
130
  'fabric.linking.related_links_modal_unavailable_header': 'Žádné nedávné odkazy',
132
131
  'fabric.linking.related_links_modal_unavailable_message': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit. Neustále kontrolujeme a přidáváme odkazy na nedávno aktualizované stránky nebo jiné typy obsahu.',
133
132
  'fabric.linking.related_links_not_found': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit.',
134
- 'fabric.linking.related_links_view_related_urls.nonfinal': 'Zobrazit nedávné odkazy',
135
- 'fabric.linking.related_work_items_not_found': 'Tento odkaz není nikde jinde zmíněn.',
133
+ 'fabric.linking.related_links_view_related_urls': 'Zobrazit nedávné odkazy',
136
134
  'fabric.linking.request_access': 'Požádat o přístup',
137
135
  'fabric.linking.request_access_description': 'Váš tým spolupracuje v {product}. Pošlete správci žádost o přístup.',
138
136
  'fabric.linking.request_access_pending': 'Čeká na schválení',
@@ -38,7 +38,7 @@ export default {
38
38
  'fabric.linking.automation-action.confluence.page.modal.description': 'Anvend en automatisering til <b>{name}</b>.{br}De tilgængelige valg styres af Confluence- og områdeadministratorer.',
39
39
  'fabric.linking.automation-action.confluence.page.modal.title': 'Sideautomatiseringer',
40
40
  'fabric.linking.automation-action.icon.label': 'Ikon for automatisering',
41
- 'fabric.linking.automation-action.title': 'Se automatiseringsregler …',
41
+ 'fabric.linking.automation-action.title': 'Vis automatiseringsregler',
42
42
  'fabric.linking.automation-action.tooltip': 'Vælg en automatiseringsregel, der skal køres',
43
43
  'fabric.linking.beta': 'Beta',
44
44
  'fabric.linking.cancel': 'Annuller',
@@ -90,7 +90,6 @@ export default {
90
90
  'fabric.linking.invalid_permissions': 'Begrænset indhold',
91
91
  'fabric.linking.invalid_permissions_description': 'Anmod om adgang, eller prøv med en anden konto for at se denne forhåndsvisning.',
92
92
  'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
93
- 'fabric.linking.last_mentioned_in': 'Sidst omtalt i',
94
93
  'fabric.linking.learn_more_about_connecting_account': 'Få mere at vide om, hvordan du knytter din konto til Atlassian-produkter.',
95
94
  'fabric.linking.learn_more_about_smart_links': 'Få mere at vide om intelligente links.',
96
95
  'fabric.linking.link_safety_warning_message': 'Linket {unsafeLinkText} fører dig til et andet websted, <a>actual link here</a>',
@@ -131,8 +130,7 @@ export default {
131
130
  'fabric.linking.related_links_modal_unavailable_header': 'Ingen nylige links',
132
131
  'fabric.linking.related_links_modal_unavailable_message': 'Vi fandt ikke nogen links at vise her. Vi gennemgår løbende og tilføjer nylige links til opdaterede sider eller andre indholdstyper.',
133
132
  'fabric.linking.related_links_not_found': 'Vi fandt ikke nogen links.',
134
- 'fabric.linking.related_links_view_related_urls.nonfinal': 'Se nylige links ...',
135
- 'fabric.linking.related_work_items_not_found': 'Dette link omtales ikke andre steder.',
133
+ 'fabric.linking.related_links_view_related_urls': 'Vis nylige links',
136
134
  'fabric.linking.request_access': 'Anmod om adgang',
137
135
  'fabric.linking.request_access_description': 'Dit team bruger {product} til at samarbejde. Send din administrator en anmodning om adgang.',
138
136
  'fabric.linking.request_access_pending': 'Afventer godkendelse',
@@ -38,7 +38,7 @@ export default {
38
38
  'fabric.linking.automation-action.confluence.page.modal.description': 'Wenden Sie eine Automatisierung auf <b>{name}</b> an.{br}Die verfügbaren Auswahlen werden von Confluence- und Bereichsadministratoren gesteuert.',
39
39
  'fabric.linking.automation-action.confluence.page.modal.title': 'Seitenautomatisierungen',
40
40
  'fabric.linking.automation-action.icon.label': 'Symbol: Automatisierung',
41
- 'fabric.linking.automation-action.title': 'Automatisierungsregeln anzeigen ...',
41
+ 'fabric.linking.automation-action.title': 'Automatisierungsregeln anzeigen',
42
42
  'fabric.linking.automation-action.tooltip': 'Wählen Sie eine Automatisierungsregel aus, die ausgeführt werden soll.',
43
43
  'fabric.linking.beta': 'Beta',
44
44
  'fabric.linking.cancel': 'Abbrechen',
@@ -90,7 +90,6 @@ export default {
90
90
  'fabric.linking.invalid_permissions': 'Inhalt mit Beschränkungen',
91
91
  'fabric.linking.invalid_permissions_description': 'Bitte senden Sie eine Zugriffsanfrage oder versuchen Sie, die Vorschau über ein anderes Konto anzusehen.',
92
92
  'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
93
- 'fabric.linking.last_mentioned_in': 'Zuletzt erwähnt in',
94
93
  'fabric.linking.learn_more_about_connecting_account': 'Weitere Informationen zum Verbinden Ihres Kontos mit Atlassian-Produkten',
95
94
  'fabric.linking.learn_more_about_smart_links': 'Mehr über intelligente Links erfahren',
96
95
  'fabric.linking.link_safety_warning_message': 'Über den Link {unsafeLinkText} gelangen Sie zu einer anderen Site, <a>actual link here</a>',
@@ -131,8 +130,7 @@ export default {
131
130
  'fabric.linking.related_links_modal_unavailable_header': 'Keine zuletzt aufgerufenen Links',
132
131
  'fabric.linking.related_links_modal_unavailable_message': 'Es wurden keine Links zum Anzeigen gefunden. Die zuletzt aufgerufenen Links werden fortlaufend auf aktualisierte Seiten oder andere Inhaltstypen geprüft und ggf. hinzugefügt.',
133
132
  'fabric.linking.related_links_not_found': 'Es wurden keine Links zum Anzeigen gefunden.',
134
- 'fabric.linking.related_links_view_related_urls.nonfinal': 'Letzte Verknüpfungen anzeigen …',
135
- 'fabric.linking.related_work_items_not_found': 'Dieser Link wird nirgendwo sonst erwähnt.',
133
+ 'fabric.linking.related_links_view_related_urls': 'Letzte Links anzeigen',
136
134
  'fabric.linking.request_access': 'Zugriff anfordern',
137
135
  'fabric.linking.request_access_description': 'Ihr Team verwendet {product} zur Zusammenarbeit. Senden Sie Ihrem Administrator eine Zugriffsanfrage.',
138
136
  'fabric.linking.request_access_pending': 'Genehmigung ausstehend',
@@ -38,7 +38,7 @@ export default {
38
38
  'fabric.linking.automation-action.confluence.page.modal.description': 'Apply an automation to <b>{name}</b>.{br}The available selections are controlled by Confluence and space administrators.',
39
39
  'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
40
40
  'fabric.linking.automation-action.icon.label': 'Automation icon',
41
- 'fabric.linking.automation-action.title': 'View automation rules...',
41
+ 'fabric.linking.automation-action.title': 'View automation rules',
42
42
  'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
43
43
  'fabric.linking.beta': 'Beta',
44
44
  'fabric.linking.cancel': 'Cancel',
@@ -90,7 +90,6 @@ export default {
90
90
  'fabric.linking.invalid_permissions': 'Restricted content',
91
91
  'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
92
92
  'fabric.linking.join_to_view': 'Join {context} to view this issue',
93
- 'fabric.linking.last_mentioned_in': 'Last mentioned in',
94
93
  'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
95
94
  'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
96
95
  'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
@@ -131,8 +130,7 @@ export default {
131
130
  'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
132
131
  'fabric.linking.related_links_modal_unavailable_message': "We didn't find any links to show here. We continuously review and add recent links for updated pages or other content types.",
133
132
  'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
134
- 'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
135
- 'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
133
+ 'fabric.linking.related_links_view_related_urls': 'View recent links',
136
134
  'fabric.linking.request_access': 'Request access',
137
135
  'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
138
136
  'fabric.linking.request_access_pending': 'Pending approval',
@@ -38,7 +38,7 @@ export default {
38
38
  'fabric.linking.automation-action.confluence.page.modal.description': 'Apply an automation to <b>{name}</b>.{br}The available selections are controlled by Confluence and space administrators.',
39
39
  'fabric.linking.automation-action.confluence.page.modal.title': 'Page automations',
40
40
  'fabric.linking.automation-action.icon.label': 'Automation icon',
41
- 'fabric.linking.automation-action.title': 'View automation rules...',
41
+ 'fabric.linking.automation-action.title': 'View automation rules',
42
42
  'fabric.linking.automation-action.tooltip': 'Select an automation rule to run',
43
43
  'fabric.linking.beta': 'Beta',
44
44
  'fabric.linking.cancel': 'Cancel',
@@ -90,7 +90,6 @@ export default {
90
90
  'fabric.linking.invalid_permissions': 'Restricted content',
91
91
  'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
92
92
  'fabric.linking.join_to_view': 'Join {context} to view this issue',
93
- 'fabric.linking.last_mentioned_in': 'Last mentioned in',
94
93
  'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
95
94
  'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
96
95
  'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
@@ -131,8 +130,7 @@ export default {
131
130
  'fabric.linking.related_links_modal_unavailable_header': 'No recent links',
132
131
  'fabric.linking.related_links_modal_unavailable_message': "We didn't find any links to show here. We continuously review and add recent links for updated pages or other content types.",
133
132
  'fabric.linking.related_links_not_found': "We didn't find any links to show here.",
134
- 'fabric.linking.related_links_view_related_urls.nonfinal': 'View recent links...',
135
- 'fabric.linking.related_work_items_not_found': 'This link is not mentioned anywhere else.',
133
+ 'fabric.linking.related_links_view_related_urls': 'View recent links',
136
134
  'fabric.linking.request_access': 'Request access',
137
135
  'fabric.linking.request_access_description': 'Your team uses {product} to collaborate. Send your admin a request for access.',
138
136
  'fabric.linking.request_access_pending': 'Pending approval',
@@ -38,7 +38,7 @@ export default {
38
38
  'fabric.linking.automation-action.confluence.page.modal.description': '⁣⁢Apply an automation to <b>{name}</b>.{br}The available selections are controlled by Confluence and space administrators.⁡؜⁡؜؜‍‍؜‌⁠؜⁡‌⁣⁤',
39
39
  'fabric.linking.automation-action.confluence.page.modal.title': '⁣⁢Page automations⁠⁡‍⁠؜‍⁡‍‌⁣⁤',
40
40
  'fabric.linking.automation-action.icon.label': '⁣⁢Automation icon⁠‌‍‌⁡؜‌‌؜‍؜‌⁡⁣⁤',
41
- 'fabric.linking.automation-action.title': '⁣⁢View automation rules...⁡‌‍؜‌⁠⁠؜‍‌⁠⁠؜‍⁠‍⁣⁤',
41
+ 'fabric.linking.automation-action.title': '⁣⁢View automation rules⁠⁠؜⁡⁠‍؜؜⁡‍⁣⁤',
42
42
  'fabric.linking.automation-action.tooltip': '⁣⁢Select an automation rule to run⁡‌‍⁡⁡‌⁡‌⁠‌؜؜⁣⁤',
43
43
  'fabric.linking.beta': '⁣⁢Beta⁡⁡‌‍⁡⁡⁡‍⁡‌؜⁣⁤',
44
44
  'fabric.linking.cancel': '⁣⁢Cancel؜⁡‌‌؜⁡‌‌⁠‍‍‍⁣⁤',
@@ -90,7 +90,6 @@ export default {
90
90
  'fabric.linking.invalid_permissions': '⁣⁢Restricted content‌⁡‌؜⁠⁡؜‍⁡⁣⁤',
91
91
  'fabric.linking.invalid_permissions_description': "⁣⁢You'll need to request access or try a different account to view this preview.⁠‌‍‌⁡⁠؜؜⁠؜؜⁣⁤",
92
92
  'fabric.linking.join_to_view': '⁣⁢Join {context} to view this issue⁠‍‌⁠؜⁠⁡‌⁣⁤',
93
- 'fabric.linking.last_mentioned_in': '⁣⁢Last mentioned in؜؜‍⁡⁠⁡‌‍⁡⁣⁤',
94
93
  'fabric.linking.learn_more_about_connecting_account': '⁣⁢Learn more about connecting your account to Atlassian products.؜⁡‌⁠‍‌⁡‍‍⁣⁤',
95
94
  'fabric.linking.learn_more_about_smart_links': '⁣⁢Learn more about Smart Links.⁡‌⁡‌؜⁠⁡‍‌⁠⁡؜‌⁡⁣⁤',
96
95
  'fabric.linking.link_safety_warning_message': '⁣⁢The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>؜‌؜‍⁠‍‌⁣⁤',
@@ -131,8 +130,7 @@ export default {
131
130
  'fabric.linking.related_links_modal_unavailable_header': '⁣⁢No recent links‌⁡؜⁡⁠⁠‍‌‍⁡⁡⁣⁤',
132
131
  'fabric.linking.related_links_modal_unavailable_message': "⁣⁢We didn't find any links to show here. We continuously review and add recent links for updated pages or other content types.؜⁠؜‌‍‍‍⁡⁡⁡⁣⁤",
133
132
  'fabric.linking.related_links_not_found': "⁣⁢We didn't find any links to show here.⁡⁡‌‌‍⁠‌؜⁡‍‍‍‌⁡‌⁣⁤",
134
- 'fabric.linking.related_links_view_related_urls.nonfinal': '⁣⁢View recent links...⁠⁡⁠‍‍‌⁠؜⁠؜⁠⁣⁤',
135
- 'fabric.linking.related_work_items_not_found': '⁣⁢This link is not mentioned anywhere else.⁡؜⁠⁡؜‍‍⁠⁡‌⁡⁠⁣⁤',
133
+ 'fabric.linking.related_links_view_related_urls': '⁣⁢View recent links‍‍⁠؜‍؜؜⁠؜‍⁠؜⁡⁠؜⁠⁠⁣⁤',
136
134
  'fabric.linking.request_access': '⁣⁢Request access؜‌؜‌‍‌‌⁠⁡⁣⁤',
137
135
  'fabric.linking.request_access_description': '⁣⁢Your team uses {product} to collaborate. Send your admin a request for access.‍⁡⁡⁡‌‍⁠⁡‌⁣⁤',
138
136
  'fabric.linking.request_access_pending': '⁣⁢Pending approval⁠⁠⁡‍⁡‌⁠؜؜⁣⁤',