@aures5g/vue-component-library 0.45.0 → 0.47.0

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.
@@ -1,9 +1,10 @@
1
1
  type __VLS_Props = {
2
- header: string;
2
+ header?: string;
3
3
  };
4
4
  declare function __VLS_template(): {
5
5
  attrs: Partial<{}>;
6
6
  slots: {
7
+ header?(_: {}): any;
7
8
  toolbar?(_: {}): any;
8
9
  default?(_: {}): any;
9
10
  footer?(_: {}): any;
@@ -1,3 +1,4 @@
1
1
  export declare const BASE = "w-full h-full bg-surface-container px-[1.5rem] pt-[1rem]";
2
- export declare const HEADER = "px-[1.25rem] pb-[1.75rem] pt-[0.75rem] text-[1.375rem] leading-[1.5rem] text-on-primary-container";
2
+ export declare const HEADER = "px-[1.25rem] pb-[1.75rem] pt-[0.75rem]";
3
+ export declare const TITLE = "text-[1.375rem] leading-[1.5rem] text-on-primary-container";
3
4
  export declare const CONTENT_BOX = "bg-[#FDFBFF] pt-[0.75rem] rounded-t-[1rem] shadow-[1px_0_16px_-2px_rgba(0,47,100,0.20)]";