oolib 2.218.2 → 2.218.3

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.
@@ -145,6 +145,7 @@ export namespace icons {
145
145
  export { Hash };
146
146
  export { Notebook };
147
147
  export { Folder };
148
+ export { Users };
148
149
  export { OkeGoogleIcon };
149
150
  export { LetterH };
150
151
  export { IndexIcon };
@@ -357,6 +358,7 @@ import { NumpadIcon as Numpad } from '@phosphor-icons/react';
357
358
  import { HashIcon as Hash } from '@phosphor-icons/react';
358
359
  import { NotebookIcon as Notebook } from '@phosphor-icons/react';
359
360
  import { FolderIcon as Folder } from '@phosphor-icons/react';
361
+ import { UsersIcon as Users } from '@phosphor-icons/react';
360
362
  import { OkeGoogleIcon } from "./custom";
361
363
  import { LetterH } from "./custom";
362
364
  import { IndexIcon } from "./custom";
@@ -150,6 +150,7 @@ exports.icons = {
150
150
  Hash: react_1.HashIcon,
151
151
  Notebook: react_1.NotebookIcon,
152
152
  Folder: react_1.FolderIcon,
153
+ Users: react_1.UsersIcon,
153
154
  //custom icons
154
155
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
155
156
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.218.2",
3
+ "version": "2.218.3",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",