@aquera/nile-elements 0.0.38-4 → 0.0.38-5

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.38-4",
6
+ "version": "0.0.38-5",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -1261,6 +1261,7 @@ export class NileSelect extends NileElement implements NileFormControl {
1261
1261
 
1262
1262
  ${this.multiple
1263
1263
  ? html` <div
1264
+ part="footer"
1264
1265
  class="select__footer"
1265
1266
  @click="${this.handleFooterClick}"
1266
1267
  >