Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/page

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/page - npm Package Compare versions

Comparing version 12.2.1 to 12.2.2

6

CHANGELOG.md
# @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 @@

2

dist/cjs/version.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc