@operato/input
Advanced tools
Comparing version 7.0.0 to 7.0.5
@@ -273,2 +273,4 @@ /** | ||
picker.type = 'hsl'; | ||
picker.style.setProperty('--paper-input-container-color', 'var(--md-sys-color-primary, gray)'); | ||
picker.style.setProperty('--primary-text-color', 'var(--md-sys-color-primary, gray)'); | ||
if (color.isValid()) { | ||
@@ -275,0 +277,0 @@ let rgb = color.toRgb(); |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh@hatiolab.com", | ||
"version": "7.0.0", | ||
"version": "7.0.5", | ||
"main": "dist/src/index.js", | ||
@@ -212,5 +212,5 @@ "module": "dist/src/index.js", | ||
"@operato/i18n": "^7.0.0", | ||
"@operato/popup": "^7.0.0", | ||
"@operato/popup": "^7.0.5", | ||
"@operato/styles": "^7.0.0", | ||
"@operato/utils": "^7.0.0", | ||
"@operato/utils": "^7.0.5", | ||
"@polymer/paper-dropdown-menu": "^3.2.0", | ||
@@ -259,3 +259,3 @@ "@polymer/paper-item": "^3.0.1", | ||
}, | ||
"gitHead": "b1bdd00f672eb45ffc409ed971ac60007eda4090" | ||
"gitHead": "78f3be8a64bb2be76cba1d244f55c120ea5cea46" | ||
} |
@@ -302,2 +302,4 @@ /** | ||
picker.type = 'hsl' | ||
picker.style.setProperty('--paper-input-container-color', 'var(--md-sys-color-primary, gray)') | ||
picker.style.setProperty('--primary-text-color', 'var(--md-sys-color-primary, gray)') | ||
@@ -304,0 +306,0 @@ if (color.isValid()) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1627250
24263
Updated@operato/popup@^7.0.5
Updated@operato/utils@^7.0.5