@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.
Files changed (101) hide show
  1. package/README.md +69 -0
  2. package/dist/Buttons/Button.cjs +42 -0
  3. package/dist/Buttons/Button.d.cjs +17 -0
  4. package/dist/Buttons/Button.d.cts +10 -0
  5. package/dist/Buttons/Button.d.d.cts +10 -0
  6. package/dist/Buttons/Button.d.d.ts +10 -0
  7. package/dist/Buttons/Button.d.js +0 -0
  8. package/dist/Buttons/Button.d.ts +10 -0
  9. package/dist/Buttons/Button.js +6 -0
  10. package/dist/CheckBoxes/CheckBox.cjs +62 -0
  11. package/dist/CheckBoxes/CheckBox.d.cjs +17 -0
  12. package/dist/CheckBoxes/CheckBox.d.cts +15 -0
  13. package/dist/CheckBoxes/CheckBox.d.d.cts +15 -0
  14. package/dist/CheckBoxes/CheckBox.d.d.ts +15 -0
  15. package/dist/CheckBoxes/CheckBox.d.js +0 -0
  16. package/dist/CheckBoxes/CheckBox.d.ts +15 -0
  17. package/dist/CheckBoxes/CheckBox.js +6 -0
  18. package/dist/Contexts/rufousThemeProvider.cjs +177 -0
  19. package/dist/Contexts/rufousThemeProvider.d.cjs +17 -0
  20. package/dist/Contexts/rufousThemeProvider.d.cts +28 -0
  21. package/dist/Contexts/rufousThemeProvider.d.d.cts +28 -0
  22. package/dist/Contexts/rufousThemeProvider.d.d.ts +28 -0
  23. package/dist/Contexts/rufousThemeProvider.d.js +0 -0
  24. package/dist/Contexts/rufousThemeProvider.d.ts +28 -0
  25. package/dist/Contexts/rufousThemeProvider.js +9 -0
  26. package/dist/TextFields/FloatingInput.cjs +65 -0
  27. package/dist/TextFields/FloatingInput.d.cjs +17 -0
  28. package/dist/TextFields/FloatingInput.d.cts +23 -0
  29. package/dist/TextFields/FloatingInput.d.d.cts +23 -0
  30. package/dist/TextFields/FloatingInput.d.d.ts +23 -0
  31. package/dist/TextFields/FloatingInput.d.js +0 -0
  32. package/dist/TextFields/FloatingInput.d.ts +23 -0
  33. package/dist/TextFields/FloatingInput.js +6 -0
  34. package/dist/chunk-2FHTGYR4.js +83 -0
  35. package/dist/chunk-3IBCGGN3.js +48 -0
  36. package/dist/chunk-5VDW4EZK.js +71 -0
  37. package/dist/chunk-6FEUS4CQ.js +41 -0
  38. package/dist/chunk-73G3VTVS.js +48 -0
  39. package/dist/chunk-ASP3DBRX.js +9 -0
  40. package/dist/chunk-AWA5Y5LH.js +32 -0
  41. package/dist/chunk-D7SFBVJY.js +155 -0
  42. package/dist/chunk-H372BAXA.js +42 -0
  43. package/dist/chunk-PULIGWAP.js +62 -0
  44. package/dist/chunk-QJPQC544.js +29 -0
  45. package/dist/chunk-QKDJLUKZ.js +29 -0
  46. package/dist/chunk-QZFGQ5JM.js +157 -0
  47. package/dist/chunk-WZAU77G7.js +55 -0
  48. package/dist/chunk-ZZ37BKUK.js +0 -0
  49. package/dist/icons/archivedIcon.cjs +77 -0
  50. package/dist/icons/archivedIcon.d.cts +8 -0
  51. package/dist/icons/archivedIcon.d.ts +8 -0
  52. package/dist/icons/archivedIcon.js +6 -0
  53. package/dist/icons/copyIcon.cjs +70 -0
  54. package/dist/icons/copyIcon.d.cts +8 -0
  55. package/dist/icons/copyIcon.d.ts +8 -0
  56. package/dist/icons/copyIcon.js +6 -0
  57. package/dist/icons/editIcon.cjs +71 -0
  58. package/dist/icons/editIcon.d.cts +8 -0
  59. package/dist/icons/editIcon.d.ts +8 -0
  60. package/dist/icons/editIcon.js +6 -0
  61. package/dist/icons/helpOutlinedIcon.cjs +91 -0
  62. package/dist/icons/helpOutlinedIcon.d.cts +8 -0
  63. package/dist/icons/helpOutlinedIcon.d.ts +8 -0
  64. package/dist/icons/helpOutlinedIcon.js +6 -0
  65. package/dist/icons/hierarchyIcon.cjs +84 -0
  66. package/dist/icons/hierarchyIcon.d.cts +8 -0
  67. package/dist/icons/hierarchyIcon.d.ts +8 -0
  68. package/dist/icons/hierarchyIcon.js +6 -0
  69. package/dist/icons/index.cjs +664 -0
  70. package/dist/icons/index.d.cts +10 -0
  71. package/dist/icons/index.d.ts +10 -0
  72. package/dist/icons/index.js +39 -0
  73. package/dist/icons/nineDotMenuIcon.cjs +184 -0
  74. package/dist/icons/nineDotMenuIcon.d.cts +8 -0
  75. package/dist/icons/nineDotMenuIcon.d.ts +8 -0
  76. package/dist/icons/nineDotMenuIcon.js +6 -0
  77. package/dist/icons/rufousLauncherBird.cjs +186 -0
  78. package/dist/icons/rufousLauncherBird.d.cts +8 -0
  79. package/dist/icons/rufousLauncherBird.d.ts +8 -0
  80. package/dist/icons/rufousLauncherBird.js +6 -0
  81. package/dist/icons/unArchivedIcon.cjs +77 -0
  82. package/dist/icons/unArchivedIcon.d.cts +8 -0
  83. package/dist/icons/unArchivedIcon.d.ts +8 -0
  84. package/dist/icons/unArchivedIcon.js +6 -0
  85. package/dist/icons/workItemIcon.cjs +58 -0
  86. package/dist/icons/workItemIcon.d.cts +8 -0
  87. package/dist/icons/workItemIcon.d.ts +8 -0
  88. package/dist/icons/workItemIcon.js +6 -0
  89. package/dist/main.cjs +874 -0
  90. package/dist/main.css +244 -0
  91. package/dist/main.d.cts +15 -0
  92. package/dist/main.d.ts +15 -0
  93. package/dist/main.js +61 -0
  94. package/dist/style.css +244 -0
  95. package/dist/style.d.cts +2 -0
  96. package/dist/style.d.ts +2 -0
  97. package/dist/utils/constants.cjs +106 -0
  98. package/dist/utils/constants.d.cts +80 -0
  99. package/dist/utils/constants.d.ts +80 -0
  100. package/dist/utils/constants.js +6 -0
  101. package/package.json +58 -0
@@ -0,0 +1,6 @@
1
+ import {
2
+ editIcon_default
3
+ } from "../chunk-H372BAXA.js";
4
+ export {
5
+ editIcon_default as default
6
+ };
@@ -0,0 +1,91 @@
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/helpOutlinedIcon.tsx
30
+ var helpOutlinedIcon_exports = {};
31
+ __export(helpOutlinedIcon_exports, {
32
+ default: () => helpOutlinedIcon_default
33
+ });
34
+ module.exports = __toCommonJS(helpOutlinedIcon_exports);
35
+ var import_react = __toESM(require("react"), 1);
36
+ var HelpOutlinedIcon = ({ color = "#5f6368", ...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_11727",
50
+ "data-name": "Group 11727",
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: "Ellipse_33",
69
+ "data-name": "Ellipse 33",
70
+ transform: "translate(1604 28.3)",
71
+ fill: "none",
72
+ stroke: color,
73
+ "stroke-width": "2"
74
+ },
75
+ /* @__PURE__ */ import_react.default.createElement("circle", { cx: "16", cy: "16", r: "16", stroke: "none" }),
76
+ /* @__PURE__ */ import_react.default.createElement("circle", { cx: "16", cy: "16", r: "15", fill: "none" })
77
+ ),
78
+ /* @__PURE__ */ import_react.default.createElement(
79
+ "path",
80
+ {
81
+ id: "Icon_open-question-mark",
82
+ "data-name": "Icon open-question-mark",
83
+ 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",
84
+ transform: "translate(1614.595 35.6)",
85
+ fill: color
86
+ }
87
+ )
88
+ )
89
+ );
90
+ };
91
+ var helpOutlinedIcon_default = HelpOutlinedIcon;
@@ -0,0 +1,8 @@
1
+ import React__default from 'react';
2
+
3
+ interface HeplOutlinedIconProps extends React__default.SVGProps<SVGSVGElement> {
4
+ color?: string;
5
+ }
6
+ declare const HelpOutlinedIcon: React__default.FC<HeplOutlinedIconProps>;
7
+
8
+ export { type HeplOutlinedIconProps, HelpOutlinedIcon as default };
@@ -0,0 +1,8 @@
1
+ import React__default from 'react';
2
+
3
+ interface HeplOutlinedIconProps extends React__default.SVGProps<SVGSVGElement> {
4
+ color?: string;
5
+ }
6
+ declare const HelpOutlinedIcon: React__default.FC<HeplOutlinedIconProps>;
7
+
8
+ export { type HeplOutlinedIconProps, HelpOutlinedIcon as default };
@@ -0,0 +1,6 @@
1
+ import {
2
+ helpOutlinedIcon_default
3
+ } from "../chunk-PULIGWAP.js";
4
+ export {
5
+ helpOutlinedIcon_default as default
6
+ };
@@ -0,0 +1,84 @@
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/hierarchyIcon.tsx
30
+ var hierarchyIcon_exports = {};
31
+ __export(hierarchyIcon_exports, {
32
+ default: () => hierarchyIcon_default
33
+ });
34
+ module.exports = __toCommonJS(hierarchyIcon_exports);
35
+ var import_react = __toESM(require("react"), 1);
36
+ var HierarchyIcon = ({ color = "#707070", ...props }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(
38
+ "svg",
39
+ {
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ width: "16",
42
+ height: "15.818",
43
+ viewBox: "0 0 16 15.818",
44
+ ...props
45
+ },
46
+ /* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(2398 -258)" }, /* @__PURE__ */ import_react.default.createElement(
47
+ "path",
48
+ {
49
+ 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",
50
+ transform: "translate(-2429 199.818)",
51
+ fill: color
52
+ }
53
+ ), /* @__PURE__ */ import_react.default.createElement(
54
+ "path",
55
+ {
56
+ 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",
57
+ transform: "translate(-2456 199.818)",
58
+ fill: color
59
+ }
60
+ ), /* @__PURE__ */ import_react.default.createElement(
61
+ "path",
62
+ {
63
+ 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",
64
+ transform: "translate(-2402 199.818)",
65
+ fill: color
66
+ }
67
+ ), /* @__PURE__ */ import_react.default.createElement(
68
+ "path",
69
+ {
70
+ 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",
71
+ transform: "translate(-2411.364 230.727)",
72
+ fill: color
73
+ }
74
+ ), /* @__PURE__ */ import_react.default.createElement(
75
+ "path",
76
+ {
77
+ 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",
78
+ transform: "translate(-2429 254)",
79
+ fill: color
80
+ }
81
+ ))
82
+ );
83
+ };
84
+ var hierarchyIcon_default = HierarchyIcon;
@@ -0,0 +1,8 @@
1
+ import React__default from 'react';
2
+
3
+ interface HierarchyIconProps extends React__default.SVGProps<SVGSVGElement> {
4
+ color?: string;
5
+ }
6
+ declare const HierarchyIcon: React__default.FC<HierarchyIconProps>;
7
+
8
+ export { type HierarchyIconProps, HierarchyIcon as default };
@@ -0,0 +1,8 @@
1
+ import React__default from 'react';
2
+
3
+ interface HierarchyIconProps extends React__default.SVGProps<SVGSVGElement> {
4
+ color?: string;
5
+ }
6
+ declare const HierarchyIcon: React__default.FC<HierarchyIconProps>;
7
+
8
+ export { type HierarchyIconProps, HierarchyIcon as default };
@@ -0,0 +1,6 @@
1
+ import {
2
+ hierarchyIcon_default
3
+ } from "../chunk-WZAU77G7.js";
4
+ export {
5
+ hierarchyIcon_default as default
6
+ };