@solfacil/girassol 0.9.0 → 0.10.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.
@@ -184,7 +184,9 @@ declare const _default: {
184
184
  ariaLabel: string;
185
185
  };
186
186
  }) => any;
187
- menu: (_: {}) => any;
187
+ menu: (_: {
188
+ data: Data;
189
+ }) => any;
188
190
  };
189
191
  });
190
192
  export default _default;
@@ -138,6 +138,7 @@ declare const _default: {
138
138
  data: import("./types").Data;
139
139
  }) => any;
140
140
  'action-button': (_: {
141
+ data: import("./types").Data;
141
142
  arias: {
142
143
  testid: string;
143
144
  data: import("./types").Data;
@@ -2,6 +2,7 @@ export declare type TabList = {
2
2
  label: string;
3
3
  disabled?: boolean;
4
4
  active?: boolean;
5
+ key?: unknown;
5
6
  };
6
7
  export interface Tabs {
7
8
  id: string;
@@ -3837,7 +3837,9 @@ export declare const components: {
3837
3837
  ariaLabel: string;
3838
3838
  };
3839
3839
  }) => any;
3840
- menu: (_: {}) => any;
3840
+ menu: (_: {
3841
+ data: import("./components/list/types").Data;
3842
+ }) => any;
3841
3843
  };
3842
3844
  });
3843
3845
  SolTabs: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.9.0",
4
+ "version": "0.10.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {