Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/tag-group

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/tag-group - npm Package Compare versions

Comparing version 10.0.14 to 10.1.0

6

CHANGELOG.md
# @atlaskit/tag-group
## 10.1.0
### Minor Changes
- [`b70da512137`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b70da512137) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
## 10.0.14

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

10

dist/cjs/TagGroup/index.js

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

var _core = require("@emotion/core");
var _react2 = require("@emotion/react");
/** @jsx jsx */
var baseStyles = (0, _core.css)({
var baseStyles = (0, _react2.css)({
display: 'flex',

@@ -19,6 +19,6 @@ width: '100%',

});
var justifyStartStyles = (0, _core.css)({
var justifyStartStyles = (0, _react2.css)({
justifyContent: 'flex-start'
});
var justifyEndStyles = (0, _core.css)({
var justifyEndStyles = (0, _react2.css)({
justifyContent: 'flex-end'

@@ -40,3 +40,3 @@ });

children = _ref.children;
return (0, _core.jsx)("div", {
return (0, _react2.jsx)("div", {
ref: ref,

@@ -43,0 +43,0 @@ css: [baseStyles, alignment === 'start' && justifyStartStyles, alignment === 'end' && justifyEndStyles]

{
"name": "@atlaskit/tag-group",
"version": "10.0.14",
"version": "10.1.0",
"sideEffects": false
}
/** @jsx jsx */
import { forwardRef } from 'react';
import { css, jsx } from '@emotion/core';
import { css, jsx } from '@emotion/react';
const baseStyles = css({

@@ -5,0 +5,0 @@ display: 'flex',

{
"name": "@atlaskit/tag-group",
"version": "10.0.14",
"version": "10.1.0",
"sideEffects": false
}
/** @jsx jsx */
import { forwardRef } from 'react';
import { css, jsx } from '@emotion/core';
import { css, jsx } from '@emotion/react';
var baseStyles = css({

@@ -5,0 +5,0 @@ display: 'flex',

{
"name": "@atlaskit/tag-group",
"version": "10.0.14",
"version": "10.1.0",
"sideEffects": false
}
{
"name": "@atlaskit/tag-group",
"version": "10.0.14",
"version": "10.1.0",
"description": "A tag group controls the layout and alignment for a collection of tags.",

@@ -31,3 +31,3 @@ "publishConfig": {

"@babel/runtime": "^7.0.0",
"@emotion/core": "^10.0.9"
"@emotion/react": "^11.7.1"
},

@@ -40,3 +40,4 @@ "peerDependencies": {

"@atlaskit/docs": "*",
"@atlaskit/section-message": "^6.1.0",
"@atlaskit/ds-lib": "^2.0.1",
"@atlaskit/section-message": "^6.2.0",
"@atlaskit/ssr": "*",

@@ -43,0 +44,0 @@ "@atlaskit/tag": "*",

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