@atlaskit/renderer 95.0.0 → 96.0.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 (75) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/dist/cjs/react/index.js +0 -2
  3. package/dist/cjs/react/nodes/embedCard.js +2 -5
  4. package/dist/cjs/react/nodes/inlineCard.js +5 -1
  5. package/dist/cjs/react/nodes/mediaInline.js +41 -4
  6. package/dist/cjs/react/nodes/mediaSingle/index.js +3 -7
  7. package/dist/cjs/react/nodes/panel.js +7 -5
  8. package/dist/cjs/react/nodes/table/colgroup.js +6 -12
  9. package/dist/cjs/react/nodes/table/sticky.js +28 -17
  10. package/dist/cjs/react/nodes/table/table.js +1 -3
  11. package/dist/cjs/react/nodes/table.js +20 -9
  12. package/dist/cjs/react/nodes/tableCell.js +5 -3
  13. package/dist/cjs/render-document.js +2 -2
  14. package/dist/cjs/ui/MediaCard.js +2 -2
  15. package/dist/cjs/ui/Renderer/breakout-ssr.js +6 -8
  16. package/dist/cjs/ui/Renderer/index.js +4 -12
  17. package/dist/cjs/ui/Renderer/style.js +3 -3
  18. package/dist/cjs/ui/annotations/hooks/use-events.js +4 -2
  19. package/dist/cjs/utils.js +0 -24
  20. package/dist/cjs/version.json +1 -1
  21. package/dist/es2019/react/index.js +0 -2
  22. package/dist/es2019/react/nodes/embedCard.js +4 -7
  23. package/dist/es2019/react/nodes/inlineCard.js +4 -1
  24. package/dist/es2019/react/nodes/mediaInline.js +36 -4
  25. package/dist/es2019/react/nodes/mediaSingle/index.js +5 -9
  26. package/dist/es2019/react/nodes/panel.js +19 -16
  27. package/dist/es2019/react/nodes/table/colgroup.js +2 -8
  28. package/dist/es2019/react/nodes/table/sticky.js +26 -10
  29. package/dist/es2019/react/nodes/table/table.js +1 -3
  30. package/dist/es2019/react/nodes/table.js +18 -9
  31. package/dist/es2019/react/nodes/tableCell.js +4 -1
  32. package/dist/es2019/render-document.js +1 -1
  33. package/dist/es2019/ui/MediaCard.js +1 -1
  34. package/dist/es2019/ui/Renderer/breakout-ssr.js +6 -8
  35. package/dist/es2019/ui/Renderer/index.js +3 -11
  36. package/dist/es2019/ui/Renderer/style.js +16 -3
  37. package/dist/es2019/ui/annotations/hooks/use-events.js +2 -2
  38. package/dist/es2019/utils.js +0 -22
  39. package/dist/es2019/version.json +1 -1
  40. package/dist/esm/react/index.js +0 -2
  41. package/dist/esm/react/nodes/embedCard.js +4 -7
  42. package/dist/esm/react/nodes/inlineCard.js +4 -1
  43. package/dist/esm/react/nodes/mediaInline.js +36 -4
  44. package/dist/esm/react/nodes/mediaSingle/index.js +5 -9
  45. package/dist/esm/react/nodes/panel.js +7 -5
  46. package/dist/esm/react/nodes/table/colgroup.js +6 -12
  47. package/dist/esm/react/nodes/table/sticky.js +26 -8
  48. package/dist/esm/react/nodes/table/table.js +1 -3
  49. package/dist/esm/react/nodes/table.js +20 -9
  50. package/dist/esm/react/nodes/tableCell.js +5 -3
  51. package/dist/esm/render-document.js +1 -1
  52. package/dist/esm/ui/MediaCard.js +1 -1
  53. package/dist/esm/ui/Renderer/breakout-ssr.js +6 -8
  54. package/dist/esm/ui/Renderer/index.js +3 -11
  55. package/dist/esm/ui/Renderer/style.js +4 -3
  56. package/dist/esm/ui/annotations/hooks/use-events.js +4 -2
  57. package/dist/esm/utils.js +0 -22
  58. package/dist/esm/version.json +1 -1
  59. package/dist/types/react/index.d.ts +0 -2
  60. package/dist/types/react/nodes/embedCard.d.ts +0 -1
  61. package/dist/types/react/nodes/extension.d.ts +6 -0
  62. package/dist/types/react/nodes/index.d.ts +1 -2
  63. package/dist/types/react/nodes/media.d.ts +0 -1
  64. package/dist/types/react/nodes/mediaInline.d.ts +6 -3
  65. package/dist/types/react/nodes/mediaSingle/index.d.ts +0 -1
  66. package/dist/types/react/nodes/table/sticky.d.ts +1 -2
  67. package/dist/types/react/nodes/table/table.d.ts +1 -1
  68. package/dist/types/react/nodes/table/types.d.ts +0 -1
  69. package/dist/types/react/types.d.ts +0 -1
  70. package/dist/types/renderer-context.d.ts +1 -0
  71. package/dist/types/ui/MediaCard.d.ts +1 -1
  72. package/dist/types/ui/Renderer/breakout-ssr.d.ts +2 -4
  73. package/dist/types/ui/renderer-props.d.ts +1 -0
  74. package/dist/types/utils.d.ts +4 -8
  75. package/package.json +17 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "95.0.0",
3
+ "version": "96.0.1",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,26 +24,27 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/adf-schema": "^23.0.0",
28
- "@atlaskit/adf-utils": "^16.0.0",
27
+ "@atlaskit/adf-schema": "^23.1.0",
28
+ "@atlaskit/adf-utils": "^17.0.0",
29
29
  "@atlaskit/analytics-listeners": "^8.2.0",
30
30
  "@atlaskit/analytics-namespaced-context": "^6.4.0",
31
31
  "@atlaskit/analytics-next": "^8.2.0",
32
32
  "@atlaskit/button": "^16.3.0",
33
33
  "@atlaskit/code": "^14.3.0",
34
- "@atlaskit/editor-common": "^67.0.0",
34
+ "@atlaskit/editor-common": "^68.0.0",
35
35
  "@atlaskit/editor-json-transformer": "^8.7.0",
36
36
  "@atlaskit/editor-shared-styles": "^2.1.0",
37
37
  "@atlaskit/icon": "^21.10.0",
38
- "@atlaskit/media-card": "^73.6.0",
39
- "@atlaskit/media-client": "^16.0.0",
40
- "@atlaskit/media-common": "^2.13.0",
38
+ "@atlaskit/media-card": "^73.8.0",
39
+ "@atlaskit/media-client": "^17.0.0",
40
+ "@atlaskit/media-common": "^2.15.0",
41
41
  "@atlaskit/media-filmstrip": "^44.0.0",
42
- "@atlaskit/media-viewer": "^46.3.0",
42
+ "@atlaskit/media-ui": "^22.1.0",
43
+ "@atlaskit/media-viewer": "^46.5.0",
43
44
  "@atlaskit/status": "^1.1.0",
44
45
  "@atlaskit/task-decision": "^17.4.0",
45
46
  "@atlaskit/theme": "^12.1.0",
46
- "@atlaskit/tokens": "^0.9.0",
47
+ "@atlaskit/tokens": "^0.10.0",
47
48
  "@atlaskit/tooltip": "^17.5.0",
48
49
  "@babel/runtime": "^7.0.0",
49
50
  "@emotion/react": "^11.7.1",
@@ -58,29 +59,29 @@
58
59
  },
59
60
  "peerDependencies": {
60
61
  "@atlaskit/media-core": "^33.0.0",
61
- "@atlaskit/smart-card": "^19.1.0",
62
+ "@atlaskit/smart-card": "^19.1.12",
62
63
  "react": "^16.8.0",
63
64
  "react-dom": "^16.8.0"
64
65
  },
65
66
  "devDependencies": {
66
67
  "@atlaskit/analytics-gas-types": "^5.0.5",
67
- "@atlaskit/avatar": "^20.5.0",
68
+ "@atlaskit/avatar": "^21.0.0",
68
69
  "@atlaskit/css-reset": "^6.3.0",
69
70
  "@atlaskit/docs": "*",
70
- "@atlaskit/editor-core": "^166.0.0",
71
+ "@atlaskit/editor-core": "^167.0.0",
71
72
  "@atlaskit/editor-test-helpers": "^17.0.0",
72
- "@atlaskit/logo": "^13.6.0",
73
+ "@atlaskit/logo": "^13.7.0",
73
74
  "@atlaskit/media-core": "^33.0.0",
74
75
  "@atlaskit/media-integration-test-helpers": "^2.6.0",
75
76
  "@atlaskit/media-test-helpers": "^30.0.0",
76
77
  "@atlaskit/mention": "^21.0.0",
77
78
  "@atlaskit/navigation-next": "^9.0.0",
78
- "@atlaskit/profilecard": "^16.4.0",
79
+ "@atlaskit/profilecard": "^16.5.0",
79
80
  "@atlaskit/radio": "^5.3.0",
80
81
  "@atlaskit/range": "^6.0.0",
81
82
  "@atlaskit/smart-card": "^19.1.0",
82
83
  "@atlaskit/ssr": "*",
83
- "@atlaskit/util-data-test": "^17.2.0",
84
+ "@atlaskit/util-data-test": "^17.3.0",
84
85
  "@atlaskit/visual-regression": "*",
85
86
  "@atlaskit/webdriver-runner": "*",
86
87
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -92,7 +93,7 @@
92
93
  "enzyme": "^3.10.0",
93
94
  "jsdom": "^16.2.2",
94
95
  "mockdate": "^3.0.2",
95
- "puppeteer": "10.1.0",
96
+ "puppeteer": "13.7.0",
96
97
  "react": "^16.8.0",
97
98
  "react-dom": "^16.8.0",
98
99
  "react-live-clock": "^4.0.0",