@atlaskit/renderer 108.11.12 → 108.11.14

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 108.11.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
8
+ - [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
9
+
10
+ ## 108.11.13
11
+
12
+ ### Patch Changes
13
+
14
+ - [`c06bb97591a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c06bb97591a) - [ED-19023] Add distorted duration to TTI event (tracking tab visibility)
15
+ - Updated dependencies
16
+
3
17
  ## 108.11.12
4
18
 
5
19
  ### Patch Changes
@@ -4920,14 +4934,14 @@ Remove applicationCard node and action mark
4920
4934
 
4921
4935
  ## 29.2.2
4922
4936
 
4923
- - [patch][f3d067d" d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f3d067d"
4937
+ - [patch][f3d067d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f3d067d"
4924
4938
  d):
4925
4939
 
4926
4940
  - Fix font size for numbered column in tables with dynamic text sizing
4927
4941
 
4928
4942
  ## 29.2.1
4929
4943
 
4930
- - [patch][8636991" d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8636991"
4944
+ - [patch][8636991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8636991"
4931
4945
  d):
4932
4946
 
4933
4947
  - ED-5518: fix numbered column with merged rows
@@ -55,7 +55,7 @@ exports.NORMAL_SEVERITY_THRESHOLD = NORMAL_SEVERITY_THRESHOLD;
55
55
  var DEGRADED_SEVERITY_THRESHOLD = 3000;
56
56
  exports.DEGRADED_SEVERITY_THRESHOLD = DEGRADED_SEVERITY_THRESHOLD;
57
57
  var packageName = "@atlaskit/renderer";
58
- var packageVersion = "108.11.12";
58
+ var packageVersion = "108.11.14";
59
59
  var Renderer = /*#__PURE__*/function (_PureComponent) {
60
60
  (0, _inherits2.default)(Renderer, _PureComponent);
61
61
  var _super = _createSuper(Renderer);
@@ -35,7 +35,7 @@ import { RenderTracking } from '../../react/utils/performance/RenderTracking';
35
35
  export const NORMAL_SEVERITY_THRESHOLD = 2000;
36
36
  export const DEGRADED_SEVERITY_THRESHOLD = 3000;
37
37
  const packageName = "@atlaskit/renderer";
38
- const packageVersion = "108.11.12";
38
+ const packageVersion = "108.11.14";
39
39
  export class Renderer extends PureComponent {
40
40
  constructor(props) {
41
41
  super(props);
@@ -45,7 +45,7 @@ import { RenderTracking } from '../../react/utils/performance/RenderTracking';
45
45
  export var NORMAL_SEVERITY_THRESHOLD = 2000;
46
46
  export var DEGRADED_SEVERITY_THRESHOLD = 3000;
47
47
  var packageName = "@atlaskit/renderer";
48
- var packageVersion = "108.11.12";
48
+ var packageVersion = "108.11.14";
49
49
  export var Renderer = /*#__PURE__*/function (_PureComponent) {
50
50
  _inherits(Renderer, _PureComponent);
51
51
  var _super = _createSuper(Renderer);
@@ -49,7 +49,7 @@ declare const BlockCard: React.ComponentType<{
49
49
  url?: string | undefined;
50
50
  data?: object | undefined;
51
51
  eventHandlers?: import("@atlaskit/editor-common/ui").EventHandlers | undefined;
52
- datasource?: import("@atlaskit/adf-schema/schema").DatasourceAttributeProperties | undefined;
52
+ datasource?: import("@atlaskit/adf-schema").DatasourceAttributeProperties | undefined;
53
53
  portal?: HTMLElement | undefined;
54
54
  rendererAppearance?: import("../../ui/Renderer/types").RendererAppearance;
55
55
  smartLinks?: import("../../types/smartLinksOptions").SmartLinksOptions | undefined;
@@ -49,7 +49,7 @@ declare const BlockCard: React.ComponentType<{
49
49
  url?: string | undefined;
50
50
  data?: object | undefined;
51
51
  eventHandlers?: import("@atlaskit/editor-common/ui").EventHandlers | undefined;
52
- datasource?: import("@atlaskit/adf-schema/schema").DatasourceAttributeProperties | undefined;
52
+ datasource?: import("@atlaskit/adf-schema").DatasourceAttributeProperties | undefined;
53
53
  portal?: HTMLElement | undefined;
54
54
  rendererAppearance?: import("../../ui/Renderer/types").RendererAppearance;
55
55
  smartLinks?: import("../../types/smartLinksOptions").SmartLinksOptions | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "108.11.12",
3
+ "version": "108.11.14",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,19 +24,19 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/adf-schema": "28.1.2",
27
+ "@atlaskit/adf-schema": "^29.1.0",
28
28
  "@atlaskit/adf-utils": "^19.0.0",
29
29
  "@atlaskit/analytics-listeners": "^8.7.0",
30
30
  "@atlaskit/analytics-namespaced-context": "^6.7.0",
31
31
  "@atlaskit/analytics-next": "^9.1.0",
32
- "@atlaskit/button": "^16.9.0",
32
+ "@atlaskit/button": "^16.10.0",
33
33
  "@atlaskit/code": "^14.6.0",
34
- "@atlaskit/editor-common": "^74.56.0",
34
+ "@atlaskit/editor-common": "^74.58.0",
35
35
  "@atlaskit/editor-json-transformer": "^8.10.0",
36
36
  "@atlaskit/editor-palette": "1.5.1",
37
37
  "@atlaskit/editor-prosemirror": "1.1.0",
38
38
  "@atlaskit/editor-shared-styles": "^2.6.0",
39
- "@atlaskit/emoji": "^67.4.0",
39
+ "@atlaskit/emoji": "^67.5.0",
40
40
  "@atlaskit/icon": "^21.12.0",
41
41
  "@atlaskit/link-datasource": "^1.0.0",
42
42
  "@atlaskit/media-card": "^76.2.0",
@@ -46,11 +46,11 @@
46
46
  "@atlaskit/media-ui": "^24.0.0",
47
47
  "@atlaskit/media-viewer": "^48.0.0",
48
48
  "@atlaskit/platform-feature-flags": "^0.2.0",
49
- "@atlaskit/smart-card": "^26.20.0",
49
+ "@atlaskit/smart-card": "^26.23.0",
50
50
  "@atlaskit/status": "^1.3.0",
51
- "@atlaskit/task-decision": "^17.7.0",
51
+ "@atlaskit/task-decision": "^17.8.0",
52
52
  "@atlaskit/theme": "^12.6.0",
53
- "@atlaskit/tokens": "^1.20.0",
53
+ "@atlaskit/tokens": "^1.21.0",
54
54
  "@atlaskit/tooltip": "^17.8.0",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "@emotion/react": "^11.7.1",