@danielgindi/selectbox 2.0.34 → 2.0.35

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/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import DropList from './DropList.js';
2
- import SelectBox from './SelectBox.js';
1
+ import DropList, { DefaultOptions as DropListDefaultOptions, ItemSymbol } from './DropList.js';
2
+ import SelectBox, { DefaultOptions as SelectBoxDefaultOptions } from './SelectBox.js';
3
3
 
4
- export { DropList, SelectBox };
4
+ export { DropList, SelectBox, DropListDefaultOptions, SelectBoxDefaultOptions, ItemSymbol };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielgindi/selectbox",
3
- "version": "2.0.34",
3
+ "version": "2.0.35",
4
4
  "description": "A collection of dom utilities. So you can work natively with the dom without dom frameworks.",
5
5
  "main": "dist/lib.cjs.min.js",
6
6
  "module": "lib/index.js",