Socket
Socket
Sign inDemoInstall

@hackclub/design-system

Package Overview
Dependencies
160
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-8 to 0.0.1-9

5

dist/Box.js

@@ -58,2 +58,7 @@ 'use strict'

Box.displayName = 'Box'
Box.header = Box.withComponent('header')
Box.main = Box.withComponent('main')
Box.article = Box.withComponent('article')
Box.section = Box.withComponent('section')
Box.footer = Box.withComponent('footer')

@@ -60,0 +65,0 @@ Box.defaultProps = {

4

dist/ThemeProvider.js

@@ -24,7 +24,7 @@ 'use strict'

'\n* { box-sizing: border-box; }\nbody {\n margin: 0;\n font-family: ',
";\n line-height: 1.5;\n}\n\n@font-face {\n font-family: Averta;\n font-style: normal;\n font-weight: 400;\n src: url(//hackclub.com/fonts/averta-regular.woff2) format('woff2'), url(//hackclub.com/fonts/averta-regular.woff) format('woff');\n unicode-range: U + 0000 - F8FE, U + F900-FFFF;\n}\n@font-face {\n font-family: Averta;\n font-style: normal;\n font-weight: 700;\n src: url(//hackclub.com/fonts/averta-bold.woff2) format('woff2'), url(//hackclub.com/fonts/averta-bold.woff) format('woff');\n unicode-range: U + 0000 - F8FE, U + F900-FFFF;\n}\n"
";\n line-height: 1.5;\n}\n\n@font-face {\n font-family: Averta;\n font-style: normal;\n font-weight: 400;\n font-display: optional;\n src: url(//hackclub.com/fonts/averta-regular.woff2) format('woff2'), url(//hackclub.com/fonts/averta-regular.woff) format('woff');\n unicode-range: U + 0000 - F8FE, U + F900-FFFF;\n}\n@font-face {\n font-family: Averta;\n font-style: normal;\n font-weight: 700;\n font-display: optional;\n src: url(//hackclub.com/fonts/averta-bold.woff2) format('woff2'), url(//hackclub.com/fonts/averta-bold.woff) format('woff');\n unicode-range: U + 0000 - F8FE, U + F900-FFFF;\n}\n"
],
[
'\n* { box-sizing: border-box; }\nbody {\n margin: 0;\n font-family: ',
";\n line-height: 1.5;\n}\n\n@font-face {\n font-family: Averta;\n font-style: normal;\n font-weight: 400;\n src: url(//hackclub.com/fonts/averta-regular.woff2) format('woff2'), url(//hackclub.com/fonts/averta-regular.woff) format('woff');\n unicode-range: U + 0000 - F8FE, U + F900-FFFF;\n}\n@font-face {\n font-family: Averta;\n font-style: normal;\n font-weight: 700;\n src: url(//hackclub.com/fonts/averta-bold.woff2) format('woff2'), url(//hackclub.com/fonts/averta-bold.woff) format('woff');\n unicode-range: U + 0000 - F8FE, U + F900-FFFF;\n}\n"
";\n line-height: 1.5;\n}\n\n@font-face {\n font-family: Averta;\n font-style: normal;\n font-weight: 400;\n font-display: optional;\n src: url(//hackclub.com/fonts/averta-regular.woff2) format('woff2'), url(//hackclub.com/fonts/averta-regular.woff) format('woff');\n unicode-range: U + 0000 - F8FE, U + F900-FFFF;\n}\n@font-face {\n font-family: Averta;\n font-style: normal;\n font-weight: 700;\n font-display: optional;\n src: url(//hackclub.com/fonts/averta-bold.woff2) format('woff2'), url(//hackclub.com/fonts/averta-bold.woff) format('woff');\n unicode-range: U + 0000 - F8FE, U + F900-FFFF;\n}\n"
]

@@ -31,0 +31,0 @@ )

{
"name": "@hackclub/design-system",
"version": "0.0.1-8",
"version": "0.0.1-9",
"description": "Hack Club Design System",

@@ -20,4 +20,4 @@ "main": "dist/index.js",

"dependencies": {
"lodash": "^4.17.4",
"palx": "^1.0.2",
"lodash": "^4.17.5",
"palx": "1.0.2",
"prop-types": "^15.6.0",

@@ -27,8 +27,8 @@ "react": "^16.2.0",

"serve": "^6.4.9",
"styled-components": "^3.0.2",
"styled-system": "^1.1.1"
"styled-components": "^3.1.6",
"styled-system": "^1.1.4"
},
"devDependencies": {
"@storybook/addon-info": "v3.3.11",
"@storybook/react": "v3.3.11",
"@storybook/addon-info": "v3.3.12",
"@storybook/react": "v3.3.12",
"@storybook/storybook-deployer": "^2.2.0",

@@ -35,0 +35,0 @@ "babel-cli": "^6.26.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc