Socket
Socket
Sign inDemoInstall

@elvia/elvis-carousel

Package Overview
Dependencies
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-carousel - npm Package Compare versions

Comparing version 0.0.1-beta.3 to 0.0.1-beta.4

8

dist/react/js/elvia-carousel.js

@@ -13,7 +13,7 @@ /*

hideArrows = false,
onHide,
useOnboardingCheckmark,
value = 0,
valueOnChange,
webcomponent,
useOnboardingCheckmark,
onHide
webcomponent
}) => {

@@ -133,3 +133,3 @@ const [index, setIndex] = useState(value);

"aria-label": "Introduksjonsstegene er fullført. Lukk introduksjon",
onClick: () => onHide()
onClick: () => onHide && onHide()
}, /*#__PURE__*/React.createElement("i", null)) : /*#__PURE__*/React.createElement(RightCarouselButton, {

@@ -136,0 +136,0 @@ "aria-label": `Gå til side ${index + 1}`,

@@ -192,3 +192,2 @@ /*

padding: 24px 16px 24px 0px;
visibility: ${props => props.hidden ? 'hidden' : 'visible'};
cursor: pointer;

@@ -195,0 +194,0 @@ &:hover {

{
"name": "@elvia/elvis-carousel",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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