@leavittsoftware/web 4.6.0 → 4.6.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": "@leavittsoftware/web",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
41
41
  },
42
42
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
43
- "gitHead": "577f1061d192ab2bcf7de37bf6f2b472ed70ebad"
43
+ "gitHead": "c46615e778a9dda1513f976ee2786bc981ea77e3"
44
44
  }
@@ -339,7 +339,7 @@ let TitaniumSingleSelectBase = class TitaniumSingleSelectBase extends LoadWhile(
339
339
  aria-haspopup="true"
340
340
  aria-controls="menu"
341
341
  .disabled=${this.disabled}
342
- .error=${this.error}
342
+ ?error=${this.error}
343
343
  .errorText=${this.errorText}
344
344
  .label=${this.label}
345
345
  .required=${this.required}