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