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

@atlaskit/ds-explorations

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/ds-explorations - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

6

CHANGELOG.md
# @atlaskit/ds-explorations
## 2.0.8
### Patch Changes
- [`6ce08fbcba2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ce08fbcba2) - [ux] Fixed a bug where the `<Box>` `justifyContent` prop was mistakenly applying `alignItems` for `start` and `end` values
## 2.0.7

@@ -4,0 +10,0 @@

4

dist/cjs/components/box.partial.js

@@ -163,6 +163,6 @@ "use strict";

start: (0, _react2.css)({
alignItems: 'start'
justifyContent: 'start'
}),
end: (0, _react2.css)({
alignItems: 'end'
justifyContent: 'end'
})

@@ -169,0 +169,0 @@ };

{
"name": "@atlaskit/ds-explorations",
"version": "2.0.7",
"version": "2.0.8",
"sideEffects": false
}

@@ -155,6 +155,6 @@ import _extends from "@babel/runtime/helpers/extends";

start: css({
alignItems: 'start'
justifyContent: 'start'
}),
end: css({
alignItems: 'end'
justifyContent: 'end'
})

@@ -161,0 +161,0 @@ };

{
"name": "@atlaskit/ds-explorations",
"version": "2.0.7",
"version": "2.0.8",
"sideEffects": false
}

@@ -158,6 +158,6 @@ import _extends from "@babel/runtime/helpers/extends";

start: css({
alignItems: 'start'
justifyContent: 'start'
}),
end: css({
alignItems: 'end'
justifyContent: 'end'
})

@@ -164,0 +164,0 @@ };

{
"name": "@atlaskit/ds-explorations",
"version": "2.0.7",
"version": "2.0.8",
"sideEffects": false
}
{
"name": "@atlaskit/ds-explorations",
"version": "2.0.7",
"version": "2.0.8",
"description": "An experimental package for exploration and validation of spacing / typography foundations.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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