@brightspace-ui/core 2.138.0 → 2.138.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.
@@ -285,6 +285,10 @@ class InputColor extends FocusMixin(FormElementMixin(LocalizeCoreElement(LitElem
285
285
 
286
286
  if (changedProperties.has('label') || changedProperties.has('type')) this._validateLabel();
287
287
 
288
+ if (changedProperties.has('value') || changedProperties.has('type') || changedProperties.has('disallowNone')) {
289
+ this.setFormValue(this.value);
290
+ }
291
+
288
292
  }
289
293
 
290
294
  _getLabel() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.138.0",
3
+ "version": "2.138.1",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",