itoldya-react-grid-gallery
Advanced tools
Comparing version 0.6.0 to 1.0.1
@@ -22,2 +22,3 @@ 'use strict'; | ||
cursor: "pointer", | ||
maxWidth: "none", | ||
width: item.scaledWidth, | ||
@@ -24,0 +25,0 @@ height: item.scaledHeight, |
@@ -18,2 +18,3 @@ import { jsx, jsxs } from 'react/jsx-runtime'; | ||
cursor: "pointer", | ||
maxWidth: "none", | ||
width: item.scaledWidth, | ||
@@ -20,0 +21,0 @@ height: item.scaledHeight, |
@@ -93,2 +93,3 @@ (function (global, factory) { | ||
cursor: "pointer", | ||
maxWidth: "none", | ||
width: item.scaledWidth, | ||
@@ -95,0 +96,0 @@ height: item.scaledHeight, |
{ | ||
"name": "itoldya-react-grid-gallery", | ||
"version": "0.6.0", | ||
"version": "1.0.1", | ||
"description": "Justified gallery component for React.", | ||
@@ -21,2 +21,3 @@ "types": "dist/itoldya-react-grid-gallery.d.ts", | ||
"scripts": { | ||
"prepack": "npm run build", | ||
"clean": "rimraf dist", | ||
@@ -26,4 +27,2 @@ "rollup:build": "rollup -c", | ||
"build": "npm run clean && npm run rollup:build", | ||
"build:examples": "rollup -c rollup.config.examples.js", | ||
"watch:examples": "rollup -c rollup.config.examples.js -w", | ||
"test": "jest", | ||
@@ -30,0 +29,0 @@ "test:unit": "jest --testPathIgnorePatterns=\\.e2e\\.test\\.js", |
@@ -21,2 +21,3 @@ import { CSSProperties } from "react"; | ||
cursor: "pointer", | ||
maxWidth: "none", | ||
width: item.scaledWidth, | ||
@@ -23,0 +24,0 @@ height: item.scaledHeight, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
210550
1862
1
0