oolib 2.139.1 → 2.140.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.
@@ -111,6 +111,9 @@ export namespace icons {
111
111
  export { MagicWand };
112
112
  export { CrownSimple };
113
113
  export { Funnel };
114
+ export { ThumbsDown };
115
+ export { CopySimple };
116
+ export { PaperPlaneRight };
114
117
  export { OkeGoogleIcon };
115
118
  export { LetterH };
116
119
  export { IndexIcon };
@@ -285,6 +288,9 @@ import { SquareHalfBottom } from 'phosphor-react';
285
288
  import { MagicWand } from 'phosphor-react';
286
289
  import { CrownSimple } from 'phosphor-react';
287
290
  import { Funnel } from 'phosphor-react';
291
+ import { ThumbsDown } from 'phosphor-react';
292
+ import { CopySimple } from 'phosphor-react';
293
+ import { PaperPlaneRight } from 'phosphor-react';
288
294
  import { OkeGoogleIcon } from "./custom";
289
295
  import { LetterH } from "./custom";
290
296
  import { IndexIcon } from "./custom";
@@ -116,6 +116,9 @@ exports.icons = {
116
116
  MagicWand: phosphor_react_1.MagicWand,
117
117
  CrownSimple: phosphor_react_1.CrownSimple,
118
118
  Funnel: phosphor_react_1.Funnel,
119
+ ThumbsDown: phosphor_react_1.ThumbsDown,
120
+ CopySimple: phosphor_react_1.CopySimple,
121
+ PaperPlaneRight: phosphor_react_1.PaperPlaneRight,
119
122
  //custom
120
123
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
121
124
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.139.1",
3
+ "version": "2.140.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",