@teamturing/react-kit 2.19.44 → 2.19.46
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/core/GradientText/index.d.ts +54 -55
- package/dist/core/Pagination/index.d.ts +54 -55
- package/dist/core/Select/index.d.ts +2 -0
- package/dist/core/Spinner/index.d.ts +53 -53
- package/dist/index.js +2 -2
- package/esm/core/Select/index.js +1 -1
- package/esm/core/Textarea/index.js +1 -1
- package/package.json +3 -3
|
@@ -11,7 +11,7 @@ declare const GradientText: import("styled-components").IStyledComponent<"web",
|
|
|
11
11
|
accessKey?: string | undefined;
|
|
12
12
|
autoFocus?: boolean | undefined;
|
|
13
13
|
className?: string | undefined;
|
|
14
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
14
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
15
15
|
contextMenu?: string | undefined;
|
|
16
16
|
dir?: string | undefined;
|
|
17
17
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -19,7 +19,6 @@ declare const GradientText: import("styled-components").IStyledComponent<"web",
|
|
|
19
19
|
id?: string | undefined;
|
|
20
20
|
lang?: string | undefined;
|
|
21
21
|
nonce?: string | undefined;
|
|
22
|
-
placeholder?: string | undefined;
|
|
23
22
|
slot?: string | undefined;
|
|
24
23
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
25
24
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -52,59 +51,59 @@ declare const GradientText: import("styled-components").IStyledComponent<"web",
|
|
|
52
51
|
unselectable?: "on" | "off" | undefined;
|
|
53
52
|
inputMode?: "none" | "search" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
54
53
|
is?: string | undefined;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
54
|
+
"aria-activedescendant"?: string | undefined;
|
|
55
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
56
|
+
"aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
|
|
57
|
+
"aria-braillelabel"?: string | undefined;
|
|
58
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
59
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
60
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
61
|
+
"aria-colcount"?: number | undefined;
|
|
62
|
+
"aria-colindex"?: number | undefined;
|
|
63
|
+
"aria-colindextext"?: string | undefined;
|
|
64
|
+
"aria-colspan"?: number | undefined;
|
|
65
|
+
"aria-controls"?: string | undefined;
|
|
66
|
+
"aria-current"?: boolean | "page" | "step" | "time" | "date" | "false" | "true" | "location" | undefined;
|
|
67
|
+
"aria-describedby"?: string | undefined;
|
|
68
|
+
"aria-description"?: string | undefined;
|
|
69
|
+
"aria-details"?: string | undefined;
|
|
70
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
71
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
72
|
+
"aria-errormessage"?: string | undefined;
|
|
73
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
74
|
+
"aria-flowto"?: string | undefined;
|
|
75
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
76
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
77
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
78
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
79
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
80
|
+
"aria-label"?: string | undefined;
|
|
81
|
+
"aria-labelledby"?: string | undefined;
|
|
82
|
+
"aria-level"?: number | undefined;
|
|
83
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
84
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
85
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
86
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
88
|
+
"aria-owns"?: string | undefined;
|
|
89
|
+
"aria-placeholder"?: string | undefined;
|
|
90
|
+
"aria-posinset"?: number | undefined;
|
|
91
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
92
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
93
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
94
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
95
|
+
"aria-roledescription"?: string | undefined;
|
|
96
|
+
"aria-rowcount"?: number | undefined;
|
|
97
|
+
"aria-rowindex"?: number | undefined;
|
|
98
|
+
"aria-rowindextext"?: string | undefined;
|
|
99
|
+
"aria-rowspan"?: number | undefined;
|
|
100
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
101
|
+
"aria-setsize"?: number | undefined;
|
|
102
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
103
|
+
"aria-valuemax"?: number | undefined;
|
|
104
|
+
"aria-valuemin"?: number | undefined;
|
|
105
|
+
"aria-valuenow"?: number | undefined;
|
|
106
|
+
"aria-valuetext"?: string | undefined;
|
|
108
107
|
children?: import("react").ReactNode;
|
|
109
108
|
dangerouslySetInnerHTML?: {
|
|
110
109
|
__html: string | TrustedHTML;
|
|
@@ -53,7 +53,6 @@ declare const _default: (<T extends {
|
|
|
53
53
|
formNoValidate?: boolean | undefined;
|
|
54
54
|
formTarget?: string | undefined;
|
|
55
55
|
name?: string | undefined;
|
|
56
|
-
placeholder?: string | undefined;
|
|
57
56
|
value?: string | number | readonly string[] | undefined;
|
|
58
57
|
onChange?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
59
58
|
defaultChecked?: boolean | undefined;
|
|
@@ -63,7 +62,7 @@ declare const _default: (<T extends {
|
|
|
63
62
|
accessKey?: string | undefined;
|
|
64
63
|
autoFocus?: boolean | undefined;
|
|
65
64
|
className?: string | undefined;
|
|
66
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
65
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
67
66
|
contextMenu?: string | undefined;
|
|
68
67
|
dir?: string | undefined;
|
|
69
68
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -99,59 +98,59 @@ declare const _default: (<T extends {
|
|
|
99
98
|
unselectable?: "on" | "off" | undefined;
|
|
100
99
|
inputMode?: "none" | "search" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
101
100
|
is?: string | undefined;
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
101
|
+
"aria-activedescendant"?: string | undefined;
|
|
102
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
103
|
+
"aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
|
|
104
|
+
"aria-braillelabel"?: string | undefined;
|
|
105
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
106
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
107
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
108
|
+
"aria-colcount"?: number | undefined;
|
|
109
|
+
"aria-colindex"?: number | undefined;
|
|
110
|
+
"aria-colindextext"?: string | undefined;
|
|
111
|
+
"aria-colspan"?: number | undefined;
|
|
112
|
+
"aria-controls"?: string | undefined;
|
|
113
|
+
"aria-current"?: boolean | "page" | "step" | "time" | "date" | "false" | "true" | "location" | undefined;
|
|
114
|
+
"aria-describedby"?: string | undefined;
|
|
115
|
+
"aria-description"?: string | undefined;
|
|
116
|
+
"aria-details"?: string | undefined;
|
|
117
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
118
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
119
|
+
"aria-errormessage"?: string | undefined;
|
|
120
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
121
|
+
"aria-flowto"?: string | undefined;
|
|
122
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
123
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
124
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
125
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
126
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
127
|
+
"aria-label"?: string | undefined;
|
|
128
|
+
"aria-labelledby"?: string | undefined;
|
|
129
|
+
"aria-level"?: number | undefined;
|
|
130
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
131
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
132
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
133
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
134
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
135
|
+
"aria-owns"?: string | undefined;
|
|
136
|
+
"aria-placeholder"?: string | undefined;
|
|
137
|
+
"aria-posinset"?: number | undefined;
|
|
138
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
139
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
140
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
141
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
142
|
+
"aria-roledescription"?: string | undefined;
|
|
143
|
+
"aria-rowcount"?: number | undefined;
|
|
144
|
+
"aria-rowindex"?: number | undefined;
|
|
145
|
+
"aria-rowindextext"?: string | undefined;
|
|
146
|
+
"aria-rowspan"?: number | undefined;
|
|
147
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
148
|
+
"aria-setsize"?: number | undefined;
|
|
149
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
150
|
+
"aria-valuemax"?: number | undefined;
|
|
151
|
+
"aria-valuemin"?: number | undefined;
|
|
152
|
+
"aria-valuenow"?: number | undefined;
|
|
153
|
+
"aria-valuetext"?: string | undefined;
|
|
155
154
|
children?: ReactNode;
|
|
156
155
|
dangerouslySetInnerHTML?: {
|
|
157
156
|
__html: string | TrustedHTML;
|
|
@@ -9,6 +9,7 @@ type Props = {
|
|
|
9
9
|
* 입력 창 앞에 보여질 시각적 요소를 정의합니다. Icon, Text, Image 등이 될 수 있습니다.
|
|
10
10
|
*/
|
|
11
11
|
leadingVisual?: ElementType | ReactNode;
|
|
12
|
+
placeholder?: string;
|
|
12
13
|
} & SelectHTMLAttributes<HTMLSelectElement>;
|
|
13
14
|
declare const _default: import("react").ForwardRefExoticComponent<{
|
|
14
15
|
/**
|
|
@@ -19,6 +20,7 @@ declare const _default: import("react").ForwardRefExoticComponent<{
|
|
|
19
20
|
* 입력 창 앞에 보여질 시각적 요소를 정의합니다. Icon, Text, Image 등이 될 수 있습니다.
|
|
20
21
|
*/
|
|
21
22
|
leadingVisual?: string | number | boolean | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | import("react").ReactPortal | null | undefined;
|
|
23
|
+
placeholder?: string | undefined;
|
|
22
24
|
} & SelectHTMLAttributes<HTMLSelectElement> & import("react").RefAttributes<HTMLSelectElement>> & {
|
|
23
25
|
Option: ({ children: propChildren, ...props }: import("react").OptionHTMLAttributes<HTMLOptionElement>) => import("react/jsx-runtime").JSX.Element;
|
|
24
26
|
};
|
|
@@ -78,59 +78,59 @@ declare const Spinner: import("styled-components").IStyledComponent<"web", {
|
|
|
78
78
|
style?: import("react").CSSProperties | undefined;
|
|
79
79
|
tabIndex?: number | undefined;
|
|
80
80
|
role?: import("react").AriaRole | undefined;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
81
|
+
"aria-activedescendant"?: string | undefined;
|
|
82
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
83
|
+
"aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
|
|
84
|
+
"aria-braillelabel"?: string | undefined;
|
|
85
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
86
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
88
|
+
"aria-colcount"?: number | undefined;
|
|
89
|
+
"aria-colindex"?: number | undefined;
|
|
90
|
+
"aria-colindextext"?: string | undefined;
|
|
91
|
+
"aria-colspan"?: number | undefined;
|
|
92
|
+
"aria-controls"?: string | undefined;
|
|
93
|
+
"aria-current"?: boolean | "page" | "step" | "time" | "date" | "false" | "true" | "location" | undefined;
|
|
94
|
+
"aria-describedby"?: string | undefined;
|
|
95
|
+
"aria-description"?: string | undefined;
|
|
96
|
+
"aria-details"?: string | undefined;
|
|
97
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
98
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
99
|
+
"aria-errormessage"?: string | undefined;
|
|
100
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
101
|
+
"aria-flowto"?: string | undefined;
|
|
102
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
103
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
104
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
105
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
106
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
107
|
+
"aria-label"?: string | undefined;
|
|
108
|
+
"aria-labelledby"?: string | undefined;
|
|
109
|
+
"aria-level"?: number | undefined;
|
|
110
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
111
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
112
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
113
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
114
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
115
|
+
"aria-owns"?: string | undefined;
|
|
116
|
+
"aria-placeholder"?: string | undefined;
|
|
117
|
+
"aria-posinset"?: number | undefined;
|
|
118
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
119
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
120
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
121
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
122
|
+
"aria-roledescription"?: string | undefined;
|
|
123
|
+
"aria-rowcount"?: number | undefined;
|
|
124
|
+
"aria-rowindex"?: number | undefined;
|
|
125
|
+
"aria-rowindextext"?: string | undefined;
|
|
126
|
+
"aria-rowspan"?: number | undefined;
|
|
127
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
128
|
+
"aria-setsize"?: number | undefined;
|
|
129
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
130
|
+
"aria-valuemax"?: number | undefined;
|
|
131
|
+
"aria-valuemin"?: number | undefined;
|
|
132
|
+
"aria-valuenow"?: number | undefined;
|
|
133
|
+
"aria-valuetext"?: string | undefined;
|
|
134
134
|
children?: import("react").ReactNode;
|
|
135
135
|
dangerouslySetInnerHTML?: {
|
|
136
136
|
__html: string | TrustedHTML;
|
package/dist/index.js
CHANGED
|
@@ -21976,7 +21976,7 @@ const Select = ({
|
|
|
21976
21976
|
isFunction$1(ref) ? ref(e) : null;
|
|
21977
21977
|
selectRef.current = e;
|
|
21978
21978
|
},
|
|
21979
|
-
placeholder: placeholder,
|
|
21979
|
+
"aria-placeholder": placeholder,
|
|
21980
21980
|
disabled: disabled,
|
|
21981
21981
|
...props,
|
|
21982
21982
|
onChange: e => {
|
|
@@ -23030,13 +23030,13 @@ const Textarea = /*#__PURE__*/React.forwardRef(({
|
|
|
23030
23030
|
onClick: focusInput,
|
|
23031
23031
|
validationStatus: validationStatus,
|
|
23032
23032
|
children: [/*#__PURE__*/jsxRuntimeExports.jsx(ReactTextareaAutosize__default.default, {
|
|
23033
|
+
minRows: 1,
|
|
23033
23034
|
...props,
|
|
23034
23035
|
ref: e => {
|
|
23035
23036
|
isFunction$1(ref) ? ref(e) : null;
|
|
23036
23037
|
inputRef.current = e;
|
|
23037
23038
|
},
|
|
23038
23039
|
disabled: disabled,
|
|
23039
|
-
minRows: 7,
|
|
23040
23040
|
onChange: handleChange
|
|
23041
23041
|
}), /*#__PURE__*/jsxRuntimeExports.jsxs(TextareaCount, {
|
|
23042
23042
|
children: [commaizeNumber(count), "\uC790"]
|
package/esm/core/Select/index.js
CHANGED
|
@@ -35,13 +35,13 @@ const Textarea = /*#__PURE__*/forwardRef(({
|
|
|
35
35
|
onClick: focusInput,
|
|
36
36
|
validationStatus: validationStatus,
|
|
37
37
|
children: [/*#__PURE__*/jsxRuntimeExports.jsx(ReactTextareaAutosize, {
|
|
38
|
+
minRows: 1,
|
|
38
39
|
...props,
|
|
39
40
|
ref: e => {
|
|
40
41
|
isFunction(ref) ? ref(e) : null;
|
|
41
42
|
inputRef.current = e;
|
|
42
43
|
},
|
|
43
44
|
disabled: disabled,
|
|
44
|
-
minRows: 7,
|
|
45
45
|
onChange: handleChange
|
|
46
46
|
}), /*#__PURE__*/jsxRuntimeExports.jsxs(TextareaCount, {
|
|
47
47
|
children: [commaizeNumber(count), "\uC790"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.46",
|
|
4
4
|
"description": "React components, hooks for create teamturing web application",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@floating-ui/react-dom": "^2.0.2",
|
|
57
57
|
"@primer/behaviors": "^1.3.6",
|
|
58
|
-
"@teamturing/icons": "^1.25.
|
|
58
|
+
"@teamturing/icons": "^1.25.1",
|
|
59
59
|
"@teamturing/token-studio": "^1.2.2",
|
|
60
60
|
"framer-motion": "^10.16.4",
|
|
61
61
|
"lodash.debounce": "^4.0.8",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"react-textarea-autosize": "^8.5.3",
|
|
66
66
|
"styled-system": "^5.1.5"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "1cd63d66b40289a82a276112e2b0c37f30b9c588"
|
|
69
69
|
}
|