@atlaskit/renderer 133.16.6 → 133.16.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
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 133.16.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9291603af8830`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9291603af8830) -
|
|
8
|
+
Upgrade types to be compatible with React 19.
|
|
9
|
+
|
|
10
|
+
This was done with the official React codemod: https://github.com/eps1lon/types-react-codemod/
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 133.16.6
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -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.16.
|
|
76
|
+
var packageVersion = "133.16.6";
|
|
77
77
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
78
78
|
containerName: 'ak-renderer-wrapper',
|
|
79
79
|
containerType: 'inline-size'
|
|
@@ -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.16.
|
|
62
|
+
const packageVersion = "133.16.6";
|
|
63
63
|
const setAsQueryContainerStyles = css({
|
|
64
64
|
containerName: 'ak-renderer-wrapper',
|
|
65
65
|
containerType: 'inline-size'
|
|
@@ -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.16.
|
|
67
|
+
var packageVersion = "133.16.6";
|
|
68
68
|
var setAsQueryContainerStyles = css({
|
|
69
69
|
containerName: 'ak-renderer-wrapper',
|
|
70
70
|
containerType: 'inline-size'
|
|
@@ -32,8 +32,8 @@ export type TableProps = SharedTableProps & {
|
|
|
32
32
|
stickyHeaders?: StickyHeaderConfig;
|
|
33
33
|
tableNode?: PMNode;
|
|
34
34
|
};
|
|
35
|
-
export declare const isHeaderRowEnabled: (rows: (React.
|
|
36
|
-
export declare const tableCanBeSticky: (node: PMNode | undefined, children: (React.
|
|
35
|
+
export declare const isHeaderRowEnabled: (rows: (React.ReactElement | number | string | React.ReactFragment | React.ReactPortal)[]) => any;
|
|
36
|
+
export declare const tableCanBeSticky: (node: PMNode | undefined, children: (React.ReactElement | number | string | React.ReactFragment | React.ReactPortal)[]) => any;
|
|
37
37
|
export interface TableOrderStatus {
|
|
38
38
|
columnIndex: number;
|
|
39
39
|
order: SortOrder;
|
|
@@ -31,8 +31,8 @@ export type TableProps = SharedTableProps & {
|
|
|
31
31
|
stickyHeaders?: StickyHeaderConfig;
|
|
32
32
|
tableNode?: PMNode;
|
|
33
33
|
};
|
|
34
|
-
export declare const isHeaderRowEnabled: (rows: (React.
|
|
35
|
-
export declare const tableCanBeSticky: (node: PMNode | undefined, children: (React.
|
|
34
|
+
export declare const isHeaderRowEnabled: (rows: (React.ReactElement | number | string | React.ReactFragment | React.ReactPortal)[]) => any;
|
|
35
|
+
export declare const tableCanBeSticky: (node: PMNode | undefined, children: (React.ReactElement | number | string | React.ReactFragment | React.ReactPortal)[]) => any;
|
|
36
36
|
export interface TableOrderStatus {
|
|
37
37
|
columnIndex: number;
|
|
38
38
|
order: SortOrder;
|