@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,80 @@
1
+ declare const APP_THEMES: {
2
+ default: {
3
+ name: string;
4
+ primaryColor: string;
5
+ secondaryColor: string;
6
+ backgroundColor: string;
7
+ surfaceColor: string;
8
+ iconColor: string;
9
+ textColor: string;
10
+ textSecondaryColor: string;
11
+ borderColor: string;
12
+ hoverColor: string;
13
+ activeColor: string;
14
+ button: {
15
+ background: string;
16
+ text: string;
17
+ hoverBackground: string;
18
+ disabledBackground: string;
19
+ };
20
+ input: {
21
+ background: string;
22
+ text: string;
23
+ border: string;
24
+ placeholder: string;
25
+ focusBorder: string;
26
+ };
27
+ card: {
28
+ background: string;
29
+ shadow: string;
30
+ };
31
+ sidebar: {
32
+ background: string;
33
+ text: string;
34
+ hover: string;
35
+ };
36
+ success: string;
37
+ warning: string;
38
+ error: string;
39
+ };
40
+ rufous: {
41
+ name: string;
42
+ primaryColor: string;
43
+ secondaryColor: string;
44
+ backgroundColor: string;
45
+ surfaceColor: string;
46
+ iconColor: string;
47
+ textColor: string;
48
+ textSecondaryColor: string;
49
+ borderColor: string;
50
+ hoverColor: string;
51
+ activeColor: string;
52
+ button: {
53
+ background: string;
54
+ text: string;
55
+ hoverBackground: string;
56
+ disabledBackground: string;
57
+ };
58
+ input: {
59
+ background: string;
60
+ text: string;
61
+ border: string;
62
+ placeholder: string;
63
+ focusBorder: string;
64
+ };
65
+ card: {
66
+ background: string;
67
+ shadow: string;
68
+ };
69
+ sidebar: {
70
+ background: string;
71
+ text: string;
72
+ hover: string;
73
+ };
74
+ success: string;
75
+ warning: string;
76
+ error: string;
77
+ };
78
+ };
79
+
80
+ export { APP_THEMES };
@@ -0,0 +1,80 @@
1
+ declare const APP_THEMES: {
2
+ default: {
3
+ name: string;
4
+ primaryColor: string;
5
+ secondaryColor: string;
6
+ backgroundColor: string;
7
+ surfaceColor: string;
8
+ iconColor: string;
9
+ textColor: string;
10
+ textSecondaryColor: string;
11
+ borderColor: string;
12
+ hoverColor: string;
13
+ activeColor: string;
14
+ button: {
15
+ background: string;
16
+ text: string;
17
+ hoverBackground: string;
18
+ disabledBackground: string;
19
+ };
20
+ input: {
21
+ background: string;
22
+ text: string;
23
+ border: string;
24
+ placeholder: string;
25
+ focusBorder: string;
26
+ };
27
+ card: {
28
+ background: string;
29
+ shadow: string;
30
+ };
31
+ sidebar: {
32
+ background: string;
33
+ text: string;
34
+ hover: string;
35
+ };
36
+ success: string;
37
+ warning: string;
38
+ error: string;
39
+ };
40
+ rufous: {
41
+ name: string;
42
+ primaryColor: string;
43
+ secondaryColor: string;
44
+ backgroundColor: string;
45
+ surfaceColor: string;
46
+ iconColor: string;
47
+ textColor: string;
48
+ textSecondaryColor: string;
49
+ borderColor: string;
50
+ hoverColor: string;
51
+ activeColor: string;
52
+ button: {
53
+ background: string;
54
+ text: string;
55
+ hoverBackground: string;
56
+ disabledBackground: string;
57
+ };
58
+ input: {
59
+ background: string;
60
+ text: string;
61
+ border: string;
62
+ placeholder: string;
63
+ focusBorder: string;
64
+ };
65
+ card: {
66
+ background: string;
67
+ shadow: string;
68
+ };
69
+ sidebar: {
70
+ background: string;
71
+ text: string;
72
+ hover: string;
73
+ };
74
+ success: string;
75
+ warning: string;
76
+ error: string;
77
+ };
78
+ };
79
+
80
+ export { APP_THEMES };
@@ -0,0 +1,6 @@
1
+ import {
2
+ APP_THEMES
3
+ } from "../chunk-2FHTGYR4.js";
4
+ export {
5
+ APP_THEMES
6
+ };
package/package.json ADDED
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "@rufous/ui",
3
+ "private": false,
4
+ "version": "0.0.1",
5
+ "type": "module",
6
+ "style": "./dist/style.css",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "sideEffects": false,
11
+ "main": "dist/main.js",
12
+ "types": "dist/main.d.ts",
13
+ "exports": {
14
+ ".": {
15
+ "import": "./dist/main.js",
16
+ "require": "./dist/main.cjs"
17
+ },
18
+ "./style.css": "./dist/style.css"
19
+ },
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "scripts": {
24
+ "dev": "vite",
25
+ "build": "tsup lib --dts --format esm,cjs --outDir dist --clean",
26
+ "prebuild": "rm -rf dist",
27
+ "lint": "eslint .",
28
+ "preview": "vite preview",
29
+ "build:types": "tsc -p tsconfig.json"
30
+ },
31
+ "dependencies": {
32
+ "react": "^18.0.0 || ^19.0.0",
33
+ "react-dom": "^18.0.0 || ^19.0.0",
34
+ "rufous-ui": "^0.4.6",
35
+ "vite": "^6.3.5",
36
+ "vite-tsconfig-paths": "^5.1.4"
37
+ },
38
+ "devDependencies": {
39
+ "@eslint/js": "^9.30.1",
40
+ "@types/node": "^24.1.0",
41
+ "@types/react": "^19.1.8",
42
+ "@types/react-dom": "^19.1.6",
43
+ "@vitejs/plugin-react": "^4.6.0",
44
+ "esbuild-plugin-copy": "^2.1.1",
45
+ "eslint": "^9.30.1",
46
+ "eslint-plugin-react-hooks": "^5.2.0",
47
+ "eslint-plugin-react-refresh": "^0.4.20",
48
+ "globals": "^16.3.0",
49
+ "tsup": "^8.5.0",
50
+ "typescript": "~5.8.3",
51
+ "typescript-eslint": "^8.35.1",
52
+ "vite-plugin-css-injected-by-js": "^3.5.2"
53
+ },
54
+ "peerDependencies": {
55
+ "react": "^18.0.0 || ^19.0.0",
56
+ "react-dom": "^18.0.0 || ^19.0.0"
57
+ }
58
+ }