Socket
Socket
Sign inDemoInstall

@ltht-react/styles

Package Overview
Dependencies
Maintainers
1
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/styles - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.7](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/styles@0.0.6...@ltht-react/styles@0.0.7) (2020-01-30)
**Note:** Version bump only for package @ltht-react/styles
## [0.0.6](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/styles@0.0.5...@ltht-react/styles@0.0.6) (2020-01-23)

@@ -8,0 +16,0 @@

2

lib/atoms/css-reset.d.ts
declare const CSS_RESET: import("@emotion/utils").SerializedStyles;
export { CSS_RESET };
export default CSS_RESET;

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

var CSS_RESET = core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n & *,\n & ::before,\n & ::after {\n box-sizing: border-box;\n padding: 0;\n margin: 0;\n }\n & * {\n margin: 0;\n padding: 0;\n }\n color: ", ";\n font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-size: 0.8rem;\n\n & h3 {\n font-size: 1rem;\n }\n\n ", " {\n font-size: 0.9rem;\n & h3 {\n font-size: 1.1rem;\n }\n }\n ", " {\n font-size: 1rem;\n & h3 {\n font-size: 1.2rem;\n }\n }\n ", " {\n font-size: 1.1rem;\n & h3 {\n font-size: 1.3rem;\n }\n }\n"], ["\n & *,\n & ::before,\n & ::after {\n box-sizing: border-box;\n padding: 0;\n margin: 0;\n }\n & * {\n margin: 0;\n padding: 0;\n }\n color: ", ";\n font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-size: 0.8rem;\n\n & h3 {\n font-size: 1rem;\n }\n\n ", " {\n font-size: 0.9rem;\n & h3 {\n font-size: 1.1rem;\n }\n }\n ", " {\n font-size: 1rem;\n & h3 {\n font-size: 1.2rem;\n }\n }\n ", " {\n font-size: 1.1rem;\n & h3 {\n font-size: 1.3rem;\n }\n }\n"])), colours_1.TEXT_PRIMARY_COLOUR, media_queries_1.TABLET_MEDIA_QUERY, media_queries_1.DESKTOP_MEDIA_QUERY, media_queries_1.WIDESCREEN_MEDIA_QUERY);
exports.CSS_RESET = CSS_RESET;
exports.default = CSS_RESET;
var templateObject_1;
//# sourceMappingURL=css-reset.js.map
export * from './colours';
export * from './css-reset';
export { default as CSS_RESET } from './css-reset';
export * from './icons';
export * from './media-queries';

@@ -7,5 +7,6 @@ "use strict";

__export(require("./colours"));
__export(require("./css-reset"));
var css_reset_1 = require("./css-reset");
exports.CSS_RESET = css_reset_1.default;
__export(require("./icons"));
__export(require("./media-queries"));
//# sourceMappingURL=index.js.map
{
"name": "@ltht-react/styles",
"version": "0.0.6",
"version": "0.0.7",
"description": "> TODO: description",

@@ -21,13 +21,14 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>",

"scripts": {
"clean": "rimraf lib",
"build": "yarn build:lib",
"build:watch": "tsc -w",
"build:lib": "tsc",
"type:check": "tsc --noEmit",
"lint": "prettylint 'src/*.{ts,tsx}'"
"clean": "rimraf lib && rimraf node_modules",
"build": "tsc"
},
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"emotion": "^10.0.27"
},
"devDependencies": {
"typescript": "^3.7.4"
},
"gitHead": "c3679fdff0c81b46706afbf8b707e56d2c9b1ef8"
"gitHead": "41a42ce817ac46f80fe142d3af2e0e4af689adf3"
}

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