@aquera/nile-elements 0.0.36-2 → 0.0.36-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.
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.36-2",
6
+ "version": "0.0.36-3",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -161,7 +161,7 @@ export class NileCodeEditor extends NileElement {
161
161
  >
162
162
  ${!this.multiline
163
163
  ? html` <nile-icon
164
- name="expand"
164
+ name="expand-2"
165
165
  class="code-editor__icon__container"
166
166
  size="16"
167
167
  color="black"