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

@atlaskit/css-reset

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/css-reset - npm Package Compare versions

Comparing version 6.3.6 to 6.3.7

6

CHANGELOG.md
# @atlaskit/css-reset
## 6.3.7
### Patch Changes
- [`2d430dae7d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d430dae7d2) - Removes <template /> override for IE11.
## 6.3.6

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

2

dist/cjs/browser-fixes.js

@@ -16,4 +16,4 @@ "use strict";

var _default = (0, _evaluateInner.default)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n /* IE11 doesn't support <template> elements which shouldn't be displayed */\n template {\n display: none;\n }\n\n /* IE11 and some older browsers don't support these elements yet and treat them as display: inline; */\n article,\n aside,\n details,\n figcaption,\n figure,\n footer,\n header,\n hgroup,\n main,\n menu,\n nav,\n section {\n display: block;\n }\n\n /* Suppress the ugly broken image styling in Firefox */\n @-moz-document url-prefix() {\n img {\n font-size: 0;\n }\n img:-moz-broken {\n font-size: inherit;\n }\n }\n\n/*\n Chrome 83.0.4103.61 introduced a new user-agent style that broke all buttons for us. This default override reverts it.\n chrome user agent added this => font: 400 13.3333px Arial;\n*/\nbutton {\n font-family: inherit;\n}\n"])));
var _default = (0, _evaluateInner.default)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n /* IE11 and some older browsers don't support these elements yet and treat them as display: inline; */\n article,\n aside,\n details,\n figcaption,\n figure,\n footer,\n header,\n hgroup,\n main,\n menu,\n nav,\n section {\n display: block;\n }\n\n /* Suppress the ugly broken image styling in Firefox */\n @-moz-document url-prefix() {\n img {\n font-size: 0;\n }\n img:-moz-broken {\n font-size: inherit;\n }\n }\n\n/*\n Chrome 83.0.4103.61 introduced a new user-agent style that broke all buttons for us. This default override reverts it.\n chrome user agent added this => font: 400 13.3333px Arial;\n*/\nbutton {\n font-family: inherit;\n}\n"])));
exports.default = _default;
{
"name": "@atlaskit/css-reset",
"version": "6.3.6"
"version": "6.3.7"
}
import evaluateInner from './utils/evaluate-inner';
export default evaluateInner`
/* IE11 doesn't support <template> elements which shouldn't be displayed */
template {
display: none;
}
/* IE11 and some older browsers don't support these elements yet and treat them as display: inline; */

@@ -9,0 +4,0 @@ article,

{
"name": "@atlaskit/css-reset",
"version": "6.3.6"
"version": "6.3.7"
}

@@ -6,2 +6,2 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";

import evaluateInner from './utils/evaluate-inner';
export default evaluateInner(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n /* IE11 doesn't support <template> elements which shouldn't be displayed */\n template {\n display: none;\n }\n\n /* IE11 and some older browsers don't support these elements yet and treat them as display: inline; */\n article,\n aside,\n details,\n figcaption,\n figure,\n footer,\n header,\n hgroup,\n main,\n menu,\n nav,\n section {\n display: block;\n }\n\n /* Suppress the ugly broken image styling in Firefox */\n @-moz-document url-prefix() {\n img {\n font-size: 0;\n }\n img:-moz-broken {\n font-size: inherit;\n }\n }\n\n/*\n Chrome 83.0.4103.61 introduced a new user-agent style that broke all buttons for us. This default override reverts it.\n chrome user agent added this => font: 400 13.3333px Arial;\n*/\nbutton {\n font-family: inherit;\n}\n"])));
export default evaluateInner(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n /* IE11 and some older browsers don't support these elements yet and treat them as display: inline; */\n article,\n aside,\n details,\n figcaption,\n figure,\n footer,\n header,\n hgroup,\n main,\n menu,\n nav,\n section {\n display: block;\n }\n\n /* Suppress the ugly broken image styling in Firefox */\n @-moz-document url-prefix() {\n img {\n font-size: 0;\n }\n img:-moz-broken {\n font-size: inherit;\n }\n }\n\n/*\n Chrome 83.0.4103.61 introduced a new user-agent style that broke all buttons for us. This default override reverts it.\n chrome user agent added this => font: 400 13.3333px Arial;\n*/\nbutton {\n font-family: inherit;\n}\n"])));
{
"name": "@atlaskit/css-reset",
"version": "6.3.6"
"version": "6.3.7"
}
{
"name": "@atlaskit/css-reset",
"version": "6.3.6",
"version": "6.3.7",
"description": "Base stylesheet for ADG",

@@ -5,0 +5,0 @@ "publishConfig": {

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