@designbasekorea/ui-wc 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2923,8 +2923,7 @@ declare global {
2923
2923
  declare class DbTestimonial extends HTMLElement {
2924
2924
  static get observedAttributes(): string[];
2925
2925
  private built;
2926
- private figureEl?;
2927
- private badgeEl?;
2926
+ private innerEl?;
2928
2927
  private quoteEl?;
2929
2928
  private footerEl?;
2930
2929
  private extraEl?;
@@ -2936,8 +2935,8 @@ declare class DbTestimonial extends HTMLElement {
2936
2935
  connectedCallback(): void;
2937
2936
  attributeChangedCallback(): void;
2938
2937
  private build;
2938
+ private getVariant;
2939
2939
  private getAvatarSize;
2940
- private getRatingSize;
2941
2940
  private syncExtraContent;
2942
2941
  private updateUI;
2943
2942
  }