basic-arrow-selection
Advanced tools
Comparing version 0.0.3 to 0.7.0
{ | ||
"name": "basic-arrow-selection", | ||
"version": "0.0.3", | ||
"version": "0.7.0", | ||
"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.", | ||
@@ -15,8 +15,10 @@ "homepage": "https://component.kitchen", | ||
"dependencies": { | ||
"basic-element-base": "^0.0.3", | ||
"basic-component-mixins": "^0.0.3" | ||
"basic-element-base": "^0.7.0", | ||
"basic-component-mixins": "^0.7.0" | ||
}, | ||
"browserify": { | ||
"transform": ["babelify"] | ||
"transform": [ | ||
"babelify" | ||
] | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
/* | ||
/** | ||
* @class ArrowSelection | ||
@@ -21,4 +21,4 @@ * @classdesc Component which adds prominent left and right arrow buttons to a | ||
* | ||
* @mixes ChildrenContent | ||
* @mixes CollectiveMember | ||
* @mixes DistributedChildrenAsContent | ||
* @mixes TargetInCollective | ||
* @mixes ContentFirstChildTarget | ||
@@ -32,8 +32,8 @@ * @mixes ItemsSelection | ||
import ElementBase from '../../basic-element-base/src/ElementBase'; | ||
import ChildrenContent from '../../basic-component-mixins/src/ChildrenContent'; | ||
import CollectiveMember from '../../basic-component-mixins/src/CollectiveMember'; | ||
import ContentFirstChildTarget from '../../basic-component-mixins/src/ContentFirstChildTarget'; | ||
import DistributedChildrenAsContent from '../../basic-component-mixins/src/DistributedChildrenAsContent'; | ||
import ItemsSelection from '../../basic-component-mixins/src/ItemsSelection'; | ||
import Keyboard from '../../basic-component-mixins/src/Keyboard'; | ||
import ObserveContentChanges from '../../basic-component-mixins/src/ObserveContentChanges'; | ||
import TargetInCollective from '../../basic-component-mixins/src/TargetInCollective'; | ||
import TargetSelection from '../../basic-component-mixins/src/TargetSelection'; | ||
@@ -43,7 +43,8 @@ | ||
let base = ElementBase.compose( | ||
ChildrenContent, | ||
CollectiveMember, | ||
ContentFirstChildTarget, | ||
DistributedChildrenAsContent, | ||
ItemsSelection, | ||
Keyboard, | ||
ObserveContentChanges, | ||
TargetInCollective, | ||
TargetSelection | ||
@@ -50,0 +51,0 @@ ); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218674
2214
23
1
+ Addedbasic-component-mixins@0.7.6(transitive)
+ Addedbasic-element-base@0.7.6(transitive)
- Removedbasic-component-mixins@0.0.3(transitive)
- Removedbasic-element-base@0.0.3(transitive)
Updatedbasic-element-base@^0.7.0