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