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

basic-carousel

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-carousel - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

8

package.json
{
"name": "basic-carousel",
"version": "0.7.3",
"version": "0.7.4",
"description": "Lets the user navigate laterally through a sequence of child elements.",

@@ -15,5 +15,5 @@ "homepage": "https://component.kitchen",

"dependencies": {
"basic-element-base": "^0.7.3",
"basic-component-mixins": "^0.7.3",
"basic-sliding-viewport": "^0.7.3"
"basic-element-base": "^0.7.4",
"basic-component-mixins": "^0.7.4",
"basic-sliding-viewport": "^0.7.4"
},

@@ -20,0 +20,0 @@ "browserify": {

<a name="Carousel"></a>
## Carousel
## Carousel ⇐ <code>ElementBase</code>
Lets the user navigate laterally through a sequence of child elements.

@@ -96,2 +96,3 @@

**Kind**: global class
**Mixes**: <code>DistributedChildrenAsContent</code>, <code>TargetInCollective</code>, <code>ContentAsItems</code>, <code>DirectionSelection</code>, <code>Generic</code>, <code>ItemsSelection</code>, <code>SelectionAriaActive</code>, <code>Keyboard</code>, <code>KeyboardDirection</code>, <code>SwipeDirection</code>, <code>TrackpadDirection</code>
**Extends:** <code>ElementBase</code>
**Mixes**: <code>ContentAsItems</code>, <code>DirectionSelection</code>, <code>DistributedChildrenAsContent</code>, <code>Generic</code>, <code>ItemsSelection</code>, <code>Keyboard</code>, <code>KeyboardDirection</code>, <code>ObserveContentChanges</code>, <code>SelectionAriaActive</code>, <code>SwipeDirection</code>, <code>TargetInCollective</code>, <code>TrackpadDirection</code>

@@ -125,12 +125,14 @@ import ElementBase from '../../basic-element-base/src/ElementBase';

*
* @mixes DistributedChildrenAsContent
* @mixes TargetInCollective
* @extends ElementBase
* @mixes ContentAsItems
* @mixes DirectionSelection
* @mixes DistributedChildrenAsContent
* @mixes Generic
* @mixes ItemsSelection
* @mixes SelectionAriaActive
* @mixes Keyboard
* @mixes KeyboardDirection
* @mixes ObserveContentChanges
* @mixes SelectionAriaActive
* @mixes SwipeDirection
* @mixes TargetInCollective
* @mixes TrackpadDirection

@@ -140,2 +142,7 @@ */

createdCallback() {
if (super.createdCallback) { super.createdCallback(); }
this.navigationAxis = 'horizontal';
}
attachedCallback() {

@@ -142,0 +149,0 @@ if (super.attachedCallback) { super.attachedCallback(); }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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