@ucd-lib/theme-elements 3.3.0 → 3.3.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": "@ucd-lib/theme-elements",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Custom elements for the UCD brand theme",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -471,6 +471,8 @@ export default class UcdlibRangeSlider extends LitElement {
471
471
  this.shadowRoot.querySelector('#unknown').checked = true;
472
472
 
473
473
  this._onRangeNullChange();
474
+ this._render();
475
+ this._updateHistogramColors();
474
476
  }
475
477
 
476
478
  /**