@solfacil/girassol 0.42.2 → 0.43.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.
@@ -58,6 +58,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
58
58
  mobileWhite: boolean;
59
59
  }>, {
60
60
  icon: (_: {}) => any;
61
+ 'user-info': (_: {}) => any;
62
+ actions: (_: {}) => any;
61
63
  }>;
62
64
  export default _default;
63
65
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,5 +1,5 @@
1
1
  import type { Partner, User } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  readonly user: User;
4
4
  readonly partner: Partner;
5
5
  readonly umPersonification: boolean;
@@ -19,7 +19,11 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
19
19
  onClickUser?: ((type: string) => any) | undefined;
20
20
  onClickSolfacilPlus?: (() => any) | undefined;
21
21
  onClickLogout?: (() => any) | undefined;
22
- }, {}>;
22
+ }, {}>, {
23
+ 'user-info': (_: {
24
+ user: User;
25
+ }) => any;
26
+ }>;
23
27
  export default _default;
24
28
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
29
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -30,3 +34,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
30
34
  required: true;
31
35
  };
32
36
  };
37
+ type __VLS_WithTemplateSlots<T, S> = T & {
38
+ new (): {
39
+ $slots: S;
40
+ };
41
+ };
@@ -6343,6 +6343,8 @@ export declare const components: {
6343
6343
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6344
6344
  $slots: {
6345
6345
  icon: (_: {}) => any;
6346
+ 'user-info': (_: {}) => any;
6347
+ actions: (_: {}) => any;
6346
6348
  };
6347
6349
  });
6348
6350
  SolSidebar: import("vue").DefineComponent<{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.42.2",
4
+ "version": "0.43.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {