New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lightningjs/ui

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/ui - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

docs/Stepper/ArrowStepper.md

8

docs/index.md

@@ -15,6 +15,6 @@ # Lightning UI Reference

* [Progress Bar](ProgressBar.md)
* [RangeInput](RangeInput/index.md)
* [ArrowRangeInput](RangeInput/ArrowRangeInput.md)
* [CarouselRangeInput](RangeInput/CarouselRangeInput.md)
* [ProgressRangeInput](RangeInput/ProgressRangeInput.md)
* [Stepper](Stepper/index.md)
* [ArrowStepper](Stepper/ArrowStepper.md)
* [CarouselStepper](Stepper/CarouselStepper.md)
* [ProgressStepper](Stepper/ProgressStepper.md)
* [Color Shift](ColorShift.md)

@@ -21,0 +21,0 @@ <!---TOC_end--->

{
"name": "@lightningjs/ui",
"version": "1.3.1",
"version": "1.3.2",
"description": "Standard UI components for Lightning",

@@ -5,0 +5,0 @@ "scripts": {

@@ -14,6 +14,6 @@ # Lightning-UI

* [Progress Bar](ProgressBar.md)
* [Adjuster](Adjuster/index.md)
* [ArrowAdjuster](Adjuster/ArrowAdjuster.md)
* [CarouselAdjuster](Adjuster/CarouselAdjuster.md)
* [ProgressAdjuster](Adjuster/ProgressAdjuster.md)
* [Stepper](docs/Stepper/index.md)
* [ArrowStepper](docs/Stepper/ArrowStepper.md)
* [CarouselStepper](docs/Stepper/CarouselStepper.md)
* [ProgressStepper](docs/Stepper/ProgressStepper.md)
* [Color Shift](ColorShift.md)

@@ -20,0 +20,0 @@

@@ -363,3 +363,3 @@ /*

mainMarginTo: directionIsRow ? 'marginRight' : 'marginBottom',
mainMarginFrom: directionIsRow ? 'marginLeft' : 'marginUp',
mainMarginFrom: directionIsRow ? 'marginLeft' : 'marginTop',
crossDirection: !directionIsRow ? 'columns' : 'rows',

@@ -369,3 +369,3 @@ cross: directionIsRow ? 'y' : 'x',

crossMarginTo: directionIsRow ? 'marginBottom' : 'marginRight',
crossMarginFrom: directionIsRow ? 'marginUp' : 'marginLeft',
crossMarginFrom: directionIsRow ? 'marginTop' : 'marginLeft',
}

@@ -372,0 +372,0 @@ }

@@ -35,4 +35,4 @@ /*

component.isAlive = true;
const {w, h, margin, marginUp, marginBottom, marginRight, marginLeft} = this;
this.children = [{...component, w, h, margin, marginUp, marginRight, marginLeft, marginBottom}];
const {w, h, margin, marginTop, marginBottom, marginRight, marginLeft} = this;
this.children = [{...component, w, h, margin, marginTop, marginRight, marginLeft, marginBottom}];
if(this.hasFocus()) {

@@ -39,0 +39,0 @@ this._refocus();

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