@rufous/ui 0.1.62 → 0.2.0-beta.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.
- package/dist/Buttons/addButton.js +1 -0
- package/dist/Buttons/cancelButton.js +1 -0
- package/dist/Buttons/index.cjs +2 -2
- package/dist/Buttons/index.js +3 -2
- package/dist/Buttons/stdButton.js +1 -0
- package/dist/Buttons/submitButton.cjs +2 -2
- package/dist/Buttons/submitButton.js +3 -2
- package/dist/CheckBoxes/CheckBox.cjs +1 -1
- package/dist/CheckBoxes/CheckBox.js +4 -25
- package/dist/Contexts/rufousThemeProvider.cjs +81 -101
- package/dist/Contexts/rufousThemeProvider.js +3 -2
- package/dist/DataGrid/DataGrid.cjs +418 -0
- package/dist/DataGrid/DataGrid.d.cts +8 -0
- package/dist/DataGrid/DataGrid.d.ts +8 -0
- package/dist/DataGrid/DataGrid.js +9 -0
- package/dist/DataGrid/index.cjs +418 -0
- package/dist/DataGrid/index.d.cts +3 -0
- package/dist/DataGrid/index.d.ts +3 -0
- package/dist/DataGrid/index.js +8 -0
- package/dist/{TextFields/FloatingInput.d.cjs → DataGrid/types.cjs} +3 -3
- package/dist/DataGrid/types.d.cts +31 -0
- package/dist/DataGrid/types.d.ts +31 -0
- package/dist/Dialogs/BaseDialog.cjs +18 -10
- package/dist/Dialogs/BaseDialog.css +8248 -163
- package/dist/Dialogs/BaseDialog.d.cts +1 -0
- package/dist/Dialogs/BaseDialog.d.ts +1 -0
- package/dist/Dialogs/BaseDialog.js +52 -45
- package/dist/Dialogs/index.cjs +18 -10
- package/dist/Dialogs/index.css +8248 -163
- package/dist/Dialogs/index.js +52 -45
- package/dist/Editors/RichTextEditor.cjs +29477 -0
- package/dist/Editors/RichTextEditor.css +7179 -0
- package/dist/Editors/RichTextEditor.d.cts +57 -0
- package/dist/Editors/RichTextEditor.d.ts +57 -0
- package/dist/Editors/RichTextEditor.js +9 -0
- package/dist/Editors/index.cjs +29477 -0
- package/dist/Editors/index.css +7179 -0
- package/dist/Editors/index.d.cts +2 -0
- package/dist/Editors/index.d.ts +2 -0
- package/dist/Editors/index.js +8 -0
- package/dist/Progress/circularProgress.cjs +2 -2
- package/dist/Progress/circularProgress.d.cts +3 -3
- package/dist/Progress/circularProgress.d.ts +3 -3
- package/dist/Progress/circularProgress.js +2 -1
- package/dist/TextFields/AddressLookup.cjs +390 -0
- package/dist/TextFields/AddressLookup.d.cts +49 -0
- package/dist/TextFields/AddressLookup.d.ts +49 -0
- package/dist/TextFields/AddressLookup.js +304 -0
- package/dist/TextFields/FloatingInput.cjs +6 -4
- package/dist/TextFields/FloatingInput.d.cts +13 -19
- package/dist/TextFields/FloatingInput.d.ts +13 -19
- package/dist/TextFields/FloatingInput.js +4 -28
- package/dist/chunk-2AJACSJ3.js +8 -0
- package/dist/chunk-3Y6QBRGD.js +8 -0
- package/dist/chunk-4Y7SQ5EP.js +8 -0
- package/dist/chunk-5GK5B3FD.js +8 -0
- package/dist/chunk-5XKFPQLH.js +8 -0
- package/dist/chunk-66HHM7VI.js +468 -0
- package/dist/{chunk-FOZYOE5W.js → chunk-763IHEJ2.js} +1 -1
- package/dist/chunk-77QDKDFI.js +8 -0
- package/dist/{chunk-UZAD2QJD.js → chunk-7II4Q2WY.js} +1 -1
- package/dist/chunk-7KRG7VNW.js +0 -0
- package/dist/chunk-AXSFVJ3H.js +10 -0
- package/dist/chunk-B2LVMM55.js +8 -0
- package/dist/{chunk-YRFUVQDN.js → chunk-CTBYVXFP.js} +2 -2
- package/dist/{chunk-UWQSGKVX.js → chunk-CTWVJQJ5.js} +1 -1
- package/dist/chunk-DLJHWFNG.js +18 -0
- package/dist/chunk-EZI3QGYJ.js +8 -0
- package/dist/{chunk-G4CVY5MD.js → chunk-FZCFFVXW.js} +1 -1
- package/dist/{chunk-BH53P2UM.js → chunk-G2GZDPUL.js} +3 -3
- package/dist/chunk-GJGRMMAQ.js +0 -0
- package/dist/chunk-J6E3UO2W.js +402 -0
- package/dist/chunk-JVN6QVET.js +8 -0
- package/dist/chunk-LI4N7JWK.js +39 -0
- package/dist/chunk-Q4DHI3B5.js +8 -0
- package/dist/chunk-QDMNCTXT.js +8 -0
- package/dist/chunk-QGXXOQJF.js +61 -0
- package/dist/{chunk-EC7M5LL2.js → chunk-QTGVW36I.js} +1 -1
- package/dist/chunk-R4ISYGEP.js +8 -0
- package/dist/{chunk-AQXTOTWY.js → chunk-TYTZEAV5.js} +19 -11
- package/dist/chunk-UPCMMCPQ.js +34 -0
- package/dist/{chunk-SBX4CHO7.js → chunk-UTBCFDOX.js} +1 -1
- package/dist/chunk-WNZLBFLQ.js +73 -0
- package/dist/chunk-X357WQOT.js +29 -0
- package/dist/{chunk-O3EAZPD3.js → chunk-XCE3QE6Q.js} +1 -1
- package/dist/chunk-XHY3OCAQ.js +8 -0
- package/dist/{chunk-7YKG3WYS.js → chunk-YRLN3TBF.js} +1 -1
- package/dist/chunk-Z7USRFM2.js +8 -0
- package/dist/{chunk-EFIJYBYX.js → chunk-ZLJDOLXZ.js} +1 -1
- package/dist/esm-5T53WHPT.js +27362 -0
- package/dist/icons/activateUserIcon.js +1 -0
- package/dist/icons/archivedIcon.js +1 -0
- package/dist/icons/assignGroupIcon.js +1 -0
- package/dist/icons/closeIcon.js +1 -0
- package/dist/icons/copyIcon.js +1 -0
- package/dist/icons/difficultyAllIcon.cjs +1 -1
- package/dist/icons/difficultyAllIcon.js +2 -1
- package/dist/icons/difficultyEasyIcon.js +1 -0
- package/dist/icons/difficultyHardIcon.js +1 -0
- package/dist/icons/difficultyMediumIcon.js +1 -0
- package/dist/icons/dollarIcon.js +1 -0
- package/dist/icons/downloadIcon.cjs +1 -1
- package/dist/icons/downloadIcon.js +2 -1
- package/dist/icons/downloadPdfIcon.js +1 -0
- package/dist/icons/editChatIcon.cjs +1 -1
- package/dist/icons/editChatIcon.js +2 -1
- package/dist/icons/editIcon.js +1 -0
- package/dist/icons/engagementIcon.cjs +1 -1
- package/dist/icons/engagementIcon.js +2 -1
- package/dist/icons/functionIcon.js +1 -0
- package/dist/icons/helpOutlinedIcon.cjs +1 -1
- package/dist/icons/helpOutlinedIcon.js +2 -1
- package/dist/icons/hierarchyIcon.js +1 -0
- package/dist/icons/inactiveGroupIcon.cjs +1 -1
- package/dist/icons/inactiveGroupIcon.js +2 -1
- package/dist/icons/index.cjs +27 -27
- package/dist/icons/index.js +77 -76
- package/dist/icons/industryIcon.js +1 -0
- package/dist/icons/invoiceIcon.js +1 -0
- package/dist/icons/locationPinIcon.js +1 -0
- package/dist/icons/logsIcon.js +1 -0
- package/dist/icons/minExperienceIcon.js +1 -0
- package/dist/icons/nineDotMenuIcon.js +1 -0
- package/dist/icons/notificationIcon.js +1 -0
- package/dist/icons/projectIcon.cjs +1 -1
- package/dist/icons/projectIcon.js +2 -1
- package/dist/icons/qualificationsIcon.cjs +1 -1
- package/dist/icons/qualificationsIcon.js +2 -1
- package/dist/icons/questionStatusAllIcon.cjs +1 -1
- package/dist/icons/questionStatusAllIcon.js +2 -1
- package/dist/icons/questionStatusPrivateIcon.cjs +1 -1
- package/dist/icons/questionStatusPrivateIcon.js +2 -1
- package/dist/icons/questionStatusPublicIcon.cjs +1 -1
- package/dist/icons/questionStatusPublicIcon.js +2 -1
- package/dist/icons/questionTypeAllIcon.js +1 -0
- package/dist/icons/questionTypeCodingIcon.cjs +1 -1
- package/dist/icons/questionTypeCodingIcon.js +2 -1
- package/dist/icons/questionTypeDescriptiveIcon.cjs +1 -1
- package/dist/icons/questionTypeDescriptiveIcon.js +2 -1
- package/dist/icons/questionTypeMultipleIcon.cjs +1 -1
- package/dist/icons/questionTypeMultipleIcon.js +2 -1
- package/dist/icons/questionTypeSingleIcon.cjs +1 -1
- package/dist/icons/questionTypeSingleIcon.js +2 -1
- package/dist/icons/refreshIcon.js +1 -0
- package/dist/icons/resendInviteIcon.js +1 -0
- package/dist/icons/rolesIcon.js +1 -0
- package/dist/icons/rufousAiIcon.cjs +1 -1
- package/dist/icons/rufousAiIcon.js +2 -1
- package/dist/icons/rufousBirdIcon.js +1 -0
- package/dist/icons/rufousLauncherBird.js +1 -0
- package/dist/icons/sidebarIcon.js +1 -0
- package/dist/icons/softSkillsIcon.cjs +1 -1
- package/dist/icons/softSkillsIcon.js +2 -1
- package/dist/icons/subscribeIcon.cjs +1 -1
- package/dist/icons/subscribeIcon.js +2 -1
- package/dist/icons/suspendUserIcon.cjs +1 -1
- package/dist/icons/suspendUserIcon.js +2 -1
- package/dist/icons/technicalSkillsIcon.js +1 -0
- package/dist/icons/tickIcon.cjs +1 -1
- package/dist/icons/tickIcon.js +2 -1
- package/dist/icons/timerIcon.cjs +1 -1
- package/dist/icons/timerIcon.js +2 -1
- package/dist/icons/trashIcon.js +1 -0
- package/dist/icons/unArchivedIcon.js +1 -0
- package/dist/icons/unsubscribeIcon.cjs +1 -1
- package/dist/icons/unsubscribeIcon.js +2 -1
- package/dist/icons/uploadIcon.cjs +1 -1
- package/dist/icons/uploadIcon.js +2 -1
- package/dist/icons/userAssignIcon.cjs +3 -3
- package/dist/icons/userAssignIcon.js +2 -1
- package/dist/icons/viewIcon.cjs +1 -1
- package/dist/icons/viewIcon.js +2 -1
- package/dist/icons/workItemIcon.js +1 -0
- package/dist/main.cjs +30100 -226
- package/dist/main.css +8248 -163
- package/dist/main.d.cts +6 -0
- package/dist/main.d.ts +6 -0
- package/dist/main.js +106 -84
- package/dist/style.css +1069 -164
- package/dist/styles/button.css +82 -110
- package/dist/styles/checkbox.css +60 -0
- package/dist/styles/checkbox.d.cts +2 -0
- package/dist/styles/checkbox.d.ts +2 -0
- package/dist/styles/datagrid.css +531 -0
- package/dist/styles/datagrid.d.cts +2 -0
- package/dist/styles/datagrid.d.ts +2 -0
- package/dist/styles/dialog.css +78 -51
- package/dist/styles/editor.css +211 -0
- package/dist/styles/editor.d.cts +2 -0
- package/dist/styles/editor.d.ts +2 -0
- package/dist/styles/progress.css +1 -1
- package/dist/utils/constants.cjs +47 -69
- package/dist/utils/constants.d.cts +34 -56
- package/dist/utils/constants.d.ts +34 -56
- package/dist/utils/constants.js +2 -1
- package/package.json +13 -2
- package/dist/TextFields/FloatingInput.d.d.cts +0 -23
- package/dist/TextFields/FloatingInput.d.d.ts +0 -23
- package/dist/chunk-2FHTGYR4.js +0 -83
- package/dist/chunk-5BB3H3YO.js +0 -8
- package/dist/chunk-5I44RDFT.js +0 -8
- package/dist/chunk-5UEJAVFK.js +0 -10
- package/dist/chunk-7WNPZ4B7.js +0 -8
- package/dist/chunk-BCGCLMKA.js +0 -71
- package/dist/chunk-BYJP2WNC.js +0 -18
- package/dist/chunk-DE73YGRW.js +0 -8
- package/dist/chunk-EH3QXE5G.js +0 -8
- package/dist/chunk-FSSJZDI6.js +0 -8
- package/dist/chunk-JYTI2ZBC.js +0 -8
- package/dist/chunk-OCOOSNRU.js +0 -8
- package/dist/chunk-PPNZC5ZQ.js +0 -8
- package/dist/chunk-QA2AYT4A.js +0 -8
- package/dist/chunk-VI32N6SI.js +0 -8
- package/dist/chunk-VIUTE7F5.js +0 -8
- package/dist/chunk-WWAHNTUH.js +0 -8
- package/dist/chunk-ZJYLZ6I6.js +0 -8
- /package/dist/{TextFields/FloatingInput.d.js → DataGrid/types.js} +0 -0
package/dist/icons/index.js
CHANGED
|
@@ -1,64 +1,40 @@
|
|
|
1
1
|
import "../chunk-E5RTHYCU.js";
|
|
2
|
-
import {
|
|
3
|
-
timerIcon_default
|
|
4
|
-
} from "../chunk-WWAHNTUH.js";
|
|
5
|
-
import {
|
|
6
|
-
trashIcon_default
|
|
7
|
-
} from "../chunk-6KIFTMUN.js";
|
|
8
|
-
import {
|
|
9
|
-
unArchivedIcon_default
|
|
10
|
-
} from "../chunk-ZJAV3FEQ.js";
|
|
11
|
-
import {
|
|
12
|
-
unsubscribeIcon_default
|
|
13
|
-
} from "../chunk-OCOOSNRU.js";
|
|
14
2
|
import {
|
|
15
3
|
uploadIcon_default
|
|
16
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-QTGVW36I.js";
|
|
17
5
|
import {
|
|
18
6
|
userAssignIcon_default
|
|
19
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-G2GZDPUL.js";
|
|
20
8
|
import {
|
|
21
9
|
viewIcon_default
|
|
22
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-CTWVJQJ5.js";
|
|
23
11
|
import {
|
|
24
12
|
workItemIcon_default
|
|
25
13
|
} from "../chunk-QJPQC544.js";
|
|
26
|
-
import {
|
|
27
|
-
rufousBirdIcon_default
|
|
28
|
-
} from "../chunk-DMP72IAP.js";
|
|
29
|
-
import {
|
|
30
|
-
rufousLauncherBird_default
|
|
31
|
-
} from "../chunk-QZFGQ5JM.js";
|
|
32
|
-
import {
|
|
33
|
-
sidebarIcon_default
|
|
34
|
-
} from "../chunk-DK3DA5LH.js";
|
|
35
|
-
import {
|
|
36
|
-
softSkillsIcon_default
|
|
37
|
-
} from "../chunk-VIUTE7F5.js";
|
|
38
14
|
import {
|
|
39
15
|
subscribeIcon_default
|
|
40
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-JVN6QVET.js";
|
|
41
17
|
import {
|
|
42
18
|
suspendUserIcon_default
|
|
43
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-R4ISYGEP.js";
|
|
44
20
|
import {
|
|
45
21
|
technicalSkillsIcon_default
|
|
46
22
|
} from "../chunk-5JWTJ5PY.js";
|
|
47
23
|
import {
|
|
48
24
|
tickIcon_default
|
|
49
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-763IHEJ2.js";
|
|
50
26
|
import {
|
|
51
|
-
|
|
52
|
-
} from "../chunk-
|
|
27
|
+
timerIcon_default
|
|
28
|
+
} from "../chunk-XHY3OCAQ.js";
|
|
53
29
|
import {
|
|
54
|
-
|
|
55
|
-
} from "../chunk-
|
|
30
|
+
trashIcon_default
|
|
31
|
+
} from "../chunk-6KIFTMUN.js";
|
|
56
32
|
import {
|
|
57
|
-
|
|
58
|
-
} from "../chunk-
|
|
33
|
+
unArchivedIcon_default
|
|
34
|
+
} from "../chunk-ZJAV3FEQ.js";
|
|
59
35
|
import {
|
|
60
|
-
|
|
61
|
-
} from "../chunk-
|
|
36
|
+
unsubscribeIcon_default
|
|
37
|
+
} from "../chunk-EZI3QGYJ.js";
|
|
62
38
|
import {
|
|
63
39
|
refreshIcon_default
|
|
64
40
|
} from "../chunk-YTVUM76D.js";
|
|
@@ -70,40 +46,43 @@ import {
|
|
|
70
46
|
} from "../chunk-RJ43D3XB.js";
|
|
71
47
|
import {
|
|
72
48
|
rufousAiIcon_default
|
|
73
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-QDMNCTXT.js";
|
|
74
50
|
import {
|
|
75
|
-
|
|
76
|
-
} from "../chunk-
|
|
51
|
+
rufousBirdIcon_default
|
|
52
|
+
} from "../chunk-DMP72IAP.js";
|
|
77
53
|
import {
|
|
78
|
-
|
|
79
|
-
} from "../chunk-
|
|
54
|
+
rufousLauncherBird_default
|
|
55
|
+
} from "../chunk-QZFGQ5JM.js";
|
|
80
56
|
import {
|
|
81
|
-
|
|
82
|
-
} from "../chunk-
|
|
57
|
+
sidebarIcon_default
|
|
58
|
+
} from "../chunk-DK3DA5LH.js";
|
|
83
59
|
import {
|
|
84
|
-
|
|
85
|
-
} from "../chunk-
|
|
60
|
+
softSkillsIcon_default
|
|
61
|
+
} from "../chunk-3Y6QBRGD.js";
|
|
86
62
|
import {
|
|
87
63
|
questionStatusAllIcon_default
|
|
88
|
-
} from "../chunk-
|
|
64
|
+
} from "../chunk-4Y7SQ5EP.js";
|
|
89
65
|
import {
|
|
90
66
|
questionStatusPrivateIcon_default
|
|
91
|
-
} from "../chunk-
|
|
67
|
+
} from "../chunk-B2LVMM55.js";
|
|
92
68
|
import {
|
|
93
69
|
questionStatusPublicIcon_default
|
|
94
|
-
} from "../chunk-
|
|
70
|
+
} from "../chunk-2AJACSJ3.js";
|
|
95
71
|
import {
|
|
96
72
|
questionTypeAllIcon_default
|
|
97
73
|
} from "../chunk-WHGVO3HV.js";
|
|
98
74
|
import {
|
|
99
|
-
|
|
100
|
-
} from "../chunk-
|
|
75
|
+
questionTypeCodingIcon_default
|
|
76
|
+
} from "../chunk-7II4Q2WY.js";
|
|
101
77
|
import {
|
|
102
|
-
|
|
103
|
-
} from "../chunk-
|
|
78
|
+
questionTypeDescriptiveIcon_default
|
|
79
|
+
} from "../chunk-5GK5B3FD.js";
|
|
104
80
|
import {
|
|
105
|
-
|
|
106
|
-
} from "../chunk-
|
|
81
|
+
questionTypeMultipleIcon_default
|
|
82
|
+
} from "../chunk-Z7USRFM2.js";
|
|
83
|
+
import {
|
|
84
|
+
questionTypeSingleIcon_default
|
|
85
|
+
} from "../chunk-Q4DHI3B5.js";
|
|
107
86
|
import {
|
|
108
87
|
invoiceIcon_default
|
|
109
88
|
} from "../chunk-6SUKO6QW.js";
|
|
@@ -117,44 +96,41 @@ import {
|
|
|
117
96
|
minExperienceIcon_default
|
|
118
97
|
} from "../chunk-FPRXN3DS.js";
|
|
119
98
|
import {
|
|
120
|
-
|
|
121
|
-
} from "../chunk-
|
|
99
|
+
nineDotMenuIcon_default
|
|
100
|
+
} from "../chunk-GESVGIAP.js";
|
|
122
101
|
import {
|
|
123
|
-
|
|
124
|
-
} from "../chunk-
|
|
102
|
+
notificationIcon_default
|
|
103
|
+
} from "../chunk-QIEQRNBE.js";
|
|
125
104
|
import {
|
|
126
|
-
|
|
127
|
-
} from "../chunk-
|
|
105
|
+
projectIcon_default
|
|
106
|
+
} from "../chunk-DLJHWFNG.js";
|
|
128
107
|
import {
|
|
129
|
-
|
|
130
|
-
} from "../chunk-
|
|
108
|
+
qualificationsIcon_default
|
|
109
|
+
} from "../chunk-UTBCFDOX.js";
|
|
131
110
|
import {
|
|
132
111
|
editIcon_default
|
|
133
112
|
} from "../chunk-H372BAXA.js";
|
|
134
113
|
import {
|
|
135
114
|
engagementIcon_default
|
|
136
|
-
} from "../chunk-
|
|
115
|
+
} from "../chunk-ZLJDOLXZ.js";
|
|
137
116
|
import {
|
|
138
117
|
functionIcon_default
|
|
139
118
|
} from "../chunk-OJV6F5JC.js";
|
|
140
119
|
import {
|
|
141
120
|
helpOutlinedIcon_default
|
|
142
|
-
} from "../chunk-
|
|
121
|
+
} from "../chunk-AXSFVJ3H.js";
|
|
143
122
|
import {
|
|
144
|
-
|
|
145
|
-
} from "../chunk-
|
|
146
|
-
import {
|
|
147
|
-
assignGroupIcon_default
|
|
148
|
-
} from "../chunk-MNPAE2ZF.js";
|
|
123
|
+
hierarchyIcon_default
|
|
124
|
+
} from "../chunk-WZAU77G7.js";
|
|
149
125
|
import {
|
|
150
|
-
|
|
151
|
-
} from "../chunk-
|
|
126
|
+
inactiveGroupIcon_default
|
|
127
|
+
} from "../chunk-77QDKDFI.js";
|
|
152
128
|
import {
|
|
153
|
-
|
|
154
|
-
} from "../chunk-
|
|
129
|
+
industryIcon_default
|
|
130
|
+
} from "../chunk-4BTXGP7U.js";
|
|
155
131
|
import {
|
|
156
132
|
difficultyAllIcon_default
|
|
157
|
-
} from "../chunk-
|
|
133
|
+
} from "../chunk-5XKFPQLH.js";
|
|
158
134
|
import {
|
|
159
135
|
difficultyEasyIcon_default
|
|
160
136
|
} from "../chunk-JI5XMLWT.js";
|
|
@@ -164,9 +140,34 @@ import {
|
|
|
164
140
|
import {
|
|
165
141
|
difficultyMediumIcon_default
|
|
166
142
|
} from "../chunk-XPJVVKOU.js";
|
|
143
|
+
import {
|
|
144
|
+
dollarIcon_default
|
|
145
|
+
} from "../chunk-GL43GPEM.js";
|
|
146
|
+
import {
|
|
147
|
+
downloadIcon_default
|
|
148
|
+
} from "../chunk-FZCFFVXW.js";
|
|
149
|
+
import {
|
|
150
|
+
downloadPdfIcon_default
|
|
151
|
+
} from "../chunk-N26C33E6.js";
|
|
152
|
+
import {
|
|
153
|
+
editChatIcon_default
|
|
154
|
+
} from "../chunk-XCE3QE6Q.js";
|
|
167
155
|
import {
|
|
168
156
|
activateUserIcon_default
|
|
169
157
|
} from "../chunk-AH6RCYDL.js";
|
|
158
|
+
import {
|
|
159
|
+
archivedIcon_default
|
|
160
|
+
} from "../chunk-3IBCGGN3.js";
|
|
161
|
+
import {
|
|
162
|
+
assignGroupIcon_default
|
|
163
|
+
} from "../chunk-MNPAE2ZF.js";
|
|
164
|
+
import {
|
|
165
|
+
closeIcon_default
|
|
166
|
+
} from "../chunk-Q5XKCUE3.js";
|
|
167
|
+
import {
|
|
168
|
+
copyIcon_default
|
|
169
|
+
} from "../chunk-6FEUS4CQ.js";
|
|
170
|
+
import "../chunk-LI4N7JWK.js";
|
|
170
171
|
export {
|
|
171
172
|
activateUserIcon_default as ActivateUserIcon,
|
|
172
173
|
archivedIcon_default as ArchivedIcon,
|
package/dist/icons/logsIcon.js
CHANGED
|
@@ -42,6 +42,6 @@ var ProjectIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.cre
|
|
|
42
42
|
viewBox: "0 0 18.571 16.1",
|
|
43
43
|
...props
|
|
44
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,
|
|
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, strokeWidth: "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, strokeWidth: "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, strokeWidth: "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, strokeWidth: "1" }))
|
|
46
46
|
);
|
|
47
47
|
var projectIcon_default = ProjectIcon;
|
|
@@ -33,5 +33,5 @@ __export(qualificationsIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(qualificationsIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var QualificationsIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { width: "24", height: "17", viewBox: "0 0 24 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.096 0.920005L1.422 5.25601C1.29964 5.31928 1.18771 5.40089 1.09003 5.49801C0.982986 5.61801 0.923828 5.7732 0.923828 5.934C0.923828 6.09481 0.982986 6.25 1.09003 6.37001C1.18134 6.47434 1.29472 6.55701 1.422 6.61201L5.35498 8.29801V12.829C5.35246 12.8915 5.36648 12.9535 5.39563 13.0088C5.42478 13.0641 5.46804 13.1108 5.521 13.144L11.909 16.23C11.9351 16.2419 11.9634 16.248 11.992 16.248C12.0206 16.248 12.049 16.2419 12.075 16.23L18.482 13.144C18.5377 13.1137 18.5831 13.0677 18.6127 13.0116C18.6422 12.9556 18.6545 12.892 18.648 12.829V8.29901L21.842 7.04001C21.6965 8.80938 21.6882 10.5874 21.817 12.358C21.817 12.843 22.217 12.843 22.217 12.358C22.4317 10.5206 22.4729 8.66711 22.34 6.82201C22.5425 6.68685 22.7337 6.5357 22.912 6.37001C23.019 6.25 23.0782 6.09481 23.0782 5.934C23.0782 5.7732 23.019 5.61801 22.912 5.49801C22.8142 5.40101 22.7023 5.31941 22.58 5.25601L12.905 0.919005C12.3228 0.692932 11.6771 0.692932 11.095 0.919005L11.096 0.920005ZM12.696 1.86701L21.785 5.94101C21.837 5.96401 21.837 5.98601 21.872 6.00901C21.838 6.03201 21.838 6.05501 21.785 6.07701L17.485 8.01201C17.451 8.01201 17.398 8.01201 17.385 8.05701L12.702 10.151C12.253 10.3102 11.763 10.3102 11.314 10.151L6.62201 8.03401C6.58701 8.03401 6.56998 8.01101 6.55298 8.01101L2.22198 6.07601C2.16898 6.05301 2.16901 6.03101 2.13501 6.00801C2.16901 5.98501 2.16898 5.962 2.22198 5.962L11.31 1.86201C11.5331 1.78448 11.7678 1.74624 12.004 1.74901C12.239 1.7475 12.4725 1.78709 12.694 1.866L12.696 1.86701ZM17.665 8.657V12.482L12.002 15.272L6.33899 12.728V8.90301L11.156 10.926C11.4239 11.0384 11.7115 11.0963 12.002 11.0963C12.2925 11.0963 12.5801 11.0384 12.848 10.926L17.248 8.95501L17.665 8.657Z", fill: color, stroke: color,
|
|
36
|
+
var QualificationsIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { width: "24", height: "17", viewBox: "0 0 24 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.096 0.920005L1.422 5.25601C1.29964 5.31928 1.18771 5.40089 1.09003 5.49801C0.982986 5.61801 0.923828 5.7732 0.923828 5.934C0.923828 6.09481 0.982986 6.25 1.09003 6.37001C1.18134 6.47434 1.29472 6.55701 1.422 6.61201L5.35498 8.29801V12.829C5.35246 12.8915 5.36648 12.9535 5.39563 13.0088C5.42478 13.0641 5.46804 13.1108 5.521 13.144L11.909 16.23C11.9351 16.2419 11.9634 16.248 11.992 16.248C12.0206 16.248 12.049 16.2419 12.075 16.23L18.482 13.144C18.5377 13.1137 18.5831 13.0677 18.6127 13.0116C18.6422 12.9556 18.6545 12.892 18.648 12.829V8.29901L21.842 7.04001C21.6965 8.80938 21.6882 10.5874 21.817 12.358C21.817 12.843 22.217 12.843 22.217 12.358C22.4317 10.5206 22.4729 8.66711 22.34 6.82201C22.5425 6.68685 22.7337 6.5357 22.912 6.37001C23.019 6.25 23.0782 6.09481 23.0782 5.934C23.0782 5.7732 23.019 5.61801 22.912 5.49801C22.8142 5.40101 22.7023 5.31941 22.58 5.25601L12.905 0.919005C12.3228 0.692932 11.6771 0.692932 11.095 0.919005L11.096 0.920005ZM12.696 1.86701L21.785 5.94101C21.837 5.96401 21.837 5.98601 21.872 6.00901C21.838 6.03201 21.838 6.05501 21.785 6.07701L17.485 8.01201C17.451 8.01201 17.398 8.01201 17.385 8.05701L12.702 10.151C12.253 10.3102 11.763 10.3102 11.314 10.151L6.62201 8.03401C6.58701 8.03401 6.56998 8.01101 6.55298 8.01101L2.22198 6.07601C2.16898 6.05301 2.16901 6.03101 2.13501 6.00801C2.16901 5.98501 2.16898 5.962 2.22198 5.962L11.31 1.86201C11.5331 1.78448 11.7678 1.74624 12.004 1.74901C12.239 1.7475 12.4725 1.78709 12.694 1.866L12.696 1.86701ZM17.665 8.657V12.482L12.002 15.272L6.33899 12.728V8.90301L11.156 10.926C11.4239 11.0384 11.7115 11.0963 12.002 11.0963C12.2925 11.0963 12.5801 11.0384 12.848 10.926L17.248 8.95501L17.665 8.657Z", fill: color, stroke: color, strokeWidth: "0.2" }));
|
|
37
37
|
var qualificationsIcon_default = QualificationsIcon;
|
|
@@ -33,5 +33,5 @@ __export(questionStatusAllIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(questionStatusAllIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var QuestionStatusAllIcon = ({ 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_25253", "data-name": "Group 25253", transform: "translate(-5412 -11749)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25251", "data-name": "Group 25251", transform: "translate(1 1)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25192", "data-name": "Group 25192", transform: "translate(5412 11749)" }, /* @__PURE__ */ React.createElement("g", { id: "Ellipse_353", "data-name": "Ellipse 353", transform: "translate(0)", fill: "none", stroke: color,
|
|
36
|
+
var QuestionStatusAllIcon = ({ 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_25253", "data-name": "Group 25253", transform: "translate(-5412 -11749)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25251", "data-name": "Group 25251", transform: "translate(1 1)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25192", "data-name": "Group 25192", transform: "translate(5412 11749)" }, /* @__PURE__ */ React.createElement("g", { id: "Ellipse_353", "data-name": "Ellipse 353", transform: "translate(0)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" }))), /* @__PURE__ */ React.createElement("g", { id: "Ellipse_381", "data-name": "Ellipse 381", transform: "translate(5434 11754.834) rotate(90)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("ellipse", { cx: "6", cy: "11", rx: "6", ry: "11", stroke: "none" }), /* @__PURE__ */ React.createElement("ellipse", { cx: "6", cy: "11", rx: "5.2", ry: "10.2", fill: "none" })), /* @__PURE__ */ React.createElement("g", { id: "Ellipse_382", "data-name": "Ellipse 382", transform: "translate(5428.5 11771) rotate(180)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" })), /* @__PURE__ */ React.createElement("g", { id: "Group_25193", "data-name": "Group 25193", transform: "translate(5422 11759.152)" }, /* @__PURE__ */ React.createElement("line", { id: "Line_500", "data-name": "Line 500", y2: "3", transform: "translate(1 0.5)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1" }), /* @__PURE__ */ React.createElement("g", { id: "Ellipse_352", "data-name": "Ellipse 352", fill: "#fff", stroke: color, strokeWidth: "1" }, /* @__PURE__ */ React.createElement("circle", { cx: "1", cy: "1", r: "1", stroke: "none" }), /* @__PURE__ */ React.createElement("circle", { cx: "1", cy: "1", r: "0.5", fill: "none" })))), /* @__PURE__ */ React.createElement("g", { id: "Group_25252", "data-name": "Group 25252", transform: "translate(-237)" }, /* @__PURE__ */ React.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
|
|
37
37
|
var questionStatusAllIcon_default = QuestionStatusAllIcon;
|
|
@@ -33,5 +33,5 @@ __export(questionStatusPrivateIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(questionStatusPrivateIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var QuestionStatusPrivateIcon = ({ 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_25259", "data-name": "Group 25259", transform: "translate(-5412 -11820)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25176", "data-name": "Group 25176", transform: "translate(150 69.4)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25174", "data-name": "Group 25174", transform: "translate(5265 11751.6)" }, /* @__PURE__ */ React.createElement("g", { id: "Rectangle_19447", "data-name": "Rectangle 19447", transform: "translate(0 8.641)", fill: "none", stroke: color,
|
|
36
|
+
var QuestionStatusPrivateIcon = ({ 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_25259", "data-name": "Group 25259", transform: "translate(-5412 -11820)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25176", "data-name": "Group 25176", transform: "translate(150 69.4)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25174", "data-name": "Group 25174", transform: "translate(5265 11751.6)" }, /* @__PURE__ */ React.createElement("g", { id: "Rectangle_19447", "data-name": "Rectangle 19447", transform: "translate(0 8.641)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("rect", { width: "18.333", height: "13.359", rx: "2", stroke: "none" }), /* @__PURE__ */ React.createElement("rect", { x: "0.8", y: "0.8", width: "16.733", height: "11.759", rx: "1.2", fill: "none" })), /* @__PURE__ */ React.createElement("g", { id: "Rectangle_19448", "data-name": "Rectangle 19448", transform: "translate(4)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("path", { d: "M5.517,0h0a5.517,5.517,0,0,1,5.517,5.517V10a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V5.517A5.517,5.517,0,0,1,5.517,0Z", stroke: "none" }), /* @__PURE__ */ React.createElement("path", { d: "M5.517.8h0a4.717,4.717,0,0,1,4.717,4.717V8.79a.41.41,0,0,1-.41.41H1.21A.41.41,0,0,1,.8,8.79V5.517A4.717,4.717,0,0,1,5.517.8Z", fill: "none" }))), /* @__PURE__ */ React.createElement("g", { id: "Group_25175", "data-name": "Group 25175", transform: "translate(5273.251 11765.721)" }, /* @__PURE__ */ React.createElement("line", { id: "Line_500", "data-name": "Line 500", y2: "2.745", transform: "translate(0.915 0.457)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1" }), /* @__PURE__ */ React.createElement("g", { id: "Ellipse_352", "data-name": "Ellipse 352", fill: "#fff", stroke: color, strokeWidth: "1" }, /* @__PURE__ */ React.createElement("circle", { cx: "0.915", cy: "0.915", r: "0.915", stroke: "none" }), /* @__PURE__ */ React.createElement("circle", { cx: "0.915", cy: "0.915", r: "0.415", fill: "none" })))), /* @__PURE__ */ React.createElement("g", { id: "Group_25258", "data-name": "Group 25258", transform: "translate(-237 71)" }, /* @__PURE__ */ React.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
|
|
37
37
|
var questionStatusPrivateIcon_default = QuestionStatusPrivateIcon;
|
|
@@ -33,5 +33,5 @@ __export(questionStatusPublicIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(questionStatusPublicIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var QuestionStatusPublicIcon = ({ 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_25257", "data-name": "Group 25257", transform: "translate(-5412 -11786)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25177", "data-name": "Group 25177", transform: "translate(114 72)" }, /* @__PURE__ */ React.createElement("g", { id: "Ellipse_353", "data-name": "Ellipse 353", transform: "translate(5299 11715)", fill: "none", stroke: color,
|
|
36
|
+
var QuestionStatusPublicIcon = ({ 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_25257", "data-name": "Group 25257", transform: "translate(-5412 -11786)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25177", "data-name": "Group 25177", transform: "translate(114 72)" }, /* @__PURE__ */ React.createElement("g", { id: "Ellipse_353", "data-name": "Ellipse 353", transform: "translate(5299 11715)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" })), /* @__PURE__ */ React.createElement("g", { id: "Ellipse_354", "data-name": "Ellipse 354", transform: "translate(5304.5 11715)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" })), /* @__PURE__ */ React.createElement("g", { id: "Ellipse_355", "data-name": "Ellipse 355", transform: "translate(5321 11720.5) rotate(90)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" }))), /* @__PURE__ */ React.createElement("g", { id: "Group_25254", "data-name": "Group 25254", transform: "translate(-237 37)" }, /* @__PURE__ */ React.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
|
|
37
37
|
var questionStatusPublicIcon_default = QuestionStatusPublicIcon;
|
|
@@ -33,5 +33,5 @@ __export(questionTypeCodingIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(questionTypeCodingIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var QuestionTypeCodingIcon = ({ 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_25232", "data-name": "Group 25232", transform: "translate(-5649 -11854)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25226", "data-name": "Group 25226", transform: "translate(-3)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_53438", "data-name": "Path 53438", d: "M5657,11861l-3.8,5.05,3.8,4.6", transform: "translate(1.8 -0.301)", fill: "none", stroke: color, strokeLinecap: "round",
|
|
36
|
+
var QuestionTypeCodingIcon = ({ 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_25232", "data-name": "Group 25232", transform: "translate(-5649 -11854)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25226", "data-name": "Group 25226", transform: "translate(-3)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_53438", "data-name": "Path 53438", d: "M5657,11861l-3.8,5.05,3.8,4.6", transform: "translate(1.8 -0.301)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1.6" }), /* @__PURE__ */ React.createElement("path", { id: "Path_53439", "data-name": "Path 53439", d: "M5653.2,11861l3.8,5.05-3.8,4.6", transform: "translate(16 -0.301)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1.6" }), /* @__PURE__ */ React.createElement("line", { id: "Line_505", "data-name": "Line 505", x1: "4", y2: "16", transform: "translate(5661.5 11857.5)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1.6" })), /* @__PURE__ */ React.createElement("rect", { id: "Rectangle_19481", "data-name": "Rectangle 19481", width: "24", height: "24", rx: "5", transform: "translate(5649 11854)", fill: "none" })));
|
|
37
37
|
var questionTypeCodingIcon_default = QuestionTypeCodingIcon;
|
|
@@ -33,5 +33,5 @@ __export(questionTypeDescriptiveIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(questionTypeDescriptiveIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var QuestionTypeDescriptiveIcon = ({ 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_25231", "data-name": "Group 25231", transform: "translate(-5649 -11819)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25225", "data-name": "Group 25225", transform: "translate(2.5 0.5)" }, /* @__PURE__ */ React.createElement("line", { id: "Line_501", "data-name": "Line 501", x2: "12", transform: "translate(5649.5 11821.5)", fill: "none", stroke: color, strokeLinecap: "round",
|
|
36
|
+
var QuestionTypeDescriptiveIcon = ({ 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_25231", "data-name": "Group 25231", transform: "translate(-5649 -11819)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25225", "data-name": "Group 25225", transform: "translate(2.5 0.5)" }, /* @__PURE__ */ React.createElement("line", { id: "Line_501", "data-name": "Line 501", x2: "12", transform: "translate(5649.5 11821.5)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1.6" }), /* @__PURE__ */ React.createElement("line", { id: "Line_504", "data-name": "Line 504", x2: "12", transform: "translate(5649.5 11833.267)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1.6" }), /* @__PURE__ */ React.createElement("line", { id: "Line_502", "data-name": "Line 502", x2: "17.8", transform: "translate(5649.5 11827.384)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1.6" }), /* @__PURE__ */ React.createElement("line", { id: "Line_503", "data-name": "Line 503", x2: "18", transform: "translate(5649.5 11839.5)", fill: "none", stroke: color, strokeLinecap: "round", strokeWidth: "1.6" })), /* @__PURE__ */ React.createElement("rect", { id: "Rectangle_19480", "data-name": "Rectangle 19480", width: "24", height: "24", rx: "5", transform: "translate(5649 11819)", fill: "none" })));
|
|
37
37
|
var questionTypeDescriptiveIcon_default = QuestionTypeDescriptiveIcon;
|
|
@@ -33,5 +33,5 @@ __export(questionTypeMultipleIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(questionTypeMultipleIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var QuestionTypeMultipleIcon = ({ 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_25228", "data-name": "Group 25228", transform: "translate(-5649 -11749)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25224", "data-name": "Group 25224", transform: "translate(1 1)" }, /* @__PURE__ */ React.createElement("g", { id: "Rectangle_19479", "data-name": "Rectangle 19479", transform: "translate(5649 11749)", fill: "none", stroke: color,
|
|
36
|
+
var QuestionTypeMultipleIcon = ({ 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_25228", "data-name": "Group 25228", transform: "translate(-5649 -11749)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_25224", "data-name": "Group 25224", transform: "translate(1 1)" }, /* @__PURE__ */ React.createElement("g", { id: "Rectangle_19479", "data-name": "Rectangle 19479", transform: "translate(5649 11749)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("rect", { width: "22", height: "22", rx: "5", stroke: "none" }), /* @__PURE__ */ React.createElement("rect", { x: "0.8", y: "0.8", width: "20.4", height: "20.4", rx: "4.2", fill: "none" })), /* @__PURE__ */ React.createElement("path", { id: "Icon_feather-check", "data-name": "Icon feather-check", d: "M16.02,9,9.131,15.889,6,12.758", transform: "translate(5649.427 11747.506)", fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.6" })), /* @__PURE__ */ React.createElement("g", { id: "Group_25227", "data-name": "Group 25227" }, /* @__PURE__ */ React.createElement("rect", { id: "Rectangle_19479-2", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
|
|
37
37
|
var questionTypeMultipleIcon_default = QuestionTypeMultipleIcon;
|
|
@@ -33,5 +33,5 @@ __export(questionTypeSingleIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(questionTypeSingleIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var QuestionTypeSingleIcon = ({ 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_25230", "data-name": "Group 25230", transform: "translate(-5649 -11786)" }, /* @__PURE__ */ React.createElement("g", { id: "Ellipse_383", "data-name": "Ellipse 383", transform: "translate(5650 11787)", fill: "none", stroke: color,
|
|
36
|
+
var QuestionTypeSingleIcon = ({ 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_25230", "data-name": "Group 25230", transform: "translate(-5649 -11786)" }, /* @__PURE__ */ React.createElement("g", { id: "Ellipse_383", "data-name": "Ellipse 383", transform: "translate(5650 11787)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" })), /* @__PURE__ */ React.createElement("g", { id: "Group_25229", "data-name": "Group 25229", transform: "translate(0 37)" }, /* @__PURE__ */ React.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" })), /* @__PURE__ */ React.createElement("g", { id: "Ellipse_384", "data-name": "Ellipse 384", transform: "translate(5657 11794)", fill: "none", stroke: color, strokeWidth: "1.6" }, /* @__PURE__ */ React.createElement("circle", { cx: "4", cy: "4", r: "4", stroke: "none" }), /* @__PURE__ */ React.createElement("circle", { cx: "4", cy: "4", r: "3.2", fill: "none" }))));
|
|
37
37
|
var questionTypeSingleIcon_default = QuestionTypeSingleIcon;
|
package/dist/icons/rolesIcon.js
CHANGED
|
@@ -33,5 +33,5 @@ __export(rufousAiIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(rufousAiIcon_exports);
|
|
35
35
|
var React = __toESM(require("react"), 1);
|
|
36
|
-
var RufousAiIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z", stroke: color,
|
|
36
|
+
var RufousAiIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z", stroke: color, strokeWidth: "2" }), /* @__PURE__ */ React.createElement("path", { d: "M16.0999 20.167C16.1447 20.0478 16.2145 19.9396 16.3045 19.8495C16.3945 19.7595 16.5028 19.6898 16.6219 19.645L21.3489 17.87L16.6219 16.097C16.5026 16.0524 16.3941 15.9827 16.3039 15.8926C16.2137 15.8026 16.1438 15.6943 16.0989 15.575L14.3239 10.846L12.5509 15.574L12.5419 15.597C12.4955 15.7114 12.4259 15.8149 12.3374 15.9009C12.2489 15.987 12.1436 16.0538 12.0279 16.097L7.29895 17.87L12.0279 19.645C12.1471 19.6898 12.2554 19.7595 12.3454 19.8495C12.4354 19.9396 12.5052 20.0478 12.5499 20.167L14.3229 24.894L16.0999 20.167Z", stroke: color, strokeWidth: "1.5" }), /* @__PURE__ */ React.createElement("path", { d: "M22.372 11.523C22.4108 11.4198 22.4712 11.3261 22.5492 11.2482C22.6271 11.1702 22.7209 11.1098 22.824 11.071L24.831 10.317L22.824 9.564C22.7242 9.52656 22.6332 9.46884 22.5568 9.39449C22.4804 9.32014 22.4202 9.23077 22.38 9.132L22.372 9.112L21.618 7.104L20.865 9.112L20.858 9.131C20.8178 9.23002 20.7575 9.31961 20.6809 9.39414C20.6043 9.46867 20.5131 9.52651 20.413 9.564L18.405 10.317L20.413 11.071C20.5163 11.1096 20.6101 11.17 20.6881 11.248C20.7661 11.3259 20.8264 11.4197 20.865 11.523L21.618 13.53L22.372 11.523Z", stroke: color, strokeWidth: "1.2" }));
|
|
37
37
|
var rufousAiIcon_default = RufousAiIcon;
|