Socket
Socket
Sign inDemoInstall

@os-design/website

Package Overview
Dependencies
Maintainers
1
Versions
533
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/website - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

7

lib/Feature/index.js

@@ -10,2 +10,3 @@ "use strict";

const core_1 = require("@emotion/core");
const GRID_COLUMN_GAP_PERCENT = 3;
const image = (p) => p.image && core_1.css `

@@ -20,6 +21,7 @@ display: grid;

${utils_1.m.md} {
grid-template-columns: 50% 1fr;
grid-template-columns: minmax(50%, 50em) 50%;
grid-template-rows: 1fr;
grid-template-areas: 'content image';
grid-column-gap: 3%;
grid-column-gap: ${GRID_COLUMN_GAP_PERCENT}%;
margin-right: ${GRID_COLUMN_GAP_PERCENT * 2}%;
}

@@ -37,3 +39,2 @@ `;

align-self: center;
max-width: 50em;

@@ -40,0 +41,0 @@ & > *:last-child {

{
"name": "@os-design/website",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",

@@ -30,6 +30,6 @@ "main": "lib/index.js",

"devDependencies": {
"@os-design/images": "^0.0.3",
"@os-design/images": "^0.0.4",
"@os-design/theming": "^0.0.3"
},
"gitHead": "a28db21798c1bd9fb39d7d7f5abe3c275f7d8624"
"gitHead": "63c3419a78501227f1624bda92ac700244e51798"
}

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