@designbasekorea/ui-wc 0.2.1 → 0.3.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.
Files changed (249) hide show
  1. package/README.md +322 -29
  2. package/dist/esm/components/animation-background/canvas-controller.js +1 -0
  3. package/dist/esm/components/animation-background/controls.js +1 -0
  4. package/dist/esm/components/animation-background/graphite-controller.js +1 -0
  5. package/dist/esm/components/animation-background/graphite-presets.js +1 -0
  6. package/dist/esm/components/animation-background/graphite-shader.js +1 -0
  7. package/dist/esm/components/animation-background/layers.js +1 -0
  8. package/dist/esm/components/animation-background/lumina-presets.js +1 -0
  9. package/dist/esm/components/animation-background/lumina-shaders.js +1 -0
  10. package/dist/esm/components/animation-background/lumina-utils.js +1 -0
  11. package/dist/esm/components/animation-background/particle-defaults.js +1 -0
  12. package/dist/esm/components/animation-background/renderers.js +1 -0
  13. package/dist/esm/components/animation-background/shader-controller.js +1 -0
  14. package/dist/esm/components/color-picker-utils.js +1 -0
  15. package/dist/esm/components/date-picker-utils.js +1 -0
  16. package/dist/esm/components/db-accordion.d.ts +40 -0
  17. package/dist/esm/components/db-accordion.js +1 -0
  18. package/dist/esm/components/db-ad-banner.d.ts +66 -0
  19. package/dist/esm/components/db-ad-banner.js +1 -0
  20. package/dist/esm/components/db-alert.d.ts +24 -0
  21. package/dist/esm/components/db-alert.js +1 -0
  22. package/dist/esm/components/db-animation-background.d.ts +41 -0
  23. package/dist/esm/components/db-animation-background.js +1 -0
  24. package/dist/esm/components/db-animation-text.d.ts +43 -0
  25. package/dist/esm/components/db-animation-text.js +1 -0
  26. package/dist/esm/components/db-app-badge.d.ts +20 -0
  27. package/dist/esm/components/db-app-badge.js +1 -0
  28. package/dist/esm/components/db-audio-player.d.ts +82 -0
  29. package/dist/esm/components/db-audio-player.js +1 -0
  30. package/dist/esm/components/db-avatar.d.ts +18 -0
  31. package/dist/esm/components/db-avatar.js +1 -0
  32. package/dist/esm/components/db-backdrop.d.ts +24 -0
  33. package/dist/esm/components/db-backdrop.js +1 -0
  34. package/dist/esm/components/db-badge.d.ts +27 -0
  35. package/dist/esm/components/db-badge.js +1 -0
  36. package/dist/esm/components/db-banner.d.ts +28 -0
  37. package/dist/esm/components/db-banner.js +1 -0
  38. package/dist/esm/components/db-bottom-navigation.d.ts +29 -0
  39. package/dist/esm/components/db-bottom-navigation.js +1 -0
  40. package/dist/esm/components/db-bottom-sheet.d.ts +49 -0
  41. package/dist/esm/components/db-bottom-sheet.js +1 -0
  42. package/dist/esm/components/db-breadcrumbs.d.ts +24 -0
  43. package/dist/esm/components/db-breadcrumbs.js +1 -0
  44. package/dist/esm/components/db-button.d.ts +57 -0
  45. package/dist/esm/components/db-button.js +1 -0
  46. package/dist/esm/components/db-calendar.d.ts +78 -0
  47. package/dist/esm/components/db-calendar.js +1 -0
  48. package/dist/esm/components/db-card.d.ts +42 -0
  49. package/dist/esm/components/db-card.js +1 -0
  50. package/dist/esm/components/db-carousel.d.ts +35 -0
  51. package/dist/esm/components/db-carousel.js +1 -0
  52. package/dist/esm/components/db-checkbox.d.ts +35 -0
  53. package/dist/esm/components/db-checkbox.js +1 -0
  54. package/dist/esm/components/db-chip.d.ts +14 -0
  55. package/dist/esm/components/db-chip.js +1 -0
  56. package/dist/esm/components/db-code-block.d.ts +28 -0
  57. package/dist/esm/components/db-code-block.js +1 -0
  58. package/dist/esm/components/db-color-picker.d.ts +83 -0
  59. package/dist/esm/components/db-color-picker.js +1 -0
  60. package/dist/esm/components/db-confirm.d.ts +23 -0
  61. package/dist/esm/components/db-confirm.js +1 -0
  62. package/dist/esm/components/db-container.d.ts +13 -0
  63. package/dist/esm/components/db-container.js +1 -0
  64. package/dist/esm/components/db-context-menu.d.ts +46 -0
  65. package/dist/esm/components/db-context-menu.js +1 -0
  66. package/dist/esm/components/db-countdown.d.ts +23 -0
  67. package/dist/esm/components/db-countdown.js +1 -0
  68. package/dist/esm/components/db-cursor-follower.d.ts +31 -0
  69. package/dist/esm/components/db-cursor-follower.js +1 -0
  70. package/dist/esm/components/db-date-picker.d.ts +84 -0
  71. package/dist/esm/components/db-date-picker.js +1 -0
  72. package/dist/esm/components/db-divider.d.ts +13 -0
  73. package/dist/esm/components/db-divider.js +1 -0
  74. package/dist/esm/components/db-drawer.d.ts +32 -0
  75. package/dist/esm/components/db-drawer.js +1 -0
  76. package/dist/esm/components/db-dropdown.d.ts +70 -0
  77. package/dist/esm/components/db-dropdown.js +1 -0
  78. package/dist/esm/components/db-dropzone.d.ts +29 -0
  79. package/dist/esm/components/db-dropzone.js +1 -0
  80. package/dist/esm/components/db-empty-state.d.ts +14 -0
  81. package/dist/esm/components/db-empty-state.js +1 -0
  82. package/dist/esm/components/db-file-uploader.d.ts +27 -0
  83. package/dist/esm/components/db-file-uploader.js +1 -0
  84. package/dist/esm/components/db-floating-action-button.d.ts +24 -0
  85. package/dist/esm/components/db-floating-action-button.js +1 -0
  86. package/dist/esm/components/db-footer.d.ts +74 -0
  87. package/dist/esm/components/db-footer.js +1 -0
  88. package/dist/esm/components/db-form.d.ts +94 -0
  89. package/dist/esm/components/db-form.js +1 -0
  90. package/dist/esm/components/db-gradient.d.ts +26 -0
  91. package/dist/esm/components/db-gradient.js +1 -0
  92. package/dist/esm/components/db-grid-background.d.ts +93 -0
  93. package/dist/esm/components/db-grid-background.js +1 -0
  94. package/dist/esm/components/db-grid.d.ts +20 -0
  95. package/dist/esm/components/db-grid.js +1 -0
  96. package/dist/esm/components/db-icons.js +1 -0
  97. package/dist/esm/components/db-image-list.d.ts +35 -0
  98. package/dist/esm/components/db-image-list.js +1 -0
  99. package/dist/esm/components/db-image-placeholder.d.ts +16 -0
  100. package/dist/esm/components/db-image-placeholder.js +1 -0
  101. package/dist/esm/components/db-image.d.ts +34 -0
  102. package/dist/esm/components/db-image.js +1 -0
  103. package/dist/esm/components/db-indicator.d.ts +58 -0
  104. package/dist/esm/components/db-indicator.js +1 -0
  105. package/dist/esm/components/db-input.d.ts +51 -0
  106. package/dist/esm/components/db-input.js +1 -0
  107. package/dist/esm/components/db-label.d.ts +13 -0
  108. package/dist/esm/components/db-label.js +1 -0
  109. package/dist/esm/components/db-lightbox.d.ts +53 -0
  110. package/dist/esm/components/db-lightbox.js +1 -0
  111. package/dist/esm/components/db-list.d.ts +46 -0
  112. package/dist/esm/components/db-list.js +1 -0
  113. package/dist/esm/components/db-logo-svg.js +1 -0
  114. package/dist/esm/components/db-logo.d.ts +15 -0
  115. package/dist/esm/components/db-logo.js +1 -0
  116. package/dist/esm/components/db-lottie.d.ts +20 -0
  117. package/dist/esm/components/db-lottie.js +1 -0
  118. package/dist/esm/components/db-markdown-editor.d.ts +53 -0
  119. package/dist/esm/components/db-markdown-editor.js +1 -0
  120. package/dist/esm/components/db-marquee.d.ts +56 -0
  121. package/dist/esm/components/db-marquee.js +1 -0
  122. package/dist/esm/components/db-masonry.d.ts +24 -0
  123. package/dist/esm/components/db-masonry.js +1 -0
  124. package/dist/esm/components/db-menu-item.d.ts +30 -0
  125. package/dist/esm/components/db-menu-item.js +1 -0
  126. package/dist/esm/components/db-modal.d.ts +63 -0
  127. package/dist/esm/components/db-modal.js +1 -0
  128. package/dist/esm/components/db-navbar.d.ts +88 -0
  129. package/dist/esm/components/db-navbar.js +1 -0
  130. package/dist/esm/components/db-onboarding-modal.d.ts +57 -0
  131. package/dist/esm/components/db-onboarding-modal.js +1 -0
  132. package/dist/esm/components/db-page-header.d.ts +33 -0
  133. package/dist/esm/components/db-page-header.js +1 -0
  134. package/dist/esm/components/db-pagination.d.ts +25 -0
  135. package/dist/esm/components/db-pagination.js +1 -0
  136. package/dist/esm/components/db-popover.d.ts +62 -0
  137. package/dist/esm/components/db-popover.js +1 -0
  138. package/dist/esm/components/db-progress-step.d.ts +28 -0
  139. package/dist/esm/components/db-progress-step.js +1 -0
  140. package/dist/esm/components/db-progress.d.ts +25 -0
  141. package/dist/esm/components/db-progress.js +1 -0
  142. package/dist/esm/components/db-progressbar.d.ts +13 -0
  143. package/dist/esm/components/db-progressbar.js +1 -0
  144. package/dist/esm/components/db-radio.d.ts +34 -0
  145. package/dist/esm/components/db-radio.js +1 -0
  146. package/dist/esm/components/db-random-gradient.d.ts +24 -0
  147. package/dist/esm/components/db-random-gradient.js +1 -0
  148. package/dist/esm/components/db-range-slider.d.ts +71 -0
  149. package/dist/esm/components/db-range-slider.js +1 -0
  150. package/dist/esm/components/db-rating.d.ts +31 -0
  151. package/dist/esm/components/db-rating.js +1 -0
  152. package/dist/esm/components/db-reorder.d.ts +38 -0
  153. package/dist/esm/components/db-reorder.js +1 -0
  154. package/dist/esm/components/db-resizable-panels.d.ts +42 -0
  155. package/dist/esm/components/db-resizable-panels.js +1 -0
  156. package/dist/esm/components/db-scroll-area.d.ts +23 -0
  157. package/dist/esm/components/db-scroll-area.js +1 -0
  158. package/dist/esm/components/db-search-bar.d.ts +53 -0
  159. package/dist/esm/components/db-search-bar.js +1 -0
  160. package/dist/esm/components/db-section-app-download.d.ts +32 -0
  161. package/dist/esm/components/db-section-app-download.js +1 -0
  162. package/dist/esm/components/db-section-contact.d.ts +22 -0
  163. package/dist/esm/components/db-section-contact.js +1 -0
  164. package/dist/esm/components/db-section-feature.d.ts +34 -0
  165. package/dist/esm/components/db-section-feature.js +1 -0
  166. package/dist/esm/components/db-section-hero.d.ts +34 -0
  167. package/dist/esm/components/db-section-hero.js +1 -0
  168. package/dist/esm/components/db-section.d.ts +44 -0
  169. package/dist/esm/components/db-section.js +1 -0
  170. package/dist/esm/components/db-segment-control.d.ts +41 -0
  171. package/dist/esm/components/db-segment-control.js +1 -0
  172. package/dist/esm/components/db-select.d.ts +66 -0
  173. package/dist/esm/components/db-select.js +1 -0
  174. package/dist/esm/components/db-share-icons.js +1 -0
  175. package/dist/esm/components/db-share.d.ts +48 -0
  176. package/dist/esm/components/db-share.js +1 -0
  177. package/dist/esm/components/db-sidebar.d.ts +59 -0
  178. package/dist/esm/components/db-sidebar.js +1 -0
  179. package/dist/esm/components/db-skeleton.d.ts +13 -0
  180. package/dist/esm/components/db-skeleton.js +1 -0
  181. package/dist/esm/components/db-spinner.d.ts +27 -0
  182. package/dist/esm/components/db-spinner.js +1 -0
  183. package/dist/esm/components/db-split-view.d.ts +33 -0
  184. package/dist/esm/components/db-split-view.js +1 -0
  185. package/dist/esm/components/db-stack.d.ts +13 -0
  186. package/dist/esm/components/db-stack.js +1 -0
  187. package/dist/esm/components/db-stat.d.ts +26 -0
  188. package/dist/esm/components/db-stat.js +1 -0
  189. package/dist/esm/components/db-stepper.d.ts +49 -0
  190. package/dist/esm/components/db-stepper.js +1 -0
  191. package/dist/esm/components/db-table.d.ts +39 -0
  192. package/dist/esm/components/db-table.js +1 -0
  193. package/dist/esm/components/db-tabs.d.ts +48 -0
  194. package/dist/esm/components/db-tabs.js +1 -0
  195. package/dist/esm/components/db-testimonial.d.ts +27 -0
  196. package/dist/esm/components/db-testimonial.js +1 -0
  197. package/dist/esm/components/db-textarea.d.ts +33 -0
  198. package/dist/esm/components/db-textarea.js +1 -0
  199. package/dist/esm/components/db-time-picker.d.ts +62 -0
  200. package/dist/esm/components/db-time-picker.js +1 -0
  201. package/dist/esm/components/db-timeline.d.ts +29 -0
  202. package/dist/esm/components/db-timeline.js +1 -0
  203. package/dist/esm/components/db-toast.d.ts +23 -0
  204. package/dist/esm/components/db-toast.js +1 -0
  205. package/dist/esm/components/db-toggle.d.ts +35 -0
  206. package/dist/esm/components/db-toggle.js +1 -0
  207. package/dist/esm/components/db-toolbar.d.ts +25 -0
  208. package/dist/esm/components/db-toolbar.js +1 -0
  209. package/dist/esm/components/db-tooltip.d.ts +58 -0
  210. package/dist/esm/components/db-tooltip.js +1 -0
  211. package/dist/esm/components/db-top-banner.d.ts +17 -0
  212. package/dist/esm/components/db-top-banner.js +1 -0
  213. package/dist/esm/components/db-tutorial.d.ts +54 -0
  214. package/dist/esm/components/db-tutorial.js +1 -0
  215. package/dist/esm/components/db-video-player.d.ts +67 -0
  216. package/dist/esm/components/db-video-player.js +1 -0
  217. package/dist/esm/components/db-youtube-player.d.ts +22 -0
  218. package/dist/esm/components/db-youtube-player.js +1 -0
  219. package/dist/esm/components/highlight-code.js +1 -0
  220. package/dist/esm/components/input-validation.js +1 -0
  221. package/dist/esm/components/number-scrub.js +1 -0
  222. package/dist/esm/components/random-gradient-palettes.js +1 -0
  223. package/dist/esm/helpers/confirm.d.ts +30 -0
  224. package/dist/esm/helpers/confirm.js +1 -0
  225. package/dist/esm/helpers/toast.d.ts +56 -0
  226. package/dist/esm/helpers/toast.js +1 -0
  227. package/dist/esm/index.d.ts +102 -0
  228. package/dist/esm/index.js +1 -0
  229. package/dist/esm/node_modules/prismjs/components/prism-bash.js +1 -0
  230. package/dist/esm/node_modules/prismjs/components/prism-clike.js +1 -0
  231. package/dist/esm/node_modules/prismjs/components/prism-css.js +1 -0
  232. package/dist/esm/node_modules/prismjs/components/prism-javascript.js +1 -0
  233. package/dist/esm/node_modules/prismjs/components/prism-json.js +1 -0
  234. package/dist/esm/node_modules/prismjs/components/prism-jsx.js +1 -0
  235. package/dist/esm/node_modules/prismjs/components/prism-markup.js +1 -0
  236. package/dist/esm/node_modules/prismjs/components/prism-scss.js +1 -0
  237. package/dist/esm/node_modules/prismjs/components/prism-tsx.js +1 -0
  238. package/dist/esm/node_modules/prismjs/components/prism-typescript.js +1 -0
  239. package/dist/index.cjs +1 -1
  240. package/dist/index.css +1 -1
  241. package/dist/index.d.ts +475 -12
  242. package/dist/index.esm.js +1 -1
  243. package/dist/react/chunks/lottie-14e7addb.js +1 -0
  244. package/dist/react/index.cjs +1 -1
  245. package/dist/react/index.d.ts +604 -64
  246. package/dist/react/index.esm.js +1 -1
  247. package/package.json +10 -2
  248. package/dist/react/chunks/lottie-eed75107.js +0 -1
  249. /package/dist/chunks/{lottie-2c3b8673.js → lottie-1e5700ad.js} +0 -0
@@ -142,12 +142,16 @@ declare global {
142
142
  }
143
143
 
144
144
  declare class DbToggle extends HTMLElement {
145
+ static readonly formAssociated = true;
145
146
  static get observedAttributes(): string[];
147
+ private readonly internals;
146
148
  private root?;
147
149
  private labelEl?;
148
150
  private built;
149
151
  get checked(): boolean;
150
152
  set checked(value: boolean);
153
+ get name(): string;
154
+ set name(value: string);
151
155
  get disabled(): boolean;
152
156
  set disabled(value: boolean);
153
157
  get readOnly(): boolean;
@@ -156,7 +160,10 @@ declare class DbToggle extends HTMLElement {
156
160
  set size(value: string);
157
161
  connectedCallback(): void;
158
162
  attributeChangedCallback(): void;
163
+ formResetCallback(): void;
164
+ formDisabledCallback(disabled: boolean): void;
159
165
  private get hasLabel();
166
+ private syncFormValue;
160
167
  private build;
161
168
  private handleClick;
162
169
  private syncState;
@@ -296,6 +303,9 @@ declare class DbTabs extends HTMLElement {
296
303
  get labels(): string[] | string;
297
304
  set labels(value: string[] | string);
298
305
  get tabItems(): TabItemConfig$1[];
306
+ get items(): TabItemConfig$1[];
307
+ set items(value: TabItemConfig$1[] | string);
308
+ set tabItems(value: TabItemConfig$1[] | string);
299
309
  get activeIndex(): number;
300
310
  set activeIndex(value: number);
301
311
  get orientation(): string;
@@ -463,6 +473,8 @@ declare class DbTooltip extends HTMLElement {
463
473
  private showTimer?;
464
474
  private hideTimer?;
465
475
  private repositionRaf?;
476
+ private enterRaf?;
477
+ private removalTimer?;
466
478
  get content(): string;
467
479
  set content(value: string);
468
480
  get position(): string;
@@ -494,6 +506,7 @@ declare class DbTooltip extends HTMLElement {
494
506
  private syncTooltipClasses;
495
507
  private calculatePosition;
496
508
  private setVisible;
509
+ private hideTooltip;
497
510
  private removeTooltip;
498
511
  private handleShow;
499
512
  private handleHide;
@@ -576,11 +589,21 @@ declare global {
576
589
 
577
590
  declare class DbProgress extends HTMLElement {
578
591
  static get observedAttributes(): string[];
592
+ private structureSignature;
593
+ private barEl?;
594
+ private linearValueEl?;
595
+ private circularBarEl?;
596
+ private circularValueEl?;
597
+ private circumference;
579
598
  get value(): number;
580
599
  set value(value: number);
581
600
  connectedCallback(): void;
582
601
  attributeChangedCallback(): void;
583
602
  private render;
603
+ private buildLinear;
604
+ private updateLinear;
605
+ private buildCircular;
606
+ private updateCircular;
584
607
  }
585
608
  declare global {
586
609
  interface HTMLElementTagNameMap {
@@ -589,7 +612,9 @@ declare global {
589
612
  }
590
613
 
591
614
  declare class DbSelect extends HTMLElement {
615
+ static readonly formAssociated = true;
592
616
  static get observedAttributes(): string[];
617
+ private readonly internals;
593
618
  private labelEl?;
594
619
  private trigger?;
595
620
  private valueEl?;
@@ -605,12 +630,16 @@ declare class DbSelect extends HTMLElement {
605
630
  private built;
606
631
  private searchTerm;
607
632
  private focusedIndex;
633
+ get name(): string;
634
+ set name(value: string);
608
635
  get open(): boolean;
609
636
  set open(value: boolean);
610
637
  get value(): string;
611
638
  set value(value: string);
612
639
  connectedCallback(): void;
613
640
  disconnectedCallback(): void;
641
+ formResetCallback(): void;
642
+ formDisabledCallback(disabled: boolean): void;
614
643
  attributeChangedCallback(name: string): void;
615
644
  get multiple(): boolean;
616
645
  set multiple(value: boolean);
@@ -999,7 +1028,8 @@ declare class DbToast extends HTMLElement {
999
1028
  attributeChangedCallback(name: string): void;
1000
1029
  private clearTimers;
1001
1030
  private startTimers;
1002
- private close;
1031
+ /** 토스트를 닫고(애니메이션 포함) auto-remove 설정 시 DOM에서 제거합니다. */
1032
+ close(): void;
1003
1033
  private iconForStatus;
1004
1034
  private render;
1005
1035
  }
@@ -1050,6 +1080,10 @@ declare class DbIndicator extends HTMLElement {
1050
1080
  set size(value: string);
1051
1081
  get direction(): string;
1052
1082
  set direction(value: string);
1083
+ get numberBackground(): boolean;
1084
+ set numberBackground(value: boolean);
1085
+ get playback(): boolean;
1086
+ set playback(value: boolean);
1053
1087
  get clickable(): boolean;
1054
1088
  set clickable(value: boolean);
1055
1089
  get timer(): boolean;
@@ -1068,6 +1102,14 @@ declare class DbIndicator extends HTMLElement {
1068
1102
  private renderStep;
1069
1103
  private renderDots;
1070
1104
  private renderPlaybackButton;
1105
+ private renderNumbers;
1106
+ private renderSlide;
1107
+ private renderScaleFill;
1108
+ private renderLine;
1109
+ private renderDotLine;
1110
+ private fillRatio;
1111
+ private renderFill;
1112
+ private renderContent;
1071
1113
  private render;
1072
1114
  }
1073
1115
  declare global {
@@ -1358,6 +1400,7 @@ declare class DbLightbox extends HTMLElement {
1358
1400
  private imageError;
1359
1401
  private keydownHandler;
1360
1402
  private boundSrc;
1403
+ private thumbnailSignature;
1361
1404
  static get observedAttributes(): string[];
1362
1405
  connectedCallback(): void;
1363
1406
  disconnectedCallback(): void;
@@ -1387,10 +1430,22 @@ declare global {
1387
1430
  }
1388
1431
  }
1389
1432
 
1433
+ interface DbBottomNavigationItem {
1434
+ id: string;
1435
+ icon: string;
1436
+ activeIcon?: string;
1437
+ label: string;
1438
+ isActive?: boolean;
1439
+ disabled?: boolean;
1440
+ badge?: string | number;
1441
+ badgeColor?: 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info';
1442
+ }
1390
1443
  declare class DbBottomNavigation extends HTMLElement {
1391
1444
  static get observedAttributes(): string[];
1392
1445
  connectedCallback(): void;
1393
1446
  attributeChangedCallback(): void;
1447
+ get items(): DbBottomNavigationItem[];
1448
+ set items(value: DbBottomNavigationItem[] | string);
1394
1449
  private parseItems;
1395
1450
  private iconSize;
1396
1451
  private syncHostClasses;
@@ -1402,6 +1457,49 @@ declare global {
1402
1457
  }
1403
1458
  }
1404
1459
 
1460
+ interface DbNavbarItem {
1461
+ id: string;
1462
+ label: string;
1463
+ href?: string;
1464
+ icon?: string;
1465
+ /** 메가 메뉴 링크에서 라벨 아래 표시되는 보조 설명 */
1466
+ description?: string;
1467
+ active?: boolean;
1468
+ disabled?: boolean;
1469
+ children?: DbNavbarItem[];
1470
+ /** children 대신 메가 메뉴(다단 패널) 스타일로 렌더링 */
1471
+ megaMenu?: boolean;
1472
+ /** 메가 메뉴 컬럼 목록 */
1473
+ columns?: DbNavbarMegaColumn[];
1474
+ /** 메가 메뉴 우측 강조(피처드) 영역 */
1475
+ featured?: DbNavbarMegaFeatured;
1476
+ }
1477
+ interface DbNavbarMegaColumn {
1478
+ id: string;
1479
+ /** 컬럼 상단 제목 */
1480
+ title?: string;
1481
+ /** 컬럼 내 링크 목록 */
1482
+ items: DbNavbarItem[];
1483
+ }
1484
+ interface DbNavbarMegaFeatured {
1485
+ title?: string;
1486
+ description?: string;
1487
+ /** 배경 이미지 URL */
1488
+ image?: string;
1489
+ href?: string;
1490
+ /** CTA 텍스트 (예: 자세히 보기) */
1491
+ ctaLabel?: string;
1492
+ icon?: string;
1493
+ }
1494
+ interface DbNavbarUserProfile {
1495
+ name: string;
1496
+ email?: string;
1497
+ avatar?: string;
1498
+ badge?: number;
1499
+ badgeVariant?: 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
1500
+ badgeStyle?: 'dot' | 'number' | 'text' | 'outlined';
1501
+ badgeText?: string;
1502
+ }
1405
1503
  declare class DbNavbar extends HTMLElement {
1406
1504
  private mobileOpen;
1407
1505
  private userMenuOpen;
@@ -1411,6 +1509,12 @@ declare class DbNavbar extends HTMLElement {
1411
1509
  connectedCallback(): void;
1412
1510
  disconnectedCallback(): void;
1413
1511
  attributeChangedCallback(): void;
1512
+ get items(): DbNavbarItem[];
1513
+ set items(value: DbNavbarItem[] | string);
1514
+ get userMenuItems(): DbNavbarItem[];
1515
+ set userMenuItems(value: DbNavbarItem[] | string);
1516
+ get userProfile(): DbNavbarUserProfile | null;
1517
+ set userProfile(value: DbNavbarUserProfile | string | null);
1414
1518
  private parseItems;
1415
1519
  private parseUserProfile;
1416
1520
  private iconSize;
@@ -1418,10 +1522,16 @@ declare class DbNavbar extends HTMLElement {
1418
1522
  private unbindOutsideClick;
1419
1523
  private dispatchItemClick;
1420
1524
  private syncHostClasses;
1525
+ private isMegaMenu;
1526
+ private createNavToggleButton;
1527
+ private createMegaLink;
1528
+ private createMegaMenu;
1529
+ private createMegaFeatured;
1421
1530
  private createDesktopNavItem;
1422
1531
  private createUserMenuItemElement;
1423
1532
  private bindSearchEvents;
1424
1533
  private applyAvatarProfile;
1534
+ private getMobileChildren;
1425
1535
  private createMobileMenuItem;
1426
1536
  private updateUserMenuVisibility;
1427
1537
  private renderMobileMenu;
@@ -1433,6 +1543,99 @@ declare global {
1433
1543
  }
1434
1544
  }
1435
1545
 
1546
+ type DbFooterSocialPlatform = 'youtube' | 'instagram' | 'x' | 'linkedin' | 'facebook' | 'email';
1547
+ interface DbFooterLink {
1548
+ id: string;
1549
+ label: string;
1550
+ href?: string;
1551
+ external?: boolean;
1552
+ /** 개인정보처리방침 등 강조 링크 */
1553
+ emphasize?: boolean;
1554
+ }
1555
+ interface DbFooterLinkColumn {
1556
+ id: string;
1557
+ title: string;
1558
+ items: DbFooterLink[];
1559
+ }
1560
+ interface DbFooterSocialLink {
1561
+ id: string;
1562
+ platform: DbFooterSocialPlatform;
1563
+ href: string;
1564
+ label?: string;
1565
+ }
1566
+ interface DbFooterCompanyInfo {
1567
+ companyName?: string;
1568
+ representative?: string;
1569
+ businessNumber?: string;
1570
+ mailOrderNumber?: string;
1571
+ address?: string;
1572
+ phone?: string;
1573
+ customerCenter?: string;
1574
+ email?: string;
1575
+ hostingProvider?: string;
1576
+ }
1577
+ interface DbFooterFamilySite {
1578
+ id: string;
1579
+ label: string;
1580
+ href: string;
1581
+ }
1582
+ declare class DbFooter extends HTMLElement {
1583
+ static get observedAttributes(): string[];
1584
+ connectedCallback(): void;
1585
+ attributeChangedCallback(): void;
1586
+ get columns(): DbFooterLinkColumn[];
1587
+ set columns(value: DbFooterLinkColumn[] | string);
1588
+ get legalLinks(): DbFooterLink[];
1589
+ set legalLinks(value: DbFooterLink[] | string);
1590
+ get socialLinks(): DbFooterSocialLink[];
1591
+ set socialLinks(value: DbFooterSocialLink[] | string);
1592
+ get companyInfo(): DbFooterCompanyInfo;
1593
+ set companyInfo(value: DbFooterCompanyInfo | string);
1594
+ get familySites(): DbFooterFamilySite[];
1595
+ set familySites(value: DbFooterFamilySite[] | string);
1596
+ private syncHostClasses;
1597
+ private dispatchLinkClick;
1598
+ private createLink;
1599
+ private createSocialLink;
1600
+ private createCompanyInfoRows;
1601
+ private showLogo;
1602
+ private createLogo;
1603
+ private renderBrand;
1604
+ private renderColumns;
1605
+ private createLegalNav;
1606
+ private renderLegalBar;
1607
+ private renderCompanyInfo;
1608
+ private createCopyright;
1609
+ private renderMinimal;
1610
+ private render;
1611
+ }
1612
+ declare global {
1613
+ interface HTMLElementTagNameMap {
1614
+ 'db-footer': DbFooter;
1615
+ }
1616
+ }
1617
+
1618
+ interface DbSidebarItem {
1619
+ id: string;
1620
+ label: string;
1621
+ href?: string;
1622
+ icon?: string;
1623
+ active?: boolean;
1624
+ disabled?: boolean;
1625
+ badge?: string | number;
1626
+ badgeColor?: string;
1627
+ children?: DbSidebarItem[];
1628
+ }
1629
+ interface DbSidebarSection {
1630
+ id: string;
1631
+ title?: string;
1632
+ items: DbSidebarItem[];
1633
+ }
1634
+ interface DbSidebarUserProfile {
1635
+ name: string;
1636
+ email?: string;
1637
+ avatar?: string;
1638
+ }
1436
1639
  declare class DbSidebar extends HTMLElement {
1437
1640
  private expandedItems;
1438
1641
  private userMenuOpen;
@@ -1442,6 +1645,14 @@ declare class DbSidebar extends HTMLElement {
1442
1645
  disconnectedCallback(): void;
1443
1646
  attributeChangedCallback(name: string): void;
1444
1647
  private seedExpanded;
1648
+ get items(): DbSidebarItem[];
1649
+ set items(value: DbSidebarItem[] | string);
1650
+ get sections(): DbSidebarSection[];
1651
+ set sections(value: DbSidebarSection[] | string);
1652
+ get userMenuItems(): DbSidebarItem[];
1653
+ set userMenuItems(value: DbSidebarItem[] | string);
1654
+ get userProfile(): DbSidebarUserProfile | null;
1655
+ set userProfile(value: DbSidebarUserProfile | string | null);
1445
1656
  private parseSections;
1446
1657
  private parseUserMenuItems;
1447
1658
  private parseUserProfile;
@@ -2834,6 +3045,15 @@ declare global {
2834
3045
  }
2835
3046
  }
2836
3047
 
3048
+ interface HeroButton {
3049
+ text: string;
3050
+ href?: string;
3051
+ variant?: 'primary' | 'secondary' | 'tertiary' | 'outline' | 'ghost';
3052
+ size?: 's' | 'm' | 'l';
3053
+ external?: boolean;
3054
+ startIcon?: string;
3055
+ icon?: string;
3056
+ }
2837
3057
  declare class DbSectionHero extends HTMLElement {
2838
3058
  static get observedAttributes(): string[];
2839
3059
  private built;
@@ -2846,6 +3066,8 @@ declare class DbSectionHero extends HTMLElement {
2846
3066
  private buttonsEl?;
2847
3067
  connectedCallback(): void;
2848
3068
  attributeChangedCallback(): void;
3069
+ get buttons(): HeroButton[];
3070
+ set buttons(value: HeroButton[] | string);
2849
3071
  private parseButtons;
2850
3072
  private build;
2851
3073
  private updateUI;
@@ -2856,6 +3078,12 @@ declare global {
2856
3078
  }
2857
3079
  }
2858
3080
 
3081
+ interface FeatureAction {
3082
+ label: string;
3083
+ variant?: string;
3084
+ size?: string;
3085
+ href?: string;
3086
+ }
2859
3087
  declare class DbSectionFeature extends HTMLElement {
2860
3088
  static get observedAttributes(): string[];
2861
3089
  private built;
@@ -2871,6 +3099,8 @@ declare class DbSectionFeature extends HTMLElement {
2871
3099
  connectedCallback(): void;
2872
3100
  attributeChangedCallback(): void;
2873
3101
  private parseBadge;
3102
+ get actions(): FeatureAction[];
3103
+ set actions(value: FeatureAction[] | string);
2874
3104
  private parseActions;
2875
3105
  private build;
2876
3106
  private updateUI;
@@ -2921,6 +3151,14 @@ declare global {
2921
3151
  }
2922
3152
  }
2923
3153
 
3154
+ interface DownloadStore {
3155
+ store: 'app-store' | 'google-play';
3156
+ href?: string;
3157
+ label?: string;
3158
+ storeName?: string;
3159
+ size?: string;
3160
+ theme?: string;
3161
+ }
2924
3162
  declare class DbSectionAppDownload extends HTMLElement {
2925
3163
  static get observedAttributes(): string[];
2926
3164
  private built;
@@ -2932,6 +3170,8 @@ declare class DbSectionAppDownload extends HTMLElement {
2932
3170
  private badgesEl?;
2933
3171
  connectedCallback(): void;
2934
3172
  attributeChangedCallback(): void;
3173
+ get stores(): DownloadStore[];
3174
+ set stores(value: DownloadStore[] | string);
2935
3175
  private parseStores;
2936
3176
  private build;
2937
3177
  private updateUI;
@@ -2946,27 +3186,49 @@ declare class DbMarquee extends HTMLElement {
2946
3186
  static get observedAttributes(): string[];
2947
3187
  private built;
2948
3188
  private containerEl?;
2949
- private trackEl?;
2950
- private baseGroupEl?;
3189
+ private rowsEl?;
2951
3190
  private srOnlyEl?;
3191
+ private rows;
3192
+ private rowCount;
2952
3193
  private resizeObserver?;
2953
3194
  private containerWidth;
2954
- private baseGroupWidth;
3195
+ private gap;
3196
+ private scrollVelocityEnabled;
3197
+ private rafId;
3198
+ private lastFrameTime;
3199
+ private lastScrollY;
3200
+ private smoothedScrollV;
3201
+ private baseDurationSec;
3202
+ private reduceMotion;
2955
3203
  private boundMeasure;
3204
+ private boundFrame;
2956
3205
  connectedCallback(): void;
2957
3206
  disconnectedCallback(): void;
2958
3207
  attributeChangedCallback(): void;
2959
3208
  private getBool;
2960
3209
  private parseItems;
3210
+ private itemToText;
2961
3211
  private build;
2962
3212
  private bindResize;
3213
+ /** rows 개수에 맞춰 행 DOM을 만들거나 제거한다. */
3214
+ private reconcileRows;
2963
3215
  private measure;
2964
3216
  private unbindImageListeners;
2965
3217
  private bindImageListeners;
2966
3218
  private renderItem;
2967
3219
  private renderGroup;
2968
- private renderDuplicates;
3220
+ /**
3221
+ * 각 행의 base 그룹을 items로 다시 만든다 — items/attributes 변경 시에만 실행.
3222
+ * 이미지 노드 재생성으로 인한 재로딩을 막기 위해 measure() 중에는 건드리지 않는다.
3223
+ */
3224
+ private buildBase;
3225
+ private baseImagesReady;
3226
+ /** 트랙을 채울 만큼의 복제 그룹 개수를 델타만 조정한다. */
3227
+ private reconcileDuplicates;
2969
3228
  private syncReadyState;
3229
+ private startScrollEngine;
3230
+ private stopScrollEngine;
3231
+ private frame;
2970
3232
  private updateUI;
2971
3233
  }
2972
3234
  declare global {
@@ -2975,11 +3237,17 @@ declare global {
2975
3237
  }
2976
3238
  }
2977
3239
 
3240
+ interface GradientColor$1 {
3241
+ color: string;
3242
+ position?: number;
3243
+ }
2978
3244
  declare class DbGradient extends HTMLElement {
2979
3245
  static get observedAttributes(): string[];
2980
3246
  connectedCallback(): void;
2981
3247
  attributeChangedCallback(): void;
2982
3248
  private getBool;
3249
+ get colors(): GradientColor$1[];
3250
+ set colors(value: GradientColor$1[] | string);
2983
3251
  private parseColors;
2984
3252
  private directionMap;
2985
3253
  private colorStops;
@@ -3025,8 +3293,16 @@ declare class DbAdBanner extends HTMLElement {
3025
3293
  private autoCloseTimer?;
3026
3294
  private rootEl?;
3027
3295
  private gradientEl?;
3296
+ private animBgEl?;
3297
+ private animBgInner?;
3298
+ private gridBgEl?;
3299
+ private gridBgInner?;
3028
3300
  private contentEl?;
3301
+ private mainEl?;
3302
+ private textEl?;
3029
3303
  private closeBtn?;
3304
+ private imageEl?;
3305
+ private linkEl?;
3030
3306
  private iconEl?;
3031
3307
  private labelEl?;
3032
3308
  private badgeEl?;
@@ -3044,11 +3320,28 @@ declare class DbAdBanner extends HTMLElement {
3044
3320
  private getBool;
3045
3321
  private getType;
3046
3322
  private getVariant;
3323
+ private getSize;
3324
+ private ctaButtonSize;
3047
3325
  private build;
3048
3326
  private handleClose;
3049
3327
  private stopAutoClose;
3050
3328
  private startAutoClose;
3051
- private renderGradientWrapper;
3329
+ private getBackground;
3330
+ private ensureAnimBg;
3331
+ private ensureGridBg;
3332
+ /** 이전 배경 모드의 백드롭 엘리먼트를 정리한다. */
3333
+ private clearBackdrop;
3334
+ private renderBackground;
3335
+ /** 장식 아이콘은 card 타입에서만 사용한다. */
3336
+ private syncIcon;
3337
+ /** floating 타입에서만 텍스트 상단에 배지 칩을 노출한다. */
3338
+ private syncBadge;
3339
+ /** floating 타입에서 배너 이미지를 콘텐츠 상단(패딩 밖)에 렌더한다. */
3340
+ private syncImage;
3341
+ /** topbar 타입에서 href 가 있으면 전체를 덮는 링크 오버레이를 렌더한다. */
3342
+ private syncLink;
3343
+ /** show-countdown + end-date 가 있을 때만 카운트다운을 마운트한다. */
3344
+ private syncCountdown;
3052
3345
  private updateUI;
3053
3346
  }
3054
3347
  declare global {
@@ -3092,11 +3385,18 @@ declare class DbAnimationText extends HTMLElement {
3092
3385
  private displayText;
3093
3386
  private isVisible;
3094
3387
  private isAnimating;
3388
+ private wordEls;
3389
+ private scrollHandler?;
3390
+ private rafId?;
3391
+ private rotateToken;
3392
+ private rotateObserver?;
3095
3393
  static get observedAttributes(): string[];
3096
3394
  connectedCallback(): void;
3097
3395
  disconnectedCallback(): void;
3098
3396
  attributeChangedCallback(): void;
3099
3397
  private getText;
3398
+ private getRotateTexts;
3399
+ private getLongestText;
3100
3400
  private getType;
3101
3401
  private getTrigger;
3102
3402
  private ensureStructure;
@@ -3104,6 +3404,10 @@ declare class DbAnimationText extends HTMLElement {
3104
3404
  private syncFromAttributes;
3105
3405
  private syncClasses;
3106
3406
  private setupTrigger;
3407
+ private setupTextRotate;
3408
+ private setupScrollFill;
3409
+ private teardownScrollFill;
3410
+ private updateScrollFill;
3107
3411
  private startAnimation;
3108
3412
  private startTyping;
3109
3413
  private startDecoding;
@@ -3115,6 +3419,13 @@ declare global {
3115
3419
  }
3116
3420
  }
3117
3421
 
3422
+ type TutorialStep$1 = {
3423
+ id: string;
3424
+ target: string;
3425
+ title?: string;
3426
+ content?: string;
3427
+ placement?: 'top' | 'bottom' | 'left' | 'right' | 'auto';
3428
+ };
3118
3429
  declare class DbTutorial extends HTMLElement {
3119
3430
  static get observedAttributes(): string[];
3120
3431
  private root?;
@@ -3134,6 +3445,8 @@ declare class DbTutorial extends HTMLElement {
3134
3445
  connectedCallback(): void;
3135
3446
  disconnectedCallback(): void;
3136
3447
  attributeChangedCallback(name: string): void;
3448
+ get steps(): TutorialStep$1[];
3449
+ set steps(value: TutorialStep$1[] | string);
3137
3450
  private parseSteps;
3138
3451
  private syncStepFromAttribute;
3139
3452
  private isOpenRequested;
@@ -3162,15 +3475,36 @@ declare global {
3162
3475
  declare class DbAnimationBackground extends HTMLElement {
3163
3476
  private layersEl?;
3164
3477
  private contentEl?;
3478
+ private controlsRootEl?;
3479
+ private panelEl?;
3480
+ private panelOpen;
3165
3481
  private layerHandle?;
3166
3482
  private clickHandler?;
3483
+ private mountedType?;
3484
+ private controlInputs;
3485
+ private syncingControls;
3167
3486
  static get observedAttributes(): string[];
3168
3487
  connectedCallback(): void;
3169
3488
  disconnectedCallback(): void;
3170
- attributeChangedCallback(): void;
3171
- private teardownLayers;
3489
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
3490
+ private getBool;
3172
3491
  private getSizeStyle;
3492
+ private getConfig;
3493
+ private teardownLayers;
3494
+ private remountLayers;
3495
+ private canLiveUpdate;
3496
+ private applyConfig;
3497
+ private syncClickable;
3173
3498
  private render;
3499
+ private ensureControlsShell;
3500
+ private syncControlsVisibility;
3501
+ private syncPanelState;
3502
+ private createIconButton;
3503
+ private rebuildControlInputs;
3504
+ private createControlField;
3505
+ private commitControlValue;
3506
+ private syncControlInputs;
3507
+ private renderColorInputs;
3174
3508
  }
3175
3509
  declare global {
3176
3510
  interface HTMLElementTagNameMap {
@@ -3178,8 +3512,99 @@ declare global {
3178
3512
  }
3179
3513
  }
3180
3514
 
3515
+ /**
3516
+ * db-grid-background — 캔버스 기반 그리드 배경.
3517
+ *
3518
+ * 패턴은 항상 중앙을 기준으로 대칭 배치되며(가장자리 라인 없음),
3519
+ * 단독 배경으로도, 다른 배경 위 데코 레이어(overlay)로도 쓸 수 있다.
3520
+ * interactive/animate 로 마우스 인터랙션과 앰비언트 애니메이션을 켤 수 있다.
3521
+ *
3522
+ * @example
3523
+ * <db-grid-background type="lines" size="32" fade="all"
3524
+ * interactive animate height="240"></db-grid-background>
3525
+ */
3526
+ declare class DbGridBackground extends HTMLElement {
3527
+ private canvas?;
3528
+ private ctx?;
3529
+ private hlCanvas?;
3530
+ private maskCanvas?;
3531
+ private ro?;
3532
+ private rafId?;
3533
+ private lastTime;
3534
+ private lastPointerMove;
3535
+ private bandAngle;
3536
+ private pointer;
3537
+ private cssW;
3538
+ private cssH;
3539
+ private colorProbe?;
3540
+ private themeObserver?;
3541
+ private themeMedia?;
3542
+ private tracePulses;
3543
+ private traceSpawnAccumulator;
3544
+ private onThemeMediaChange;
3545
+ private onPointerMove;
3546
+ static get observedAttributes(): string[];
3547
+ connectedCallback(): void;
3548
+ disconnectedCallback(): void;
3549
+ attributeChangedCallback(): void;
3550
+ private getBool;
3551
+ private getNumber;
3552
+ private getSizeStyle;
3553
+ private getColorProbe;
3554
+ private resolveCssColor;
3555
+ private isDarkContext;
3556
+ private resolveThemeColor;
3557
+ private effectiveOpacity;
3558
+ private effectiveColor;
3559
+ private effectiveInterColor;
3560
+ private traceDrawColor;
3561
+ private traceDrawOpacity;
3562
+ private parseColorRgb;
3563
+ private crossArm;
3564
+ private interactionMode;
3565
+ private animationStyle;
3566
+ private traceDirection;
3567
+ private linesLayout;
3568
+ private crossStyle;
3569
+ private parseGuideEdges;
3570
+ private guideFraction;
3571
+ private isGridLines;
3572
+ private isTraceableLines;
3573
+ private get cfg();
3574
+ private ensureCanvas;
3575
+ private applyHostStyles;
3576
+ private startObserving;
3577
+ private observeDocumentTheme;
3578
+ private bindPointer;
3579
+ private handlePointerMove;
3580
+ private measure;
3581
+ /** 중앙을 기준으로 대칭 배치되며 (0, extent) 내부 좌표만 반환 → 가장자리 라인 없음 */
3582
+ private axis;
3583
+ private scheduleDraw;
3584
+ private ensureLoop;
3585
+ private drawFrame;
3586
+ private easeInOutCubic;
3587
+ private traceSegmentLength;
3588
+ private pulseHead;
3589
+ private updateTracePulses;
3590
+ private traceLinePositions;
3591
+ private spawnTracePulse;
3592
+ private drawTracePulseSegment;
3593
+ private drawTraceHighlight;
3594
+ private drawPattern;
3595
+ private drawGridLines;
3596
+ private drawFrameGuides;
3597
+ private drawCenterGuides;
3598
+ private buildEnergyMask;
3599
+ private applyFade;
3600
+ }
3601
+ declare global {
3602
+ interface HTMLElementTagNameMap {
3603
+ 'db-grid-background': DbGridBackground;
3604
+ }
3605
+ }
3606
+
3181
3607
  declare class DbCursorFollower extends HTMLElement {
3182
- private scopeEl?;
3183
3608
  private portalRoot?;
3184
3609
  private pillEl?;
3185
3610
  private labelEl?;
@@ -3197,7 +3622,7 @@ declare class DbCursorFollower extends HTMLElement {
3197
3622
  disconnectedCallback(): void;
3198
3623
  attributeChangedCallback(): void;
3199
3624
  private setupDesktopGate;
3200
- private ensureScope;
3625
+ private updateScope;
3201
3626
  private isInScope;
3202
3627
  private mountLayer;
3203
3628
  private teardownLayer;
@@ -3245,17 +3670,17 @@ declare function ModalHeader({ className, children, ...props }: PartProps): reac
3245
3670
  accessKey?: string | undefined;
3246
3671
  autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
3247
3672
  autoFocus?: boolean | undefined;
3248
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
3673
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
3249
3674
  contextMenu?: string | undefined;
3250
3675
  dir?: string | undefined;
3251
- draggable?: (boolean | "false" | "true") | undefined;
3676
+ draggable?: (boolean | "true" | "false") | undefined;
3252
3677
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
3253
3678
  hidden?: boolean | undefined;
3254
3679
  id?: string | undefined;
3255
3680
  lang?: string | undefined;
3256
3681
  nonce?: string | undefined;
3257
3682
  slot?: string | undefined;
3258
- spellCheck?: (boolean | "false" | "true") | undefined;
3683
+ spellCheck?: (boolean | "true" | "false") | undefined;
3259
3684
  style?: react.CSSProperties | undefined;
3260
3685
  tabIndex?: number | undefined;
3261
3686
  title?: string | undefined;
@@ -3293,11 +3718,11 @@ declare function ModalHeader({ className, children, ...props }: PartProps): reac
3293
3718
  exportparts?: string | undefined;
3294
3719
  part?: string | undefined;
3295
3720
  "aria-activedescendant"?: string | undefined;
3296
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
3721
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
3297
3722
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
3298
3723
  "aria-braillelabel"?: string | undefined;
3299
3724
  "aria-brailleroledescription"?: string | undefined;
3300
- "aria-busy"?: (boolean | "false" | "true") | undefined;
3725
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
3301
3726
  "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
3302
3727
  "aria-colcount"?: number | undefined;
3303
3728
  "aria-colindex"?: number | undefined;
@@ -3308,37 +3733,37 @@ declare function ModalHeader({ className, children, ...props }: PartProps): reac
3308
3733
  "aria-describedby"?: string | undefined;
3309
3734
  "aria-description"?: string | undefined;
3310
3735
  "aria-details"?: string | undefined;
3311
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
3736
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
3312
3737
  "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
3313
3738
  "aria-errormessage"?: string | undefined;
3314
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
3739
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
3315
3740
  "aria-flowto"?: string | undefined;
3316
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
3741
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
3317
3742
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
3318
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
3743
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
3319
3744
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3320
3745
  "aria-keyshortcuts"?: string | undefined;
3321
3746
  "aria-label"?: string | undefined;
3322
3747
  "aria-labelledby"?: string | undefined;
3323
3748
  "aria-level"?: number | undefined;
3324
3749
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
3325
- "aria-modal"?: (boolean | "false" | "true") | undefined;
3326
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
3327
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
3750
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
3751
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
3752
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
3328
3753
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
3329
3754
  "aria-owns"?: string | undefined;
3330
3755
  "aria-placeholder"?: string | undefined;
3331
3756
  "aria-posinset"?: number | undefined;
3332
3757
  "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
3333
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
3758
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
3334
3759
  "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
3335
- "aria-required"?: (boolean | "false" | "true") | undefined;
3760
+ "aria-required"?: (boolean | "true" | "false") | undefined;
3336
3761
  "aria-roledescription"?: string | undefined;
3337
3762
  "aria-rowcount"?: number | undefined;
3338
3763
  "aria-rowindex"?: number | undefined;
3339
3764
  "aria-rowindextext"?: string | undefined;
3340
3765
  "aria-rowspan"?: number | undefined;
3341
- "aria-selected"?: (boolean | "false" | "true") | undefined;
3766
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
3342
3767
  "aria-setsize"?: number | undefined;
3343
3768
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
3344
3769
  "aria-valuemax"?: number | undefined;
@@ -3527,17 +3952,17 @@ declare function ModalBody({ className, children, ...props }: PartProps): react.
3527
3952
  accessKey?: string | undefined;
3528
3953
  autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
3529
3954
  autoFocus?: boolean | undefined;
3530
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
3955
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
3531
3956
  contextMenu?: string | undefined;
3532
3957
  dir?: string | undefined;
3533
- draggable?: (boolean | "false" | "true") | undefined;
3958
+ draggable?: (boolean | "true" | "false") | undefined;
3534
3959
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
3535
3960
  hidden?: boolean | undefined;
3536
3961
  id?: string | undefined;
3537
3962
  lang?: string | undefined;
3538
3963
  nonce?: string | undefined;
3539
3964
  slot?: string | undefined;
3540
- spellCheck?: (boolean | "false" | "true") | undefined;
3965
+ spellCheck?: (boolean | "true" | "false") | undefined;
3541
3966
  style?: react.CSSProperties | undefined;
3542
3967
  tabIndex?: number | undefined;
3543
3968
  title?: string | undefined;
@@ -3575,11 +4000,11 @@ declare function ModalBody({ className, children, ...props }: PartProps): react.
3575
4000
  exportparts?: string | undefined;
3576
4001
  part?: string | undefined;
3577
4002
  "aria-activedescendant"?: string | undefined;
3578
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
4003
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
3579
4004
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
3580
4005
  "aria-braillelabel"?: string | undefined;
3581
4006
  "aria-brailleroledescription"?: string | undefined;
3582
- "aria-busy"?: (boolean | "false" | "true") | undefined;
4007
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
3583
4008
  "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
3584
4009
  "aria-colcount"?: number | undefined;
3585
4010
  "aria-colindex"?: number | undefined;
@@ -3590,37 +4015,37 @@ declare function ModalBody({ className, children, ...props }: PartProps): react.
3590
4015
  "aria-describedby"?: string | undefined;
3591
4016
  "aria-description"?: string | undefined;
3592
4017
  "aria-details"?: string | undefined;
3593
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
4018
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
3594
4019
  "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
3595
4020
  "aria-errormessage"?: string | undefined;
3596
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
4021
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
3597
4022
  "aria-flowto"?: string | undefined;
3598
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
4023
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
3599
4024
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
3600
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
4025
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
3601
4026
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3602
4027
  "aria-keyshortcuts"?: string | undefined;
3603
4028
  "aria-label"?: string | undefined;
3604
4029
  "aria-labelledby"?: string | undefined;
3605
4030
  "aria-level"?: number | undefined;
3606
4031
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
3607
- "aria-modal"?: (boolean | "false" | "true") | undefined;
3608
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
3609
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
4032
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
4033
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
4034
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
3610
4035
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
3611
4036
  "aria-owns"?: string | undefined;
3612
4037
  "aria-placeholder"?: string | undefined;
3613
4038
  "aria-posinset"?: number | undefined;
3614
4039
  "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
3615
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
4040
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
3616
4041
  "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
3617
- "aria-required"?: (boolean | "false" | "true") | undefined;
4042
+ "aria-required"?: (boolean | "true" | "false") | undefined;
3618
4043
  "aria-roledescription"?: string | undefined;
3619
4044
  "aria-rowcount"?: number | undefined;
3620
4045
  "aria-rowindex"?: number | undefined;
3621
4046
  "aria-rowindextext"?: string | undefined;
3622
4047
  "aria-rowspan"?: number | undefined;
3623
- "aria-selected"?: (boolean | "false" | "true") | undefined;
4048
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
3624
4049
  "aria-setsize"?: number | undefined;
3625
4050
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
3626
4051
  "aria-valuemax"?: number | undefined;
@@ -3809,17 +4234,17 @@ declare function ModalFooter({ className, children, ...props }: PartProps): reac
3809
4234
  accessKey?: string | undefined;
3810
4235
  autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
3811
4236
  autoFocus?: boolean | undefined;
3812
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
4237
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
3813
4238
  contextMenu?: string | undefined;
3814
4239
  dir?: string | undefined;
3815
- draggable?: (boolean | "false" | "true") | undefined;
4240
+ draggable?: (boolean | "true" | "false") | undefined;
3816
4241
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
3817
4242
  hidden?: boolean | undefined;
3818
4243
  id?: string | undefined;
3819
4244
  lang?: string | undefined;
3820
4245
  nonce?: string | undefined;
3821
4246
  slot?: string | undefined;
3822
- spellCheck?: (boolean | "false" | "true") | undefined;
4247
+ spellCheck?: (boolean | "true" | "false") | undefined;
3823
4248
  style?: react.CSSProperties | undefined;
3824
4249
  tabIndex?: number | undefined;
3825
4250
  title?: string | undefined;
@@ -3857,11 +4282,11 @@ declare function ModalFooter({ className, children, ...props }: PartProps): reac
3857
4282
  exportparts?: string | undefined;
3858
4283
  part?: string | undefined;
3859
4284
  "aria-activedescendant"?: string | undefined;
3860
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
4285
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
3861
4286
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
3862
4287
  "aria-braillelabel"?: string | undefined;
3863
4288
  "aria-brailleroledescription"?: string | undefined;
3864
- "aria-busy"?: (boolean | "false" | "true") | undefined;
4289
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
3865
4290
  "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
3866
4291
  "aria-colcount"?: number | undefined;
3867
4292
  "aria-colindex"?: number | undefined;
@@ -3872,37 +4297,37 @@ declare function ModalFooter({ className, children, ...props }: PartProps): reac
3872
4297
  "aria-describedby"?: string | undefined;
3873
4298
  "aria-description"?: string | undefined;
3874
4299
  "aria-details"?: string | undefined;
3875
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
4300
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
3876
4301
  "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
3877
4302
  "aria-errormessage"?: string | undefined;
3878
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
4303
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
3879
4304
  "aria-flowto"?: string | undefined;
3880
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
4305
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
3881
4306
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
3882
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
4307
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
3883
4308
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3884
4309
  "aria-keyshortcuts"?: string | undefined;
3885
4310
  "aria-label"?: string | undefined;
3886
4311
  "aria-labelledby"?: string | undefined;
3887
4312
  "aria-level"?: number | undefined;
3888
4313
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
3889
- "aria-modal"?: (boolean | "false" | "true") | undefined;
3890
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
3891
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
4314
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
4315
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
4316
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
3892
4317
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
3893
4318
  "aria-owns"?: string | undefined;
3894
4319
  "aria-placeholder"?: string | undefined;
3895
4320
  "aria-posinset"?: number | undefined;
3896
4321
  "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
3897
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
4322
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
3898
4323
  "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
3899
- "aria-required"?: (boolean | "false" | "true") | undefined;
4324
+ "aria-required"?: (boolean | "true" | "false") | undefined;
3900
4325
  "aria-roledescription"?: string | undefined;
3901
4326
  "aria-rowcount"?: number | undefined;
3902
4327
  "aria-rowindex"?: number | undefined;
3903
4328
  "aria-rowindextext"?: string | undefined;
3904
4329
  "aria-rowspan"?: number | undefined;
3905
- "aria-selected"?: (boolean | "false" | "true") | undefined;
4330
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
3906
4331
  "aria-setsize"?: number | undefined;
3907
4332
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
3908
4333
  "aria-valuemax"?: number | undefined;
@@ -4158,6 +4583,10 @@ type RangeSliderProps = WebComponentProps & {
4158
4583
  size?: 's' | 'm' | 'l';
4159
4584
  variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger';
4160
4585
  showValue?: boolean;
4586
+ showLabel?: boolean;
4587
+ label?: string;
4588
+ valueFixed?: number;
4589
+ showThumbTooltip?: boolean;
4161
4590
  valuePosition?: 'top' | 'left' | 'right' | 'bottom';
4162
4591
  showMarks?: boolean;
4163
4592
  marks?: number[];
@@ -4800,6 +5229,56 @@ type NavbarProps = WebComponentProps & {
4800
5229
  fullWidth?: boolean;
4801
5230
  shadow?: boolean;
4802
5231
  };
5232
+ type FooterLink = {
5233
+ id: string;
5234
+ label: string;
5235
+ href?: string;
5236
+ external?: boolean;
5237
+ emphasize?: boolean;
5238
+ };
5239
+ type FooterLinkColumn = {
5240
+ id: string;
5241
+ title: string;
5242
+ items: FooterLink[];
5243
+ };
5244
+ type FooterSocialLink = {
5245
+ id: string;
5246
+ platform: 'youtube' | 'instagram' | 'x' | 'linkedin' | 'facebook' | 'email';
5247
+ href: string;
5248
+ label?: string;
5249
+ };
5250
+ type FooterCompanyInfo = {
5251
+ companyName?: string;
5252
+ representative?: string;
5253
+ businessNumber?: string;
5254
+ mailOrderNumber?: string;
5255
+ address?: string;
5256
+ phone?: string;
5257
+ customerCenter?: string;
5258
+ email?: string;
5259
+ hostingProvider?: string;
5260
+ };
5261
+ type FooterFamilySite = {
5262
+ id: string;
5263
+ label: string;
5264
+ href: string;
5265
+ };
5266
+ type FooterProps = WebComponentProps & {
5267
+ columns?: FooterLinkColumn[] | string;
5268
+ legalLinks?: FooterLink[] | string;
5269
+ socialLinks?: FooterSocialLink[] | string;
5270
+ companyInfo?: FooterCompanyInfo | string;
5271
+ familySites?: FooterFamilySite[] | string;
5272
+ tagline?: string;
5273
+ copyright?: string;
5274
+ logoType?: string;
5275
+ variant?: 'default' | 'compact' | 'minimal';
5276
+ size?: 's' | 'm' | 'l';
5277
+ fullWidth?: boolean;
5278
+ showLogo?: boolean;
5279
+ showSocial?: boolean;
5280
+ familySiteLabel?: string;
5281
+ };
4803
5282
  type SidebarItem = {
4804
5283
  id: string;
4805
5284
  label: string;
@@ -4881,6 +5360,8 @@ type ProgressProps = WebComponentProps & {
4881
5360
  showValue?: boolean;
4882
5361
  animated?: boolean;
4883
5362
  striped?: boolean;
5363
+ gradient?: boolean;
5364
+ glow?: boolean;
4884
5365
  };
4885
5366
  type SkeletonProps = WebComponentProps & {
4886
5367
  variant?: 'text' | 'circular' | 'rectangular' | 'rounded';
@@ -5167,8 +5648,8 @@ type AccordionItemConfig = {
5167
5648
  };
5168
5649
  type AccordionProps = WebComponentProps & {
5169
5650
  items?: AccordionItemConfig[] | string;
5651
+ /** 외형·레이아웃 (default · bordered · separated · contained) */
5170
5652
  variant?: 'default' | 'bordered' | 'separated' | 'contained';
5171
- style?: 'default' | 'bordered' | 'separated' | 'contained';
5172
5653
  size?: 's' | 'm' | 'l';
5173
5654
  /** @deprecated expandMode="multiple" 사용 */
5174
5655
  allowMultiple?: boolean;
@@ -5228,8 +5709,10 @@ type BreadcrumbItemConfig = {
5228
5709
  type BreadcrumbsProps = WebComponentProps & {
5229
5710
  items?: BreadcrumbItemConfig[] | string;
5230
5711
  size?: 's' | 'm' | 'l';
5231
- variant?: 'default' | 'contained' | 'underlined' | 'minimal' | 'outlined';
5712
+ /** 외형·레이아웃 (canonical). @deprecated variant는 breadcrumbStyle과 동일한 레거시 별칭 */
5232
5713
  breadcrumbStyle?: 'default' | 'contained' | 'underlined' | 'minimal' | 'outlined';
5714
+ /** @deprecated breadcrumbStyle 사용 */
5715
+ variant?: 'default' | 'contained' | 'underlined' | 'minimal' | 'outlined';
5233
5716
  maxItems?: number;
5234
5717
  onItemClick?: DbEventHandler<{
5235
5718
  item: BreadcrumbItemConfig;
@@ -5431,10 +5914,12 @@ type IndicatorProps = WebComponentProps & {
5431
5914
  total?: number;
5432
5915
  current?: number;
5433
5916
  defaultCurrent?: number;
5434
- indicatorType?: 'dots' | 'numbers' | 'line' | 'dot-line' | 'slide' | 'combined';
5435
- type?: 'dots' | 'numbers' | 'line' | 'dot-line' | 'slide' | 'combined';
5917
+ indicatorType?: 'dots' | 'numbers' | 'line' | 'dot-line' | 'slide' | 'fill' | 'combined';
5918
+ type?: 'dots' | 'numbers' | 'line' | 'dot-line' | 'slide' | 'fill' | 'combined';
5436
5919
  direction?: 'horizontal' | 'vertical';
5437
5920
  size?: 's' | 'm' | 'l';
5921
+ numberBackground?: boolean;
5922
+ playback?: boolean;
5438
5923
  clickable?: boolean;
5439
5924
  timer?: boolean;
5440
5925
  timerDuration?: number;
@@ -6228,8 +6713,14 @@ type SectionAppDownloadProps = WebComponentProps & {
6228
6713
  fullHeight?: boolean;
6229
6714
  overflowVisible?: boolean;
6230
6715
  };
6716
+ type MarqueeImageItem = {
6717
+ src: string;
6718
+ alt?: string;
6719
+ href?: string;
6720
+ height?: number;
6721
+ };
6231
6722
  type MarqueeProps = WebComponentProps & {
6232
- items?: string[] | string;
6723
+ items?: Array<string | MarqueeImageItem> | string;
6233
6724
  direction?: 'left' | 'right';
6234
6725
  duration?: number;
6235
6726
  speed?: number;
@@ -6242,6 +6733,10 @@ type MarqueeProps = WebComponentProps & {
6242
6733
  edgePadding?: number;
6243
6734
  gap?: number;
6244
6735
  alignY?: 'start' | 'center' | 'end';
6736
+ rowCount?: number;
6737
+ rowGap?: number;
6738
+ scrollVelocity?: boolean;
6739
+ scrollBoost?: number;
6245
6740
  ariaLabel?: string;
6246
6741
  };
6247
6742
  type GradientColor = {
@@ -6273,11 +6768,19 @@ type RandomGradientProps = WebComponentProps & {
6273
6768
  type AdBannerProps = WebComponentProps & {
6274
6769
  type?: 'hero' | 'topbar' | 'card' | 'floating';
6275
6770
  variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'error';
6771
+ size?: 's' | 'm' | 'l';
6276
6772
  title?: string;
6277
6773
  subtitle?: string;
6278
6774
  ctaText?: string;
6775
+ image?: string;
6776
+ imageAlt?: string;
6777
+ href?: string;
6778
+ target?: string;
6279
6779
  autoClose?: boolean;
6280
6780
  closeDelay?: number;
6781
+ background?: 'solid' | 'gradient' | 'animation' | 'grid';
6782
+ animationType?: string;
6783
+ gridType?: 'lines' | 'dots' | 'cross' | 'diagonal';
6281
6784
  useRandomGradient?: boolean;
6282
6785
  gradientScheme?: RandomGradientProps['scheme'];
6283
6786
  gradientTone?: RandomGradientProps['tone'];
@@ -6321,8 +6824,12 @@ type TimelineProps = WebComponentProps & {
6321
6824
  };
6322
6825
  type AnimationTextProps = WebComponentProps & {
6323
6826
  text?: string;
6827
+ /** text-rotate 타입용 — 콤마로 구분된 여러 텍스트 */
6828
+ texts?: string;
6829
+ /** text-rotate 타입용 — 각 텍스트 유지 시간(ms) */
6830
+ interval?: number;
6324
6831
  trigger?: 'mount' | 'hover' | 'click' | 'in-view';
6325
- type?: 'typing' | 'fade' | 'slide' | 'bounce' | 'shake' | 'glow' | 'gradient' | 'wave' | 'flip' | 'scale' | 'decode';
6832
+ type?: 'typing' | 'fade' | 'slide' | 'bounce' | 'shake' | 'glow' | 'gradient' | 'wave' | 'flip' | 'scale' | 'decode' | 'roll' | 'reveal' | 'scroll-fill' | 'text-rotate';
6326
6833
  speed?: number;
6327
6834
  repeat?: number;
6328
6835
  delay?: number;
@@ -6367,7 +6874,7 @@ type TutorialProps = WebComponentProps & {
6367
6874
  onDbPrev?: DbEventHandler;
6368
6875
  };
6369
6876
  type AnimationBackgroundProps = WebComponentProps & {
6370
- type?: 'gradient' | 'particles' | 'stars' | 'snow' | 'flowers' | 'confetti' | 'aurora' | 'plasma' | 'mesh-flow' | 'fluid' | 'radiant' | 'ethereal';
6877
+ type?: 'particles' | 'stars' | 'snow' | 'flowers' | 'confetti' | 'aurora' | 'plasma' | 'mesh-flow' | 'fluid' | 'radiant' | 'ethereal' | 'graphite';
6371
6878
  theme?: 'light' | 'dark';
6372
6879
  intensity?: 'subtle' | 'medium' | 'vivid';
6373
6880
  blur?: number;
@@ -6393,6 +6900,10 @@ type AnimationBackgroundProps = WebComponentProps & {
6393
6900
  showVignette?: boolean;
6394
6901
  preset?: string;
6395
6902
  zoom?: number;
6903
+ showControls?: boolean;
6904
+ shaderSpeed?: number;
6905
+ shaderIntensity?: number;
6906
+ warp?: number;
6396
6907
  onClick?: DbEventHandler;
6397
6908
  onDbClick?: DbEventHandler;
6398
6909
  };
@@ -6465,6 +6976,7 @@ declare const ImageList: react.ForwardRefExoticComponent<Omit<ImageListProps, "r
6465
6976
  declare const Lightbox: react.ForwardRefExoticComponent<Omit<LightboxProps, "ref"> & react.RefAttributes<HTMLElement>>;
6466
6977
  declare const BottomNavigation: react.ForwardRefExoticComponent<Omit<BottomNavigationProps, "ref"> & react.RefAttributes<HTMLElement>>;
6467
6978
  declare const Navbar: react.ForwardRefExoticComponent<Omit<NavbarProps, "ref"> & react.RefAttributes<HTMLElement>>;
6979
+ declare const Footer: react.ForwardRefExoticComponent<Omit<FooterProps, "ref"> & react.RefAttributes<HTMLElement>>;
6468
6980
  declare const Sidebar: react.ForwardRefExoticComponent<Omit<SidebarProps, "ref"> & react.RefAttributes<HTMLElement>>;
6469
6981
  declare const SegmentControl: react.ForwardRefExoticComponent<Omit<SegmentControlProps, "ref"> & react.RefAttributes<HTMLElement>>;
6470
6982
  declare const Select: react.ForwardRefExoticComponent<Omit<SelectProps, "ref"> & react.RefAttributes<HTMLElement>>;
@@ -6505,6 +7017,34 @@ declare const Timeline: react.ForwardRefExoticComponent<Omit<TimelineProps, "ref
6505
7017
  declare const AnimationText: react.ForwardRefExoticComponent<Omit<AnimationTextProps, "ref"> & react.RefAttributes<HTMLElement>>;
6506
7018
  declare const Tutorial: react.ForwardRefExoticComponent<Omit<TutorialProps, "ref"> & react.RefAttributes<HTMLElement>>;
6507
7019
  declare const AnimationBackground: react.ForwardRefExoticComponent<Omit<AnimationBackgroundProps, "ref"> & react.RefAttributes<HTMLElement>>;
7020
+ type GridBackgroundProps = WebComponentProps & {
7021
+ type?: 'lines' | 'dots' | 'cross' | 'diagonal';
7022
+ size?: number;
7023
+ thickness?: number;
7024
+ color?: string;
7025
+ theme?: string;
7026
+ opacity?: number;
7027
+ fade?: string;
7028
+ fadeSize?: number | string;
7029
+ background?: string;
7030
+ overlay?: string;
7031
+ interactive?: boolean;
7032
+ interaction?: 'none' | 'glow' | 'magnet' | 'rotate';
7033
+ interactionColor?: string;
7034
+ interactionRadius?: number;
7035
+ crossSize?: number;
7036
+ crossStyle?: 'plus' | 'line';
7037
+ linesLayout?: 'grid' | 'frame' | 'center';
7038
+ animated?: boolean;
7039
+ animationStyle?: 'band' | 'trace' | 'both';
7040
+ animationSpeed?: number;
7041
+ traceLength?: number;
7042
+ traceDirection?: 'vertical' | 'horizontal' | 'both';
7043
+ width?: number | string;
7044
+ height?: number | string;
7045
+ borderRadius?: number | string;
7046
+ };
7047
+ declare const GridBackground: react.ForwardRefExoticComponent<Omit<GridBackgroundProps, "ref"> & react.RefAttributes<HTMLElement>>;
6508
7048
  declare const CursorFollower: react.ForwardRefExoticComponent<Omit<CursorFollowerProps, "ref"> & react.RefAttributes<HTMLElement>>;
6509
7049
  declare const Lottie: react.ForwardRefExoticComponent<Omit<LottieProps, "ref"> & react.RefAttributes<HTMLElement>>;
6510
7050
  declare const PageHeader: react.ForwardRefExoticComponent<Omit<PageHeaderProps, "ref"> & react.RefAttributes<HTMLElement>>;
@@ -6520,5 +7060,5 @@ declare const DatePicker: react.ForwardRefExoticComponent<Omit<DatePickerProps,
6520
7060
  declare const TimePicker: react.ForwardRefExoticComponent<Omit<TimePickerProps, "ref"> & react.RefAttributes<HTMLElement>>;
6521
7061
  declare const Calendar: react.ForwardRefExoticComponent<Omit<CalendarProps, "ref"> & react.RefAttributes<HTMLElement>>;
6522
7062
 
6523
- export { Accordion, AdBanner, Alert, AnimationBackground, AnimationText, AppBadge, AudioPlayer, Avatar, Backdrop, Badge, Banner, BottomNavigation, BottomSheet, Breadcrumbs, Button, Calendar, Card, Carousel, Checkbox, Chip, CodeBlock, ColorPicker, Confirm, Container, ContextMenu, Countdown, CursorFollower, DatePicker, Divider, Drawer, Dropdown, Dropzone, EmptyState, FileUploader, FloatingActionButton, Form, Gradient, Grid, GridItem, Image, ImageList, ImagePlaceholder, Indicator, Input, Label, Lightbox, List, Logo, Lottie, MarkdownEditor, Marquee, Masonry, MenuItem, Modal, ModalBody, ModalFooter, ModalHeader, Navbar, OnboardingModal, PageHeader, Pagination, Popover, Progress, ProgressStep, Progressbar, Radio, RandomGradient, RangeSlider, Rating, Reorder, ResizablePanels, ScrollArea, SearchBar, Section, SectionAppDownload, SectionContact, SectionFeature, SectionHero, SegmentControl, Select, Share, Sidebar, Skeleton, Spinner, SplitView, Stack, Stat, Stepper, Table, Tabs, Testimonial, Textarea, TimePicker, Timeline, Toast, Toggle, Toolbar, Tooltip, TopBanner, Tutorial, VideoPlayer, YouTubePlayer, useContextMenu };
6524
- export type { AccordionItemConfig, AccordionProps, AdBannerProps, AlertAction, AlertProps, AnimationBackgroundProps, AnimationTextProps, AppBadgeProps, AudioPlayerProps, AvatarProps, BackdropProps, BadgeProps, BannerAction, BannerProps, BottomNavigationItem, BottomNavigationProps, BottomSheetProps, BreadcrumbItemConfig, BreadcrumbsProps, ButtonProps, CalendarEvent, CalendarProps, CardProps, CarouselItem, CarouselProps, ChipProps, CodeBlockItem, CodeBlockProps, ColorPickerProps, ConfirmProps, ContextMenuItemConfig, ContextMenuProps, CountdownProps, CursorFollowerProps, DatePickerProps, DbEventHandler, DividerProps, DrawerProps, DropdownItemConfig, DropdownProps, DropzoneProps, EmptyStateProps, FileUploaderProps, FloatingActionButtonProps, FormFieldData, FormProps, GradientColor, GradientProps, GradientScheme, GradientTone, ImageListItem, ImageListProps, ImagePlaceholderProps, ImageProps, IndicatorProps, InputProps, LabelProps, LightboxImage, LightboxProps, ListItemConfig, ListProps, LogoProps, LottieProps, MarkdownEditorProps, MarqueeProps, MasonryItem, MasonryProps, MenuItemChildConfig, MenuItemProps, ModalProps, ModalSegmentItem, ModalTabItem, NavbarItem, NavbarProps, NavbarUserProfile, OnboardingModalProps, OnboardingStep, PageHeaderProps, PageHeaderTabItem, PaginationProps, PopoverProps, ProgressProps, ProgressStepItem, ProgressStepProps, RadioProps, RandomGradientProps, RangeSliderProps, RatingProps, ReorderItem, ReorderProps, ResizablePanelsProps, ScrollAreaProps, SearchBarProps, SectionAppDownloadProps, SectionAppDownloadStore, SectionContactAction, SectionContactProps, SectionFeatureAction, SectionFeatureBadge, SectionFeatureProps, SectionHeroButton, SectionHeroProps, SectionProps, SegmentControlProps, SelectProps, SelectionProps, SharePlatform, ShareProps, SidebarItem, SidebarProps, SidebarSection, SidebarUserProfile, SkeletonProps, SpinnerProps, SplitViewProps, StatChange, StatProps, StepperProps, TabItemConfig, TableColumn, TableProps, TabsProps, TestimonialProps, TextareaProps, TimePickerProps, TimelineItem, TimelineProps, ToastProps, ToggleProps, TooltipProps, TopBannerProps, TutorialProps, TutorialStep, UseContextMenuReturn, VideoPlayerProps, WebComponentProps, YouTubePlayerProps };
7063
+ export { Accordion, AdBanner, Alert, AnimationBackground, AnimationText, AppBadge, AudioPlayer, Avatar, Backdrop, Badge, Banner, BottomNavigation, BottomSheet, Breadcrumbs, Button, Calendar, Card, Carousel, Checkbox, Chip, CodeBlock, ColorPicker, Confirm, Container, ContextMenu, Countdown, CursorFollower, DatePicker, Divider, Drawer, Dropdown, Dropzone, EmptyState, FileUploader, FloatingActionButton, Footer, Form, Gradient, Grid, GridBackground, GridItem, Image, ImageList, ImagePlaceholder, Indicator, Input, Label, Lightbox, List, Logo, Lottie, MarkdownEditor, Marquee, Masonry, MenuItem, Modal, ModalBody, ModalFooter, ModalHeader, Navbar, OnboardingModal, PageHeader, Pagination, Popover, Progress, ProgressStep, Progressbar, Radio, RandomGradient, RangeSlider, Rating, Reorder, ResizablePanels, ScrollArea, SearchBar, Section, SectionAppDownload, SectionContact, SectionFeature, SectionHero, SegmentControl, Select, Share, Sidebar, Skeleton, Spinner, SplitView, Stack, Stat, Stepper, Table, Tabs, Testimonial, Textarea, TimePicker, Timeline, Toast, Toggle, Toolbar, Tooltip, TopBanner, Tutorial, VideoPlayer, YouTubePlayer, useContextMenu };
7064
+ export type { AccordionItemConfig, AccordionProps, AdBannerProps, AlertAction, AlertProps, AnimationBackgroundProps, AnimationTextProps, AppBadgeProps, AudioPlayerProps, AvatarProps, BackdropProps, BadgeProps, BannerAction, BannerProps, BottomNavigationItem, BottomNavigationProps, BottomSheetProps, BreadcrumbItemConfig, BreadcrumbsProps, ButtonProps, CalendarEvent, CalendarProps, CardProps, CarouselItem, CarouselProps, ChipProps, CodeBlockItem, CodeBlockProps, ColorPickerProps, ConfirmProps, ContextMenuItemConfig, ContextMenuProps, CountdownProps, CursorFollowerProps, DatePickerProps, DbEventHandler, DividerProps, DrawerProps, DropdownItemConfig, DropdownProps, DropzoneProps, EmptyStateProps, FileUploaderProps, FloatingActionButtonProps, FooterCompanyInfo, FooterFamilySite, FooterLink, FooterLinkColumn, FooterProps, FooterSocialLink, FormFieldData, FormProps, GradientColor, GradientProps, GradientScheme, GradientTone, GridBackgroundProps, ImageListItem, ImageListProps, ImagePlaceholderProps, ImageProps, IndicatorProps, InputProps, LabelProps, LightboxImage, LightboxProps, ListItemConfig, ListProps, LogoProps, LottieProps, MarkdownEditorProps, MarqueeImageItem, MarqueeProps, MasonryItem, MasonryProps, MenuItemChildConfig, MenuItemProps, ModalProps, ModalSegmentItem, ModalTabItem, NavbarItem, NavbarProps, NavbarUserProfile, OnboardingModalProps, OnboardingStep, PageHeaderProps, PageHeaderTabItem, PaginationProps, PopoverProps, ProgressProps, ProgressStepItem, ProgressStepProps, RadioProps, RandomGradientProps, RangeSliderProps, RatingProps, ReorderItem, ReorderProps, ResizablePanelsProps, ScrollAreaProps, SearchBarProps, SectionAppDownloadProps, SectionAppDownloadStore, SectionContactAction, SectionContactProps, SectionFeatureAction, SectionFeatureBadge, SectionFeatureProps, SectionHeroButton, SectionHeroProps, SectionProps, SegmentControlProps, SelectProps, SelectionProps, SharePlatform, ShareProps, SidebarItem, SidebarProps, SidebarSection, SidebarUserProfile, SkeletonProps, SpinnerProps, SplitViewProps, StatChange, StatProps, StepperProps, TabItemConfig, TableColumn, TableProps, TabsProps, TestimonialProps, TextareaProps, TimePickerProps, TimelineItem, TimelineProps, ToastProps, ToggleProps, TooltipProps, TopBannerProps, TutorialProps, TutorialStep, UseContextMenuReturn, VideoPlayerProps, WebComponentProps, YouTubePlayerProps };