@smilodon/core 1.4.0 → 1.4.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.
@@ -35,6 +35,7 @@ export declare class EnhancedSelect extends HTMLElement {
35
35
  private _rangeAnchorIndex;
36
36
  private _optionRenderer?;
37
37
  private _rendererHelpers;
38
+ private _customOptionBoundElements;
38
39
  classMap?: ClassMap;
39
40
  constructor();
40
41
  connectedCallback(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smilodon/core",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "High-performance native select component with extreme-scale virtualization - React, Vue, Svelte, Vanilla JS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",