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

@atlaskit/tag

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/tag - npm Package Compare versions

Comparing version 3.1.3 to 3.2.0

3

CHANGELOG.md
# @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)

2

dist/cjs/RemoveButton/styled.js

@@ -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

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