@toptal/picasso 31.4.2 → 31.4.3

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.
Files changed (2) hide show
  1. package/Tabs/Tabs.d.ts +1 -1
  2. package/package.json +1 -1
package/Tabs/Tabs.d.ts CHANGED
@@ -5,7 +5,7 @@ export interface Props extends BaseProps, Omit<ButtonOrAnchorProps, 'onChange'>
5
5
  /** Tabs content containing Tab components */
6
6
  children: ReactNode;
7
7
  /** Callback fired when the value changes. */
8
- onChange?: (event: React.ChangeEvent<{}>, value: number) => void;
8
+ onChange?: (event: React.ChangeEvent<{}>, value: TabsProps['value']) => void;
9
9
  /** The value of the currently selected Tab. If you don't want any selected Tab, you can set this property to false. */
10
10
  value: TabsProps['value'];
11
11
  /** The tabs orientation (layout flow direction). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso",
3
- "version": "31.4.2",
3
+ "version": "31.4.3",
4
4
  "description": "Toptal UI components library",
5
5
  "publishConfig": {
6
6
  "access": "public",