Socket
Socket
Sign inDemoInstall

@commercetools-uikit/tag

Package Overview
Dependencies
Maintainers
4
Versions
891
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/tag - npm Package Compare versions

Comparing version 10.18.4-canary.1 to 10.18.4-canary.2

8

dist/tag.cjs.js

@@ -94,4 +94,3 @@ 'use strict';

var overwrittenVars = _objectSpread2({}, designSystem.customProperties, {}, theme);
return (core.css("position:relative;display:flex;box-sizing:border-box;align-items:center;border-radius:", overwrittenVars[designSystem.designTokens.borderRadiusForTag], ";padding:5px ", designSystem.customProperties.spacingS, ";white-space:normal;text-align:left;min-width:0;overflow-wrap:break-word;hyphens:auto;border-style:solid;border-width:1px;border-color:", props.type === 'warning' ? overwrittenVars[designSystem.designTokens.borderColorForTagWarning] : overwrittenVars[designSystem.designTokens.borderColorForTag], ";width:100%;small{color:", getTextDetailColor(props.isDisabled, theme), ";}")
);
return core.css("position:relative;display:flex;box-sizing:border-box;align-items:center;border-radius:", overwrittenVars[designSystem.designTokens.borderRadiusForTag], ";padding:5px ", designSystem.customProperties.spacingS, ";white-space:normal;text-align:left;min-width:0;overflow-wrap:break-word;hyphens:auto;border-style:solid;border-width:1px;border-color:", props.type === 'warning' ? overwrittenVars[designSystem.designTokens.borderColorForTagWarning] : overwrittenVars[designSystem.designTokens.borderColorForTag], ";width:100%;small{color:", getTextDetailColor(props.isDisabled, theme), ";}");
};

@@ -143,4 +142,3 @@ var getWrapperBackgroundColor = function getWrapperBackgroundColor(type, theme) {

css: function css(theme) {
return (core.css("a{cursor:pointer;text-decoration:none;}cursor:default;min-width:0;display:flex;background-color:", getWrapperBackgroundColor(props.type, theme), ";")
);
return core.css("a{cursor:pointer;text-decoration:none;}cursor:default;min-width:0;display:flex;background-color:", getWrapperBackgroundColor(props.type, theme), ";");
}

@@ -187,5 +185,5 @@ }, core.jsx(TagBody, _extends({}, linkProps, {

var version = '10.18.4-canary.1+77574cd7';
var version = '10.18.4-canary.2+012208d7';
exports.default = Tag;
exports.version = version;

@@ -88,4 +88,3 @@ import _styled from '@emotion/styled-base';

var overwrittenVars = _objectSpread2({}, customProperties, {}, theme);
return (css("position:relative;display:flex;box-sizing:border-box;align-items:center;border-radius:", overwrittenVars[designTokens.borderRadiusForTag], ";padding:5px ", customProperties.spacingS, ";white-space:normal;text-align:left;min-width:0;overflow-wrap:break-word;hyphens:auto;border-style:solid;border-width:1px;border-color:", props.type === 'warning' ? overwrittenVars[designTokens.borderColorForTagWarning] : overwrittenVars[designTokens.borderColorForTag], ";width:100%;small{color:", getTextDetailColor(props.isDisabled, theme), ";}")
);
return css("position:relative;display:flex;box-sizing:border-box;align-items:center;border-radius:", overwrittenVars[designTokens.borderRadiusForTag], ";padding:5px ", customProperties.spacingS, ";white-space:normal;text-align:left;min-width:0;overflow-wrap:break-word;hyphens:auto;border-style:solid;border-width:1px;border-color:", props.type === 'warning' ? overwrittenVars[designTokens.borderColorForTagWarning] : overwrittenVars[designTokens.borderColorForTag], ";width:100%;small{color:", getTextDetailColor(props.isDisabled, theme), ";}");
};

@@ -137,4 +136,3 @@ var getWrapperBackgroundColor = function getWrapperBackgroundColor(type, theme) {

css: function css$1(theme) {
return (css("a{cursor:pointer;text-decoration:none;}cursor:default;min-width:0;display:flex;background-color:", getWrapperBackgroundColor(props.type, theme), ";")
);
return css("a{cursor:pointer;text-decoration:none;}cursor:default;min-width:0;display:flex;background-color:", getWrapperBackgroundColor(props.type, theme), ";");
}

@@ -181,5 +179,5 @@ }, jsx(TagBody, _extends({}, linkProps, {

var version = '10.18.4-canary.1+77574cd7';
var version = '10.18.4-canary.2+012208d7';
export default Tag;
export { version };
{
"name": "@commercetools-uikit/tag",
"version": "10.18.4-canary.1+77574cd7",
"version": "10.18.4-canary.2+012208d7",
"description": "",

@@ -21,7 +21,7 @@ "main": "dist/tag.cjs.js",

"dependencies": {
"@commercetools-uikit/accessible-button": "10.18.4-canary.1+77574cd7",
"@commercetools-uikit/constraints": "10.18.4-canary.1+77574cd7",
"@commercetools-uikit/design-system": "10.18.4-canary.1+77574cd7",
"@commercetools-uikit/icons": "10.18.4-canary.1+77574cd7",
"@commercetools-uikit/text": "10.18.4-canary.1+77574cd7",
"@commercetools-uikit/accessible-button": "10.18.4-canary.2+012208d7",
"@commercetools-uikit/constraints": "10.18.4-canary.2+012208d7",
"@commercetools-uikit/design-system": "10.18.4-canary.2+012208d7",
"@commercetools-uikit/icons": "10.18.4-canary.2+012208d7",
"@commercetools-uikit/text": "10.18.4-canary.2+012208d7",
"@emotion/core": "10.0.28",

@@ -35,3 +35,3 @@ "prop-types": "15.7.2"

"license": "MIT",
"gitHead": "77574cd784dc6d2e613c98a53a76a682c588c850"
"gitHead": "012208d7e8de30a634a8dc1c1fe96da524bb4599"
}
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