@designbasekorea/ui-wc 0.5.0 → 0.5.1
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/esm/components/db-page-header.d.ts +2 -0
- package/dist/esm/components/db-page-header.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.esm.js +1 -1
- package/package.json +1 -1
- /package/dist/chunks/{lottie-aa12f9e1.js → lottie-6d5d4f33.js} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -2208,6 +2208,8 @@ declare class DbPageHeader extends HTMLElement {
|
|
|
2208
2208
|
private handleBack;
|
|
2209
2209
|
private handleTabChange;
|
|
2210
2210
|
private collectActions;
|
|
2211
|
+
private collectMeta;
|
|
2212
|
+
private renderMinimalAside;
|
|
2211
2213
|
private collectDescriptionSlot;
|
|
2212
2214
|
private renderTitleBlock;
|
|
2213
2215
|
private render;
|