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

@titelmedia/bricks-interview

Package Overview
Dependencies
Maintainers
15
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-interview - npm Package Compare versions

Comparing version 1.10.1 to 1.11.0

6

CHANGELOG.md

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

# [1.11.0](https://github.com/titel-media/bricks-lerna/compare/v1.10.5...v1.11.0) (2023-03-31)
### Features
- Updated Interview to now have configurable fade in timing ([c6f8813](https://github.com/titel-media/bricks-lerna/commit/c6f8813ea0f1f7bad5504af82b85345a4f2d0efa))
## [1.10.1](https://github.com/titel-media/bricks-lerna/compare/v2.0.0...v1.10.1) (2023-03-22)

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

4

dist/index.js

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

sticky,
positioning
positioning,
durationNumber
}) => {

@@ -40,2 +41,3 @@ const wrapperRef = (0, _react.useRef)(null);

_bricksUtils.gsap.effects.fade(containerRef.current, {
duration: durationNumber ? durationNumber : 0.75,
trigger: wrapperRef.current

@@ -42,0 +44,0 @@ });

@@ -13,2 +13,3 @@ import React, { useEffect, useRef } from 'react';

positioning,
durationNumber
}) => {

@@ -33,2 +34,3 @@ const wrapperRef = useRef(null);

gsap.effects.fade(containerRef.current, {
duration: durationNumber ? durationNumber : 0.75,
trigger: wrapperRef.current,

@@ -35,0 +37,0 @@ });

{
"name": "@titelmedia/bricks-interview",
"version": "1.10.1",
"version": "1.11.0",
"description": "> TODO: description",

@@ -23,4 +23,4 @@ "author": "highsnob",

"dependencies": {
"@titelmedia/bricks-theme": "^1.9.0",
"@titelmedia/bricks-utils": "^1.10.1"
"@titelmedia/bricks-theme": "^1.11.0",
"@titelmedia/bricks-utils": "^1.11.0"
},

@@ -32,3 +32,3 @@ "peerDependencies": {

},
"gitHead": "297a1aeee58cdde9945537be329c145ef44f7740"
"gitHead": "c8cbffd7ad6abf4ec097a0ef38f0c91f26c4156c"
}

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