@rufous/ui 0.1.16 → 0.1.18
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-BYJP2WNC.js +18 -0
- package/dist/chunk-FSRABKKC.js +18 -0
- package/dist/chunk-GL43GPEM.js +18 -0
- package/dist/chunk-MKK7M3BH.js +18 -0
- package/dist/chunk-NSW6ZGZF.js +19 -0
- package/dist/chunk-RJ43D3XB.js +18 -0
- package/dist/chunk-RNA4TTYR.js +10 -0
- package/dist/chunk-ZAYWFYP4.js +18 -0
- package/dist/icons/dollarIcon.cjs +47 -0
- package/dist/icons/dollarIcon.d.cts +8 -0
- package/dist/icons/dollarIcon.d.ts +8 -0
- package/dist/icons/dollarIcon.js +6 -0
- package/dist/icons/engagementIcon.cjs +47 -0
- package/dist/icons/engagementIcon.d.cts +8 -0
- package/dist/icons/engagementIcon.d.ts +8 -0
- package/dist/icons/engagementIcon.js +6 -0
- package/dist/icons/functionIcon.cjs +47 -0
- package/dist/icons/functionIcon.d.cts +8 -0
- package/dist/icons/functionIcon.d.ts +8 -0
- package/dist/icons/functionIcon.js +6 -0
- package/dist/icons/index.cjs +129 -0
- package/dist/icons/index.d.cts +8 -0
- package/dist/icons/index.d.ts +8 -0
- package/dist/icons/index.js +54 -22
- package/dist/icons/industryIcon.cjs +48 -0
- package/dist/icons/industryIcon.d.cts +8 -0
- package/dist/icons/industryIcon.d.ts +8 -0
- package/dist/icons/industryIcon.js +6 -0
- package/dist/icons/minExperienceIcon.cjs +47 -0
- package/dist/icons/minExperienceIcon.d.cts +8 -0
- package/dist/icons/minExperienceIcon.d.ts +8 -0
- package/dist/icons/minExperienceIcon.js +6 -0
- package/dist/icons/projectIcon.cjs +47 -0
- package/dist/icons/projectIcon.d.cts +8 -0
- package/dist/icons/projectIcon.d.ts +8 -0
- package/dist/icons/projectIcon.js +6 -0
- package/dist/icons/refreshIcon.cjs +39 -0
- package/dist/icons/refreshIcon.d.cts +8 -0
- package/dist/icons/refreshIcon.d.ts +8 -0
- package/dist/icons/refreshIcon.js +6 -0
- package/dist/icons/rolesIcon.cjs +47 -0
- package/dist/icons/rolesIcon.d.cts +8 -0
- package/dist/icons/rolesIcon.d.ts +8 -0
- package/dist/icons/rolesIcon.js +6 -0
- package/dist/main.cjs +139 -10
- package/dist/main.d.cts +8 -0
- package/dist/main.d.ts +8 -0
- package/dist/main.js +54 -22
- package/package.json +1 -1
- /package/dist/{chunk-WJS22H3F.js → chunk-CC7BNJL3.js} +0 -0
package/dist/icons/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-CC7BNJL3.js";
|
|
2
2
|
import {
|
|
3
3
|
userAssignIcon_default
|
|
4
4
|
} from "../chunk-BH53P2UM.js";
|
|
@@ -32,21 +32,21 @@ import {
|
|
|
32
32
|
import {
|
|
33
33
|
uploadIcon_default
|
|
34
34
|
} from "../chunk-DXJ745NZ.js";
|
|
35
|
-
import {
|
|
36
|
-
questionTypeCodingIcon_default
|
|
37
|
-
} from "../chunk-FOUXNPQA.js";
|
|
38
|
-
import {
|
|
39
|
-
questionTypeDescriptiveIcon_default
|
|
40
|
-
} from "../chunk-C7B23GTE.js";
|
|
41
35
|
import {
|
|
42
36
|
questionTypeMultipleIcon_default
|
|
43
37
|
} from "../chunk-XCLXQOLP.js";
|
|
44
38
|
import {
|
|
45
39
|
questionTypeSingleIcon_default
|
|
46
40
|
} from "../chunk-ZJYLZ6I6.js";
|
|
41
|
+
import {
|
|
42
|
+
refreshIcon_default
|
|
43
|
+
} from "../chunk-RNA4TTYR.js";
|
|
47
44
|
import {
|
|
48
45
|
resendInviteIcon_default
|
|
49
46
|
} from "../chunk-WG3Q6GZN.js";
|
|
47
|
+
import {
|
|
48
|
+
rolesIcon_default
|
|
49
|
+
} from "../chunk-RJ43D3XB.js";
|
|
50
50
|
import {
|
|
51
51
|
rufousBirdIcon_default
|
|
52
52
|
} from "../chunk-DMP72IAP.js";
|
|
@@ -56,18 +56,12 @@ import {
|
|
|
56
56
|
import {
|
|
57
57
|
sidebarIcon_default
|
|
58
58
|
} from "../chunk-CSKTBLQQ.js";
|
|
59
|
-
import {
|
|
60
|
-
invoiceIcon_default
|
|
61
|
-
} from "../chunk-KYJ3475B.js";
|
|
62
|
-
import {
|
|
63
|
-
logsIcon_default
|
|
64
|
-
} from "../chunk-N4EJKMJK.js";
|
|
65
|
-
import {
|
|
66
|
-
nineDotMenuIcon_default
|
|
67
|
-
} from "../chunk-D7SFBVJY.js";
|
|
68
59
|
import {
|
|
69
60
|
notificationIcon_default
|
|
70
61
|
} from "../chunk-MWCKUVQG.js";
|
|
62
|
+
import {
|
|
63
|
+
projectIcon_default
|
|
64
|
+
} from "../chunk-BYJP2WNC.js";
|
|
71
65
|
import {
|
|
72
66
|
questionStatusAllIcon_default
|
|
73
67
|
} from "../chunk-GYLL3HRD.js";
|
|
@@ -80,9 +74,39 @@ import {
|
|
|
80
74
|
import {
|
|
81
75
|
questionTypeAllIcon_default
|
|
82
76
|
} from "../chunk-WHGVO3HV.js";
|
|
77
|
+
import {
|
|
78
|
+
questionTypeCodingIcon_default
|
|
79
|
+
} from "../chunk-FOUXNPQA.js";
|
|
80
|
+
import {
|
|
81
|
+
questionTypeDescriptiveIcon_default
|
|
82
|
+
} from "../chunk-C7B23GTE.js";
|
|
83
|
+
import {
|
|
84
|
+
hierarchyIcon_default
|
|
85
|
+
} from "../chunk-WZAU77G7.js";
|
|
86
|
+
import {
|
|
87
|
+
inactiveGroupIcon_default
|
|
88
|
+
} from "../chunk-7WNPZ4B7.js";
|
|
89
|
+
import {
|
|
90
|
+
industryIcon_default
|
|
91
|
+
} from "../chunk-NSW6ZGZF.js";
|
|
92
|
+
import {
|
|
93
|
+
invoiceIcon_default
|
|
94
|
+
} from "../chunk-KYJ3475B.js";
|
|
95
|
+
import {
|
|
96
|
+
logsIcon_default
|
|
97
|
+
} from "../chunk-N4EJKMJK.js";
|
|
98
|
+
import {
|
|
99
|
+
minExperienceIcon_default
|
|
100
|
+
} from "../chunk-MKK7M3BH.js";
|
|
101
|
+
import {
|
|
102
|
+
nineDotMenuIcon_default
|
|
103
|
+
} from "../chunk-D7SFBVJY.js";
|
|
83
104
|
import {
|
|
84
105
|
difficultyMediumIcon_default
|
|
85
106
|
} from "../chunk-XPJVVKOU.js";
|
|
107
|
+
import {
|
|
108
|
+
dollarIcon_default
|
|
109
|
+
} from "../chunk-GL43GPEM.js";
|
|
86
110
|
import {
|
|
87
111
|
downloadIcon_default
|
|
88
112
|
} from "../chunk-IOEQAR2M.js";
|
|
@@ -93,14 +117,14 @@ import {
|
|
|
93
117
|
editIcon_default
|
|
94
118
|
} from "../chunk-H372BAXA.js";
|
|
95
119
|
import {
|
|
96
|
-
|
|
97
|
-
} from "../chunk-
|
|
120
|
+
engagementIcon_default
|
|
121
|
+
} from "../chunk-FSRABKKC.js";
|
|
98
122
|
import {
|
|
99
|
-
|
|
100
|
-
} from "../chunk-
|
|
123
|
+
functionIcon_default
|
|
124
|
+
} from "../chunk-ZAYWFYP4.js";
|
|
101
125
|
import {
|
|
102
|
-
|
|
103
|
-
} from "../chunk-
|
|
126
|
+
helpOutlinedIcon_default
|
|
127
|
+
} from "../chunk-PULIGWAP.js";
|
|
104
128
|
import {
|
|
105
129
|
activateUserIcon_default
|
|
106
130
|
} from "../chunk-AH6RCYDL.js";
|
|
@@ -131,16 +155,22 @@ export {
|
|
|
131
155
|
difficultyEasyIcon_default as DifficultyEasyIcon,
|
|
132
156
|
difficultyHardIcon_default as DifficultyHardIcon,
|
|
133
157
|
difficultyMediumIcon_default as DifficultyMediumIcon,
|
|
158
|
+
dollarIcon_default as DollarIcon,
|
|
134
159
|
downloadIcon_default as DownloadIcon,
|
|
135
160
|
editChatIcon_default as EditChatIcon,
|
|
136
161
|
editIcon_default as EditIcon,
|
|
162
|
+
engagementIcon_default as EngagementIcon,
|
|
163
|
+
functionIcon_default as FunctionIcon,
|
|
137
164
|
helpOutlinedIcon_default as HelpOutlinedIcon,
|
|
138
165
|
hierarchyIcon_default as HierarchyIcon,
|
|
139
166
|
inactiveGroupIcon_default as InactiveGroupIcon,
|
|
167
|
+
industryIcon_default as IndustryIcon,
|
|
140
168
|
invoiceIcon_default as InvoiceIcon,
|
|
141
169
|
logsIcon_default as LogsIcon,
|
|
170
|
+
minExperienceIcon_default as MinExperienceIcon,
|
|
142
171
|
nineDotMenuIcon_default as NineDotMenuIcon,
|
|
143
172
|
notificationIcon_default as NotificationIcon,
|
|
173
|
+
projectIcon_default as ProjectIcon,
|
|
144
174
|
questionStatusAllIcon_default as QuestionStatusAllIcon,
|
|
145
175
|
questionStatusPrivateIcon_default as QuestionStatusPrivateIcon,
|
|
146
176
|
questionStatusPublicIcon_default as QuestionStatusPublicIcon,
|
|
@@ -149,7 +179,9 @@ export {
|
|
|
149
179
|
questionTypeDescriptiveIcon_default as QuestionTypeDescriptiveIcon,
|
|
150
180
|
questionTypeMultipleIcon_default as QuestionTypeMultipleIcon,
|
|
151
181
|
questionTypeSingleIcon_default as QuestionTypeSingleIcon,
|
|
182
|
+
refreshIcon_default as RefreshIcon,
|
|
152
183
|
resendInviteIcon_default as ResendInviteIcon,
|
|
184
|
+
rolesIcon_default as RolesIcon,
|
|
153
185
|
rufousBirdIcon_default as RufousBirdIcon,
|
|
154
186
|
rufousLauncherBird_default as RufousLauncherIcon,
|
|
155
187
|
sidebarIcon_default as SidebarIcon,
|
|
@@ -0,0 +1,48 @@
|
|
|
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/industryIcon.tsx
|
|
30
|
+
var industryIcon_exports = {};
|
|
31
|
+
__export(industryIcon_exports, {
|
|
32
|
+
default: () => industryIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(industryIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var IndustryIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement(
|
|
37
|
+
"svg",
|
|
38
|
+
{
|
|
39
|
+
id: "graph-up-arrow",
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
width: "18",
|
|
42
|
+
height: "18",
|
|
43
|
+
viewBox: "0 0 18 18",
|
|
44
|
+
...props
|
|
45
|
+
},
|
|
46
|
+
/* @__PURE__ */ React.createElement("g", { id: "Group_26165", "data-name": "Group 26165" }, /* @__PURE__ */ React.createElement("path", { id: "Path_60768", "data-name": "Path 60768", d: "M0,0H1.125V16.875H18V18H0ZM11.25,3.937a.563.563,0,0,1,.563-.563h4.5a.562.562,0,0,1,.563.563v4.5a.563.563,0,0,1-1.125,0V5.513l-4.065,4.969a.562.562,0,0,1-.832.042l-2.91-2.91L3.829,13.268a.563.563,0,0,1-.909-.662l4.5-6.187a.563.563,0,0,1,.853-.067l2.935,2.936L15.126,4.5H11.813A.563.563,0,0,1,11.25,3.937Z", fill: color, "fill-rule": "evenodd" }))
|
|
47
|
+
);
|
|
48
|
+
var industryIcon_default = IndustryIcon;
|
|
@@ -0,0 +1,47 @@
|
|
|
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/minExperienceIcon.tsx
|
|
30
|
+
var minExperienceIcon_exports = {};
|
|
31
|
+
__export(minExperienceIcon_exports, {
|
|
32
|
+
default: () => minExperienceIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(minExperienceIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var MinExperienceIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement(
|
|
37
|
+
"svg",
|
|
38
|
+
{
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
width: "25.444",
|
|
41
|
+
height: "20.16",
|
|
42
|
+
viewBox: "0 0 25.444 20.16",
|
|
43
|
+
...props
|
|
44
|
+
},
|
|
45
|
+
/* @__PURE__ */ React.createElement("g", { id: "noun-experience-5679525", transform: "translate(-0.793 -2.387)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_26168", "data-name": "Group 26168", transform: "translate(0.794 2.387)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_60772", "data-name": "Path 60772", d: "M13.514,2.387a3.787,3.787,0,0,0-1.982,7,6.6,6.6,0,0,0-4.449,4.941.438.438,0,0,0,.859.178,5.69,5.69,0,0,1,11.149,0,.438.438,0,1,0,.858-.178A6.6,6.6,0,0,0,15.5,9.385a3.786,3.786,0,0,0-1.983-7Zm0,.877a2.907,2.907,0,1,1-2.885,2.908A2.893,2.893,0,0,1,13.514,3.264Zm0,8.7a.437.437,0,0,0-.392.246l-1.052,2.14L9.721,14.7a.441.441,0,0,0-.242.75l1.7,1.669-.4,2.354a.441.441,0,0,0,.174.429.436.436,0,0,0,.46.034l2.1-1.111,2.1,1.111a.436.436,0,0,0,.46-.034.441.441,0,0,0,.174-.429l-.4-2.354,1.7-1.666a.441.441,0,0,0-.242-.751l-2.351-.344-1.051-2.142a.437.437,0,0,0-.392-.245Zm0,1.433.761,1.55a.438.438,0,0,0,.329.241l1.7.248-1.231,1.206a.441.441,0,0,0-.126.391l.29,1.7-1.521-.805a.435.435,0,0,0-.408,0l-1.522.8.291-1.7a.441.441,0,0,0-.126-.389l-1.23-1.207,1.7-.248a.438.438,0,0,0,.33-.241ZM4.963,14.53a.437.437,0,0,0-.392.246L3.519,16.917l-2.35.343a.441.441,0,0,0-.242.751l1.7,1.668-.4,2.354a.441.441,0,0,0,.174.429.436.436,0,0,0,.46.034l2.1-1.11,2.1,1.111a.436.436,0,0,0,.46-.034.441.441,0,0,0,.174-.43l-.4-2.354L9,18.012a.441.441,0,0,0-.242-.751l-2.351-.344L5.355,14.776a.437.437,0,0,0-.392-.246Zm17.105,0a.437.437,0,0,0-.392.246l-1.052,2.141-2.351.343a.441.441,0,0,0-.242.751l1.7,1.668-.4,2.354a.441.441,0,0,0,.174.429.436.436,0,0,0,.46.034l2.1-1.11,2.1,1.111a.436.436,0,0,0,.46-.034.441.441,0,0,0,.174-.43l-.4-2.354,1.7-1.666a.441.441,0,0,0-.242-.751l-2.351-.344-1.051-2.141a.437.437,0,0,0-.392-.246ZM4.963,15.964l.761,1.55a.438.438,0,0,0,.329.241l1.7.248L6.523,19.21a.441.441,0,0,0-.126.39l.29,1.7-1.521-.8a.435.435,0,0,0-.408,0l-1.522.8.291-1.7A.441.441,0,0,0,3.4,19.21L2.172,18l1.7-.248a.438.438,0,0,0,.33-.242Zm17.106,0,.76,1.55a.438.438,0,0,0,.329.241l1.7.248L23.628,19.21a.441.441,0,0,0-.126.39l.29,1.7-1.521-.8a.435.435,0,0,0-.408,0l-1.522.8.291-1.7a.441.441,0,0,0-.126-.389L19.277,18l1.7-.248a.438.438,0,0,0,.33-.242Z", transform: "translate(-0.794 -2.387)", fill: color, "fill-rule": "evenodd" })))
|
|
46
|
+
);
|
|
47
|
+
var minExperienceIcon_default = MinExperienceIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
interface MinExperienceIconProps extends React.SVGProps<SVGSVGElement> {
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const MinExperienceIcon: React.FC<MinExperienceIconProps>;
|
|
7
|
+
|
|
8
|
+
export { type MinExperienceIconProps, MinExperienceIcon as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
interface MinExperienceIconProps extends React.SVGProps<SVGSVGElement> {
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const MinExperienceIcon: React.FC<MinExperienceIconProps>;
|
|
7
|
+
|
|
8
|
+
export { type MinExperienceIconProps, MinExperienceIcon as default };
|
|
@@ -0,0 +1,47 @@
|
|
|
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/projectIcon.tsx
|
|
30
|
+
var projectIcon_exports = {};
|
|
31
|
+
__export(projectIcon_exports, {
|
|
32
|
+
default: () => projectIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(projectIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var ProjectIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement(
|
|
37
|
+
"svg",
|
|
38
|
+
{
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
width: "18.571",
|
|
41
|
+
height: "16.1",
|
|
42
|
+
viewBox: "0 0 18.571 16.1",
|
|
43
|
+
...props
|
|
44
|
+
},
|
|
45
|
+
/* @__PURE__ */ React.createElement("g", { id: "Group_26167", "data-name": "Group 26167", transform: "translate(-1125 -644.1)" }, /* @__PURE__ */ React.createElement("g", { id: "Rectangle_19851", "data-name": "Rectangle 19851", transform: "translate(1125 647.231)", fill: "none", stroke: color, "stroke-width": "1" }, /* @__PURE__ */ React.createElement("rect", { width: "18.571", height: "12.969", rx: "1", stroke: "none" }), /* @__PURE__ */ React.createElement("rect", { x: "0.5", y: "0.5", width: "17.571", height: "11.969", rx: "0.5", fill: "none" })), /* @__PURE__ */ React.createElement("g", { id: "Rectangle_19852", "data-name": "Rectangle 19852", transform: "translate(1131.964 644.1)", fill: "#fff", stroke: color, "stroke-width": "1" }, /* @__PURE__ */ React.createElement("path", { d: "M2.321,0h0A2.321,2.321,0,0,1,4.643,2.321V4.062a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V2.321A2.321,2.321,0,0,1,2.321,0Z", stroke: "none" }), /* @__PURE__ */ React.createElement("path", { d: "M2.321.5h0A1.821,1.821,0,0,1,4.143,2.321V3.467a.1.1,0,0,1-.1.1H.6a.1.1,0,0,1-.1-.1V2.321A1.821,1.821,0,0,1,2.321.5Z", fill: "none" })), /* @__PURE__ */ React.createElement("line", { id: "Line_619", "data-name": "Line 619", y2: "12.311", transform: "translate(1128.482 647.889)", fill: "none", stroke: color, "stroke-width": "1" }), /* @__PURE__ */ React.createElement("line", { id: "Line_620", "data-name": "Line 620", y2: "12.311", transform: "translate(1140.089 647.889)", fill: "none", stroke: color, "stroke-width": "1" }))
|
|
46
|
+
);
|
|
47
|
+
var projectIcon_default = ProjectIcon;
|
|
@@ -0,0 +1,39 @@
|
|
|
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/refreshIcon.tsx
|
|
30
|
+
var refreshIcon_exports = {};
|
|
31
|
+
__export(refreshIcon_exports, {
|
|
32
|
+
default: () => refreshIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(refreshIcon_exports);
|
|
35
|
+
var import_react = __toESM(require("react"), 1);
|
|
36
|
+
var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", id: "Component_6_6", "data-name": "Component 6 \u2013 6", width: "38", height: "38", viewBox: "0 0 38 38", ...props }, /* @__PURE__ */ import_react.default.createElement("circle", { id: "Ellipse_39", "data-name": "Ellipse 39", cx: "19", cy: "19", r: "19", fill: "none" }), /* @__PURE__ */ import_react.default.createElement("path", { id: "Union_19", "data-name": "Union 19", d: "M9.068,21.865a12.147,12.147,0,0,1-1.469-1.2L6.382,22.471a.934.934,0,0,1-1.658-.217L2.874,16.908a.936.936,0,0,1,.836-1.242l5.64-.283a.936.936,0,0,1,.822,1.459L8.666,19.078A10.12,10.12,0,1,0,5.774,12c0,.291.013.587.038.877H3.937c-.021-.3-.032-.591-.032-.877A11.976,11.976,0,1,1,15.881,24,11.878,11.878,0,0,1,9.068,21.865Z", transform: "translate(3.661 7)", fill: color }));
|
|
38
|
+
};
|
|
39
|
+
var refreshIcon_default = RefreshIcon;
|
|
@@ -0,0 +1,47 @@
|
|
|
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/rolesIcon.tsx
|
|
30
|
+
var rolesIcon_exports = {};
|
|
31
|
+
__export(rolesIcon_exports, {
|
|
32
|
+
default: () => rolesIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(rolesIcon_exports);
|
|
35
|
+
var React = __toESM(require("react"), 1);
|
|
36
|
+
var RolesIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement(
|
|
37
|
+
"svg",
|
|
38
|
+
{
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
width: "18.947",
|
|
41
|
+
height: "18",
|
|
42
|
+
viewBox: "0 0 18.947 18",
|
|
43
|
+
...props
|
|
44
|
+
},
|
|
45
|
+
/* @__PURE__ */ React.createElement("g", { id: "Polygon_20", "data-name": "Polygon 20", fill: "#fff" }, /* @__PURE__ */ React.createElement("path", { d: "M 14.31851863861084 16.61064720153809 L 9.815674781799316 13.82481002807617 L 9.473684310913086 13.61322975158691 L 9.131693840026855 13.82481002807617 L 4.628849983215332 16.61064720153809 L 5.889554500579834 11.47321033477783 L 5.985584259033203 11.08187007904053 L 5.677794456481934 10.82180023193359 L 1.635604500770569 7.406408309936523 L 6.916284084320068 7.016540050506592 L 7.317644119262695 6.986899852752686 L 7.470024108886719 6.614419937133789 L 9.473684310913086 1.716671586036682 L 11.47734451293945 6.614419937133789 L 11.62972450256348 6.986899852752686 L 12.03108406066895 7.016540050506592 L 17.31176376342773 7.406408309936523 L 13.26957416534424 10.82180023193359 L 12.96178436279297 11.08187007904053 L 13.0578145980835 11.47321033477783 L 14.31851863861084 16.61064720153809 Z", stroke: "none" }), /* @__PURE__ */ React.createElement("path", { d: "M 9.473684310913086 3.433357238769531 L 7.766864776611328 7.605509757995605 L 3.271193504333496 7.937417984008789 L 6.712894439697266 10.84543991088867 L 5.639073371887207 15.22130012512207 L 9.473684310913086 12.84887981414795 L 13.30829429626465 15.22130012512207 L 12.23447418212891 10.84543991088867 L 15.67617416381836 7.937417984008789 L 11.18050384521484 7.605509757995605 L 9.473684310913086 3.433357238769531 M 9.473684310913086 0 L 12.07894420623779 6.368300437927246 L 18.94736480712891 6.87539005279541 L 13.68908500671387 11.31830024719238 L 15.32874488830566 18 L 9.473684310913086 14.37757015228271 L 3.618624687194824 18 L 5.258284568786621 11.31830024719238 L 3.814697265625e-06 6.87539005279541 L 6.868424415588379 6.368300437927246 L 9.473684310913086 0 Z", stroke: "none", fill: color }))
|
|
46
|
+
);
|
|
47
|
+
var rolesIcon_default = RolesIcon;
|