@rufous/ui 0.1.17 → 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.
Files changed (101) hide show
  1. package/dist/Buttons/{Button.cjs → addButton.cjs} +9 -12
  2. package/dist/Buttons/addButton.css +68 -0
  3. package/dist/Buttons/addButton.d.cts +8 -0
  4. package/dist/Buttons/addButton.d.ts +8 -0
  5. package/dist/Buttons/addButton.js +7 -0
  6. package/dist/Buttons/cancelButton.cjs +37 -0
  7. package/dist/Buttons/cancelButton.css +68 -0
  8. package/dist/Buttons/cancelButton.d.cts +8 -0
  9. package/dist/Buttons/cancelButton.d.ts +8 -0
  10. package/dist/Buttons/cancelButton.js +7 -0
  11. package/dist/Buttons/index.cjs +75 -0
  12. package/dist/Buttons/index.css +68 -0
  13. package/dist/Buttons/index.d.cts +4 -0
  14. package/dist/Buttons/index.d.ts +4 -0
  15. package/dist/Buttons/index.js +16 -0
  16. package/dist/Buttons/submitButton.cjs +53 -0
  17. package/dist/Buttons/submitButton.css +68 -0
  18. package/dist/Buttons/submitButton.d.cts +11 -0
  19. package/dist/Buttons/submitButton.d.ts +11 -0
  20. package/dist/Buttons/submitButton.js +7 -0
  21. package/dist/CheckBoxes/CheckBox.js +25 -3
  22. package/dist/TextFields/FloatingInput.js +28 -3
  23. package/dist/chunk-54KCNQAW.js +24 -0
  24. package/dist/chunk-5UEJAVFK.js +10 -0
  25. package/dist/chunk-7KARALMQ.js +8 -0
  26. package/dist/chunk-BYJP2WNC.js +18 -0
  27. package/dist/chunk-FSRABKKC.js +18 -0
  28. package/dist/chunk-GESVGIAP.js +10 -0
  29. package/dist/chunk-GL43GPEM.js +18 -0
  30. package/dist/chunk-MKK7M3BH.js +18 -0
  31. package/dist/chunk-N65GKZS6.js +10 -0
  32. package/dist/chunk-NSW6ZGZF.js +19 -0
  33. package/dist/chunk-QIEQRNBE.js +10 -0
  34. package/dist/chunk-QPGJCRBS.js +0 -0
  35. package/dist/chunk-RJ43D3XB.js +18 -0
  36. package/dist/chunk-ZAYWFYP4.js +18 -0
  37. package/dist/icons/dollarIcon.cjs +47 -0
  38. package/dist/icons/dollarIcon.d.cts +8 -0
  39. package/dist/icons/dollarIcon.d.ts +8 -0
  40. package/dist/icons/dollarIcon.js +6 -0
  41. package/dist/icons/engagementIcon.cjs +47 -0
  42. package/dist/icons/engagementIcon.d.cts +8 -0
  43. package/dist/icons/engagementIcon.d.ts +8 -0
  44. package/dist/icons/engagementIcon.js +6 -0
  45. package/dist/icons/functionIcon.cjs +47 -0
  46. package/dist/icons/functionIcon.d.cts +8 -0
  47. package/dist/icons/functionIcon.d.ts +8 -0
  48. package/dist/icons/functionIcon.js +6 -0
  49. package/dist/icons/helpOutlinedIcon.cjs +1 -53
  50. package/dist/icons/helpOutlinedIcon.js +1 -1
  51. package/dist/icons/index.cjs +123 -200
  52. package/dist/icons/index.d.cts +7 -0
  53. package/dist/icons/index.d.ts +7 -0
  54. package/dist/icons/index.js +61 -33
  55. package/dist/icons/industryIcon.cjs +48 -0
  56. package/dist/icons/industryIcon.d.cts +8 -0
  57. package/dist/icons/industryIcon.d.ts +8 -0
  58. package/dist/icons/industryIcon.js +6 -0
  59. package/dist/icons/minExperienceIcon.cjs +47 -0
  60. package/dist/icons/minExperienceIcon.d.cts +8 -0
  61. package/dist/icons/minExperienceIcon.d.ts +8 -0
  62. package/dist/icons/minExperienceIcon.js +6 -0
  63. package/dist/icons/nineDotMenuIcon.cjs +1 -146
  64. package/dist/icons/nineDotMenuIcon.js +1 -1
  65. package/dist/icons/notificationIcon.cjs +1 -1
  66. package/dist/icons/notificationIcon.js +1 -1
  67. package/dist/icons/projectIcon.cjs +47 -0
  68. package/dist/icons/projectIcon.d.cts +8 -0
  69. package/dist/icons/projectIcon.d.ts +8 -0
  70. package/dist/icons/projectIcon.js +6 -0
  71. package/dist/icons/rolesIcon.cjs +47 -0
  72. package/dist/icons/rolesIcon.d.cts +8 -0
  73. package/dist/icons/rolesIcon.d.ts +8 -0
  74. package/dist/icons/rolesIcon.js +6 -0
  75. package/dist/icons/rufousAiIcon.cjs +37 -0
  76. package/dist/icons/rufousAiIcon.d.cts +8 -0
  77. package/dist/icons/rufousAiIcon.d.ts +8 -0
  78. package/dist/icons/rufousAiIcon.js +7 -0
  79. package/dist/main.cjs +309 -414
  80. package/dist/main.css +69 -0
  81. package/dist/main.d.cts +10 -3
  82. package/dist/main.d.ts +10 -3
  83. package/dist/main.js +77 -47
  84. package/dist/styles/button.css +68 -0
  85. package/dist/styles/button.d.cts +2 -0
  86. package/dist/styles/button.d.ts +2 -0
  87. package/package.json +1 -1
  88. package/dist/Buttons/Button.d.cjs +0 -17
  89. package/dist/Buttons/Button.d.cts +0 -10
  90. package/dist/Buttons/Button.d.d.cts +0 -10
  91. package/dist/Buttons/Button.d.d.ts +0 -10
  92. package/dist/Buttons/Button.d.ts +0 -10
  93. package/dist/Buttons/Button.js +0 -6
  94. package/dist/chunk-ASP3DBRX.js +0 -9
  95. package/dist/chunk-AWA5Y5LH.js +0 -32
  96. package/dist/chunk-D7SFBVJY.js +0 -155
  97. package/dist/chunk-MWCKUVQG.js +0 -10
  98. package/dist/chunk-PULIGWAP.js +0 -62
  99. package/dist/chunk-QKDJLUKZ.js +0 -29
  100. /package/dist/{Buttons/Button.d.js → chunk-CC7BNJL3.js} +0 -0
  101. /package/dist/{chunk-WNXUY4B6.js → chunk-QGVJQLGY.js} +0 -0
@@ -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
File without changes