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.43 to 0.4.44

8

CHANGELOG.md

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

## [0.4.44](https://github.com/outisfun/bricks-lerna/compare/v0.4.43...v0.4.44) (2022-02-10)
**Note:** Version bump only for package @titelmedia/bricks-section-simple
## [0.4.43](https://github.com/outisfun/bricks-lerna/compare/v0.4.42...v0.4.43) (2022-02-10)

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

2

dist/styles.js

@@ -27,3 +27,3 @@ "use strict";

&:hover {
color: ${props => props.colorMode === 'dark' ? 'inherit' : 'black'};
color: ${props => props.colorMode === 'dark' ? 'black' : 'white'};
background-color: ${props => props.colorMode === 'dark' ? 'white' : 'inherit'};

@@ -30,0 +30,0 @@ border-color: ${props => props.colorMode === 'dark' ? 'inherit' : 'black'};

@@ -17,3 +17,3 @@ import styled from 'styled-components';

&:hover {
color: ${props => (props.colorMode === 'dark' ? 'inherit' : 'black')};
color: ${props => (props.colorMode === 'dark' ? 'black' : 'white')};
background-color: ${props =>

@@ -20,0 +20,0 @@ props.colorMode === 'dark' ? 'white' : 'inherit'};

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

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

},
"gitHead": "22f24b0afee9a47a0fb6620189387f7888186c94"
"gitHead": "84fd2d3b10f1a600598fd912a314b124ee27d98c"
}

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