oolib 2.71.3 → 2.72.0

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.
@@ -102,6 +102,8 @@ export namespace icons {
102
102
  export { LightbulbFilament };
103
103
  export { Keyboard };
104
104
  export { TextAa };
105
+ export { ThumbsUp };
106
+ export { ChatText };
105
107
  export { OkeGoogleIcon };
106
108
  export { LetterH };
107
109
  export { IndexIcon };
@@ -257,6 +259,8 @@ import { Binoculars } from "phosphor-react";
257
259
  import { LightbulbFilament } from "phosphor-react";
258
260
  import { Keyboard } from "phosphor-react";
259
261
  import { TextAa } from "phosphor-react";
262
+ import { ThumbsUp } from "phosphor-react";
263
+ import { ChatText } from "phosphor-react";
260
264
  import { OkeGoogleIcon } from "./custom";
261
265
  import { LetterH } from "./custom";
262
266
  import { IndexIcon } from "./custom";
@@ -107,6 +107,8 @@ exports.icons = {
107
107
  LightbulbFilament: phosphor_react_1.LightbulbFilament,
108
108
  Keyboard: phosphor_react_1.Keyboard,
109
109
  TextAa: phosphor_react_1.TextAa,
110
+ ThumbsUp: phosphor_react_1.ThumbsUp,
111
+ ChatText: phosphor_react_1.ChatText,
110
112
  //custom
111
113
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
112
114
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.71.3",
3
+ "version": "2.72.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",