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

@atlaskit/primitives

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/primitives - npm Package Compare versions

Comparing version 0.8.6 to 0.8.7

6

CHANGELOG.md
# @atlaskit/primitives
## 0.8.7
### Patch Changes
- [`bad2da77917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bad2da77917) - The Box primitive now accepts more elements for the 'as' prop
## 0.8.6

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/primitives",
"version": "0.8.6",
"version": "0.8.7",
"sideEffects": false
}
{
"name": "@atlaskit/primitives",
"version": "0.8.6",
"version": "0.8.7",
"sideEffects": false
}
{
"name": "@atlaskit/primitives",
"version": "0.8.6",
"version": "0.8.7",
"sideEffects": false
}

@@ -10,3 +10,3 @@ /** @jsx jsx */

*/
as?: 'div' | 'span' | 'li';
as?: 'article' | 'aside' | 'dialog' | 'div' | 'footer' | 'header' | 'li' | 'main' | 'nav' | 'ol' | 'section' | 'span' | 'ul';
/**

@@ -13,0 +13,0 @@ * The HTML className attribute.

{
"name": "@atlaskit/primitives",
"version": "0.8.6",
"version": "0.8.7",
"description": "Primitives are token-backed low-level building blocks.",

@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd",

@@ -186,3 +186,16 @@ <!-- API Report Version: 2.3 -->

type BaseBoxPropsFoundation<T extends ElementType> = {
as?: 'div' | 'li' | 'span';
as?:
| 'article'
| 'aside'
| 'dialog'
| 'div'
| 'footer'
| 'header'
| 'li'
| 'main'
| 'nav'
| 'ol'
| 'section'
| 'span'
| 'ul';
className?: string;

@@ -189,0 +202,0 @@ children?: ReactNode;

@@ -170,3 +170,3 @@ ## API Report File for "@atlaskit/primitives"

type BaseBoxPropsFoundation<T extends ElementType> = {
as?: 'div' | 'li' | 'span';
as?: 'article' | 'aside' | 'dialog' | 'div' | 'footer' | 'header' | 'li' | 'main' | 'nav' | 'ol' | 'section' | 'span' | 'ul';
className?: string;

@@ -173,0 +173,0 @@ children?: ReactNode;

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