@atlaskit/renderer 133.11.6 → 133.12.0

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,25 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 133.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7da4b354a3633`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7da4b354a3633) -
8
+ Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
9
+ (Group 3)
10
+
11
+ ### Patch Changes
12
+
13
+ - [`583ad668c2961`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/583ad668c2961) -
14
+ Expose the IFrame test utility entry point for renderer tests
15
+ - Updated dependencies
16
+
17
+ ## 133.11.7
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 133.11.6
4
24
 
5
25
  ### Patch Changes
@@ -1,4 +1,3 @@
1
-
2
1
  ._syaz13af{color:var(--ds-link,#1868db)}._1bnx8stv:hover{text-decoration-line:underline}
3
2
  ._30l313af:hover{color:var(--ds-link,#1868db)}
4
3
  ._9oik1r31:hover{text-decoration-color:currentColor}
@@ -1,4 +1,4 @@
1
- /* link-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* link-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  /**
3
3
  * Compiled branch of the `platform_editor_static_css` experiment.
4
4
  * Used via `componentWithCondition` in `layoutColumn.tsx`.
@@ -1,4 +1,3 @@
1
-
2
1
  ._1wvnia51 .ak-editor-panel__content .ak-editor-panel{border:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
3
2
  ._imyb1bbz.ak-editor-panel{margin:var(--_15dzi2n)}
4
3
  ._lklzfajl.ak-editor-panel{border-radius:var(--ds-radius-small,3px)}._11k7idpf.ak-editor-panel .ak-editor-panel__content{margin-right:0}
@@ -1,4 +1,4 @@
1
- /* panel-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* panel-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -72,7 +72,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
72
72
  var TABLE_INFO_TIMEOUT = 10000;
73
73
  var RENDER_EVENT_SAMPLE_RATE = 0.1;
74
74
  var packageName = "@atlaskit/renderer";
75
- var packageVersion = "133.11.5";
75
+ var packageVersion = "133.11.7";
76
76
  var setAsQueryContainerStyles = (0, _react2.css)({
77
77
  containerName: 'ak-renderer-wrapper',
78
78
  containerType: 'inline-size'
@@ -1,4 +1,3 @@
1
-
2
1
  ._syaz13af{color:var(--ds-link,#1868db)}._1bnx8stv:hover{text-decoration-line:underline}
3
2
  ._30l313af:hover{color:var(--ds-link,#1868db)}
4
3
  ._9oik1r31:hover{text-decoration-color:currentColor}
@@ -1,4 +1,4 @@
1
- /* link-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* link-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./link-compiled.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  /**
3
3
  * Compiled branch of the `platform_editor_static_css` experiment.
4
4
  * Used via `componentWithCondition` in `layoutColumn.tsx`.
@@ -1,4 +1,3 @@
1
-
2
1
  ._1wvnia51 .ak-editor-panel__content .ak-editor-panel{border:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
3
2
  ._lklzfajl.ak-editor-panel{border-radius:var(--ds-radius-small,3px)}._11k7idpf.ak-editor-panel .ak-editor-panel__content{margin-right:0}
4
3
  ._11wb1ejb.ak-editor-panel .ak-editor-panel__icon{width:var(--ds-space-300,24px)}
@@ -1,4 +1,4 @@
1
- /* panel-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* panel-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./panel-compiled.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -58,7 +58,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
58
58
  const TABLE_INFO_TIMEOUT = 10000;
59
59
  const RENDER_EVENT_SAMPLE_RATE = 0.1;
60
60
  const packageName = "@atlaskit/renderer";
61
- const packageVersion = "133.11.5";
61
+ const packageVersion = "133.11.7";
62
62
  const setAsQueryContainerStyles = css({
63
63
  containerName: 'ak-renderer-wrapper',
64
64
  containerType: 'inline-size'
@@ -1,4 +1,3 @@
1
-
2
1
  ._syaz13af{color:var(--ds-link,#1868db)}._1bnx8stv:hover{text-decoration-line:underline}
3
2
  ._30l313af:hover{color:var(--ds-link,#1868db)}
4
3
  ._9oik1r31:hover{text-decoration-color:currentColor}
@@ -1,4 +1,4 @@
1
- /* link-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* link-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./link-compiled.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  /**
3
3
  * Compiled branch of the `platform_editor_static_css` experiment.
4
4
  * Used via `componentWithCondition` in `layoutColumn.tsx`.
@@ -1,4 +1,3 @@
1
-
2
1
  ._1wvnia51 .ak-editor-panel__content .ak-editor-panel{border:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
3
2
  ._imyb1bbz.ak-editor-panel{margin:var(--_15dzi2n)}
4
3
  ._lklzfajl.ak-editor-panel{border-radius:var(--ds-radius-small,3px)}._11k7idpf.ak-editor-panel .ak-editor-panel__content{margin-right:0}
@@ -1,4 +1,4 @@
1
- /* panel-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* panel-compiled.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
4
4
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
@@ -63,7 +63,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
63
63
  var TABLE_INFO_TIMEOUT = 10000;
64
64
  var RENDER_EVENT_SAMPLE_RATE = 0.1;
65
65
  var packageName = "@atlaskit/renderer";
66
- var packageVersion = "133.11.5";
66
+ var packageVersion = "133.11.7";
67
67
  var setAsQueryContainerStyles = css({
68
68
  containerName: 'ak-renderer-wrapper',
69
69
  containerType: 'inline-size'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "133.11.6",
3
+ "version": "133.12.0",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@atlaskit/adf-schema": "^56.1.0",
34
34
  "@atlaskit/adf-utils": "^20.3.0",
35
- "@atlaskit/afm-i18n-platform-editor-renderer": "2.168.0",
35
+ "@atlaskit/afm-i18n-platform-editor-renderer": "2.193.0",
36
36
  "@atlaskit/analytics-listeners": "^11.1.0",
37
37
  "@atlaskit/analytics-namespaced-context": "^8.1.0",
38
38
  "@atlaskit/analytics-next": "^12.3.0",
@@ -44,9 +44,9 @@
44
44
  "@atlaskit/editor-prosemirror": "^8.0.0",
45
45
  "@atlaskit/editor-shared-styles": "^4.0.0",
46
46
  "@atlaskit/editor-smart-link-draggable": "^1.1.0",
47
- "@atlaskit/emoji": "^71.9.0",
47
+ "@atlaskit/emoji": "^71.10.0",
48
48
  "@atlaskit/feature-gate-js-client": "^6.0.0",
49
- "@atlaskit/icon": "^37.0.0",
49
+ "@atlaskit/icon": "^37.1.0",
50
50
  "@atlaskit/link": "^4.3.0",
51
51
  "@atlaskit/link-datasource": "^6.1.0",
52
52
  "@atlaskit/link-extractors": "^3.2.0",
@@ -56,23 +56,23 @@
56
56
  "@atlaskit/media-client-react": "^6.1.0",
57
57
  "@atlaskit/media-common": "^14.3.0",
58
58
  "@atlaskit/media-filmstrip": "^52.2.0",
59
- "@atlaskit/media-ui": "^30.7.0",
59
+ "@atlaskit/media-ui": "^30.8.0",
60
60
  "@atlaskit/media-viewer": "^54.5.0",
61
61
  "@atlaskit/platform-feature-flags": "^2.0.0",
62
62
  "@atlaskit/platform-feature-flags-react": "^1.1.0",
63
63
  "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
64
64
  "@atlaskit/react-compiler-gating": "^0.2.0",
65
65
  "@atlaskit/react-ufo": "^7.3.0",
66
- "@atlaskit/smart-card": "^45.10.0",
67
- "@atlaskit/status": "^5.4.0",
68
- "@atlaskit/task-decision": "^21.4.0",
66
+ "@atlaskit/smart-card": "^45.11.0",
67
+ "@atlaskit/status": "^5.5.0",
68
+ "@atlaskit/task-decision": "^21.5.0",
69
69
  "@atlaskit/theme": "^26.1.0",
70
- "@atlaskit/tmp-editor-statsig": "^129.0.0",
70
+ "@atlaskit/tmp-editor-statsig": "^130.0.0",
71
71
  "@atlaskit/tokens": "^16.1.0",
72
72
  "@atlaskit/tooltip": "^23.1.0",
73
73
  "@atlaskit/visually-hidden": "^4.2.0",
74
74
  "@babel/runtime": "^7.0.0",
75
- "@compiled/react": "^0.20.0",
75
+ "@compiled/react": "^0.22.2",
76
76
  "@emotion/react": "^11.7.1",
77
77
  "bind-event-listener": "^3.0.0",
78
78
  "lodash": "^4.17.21",
@@ -82,7 +82,7 @@
82
82
  "uuid": "^3.1.0"
83
83
  },
84
84
  "peerDependencies": {
85
- "@atlaskit/editor-common": "^116.33.0",
85
+ "@atlaskit/editor-common": "^116.34.0",
86
86
  "@atlaskit/link-provider": "^5.2.0",
87
87
  "@atlaskit/media-core": "^38.0.0",
88
88
  "react": "^18.2.0",
@@ -100,9 +100,9 @@
100
100
  "@atlaskit/media-core": "^38.0.0",
101
101
  "@atlaskit/media-integration-test-helpers": "workspace:^",
102
102
  "@atlaskit/media-test-helpers": "^42.2.0",
103
- "@atlaskit/mention": "^27.7.0",
103
+ "@atlaskit/mention": "^27.8.0",
104
104
  "@atlaskit/modal-dialog": "^16.1.0",
105
- "@atlaskit/navigation-system": "^10.6.0",
105
+ "@atlaskit/navigation-system": "^10.7.0",
106
106
  "@atlaskit/profilecard": "^26.12.0",
107
107
  "@atlaskit/side-nav-items": "^2.3.0",
108
108
  "@atlaskit/util-data-test": "^19.1.0",