@rmwc/switch
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "@rmwc/switch", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "RMWC Switch component", | ||
@@ -9,2 +9,4 @@ "main": "dist/index.js", | ||
"sideEffects": [ | ||
"./styles.tsx", | ||
"./styles.js", | ||
"*.css" | ||
@@ -39,9 +41,9 @@ ], | ||
"@material/switch": "^5.1.0", | ||
"@rmwc/base": "^6.0.0", | ||
"@rmwc/formfield": "^6.0.0", | ||
"@rmwc/ripple": "^6.0.0", | ||
"@rmwc/toggleable": "^6.0.0", | ||
"@rmwc/types": "^6.0.0" | ||
"@rmwc/base": "^6.0.1", | ||
"@rmwc/formfield": "^6.0.1", | ||
"@rmwc/ripple": "^6.0.1", | ||
"@rmwc/toggleable": "^6.0.1", | ||
"@rmwc/types": "^6.0.1" | ||
}, | ||
"gitHead": "48870f49fb39eeab199d83d1771bed91e81ec731" | ||
"gitHead": "1a5855872efcac665920006f8d64981b21779fb3" | ||
} |
@@ -8,3 +8,3 @@ # Switches | ||
- Using CSS Loader | ||
- import '@rmwc/switch/dist/styles'; | ||
- import '@rmwc/switch/styles'; | ||
- Or include stylesheets | ||
@@ -11,0 +11,0 @@ - **'@material/switch/dist/mdc.switch.css'** |
125125
Updated@rmwc/base@^6.0.1
Updated@rmwc/formfield@^6.0.1
Updated@rmwc/ripple@^6.0.1
Updated@rmwc/toggleable@^6.0.1
Updated@rmwc/types@^6.0.1