sodtrack-web-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/dist/index.css +5 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.mts +68 -0
- package/dist/index.d.ts +68 -0
- package/dist/index.js +2869 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +2835 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +36 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/input.css"],"sourcesContent":["@tailwind base;\n@tailwind components;\n@tailwind utilities;\n"],"mappings":";AAAA,UAAU;AACV,UAAU;AACV,UAAU;","names":[]}
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as cva from 'cva';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
|
|
4
|
+
declare const Button: react.FC<{
|
|
5
|
+
startIcon?: react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
|
|
6
|
+
endIcon?: react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
|
|
7
|
+
loading?: boolean | undefined;
|
|
8
|
+
} & react.ClassAttributes<HTMLButtonElement> & react.ButtonHTMLAttributes<HTMLButtonElement> & cva.VariantProps<(props?: ({
|
|
9
|
+
size?: "large" | "medium" | "small" | undefined;
|
|
10
|
+
variant?: "contained" | "outlined" | "ghost" | "standard" | "link" | undefined;
|
|
11
|
+
loading?: boolean | undefined;
|
|
12
|
+
} & ({
|
|
13
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
14
|
+
[x: string]: any;
|
|
15
|
+
} | null | undefined)[] | {
|
|
16
|
+
[x: string]: any;
|
|
17
|
+
} | null | undefined)[] | {
|
|
18
|
+
[x: string]: any;
|
|
19
|
+
} | null | undefined)[] | {
|
|
20
|
+
[x: string]: any;
|
|
21
|
+
} | null | undefined)[] | {
|
|
22
|
+
[x: string]: any;
|
|
23
|
+
} | null | undefined)[] | {
|
|
24
|
+
[x: string]: any;
|
|
25
|
+
} | null | undefined)[] | {
|
|
26
|
+
[x: string]: any;
|
|
27
|
+
} | null | undefined)[] | {
|
|
28
|
+
[x: string]: any;
|
|
29
|
+
} | null | undefined)[] | {
|
|
30
|
+
[x: string]: any;
|
|
31
|
+
} | null | undefined)[] | {
|
|
32
|
+
[x: string]: any;
|
|
33
|
+
} | null | undefined)[] | {
|
|
34
|
+
[x: string]: any;
|
|
35
|
+
} | null | undefined)[] | {
|
|
36
|
+
[x: string]: any;
|
|
37
|
+
} | null | undefined;
|
|
38
|
+
className?: undefined;
|
|
39
|
+
} | {
|
|
40
|
+
class?: undefined;
|
|
41
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
} | null | undefined)[] | {
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
} | null | undefined)[] | {
|
|
46
|
+
[x: string]: any;
|
|
47
|
+
} | null | undefined)[] | {
|
|
48
|
+
[x: string]: any;
|
|
49
|
+
} | null | undefined)[] | {
|
|
50
|
+
[x: string]: any;
|
|
51
|
+
} | null | undefined)[] | {
|
|
52
|
+
[x: string]: any;
|
|
53
|
+
} | null | undefined)[] | {
|
|
54
|
+
[x: string]: any;
|
|
55
|
+
} | null | undefined)[] | {
|
|
56
|
+
[x: string]: any;
|
|
57
|
+
} | null | undefined)[] | {
|
|
58
|
+
[x: string]: any;
|
|
59
|
+
} | null | undefined)[] | {
|
|
60
|
+
[x: string]: any;
|
|
61
|
+
} | null | undefined)[] | {
|
|
62
|
+
[x: string]: any;
|
|
63
|
+
} | null | undefined)[] | {
|
|
64
|
+
[x: string]: any;
|
|
65
|
+
} | null | undefined;
|
|
66
|
+
})) | undefined) => string>>;
|
|
67
|
+
|
|
68
|
+
export { Button };
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as cva from 'cva';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
|
|
4
|
+
declare const Button: react.FC<{
|
|
5
|
+
startIcon?: react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
|
|
6
|
+
endIcon?: react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
|
|
7
|
+
loading?: boolean | undefined;
|
|
8
|
+
} & react.ClassAttributes<HTMLButtonElement> & react.ButtonHTMLAttributes<HTMLButtonElement> & cva.VariantProps<(props?: ({
|
|
9
|
+
size?: "large" | "medium" | "small" | undefined;
|
|
10
|
+
variant?: "contained" | "outlined" | "ghost" | "standard" | "link" | undefined;
|
|
11
|
+
loading?: boolean | undefined;
|
|
12
|
+
} & ({
|
|
13
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
14
|
+
[x: string]: any;
|
|
15
|
+
} | null | undefined)[] | {
|
|
16
|
+
[x: string]: any;
|
|
17
|
+
} | null | undefined)[] | {
|
|
18
|
+
[x: string]: any;
|
|
19
|
+
} | null | undefined)[] | {
|
|
20
|
+
[x: string]: any;
|
|
21
|
+
} | null | undefined)[] | {
|
|
22
|
+
[x: string]: any;
|
|
23
|
+
} | null | undefined)[] | {
|
|
24
|
+
[x: string]: any;
|
|
25
|
+
} | null | undefined)[] | {
|
|
26
|
+
[x: string]: any;
|
|
27
|
+
} | null | undefined)[] | {
|
|
28
|
+
[x: string]: any;
|
|
29
|
+
} | null | undefined)[] | {
|
|
30
|
+
[x: string]: any;
|
|
31
|
+
} | null | undefined)[] | {
|
|
32
|
+
[x: string]: any;
|
|
33
|
+
} | null | undefined)[] | {
|
|
34
|
+
[x: string]: any;
|
|
35
|
+
} | null | undefined)[] | {
|
|
36
|
+
[x: string]: any;
|
|
37
|
+
} | null | undefined;
|
|
38
|
+
className?: undefined;
|
|
39
|
+
} | {
|
|
40
|
+
class?: undefined;
|
|
41
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
} | null | undefined)[] | {
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
} | null | undefined)[] | {
|
|
46
|
+
[x: string]: any;
|
|
47
|
+
} | null | undefined)[] | {
|
|
48
|
+
[x: string]: any;
|
|
49
|
+
} | null | undefined)[] | {
|
|
50
|
+
[x: string]: any;
|
|
51
|
+
} | null | undefined)[] | {
|
|
52
|
+
[x: string]: any;
|
|
53
|
+
} | null | undefined)[] | {
|
|
54
|
+
[x: string]: any;
|
|
55
|
+
} | null | undefined)[] | {
|
|
56
|
+
[x: string]: any;
|
|
57
|
+
} | null | undefined)[] | {
|
|
58
|
+
[x: string]: any;
|
|
59
|
+
} | null | undefined)[] | {
|
|
60
|
+
[x: string]: any;
|
|
61
|
+
} | null | undefined)[] | {
|
|
62
|
+
[x: string]: any;
|
|
63
|
+
} | null | undefined)[] | {
|
|
64
|
+
[x: string]: any;
|
|
65
|
+
} | null | undefined;
|
|
66
|
+
})) | undefined) => string>>;
|
|
67
|
+
|
|
68
|
+
export { Button };
|