wave-ui 3.23.0 → 3.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wave-ui",
3
- "version": "3.23.0",
3
+ "version": "3.23.1",
4
4
  "description": "A UI framework for Vue.js 3 (and 2) with only the bright side. :sunny:",
5
5
  "author": "Antoni Andre <antoniandre.web@gmail.com>",
6
6
  "homepage": "https://antoniandre.github.io/wave-ui",
@@ -410,7 +410,7 @@ $inactive-color: #777;
410
410
  border: $border;
411
411
  transition: border $transition-duration;
412
412
 
413
- .w-ui.h-auto & {height: auto;}
413
+ .w-input.h-auto & {height: auto;}
414
414
  .w-input--floating-label & {margin-top: 3 * $base-increment;}
415
415
  .w-input[class^="bdrs"] &, .w-input[class*=" bdrs"] & {border-radius: inherit;}
416
416