Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/help-article

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/help-article - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

8

CHANGELOG.md
# @atlaskit/help-article
## 0.5.3
### Patch Changes
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
## 0.5.2

@@ -4,0 +12,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/help-article",
"version": "0.5.2",
"version": "0.5.3",
"sideEffects": false
}

@@ -1,9 +0,9 @@

import * as tslib_1 from "tslib";
import { __makeTemplateObject } from "tslib";
/** @jsx jsx */
import styled from '@emotion/styled';
import { gridSize } from '@atlaskit/theme/constants';
export var ArticleContentInner = styled.div(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n padding-bottom: ", "px;\n position: relative;\n"], ["\n padding-bottom: ", "px;\n position: relative;\n"])), 2 * gridSize());
export var ArticleContentTitle = styled.div(templateObject_2 || (templateObject_2 = tslib_1.__makeTemplateObject(["\n padding-bottom: ", "px;\n"], ["\n padding-bottom: ", "px;\n"])), 2 * gridSize());
export var ArticleContentTitleLink = styled.a(templateObject_3 || (templateObject_3 = tslib_1.__makeTemplateObject(["\n &:hover {\n text-decoration: none;\n }\n"], ["\n &:hover {\n text-decoration: none;\n }\n"])));
export var ArticleContentInner = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding-bottom: ", "px;\n position: relative;\n"], ["\n padding-bottom: ", "px;\n position: relative;\n"])), 2 * gridSize());
export var ArticleContentTitle = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n padding-bottom: ", "px;\n"], ["\n padding-bottom: ", "px;\n"])), 2 * gridSize());
export var ArticleContentTitleLink = styled.a(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n &:hover {\n text-decoration: none;\n }\n"], ["\n &:hover {\n text-decoration: none;\n }\n"])));
var templateObject_1, templateObject_2, templateObject_3;
//# sourceMappingURL=styled.js.map
{
"name": "@atlaskit/help-article",
"version": "0.5.2",
"version": "0.5.3",
"sideEffects": false
}
{
"name": "@atlaskit/help-article",
"version": "0.5.2",
"version": "0.5.3",
"description": "A cross-product help-article component",

@@ -20,3 +20,3 @@ "license": "Apache-2.0",

"dependencies": {
"@atlaskit/theme": "^9.1.0",
"@atlaskit/theme": "^9.1.6",
"@emotion/core": "^10.0.9",

@@ -31,3 +31,3 @@ "@emotion/styled": "^10.0.7",

"devDependencies": {
"@atlaskit/docs": "^8.1.1",
"@atlaskit/docs": "^8.1.5",
"enzyme": "^3.7.0",

@@ -34,0 +34,0 @@ "react-test-renderer": "^16.8.0"

{
"name": "@atlaskit/help-article",
"version": "0.5.2",
"version": "0.5.3",
"sideEffects": false
}
{
"extends": "../../../tsconfig.core.json",
"extends": "../../../tsconfig.json",
"include": [

@@ -4,0 +4,0 @@ "./src/**/*.ts",

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