@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/inactiveGroupIcon.tsx
|
|
30
|
+
var inactiveGroupIcon_exports = {};
|
|
31
|
+
__export(inactiveGroupIcon_exports, {
|
|
32
|
+
default: () => inactiveGroupIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(inactiveGroupIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var InactiveGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25.65", height: "25.8", viewBox: "0 0 25.65 25.8", ...props }, /* @__PURE__ */ React.createElement("g", { id: "Group_24701", "data-name": "Group 24701", transform: "translate(-1787.341 -376.95)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_24689", "data-name": "Group 24689", transform: "translate(1788.091 377.85)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_24686", "data-name": "Group 24686", transform: "translate(3.125)" }, /* @__PURE__ */ React.createElement("circle", { id: "Ellipse_418", "data-name": "Ellipse 418", cx: "4.819", cy: "4.819", r: "4.819", transform: "translate(3.316)", fill: "none", stroke: color, "stroke-width": "1.8" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52610", "data-name": "Path 52610", d: "M307.2,211.642a8.337,8.337,0,0,1,8.342-8.342,8.514,8.514,0,0,1,5.5,2.07", transform: "translate(-307.2 -193.585)", fill: "none", stroke: color, "stroke-width": "1.8" })), /* @__PURE__ */ React.createElement("g", { id: "Group_24694", "data-name": "Group 24694", transform: "translate(17.2 0.829)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_52613", "data-name": "Path 52613", d: "M302.6,169a3.478,3.478,0,1,1,0,6.956", transform: "translate(-302.6 -169)", fill: "none", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52614", "data-name": "Path 52614", d: "M296.175,200.4c2.818,0,5.086,2.84,4.979,5.677", transform: "translate(-296.175 -193.354)", fill: "none", stroke: color, "stroke-width": "1.5" })), /* @__PURE__ */ React.createElement("g", { id: "Group_24695", "data-name": "Group 24695", transform: "translate(0 0.829)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_52613-2", "data-name": "Path 52613", d: "M306.078,169a3.478,3.478,0,1,0,0,6.956", transform: "translate(-301.11 -169)", fill: "none", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52614-2", "data-name": "Path 52614", d: "M301.143,200.4c-3.42,0-4.968,4.4-4.968,6.775", transform: "translate(-296.175 -193.354)", fill: "none", stroke: color, "stroke-width": "1.5" }))), /* @__PURE__ */ React.createElement("g", { id: "Group_24692", "data-name": "Group 24692", transform: "translate(1799.931 389.69)" }, /* @__PURE__ */ React.createElement("ellipse", { id: "Ellipse_415", "data-name": "Ellipse 415", cx: "6.08", cy: "6.08", rx: "6.08", ry: "6.08", fill: "none", stroke: color, "stroke-width": "1.8", "stroke-dasharray": "470 154" }), /* @__PURE__ */ React.createElement("path", { id: "Path_52615", "data-name": "Path 52615", d: "M6.333-7.067v1.291H.531V-7.067h5.8Z", transform: "translate(2.818 12.771)", fill: color }))));
|
|
37
|
+
var inactiveGroupIcon_default = InactiveGroupIcon;
|