@profitliga/ui 1.2.45 → 1.2.46

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.
@@ -17,6 +17,7 @@ declare function __VLS_template(): {
17
17
  trigger?(_: {}): any;
18
18
  default?(_: {}): any;
19
19
  default?(_: {}): any;
20
+ header?(_: {}): any;
20
21
  };
21
22
  refs: {};
22
23
  rootEl: any;
@@ -520,6 +520,9 @@ const Hl = /* @__PURE__ */ u({
520
520
  width: e.width,
521
521
  "close-button": e.closeButton
522
522
  }, {
523
+ header: r(() => [
524
+ v(o.$slots, "header")
525
+ ]),
523
526
  default: r(() => [
524
527
  v(o.$slots, "default")
525
528
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profitliga/ui",
3
- "version": "1.2.45",
3
+ "version": "1.2.46",
4
4
  "author": "Profit League<dev@pr-lg.ru>",
5
5
  "license": "MIT",
6
6
  "description": "Vue 3 UI component library with TypeScript and SCSS",