oolib 2.227.3 → 2.227.4

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.
@@ -157,6 +157,7 @@ export namespace icons {
157
157
  export { Function };
158
158
  export { Note };
159
159
  export { Clipboard };
160
+ export { Robot };
160
161
  export { OkeGoogleIcon };
161
162
  export { LetterH };
162
163
  export { IndexIcon };
@@ -384,6 +385,7 @@ import { DatabaseIcon as Database } from "@phosphor-icons/react";
384
385
  import { FunctionIcon as Function } from "@phosphor-icons/react";
385
386
  import { NoteIcon as Note } from "@phosphor-icons/react";
386
387
  import { ClipboardIcon as Clipboard } from "@phosphor-icons/react";
388
+ import { RobotIcon as Robot } from "@phosphor-icons/react";
387
389
  import { OkeGoogleIcon } from "./custom";
388
390
  import { LetterH } from "./custom";
389
391
  import { IndexIcon } from "./custom";
@@ -162,6 +162,7 @@ exports.icons = {
162
162
  Function: react_1.FunctionIcon,
163
163
  Note: react_1.NoteIcon,
164
164
  Clipboard: react_1.ClipboardIcon,
165
+ Robot: react_1.RobotIcon,
165
166
  //custom icons
166
167
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
167
168
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.227.3",
3
+ "version": "2.227.4",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",