oolib 2.184.0 → 2.185.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.
@@ -123,6 +123,7 @@ export namespace icons {
123
123
  export { PaperPlaneTilt };
124
124
  export { NotePencil };
125
125
  export { CircleNotch };
126
+ export { PaintBucket };
126
127
  export { OkeGoogleIcon };
127
128
  export { LetterH };
128
129
  export { IndexIcon };
@@ -311,6 +312,7 @@ import { ArrowLineDown } from 'phosphor-react';
311
312
  import { PaperPlaneTilt } from 'phosphor-react';
312
313
  import { NotePencil } from 'phosphor-react';
313
314
  import { CircleNotch } from 'phosphor-react';
315
+ import { PaintBucket } from 'phosphor-react';
314
316
  import { OkeGoogleIcon } from "./custom";
315
317
  import { LetterH } from "./custom";
316
318
  import { IndexIcon } from "./custom";
@@ -128,6 +128,7 @@ exports.icons = {
128
128
  PaperPlaneTilt: phosphor_react_1.PaperPlaneTilt,
129
129
  NotePencil: phosphor_react_1.NotePencil,
130
130
  CircleNotch: phosphor_react_1.CircleNotch,
131
+ PaintBucket: phosphor_react_1.PaintBucket,
131
132
  //custom icons
132
133
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
133
134
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.184.0",
3
+ "version": "2.185.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",