@atlaskit/page
Advanced tools
Comparing version 12.5.1 to 12.6.0
# @atlaskit/page | ||
## 12.6.0 | ||
### Minor Changes | ||
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511) | ||
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) - | ||
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0` | ||
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable). | ||
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer | ||
dependency range for `react` and `react-dom` for `/platform` packages. | ||
## 12.5.1 | ||
@@ -4,0 +16,0 @@ |
@@ -16,4 +16,4 @@ "use strict"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
@@ -20,0 +20,0 @@ /** |
@@ -15,4 +15,4 @@ "use strict"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
@@ -19,0 +19,0 @@ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 |
@@ -11,4 +11,4 @@ "use strict"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
@@ -15,0 +15,0 @@ |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import { createContext, useContext, useMemo } from 'react'; | ||
@@ -6,0 +6,0 @@ |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import { useContext } from 'react'; | ||
@@ -6,0 +6,0 @@ |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
@@ -6,0 +6,0 @@ import { css, jsx } from '@emotion/react'; |
@@ -5,4 +5,4 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import { createContext, useContext, useMemo } from 'react'; | ||
@@ -9,0 +9,0 @@ |
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import { useContext } from 'react'; | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
@@ -6,0 +6,0 @@ import { css, jsx } from '@emotion/react'; |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import { jsx } from '@emotion/react'; | ||
@@ -6,0 +6,0 @@ import type { PageProps } from './types'; |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import { jsx } from '@emotion/react'; | ||
@@ -6,0 +6,0 @@ import type { PageProps } from './types'; |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.5.1", | ||
"version": "12.6.0", | ||
"description": "A page layout organizes sections on a page using a grid and grid columns.", | ||
@@ -60,7 +60,7 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ~18.2.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@af/accessibility-testing": "*", | ||
"@atlaskit/ds-lib": "^2.3.0", | ||
"@atlaskit/ds-lib": "^2.4.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -67,0 +67,0 @@ "@atlaskit/visual-regression": "*", |
93218