sag_components 2.0.0-beta161 → 2.0.0-beta162
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.esm.js +148 -100
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +148 -100
- package/dist/index.js.map +1 -1
- package/dist/types/components/Tag/Tag.d.ts +1 -0
- package/dist/types/components/Tag/Tag.stories.d.ts +99 -0
- package/dist/types/components/Tag/Tag.style.d.ts +1 -0
- package/dist/types/icons/UploadIconV2.d.ts +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function Tag(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { Tag as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace type {
|
|
7
|
+
const name: string;
|
|
8
|
+
const options: string[];
|
|
9
|
+
namespace control {
|
|
10
|
+
const type_1: string;
|
|
11
|
+
export { type_1 as type };
|
|
12
|
+
}
|
|
13
|
+
const description: string;
|
|
14
|
+
}
|
|
15
|
+
namespace text {
|
|
16
|
+
const name_1: string;
|
|
17
|
+
export { name_1 as name };
|
|
18
|
+
export namespace control_1 {
|
|
19
|
+
const type_2: string;
|
|
20
|
+
export { type_2 as type };
|
|
21
|
+
}
|
|
22
|
+
export { control_1 as control };
|
|
23
|
+
const description_1: string;
|
|
24
|
+
export { description_1 as description };
|
|
25
|
+
}
|
|
26
|
+
namespace backgroundColor {
|
|
27
|
+
const name_2: string;
|
|
28
|
+
export { name_2 as name };
|
|
29
|
+
export namespace control_2 {
|
|
30
|
+
const type_3: string;
|
|
31
|
+
export { type_3 as type };
|
|
32
|
+
}
|
|
33
|
+
export { control_2 as control };
|
|
34
|
+
const description_2: string;
|
|
35
|
+
export { description_2 as description };
|
|
36
|
+
}
|
|
37
|
+
namespace borderColor {
|
|
38
|
+
const name_3: string;
|
|
39
|
+
export { name_3 as name };
|
|
40
|
+
export namespace control_3 {
|
|
41
|
+
const type_4: string;
|
|
42
|
+
export { type_4 as type };
|
|
43
|
+
}
|
|
44
|
+
export { control_3 as control };
|
|
45
|
+
const description_3: string;
|
|
46
|
+
export { description_3 as description };
|
|
47
|
+
}
|
|
48
|
+
namespace textColor {
|
|
49
|
+
const name_4: string;
|
|
50
|
+
export { name_4 as name };
|
|
51
|
+
export namespace control_4 {
|
|
52
|
+
const type_5: string;
|
|
53
|
+
export { type_5 as type };
|
|
54
|
+
}
|
|
55
|
+
export { control_4 as control };
|
|
56
|
+
const description_4: string;
|
|
57
|
+
export { description_4 as description };
|
|
58
|
+
}
|
|
59
|
+
namespace width {
|
|
60
|
+
const name_5: string;
|
|
61
|
+
export { name_5 as name };
|
|
62
|
+
export namespace control_5 {
|
|
63
|
+
const type_6: string;
|
|
64
|
+
export { type_6 as type };
|
|
65
|
+
}
|
|
66
|
+
export { control_5 as control };
|
|
67
|
+
const description_5: string;
|
|
68
|
+
export { description_5 as description };
|
|
69
|
+
}
|
|
70
|
+
namespace height {
|
|
71
|
+
const name_6: string;
|
|
72
|
+
export { name_6 as name };
|
|
73
|
+
export namespace control_6 {
|
|
74
|
+
const type_7: string;
|
|
75
|
+
export { type_7 as type };
|
|
76
|
+
}
|
|
77
|
+
export { control_6 as control };
|
|
78
|
+
const description_6: string;
|
|
79
|
+
export { description_6 as description };
|
|
80
|
+
}
|
|
81
|
+
namespace borderRadius {
|
|
82
|
+
const name_7: string;
|
|
83
|
+
export { name_7 as name };
|
|
84
|
+
export namespace control_7 {
|
|
85
|
+
const type_8: string;
|
|
86
|
+
export { type_8 as type };
|
|
87
|
+
}
|
|
88
|
+
export { control_7 as control };
|
|
89
|
+
const description_7: string;
|
|
90
|
+
export { description_7 as description };
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
export default _default;
|
|
95
|
+
export const Pending: any;
|
|
96
|
+
export const Received: any;
|
|
97
|
+
export const Approved: any;
|
|
98
|
+
export const Canceled: any;
|
|
99
|
+
import { Tag } from "./Tag";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const StatusCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|