@atlaskit/css
Advanced tools
Comparing version 0.6.1 to 0.6.2
# @atlaskit/css | ||
## 0.6.2 | ||
### Patch Changes | ||
- [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531) | ||
[`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) - | ||
Adds side-effect config to support Compiled css extraction in third-party apps | ||
## 0.6.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/css", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.", | ||
@@ -18,3 +18,10 @@ "author": "Atlassian Pty Ltd", | ||
"status": { | ||
"type": "beta" | ||
"type": "beta", | ||
"description": "The Atlassian Design System is migrating from Emotion to Compiled CSS-in-JS. This transition aims to improve performance and align with modern React features.", | ||
"actions": [ | ||
{ | ||
"text": "View RFC", | ||
"href": "https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/85953" | ||
} | ||
] | ||
} | ||
@@ -36,3 +43,5 @@ } | ||
}, | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"**/*.compiled.css" | ||
], | ||
"atlaskit:src": "src/index.tsx", | ||
@@ -53,3 +62,3 @@ "af:exports": { | ||
"@af/visual-regression": "*", | ||
"@atlaskit/ds-lib": "^3.1.0", | ||
"@atlaskit/ds-lib": "^3.2.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -56,0 +65,0 @@ "@atlaskit/visual-regression": "*", |
Sorry, the diff of this file is not supported yet
119584