oolib 2.38.0 → 2.38.1

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.
@@ -98,6 +98,7 @@ export namespace icons {
98
98
  export { KenyaFlag };
99
99
  export { LightbulbFilament };
100
100
  export { ModalBulbIcon };
101
+ export { Keyboard };
101
102
  }
102
103
  import { PencilSimple } from "phosphor-react";
103
104
  import { PencilLine } from "phosphor-react";
@@ -198,3 +199,4 @@ import { IndiaFlag } from "./custom";
198
199
  import { KenyaFlag } from "./custom";
199
200
  import { LightbulbFilament } from "phosphor-react";
200
201
  import { ModalBulbIcon } from "./custom";
202
+ import { Keyboard } from "phosphor-react";
@@ -104,4 +104,5 @@ exports.icons = {
104
104
  KenyaFlag: custom_1.KenyaFlag,
105
105
  LightbulbFilament: phosphor_react_1.LightbulbFilament,
106
106
  ModalBulbIcon: custom_1.ModalBulbIcon,
107
+ Keyboard: phosphor_react_1.Keyboard
107
108
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.38.0",
3
+ "version": "2.38.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",