@atlaskit/page 14.0.1 → 14.0.3
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 -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,19 @@
|
|
|
1
1
|
# @atlaskit/page
|
|
2
2
|
|
|
3
|
+
## 14.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e2085d35701ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2085d35701ca) -
|
|
8
|
+
Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
|
|
9
|
+
|
|
10
|
+
## 14.0.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`08170da1fbf62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08170da1fbf62) -
|
|
15
|
+
Migrate spacing prop usages on icons to Flex wrapper
|
|
16
|
+
|
|
3
17
|
## 14.0.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -240,7 +254,6 @@
|
|
|
240
254
|
- [#18619](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18619)
|
|
241
255
|
[`b3ea181f8ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ea181f8ed) -
|
|
242
256
|
Regressions in version `12.1.0` have been fixed:
|
|
243
|
-
|
|
244
257
|
- Move to CSS `gap` has been reverted, as some use cases were not properly handled.
|
|
245
258
|
- The `theme` prop has been re-introduced, mapping to the new props introduced in `12.1.0`.
|
|
246
259
|
|
|
@@ -377,7 +390,6 @@
|
|
|
377
390
|
|
|
378
391
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
379
392
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
380
|
-
|
|
381
393
|
- @atlaskit/docs@8.3.2
|
|
382
394
|
- @atlaskit/visual-regression@0.1.9
|
|
383
395
|
- @atlaskit/banner@10.1.5
|
|
@@ -469,7 +481,6 @@
|
|
|
469
481
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
470
482
|
|
|
471
483
|
In this PR, we are:
|
|
472
|
-
|
|
473
484
|
- Re-introducing dist build folders
|
|
474
485
|
- Adding back cjs
|
|
475
486
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -498,7 +509,6 @@
|
|
|
498
509
|
## 11.0.0
|
|
499
510
|
|
|
500
511
|
- [major][3af5a7e685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3af5a7e685):
|
|
501
|
-
|
|
502
512
|
- @atlaskit/page has been converted to Typescript. Typescript consumers will now get static type
|
|
503
513
|
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
504
514
|
|
|
@@ -513,13 +523,11 @@
|
|
|
513
523
|
## 10.0.1
|
|
514
524
|
|
|
515
525
|
- [patch][7a68e88827](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7a68e88827):
|
|
516
|
-
|
|
517
526
|
- Fixed aria-hidden attribute for banner container
|
|
518
527
|
|
|
519
528
|
## 10.0.0
|
|
520
529
|
|
|
521
530
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
522
|
-
|
|
523
531
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
524
532
|
this package, please ensure you use at least this version of react and react-dom.
|
|
525
533
|
|
|
@@ -554,7 +562,6 @@
|
|
|
554
562
|
## 9.0.0
|
|
555
563
|
|
|
556
564
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
557
|
-
|
|
558
565
|
- Drop ES5 from all the flow modules
|
|
559
566
|
|
|
560
567
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -619,7 +626,6 @@
|
|
|
619
626
|
## 8.0.10
|
|
620
627
|
|
|
621
628
|
- [patch][84e8015](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84e8015):
|
|
622
|
-
|
|
623
629
|
- Bump react-syntax-highlighter to 10.0.1
|
|
624
630
|
|
|
625
631
|
## 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.3",
|
|
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": "^34.0.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",
|