@aquera/nile-elements 0.0.39 → 0.0.40-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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.0.39",
6
+ "version": "0.0.40-1",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -333,6 +333,7 @@ export class NileSwitcher extends NileElement {
333
333
  } = Input;
334
334
  return html`<nile-code-editor
335
335
  part="switcher-code-editor"
336
+ exportparts="code-editor-base"
336
337
  class=${classMap({
337
338
  'code-editor': true,
338
339
  })}