@yeongseoksong/framework 1.6.1 → 1.7.0

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.
@@ -1,1338 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as _mantine_core from '@mantine/core';
3
- import { MantineSize, TabsProps, TabsListProps, TabsPanelProps, TitleProps, TextProps, ButtonProps, BoxProps, TableProps, ModalProps, ThemeIconProps, ContainerProps, BadgeProps, TextInputProps, PasswordInputProps, TextareaProps, JsonInputProps, NumberInputProps, SliderProps, InputWrapperProps, RatingProps, PinInputProps, SelectProps, NativeSelectProps, MultiSelectProps, AutocompleteProps, TagsInputProps, RadioGroupProps, SegmentedControlProps, CheckboxProps, SwitchProps, FileInputProps, ColorInputProps, SkeletonProps, AnchorProps, StackProps, StyleProp, MantineColor, SimpleGridProps, CardProps as CardProps$1, MantineThemeOverride, MantineColorScheme, MantineColorsTuple } from '@mantine/core';
4
- import React$1, { ReactNode, ComponentPropsWithoutRef, AnchorHTMLAttributes } from 'react';
5
- import * as _mantine_core_lib_components_Modal_ModalCloseButton from '@mantine/core/lib/components/Modal/ModalCloseButton';
6
- import * as _mantine_core_lib_components_Modal_ModalBody from '@mantine/core/lib/components/Modal/ModalBody';
7
- import * as _mantine_core_lib_components_Modal_ModalTitle from '@mantine/core/lib/components/Modal/ModalTitle';
8
- import * as _mantine_core_lib_components_Modal_ModalHeader from '@mantine/core/lib/components/Modal/ModalHeader';
9
- import { DateInputProps, DatePickerInputProps, TimeInputProps } from '@mantine/dates';
10
- import { NotificationData, NotificationsProps } from '@mantine/notifications';
11
-
12
- interface LogoProps {
13
- size?: MantineSize;
14
- }
15
- declare function Logo(_props: LogoProps): react_jsx_runtime.JSX.Element;
16
-
17
- type SdTabsRootProps = TabsProps & {
18
- syncHash?: boolean;
19
- };
20
- declare function SdPanel({ children, ...props }: TabsPanelProps): react_jsx_runtime.JSX.Element;
21
- declare const SdTabs: {
22
- Pills: {
23
- ({ syncHash, value, onChange, ...props }: SdTabsRootProps): react_jsx_runtime.JSX.Element;
24
- List: _mantine_core.MantineComponent<{
25
- props: TabsListProps;
26
- ref: HTMLDivElement;
27
- stylesNames: _mantine_core.TabsListStylesNames;
28
- compound: true;
29
- }>;
30
- Tab: _mantine_core.MantineComponent<{
31
- props: _mantine_core.TabsTabProps;
32
- ref: HTMLButtonElement;
33
- stylesNames: _mantine_core.TabsTabStylesNames;
34
- compound: true;
35
- }>;
36
- Panel: typeof SdPanel;
37
- };
38
- Underline: {
39
- ({ syncHash, value, onChange, ...props }: SdTabsRootProps): react_jsx_runtime.JSX.Element;
40
- List: _mantine_core.MantineComponent<{
41
- props: TabsListProps;
42
- ref: HTMLDivElement;
43
- stylesNames: _mantine_core.TabsListStylesNames;
44
- compound: true;
45
- }>;
46
- Tab: _mantine_core.MantineComponent<{
47
- props: _mantine_core.TabsTabProps;
48
- ref: HTMLButtonElement;
49
- stylesNames: _mantine_core.TabsTabStylesNames;
50
- compound: true;
51
- }>;
52
- Panel: typeof SdPanel;
53
- };
54
- Outline: {
55
- ({ syncHash, value, onChange, ...props }: SdTabsRootProps): react_jsx_runtime.JSX.Element;
56
- List: _mantine_core.MantineComponent<{
57
- props: TabsListProps;
58
- ref: HTMLDivElement;
59
- stylesNames: _mantine_core.TabsListStylesNames;
60
- compound: true;
61
- }>;
62
- Tab: _mantine_core.MantineComponent<{
63
- props: _mantine_core.TabsTabProps;
64
- ref: HTMLButtonElement;
65
- stylesNames: _mantine_core.TabsTabStylesNames;
66
- compound: true;
67
- }>;
68
- Panel: typeof SdPanel;
69
- };
70
- };
71
- declare const SdTabsPills: {
72
- ({ syncHash, value, onChange, ...props }: SdTabsRootProps): react_jsx_runtime.JSX.Element;
73
- List: _mantine_core.MantineComponent<{
74
- props: TabsListProps;
75
- ref: HTMLDivElement;
76
- stylesNames: _mantine_core.TabsListStylesNames;
77
- compound: true;
78
- }>;
79
- Tab: _mantine_core.MantineComponent<{
80
- props: _mantine_core.TabsTabProps;
81
- ref: HTMLButtonElement;
82
- stylesNames: _mantine_core.TabsTabStylesNames;
83
- compound: true;
84
- }>;
85
- Panel: typeof SdPanel;
86
- };
87
- declare const SdTabsUnderline: {
88
- ({ syncHash, value, onChange, ...props }: SdTabsRootProps): react_jsx_runtime.JSX.Element;
89
- List: _mantine_core.MantineComponent<{
90
- props: TabsListProps;
91
- ref: HTMLDivElement;
92
- stylesNames: _mantine_core.TabsListStylesNames;
93
- compound: true;
94
- }>;
95
- Tab: _mantine_core.MantineComponent<{
96
- props: _mantine_core.TabsTabProps;
97
- ref: HTMLButtonElement;
98
- stylesNames: _mantine_core.TabsTabStylesNames;
99
- compound: true;
100
- }>;
101
- Panel: typeof SdPanel;
102
- };
103
- declare const SdTabsOutline: {
104
- ({ syncHash, value, onChange, ...props }: SdTabsRootProps): react_jsx_runtime.JSX.Element;
105
- List: _mantine_core.MantineComponent<{
106
- props: TabsListProps;
107
- ref: HTMLDivElement;
108
- stylesNames: _mantine_core.TabsListStylesNames;
109
- compound: true;
110
- }>;
111
- Tab: _mantine_core.MantineComponent<{
112
- props: _mantine_core.TabsTabProps;
113
- ref: HTMLButtonElement;
114
- stylesNames: _mantine_core.TabsTabStylesNames;
115
- compound: true;
116
- }>;
117
- Panel: typeof SdPanel;
118
- };
119
-
120
- type Props$4 = TitleProps & {
121
- children?: ReactNode;
122
- };
123
- declare const SdTitle: {
124
- /** 히어로 대제목 — h1, clamp 폰트 */
125
- Display: ({ children, ...props }: Props$4) => react_jsx_runtime.JSX.Element;
126
- /** 섹션 제목 */
127
- Section: ({ children, ...props }: Props$4) => react_jsx_runtime.JSX.Element;
128
- /** 카드·모달 제목 — */
129
- Card: ({ children, ...props }: Props$4) => react_jsx_runtime.JSX.Element;
130
- /** 소제목 */
131
- Sub: ({ children, ...props }: Props$4) => react_jsx_runtime.JSX.Element;
132
- };
133
- declare const SdTitleDisplay: ({ children, ...props }: Props$4) => react_jsx_runtime.JSX.Element;
134
- declare const SdTitleSection: ({ children, ...props }: Props$4) => react_jsx_runtime.JSX.Element;
135
- declare const SdTitleCard: ({ children, ...props }: Props$4) => react_jsx_runtime.JSX.Element;
136
- declare const SdTitleSub: ({ children, ...props }: Props$4) => react_jsx_runtime.JSX.Element;
137
-
138
- type Props$3 = TextProps & {
139
- children?: ReactNode;
140
- };
141
- declare const SdText: {
142
- Strong: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
143
- Body: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
144
- Sub: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
145
- Eyebrow: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
146
- Error: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
147
- Hint: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
148
- Numeric: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
149
- };
150
- declare const SdTextStrong: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
151
- declare const SdTextBody: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
152
- declare const SdTextSub: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
153
- declare const SdTextEyebrow: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
154
- declare const SdTextError: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
155
- declare const SdTextHint: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
156
- declare const SdTextNumeric: ({ children, ...props }: Props$3) => react_jsx_runtime.JSX.Element;
157
-
158
- type Props$2 = ButtonProps & ComponentPropsWithoutRef<'button'> & {
159
- children?: ReactNode;
160
- };
161
- declare const SdButton: {
162
- /** 주요 액션 — filled primary */
163
- Primary: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
164
- /** 보조 액션 — white bg + slate text */
165
- Secondary: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
166
- /** 보조 액션 — outline */
167
- Outline: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
168
- /** 텍스트 수준 — subtle */
169
- Ghost: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
170
- /** 다크 배경 위 — white */
171
- White: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
172
- /** 전송 — filled primary + 종이비행기 아이콘, 기본 라벨 "전송" */
173
- Submit: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
174
- /** 삭제 — filled red + 휴지통 아이콘, 기본 라벨 "삭제" */
175
- Delete: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
176
- /** 취소 — outline slate + X 아이콘, 기본 라벨 "취소" */
177
- Cancel: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
178
- /** 엑셀 — outline green + 스프레드시트 아이콘, 기본 라벨 "엑셀" */
179
- Excel: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
180
- /** 다운로드 — light primary + 다운로드 아이콘, 기본 라벨 "다운로드" */
181
- Download: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
182
- };
183
- declare const SdButtonPrimary: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
184
- declare const SdButtonSecondary: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
185
- declare const SdButtonOutline: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
186
- declare const SdButtonGhost: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
187
- declare const SdButtonWhite: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
188
- declare const SdButtonSubmit: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
189
- declare const SdButtonDelete: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
190
- declare const SdButtonCancel: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
191
- declare const SdButtonExcel: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
192
- declare const SdButtonDownload: ({ children, ...props }: Props$2) => react_jsx_runtime.JSX.Element;
193
-
194
- interface SdQuoteProps extends BoxProps {
195
- lines: string[];
196
- name?: string;
197
- role?: string;
198
- }
199
- declare function Plain$1({ lines, name, role, ...boxProps }: SdQuoteProps): react_jsx_runtime.JSX.Element;
200
- declare function CardQuote({ lines, name, role, ...boxProps }: SdQuoteProps): react_jsx_runtime.JSX.Element;
201
- declare const SdQuote: {
202
- Plain: typeof Plain$1;
203
- Card: typeof CardQuote;
204
- };
205
- declare const SdQuotePlain: typeof Plain$1;
206
- declare const SdQuoteCard: typeof CardQuote;
207
-
208
- declare const SdTable: {
209
- (props: TableProps): react_jsx_runtime.JSX.Element;
210
- Thead: _mantine_core.MantineComponent<{
211
- props: _mantine_core.TableTheadProps;
212
- ref: HTMLTableSectionElement;
213
- stylesNames: "thead";
214
- compound: true;
215
- }>;
216
- Tbody: _mantine_core.MantineComponent<{
217
- props: _mantine_core.TableTbodyProps;
218
- ref: HTMLTableSectionElement;
219
- stylesNames: "tbody";
220
- compound: true;
221
- }>;
222
- Tr: _mantine_core.MantineComponent<{
223
- props: _mantine_core.TableTrProps;
224
- ref: HTMLTableRowElement;
225
- stylesNames: "tr";
226
- compound: true;
227
- }>;
228
- Th: _mantine_core.MantineComponent<{
229
- props: _mantine_core.TableThProps;
230
- ref: HTMLTableCellElement;
231
- stylesNames: "th";
232
- compound: true;
233
- }>;
234
- Td: _mantine_core.MantineComponent<{
235
- props: _mantine_core.TableTdProps;
236
- ref: HTMLTableCellElement;
237
- stylesNames: "td";
238
- compound: true;
239
- }>;
240
- Caption: _mantine_core.MantineComponent<{
241
- props: _mantine_core.TableCaptionProps;
242
- ref: HTMLTableCaptionElement;
243
- stylesNames: "caption";
244
- compound: true;
245
- }>;
246
- } & {
247
- Spec: {
248
- (props: TableProps): react_jsx_runtime.JSX.Element;
249
- Thead: _mantine_core.MantineComponent<{
250
- props: _mantine_core.TableTheadProps;
251
- ref: HTMLTableSectionElement;
252
- stylesNames: "thead";
253
- compound: true;
254
- }>;
255
- Tbody: _mantine_core.MantineComponent<{
256
- props: _mantine_core.TableTbodyProps;
257
- ref: HTMLTableSectionElement;
258
- stylesNames: "tbody";
259
- compound: true;
260
- }>;
261
- Tr: _mantine_core.MantineComponent<{
262
- props: _mantine_core.TableTrProps;
263
- ref: HTMLTableRowElement;
264
- stylesNames: "tr";
265
- compound: true;
266
- }>;
267
- Th: _mantine_core.MantineComponent<{
268
- props: _mantine_core.TableThProps;
269
- ref: HTMLTableCellElement;
270
- stylesNames: "th";
271
- compound: true;
272
- }>;
273
- Td: _mantine_core.MantineComponent<{
274
- props: _mantine_core.TableTdProps;
275
- ref: HTMLTableCellElement;
276
- stylesNames: "td";
277
- compound: true;
278
- }>;
279
- Caption: _mantine_core.MantineComponent<{
280
- props: _mantine_core.TableCaptionProps;
281
- ref: HTMLTableCaptionElement;
282
- stylesNames: "caption";
283
- compound: true;
284
- }>;
285
- };
286
- };
287
- declare const SdTableSpec: {
288
- (props: TableProps): react_jsx_runtime.JSX.Element;
289
- Thead: _mantine_core.MantineComponent<{
290
- props: _mantine_core.TableTheadProps;
291
- ref: HTMLTableSectionElement;
292
- stylesNames: "thead";
293
- compound: true;
294
- }>;
295
- Tbody: _mantine_core.MantineComponent<{
296
- props: _mantine_core.TableTbodyProps;
297
- ref: HTMLTableSectionElement;
298
- stylesNames: "tbody";
299
- compound: true;
300
- }>;
301
- Tr: _mantine_core.MantineComponent<{
302
- props: _mantine_core.TableTrProps;
303
- ref: HTMLTableRowElement;
304
- stylesNames: "tr";
305
- compound: true;
306
- }>;
307
- Th: _mantine_core.MantineComponent<{
308
- props: _mantine_core.TableThProps;
309
- ref: HTMLTableCellElement;
310
- stylesNames: "th";
311
- compound: true;
312
- }>;
313
- Td: _mantine_core.MantineComponent<{
314
- props: _mantine_core.TableTdProps;
315
- ref: HTMLTableCellElement;
316
- stylesNames: "td";
317
- compound: true;
318
- }>;
319
- Caption: _mantine_core.MantineComponent<{
320
- props: _mantine_core.TableCaptionProps;
321
- ref: HTMLTableCaptionElement;
322
- stylesNames: "caption";
323
- compound: true;
324
- }>;
325
- };
326
-
327
- declare const SdModal: {
328
- (props: ModalProps): react_jsx_runtime.JSX.Element;
329
- Header: _mantine_core.MantineComponent<{
330
- props: _mantine_core.ModalHeaderProps;
331
- ref: HTMLElement;
332
- stylesNames: _mantine_core_lib_components_Modal_ModalHeader.ModalHeaderStylesNames;
333
- compound: true;
334
- }>;
335
- Title: _mantine_core.MantineComponent<{
336
- props: _mantine_core.ModalTitleProps;
337
- ref: HTMLHeadingElement;
338
- stylesNames: _mantine_core_lib_components_Modal_ModalTitle.ModalTitleStylesNames;
339
- compound: true;
340
- }>;
341
- Body: _mantine_core.MantineComponent<{
342
- props: _mantine_core.ModalBodyProps;
343
- ref: HTMLDivElement;
344
- stylesNames: _mantine_core_lib_components_Modal_ModalBody.ModalBodyStylesNames;
345
- compound: true;
346
- }>;
347
- CloseButton: _mantine_core.MantineComponent<{
348
- props: _mantine_core.ModalCloseButtonProps;
349
- ref: HTMLButtonElement;
350
- stylesNames: _mantine_core_lib_components_Modal_ModalCloseButton.ModalCloseButtonStylesNames;
351
- compound: true;
352
- }>;
353
- };
354
-
355
- interface SdNumberIconProps extends Omit<ThemeIconProps, 'children'> {
356
- value: string;
357
- }
358
- declare function SdNumberIcon({ value, size, radius, color, ...props }: SdNumberIconProps): react_jsx_runtime.JSX.Element;
359
-
360
- declare function SdContainer({ children, ...props }: ContainerProps): react_jsx_runtime.JSX.Element;
361
-
362
- type Props$1 = BadgeProps & {
363
- children?: ReactNode;
364
- };
365
- declare const SdBadge: {
366
- /** 기본 — outline slate */
367
- Default: ({ children, ...props }: Props$1) => react_jsx_runtime.JSX.Element;
368
- /** 브랜드 강조 — light primary */
369
- Primary: ({ children, ...props }: Props$1) => react_jsx_runtime.JSX.Element;
370
- /** 성공/완료 */
371
- Success: ({ children, ...props }: Props$1) => react_jsx_runtime.JSX.Element;
372
- /** 주의/경고 */
373
- Warning: ({ children, ...props }: Props$1) => react_jsx_runtime.JSX.Element;
374
- };
375
- declare const SdBadgeDefault: ({ children, ...props }: Props$1) => react_jsx_runtime.JSX.Element;
376
- declare const SdBadgePrimary: ({ children, ...props }: Props$1) => react_jsx_runtime.JSX.Element;
377
- declare const SdBadgeSuccess: ({ children, ...props }: Props$1) => react_jsx_runtime.JSX.Element;
378
- declare const SdBadgeWarning: ({ children, ...props }: Props$1) => react_jsx_runtime.JSX.Element;
379
-
380
- /** Input.Wrapper가 대신 받아 주는 필드들. */
381
- type WrapperFields = Pick<InputWrapperProps, 'label' | 'description' | 'error' | 'required' | 'withAsterisk'>;
382
- /** 라디오는 그룹 단위로 쓰인다 — 항목을 `data`로 받아 Select류와 호출부를 맞춘다. */
383
- interface SdRadioProps extends Omit<RadioGroupProps, 'children'> {
384
- data: {
385
- value: string;
386
- label: ReactNode;
387
- disabled?: boolean;
388
- }[];
389
- orientation?: 'horizontal' | 'vertical';
390
- }
391
- declare function SdInputRadio({ data, orientation, ...props }: SdRadioProps): react_jsx_runtime.JSX.Element;
392
- declare const SdInput: {
393
- /** 일반 텍스트 — 이름, 회사명 등 */
394
- Text: (props: TextInputProps) => react_jsx_runtime.JSX.Element;
395
- /** 이메일 입력 */
396
- Email: (props: TextInputProps) => react_jsx_runtime.JSX.Element;
397
- /** 비밀번호 입력 — 마스킹 토글 포함 */
398
- Password: (props: PasswordInputProps) => react_jsx_runtime.JSX.Element;
399
- /** 멀티라인 텍스트 — 문의 메시지 등 */
400
- Textarea: (props: TextareaProps) => react_jsx_runtime.JSX.Element;
401
- /** JSON 입력 — 포맷·검증 버튼 포함 */
402
- Json: (props: JsonInputProps) => react_jsx_runtime.JSX.Element;
403
- /** 숫자 입력 — 증감 컨트롤 포함 */
404
- Number: (props: NumberInputProps<number>) => react_jsx_runtime.JSX.Element;
405
- /** 범위 선택 슬라이더 */
406
- Slider: ({ label, description, error, required, withAsterisk, ...rest }: Omit<SliderProps, "label" | "error" | "description" | "required" | "withAsterisk"> & WrapperFields) => react_jsx_runtime.JSX.Element;
407
- /** 별점 */
408
- Rating: ({ label, description, error, required, withAsterisk, ...rest }: Omit<RatingProps, "label" | "error" | "description" | "required" | "withAsterisk"> & WrapperFields) => react_jsx_runtime.JSX.Element;
409
- /** 인증번호 등 자리수가 고정된 코드 */
410
- PinCode: ({ label, description, error, required, withAsterisk, ...rest }: Omit<PinInputProps, "label" | "error" | "description" | "required" | "withAsterisk"> & WrapperFields) => react_jsx_runtime.JSX.Element;
411
- /** 드롭다운 선택 */
412
- Select: (props: SelectProps<string>) => react_jsx_runtime.JSX.Element;
413
- /** 브라우저 기본 select — 모바일·간단한 목록 */
414
- NativeSelect: (props: NativeSelectProps) => react_jsx_runtime.JSX.Element;
415
- /** 다중 선택 */
416
- MultiSelect: (props: MultiSelectProps<string>) => react_jsx_runtime.JSX.Element;
417
- /** 입력하며 후보를 좁히는 자동완성(자유 입력 허용) */
418
- Autocomplete: (props: AutocompleteProps) => react_jsx_runtime.JSX.Element;
419
- /** 자유롭게 추가하는 태그 목록 */
420
- Tags: (props: TagsInputProps) => react_jsx_runtime.JSX.Element;
421
- /** 라디오 그룹 — data로 항목을 넘긴다 */
422
- Radio: typeof SdInputRadio;
423
- /** 두세 개 중 하나 — 탭처럼 보이는 선택 */
424
- Segmented: ({ label, description, error, required, withAsterisk, ...rest }: Omit<SegmentedControlProps<string>, "label" | "error" | "description" | "required" | "withAsterisk"> & WrapperFields) => react_jsx_runtime.JSX.Element;
425
- /** 체크박스 — getInputProps(name, { type: 'checkbox' }) */
426
- Checkbox: (props: CheckboxProps) => react_jsx_runtime.JSX.Element;
427
- /** 스위치 — 즉시 반영되는 on/off */
428
- Switch: (props: SwitchProps) => react_jsx_runtime.JSX.Element;
429
- /** 파일 선택 */
430
- File: (props: FileInputProps<false>) => react_jsx_runtime.JSX.Element;
431
- /** 색상 선택 */
432
- Color: (props: ColorInputProps) => react_jsx_runtime.JSX.Element;
433
- /** 날짜 — 직접 입력 + 달력 팝오버. 값은 'YYYY-MM-DD' 문자열 */
434
- Date: (props: DateInputProps) => react_jsx_runtime.JSX.Element;
435
- /** 기간 — 시작·종료 두 날짜 */
436
- DateRange: (props: DatePickerInputProps<"range">) => react_jsx_runtime.JSX.Element;
437
- /** 시각 */
438
- Time: (props: TimeInputProps) => react_jsx_runtime.JSX.Element;
439
- };
440
- declare const SdInputText: (props: TextInputProps) => react_jsx_runtime.JSX.Element;
441
- declare const SdInputEmail: (props: TextInputProps) => react_jsx_runtime.JSX.Element;
442
- declare const SdInputPassword: (props: PasswordInputProps) => react_jsx_runtime.JSX.Element;
443
- declare const SdInputTextarea: (props: TextareaProps) => react_jsx_runtime.JSX.Element;
444
- declare const SdInputJson: (props: JsonInputProps) => react_jsx_runtime.JSX.Element;
445
- declare const SdInputNumber: (props: NumberInputProps<number>) => react_jsx_runtime.JSX.Element;
446
- declare const SdInputSlider: ({ label, description, error, required, withAsterisk, ...rest }: Omit<SliderProps, "label" | "error" | "description" | "required" | "withAsterisk"> & WrapperFields) => react_jsx_runtime.JSX.Element;
447
- declare const SdInputRating: ({ label, description, error, required, withAsterisk, ...rest }: Omit<RatingProps, "label" | "error" | "description" | "required" | "withAsterisk"> & WrapperFields) => react_jsx_runtime.JSX.Element;
448
- declare const SdInputPinCode: ({ label, description, error, required, withAsterisk, ...rest }: Omit<PinInputProps, "label" | "error" | "description" | "required" | "withAsterisk"> & WrapperFields) => react_jsx_runtime.JSX.Element;
449
- declare const SdInputSelect: (props: SelectProps<string>) => react_jsx_runtime.JSX.Element;
450
- declare const SdInputNativeSelect: (props: NativeSelectProps) => react_jsx_runtime.JSX.Element;
451
- declare const SdInputMultiSelect: (props: MultiSelectProps<string>) => react_jsx_runtime.JSX.Element;
452
- declare const SdInputAutocomplete: (props: AutocompleteProps) => react_jsx_runtime.JSX.Element;
453
- declare const SdInputTags: (props: TagsInputProps) => react_jsx_runtime.JSX.Element;
454
- declare const SdInputRadioGroup: typeof SdInputRadio;
455
- declare const SdInputSegmented: ({ label, description, error, required, withAsterisk, ...rest }: Omit<SegmentedControlProps<string>, "label" | "error" | "description" | "required" | "withAsterisk"> & WrapperFields) => react_jsx_runtime.JSX.Element;
456
- declare const SdInputCheckbox: (props: CheckboxProps) => react_jsx_runtime.JSX.Element;
457
- declare const SdInputSwitch: (props: SwitchProps) => react_jsx_runtime.JSX.Element;
458
- declare const SdInputFile: (props: FileInputProps<false>) => react_jsx_runtime.JSX.Element;
459
- declare const SdInputColor: (props: ColorInputProps) => react_jsx_runtime.JSX.Element;
460
- declare const SdInputDate: (props: DateInputProps) => react_jsx_runtime.JSX.Element;
461
- declare const SdInputDateRange: (props: DatePickerInputProps<"range">) => react_jsx_runtime.JSX.Element;
462
- declare const SdInputTime: (props: TimeInputProps) => react_jsx_runtime.JSX.Element;
463
-
464
- declare function SkeletonText({ width, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
465
- declare function SkeletonTitle({ width, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
466
- declare function SkeletonImage({ height, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
467
- declare function SkeletonAvatar({ size, ...props }: SkeletonProps & {
468
- size?: number;
469
- }): react_jsx_runtime.JSX.Element;
470
- interface CardProps {
471
- /** Card height (px). Omit to let content determine height. */
472
- height?: number;
473
- /** Number of body text lines. Defaults to 3. */
474
- lines?: number;
475
- }
476
- declare function SkeletonCard({ height, lines }: CardProps): react_jsx_runtime.JSX.Element;
477
- declare const SdSkeleton: {
478
- Card: typeof SkeletonCard;
479
- Text: typeof SkeletonText;
480
- Title: typeof SkeletonTitle;
481
- Image: typeof SkeletonImage;
482
- Avatar: typeof SkeletonAvatar;
483
- };
484
- declare const SdSkeletonCard: typeof SkeletonCard;
485
- declare const SdSkeletonText: typeof SkeletonText;
486
- declare const SdSkeletonTitle: typeof SkeletonTitle;
487
- declare const SdSkeletonImage: typeof SkeletonImage;
488
- declare const SdSkeletonAvatar: typeof SkeletonAvatar;
489
-
490
- type Props = AnchorProps & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'color' | 'style'> & {
491
- children?: ReactNode;
492
- };
493
- declare const SdLink: {
494
- /** 최상위 강조 — 눈에 띄어야 하는 단일 링크 */
495
- Strong: ({ children, onMouseEnter, onMouseLeave, ...props }: Props) => react_jsx_runtime.JSX.Element;
496
- /** 기본 — 본문·네비게이션 수준의 일반 링크 */
497
- Body: ({ children, onMouseEnter, onMouseLeave, ...props }: Props) => react_jsx_runtime.JSX.Element;
498
- /** 보조 — 연락처·정책 등 부가 정보 */
499
- Sub: ({ children, onMouseEnter, onMouseLeave, ...props }: Props) => react_jsx_runtime.JSX.Element;
500
- /** 최소 강조 — 링크 목록처럼 밀도가 높고 톤을 낮춰야 하는 곳 */
501
- Hint: ({ children, onMouseEnter, onMouseLeave, ...props }: Props) => react_jsx_runtime.JSX.Element;
502
- };
503
- declare const SdLinkStrong: ({ children, onMouseEnter, onMouseLeave, ...props }: Props) => react_jsx_runtime.JSX.Element;
504
- declare const SdLinkBody: ({ children, onMouseEnter, onMouseLeave, ...props }: Props) => react_jsx_runtime.JSX.Element;
505
- declare const SdLinkSub: ({ children, onMouseEnter, onMouseLeave, ...props }: Props) => react_jsx_runtime.JSX.Element;
506
- declare const SdLinkHint: ({ children, onMouseEnter, onMouseLeave, ...props }: Props) => react_jsx_runtime.JSX.Element;
507
-
508
- /**
509
- * 변형별 색·아이콘·기본 제목. 토스트의 유일한 출처다.
510
- *
511
- * `SdToast.Update`가 같은 맵을 읽어 이미 떠 있는 알림을 다른 변형으로 바꾸므로,
512
- * 톤을 고치려면 여기만 고치면 된다.
513
- */
514
- declare const toastStyles: {
515
- /** 성공 — 저장·전송 완료 */
516
- Success: {
517
- color: "green";
518
- icon: react_jsx_runtime.JSX.Element;
519
- title: string;
520
- };
521
- /** 실패 — 요청 오류·검증 실패 */
522
- Error: {
523
- color: "red";
524
- icon: react_jsx_runtime.JSX.Element;
525
- title: string;
526
- };
527
- /** 주의 — 되돌릴 수 없는 동작 안내 등 */
528
- Warning: {
529
- color: "amber";
530
- icon: react_jsx_runtime.JSX.Element;
531
- title: string;
532
- };
533
- /** 안내 — 중립 정보 */
534
- Info: {
535
- color: "primary";
536
- icon: react_jsx_runtime.JSX.Element;
537
- title: string;
538
- };
539
- /** 진행 중 — 스피너 + 자동 닫힘 없음. Update로 결과 변형으로 바꾼다. */
540
- Loading: {
541
- loading: true;
542
- autoClose: false;
543
- withCloseButton: false;
544
- title: string;
545
- };
546
- };
547
- type ToastVariant = keyof typeof toastStyles;
548
- declare const SdToast: {
549
- Success: (message: ReactNode, options?: Partial<NotificationData>) => string;
550
- Error: (message: ReactNode, options?: Partial<NotificationData>) => string;
551
- Warning: (message: ReactNode, options?: Partial<NotificationData>) => string;
552
- Info: (message: ReactNode, options?: Partial<NotificationData>) => string;
553
- Loading: (message: ReactNode, options?: Partial<NotificationData>) => string;
554
- /**
555
- * 이미 떠 있는 알림을 다른 변형으로 교체한다 — `Loading` → `Success`/`Error` 전환용.
556
- * `loading: false`·`autoClose`를 먼저 깔아 두므로 스피너가 그대로 남지 않는다.
557
- */
558
- Update: (id: string, variant: ToastVariant, message: ReactNode, options?: Partial<NotificationData>) => string | undefined;
559
- /** 특정 알림 닫기 */
560
- Hide: (id: string) => string;
561
- /** 떠 있는 알림 전부 닫기 */
562
- Clean: () => void;
563
- };
564
- /**
565
- * 토스트가 실제로 렌더되는 곳. `MantineProvider` 안에 **한 번** 놓는다.
566
- * 이게 없으면 `SdToast.*` 호출은 조용히 아무 일도 하지 않는다.
567
- * 소비자 앱에서 `@mantine/notifications/styles.css` 임포트도 필요하다.
568
- */
569
- declare function SdToastProvider(props: NotificationsProps): react_jsx_runtime.JSX.Element;
570
- declare const SdToastSuccess: (message: ReactNode, options?: Partial<NotificationData>) => string;
571
- declare const SdToastError: (message: ReactNode, options?: Partial<NotificationData>) => string;
572
- declare const SdToastWarning: (message: ReactNode, options?: Partial<NotificationData>) => string;
573
- declare const SdToastInfo: (message: ReactNode, options?: Partial<NotificationData>) => string;
574
- declare const SdToastLoading: (message: ReactNode, options?: Partial<NotificationData>) => string;
575
- declare const SdToastUpdate: (id: string, variant: ToastVariant, message: ReactNode, options?: Partial<NotificationData>) => string | undefined;
576
- declare const SdToastHide: (id: string) => string;
577
- declare const SdToastClean: () => void;
578
-
579
- type TitleVariant = 'Display' | 'Section' | 'Card' | 'Sub';
580
- type ColorVariant = StyleProp<MantineColor> | undefined;
581
- interface TextBoxProps extends Omit<StackProps, 'title' | 'color'> {
582
- label?: ReactNode;
583
- title: ReactNode;
584
- description: ReactNode;
585
- titleVariant?: TitleVariant;
586
- maxDescWidth?: number;
587
- color?: ColorVariant;
588
- }
589
- declare const SdTextBox: {
590
- Hero: ({ label, title, description, titleVariant: variantOverride, maxDescWidth, children, color, ...stackProps }: TextBoxProps) => react_jsx_runtime.JSX.Element;
591
- Section: ({ label, title, description, titleVariant: variantOverride, maxDescWidth, children, color, ...stackProps }: TextBoxProps) => react_jsx_runtime.JSX.Element;
592
- Card: ({ label, title, description, titleVariant: variantOverride, maxDescWidth, children, color, ...stackProps }: TextBoxProps) => react_jsx_runtime.JSX.Element;
593
- Sub: ({ label, title, description, titleVariant: variantOverride, maxDescWidth, children, color, ...stackProps }: TextBoxProps) => react_jsx_runtime.JSX.Element;
594
- };
595
- declare const SdTextBoxHero: ({ label, title, description, titleVariant: variantOverride, maxDescWidth, children, color, ...stackProps }: TextBoxProps) => react_jsx_runtime.JSX.Element;
596
- declare const SdTextBoxSection: ({ label, title, description, titleVariant: variantOverride, maxDescWidth, children, color, ...stackProps }: TextBoxProps) => react_jsx_runtime.JSX.Element;
597
- declare const SdTextBoxCard: ({ label, title, description, titleVariant: variantOverride, maxDescWidth, children, color, ...stackProps }: TextBoxProps) => react_jsx_runtime.JSX.Element;
598
- declare const SdTextBoxSub: ({ label, title, description, titleVariant: variantOverride, maxDescWidth, children, color, ...stackProps }: TextBoxProps) => react_jsx_runtime.JSX.Element;
599
-
600
- interface CommonInfo {
601
- id: number;
602
- order: number;
603
- isShow: boolean;
604
- createdAt?: Date;
605
- updatedAt?: Date;
606
- }
607
- interface NavItem extends CommonInfo {
608
- label: string;
609
- href?: string;
610
- highlight?: boolean;
611
- parentId?: number;
612
- }
613
- interface HeroCta {
614
- label: string;
615
- href: string;
616
- variant?: 'primary' | 'secondary' | 'outline' | 'white';
617
- icon: boolean;
618
- }
619
- interface HeroSlide extends CommonInfo {
620
- image: string;
621
- title: ReactNode;
622
- description: string;
623
- ctas?: HeroCta[];
624
- }
625
- interface FeatureItem extends CommonInfo {
626
- icon?: ReactNode;
627
- label?: string;
628
- title: ReactNode;
629
- description?: ReactNode;
630
- }
631
- interface CompanyAddress {
632
- label: string;
633
- address: string;
634
- order: number;
635
- embbedUrl?: string;
636
- }
637
- type SocialPlatform = 'x' | 'youtube' | 'instagram' | 'facebook' | 'linkedin' | 'github' | 'blog';
638
- interface SocialItem {
639
- platform: SocialPlatform;
640
- url: string;
641
- label?: string;
642
- }
643
- interface CompanyInfo {
644
- name: string;
645
- registrationNumber: string;
646
- addresses: CompanyAddress[];
647
- tel: string;
648
- fax?: string;
649
- email: string;
650
- copyrightYear: number;
651
- socials?: SocialItem[];
652
- }
653
- interface TimelineEvent extends CommonInfo {
654
- year: number;
655
- month: number;
656
- title?: string;
657
- description: string;
658
- }
659
- interface StepItem {
660
- title: string;
661
- description?: string;
662
- }
663
- interface TestimonialItem {
664
- lines: string[];
665
- name: string;
666
- role: string;
667
- company?: string;
668
- rating?: number;
669
- avatar?: string;
670
- }
671
- interface PricingFeature {
672
- text: string;
673
- included: boolean;
674
- }
675
- interface PricingItem {
676
- name: string;
677
- price: string;
678
- period?: string;
679
- description?: string;
680
- features: PricingFeature[];
681
- ctaLabel?: string;
682
- isPopular?: boolean;
683
- }
684
- interface FaqItem {
685
- question: string;
686
- answer: string;
687
- }
688
- interface ClientItem {
689
- name: string;
690
- url: string;
691
- logo: string;
692
- }
693
- interface SolutionItem extends CommonInfo {
694
- category: string;
695
- title: ReactNode;
696
- description: string;
697
- href?: string;
698
- ctaLabel?: string;
699
- icon?: ReactNode;
700
- }
701
-
702
- interface SdFeaturesProps {
703
- items: FeatureItem[];
704
- cols?: SimpleGridProps['cols'];
705
- }
706
- declare function SdFeatures({ items, cols }: SdFeaturesProps): react_jsx_runtime.JSX.Element;
707
-
708
- interface SdTimelineProps {
709
- items: TimelineEvent[];
710
- }
711
- declare function SdTimeline({ items }: SdTimelineProps): react_jsx_runtime.JSX.Element;
712
-
713
- interface SdStepsProps {
714
- items: StepItem[];
715
- }
716
- declare function Bubble({ items }: SdStepsProps): react_jsx_runtime.JSX.Element;
717
- declare function CardVariant({ items }: SdStepsProps): react_jsx_runtime.JSX.Element;
718
- declare function Strip$1({ items }: SdStepsProps): react_jsx_runtime.JSX.Element;
719
- declare const SdSteps: {
720
- Bubble: typeof Bubble;
721
- Card: typeof CardVariant;
722
- Strip: typeof Strip$1;
723
- };
724
- declare const SdStepsBubble: typeof Bubble;
725
- declare const SdStepsCard: typeof CardVariant;
726
- declare const SdStepsStrip: typeof Strip$1;
727
-
728
- interface SdTestimonialProps extends BoxProps {
729
- item: TestimonialItem;
730
- }
731
- declare function CardTestimonial({ item, ...boxProps }: SdTestimonialProps): react_jsx_runtime.JSX.Element;
732
- declare function Strip({ item, ...boxProps }: SdTestimonialProps): react_jsx_runtime.JSX.Element;
733
- interface SdTestimonialGridProps {
734
- items: TestimonialItem[];
735
- cols?: SimpleGridProps['cols'];
736
- }
737
- declare function Grid$3({ items, cols }: SdTestimonialGridProps): react_jsx_runtime.JSX.Element;
738
- declare const SdTestimonial: {
739
- /** 카드형 — 그리드 배치용 */
740
- Card: typeof CardTestimonial;
741
- /** 스트립형 — 단일 강조 후기 */
742
- Strip: typeof Strip;
743
- /** 카드 그리드 — 여러 후기 목록 */
744
- Grid: typeof Grid$3;
745
- };
746
- declare const SdTestimonialCard: typeof CardTestimonial;
747
- declare const SdTestimonialStrip: typeof Strip;
748
- declare const SdTestimonialGrid: typeof Grid$3;
749
-
750
- interface SdPricingCardProps extends Omit<CardProps$1, 'children'> {
751
- item: PricingItem;
752
- onSelect?: (item: PricingItem) => void;
753
- }
754
- declare function Default$1({ item, onSelect, ...cardProps }: SdPricingCardProps): react_jsx_runtime.JSX.Element;
755
- declare function Featured({ item, onSelect, ...cardProps }: SdPricingCardProps): react_jsx_runtime.JSX.Element;
756
- interface SdPricingGridProps {
757
- items: PricingItem[];
758
- cols?: SimpleGridProps['cols'];
759
- onSelect?: (item: PricingItem) => void;
760
- }
761
- declare function Grid$2({ items, cols, onSelect }: SdPricingGridProps): react_jsx_runtime.JSX.Element;
762
- declare const SdPricingCard: {
763
- /** 기본 outlined 카드 */
764
- Default: typeof Default$1;
765
- /** 강조 — primary 배경 */
766
- Featured: typeof Featured;
767
- /** 가격 그리드 (isPopular 항목은 자동으로 Featured 처리) */
768
- Grid: typeof Grid$2;
769
- };
770
- declare const SdPricingCardDefault: typeof Default$1;
771
- declare const SdPricingCardFeatured: typeof Featured;
772
- declare const SdPricingCardGrid: typeof Grid$2;
773
-
774
- interface SdFaqProps extends BoxProps {
775
- items: FaqItem[];
776
- }
777
- declare function Default({ items, ...boxProps }: SdFaqProps): react_jsx_runtime.JSX.Element;
778
- declare function Filled({ items, ...boxProps }: SdFaqProps): react_jsx_runtime.JSX.Element;
779
- interface SdFaqWithHeaderProps extends SdFaqProps {
780
- label?: string;
781
- title: string;
782
- description?: string;
783
- }
784
- declare function WithHeader({ label, title, description, items, ...boxProps }: SdFaqWithHeaderProps): react_jsx_runtime.JSX.Element;
785
- declare const SdFaq: {
786
- /** separated 스타일 아코디언 */
787
- Default: typeof Default;
788
- /** filled 배경 아코디언 */
789
- Filled: typeof Filled;
790
- /** 헤더 + 아코디언 조합 */
791
- WithHeader: typeof WithHeader;
792
- };
793
- declare const SdFaqDefault: typeof Default;
794
- declare const SdFaqFilled: typeof Filled;
795
- declare const SdFaqWithHeader: typeof WithHeader;
796
-
797
- interface SdCtaProps extends BoxProps {
798
- label?: string;
799
- title: string;
800
- description?: string;
801
- primaryLabel?: string;
802
- secondaryLabel?: string;
803
- onPrimary?: () => void;
804
- onSecondary?: () => void;
805
- }
806
- /** 다크 배경 — 섹션 마무리 CTA */
807
- declare function Banner({ label, title, description, primaryLabel, secondaryLabel, onPrimary, onSecondary, ...boxProps }: SdCtaProps): react_jsx_runtime.JSX.Element;
808
- /** 라이트 배경 — 페이지 내 삽입 CTA */
809
- declare function Subtle({ label, title, description, primaryLabel, secondaryLabel, onPrimary, onSecondary, ...boxProps }: SdCtaProps): react_jsx_runtime.JSX.Element;
810
- /** 좌우 분할 — 텍스트(좌) + 버튼(우) 인라인 CTA */
811
- declare function Inline({ label, title, description, primaryLabel, secondaryLabel, onPrimary, onSecondary, ...boxProps }: SdCtaProps): react_jsx_runtime.JSX.Element;
812
- declare const SdCta: {
813
- /** 다크 배경 전체폭 CTA */
814
- Banner: typeof Banner;
815
- /** 라이트 박스형 CTA */
816
- Subtle: typeof Subtle;
817
- /** 좌우 분할 인라인 CTA */
818
- Inline: typeof Inline;
819
- };
820
- declare const SdCtaBanner: typeof Banner;
821
- declare const SdCtaSubtle: typeof Subtle;
822
- declare const SdCtaInline: typeof Inline;
823
-
824
- interface SdSolutionFilteredProps {
825
- items: SolutionItem[];
826
- allLabel?: string;
827
- cols?: SimpleGridProps['cols'];
828
- onSelect?: (item: SolutionItem) => void;
829
- }
830
- declare function Filtered({ items, allLabel, cols, onSelect }: SdSolutionFilteredProps): react_jsx_runtime.JSX.Element;
831
- interface SdSolutionListProps {
832
- items: SolutionItem[];
833
- onSelect?: (item: SolutionItem) => void;
834
- }
835
- declare function List({ items, onSelect }: SdSolutionListProps): react_jsx_runtime.JSX.Element;
836
- declare const SdSolution: {
837
- /** 카테고리 탭 필터 + 카드 그리드 (솔루션 페이지 메인) */
838
- Filtered: typeof Filtered;
839
- /** 수평 리스트 레이아웃 (상세 탐색용) */
840
- List: typeof List;
841
- };
842
- declare const SdSolutionFiltered: typeof Filtered;
843
- declare const SdSolutionList: typeof List;
844
-
845
- interface SdSolutionCardItemProps extends Omit<CardProps$1, 'children'> {
846
- item: SolutionItem;
847
- onSelect?: (item: SolutionItem) => void;
848
- }
849
- declare function SolutionCardItem({ item, onSelect, ...cardProps }: SdSolutionCardItemProps): react_jsx_runtime.JSX.Element;
850
- interface SdSolutionGridProps {
851
- items: SolutionItem[];
852
- cols?: SimpleGridProps['cols'];
853
- onSelect?: (item: SolutionItem) => void;
854
- }
855
- declare function Grid$1({ items, cols, onSelect }: SdSolutionGridProps): react_jsx_runtime.JSX.Element;
856
- declare const SdSolutionCard: {
857
- /** 단일 compact 카드 */
858
- Item: typeof SolutionCardItem;
859
- /** 카드 그리드 */
860
- Grid: typeof Grid$1;
861
- };
862
- declare const SdSolutionCardItem: typeof SolutionCardItem;
863
- declare const SdSolutionCardGrid: typeof Grid$1;
864
-
865
- interface SdClientsGridProps {
866
- items: ClientItem[];
867
- cols?: SimpleGridProps['cols'];
868
- logoHeight?: number;
869
- }
870
- declare function Grid({ items, cols, logoHeight, }: SdClientsGridProps): react_jsx_runtime.JSX.Element;
871
- interface SdClientsMarqueeProps {
872
- items: ClientItem[];
873
- speed?: number;
874
- logoHeight?: number;
875
- gap?: number;
876
- }
877
- declare function Marquee({ items, speed, logoHeight, gap }: SdClientsMarqueeProps): react_jsx_runtime.JSX.Element;
878
- declare const SdClients: {
879
- /** 반응형 로고 그리드 */
880
- Grid: typeof Grid;
881
- /** 무한 수평 스크롤 띠 — 호버 시 일시정지 */
882
- Marquee: typeof Marquee;
883
- };
884
- declare const SdClientsGrid: typeof Grid;
885
- declare const SdClientsMarquee: typeof Marquee;
886
-
887
- interface SdMapSingleProps extends Omit<BoxProps, 'children'> {
888
- address: CompanyAddress;
889
- height?: number;
890
- }
891
- declare function Single({ address, height, ...boxProps }: SdMapSingleProps): react_jsx_runtime.JSX.Element | null;
892
- interface SdMapTabsProps {
893
- addresses: CompanyAddress[];
894
- height?: number;
895
- }
896
- declare function Tabs({ addresses, height }: SdMapTabsProps): react_jsx_runtime.JSX.Element | null;
897
- declare const SdMap: {
898
- /** 단일 주소 지도 — embbedUrl 없으면 null 반환 */
899
- Single: typeof Single;
900
- /** 여러 주소 탭 전환 지도 — embbedUrl 있는 항목만 표시 */
901
- Tabs: typeof Tabs;
902
- };
903
- declare const SdMapSingle: typeof Single;
904
- declare const SdMapTabs: typeof Tabs;
905
-
906
- interface SdBreadcrumbProps extends BoxProps {
907
- navItems?: NavItem[];
908
- /** 현재 경로. 생략하면 `usePathname()`으로 자동 추론한다. */
909
- currentHref?: string;
910
- /** 홈(첫 크럼) 링크 대상. 기본 `/`. */
911
- homeHref?: string;
912
- /** 홈 아이콘의 접근성 라벨. 기본 `홈`. */
913
- homeLabel?: string;
914
- }
915
- /**
916
- * 네비게이션 계층 기반 브레드크럼 — `홈 아이콘 > a > b > c`.
917
- *
918
- * navItems의 `parentId` 트리에서 현재 경로가 놓인 위치를 찾아 루트까지의 경로를 그린다.
919
- * 조상 크럼은 클릭 가능한 링크(`SdLink.Sub`), 마지막(현재 페이지) 크럼은 href 없는
920
- * `SdLink.Body`라 링크가 아닌 강조 텍스트(`SdText.Body`)로 폴백해 현재 위치를 나타낸다.
921
- */
922
- declare function SdBreadcrumb({ navItems: navItemsProp, currentHref, homeHref, homeLabel, ...boxProps }: SdBreadcrumbProps): react_jsx_runtime.JSX.Element | undefined;
923
-
924
- interface HeroCarouselProps {
925
- slides: HeroSlide[];
926
- children?: React$1.ReactNode;
927
- }
928
- declare function HeroCarousel({ slides, children }: HeroCarouselProps): react_jsx_runtime.JSX.Element;
929
-
930
- interface HeaderProps {
931
- navItems: NavItem[];
932
- loginFlag?: boolean;
933
- }
934
- /**
935
- * Mega 변형(기본) — 헤더 전체가 아래로 확장되며 하위 링크가 상위 항목 아래 컬럼으로
936
- * 한꺼번에 노출되는 메가 메뉴.
937
- */
938
- declare function MegaHeader({ navItems, loginFlag }: HeaderProps): react_jsx_runtime.JSX.Element;
939
- /**
940
- * Simple 변형 — 헤더 바 높이는 고정이고, 자식을 가진 상위 항목마다
941
- * Mantine `Menu`가 하나씩 붙어 개별 드롭다운으로 열린다.
942
- * 바가 자라지 않으므로 AppShell.Header 높이를 그대로 쓰는 레이아웃에 적합하다.
943
- */
944
- declare function SimpleHeader({ navItems, loginFlag }: HeaderProps): react_jsx_runtime.JSX.Element;
945
- /**
946
- * Panel 변형 — Simple처럼 바 높이는 60px로 고정하고 상위 항목마다 Mantine `Menu`가 붙지만,
947
- * 드롭다운 내부는 Mega와 동일한 그룹 레이아웃으로 편다: 손자가 없는 자식은 단일 링크,
948
- * 손자가 있는 자식은 그룹 제목(`SdLink.Body`) 아래로 손자를 `SdLink.Sub`로 얹는다.
949
- * Simple의 개별 드롭다운 안정성 + Mega의 풍부한 그룹 구성이 함께 필요할 때 쓴다.
950
- */
951
- declare function PanelHeader({ navItems, loginFlag }: HeaderProps): react_jsx_runtime.JSX.Element;
952
- declare const SdHeader: typeof MegaHeader & {
953
- Mega: typeof MegaHeader;
954
- Simple: typeof SimpleHeader;
955
- Panel: typeof PanelHeader;
956
- };
957
- declare const SdHeaderMega: typeof MegaHeader;
958
- declare const SdHeaderSimple: typeof SimpleHeader;
959
- declare const SdHeaderPanel: typeof PanelHeader;
960
-
961
- interface SdFooterProps {
962
- company: CompanyInfo;
963
- navItems?: NavItem[];
964
- policyLinks?: NavItem[];
965
- description?: string;
966
- }
967
- declare function SdFooter({ company, navItems, policyLinks, description }: SdFooterProps): react_jsx_runtime.JSX.Element;
968
-
969
- interface SdFeatureSectionProps extends Omit<BoxProps, 'title'> {
970
- label?: string;
971
- title: ReactNode;
972
- description?: ReactNode;
973
- items: FeatureItem[];
974
- cols?: SimpleGridProps['cols'];
975
- }
976
- declare function SdFeatureSection({ label, title, description, items, cols, py, ...boxProps }: SdFeatureSectionProps): react_jsx_runtime.JSX.Element;
977
-
978
- interface SdTimelineSectionProps extends BoxProps {
979
- label?: string;
980
- title: ReactNode;
981
- description?: ReactNode;
982
- items: TimelineEvent[];
983
- }
984
- declare function SdTimelineSection({ label, title, description, items, py, ...boxProps }: SdTimelineSectionProps): react_jsx_runtime.JSX.Element;
985
-
986
- interface SdStepsSectionProps extends Omit<BoxProps, 'title'> {
987
- label?: string;
988
- title?: ReactNode;
989
- description?: ReactNode;
990
- items: StepItem[];
991
- }
992
- declare function SdStepsSection({ label, title, description, items, py, ...boxProps }: SdStepsSectionProps): react_jsx_runtime.JSX.Element;
993
-
994
- interface SdErrorPageProps {
995
- error: Error & {
996
- digest?: string;
997
- };
998
- onReset: () => void;
999
- onHome?: () => void;
1000
- }
1001
- declare function Page({ error, onReset, onHome }: SdErrorPageProps): react_jsx_runtime.JSX.Element;
1002
- interface SdErrorNotFoundProps {
1003
- title?: string;
1004
- description?: string;
1005
- onHome?: () => void;
1006
- onBack?: () => void;
1007
- }
1008
- declare function NotFound({ title, description, onHome, onBack, }: SdErrorNotFoundProps): react_jsx_runtime.JSX.Element;
1009
- declare const SdErrorView: {
1010
- /** app/error.tsx — 서버/렌더링 오류 + 재시도 버튼 */
1011
- Page: typeof Page;
1012
- /** app/not-found.tsx — 404 Not Found */
1013
- NotFound: typeof NotFound;
1014
- };
1015
- declare const SdErrorViewPage: typeof Page;
1016
- declare const SdErrorViewNotFound: typeof NotFound;
1017
-
1018
- /** 소셜 로그인 제공자 — 아이콘·기본 라벨이 고정된 목록. */
1019
- type LoginProvider = 'google' | 'kakao' | 'naver' | 'apple' | 'github';
1020
- interface LoginSocial {
1021
- provider: LoginProvider;
1022
- /** 버튼 라벨. 생략하면 제공자 기본 라벨("구글로 로그인" 등)을 쓴다. */
1023
- label?: ReactNode;
1024
- /** OAuth 시작 핸들러. 리다이렉트가 필요하면 여기서 이동시킨다. */
1025
- onClick?: () => void;
1026
- }
1027
- /** 폼 제출 값. 비제어 폼이라 소비자는 이 값만 받아 인증 로직을 붙이면 된다. */
1028
- interface LoginValues {
1029
- email: string;
1030
- password: string;
1031
- remember: boolean;
1032
- }
1033
- interface SdLoginViewProps {
1034
- title?: ReactNode;
1035
- description?: ReactNode;
1036
- /** 제출 시 폼 값 전달. 소비자가 인증 호출을 담당한다. */
1037
- onSubmit?: (values: LoginValues) => void;
1038
- /** 제출 버튼 로딩 상태 */
1039
- loading?: boolean;
1040
- /** 인증 실패 메시지 — 폼 상단에 SdText.Error로 노출 */
1041
- error?: ReactNode;
1042
- submitLabel?: ReactNode;
1043
- /** 자동 로그인 체크박스 노출 여부 */
1044
- withRemember?: boolean;
1045
- /** 비밀번호 찾기 링크. 없으면 렌더하지 않는다. */
1046
- findPasswordHref?: string;
1047
- /** 회원가입 링크. 없으면 하단 안내가 사라진다. */
1048
- signUpHref?: string;
1049
- /** 소셜 로그인 버튼. 비어 있으면 구분선까지 함께 사라진다. */
1050
- socials?: LoginSocial[];
1051
- /** 폼 아래 추가 슬롯 — 약관 안내·사업자 정보 등 */
1052
- children?: ReactNode;
1053
- /** 화면 최소 높이. 카탈로그처럼 좁은 프레임에 담을 때 줄인다. */
1054
- mih?: string | number;
1055
- }
1056
- declare function Card({ title, description, mih, ...formProps }: SdLoginViewProps): react_jsx_runtime.JSX.Element;
1057
- interface SdLoginSplitProps extends SdLoginViewProps {
1058
- brandTitle?: ReactNode;
1059
- brandDescription?: ReactNode;
1060
- }
1061
- declare function Split({ title, description, brandTitle, brandDescription, mih, ...formProps }: SdLoginSplitProps): react_jsx_runtime.JSX.Element;
1062
- declare const SdLoginView: {
1063
- /** 중앙 정렬 카드 — 기본 로그인 화면 */
1064
- Card: typeof Card;
1065
- /** 좌측 브랜드 패널 + 우측 폼 — 넓은 화면용 */
1066
- Split: typeof Split;
1067
- };
1068
- declare const SdLoginViewCard: typeof Card;
1069
- declare const SdLoginViewSplit: typeof Split;
1070
-
1071
- /** 결과 화면의 액션 버튼. SdButton은 component prop을 받지 못해 href가 아닌 onClick만 받는다. */
1072
- interface ResultAction {
1073
- label: ReactNode;
1074
- onClick: () => void;
1075
- }
1076
- interface SdResultProps {
1077
- title?: ReactNode;
1078
- description?: ReactNode;
1079
- /** 주 액션 — filled primary */
1080
- primaryAction?: ResultAction;
1081
- /** 보조 액션 — ghost */
1082
- secondaryAction?: ResultAction;
1083
- /** 제목·설명과 버튼 사이 상세 슬롯 (주문번호 요약 등) */
1084
- children?: ReactNode;
1085
- /** 화면 최소 높이. 좁은 프레임에 담을 때 줄인다. SdErrorView와 같은 기본값. */
1086
- mih?: string | number;
1087
- }
1088
- declare const SdResult: {
1089
- /** 성공 — 가입 완료·결제 완료 등 */
1090
- Success: ({ title, description, primaryAction, secondaryAction, children, mih, }: SdResultProps) => react_jsx_runtime.JSX.Element;
1091
- /** 실패 — 결제 실패·처리 중 오류 등. 서버 오류·404는 SdErrorView를 쓴다. */
1092
- Error: ({ title, description, primaryAction, secondaryAction, children, mih, }: SdResultProps) => react_jsx_runtime.JSX.Element;
1093
- };
1094
- declare const SdResultSuccess: ({ title, description, primaryAction, secondaryAction, children, mih, }: SdResultProps) => react_jsx_runtime.JSX.Element;
1095
- declare const SdResultError: ({ title, description, primaryAction, secondaryAction, children, mih, }: SdResultProps) => react_jsx_runtime.JSX.Element;
1096
-
1097
- /** 헤더 변형 선택자 — SdHeader의 네임스페이스 키와 1:1로 대응한다. */
1098
- type HeaderVariant = 'mega' | 'simple' | 'panel';
1099
- declare function MainLayout({ children, navItems, companyInfo, loginFlag, headerVariant, }: {
1100
- children: React.ReactNode;
1101
- navItems: NavItem[];
1102
- companyInfo: CompanyInfo;
1103
- loginFlag?: boolean;
1104
- /** 기본 `mega` — hover 시 헤더가 확장되는 메가 메뉴. `simple`은 바 높이 고정 + 개별 드롭다운. `panel`은 바 높이 고정 + 드롭다운 내부를 Mega식 그룹 컬럼으로. */
1105
- headerVariant?: HeaderVariant;
1106
- }): react_jsx_runtime.JSX.Element;
1107
-
1108
- /**
1109
- * 모든 변형이 공유하는 브레드크럼 설정.
1110
- * `navItems`가 있고 `breadcrumb`이 false가 아니면 본문 최상단에 브레드크럼을 그린다.
1111
- */
1112
- interface BreadcrumbProps {
1113
- /** 브레드크럼용 네비 트리. 없으면 브레드크럼을 렌더하지 않는다. */
1114
- navItems?: NavItem[];
1115
- /** 브레드크럼 표시 여부. 기본 `true` — `navItems`가 있을 때만 실제로 그려진다. `false`로 끈다. */
1116
- breadcrumb?: boolean;
1117
- /** 현재 경로 강제 지정. 생략 시 `SdBreadcrumb`가 `usePathname()`으로 추론한다. */
1118
- currentHref?: string;
1119
- }
1120
- interface PageHeroBaseProps extends BreadcrumbProps {
1121
- label?: ReactNode;
1122
- title: ReactNode;
1123
- description?: ReactNode;
1124
- children: ReactNode;
1125
- }
1126
- interface WithImageProps extends PageHeroBaseProps {
1127
- image?: string;
1128
- }
1129
- declare function Minimal({ label, title, description, children, navItems, breadcrumb, currentHref, }: PageHeroBaseProps): react_jsx_runtime.JSX.Element;
1130
- declare function Plain({ children, navItems, breadcrumb, currentHref, }: BreadcrumbProps & {
1131
- children: ReactNode;
1132
- }): react_jsx_runtime.JSX.Element;
1133
- declare function Image({ image, label, title, description, children, navItems, breadcrumb, currentHref, }: WithImageProps): react_jsx_runtime.JSX.Element;
1134
- declare function Brand({ label, title, description, children, navItems, breadcrumb, currentHref, }: PageHeroBaseProps): react_jsx_runtime.JSX.Element;
1135
- declare const PageLayout: {
1136
- /** 사진 배경 + 하단 스크림 + 좌측 정렬 텍스트 */
1137
- Image: typeof Image;
1138
- /** SdTextBox.Section 타이틀 + Plain 컨테이너 */
1139
- Minimal: typeof Minimal;
1140
- /** slate 바탕 + primary 라이트 + 도트 텍스처 */
1141
- Brand: typeof Brand;
1142
- /** 히어로 없이 SdContainer + py="xl" 만 */
1143
- Plain: typeof Plain;
1144
- };
1145
- declare const PageLayoutImage: typeof Image;
1146
- declare const PageLayoutMinimal: typeof Minimal;
1147
- declare const PageLayoutBrand: typeof Brand;
1148
- declare const PageLayoutPlain: typeof Plain;
1149
-
1150
- /**
1151
- * 소비자 앱의 **프로바이더/컨텍스트 조립**을 한 컴포넌트로 묶는다 —
1152
- * `MantineProvider`(테마) + `SdToastProvider`(토스트 렌더 지점) + `NavProvider`(navItems Context).
1153
- * 소비자는 이 셋을 매번 손으로 쌓는 대신 `<SdProvider>` 하나만 렌더한다.
1154
- *
1155
- * 헤더/푸터 크롬(`MainLayout`)이나 페이지 템플릿(`PageLayout`)은 여기 넣지 않는다 —
1156
- * 그건 페이지마다 다를 수 있는 **레이아웃**이라 소비자가 `SdProvider` 안쪽에 직접 배치한다.
1157
- * `SdProvider`가 `NavProvider`로 감싸므로 그 아래 `MainLayout`/`SdBreadcrumb`는 navItems를
1158
- * Context에서 읽는다(브레드크럼은 prop 없이 동작).
1159
- *
1160
- * 담지 않는 것:
1161
- * - 회사명/로고는 여기 없다 — `NEXT_PUBLIC_*` env var로 남는다. `t()`가 서버
1162
- * 컴포넌트인 `SdText`/`SdTitle` 안에서 돌기 때문에 Context로 옮기면 `ui/`
1163
- * 트리 전체가 client가 되어 flat export/서버 렌더 이점을 잃는다. (CLAUDE.md
1164
- * §Consumer Config Injection 참고.)
1165
- * - `ColorSchemeScript`와 Mantine CSS import는 `<head>`/서버 layout 몫이라
1166
- * 여기서 빼둔다.
1167
- *
1168
- * 색상 오버라이드는 소비자의 `"use client"` 모듈에서 `mergeThemeOverrides(theme, …)`
1169
- * 로 합친 결과를 `theme` prop에 넘긴다. 생략하면 프레임워크 기본 테마를 쓴다.
1170
- */
1171
- declare function SdProvider({ children, theme, navItems, defaultColorScheme, }: {
1172
- children: React.ReactNode;
1173
- /** 생략 시 프레임워크 기본 테마. 색 오버라이드는 `mergeThemeOverrides`로 합쳐 넘긴다. */
1174
- theme?: MantineThemeOverride;
1175
- navItems: NavItem[];
1176
- defaultColorScheme?: MantineColorScheme;
1177
- }): react_jsx_runtime.JSX.Element;
1178
-
1179
- /**
1180
- * navItems를 하위 트리에 제공한다. `SdProvider`가 자동으로 감싸므로, 그 아래의
1181
- * `SdBreadcrumb`는 `navItems` prop 없이도 동작한다.
1182
- */
1183
- declare function NavProvider({ children, navItems, }: {
1184
- children: React.ReactNode;
1185
- navItems: NavItem[];
1186
- }): react_jsx_runtime.JSX.Element;
1187
- /** 가장 가까운 `NavProvider`가 제공하는 navItems. Provider가 없으면 빈 배열. */
1188
- declare function useNav(): NavItem[];
1189
-
1190
- declare const theme: {
1191
- focusRing?: "auto" | "always" | "never" | undefined;
1192
- scale?: number | undefined;
1193
- fontSmoothing?: boolean | undefined;
1194
- white?: string | undefined;
1195
- black?: string | undefined;
1196
- colors?: {
1197
- [x: string & {}]: MantineColorsTuple | undefined;
1198
- dark?: MantineColorsTuple | undefined;
1199
- gray?: MantineColorsTuple | undefined;
1200
- red?: MantineColorsTuple | undefined;
1201
- pink?: MantineColorsTuple | undefined;
1202
- grape?: MantineColorsTuple | undefined;
1203
- violet?: MantineColorsTuple | undefined;
1204
- indigo?: MantineColorsTuple | undefined;
1205
- blue?: MantineColorsTuple | undefined;
1206
- cyan?: MantineColorsTuple | undefined;
1207
- green?: MantineColorsTuple | undefined;
1208
- lime?: MantineColorsTuple | undefined;
1209
- yellow?: MantineColorsTuple | undefined;
1210
- orange?: MantineColorsTuple | undefined;
1211
- teal?: MantineColorsTuple | undefined;
1212
- } | undefined;
1213
- primaryShade?: _mantine_core.MantineColorShade | {
1214
- light?: _mantine_core.MantineColorShade | undefined;
1215
- dark?: _mantine_core.MantineColorShade | undefined;
1216
- } | undefined;
1217
- primaryColor?: string | undefined;
1218
- variantColorResolver?: _mantine_core.VariantColorsResolver | undefined;
1219
- autoContrast?: boolean | undefined;
1220
- luminanceThreshold?: number | undefined;
1221
- fontFamily?: string | undefined;
1222
- fontFamilyMonospace?: string | undefined;
1223
- headings?: {
1224
- fontFamily?: string | undefined;
1225
- fontWeight?: string | undefined;
1226
- textWrap?: "wrap" | "nowrap" | "balance" | "pretty" | "stable" | undefined;
1227
- sizes?: {
1228
- h1?: {
1229
- fontSize?: string | undefined;
1230
- fontWeight?: string | undefined;
1231
- lineHeight?: string | undefined;
1232
- } | undefined;
1233
- h2?: {
1234
- fontSize?: string | undefined;
1235
- fontWeight?: string | undefined;
1236
- lineHeight?: string | undefined;
1237
- } | undefined;
1238
- h3?: {
1239
- fontSize?: string | undefined;
1240
- fontWeight?: string | undefined;
1241
- lineHeight?: string | undefined;
1242
- } | undefined;
1243
- h4?: {
1244
- fontSize?: string | undefined;
1245
- fontWeight?: string | undefined;
1246
- lineHeight?: string | undefined;
1247
- } | undefined;
1248
- h5?: {
1249
- fontSize?: string | undefined;
1250
- fontWeight?: string | undefined;
1251
- lineHeight?: string | undefined;
1252
- } | undefined;
1253
- h6?: {
1254
- fontSize?: string | undefined;
1255
- fontWeight?: string | undefined;
1256
- lineHeight?: string | undefined;
1257
- } | undefined;
1258
- } | undefined;
1259
- } | undefined;
1260
- radius?: {
1261
- [x: string & {}]: string | undefined;
1262
- xs?: string | undefined;
1263
- sm?: string | undefined;
1264
- md?: string | undefined;
1265
- lg?: string | undefined;
1266
- xl?: string | undefined;
1267
- } | undefined;
1268
- defaultRadius?: _mantine_core.MantineRadius | undefined;
1269
- spacing?: {
1270
- [x: number]: string | undefined;
1271
- [x: string & {}]: string | undefined;
1272
- xs?: string | undefined;
1273
- sm?: string | undefined;
1274
- md?: string | undefined;
1275
- lg?: string | undefined;
1276
- xl?: string | undefined;
1277
- } | undefined;
1278
- fontSizes?: {
1279
- [x: string & {}]: string | undefined;
1280
- xs?: string | undefined;
1281
- sm?: string | undefined;
1282
- md?: string | undefined;
1283
- lg?: string | undefined;
1284
- xl?: string | undefined;
1285
- } | undefined;
1286
- lineHeights?: {
1287
- [x: string & {}]: string | undefined;
1288
- xs?: string | undefined;
1289
- sm?: string | undefined;
1290
- md?: string | undefined;
1291
- lg?: string | undefined;
1292
- xl?: string | undefined;
1293
- } | undefined;
1294
- fontWeights?: {
1295
- [x: string & {}]: string | undefined;
1296
- bold?: string | undefined;
1297
- medium?: string | undefined;
1298
- regular?: string | undefined;
1299
- } | undefined;
1300
- breakpoints?: {
1301
- [x: string & {}]: string | undefined;
1302
- xs?: string | undefined;
1303
- sm?: string | undefined;
1304
- md?: string | undefined;
1305
- lg?: string | undefined;
1306
- xl?: string | undefined;
1307
- } | undefined;
1308
- shadows?: {
1309
- [x: string & {}]: string | undefined;
1310
- xs?: string | undefined;
1311
- sm?: string | undefined;
1312
- md?: string | undefined;
1313
- lg?: string | undefined;
1314
- xl?: string | undefined;
1315
- } | undefined;
1316
- respectReducedMotion?: boolean | undefined;
1317
- cursorType?: "default" | "pointer" | undefined;
1318
- defaultGradient?: {
1319
- from?: string | undefined;
1320
- to?: string | undefined;
1321
- deg?: number | undefined;
1322
- } | undefined;
1323
- activeClassName?: string | undefined;
1324
- focusClassName?: string | undefined;
1325
- components?: {
1326
- [x: string]: {
1327
- classNames?: any;
1328
- styles?: any;
1329
- vars?: any;
1330
- defaultProps?: any;
1331
- } | undefined;
1332
- } | undefined;
1333
- other?: {
1334
- [x: string]: any;
1335
- } | undefined;
1336
- };
1337
-
1338
- export { type HeaderVariant, HeroCarousel, Logo, MainLayout, type NavItem, NavProvider, PageLayout, PageLayoutBrand, PageLayoutImage, PageLayoutMinimal, PageLayoutPlain, SdBadge, SdBadgeDefault, SdBadgePrimary, SdBadgeSuccess, SdBadgeWarning, SdBreadcrumb, SdButton, SdButtonCancel, SdButtonDelete, SdButtonDownload, SdButtonExcel, SdButtonGhost, SdButtonOutline, SdButtonPrimary, SdButtonSecondary, SdButtonSubmit, SdButtonWhite, SdClients, SdClientsGrid, SdClientsMarquee, SdContainer, SdCta, SdCtaBanner, SdCtaInline, SdCtaSubtle, SdErrorView, SdErrorViewNotFound, SdErrorViewPage, SdFaq, SdFaqDefault, SdFaqFilled, SdFaqWithHeader, SdFeatureSection, SdFeatures, SdFooter, SdHeader, SdHeaderMega, SdHeaderPanel, SdHeaderSimple, SdInput, SdInputAutocomplete, SdInputCheckbox, SdInputColor, SdInputDate, SdInputDateRange, SdInputEmail, SdInputFile, SdInputJson, SdInputMultiSelect, SdInputNativeSelect, SdInputNumber, SdInputPassword, SdInputPinCode, SdInputRadioGroup, SdInputRating, SdInputSegmented, SdInputSelect, SdInputSlider, SdInputSwitch, SdInputTags, SdInputText, SdInputTextarea, SdInputTime, SdLink, SdLinkBody, SdLinkHint, SdLinkStrong, SdLinkSub, SdLoginView, SdLoginViewCard, SdLoginViewSplit, SdMap, SdMapSingle, SdMapTabs, SdModal, SdNumberIcon, SdPricingCard, SdPricingCardDefault, SdPricingCardFeatured, SdPricingCardGrid, SdProvider, SdQuote, SdQuoteCard, SdQuotePlain, SdResult, SdResultError, SdResultSuccess, SdSkeleton, SdSkeletonAvatar, SdSkeletonCard, SdSkeletonImage, SdSkeletonText, SdSkeletonTitle, SdSolution, SdSolutionCard, SdSolutionCardGrid, SdSolutionCardItem, SdSolutionFiltered, SdSolutionList, SdSteps, SdStepsBubble, SdStepsCard, SdStepsSection, SdStepsStrip, SdTable, SdTableSpec, SdTabs, SdTabsOutline, SdTabsPills, SdTabsUnderline, SdTestimonial, SdTestimonialCard, SdTestimonialGrid, SdTestimonialStrip, SdText, SdTextBody, SdTextBox, SdTextBoxCard, SdTextBoxHero, SdTextBoxSection, SdTextBoxSub, SdTextError, SdTextEyebrow, SdTextHint, SdTextNumeric, SdTextStrong, SdTextSub, SdTimeline, SdTimelineSection, SdTitle, SdTitleCard, SdTitleDisplay, SdTitleSection, SdTitleSub, SdToast, SdToastClean, SdToastError, SdToastHide, SdToastInfo, SdToastLoading, SdToastProvider, SdToastSuccess, SdToastUpdate, SdToastWarning, theme, useNav };