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

@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.4 to 0.0.1-beta.5

7

dist/react/js/elvia-carousel.js

@@ -119,8 +119,6 @@ /*

"aria-label": `Gå til side ${index + 1}`,
"aria-hidden": hideLeftArrow,
hidden: hideLeftArrow,
onClick: () => handleButtonClick(index, 'left')
}, /*#__PURE__*/React.createElement("i", null)), /*#__PURE__*/React.createElement(ListOfDots, {
hideRightArrow: hideRightArrow && !showOnboardingCheckmark,
hideLeftArrow: hideLeftArrow
}, Array.from(Array(lengthOfElements), (e, listIndex) => /*#__PURE__*/React.createElement(Dot, {
}, /*#__PURE__*/React.createElement("i", null)), /*#__PURE__*/React.createElement(ListOfDots, null, Array.from(Array(lengthOfElements), (e, listIndex) => /*#__PURE__*/React.createElement(Dot, {
key: listIndex,

@@ -136,2 +134,3 @@ isSelected: listIndex === index,

"aria-label": `Gå til side ${index + 1}`,
"aria-hidden": hideRightArrow,
hidden: hideRightArrow,

@@ -138,0 +137,0 @@ onClick: () => handleButtonClick(index, 'right')

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

padding: 0px 24px;
padding: 0px ${props => props.hideRightArrow ? '64px' : '24px'} 0 ${props => props.hideLeftArrow ? '64px' : '24px'};
`;

@@ -130,3 +129,3 @@ export const Dot = styled.button`

&:hover {
background-color: #29d305;
background-color: ${ElviaColors.elviaCharge};
}

@@ -140,5 +139,3 @@ `;

visibility: ${props => props.hidden ? 'hidden' : 'visible'};
display: ${props => props.hidden ? 'none' : 'inline-block'};
cursor: pointer;

@@ -198,3 +195,3 @@ &:hover {

i {
background-color: #29d305;
background-color: ${ElviaColors.elviaCharge};
}

@@ -201,0 +198,0 @@ }

{
"name": "@elvia/elvis-carousel",
"version": "0.0.1-beta.4",
"version": "0.0.1-beta.5",
"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