@elliemae/ds-label-value 2.0.2 → 2.1.0-rc.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-label-value",
3
- "version": "2.0.2",
3
+ "version": "2.1.0-rc.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Label value",
6
6
  "module": "./esm/index.js",
@@ -60,8 +60,8 @@
60
60
  "build": "node ../../scripts/build/build.js"
61
61
  },
62
62
  "dependencies": {
63
- "@elliemae/ds-classnames": "2.0.2",
64
- "@elliemae/ds-shared": "2.0.2",
63
+ "@elliemae/ds-classnames": "2.1.0-rc.3",
64
+ "@elliemae/ds-shared": "2.1.0-rc.3",
65
65
  "react-desc": "~4.1.3"
66
66
  },
67
67
  "peerDependencies": {
@@ -14,27 +14,27 @@ declare const DSLabelValue: {
14
14
  }): JSX.Element;
15
15
  propTypes: {
16
16
  containerProps: {
17
- defaultValue<T = unknown>(arg: T): {
17
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
18
18
  deprecated: import("react-desc").PropTypesDescValidator;
19
19
  };
20
- isRequired: import("react-desc").PropTypesDescValidator;
20
+ isRequired: import("react-desc").PropTypesDescValue;
21
21
  };
22
22
  className: {
23
- defaultValue<T = unknown>(arg: T): {
23
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
24
24
  deprecated: import("react-desc").PropTypesDescValidator;
25
25
  };
26
- isRequired: import("react-desc").PropTypesDescValidator;
26
+ isRequired: import("react-desc").PropTypesDescValue;
27
27
  };
28
28
  icon: {
29
- defaultValue<T = unknown>(arg: T): {
29
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
30
30
  deprecated: import("react-desc").PropTypesDescValidator;
31
31
  };
32
- isRequired: import("react-desc").PropTypesDescValidator;
32
+ isRequired: import("react-desc").PropTypesDescValue;
33
33
  };
34
34
  inverted: {
35
35
  deprecated: import("react-desc").PropTypesDescValidator;
36
36
  };
37
- children: import("react-desc").PropTypesDescValidator;
37
+ children: import("react-desc").PropTypesDescValue;
38
38
  };
39
39
  defaultProps: {
40
40
  containerProps: {};
@@ -51,22 +51,22 @@ declare const DSLabelValue: {
51
51
  }): JSX.Element;
52
52
  propTypes: {
53
53
  children: {
54
- defaultValue<T = unknown>(arg: T): {
54
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
55
55
  deprecated: import("react-desc").PropTypesDescValidator;
56
56
  };
57
- isRequired: import("react-desc").PropTypesDescValidator;
57
+ isRequired: import("react-desc").PropTypesDescValue;
58
58
  };
59
59
  inline: {
60
- defaultValue<T = unknown>(arg: T): {
60
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
61
61
  deprecated: import("react-desc").PropTypesDescValidator;
62
62
  };
63
- isRequired: import("react-desc").PropTypesDescValidator;
63
+ isRequired: import("react-desc").PropTypesDescValue;
64
64
  };
65
65
  orientation: {
66
- defaultValue<T = unknown>(arg: T): {
66
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
67
67
  deprecated: import("react-desc").PropTypesDescValidator;
68
68
  };
69
- isRequired: import("react-desc").PropTypesDescValidator;
69
+ isRequired: import("react-desc").PropTypesDescValue;
70
70
  };
71
71
  };
72
72
  defaultProps: {
@@ -84,27 +84,27 @@ declare const DSLabelValue: {
84
84
  }): JSX.Element;
85
85
  propTypes: {
86
86
  containerProps: {
87
- defaultValue<T = unknown>(arg: T): {
87
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
88
88
  deprecated: import("react-desc").PropTypesDescValidator;
89
89
  };
90
- isRequired: import("react-desc").PropTypesDescValidator;
90
+ isRequired: import("react-desc").PropTypesDescValue;
91
91
  };
92
92
  className: {
93
- defaultValue<T = unknown>(arg: T): {
93
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
94
94
  deprecated: import("react-desc").PropTypesDescValidator;
95
95
  };
96
- isRequired: import("react-desc").PropTypesDescValidator;
96
+ isRequired: import("react-desc").PropTypesDescValue;
97
97
  };
98
98
  icon: {
99
- defaultValue<T = unknown>(arg: T): {
99
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
100
100
  deprecated: import("react-desc").PropTypesDescValidator;
101
101
  };
102
- isRequired: import("react-desc").PropTypesDescValidator;
102
+ isRequired: import("react-desc").PropTypesDescValue;
103
103
  };
104
104
  inverted: {
105
105
  deprecated: import("react-desc").PropTypesDescValidator;
106
106
  };
107
- children: import("react-desc").PropTypesDescValidator;
107
+ children: import("react-desc").PropTypesDescValue;
108
108
  };
109
109
  defaultProps: {
110
110
  containerProps: {};
@@ -120,7 +120,7 @@ declare const DSLabelValue: {
120
120
  color: any;
121
121
  }): JSX.Element;
122
122
  propTypes: {
123
- children: import("react-desc").PropTypesDescValidator;
123
+ children: import("react-desc").PropTypesDescValue;
124
124
  position: {
125
125
  deprecated: import("react-desc").PropTypesDescValidator;
126
126
  };
@@ -142,7 +142,7 @@ declare const DSLabelValue: {
142
142
  semibold?: boolean | undefined;
143
143
  }): JSX.Element;
144
144
  propTypes: {
145
- children: import("react-desc").PropTypesDescValidator;
145
+ children: import("react-desc").PropTypesDescValue;
146
146
  size: {
147
147
  deprecated: import("react-desc").PropTypesDescValidator;
148
148
  };
@@ -8,22 +8,22 @@ declare const Group: {
8
8
  }): JSX.Element;
9
9
  propTypes: {
10
10
  children: {
11
- defaultValue<T = unknown>(arg: T): {
11
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
12
12
  deprecated: import("react-desc").PropTypesDescValidator;
13
13
  };
14
- isRequired: import("react-desc").PropTypesDescValidator;
14
+ isRequired: import("react-desc").PropTypesDescValue;
15
15
  };
16
16
  inline: {
17
- defaultValue<T = unknown>(arg: T): {
17
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
18
18
  deprecated: import("react-desc").PropTypesDescValidator;
19
19
  };
20
- isRequired: import("react-desc").PropTypesDescValidator;
20
+ isRequired: import("react-desc").PropTypesDescValue;
21
21
  };
22
22
  orientation: {
23
- defaultValue<T = unknown>(arg: T): {
23
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
24
24
  deprecated: import("react-desc").PropTypesDescValidator;
25
25
  };
26
- isRequired: import("react-desc").PropTypesDescValidator;
26
+ isRequired: import("react-desc").PropTypesDescValue;
27
27
  };
28
28
  };
29
29
  defaultProps: {
@@ -7,7 +7,7 @@ declare const Label: {
7
7
  color: any;
8
8
  }): JSX.Element;
9
9
  propTypes: {
10
- children: import("react-desc").PropTypesDescValidator;
10
+ children: import("react-desc").PropTypesDescValue;
11
11
  position: {
12
12
  deprecated: import("react-desc").PropTypesDescValidator;
13
13
  };
@@ -9,7 +9,7 @@ declare const Value: {
9
9
  semibold?: boolean | undefined;
10
10
  }): JSX.Element;
11
11
  propTypes: {
12
- children: import("react-desc").PropTypesDescValidator;
12
+ children: import("react-desc").PropTypesDescValue;
13
13
  size: {
14
14
  deprecated: import("react-desc").PropTypesDescValidator;
15
15
  };
@@ -10,27 +10,27 @@ declare const Wrapper: {
10
10
  }): JSX.Element;
11
11
  propTypes: {
12
12
  containerProps: {
13
- defaultValue<T = unknown>(arg: T): {
13
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
14
14
  deprecated: import("react-desc").PropTypesDescValidator;
15
15
  };
16
- isRequired: import("react-desc").PropTypesDescValidator;
16
+ isRequired: import("react-desc").PropTypesDescValue;
17
17
  };
18
18
  className: {
19
- defaultValue<T = unknown>(arg: T): {
19
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
20
20
  deprecated: import("react-desc").PropTypesDescValidator;
21
21
  };
22
- isRequired: import("react-desc").PropTypesDescValidator;
22
+ isRequired: import("react-desc").PropTypesDescValue;
23
23
  };
24
24
  icon: {
25
- defaultValue<T = unknown>(arg: T): {
25
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
26
26
  deprecated: import("react-desc").PropTypesDescValidator;
27
27
  };
28
- isRequired: import("react-desc").PropTypesDescValidator;
28
+ isRequired: import("react-desc").PropTypesDescValue;
29
29
  };
30
30
  inverted: {
31
31
  deprecated: import("react-desc").PropTypesDescValidator;
32
32
  };
33
- children: import("react-desc").PropTypesDescValidator;
33
+ children: import("react-desc").PropTypesDescValue;
34
34
  };
35
35
  defaultProps: {
36
36
  containerProps: {};
@@ -4,32 +4,32 @@ export declare const groupProps: {
4
4
  * The elements to be wrapped
5
5
  */
6
6
  children: {
7
- defaultValue<T = unknown>(arg: T): {
7
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
8
8
  deprecated: import("react-desc").PropTypesDescValidator;
9
9
  };
10
- isRequired: import("react-desc").PropTypesDescValidator;
10
+ isRequired: import("react-desc").PropTypesDescValue;
11
11
  };
12
12
  /**
13
13
  * If the label value should be inline
14
14
  */
15
15
  inline: {
16
- defaultValue<T = unknown>(arg: T): {
16
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
17
17
  deprecated: import("react-desc").PropTypesDescValidator;
18
18
  };
19
- isRequired: import("react-desc").PropTypesDescValidator;
19
+ isRequired: import("react-desc").PropTypesDescValue;
20
20
  };
21
21
  /**
22
22
  * 'vertical' or 'horizontal'
23
23
  */
24
24
  orientation: {
25
- defaultValue<T = unknown>(arg: T): {
25
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
26
26
  deprecated: import("react-desc").PropTypesDescValidator;
27
27
  };
28
- isRequired: import("react-desc").PropTypesDescValidator;
28
+ isRequired: import("react-desc").PropTypesDescValue;
29
29
  };
30
30
  };
31
31
  export declare const labelProps: {
32
- children: import("react-desc").PropTypesDescValidator;
32
+ children: import("react-desc").PropTypesDescValue;
33
33
  position: {
34
34
  deprecated: import("react-desc").PropTypesDescValidator;
35
35
  };
@@ -39,30 +39,30 @@ export declare const labelProps: {
39
39
  };
40
40
  export declare const wrapperProps: {
41
41
  containerProps: {
42
- defaultValue<T = unknown>(arg: T): {
42
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
43
43
  deprecated: import("react-desc").PropTypesDescValidator;
44
44
  };
45
- isRequired: import("react-desc").PropTypesDescValidator;
45
+ isRequired: import("react-desc").PropTypesDescValue;
46
46
  };
47
47
  className: {
48
- defaultValue<T = unknown>(arg: T): {
48
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
49
49
  deprecated: import("react-desc").PropTypesDescValidator;
50
50
  };
51
- isRequired: import("react-desc").PropTypesDescValidator;
51
+ isRequired: import("react-desc").PropTypesDescValue;
52
52
  };
53
53
  icon: {
54
- defaultValue<T = unknown>(arg: T): {
54
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
55
55
  deprecated: import("react-desc").PropTypesDescValidator;
56
56
  };
57
- isRequired: import("react-desc").PropTypesDescValidator;
57
+ isRequired: import("react-desc").PropTypesDescValue;
58
58
  };
59
59
  inverted: {
60
60
  deprecated: import("react-desc").PropTypesDescValidator;
61
61
  };
62
- children: import("react-desc").PropTypesDescValidator;
62
+ children: import("react-desc").PropTypesDescValue;
63
63
  };
64
64
  export declare const valueProps: {
65
- children: import("react-desc").PropTypesDescValidator;
65
+ children: import("react-desc").PropTypesDescValue;
66
66
  size: {
67
67
  deprecated: import("react-desc").PropTypesDescValidator;
68
68
  };