@atlaskit/editor-plugin-card 17.4.10 → 17.4.12

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 (83) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/cardPlugin/package.json +1 -8
  3. package/cardPluginType/package.json +1 -8
  4. package/package.json +3 -3
  5. package/types/package.json +1 -8
  6. package/dist/types-ts4.5/cardPlugin.d.ts +0 -2
  7. package/dist/types-ts4.5/cardPluginType.d.ts +0 -53
  8. package/dist/types-ts4.5/entry-points/cardPlugin.d.ts +0 -1
  9. package/dist/types-ts4.5/entry-points/cardPluginType.d.ts +0 -1
  10. package/dist/types-ts4.5/entry-points/types.d.ts +0 -1
  11. package/dist/types-ts4.5/index.d.ts +0 -3
  12. package/dist/types-ts4.5/nodeviews/blockCard.d.ts +0 -64
  13. package/dist/types-ts4.5/nodeviews/datasource.d.ts +0 -61
  14. package/dist/types-ts4.5/nodeviews/embedCard.d.ts +0 -102
  15. package/dist/types-ts4.5/nodeviews/genericCard.d.ts +0 -67
  16. package/dist/types-ts4.5/nodeviews/inlineCard.d.ts +0 -20
  17. package/dist/types-ts4.5/nodeviews/inlineCardWithAwareness.d.ts +0 -8
  18. package/dist/types-ts4.5/nodeviews/lazy-block-card.d.ts +0 -3
  19. package/dist/types-ts4.5/nodeviews/lazy-embed-card.d.ts +0 -3
  20. package/dist/types-ts4.5/nodeviews/lazy-inline-card.d.ts +0 -3
  21. package/dist/types-ts4.5/nodeviews/toDOM-fixes/blockCard.d.ts +0 -29
  22. package/dist/types-ts4.5/nodeviews/toDOM-fixes/embedCard.d.ts +0 -29
  23. package/dist/types-ts4.5/nodeviews/toDOM-fixes/inlineCard.d.ts +0 -29
  24. package/dist/types-ts4.5/pm-plugins/actions.d.ts +0 -32
  25. package/dist/types-ts4.5/pm-plugins/doc.d.ts +0 -50
  26. package/dist/types-ts4.5/pm-plugins/keymap.d.ts +0 -3
  27. package/dist/types-ts4.5/pm-plugins/main.d.ts +0 -5
  28. package/dist/types-ts4.5/pm-plugins/plugin-key.d.ts +0 -3
  29. package/dist/types-ts4.5/pm-plugins/reducers.d.ts +0 -3
  30. package/dist/types-ts4.5/pm-plugins/shouldReplaceLink.d.ts +0 -2
  31. package/dist/types-ts4.5/pm-plugins/util/resolve.d.ts +0 -9
  32. package/dist/types-ts4.5/pm-plugins/util/state.d.ts +0 -56
  33. package/dist/types-ts4.5/pm-plugins/utils.d.ts +0 -48
  34. package/dist/types-ts4.5/types/index.d.ts +0 -208
  35. package/dist/types-ts4.5/ui/AwarenessWrapper/index.d.ts +0 -15
  36. package/dist/types-ts4.5/ui/ConfigureOverlay/index.d.ts +0 -11
  37. package/dist/types-ts4.5/ui/DatasourceAppearanceButton.d.ts +0 -18
  38. package/dist/types-ts4.5/ui/DatasourceDropdownOption.d.ts +0 -29
  39. package/dist/types-ts4.5/ui/DatasourceIcon/index.d.ts +0 -3
  40. package/dist/types-ts4.5/ui/DatasourceModal/ModalWithState.d.ts +0 -20
  41. package/dist/types-ts4.5/ui/DatasourceModal/index.d.ts +0 -12
  42. package/dist/types-ts4.5/ui/EditLinkToolbar.d.ts +0 -37
  43. package/dist/types-ts4.5/ui/EditToolbarButton/EditToolbarButtonPresentation.d.ts +0 -9
  44. package/dist/types-ts4.5/ui/EditToolbarButton/index.d.ts +0 -3
  45. package/dist/types-ts4.5/ui/EditToolbarButton/types.d.ts +0 -31
  46. package/dist/types-ts4.5/ui/EditorAnalyticsContext.d.ts +0 -10
  47. package/dist/types-ts4.5/ui/EditorLinkingPlatformAnalytics/DatasourceEvents.d.ts +0 -6
  48. package/dist/types-ts4.5/ui/EditorLinkingPlatformAnalytics/LinkEvents.d.ts +0 -6
  49. package/dist/types-ts4.5/ui/EditorLinkingPlatformAnalytics/common.d.ts +0 -20
  50. package/dist/types-ts4.5/ui/EditorLinkingPlatformAnalytics/index.d.ts +0 -5
  51. package/dist/types-ts4.5/ui/EditorSmartCardEvents.d.ts +0 -4
  52. package/dist/types-ts4.5/ui/HyperlinkToolbarAppearance.d.ts +0 -18
  53. package/dist/types-ts4.5/ui/HyperlinkToolbarAppearanceDropdown.d.ts +0 -7
  54. package/dist/types-ts4.5/ui/InlineCardOverlay/index.d.ts +0 -9
  55. package/dist/types-ts4.5/ui/InlineCardOverlay/types.d.ts +0 -6
  56. package/dist/types-ts4.5/ui/InlineCardOverlay/utils.d.ts +0 -20
  57. package/dist/types-ts4.5/ui/LayoutButton/index.d.ts +0 -9
  58. package/dist/types-ts4.5/ui/LayoutButton/types.d.ts +0 -24
  59. package/dist/types-ts4.5/ui/LayoutButton/utils.d.ts +0 -13
  60. package/dist/types-ts4.5/ui/LinkToolbarAppearance.d.ts +0 -25
  61. package/dist/types-ts4.5/ui/LinkToolbarAppearanceDropdown.d.ts +0 -14
  62. package/dist/types-ts4.5/ui/OpenLinkToolbarButton/index.d.ts +0 -20
  63. package/dist/types-ts4.5/ui/OpenPreviewButton/index.d.ts +0 -14
  64. package/dist/types-ts4.5/ui/PasteDisplayAsMenu.d.ts +0 -25
  65. package/dist/types-ts4.5/ui/Pulse/index.d.ts +0 -25
  66. package/dist/types-ts4.5/ui/ResizableEmbedCard.d.ts +0 -66
  67. package/dist/types-ts4.5/ui/SmartCardSSRReactContextsProvider.d.ts +0 -10
  68. package/dist/types-ts4.5/ui/ToolbarViewedEvent.d.ts +0 -11
  69. package/dist/types-ts4.5/ui/WithCardContext.d.ts +0 -5
  70. package/dist/types-ts4.5/ui/analytics/create-events-queue.d.ts +0 -21
  71. package/dist/types-ts4.5/ui/analytics/events-from-tr.d.ts +0 -19
  72. package/dist/types-ts4.5/ui/analytics/types.d.ts +0 -66
  73. package/dist/types-ts4.5/ui/analytics/utils.d.ts +0 -24
  74. package/dist/types-ts4.5/ui/currentPastedSmartLink.d.ts +0 -2
  75. package/dist/types-ts4.5/ui/datasourceErrorBoundary.d.ts +0 -24
  76. package/dist/types-ts4.5/ui/editDatasourceAction.d.ts +0 -4
  77. package/dist/types-ts4.5/ui/hooks/useLinkUpgradeDiscoverability.d.ts +0 -18
  78. package/dist/types-ts4.5/ui/local-storage.d.ts +0 -7
  79. package/dist/types-ts4.5/ui/pasteDisplayAsUtils.d.ts +0 -12
  80. package/dist/types-ts4.5/ui/preview/PreviewInvoker.d.ts +0 -12
  81. package/dist/types-ts4.5/ui/toolbar.d.ts +0 -19
  82. package/dist/types-ts4.5/ui/useFetchDatasourceDataInfo.d.ts +0 -10
  83. package/dist/types-ts4.5/ui/useFetchDatasourceInfo.d.ts +0 -15
@@ -1,15 +0,0 @@
1
- import type { JiraIssueDatasourceParameters } from '@atlaskit/link-datasource';
2
- import type { CardContext } from '@atlaskit/link-provider';
3
- import type { DatasourceParameters } from '@atlaskit/linking-types';
4
- export interface useFetchDatasourceInfoProps {
5
- cardContext?: CardContext;
6
- isRegularCardNode: boolean;
7
- nodeParameters?: DatasourceParameters | JiraIssueDatasourceParameters;
8
- url?: string;
9
- }
10
- export declare const useFetchDatasourceInfo: ({ isRegularCardNode, url, cardContext, nodeParameters, }: useFetchDatasourceInfoProps) => {
11
- datasourceId: string | undefined;
12
- parameters: DatasourceParameters | undefined;
13
- ready: boolean;
14
- extensionKey: string | undefined;
15
- };