@rufous/ui 0.0.1
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 +69 -0
- package/dist/Buttons/Button.cjs +42 -0
- package/dist/Buttons/Button.d.cjs +17 -0
- package/dist/Buttons/Button.d.cts +10 -0
- package/dist/Buttons/Button.d.d.cts +10 -0
- package/dist/Buttons/Button.d.d.ts +10 -0
- package/dist/Buttons/Button.d.js +0 -0
- package/dist/Buttons/Button.d.ts +10 -0
- package/dist/Buttons/Button.js +6 -0
- package/dist/CheckBoxes/CheckBox.cjs +62 -0
- package/dist/CheckBoxes/CheckBox.d.cjs +17 -0
- package/dist/CheckBoxes/CheckBox.d.cts +15 -0
- package/dist/CheckBoxes/CheckBox.d.d.cts +15 -0
- package/dist/CheckBoxes/CheckBox.d.d.ts +15 -0
- package/dist/CheckBoxes/CheckBox.d.js +0 -0
- package/dist/CheckBoxes/CheckBox.d.ts +15 -0
- package/dist/CheckBoxes/CheckBox.js +6 -0
- package/dist/Contexts/rufousThemeProvider.cjs +177 -0
- package/dist/Contexts/rufousThemeProvider.d.cjs +17 -0
- package/dist/Contexts/rufousThemeProvider.d.cts +28 -0
- package/dist/Contexts/rufousThemeProvider.d.d.cts +28 -0
- package/dist/Contexts/rufousThemeProvider.d.d.ts +28 -0
- package/dist/Contexts/rufousThemeProvider.d.js +0 -0
- package/dist/Contexts/rufousThemeProvider.d.ts +28 -0
- package/dist/Contexts/rufousThemeProvider.js +9 -0
- package/dist/TextFields/FloatingInput.cjs +65 -0
- package/dist/TextFields/FloatingInput.d.cjs +17 -0
- package/dist/TextFields/FloatingInput.d.cts +23 -0
- package/dist/TextFields/FloatingInput.d.d.cts +23 -0
- package/dist/TextFields/FloatingInput.d.d.ts +23 -0
- package/dist/TextFields/FloatingInput.d.js +0 -0
- package/dist/TextFields/FloatingInput.d.ts +23 -0
- package/dist/TextFields/FloatingInput.js +6 -0
- package/dist/chunk-2FHTGYR4.js +83 -0
- package/dist/chunk-3IBCGGN3.js +48 -0
- package/dist/chunk-5VDW4EZK.js +71 -0
- package/dist/chunk-6FEUS4CQ.js +41 -0
- package/dist/chunk-73G3VTVS.js +48 -0
- package/dist/chunk-ASP3DBRX.js +9 -0
- package/dist/chunk-AWA5Y5LH.js +32 -0
- package/dist/chunk-D7SFBVJY.js +155 -0
- package/dist/chunk-H372BAXA.js +42 -0
- package/dist/chunk-PULIGWAP.js +62 -0
- package/dist/chunk-QJPQC544.js +29 -0
- package/dist/chunk-QKDJLUKZ.js +29 -0
- package/dist/chunk-QZFGQ5JM.js +157 -0
- package/dist/chunk-WZAU77G7.js +55 -0
- package/dist/chunk-ZZ37BKUK.js +0 -0
- package/dist/icons/archivedIcon.cjs +77 -0
- package/dist/icons/archivedIcon.d.cts +8 -0
- package/dist/icons/archivedIcon.d.ts +8 -0
- package/dist/icons/archivedIcon.js +6 -0
- package/dist/icons/copyIcon.cjs +70 -0
- package/dist/icons/copyIcon.d.cts +8 -0
- package/dist/icons/copyIcon.d.ts +8 -0
- package/dist/icons/copyIcon.js +6 -0
- package/dist/icons/editIcon.cjs +71 -0
- package/dist/icons/editIcon.d.cts +8 -0
- package/dist/icons/editIcon.d.ts +8 -0
- package/dist/icons/editIcon.js +6 -0
- package/dist/icons/helpOutlinedIcon.cjs +91 -0
- package/dist/icons/helpOutlinedIcon.d.cts +8 -0
- package/dist/icons/helpOutlinedIcon.d.ts +8 -0
- package/dist/icons/helpOutlinedIcon.js +6 -0
- package/dist/icons/hierarchyIcon.cjs +84 -0
- package/dist/icons/hierarchyIcon.d.cts +8 -0
- package/dist/icons/hierarchyIcon.d.ts +8 -0
- package/dist/icons/hierarchyIcon.js +6 -0
- package/dist/icons/index.cjs +664 -0
- package/dist/icons/index.d.cts +10 -0
- package/dist/icons/index.d.ts +10 -0
- package/dist/icons/index.js +39 -0
- package/dist/icons/nineDotMenuIcon.cjs +184 -0
- package/dist/icons/nineDotMenuIcon.d.cts +8 -0
- package/dist/icons/nineDotMenuIcon.d.ts +8 -0
- package/dist/icons/nineDotMenuIcon.js +6 -0
- package/dist/icons/rufousLauncherBird.cjs +186 -0
- package/dist/icons/rufousLauncherBird.d.cts +8 -0
- package/dist/icons/rufousLauncherBird.d.ts +8 -0
- package/dist/icons/rufousLauncherBird.js +6 -0
- package/dist/icons/unArchivedIcon.cjs +77 -0
- package/dist/icons/unArchivedIcon.d.cts +8 -0
- package/dist/icons/unArchivedIcon.d.ts +8 -0
- package/dist/icons/unArchivedIcon.js +6 -0
- package/dist/icons/workItemIcon.cjs +58 -0
- package/dist/icons/workItemIcon.d.cts +8 -0
- package/dist/icons/workItemIcon.d.ts +8 -0
- package/dist/icons/workItemIcon.js +6 -0
- package/dist/main.cjs +874 -0
- package/dist/main.css +244 -0
- package/dist/main.d.cts +15 -0
- package/dist/main.d.ts +15 -0
- package/dist/main.js +61 -0
- package/dist/style.css +244 -0
- package/dist/style.d.cts +2 -0
- package/dist/style.d.ts +2 -0
- package/dist/utils/constants.cjs +106 -0
- package/dist/utils/constants.d.cts +80 -0
- package/dist/utils/constants.d.ts +80 -0
- package/dist/utils/constants.js +6 -0
- package/package.json +58 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// lib/icons/editIcon.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
var EditIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 25.8,
|
|
9
|
+
height: 26,
|
|
10
|
+
viewBox: "0 0 25.8 26",
|
|
11
|
+
id: "icn-edit",
|
|
12
|
+
...props
|
|
13
|
+
},
|
|
14
|
+
/* @__PURE__ */ React.createElement("g", { transform: "translate(8.413 7.383)" }, /* @__PURE__ */ React.createElement(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M13,6H5.222A2.222,2.222,0,0,0,3,8.222V23.778A2.222,2.222,0,0,0,5.222,26H20.778A2.222,2.222,0,0,0,23,23.778V16",
|
|
18
|
+
transform: "translate(-10.513 -8.283)",
|
|
19
|
+
fill: "none",
|
|
20
|
+
stroke: color,
|
|
21
|
+
strokeLinejoin: "round",
|
|
22
|
+
strokeWidth: 1.8
|
|
23
|
+
}
|
|
24
|
+
), /* @__PURE__ */ React.createElement(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M23.9,3.522a2.4,2.4,0,0,1,3.4,3.4L16.532,17.685,12,18.818l1.133-4.532Z",
|
|
28
|
+
transform: "translate(-11.513 -9.101)",
|
|
29
|
+
fill: "none",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round",
|
|
33
|
+
strokeWidth: 1.8
|
|
34
|
+
}
|
|
35
|
+
))
|
|
36
|
+
);
|
|
37
|
+
};
|
|
38
|
+
var editIcon_default = EditIcon;
|
|
39
|
+
|
|
40
|
+
export {
|
|
41
|
+
editIcon_default
|
|
42
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// lib/icons/helpOutlinedIcon.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
var HelpOutlinedIcon = ({ color = "#5f6368", ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "40",
|
|
9
|
+
height: "40",
|
|
10
|
+
viewBox: "0 0 40 40",
|
|
11
|
+
...props
|
|
12
|
+
},
|
|
13
|
+
/* @__PURE__ */ React.createElement(
|
|
14
|
+
"g",
|
|
15
|
+
{
|
|
16
|
+
id: "Group_11727",
|
|
17
|
+
"data-name": "Group 11727",
|
|
18
|
+
transform: "translate(-1600 -24)"
|
|
19
|
+
},
|
|
20
|
+
/* @__PURE__ */ React.createElement(
|
|
21
|
+
"circle",
|
|
22
|
+
{
|
|
23
|
+
id: "Ellipse_32",
|
|
24
|
+
"data-name": "Ellipse 32",
|
|
25
|
+
cx: "20",
|
|
26
|
+
cy: "20",
|
|
27
|
+
r: "20",
|
|
28
|
+
transform: "translate(1600 24)",
|
|
29
|
+
fill: "none"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ React.createElement(
|
|
33
|
+
"g",
|
|
34
|
+
{
|
|
35
|
+
id: "Ellipse_33",
|
|
36
|
+
"data-name": "Ellipse 33",
|
|
37
|
+
transform: "translate(1604 28.3)",
|
|
38
|
+
fill: "none",
|
|
39
|
+
stroke: color,
|
|
40
|
+
"stroke-width": "2"
|
|
41
|
+
},
|
|
42
|
+
/* @__PURE__ */ React.createElement("circle", { cx: "16", cy: "16", r: "16", stroke: "none" }),
|
|
43
|
+
/* @__PURE__ */ React.createElement("circle", { cx: "16", cy: "16", r: "15", fill: "none" })
|
|
44
|
+
),
|
|
45
|
+
/* @__PURE__ */ React.createElement(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
id: "Icon_open-question-mark",
|
|
49
|
+
"data-name": "Icon open-question-mark",
|
|
50
|
+
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",
|
|
51
|
+
transform: "translate(1614.595 35.6)",
|
|
52
|
+
fill: color
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
)
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
var helpOutlinedIcon_default = HelpOutlinedIcon;
|
|
59
|
+
|
|
60
|
+
export {
|
|
61
|
+
helpOutlinedIcon_default
|
|
62
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// lib/icons/workItemIcon.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
var WorkItemIcon = ({ ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "20.047",
|
|
9
|
+
height: "19.244",
|
|
10
|
+
viewBox: "0 0 20.047 19.244",
|
|
11
|
+
...props
|
|
12
|
+
},
|
|
13
|
+
/* @__PURE__ */ React.createElement(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
id: "Subtraction_119",
|
|
17
|
+
"data-name": "Subtraction 119",
|
|
18
|
+
d: "M527.042,1031.244H511a2.018,2.018,0,0,1-2.005-2.026l.011-11.141a1.989,1.989,0,0,1,1.994-2.026h4.01v-2.026a2.017,2.017,0,0,1,2-2.025h4.01a2.017,2.017,0,0,1,2,2.025v2.026h4.01a2.018,2.018,0,0,1,2.005,2.026v11.141A2.018,2.018,0,0,1,527.042,1031.244ZM512.9,1018.087a2,2,0,0,0-2,2v7.361a2,2,0,0,0,2,2h12.241a2,2,0,0,0,2-2v-7.361a2,2,0,0,0-2-2Zm4.116-4.062v2.026h4.01v-2.026Z",
|
|
19
|
+
transform: "translate(-509 -1012.001)",
|
|
20
|
+
fill: "#707070"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
};
|
|
25
|
+
var workItemIcon_default = WorkItemIcon;
|
|
26
|
+
|
|
27
|
+
export {
|
|
28
|
+
workItemIcon_default
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// lib/CheckBoxes/CheckBox.jsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
var Checkbox = ({
|
|
4
|
+
id,
|
|
5
|
+
label,
|
|
6
|
+
checked,
|
|
7
|
+
onChange,
|
|
8
|
+
disabled = false,
|
|
9
|
+
className = "",
|
|
10
|
+
style
|
|
11
|
+
}) => {
|
|
12
|
+
const handleChange = (e) => {
|
|
13
|
+
onChange(e.target.checked);
|
|
14
|
+
};
|
|
15
|
+
return /* @__PURE__ */ React.createElement("div", { className: "checkbox-wrapper-13" }, /* @__PURE__ */ React.createElement("label", { className: `${className}`, style }, /* @__PURE__ */ React.createElement(
|
|
16
|
+
"input",
|
|
17
|
+
{
|
|
18
|
+
id,
|
|
19
|
+
type: "checkbox",
|
|
20
|
+
checked,
|
|
21
|
+
onChange: handleChange,
|
|
22
|
+
disabled
|
|
23
|
+
}
|
|
24
|
+
), label && /* @__PURE__ */ React.createElement("span", { className: "checkbox-label" }, label)));
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export {
|
|
28
|
+
Checkbox
|
|
29
|
+
};
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
// lib/icons/rufousLauncherBird.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
var RufousLauncherIcon = ({ ...props }) => {
|
|
4
|
+
const pathD = "M3.121,172.384a16.812,16.812,0,0,1-2.235-.2l-.14-.02A1.157,1.157,0,0,1,0,171.356a1.239,1.239,0,0,1,.62-.884c.985-.56,2-1.113,2.98-1.648l.211-.115c1.586-.862,3.56-1.935,5.371-3.043,3.481-2.129,6.953-4.411,10.311-6.618,2.039-1.338,4.078-2.676,6.124-3.994,1.9-1.236,4.071-2.713,6.17-4.14.9-.638,1.8-1.275,2.7-1.916l.717-.513c.5-.36.976-.749,1.46-1.13.228-.179.456-.358.687-.534.13-.1.268-.2.437-.322.155-.113.388-.282.619-.449l.069-.05c.5-.363,1.032-.743,1.533-1.165a12.866,12.866,0,0,0,1.192-1.092,21.025,21.025,0,0,0,1.5-1.736c.03-.04.059-.08.087-.12.51-.692,1.013-1.4,1.526-2.13.3-.43.61-.87.934-1.32.433-.6.874-1.19,1.306-1.76.186-.24.372-.477.558-.714.1-.124.205-.248.308-.371.078-.093.155-.187.232-.28.047-.055.094-.11.141-.165l.122-.141c.04-.045.079-.089.118-.134a.2.2,0,0,1,.026-.026.749.749,0,0,1,.112-.09.545.545,0,0,1,.2-.069.693.693,0,0,1,.125-.009.916.916,0,0,1,.419.155.721.721,0,0,1,.251.317c.027.074.05.138.072.2.028.086.055.167.081.249a13.149,13.149,0,0,1,.455,2.427,17.837,17.837,0,0,1-.488,5.98c-.18.62-.4,1.23-.613,1.825-.239.674-.478,1.349-.7,2.03-.179.544-.345,1.1-.506,1.639-.124.425-.247.85-.372,1.272a71.186,71.186,0,0,1-2.6,7.687,47.323,47.323,0,0,1-4.163,8.088c-.8,1.292-1.739,2.52-2.649,3.712-.548.728-1.1,1.457-1.632,2.2a34.682,34.682,0,0,0-2.564,4.333c-.107.219-.214.438-.321.656-.106.215-.212.43-.317.645a.937.937,0,0,1-.6.476.988.988,0,0,1-.259.027Z";
|
|
5
|
+
return /* @__PURE__ */ React.createElement(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
10
|
+
width: "242.545",
|
|
11
|
+
height: "172.384",
|
|
12
|
+
viewBox: "0 0 242.545 172.384",
|
|
13
|
+
...props
|
|
14
|
+
},
|
|
15
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "clip-path" }, /* @__PURE__ */ React.createElement(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
id: "Subtraction_105",
|
|
19
|
+
"data-name": "Subtraction 105",
|
|
20
|
+
d: pathD,
|
|
21
|
+
transform: "translate(0.001 0)",
|
|
22
|
+
fill: "#a81d08",
|
|
23
|
+
stroke: "rgba(0,0,0,0)",
|
|
24
|
+
strokeWidth: "1"
|
|
25
|
+
}
|
|
26
|
+
))),
|
|
27
|
+
/* @__PURE__ */ React.createElement(
|
|
28
|
+
"g",
|
|
29
|
+
{
|
|
30
|
+
id: "Group_24493",
|
|
31
|
+
"data-name": "Group 24493",
|
|
32
|
+
transform: "translate(-123.275 -24)"
|
|
33
|
+
},
|
|
34
|
+
/* @__PURE__ */ React.createElement(
|
|
35
|
+
"g",
|
|
36
|
+
{
|
|
37
|
+
id: "Mask_Group_34",
|
|
38
|
+
"data-name": "Mask Group 34",
|
|
39
|
+
transform: "translate(123.275 24)",
|
|
40
|
+
"clip-path": "url(#clip-path)"
|
|
41
|
+
},
|
|
42
|
+
/* @__PURE__ */ React.createElement(
|
|
43
|
+
"g",
|
|
44
|
+
{
|
|
45
|
+
id: "Group_11823",
|
|
46
|
+
"data-name": "Group 11823",
|
|
47
|
+
transform: "translate(0 -0.909)"
|
|
48
|
+
},
|
|
49
|
+
/* @__PURE__ */ React.createElement(
|
|
50
|
+
"rect",
|
|
51
|
+
{
|
|
52
|
+
id: "Rectangle_17302",
|
|
53
|
+
"data-name": "Rectangle 17302",
|
|
54
|
+
width: "177.736",
|
|
55
|
+
height: "31.104",
|
|
56
|
+
transform: "translate(53.321 177.736) rotate(-90)",
|
|
57
|
+
fill: "#bb5341"
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
/* @__PURE__ */ React.createElement(
|
|
61
|
+
"rect",
|
|
62
|
+
{
|
|
63
|
+
id: "Rectangle_17303",
|
|
64
|
+
"data-name": "Rectangle 17303",
|
|
65
|
+
width: "177.736",
|
|
66
|
+
height: "26.66",
|
|
67
|
+
transform: "translate(164.406 177.736) rotate(-90)",
|
|
68
|
+
fill: "#791103"
|
|
69
|
+
}
|
|
70
|
+
),
|
|
71
|
+
/* @__PURE__ */ React.createElement(
|
|
72
|
+
"rect",
|
|
73
|
+
{
|
|
74
|
+
id: "Rectangle_17304",
|
|
75
|
+
"data-name": "Rectangle 17304",
|
|
76
|
+
width: "177.736",
|
|
77
|
+
height: "26.66",
|
|
78
|
+
transform: "translate(84.425 177.736) rotate(-90)",
|
|
79
|
+
fill: "#b03a28"
|
|
80
|
+
}
|
|
81
|
+
),
|
|
82
|
+
/* @__PURE__ */ React.createElement(
|
|
83
|
+
"rect",
|
|
84
|
+
{
|
|
85
|
+
id: "Rectangle_17305",
|
|
86
|
+
"data-name": "Rectangle 17305",
|
|
87
|
+
width: "177.736",
|
|
88
|
+
height: "26.66",
|
|
89
|
+
transform: "translate(137.746 177.736) rotate(-90)",
|
|
90
|
+
fill: "#8e1604"
|
|
91
|
+
}
|
|
92
|
+
),
|
|
93
|
+
/* @__PURE__ */ React.createElement(
|
|
94
|
+
"rect",
|
|
95
|
+
{
|
|
96
|
+
id: "Rectangle_17306",
|
|
97
|
+
"data-name": "Rectangle 17306",
|
|
98
|
+
width: "177.736",
|
|
99
|
+
height: "26.66",
|
|
100
|
+
transform: "translate(0 177.736) rotate(-90)",
|
|
101
|
+
fill: "#d07f6f"
|
|
102
|
+
}
|
|
103
|
+
),
|
|
104
|
+
/* @__PURE__ */ React.createElement(
|
|
105
|
+
"rect",
|
|
106
|
+
{
|
|
107
|
+
id: "Rectangle_17307",
|
|
108
|
+
"data-name": "Rectangle 17307",
|
|
109
|
+
width: "177.736",
|
|
110
|
+
height: "31.104",
|
|
111
|
+
transform: "translate(213.284 177.736) rotate(-90)",
|
|
112
|
+
fill: "#500801"
|
|
113
|
+
}
|
|
114
|
+
),
|
|
115
|
+
/* @__PURE__ */ React.createElement(
|
|
116
|
+
"rect",
|
|
117
|
+
{
|
|
118
|
+
id: "Rectangle_17308",
|
|
119
|
+
"data-name": "Rectangle 17308",
|
|
120
|
+
width: "177.736",
|
|
121
|
+
height: "26.66",
|
|
122
|
+
transform: "translate(111.085 177.736) rotate(-90)",
|
|
123
|
+
fill: "#a41b06"
|
|
124
|
+
}
|
|
125
|
+
),
|
|
126
|
+
/* @__PURE__ */ React.createElement(
|
|
127
|
+
"rect",
|
|
128
|
+
{
|
|
129
|
+
id: "Rectangle_17309",
|
|
130
|
+
"data-name": "Rectangle 17309",
|
|
131
|
+
width: "177.736",
|
|
132
|
+
height: "26.66",
|
|
133
|
+
transform: "translate(26.66 177.736) rotate(-90)",
|
|
134
|
+
fill: "#c66958"
|
|
135
|
+
}
|
|
136
|
+
),
|
|
137
|
+
/* @__PURE__ */ React.createElement(
|
|
138
|
+
"rect",
|
|
139
|
+
{
|
|
140
|
+
id: "Rectangle_17310",
|
|
141
|
+
"data-name": "Rectangle 17310",
|
|
142
|
+
width: "177.736",
|
|
143
|
+
height: "22.217",
|
|
144
|
+
transform: "translate(191.067 177.736) rotate(-90)",
|
|
145
|
+
fill: "#640c02"
|
|
146
|
+
}
|
|
147
|
+
)
|
|
148
|
+
)
|
|
149
|
+
)
|
|
150
|
+
)
|
|
151
|
+
);
|
|
152
|
+
};
|
|
153
|
+
var rufousLauncherBird_default = RufousLauncherIcon;
|
|
154
|
+
|
|
155
|
+
export {
|
|
156
|
+
rufousLauncherBird_default
|
|
157
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// lib/icons/hierarchyIcon.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
var HierarchyIcon = ({ color = "#707070", ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "16",
|
|
9
|
+
height: "15.818",
|
|
10
|
+
viewBox: "0 0 16 15.818",
|
|
11
|
+
...props
|
|
12
|
+
},
|
|
13
|
+
/* @__PURE__ */ React.createElement("g", { transform: "translate(2398 -258)" }, /* @__PURE__ */ React.createElement(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M39,70a2,2,0,1,0,2,2A2,2,0,0,0,39,70Zm0,3.385A1.385,1.385,0,1,1,40.385,72,1.385,1.385,0,0,1,39,73.385Z",
|
|
17
|
+
transform: "translate(-2429 199.818)",
|
|
18
|
+
fill: color
|
|
19
|
+
}
|
|
20
|
+
), /* @__PURE__ */ React.createElement(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M72,70a2,2,0,1,0,2,2A2,2,0,0,0,72,70Zm0,3.385A1.385,1.385,0,1,1,73.385,72,1.385,1.385,0,0,1,72,73.385Z",
|
|
24
|
+
transform: "translate(-2456 199.818)",
|
|
25
|
+
fill: color
|
|
26
|
+
}
|
|
27
|
+
), /* @__PURE__ */ React.createElement(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M6,74a2,2,0,1,0-2-2,2,2,0,0,0,2,2Zm0-3.385A1.385,1.385,0,1,1,4.615,72,1.385,1.385,0,0,1,6,70.615Z",
|
|
31
|
+
transform: "translate(-2402 199.818)",
|
|
32
|
+
fill: color
|
|
33
|
+
}
|
|
34
|
+
), /* @__PURE__ */ React.createElement(
|
|
35
|
+
"path",
|
|
36
|
+
{
|
|
37
|
+
d: "M25.364,34.727H21.727V32.364a.364.364,0,1,0-.727,0v2.364H17.364A2.364,2.364,0,0,0,15,37.091V38a.364.364,0,0,0,.727,0v-.909a1.636,1.636,0,0,1,1.636-1.636H21V38a.364.364,0,0,0,.727,0V35.455h3.636A1.636,1.636,0,0,1,27,37.091V38a.364.364,0,1,0,.727,0v-.909A2.364,2.364,0,0,0,25.364,34.727Z",
|
|
38
|
+
transform: "translate(-2411.364 230.727)",
|
|
39
|
+
fill: color
|
|
40
|
+
}
|
|
41
|
+
), /* @__PURE__ */ React.createElement(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
d: "M41,6a2,2,0,1,0-2,2,2,2,0,0,0,2-2ZM37.615,6A1.385,1.385,0,1,1,39,7.385,1.385,1.385,0,0,1,37.615,6Z",
|
|
45
|
+
transform: "translate(-2429 254)",
|
|
46
|
+
fill: color
|
|
47
|
+
}
|
|
48
|
+
))
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
var hierarchyIcon_default = HierarchyIcon;
|
|
52
|
+
|
|
53
|
+
export {
|
|
54
|
+
hierarchyIcon_default
|
|
55
|
+
};
|
|
File without changes
|
|
@@ -0,0 +1,77 @@
|
|
|
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/archivedIcon.tsx
|
|
30
|
+
var archivedIcon_exports = {};
|
|
31
|
+
__export(archivedIcon_exports, {
|
|
32
|
+
default: () => archivedIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(archivedIcon_exports);
|
|
35
|
+
var import_react = __toESM(require("react"), 1);
|
|
36
|
+
var ArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
38
|
+
"svg",
|
|
39
|
+
{
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
width: "24",
|
|
42
|
+
height: "23.8",
|
|
43
|
+
viewBox: "0 0 24 23.8",
|
|
44
|
+
...props
|
|
45
|
+
},
|
|
46
|
+
/* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(-8 -8.4)" }, /* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(8 8.4)" }, /* @__PURE__ */ import_react.default.createElement(
|
|
47
|
+
"g",
|
|
48
|
+
{
|
|
49
|
+
transform: "translate(2.5 5.8)",
|
|
50
|
+
fill: "none",
|
|
51
|
+
stroke: color,
|
|
52
|
+
strokeWidth: "1.8"
|
|
53
|
+
},
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("rect", { width: "19", height: "18", stroke: "none" }),
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
|
|
56
|
+
), /* @__PURE__ */ import_react.default.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ import_react.default.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ import_react.default.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(15.938 17.774)" }, /* @__PURE__ */ import_react.default.createElement(
|
|
57
|
+
"line",
|
|
58
|
+
{
|
|
59
|
+
y2: "10",
|
|
60
|
+
transform: "translate(4.344)",
|
|
61
|
+
fill: "none",
|
|
62
|
+
stroke: color,
|
|
63
|
+
strokeWidth: "1.8"
|
|
64
|
+
}
|
|
65
|
+
), /* @__PURE__ */ import_react.default.createElement(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
d: "M1268.938-687.062l4.5,3.75,4.188-3.75",
|
|
69
|
+
transform: "translate(-1268.938 693.5)",
|
|
70
|
+
fill: "none",
|
|
71
|
+
stroke: color,
|
|
72
|
+
strokeWidth: "1.8"
|
|
73
|
+
}
|
|
74
|
+
)))
|
|
75
|
+
);
|
|
76
|
+
};
|
|
77
|
+
var archivedIcon_default = ArchivedIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface ArchivedIconProps extends React__default.SVGProps<SVGSVGElement> {
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const ArchivedIcon: React__default.FC<ArchivedIconProps>;
|
|
7
|
+
|
|
8
|
+
export { type ArchivedIconProps, ArchivedIcon as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface ArchivedIconProps extends React__default.SVGProps<SVGSVGElement> {
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const ArchivedIcon: React__default.FC<ArchivedIconProps>;
|
|
7
|
+
|
|
8
|
+
export { type ArchivedIconProps, ArchivedIcon as default };
|
|
@@ -0,0 +1,70 @@
|
|
|
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/copyIcon.tsx
|
|
30
|
+
var copyIcon_exports = {};
|
|
31
|
+
__export(copyIcon_exports, {
|
|
32
|
+
default: () => copyIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(copyIcon_exports);
|
|
35
|
+
var import_react = __toESM(require("react"), 1);
|
|
36
|
+
var CopyIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
38
|
+
"svg",
|
|
39
|
+
{
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
width: "24",
|
|
42
|
+
height: "24",
|
|
43
|
+
viewBox: "0 0 24 24",
|
|
44
|
+
...props
|
|
45
|
+
},
|
|
46
|
+
/* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(0 -7)" }, /* @__PURE__ */ import_react.default.createElement(
|
|
47
|
+
"g",
|
|
48
|
+
{
|
|
49
|
+
transform: "translate(18 31) rotate(180)",
|
|
50
|
+
fill: "#fff",
|
|
51
|
+
stroke: color,
|
|
52
|
+
strokeWidth: "1.8",
|
|
53
|
+
strokeDasharray: "40 28"
|
|
54
|
+
},
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("rect", { width: "18", height: "18", stroke: "none" }),
|
|
56
|
+
/* @__PURE__ */ import_react.default.createElement("rect", { x: "0.9", y: "0.9", width: "16.2", height: "16.2", fill: "none" })
|
|
57
|
+
), /* @__PURE__ */ import_react.default.createElement(
|
|
58
|
+
"g",
|
|
59
|
+
{
|
|
60
|
+
transform: "translate(6 7)",
|
|
61
|
+
fill: "#fff",
|
|
62
|
+
stroke: color,
|
|
63
|
+
strokeWidth: "1.8"
|
|
64
|
+
},
|
|
65
|
+
/* @__PURE__ */ import_react.default.createElement("rect", { width: "18", height: "18", stroke: "none" }),
|
|
66
|
+
/* @__PURE__ */ import_react.default.createElement("rect", { x: "0.9", y: "0.9", width: "16.2", height: "16.2", fill: "none" })
|
|
67
|
+
))
|
|
68
|
+
);
|
|
69
|
+
};
|
|
70
|
+
var copyIcon_default = CopyIcon;
|
|
@@ -0,0 +1,71 @@
|
|
|
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/editIcon.tsx
|
|
30
|
+
var editIcon_exports = {};
|
|
31
|
+
__export(editIcon_exports, {
|
|
32
|
+
default: () => editIcon_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(editIcon_exports);
|
|
35
|
+
var import_react = __toESM(require("react"), 1);
|
|
36
|
+
var EditIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
38
|
+
"svg",
|
|
39
|
+
{
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
width: 25.8,
|
|
42
|
+
height: 26,
|
|
43
|
+
viewBox: "0 0 25.8 26",
|
|
44
|
+
id: "icn-edit",
|
|
45
|
+
...props
|
|
46
|
+
},
|
|
47
|
+
/* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(8.413 7.383)" }, /* @__PURE__ */ import_react.default.createElement(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M13,6H5.222A2.222,2.222,0,0,0,3,8.222V23.778A2.222,2.222,0,0,0,5.222,26H20.778A2.222,2.222,0,0,0,23,23.778V16",
|
|
51
|
+
transform: "translate(-10.513 -8.283)",
|
|
52
|
+
fill: "none",
|
|
53
|
+
stroke: color,
|
|
54
|
+
strokeLinejoin: "round",
|
|
55
|
+
strokeWidth: 1.8
|
|
56
|
+
}
|
|
57
|
+
), /* @__PURE__ */ import_react.default.createElement(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "M23.9,3.522a2.4,2.4,0,0,1,3.4,3.4L16.532,17.685,12,18.818l1.133-4.532Z",
|
|
61
|
+
transform: "translate(-11.513 -9.101)",
|
|
62
|
+
fill: "none",
|
|
63
|
+
stroke: color,
|
|
64
|
+
strokeLinecap: "round",
|
|
65
|
+
strokeLinejoin: "round",
|
|
66
|
+
strokeWidth: 1.8
|
|
67
|
+
}
|
|
68
|
+
))
|
|
69
|
+
);
|
|
70
|
+
};
|
|
71
|
+
var editIcon_default = EditIcon;
|