@atlaskit/tag-group
Advanced tools
Comparing version 10.0.14 to 10.1.0
# @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,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": "*", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24867
14
+ Added@emotion/react@^11.7.1
+ Added@emotion/babel-plugin@11.13.5(transitive)
+ Added@emotion/cache@11.14.0(transitive)
+ Added@emotion/hash@0.9.2(transitive)
+ Added@emotion/memoize@0.9.0(transitive)
+ Added@emotion/react@11.14.0(transitive)
+ Added@emotion/serialize@1.3.3(transitive)
+ Added@emotion/sheet@1.4.0(transitive)
+ Added@emotion/unitless@0.10.0(transitive)
+ Added@emotion/use-insertion-effect-with-fallbacks@1.2.0(transitive)
+ Added@emotion/utils@1.4.2(transitive)
+ Added@emotion/weak-memoize@0.4.0(transitive)
+ Addedbabel-plugin-macros@3.1.0(transitive)
+ Addedcosmiconfig@7.1.0(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedescape-string-regexp@4.0.0(transitive)
+ Addedhoist-non-react-statics@3.3.2(transitive)
+ Addedstylis@4.2.0(transitive)
- Removed@emotion/core@^10.0.9
- Removed@emotion/cache@10.0.29(transitive)
- Removed@emotion/core@10.3.1(transitive)
- Removed@emotion/css@10.0.27(transitive)
- Removed@emotion/hash@0.8.0(transitive)
- Removed@emotion/memoize@0.7.4(transitive)
- Removed@emotion/serialize@0.11.16(transitive)
- Removed@emotion/sheet@0.9.4(transitive)
- Removed@emotion/stylis@0.8.5(transitive)
- Removed@emotion/unitless@0.7.5(transitive)
- Removed@emotion/utils@0.11.3(transitive)
- Removed@emotion/weak-memoize@0.2.5(transitive)
- Removedbabel-plugin-emotion@10.2.2(transitive)
- Removedbabel-plugin-macros@2.8.0(transitive)
- Removedbabel-plugin-syntax-jsx@6.18.0(transitive)
- Removedcosmiconfig@6.0.0(transitive)
- Removedcsstype@2.6.21(transitive)
- Removedescape-string-regexp@1.0.5(transitive)