@rufous/ui 0.1.9 → 0.1.11
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/chunk-5BB3H3YO.js +8 -0
- package/dist/chunk-6KIFTMUN.js +8 -0
- package/dist/chunk-7WNPZ4B7.js +8 -0
- package/dist/chunk-AH6RCYDL.js +45 -0
- package/dist/chunk-BH53P2UM.js +61 -0
- package/dist/chunk-C7B23GTE.js +8 -0
- package/dist/chunk-DMP72IAP.js +8 -0
- package/dist/chunk-DXJ745NZ.js +8 -0
- package/dist/chunk-FOUXNPQA.js +8 -0
- package/dist/chunk-GYLL3HRD.js +8 -0
- package/dist/chunk-IOEQAR2M.js +10 -0
- package/dist/chunk-ITZTTNM2.js +8 -0
- package/dist/chunk-JI5XMLWT.js +8 -0
- package/dist/chunk-KYJ3475B.js +8 -0
- package/dist/chunk-MNPAE2ZF.js +100 -0
- package/dist/chunk-N4EJKMJK.js +8 -0
- package/dist/chunk-NMMC4ATV.js +8 -0
- package/dist/chunk-PPNZC5ZQ.js +8 -0
- package/dist/chunk-QA2AYT4A.js +8 -0
- package/dist/chunk-WG3Q6GZN.js +29 -0
- package/dist/chunk-WHGVO3HV.js +8 -0
- package/dist/chunk-WWAHNTUH.js +8 -0
- package/dist/chunk-WXANSSXF.js +8 -0
- package/dist/chunk-WZTZFC36.js +8 -0
- package/dist/chunk-XCLXQOLP.js +8 -0
- package/dist/chunk-XPJVVKOU.js +8 -0
- package/dist/chunk-XPRBPIS5.js +8 -0
- package/dist/chunk-ZDVP4SUD.js +8 -0
- package/dist/chunk-ZJYLZ6I6.js +8 -0
- package/dist/icons/activateUserIcon.cjs +74 -0
- package/dist/icons/activateUserIcon.d.cts +8 -0
- package/dist/icons/activateUserIcon.d.ts +8 -0
- package/dist/icons/activateUserIcon.js +6 -0
- package/dist/icons/assignGroupIcon.cjs +129 -0
- package/dist/icons/assignGroupIcon.d.cts +8 -0
- package/dist/icons/assignGroupIcon.d.ts +8 -0
- package/dist/icons/assignGroupIcon.js +6 -0
- package/dist/icons/difficultyAllIcon.cjs +37 -0
- package/dist/icons/difficultyAllIcon.d.cts +8 -0
- package/dist/icons/difficultyAllIcon.d.ts +8 -0
- package/dist/icons/difficultyAllIcon.js +6 -0
- package/dist/icons/difficultyEasyIcon.cjs +37 -0
- package/dist/icons/difficultyEasyIcon.d.cts +8 -0
- package/dist/icons/difficultyEasyIcon.d.ts +8 -0
- package/dist/icons/difficultyEasyIcon.js +6 -0
- package/dist/icons/difficultyHardIcon.cjs +37 -0
- package/dist/icons/difficultyHardIcon.d.cts +8 -0
- package/dist/icons/difficultyHardIcon.d.ts +8 -0
- package/dist/icons/difficultyHardIcon.js +6 -0
- package/dist/icons/difficultyMediumIcon.cjs +37 -0
- package/dist/icons/difficultyMediumIcon.d.cts +8 -0
- package/dist/icons/difficultyMediumIcon.d.ts +8 -0
- package/dist/icons/difficultyMediumIcon.js +6 -0
- package/dist/icons/downloadIcon.cjs +39 -0
- package/dist/icons/downloadIcon.d.cts +8 -0
- package/dist/icons/downloadIcon.d.ts +8 -0
- package/dist/icons/downloadIcon.js +6 -0
- package/dist/icons/inactiveGroupIcon.cjs +37 -0
- package/dist/icons/inactiveGroupIcon.d.cts +8 -0
- package/dist/icons/inactiveGroupIcon.d.ts +8 -0
- package/dist/icons/inactiveGroupIcon.js +6 -0
- package/dist/icons/index.cjs +408 -0
- package/dist/icons/index.d.cts +29 -0
- package/dist/icons/index.d.ts +29 -0
- package/dist/icons/index.js +125 -9
- package/dist/icons/invoiceIcon.cjs +37 -0
- package/dist/icons/invoiceIcon.d.cts +8 -0
- package/dist/icons/invoiceIcon.d.ts +8 -0
- package/dist/icons/invoiceIcon.js +6 -0
- package/dist/icons/logsIcon.cjs +37 -0
- package/dist/icons/logsIcon.d.cts +8 -0
- package/dist/icons/logsIcon.d.ts +8 -0
- package/dist/icons/logsIcon.js +6 -0
- package/dist/icons/questionStatusAllIcon.cjs +37 -0
- package/dist/icons/questionStatusAllIcon.d.cts +8 -0
- package/dist/icons/questionStatusAllIcon.d.ts +8 -0
- package/dist/icons/questionStatusAllIcon.js +6 -0
- package/dist/icons/questionStatusPrivateIcon.cjs +37 -0
- package/dist/icons/questionStatusPrivateIcon.d.cts +8 -0
- package/dist/icons/questionStatusPrivateIcon.d.ts +8 -0
- package/dist/icons/questionStatusPrivateIcon.js +6 -0
- package/dist/icons/questionStatusPublicIcon.cjs +37 -0
- package/dist/icons/questionStatusPublicIcon.d.cts +8 -0
- package/dist/icons/questionStatusPublicIcon.d.ts +8 -0
- package/dist/icons/questionStatusPublicIcon.js +6 -0
- package/dist/icons/questionTypeAllIcon.cjs +37 -0
- package/dist/icons/questionTypeAllIcon.d.cts +8 -0
- package/dist/icons/questionTypeAllIcon.d.ts +8 -0
- package/dist/icons/questionTypeAllIcon.js +6 -0
- package/dist/icons/questionTypeCodingIcon.cjs +37 -0
- package/dist/icons/questionTypeCodingIcon.d.cts +8 -0
- package/dist/icons/questionTypeCodingIcon.d.ts +8 -0
- package/dist/icons/questionTypeCodingIcon.js +6 -0
- package/dist/icons/questionTypeDescriptiveIcon.cjs +37 -0
- package/dist/icons/questionTypeDescriptiveIcon.d.cts +8 -0
- package/dist/icons/questionTypeDescriptiveIcon.d.ts +8 -0
- package/dist/icons/questionTypeDescriptiveIcon.js +6 -0
- package/dist/icons/questionTypeMultipleIcon.cjs +37 -0
- package/dist/icons/questionTypeMultipleIcon.d.cts +8 -0
- package/dist/icons/questionTypeMultipleIcon.d.ts +8 -0
- package/dist/icons/questionTypeMultipleIcon.js +6 -0
- package/dist/icons/questionTypeSingleIcon.cjs +37 -0
- package/dist/icons/questionTypeSingleIcon.d.cts +8 -0
- package/dist/icons/questionTypeSingleIcon.d.ts +8 -0
- package/dist/icons/questionTypeSingleIcon.js +6 -0
- package/dist/icons/resendInviteIcon.cjs +58 -0
- package/dist/icons/resendInviteIcon.d.cts +8 -0
- package/dist/icons/resendInviteIcon.d.ts +8 -0
- package/dist/icons/resendInviteIcon.js +6 -0
- package/dist/icons/rufousBirdIcon.cjs +37 -0
- package/dist/icons/rufousBirdIcon.d.cts +8 -0
- package/dist/icons/rufousBirdIcon.d.ts +8 -0
- package/dist/icons/rufousBirdIcon.js +6 -0
- package/dist/icons/subscribeIcon.cjs +37 -0
- package/dist/icons/subscribeIcon.d.cts +8 -0
- package/dist/icons/subscribeIcon.d.ts +8 -0
- package/dist/icons/subscribeIcon.js +6 -0
- package/dist/icons/suspendUserIcon.cjs +37 -0
- package/dist/icons/suspendUserIcon.d.cts +8 -0
- package/dist/icons/suspendUserIcon.d.ts +8 -0
- package/dist/icons/suspendUserIcon.js +6 -0
- package/dist/icons/tickIcon.cjs +37 -0
- package/dist/icons/tickIcon.d.cts +8 -0
- package/dist/icons/tickIcon.d.ts +8 -0
- package/dist/icons/tickIcon.js +6 -0
- package/dist/icons/timerIcon.cjs +37 -0
- package/dist/icons/timerIcon.d.cts +8 -0
- package/dist/icons/timerIcon.d.ts +8 -0
- package/dist/icons/timerIcon.js +6 -0
- package/dist/icons/trashIcon.cjs +37 -0
- package/dist/icons/trashIcon.d.cts +8 -0
- package/dist/icons/trashIcon.d.ts +8 -0
- package/dist/icons/trashIcon.js +6 -0
- package/dist/icons/unsubscribeIcon.cjs +37 -0
- package/dist/icons/unsubscribeIcon.d.cts +8 -0
- package/dist/icons/unsubscribeIcon.d.ts +8 -0
- package/dist/icons/unsubscribeIcon.js +6 -0
- package/dist/icons/uploadIcon.cjs +37 -0
- package/dist/icons/uploadIcon.d.cts +8 -0
- package/dist/icons/uploadIcon.d.ts +8 -0
- package/dist/icons/uploadIcon.js +6 -0
- package/dist/icons/userAssignIcon.cjs +90 -0
- package/dist/icons/userAssignIcon.d.cts +8 -0
- package/dist/icons/userAssignIcon.d.ts +8 -0
- package/dist/icons/userAssignIcon.js +6 -0
- package/dist/icons/viewIcon.cjs +37 -0
- package/dist/icons/viewIcon.d.cts +8 -0
- package/dist/icons/viewIcon.d.ts +8 -0
- package/dist/icons/viewIcon.js +6 -0
- package/dist/main.cjs +418 -10
- package/dist/main.d.cts +29 -0
- package/dist/main.d.ts +29 -0
- package/dist/main.js +130 -14
- package/package.json +1 -1
- /package/dist/{chunk-ZZ37BKUK.js → chunk-OEXWRBWV.js} +0 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// lib/icons/timerIcon.tsx
|
|
30
|
+
var timerIcon_exports = {};
|
|
31
|
+
__export(timerIcon_exports, {
|
|
32
|
+
default: () => timerIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(timerIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var TimerIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("g", { id: "Group_11977", "data-name": "Group 11977", transform: "translate(-1582 -20.56)" }, /* @__PURE__ */ React.createElement("g", { id: "Ellipse_339", "data-name": "Ellipse 339", transform: "translate(1582 20.56)", fill: "none", stroke: color, "stroke-width": "1.8" }, /* @__PURE__ */ React.createElement("circle", { cx: "12", cy: "12", r: "12", stroke: "none" }), /* @__PURE__ */ React.createElement("circle", { cx: "12", cy: "12", r: "11.1", fill: "none" })), /* @__PURE__ */ React.createElement("path", { id: "Icon_weather-time-5", "data-name": "Icon weather-time-5", d: "M16.968,16.267V9.25a.874.874,0,1,1,1.749,0v6.763l2.265,4.045a.855.855,0,0,1-.759,1.317.824.824,0,0,1-.769-.432l-2.318-4.109A1.033,1.033,0,0,1,16.968,16.267Z", transform: "translate(1576.005 17.684)", fill: color })));
|
|
37
|
+
var timerIcon_default = TimerIcon;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// lib/icons/trashIcon.tsx
|
|
30
|
+
var trashIcon_exports = {};
|
|
31
|
+
__export(trashIcon_exports, {
|
|
32
|
+
default: () => trashIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(trashIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var TrashIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M0.536 0C0.391159 0.0178474 0.257489 0.0869727 0.159175 0.194824C0.0608618 0.302676 0.00439809 0.442142 0 0.588013V5.29401C0.0062252 5.44865 0.0707131 5.59522 0.180519 5.70428C0.290325 5.81335 0.437321 5.87684 0.592 5.88202H1.775V19.411C1.78123 19.5657 1.84571 19.7122 1.95552 19.8213C2.06533 19.9304 2.21232 19.9938 2.367 19.999H17.633C17.7877 19.9938 17.9347 19.9304 18.0445 19.8213C18.1543 19.7122 18.2188 19.5657 18.225 19.411V5.88202H19.408C19.5627 5.87684 19.7097 5.81335 19.8195 5.70428C19.9293 5.59522 19.9938 5.44865 20 5.29401V0.588013C19.9938 0.433373 19.9293 0.286798 19.8195 0.177734C19.7097 0.0686703 19.5627 0.00517666 19.408 0H0.536ZM1.183 1.17603H18.817V4.70502H1.183V1.17603ZM2.958 5.88202H17.041V18.823H2.959L2.958 5.88202Z", fill: color }));
|
|
37
|
+
var trashIcon_default = TrashIcon;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// lib/icons/unsubscribeIcon.tsx
|
|
30
|
+
var unsubscribeIcon_exports = {};
|
|
31
|
+
__export(unsubscribeIcon_exports, {
|
|
32
|
+
default: () => unsubscribeIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(unsubscribeIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var UnsubscribeIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26.546", height: "26.546", viewBox: "0 0 26.546 26.546", ...props }, /* @__PURE__ */ React.createElement("g", { id: "Icon_feather-bell-off", "data-name": "Icon feather-bell-off", transform: "translate(-0.227 -0.227)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_52625", "data-name": "Path 52625", d: "M19.075,31.5a2.121,2.121,0,0,1-3.67,0", transform: "translate(-3.74 -8.121)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52626", "data-name": "Path 52626", d: "M27.667,17.3A18.974,18.974,0,0,1,27,12", transform: "translate(-6.938 -2.801)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52627", "data-name": "Path 52627", d: "M7.958,9.39a6.935,6.935,0,0,0-.276,1.953c0,7.859-3.182,10.1-3.182,10.1H19.348", transform: "translate(-0.879 -2.311)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52628", "data-name": "Path 52628", d: "M22.9,9.36a6.364,6.364,0,0,0-9.9-5.3", transform: "translate(-2.967 -0.435)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52629", "data-name": "Path 52629", d: "M1.5,1.5l24,24", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })));
|
|
37
|
+
var unsubscribeIcon_default = UnsubscribeIcon;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// lib/icons/uploadIcon.tsx
|
|
30
|
+
var uploadIcon_exports = {};
|
|
31
|
+
__export(uploadIcon_exports, {
|
|
32
|
+
default: () => uploadIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(uploadIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var UploadIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { width: "800px", height: "800px", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("title", null), /* @__PURE__ */ React.createElement("g", { id: "Complete" }, /* @__PURE__ */ React.createElement("g", { id: "upload" }, /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("path", { d: "M3,12.3v7a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2v-7", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" }), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("polyline", { "data-name": "Right", fill: "none", id: "Right-2", points: "7.9 6.7 12 2.7 16.1 6.7", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" }), /* @__PURE__ */ React.createElement("line", { fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", x1: "12", x2: "12", y1: "16.3", y2: "4.8" }))))));
|
|
37
|
+
var uploadIcon_default = UploadIcon;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// lib/icons/userAssignIcon.tsx
|
|
30
|
+
var userAssignIcon_exports = {};
|
|
31
|
+
__export(userAssignIcon_exports, {
|
|
32
|
+
default: () => userAssignIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(userAssignIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var UserAssignIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement(
|
|
37
|
+
"svg",
|
|
38
|
+
{
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
width: "25.8",
|
|
41
|
+
height: "25.8",
|
|
42
|
+
viewBox: "0 0 25.8 25.8",
|
|
43
|
+
...props
|
|
44
|
+
},
|
|
45
|
+
/* @__PURE__ */ React.createElement("g", { transform: "translate(-1737.415 -376.95)" }, /* @__PURE__ */ React.createElement("g", { transform: "translate(1738.315 377.85)" }, /* @__PURE__ */ React.createElement(
|
|
46
|
+
"ellipse",
|
|
47
|
+
{
|
|
48
|
+
cx: "4.979",
|
|
49
|
+
cy: "5.203",
|
|
50
|
+
rx: "4.979",
|
|
51
|
+
ry: "5.203",
|
|
52
|
+
transform: "translate(3.506)",
|
|
53
|
+
fill: "rgba(0,0,0,0)",
|
|
54
|
+
stroke: color,
|
|
55
|
+
"stroke-miterlimit": "10",
|
|
56
|
+
"stroke-width": "1.8"
|
|
57
|
+
}
|
|
58
|
+
), /* @__PURE__ */ React.createElement(
|
|
59
|
+
"path",
|
|
60
|
+
{
|
|
61
|
+
d: "M128.5,212.538a8.719,8.719,0,0,1,14.56-6.69",
|
|
62
|
+
transform: "translate(-128.5 -193.195)",
|
|
63
|
+
fill: "rgba(0,0,0,0)",
|
|
64
|
+
stroke: color,
|
|
65
|
+
"stroke-miterlimit": "10",
|
|
66
|
+
"stroke-width": "1.8"
|
|
67
|
+
}
|
|
68
|
+
)), /* @__PURE__ */ React.createElement("g", { transform: "translate(1750.156 389.69)" }, /* @__PURE__ */ React.createElement(
|
|
69
|
+
"ellipse",
|
|
70
|
+
{
|
|
71
|
+
cx: "6.08",
|
|
72
|
+
cy: "6.08",
|
|
73
|
+
rx: "6.08",
|
|
74
|
+
ry: "6.08",
|
|
75
|
+
fill: "none",
|
|
76
|
+
stroke: color,
|
|
77
|
+
"stroke-miterlimit": "10",
|
|
78
|
+
"stroke-width": "1.8",
|
|
79
|
+
"stroke-dasharray": "470 154"
|
|
80
|
+
}
|
|
81
|
+
), /* @__PURE__ */ React.createElement(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
d: "M4.124-7.067H6.333v1.291H4.124v2.517H2.752V-5.777H.531V-7.067H2.752V-9.422H4.124Z",
|
|
85
|
+
transform: "translate(2.818 12.771)",
|
|
86
|
+
fill: color
|
|
87
|
+
}
|
|
88
|
+
)))
|
|
89
|
+
);
|
|
90
|
+
var userAssignIcon_default = UserAssignIcon;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// lib/icons/viewIcon.tsx
|
|
30
|
+
var viewIcon_exports = {};
|
|
31
|
+
__export(viewIcon_exports, {
|
|
32
|
+
default: () => viewIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(viewIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var ViewIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26.55", height: "19.8", viewBox: "0 0 26.55 19.8", ...props }, /* @__PURE__ */ React.createElement("g", { id: "Icon_feather-eye", "data-name": "Icon feather-eye", transform: "translate(-0.6 -5.1)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_52621", "data-name": "Path 52621", d: "M1.5,15S6,6,13.875,6,26.25,15,26.25,15s-4.5,9-12.375,9S1.5,15,1.5,15Z", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52622", "data-name": "Path 52622", d: "M20.25,16.875A3.375,3.375,0,1,1,16.875,13.5,3.375,3.375,0,0,1,20.25,16.875Z", transform: "translate(-3 -1.875)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })));
|
|
37
|
+
var viewIcon_default = ViewIcon;
|