@atlaskit/page 14.0.1 → 14.0.2
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 +7 -8
- package/Grid/package.json +1 -1
- package/GridColumn/package.json +1 -1
- package/Page/package.json +1 -1
- package/dist/cjs/grid-column.js +1 -1
- package/dist/cjs/grid.js +1 -1
- package/dist/cjs/page.js +1 -1
- package/dist/es2019/grid-column.js +1 -1
- package/dist/es2019/grid.js +1 -1
- package/dist/es2019/page.js +1 -1
- package/dist/esm/grid-column.js +1 -1
- package/dist/esm/grid.js +1 -1
- package/dist/esm/page.js +1 -1
- package/dist/types/grid-column.d.ts +1 -2
- package/dist/types/grid-context.d.ts +1 -2
- package/dist/types/grid.d.ts +0 -1
- package/dist/types/page.d.ts +0 -1
- package/dist/types-ts4.5/grid-column.d.ts +1 -2
- package/dist/types-ts4.5/grid-context.d.ts +1 -2
- package/dist/types-ts4.5/grid.d.ts +0 -1
- package/dist/types-ts4.5/page.d.ts +0 -1
- package/package.json +12 -21
- package/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/page
|
|
2
2
|
|
|
3
|
+
## 14.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`08170da1fbf62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08170da1fbf62) -
|
|
8
|
+
Migrate spacing prop usages on icons to Flex wrapper
|
|
9
|
+
|
|
3
10
|
## 14.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -240,7 +247,6 @@
|
|
|
240
247
|
- [#18619](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18619)
|
|
241
248
|
[`b3ea181f8ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ea181f8ed) -
|
|
242
249
|
Regressions in version `12.1.0` have been fixed:
|
|
243
|
-
|
|
244
250
|
- Move to CSS `gap` has been reverted, as some use cases were not properly handled.
|
|
245
251
|
- The `theme` prop has been re-introduced, mapping to the new props introduced in `12.1.0`.
|
|
246
252
|
|
|
@@ -377,7 +383,6 @@
|
|
|
377
383
|
|
|
378
384
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
379
385
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
380
|
-
|
|
381
386
|
- @atlaskit/docs@8.3.2
|
|
382
387
|
- @atlaskit/visual-regression@0.1.9
|
|
383
388
|
- @atlaskit/banner@10.1.5
|
|
@@ -469,7 +474,6 @@
|
|
|
469
474
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
470
475
|
|
|
471
476
|
In this PR, we are:
|
|
472
|
-
|
|
473
477
|
- Re-introducing dist build folders
|
|
474
478
|
- Adding back cjs
|
|
475
479
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -498,7 +502,6 @@
|
|
|
498
502
|
## 11.0.0
|
|
499
503
|
|
|
500
504
|
- [major][3af5a7e685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3af5a7e685):
|
|
501
|
-
|
|
502
505
|
- @atlaskit/page has been converted to Typescript. Typescript consumers will now get static type
|
|
503
506
|
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
504
507
|
|
|
@@ -513,13 +516,11 @@
|
|
|
513
516
|
## 10.0.1
|
|
514
517
|
|
|
515
518
|
- [patch][7a68e88827](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7a68e88827):
|
|
516
|
-
|
|
517
519
|
- Fixed aria-hidden attribute for banner container
|
|
518
520
|
|
|
519
521
|
## 10.0.0
|
|
520
522
|
|
|
521
523
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
522
|
-
|
|
523
524
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
524
525
|
this package, please ensure you use at least this version of react and react-dom.
|
|
525
526
|
|
|
@@ -554,7 +555,6 @@
|
|
|
554
555
|
## 9.0.0
|
|
555
556
|
|
|
556
557
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
557
|
-
|
|
558
558
|
- Drop ES5 from all the flow modules
|
|
559
559
|
|
|
560
560
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -619,7 +619,6 @@
|
|
|
619
619
|
## 8.0.10
|
|
620
620
|
|
|
621
621
|
- [patch][84e8015](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84e8015):
|
|
622
|
-
|
|
623
622
|
- Bump react-syntax-highlighter to 10.0.1
|
|
624
623
|
|
|
625
624
|
## 8.0.9
|
package/Grid/package.json
CHANGED
package/GridColumn/package.json
CHANGED
package/Page/package.json
CHANGED
package/dist/cjs/grid-column.js
CHANGED
package/dist/cjs/grid.js
CHANGED
package/dist/cjs/page.js
CHANGED
package/dist/es2019/grid.js
CHANGED
package/dist/es2019/page.js
CHANGED
package/dist/esm/grid-column.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* grid-column.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* grid-column.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./grid-column.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
package/dist/esm/grid.js
CHANGED
package/dist/esm/page.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { GridColumnProps } from './types';
|
|
3
2
|
/**
|
|
4
3
|
* __Grid column context__
|
|
5
4
|
*
|
|
6
5
|
* @internal
|
|
7
6
|
*/
|
|
8
|
-
export declare const GridColumnContext: import(
|
|
7
|
+
export declare const GridColumnContext: import('react').Context<{
|
|
9
8
|
medium: number;
|
|
10
9
|
}>;
|
|
11
10
|
/**
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { type GridSpacing } from './types';
|
|
3
2
|
type GridContextProps = {
|
|
4
3
|
isRoot: boolean;
|
|
@@ -14,5 +13,5 @@ type GridContextProps = {
|
|
|
14
13
|
*
|
|
15
14
|
* @internal
|
|
16
15
|
*/
|
|
17
|
-
export declare const GridContext: import(
|
|
16
|
+
export declare const GridContext: import('react').Context<GridContextProps>;
|
|
18
17
|
export {};
|
package/dist/types/grid.d.ts
CHANGED
package/dist/types/page.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { GridColumnProps } from './types';
|
|
3
2
|
/**
|
|
4
3
|
* __Grid column context__
|
|
5
4
|
*
|
|
6
5
|
* @internal
|
|
7
6
|
*/
|
|
8
|
-
export declare const GridColumnContext: import(
|
|
7
|
+
export declare const GridColumnContext: import('react').Context<{
|
|
9
8
|
medium: number;
|
|
10
9
|
}>;
|
|
11
10
|
/**
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { type GridSpacing } from './types';
|
|
3
2
|
type GridContextProps = {
|
|
4
3
|
isRoot: boolean;
|
|
@@ -14,5 +13,5 @@ type GridContextProps = {
|
|
|
14
13
|
*
|
|
15
14
|
* @internal
|
|
16
15
|
*/
|
|
17
|
-
export declare const GridContext: import(
|
|
16
|
+
export declare const GridContext: import('react').Context<GridContextProps>;
|
|
18
17
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.2",
|
|
4
4
|
"description": "A page layout organizes sections on a page using a grid and grid columns.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,16 +42,9 @@
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"af:exports": {
|
|
46
|
-
"./types": "./src/types.tsx",
|
|
47
|
-
".": "./src/index.tsx",
|
|
48
|
-
"./Grid": "./src/grid-wrapper.tsx",
|
|
49
|
-
"./GridColumn": "./src/grid-column.tsx",
|
|
50
|
-
"./Page": "./src/page.tsx"
|
|
51
|
-
},
|
|
52
45
|
"dependencies": {
|
|
53
46
|
"@babel/runtime": "^7.0.0",
|
|
54
|
-
"@compiled/react": "^0.
|
|
47
|
+
"@compiled/react": "^0.20.0"
|
|
55
48
|
},
|
|
56
49
|
"peerDependencies": {
|
|
57
50
|
"react": "^18.2.0"
|
|
@@ -61,18 +54,16 @@
|
|
|
61
54
|
"@af/integration-testing": "workspace:^",
|
|
62
55
|
"@af/visual-regression": "workspace:^",
|
|
63
56
|
"@atlaskit/banner": "^14.0.0",
|
|
64
|
-
"@atlaskit/code": "^17.
|
|
65
|
-
"@atlaskit/docs": "^11.
|
|
66
|
-
"@atlaskit/
|
|
67
|
-
"@atlaskit/
|
|
68
|
-
"@atlaskit/
|
|
69
|
-
"@atlaskit/
|
|
70
|
-
"@atlaskit/
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"
|
|
74
|
-
"react-dom": "^18.2.0",
|
|
75
|
-
"typescript": "~5.4.2"
|
|
57
|
+
"@atlaskit/code": "^17.4.0",
|
|
58
|
+
"@atlaskit/docs": "^11.7.0",
|
|
59
|
+
"@atlaskit/icon": "^33.1.0",
|
|
60
|
+
"@atlaskit/link": "^3.3.0",
|
|
61
|
+
"@atlaskit/primitives": "^18.1.0",
|
|
62
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
63
|
+
"@atlaskit/tokens": "^11.4.0",
|
|
64
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
65
|
+
"@testing-library/react": "^16.3.0",
|
|
66
|
+
"react-dom": "^18.2.0"
|
|
76
67
|
},
|
|
77
68
|
"keywords": [
|
|
78
69
|
"atlaskit",
|