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