@smilodon/core 1.0.11 → 1.0.13

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.
@@ -131,8 +131,6 @@ export declare class EnhancedSelect extends HTMLElement {
131
131
  * Render options based on current state
132
132
  */
133
133
  private _renderOptions;
134
- private _renderExpandButton;
135
- private _toggleExpand;
136
134
  private _renderSingleOption;
137
135
  private _addLoadMoreTrigger;
138
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smilodon/core",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "High-performance native select component with extreme-scale virtualization",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",