@atlaskit/ds-explorations
Advanced tools
Comparing version 2.0.13 to 2.1.0
# @atlaskit/ds-explorations | ||
## 2.1.0 | ||
### Minor Changes | ||
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump | ||
### Patch Changes | ||
- Updated dependencies | ||
## 2.0.13 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "2.0.13", | ||
"version": "2.1.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "2.0.13", | ||
"version": "2.1.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "2.0.13", | ||
"version": "2.1.0", | ||
"sideEffects": false | ||
} |
@@ -5,3 +5,3 @@ /** @jsx jsx */ | ||
declare const asAllowlist: readonly ["span", "div", "p", "strong"]; | ||
declare type AsElement = typeof asAllowlist[number]; | ||
declare type AsElement = (typeof asAllowlist)[number]; | ||
export interface TextProps extends BasePrimitiveProps { | ||
@@ -8,0 +8,0 @@ /** |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "2.0.13", | ||
"version": "2.1.0", | ||
"description": "An experimental package for exploration and validation of spacing / typography foundations.", | ||
@@ -41,3 +41,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/tokens": "^1.2.0", | ||
"@atlaskit/tokens": "^1.3.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -60,3 +60,3 @@ "@emotion/react": "^11.7.1", | ||
"@atlaskit/lozenge": "*", | ||
"@atlaskit/primitives": "^0.8.0", | ||
"@atlaskit/primitives": "^0.9.0", | ||
"@atlaskit/section-message": "*", | ||
@@ -68,6 +68,6 @@ "@atlaskit/ssr": "*", | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
"@atlassian/codegen": "^0.0.1", | ||
"@atlassian/codegen": "^0.1.0", | ||
"@testing-library/react": "^12.1.5", | ||
"fs-extra": "^4.0.2", | ||
"prettier": "^2.7.0", | ||
"prettier": "^2.8.0", | ||
"react-dom": "^16.8.0", | ||
@@ -74,0 +74,0 @@ "ts-node": "^10.9.1", |
@@ -35,3 +35,3 @@ <!-- API Report Version: 2.3 --> | ||
// @public (undocumented) | ||
type AsElement = typeof asAllowlist[number]; | ||
type AsElement = (typeof asAllowlist)[number]; | ||
@@ -38,0 +38,0 @@ // @public (undocumented) |
Sorry, the diff of this file is not supported yet
327313
126
9270
+ Addedimport-fresh@3.3.0(transitive)
- Removedimport-fresh@3.3.1(transitive)
Updated@atlaskit/tokens@^1.3.0