@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/react/index.d.ts
CHANGED
|
@@ -2090,6 +2090,8 @@ declare class DbPageHeader extends HTMLElement {
|
|
|
2090
2090
|
private handleBack;
|
|
2091
2091
|
private handleTabChange;
|
|
2092
2092
|
private collectActions;
|
|
2093
|
+
private collectMeta;
|
|
2094
|
+
private renderMinimalAside;
|
|
2093
2095
|
private collectDescriptionSlot;
|
|
2094
2096
|
private renderTitleBlock;
|
|
2095
2097
|
private render;
|