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

@titelmedia/bricks-section-simple

Package Overview
Dependencies
Maintainers
11
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-section-simple - npm Package Compare versions

Comparing version 0.4.51 to 0.4.53

8

CHANGELOG.md

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

## [0.4.53](https://github.com/outisfun/bricks-lerna/compare/v0.4.52...v0.4.53) (2022-02-17)
**Note:** Version bump only for package @titelmedia/bricks-section-simple
## [0.4.51](https://github.com/outisfun/bricks-lerna/compare/v0.4.50...v0.4.51) (2022-02-17)

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

3

dist/styles.js

@@ -26,3 +26,4 @@ "use strict";

color: ${props => props.colorMode === 'dark' ? 'white' : 'inherit'};
border-bottom: ${props => props.colorMode === 'dark' ? 'rgba(255,255,255,0.4)' : 'rgba(0,0,0,0.4)'};
border-bottom: 1px solid
${props => props.colorMode === 'dark' ? 'rgba(255,255,255,0.4)' : 'rgba(0,0,0,0.4)'};
transition: 0.15s all;

@@ -29,0 +30,0 @@

@@ -16,6 +16,7 @@ import styled from 'styled-components';

color: ${props => (props.colorMode === 'dark' ? 'white' : 'inherit')};
border-bottom: ${props =>
props.colorMode === 'dark'
? 'rgba(255,255,255,0.4)'
: 'rgba(0,0,0,0.4)'};
border-bottom: 1px solid
${props =>
props.colorMode === 'dark'
? 'rgba(255,255,255,0.4)'
: 'rgba(0,0,0,0.4)'};
transition: 0.15s all;

@@ -22,0 +23,0 @@

{
"name": "@titelmedia/bricks-section-simple",
"version": "0.4.51",
"version": "0.4.53",
"description": "to do",

@@ -30,3 +30,3 @@ "author": "highsnob",

},
"gitHead": "319b8dab623b82185b9292583d35024f5da32a0f"
"gitHead": "fae8738b06b99be2e69990135c148220c278e11e"
}

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