awesome-selector
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "awesome-selector", | ||
"description": "React, Javascript, and Typescript compatible selector.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Mostafa Mohammadzadeh", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -16,2 +16,3 @@ # Awesome Selector | ||
- Dynamic HTML | ||
- Lightweight | ||
- Lightweight | ||
- Zero Dependencies |
@@ -514,3 +514,3 @@ "use strict"; | ||
visibility: hidden; | ||
z-index: 99999999; | ||
z-index: 999999993; | ||
} | ||
@@ -517,0 +517,0 @@ .selector * { |
@@ -580,3 +580,3 @@ //custom types: | ||
visibility: hidden; | ||
z-index: 99999999; | ||
z-index: 999999993; | ||
} | ||
@@ -583,0 +583,0 @@ .selector * { |
Sorry, the diff of this file is not supported yet
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
97526
17