Socket
Socket
Sign inDemoInstall

react-material-ui-carousel-custom

Package Overview
Dependencies
91
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

8

dist/components/Carousel.js

@@ -146,3 +146,3 @@ "use strict";

react_1.default.createElement(Styled_1.StyledIconButton, __assign({ "$alwaysVisible": navButtonsAlwaysVisible, "$fullHeightHover": fullHeightHover, onClick: next, "aria-label": "Next" }, navButtonsProps), NextIcon),
react_1.default.createElement(material_1.Typography, { style: {
!navButtonsAlwaysInvisible && (react_1.default.createElement(material_1.Typography, { style: {
position: 'absolute',

@@ -152,3 +152,3 @@ marginTop: '30px',

right: '-10px'
} }, "Next Card")),
} }, "Next Card"))),
!navButtonsAlwaysInvisible && showButton(false) &&

@@ -160,3 +160,3 @@ react_1.default.createElement(Styled_1.StyledButtonWrapper, __assign({ "$next": false, "$prev": true, "$fullHeightHover": fullHeightHover }, navButtonsWrapperProps),

react_1.default.createElement(Styled_1.StyledIconButton, __assign({ "$alwaysVisible": navButtonsAlwaysVisible, "$fullHeightHover": fullHeightHover, onClick: prev, "aria-label": "Previous" }, navButtonsProps), PrevIcon),
react_1.default.createElement(material_1.Typography, { style: {
!navButtonsAlwaysInvisible && (react_1.default.createElement(material_1.Typography, { style: {
position: 'absolute',

@@ -166,3 +166,3 @@ marginTop: '30px',

left: '10px'
} }, "Previous Card")),
} }, "Previous Card"))),
indicators ?

@@ -169,0 +169,0 @@ react_1.default.createElement(Indicators_1.Indicators, { length: Array.isArray(children) ? children.length : 0, active: state.active, press: setNext, indicatorContainerProps: indicatorContainerProps, indicatorIconButtonProps: indicatorIconButtonProps, activeIndicatorIconButtonProps: activeIndicatorIconButtonProps, IndicatorIcon: IndicatorIcon }) : null));

{
"name": "react-material-ui-carousel-custom",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A Generic, extendible Carousel UI component for React using Material UI",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc