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.82 to 0.4.101

11

CHANGELOG.md

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

## [0.4.101](https://github.com/outisfun/bricks-lerna/compare/v0.4.100...v0.4.101) (2022-03-21)
### Bug Fixes
* credits container has only 1px border and removing the black border on hero credits ([2d9a9f8](https://github.com/outisfun/bricks-lerna/commit/2d9a9f854dc9d54e33f540ebcaf411c479b6d1f4))
## [0.4.82](https://github.com/outisfun/bricks-lerna/compare/v0.4.81...v0.4.82) (2022-03-10)

@@ -8,0 +19,0 @@

2

dist/styles.js

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

div.credits-container {
border-top: 2px solid
border-top: 1px solid
${props => props.colorMode === 'dark' ? 'white' : 'black'};

@@ -52,0 +52,0 @@ }

@@ -45,5 +45,5 @@ import styled from 'styled-components';

div.credits-container {
border-top: 2px solid
border-top: 1px solid
${props => (props.colorMode === 'dark' ? 'white' : 'black')};
}
`;
{
"name": "@titelmedia/bricks-section-simple",
"version": "0.4.82",
"version": "0.4.101",
"description": "to do",

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

},
"gitHead": "2bcbbaebc3878346ff8cccdae2efb0b0c8e3e09b"
"gitHead": "b26cd04088b2c4d84345702bd23244adafd3d23f"
}

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