@smilodon/core 1.4.1 → 1.4.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.
@@ -36,10 +36,17 @@ export declare class EnhancedSelect extends HTMLElement {
36
36
  private _optionRenderer?;
37
37
  private _rendererHelpers;
38
38
  private _customOptionBoundElements;
39
+ private _mirrorGlobalStylesForCustomOptions;
40
+ private _globalStylesObserver;
41
+ private _globalStylesContainer;
39
42
  classMap?: ClassMap;
40
43
  constructor();
41
44
  connectedCallback(): void;
42
45
  disconnectedCallback(): void;
46
+ private _setGlobalStylesMirroring;
47
+ private _setupGlobalStylesMirroring;
48
+ private _teardownGlobalStylesMirroring;
49
+ private _mirrorDocumentStylesIntoShadow;
43
50
  private _createContainer;
44
51
  private _createInputContainer;
45
52
  private _createInput;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smilodon/core",
3
- "version": "1.4.1",
3
+ "version": "1.4.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",