secptrum-ui
Advanced tools
Comparing version 1.1.48 to 1.1.49
"use client"; | ||
import { TabsListType } from './TabsList'; | ||
import { TabsListType } from "./TabsList"; | ||
/** | ||
@@ -19,4 +19,4 @@ * Tab component for creating tabbed interfaces. | ||
*/ | ||
declare const Tab: ({ children, variant, mode, fullWidth, backgroundColor, lineBorderColor, }: TabsListType) => import("react/jsx-runtime").JSX.Element; | ||
declare const Tab: ({ children, variant, mode, fullWidth, backgroundColor, lineBorderColor, className, }: TabsListType) => import("react/jsx-runtime").JSX.Element; | ||
export default Tab; | ||
//# sourceMappingURL=Tabs.d.ts.map |
@@ -40,5 +40,10 @@ "use client"; | ||
lineBorderColor?: string; | ||
/** | ||
* A custom class name to apply to the TabsList component. | ||
* This allows for additional styling or customization. | ||
*/ | ||
className?: string; | ||
}; | ||
declare const TabsList: { | ||
({ children, variant, backgroundColor, lineBorderColor, fullWidth, mode, }: TabsListType): import("react/jsx-runtime").JSX.Element; | ||
({ children, variant, backgroundColor, lineBorderColor, fullWidth, className, mode, }: TabsListType): import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
@@ -45,0 +50,0 @@ }; |
{ | ||
"name": "secptrum-ui", | ||
"version": "1.1.48", | ||
"version": "1.1.49", | ||
"description": "**SecptrumUI** A React component library with adaptable, responsive designs using `styled-chroma`", | ||
@@ -5,0 +5,0 @@ "homepage": "https://secptrumui.vercel.app", |
Sorry, the diff of this file is not supported yet
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 too big to display
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
13713195
5872