oolib 2.217.2 → 2.218.0

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.
@@ -221,6 +221,18 @@ var getEmptyStatesConfig = function (_a) {
221
221
  title: 'Type something in the searchbar above to start searching through your data',
222
222
  subtitle: "",
223
223
  };
224
+ case "globalSearch_noDataSources":
225
+ return {
226
+ align: "center",
227
+ image: {
228
+ src: "searchListing",
229
+ style: {
230
+ opacity: 0.6,
231
+ },
232
+ },
233
+ title: "No data sources present on the platform",
234
+ subtitle: "",
235
+ };
224
236
  case "searchDashBoardListing":
225
237
  return {
226
238
  align: "center",
@@ -141,6 +141,7 @@ export namespace icons {
141
141
  export { Sparkle };
142
142
  export { Chat };
143
143
  export { Numpad };
144
+ export { Hash };
144
145
  export { OkeGoogleIcon };
145
146
  export { LetterH };
146
147
  export { IndexIcon };
@@ -349,6 +350,7 @@ import { StackIcon as Stack } from '@phosphor-icons/react';
349
350
  import { SparkleIcon as Sparkle } from '@phosphor-icons/react';
350
351
  import { ChatIcon as Chat } from '@phosphor-icons/react';
351
352
  import { NumpadIcon as Numpad } from '@phosphor-icons/react';
353
+ import { HashIcon as Hash } from '@phosphor-icons/react';
352
354
  import { OkeGoogleIcon } from "./custom";
353
355
  import { LetterH } from "./custom";
354
356
  import { IndexIcon } from "./custom";
@@ -146,6 +146,7 @@ exports.icons = {
146
146
  Sparkle: react_1.SparkleIcon,
147
147
  Chat: react_1.ChatIcon,
148
148
  Numpad: react_1.NumpadIcon,
149
+ Hash: react_1.HashIcon,
149
150
  //custom icons
150
151
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
151
152
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.217.2",
3
+ "version": "2.218.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",