@rufous/ui 0.1.18 → 0.1.22
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/{Button.cjs → addButton.cjs} +9 -12
- package/dist/Buttons/addButton.d.cts +8 -0
- package/dist/Buttons/addButton.d.ts +8 -0
- package/dist/Buttons/addButton.js +6 -0
- package/dist/Buttons/cancelButton.cjs +37 -0
- package/dist/Buttons/cancelButton.d.cts +8 -0
- package/dist/Buttons/cancelButton.d.ts +8 -0
- package/dist/Buttons/cancelButton.js +6 -0
- package/dist/Buttons/index.cjs +75 -0
- package/dist/Buttons/index.d.cts +4 -0
- package/dist/Buttons/index.d.ts +4 -0
- package/dist/Buttons/index.js +15 -0
- package/dist/Buttons/submitButton.cjs +53 -0
- package/dist/Buttons/submitButton.d.cts +11 -0
- package/dist/Buttons/submitButton.d.ts +11 -0
- package/dist/Buttons/submitButton.js +6 -0
- package/dist/CheckBoxes/CheckBox.js +25 -3
- package/dist/TextFields/FloatingInput.js +28 -3
- package/dist/chunk-5TL73FV7.js +10 -0
- package/dist/chunk-5UEJAVFK.js +10 -0
- package/dist/chunk-7DL4MCF7.js +24 -0
- package/dist/chunk-GESVGIAP.js +10 -0
- package/dist/chunk-QIEQRNBE.js +10 -0
- package/dist/chunk-UF3Q3GWG.js +8 -0
- package/dist/icons/helpOutlinedIcon.cjs +1 -53
- package/dist/icons/helpOutlinedIcon.js +1 -1
- package/dist/icons/index.cjs +3 -200
- package/dist/icons/index.js +35 -35
- package/dist/icons/nineDotMenuIcon.cjs +1 -146
- package/dist/icons/nineDotMenuIcon.js +1 -1
- package/dist/icons/notificationIcon.cjs +1 -1
- package/dist/icons/notificationIcon.js +1 -1
- package/dist/icons/rufousAiIcon.cjs +37 -0
- package/dist/icons/rufousAiIcon.d.cts +8 -0
- package/dist/icons/rufousAiIcon.d.ts +8 -0
- package/dist/icons/rufousAiIcon.js +7 -0
- package/dist/main.cjs +210 -435
- package/dist/main.css +69 -0
- package/dist/main.d.cts +3 -3
- package/dist/main.d.ts +3 -3
- package/dist/main.js +50 -49
- package/dist/style.css +69 -0
- package/dist/styles/button.css +68 -0
- package/dist/styles/button.d.cts +2 -0
- package/dist/styles/button.d.ts +2 -0
- package/package.json +1 -1
- package/dist/Buttons/Button.d.cjs +0 -17
- package/dist/Buttons/Button.d.cts +0 -10
- package/dist/Buttons/Button.d.d.cts +0 -10
- package/dist/Buttons/Button.d.d.ts +0 -10
- package/dist/Buttons/Button.d.ts +0 -10
- package/dist/Buttons/Button.js +0 -6
- package/dist/chunk-ASP3DBRX.js +0 -9
- package/dist/chunk-AWA5Y5LH.js +0 -32
- package/dist/chunk-D7SFBVJY.js +0 -155
- package/dist/chunk-MWCKUVQG.js +0 -10
- package/dist/chunk-PULIGWAP.js +0 -62
- package/dist/chunk-QKDJLUKZ.js +0 -29
- /package/dist/{Buttons/Button.d.js → chunk-JSGUIKOH.js} +0 -0
package/dist/icons/index.cjs
CHANGED
|
@@ -206,59 +206,7 @@ var editIcon_default = EditIcon;
|
|
|
206
206
|
// lib/icons/helpOutlinedIcon.tsx
|
|
207
207
|
var import_react4 = __toESM(require("react"), 1);
|
|
208
208
|
var HelpOutlinedIcon = ({ color = "#5f6368", ...props }) => {
|
|
209
|
-
return /* @__PURE__ */ import_react4.default.createElement(
|
|
210
|
-
"svg",
|
|
211
|
-
{
|
|
212
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
213
|
-
width: "40",
|
|
214
|
-
height: "40",
|
|
215
|
-
viewBox: "0 0 40 40",
|
|
216
|
-
...props
|
|
217
|
-
},
|
|
218
|
-
/* @__PURE__ */ import_react4.default.createElement(
|
|
219
|
-
"g",
|
|
220
|
-
{
|
|
221
|
-
id: "Group_11727",
|
|
222
|
-
"data-name": "Group 11727",
|
|
223
|
-
transform: "translate(-1600 -24)"
|
|
224
|
-
},
|
|
225
|
-
/* @__PURE__ */ import_react4.default.createElement(
|
|
226
|
-
"circle",
|
|
227
|
-
{
|
|
228
|
-
id: "Ellipse_32",
|
|
229
|
-
"data-name": "Ellipse 32",
|
|
230
|
-
cx: "20",
|
|
231
|
-
cy: "20",
|
|
232
|
-
r: "20",
|
|
233
|
-
transform: "translate(1600 24)",
|
|
234
|
-
fill: "none"
|
|
235
|
-
}
|
|
236
|
-
),
|
|
237
|
-
/* @__PURE__ */ import_react4.default.createElement(
|
|
238
|
-
"g",
|
|
239
|
-
{
|
|
240
|
-
id: "Ellipse_33",
|
|
241
|
-
"data-name": "Ellipse 33",
|
|
242
|
-
transform: "translate(1604 28.3)",
|
|
243
|
-
fill: "none",
|
|
244
|
-
stroke: color,
|
|
245
|
-
"stroke-width": "2"
|
|
246
|
-
},
|
|
247
|
-
/* @__PURE__ */ import_react4.default.createElement("circle", { cx: "16", cy: "16", r: "16", stroke: "none" }),
|
|
248
|
-
/* @__PURE__ */ import_react4.default.createElement("circle", { cx: "16", cy: "16", r: "15", fill: "none" })
|
|
249
|
-
),
|
|
250
|
-
/* @__PURE__ */ import_react4.default.createElement(
|
|
251
|
-
"path",
|
|
252
|
-
{
|
|
253
|
-
id: "Icon_open-question-mark",
|
|
254
|
-
"data-name": "Icon open-question-mark",
|
|
255
|
-
d: "M5.372,0A5.621,5.621,0,0,0,1.283,1.436,4.746,4.746,0,0,0,0,4.22L2.175,4.5A2.636,2.636,0,0,1,2.849,3a3.23,3.23,0,0,1,2.523-.827,3.838,3.838,0,0,1,2.654.74A1.818,1.818,0,0,1,8.635,4.35c0,1.805-.74,2.306-1.827,3.263a6.2,6.2,0,0,0-2.523,4.894v.544H6.46v-.544c0-1.805.674-2.306,1.762-3.263A6.237,6.237,0,0,0,10.81,4.35,4.178,4.178,0,0,0,9.527,1.283,6.012,6.012,0,0,0,5.372,0ZM4.285,15.225V17.4H6.46V15.225Z",
|
|
256
|
-
transform: "translate(1614.595 35.6)",
|
|
257
|
-
fill: color
|
|
258
|
-
}
|
|
259
|
-
)
|
|
260
|
-
)
|
|
261
|
-
);
|
|
209
|
+
return /* @__PURE__ */ import_react4.default.createElement("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ import_react4.default.createElement("path", { d: "M16 31.3C24.2843 31.3 31 24.5843 31 16.3C31 8.01573 24.2843 1.3 16 1.3C7.71573 1.3 1 8.01573 1 16.3C1 24.5843 7.71573 31.3 16 31.3Z", stroke: color, "stroke-width": "2" }), /* @__PURE__ */ import_react4.default.createElement("path", { d: "M15.967 7.6C15.2243 7.55686 14.4804 7.66158 13.7785 7.90808C13.0766 8.15458 12.4306 8.53796 11.878 9.036C11.1541 9.79654 10.7029 10.7756 10.595 11.82L12.77 12.1C12.8289 11.5409 13.0651 11.0153 13.444 10.6C13.7819 10.2913 14.1816 10.0579 14.6166 9.91528C15.0515 9.7727 15.5118 9.72421 15.967 9.773C16.9127 9.68268 17.8584 9.94635 18.621 10.513C18.8228 10.6923 18.9822 10.9143 19.0875 11.1628C19.1929 11.4114 19.2415 11.6803 19.23 11.95C19.23 13.755 18.49 14.256 17.403 15.213C16.6339 15.7793 16.006 16.5156 15.5684 17.3646C15.1308 18.2135 14.8951 19.152 14.88 20.107V20.651H17.055V20.107C17.055 18.302 17.729 17.801 18.817 16.844C19.596 16.2825 20.2348 15.5488 20.6837 14.6999C21.1326 13.851 21.3795 12.9099 21.405 11.95C21.4124 11.3782 21.3024 10.8109 21.0817 10.2834C20.861 9.75584 20.5343 9.2792 20.122 8.883C18.9456 7.95187 17.4635 7.49424 15.967 7.6ZM14.88 22.825V25H17.055V22.825H14.88Z", fill: color }));
|
|
262
210
|
};
|
|
263
211
|
var helpOutlinedIcon_default = HelpOutlinedIcon;
|
|
264
212
|
|
|
@@ -317,152 +265,7 @@ var hierarchyIcon_default = HierarchyIcon;
|
|
|
317
265
|
// lib/icons/nineDotMenuIcon.tsx
|
|
318
266
|
var import_react6 = __toESM(require("react"), 1);
|
|
319
267
|
var NineDotMenuIcon = ({ color = "#707070", ...props }) => {
|
|
320
|
-
return /* @__PURE__ */ import_react6.default.createElement(
|
|
321
|
-
"svg",
|
|
322
|
-
{
|
|
323
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
324
|
-
width: "40",
|
|
325
|
-
height: "40",
|
|
326
|
-
viewBox: "0 0 40 40",
|
|
327
|
-
...props
|
|
328
|
-
},
|
|
329
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
330
|
-
"g",
|
|
331
|
-
{
|
|
332
|
-
id: "Group_24483",
|
|
333
|
-
"data-name": "Group 24483",
|
|
334
|
-
transform: "translate(-1600 -24)"
|
|
335
|
-
},
|
|
336
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
337
|
-
"circle",
|
|
338
|
-
{
|
|
339
|
-
id: "Ellipse_32",
|
|
340
|
-
"data-name": "Ellipse 32",
|
|
341
|
-
cx: "20",
|
|
342
|
-
cy: "20",
|
|
343
|
-
r: "20",
|
|
344
|
-
transform: "translate(1600 24)",
|
|
345
|
-
fill: "none"
|
|
346
|
-
}
|
|
347
|
-
),
|
|
348
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
349
|
-
"g",
|
|
350
|
-
{
|
|
351
|
-
id: "Group_24484",
|
|
352
|
-
"data-name": "Group 24484",
|
|
353
|
-
transform: "translate(2581 -2711)"
|
|
354
|
-
},
|
|
355
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
356
|
-
"rect",
|
|
357
|
-
{
|
|
358
|
-
id: "Rectangle_17638",
|
|
359
|
-
"data-name": "Rectangle 17638",
|
|
360
|
-
width: "7",
|
|
361
|
-
height: "7",
|
|
362
|
-
rx: "1",
|
|
363
|
-
transform: "translate(-973 2743)",
|
|
364
|
-
fill: color
|
|
365
|
-
}
|
|
366
|
-
),
|
|
367
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
368
|
-
"rect",
|
|
369
|
-
{
|
|
370
|
-
id: "Rectangle_17639",
|
|
371
|
-
"data-name": "Rectangle 17639",
|
|
372
|
-
width: "7",
|
|
373
|
-
height: "7",
|
|
374
|
-
rx: "1",
|
|
375
|
-
transform: "translate(-964 2743)",
|
|
376
|
-
fill: color
|
|
377
|
-
}
|
|
378
|
-
),
|
|
379
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
380
|
-
"rect",
|
|
381
|
-
{
|
|
382
|
-
id: "Rectangle_17640",
|
|
383
|
-
"data-name": "Rectangle 17640",
|
|
384
|
-
width: "7",
|
|
385
|
-
height: "7",
|
|
386
|
-
rx: "1",
|
|
387
|
-
transform: "translate(-955 2743)",
|
|
388
|
-
fill: color
|
|
389
|
-
}
|
|
390
|
-
),
|
|
391
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
392
|
-
"rect",
|
|
393
|
-
{
|
|
394
|
-
id: "Rectangle_17641",
|
|
395
|
-
"data-name": "Rectangle 17641",
|
|
396
|
-
width: "7",
|
|
397
|
-
height: "7",
|
|
398
|
-
rx: "1",
|
|
399
|
-
transform: "translate(-973 2752)",
|
|
400
|
-
fill: color
|
|
401
|
-
}
|
|
402
|
-
),
|
|
403
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
404
|
-
"rect",
|
|
405
|
-
{
|
|
406
|
-
id: "Rectangle_17642",
|
|
407
|
-
"data-name": "Rectangle 17642",
|
|
408
|
-
width: "7",
|
|
409
|
-
height: "7",
|
|
410
|
-
rx: "1",
|
|
411
|
-
transform: "translate(-964 2752)",
|
|
412
|
-
fill: color
|
|
413
|
-
}
|
|
414
|
-
),
|
|
415
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
416
|
-
"rect",
|
|
417
|
-
{
|
|
418
|
-
id: "Rectangle_17643",
|
|
419
|
-
"data-name": "Rectangle 17643",
|
|
420
|
-
width: "7",
|
|
421
|
-
height: "7",
|
|
422
|
-
rx: "1",
|
|
423
|
-
transform: "translate(-955 2752)",
|
|
424
|
-
fill: color
|
|
425
|
-
}
|
|
426
|
-
),
|
|
427
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
428
|
-
"rect",
|
|
429
|
-
{
|
|
430
|
-
id: "Rectangle_17644",
|
|
431
|
-
"data-name": "Rectangle 17644",
|
|
432
|
-
width: "7",
|
|
433
|
-
height: "7",
|
|
434
|
-
rx: "1",
|
|
435
|
-
transform: "translate(-973 2761)",
|
|
436
|
-
fill: color
|
|
437
|
-
}
|
|
438
|
-
),
|
|
439
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
440
|
-
"rect",
|
|
441
|
-
{
|
|
442
|
-
id: "Rectangle_17645",
|
|
443
|
-
"data-name": "Rectangle 17645",
|
|
444
|
-
width: "7",
|
|
445
|
-
height: "7",
|
|
446
|
-
rx: "1",
|
|
447
|
-
transform: "translate(-964 2761)",
|
|
448
|
-
fill: color
|
|
449
|
-
}
|
|
450
|
-
),
|
|
451
|
-
/* @__PURE__ */ import_react6.default.createElement(
|
|
452
|
-
"rect",
|
|
453
|
-
{
|
|
454
|
-
id: "Rectangle_17646",
|
|
455
|
-
"data-name": "Rectangle 17646",
|
|
456
|
-
width: "7",
|
|
457
|
-
height: "7",
|
|
458
|
-
rx: "1",
|
|
459
|
-
transform: "translate(-955 2761)",
|
|
460
|
-
fill: color
|
|
461
|
-
}
|
|
462
|
-
)
|
|
463
|
-
)
|
|
464
|
-
)
|
|
465
|
-
);
|
|
268
|
+
return /* @__PURE__ */ import_react6.default.createElement("svg", { width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ import_react6.default.createElement("path", { d: "M6 0H1C0.447715 0 0 0.447715 0 1V6C0 6.55228 0.447715 7 1 7H6C6.55228 7 7 6.55228 7 6V1C7 0.447715 6.55228 0 6 0Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M15 0H10C9.44772 0 9 0.447715 9 1V6C9 6.55228 9.44772 7 10 7H15C15.5523 7 16 6.55228 16 6V1C16 0.447715 15.5523 0 15 0Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M24 0H19C18.4477 0 18 0.447715 18 1V6C18 6.55228 18.4477 7 19 7H24C24.5523 7 25 6.55228 25 6V1C25 0.447715 24.5523 0 24 0Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M6 9H1C0.447715 9 0 9.44772 0 10V15C0 15.5523 0.447715 16 1 16H6C6.55228 16 7 15.5523 7 15V10C7 9.44772 6.55228 9 6 9Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M15 9H10C9.44772 9 9 9.44772 9 10V15C9 15.5523 9.44772 16 10 16H15C15.5523 16 16 15.5523 16 15V10C16 9.44772 15.5523 9 15 9Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M24 9H19C18.4477 9 18 9.44772 18 10V15C18 15.5523 18.4477 16 19 16H24C24.5523 16 25 15.5523 25 15V10C25 9.44772 24.5523 9 24 9Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M6 18H1C0.447715 18 0 18.4477 0 19V24C0 24.5523 0.447715 25 1 25H6C6.55228 25 7 24.5523 7 24V19C7 18.4477 6.55228 18 6 18Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M15 18H10C9.44772 18 9 18.4477 9 19V24C9 24.5523 9.44772 25 10 25H15C15.5523 25 16 24.5523 16 24V19C16 18.4477 15.5523 18 15 18Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M24 18H19C18.4477 18 18 18.4477 18 19V24C18 24.5523 18.4477 25 19 25H24C24.5523 25 25 24.5523 25 24V19C25 18.4477 24.5523 18 24 18Z", fill: color }));
|
|
466
269
|
};
|
|
467
270
|
var nineDotMenuIcon_default = NineDotMenuIcon;
|
|
468
271
|
|
|
@@ -1054,7 +857,7 @@ var sidebarIcon_default = SidebarIcon;
|
|
|
1054
857
|
// lib/icons/notificationIcon.tsx
|
|
1055
858
|
var import_react11 = __toESM(require("react"), 1);
|
|
1056
859
|
var NotificationIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
1057
|
-
return /* @__PURE__ */ import_react11.default.createElement("svg", {
|
|
860
|
+
return /* @__PURE__ */ import_react11.default.createElement("svg", { width: "27", height: "31", viewBox: "0 0 27 31", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ import_react11.default.createElement("path", { d: "M13.661 30.94C14.6555 30.94 15.6094 30.5449 16.3126 29.8416C17.0159 29.1384 17.411 28.1846 17.411 27.19H9.91099C9.91099 28.1846 10.3061 29.1384 11.0093 29.8416C11.7126 30.5449 12.6664 30.94 13.661 30.94ZM13.661 4.54L12.167 4.84C10.4718 5.18482 8.94802 6.105 7.85365 7.44468C6.75927 8.78435 6.16164 10.4611 6.16199 12.191C6.07906 14.5502 5.79097 16.8977 5.30099 19.207C5.01617 20.6532 4.60012 22.0704 4.05799 23.441H23.265C22.7235 22.0702 22.3074 20.653 22.022 19.207C21.532 16.8977 21.2439 14.5502 21.161 12.191C21.1611 10.4613 20.5634 8.78476 19.469 7.44529C18.3747 6.10582 16.851 5.18578 15.156 4.841L13.662 4.535L13.661 4.54ZM25.323 23.44C25.6443 24.1784 26.1472 24.8234 26.785 25.315H0.536987C1.17474 24.8234 1.67769 24.1784 1.99899 23.44C3.68599 20.065 4.28599 13.84 4.28599 12.191C4.28619 10.0284 5.0338 7.93234 6.40223 6.25776C7.77065 4.58317 9.67578 3.433 11.795 3.002C11.7686 2.7412 11.7973 2.47777 11.879 2.22872C11.9608 1.97967 12.0938 1.75052 12.2696 1.55608C12.4454 1.36163 12.66 1.20621 12.8996 1.09983C13.1391 0.993454 13.3984 0.938492 13.6605 0.938492C13.9226 0.938492 14.1818 0.993454 14.4214 1.09983C14.661 1.20621 14.8756 1.36163 15.0514 1.55608C15.2272 1.75052 15.3602 1.97967 15.442 2.22872C15.5237 2.47777 15.5523 2.7412 15.526 3.002C17.6457 3.43262 19.5515 4.58277 20.9203 6.2576C22.2891 7.93243 23.0369 10.029 23.037 12.192C23.037 13.841 23.637 20.065 25.323 23.44Z", fill: color }));
|
|
1058
861
|
};
|
|
1059
862
|
var notificationIcon_default = NotificationIcon;
|
|
1060
863
|
|
package/dist/icons/index.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
import "../chunk-CC7BNJL3.js";
|
|
2
|
+
import {
|
|
3
|
+
unArchivedIcon_default
|
|
4
|
+
} from "../chunk-ZJAV3FEQ.js";
|
|
5
|
+
import {
|
|
6
|
+
unsubscribeIcon_default
|
|
7
|
+
} from "../chunk-NMMC4ATV.js";
|
|
8
|
+
import {
|
|
9
|
+
uploadIcon_default
|
|
10
|
+
} from "../chunk-DXJ745NZ.js";
|
|
2
11
|
import {
|
|
3
12
|
userAssignIcon_default
|
|
4
13
|
} from "../chunk-BH53P2UM.js";
|
|
@@ -8,6 +17,15 @@ import {
|
|
|
8
17
|
import {
|
|
9
18
|
workItemIcon_default
|
|
10
19
|
} from "../chunk-QJPQC544.js";
|
|
20
|
+
import {
|
|
21
|
+
rufousBirdIcon_default
|
|
22
|
+
} from "../chunk-DMP72IAP.js";
|
|
23
|
+
import {
|
|
24
|
+
rufousLauncherBird_default
|
|
25
|
+
} from "../chunk-QZFGQ5JM.js";
|
|
26
|
+
import {
|
|
27
|
+
sidebarIcon_default
|
|
28
|
+
} from "../chunk-CSKTBLQQ.js";
|
|
11
29
|
import {
|
|
12
30
|
subscribeIcon_default
|
|
13
31
|
} from "../chunk-ZDVP4SUD.js";
|
|
@@ -24,14 +42,11 @@ import {
|
|
|
24
42
|
trashIcon_default
|
|
25
43
|
} from "../chunk-6KIFTMUN.js";
|
|
26
44
|
import {
|
|
27
|
-
|
|
28
|
-
} from "../chunk-
|
|
29
|
-
import {
|
|
30
|
-
unsubscribeIcon_default
|
|
31
|
-
} from "../chunk-NMMC4ATV.js";
|
|
45
|
+
questionTypeCodingIcon_default
|
|
46
|
+
} from "../chunk-FOUXNPQA.js";
|
|
32
47
|
import {
|
|
33
|
-
|
|
34
|
-
} from "../chunk-
|
|
48
|
+
questionTypeDescriptiveIcon_default
|
|
49
|
+
} from "../chunk-C7B23GTE.js";
|
|
35
50
|
import {
|
|
36
51
|
questionTypeMultipleIcon_default
|
|
37
52
|
} from "../chunk-XCLXQOLP.js";
|
|
@@ -48,17 +63,14 @@ import {
|
|
|
48
63
|
rolesIcon_default
|
|
49
64
|
} from "../chunk-RJ43D3XB.js";
|
|
50
65
|
import {
|
|
51
|
-
|
|
52
|
-
} from "../chunk-
|
|
53
|
-
import {
|
|
54
|
-
rufousLauncherBird_default
|
|
55
|
-
} from "../chunk-QZFGQ5JM.js";
|
|
66
|
+
minExperienceIcon_default
|
|
67
|
+
} from "../chunk-MKK7M3BH.js";
|
|
56
68
|
import {
|
|
57
|
-
|
|
58
|
-
} from "../chunk-
|
|
69
|
+
nineDotMenuIcon_default
|
|
70
|
+
} from "../chunk-GESVGIAP.js";
|
|
59
71
|
import {
|
|
60
72
|
notificationIcon_default
|
|
61
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-QIEQRNBE.js";
|
|
62
74
|
import {
|
|
63
75
|
projectIcon_default
|
|
64
76
|
} from "../chunk-BYJP2WNC.js";
|
|
@@ -75,11 +87,11 @@ import {
|
|
|
75
87
|
questionTypeAllIcon_default
|
|
76
88
|
} from "../chunk-WHGVO3HV.js";
|
|
77
89
|
import {
|
|
78
|
-
|
|
79
|
-
} from "../chunk-
|
|
90
|
+
functionIcon_default
|
|
91
|
+
} from "../chunk-ZAYWFYP4.js";
|
|
80
92
|
import {
|
|
81
|
-
|
|
82
|
-
} from "../chunk-
|
|
93
|
+
helpOutlinedIcon_default
|
|
94
|
+
} from "../chunk-5UEJAVFK.js";
|
|
83
95
|
import {
|
|
84
96
|
hierarchyIcon_default
|
|
85
97
|
} from "../chunk-WZAU77G7.js";
|
|
@@ -96,11 +108,11 @@ import {
|
|
|
96
108
|
logsIcon_default
|
|
97
109
|
} from "../chunk-N4EJKMJK.js";
|
|
98
110
|
import {
|
|
99
|
-
|
|
100
|
-
} from "../chunk-
|
|
111
|
+
difficultyEasyIcon_default
|
|
112
|
+
} from "../chunk-JI5XMLWT.js";
|
|
101
113
|
import {
|
|
102
|
-
|
|
103
|
-
} from "../chunk-
|
|
114
|
+
difficultyHardIcon_default
|
|
115
|
+
} from "../chunk-WXANSSXF.js";
|
|
104
116
|
import {
|
|
105
117
|
difficultyMediumIcon_default
|
|
106
118
|
} from "../chunk-XPJVVKOU.js";
|
|
@@ -119,12 +131,6 @@ import {
|
|
|
119
131
|
import {
|
|
120
132
|
engagementIcon_default
|
|
121
133
|
} from "../chunk-FSRABKKC.js";
|
|
122
|
-
import {
|
|
123
|
-
functionIcon_default
|
|
124
|
-
} from "../chunk-ZAYWFYP4.js";
|
|
125
|
-
import {
|
|
126
|
-
helpOutlinedIcon_default
|
|
127
|
-
} from "../chunk-PULIGWAP.js";
|
|
128
134
|
import {
|
|
129
135
|
activateUserIcon_default
|
|
130
136
|
} from "../chunk-AH6RCYDL.js";
|
|
@@ -140,12 +146,6 @@ import {
|
|
|
140
146
|
import {
|
|
141
147
|
difficultyAllIcon_default
|
|
142
148
|
} from "../chunk-PPNZC5ZQ.js";
|
|
143
|
-
import {
|
|
144
|
-
difficultyEasyIcon_default
|
|
145
|
-
} from "../chunk-JI5XMLWT.js";
|
|
146
|
-
import {
|
|
147
|
-
difficultyHardIcon_default
|
|
148
|
-
} from "../chunk-WXANSSXF.js";
|
|
149
149
|
export {
|
|
150
150
|
activateUserIcon_default as ActivateUserIcon,
|
|
151
151
|
archivedIcon_default as ArchivedIcon,
|
|
@@ -34,151 +34,6 @@ __export(nineDotMenuIcon_exports, {
|
|
|
34
34
|
module.exports = __toCommonJS(nineDotMenuIcon_exports);
|
|
35
35
|
var import_react = __toESM(require("react"), 1);
|
|
36
36
|
var NineDotMenuIcon = ({ color = "#707070", ...props }) => {
|
|
37
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
38
|
-
"svg",
|
|
39
|
-
{
|
|
40
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
-
width: "40",
|
|
42
|
-
height: "40",
|
|
43
|
-
viewBox: "0 0 40 40",
|
|
44
|
-
...props
|
|
45
|
-
},
|
|
46
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
47
|
-
"g",
|
|
48
|
-
{
|
|
49
|
-
id: "Group_24483",
|
|
50
|
-
"data-name": "Group 24483",
|
|
51
|
-
transform: "translate(-1600 -24)"
|
|
52
|
-
},
|
|
53
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
54
|
-
"circle",
|
|
55
|
-
{
|
|
56
|
-
id: "Ellipse_32",
|
|
57
|
-
"data-name": "Ellipse 32",
|
|
58
|
-
cx: "20",
|
|
59
|
-
cy: "20",
|
|
60
|
-
r: "20",
|
|
61
|
-
transform: "translate(1600 24)",
|
|
62
|
-
fill: "none"
|
|
63
|
-
}
|
|
64
|
-
),
|
|
65
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
66
|
-
"g",
|
|
67
|
-
{
|
|
68
|
-
id: "Group_24484",
|
|
69
|
-
"data-name": "Group 24484",
|
|
70
|
-
transform: "translate(2581 -2711)"
|
|
71
|
-
},
|
|
72
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
73
|
-
"rect",
|
|
74
|
-
{
|
|
75
|
-
id: "Rectangle_17638",
|
|
76
|
-
"data-name": "Rectangle 17638",
|
|
77
|
-
width: "7",
|
|
78
|
-
height: "7",
|
|
79
|
-
rx: "1",
|
|
80
|
-
transform: "translate(-973 2743)",
|
|
81
|
-
fill: color
|
|
82
|
-
}
|
|
83
|
-
),
|
|
84
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
85
|
-
"rect",
|
|
86
|
-
{
|
|
87
|
-
id: "Rectangle_17639",
|
|
88
|
-
"data-name": "Rectangle 17639",
|
|
89
|
-
width: "7",
|
|
90
|
-
height: "7",
|
|
91
|
-
rx: "1",
|
|
92
|
-
transform: "translate(-964 2743)",
|
|
93
|
-
fill: color
|
|
94
|
-
}
|
|
95
|
-
),
|
|
96
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
97
|
-
"rect",
|
|
98
|
-
{
|
|
99
|
-
id: "Rectangle_17640",
|
|
100
|
-
"data-name": "Rectangle 17640",
|
|
101
|
-
width: "7",
|
|
102
|
-
height: "7",
|
|
103
|
-
rx: "1",
|
|
104
|
-
transform: "translate(-955 2743)",
|
|
105
|
-
fill: color
|
|
106
|
-
}
|
|
107
|
-
),
|
|
108
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
109
|
-
"rect",
|
|
110
|
-
{
|
|
111
|
-
id: "Rectangle_17641",
|
|
112
|
-
"data-name": "Rectangle 17641",
|
|
113
|
-
width: "7",
|
|
114
|
-
height: "7",
|
|
115
|
-
rx: "1",
|
|
116
|
-
transform: "translate(-973 2752)",
|
|
117
|
-
fill: color
|
|
118
|
-
}
|
|
119
|
-
),
|
|
120
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
121
|
-
"rect",
|
|
122
|
-
{
|
|
123
|
-
id: "Rectangle_17642",
|
|
124
|
-
"data-name": "Rectangle 17642",
|
|
125
|
-
width: "7",
|
|
126
|
-
height: "7",
|
|
127
|
-
rx: "1",
|
|
128
|
-
transform: "translate(-964 2752)",
|
|
129
|
-
fill: color
|
|
130
|
-
}
|
|
131
|
-
),
|
|
132
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
133
|
-
"rect",
|
|
134
|
-
{
|
|
135
|
-
id: "Rectangle_17643",
|
|
136
|
-
"data-name": "Rectangle 17643",
|
|
137
|
-
width: "7",
|
|
138
|
-
height: "7",
|
|
139
|
-
rx: "1",
|
|
140
|
-
transform: "translate(-955 2752)",
|
|
141
|
-
fill: color
|
|
142
|
-
}
|
|
143
|
-
),
|
|
144
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
145
|
-
"rect",
|
|
146
|
-
{
|
|
147
|
-
id: "Rectangle_17644",
|
|
148
|
-
"data-name": "Rectangle 17644",
|
|
149
|
-
width: "7",
|
|
150
|
-
height: "7",
|
|
151
|
-
rx: "1",
|
|
152
|
-
transform: "translate(-973 2761)",
|
|
153
|
-
fill: color
|
|
154
|
-
}
|
|
155
|
-
),
|
|
156
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
157
|
-
"rect",
|
|
158
|
-
{
|
|
159
|
-
id: "Rectangle_17645",
|
|
160
|
-
"data-name": "Rectangle 17645",
|
|
161
|
-
width: "7",
|
|
162
|
-
height: "7",
|
|
163
|
-
rx: "1",
|
|
164
|
-
transform: "translate(-964 2761)",
|
|
165
|
-
fill: color
|
|
166
|
-
}
|
|
167
|
-
),
|
|
168
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
169
|
-
"rect",
|
|
170
|
-
{
|
|
171
|
-
id: "Rectangle_17646",
|
|
172
|
-
"data-name": "Rectangle 17646",
|
|
173
|
-
width: "7",
|
|
174
|
-
height: "7",
|
|
175
|
-
rx: "1",
|
|
176
|
-
transform: "translate(-955 2761)",
|
|
177
|
-
fill: color
|
|
178
|
-
}
|
|
179
|
-
)
|
|
180
|
-
)
|
|
181
|
-
)
|
|
182
|
-
);
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement("svg", { width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M6 0H1C0.447715 0 0 0.447715 0 1V6C0 6.55228 0.447715 7 1 7H6C6.55228 7 7 6.55228 7 6V1C7 0.447715 6.55228 0 6 0Z", fill: color }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15 0H10C9.44772 0 9 0.447715 9 1V6C9 6.55228 9.44772 7 10 7H15C15.5523 7 16 6.55228 16 6V1C16 0.447715 15.5523 0 15 0Z", fill: color }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M24 0H19C18.4477 0 18 0.447715 18 1V6C18 6.55228 18.4477 7 19 7H24C24.5523 7 25 6.55228 25 6V1C25 0.447715 24.5523 0 24 0Z", fill: color }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M6 9H1C0.447715 9 0 9.44772 0 10V15C0 15.5523 0.447715 16 1 16H6C6.55228 16 7 15.5523 7 15V10C7 9.44772 6.55228 9 6 9Z", fill: color }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15 9H10C9.44772 9 9 9.44772 9 10V15C9 15.5523 9.44772 16 10 16H15C15.5523 16 16 15.5523 16 15V10C16 9.44772 15.5523 9 15 9Z", fill: color }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M24 9H19C18.4477 9 18 9.44772 18 10V15C18 15.5523 18.4477 16 19 16H24C24.5523 16 25 15.5523 25 15V10C25 9.44772 24.5523 9 24 9Z", fill: color }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M6 18H1C0.447715 18 0 18.4477 0 19V24C0 24.5523 0.447715 25 1 25H6C6.55228 25 7 24.5523 7 24V19C7 18.4477 6.55228 18 6 18Z", fill: color }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15 18H10C9.44772 18 9 18.4477 9 19V24C9 24.5523 9.44772 25 10 25H15C15.5523 25 16 24.5523 16 24V19C16 18.4477 15.5523 18 15 18Z", fill: color }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M24 18H19C18.4477 18 18 18.4477 18 19V24C18 24.5523 18.4477 25 19 25H24C24.5523 25 25 24.5523 25 24V19C25 18.4477 24.5523 18 24 18Z", fill: color }));
|
|
183
38
|
};
|
|
184
39
|
var nineDotMenuIcon_default = NineDotMenuIcon;
|
|
@@ -34,6 +34,6 @@ __export(notificationIcon_exports, {
|
|
|
34
34
|
module.exports = __toCommonJS(notificationIcon_exports);
|
|
35
35
|
var import_react = __toESM(require("react"), 1);
|
|
36
36
|
var NotificationIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
37
|
-
return /* @__PURE__ */ import_react.default.createElement("svg", {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement("svg", { width: "27", height: "31", viewBox: "0 0 27 31", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.661 30.94C14.6555 30.94 15.6094 30.5449 16.3126 29.8416C17.0159 29.1384 17.411 28.1846 17.411 27.19H9.91099C9.91099 28.1846 10.3061 29.1384 11.0093 29.8416C11.7126 30.5449 12.6664 30.94 13.661 30.94ZM13.661 4.54L12.167 4.84C10.4718 5.18482 8.94802 6.105 7.85365 7.44468C6.75927 8.78435 6.16164 10.4611 6.16199 12.191C6.07906 14.5502 5.79097 16.8977 5.30099 19.207C5.01617 20.6532 4.60012 22.0704 4.05799 23.441H23.265C22.7235 22.0702 22.3074 20.653 22.022 19.207C21.532 16.8977 21.2439 14.5502 21.161 12.191C21.1611 10.4613 20.5634 8.78476 19.469 7.44529C18.3747 6.10582 16.851 5.18578 15.156 4.841L13.662 4.535L13.661 4.54ZM25.323 23.44C25.6443 24.1784 26.1472 24.8234 26.785 25.315H0.536987C1.17474 24.8234 1.67769 24.1784 1.99899 23.44C3.68599 20.065 4.28599 13.84 4.28599 12.191C4.28619 10.0284 5.0338 7.93234 6.40223 6.25776C7.77065 4.58317 9.67578 3.433 11.795 3.002C11.7686 2.7412 11.7973 2.47777 11.879 2.22872C11.9608 1.97967 12.0938 1.75052 12.2696 1.55608C12.4454 1.36163 12.66 1.20621 12.8996 1.09983C13.1391 0.993454 13.3984 0.938492 13.6605 0.938492C13.9226 0.938492 14.1818 0.993454 14.4214 1.09983C14.661 1.20621 14.8756 1.36163 15.0514 1.55608C15.2272 1.75052 15.3602 1.97967 15.442 2.22872C15.5237 2.47777 15.5523 2.7412 15.526 3.002C17.6457 3.43262 19.5515 4.58277 20.9203 6.2576C22.2891 7.93243 23.0369 10.029 23.037 12.192C23.037 13.841 23.637 20.065 25.323 23.44Z", fill: color }));
|
|
38
38
|
};
|
|
39
39
|
var notificationIcon_default = NotificationIcon;
|
|
@@ -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/rufousAiIcon.tsx
|
|
30
|
+
var rufousAiIcon_exports = {};
|
|
31
|
+
__export(rufousAiIcon_exports, {
|
|
32
|
+
default: () => rufousAiIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(rufousAiIcon_exports);
|
|
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, "stroke-width": "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, "stroke-width": "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, "stroke-width": "1.2" }));
|
|
37
|
+
var rufousAiIcon_default = RufousAiIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// lib/icons/rufousAiIcon.tsx
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
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, "stroke-width": "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, "stroke-width": "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, "stroke-width": "1.2" }));
|
|
4
|
+
var rufousAiIcon_default = RufousAiIcon;
|
|
5
|
+
export {
|
|
6
|
+
rufousAiIcon_default as default
|
|
7
|
+
};
|