oolib 2.31.1 → 2.31.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.
@@ -84,6 +84,7 @@ export namespace icons {
84
84
  export { FolderSimple };
85
85
  export { FolderSimpleStar };
86
86
  export { LinkSimple };
87
+ export { Laptop };
87
88
  export { OkeGoogleIcon };
88
89
  export { LetterH };
89
90
  export { IndexIcon };
@@ -182,6 +183,7 @@ import { File } from "phosphor-react";
182
183
  import { FolderSimple } from "phosphor-react";
183
184
  import { FolderSimpleStar } from "phosphor-react";
184
185
  import { LinkSimple } from "phosphor-react";
186
+ import { Laptop } from "phosphor-react";
185
187
  import { OkeGoogleIcon } from "./custom";
186
188
  import { LetterH } from "./custom";
187
189
  import { IndexIcon } from "./custom";
@@ -89,6 +89,8 @@ exports.icons = {
89
89
  FolderSimple: phosphor_react_1.FolderSimple,
90
90
  FolderSimpleStar: phosphor_react_1.FolderSimpleStar,
91
91
  LinkSimple: phosphor_react_1.LinkSimple,
92
+ Laptop: phosphor_react_1.Laptop,
93
+ //custom
92
94
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
93
95
  LetterH: custom_1.LetterH,
94
96
  IndexIcon: custom_1.IndexIcon,
@@ -100,5 +102,5 @@ exports.icons = {
100
102
  IndiaFlag: custom_1.IndiaFlag,
101
103
  KenyaFlag: custom_1.KenyaFlag,
102
104
  LightbulbFilament: phosphor_react_1.LightbulbFilament,
103
- ModalBulbIcon: custom_1.ModalBulbIcon
105
+ ModalBulbIcon: custom_1.ModalBulbIcon,
104
106
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.31.1",
3
+ "version": "2.31.2",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",