@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/react/index.d.ts
CHANGED
|
@@ -2700,7 +2700,7 @@ declare class DbCodeBlock extends HTMLElement {
|
|
|
2700
2700
|
private toCssSize;
|
|
2701
2701
|
private handleCopy;
|
|
2702
2702
|
private render;
|
|
2703
|
-
private
|
|
2703
|
+
private renderNow;
|
|
2704
2704
|
}
|
|
2705
2705
|
declare global {
|
|
2706
2706
|
interface HTMLElementTagNameMap {
|
|
@@ -2763,8 +2763,7 @@ declare global {
|
|
|
2763
2763
|
declare class DbTestimonial extends HTMLElement {
|
|
2764
2764
|
static get observedAttributes(): string[];
|
|
2765
2765
|
private built;
|
|
2766
|
-
private
|
|
2767
|
-
private badgeEl?;
|
|
2766
|
+
private innerEl?;
|
|
2768
2767
|
private quoteEl?;
|
|
2769
2768
|
private footerEl?;
|
|
2770
2769
|
private extraEl?;
|
|
@@ -2776,8 +2775,8 @@ declare class DbTestimonial extends HTMLElement {
|
|
|
2776
2775
|
connectedCallback(): void;
|
|
2777
2776
|
attributeChangedCallback(): void;
|
|
2778
2777
|
private build;
|
|
2778
|
+
private getVariant;
|
|
2779
2779
|
private getAvatarSize;
|
|
2780
|
-
private getRatingSize;
|
|
2781
2780
|
private syncExtraContent;
|
|
2782
2781
|
private updateUI;
|
|
2783
2782
|
}
|
|
@@ -6054,11 +6053,8 @@ type TestimonialProps = WebComponentProps & {
|
|
|
6054
6053
|
avatarInitials?: string;
|
|
6055
6054
|
rating?: number;
|
|
6056
6055
|
maxRating?: number;
|
|
6057
|
-
|
|
6056
|
+
variant?: 'list' | 'card';
|
|
6058
6057
|
align?: 'left' | 'center';
|
|
6059
|
-
badge?: string;
|
|
6060
|
-
badgeVariant?: 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
6061
|
-
badgeSize?: 's' | 'm' | 'l';
|
|
6062
6058
|
};
|
|
6063
6059
|
type SectionHeroButton = {
|
|
6064
6060
|
text: string;
|