@limetech/lime-elements 33.13.0-next.2 → 33.13.0-next.3

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.
@@ -62,7 +62,10 @@ $cropped-label-hack--font-size: 0.875rem; //14px
62
62
  @mixin cropped-label-hack {
63
63
  // Some font size applied to `label--float-above` causes the labels to get cut off
64
64
  // when an empty field gets focused
65
- .mdc-text-field--outlined.mdc-notched-outline--upgraded.mdc-text-field--textarea,
65
+ .mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-notched-outline--upgraded,
66
+ .mdc-text-field--outlined.mdc-text-field--with-leading-icon
67
+ .mdc-notched-outline--upgraded,
68
+ .mdc-text-field--outlined.mdc-text-field--textarea.mdc-notched-outline--upgraded,
66
69
  .mdc-text-field--outlined.mdc-text-field--textarea
67
70
  .mdc-notched-outline--upgraded,
68
71
  .mdc-text-field--outlined.mdc-notched-outline--upgraded,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "33.13.0-next.2",
3
+ "version": "33.13.0-next.3",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",