@designbasekorea/ui-wc 0.2.2 → 0.4.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 (86) hide show
  1. package/dist/esm/components/animation-background/canvas-controller.js +1 -1
  2. package/dist/esm/components/animation-background/controls.js +1 -0
  3. package/dist/esm/components/animation-background/graphite-controller.js +1 -0
  4. package/dist/esm/components/animation-background/graphite-presets.js +1 -0
  5. package/dist/esm/components/animation-background/graphite-shader.js +1 -0
  6. package/dist/esm/components/animation-background/layers.js +1 -1
  7. package/dist/esm/components/animation-background/lumina-shaders.js +1 -1
  8. package/dist/esm/components/animation-background/lumina-utils.js +1 -1
  9. package/dist/esm/components/animation-background/renderers.js +1 -1
  10. package/dist/esm/components/animation-background/shader-controller.js +1 -1
  11. package/dist/esm/components/db-accordion.d.ts +2 -0
  12. package/dist/esm/components/db-accordion.js +1 -1
  13. package/dist/esm/components/db-ad-banner.d.ts +26 -1
  14. package/dist/esm/components/db-ad-banner.js +1 -1
  15. package/dist/esm/components/db-animation-background.d.ts +23 -2
  16. package/dist/esm/components/db-animation-background.js +1 -1
  17. package/dist/esm/components/db-animation-text.d.ts +11 -0
  18. package/dist/esm/components/db-animation-text.js +1 -1
  19. package/dist/esm/components/db-breadcrumbs.d.ts +29 -0
  20. package/dist/esm/components/db-breadcrumbs.js +1 -1
  21. package/dist/esm/components/db-calendar.js +1 -1
  22. package/dist/esm/components/db-context-menu.js +1 -1
  23. package/dist/esm/components/db-cursor-follower.d.ts +1 -2
  24. package/dist/esm/components/db-cursor-follower.js +1 -1
  25. package/dist/esm/components/db-dropdown.js +1 -1
  26. package/dist/esm/components/db-footer.d.ts +74 -0
  27. package/dist/esm/components/db-footer.js +1 -0
  28. package/dist/esm/components/db-gantt.d.ts +96 -0
  29. package/dist/esm/components/db-gantt.js +1 -0
  30. package/dist/esm/components/db-grid-background.d.ts +93 -0
  31. package/dist/esm/components/db-grid-background.js +1 -0
  32. package/dist/esm/components/db-icons.js +1 -1
  33. package/dist/esm/components/db-indicator.d.ts +12 -0
  34. package/dist/esm/components/db-indicator.js +1 -1
  35. package/dist/esm/components/db-kanban.d.ts +70 -0
  36. package/dist/esm/components/db-kanban.js +1 -0
  37. package/dist/esm/components/db-lightbox.d.ts +1 -0
  38. package/dist/esm/components/db-lightbox.js +1 -1
  39. package/dist/esm/components/db-marquee.d.ts +26 -4
  40. package/dist/esm/components/db-marquee.js +1 -1
  41. package/dist/esm/components/db-masonry.js +1 -1
  42. package/dist/esm/components/db-navbar.d.ts +32 -1
  43. package/dist/esm/components/db-navbar.js +1 -1
  44. package/dist/esm/components/db-popover.js +1 -1
  45. package/dist/esm/components/db-progress.d.ts +10 -0
  46. package/dist/esm/components/db-progress.js +1 -1
  47. package/dist/esm/components/db-range-slider.d.ts +7 -0
  48. package/dist/esm/components/db-range-slider.js +1 -1
  49. package/dist/esm/components/db-section-app-download.d.ts +0 -2
  50. package/dist/esm/components/db-section-app-download.js +1 -1
  51. package/dist/esm/components/db-section-contact.d.ts +1 -3
  52. package/dist/esm/components/db-section-contact.js +1 -1
  53. package/dist/esm/components/db-section-cta.d.ts +24 -0
  54. package/dist/esm/components/db-section-cta.js +1 -0
  55. package/dist/esm/components/db-section-faq.d.ts +20 -0
  56. package/dist/esm/components/db-section-faq.js +1 -0
  57. package/dist/esm/components/db-section-feature-grid.d.ts +20 -0
  58. package/dist/esm/components/db-section-feature-grid.js +1 -0
  59. package/dist/esm/components/db-section-feature.d.ts +2 -2
  60. package/dist/esm/components/db-section-feature.js +1 -1
  61. package/dist/esm/components/db-section-logo-cloud.d.ts +20 -0
  62. package/dist/esm/components/db-section-logo-cloud.js +1 -0
  63. package/dist/esm/components/db-section-pricing.d.ts +20 -0
  64. package/dist/esm/components/db-section-pricing.js +1 -0
  65. package/dist/esm/components/db-section-stats.d.ts +20 -0
  66. package/dist/esm/components/db-section-stats.js +1 -0
  67. package/dist/esm/components/db-section-testimonials.d.ts +34 -0
  68. package/dist/esm/components/db-section-testimonials.js +1 -0
  69. package/dist/esm/components/db-share-icons.js +1 -1
  70. package/dist/esm/components/db-tooltip.d.ts +3 -0
  71. package/dist/esm/components/db-tooltip.js +1 -1
  72. package/dist/esm/components/marketing-block-host-utils.js +1 -0
  73. package/dist/esm/components/section-block-header-utils.js +1 -0
  74. package/dist/esm/index.d.ts +11 -0
  75. package/dist/esm/index.js +1 -1
  76. package/dist/index.cjs +1 -1
  77. package/dist/index.css +1 -1
  78. package/dist/index.d.ts +664 -18
  79. package/dist/index.esm.js +1 -1
  80. package/dist/react/chunks/lottie-14e7addb.js +1 -0
  81. package/dist/react/index.cjs +1 -1
  82. package/dist/react/index.d.ts +1165 -27
  83. package/dist/react/index.esm.js +1 -1
  84. package/package.json +1 -1
  85. package/dist/react/chunks/lottie-eed75107.js +0 -1
  86. /package/dist/chunks/{lottie-e741cdda.js → lottie-3b3dac01.js} +0 -0
@@ -473,6 +473,8 @@ declare class DbTooltip extends HTMLElement {
473
473
  private showTimer?;
474
474
  private hideTimer?;
475
475
  private repositionRaf?;
476
+ private enterRaf?;
477
+ private removalTimer?;
476
478
  get content(): string;
477
479
  set content(value: string);
478
480
  get position(): string;
@@ -504,6 +506,7 @@ declare class DbTooltip extends HTMLElement {
504
506
  private syncTooltipClasses;
505
507
  private calculatePosition;
506
508
  private setVisible;
509
+ private hideTooltip;
507
510
  private removeTooltip;
508
511
  private handleShow;
509
512
  private handleHide;
@@ -519,6 +522,8 @@ declare global {
519
522
  interface AccordionItemConfig$1 {
520
523
  id?: string;
521
524
  title: string;
525
+ /** 슬롯(content-N)이 없을 때 본문으로 렌더되는 텍스트 */
526
+ content?: string;
522
527
  disabled?: boolean;
523
528
  itemType?: 'icon' | 'number' | 'question' | 'none';
524
529
  icon?: string;
@@ -586,11 +591,21 @@ declare global {
586
591
 
587
592
  declare class DbProgress extends HTMLElement {
588
593
  static get observedAttributes(): string[];
594
+ private structureSignature;
595
+ private barEl?;
596
+ private linearValueEl?;
597
+ private circularBarEl?;
598
+ private circularValueEl?;
599
+ private circumference;
589
600
  get value(): number;
590
601
  set value(value: number);
591
602
  connectedCallback(): void;
592
603
  attributeChangedCallback(): void;
593
604
  private render;
605
+ private buildLinear;
606
+ private updateLinear;
607
+ private buildCircular;
608
+ private updateCircular;
594
609
  }
595
610
  declare global {
596
611
  interface HTMLElementTagNameMap {
@@ -750,6 +765,14 @@ declare global {
750
765
  }
751
766
  }
752
767
 
768
+ interface BreadcrumbMenuItem {
769
+ id?: string;
770
+ label: string;
771
+ href?: string;
772
+ active?: boolean;
773
+ disabled?: boolean;
774
+ icon?: string;
775
+ }
753
776
  interface BreadcrumbItem {
754
777
  id?: string;
755
778
  label: string;
@@ -757,14 +780,35 @@ interface BreadcrumbItem {
757
780
  active?: boolean;
758
781
  disabled?: boolean;
759
782
  icon?: string;
783
+ menu?: BreadcrumbMenuItem[];
760
784
  }
761
785
  declare class DbBreadcrumbs extends HTMLElement {
762
786
  static get observedAttributes(): string[];
787
+ private openMenuId;
788
+ private onDocumentMouseDown;
789
+ private onDocumentKeyDown;
763
790
  get items(): BreadcrumbItem[] | string;
764
791
  set items(value: BreadcrumbItem[] | string);
765
792
  connectedCallback(): void;
793
+ disconnectedCallback(): void;
766
794
  attributeChangedCallback(): void;
795
+ private get menuDropdown();
796
+ private get maxLabelLength();
797
+ private get resolvedVariant();
798
+ private itemId;
799
+ private menuItemId;
767
800
  private visibleItems;
801
+ private shouldUseDropdown;
802
+ private closeMenu;
803
+ private openMenu;
804
+ private toggleMenu;
805
+ private addGlobalListeners;
806
+ private removeGlobalListeners;
807
+ private updateDropdownStates;
808
+ private createLabel;
809
+ private createMenuItem;
810
+ private createDropdownItem;
811
+ private createStandardItem;
768
812
  private render;
769
813
  }
770
814
  declare global {
@@ -1067,6 +1111,10 @@ declare class DbIndicator extends HTMLElement {
1067
1111
  set size(value: string);
1068
1112
  get direction(): string;
1069
1113
  set direction(value: string);
1114
+ get numberBackground(): boolean;
1115
+ set numberBackground(value: boolean);
1116
+ get playback(): boolean;
1117
+ set playback(value: boolean);
1070
1118
  get clickable(): boolean;
1071
1119
  set clickable(value: boolean);
1072
1120
  get timer(): boolean;
@@ -1085,6 +1133,14 @@ declare class DbIndicator extends HTMLElement {
1085
1133
  private renderStep;
1086
1134
  private renderDots;
1087
1135
  private renderPlaybackButton;
1136
+ private renderNumbers;
1137
+ private renderSlide;
1138
+ private renderScaleFill;
1139
+ private renderLine;
1140
+ private renderDotLine;
1141
+ private fillRatio;
1142
+ private renderFill;
1143
+ private renderContent;
1088
1144
  private render;
1089
1145
  }
1090
1146
  declare global {
@@ -1375,6 +1431,7 @@ declare class DbLightbox extends HTMLElement {
1375
1431
  private imageError;
1376
1432
  private keydownHandler;
1377
1433
  private boundSrc;
1434
+ private thumbnailSignature;
1378
1435
  static get observedAttributes(): string[];
1379
1436
  connectedCallback(): void;
1380
1437
  disconnectedCallback(): void;
@@ -1436,9 +1493,34 @@ interface DbNavbarItem {
1436
1493
  label: string;
1437
1494
  href?: string;
1438
1495
  icon?: string;
1496
+ /** 메가 메뉴 링크에서 라벨 아래 표시되는 보조 설명 */
1497
+ description?: string;
1439
1498
  active?: boolean;
1440
1499
  disabled?: boolean;
1441
1500
  children?: DbNavbarItem[];
1501
+ /** children 대신 메가 메뉴(다단 패널) 스타일로 렌더링 */
1502
+ megaMenu?: boolean;
1503
+ /** 메가 메뉴 컬럼 목록 */
1504
+ columns?: DbNavbarMegaColumn[];
1505
+ /** 메가 메뉴 우측 강조(피처드) 영역 */
1506
+ featured?: DbNavbarMegaFeatured;
1507
+ }
1508
+ interface DbNavbarMegaColumn {
1509
+ id: string;
1510
+ /** 컬럼 상단 제목 */
1511
+ title?: string;
1512
+ /** 컬럼 내 링크 목록 */
1513
+ items: DbNavbarItem[];
1514
+ }
1515
+ interface DbNavbarMegaFeatured {
1516
+ title?: string;
1517
+ description?: string;
1518
+ /** 배경 이미지 URL */
1519
+ image?: string;
1520
+ href?: string;
1521
+ /** CTA 텍스트 (예: 자세히 보기) */
1522
+ ctaLabel?: string;
1523
+ icon?: string;
1442
1524
  }
1443
1525
  interface DbNavbarUserProfile {
1444
1526
  name: string;
@@ -1471,10 +1553,16 @@ declare class DbNavbar extends HTMLElement {
1471
1553
  private unbindOutsideClick;
1472
1554
  private dispatchItemClick;
1473
1555
  private syncHostClasses;
1556
+ private isMegaMenu;
1557
+ private createNavToggleButton;
1558
+ private createMegaLink;
1559
+ private createMegaMenu;
1560
+ private createMegaFeatured;
1474
1561
  private createDesktopNavItem;
1475
1562
  private createUserMenuItemElement;
1476
1563
  private bindSearchEvents;
1477
1564
  private applyAvatarProfile;
1565
+ private getMobileChildren;
1478
1566
  private createMobileMenuItem;
1479
1567
  private updateUserMenuVisibility;
1480
1568
  private renderMobileMenu;
@@ -1486,6 +1574,78 @@ declare global {
1486
1574
  }
1487
1575
  }
1488
1576
 
1577
+ type DbFooterSocialPlatform = 'youtube' | 'instagram' | 'x' | 'linkedin' | 'facebook' | 'email';
1578
+ interface DbFooterLink {
1579
+ id: string;
1580
+ label: string;
1581
+ href?: string;
1582
+ external?: boolean;
1583
+ /** 개인정보처리방침 등 강조 링크 */
1584
+ emphasize?: boolean;
1585
+ }
1586
+ interface DbFooterLinkColumn {
1587
+ id: string;
1588
+ title: string;
1589
+ items: DbFooterLink[];
1590
+ }
1591
+ interface DbFooterSocialLink {
1592
+ id: string;
1593
+ platform: DbFooterSocialPlatform;
1594
+ href: string;
1595
+ label?: string;
1596
+ }
1597
+ interface DbFooterCompanyInfo {
1598
+ companyName?: string;
1599
+ representative?: string;
1600
+ businessNumber?: string;
1601
+ mailOrderNumber?: string;
1602
+ address?: string;
1603
+ phone?: string;
1604
+ customerCenter?: string;
1605
+ email?: string;
1606
+ hostingProvider?: string;
1607
+ }
1608
+ interface DbFooterFamilySite {
1609
+ id: string;
1610
+ label: string;
1611
+ href: string;
1612
+ }
1613
+ declare class DbFooter extends HTMLElement {
1614
+ static get observedAttributes(): string[];
1615
+ connectedCallback(): void;
1616
+ attributeChangedCallback(): void;
1617
+ get columns(): DbFooterLinkColumn[];
1618
+ set columns(value: DbFooterLinkColumn[] | string);
1619
+ get legalLinks(): DbFooterLink[];
1620
+ set legalLinks(value: DbFooterLink[] | string);
1621
+ get socialLinks(): DbFooterSocialLink[];
1622
+ set socialLinks(value: DbFooterSocialLink[] | string);
1623
+ get companyInfo(): DbFooterCompanyInfo;
1624
+ set companyInfo(value: DbFooterCompanyInfo | string);
1625
+ get familySites(): DbFooterFamilySite[];
1626
+ set familySites(value: DbFooterFamilySite[] | string);
1627
+ private syncHostClasses;
1628
+ private dispatchLinkClick;
1629
+ private createLink;
1630
+ private createSocialLink;
1631
+ private createCompanyInfoRows;
1632
+ private showLogo;
1633
+ private createLogo;
1634
+ private renderBrand;
1635
+ private renderColumns;
1636
+ private createLegalNav;
1637
+ private renderLegalBar;
1638
+ private renderCompanyInfo;
1639
+ private createCopyright;
1640
+ private renderMinimal;
1641
+ private render;
1642
+ }
1643
+ declare global {
1644
+ interface HTMLElementTagNameMap {
1645
+ 'db-footer': DbFooter;
1646
+ }
1647
+ }
1648
+
1489
1649
  interface DbSidebarItem {
1490
1650
  id: string;
1491
1651
  label: string;
@@ -2602,6 +2762,168 @@ declare global {
2602
2762
  }
2603
2763
  }
2604
2764
 
2765
+ type DbKanbanPriority = 'low' | 'medium' | 'high' | 'urgent';
2766
+ type DbKanbanTag = {
2767
+ label: string;
2768
+ variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral';
2769
+ };
2770
+ type DbKanbanAssignee = {
2771
+ name: string;
2772
+ initials?: string;
2773
+ avatar?: string;
2774
+ };
2775
+ type DbKanbanCard = {
2776
+ id: string;
2777
+ title: string;
2778
+ description?: string;
2779
+ tags?: DbKanbanTag[];
2780
+ assignee?: DbKanbanAssignee;
2781
+ priority?: DbKanbanPriority;
2782
+ dueDate?: string;
2783
+ disabled?: boolean;
2784
+ };
2785
+ type DbKanbanColumn = {
2786
+ id: string;
2787
+ title: string;
2788
+ cards: DbKanbanCard[];
2789
+ limit?: number;
2790
+ color?: string;
2791
+ };
2792
+ declare class DbKanban extends HTMLElement {
2793
+ private dragState;
2794
+ private dropTarget;
2795
+ static get observedAttributes(): string[];
2796
+ get columns(): DbKanbanColumn[];
2797
+ set columns(value: DbKanbanColumn[] | string);
2798
+ connectedCallback(): void;
2799
+ disconnectedCallback(): void;
2800
+ attributeChangedCallback(): void;
2801
+ private getBool;
2802
+ private getOption;
2803
+ private emitChange;
2804
+ private emitCardMove;
2805
+ private findCardLocation;
2806
+ private getAdjustedDropIndex;
2807
+ private isValidDropTarget;
2808
+ private moveCard;
2809
+ private setDropTarget;
2810
+ private resetDragState;
2811
+ private updateDragClasses;
2812
+ private getDropIndexFromPointer;
2813
+ private getDropIndexFromColumnPointer;
2814
+ private commitDrop;
2815
+ private handleBoardDragOver;
2816
+ private handleBoardDrop;
2817
+ private formatDueDate;
2818
+ private getInitials;
2819
+ private createTag;
2820
+ private createPriorityBadge;
2821
+ private createAssignee;
2822
+ private bindCardDrag;
2823
+ private createCard;
2824
+ private createColumn;
2825
+ private render;
2826
+ }
2827
+ declare global {
2828
+ interface HTMLElementTagNameMap {
2829
+ 'db-kanban': DbKanban;
2830
+ }
2831
+ }
2832
+
2833
+ type DbGanttAssignee = {
2834
+ name: string;
2835
+ initials?: string;
2836
+ avatar?: string;
2837
+ };
2838
+ type DbGanttItemStatus = 'on-track' | 'at-risk' | 'delayed' | 'completed';
2839
+ type DbGanttItem = {
2840
+ id: string;
2841
+ rowId: string;
2842
+ title: string;
2843
+ startDate: string;
2844
+ endDate: string;
2845
+ color?: string;
2846
+ assignee?: DbGanttAssignee;
2847
+ progress?: number;
2848
+ status?: DbGanttItemStatus;
2849
+ disabled?: boolean;
2850
+ };
2851
+ type DbGanttRow = {
2852
+ id: string;
2853
+ label: string;
2854
+ groupId?: string;
2855
+ };
2856
+ type DbGanttGroup = {
2857
+ id: string;
2858
+ title: string;
2859
+ color?: string;
2860
+ };
2861
+ declare class DbGantt extends HTMLElement {
2862
+ private collapsedGroups;
2863
+ private dragState;
2864
+ private reorderState;
2865
+ private reorderDropIndex;
2866
+ private suppressRender;
2867
+ private didDrag;
2868
+ static get observedAttributes(): string[];
2869
+ get groups(): DbGanttGroup[];
2870
+ set groups(value: DbGanttGroup[] | string);
2871
+ get rows(): DbGanttRow[];
2872
+ set rows(value: DbGanttRow[] | string);
2873
+ get items(): DbGanttItem[];
2874
+ set items(value: DbGanttItem[] | string);
2875
+ connectedCallback(): void;
2876
+ disconnectedCallback(): void;
2877
+ attributeChangedCallback(): void;
2878
+ private parseJson;
2879
+ private getBool;
2880
+ private getNumber;
2881
+ private getOption;
2882
+ private getLocale;
2883
+ private getWeekdays;
2884
+ private getViewRange;
2885
+ private getTodayDate;
2886
+ private getDateColumns;
2887
+ private getVisibleRows;
2888
+ private getMonthSegments;
2889
+ private getInitials;
2890
+ private updateItem;
2891
+ private emitItemsChange;
2892
+ private applyBarGeometry;
2893
+ private handlePointerMove;
2894
+ private handlePointerUp;
2895
+ private startBarDrag;
2896
+ private canReorder;
2897
+ private createDragHandle;
2898
+ private getGroupIndex;
2899
+ private getRowScope;
2900
+ private getRowIndexInScope;
2901
+ private getReorderTargets;
2902
+ private startReorderDrag;
2903
+ private updateReorderDropTarget;
2904
+ private clearReorderIndicators;
2905
+ private finishReorderDrag;
2906
+ private emitStructureChange;
2907
+ private reorderGroups;
2908
+ private reorderRows;
2909
+ private createGroupBadge;
2910
+ private createGroupChevron;
2911
+ private createAssignee;
2912
+ private createStatusIcon;
2913
+ private deriveSummaryColor;
2914
+ private getGroupSummary;
2915
+ private applyBarTone;
2916
+ private createGroupSummaryBar;
2917
+ private createBar;
2918
+ private toggleGroup;
2919
+ private render;
2920
+ }
2921
+ declare global {
2922
+ interface HTMLElementTagNameMap {
2923
+ 'db-gantt': DbGantt;
2924
+ }
2925
+ }
2926
+
2605
2927
  declare class DbResizablePanels extends HTMLElement {
2606
2928
  private container?;
2607
2929
  private contentEl?;
@@ -2958,8 +3280,8 @@ interface FeatureAction {
2958
3280
  declare class DbSectionFeature extends HTMLElement {
2959
3281
  static get observedAttributes(): string[];
2960
3282
  private built;
2961
- private sectionEl?;
2962
- private featureWrapEl?;
3283
+ private innerEl?;
3284
+ private contentEl?;
2963
3285
  private badgeEl?;
2964
3286
  private headlineEl?;
2965
3287
  private subtitleEl?;
@@ -3004,9 +3326,7 @@ declare global {
3004
3326
  declare class DbSectionContact extends HTMLElement {
3005
3327
  static get observedAttributes(): string[];
3006
3328
  private built;
3007
- private sectionEl?;
3008
- private wrapEl?;
3009
- private contactWrapEl?;
3329
+ private innerEl?;
3010
3330
  private titleEl?;
3011
3331
  private descriptionEl?;
3012
3332
  private actionEl?;
@@ -3033,8 +3353,6 @@ interface DownloadStore {
3033
3353
  declare class DbSectionAppDownload extends HTMLElement {
3034
3354
  static get observedAttributes(): string[];
3035
3355
  private built;
3036
- private sectionEl?;
3037
- private wrapEl?;
3038
3356
  private innerEl?;
3039
3357
  private titleEl?;
3040
3358
  private descriptionEl?;
@@ -3053,31 +3371,204 @@ declare global {
3053
3371
  }
3054
3372
  }
3055
3373
 
3374
+ declare class DbSectionCta extends HTMLElement {
3375
+ static get observedAttributes(): string[];
3376
+ private built;
3377
+ private wrapEl?;
3378
+ private headerEl?;
3379
+ private badgeEl?;
3380
+ private headlineEl?;
3381
+ private subtitleEl?;
3382
+ private descriptionEl?;
3383
+ private actionsEl?;
3384
+ connectedCallback(): void;
3385
+ attributeChangedCallback(): void;
3386
+ private parseBadge;
3387
+ private parseButtons;
3388
+ private build;
3389
+ private updateUI;
3390
+ }
3391
+ declare global {
3392
+ interface HTMLElementTagNameMap {
3393
+ 'db-section-cta': DbSectionCta;
3394
+ }
3395
+ }
3396
+
3397
+ declare class DbSectionTestimonials extends HTMLElement {
3398
+ static get observedAttributes(): string[];
3399
+ private built;
3400
+ private carouselIndex;
3401
+ private innerEl?;
3402
+ private headerEl?;
3403
+ private contentEl?;
3404
+ private carouselViewport?;
3405
+ private carouselTrack?;
3406
+ private carouselIndicator?;
3407
+ private resizeObserver?;
3408
+ connectedCallback(): void;
3409
+ disconnectedCallback(): void;
3410
+ attributeChangedCallback(): void;
3411
+ private parseItems;
3412
+ private parseBadge;
3413
+ private buildHeader;
3414
+ private build;
3415
+ private createTestimonialEl;
3416
+ private updateHeader;
3417
+ private clampCarouselIndex;
3418
+ private updateCarouselTransform;
3419
+ private goToCarouselSlide;
3420
+ private renderGrid;
3421
+ private renderCarousel;
3422
+ private updateUI;
3423
+ }
3424
+ declare global {
3425
+ interface HTMLElementTagNameMap {
3426
+ 'db-section-testimonials': DbSectionTestimonials;
3427
+ }
3428
+ }
3429
+
3430
+ declare class DbSectionFeatureGrid extends HTMLElement {
3431
+ static get observedAttributes(): string[];
3432
+ private built;
3433
+ private innerEl?;
3434
+ private headerEl?;
3435
+ private gridEl?;
3436
+ connectedCallback(): void;
3437
+ attributeChangedCallback(): void;
3438
+ private parseItems;
3439
+ private parseBadge;
3440
+ private build;
3441
+ private updateUI;
3442
+ }
3443
+ declare global {
3444
+ interface HTMLElementTagNameMap {
3445
+ 'db-section-feature-grid': DbSectionFeatureGrid;
3446
+ }
3447
+ }
3448
+
3449
+ declare class DbSectionLogoCloud extends HTMLElement {
3450
+ static get observedAttributes(): string[];
3451
+ private built;
3452
+ private innerEl?;
3453
+ private headerEl?;
3454
+ private contentEl?;
3455
+ connectedCallback(): void;
3456
+ attributeChangedCallback(): void;
3457
+ private parseLogos;
3458
+ private parseBadge;
3459
+ private build;
3460
+ private updateUI;
3461
+ }
3462
+ declare global {
3463
+ interface HTMLElementTagNameMap {
3464
+ 'db-section-logo-cloud': DbSectionLogoCloud;
3465
+ }
3466
+ }
3467
+
3468
+ declare class DbSectionStats extends HTMLElement {
3469
+ static get observedAttributes(): string[];
3470
+ private built;
3471
+ private innerEl?;
3472
+ private headerEl?;
3473
+ private gridEl?;
3474
+ connectedCallback(): void;
3475
+ attributeChangedCallback(): void;
3476
+ private parseItems;
3477
+ private parseBadge;
3478
+ private build;
3479
+ private updateUI;
3480
+ }
3481
+ declare global {
3482
+ interface HTMLElementTagNameMap {
3483
+ 'db-section-stats': DbSectionStats;
3484
+ }
3485
+ }
3486
+
3487
+ declare class DbSectionFaq extends HTMLElement {
3488
+ static get observedAttributes(): string[];
3489
+ private built;
3490
+ private innerEl?;
3491
+ private headerEl?;
3492
+ private accordionEl?;
3493
+ connectedCallback(): void;
3494
+ attributeChangedCallback(): void;
3495
+ private parseItems;
3496
+ private parseBadge;
3497
+ private build;
3498
+ private updateUI;
3499
+ }
3500
+ declare global {
3501
+ interface HTMLElementTagNameMap {
3502
+ 'db-section-faq': DbSectionFaq;
3503
+ }
3504
+ }
3505
+
3506
+ declare class DbSectionPricing extends HTMLElement {
3507
+ static get observedAttributes(): string[];
3508
+ private built;
3509
+ private innerEl?;
3510
+ private headerEl?;
3511
+ private gridEl?;
3512
+ connectedCallback(): void;
3513
+ attributeChangedCallback(): void;
3514
+ private parsePlans;
3515
+ private parseBadge;
3516
+ private build;
3517
+ private updateUI;
3518
+ }
3519
+ declare global {
3520
+ interface HTMLElementTagNameMap {
3521
+ 'db-section-pricing': DbSectionPricing;
3522
+ }
3523
+ }
3524
+
3056
3525
  declare class DbMarquee extends HTMLElement {
3057
3526
  static get observedAttributes(): string[];
3058
3527
  private built;
3059
3528
  private containerEl?;
3060
- private trackEl?;
3061
- private baseGroupEl?;
3529
+ private rowsEl?;
3062
3530
  private srOnlyEl?;
3531
+ private rows;
3532
+ private rowCount;
3063
3533
  private resizeObserver?;
3064
3534
  private containerWidth;
3065
- private baseGroupWidth;
3535
+ private gap;
3536
+ private scrollVelocityEnabled;
3537
+ private rafId;
3538
+ private lastFrameTime;
3539
+ private lastScrollY;
3540
+ private smoothedScrollV;
3541
+ private baseDurationSec;
3542
+ private reduceMotion;
3066
3543
  private boundMeasure;
3544
+ private boundFrame;
3067
3545
  connectedCallback(): void;
3068
3546
  disconnectedCallback(): void;
3069
3547
  attributeChangedCallback(): void;
3070
3548
  private getBool;
3071
3549
  private parseItems;
3550
+ private itemToText;
3072
3551
  private build;
3073
3552
  private bindResize;
3553
+ /** rows 개수에 맞춰 행 DOM을 만들거나 제거한다. */
3554
+ private reconcileRows;
3074
3555
  private measure;
3075
3556
  private unbindImageListeners;
3076
3557
  private bindImageListeners;
3077
3558
  private renderItem;
3078
3559
  private renderGroup;
3079
- private renderDuplicates;
3560
+ /**
3561
+ * 각 행의 base 그룹을 items로 다시 만든다 — items/attributes 변경 시에만 실행.
3562
+ * 이미지 노드 재생성으로 인한 재로딩을 막기 위해 measure() 중에는 건드리지 않는다.
3563
+ */
3564
+ private buildBase;
3565
+ private baseImagesReady;
3566
+ /** 트랙을 채울 만큼의 복제 그룹 개수를 델타만 조정한다. */
3567
+ private reconcileDuplicates;
3080
3568
  private syncReadyState;
3569
+ private startScrollEngine;
3570
+ private stopScrollEngine;
3571
+ private frame;
3081
3572
  private updateUI;
3082
3573
  }
3083
3574
  declare global {
@@ -3142,8 +3633,16 @@ declare class DbAdBanner extends HTMLElement {
3142
3633
  private autoCloseTimer?;
3143
3634
  private rootEl?;
3144
3635
  private gradientEl?;
3636
+ private animBgEl?;
3637
+ private animBgInner?;
3638
+ private gridBgEl?;
3639
+ private gridBgInner?;
3145
3640
  private contentEl?;
3641
+ private mainEl?;
3642
+ private textEl?;
3146
3643
  private closeBtn?;
3644
+ private imageEl?;
3645
+ private linkEl?;
3147
3646
  private iconEl?;
3148
3647
  private labelEl?;
3149
3648
  private badgeEl?;
@@ -3161,11 +3660,28 @@ declare class DbAdBanner extends HTMLElement {
3161
3660
  private getBool;
3162
3661
  private getType;
3163
3662
  private getVariant;
3663
+ private getSize;
3664
+ private ctaButtonSize;
3164
3665
  private build;
3165
3666
  private handleClose;
3166
3667
  private stopAutoClose;
3167
3668
  private startAutoClose;
3168
- private renderGradientWrapper;
3669
+ private getBackground;
3670
+ private ensureAnimBg;
3671
+ private ensureGridBg;
3672
+ /** 이전 배경 모드의 백드롭 엘리먼트를 정리한다. */
3673
+ private clearBackdrop;
3674
+ private renderBackground;
3675
+ /** 장식 아이콘은 card 타입에서만 사용한다. */
3676
+ private syncIcon;
3677
+ /** floating 타입에서만 텍스트 상단에 배지 칩을 노출한다. */
3678
+ private syncBadge;
3679
+ /** floating 타입에서 배너 이미지를 콘텐츠 상단(패딩 밖)에 렌더한다. */
3680
+ private syncImage;
3681
+ /** topbar 타입에서 href 가 있으면 전체를 덮는 링크 오버레이를 렌더한다. */
3682
+ private syncLink;
3683
+ /** show-countdown + end-date 가 있을 때만 카운트다운을 마운트한다. */
3684
+ private syncCountdown;
3169
3685
  private updateUI;
3170
3686
  }
3171
3687
  declare global {
@@ -3209,11 +3725,18 @@ declare class DbAnimationText extends HTMLElement {
3209
3725
  private displayText;
3210
3726
  private isVisible;
3211
3727
  private isAnimating;
3728
+ private wordEls;
3729
+ private scrollHandler?;
3730
+ private rafId?;
3731
+ private rotateToken;
3732
+ private rotateObserver?;
3212
3733
  static get observedAttributes(): string[];
3213
3734
  connectedCallback(): void;
3214
3735
  disconnectedCallback(): void;
3215
3736
  attributeChangedCallback(): void;
3216
3737
  private getText;
3738
+ private getRotateTexts;
3739
+ private getLongestText;
3217
3740
  private getType;
3218
3741
  private getTrigger;
3219
3742
  private ensureStructure;
@@ -3221,6 +3744,10 @@ declare class DbAnimationText extends HTMLElement {
3221
3744
  private syncFromAttributes;
3222
3745
  private syncClasses;
3223
3746
  private setupTrigger;
3747
+ private setupTextRotate;
3748
+ private setupScrollFill;
3749
+ private teardownScrollFill;
3750
+ private updateScrollFill;
3224
3751
  private startAnimation;
3225
3752
  private startTyping;
3226
3753
  private startDecoding;
@@ -3288,15 +3815,36 @@ declare global {
3288
3815
  declare class DbAnimationBackground extends HTMLElement {
3289
3816
  private layersEl?;
3290
3817
  private contentEl?;
3818
+ private controlsRootEl?;
3819
+ private panelEl?;
3820
+ private panelOpen;
3291
3821
  private layerHandle?;
3292
3822
  private clickHandler?;
3823
+ private mountedType?;
3824
+ private controlInputs;
3825
+ private syncingControls;
3293
3826
  static get observedAttributes(): string[];
3294
3827
  connectedCallback(): void;
3295
3828
  disconnectedCallback(): void;
3296
- attributeChangedCallback(): void;
3297
- private teardownLayers;
3829
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
3830
+ private getBool;
3298
3831
  private getSizeStyle;
3832
+ private getConfig;
3833
+ private teardownLayers;
3834
+ private remountLayers;
3835
+ private canLiveUpdate;
3836
+ private applyConfig;
3837
+ private syncClickable;
3299
3838
  private render;
3839
+ private ensureControlsShell;
3840
+ private syncControlsVisibility;
3841
+ private syncPanelState;
3842
+ private createIconButton;
3843
+ private rebuildControlInputs;
3844
+ private createControlField;
3845
+ private commitControlValue;
3846
+ private syncControlInputs;
3847
+ private renderColorInputs;
3300
3848
  }
3301
3849
  declare global {
3302
3850
  interface HTMLElementTagNameMap {
@@ -3304,8 +3852,99 @@ declare global {
3304
3852
  }
3305
3853
  }
3306
3854
 
3855
+ /**
3856
+ * db-grid-background — 캔버스 기반 그리드 배경.
3857
+ *
3858
+ * 패턴은 항상 중앙을 기준으로 대칭 배치되며(가장자리 라인 없음),
3859
+ * 단독 배경으로도, 다른 배경 위 데코 레이어(overlay)로도 쓸 수 있다.
3860
+ * interactive/animate 로 마우스 인터랙션과 앰비언트 애니메이션을 켤 수 있다.
3861
+ *
3862
+ * @example
3863
+ * <db-grid-background type="lines" size="32" fade="all"
3864
+ * interactive animate height="240"></db-grid-background>
3865
+ */
3866
+ declare class DbGridBackground extends HTMLElement {
3867
+ private canvas?;
3868
+ private ctx?;
3869
+ private hlCanvas?;
3870
+ private maskCanvas?;
3871
+ private ro?;
3872
+ private rafId?;
3873
+ private lastTime;
3874
+ private lastPointerMove;
3875
+ private bandAngle;
3876
+ private pointer;
3877
+ private cssW;
3878
+ private cssH;
3879
+ private colorProbe?;
3880
+ private themeObserver?;
3881
+ private themeMedia?;
3882
+ private tracePulses;
3883
+ private traceSpawnAccumulator;
3884
+ private onThemeMediaChange;
3885
+ private onPointerMove;
3886
+ static get observedAttributes(): string[];
3887
+ connectedCallback(): void;
3888
+ disconnectedCallback(): void;
3889
+ attributeChangedCallback(): void;
3890
+ private getBool;
3891
+ private getNumber;
3892
+ private getSizeStyle;
3893
+ private getColorProbe;
3894
+ private resolveCssColor;
3895
+ private isDarkContext;
3896
+ private resolveThemeColor;
3897
+ private effectiveOpacity;
3898
+ private effectiveColor;
3899
+ private effectiveInterColor;
3900
+ private traceDrawColor;
3901
+ private traceDrawOpacity;
3902
+ private parseColorRgb;
3903
+ private crossArm;
3904
+ private interactionMode;
3905
+ private animationStyle;
3906
+ private traceDirection;
3907
+ private linesLayout;
3908
+ private crossStyle;
3909
+ private parseGuideEdges;
3910
+ private guideFraction;
3911
+ private isGridLines;
3912
+ private isTraceableLines;
3913
+ private get cfg();
3914
+ private ensureCanvas;
3915
+ private applyHostStyles;
3916
+ private startObserving;
3917
+ private observeDocumentTheme;
3918
+ private bindPointer;
3919
+ private handlePointerMove;
3920
+ private measure;
3921
+ /** 중앙을 기준으로 대칭 배치되며 (0, extent) 내부 좌표만 반환 → 가장자리 라인 없음 */
3922
+ private axis;
3923
+ private scheduleDraw;
3924
+ private ensureLoop;
3925
+ private drawFrame;
3926
+ private easeInOutCubic;
3927
+ private traceSegmentLength;
3928
+ private pulseHead;
3929
+ private updateTracePulses;
3930
+ private traceLinePositions;
3931
+ private spawnTracePulse;
3932
+ private drawTracePulseSegment;
3933
+ private drawTraceHighlight;
3934
+ private drawPattern;
3935
+ private drawGridLines;
3936
+ private drawFrameGuides;
3937
+ private drawCenterGuides;
3938
+ private buildEnergyMask;
3939
+ private applyFade;
3940
+ }
3941
+ declare global {
3942
+ interface HTMLElementTagNameMap {
3943
+ 'db-grid-background': DbGridBackground;
3944
+ }
3945
+ }
3946
+
3307
3947
  declare class DbCursorFollower extends HTMLElement {
3308
- private scopeEl?;
3309
3948
  private portalRoot?;
3310
3949
  private pillEl?;
3311
3950
  private labelEl?;
@@ -3323,7 +3962,7 @@ declare class DbCursorFollower extends HTMLElement {
3323
3962
  disconnectedCallback(): void;
3324
3963
  attributeChangedCallback(): void;
3325
3964
  private setupDesktopGate;
3326
- private ensureScope;
3965
+ private updateScope;
3327
3966
  private isInScope;
3328
3967
  private mountLayer;
3329
3968
  private teardownLayer;
@@ -4284,6 +4923,10 @@ type RangeSliderProps = WebComponentProps & {
4284
4923
  size?: 's' | 'm' | 'l';
4285
4924
  variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger';
4286
4925
  showValue?: boolean;
4926
+ showLabel?: boolean;
4927
+ label?: string;
4928
+ valueFixed?: number;
4929
+ showThumbTooltip?: boolean;
4287
4930
  valuePosition?: 'top' | 'left' | 'right' | 'bottom';
4288
4931
  showMarks?: boolean;
4289
4932
  marks?: number[];
@@ -4926,6 +5569,56 @@ type NavbarProps = WebComponentProps & {
4926
5569
  fullWidth?: boolean;
4927
5570
  shadow?: boolean;
4928
5571
  };
5572
+ type FooterLink = {
5573
+ id: string;
5574
+ label: string;
5575
+ href?: string;
5576
+ external?: boolean;
5577
+ emphasize?: boolean;
5578
+ };
5579
+ type FooterLinkColumn = {
5580
+ id: string;
5581
+ title: string;
5582
+ items: FooterLink[];
5583
+ };
5584
+ type FooterSocialLink = {
5585
+ id: string;
5586
+ platform: 'youtube' | 'instagram' | 'x' | 'linkedin' | 'facebook' | 'email';
5587
+ href: string;
5588
+ label?: string;
5589
+ };
5590
+ type FooterCompanyInfo = {
5591
+ companyName?: string;
5592
+ representative?: string;
5593
+ businessNumber?: string;
5594
+ mailOrderNumber?: string;
5595
+ address?: string;
5596
+ phone?: string;
5597
+ customerCenter?: string;
5598
+ email?: string;
5599
+ hostingProvider?: string;
5600
+ };
5601
+ type FooterFamilySite = {
5602
+ id: string;
5603
+ label: string;
5604
+ href: string;
5605
+ };
5606
+ type FooterProps = WebComponentProps & {
5607
+ columns?: FooterLinkColumn[] | string;
5608
+ legalLinks?: FooterLink[] | string;
5609
+ socialLinks?: FooterSocialLink[] | string;
5610
+ companyInfo?: FooterCompanyInfo | string;
5611
+ familySites?: FooterFamilySite[] | string;
5612
+ tagline?: string;
5613
+ copyright?: string;
5614
+ logoType?: string;
5615
+ variant?: 'default' | 'compact' | 'minimal';
5616
+ size?: 's' | 'm' | 'l';
5617
+ fullWidth?: boolean;
5618
+ showLogo?: boolean;
5619
+ showSocial?: boolean;
5620
+ familySiteLabel?: string;
5621
+ };
4929
5622
  type SidebarItem = {
4930
5623
  id: string;
4931
5624
  label: string;
@@ -5007,6 +5700,8 @@ type ProgressProps = WebComponentProps & {
5007
5700
  showValue?: boolean;
5008
5701
  animated?: boolean;
5009
5702
  striped?: boolean;
5703
+ gradient?: boolean;
5704
+ glow?: boolean;
5010
5705
  };
5011
5706
  type SkeletonProps = WebComponentProps & {
5012
5707
  variant?: 'text' | 'circular' | 'rectangular' | 'rounded';
@@ -5343,6 +6038,14 @@ type TabsProps = WebComponentProps & {
5343
6038
  id: string;
5344
6039
  }>;
5345
6040
  };
6041
+ type BreadcrumbMenuItemConfig = {
6042
+ id?: string;
6043
+ label: string;
6044
+ href?: string;
6045
+ active?: boolean;
6046
+ disabled?: boolean;
6047
+ icon?: string;
6048
+ };
5346
6049
  type BreadcrumbItemConfig = {
5347
6050
  id?: string;
5348
6051
  label: string;
@@ -5350,24 +6053,34 @@ type BreadcrumbItemConfig = {
5350
6053
  active?: boolean;
5351
6054
  disabled?: boolean;
5352
6055
  icon?: string;
6056
+ menu?: BreadcrumbMenuItemConfig[];
5353
6057
  };
5354
6058
  type BreadcrumbsProps = WebComponentProps & {
5355
6059
  items?: BreadcrumbItemConfig[] | string;
5356
6060
  size?: 's' | 'm' | 'l';
5357
- /** 외형·레이아웃 (canonical). @deprecated variant breadcrumbStyle과 동일한 레거시 별칭 */
5358
- breadcrumbStyle?: 'default' | 'contained' | 'underlined' | 'minimal' | 'outlined';
5359
- /** @deprecated breadcrumbStyle 사용 */
5360
- variant?: 'default' | 'contained' | 'underlined' | 'minimal' | 'outlined';
6061
+ variant?: 'default' | 'contained' | 'underlined';
6062
+ /** @deprecated variant 사용 */
6063
+ breadcrumbStyle?: 'default' | 'contained' | 'underlined';
5361
6064
  maxItems?: number;
6065
+ menuDropdown?: boolean;
6066
+ maxLabelLength?: number;
5362
6067
  onItemClick?: DbEventHandler<{
5363
6068
  item: BreadcrumbItemConfig;
5364
6069
  }>;
6070
+ onMenuItemClick?: DbEventHandler<{
6071
+ menuItem: BreadcrumbMenuItemConfig;
6072
+ parentItem: BreadcrumbItemConfig;
6073
+ }>;
5365
6074
  onClick?: DbEventHandler<{
5366
6075
  item: BreadcrumbItemConfig;
5367
6076
  }>;
5368
6077
  onDbClick?: DbEventHandler<{
5369
6078
  item: BreadcrumbItemConfig;
5370
6079
  }>;
6080
+ onDbMenuClick?: DbEventHandler<{
6081
+ menuItem: BreadcrumbMenuItemConfig;
6082
+ parentItem: BreadcrumbItemConfig;
6083
+ }>;
5371
6084
  };
5372
6085
  type PaginationProps = WebComponentProps & {
5373
6086
  currentPage?: number;
@@ -5559,10 +6272,12 @@ type IndicatorProps = WebComponentProps & {
5559
6272
  total?: number;
5560
6273
  current?: number;
5561
6274
  defaultCurrent?: number;
5562
- indicatorType?: 'dots' | 'numbers' | 'line' | 'dot-line' | 'slide' | 'combined';
5563
- type?: 'dots' | 'numbers' | 'line' | 'dot-line' | 'slide' | 'combined';
6275
+ indicatorType?: 'dots' | 'numbers' | 'line' | 'dot-line' | 'slide' | 'fill' | 'combined';
6276
+ type?: 'dots' | 'numbers' | 'line' | 'dot-line' | 'slide' | 'fill' | 'combined';
5564
6277
  direction?: 'horizontal' | 'vertical';
5565
6278
  size?: 's' | 'm' | 'l';
6279
+ numberBackground?: boolean;
6280
+ playback?: boolean;
5566
6281
  clickable?: boolean;
5567
6282
  timer?: boolean;
5568
6283
  timerDuration?: number;
@@ -5890,6 +6605,194 @@ type ReorderProps = WebComponentProps & {
5890
6605
  items: ReorderItem[];
5891
6606
  }>;
5892
6607
  };
6608
+ type KanbanTag = {
6609
+ label: string;
6610
+ variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral';
6611
+ };
6612
+ type KanbanAssignee = {
6613
+ name: string;
6614
+ initials?: string;
6615
+ avatar?: string;
6616
+ };
6617
+ type KanbanCard = {
6618
+ id: string;
6619
+ title: string;
6620
+ description?: string;
6621
+ tags?: KanbanTag[];
6622
+ assignee?: KanbanAssignee;
6623
+ priority?: 'low' | 'medium' | 'high' | 'urgent';
6624
+ dueDate?: string;
6625
+ disabled?: boolean;
6626
+ };
6627
+ type KanbanColumn = {
6628
+ id: string;
6629
+ title: string;
6630
+ cards: KanbanCard[];
6631
+ limit?: number;
6632
+ color?: string;
6633
+ };
6634
+ type KanbanProps = WebComponentProps & {
6635
+ columns?: KanbanColumn[] | string;
6636
+ size?: 's' | 'm' | 'l';
6637
+ draggable?: boolean;
6638
+ showColumnCount?: boolean;
6639
+ showAddCard?: boolean;
6640
+ allowCrossColumn?: boolean;
6641
+ fullWidth?: boolean;
6642
+ disabled?: boolean;
6643
+ emptyColumnText?: string;
6644
+ onChange?: DbEventHandler<{
6645
+ columns: KanbanColumn[];
6646
+ }>;
6647
+ onCardMove?: DbEventHandler<{
6648
+ cardId: string;
6649
+ fromColumnId: string;
6650
+ toColumnId: string;
6651
+ fromIndex: number;
6652
+ toIndex: number;
6653
+ columns: KanbanColumn[];
6654
+ }>;
6655
+ onCardClick?: DbEventHandler<{
6656
+ card: KanbanCard;
6657
+ columnId: string;
6658
+ }>;
6659
+ onAddCard?: DbEventHandler<{
6660
+ columnId: string;
6661
+ }>;
6662
+ onDbChange?: DbEventHandler<{
6663
+ columns: KanbanColumn[];
6664
+ }>;
6665
+ onDbCardMove?: DbEventHandler<{
6666
+ cardId: string;
6667
+ fromColumnId: string;
6668
+ toColumnId: string;
6669
+ fromIndex: number;
6670
+ toIndex: number;
6671
+ columns: KanbanColumn[];
6672
+ }>;
6673
+ onDbCardClick?: DbEventHandler<{
6674
+ card: KanbanCard;
6675
+ columnId: string;
6676
+ }>;
6677
+ onDbAddCard?: DbEventHandler<{
6678
+ columnId: string;
6679
+ }>;
6680
+ };
6681
+ type GanttAssignee = {
6682
+ name: string;
6683
+ initials?: string;
6684
+ avatar?: string;
6685
+ };
6686
+ type GanttItem = {
6687
+ id: string;
6688
+ rowId: string;
6689
+ title: string;
6690
+ startDate: string;
6691
+ endDate: string;
6692
+ color?: string;
6693
+ assignee?: GanttAssignee;
6694
+ progress?: number;
6695
+ status?: 'on-track' | 'at-risk' | 'delayed' | 'completed';
6696
+ disabled?: boolean;
6697
+ };
6698
+ type GanttRow = {
6699
+ id: string;
6700
+ label: string;
6701
+ groupId?: string;
6702
+ };
6703
+ type GanttGroup = {
6704
+ id: string;
6705
+ title: string;
6706
+ color?: string;
6707
+ };
6708
+ type GanttProps = WebComponentProps & {
6709
+ groups?: GanttGroup[] | string;
6710
+ rows?: GanttRow[] | string;
6711
+ items?: GanttItem[] | string;
6712
+ startDate?: string;
6713
+ endDate?: string;
6714
+ today?: string;
6715
+ scale?: 'day' | 'week';
6716
+ cellWidth?: number;
6717
+ showWeekends?: boolean;
6718
+ showToday?: boolean;
6719
+ sidebarLabel?: string;
6720
+ fullWidth?: boolean;
6721
+ disabled?: boolean;
6722
+ draggable?: boolean;
6723
+ reorderable?: boolean;
6724
+ locale?: string;
6725
+ onItemClick?: DbEventHandler<{
6726
+ item: GanttItem;
6727
+ }>;
6728
+ onItemChange?: DbEventHandler<{
6729
+ item?: GanttItem;
6730
+ items: GanttItem[];
6731
+ action: string;
6732
+ }>;
6733
+ onChange?: DbEventHandler<{
6734
+ groups?: GanttGroup[];
6735
+ rows?: GanttRow[];
6736
+ items: GanttItem[];
6737
+ }>;
6738
+ onRowClick?: DbEventHandler<{
6739
+ row: GanttRow;
6740
+ }>;
6741
+ onRowReorder?: DbEventHandler<{
6742
+ rowId: string;
6743
+ groupId?: string;
6744
+ fromIndex: number;
6745
+ toIndex: number;
6746
+ groups: GanttGroup[];
6747
+ rows: GanttRow[];
6748
+ }>;
6749
+ onGroupReorder?: DbEventHandler<{
6750
+ groupId: string;
6751
+ fromIndex: number;
6752
+ toIndex: number;
6753
+ groups: GanttGroup[];
6754
+ rows: GanttRow[];
6755
+ }>;
6756
+ onGroupToggle?: DbEventHandler<{
6757
+ groupId: string;
6758
+ collapsed: boolean;
6759
+ }>;
6760
+ onDbItemClick?: DbEventHandler<{
6761
+ item: GanttItem;
6762
+ }>;
6763
+ onDbItemChange?: DbEventHandler<{
6764
+ item?: GanttItem;
6765
+ items: GanttItem[];
6766
+ action: string;
6767
+ }>;
6768
+ onDbChange?: DbEventHandler<{
6769
+ groups?: GanttGroup[];
6770
+ rows?: GanttRow[];
6771
+ items: GanttItem[];
6772
+ }>;
6773
+ onDbRowClick?: DbEventHandler<{
6774
+ row: GanttRow;
6775
+ }>;
6776
+ onDbRowReorder?: DbEventHandler<{
6777
+ rowId: string;
6778
+ groupId?: string;
6779
+ fromIndex: number;
6780
+ toIndex: number;
6781
+ groups: GanttGroup[];
6782
+ rows: GanttRow[];
6783
+ }>;
6784
+ onDbGroupReorder?: DbEventHandler<{
6785
+ groupId: string;
6786
+ fromIndex: number;
6787
+ toIndex: number;
6788
+ groups: GanttGroup[];
6789
+ rows: GanttRow[];
6790
+ }>;
6791
+ onDbGroupToggle?: DbEventHandler<{
6792
+ groupId: string;
6793
+ collapsed: boolean;
6794
+ }>;
6795
+ };
5893
6796
  type CarouselItem = {
5894
6797
  id: string;
5895
6798
  title?: string;
@@ -6356,8 +7259,185 @@ type SectionAppDownloadProps = WebComponentProps & {
6356
7259
  fullHeight?: boolean;
6357
7260
  overflowVisible?: boolean;
6358
7261
  };
7262
+ type SectionBlockBadge = {
7263
+ text: string;
7264
+ variant?: string;
7265
+ style?: string;
7266
+ size?: string;
7267
+ };
7268
+ type SectionCtaButton = {
7269
+ text: string;
7270
+ variant?: string;
7271
+ size?: string;
7272
+ href?: string;
7273
+ };
7274
+ type SectionCtaProps = WebComponentProps & {
7275
+ title?: string;
7276
+ headline?: string;
7277
+ subtitle?: string;
7278
+ description?: string;
7279
+ badge?: SectionBlockBadge | string;
7280
+ buttons?: SectionCtaButton[] | string;
7281
+ variant?: 'default' | 'banner' | 'card';
7282
+ theme?: 'light' | 'dark' | 'gradient' | 'tinted';
7283
+ align?: 'left' | 'center';
7284
+ contentPadding?: 's' | 'm' | 'l';
7285
+ size?: 's' | 'm' | 'l' | 'xl';
7286
+ fullWidth?: boolean;
7287
+ fullHeight?: boolean;
7288
+ overflowVisible?: boolean;
7289
+ onAction?: DbEventHandler<{
7290
+ action: SectionCtaButton;
7291
+ }>;
7292
+ onDbAction?: DbEventHandler<{
7293
+ action: SectionCtaButton;
7294
+ }>;
7295
+ };
7296
+ type SectionTestimonialItem = {
7297
+ quote: string;
7298
+ author: string;
7299
+ role?: string;
7300
+ company?: string;
7301
+ avatar?: string;
7302
+ rating?: number;
7303
+ };
7304
+ type SectionTestimonialsProps = WebComponentProps & {
7305
+ headline?: string;
7306
+ subtitle?: string;
7307
+ description?: string;
7308
+ badge?: SectionBlockBadge | string;
7309
+ items?: SectionTestimonialItem[] | string;
7310
+ variant?: 'grid' | 'carousel';
7311
+ columns?: 2 | 3 | string;
7312
+ align?: 'left' | 'center';
7313
+ contentPadding?: 's' | 'm' | 'l';
7314
+ size?: 's' | 'm' | 'l' | 'xl';
7315
+ fullWidth?: boolean;
7316
+ fullHeight?: boolean;
7317
+ overflowVisible?: boolean;
7318
+ };
7319
+ type SectionFeatureGridItem = {
7320
+ title: string;
7321
+ description: string;
7322
+ iconName?: string;
7323
+ };
7324
+ type SectionFeatureGridProps = WebComponentProps & {
7325
+ headline?: string;
7326
+ subtitle?: string;
7327
+ description?: string;
7328
+ badge?: SectionBlockBadge | string;
7329
+ items?: SectionFeatureGridItem[] | string;
7330
+ columns?: 2 | 3 | 4 | string;
7331
+ tinted?: boolean;
7332
+ align?: 'left' | 'center';
7333
+ contentPadding?: 's' | 'm' | 'l';
7334
+ size?: 's' | 'm' | 'l' | 'xl';
7335
+ fullWidth?: boolean;
7336
+ fullHeight?: boolean;
7337
+ overflowVisible?: boolean;
7338
+ };
7339
+ type SectionLogoCloudItem = {
7340
+ src?: string;
7341
+ alt: string;
7342
+ href?: string;
7343
+ label?: string;
7344
+ };
7345
+ type SectionLogoCloudProps = WebComponentProps & {
7346
+ headline?: string;
7347
+ subtitle?: string;
7348
+ description?: string;
7349
+ badge?: SectionBlockBadge | string;
7350
+ logos?: SectionLogoCloudItem[] | string;
7351
+ variant?: 'grid' | 'marquee';
7352
+ align?: 'left' | 'center';
7353
+ contentPadding?: 's' | 'm' | 'l';
7354
+ size?: 's' | 'm' | 'l' | 'xl';
7355
+ fullWidth?: boolean;
7356
+ fullHeight?: boolean;
7357
+ overflowVisible?: boolean;
7358
+ };
7359
+ type SectionStatItem = {
7360
+ value: string | number;
7361
+ label: string;
7362
+ description?: string;
7363
+ };
7364
+ type SectionStatsProps = WebComponentProps & {
7365
+ headline?: string;
7366
+ subtitle?: string;
7367
+ description?: string;
7368
+ badge?: SectionBlockBadge | string;
7369
+ items?: SectionStatItem[] | string;
7370
+ columns?: 2 | 3 | 4 | string;
7371
+ tinted?: boolean;
7372
+ align?: 'left' | 'center';
7373
+ contentPadding?: 's' | 'm' | 'l';
7374
+ size?: 's' | 'm' | 'l' | 'xl';
7375
+ fullWidth?: boolean;
7376
+ fullHeight?: boolean;
7377
+ overflowVisible?: boolean;
7378
+ };
7379
+ type SectionFaqItem = {
7380
+ id: string;
7381
+ question: string;
7382
+ answer: string;
7383
+ };
7384
+ type SectionFaqProps = WebComponentProps & {
7385
+ headline?: string;
7386
+ subtitle?: string;
7387
+ description?: string;
7388
+ badge?: SectionBlockBadge | string;
7389
+ items?: SectionFaqItem[] | string;
7390
+ allowMultiple?: boolean;
7391
+ align?: 'left' | 'center';
7392
+ contentPadding?: 's' | 'm' | 'l';
7393
+ size?: 's' | 'm' | 'l' | 'xl';
7394
+ fullWidth?: boolean;
7395
+ fullHeight?: boolean;
7396
+ overflowVisible?: boolean;
7397
+ };
7398
+ type SectionPricingCta = {
7399
+ label: string;
7400
+ href?: string;
7401
+ variant?: string;
7402
+ };
7403
+ type SectionPricingPlan = {
7404
+ name: string;
7405
+ price: string;
7406
+ period?: string;
7407
+ description?: string;
7408
+ features: string[];
7409
+ highlighted?: boolean;
7410
+ badge?: string;
7411
+ cta: SectionPricingCta;
7412
+ };
7413
+ type SectionPricingProps = WebComponentProps & {
7414
+ headline?: string;
7415
+ subtitle?: string;
7416
+ description?: string;
7417
+ badge?: SectionBlockBadge | string;
7418
+ plans?: SectionPricingPlan[] | string;
7419
+ columns?: 2 | 3 | string;
7420
+ align?: 'left' | 'center';
7421
+ contentPadding?: 's' | 'm' | 'l';
7422
+ size?: 's' | 'm' | 'l' | 'xl';
7423
+ fullWidth?: boolean;
7424
+ fullHeight?: boolean;
7425
+ overflowVisible?: boolean;
7426
+ onAction?: DbEventHandler<{
7427
+ plan: SectionPricingPlan;
7428
+ }>;
7429
+ onDbAction?: DbEventHandler<{
7430
+ plan: SectionPricingPlan;
7431
+ }>;
7432
+ };
7433
+ type MarqueeImageItem = {
7434
+ src: string;
7435
+ alt?: string;
7436
+ href?: string;
7437
+ height?: number;
7438
+ };
6359
7439
  type MarqueeProps = WebComponentProps & {
6360
- items?: string[] | string;
7440
+ items?: Array<string | MarqueeImageItem> | string;
6361
7441
  direction?: 'left' | 'right';
6362
7442
  duration?: number;
6363
7443
  speed?: number;
@@ -6370,6 +7450,10 @@ type MarqueeProps = WebComponentProps & {
6370
7450
  edgePadding?: number;
6371
7451
  gap?: number;
6372
7452
  alignY?: 'start' | 'center' | 'end';
7453
+ rowCount?: number;
7454
+ rowGap?: number;
7455
+ scrollVelocity?: boolean;
7456
+ scrollBoost?: number;
6373
7457
  ariaLabel?: string;
6374
7458
  };
6375
7459
  type GradientColor = {
@@ -6401,11 +7485,19 @@ type RandomGradientProps = WebComponentProps & {
6401
7485
  type AdBannerProps = WebComponentProps & {
6402
7486
  type?: 'hero' | 'topbar' | 'card' | 'floating';
6403
7487
  variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'error';
7488
+ size?: 's' | 'm' | 'l';
6404
7489
  title?: string;
6405
7490
  subtitle?: string;
6406
7491
  ctaText?: string;
7492
+ image?: string;
7493
+ imageAlt?: string;
7494
+ href?: string;
7495
+ target?: string;
6407
7496
  autoClose?: boolean;
6408
7497
  closeDelay?: number;
7498
+ background?: 'solid' | 'gradient' | 'animation' | 'grid';
7499
+ animationType?: string;
7500
+ gridType?: 'lines' | 'dots' | 'cross' | 'diagonal';
6409
7501
  useRandomGradient?: boolean;
6410
7502
  gradientScheme?: RandomGradientProps['scheme'];
6411
7503
  gradientTone?: RandomGradientProps['tone'];
@@ -6449,8 +7541,12 @@ type TimelineProps = WebComponentProps & {
6449
7541
  };
6450
7542
  type AnimationTextProps = WebComponentProps & {
6451
7543
  text?: string;
7544
+ /** text-rotate 타입용 — 콤마로 구분된 여러 텍스트 */
7545
+ texts?: string;
7546
+ /** text-rotate 타입용 — 각 텍스트 유지 시간(ms) */
7547
+ interval?: number;
6452
7548
  trigger?: 'mount' | 'hover' | 'click' | 'in-view';
6453
- type?: 'typing' | 'fade' | 'slide' | 'bounce' | 'shake' | 'glow' | 'gradient' | 'wave' | 'flip' | 'scale' | 'decode';
7549
+ type?: 'typing' | 'fade' | 'slide' | 'bounce' | 'shake' | 'glow' | 'gradient' | 'wave' | 'flip' | 'scale' | 'decode' | 'roll' | 'reveal' | 'scroll-fill' | 'text-rotate';
6454
7550
  speed?: number;
6455
7551
  repeat?: number;
6456
7552
  delay?: number;
@@ -6495,7 +7591,7 @@ type TutorialProps = WebComponentProps & {
6495
7591
  onDbPrev?: DbEventHandler;
6496
7592
  };
6497
7593
  type AnimationBackgroundProps = WebComponentProps & {
6498
- type?: 'gradient' | 'particles' | 'stars' | 'snow' | 'flowers' | 'confetti' | 'aurora' | 'plasma' | 'mesh-flow' | 'fluid' | 'radiant' | 'ethereal';
7594
+ type?: 'particles' | 'stars' | 'snow' | 'flowers' | 'confetti' | 'aurora' | 'plasma' | 'mesh-flow' | 'fluid' | 'radiant' | 'ethereal' | 'graphite';
6499
7595
  theme?: 'light' | 'dark';
6500
7596
  intensity?: 'subtle' | 'medium' | 'vivid';
6501
7597
  blur?: number;
@@ -6521,6 +7617,10 @@ type AnimationBackgroundProps = WebComponentProps & {
6521
7617
  showVignette?: boolean;
6522
7618
  preset?: string;
6523
7619
  zoom?: number;
7620
+ showControls?: boolean;
7621
+ shaderSpeed?: number;
7622
+ shaderIntensity?: number;
7623
+ warp?: number;
6524
7624
  onClick?: DbEventHandler;
6525
7625
  onDbClick?: DbEventHandler;
6526
7626
  };
@@ -6593,6 +7693,7 @@ declare const ImageList: react.ForwardRefExoticComponent<Omit<ImageListProps, "r
6593
7693
  declare const Lightbox: react.ForwardRefExoticComponent<Omit<LightboxProps, "ref"> & react.RefAttributes<HTMLElement>>;
6594
7694
  declare const BottomNavigation: react.ForwardRefExoticComponent<Omit<BottomNavigationProps, "ref"> & react.RefAttributes<HTMLElement>>;
6595
7695
  declare const Navbar: react.ForwardRefExoticComponent<Omit<NavbarProps, "ref"> & react.RefAttributes<HTMLElement>>;
7696
+ declare const Footer: react.ForwardRefExoticComponent<Omit<FooterProps, "ref"> & react.RefAttributes<HTMLElement>>;
6596
7697
  declare const Sidebar: react.ForwardRefExoticComponent<Omit<SidebarProps, "ref"> & react.RefAttributes<HTMLElement>>;
6597
7698
  declare const SegmentControl: react.ForwardRefExoticComponent<Omit<SegmentControlProps, "ref"> & react.RefAttributes<HTMLElement>>;
6598
7699
  declare const Select: react.ForwardRefExoticComponent<Omit<SelectProps, "ref"> & react.RefAttributes<HTMLElement>>;
@@ -6613,6 +7714,8 @@ declare const Masonry: react.ForwardRefExoticComponent<Omit<MasonryProps, "ref">
6613
7714
  declare const Carousel: react.ForwardRefExoticComponent<Omit<CarouselProps, "ref"> & react.RefAttributes<HTMLElement>>;
6614
7715
  declare const ColorPicker: react.ForwardRefExoticComponent<Omit<ColorPickerProps, "ref"> & react.RefAttributes<HTMLElement>>;
6615
7716
  declare const Reorder: react.ForwardRefExoticComponent<Omit<ReorderProps, "ref"> & react.RefAttributes<HTMLElement>>;
7717
+ declare const Kanban: react.ForwardRefExoticComponent<Omit<KanbanProps, "ref"> & react.RefAttributes<HTMLElement>>;
7718
+ declare const Gantt: react.ForwardRefExoticComponent<Omit<GanttProps, "ref"> & react.RefAttributes<HTMLElement>>;
6616
7719
  declare const ResizablePanels: react.ForwardRefExoticComponent<Omit<ResizablePanelsProps, "ref"> & react.RefAttributes<HTMLElement>>;
6617
7720
  declare const VideoPlayer: react.ForwardRefExoticComponent<Omit<VideoPlayerProps, "ref"> & react.RefAttributes<HTMLElement>>;
6618
7721
  declare const YouTubePlayer: react.ForwardRefExoticComponent<Omit<YouTubePlayerProps, "ref"> & react.RefAttributes<HTMLElement>>;
@@ -6625,6 +7728,13 @@ declare const SectionFeature: react.ForwardRefExoticComponent<Omit<SectionFeatur
6625
7728
  declare const AppBadge: react.ForwardRefExoticComponent<Omit<AppBadgeProps, "ref"> & react.RefAttributes<HTMLElement>>;
6626
7729
  declare const SectionContact: react.ForwardRefExoticComponent<Omit<SectionContactProps, "ref"> & react.RefAttributes<HTMLElement>>;
6627
7730
  declare const SectionAppDownload: react.ForwardRefExoticComponent<Omit<SectionAppDownloadProps, "ref"> & react.RefAttributes<HTMLElement>>;
7731
+ declare const SectionCta: react.ForwardRefExoticComponent<Omit<SectionCtaProps, "ref"> & react.RefAttributes<HTMLElement>>;
7732
+ declare const SectionTestimonials: react.ForwardRefExoticComponent<Omit<SectionTestimonialsProps, "ref"> & react.RefAttributes<HTMLElement>>;
7733
+ declare const SectionFeatureGrid: react.ForwardRefExoticComponent<Omit<SectionFeatureGridProps, "ref"> & react.RefAttributes<HTMLElement>>;
7734
+ declare const SectionLogoCloud: react.ForwardRefExoticComponent<Omit<SectionLogoCloudProps, "ref"> & react.RefAttributes<HTMLElement>>;
7735
+ declare const SectionStats: react.ForwardRefExoticComponent<Omit<SectionStatsProps, "ref"> & react.RefAttributes<HTMLElement>>;
7736
+ declare const SectionFaq: react.ForwardRefExoticComponent<Omit<SectionFaqProps, "ref"> & react.RefAttributes<HTMLElement>>;
7737
+ declare const SectionPricing: react.ForwardRefExoticComponent<Omit<SectionPricingProps, "ref"> & react.RefAttributes<HTMLElement>>;
6628
7738
  declare const Marquee: react.ForwardRefExoticComponent<Omit<MarqueeProps, "ref"> & react.RefAttributes<HTMLElement>>;
6629
7739
  declare const Gradient: react.ForwardRefExoticComponent<Omit<GradientProps, "ref"> & react.RefAttributes<HTMLElement>>;
6630
7740
  declare const RandomGradient: react.ForwardRefExoticComponent<Omit<RandomGradientProps, "ref"> & react.RefAttributes<HTMLElement>>;
@@ -6633,6 +7743,34 @@ declare const Timeline: react.ForwardRefExoticComponent<Omit<TimelineProps, "ref
6633
7743
  declare const AnimationText: react.ForwardRefExoticComponent<Omit<AnimationTextProps, "ref"> & react.RefAttributes<HTMLElement>>;
6634
7744
  declare const Tutorial: react.ForwardRefExoticComponent<Omit<TutorialProps, "ref"> & react.RefAttributes<HTMLElement>>;
6635
7745
  declare const AnimationBackground: react.ForwardRefExoticComponent<Omit<AnimationBackgroundProps, "ref"> & react.RefAttributes<HTMLElement>>;
7746
+ type GridBackgroundProps = WebComponentProps & {
7747
+ type?: 'lines' | 'dots' | 'cross' | 'diagonal';
7748
+ size?: number;
7749
+ thickness?: number;
7750
+ color?: string;
7751
+ theme?: string;
7752
+ opacity?: number;
7753
+ fade?: string;
7754
+ fadeSize?: number | string;
7755
+ background?: string;
7756
+ overlay?: string;
7757
+ interactive?: boolean;
7758
+ interaction?: 'none' | 'glow' | 'magnet' | 'rotate';
7759
+ interactionColor?: string;
7760
+ interactionRadius?: number;
7761
+ crossSize?: number;
7762
+ crossStyle?: 'plus' | 'line';
7763
+ linesLayout?: 'grid' | 'frame' | 'center';
7764
+ animated?: boolean;
7765
+ animationStyle?: 'band' | 'trace' | 'both';
7766
+ animationSpeed?: number;
7767
+ traceLength?: number;
7768
+ traceDirection?: 'vertical' | 'horizontal' | 'both';
7769
+ width?: number | string;
7770
+ height?: number | string;
7771
+ borderRadius?: number | string;
7772
+ };
7773
+ declare const GridBackground: react.ForwardRefExoticComponent<Omit<GridBackgroundProps, "ref"> & react.RefAttributes<HTMLElement>>;
6636
7774
  declare const CursorFollower: react.ForwardRefExoticComponent<Omit<CursorFollowerProps, "ref"> & react.RefAttributes<HTMLElement>>;
6637
7775
  declare const Lottie: react.ForwardRefExoticComponent<Omit<LottieProps, "ref"> & react.RefAttributes<HTMLElement>>;
6638
7776
  declare const PageHeader: react.ForwardRefExoticComponent<Omit<PageHeaderProps, "ref"> & react.RefAttributes<HTMLElement>>;
@@ -6648,5 +7786,5 @@ declare const DatePicker: react.ForwardRefExoticComponent<Omit<DatePickerProps,
6648
7786
  declare const TimePicker: react.ForwardRefExoticComponent<Omit<TimePickerProps, "ref"> & react.RefAttributes<HTMLElement>>;
6649
7787
  declare const Calendar: react.ForwardRefExoticComponent<Omit<CalendarProps, "ref"> & react.RefAttributes<HTMLElement>>;
6650
7788
 
6651
- 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 };
6652
- 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 };
7789
+ 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, Gantt, Gradient, Grid, GridBackground, GridItem, Image, ImageList, ImagePlaceholder, Indicator, Input, Kanban, 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, SectionCta, SectionFaq, SectionFeature, SectionFeatureGrid, SectionHero, SectionLogoCloud, SectionPricing, SectionStats, SectionTestimonials, 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 };
7790
+ export type { AccordionItemConfig, AccordionProps, AdBannerProps, AlertAction, AlertProps, AnimationBackgroundProps, AnimationTextProps, AppBadgeProps, AudioPlayerProps, AvatarProps, BackdropProps, BadgeProps, BannerAction, BannerProps, BottomNavigationItem, BottomNavigationProps, BottomSheetProps, BreadcrumbItemConfig, BreadcrumbMenuItemConfig, 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, GanttAssignee, GanttGroup, GanttItem, GanttProps, GanttRow, GradientColor, GradientProps, GradientScheme, GradientTone, GridBackgroundProps, ImageListItem, ImageListProps, ImagePlaceholderProps, ImageProps, IndicatorProps, InputProps, KanbanAssignee, KanbanCard, KanbanColumn, KanbanProps, KanbanTag, 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, SectionBlockBadge, SectionContactAction, SectionContactProps, SectionCtaButton, SectionCtaProps, SectionFaqItem, SectionFaqProps, SectionFeatureAction, SectionFeatureBadge, SectionFeatureGridItem, SectionFeatureGridProps, SectionFeatureProps, SectionHeroButton, SectionHeroProps, SectionLogoCloudItem, SectionLogoCloudProps, SectionPricingCta, SectionPricingPlan, SectionPricingProps, SectionProps, SectionStatItem, SectionStatsProps, SectionTestimonialItem, SectionTestimonialsProps, 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 };