New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/css

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/css - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

constellation/index/overview.mdx

8

CHANGELOG.md
# @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 @@

17

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc