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.103 to 0.4.104

11

CHANGELOG.md

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

## [0.4.104](https://github.com/outisfun/bricks-lerna/compare/v0.4.103...v0.4.104) (2022-03-23)
### Bug Fixes
* Adjust spacement, color and button for shopping carousel ([af5a235](https://github.com/outisfun/bricks-lerna/commit/af5a235d1aee75b79815c62b7abe480a9c9a7637))
## [0.4.103](https://github.com/outisfun/bricks-lerna/compare/v0.4.102...v0.4.103) (2022-03-23)

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

@@ -48,2 +48,7 @@ "use strict";

a.shopping-carousel {
color: color: ${props => props.colorMode === 'dark' ? 'white' : 'black'};
text-decoration: none;
}
div.credits-container {

@@ -50,0 +55,0 @@ border-top: 1px solid

@@ -44,2 +44,7 @@ import styled from 'styled-components';

a.shopping-carousel {
color: color: ${props => (props.colorMode === 'dark' ? 'white' : 'black')};
text-decoration: none;
}
div.credits-container {

@@ -46,0 +51,0 @@ border-top: 1px solid

4

package.json
{
"name": "@titelmedia/bricks-section-simple",
"version": "0.4.103",
"version": "0.4.104",
"description": "to do",

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

},
"gitHead": "1b609d3795a8b1ce0e29492abfb8cef6fd5662d3"
"gitHead": "629f392f42262a84b835746cab3fe74149c8b742"
}

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