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

brainly-style-guide

Package Overview
Dependencies
Maintainers
12
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brainly-style-guide - npm Package Compare versions

Comparing version 182.0.0 to 182.0.1

2

package.json
{
"name": "brainly-style-guide",
"version": "182.0.0",
"version": "182.0.1",
"description": "Brainly Front-End Style Guide",

@@ -5,0 +5,0 @@ "repository": "https://github.com/brainly/style-guide.git",

@@ -68,8 +68,10 @@ import React from 'react';

backgroundColor:
type === 'transparent-inverted' ? hex.graySecondary : null,
paddingTop: type === 'transparent-inverted' ? '8px' : null,
paddingLeft: type === 'transparent-inverted' ? '4px' : null,
type === 'transparent-inverted' || type === 'solid-inverted'
? hex.graySecondary
: null,
paddingTop: '8px',
paddingLeft: '16px',
}}
>
<DocsBlock evenColumns justified>
<DocsBlock evenColumns>
<Text>{type}</Text>

@@ -136,3 +138,3 @@ </DocsBlock>

<DocsBlock centered fullWidth>
<DocsBlock evenColumns justified>
<DocsBlock evenColumns style={{paddingLeft: '16px'}}>
<Text weight="bold">type / state </Text>

@@ -139,0 +141,0 @@ </DocsBlock>

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