@atlaskit/renderer 131.1.9 → 131.2.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,16 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 131.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1c86d46da6101`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c86d46da6101) -
8
+ Address layout column alignment follow-up review feedback
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 131.1.9
4
15
 
5
16
  ### Patch Changes
@@ -71,7 +71,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
71
71
  var TABLE_INFO_TIMEOUT = 10000;
72
72
  var RENDER_EVENT_SAMPLE_RATE = 0.2;
73
73
  var packageName = "@atlaskit/renderer";
74
- var packageVersion = "131.1.8";
74
+ var packageVersion = "131.1.9";
75
75
  var setAsQueryContainerStyles = (0, _react2.css)({
76
76
  containerName: 'ak-renderer-wrapper',
77
77
  containerType: 'inline-size'
@@ -57,7 +57,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
57
57
  const TABLE_INFO_TIMEOUT = 10000;
58
58
  const RENDER_EVENT_SAMPLE_RATE = 0.2;
59
59
  const packageName = "@atlaskit/renderer";
60
- const packageVersion = "131.1.8";
60
+ const packageVersion = "131.1.9";
61
61
  const setAsQueryContainerStyles = css({
62
62
  containerName: 'ak-renderer-wrapper',
63
63
  containerType: 'inline-size'
@@ -62,7 +62,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
62
62
  var TABLE_INFO_TIMEOUT = 10000;
63
63
  var RENDER_EVENT_SAMPLE_RATE = 0.2;
64
64
  var packageName = "@atlaskit/renderer";
65
- var packageVersion = "131.1.8";
65
+ var packageVersion = "131.1.9";
66
66
  var setAsQueryContainerStyles = css({
67
67
  containerName: 'ak-renderer-wrapper',
68
68
  containerType: 'inline-size'
@@ -9,7 +9,7 @@
9
9
  * Cleanup: delete this file once the experiment has shipped.
10
10
  */
11
11
  import React from 'react';
12
- import type { Valign } from '@atlaskit/editor-common/types/valign';
12
+ import type { Valign } from '@atlaskit/adf-schema/layout-column';
13
13
  export declare const LayoutSectionCompiled: (props: React.PropsWithChildren<{
14
14
  valign?: Valign;
15
15
  width?: number;
@@ -9,7 +9,7 @@
9
9
  * Cleanup: delete this file once the experiment has shipped.
10
10
  */
11
11
  import React from 'react';
12
- import type { Valign } from '@atlaskit/editor-common/types/valign';
12
+ import type { Valign } from '@atlaskit/adf-schema/layout-column';
13
13
  export declare const LayoutSectionEmotion: (props: React.PropsWithChildren<{
14
14
  valign?: Valign;
15
15
  width?: number;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { Valign } from '@atlaskit/editor-common/types/valign';
2
+ import type { Valign } from '@atlaskit/adf-schema/layout-column';
3
3
  /**
4
4
  * Render a layout column in renderer.
5
5
  */
@@ -9,7 +9,7 @@
9
9
  * Cleanup: delete this file once the experiment has shipped.
10
10
  */
11
11
  import React from 'react';
12
- import type { Valign } from '@atlaskit/editor-common/types/valign';
12
+ import type { Valign } from '@atlaskit/adf-schema/layout-column';
13
13
  export declare const LayoutSectionCompiled: (props: React.PropsWithChildren<{
14
14
  valign?: Valign;
15
15
  width?: number;
@@ -9,7 +9,7 @@
9
9
  * Cleanup: delete this file once the experiment has shipped.
10
10
  */
11
11
  import React from 'react';
12
- import type { Valign } from '@atlaskit/editor-common/types/valign';
12
+ import type { Valign } from '@atlaskit/adf-schema/layout-column';
13
13
  export declare const LayoutSectionEmotion: (props: React.PropsWithChildren<{
14
14
  valign?: Valign;
15
15
  width?: number;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { Valign } from '@atlaskit/editor-common/types/valign';
2
+ import type { Valign } from '@atlaskit/adf-schema/layout-column';
3
3
  /**
4
4
  * Render a layout column in renderer.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "131.1.9",
3
+ "version": "131.2.0",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/adf-schema": "^52.14.0",
33
+ "@atlaskit/adf-schema": "^52.15.0",
34
34
  "@atlaskit/adf-utils": "^19.31.0",
35
35
  "@atlaskit/afm-i18n-platform-editor-renderer": "2.10.0",
36
36
  "@atlaskit/analytics-listeners": "^10.1.0",
@@ -80,7 +80,7 @@
80
80
  "uuid": "^3.1.0"
81
81
  },
82
82
  "peerDependencies": {
83
- "@atlaskit/editor-common": "^114.47.0",
83
+ "@atlaskit/editor-common": "^114.48.0",
84
84
  "@atlaskit/link-provider": "^4.4.0",
85
85
  "@atlaskit/media-core": "^37.1.0",
86
86
  "react": "^18.2.0",