@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.
Files changed (59) hide show
  1. package/dist/Buttons/{Button.cjs → addButton.cjs} +9 -12
  2. package/dist/Buttons/addButton.d.cts +8 -0
  3. package/dist/Buttons/addButton.d.ts +8 -0
  4. package/dist/Buttons/addButton.js +6 -0
  5. package/dist/Buttons/cancelButton.cjs +37 -0
  6. package/dist/Buttons/cancelButton.d.cts +8 -0
  7. package/dist/Buttons/cancelButton.d.ts +8 -0
  8. package/dist/Buttons/cancelButton.js +6 -0
  9. package/dist/Buttons/index.cjs +75 -0
  10. package/dist/Buttons/index.d.cts +4 -0
  11. package/dist/Buttons/index.d.ts +4 -0
  12. package/dist/Buttons/index.js +15 -0
  13. package/dist/Buttons/submitButton.cjs +53 -0
  14. package/dist/Buttons/submitButton.d.cts +11 -0
  15. package/dist/Buttons/submitButton.d.ts +11 -0
  16. package/dist/Buttons/submitButton.js +6 -0
  17. package/dist/CheckBoxes/CheckBox.js +25 -3
  18. package/dist/TextFields/FloatingInput.js +28 -3
  19. package/dist/chunk-5TL73FV7.js +10 -0
  20. package/dist/chunk-5UEJAVFK.js +10 -0
  21. package/dist/chunk-7DL4MCF7.js +24 -0
  22. package/dist/chunk-GESVGIAP.js +10 -0
  23. package/dist/chunk-QIEQRNBE.js +10 -0
  24. package/dist/chunk-UF3Q3GWG.js +8 -0
  25. package/dist/icons/helpOutlinedIcon.cjs +1 -53
  26. package/dist/icons/helpOutlinedIcon.js +1 -1
  27. package/dist/icons/index.cjs +3 -200
  28. package/dist/icons/index.js +35 -35
  29. package/dist/icons/nineDotMenuIcon.cjs +1 -146
  30. package/dist/icons/nineDotMenuIcon.js +1 -1
  31. package/dist/icons/notificationIcon.cjs +1 -1
  32. package/dist/icons/notificationIcon.js +1 -1
  33. package/dist/icons/rufousAiIcon.cjs +37 -0
  34. package/dist/icons/rufousAiIcon.d.cts +8 -0
  35. package/dist/icons/rufousAiIcon.d.ts +8 -0
  36. package/dist/icons/rufousAiIcon.js +7 -0
  37. package/dist/main.cjs +210 -435
  38. package/dist/main.css +69 -0
  39. package/dist/main.d.cts +3 -3
  40. package/dist/main.d.ts +3 -3
  41. package/dist/main.js +50 -49
  42. package/dist/style.css +69 -0
  43. package/dist/styles/button.css +68 -0
  44. package/dist/styles/button.d.cts +2 -0
  45. package/dist/styles/button.d.ts +2 -0
  46. package/package.json +1 -1
  47. package/dist/Buttons/Button.d.cjs +0 -17
  48. package/dist/Buttons/Button.d.cts +0 -10
  49. package/dist/Buttons/Button.d.d.cts +0 -10
  50. package/dist/Buttons/Button.d.d.ts +0 -10
  51. package/dist/Buttons/Button.d.ts +0 -10
  52. package/dist/Buttons/Button.js +0 -6
  53. package/dist/chunk-ASP3DBRX.js +0 -9
  54. package/dist/chunk-AWA5Y5LH.js +0 -32
  55. package/dist/chunk-D7SFBVJY.js +0 -155
  56. package/dist/chunk-MWCKUVQG.js +0 -10
  57. package/dist/chunk-PULIGWAP.js +0 -62
  58. package/dist/chunk-QKDJLUKZ.js +0 -29
  59. /package/dist/{Buttons/Button.d.js → chunk-JSGUIKOH.js} +0 -0
@@ -1,155 +0,0 @@
1
- // lib/icons/nineDotMenuIcon.tsx
2
- import React from "react";
3
- var NineDotMenuIcon = ({ color = "#707070", ...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_24483",
17
- "data-name": "Group 24483",
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: "Group_24484",
36
- "data-name": "Group 24484",
37
- transform: "translate(2581 -2711)"
38
- },
39
- /* @__PURE__ */ React.createElement(
40
- "rect",
41
- {
42
- id: "Rectangle_17638",
43
- "data-name": "Rectangle 17638",
44
- width: "7",
45
- height: "7",
46
- rx: "1",
47
- transform: "translate(-973 2743)",
48
- fill: color
49
- }
50
- ),
51
- /* @__PURE__ */ React.createElement(
52
- "rect",
53
- {
54
- id: "Rectangle_17639",
55
- "data-name": "Rectangle 17639",
56
- width: "7",
57
- height: "7",
58
- rx: "1",
59
- transform: "translate(-964 2743)",
60
- fill: color
61
- }
62
- ),
63
- /* @__PURE__ */ React.createElement(
64
- "rect",
65
- {
66
- id: "Rectangle_17640",
67
- "data-name": "Rectangle 17640",
68
- width: "7",
69
- height: "7",
70
- rx: "1",
71
- transform: "translate(-955 2743)",
72
- fill: color
73
- }
74
- ),
75
- /* @__PURE__ */ React.createElement(
76
- "rect",
77
- {
78
- id: "Rectangle_17641",
79
- "data-name": "Rectangle 17641",
80
- width: "7",
81
- height: "7",
82
- rx: "1",
83
- transform: "translate(-973 2752)",
84
- fill: color
85
- }
86
- ),
87
- /* @__PURE__ */ React.createElement(
88
- "rect",
89
- {
90
- id: "Rectangle_17642",
91
- "data-name": "Rectangle 17642",
92
- width: "7",
93
- height: "7",
94
- rx: "1",
95
- transform: "translate(-964 2752)",
96
- fill: color
97
- }
98
- ),
99
- /* @__PURE__ */ React.createElement(
100
- "rect",
101
- {
102
- id: "Rectangle_17643",
103
- "data-name": "Rectangle 17643",
104
- width: "7",
105
- height: "7",
106
- rx: "1",
107
- transform: "translate(-955 2752)",
108
- fill: color
109
- }
110
- ),
111
- /* @__PURE__ */ React.createElement(
112
- "rect",
113
- {
114
- id: "Rectangle_17644",
115
- "data-name": "Rectangle 17644",
116
- width: "7",
117
- height: "7",
118
- rx: "1",
119
- transform: "translate(-973 2761)",
120
- fill: color
121
- }
122
- ),
123
- /* @__PURE__ */ React.createElement(
124
- "rect",
125
- {
126
- id: "Rectangle_17645",
127
- "data-name": "Rectangle 17645",
128
- width: "7",
129
- height: "7",
130
- rx: "1",
131
- transform: "translate(-964 2761)",
132
- fill: color
133
- }
134
- ),
135
- /* @__PURE__ */ React.createElement(
136
- "rect",
137
- {
138
- id: "Rectangle_17646",
139
- "data-name": "Rectangle 17646",
140
- width: "7",
141
- height: "7",
142
- rx: "1",
143
- transform: "translate(-955 2761)",
144
- fill: color
145
- }
146
- )
147
- )
148
- )
149
- );
150
- };
151
- var nineDotMenuIcon_default = NineDotMenuIcon;
152
-
153
- export {
154
- nineDotMenuIcon_default
155
- };
@@ -1,10 +0,0 @@
1
- // lib/icons/notificationIcon.tsx
2
- import React from "react";
3
- var NotificationIcon = ({ color = "#3a3a3a", ...props }) => {
4
- return /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "40", height: "40", viewBox: "0 0 40 40", ...props }, /* @__PURE__ */ React.createElement("g", { id: "Group_26345", "data-name": "Group 26345", transform: "translate(-1600 -24)" }, /* @__PURE__ */ React.createElement("circle", { id: "Ellipse_32", "data-name": "Ellipse 32", cx: "20", cy: "20", r: "20", transform: "translate(1600 24)", fill: "none" }), /* @__PURE__ */ React.createElement("g", { id: "bell", transform: "translate(1594.537 28.951)" }, /* @__PURE__ */ React.createElement("g", { id: "Group_26115", "data-name": "Group 26115", transform: "translate(12 -0.011)" }, /* @__PURE__ */ React.createElement("path", { id: "Path_60748", "data-name": "Path 60748", d: "M25.124,29.989a3.75,3.75,0,0,0,3.75-3.75h-7.5A3.75,3.75,0,0,0,25.124,29.989Zm0-26.4-1.494.3a7.5,7.5,0,0,0-6.005,7.351,40.688,40.688,0,0,1-.861,7.016,24.253,24.253,0,0,1-1.243,4.234H34.728a24.369,24.369,0,0,1-1.243-4.234,40.687,40.687,0,0,1-.861-7.016,7.5,7.5,0,0,0-6.005-7.35l-1.494-.306Zm11.662,18.9a4.771,4.771,0,0,0,1.462,1.875H12a4.771,4.771,0,0,0,1.462-1.875c1.687-3.375,2.287-9.6,2.287-11.249a9.378,9.378,0,0,1,7.509-9.189,1.875,1.875,0,1,1,3.731,0A9.378,9.378,0,0,1,34.5,11.241C34.5,12.89,35.1,19.115,36.786,22.49Z", transform: "translate(-12 0.011)", fill: color })))));
5
- };
6
- var notificationIcon_default = NotificationIcon;
7
-
8
- export {
9
- notificationIcon_default
10
- };
@@ -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
- };
@@ -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