oolib 2.59.1 → 2.59.2

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.
@@ -107,6 +107,7 @@ function DropdownSingle(_a) {
107
107
  var ops = (0, generateOptions_1.generateOptions)({
108
108
  options: optionsProp,
109
109
  optionsFn: optionsFn,
110
+ theme: theme
110
111
  });
111
112
  return (!isSearchable && !isTagsStyle)
112
113
  ? ops
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.59.1",
3
+ "version": "2.59.2",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",