Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

brahma-ui

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brahma-ui - npm Package Compare versions

Comparing version 1.1.42 to 1.1.43

lib/components/TabSelectorV2/index.d.ts

1

lib/components/index.d.ts

@@ -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';

25

lib/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc