secptrum-ui
Advanced tools
Comparing version 1.1.36 to 1.1.37-beta.1
"use client"; | ||
import React from "react"; | ||
import React from 'react'; | ||
interface DropType { | ||
@@ -51,3 +51,3 @@ /** | ||
*/ | ||
mode?: "light" | "dark"; | ||
mode?: 'light' | 'dark'; | ||
/** | ||
@@ -54,0 +54,0 @@ * Controls the intensity of the backdrop glass effect (blur). |
"use client"; | ||
import { CardProps } from "../../types/sui"; | ||
import { CardProps } from '../../types/sui'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Card component for displaying content in a styled container. |
@@ -46,3 +46,3 @@ "use client"; | ||
*/ | ||
mode?: "dark" | "light"; | ||
mode?: 'dark' | 'light'; | ||
}; | ||
@@ -49,0 +49,0 @@ declare const CheckBox: { |
"use client"; | ||
import React from "react"; | ||
import React from 'react'; | ||
type IconTypes = { | ||
@@ -7,4 +7,7 @@ icon: React.ElementType; | ||
backgroundColor?: string; | ||
mode?: "light" | "dark"; | ||
mode?: 'light' | 'dark'; | ||
radius?: number; | ||
onClick?: () => void; | ||
onMouseEnter?: () => void; | ||
onMouseLeave?: () => void; | ||
}; | ||
@@ -27,4 +30,4 @@ /** | ||
*/ | ||
declare const HoverableIcon: ({ icon, size, mode, backgroundColor, radius, }: IconTypes) => import("react/jsx-runtime").JSX.Element; | ||
declare const HoverableIcon: ({ icon, size, mode, backgroundColor, radius, onClick, onMouseEnter, onMouseLeave, }: IconTypes) => import("react/jsx-runtime").JSX.Element; | ||
export default HoverableIcon; | ||
//# sourceMappingURL=HoverableIcon.d.ts.map |
"use client"; | ||
import { InputType } from "../../types/sui"; | ||
import { InputType } from '../../types/sui'; | ||
/** | ||
@@ -4,0 +4,0 @@ * A customizable Input component for text, email, password, and number inputs. |
"use client"; | ||
import { TabsListType } from "./TabsList"; | ||
import { TabsListType } from './TabsList'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Tab component for creating tabbed interfaces. |
"use client"; | ||
import React from "react"; | ||
import React from 'react'; | ||
export type TabsListType = { | ||
@@ -12,3 +12,3 @@ /** | ||
*/ | ||
variant?: "line" | "solid"; | ||
variant?: 'line' | 'solid'; | ||
/** | ||
@@ -25,3 +25,3 @@ * Sets the theme mode for the input component. | ||
*/ | ||
mode?: "light" | "dark"; | ||
mode?: 'light' | 'dark'; | ||
/** | ||
@@ -28,0 +28,0 @@ * Determines whether the Tabs should stretch to full width. |
{ | ||
"name": "secptrum-ui", | ||
"version": "1.1.36", | ||
"version": "1.1.37-beta.1", | ||
"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 not supported yet
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 not supported yet
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5976
19720777
3