revdev-components 0.245.0 → 0.247.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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const RegularIconNameList: ("add" | "add-box" | "add-circle" | "add-circle-outline" | "ai" | "alfa" | "apps" | "arrow-back" | "arrow-back-ios" | "arrow-drop-down" | "arrow-drop-up" | "arrow-forward" | "arrow-forward-ios" | "arrow-left" | "arrow-right" | "autorenew" | "backspace" | "bar-chart" | "book" | "bug" | "bookmark" | "bookmark-outline" | "brightness" | "brightness-outline" | "calendar" | "camera" | "cards" | "category" | "check-circle" | "check-circle-outline" | "check" | "circle-notifications" | "cloud-download" | "collections-bookmark" | "complaint" | "computer" | "contact-support" | "cross" | "course" | "cube-letter" | "cube-outline" | "date-range" | "delete" | "delete-forever" | "delete-outline" | "edit" | "enter" | "equalizer" | "exam" | "exercise" | "expand-less" | "expand-more" | "external-link" | "favorite" | "favorite-outline" | "file-download" | "file-upload" | "flag" | "flag-outline" | "flip" | "folder" | "globe" | "group" | "group-add" | "grade" | "help" | "help-live" | "help-outline" | "highlight-remove" | "key" | "keyboard" | "keyboard-arrow-down" | "keyboard-arrow-left" | "keyboard-arrow-right" | "keyboard-arrow-up" | "keyboard-voice" | "known" | "known-outline" | "language" | "letter-match" | "level" | "library-books" | "lightbulb" | "lightbulb-outline" | "list" | "lock" | "lock-open-outline" | "lock-outline" | "logout" | "loop" | "mail" | "mail-outline" | "match-up" | "menu" | "menu-book" | "more-horizontal" | "more-vertical" | "multiple-choice" | "passed" | "person" | "person-add" | "person-outline" | "pie-chart" | "pie-chart-outline" | "pin" | "pin-outline" | "play-arrow" | "play-circle-filled" | "play-circle-outline" | "playlist-add" | "playlist-add-check" | "power-off" | "price-tag" | "prompt" | "quiz" | "rate-down" | "rate-down-outline" | "rate-up" | "rate-up-outline" | "refresh" | "remove" | "remove-circle" | "remove-circle-outline" | "replay-circle-filled" | "search" | "security" | "sentiment-dissatisfied" | "sentiment-satisfied" | "settings" | "share" | "shield" | "social" | "snowflake" | "sort" | "space" | "speech-part" | "spelling" | "star-half" | "star-outline" | "star" | "sun" | "sync" | "table" | "thumb-down" | "thumb-down-outline" | "thumb-up" | "thumb-up-outline" | "time" | "timer" | "topic" | "tran" | "unfavorite" | "visibility" | "volume-off" | "volume-up" | "word" | "image" | "magic-wand" | "microphone-off" | "microphone" | "moon" | "music" | "learn" | "audio" | "tag" | "unknown" | "unknown-outline" | "discover" | "pricing" | "rule" | "school" | "copy")[];
|
|
1
|
+
export declare const RegularIconNameList: ("add" | "admin" | "add-box" | "add-circle" | "add-circle-outline" | "ai" | "alfa" | "apps" | "arrow-back" | "arrow-back-ios" | "arrow-drop-down" | "arrow-drop-up" | "arrow-forward" | "arrow-forward-ios" | "arrow-left" | "arrow-right" | "autorenew" | "backspace" | "bar-chart" | "book" | "bug" | "bookmark" | "bookmark-outline" | "brightness" | "brightness-outline" | "calendar" | "camera" | "cards" | "category" | "check-circle" | "check-circle-outline" | "check" | "circle-notifications" | "cloud-download" | "collections-bookmark" | "complaint" | "computer" | "contact-support" | "cross" | "course" | "cube-letter" | "cube-outline" | "date-range" | "delete" | "delete-forever" | "delete-outline" | "edit" | "enter" | "equalizer" | "exam" | "exercise" | "expand-less" | "expand-more" | "external-link" | "favorite" | "favorite-outline" | "file-download" | "file-upload" | "flag" | "flag-outline" | "flip" | "folder" | "globe" | "group" | "group-add" | "grade" | "help" | "help-live" | "help-outline" | "highlight-remove" | "key" | "keyboard" | "keyboard-arrow-down" | "keyboard-arrow-left" | "keyboard-arrow-right" | "keyboard-arrow-up" | "keyboard-voice" | "known" | "known-outline" | "language" | "letter-match" | "level" | "library-books" | "lightbulb" | "lightbulb-outline" | "list" | "lock" | "lock-open-outline" | "lock-outline" | "logout" | "loop" | "mail" | "mail-outline" | "match-up" | "menu" | "menu-book" | "more-horizontal" | "more-vertical" | "multiple-choice" | "passed" | "person" | "person-add" | "person-outline" | "pie-chart" | "pie-chart-outline" | "pin" | "pin-outline" | "play-arrow" | "play-circle-filled" | "play-circle-outline" | "playlist-add" | "playlist-add-check" | "power-off" | "price-tag" | "prompt" | "quiz" | "rate-down" | "rate-down-outline" | "rate-up" | "rate-up-outline" | "refresh" | "remove" | "remove-circle" | "remove-circle-outline" | "replay-circle-filled" | "search" | "security" | "sentiment-dissatisfied" | "sentiment-satisfied" | "settings" | "share" | "shield" | "social" | "snowflake" | "sort" | "space" | "speech-part" | "spelling" | "star-half" | "star-outline" | "star" | "sun" | "sync" | "table" | "thumb-down" | "thumb-down-outline" | "thumb-up" | "thumb-up-outline" | "time" | "timer" | "topic" | "tran" | "unfavorite" | "visibility" | "volume-off" | "volume-up" | "word" | "image" | "magic-wand" | "microphone-off" | "microphone" | "moon" | "music" | "learn" | "audio" | "tag" | "unknown" | "unknown-outline" | "discover" | "pricing" | "rule" | "school" | "copy")[];
|
|
2
2
|
export type RegularIconName = (typeof RegularIconNameList)[number];
|
package/build/index.js
CHANGED
|
@@ -92,14 +92,27 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
92
92
|
|
|
93
93
|
var s$G = {"root":"index-module_root__UzFV2","column":"index-module_column__XEWzG","children":"index-module_children__y7-7m","flex":"index-module_flex__83M30","button":"index-module_button__U8D6K"};
|
|
94
94
|
|
|
95
|
-
var _path$
|
|
96
|
-
function _extends$
|
|
95
|
+
var _path$2V;
|
|
96
|
+
function _extends$2Y() { return _extends$2Y = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$2Y.apply(null, arguments); }
|
|
97
97
|
var SvgAdd = function SvgAdd(props) {
|
|
98
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2Y({
|
|
99
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
100
|
+
viewBox: "0 0 32 32"
|
|
101
|
+
}, props), _path$2V || (_path$2V = /*#__PURE__*/React__namespace.createElement("path", {
|
|
102
|
+
d: "M25.313 17.313h-8v8h-2.625v-8h-8v-2.625h8v-8h2.625v8h8z"
|
|
103
|
+
})));
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
var _path$2U, _path2$f;
|
|
107
|
+
function _extends$2X() { return _extends$2X = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$2X.apply(null, arguments); }
|
|
108
|
+
var SvgAdmin = function SvgAdmin(props) {
|
|
98
109
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2X({
|
|
99
110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
100
111
|
viewBox: "0 0 32 32"
|
|
101
112
|
}, props), _path$2U || (_path$2U = /*#__PURE__*/React__namespace.createElement("path", {
|
|
102
|
-
d: "
|
|
113
|
+
d: "M18.499 6.977a5.513 5.513 0 1 1-11.025 0 5.513 5.513 0 0 1 11.025 0M14.612 28.588a1.97 1.97 0 0 1-.586-1.405c0-.344.088-.667.242-.949l-.005.01.487-.919-1.002-.303a1.97 1.97 0 0 1-1.379-1.877l.001-.056v.003-1.888c0-.89.585-1.642 1.392-1.895l.014-.004 1.002-.303-.478-.919a1.97 1.97 0 0 1-.233-.936c0-.536.211-1.022.555-1.381l-.001.001a17 17 0 0 0-2.125-.147h-.007a14.28 14.28 0 0 0-11.131 4.908l-.015.017v7.121a.92.92 0 0 0 .919.919h12.349z"
|
|
114
|
+
})), _path2$f || (_path2$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
115
|
+
d: "m30.472 20.907-1.838-.551a6.2 6.2 0 0 0-.549-1.336l.016.031.919-1.709a.324.324 0 0 0-.064-.395l-1.332-1.341a.35.35 0 0 0-.398-.063l.002-.001-1.7.919a7 7 0 0 0-1.264-.538l-.05-.014-.56-1.838a.35.35 0 0 0-.328-.23h-1.914a.35.35 0 0 0-.321.236l-.001.002-.551 1.838c-.509.15-.951.341-1.363.577l.031-.016-1.663-.919a.353.353 0 0 0-.405.055l-1.351 1.323a.34.34 0 0 0-.063.406l-.001-.002.919 1.672c-.227.376-.43.811-.584 1.267l-.014.047-1.838.56a.33.33 0 0 0-.239.318v1.892c0 .15.1.277.237.317l.002.001 1.838.56c.154.497.341.926.569 1.329l-.017-.033-.919 1.746a.34.34 0 0 0 .064.405l1.369 1.332a.35.35 0 0 0 .406.054l-.002.001 1.718-.919c.367.202.794.38 1.24.512l.046.012.551 1.884a.35.35 0 0 0 .331.239h1.884a.35.35 0 0 0 .321-.236l.001-.002.551-1.884a6 6 0 0 0 1.299-.54l-.031.016 1.737.919a.353.353 0 0 0 .405-.055l1.341-1.332a.35.35 0 0 0 .054-.406l.001.002-.919-1.727c.202-.362.381-.783.512-1.223l.012-.045 1.838-.56a.36.36 0 0 0 .248-.321v-1.915a.37.37 0 0 0-.182-.317l-.002-.001zm-8.114 4.337h-.009a3.069 3.069 0 1 1 3.069-3.069 3.07 3.07 0 0 1-3.059 3.069z"
|
|
103
116
|
})));
|
|
104
117
|
};
|
|
105
118
|
|
|
@@ -783,7 +796,7 @@ var SvgGrade = function SvgGrade(props) {
|
|
|
783
796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
784
797
|
viewBox: "0 0 32 32"
|
|
785
798
|
}, props), _path$1W || (_path$1W = /*#__PURE__*/React__namespace.createElement("path", {
|
|
786
|
-
d: "
|
|
799
|
+
d: "M29.001 13.831c-.453-.333-1.016-.749-1.089-1.023-.08-.302.208-.964.439-1.496.398-.914.809-1.859.352-2.648-.462-.797-1.495-.914-2.495-1.027-.569-.064-1.278-.143-1.491-.356s-.292-.921-.356-1.491c-.112-.999-.228-2.033-1.027-2.495-.695-.4-1.72-.051-2.646.352-.509.222-1.027.44-1.496.439-.275-.074-.691-.638-1.024-1.089-.574-.779-1.227-1.664-2.168-1.664s-1.594.885-2.169 1.666c-.333.453-.749 1.016-1.139 1.102-.344 0-.871-.23-1.381-.451-.927-.403-1.955-.755-2.648-.352-.797.462-.914 1.495-1.027 2.495-.064.569-.143 1.278-.356 1.491s-.921.292-1.491.356c-.999.112-2.033.228-2.495 1.027-.455.787-.045 1.732.352 2.646.232.532.52 1.195.439 1.496-.074.275-.638.691-1.089 1.024-.778.574-1.663 1.227-1.663 2.168s.885 1.594 1.666 2.169c.453.333 1.016.749 1.089 1.023.08.302-.208.964-.439 1.496-.398.914-.809 1.859-.352 2.648.462.797 1.495.914 2.495 1.027.569.064 1.278.143 1.491.356s.292.922.356 1.491c.112 1 .228 2.032 1.025 2.495.693.402 1.72.051 2.648-.352.509-.222 1.022-.444 1.496-.439.275.074.691.638 1.024 1.089.574.779 1.227 1.664 2.168 1.664s1.594-.885 2.169-1.666c.333-.453.749-1.016 1.139-1.102.344 0 .871.23 1.381.451.927.403 1.955.755 2.648.352.798-.462.914-1.495 1.027-2.495.064-.57.143-1.278.355-1.491.213-.213.922-.292 1.491-.356.999-.112 2.032-.228 2.495-1.027.455-.787.045-1.732-.352-2.646-.232-.532-.52-1.195-.439-1.496.074-.275.638-.691 1.089-1.024.779-.574 1.664-1.227 1.664-2.168s-.885-1.594-1.666-2.169m-3.622.07-4.223 4.223 1.175 5.873a.6.6 0 0 1 .071.293c0 .357-.332.635-.65.638h-.013a.65.65 0 0 1-.31-.08L16 21.832l-5.429 3.016a.64.64 0 0 1-.686-.042.64.64 0 0 1-.249-.64l1.208-6.041-4.223-4.223a.636.636 0 0 1 .382-1.085l5.413-.601 3.029-5.451c.224-.404.89-.404 1.115 0l3.029 5.451 5.413.601c.244.027.45.191.532.423a.65.65 0 0 1-.153.662z"
|
|
787
800
|
})));
|
|
788
801
|
};
|
|
789
802
|
|
|
@@ -1941,6 +1954,7 @@ function useBasicIcon(_a, icons) {
|
|
|
1941
1954
|
var stringLitArray$3 = function (arr) { return arr; };
|
|
1942
1955
|
var RegularIconNameList = stringLitArray$3([
|
|
1943
1956
|
"add",
|
|
1957
|
+
"admin",
|
|
1944
1958
|
"add-box",
|
|
1945
1959
|
"add-circle",
|
|
1946
1960
|
"add-circle-outline",
|
|
@@ -2118,6 +2132,7 @@ var RegularIconNameList = stringLitArray$3([
|
|
|
2118
2132
|
var _a$3;
|
|
2119
2133
|
var icons$3 = (_a$3 = {},
|
|
2120
2134
|
_a$3["add"] = SvgAdd,
|
|
2135
|
+
_a$3["admin"] = SvgAdmin,
|
|
2121
2136
|
_a$3["add-box"] = SvgAddBox,
|
|
2122
2137
|
_a$3["add-circle"] = SvgAddCircle,
|
|
2123
2138
|
_a$3["add-circle-outline"] = SvgAddCircleOutline,
|
|
@@ -2304,8 +2319,8 @@ var AppTooltip = function (_a) {
|
|
|
2304
2319
|
|
|
2305
2320
|
var IconBoxContent = function (_a) {
|
|
2306
2321
|
var _b;
|
|
2307
|
-
var flexRoot = _a.flexRoot, icon = _a.icon, rightIcon = _a.rightIcon, children = _a.children, className = _a.className, contentClassName = _a.contentClassName, onClick = _a.onClick, _c = _a.direction, direction = _c === void 0 ? "row" : _c, elementRev = _a.elementRev, style = _a.style;
|
|
2308
|
-
return (React.createElement("div", { ref: elementRev, style: style, className: classNames(s$G.root, (_b = {},
|
|
2322
|
+
var flexRoot = _a.flexRoot, icon = _a.icon, rightIcon = _a.rightIcon, children = _a.children, className = _a.className, contentClassName = _a.contentClassName, onClick = _a.onClick, _c = _a.direction, direction = _c === void 0 ? "row" : _c, elementRev = _a.elementRev, style = _a.style, title = _a.title;
|
|
2323
|
+
return (React.createElement("div", { ref: elementRev, style: style, title: title, className: classNames(s$G.root, (_b = {},
|
|
2309
2324
|
_b[s$G.flex] = flexRoot,
|
|
2310
2325
|
_b[s$G.button] = !!onClick,
|
|
2311
2326
|
_b[s$G.column] = direction === "column",
|