@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
package/dist/index.d.ts CHANGED
@@ -479,6 +479,8 @@ declare class DbTooltip extends HTMLElement {
479
479
  private showTimer?;
480
480
  private hideTimer?;
481
481
  private repositionRaf?;
482
+ private enterRaf?;
483
+ private removalTimer?;
482
484
  get content(): string;
483
485
  set content(value: string);
484
486
  get position(): string;
@@ -510,6 +512,7 @@ declare class DbTooltip extends HTMLElement {
510
512
  private syncTooltipClasses;
511
513
  private calculatePosition;
512
514
  private setVisible;
515
+ private hideTooltip;
513
516
  private removeTooltip;
514
517
  private handleShow;
515
518
  private handleHide;
@@ -525,6 +528,8 @@ declare global {
525
528
  interface AccordionItemConfig {
526
529
  id?: string;
527
530
  title: string;
531
+ /** 슬롯(content-N)이 없을 때 본문으로 렌더되는 텍스트 */
532
+ content?: string;
528
533
  disabled?: boolean;
529
534
  itemType?: 'icon' | 'number' | 'question' | 'none';
530
535
  icon?: string;
@@ -592,11 +597,21 @@ declare global {
592
597
 
593
598
  declare class DbProgress extends HTMLElement {
594
599
  static get observedAttributes(): string[];
600
+ private structureSignature;
601
+ private barEl?;
602
+ private linearValueEl?;
603
+ private circularBarEl?;
604
+ private circularValueEl?;
605
+ private circumference;
595
606
  get value(): number;
596
607
  set value(value: number);
597
608
  connectedCallback(): void;
598
609
  attributeChangedCallback(): void;
599
610
  private render;
611
+ private buildLinear;
612
+ private updateLinear;
613
+ private buildCircular;
614
+ private updateCircular;
600
615
  }
601
616
  declare global {
602
617
  interface HTMLElementTagNameMap {
@@ -756,6 +771,14 @@ declare global {
756
771
  }
757
772
  }
758
773
 
774
+ interface BreadcrumbMenuItem {
775
+ id?: string;
776
+ label: string;
777
+ href?: string;
778
+ active?: boolean;
779
+ disabled?: boolean;
780
+ icon?: string;
781
+ }
759
782
  interface BreadcrumbItem {
760
783
  id?: string;
761
784
  label: string;
@@ -763,14 +786,35 @@ interface BreadcrumbItem {
763
786
  active?: boolean;
764
787
  disabled?: boolean;
765
788
  icon?: string;
789
+ menu?: BreadcrumbMenuItem[];
766
790
  }
767
791
  declare class DbBreadcrumbs extends HTMLElement {
768
792
  static get observedAttributes(): string[];
793
+ private openMenuId;
794
+ private onDocumentMouseDown;
795
+ private onDocumentKeyDown;
769
796
  get items(): BreadcrumbItem[] | string;
770
797
  set items(value: BreadcrumbItem[] | string);
771
798
  connectedCallback(): void;
799
+ disconnectedCallback(): void;
772
800
  attributeChangedCallback(): void;
801
+ private get menuDropdown();
802
+ private get maxLabelLength();
803
+ private get resolvedVariant();
804
+ private itemId;
805
+ private menuItemId;
773
806
  private visibleItems;
807
+ private shouldUseDropdown;
808
+ private closeMenu;
809
+ private openMenu;
810
+ private toggleMenu;
811
+ private addGlobalListeners;
812
+ private removeGlobalListeners;
813
+ private updateDropdownStates;
814
+ private createLabel;
815
+ private createMenuItem;
816
+ private createDropdownItem;
817
+ private createStandardItem;
774
818
  private render;
775
819
  }
776
820
  declare global {
@@ -1079,6 +1123,10 @@ declare class DbIndicator extends HTMLElement {
1079
1123
  set size(value: string);
1080
1124
  get direction(): string;
1081
1125
  set direction(value: string);
1126
+ get numberBackground(): boolean;
1127
+ set numberBackground(value: boolean);
1128
+ get playback(): boolean;
1129
+ set playback(value: boolean);
1082
1130
  get clickable(): boolean;
1083
1131
  set clickable(value: boolean);
1084
1132
  get timer(): boolean;
@@ -1097,6 +1145,14 @@ declare class DbIndicator extends HTMLElement {
1097
1145
  private renderStep;
1098
1146
  private renderDots;
1099
1147
  private renderPlaybackButton;
1148
+ private renderNumbers;
1149
+ private renderSlide;
1150
+ private renderScaleFill;
1151
+ private renderLine;
1152
+ private renderDotLine;
1153
+ private fillRatio;
1154
+ private renderFill;
1155
+ private renderContent;
1100
1156
  private render;
1101
1157
  }
1102
1158
  declare global {
@@ -1417,6 +1473,7 @@ declare class DbLightbox extends HTMLElement {
1417
1473
  private imageError;
1418
1474
  private keydownHandler;
1419
1475
  private boundSrc;
1476
+ private thumbnailSignature;
1420
1477
  static get observedAttributes(): string[];
1421
1478
  connectedCallback(): void;
1422
1479
  disconnectedCallback(): void;
@@ -1478,9 +1535,34 @@ interface DbNavbarItem {
1478
1535
  label: string;
1479
1536
  href?: string;
1480
1537
  icon?: string;
1538
+ /** 메가 메뉴 링크에서 라벨 아래 표시되는 보조 설명 */
1539
+ description?: string;
1481
1540
  active?: boolean;
1482
1541
  disabled?: boolean;
1483
1542
  children?: DbNavbarItem[];
1543
+ /** children 대신 메가 메뉴(다단 패널) 스타일로 렌더링 */
1544
+ megaMenu?: boolean;
1545
+ /** 메가 메뉴 컬럼 목록 */
1546
+ columns?: DbNavbarMegaColumn[];
1547
+ /** 메가 메뉴 우측 강조(피처드) 영역 */
1548
+ featured?: DbNavbarMegaFeatured;
1549
+ }
1550
+ interface DbNavbarMegaColumn {
1551
+ id: string;
1552
+ /** 컬럼 상단 제목 */
1553
+ title?: string;
1554
+ /** 컬럼 내 링크 목록 */
1555
+ items: DbNavbarItem[];
1556
+ }
1557
+ interface DbNavbarMegaFeatured {
1558
+ title?: string;
1559
+ description?: string;
1560
+ /** 배경 이미지 URL */
1561
+ image?: string;
1562
+ href?: string;
1563
+ /** CTA 텍스트 (예: 자세히 보기) */
1564
+ ctaLabel?: string;
1565
+ icon?: string;
1484
1566
  }
1485
1567
  interface DbNavbarUserProfile {
1486
1568
  name: string;
@@ -1513,10 +1595,16 @@ declare class DbNavbar extends HTMLElement {
1513
1595
  private unbindOutsideClick;
1514
1596
  private dispatchItemClick;
1515
1597
  private syncHostClasses;
1598
+ private isMegaMenu;
1599
+ private createNavToggleButton;
1600
+ private createMegaLink;
1601
+ private createMegaMenu;
1602
+ private createMegaFeatured;
1516
1603
  private createDesktopNavItem;
1517
1604
  private createUserMenuItemElement;
1518
1605
  private bindSearchEvents;
1519
1606
  private applyAvatarProfile;
1607
+ private getMobileChildren;
1520
1608
  private createMobileMenuItem;
1521
1609
  private updateUserMenuVisibility;
1522
1610
  private renderMobileMenu;
@@ -1528,6 +1616,78 @@ declare global {
1528
1616
  }
1529
1617
  }
1530
1618
 
1619
+ type DbFooterSocialPlatform = 'youtube' | 'instagram' | 'x' | 'linkedin' | 'facebook' | 'email';
1620
+ interface DbFooterLink {
1621
+ id: string;
1622
+ label: string;
1623
+ href?: string;
1624
+ external?: boolean;
1625
+ /** 개인정보처리방침 등 강조 링크 */
1626
+ emphasize?: boolean;
1627
+ }
1628
+ interface DbFooterLinkColumn {
1629
+ id: string;
1630
+ title: string;
1631
+ items: DbFooterLink[];
1632
+ }
1633
+ interface DbFooterSocialLink {
1634
+ id: string;
1635
+ platform: DbFooterSocialPlatform;
1636
+ href: string;
1637
+ label?: string;
1638
+ }
1639
+ interface DbFooterCompanyInfo {
1640
+ companyName?: string;
1641
+ representative?: string;
1642
+ businessNumber?: string;
1643
+ mailOrderNumber?: string;
1644
+ address?: string;
1645
+ phone?: string;
1646
+ customerCenter?: string;
1647
+ email?: string;
1648
+ hostingProvider?: string;
1649
+ }
1650
+ interface DbFooterFamilySite {
1651
+ id: string;
1652
+ label: string;
1653
+ href: string;
1654
+ }
1655
+ declare class DbFooter extends HTMLElement {
1656
+ static get observedAttributes(): string[];
1657
+ connectedCallback(): void;
1658
+ attributeChangedCallback(): void;
1659
+ get columns(): DbFooterLinkColumn[];
1660
+ set columns(value: DbFooterLinkColumn[] | string);
1661
+ get legalLinks(): DbFooterLink[];
1662
+ set legalLinks(value: DbFooterLink[] | string);
1663
+ get socialLinks(): DbFooterSocialLink[];
1664
+ set socialLinks(value: DbFooterSocialLink[] | string);
1665
+ get companyInfo(): DbFooterCompanyInfo;
1666
+ set companyInfo(value: DbFooterCompanyInfo | string);
1667
+ get familySites(): DbFooterFamilySite[];
1668
+ set familySites(value: DbFooterFamilySite[] | string);
1669
+ private syncHostClasses;
1670
+ private dispatchLinkClick;
1671
+ private createLink;
1672
+ private createSocialLink;
1673
+ private createCompanyInfoRows;
1674
+ private showLogo;
1675
+ private createLogo;
1676
+ private renderBrand;
1677
+ private renderColumns;
1678
+ private createLegalNav;
1679
+ private renderLegalBar;
1680
+ private renderCompanyInfo;
1681
+ private createCopyright;
1682
+ private renderMinimal;
1683
+ private render;
1684
+ }
1685
+ declare global {
1686
+ interface HTMLElementTagNameMap {
1687
+ 'db-footer': DbFooter;
1688
+ }
1689
+ }
1690
+
1531
1691
  interface DbSidebarItem {
1532
1692
  id: string;
1533
1693
  label: string;
@@ -1674,6 +1834,8 @@ declare global {
1674
1834
  declare class DbRangeSlider extends HTMLElement {
1675
1835
  static get observedAttributes(): string[];
1676
1836
  private built;
1837
+ private headerEl;
1838
+ private labelEl;
1677
1839
  private valuesEl;
1678
1840
  private containerEl;
1679
1841
  private trackEl;
@@ -1697,6 +1859,10 @@ declare class DbRangeSlider extends HTMLElement {
1697
1859
  get range(): [number, number] | undefined;
1698
1860
  set range(v: [number, number] | string | undefined);
1699
1861
  private build;
1862
+ private getValuePosition;
1863
+ private shouldShowLabel;
1864
+ private formatValue;
1865
+ private syncDomOrder;
1700
1866
  private bindEvents;
1701
1867
  private unbindEvents;
1702
1868
  private readAttributeValues;
@@ -1704,6 +1870,7 @@ declare class DbRangeSlider extends HTMLElement {
1704
1870
  private syncStructure;
1705
1871
  private isMarkActive;
1706
1872
  private syncVisuals;
1873
+ private syncThumbTooltips;
1707
1874
  private syncA11y;
1708
1875
  private setThumbPosition;
1709
1876
  private valueToPercent;
@@ -2713,6 +2880,168 @@ declare global {
2713
2880
  }
2714
2881
  }
2715
2882
 
2883
+ type DbKanbanPriority = 'low' | 'medium' | 'high' | 'urgent';
2884
+ type DbKanbanTag = {
2885
+ label: string;
2886
+ variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral';
2887
+ };
2888
+ type DbKanbanAssignee = {
2889
+ name: string;
2890
+ initials?: string;
2891
+ avatar?: string;
2892
+ };
2893
+ type DbKanbanCard = {
2894
+ id: string;
2895
+ title: string;
2896
+ description?: string;
2897
+ tags?: DbKanbanTag[];
2898
+ assignee?: DbKanbanAssignee;
2899
+ priority?: DbKanbanPriority;
2900
+ dueDate?: string;
2901
+ disabled?: boolean;
2902
+ };
2903
+ type DbKanbanColumn = {
2904
+ id: string;
2905
+ title: string;
2906
+ cards: DbKanbanCard[];
2907
+ limit?: number;
2908
+ color?: string;
2909
+ };
2910
+ declare class DbKanban extends HTMLElement {
2911
+ private dragState;
2912
+ private dropTarget;
2913
+ static get observedAttributes(): string[];
2914
+ get columns(): DbKanbanColumn[];
2915
+ set columns(value: DbKanbanColumn[] | string);
2916
+ connectedCallback(): void;
2917
+ disconnectedCallback(): void;
2918
+ attributeChangedCallback(): void;
2919
+ private getBool;
2920
+ private getOption;
2921
+ private emitChange;
2922
+ private emitCardMove;
2923
+ private findCardLocation;
2924
+ private getAdjustedDropIndex;
2925
+ private isValidDropTarget;
2926
+ private moveCard;
2927
+ private setDropTarget;
2928
+ private resetDragState;
2929
+ private updateDragClasses;
2930
+ private getDropIndexFromPointer;
2931
+ private getDropIndexFromColumnPointer;
2932
+ private commitDrop;
2933
+ private handleBoardDragOver;
2934
+ private handleBoardDrop;
2935
+ private formatDueDate;
2936
+ private getInitials;
2937
+ private createTag;
2938
+ private createPriorityBadge;
2939
+ private createAssignee;
2940
+ private bindCardDrag;
2941
+ private createCard;
2942
+ private createColumn;
2943
+ private render;
2944
+ }
2945
+ declare global {
2946
+ interface HTMLElementTagNameMap {
2947
+ 'db-kanban': DbKanban;
2948
+ }
2949
+ }
2950
+
2951
+ type DbGanttAssignee = {
2952
+ name: string;
2953
+ initials?: string;
2954
+ avatar?: string;
2955
+ };
2956
+ type DbGanttItemStatus = 'on-track' | 'at-risk' | 'delayed' | 'completed';
2957
+ type DbGanttItem = {
2958
+ id: string;
2959
+ rowId: string;
2960
+ title: string;
2961
+ startDate: string;
2962
+ endDate: string;
2963
+ color?: string;
2964
+ assignee?: DbGanttAssignee;
2965
+ progress?: number;
2966
+ status?: DbGanttItemStatus;
2967
+ disabled?: boolean;
2968
+ };
2969
+ type DbGanttRow = {
2970
+ id: string;
2971
+ label: string;
2972
+ groupId?: string;
2973
+ };
2974
+ type DbGanttGroup = {
2975
+ id: string;
2976
+ title: string;
2977
+ color?: string;
2978
+ };
2979
+ declare class DbGantt extends HTMLElement {
2980
+ private collapsedGroups;
2981
+ private dragState;
2982
+ private reorderState;
2983
+ private reorderDropIndex;
2984
+ private suppressRender;
2985
+ private didDrag;
2986
+ static get observedAttributes(): string[];
2987
+ get groups(): DbGanttGroup[];
2988
+ set groups(value: DbGanttGroup[] | string);
2989
+ get rows(): DbGanttRow[];
2990
+ set rows(value: DbGanttRow[] | string);
2991
+ get items(): DbGanttItem[];
2992
+ set items(value: DbGanttItem[] | string);
2993
+ connectedCallback(): void;
2994
+ disconnectedCallback(): void;
2995
+ attributeChangedCallback(): void;
2996
+ private parseJson;
2997
+ private getBool;
2998
+ private getNumber;
2999
+ private getOption;
3000
+ private getLocale;
3001
+ private getWeekdays;
3002
+ private getViewRange;
3003
+ private getTodayDate;
3004
+ private getDateColumns;
3005
+ private getVisibleRows;
3006
+ private getMonthSegments;
3007
+ private getInitials;
3008
+ private updateItem;
3009
+ private emitItemsChange;
3010
+ private applyBarGeometry;
3011
+ private handlePointerMove;
3012
+ private handlePointerUp;
3013
+ private startBarDrag;
3014
+ private canReorder;
3015
+ private createDragHandle;
3016
+ private getGroupIndex;
3017
+ private getRowScope;
3018
+ private getRowIndexInScope;
3019
+ private getReorderTargets;
3020
+ private startReorderDrag;
3021
+ private updateReorderDropTarget;
3022
+ private clearReorderIndicators;
3023
+ private finishReorderDrag;
3024
+ private emitStructureChange;
3025
+ private reorderGroups;
3026
+ private reorderRows;
3027
+ private createGroupBadge;
3028
+ private createGroupChevron;
3029
+ private createAssignee;
3030
+ private createStatusIcon;
3031
+ private deriveSummaryColor;
3032
+ private getGroupSummary;
3033
+ private applyBarTone;
3034
+ private createGroupSummaryBar;
3035
+ private createBar;
3036
+ private toggleGroup;
3037
+ private render;
3038
+ }
3039
+ declare global {
3040
+ interface HTMLElementTagNameMap {
3041
+ 'db-gantt': DbGantt;
3042
+ }
3043
+ }
3044
+
2716
3045
  declare class DbResizablePanels extends HTMLElement {
2717
3046
  private container?;
2718
3047
  private contentEl?;
@@ -3069,8 +3398,8 @@ interface FeatureAction {
3069
3398
  declare class DbSectionFeature extends HTMLElement {
3070
3399
  static get observedAttributes(): string[];
3071
3400
  private built;
3072
- private sectionEl?;
3073
- private featureWrapEl?;
3401
+ private innerEl?;
3402
+ private contentEl?;
3074
3403
  private badgeEl?;
3075
3404
  private headlineEl?;
3076
3405
  private subtitleEl?;
@@ -3115,9 +3444,7 @@ declare global {
3115
3444
  declare class DbSectionContact extends HTMLElement {
3116
3445
  static get observedAttributes(): string[];
3117
3446
  private built;
3118
- private sectionEl?;
3119
- private wrapEl?;
3120
- private contactWrapEl?;
3447
+ private innerEl?;
3121
3448
  private titleEl?;
3122
3449
  private descriptionEl?;
3123
3450
  private actionEl?;
@@ -3144,8 +3471,6 @@ interface DownloadStore {
3144
3471
  declare class DbSectionAppDownload extends HTMLElement {
3145
3472
  static get observedAttributes(): string[];
3146
3473
  private built;
3147
- private sectionEl?;
3148
- private wrapEl?;
3149
3474
  private innerEl?;
3150
3475
  private titleEl?;
3151
3476
  private descriptionEl?;
@@ -3164,31 +3489,204 @@ declare global {
3164
3489
  }
3165
3490
  }
3166
3491
 
3492
+ declare class DbSectionCta extends HTMLElement {
3493
+ static get observedAttributes(): string[];
3494
+ private built;
3495
+ private wrapEl?;
3496
+ private headerEl?;
3497
+ private badgeEl?;
3498
+ private headlineEl?;
3499
+ private subtitleEl?;
3500
+ private descriptionEl?;
3501
+ private actionsEl?;
3502
+ connectedCallback(): void;
3503
+ attributeChangedCallback(): void;
3504
+ private parseBadge;
3505
+ private parseButtons;
3506
+ private build;
3507
+ private updateUI;
3508
+ }
3509
+ declare global {
3510
+ interface HTMLElementTagNameMap {
3511
+ 'db-section-cta': DbSectionCta;
3512
+ }
3513
+ }
3514
+
3515
+ declare class DbSectionTestimonials extends HTMLElement {
3516
+ static get observedAttributes(): string[];
3517
+ private built;
3518
+ private carouselIndex;
3519
+ private innerEl?;
3520
+ private headerEl?;
3521
+ private contentEl?;
3522
+ private carouselViewport?;
3523
+ private carouselTrack?;
3524
+ private carouselIndicator?;
3525
+ private resizeObserver?;
3526
+ connectedCallback(): void;
3527
+ disconnectedCallback(): void;
3528
+ attributeChangedCallback(): void;
3529
+ private parseItems;
3530
+ private parseBadge;
3531
+ private buildHeader;
3532
+ private build;
3533
+ private createTestimonialEl;
3534
+ private updateHeader;
3535
+ private clampCarouselIndex;
3536
+ private updateCarouselTransform;
3537
+ private goToCarouselSlide;
3538
+ private renderGrid;
3539
+ private renderCarousel;
3540
+ private updateUI;
3541
+ }
3542
+ declare global {
3543
+ interface HTMLElementTagNameMap {
3544
+ 'db-section-testimonials': DbSectionTestimonials;
3545
+ }
3546
+ }
3547
+
3548
+ declare class DbSectionFeatureGrid extends HTMLElement {
3549
+ static get observedAttributes(): string[];
3550
+ private built;
3551
+ private innerEl?;
3552
+ private headerEl?;
3553
+ private gridEl?;
3554
+ connectedCallback(): void;
3555
+ attributeChangedCallback(): void;
3556
+ private parseItems;
3557
+ private parseBadge;
3558
+ private build;
3559
+ private updateUI;
3560
+ }
3561
+ declare global {
3562
+ interface HTMLElementTagNameMap {
3563
+ 'db-section-feature-grid': DbSectionFeatureGrid;
3564
+ }
3565
+ }
3566
+
3567
+ declare class DbSectionLogoCloud extends HTMLElement {
3568
+ static get observedAttributes(): string[];
3569
+ private built;
3570
+ private innerEl?;
3571
+ private headerEl?;
3572
+ private contentEl?;
3573
+ connectedCallback(): void;
3574
+ attributeChangedCallback(): void;
3575
+ private parseLogos;
3576
+ private parseBadge;
3577
+ private build;
3578
+ private updateUI;
3579
+ }
3580
+ declare global {
3581
+ interface HTMLElementTagNameMap {
3582
+ 'db-section-logo-cloud': DbSectionLogoCloud;
3583
+ }
3584
+ }
3585
+
3586
+ declare class DbSectionStats extends HTMLElement {
3587
+ static get observedAttributes(): string[];
3588
+ private built;
3589
+ private innerEl?;
3590
+ private headerEl?;
3591
+ private gridEl?;
3592
+ connectedCallback(): void;
3593
+ attributeChangedCallback(): void;
3594
+ private parseItems;
3595
+ private parseBadge;
3596
+ private build;
3597
+ private updateUI;
3598
+ }
3599
+ declare global {
3600
+ interface HTMLElementTagNameMap {
3601
+ 'db-section-stats': DbSectionStats;
3602
+ }
3603
+ }
3604
+
3605
+ declare class DbSectionFaq extends HTMLElement {
3606
+ static get observedAttributes(): string[];
3607
+ private built;
3608
+ private innerEl?;
3609
+ private headerEl?;
3610
+ private accordionEl?;
3611
+ connectedCallback(): void;
3612
+ attributeChangedCallback(): void;
3613
+ private parseItems;
3614
+ private parseBadge;
3615
+ private build;
3616
+ private updateUI;
3617
+ }
3618
+ declare global {
3619
+ interface HTMLElementTagNameMap {
3620
+ 'db-section-faq': DbSectionFaq;
3621
+ }
3622
+ }
3623
+
3624
+ declare class DbSectionPricing extends HTMLElement {
3625
+ static get observedAttributes(): string[];
3626
+ private built;
3627
+ private innerEl?;
3628
+ private headerEl?;
3629
+ private gridEl?;
3630
+ connectedCallback(): void;
3631
+ attributeChangedCallback(): void;
3632
+ private parsePlans;
3633
+ private parseBadge;
3634
+ private build;
3635
+ private updateUI;
3636
+ }
3637
+ declare global {
3638
+ interface HTMLElementTagNameMap {
3639
+ 'db-section-pricing': DbSectionPricing;
3640
+ }
3641
+ }
3642
+
3167
3643
  declare class DbMarquee extends HTMLElement {
3168
3644
  static get observedAttributes(): string[];
3169
3645
  private built;
3170
3646
  private containerEl?;
3171
- private trackEl?;
3172
- private baseGroupEl?;
3647
+ private rowsEl?;
3173
3648
  private srOnlyEl?;
3649
+ private rows;
3650
+ private rowCount;
3174
3651
  private resizeObserver?;
3175
3652
  private containerWidth;
3176
- private baseGroupWidth;
3653
+ private gap;
3654
+ private scrollVelocityEnabled;
3655
+ private rafId;
3656
+ private lastFrameTime;
3657
+ private lastScrollY;
3658
+ private smoothedScrollV;
3659
+ private baseDurationSec;
3660
+ private reduceMotion;
3177
3661
  private boundMeasure;
3662
+ private boundFrame;
3178
3663
  connectedCallback(): void;
3179
3664
  disconnectedCallback(): void;
3180
3665
  attributeChangedCallback(): void;
3181
3666
  private getBool;
3182
3667
  private parseItems;
3668
+ private itemToText;
3183
3669
  private build;
3184
3670
  private bindResize;
3671
+ /** rows 개수에 맞춰 행 DOM을 만들거나 제거한다. */
3672
+ private reconcileRows;
3185
3673
  private measure;
3186
3674
  private unbindImageListeners;
3187
3675
  private bindImageListeners;
3188
3676
  private renderItem;
3189
3677
  private renderGroup;
3190
- private renderDuplicates;
3678
+ /**
3679
+ * 각 행의 base 그룹을 items로 다시 만든다 — items/attributes 변경 시에만 실행.
3680
+ * 이미지 노드 재생성으로 인한 재로딩을 막기 위해 measure() 중에는 건드리지 않는다.
3681
+ */
3682
+ private buildBase;
3683
+ private baseImagesReady;
3684
+ /** 트랙을 채울 만큼의 복제 그룹 개수를 델타만 조정한다. */
3685
+ private reconcileDuplicates;
3191
3686
  private syncReadyState;
3687
+ private startScrollEngine;
3688
+ private stopScrollEngine;
3689
+ private frame;
3192
3690
  private updateUI;
3193
3691
  }
3194
3692
  declare global {
@@ -3253,8 +3751,16 @@ declare class DbAdBanner extends HTMLElement {
3253
3751
  private autoCloseTimer?;
3254
3752
  private rootEl?;
3255
3753
  private gradientEl?;
3754
+ private animBgEl?;
3755
+ private animBgInner?;
3756
+ private gridBgEl?;
3757
+ private gridBgInner?;
3256
3758
  private contentEl?;
3759
+ private mainEl?;
3760
+ private textEl?;
3257
3761
  private closeBtn?;
3762
+ private imageEl?;
3763
+ private linkEl?;
3258
3764
  private iconEl?;
3259
3765
  private labelEl?;
3260
3766
  private badgeEl?;
@@ -3272,11 +3778,28 @@ declare class DbAdBanner extends HTMLElement {
3272
3778
  private getBool;
3273
3779
  private getType;
3274
3780
  private getVariant;
3781
+ private getSize;
3782
+ private ctaButtonSize;
3275
3783
  private build;
3276
3784
  private handleClose;
3277
3785
  private stopAutoClose;
3278
3786
  private startAutoClose;
3279
- private renderGradientWrapper;
3787
+ private getBackground;
3788
+ private ensureAnimBg;
3789
+ private ensureGridBg;
3790
+ /** 이전 배경 모드의 백드롭 엘리먼트를 정리한다. */
3791
+ private clearBackdrop;
3792
+ private renderBackground;
3793
+ /** 장식 아이콘은 card 타입에서만 사용한다. */
3794
+ private syncIcon;
3795
+ /** floating 타입에서만 텍스트 상단에 배지 칩을 노출한다. */
3796
+ private syncBadge;
3797
+ /** floating 타입에서 배너 이미지를 콘텐츠 상단(패딩 밖)에 렌더한다. */
3798
+ private syncImage;
3799
+ /** topbar 타입에서 href 가 있으면 전체를 덮는 링크 오버레이를 렌더한다. */
3800
+ private syncLink;
3801
+ /** show-countdown + end-date 가 있을 때만 카운트다운을 마운트한다. */
3802
+ private syncCountdown;
3280
3803
  private updateUI;
3281
3804
  }
3282
3805
  declare global {
@@ -3320,11 +3843,18 @@ declare class DbAnimationText extends HTMLElement {
3320
3843
  private displayText;
3321
3844
  private isVisible;
3322
3845
  private isAnimating;
3846
+ private wordEls;
3847
+ private scrollHandler?;
3848
+ private rafId?;
3849
+ private rotateToken;
3850
+ private rotateObserver?;
3323
3851
  static get observedAttributes(): string[];
3324
3852
  connectedCallback(): void;
3325
3853
  disconnectedCallback(): void;
3326
3854
  attributeChangedCallback(): void;
3327
3855
  private getText;
3856
+ private getRotateTexts;
3857
+ private getLongestText;
3328
3858
  private getType;
3329
3859
  private getTrigger;
3330
3860
  private ensureStructure;
@@ -3332,6 +3862,10 @@ declare class DbAnimationText extends HTMLElement {
3332
3862
  private syncFromAttributes;
3333
3863
  private syncClasses;
3334
3864
  private setupTrigger;
3865
+ private setupTextRotate;
3866
+ private setupScrollFill;
3867
+ private teardownScrollFill;
3868
+ private updateScrollFill;
3335
3869
  private startAnimation;
3336
3870
  private startTyping;
3337
3871
  private startDecoding;
@@ -3399,15 +3933,36 @@ declare global {
3399
3933
  declare class DbAnimationBackground extends HTMLElement {
3400
3934
  private layersEl?;
3401
3935
  private contentEl?;
3936
+ private controlsRootEl?;
3937
+ private panelEl?;
3938
+ private panelOpen;
3402
3939
  private layerHandle?;
3403
3940
  private clickHandler?;
3941
+ private mountedType?;
3942
+ private controlInputs;
3943
+ private syncingControls;
3404
3944
  static get observedAttributes(): string[];
3405
3945
  connectedCallback(): void;
3406
3946
  disconnectedCallback(): void;
3407
- attributeChangedCallback(): void;
3408
- private teardownLayers;
3947
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
3948
+ private getBool;
3409
3949
  private getSizeStyle;
3950
+ private getConfig;
3951
+ private teardownLayers;
3952
+ private remountLayers;
3953
+ private canLiveUpdate;
3954
+ private applyConfig;
3955
+ private syncClickable;
3410
3956
  private render;
3957
+ private ensureControlsShell;
3958
+ private syncControlsVisibility;
3959
+ private syncPanelState;
3960
+ private createIconButton;
3961
+ private rebuildControlInputs;
3962
+ private createControlField;
3963
+ private commitControlValue;
3964
+ private syncControlInputs;
3965
+ private renderColorInputs;
3411
3966
  }
3412
3967
  declare global {
3413
3968
  interface HTMLElementTagNameMap {
@@ -3415,8 +3970,99 @@ declare global {
3415
3970
  }
3416
3971
  }
3417
3972
 
3973
+ /**
3974
+ * db-grid-background — 캔버스 기반 그리드 배경.
3975
+ *
3976
+ * 패턴은 항상 중앙을 기준으로 대칭 배치되며(가장자리 라인 없음),
3977
+ * 단독 배경으로도, 다른 배경 위 데코 레이어(overlay)로도 쓸 수 있다.
3978
+ * interactive/animate 로 마우스 인터랙션과 앰비언트 애니메이션을 켤 수 있다.
3979
+ *
3980
+ * @example
3981
+ * <db-grid-background type="lines" size="32" fade="all"
3982
+ * interactive animate height="240"></db-grid-background>
3983
+ */
3984
+ declare class DbGridBackground extends HTMLElement {
3985
+ private canvas?;
3986
+ private ctx?;
3987
+ private hlCanvas?;
3988
+ private maskCanvas?;
3989
+ private ro?;
3990
+ private rafId?;
3991
+ private lastTime;
3992
+ private lastPointerMove;
3993
+ private bandAngle;
3994
+ private pointer;
3995
+ private cssW;
3996
+ private cssH;
3997
+ private colorProbe?;
3998
+ private themeObserver?;
3999
+ private themeMedia?;
4000
+ private tracePulses;
4001
+ private traceSpawnAccumulator;
4002
+ private onThemeMediaChange;
4003
+ private onPointerMove;
4004
+ static get observedAttributes(): string[];
4005
+ connectedCallback(): void;
4006
+ disconnectedCallback(): void;
4007
+ attributeChangedCallback(): void;
4008
+ private getBool;
4009
+ private getNumber;
4010
+ private getSizeStyle;
4011
+ private getColorProbe;
4012
+ private resolveCssColor;
4013
+ private isDarkContext;
4014
+ private resolveThemeColor;
4015
+ private effectiveOpacity;
4016
+ private effectiveColor;
4017
+ private effectiveInterColor;
4018
+ private traceDrawColor;
4019
+ private traceDrawOpacity;
4020
+ private parseColorRgb;
4021
+ private crossArm;
4022
+ private interactionMode;
4023
+ private animationStyle;
4024
+ private traceDirection;
4025
+ private linesLayout;
4026
+ private crossStyle;
4027
+ private parseGuideEdges;
4028
+ private guideFraction;
4029
+ private isGridLines;
4030
+ private isTraceableLines;
4031
+ private get cfg();
4032
+ private ensureCanvas;
4033
+ private applyHostStyles;
4034
+ private startObserving;
4035
+ private observeDocumentTheme;
4036
+ private bindPointer;
4037
+ private handlePointerMove;
4038
+ private measure;
4039
+ /** 중앙을 기준으로 대칭 배치되며 (0, extent) 내부 좌표만 반환 → 가장자리 라인 없음 */
4040
+ private axis;
4041
+ private scheduleDraw;
4042
+ private ensureLoop;
4043
+ private drawFrame;
4044
+ private easeInOutCubic;
4045
+ private traceSegmentLength;
4046
+ private pulseHead;
4047
+ private updateTracePulses;
4048
+ private traceLinePositions;
4049
+ private spawnTracePulse;
4050
+ private drawTracePulseSegment;
4051
+ private drawTraceHighlight;
4052
+ private drawPattern;
4053
+ private drawGridLines;
4054
+ private drawFrameGuides;
4055
+ private drawCenterGuides;
4056
+ private buildEnergyMask;
4057
+ private applyFade;
4058
+ }
4059
+ declare global {
4060
+ interface HTMLElementTagNameMap {
4061
+ 'db-grid-background': DbGridBackground;
4062
+ }
4063
+ }
4064
+
3418
4065
  declare class DbCursorFollower extends HTMLElement {
3419
- private scopeEl?;
3420
4066
  private portalRoot?;
3421
4067
  private pillEl?;
3422
4068
  private labelEl?;
@@ -3434,7 +4080,7 @@ declare class DbCursorFollower extends HTMLElement {
3434
4080
  disconnectedCallback(): void;
3435
4081
  attributeChangedCallback(): void;
3436
4082
  private setupDesktopGate;
3437
- private ensureScope;
4083
+ private updateScope;
3438
4084
  private isInScope;
3439
4085
  private mountLayer;
3440
4086
  private teardownLayer;
@@ -3545,5 +4191,5 @@ interface DbConfirmOptions {
3545
4191
  /** 확인 대화상자를 띄우고, 확인 시 true / 취소(ESC·배경 포함) 시 false 로 resolve 합니다. */
3546
4192
  declare function confirm(options: DbConfirmOptions): Promise<boolean>;
3547
4193
 
3548
- export { DbAccordion, DbAdBanner, DbAlert, DbAnimationBackground, DbAnimationText, DbAppBadge, DbAudioPlayer, DbAvatar, DbBackdrop, DbBadge, DbBanner, DbBottomNavigation, DbBottomSheet, DbBreadcrumbs, DbButton, DbCalendar, DbCard, DbCarousel, DbCheckbox, DbChip, DbCodeBlock, DbColorPicker, DbConfirm, DbContainer, DbContextMenu, DbCountdown, DbCursorFollower, DbDatePicker, DbDivider, DbDrawer, DbDropdown, DbDropzone, DbEmptyState, DbFileUploader, DbFloatingActionButton, DbForm, DbGradient, DbGrid, DbGridItem, DbImage, DbImageList, DbImagePlaceholder, DbIndicator, DbInput, DbLabel, DbLightbox, DbList, DbLogo, DbLottie, DbMarkdownEditor, DbMarquee, DbMasonry, DbMenuItem, DbModal, DbNavbar, DbOnboardingModal, DbPageHeader, DbPagination, DbPopover, DbProgress, DbProgressStep, DbProgressbar, DbRadio, DbRandomGradient, DbRangeSlider, DbRating, DbReorder, DbResizablePanels, DbScrollArea, DbSearchBar, DbSection, DbSectionAppDownload, DbSectionContact, DbSectionFeature, DbSectionHero, DbSegmentControl, DbSelect, DbShare, DbSidebar, DbSkeleton, DbSpinner, DbSplitView, DbStack, DbStat, DbStepper, DbTable, DbTabs, DbTestimonial, DbTextarea, DbTimePicker, DbTimeline, DbToast, DbToggle, DbToolbar, DbTooltip, DbTopBanner, DbTutorial, DbVideoPlayer, DbYouTubePlayer, confirm, confirm as dbConfirm, toast as dbToast, showToast, toast };
3549
- export type { CalendarEventData, CalendarEventType, DbAlertAction, DbBannerAction, DbBottomNavigationItem, DbConfirmOptions, DbConfirmVariant, DbFormFieldData, DbImageListItem, DbLightboxImage, DbNavbarItem, DbNavbarUserProfile, DbPageHeaderTabItem, DbSharePlatform, DbShareVariant, DbSidebarItem, DbSidebarSection, DbSidebarUserProfile, DbStatChange, DbTimelineItem, DbToastApi, DbToastHandle, DbToastOptions, DbToastPosition, DbToastStatus };
4194
+ export { DbAccordion, DbAdBanner, DbAlert, DbAnimationBackground, DbAnimationText, DbAppBadge, DbAudioPlayer, DbAvatar, DbBackdrop, DbBadge, DbBanner, DbBottomNavigation, DbBottomSheet, DbBreadcrumbs, DbButton, DbCalendar, DbCard, DbCarousel, DbCheckbox, DbChip, DbCodeBlock, DbColorPicker, DbConfirm, DbContainer, DbContextMenu, DbCountdown, DbCursorFollower, DbDatePicker, DbDivider, DbDrawer, DbDropdown, DbDropzone, DbEmptyState, DbFileUploader, DbFloatingActionButton, DbFooter, DbForm, DbGantt, DbGradient, DbGrid, DbGridBackground, DbGridItem, DbImage, DbImageList, DbImagePlaceholder, DbIndicator, DbInput, DbKanban, DbLabel, DbLightbox, DbList, DbLogo, DbLottie, DbMarkdownEditor, DbMarquee, DbMasonry, DbMenuItem, DbModal, DbNavbar, DbOnboardingModal, DbPageHeader, DbPagination, DbPopover, DbProgress, DbProgressStep, DbProgressbar, DbRadio, DbRandomGradient, DbRangeSlider, DbRating, DbReorder, DbResizablePanels, DbScrollArea, DbSearchBar, DbSection, DbSectionAppDownload, DbSectionContact, DbSectionCta, DbSectionFaq, DbSectionFeature, DbSectionFeatureGrid, DbSectionHero, DbSectionLogoCloud, DbSectionPricing, DbSectionStats, DbSectionTestimonials, DbSegmentControl, DbSelect, DbShare, DbSidebar, DbSkeleton, DbSpinner, DbSplitView, DbStack, DbStat, DbStepper, DbTable, DbTabs, DbTestimonial, DbTextarea, DbTimePicker, DbTimeline, DbToast, DbToggle, DbToolbar, DbTooltip, DbTopBanner, DbTutorial, DbVideoPlayer, DbYouTubePlayer, confirm, confirm as dbConfirm, toast as dbToast, showToast, toast };
4195
+ export type { CalendarEventData, CalendarEventType, DbAlertAction, DbBannerAction, DbBottomNavigationItem, DbConfirmOptions, DbConfirmVariant, DbFooterCompanyInfo, DbFooterFamilySite, DbFooterLink, DbFooterLinkColumn, DbFooterSocialLink, DbFormFieldData, DbGanttAssignee, DbGanttGroup, DbGanttItem, DbGanttItemStatus, DbGanttRow, DbImageListItem, DbKanbanAssignee, DbKanbanCard, DbKanbanColumn, DbKanbanPriority, DbKanbanTag, DbLightboxImage, DbNavbarItem, DbNavbarUserProfile, DbPageHeaderTabItem, DbSharePlatform, DbShareVariant, DbSidebarItem, DbSidebarSection, DbSidebarUserProfile, DbStatChange, DbTimelineItem, DbToastApi, DbToastHandle, DbToastOptions, DbToastPosition, DbToastStatus };