oolib 2.213.3 → 2.213.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.
@@ -209,6 +209,18 @@ var getEmptyStatesConfig = function (_a) {
209
209
  text: "Clear Search",
210
210
  },
211
211
  };
212
+ case "globalSearch_initEmptyState":
213
+ return {
214
+ align: "center",
215
+ image: {
216
+ src: "searchListing",
217
+ style: {
218
+ opacity: 0.6,
219
+ },
220
+ },
221
+ title: 'Type something in the searchbar above to start searching through your data',
222
+ subtitle: "",
223
+ };
212
224
  case "searchDashBoardListing":
213
225
  return {
214
226
  align: "center",
@@ -58,6 +58,6 @@ var LoaderOverlay = function (_a) {
58
58
  left: 0,
59
59
  zIndex: 1000000000,
60
60
  } },
61
- react_1.default.createElement(LoaderCircle_1.LoaderCircle, { text: loaderText || "Generating Template...", isBlock: true, invert: true }))), document.getElementById("loader-root")));
61
+ react_1.default.createElement(LoaderCircle_1.LoaderCircle, { text: loaderText || "Loading...", isBlock: true, invert: true }))), document.getElementById("loader-root")));
62
62
  };
63
63
  exports.LoaderOverlay = LoaderOverlay;
@@ -105,11 +105,6 @@ function SwitchSingle(_a) {
105
105
  onChange(id, isInactive ? (saveValueAsString ? option.value : option) : undefined);
106
106
  };
107
107
  var genSwitch = function () {
108
- console.log("Rendering genSwitch:", {
109
- currentDirection: currentDirection,
110
- isInactive: isInactive,
111
- disabled: disabled,
112
- });
113
108
  return (react_1.default.createElement(styled_1.StyledButtonSlider, { inactive: isInactive, disabled: disabled, onClick: handleClick },
114
109
  react_1.default.createElement(styled_1.StyledSwitch, { className: "StyledSwitch" //read in styled.js why we are using an okf-anti-pattern
115
110
  , direction: currentDirection, inactive: isInactive, disabled: disabled })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.213.3",
3
+ "version": "2.213.5",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",