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

basic-arrow-selection

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-arrow-selection - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

6

package.json
{
"name": "basic-arrow-selection",
"version": "0.7.3",
"version": "0.7.4",
"description": "Mixin used to add prominent left and right arrow buttons to a wrapped child. Clicking the left/right buttons selects the previous/next item.",

@@ -16,4 +16,4 @@ "homepage": "https://component.kitchen",

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

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

<a name="ArrowSelection"></a>
## ArrowSelection
## ArrowSelection ⇐ <code>ElementBase</code>
Component which adds prominent left and right arrow buttons to a wrapped

@@ -25,2 +25,3 @@ child such as a carousel.

**Kind**: global class
**Mixes**: <code>DistributedChildrenAsContent</code>, <code>TargetInCollective</code>, <code>ContentFirstChildTarget</code>, <code>ItemsSelection</code>, <code>Keyboard</code>, <code>TargetSelection</code>
**Extends:** <code>ElementBase</code>
**Mixes**: <code>ContentFirstChildTarget</code>, <code>DirectionSelection</code>, <code>DistributedChildrenAsContent</code>, <code>ItemsSelection</code>, <code>Keyboard</code>, <code>KeyboardDirection</code>, <code>TargetInCollective</code>, <code>TargetInCollective</code>, <code>TargetSelection</code>
import ElementBase from '../../basic-element-base/src/ElementBase';
import ContentFirstChildTarget from '../../basic-component-mixins/src/ContentFirstChildTarget';
import DistributedChildrenAsContent from '../../basic-component-mixins/src/DistributedChildrenAsContent';
import DirectionSelection from '../../basic-component-mixins/src/DirectionSelection';
import ItemsSelection from '../../basic-component-mixins/src/ItemsSelection';
import Keyboard from '../../basic-component-mixins/src/Keyboard';
import KeyboardDirection from '../../basic-component-mixins/src/KeyboardDirection';
import ObserveContentChanges from '../../basic-component-mixins/src/ObserveContentChanges';

@@ -13,5 +15,7 @@ import TargetInCollective from '../../basic-component-mixins/src/TargetInCollective';

ContentFirstChildTarget,
DirectionSelection,
DistributedChildrenAsContent,
ItemsSelection,
Keyboard,
KeyboardDirection,
ObserveContentChanges,

@@ -44,7 +48,11 @@ TargetInCollective,

*
* @extends ElementBase
* @mixes ContentFirstChildTarget
* @mixes DirectionSelection
* @mixes DistributedChildrenAsContent
* @mixes TargetInCollective
* @mixes ContentFirstChildTarget
* @mixes ItemsSelection
* @mixes Keyboard
* @mixes KeyboardDirection
* @mixes TargetInCollective
* @mixes TargetInCollective
* @mixes TargetSelection

@@ -94,2 +102,4 @@ */

}
this.navigationAxis = 'horizontal';
}

@@ -96,0 +106,0 @@

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