@atlaskit/renderer 133.17.5 → 133.17.7
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 +14 -0
- package/dist/cjs/react/marks/link-compiled.js +1 -1
- package/dist/cjs/react/nodes/heading.js +1 -1
- package/dist/cjs/react/nodes/layoutColumn-compiled.js +1 -1
- package/dist/cjs/react/nodes/panel-compiled.js +1 -1
- package/dist/cjs/react/nodes/tableCell.js +2 -4
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/react/marks/link-compiled.js +1 -1
- package/dist/es2019/react/nodes/heading.js +1 -1
- package/dist/es2019/react/nodes/layoutColumn-compiled.js +1 -1
- package/dist/es2019/react/nodes/panel-compiled.js +1 -1
- package/dist/es2019/react/nodes/tableCell.js +2 -4
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/marks/link-compiled.js +1 -1
- package/dist/esm/react/nodes/heading.js +1 -1
- package/dist/esm/react/nodes/layoutColumn-compiled.js +1 -1
- package/dist/esm/react/nodes/panel-compiled.js +1 -1
- package/dist/esm/react/nodes/tableCell.js +2 -4
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +6 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 133.17.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 133.17.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`7cecf41634d18`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7cecf41634d18) -
|
|
14
|
+
Revert the lime, orange, and magenta table cell background color options.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 133.17.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* layoutColumn-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
/**
|
|
3
3
|
* Compiled branch of the `platform_editor_static_css` experiment.
|
|
4
4
|
* Used via `componentWithCondition` in `layoutColumn.tsx`.
|
|
@@ -7,9 +7,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.withSortableColumn = exports.TableHeader = exports.TableCell = void 0;
|
|
8
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
9
|
var _react = _interopRequireDefault(require("react"));
|
|
10
|
-
var _tableNodes = require("@atlaskit/adf-schema/tableNodes");
|
|
11
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
12
10
|
var _lchColorInversion = require("@atlaskit/adf-schema/lch-color-inversion");
|
|
11
|
+
var _tableNodes = require("@atlaskit/adf-schema/tableNodes");
|
|
13
12
|
var _useThemeObserver2 = require("@atlaskit/tokens/use-theme-observer");
|
|
14
13
|
var _types = require("@atlaskit/editor-common/types");
|
|
15
14
|
var _editorPalette = require("@atlaskit/editor-palette");
|
|
@@ -177,8 +176,7 @@ var getWithCellProps = function getWithCellProps(WrapperComponent) {
|
|
|
177
176
|
|
|
178
177
|
// This is used to set the background color of the cell
|
|
179
178
|
// to a dark mode color in mobile dark mode
|
|
180
|
-
var
|
|
181
|
-
var colorName = background ? palette.get(background) : '';
|
|
179
|
+
var colorName = background ? _tableNodes.tableBackgroundColorPalette.get(background) : '';
|
|
182
180
|
return /*#__PURE__*/_react.default.createElement(WrapperComponent, (0, _extends2.default)({
|
|
183
181
|
rowSpan: rowspan,
|
|
184
182
|
colSpan: colspan
|
|
@@ -73,7 +73,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
73
73
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
74
74
|
var RENDER_EVENT_SAMPLE_RATE = 0.1;
|
|
75
75
|
var packageName = "@atlaskit/renderer";
|
|
76
|
-
var packageVersion = "133.17.
|
|
76
|
+
var packageVersion = "133.17.6";
|
|
77
77
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
78
78
|
containerName: 'ak-renderer-wrapper',
|
|
79
79
|
containerType: 'inline-size'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* layoutColumn-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v2.0.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,4 @@
|
|
|
1
|
-
/* panel-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* panel-compiled.tsx generated by @compiled/babel-plugin v2.0.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";
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { tableBackgroundColorPalette, tableBackgroundColorPaletteNew } from '@atlaskit/adf-schema/tableNodes';
|
|
4
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
3
|
import { getDarkModeLCHColor } from '@atlaskit/adf-schema/lch-color-inversion';
|
|
4
|
+
import { tableBackgroundColorPalette } from '@atlaskit/adf-schema/tableNodes';
|
|
6
5
|
import { useThemeObserver } from '@atlaskit/tokens/use-theme-observer';
|
|
7
6
|
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
8
7
|
import { hexToEditorBackgroundPaletteRawValue } from '@atlaskit/editor-palette';
|
|
@@ -176,8 +175,7 @@ const getWithCellProps = WrapperComponent => {
|
|
|
176
175
|
|
|
177
176
|
// This is used to set the background color of the cell
|
|
178
177
|
// to a dark mode color in mobile dark mode
|
|
179
|
-
const
|
|
180
|
-
const colorName = background ? palette.get(background) : '';
|
|
178
|
+
const colorName = background ? tableBackgroundColorPalette.get(background) : '';
|
|
181
179
|
return /*#__PURE__*/React.createElement(WrapperComponent, _extends({
|
|
182
180
|
rowSpan: rowspan,
|
|
183
181
|
colSpan: colspan
|
|
@@ -59,7 +59,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
59
59
|
const TABLE_INFO_TIMEOUT = 10000;
|
|
60
60
|
const RENDER_EVENT_SAMPLE_RATE = 0.1;
|
|
61
61
|
const packageName = "@atlaskit/renderer";
|
|
62
|
-
const packageVersion = "133.17.
|
|
62
|
+
const packageVersion = "133.17.6";
|
|
63
63
|
const setAsQueryContainerStyles = css({
|
|
64
64
|
containerName: 'ak-renderer-wrapper',
|
|
65
65
|
containerType: 'inline-size'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* heading.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* heading.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import _typeof from "@babel/runtime/helpers/typeof";
|
|
4
4
|
import "./heading.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* layoutColumn-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* layoutColumn-compiled.tsx generated by @compiled/babel-plugin v2.0.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,4 @@
|
|
|
1
|
-
/* panel-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* panel-compiled.tsx generated by @compiled/babel-plugin v2.0.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";
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { tableBackgroundColorPalette, tableBackgroundColorPaletteNew } from '@atlaskit/adf-schema/tableNodes';
|
|
4
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
3
|
import { getDarkModeLCHColor } from '@atlaskit/adf-schema/lch-color-inversion';
|
|
4
|
+
import { tableBackgroundColorPalette } from '@atlaskit/adf-schema/tableNodes';
|
|
6
5
|
import { useThemeObserver } from '@atlaskit/tokens/use-theme-observer';
|
|
7
6
|
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
8
7
|
import { hexToEditorBackgroundPaletteRawValue } from '@atlaskit/editor-palette';
|
|
@@ -170,8 +169,7 @@ var getWithCellProps = function getWithCellProps(WrapperComponent) {
|
|
|
170
169
|
|
|
171
170
|
// This is used to set the background color of the cell
|
|
172
171
|
// to a dark mode color in mobile dark mode
|
|
173
|
-
var
|
|
174
|
-
var colorName = background ? palette.get(background) : '';
|
|
172
|
+
var colorName = background ? tableBackgroundColorPalette.get(background) : '';
|
|
175
173
|
return /*#__PURE__*/React.createElement(WrapperComponent, _extends({
|
|
176
174
|
rowSpan: rowspan,
|
|
177
175
|
colSpan: colspan
|
|
@@ -64,7 +64,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
64
64
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
65
65
|
var RENDER_EVENT_SAMPLE_RATE = 0.1;
|
|
66
66
|
var packageName = "@atlaskit/renderer";
|
|
67
|
-
var packageVersion = "133.17.
|
|
67
|
+
var packageVersion = "133.17.6";
|
|
68
68
|
var setAsQueryContainerStyles = css({
|
|
69
69
|
containerName: 'ak-renderer-wrapper',
|
|
70
70
|
containerType: 'inline-size'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "133.17.
|
|
3
|
+
"version": "133.17.7",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/adf-schema": "^56.
|
|
33
|
+
"@atlaskit/adf-schema": "^56.4.0",
|
|
34
34
|
"@atlaskit/adf-utils": "^20.4.0",
|
|
35
35
|
"@atlaskit/afm-i18n-platform-editor-renderer": "2.200.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",
|
|
39
39
|
"@atlaskit/browser-apis": "^1.2.0",
|
|
40
|
-
"@atlaskit/button": "^
|
|
40
|
+
"@atlaskit/button": "^25.0.0",
|
|
41
41
|
"@atlaskit/code": "^18.2.0",
|
|
42
42
|
"@atlaskit/css": "^1.0.0",
|
|
43
43
|
"@atlaskit/editor-json-transformer": "^9.2.0",
|
|
44
|
-
"@atlaskit/editor-palette": "^3.
|
|
44
|
+
"@atlaskit/editor-palette": "^3.4.0",
|
|
45
45
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
46
46
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
47
47
|
"@atlaskit/editor-smart-link-draggable": "^1.2.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@atlaskit/status": "^5.8.0",
|
|
69
69
|
"@atlaskit/task-decision": "^21.8.0",
|
|
70
70
|
"@atlaskit/theme": "^26.1.0",
|
|
71
|
-
"@atlaskit/tmp-editor-statsig": "^135.
|
|
71
|
+
"@atlaskit/tmp-editor-statsig": "^135.10.0",
|
|
72
72
|
"@atlaskit/tokens": "^16.3.0",
|
|
73
73
|
"@atlaskit/tooltip": "^24.0.0",
|
|
74
74
|
"@atlaskit/visually-hidden": "^4.2.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"uuid": "^3.1.0"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
|
-
"@atlaskit/editor-common": "^116.
|
|
86
|
+
"@atlaskit/editor-common": "^116.48.0",
|
|
87
87
|
"@atlaskit/link-provider": "^5.3.0",
|
|
88
88
|
"@atlaskit/media-core": "^38.0.0",
|
|
89
89
|
"react": "^18.2.0",
|
|
@@ -145,9 +145,6 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
"platform-feature-flags": {
|
|
148
|
-
"platform_editor_lovability_text_bg_color_patch_2": {
|
|
149
|
-
"type": "boolean"
|
|
150
|
-
},
|
|
151
148
|
"platform_native_embeds_rollout_non_maui_experience": {
|
|
152
149
|
"type": "boolean"
|
|
153
150
|
},
|