@rufous/ui 0.1.18 → 0.1.21
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.css +68 -0
- package/dist/Buttons/addButton.d.cts +8 -0
- package/dist/Buttons/addButton.d.ts +8 -0
- package/dist/Buttons/addButton.js +7 -0
- package/dist/Buttons/cancelButton.cjs +37 -0
- package/dist/Buttons/cancelButton.css +68 -0
- package/dist/Buttons/cancelButton.d.cts +8 -0
- package/dist/Buttons/cancelButton.d.ts +8 -0
- package/dist/Buttons/cancelButton.js +7 -0
- package/dist/Buttons/index.cjs +75 -0
- package/dist/Buttons/index.css +68 -0
- package/dist/Buttons/index.d.cts +4 -0
- package/dist/Buttons/index.d.ts +4 -0
- package/dist/Buttons/index.js +16 -0
- package/dist/Buttons/submitButton.cjs +53 -0
- package/dist/Buttons/submitButton.css +68 -0
- package/dist/Buttons/submitButton.d.cts +11 -0
- package/dist/Buttons/submitButton.d.ts +11 -0
- package/dist/Buttons/submitButton.js +7 -0
- package/dist/CheckBoxes/CheckBox.js +25 -3
- package/dist/TextFields/FloatingInput.js +28 -3
- package/dist/chunk-54KCNQAW.js +24 -0
- package/dist/chunk-5UEJAVFK.js +10 -0
- package/dist/chunk-7KARALMQ.js +8 -0
- package/dist/chunk-GESVGIAP.js +10 -0
- package/dist/chunk-N65GKZS6.js +10 -0
- package/dist/chunk-QIEQRNBE.js +10 -0
- package/dist/chunk-QPGJCRBS.js +0 -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 +51 -49
- 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-QGVJQLGY.js} +0 -0
package/dist/chunk-PULIGWAP.js
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
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
|
-
};
|
package/dist/chunk-QKDJLUKZ.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
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
|
-
};
|
|
File without changes
|