@atlaskit/primitives
Advanced tools
Comparing version 0.8.6 to 0.8.7
# @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 @@ |
{ | ||
"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; |
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
274149