oolib 2.42.2 → 2.42.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.
@@ -14,6 +14,7 @@ export namespace icons {
14
14
  export { UserCirclePlus };
15
15
  export { MapPinLine };
16
16
  export { WarningCircle };
17
+ export { HighlighterCircle };
17
18
  export { Paperclip };
18
19
  export { SpeakerHigh };
19
20
  export { ArrowLeft };
@@ -117,6 +118,7 @@ import { User } from "phosphor-react";
117
118
  import { UserCirclePlus } from "phosphor-react";
118
119
  import { MapPinLine } from "phosphor-react";
119
120
  import { WarningCircle } from "phosphor-react";
121
+ import { HighlighterCircle } from "phosphor-react";
120
122
  import { Paperclip } from "phosphor-react";
121
123
  import { SpeakerHigh } from "phosphor-react";
122
124
  import { ArrowLeft } from "phosphor-react";
@@ -19,6 +19,7 @@ exports.icons = {
19
19
  UserCirclePlus: phosphor_react_1.UserCirclePlus,
20
20
  MapPinLine: phosphor_react_1.MapPinLine,
21
21
  WarningCircle: phosphor_react_1.WarningCircle,
22
+ HighlighterCircle: phosphor_react_1.HighlighterCircle,
22
23
  Paperclip: phosphor_react_1.Paperclip,
23
24
  SpeakerHigh: phosphor_react_1.SpeakerHigh,
24
25
  ArrowLeft: phosphor_react_1.ArrowLeft,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.42.2",
3
+ "version": "2.42.3",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",