@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.
- package/README.md +69 -0
- package/dist/Buttons/Button.cjs +42 -0
- package/dist/Buttons/Button.d.cjs +17 -0
- package/dist/Buttons/Button.d.cts +10 -0
- package/dist/Buttons/Button.d.d.cts +10 -0
- package/dist/Buttons/Button.d.d.ts +10 -0
- package/dist/Buttons/Button.d.js +0 -0
- package/dist/Buttons/Button.d.ts +10 -0
- package/dist/Buttons/Button.js +6 -0
- package/dist/CheckBoxes/CheckBox.cjs +62 -0
- package/dist/CheckBoxes/CheckBox.d.cjs +17 -0
- package/dist/CheckBoxes/CheckBox.d.cts +15 -0
- package/dist/CheckBoxes/CheckBox.d.d.cts +15 -0
- package/dist/CheckBoxes/CheckBox.d.d.ts +15 -0
- package/dist/CheckBoxes/CheckBox.d.js +0 -0
- package/dist/CheckBoxes/CheckBox.d.ts +15 -0
- package/dist/CheckBoxes/CheckBox.js +6 -0
- package/dist/Contexts/rufousThemeProvider.cjs +177 -0
- package/dist/Contexts/rufousThemeProvider.d.cjs +17 -0
- package/dist/Contexts/rufousThemeProvider.d.cts +28 -0
- package/dist/Contexts/rufousThemeProvider.d.d.cts +28 -0
- package/dist/Contexts/rufousThemeProvider.d.d.ts +28 -0
- package/dist/Contexts/rufousThemeProvider.d.js +0 -0
- package/dist/Contexts/rufousThemeProvider.d.ts +28 -0
- package/dist/Contexts/rufousThemeProvider.js +9 -0
- package/dist/TextFields/FloatingInput.cjs +65 -0
- package/dist/TextFields/FloatingInput.d.cjs +17 -0
- package/dist/TextFields/FloatingInput.d.cts +23 -0
- package/dist/TextFields/FloatingInput.d.d.cts +23 -0
- package/dist/TextFields/FloatingInput.d.d.ts +23 -0
- package/dist/TextFields/FloatingInput.d.js +0 -0
- package/dist/TextFields/FloatingInput.d.ts +23 -0
- package/dist/TextFields/FloatingInput.js +6 -0
- package/dist/chunk-2FHTGYR4.js +83 -0
- package/dist/chunk-3IBCGGN3.js +48 -0
- package/dist/chunk-5VDW4EZK.js +71 -0
- package/dist/chunk-6FEUS4CQ.js +41 -0
- package/dist/chunk-73G3VTVS.js +48 -0
- package/dist/chunk-ASP3DBRX.js +9 -0
- package/dist/chunk-AWA5Y5LH.js +32 -0
- package/dist/chunk-D7SFBVJY.js +155 -0
- package/dist/chunk-H372BAXA.js +42 -0
- package/dist/chunk-PULIGWAP.js +62 -0
- package/dist/chunk-QJPQC544.js +29 -0
- package/dist/chunk-QKDJLUKZ.js +29 -0
- package/dist/chunk-QZFGQ5JM.js +157 -0
- package/dist/chunk-WZAU77G7.js +55 -0
- package/dist/chunk-ZZ37BKUK.js +0 -0
- package/dist/icons/archivedIcon.cjs +77 -0
- package/dist/icons/archivedIcon.d.cts +8 -0
- package/dist/icons/archivedIcon.d.ts +8 -0
- package/dist/icons/archivedIcon.js +6 -0
- package/dist/icons/copyIcon.cjs +70 -0
- package/dist/icons/copyIcon.d.cts +8 -0
- package/dist/icons/copyIcon.d.ts +8 -0
- package/dist/icons/copyIcon.js +6 -0
- package/dist/icons/editIcon.cjs +71 -0
- package/dist/icons/editIcon.d.cts +8 -0
- package/dist/icons/editIcon.d.ts +8 -0
- package/dist/icons/editIcon.js +6 -0
- package/dist/icons/helpOutlinedIcon.cjs +91 -0
- package/dist/icons/helpOutlinedIcon.d.cts +8 -0
- package/dist/icons/helpOutlinedIcon.d.ts +8 -0
- package/dist/icons/helpOutlinedIcon.js +6 -0
- package/dist/icons/hierarchyIcon.cjs +84 -0
- package/dist/icons/hierarchyIcon.d.cts +8 -0
- package/dist/icons/hierarchyIcon.d.ts +8 -0
- package/dist/icons/hierarchyIcon.js +6 -0
- package/dist/icons/index.cjs +664 -0
- package/dist/icons/index.d.cts +10 -0
- package/dist/icons/index.d.ts +10 -0
- package/dist/icons/index.js +39 -0
- package/dist/icons/nineDotMenuIcon.cjs +184 -0
- package/dist/icons/nineDotMenuIcon.d.cts +8 -0
- package/dist/icons/nineDotMenuIcon.d.ts +8 -0
- package/dist/icons/nineDotMenuIcon.js +6 -0
- package/dist/icons/rufousLauncherBird.cjs +186 -0
- package/dist/icons/rufousLauncherBird.d.cts +8 -0
- package/dist/icons/rufousLauncherBird.d.ts +8 -0
- package/dist/icons/rufousLauncherBird.js +6 -0
- package/dist/icons/unArchivedIcon.cjs +77 -0
- package/dist/icons/unArchivedIcon.d.cts +8 -0
- package/dist/icons/unArchivedIcon.d.ts +8 -0
- package/dist/icons/unArchivedIcon.js +6 -0
- package/dist/icons/workItemIcon.cjs +58 -0
- package/dist/icons/workItemIcon.d.cts +8 -0
- package/dist/icons/workItemIcon.d.ts +8 -0
- package/dist/icons/workItemIcon.js +6 -0
- package/dist/main.cjs +874 -0
- package/dist/main.css +244 -0
- package/dist/main.d.cts +15 -0
- package/dist/main.d.ts +15 -0
- package/dist/main.js +61 -0
- package/dist/style.css +244 -0
- package/dist/style.d.cts +2 -0
- package/dist/style.d.ts +2 -0
- package/dist/utils/constants.cjs +106 -0
- package/dist/utils/constants.d.cts +80 -0
- package/dist/utils/constants.d.ts +80 -0
- package/dist/utils/constants.js +6 -0
- 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 };
|
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
|
+
}
|