@smilodon/core 1.3.1 → 1.3.3

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.
@@ -29,7 +29,6 @@ export declare class EnhancedSelect extends HTMLElement {
29
29
  private _errorMessage;
30
30
  private _boundArrowClick;
31
31
  private _arrowContainer?;
32
- private _optionRenderer?;
33
32
  constructor();
34
33
  connectedCallback(): void;
35
34
  disconnectedCallback(): void;
@@ -44,7 +43,6 @@ export declare class EnhancedSelect extends HTMLElement {
44
43
  private _initializeStyles;
45
44
  private _attachEventListeners;
46
45
  private _initializeObservers;
47
- private _initializeOptionRenderer;
48
46
  private _loadInitialSelectedItems;
49
47
  private _handleOpen;
50
48
  private _handleClose;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smilodon/core",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
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",