@designbasekorea/ui-wc 0.1.1 → 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.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -4
- package/dist/index.esm.js +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.d.ts +4 -8
- package/dist/react/index.esm.js +1 -1
- package/package.json +4 -2
- package/dist/chunks/prism-5c50f3e6.js +0 -1
- package/dist/react/chunks/prism-0673cce2.js +0 -1
- /package/dist/chunks/{lottie-8f28db6a.js → lottie-d2c02640.js} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -2860,7 +2860,7 @@ declare class DbCodeBlock extends HTMLElement {
|
|
|
2860
2860
|
private toCssSize;
|
|
2861
2861
|
private handleCopy;
|
|
2862
2862
|
private render;
|
|
2863
|
-
private
|
|
2863
|
+
private renderNow;
|
|
2864
2864
|
}
|
|
2865
2865
|
declare global {
|
|
2866
2866
|
interface HTMLElementTagNameMap {
|
|
@@ -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
|
|
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
|
}
|