@rufous/ui 0.1.57 → 0.1.59
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/README.md +1 -1
- package/dist/Dialogs/BaseDialog.js +12 -9
- package/dist/Dialogs/index.js +12 -9
- package/dist/chunk-5JWTJ5PY.js +8 -0
- package/dist/chunk-66OGTOFV.js +10 -0
- package/dist/chunk-EFIJYBYX.js +8 -0
- package/dist/chunk-KNUNHFXS.js +8 -0
- package/dist/chunk-OJV6F5JC.js +8 -0
- package/dist/chunk-VIUTE7F5.js +8 -0
- package/dist/icons/engagementIcon.cjs +1 -11
- package/dist/icons/engagementIcon.js +1 -1
- package/dist/icons/functionIcon.cjs +1 -11
- package/dist/icons/functionIcon.js +1 -1
- package/dist/icons/index.cjs +24 -23
- package/dist/icons/index.d.cts +3 -0
- package/dist/icons/index.d.ts +3 -0
- package/dist/icons/index.js +30 -18
- package/dist/icons/qualificationsIcon.cjs +37 -0
- package/dist/icons/qualificationsIcon.d.cts +8 -0
- package/dist/icons/qualificationsIcon.d.ts +8 -0
- package/dist/icons/qualificationsIcon.js +6 -0
- package/dist/icons/refreshIcon.cjs +1 -1
- package/dist/icons/refreshIcon.js +1 -1
- package/dist/icons/softSkillsIcon.cjs +37 -0
- package/dist/icons/softSkillsIcon.d.cts +8 -0
- package/dist/icons/softSkillsIcon.d.ts +8 -0
- package/dist/icons/softSkillsIcon.js +6 -0
- package/dist/icons/technicalSkillsIcon.cjs +37 -0
- package/dist/icons/technicalSkillsIcon.d.cts +8 -0
- package/dist/icons/technicalSkillsIcon.d.ts +8 -0
- package/dist/icons/technicalSkillsIcon.js +6 -0
- package/dist/main.cjs +46 -45
- package/dist/main.d.cts +3 -0
- package/dist/main.d.ts +3 -0
- package/dist/main.js +30 -18
- package/package.json +1 -1
- package/dist/chunk-FSRABKKC.js +0 -18
- package/dist/chunk-RNA4TTYR.js +0 -10
- package/dist/chunk-ZAYWFYP4.js +0 -18
- /package/dist/{chunk-IR7ZKMED.js → chunk-E5RTHYCU.js} +0 -0
package/dist/main.js
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseDialog_default
|
|
3
3
|
} from "./chunk-CPLUOEPG.js";
|
|
4
|
-
import "./chunk-
|
|
4
|
+
import "./chunk-E5RTHYCU.js";
|
|
5
|
+
import {
|
|
6
|
+
timerIcon_default
|
|
7
|
+
} from "./chunk-WWAHNTUH.js";
|
|
8
|
+
import {
|
|
9
|
+
trashIcon_default
|
|
10
|
+
} from "./chunk-6KIFTMUN.js";
|
|
11
|
+
import {
|
|
12
|
+
unArchivedIcon_default
|
|
13
|
+
} from "./chunk-ZJAV3FEQ.js";
|
|
5
14
|
import {
|
|
6
15
|
unsubscribeIcon_default
|
|
7
16
|
} from "./chunk-NMMC4ATV.js";
|
|
@@ -17,30 +26,33 @@ import {
|
|
|
17
26
|
import {
|
|
18
27
|
workItemIcon_default
|
|
19
28
|
} from "./chunk-QJPQC544.js";
|
|
29
|
+
import {
|
|
30
|
+
rufousBirdIcon_default
|
|
31
|
+
} from "./chunk-DMP72IAP.js";
|
|
20
32
|
import {
|
|
21
33
|
rufousLauncherBird_default
|
|
22
34
|
} from "./chunk-QZFGQ5JM.js";
|
|
23
35
|
import {
|
|
24
36
|
sidebarIcon_default
|
|
25
37
|
} from "./chunk-CSKTBLQQ.js";
|
|
38
|
+
import {
|
|
39
|
+
softSkillsIcon_default
|
|
40
|
+
} from "./chunk-VIUTE7F5.js";
|
|
26
41
|
import {
|
|
27
42
|
subscribeIcon_default
|
|
28
43
|
} from "./chunk-ZDVP4SUD.js";
|
|
29
44
|
import {
|
|
30
45
|
suspendUserIcon_default
|
|
31
46
|
} from "./chunk-5BB3H3YO.js";
|
|
47
|
+
import {
|
|
48
|
+
technicalSkillsIcon_default
|
|
49
|
+
} from "./chunk-5JWTJ5PY.js";
|
|
32
50
|
import {
|
|
33
51
|
tickIcon_default
|
|
34
52
|
} from "./chunk-ITZTTNM2.js";
|
|
35
53
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import {
|
|
39
|
-
trashIcon_default
|
|
40
|
-
} from "./chunk-6KIFTMUN.js";
|
|
41
|
-
import {
|
|
42
|
-
unArchivedIcon_default
|
|
43
|
-
} from "./chunk-ZJAV3FEQ.js";
|
|
54
|
+
questionTypeCodingIcon_default
|
|
55
|
+
} from "./chunk-FOUXNPQA.js";
|
|
44
56
|
import {
|
|
45
57
|
questionTypeDescriptiveIcon_default
|
|
46
58
|
} from "./chunk-C7B23GTE.js";
|
|
@@ -52,7 +64,7 @@ import {
|
|
|
52
64
|
} from "./chunk-ZJYLZ6I6.js";
|
|
53
65
|
import {
|
|
54
66
|
refreshIcon_default
|
|
55
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-66OGTOFV.js";
|
|
56
68
|
import {
|
|
57
69
|
resendInviteIcon_default
|
|
58
70
|
} from "./chunk-WG3Q6GZN.js";
|
|
@@ -62,9 +74,6 @@ import {
|
|
|
62
74
|
import {
|
|
63
75
|
rufousAiIcon_default
|
|
64
76
|
} from "./chunk-DE73YGRW.js";
|
|
65
|
-
import {
|
|
66
|
-
rufousBirdIcon_default
|
|
67
|
-
} from "./chunk-DMP72IAP.js";
|
|
68
77
|
import {
|
|
69
78
|
nineDotMenuIcon_default
|
|
70
79
|
} from "./chunk-GESVGIAP.js";
|
|
@@ -74,6 +83,9 @@ import {
|
|
|
74
83
|
import {
|
|
75
84
|
projectIcon_default
|
|
76
85
|
} from "./chunk-BYJP2WNC.js";
|
|
86
|
+
import {
|
|
87
|
+
qualificationsIcon_default
|
|
88
|
+
} from "./chunk-KNUNHFXS.js";
|
|
77
89
|
import {
|
|
78
90
|
questionStatusAllIcon_default
|
|
79
91
|
} from "./chunk-GYLL3HRD.js";
|
|
@@ -86,9 +98,6 @@ import {
|
|
|
86
98
|
import {
|
|
87
99
|
questionTypeAllIcon_default
|
|
88
100
|
} from "./chunk-WHGVO3HV.js";
|
|
89
|
-
import {
|
|
90
|
-
questionTypeCodingIcon_default
|
|
91
|
-
} from "./chunk-FOUXNPQA.js";
|
|
92
101
|
import {
|
|
93
102
|
hierarchyIcon_default
|
|
94
103
|
} from "./chunk-WZAU77G7.js";
|
|
@@ -127,10 +136,10 @@ import {
|
|
|
127
136
|
} from "./chunk-H372BAXA.js";
|
|
128
137
|
import {
|
|
129
138
|
engagementIcon_default
|
|
130
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-EFIJYBYX.js";
|
|
131
140
|
import {
|
|
132
141
|
functionIcon_default
|
|
133
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-OJV6F5JC.js";
|
|
134
143
|
import {
|
|
135
144
|
helpOutlinedIcon_default
|
|
136
145
|
} from "./chunk-5UEJAVFK.js";
|
|
@@ -214,6 +223,7 @@ export {
|
|
|
214
223
|
nineDotMenuIcon_default as NineDotMenuIcon,
|
|
215
224
|
notificationIcon_default as NotificationIcon,
|
|
216
225
|
projectIcon_default as ProjectIcon,
|
|
226
|
+
qualificationsIcon_default as QualificationsIcon,
|
|
217
227
|
questionStatusAllIcon_default as QuestionStatusAllIcon,
|
|
218
228
|
questionStatusPrivateIcon_default as QuestionStatusPrivateIcon,
|
|
219
229
|
questionStatusPublicIcon_default as QuestionStatusPublicIcon,
|
|
@@ -230,10 +240,12 @@ export {
|
|
|
230
240
|
rufousLauncherBird_default as RufousLauncherIcon,
|
|
231
241
|
RufousThemeProvider,
|
|
232
242
|
sidebarIcon_default as SidebarIcon,
|
|
243
|
+
softSkillsIcon_default as SoftSkillsIcon,
|
|
233
244
|
stdButton_default as StandardButton,
|
|
234
245
|
submitButton_default as SubmitButton,
|
|
235
246
|
subscribeIcon_default as SubscribeIcon,
|
|
236
247
|
suspendUserIcon_default as SuspendUserIcon,
|
|
248
|
+
technicalSkillsIcon_default as TechnicalSkillsIcon,
|
|
237
249
|
tickIcon_default as TickIcon,
|
|
238
250
|
timerIcon_default as TimerIcon,
|
|
239
251
|
trashIcon_default as TrashIcon,
|
package/package.json
CHANGED
package/dist/chunk-FSRABKKC.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// lib/icons/engagementIcon.tsx
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
var EngagementIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement(
|
|
4
|
-
"svg",
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: "11.519",
|
|
8
|
-
height: "14.886",
|
|
9
|
-
viewBox: "0 0 11.519 14.886",
|
|
10
|
-
...props
|
|
11
|
-
},
|
|
12
|
-
/* @__PURE__ */ React.createElement("path", { id: "Path_60771", "data-name": "Path 60771", d: "M15161.869-432l-9.47,6.608,9.47,6.47", transform: "translate(-15151.256 432.905)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.3" })
|
|
13
|
-
);
|
|
14
|
-
var engagementIcon_default = EngagementIcon;
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
engagementIcon_default
|
|
18
|
-
};
|
package/dist/chunk-RNA4TTYR.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// lib/icons/refreshIcon.tsx
|
|
2
|
-
import React from "react";
|
|
3
|
-
var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ React.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__ */ React.createElement("circle", { id: "Ellipse_39", "data-name": "Ellipse 39", cx: "19", cy: "19", r: "19", fill: "none" }), /* @__PURE__ */ React.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 }));
|
|
5
|
-
};
|
|
6
|
-
var refreshIcon_default = RefreshIcon;
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
refreshIcon_default
|
|
10
|
-
};
|
package/dist/chunk-ZAYWFYP4.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// lib/icons/functionIcon.tsx
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
var FunctionIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement(
|
|
4
|
-
"svg",
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: "23.5",
|
|
8
|
-
height: "19.5",
|
|
9
|
-
viewBox: "0 0 23.5 19.5",
|
|
10
|
-
...props
|
|
11
|
-
},
|
|
12
|
-
/* @__PURE__ */ React.createElement("g", { id: "users_curved", transform: "translate(-3.25 -11.25)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_60769", "data-name": "Path 60769", d: "M23.5,30A2.5,2.5,0,0,0,26,27.5c0-2.327-1.952-3.3-4-3.708M18,20a4,4,0,1,0,0-8M6.5,30h11A2.5,2.5,0,0,0,20,27.5c0-4.081-6-4-8-4s-8-.081-8,4A2.5,2.5,0,0,0,6.5,30ZM16,16a4,4,0,1,1-4-4A4,4,0,0,1,16,16Z", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5" }))
|
|
13
|
-
);
|
|
14
|
-
var functionIcon_default = FunctionIcon;
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
functionIcon_default
|
|
18
|
-
};
|
|
File without changes
|