react-var-ui
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"license": "BSD-3-Clause-Clear", | ||
@@ -10,3 +10,8 @@ "exports": { | ||
"./dist/index.css": { | ||
"require": "./dist/index.css", | ||
"import": "./dist/index.css" | ||
}, | ||
"./index.css": { | ||
"require": "./dist/index.css", | ||
"import": "./dist/index.css" | ||
} | ||
@@ -122,4 +127,4 @@ }, | ||
"react-color": "^2.0.0", | ||
"react-use-pointer-drag": "^0.1.0" | ||
"react-use-pointer-drag": "^0.1.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ <h1 align="center"> | ||
<p align="center"> | ||
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/react-var-ui/CI"> | ||
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/react-var-ui/main.yml?branch=main"> | ||
<a href="https://npmjs.com/package/react-var-ui" target="_blank"> | ||
@@ -69,3 +69,3 @@ <img alt="npm" src="https://img.shields.io/npm/v/react-var-ui"> | ||
/* In your CSS/SCSS file: */ | ||
@import 'react-var-ui/dist/index.css'; | ||
@import 'react-var-ui/index.css'; | ||
``` | ||
@@ -77,3 +77,3 @@ | ||
// In your JS/TS file (assuming your bundler supports loading CSS files): | ||
import 'react-var-ui/dist/index.css'; | ||
import 'react-var-ui/index.css'; | ||
``` | ||
@@ -80,0 +80,0 @@ |
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
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
63404