@creative-web-solution/front-library 7.1.8 → 7.1.9

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/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # CHANGELOG
2
2
 
3
3
 
4
- ## 7.1.8
4
+ ## 7.1.9
5
5
 
6
6
  * SelectSkin: Fix templating
7
7
 
@@ -392,14 +392,14 @@ export default class SkinSelect implements FLib.SkinSelect.SkinSelect {
392
392
  "onClass": opt.selected ? " on" : "",
393
393
  "text": opt.text,
394
394
  "value": opt.value,
395
- "layerClassName": this.#options.layerClassName,
396
- "listClassName": this.#options.listClassName
395
+ "itemClassName": this.#options.itemClassName
397
396
  } ) );
398
397
  }
399
398
 
400
399
  this.#$parent.appendChild( strToDOM( quickTemplate( this.#options.listTpl.wrapper, {
401
- "items": HTML_LIST.join( '' ),
402
- "itemClassName": this.#options.itemClassName
400
+ "items": HTML_LIST.join( '' ),
401
+ "layerClassName": this.#options.layerClassName,
402
+ "listClassName": this.#options.listClassName
403
403
  } ) ) );
404
404
 
405
405
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Front Library
2
2
 
3
- @version: 7.1.8
3
+ @version: 7.1.9
4
4
 
5
5
 
6
6
  ## Use
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@creative-web-solution/front-library",
3
3
  "title": "Frontend library",
4
4
  "description": "Frontend functions and modules",
5
- "version": "7.1.8",
5
+ "version": "7.1.9",
6
6
  "homepage": "https://github.com/creative-web-solution/front-library",
7
7
  "author": "Creative Web Solution <contact@cws-studio.com> (https://www.cws-studio.com)",
8
8
  "keywords": [],