@atlaskit/css
Advanced tools
Comparing version 0.6.2 to 0.7.0
# @atlaskit/css | ||
## 0.7.0 | ||
### Minor Changes | ||
- [#168289](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168289) | ||
[`5fe404687ca98`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5fe404687ca98) - | ||
Add a test helper to reduce issues when migrating to Compiled CSS. | ||
Change dom `Node`'s `textContent` property to remove `Compiled CSS definitions` except for | ||
`Compiled style nodes`. | ||
## 0.6.2 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@atlaskit/css", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.", | ||
@@ -47,7 +47,9 @@ "author": "Atlassian Pty Ltd", | ||
"af:exports": { | ||
".": "./src/index.tsx" | ||
".": "./src/index.tsx", | ||
"./test-utils": "./src/test-utils/index.tsx" | ||
}, | ||
"dependencies": { | ||
"@atlaskit/tokens": "^2.2.0", | ||
"@atlaskit/tokens": "^2.4.0", | ||
"@babel/runtime": "^7.0.0", | ||
"@compiled/jest": "^0.10.5", | ||
"@compiled/react": "^0.18.1" | ||
@@ -61,3 +63,3 @@ }, | ||
"@af/visual-regression": "*", | ||
"@atlaskit/ds-lib": "^3.2.0", | ||
"@atlaskit/ds-lib": "^3.3.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -64,0 +66,0 @@ "@atlaskit/visual-regression": "*", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
131712
29
2305
5
1
+ Added@compiled/jest@^0.10.5
+ Added@compiled/jest@0.10.5(transitive)
+ Addedatob@2.1.2(transitive)
+ Addedcss@3.0.0(transitive)
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-resolve@0.6.0(transitive)
Updated@atlaskit/tokens@^2.4.0