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

secptrum-ui

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secptrum-ui - npm Package Compare versions

Comparing version 1.1.36 to 1.1.37-beta.1

4

dist/components/Backdrop/Backdrop.d.ts
"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

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