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

@lightningtv/solid-ui

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/solid-ui - npm Package Compare versions

Comparing version 0.29.5 to 0.29.6

1

components/Column/Column.styles.ts

@@ -32,3 +32,2 @@ /*

display: 'flex',
flexBoundary: 'fixed',
flexDirection: 'column',

@@ -35,0 +34,0 @@ gap: theme.layout.gutterY,

@@ -32,3 +32,2 @@ /*

display: 'flex',
flexBoundary: 'fixed',
flexDirection: 'row',

@@ -35,0 +34,0 @@ gap: theme.layout.gutterX,

@@ -29,3 +29,2 @@ /*

display: 'flex',
flexBoundary: 'fixed',
flexDirection: 'column',

@@ -32,0 +31,0 @@ gap: theme.layout.gutterY,

@@ -29,3 +29,2 @@ /*

display: 'flex',
flexBoundary: 'fixed',
flexDirection: 'row',

@@ -32,0 +31,0 @@ gap: theme.layout.gutterX,

4

dist/utils/withScrolling.js

@@ -98,3 +98,3 @@ /*

},
items.width ?? 0
(items.preFlexwidth || items.width) ?? 0
];

@@ -107,4 +107,4 @@ }

},
items.height ?? 0
(items.preFlexheight || items.height) ?? 0
];
}
{
"name": "@lightningtv/solid-ui",
"version": "0.29.5",
"version": "0.29.6",
"description": "A shared library of components for the LightningJS Solid Framework.",

@@ -50,3 +50,3 @@ "main": "dist/index.js",

"peerDependencies": {
"@lightningtv/core": "^2.1.6",
"@lightningtv/core": "^2.1.8",
"@lightningtv/solid": "^2.1.2",

@@ -53,0 +53,0 @@ "solid-js": "*"

@@ -120,3 +120,3 @@ /*

},
items.width ?? 0
(items.preFlexwidth || items.width) ?? 0
];

@@ -129,4 +129,4 @@ }

},
items.height ?? 0
(items.preFlexheight || items.height) ?? 0
];
}

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