oolib 2.92.2 → 2.92.3

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.
@@ -108,6 +108,7 @@ export namespace icons {
108
108
  export { SlackLogo };
109
109
  export { SquareHalf };
110
110
  export { SquareHalfBottom };
111
+ export { MagicWand };
111
112
  export { OkeGoogleIcon };
112
113
  export { LetterH };
113
114
  export { IndexIcon };
@@ -269,6 +270,7 @@ import { ChatText } from "phosphor-react";
269
270
  import { SlackLogo } from "phosphor-react";
270
271
  import { SquareHalf } from "phosphor-react";
271
272
  import { SquareHalfBottom } from "phosphor-react";
273
+ import { MagicWand } from "phosphor-react";
272
274
  import { OkeGoogleIcon } from "./custom";
273
275
  import { LetterH } from "./custom";
274
276
  import { IndexIcon } from "./custom";
@@ -113,6 +113,7 @@ exports.icons = {
113
113
  SlackLogo: phosphor_react_1.SlackLogo,
114
114
  SquareHalf: phosphor_react_1.SquareHalf,
115
115
  SquareHalfBottom: phosphor_react_1.SquareHalfBottom,
116
+ MagicWand: phosphor_react_1.MagicWand,
116
117
  //custom
117
118
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
118
119
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.92.2",
3
+ "version": "2.92.3",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",