@atlaskit/page
Advanced tools
Comparing version 12.2.1 to 12.2.2
# @atlaskit/page | ||
## 12.2.2 | ||
### Patch Changes | ||
- [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components. | ||
## 12.2.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.2.1", | ||
"version": "12.2.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.2.1", | ||
"version": "12.2.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.2.1", | ||
"version": "12.2.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.2.1", | ||
"version": "12.2.2", | ||
"description": "A component for building page layouts. Also includes the Grid and GridColumn components.", | ||
@@ -18,3 +18,4 @@ "publishConfig": { | ||
"*": [ | ||
"dist/types-ts4.0/*" | ||
"dist/types-ts4.0/*", | ||
"dist/types-ts4.0/index.d.ts" | ||
] | ||
@@ -27,2 +28,3 @@ } | ||
"atlassian": { | ||
"disableProductCI": true, | ||
"team": "Design System Team", | ||
@@ -50,8 +52,8 @@ "releaseModel": "scheduled", | ||
"devDependencies": { | ||
"@atlaskit/banner": "^11.6.0", | ||
"@atlaskit/banner": "^12.0.0", | ||
"@atlaskit/button": "^16.3.0", | ||
"@atlaskit/code": "^14.1.3", | ||
"@atlaskit/code": "^14.4.0", | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/ds-lib": "^2.0.1", | ||
"@atlaskit/logo": "^13.9.0", | ||
"@atlaskit/logo": "^13.10.0", | ||
"@atlaskit/navigation": "^37.0.0", | ||
@@ -58,0 +60,0 @@ "@atlaskit/ssr": "*", |
@@ -1,8 +0,11 @@ | ||
## API Report File for "@atlaskit/page" | ||
## API Report File for "@atlaskit/page". | ||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
> Do not edit this file. This report is auto-generated by [API Extractor](https://api-extractor.com/). | ||
[Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports) | ||
```ts | ||
/// <reference types="react" /> | ||
import { jsx } from '@emotion/react'; | ||
import type { ReactNode } from 'react'; | ||
@@ -55,3 +58,3 @@ | ||
testId, | ||
}: GridColumnProps) => JSX.Element; | ||
}: GridColumnProps) => jsx.JSX.Element; | ||
@@ -116,3 +119,3 @@ declare type GridColumnProps = { | ||
testId, | ||
}: PageProps) => JSX.Element; | ||
}: PageProps) => jsx.JSX.Element; | ||
export default Page; | ||
@@ -119,0 +122,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84677