@rmwc/formfield
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "@rmwc/formfield", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "RMWC FormField component", | ||
@@ -9,2 +9,4 @@ "main": "dist/index.js", | ||
"sideEffects": [ | ||
"./styles.tsx", | ||
"./styles.js", | ||
"*.css" | ||
@@ -39,6 +41,6 @@ ], | ||
"@material/form-field": "^5.1.0", | ||
"@rmwc/base": "^6.0.0", | ||
"@rmwc/types": "^6.0.0" | ||
"@rmwc/base": "^6.0.1", | ||
"@rmwc/types": "^6.0.1" | ||
}, | ||
"gitHead": "48870f49fb39eeab199d83d1771bed91e81ec731" | ||
"gitHead": "1a5855872efcac665920006f8d64981b21779fb3" | ||
} |
@@ -8,3 +8,3 @@ # Form Fields | ||
- Using CSS Loader | ||
- import '@rmwc/formfield/dist/styles'; | ||
- import '@rmwc/formfield/styles'; | ||
- Or include stylesheets | ||
@@ -11,0 +11,0 @@ - **'@material/form-field/dist/mdc.form-field.css'** |
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
12566
Updated@rmwc/base@^6.0.1
Updated@rmwc/types@^6.0.1