@atlaskit/tag
Advanced tools
Comparing version 3.1.3 to 3.2.0
# @atlaskit/tag | ||
## 3.2.0 | ||
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30) | ||
## 3.1.3 | ||
@@ -4,0 +7,0 @@ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a) |
@@ -12,3 +12,3 @@ 'use strict'; | ||
var _templateObject = (0, _taggedTemplateLiteral3.default)(['\n align-items: center;\n appearance: none;\n background: none;\n border: none;\n border-radius: ', ';\n color: ', ';\n display: flex;\n justify-content: center;\n margin: 0;\n padding: 0;\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n\n &:hover {\n color: ', ';\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n }\n\n &::-moz-focus-inner {\n border: 0;\n margin: 0;\n padding: 0;\n }\n'], ['\n align-items: center;\n appearance: none;\n background: none;\n border: none;\n border-radius: ', ';\n color: ', ';\n display: flex;\n justify-content: center;\n margin: 0;\n padding: 0;\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n\n &:hover {\n color: ', ';\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n }\n\n &::-moz-focus-inner {\n border: 0;\n margin: 0;\n padding: 0;\n }\n']); | ||
var _templateObject = (0, _taggedTemplateLiteral3.default)(['\n align-items: center;\n appearance: none;\n background: none;\n border: none;\n border-radius: ', ';\n color: ', ';\n display: flex;\n justify-content: center;\n margin: 0;\n padding: 0;\n\n &::-moz-focus-inner {\n border: 0;\n margin: 0;\n padding: 0;\n }\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n\n &:hover {\n color: ', ';\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n }\n'], ['\n align-items: center;\n appearance: none;\n background: none;\n border: none;\n border-radius: ', ';\n color: ', ';\n display: flex;\n justify-content: center;\n margin: 0;\n padding: 0;\n\n &::-moz-focus-inner {\n border: 0;\n margin: 0;\n padding: 0;\n }\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n\n &:hover {\n color: ', ';\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n }\n']); | ||
@@ -15,0 +15,0 @@ var _styledComponents = require('styled-components'); |
import _taggedTemplateLiteral from 'babel-runtime/helpers/taggedTemplateLiteral'; | ||
var _templateObject = _taggedTemplateLiteral(['\n align-items: center;\n appearance: none;\n background: none;\n border: none;\n border-radius: ', ';\n color: ', ';\n display: flex;\n justify-content: center;\n margin: 0;\n padding: 0;\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n\n &:hover {\n color: ', ';\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n }\n\n &::-moz-focus-inner {\n border: 0;\n margin: 0;\n padding: 0;\n }\n'], ['\n align-items: center;\n appearance: none;\n background: none;\n border: none;\n border-radius: ', ';\n color: ', ';\n display: flex;\n justify-content: center;\n margin: 0;\n padding: 0;\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n\n &:hover {\n color: ', ';\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n }\n\n &::-moz-focus-inner {\n border: 0;\n margin: 0;\n padding: 0;\n }\n']); | ||
var _templateObject = _taggedTemplateLiteral(['\n align-items: center;\n appearance: none;\n background: none;\n border: none;\n border-radius: ', ';\n color: ', ';\n display: flex;\n justify-content: center;\n margin: 0;\n padding: 0;\n\n &::-moz-focus-inner {\n border: 0;\n margin: 0;\n padding: 0;\n }\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n\n &:hover {\n color: ', ';\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n }\n'], ['\n align-items: center;\n appearance: none;\n background: none;\n border: none;\n border-radius: ', ';\n color: ', ';\n display: flex;\n justify-content: center;\n margin: 0;\n padding: 0;\n\n &::-moz-focus-inner {\n border: 0;\n margin: 0;\n padding: 0;\n }\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n\n &:hover {\n color: ', ';\n\n &:focus {\n box-shadow: 0 0 0 2px ', ';\n outline: none;\n }\n }\n']); | ||
@@ -5,0 +5,0 @@ import styled from 'styled-components'; |
{ | ||
"name": "@atlaskit/tag", | ||
"version": "3.1.2" | ||
"version": "3.1.3" | ||
} |
{ | ||
"name": "@atlaskit/tag", | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"description": "This component displays as a tag with an optional link and/or button to remove the given tag.", | ||
@@ -22,4 +22,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/icon": "^10.9.2", | ||
"@atlaskit/theme": "^2.3.4", | ||
"@atlaskit/icon": "^10.12.0", | ||
"@atlaskit/theme": "^2.4.0", | ||
"@atlaskit/util-common": "^1.5.2", | ||
@@ -29,3 +29,3 @@ "babel-runtime": "^6.26.0", | ||
"debug": "^2.2.0", | ||
"styled-components": "^1.4.6" | ||
"styled-components": "1.4.6 - 3" | ||
}, | ||
@@ -36,5 +36,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@atlaskit/avatar": "^9.0.4", | ||
"@atlaskit/docs": "^2.4.3", | ||
"@atlaskit/tag-group": "^3.5.3", | ||
"@atlaskit/avatar": "^9.2.0", | ||
"@atlaskit/docs": "^2.5.0", | ||
"@atlaskit/tag-group": "^3.6.0", | ||
"@atlaskit/util-common-test": "^2.4.2", | ||
@@ -41,0 +41,0 @@ "enzyme": "^3.3.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
98425
+ Addedcamelize@1.0.1(transitive)
+ Addedcss-color-keywords@1.0.0(transitive)
+ Addedcss-to-react-native@2.3.2(transitive)
+ Addedhoist-non-react-statics@2.5.5(transitive)
+ Addedpostcss-value-parser@3.3.1(transitive)
+ Addedstyled-components@3.4.10(transitive)
+ Addedstylis@3.5.4(transitive)
+ Addedstylis-rule-sheet@0.0.10(transitive)
- Removedbowser@1.9.4(transitive)
- Removedcommander@2.20.3(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedcss-color-list@0.0.1(transitive)
- Removedcss-color-names@0.0.1(transitive)
- Removedcss-to-react-native@1.0.6(transitive)
- Removeddiscontinuous-range@1.0.0(transitive)
- Removedhyphenate-style-name@1.1.0(transitive)
- Removedinline-style-prefixer@2.0.5(transitive)
- Removedis-function@1.0.2(transitive)
- Removedis-plain-object@2.0.4(transitive)
- Removedisobject@3.0.1(transitive)
- Removedmoo@0.5.2(transitive)
- Removednearley@2.20.1(transitive)
- Removedrailroad-diagrams@1.0.0(transitive)
- Removedrandexp@0.4.6(transitive)
- Removedreact@15.7.0(transitive)
- Removedret@0.1.15(transitive)
- Removedstyled-components@1.4.6(transitive)
Updated@atlaskit/icon@^10.12.0
Updated@atlaskit/theme@^2.4.0
Updatedstyled-components@1.4.6 - 3