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