sag_components 2.0.0-beta103 → 2.0.0-beta104

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.
@@ -2,6 +2,95 @@ declare namespace _default {
2
2
  export const title: string;
3
3
  export { WeeksPicker as component };
4
4
  export const tags: string[];
5
+ export namespace argTypes {
6
+ namespace width {
7
+ const control: string;
8
+ const name: string;
9
+ }
10
+ namespace height {
11
+ const control_1: string;
12
+ export { control_1 as control };
13
+ const name_1: string;
14
+ export { name_1 as name };
15
+ }
16
+ namespace label {
17
+ const control_2: string;
18
+ export { control_2 as control };
19
+ const name_2: string;
20
+ export { name_2 as name };
21
+ }
22
+ namespace placeholder {
23
+ const control_3: string;
24
+ export { control_3 as control };
25
+ const name_3: string;
26
+ export { name_3 as name };
27
+ }
28
+ namespace defaultValues {
29
+ const control_4: string;
30
+ export { control_4 as control };
31
+ const name_4: string;
32
+ export { name_4 as name };
33
+ }
34
+ namespace selectedValue {
35
+ const control_5: string;
36
+ export { control_5 as control };
37
+ const name_5: string;
38
+ export { name_5 as name };
39
+ }
40
+ namespace year {
41
+ const control_6: string;
42
+ export { control_6 as control };
43
+ const name_6: string;
44
+ export { name_6 as name };
45
+ }
46
+ namespace required {
47
+ const control_7: string;
48
+ export { control_7 as control };
49
+ const name_7: string;
50
+ export { name_7 as name };
51
+ }
52
+ namespace disabled {
53
+ const control_8: string;
54
+ export { control_8 as control };
55
+ const name_8: string;
56
+ export { name_8 as name };
57
+ }
58
+ namespace textColor {
59
+ const control_9: string;
60
+ export { control_9 as control };
61
+ const name_9: string;
62
+ export { name_9 as name };
63
+ }
64
+ namespace borderRadius {
65
+ const control_10: string;
66
+ export { control_10 as control };
67
+ const name_10: string;
68
+ export { name_10 as name };
69
+ }
70
+ namespace borderColor {
71
+ const control_11: string;
72
+ export { control_11 as control };
73
+ const name_11: string;
74
+ export { name_11 as name };
75
+ }
76
+ namespace borderColorFocus {
77
+ const control_12: string;
78
+ export { control_12 as control };
79
+ const name_12: string;
80
+ export { name_12 as name };
81
+ }
82
+ namespace withMarginBottom {
83
+ const control_13: string;
84
+ export { control_13 as control };
85
+ const name_13: string;
86
+ export { name_13 as name };
87
+ }
88
+ namespace onChange {
89
+ export const action: string;
90
+ const name_14: string;
91
+ export { name_14 as name };
92
+ }
93
+ }
5
94
  }
6
95
  export default _default;
7
96
  export const Default: any;
@@ -1,2 +1,6 @@
1
- export function CalendarInOpen(): import("react/jsx-runtime").JSX.Element;
1
+ export function CalendarInOpen({ width, height, fill }: {
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
2
6
  export default CalendarInOpen;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta103",
3
+ "version": "2.0.0-beta104",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",