oolib 2.176.5 → 2.177.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.
@@ -121,6 +121,7 @@ export namespace icons {
121
121
  export { CirclesFour };
122
122
  export { ArrowLineDown };
123
123
  export { PaperPlaneTilt };
124
+ export { NotePencil };
124
125
  export { OkeGoogleIcon };
125
126
  export { LetterH };
126
127
  export { IndexIcon };
@@ -307,6 +308,7 @@ import { ArrowsVertical } from 'phosphor-react';
307
308
  import { CirclesFour } from 'phosphor-react';
308
309
  import { ArrowLineDown } from 'phosphor-react';
309
310
  import { PaperPlaneTilt } from 'phosphor-react';
311
+ import { NotePencil } from 'phosphor-react';
310
312
  import { OkeGoogleIcon } from "./custom";
311
313
  import { LetterH } from "./custom";
312
314
  import { IndexIcon } from "./custom";
@@ -126,6 +126,7 @@ exports.icons = {
126
126
  CirclesFour: phosphor_react_1.CirclesFour,
127
127
  ArrowLineDown: phosphor_react_1.ArrowLineDown,
128
128
  PaperPlaneTilt: phosphor_react_1.PaperPlaneTilt,
129
+ NotePencil: phosphor_react_1.NotePencil,
129
130
  //custom icons
130
131
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
131
132
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.176.5",
3
+ "version": "2.177.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",