brahma-ui
Advanced tools
Comparing version 1.1.42 to 1.1.43
@@ -21,3 +21,4 @@ export { Button } from './Button'; | ||
export { Select } from './Select'; | ||
export { TabSelectorV2 } from './TabSelectorV2'; | ||
export { default as theme } from '../styles/theme'; | ||
export type { TColors } from '../types/colors'; |
@@ -102,3 +102,3 @@ /// <reference types="react" /> | ||
declare type TTabSize = 'M' | 'L' | 'fullWidth'; | ||
declare type Tab$1 = { | ||
declare type Tab$2 = { | ||
title: string; | ||
@@ -108,3 +108,3 @@ children: React$1.ReactNode; | ||
declare type TabsProps = { | ||
tabs: Tab$1[]; | ||
tabs: Tab$2[]; | ||
color?: TColors$1; | ||
@@ -115,10 +115,10 @@ size?: TTabSize; | ||
declare type Tab = { | ||
declare type Tab$1 = { | ||
title: string; | ||
description?: string; | ||
}; | ||
declare type TabSelectorProps = { | ||
tabs: Tab[]; | ||
declare type TabSelectorProps$1 = { | ||
tabs: Tab$1[]; | ||
}; | ||
declare function TabSelector({ tabs }: TabSelectorProps): JSX.Element; | ||
declare function TabSelector$1({ tabs }: TabSelectorProps$1): JSX.Element; | ||
@@ -309,4 +309,15 @@ declare type TTypographyType = 'T0' | 'T1' | 'T2' | 'H1' | 'H2' | 'H3' | 'BUTTON' | 'TITLE_XXL' | 'TITLE_XL' | 'TITLE_L' | 'TITLE_M' | 'TITLE_S' | 'TITLE_XS' | 'BODY_L' | 'BODY_M' | 'BODY_S' | 'BODY_XS' | 'BODY_MEDIUM_L' | 'BODY_MEDIUM_M' | 'BODY_MEDIUM_S' | 'TAG' | 'LINK'; | ||
declare type Tab = { | ||
title: string; | ||
description?: string; | ||
}; | ||
declare type TabSelectorProps = { | ||
tabs: Tab[]; | ||
activeTab: number; | ||
handleChange: (index: number) => void; | ||
}; | ||
declare function TabSelector({ tabs, activeTab, handleChange }: TabSelectorProps): JSX.Element; | ||
declare type TColors = 'primary' | 'magenta' | 'aquablue' | 'white' | 'karma' | 'polygain200' | 'pmusdc'; | ||
export { Button, ButtonV2, Card, Checkbox, ConnectButton, Footer, InfoBlock, Input, Logo, _default as MediaMatch, Navbar, ProgressBar, Select, Switch, TColors, TabSelector, Tabs, Tag, ThemeProviderContext, Tooltip, Typography, defaultTheme as theme, useThemeContext }; | ||
export { Button, ButtonV2, Card, Checkbox, ConnectButton, Footer, InfoBlock, Input, Logo, _default as MediaMatch, Navbar, ProgressBar, Select, Switch, TColors, TabSelector$1 as TabSelector, TabSelector as TabSelectorV2, Tabs, Tag, ThemeProviderContext, Tooltip, Typography, defaultTheme as theme, useThemeContext }; |
{ | ||
"name": "brahma-ui", | ||
"version": "1.1.42", | ||
"version": "1.1.43", | ||
"description": "Brahma ui package contained shared components", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -21,4 +21,5 @@ export { Button } from './Button' | ||
export { Select } from './Select' | ||
export { TabSelectorV2 } from './TabSelectorV2' | ||
export { default as theme } from '../styles/theme' | ||
export type { TColors } from '../types/colors' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1140964
215
9169