@limetech/lime-elements 36.2.0-next.6 → 36.2.0-next.8

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.
@@ -163,14 +163,18 @@ $cropped-label-hack--font-size: 0.875rem; //14px
163
163
  background-color: $background-color-disabled;
164
164
  }
165
165
 
166
- &:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(.force-invalid) {
166
+ &:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(
167
+ .force-invalid
168
+ ) {
167
169
  .mdc-notched-outline__leading,
168
170
  .mdc-notched-outline__notch,
169
171
  .mdc-notched-outline__trailing {
170
172
  border-color: $lime-text-field-outline-color;
171
173
  }
172
174
 
173
- &:not(.mdc-text-field--focused):not(.mdc-text-field--invalid):not(.force-invalid) {
175
+ &:not(.mdc-text-field--focused):not(.mdc-text-field--invalid):not(
176
+ .force-invalid
177
+ ) {
174
178
  &:hover .mdc-notched-outline {
175
179
  .mdc-notched-outline__leading,
176
180
  .mdc-notched-outline__notch,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "36.2.0-next.6",
3
+ "version": "36.2.0-next.8",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -44,7 +44,7 @@
44
44
  "@popperjs/core": "^2.11.6",
45
45
  "@rjsf/core": "^2.4.2",
46
46
  "@stencil/core": "^2.19.2",
47
- "@stencil/sass": "^2.0.0",
47
+ "@stencil/sass": "^2.0.2",
48
48
  "@types/codemirror": "^5.60.2",
49
49
  "@types/html-escaper": "^3.0.0",
50
50
  "@types/jest": "^27.4.0",
@@ -79,7 +79,7 @@
79
79
  "material-components-web": "^13.0.0",
80
80
  "moment": "^2.29.4",
81
81
  "number-abbreviate": "^2.0.0",
82
- "prettier": "^2.7.1",
82
+ "prettier": "^2.8.1",
83
83
  "puppeteer": "^19.3.0",
84
84
  "react": "^18.2.0",
85
85
  "react-dom": "^18.2.0",