sag_components 2.0.0-beta160 → 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.
@@ -240,30 +240,51 @@ declare namespace _default {
240
240
  }
241
241
  export { control_10 as control };
242
242
  }
243
- namespace labelColor {
243
+ namespace height {
244
244
  const name_24: string;
245
245
  export { name_24 as name };
246
+ export namespace type_22 {
247
+ const name_25: string;
248
+ export { name_25 as name };
249
+ }
250
+ export { type_22 as type };
246
251
  const description_13: string;
247
252
  export { description_13 as description };
253
+ export namespace defaultValue_11 {
254
+ const summary_11: string;
255
+ export { summary_11 as summary };
256
+ }
257
+ export { defaultValue_11 as defaultValue };
248
258
  export namespace control_11 {
249
- const type_22: string;
250
- export { type_22 as type };
251
- export const presetColors: string[];
259
+ const type_23: string;
260
+ export { type_23 as type };
252
261
  }
253
262
  export { control_11 as control };
254
263
  }
255
- namespace checkBoxColor {
256
- const name_25: string;
257
- export { name_25 as name };
264
+ namespace labelColor {
265
+ const name_26: string;
266
+ export { name_26 as name };
258
267
  const description_14: string;
259
268
  export { description_14 as description };
260
269
  export namespace control_12 {
261
- const type_23: string;
262
- export { type_23 as type };
270
+ const type_24: string;
271
+ export { type_24 as type };
272
+ export const presetColors: string[];
273
+ }
274
+ export { control_12 as control };
275
+ }
276
+ namespace checkBoxColor {
277
+ const name_27: string;
278
+ export { name_27 as name };
279
+ const description_15: string;
280
+ export { description_15 as description };
281
+ export namespace control_13 {
282
+ const type_25: string;
283
+ export { type_25 as type };
263
284
  const presetColors_1: string[];
264
285
  export { presetColors_1 as presetColors };
265
286
  }
266
- export { control_12 as control };
287
+ export { control_13 as control };
267
288
  }
268
289
  }
269
290
  }
@@ -1,4 +1,4 @@
1
- export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, withMarginBottom, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, elementType, }: {
1
+ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, height, withMarginBottom, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, elementType, }: {
2
2
  label: any;
3
3
  labelEmptyValue: any;
4
4
  options: any;
@@ -7,6 +7,7 @@ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedVal
7
7
  required: any;
8
8
  disabled: any;
9
9
  width: any;
10
+ height: any;
10
11
  withMarginBottom?: boolean;
11
12
  error: any;
12
13
  errorMessage: any;
@@ -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;
@@ -0,0 +1,6 @@
1
+ export default UploadIconV2;
2
+ declare function UploadIconV2({ color, width, height, }: {
3
+ color?: string;
4
+ width?: string;
5
+ height?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta160",
3
+ "version": "2.0.0-beta162",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",