oolib 2.42.2 → 2.42.4
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.
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.js +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -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";
|
package/dist/icons/index.js
CHANGED
|
@@ -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/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ Object.defineProperty(exports, "colors", { enumerable: true, get: function () {
|
|
|
25
25
|
var icons_1 = require("./icons");
|
|
26
26
|
Object.defineProperty(exports, "icons", { enumerable: true, get: function () { return icons_1.icons; } });
|
|
27
27
|
__exportStar(require("./components/Typo"), exports);
|
|
28
|
-
|
|
28
|
+
////components
|
|
29
29
|
var LoadersAndProgress_1 = require("./components/LoadersAndProgress");
|
|
30
30
|
Object.defineProperty(exports, "LoaderCircle", { enumerable: true, get: function () { return LoadersAndProgress_1.LoaderCircle; } });
|
|
31
31
|
Object.defineProperty(exports, "ProgressBar", { enumerable: true, get: function () { return LoadersAndProgress_1.ProgressBar; } });
|