@atlaskit/renderer 103.0.0 → 103.0.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 (230) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/consts.js +2 -2
  3. package/dist/cjs/messages.js +1 -1
  4. package/dist/cjs/react/nodes/panel.js +19 -10
  5. package/dist/cjs/react/nodes/tableCell.js +8 -26
  6. package/dist/cjs/ui/ExtensionRenderer.js +9 -2
  7. package/dist/cjs/ui/Renderer/index.js +1 -1
  8. package/dist/cjs/ui/Renderer/style.js +5 -3
  9. package/dist/cjs/ui/SortingIcon.js +55 -28
  10. package/dist/cjs/version.json +1 -1
  11. package/dist/es2019/consts.js +2 -2
  12. package/dist/es2019/messages.js +1 -1
  13. package/dist/es2019/react/nodes/panel.js +16 -6
  14. package/dist/es2019/react/nodes/tableCell.js +8 -27
  15. package/dist/es2019/ui/ExtensionRenderer.js +7 -2
  16. package/dist/es2019/ui/Renderer/index.js +1 -1
  17. package/dist/es2019/ui/Renderer/style.js +308 -287
  18. package/dist/es2019/ui/SortingIcon.js +89 -32
  19. package/dist/es2019/version.json +1 -1
  20. package/dist/esm/consts.js +2 -2
  21. package/dist/esm/messages.js +1 -1
  22. package/dist/esm/react/nodes/panel.js +18 -10
  23. package/dist/esm/react/nodes/tableCell.js +8 -26
  24. package/dist/esm/ui/ExtensionRenderer.js +9 -2
  25. package/dist/esm/ui/Renderer/index.js +1 -1
  26. package/dist/esm/ui/Renderer/style.js +5 -4
  27. package/dist/esm/ui/SortingIcon.js +55 -27
  28. package/dist/esm/version.json +1 -1
  29. package/dist/types/consts.d.ts +2 -2
  30. package/dist/types/react/nodes/bodiedExtension.d.ts +2 -1
  31. package/dist/types/react/nodes/extension.d.ts +2 -1
  32. package/dist/types/react/nodes/inlineExtension.d.ts +2 -0
  33. package/dist/types/ui/ExtensionRenderer.d.ts +2 -0
  34. package/dist/types/ui/SortingIcon.d.ts +4 -1
  35. package/package.json +19 -23
  36. package/report.api.md +359 -255
  37. package/dist/types-ts4.0/actions/index.d.ts +0 -61
  38. package/dist/types-ts4.0/actions/matches-utils.d.ts +0 -7
  39. package/dist/types-ts4.0/actions.d.ts +0 -3
  40. package/dist/types-ts4.0/analytics/analyticsContext.d.ts +0 -6
  41. package/dist/types-ts4.0/analytics/enums.d.ts +0 -56
  42. package/dist/types-ts4.0/analytics/events.d.ts +0 -110
  43. package/dist/types-ts4.0/analytics/unsupported-content.d.ts +0 -10
  44. package/dist/types-ts4.0/consts.d.ts +0 -12
  45. package/dist/types-ts4.0/i18n/cs.d.ts +0 -20
  46. package/dist/types-ts4.0/i18n/da.d.ts +0 -20
  47. package/dist/types-ts4.0/i18n/de.d.ts +0 -20
  48. package/dist/types-ts4.0/i18n/en.d.ts +0 -20
  49. package/dist/types-ts4.0/i18n/en_GB.d.ts +0 -20
  50. package/dist/types-ts4.0/i18n/en_ZZ.d.ts +0 -20
  51. package/dist/types-ts4.0/i18n/es.d.ts +0 -20
  52. package/dist/types-ts4.0/i18n/et.d.ts +0 -8
  53. package/dist/types-ts4.0/i18n/fi.d.ts +0 -20
  54. package/dist/types-ts4.0/i18n/fr.d.ts +0 -20
  55. package/dist/types-ts4.0/i18n/hu.d.ts +0 -20
  56. package/dist/types-ts4.0/i18n/index.d.ts +0 -31
  57. package/dist/types-ts4.0/i18n/it.d.ts +0 -20
  58. package/dist/types-ts4.0/i18n/ja.d.ts +0 -20
  59. package/dist/types-ts4.0/i18n/ko.d.ts +0 -20
  60. package/dist/types-ts4.0/i18n/nb.d.ts +0 -20
  61. package/dist/types-ts4.0/i18n/nl.d.ts +0 -20
  62. package/dist/types-ts4.0/i18n/pl.d.ts +0 -20
  63. package/dist/types-ts4.0/i18n/pt_BR.d.ts +0 -20
  64. package/dist/types-ts4.0/i18n/pt_PT.d.ts +0 -8
  65. package/dist/types-ts4.0/i18n/ru.d.ts +0 -20
  66. package/dist/types-ts4.0/i18n/sk.d.ts +0 -8
  67. package/dist/types-ts4.0/i18n/sv.d.ts +0 -20
  68. package/dist/types-ts4.0/i18n/th.d.ts +0 -20
  69. package/dist/types-ts4.0/i18n/tr.d.ts +0 -20
  70. package/dist/types-ts4.0/i18n/uk.d.ts +0 -20
  71. package/dist/types-ts4.0/i18n/vi.d.ts +0 -20
  72. package/dist/types-ts4.0/i18n/zh.d.ts +0 -20
  73. package/dist/types-ts4.0/i18n/zh_TW.d.ts +0 -20
  74. package/dist/types-ts4.0/index.d.ts +0 -11
  75. package/dist/types-ts4.0/messages.d.ts +0 -61
  76. package/dist/types-ts4.0/react/hooks/use-bidi-warnings.d.ts +0 -10
  77. package/dist/types-ts4.0/react/hooks/use-in-viewport.d.ts +0 -5
  78. package/dist/types-ts4.0/react/hooks/use-observed-width.d.ts +0 -3
  79. package/dist/types-ts4.0/react/index.d.ts +0 -118
  80. package/dist/types-ts4.0/react/marks/alignment.d.ts +0 -4
  81. package/dist/types-ts4.0/react/marks/annotation.d.ts +0 -6
  82. package/dist/types-ts4.0/react/marks/breakout.d.ts +0 -6
  83. package/dist/types-ts4.0/react/marks/code.d.ts +0 -16
  84. package/dist/types-ts4.0/react/marks/confluence-inline-comment.d.ts +0 -8
  85. package/dist/types-ts4.0/react/marks/data-consumer.d.ts +0 -4
  86. package/dist/types-ts4.0/react/marks/em.d.ts +0 -3
  87. package/dist/types-ts4.0/react/marks/fragment.d.ts +0 -4
  88. package/dist/types-ts4.0/react/marks/indentation.d.ts +0 -4
  89. package/dist/types-ts4.0/react/marks/index.d.ts +0 -21
  90. package/dist/types-ts4.0/react/marks/link.d.ts +0 -9
  91. package/dist/types-ts4.0/react/marks/strike.d.ts +0 -3
  92. package/dist/types-ts4.0/react/marks/strong.d.ts +0 -3
  93. package/dist/types-ts4.0/react/marks/subsup.d.ts +0 -4
  94. package/dist/types-ts4.0/react/marks/textColor.d.ts +0 -4
  95. package/dist/types-ts4.0/react/marks/underline.d.ts +0 -3
  96. package/dist/types-ts4.0/react/marks/unsupportedMark.d.ts +0 -3
  97. package/dist/types-ts4.0/react/marks/unsupportedNodeAttribute.d.ts +0 -3
  98. package/dist/types-ts4.0/react/nodes/blockCard.d.ts +0 -10
  99. package/dist/types-ts4.0/react/nodes/blockquote.d.ts +0 -2
  100. package/dist/types-ts4.0/react/nodes/bodiedExtension.d.ts +0 -23
  101. package/dist/types-ts4.0/react/nodes/bulletList.d.ts +0 -5
  102. package/dist/types-ts4.0/react/nodes/caption.d.ts +0 -4
  103. package/dist/types-ts4.0/react/nodes/codeBlock/codeBlock.d.ts +0 -14
  104. package/dist/types-ts4.0/react/nodes/codeBlock/components/codeBlockContainer.d.ts +0 -12
  105. package/dist/types-ts4.0/react/nodes/codeBlock/components/lightWeightCodeBlock.d.ts +0 -9
  106. package/dist/types-ts4.0/react/nodes/codeBlock/windowedCodeBlock.d.ts +0 -4
  107. package/dist/types-ts4.0/react/nodes/codeBlockCopyButton.d.ts +0 -9
  108. package/dist/types-ts4.0/react/nodes/date.d.ts +0 -11
  109. package/dist/types-ts4.0/react/nodes/decisionItem.d.ts +0 -3
  110. package/dist/types-ts4.0/react/nodes/decisionList.d.ts +0 -7
  111. package/dist/types-ts4.0/react/nodes/doc.d.ts +0 -3
  112. package/dist/types-ts4.0/react/nodes/embedCard.d.ts +0 -17
  113. package/dist/types-ts4.0/react/nodes/emoji.d.ts +0 -10
  114. package/dist/types-ts4.0/react/nodes/extension.d.ts +0 -112
  115. package/dist/types-ts4.0/react/nodes/fallback.d.ts +0 -16
  116. package/dist/types-ts4.0/react/nodes/hardBreak.d.ts +0 -6
  117. package/dist/types-ts4.0/react/nodes/heading-anchor.d.ts +0 -14
  118. package/dist/types-ts4.0/react/nodes/heading.d.ts +0 -14
  119. package/dist/types-ts4.0/react/nodes/index.d.ts +0 -94
  120. package/dist/types-ts4.0/react/nodes/inline.d.ts +0 -1
  121. package/dist/types-ts4.0/react/nodes/inlineCard.d.ts +0 -65
  122. package/dist/types-ts4.0/react/nodes/inlineExtension.d.ts +0 -16
  123. package/dist/types-ts4.0/react/nodes/layoutColumn.d.ts +0 -6
  124. package/dist/types-ts4.0/react/nodes/layoutSection.d.ts +0 -2
  125. package/dist/types-ts4.0/react/nodes/listItem.d.ts +0 -2
  126. package/dist/types-ts4.0/react/nodes/media.d.ts +0 -27
  127. package/dist/types-ts4.0/react/nodes/mediaGroup.d.ts +0 -29
  128. package/dist/types-ts4.0/react/nodes/mediaInline.d.ts +0 -20
  129. package/dist/types-ts4.0/react/nodes/mediaSingle/index.d.ts +0 -23
  130. package/dist/types-ts4.0/react/nodes/mediaSingle/styles.d.ts +0 -2
  131. package/dist/types-ts4.0/react/nodes/mention.d.ts +0 -13
  132. package/dist/types-ts4.0/react/nodes/orderedList.d.ts +0 -6
  133. package/dist/types-ts4.0/react/nodes/panel.d.ts +0 -17
  134. package/dist/types-ts4.0/react/nodes/paragraph.d.ts +0 -3
  135. package/dist/types-ts4.0/react/nodes/placeholder.d.ts +0 -6
  136. package/dist/types-ts4.0/react/nodes/rule.d.ts +0 -2
  137. package/dist/types-ts4.0/react/nodes/status.d.ts +0 -10
  138. package/dist/types-ts4.0/react/nodes/table/colgroup.d.ts +0 -3
  139. package/dist/types-ts4.0/react/nodes/table/sticky.d.ts +0 -38
  140. package/dist/types-ts4.0/react/nodes/table/table.d.ts +0 -7
  141. package/dist/types-ts4.0/react/nodes/table/types.d.ts +0 -7
  142. package/dist/types-ts4.0/react/nodes/table.d.ts +0 -269
  143. package/dist/types-ts4.0/react/nodes/tableCell.d.ts +0 -81
  144. package/dist/types-ts4.0/react/nodes/tableRow.d.ts +0 -24
  145. package/dist/types-ts4.0/react/nodes/task-item-with-providers.d.ts +0 -29
  146. package/dist/types-ts4.0/react/nodes/taskItem.d.ts +0 -19
  147. package/dist/types-ts4.0/react/nodes/taskList.d.ts +0 -8
  148. package/dist/types-ts4.0/react/nodes/text-wrapper.d.ts +0 -8
  149. package/dist/types-ts4.0/react/nodes/unknownBlock.d.ts +0 -2
  150. package/dist/types-ts4.0/react/renderer-node.d.ts +0 -4
  151. package/dist/types-ts4.0/react/types.d.ts +0 -57
  152. package/dist/types-ts4.0/react/utils/clipboard.d.ts +0 -1
  153. package/dist/types-ts4.0/react/utils/element-selection.d.ts +0 -9
  154. package/dist/types-ts4.0/react/utils/getCardClickHandler.d.ts +0 -2
  155. package/dist/types-ts4.0/react/utils/inject-props.d.ts +0 -6
  156. package/dist/types-ts4.0/react/utils/links.d.ts +0 -3
  157. package/dist/types-ts4.0/react/utils/lists.d.ts +0 -2
  158. package/dist/types-ts4.0/react/utils/performance/RenderTracking.d.ts +0 -15
  159. package/dist/types-ts4.0/react/utils/use-select-all-trap.d.ts +0 -2
  160. package/dist/types-ts4.0/render-document.d.ts +0 -23
  161. package/dist/types-ts4.0/renderer-context.d.ts +0 -9
  162. package/dist/types-ts4.0/serializer.d.ts +0 -4
  163. package/dist/types-ts4.0/steps/index.d.ts +0 -14
  164. package/dist/types-ts4.0/text/index.d.ts +0 -8
  165. package/dist/types-ts4.0/text/nodes/blockquote.d.ts +0 -3
  166. package/dist/types-ts4.0/text/nodes/bulletList.d.ts +0 -3
  167. package/dist/types-ts4.0/text/nodes/date.d.ts +0 -3
  168. package/dist/types-ts4.0/text/nodes/decisionItem.d.ts +0 -3
  169. package/dist/types-ts4.0/text/nodes/hardBreak.d.ts +0 -3
  170. package/dist/types-ts4.0/text/nodes/heading.d.ts +0 -3
  171. package/dist/types-ts4.0/text/nodes/index.d.ts +0 -6
  172. package/dist/types-ts4.0/text/nodes/inlineCard.d.ts +0 -3
  173. package/dist/types-ts4.0/text/nodes/listItem.d.ts +0 -3
  174. package/dist/types-ts4.0/text/nodes/mediaGroup.d.ts +0 -3
  175. package/dist/types-ts4.0/text/nodes/mention.d.ts +0 -3
  176. package/dist/types-ts4.0/text/nodes/orderedList.d.ts +0 -3
  177. package/dist/types-ts4.0/text/nodes/panel.d.ts +0 -3
  178. package/dist/types-ts4.0/text/nodes/paragraph.d.ts +0 -3
  179. package/dist/types-ts4.0/text/nodes/rule.d.ts +0 -3
  180. package/dist/types-ts4.0/text/nodes/status.d.ts +0 -3
  181. package/dist/types-ts4.0/text/nodes/table.d.ts +0 -3
  182. package/dist/types-ts4.0/text/nodes/taskItem.d.ts +0 -3
  183. package/dist/types-ts4.0/text/nodes/unknown.d.ts +0 -3
  184. package/dist/types-ts4.0/text-serializer.d.ts +0 -1
  185. package/dist/types-ts4.0/types/i18n.d.ts +0 -5
  186. package/dist/types-ts4.0/types/mediaOptions.d.ts +0 -12
  187. package/dist/types-ts4.0/types/smartLinksOptions.d.ts +0 -3
  188. package/dist/types-ts4.0/ui/Expand.d.ts +0 -21
  189. package/dist/types-ts4.0/ui/ExtensionRenderer.d.ts +0 -40
  190. package/dist/types-ts4.0/ui/MediaCard.d.ts +0 -77
  191. package/dist/types-ts4.0/ui/Renderer/ErrorBoundary.d.ts +0 -24
  192. package/dist/types-ts4.0/ui/Renderer/breakout-ssr.d.ts +0 -11
  193. package/dist/types-ts4.0/ui/Renderer/click-to-edit.d.ts +0 -6
  194. package/dist/types-ts4.0/ui/Renderer/index.d.ts +0 -33
  195. package/dist/types-ts4.0/ui/Renderer/style.d.ts +0 -14
  196. package/dist/types-ts4.0/ui/Renderer/truncated-wrapper.d.ts +0 -12
  197. package/dist/types-ts4.0/ui/Renderer/types.d.ts +0 -16
  198. package/dist/types-ts4.0/ui/RendererActionsContext/WithRendererActions.d.ts +0 -6
  199. package/dist/types-ts4.0/ui/RendererActionsContext/index.d.ts +0 -9
  200. package/dist/types-ts4.0/ui/SmartCardStorage.d.ts +0 -60
  201. package/dist/types-ts4.0/ui/SortingIcon.d.ts +0 -20
  202. package/dist/types-ts4.0/ui/TaskItemsFormatContext/TaskItemsFormatContext.d.ts +0 -15
  203. package/dist/types-ts4.0/ui/TaskItemsFormatContext/index.d.ts +0 -2
  204. package/dist/types-ts4.0/ui/active-header-id-provider.d.ts +0 -18
  205. package/dist/types-ts4.0/ui/annotations/context.d.ts +0 -27
  206. package/dist/types-ts4.0/ui/annotations/draft/component.d.ts +0 -20
  207. package/dist/types-ts4.0/ui/annotations/draft/dom.d.ts +0 -7
  208. package/dist/types-ts4.0/ui/annotations/draft/index.d.ts +0 -2
  209. package/dist/types-ts4.0/ui/annotations/draft/position.d.ts +0 -2
  210. package/dist/types-ts4.0/ui/annotations/draft/text.d.ts +0 -11
  211. package/dist/types-ts4.0/ui/annotations/element/index.d.ts +0 -10
  212. package/dist/types-ts4.0/ui/annotations/element/mark.d.ts +0 -14
  213. package/dist/types-ts4.0/ui/annotations/hooks/index.d.ts +0 -3
  214. package/dist/types-ts4.0/ui/annotations/hooks/use-events.d.ts +0 -18
  215. package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +0 -1
  216. package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comments-filter.d.ts +0 -9
  217. package/dist/types-ts4.0/ui/annotations/hooks/use-load-annotations.d.ts +0 -6
  218. package/dist/types-ts4.0/ui/annotations/hooks/user-selection.d.ts +0 -9
  219. package/dist/types-ts4.0/ui/annotations/hooks/utils.d.ts +0 -2
  220. package/dist/types-ts4.0/ui/annotations/index.d.ts +0 -5
  221. package/dist/types-ts4.0/ui/annotations/selection/index.d.ts +0 -1
  222. package/dist/types-ts4.0/ui/annotations/selection/mounter.d.ts +0 -20
  223. package/dist/types-ts4.0/ui/annotations/selection/range-validator.d.ts +0 -13
  224. package/dist/types-ts4.0/ui/annotations/selection/wrapper.d.ts +0 -8
  225. package/dist/types-ts4.0/ui/annotations/types.d.ts +0 -22
  226. package/dist/types-ts4.0/ui/annotations/view/index.d.ts +0 -7
  227. package/dist/types-ts4.0/ui/index.d.ts +0 -1
  228. package/dist/types-ts4.0/ui/renderer-props.d.ts +0 -100
  229. package/dist/types-ts4.0/use-feature-flags.d.ts +0 -2
  230. package/dist/types-ts4.0/utils.d.ts +0 -24
@@ -4,9 +4,9 @@ export declare const RendererCssClassName: {
4
4
  EXTENSION_CENTER_ALIGN: string;
5
5
  EXTENSION_OVERFLOW_CONTAINER: string;
6
6
  NUMBER_COLUMN: string;
7
+ SORTABLE_COLUMN_WRAPPER: string;
7
8
  SORTABLE_COLUMN: string;
8
- SORTABLE_COLUMN_BUTTON: string;
9
- SORTABLE_COLUMN_NOT_ALLOWED: string;
9
+ SORTABLE_COLUMN_ICON_WRAPPER: string;
10
10
  SORTABLE_COLUMN_ICON: string;
11
11
  SORTABLE_COLUMN_NO_ORDER: string;
12
12
  };
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Node as PMNode } from 'prosemirror-model';
2
+ import { Mark as PMMark, Node as PMNode } from 'prosemirror-model';
3
3
  import { RendererContext } from '../types';
4
4
  import { Serializer } from '../..';
5
5
  import { ExtensionLayout } from '@atlaskit/adf-schema';
@@ -18,6 +18,7 @@ export interface Props {
18
18
  content?: any;
19
19
  layout?: ExtensionLayout;
20
20
  localId?: string;
21
+ marks?: PMMark[];
21
22
  }
22
23
  declare const BodiedExtension: React.FunctionComponent<Props>;
23
24
  export default BodiedExtension;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Node as PMNode } from 'prosemirror-model';
2
+ import { Mark as PMMark, Node as PMNode } from 'prosemirror-model';
3
3
  import { RendererContext } from '../types';
4
4
  import { ExtensionLayout } from '@atlaskit/adf-schema';
5
5
  import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
@@ -16,6 +16,7 @@ export interface Props {
16
16
  parameters?: any;
17
17
  layout?: ExtensionLayout;
18
18
  localId?: string;
19
+ marks?: PMMark[];
19
20
  }
20
21
  declare type AllOrNone<T> = T | {
21
22
  [K in keyof T]?: never;
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { RendererContext } from '../types';
3
+ import { Mark as PMMark } from 'prosemirror-model';
3
4
  import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
4
5
  import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
5
6
  export interface Props {
@@ -11,6 +12,7 @@ export interface Props {
11
12
  text?: string;
12
13
  parameters?: any;
13
14
  localId?: string;
15
+ marks?: PMMark[];
14
16
  }
15
17
  declare const InlineExtension: React.StatelessComponent<Props>;
16
18
  export default InlineExtension;
@@ -4,6 +4,7 @@ import { ExtensionLayout } from '@atlaskit/adf-schema';
4
4
  import { getNodeRenderer } from '@atlaskit/editor-common/extensions';
5
5
  import type { ExtensionHandlers, ExtensionProvider } from '@atlaskit/editor-common/extensions';
6
6
  import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
7
+ import { Mark as PMMark } from 'prosemirror-model';
7
8
  export interface Props {
8
9
  type: 'extension' | 'inlineExtension' | 'bodiedExtension';
9
10
  extensionHandlers?: ExtensionHandlers;
@@ -16,6 +17,7 @@ export interface Props {
16
17
  content?: any;
17
18
  layout?: ExtensionLayout;
18
19
  localId?: string;
20
+ marks?: PMMark[];
19
21
  children: ({ result }: {
20
22
  result?: JSX.Element | null;
21
23
  }) => JSX.Element;
@@ -1,7 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { SortOrder } from '@atlaskit/editor-common/types';
3
3
  import { WrappedComponentProps } from 'react-intl-next';
4
- export declare const TableSortIconDataUrl: string;
5
4
  export declare enum StatusClassNames {
6
5
  ASC = "sorting-icon-svg__asc",
7
6
  DESC = "sorting-icon-svg__desc",
@@ -11,10 +10,14 @@ export declare enum StatusClassNames {
11
10
  declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<{
12
11
  isSortingAllowed: boolean;
13
12
  sortOrdered?: SortOrder | undefined;
13
+ onClick: () => void;
14
+ onKeyDown: (event: import("react").KeyboardEvent<HTMLElement>) => void;
14
15
  } & WrappedComponentProps<"intl">>> & {
15
16
  WrappedComponent: import("react").ComponentType<{
16
17
  isSortingAllowed: boolean;
17
18
  sortOrdered?: SortOrder | undefined;
19
+ onClick: () => void;
20
+ onKeyDown: (event: import("react").KeyboardEvent<HTMLElement>) => void;
18
21
  } & WrappedComponentProps<"intl">>;
19
22
  };
20
23
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "103.0.0",
3
+ "version": "103.0.2",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,13 +12,6 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.0 <4.5": {
17
- "*": [
18
- "dist/types-ts4.0/*"
19
- ]
20
- }
21
- },
22
15
  "sideEffects": false,
23
16
  "atlaskit:src": "src/index.ts",
24
17
  "atlassian": {
@@ -36,23 +29,23 @@
36
29
  "@atlaskit/analytics-listeners": "^8.3.0",
37
30
  "@atlaskit/analytics-namespaced-context": "^6.5.0",
38
31
  "@atlaskit/analytics-next": "^8.2.0",
39
- "@atlaskit/button": "^16.3.0",
32
+ "@atlaskit/button": "^16.4.0",
40
33
  "@atlaskit/code": "^14.4.0",
41
- "@atlaskit/editor-common": "^70.1.0",
34
+ "@atlaskit/editor-common": "^70.2.0",
42
35
  "@atlaskit/editor-json-transformer": "^8.8.0",
43
36
  "@atlaskit/editor-shared-styles": "^2.2.0",
44
37
  "@atlaskit/icon": "^21.11.0",
45
- "@atlaskit/media-card": "^74.1.0",
46
- "@atlaskit/media-client": "^18.0.0",
47
- "@atlaskit/media-common": "^2.16.0",
38
+ "@atlaskit/media-card": "^74.2.0",
39
+ "@atlaskit/media-client": "^18.1.0",
40
+ "@atlaskit/media-common": "^2.17.0",
48
41
  "@atlaskit/media-filmstrip": "^46.0.0",
49
42
  "@atlaskit/media-ui": "^22.1.0",
50
43
  "@atlaskit/media-viewer": "^47.1.0",
51
- "@atlaskit/smart-card": "^23.0.0",
52
- "@atlaskit/status": "^1.1.0",
44
+ "@atlaskit/smart-card": "^23.4.0",
45
+ "@atlaskit/status": "^1.2.0",
53
46
  "@atlaskit/task-decision": "^17.5.0",
54
47
  "@atlaskit/theme": "^12.2.0",
55
- "@atlaskit/tokens": "^0.10.0",
48
+ "@atlaskit/tokens": "^0.11.0",
56
49
  "@atlaskit/tooltip": "^17.6.0",
57
50
  "@babel/runtime": "^7.0.0",
58
51
  "@emotion/react": "^11.7.1",
@@ -66,18 +59,17 @@
66
59
  "uuid": "^3.1.0"
67
60
  },
68
61
  "peerDependencies": {
69
- "@atlaskit/link-provider": "^1.3.0",
62
+ "@atlaskit/link-provider": "^1.3.4",
70
63
  "@atlaskit/media-core": "^34.0.0",
71
64
  "react": "^16.8.0",
72
- "react-dom": "^16.8.0",
73
- "styled-components": "^3.2.6"
65
+ "react-dom": "^16.8.0"
74
66
  },
75
67
  "devDependencies": {
76
68
  "@atlaskit/analytics-gas-types": "^5.0.5",
77
69
  "@atlaskit/avatar": "^21.1.0",
78
70
  "@atlaskit/css-reset": "^6.3.0",
79
71
  "@atlaskit/docs": "*",
80
- "@atlaskit/editor-core": "^174.0.0",
72
+ "@atlaskit/editor-core": "^175.0.0",
81
73
  "@atlaskit/editor-test-helpers": "^17.2.0",
82
74
  "@atlaskit/link-provider": "^1.3.0",
83
75
  "@atlaskit/logo": "^13.10.0",
@@ -88,9 +80,9 @@
88
80
  "@atlaskit/navigation-next": "^9.0.0",
89
81
  "@atlaskit/profilecard": "^17.2.0",
90
82
  "@atlaskit/radio": "^5.4.0",
91
- "@atlaskit/range": "^6.1.0",
83
+ "@atlaskit/range": "^7.0.0",
92
84
  "@atlaskit/ssr": "*",
93
- "@atlaskit/util-data-test": "^17.5.0",
85
+ "@atlaskit/util-data-test": "^17.6.0",
94
86
  "@atlaskit/visual-regression": "*",
95
87
  "@atlaskit/webdriver-runner": "*",
96
88
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -116,7 +108,11 @@
116
108
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
117
109
  "techstack": {
118
110
  "@repo/internal": {
119
- "theming": "tokens"
111
+ "theming": "tokens",
112
+ "deprecation": "no-deprecated-imports",
113
+ "styling": [
114
+ "emotion"
115
+ ]
120
116
  }
121
117
  }
122
118
  }