@atlaskit/primitives
Advanced tools
Comparing version 0.8.9 to 0.9.0
# @atlaskit/primitives | ||
## 0.9.0 | ||
### Minor Changes | ||
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump | ||
### Patch Changes | ||
- Updated dependencies | ||
## 0.8.9 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "0.8.9", | ||
"version": "0.9.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "0.8.9", | ||
"version": "0.9.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "0.8.9", | ||
"version": "0.9.0", | ||
"sideEffects": false | ||
} |
@@ -479,3 +479,3 @@ import { SerializedStyles } from '@emotion/react'; | ||
declare const spacingProperties: readonly ["padding", "paddingBlock", "paddingBlockStart", "paddingBlockEnd", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "gap", "rowGap", "columnGap"]; | ||
declare type SpacingProperty = typeof spacingProperties[number]; | ||
declare type SpacingProperty = (typeof spacingProperties)[number]; | ||
declare type SpacingToken = keyof typeof paddingMap; | ||
@@ -482,0 +482,0 @@ declare type BackgroundColorToken = keyof typeof backgroundColorMap; |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "0.8.9", | ||
"version": "0.9.0", | ||
"description": "Primitives are token-backed low-level building blocks.", | ||
@@ -79,4 +79,4 @@ "author": "Atlassian Pty Ltd", | ||
"dependencies": { | ||
"@atlaskit/ds-lib": "^2.1.2", | ||
"@atlaskit/tokens": "^1.2.0", | ||
"@atlaskit/ds-lib": "^2.2.0", | ||
"@atlaskit/tokens": "^1.3.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -102,4 +102,4 @@ "@emotion/react": "^11.7.1", | ||
"@atlaskit/lozenge": "*", | ||
"@atlaskit/radio": "^5.4.9", | ||
"@atlaskit/range": "^7.0.4", | ||
"@atlaskit/radio": "^5.5.0", | ||
"@atlaskit/range": "^7.1.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -111,7 +111,7 @@ "@atlaskit/tag": "*", | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
"@atlassian/codegen": "^0.0.1", | ||
"@atlassian/gemini-visual-regression": "^0.0.5", | ||
"@atlassian/codegen": "^0.1.0", | ||
"@atlassian/gemini-visual-regression": "^0.0.6", | ||
"@testing-library/react": "^12.1.5", | ||
"csstype": "^3.1.0", | ||
"prettier": "^2.7.0", | ||
"prettier": "^2.8.0", | ||
"react-dom": "^16.8.0", | ||
@@ -118,0 +118,0 @@ "ts-node": "^10.9.1", |
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
267088
106
4905
Updated@atlaskit/ds-lib@^2.2.0
Updated@atlaskit/tokens@^1.3.0