@teamturing/react-kit 2.19.43 → 2.19.45
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 +1 -1
- package/dist/theme/index.d.ts +40 -40
- package/esm/core/Select/index.js +1 -1
- package/package.json +4 -4
|
@@ -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 => {
|
package/dist/theme/index.d.ts
CHANGED
|
@@ -127,46 +127,46 @@ declare const theme: {
|
|
|
127
127
|
'scale/green/7': "#169172";
|
|
128
128
|
'scale/green/8': "#117059";
|
|
129
129
|
'scale/green/9': "#0D5644";
|
|
130
|
-
'scale/pink/0':
|
|
131
|
-
'scale/pink/1':
|
|
132
|
-
'scale/pink/2':
|
|
133
|
-
'scale/pink/3':
|
|
134
|
-
'scale/pink/4':
|
|
135
|
-
'scale/pink/5':
|
|
136
|
-
'scale/pink/6':
|
|
137
|
-
'scale/pink/7':
|
|
138
|
-
'scale/pink/8':
|
|
139
|
-
'scale/pink/9':
|
|
140
|
-
'scale/skyblue/0':
|
|
141
|
-
'scale/skyblue/1':
|
|
142
|
-
'scale/skyblue/2':
|
|
143
|
-
'scale/skyblue/3':
|
|
144
|
-
'scale/skyblue/4':
|
|
145
|
-
'scale/skyblue/5':
|
|
146
|
-
'scale/skyblue/6':
|
|
147
|
-
'scale/skyblue/7':
|
|
148
|
-
'scale/skyblue/8':
|
|
149
|
-
'scale/skyblue/9':
|
|
150
|
-
'scale/red/0':
|
|
151
|
-
'scale/red/1':
|
|
152
|
-
'scale/red/2':
|
|
153
|
-
'scale/red/3':
|
|
154
|
-
'scale/red/4':
|
|
155
|
-
'scale/red/5':
|
|
156
|
-
'scale/red/6':
|
|
157
|
-
'scale/red/7':
|
|
158
|
-
'scale/red/8':
|
|
159
|
-
'scale/red/9':
|
|
160
|
-
'scale/yellow/0':
|
|
161
|
-
'scale/yellow/1':
|
|
162
|
-
'scale/yellow/2':
|
|
163
|
-
'scale/yellow/3':
|
|
164
|
-
'scale/yellow/4':
|
|
165
|
-
'scale/yellow/5':
|
|
166
|
-
'scale/yellow/6':
|
|
167
|
-
'scale/yellow/7':
|
|
168
|
-
'scale/yellow/8':
|
|
169
|
-
'scale/yellow/9':
|
|
130
|
+
'scale/pink/0': "#FCF2FD";
|
|
131
|
+
'scale/pink/1': "#F5D6F8";
|
|
132
|
+
'scale/pink/2': "#F0C2F4";
|
|
133
|
+
'scale/pink/3': "#E9A7EF";
|
|
134
|
+
'scale/pink/4': "#E595EC";
|
|
135
|
+
'scale/pink/5': "#DE7BE7";
|
|
136
|
+
'scale/pink/6': "#CA70D2";
|
|
137
|
+
'scale/pink/7': "#9E57A4";
|
|
138
|
+
'scale/pink/8': "#7A447F";
|
|
139
|
+
'scale/pink/9': "#5D3461";
|
|
140
|
+
'scale/skyblue/0': "#EFF9FD";
|
|
141
|
+
'scale/skyblue/1': "#CFEDF8";
|
|
142
|
+
'scale/skyblue/2': "#B7E4F5";
|
|
143
|
+
'scale/skyblue/3': "#96D8F1";
|
|
144
|
+
'scale/skyblue/4': "#82D1EE";
|
|
145
|
+
'scale/skyblue/5': "#63C5EA";
|
|
146
|
+
'scale/skyblue/6': "#5AB3D5";
|
|
147
|
+
'scale/skyblue/7': "#468CA6";
|
|
148
|
+
'scale/skyblue/8': "#366C81";
|
|
149
|
+
'scale/skyblue/9': "#2A5362";
|
|
150
|
+
'scale/red/0': "#632A2A";
|
|
151
|
+
'scale/red/1': "#823838";
|
|
152
|
+
'scale/red/2': "#A84848";
|
|
153
|
+
'scale/red/3': "#D75C5C";
|
|
154
|
+
'scale/red/4': "#EC6565";
|
|
155
|
+
'scale/red/5': "#F08484";
|
|
156
|
+
'scale/red/6': "#F29898";
|
|
157
|
+
'scale/red/7': "#F6B8B8";
|
|
158
|
+
'scale/red/8': "#F9CFCF";
|
|
159
|
+
'scale/red/9': "#FDF0F0";
|
|
160
|
+
'scale/yellow/0': "#675025";
|
|
161
|
+
'scale/yellow/1': "#876931";
|
|
162
|
+
'scale/yellow/2': "#AE883F";
|
|
163
|
+
'scale/yellow/3': "#DFAE51";
|
|
164
|
+
'scale/yellow/4': "#F5BF59";
|
|
165
|
+
'scale/yellow/5': "#F7CC7A";
|
|
166
|
+
'scale/yellow/6': "#F8D490";
|
|
167
|
+
'scale/yellow/7': "#FAE2B3";
|
|
168
|
+
'scale/yellow/8': "#FCEBCC";
|
|
169
|
+
'scale/yellow/9': "#FEF9EE";
|
|
170
170
|
dim: "#00000099";
|
|
171
171
|
link: "#4880ee";
|
|
172
172
|
'link/hovered': "#335ba9";
|
package/esm/core/Select/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.45",
|
|
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,8 +55,8 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@floating-ui/react-dom": "^2.0.2",
|
|
57
57
|
"@primer/behaviors": "^1.3.6",
|
|
58
|
-
"@teamturing/icons": "^1.25.
|
|
59
|
-
"@teamturing/token-studio": "^1.2.
|
|
58
|
+
"@teamturing/icons": "^1.25.1",
|
|
59
|
+
"@teamturing/token-studio": "^1.2.2",
|
|
60
60
|
"framer-motion": "^10.16.4",
|
|
61
61
|
"lodash.debounce": "^4.0.8",
|
|
62
62
|
"lodash.throttle": "^4.1.1",
|
|
@@ -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": "91794107b5ac4ddb9f97ef490294973b200891cf"
|
|
69
69
|
}
|