Socket
Socket
Sign inDemoInstall

@titelmedia/bricks-theme

Package Overview
Dependencies
Maintainers
15
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-theme - npm Package Compare versions

Comparing version 1.11.19 to 1.11.21

6

CHANGELOG.md

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

## [1.11.21](https://github.com/titel-media/bricks-lerna/compare/v1.11.20...v1.11.21) (2023-05-24)
### Features
- added fontStyle to interview ([9fed77c](https://github.com/titel-media/bricks-lerna/commit/9fed77c067ac417e4b0d90ec45f7ec4591869124))
## [1.11.19](https://github.com/titel-media/bricks-lerna/compare/v1.11.18...v1.11.19) (2023-05-16)

@@ -8,0 +14,0 @@

3

lib/utilities/typography.js

@@ -7,4 +7,2 @@ import { forOwn } from 'lodash';

let correctFont = 'univers-roman';
// Probably this will be remove since we use only univers-black
if (props.bold) {

@@ -21,3 +19,2 @@ correctFont = 'univers-bold';

}
return `font-family: ${correctFont};`;

@@ -24,0 +21,0 @@ };

{
"name": "@titelmedia/bricks-theme",
"version": "1.11.19",
"version": "1.11.21",
"description": "styles!",

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

},
"gitHead": "da668fbb001a6de2672a17e74c59a05e1e0896e3"
"gitHead": "51990c87de391f2f5b0eba69de60ec2a304ad4e0"
}

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