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 1.3.2 to 1.4.0

6

CHANGELOG.md
# @atlaskit/ds-explorations
## 1.4.0
### Minor Changes
- [`7f886c0aa18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f886c0aa18) - The `Inline` component now allows children to be justified 'space-between'.
## 1.3.2

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

3

dist/cjs/components/inline.partial.js

@@ -40,2 +40,5 @@ "use strict";

}),
'space-between': (0, _react2.css)({
justifyContent: 'space-between'
}),
flexEnd: (0, _react2.css)({

@@ -42,0 +45,0 @@ justifyContent: 'flex-end'

2

dist/cjs/version.json
{
"name": "@atlaskit/ds-explorations",
"version": "1.3.2",
"version": "1.4.0",
"sideEffects": false
}

@@ -31,2 +31,5 @@ /** @jsx jsx */

}),
'space-between': css({
justifyContent: 'space-between'
}),
flexEnd: css({

@@ -33,0 +36,0 @@ justifyContent: 'flex-end'

{
"name": "@atlaskit/ds-explorations",
"version": "1.3.2",
"version": "1.4.0",
"sideEffects": false
}

@@ -31,2 +31,5 @@ /** @jsx jsx */

}),
'space-between': css({
justifyContent: 'space-between'
}),
flexEnd: css({

@@ -33,0 +36,0 @@ justifyContent: 'flex-end'

{
"name": "@atlaskit/ds-explorations",
"version": "1.3.2",
"version": "1.4.0",
"sideEffects": false
}

@@ -44,2 +44,3 @@ /** @jsx jsx */

flexStart: import("@emotion/react").SerializedStyles;
'space-between': import("@emotion/react").SerializedStyles;
flexEnd: import("@emotion/react").SerializedStyles;

@@ -46,0 +47,0 @@ start: import("@emotion/react").SerializedStyles;

{
"name": "@atlaskit/ds-explorations",
"version": "1.3.2",
"version": "1.4.0",
"description": "An experimental package for exploration and validation of spacing / typography foundations.",

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

@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 -->

- [Main Entry Types](#main-entry-types)
- [Peer Dependencies](#peer-dependencies)

@@ -283,2 +284,3 @@ ### Main Entry Types

flexStart: SerializedStyles;
'space-between': SerializedStyles;
flexEnd: SerializedStyles;

@@ -614,1 +616,13 @@ start: SerializedStyles;

<!--SECTION END: Main Entry Types-->
### Peer Dependencies
<!--SECTION START: Peer Dependencies-->
```json
{
"react": "^16.8.0"
}
```
<!--SECTION END: Peer Dependencies-->

@@ -267,2 +267,3 @@ ## API Report File for "@atlaskit/ds-explorations"

flexStart: SerializedStyles;
'space-between': SerializedStyles;
flexEnd: SerializedStyles;

@@ -269,0 +270,0 @@ start: SerializedStyles;

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