secptrum-ui
Advanced tools
Comparing version 1.1.32 to 1.1.33-beta.0
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ interface DropType { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { BoxType } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { DivProps } from "styled-chroma"; | ||
@@ -2,0 +3,0 @@ export interface BoxProps extends DivProps { |
@@ -1,2 +0,3 @@ | ||
import { ButtonProps } from "../../types/sui"; | ||
'use client'; | ||
import { ButtonProps } from '../../types/sui'; | ||
/** | ||
@@ -48,4 +49,6 @@ * A customizable button component designed to handle various actions and events in your application. | ||
*/ | ||
declare const Button: import("react").ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>; | ||
declare const Button: import('react').ForwardRefExoticComponent< | ||
Omit<ButtonProps, 'ref'> & import('react').RefAttributes<HTMLButtonElement> | ||
>; | ||
export default Button; | ||
//# sourceMappingURL=Button.d.ts.map | ||
//# sourceMappingURL=Button.d.ts.map |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { CardProps } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
type CheckBoxType = { | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { FloatProps } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ declare const Fab: import("react").ForwardRefExoticComponent<Omit<FloatProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ interface ImagePickerProps { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type IconTypes = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type IconBaseType = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { InputType } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
type BarLoaderType = { | ||
@@ -2,0 +3,0 @@ width?: string | number; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
type LoaderProps = { | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type CircularProgressProps = { |
@@ -0,3 +1,4 @@ | ||
"use client"; | ||
export declare const barload: string; | ||
export declare const spin: string; | ||
//# sourceMappingURL=keyframes.d.ts.map |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type PulseLoaderProps = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type ScaleLoaderProps = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type ModalType = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ import { StackType } from "../../types/sui"; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ import { BoxType } from "../../types/sui"; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ interface BrowserRouterProps { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ interface Route { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { StackType } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
type SwitchType = { | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,3 +1,4 @@ | ||
"use client"; | ||
declare const TabPanel: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>; | ||
export default TabPanel; | ||
//# sourceMappingURL=TabPanel.d.ts.map |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { TabsListType } from "./TabsList"; | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type TabsHandleType = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ export type TabsListType = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { ToastType } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,3 +1,4 @@ | ||
"use client"; | ||
declare const Toaster: () => import("react/jsx-runtime").JSX.Element; | ||
export default Toaster; | ||
//# sourceMappingURL=Toaster.d.ts.map |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type ProviderType = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
type TabListContextType = { | ||
@@ -2,0 +3,0 @@ onSwitch: (value: string) => void; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ import { Theme, ThemeContextType } from "../types/local"; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
export declare const RouterContext: import("react").Context<{ | ||
@@ -2,0 +3,0 @@ navigate: (to: string) => void; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
type AuthContextType = { | ||
@@ -2,0 +3,0 @@ isAuthenticated: boolean; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
/** | ||
@@ -2,0 +3,0 @@ * A custom hook for accessing the navigation function from the BrowserRouter context. |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
export { toast } from "./components/Toast/Toast"; | ||
@@ -2,0 +3,0 @@ export { generateId } from "./lib/helper"; |
@@ -0,3 +1,4 @@ | ||
"use client"; | ||
export declare const hexToRgbArray: (hex: any) => number[]; | ||
export declare function generateId(): string; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
declare const getModeStyle: (mode: "dark" | "light") => { | ||
@@ -2,0 +3,0 @@ [key: string]: string; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { ButtonProps } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ import { IStyleFab } from "../../types/istyle"; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
export declare const spin: string; | ||
@@ -2,0 +3,0 @@ export declare const zoom: string; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
export declare const colors: { | ||
@@ -2,0 +3,0 @@ primary: { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { IStyleDrop, IStyleModalFooter, IStyleModalPanel, IStyleToast, IStyleToastCloseIcon } from "../../types/istyle"; | ||
@@ -2,0 +3,0 @@ export declare const DropSui: import("react").ForwardRefExoticComponent<IStyleDrop & { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
//# sourceMappingURL=font.d.ts.map |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
export declare const FixedBox: import("react").ForwardRefExoticComponent<{ | ||
@@ -2,0 +3,0 @@ theme?: { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { DivProps } from "styled-chroma"; | ||
@@ -2,0 +3,0 @@ import { InputType } from "../../types/sui"; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { IStyleBox, IStyleStack, IStyleTabHandle } from "../../types/istyle"; | ||
@@ -2,0 +3,0 @@ import { CardProps } from "../../types/sui"; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
export declare const FilePicker: import("react").ForwardRefExoticComponent<Omit<import("../../types/sui").BoxType, "ref"> & import("react").RefAttributes<HTMLDivElement> & { | ||
@@ -2,0 +3,0 @@ theme?: { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
@@ -2,0 +3,0 @@ import { DivProps } from "styled-chroma"; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
declare type Theme = { | ||
@@ -2,0 +3,0 @@ colors?: { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
@@ -2,0 +3,0 @@ type InputProps = React.DetailedHTMLProps< |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { FloatProps } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ declare const getFloatVariantStyle: (variant: FloatProps["variant"], colorScheme: FloatProps["colorScheme"]) => { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import React from "react"; | ||
@@ -2,0 +3,0 @@ type AuthenticateSessionProps = { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { ButtonProps } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ declare const getButtonRadius: (radius: ButtonProps["radius"]) => "4px" | "6px" | "12px" | "9999px"; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { ModalPanelType } from "../../components/modal/ModalPanel"; | ||
@@ -2,0 +3,0 @@ declare const getPanelSize: (size: ModalPanelType["size"]) => "\n width: 300px;\n " | "\n width: 400px;\n " | "\n width: 500px;\n \n @media screen and (max-width:550px){\n width: 90%;\n }\n " | "\n width: 600px;\n \n @media screen and (max-width:550px){\n width: 90%;\n }\n " | "\n width: 60%;\n \n @media screen and (max-width:1024px){\n width: 80%;\n }\n @media screen and (max-width:550px){\n width: 90%;\n }\n " | undefined; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { InputType } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ declare const getInputStyles: ({ mode, variant, focusBorderColor, focusColor, outLineBorderColor, disabled, hasError, Type, }: InputType) => { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { CardProps } from "../../types/sui"; | ||
@@ -2,0 +3,0 @@ export declare const cardStyles: (mode: CardProps["mode"]) => { |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
export declare const getModeStyle: (mode: "light" | "dark") => { | ||
@@ -2,0 +3,0 @@ tabListBg: string; |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { FloatProps, ToastPositionType } from "../types/sui"; | ||
@@ -2,0 +3,0 @@ export declare const getFloatPosition: (position: FloatProps["position"]) => { |
@@ -0,3 +1,4 @@ | ||
"use client"; | ||
export declare const getSpacing: (size: number) => string; | ||
export declare const spacingValues: (spacing: string | any) => string; | ||
//# sourceMappingURL=spacing.d.ts.map |
@@ -0,1 +1,2 @@ | ||
"use client"; | ||
import { ToastOptionsType } from "../types/sui"; | ||
@@ -2,0 +3,0 @@ declare const getToastTransition: (transition: ToastOptionsType["transition"], isVisible: boolean) => string; |
{ | ||
"name": "secptrum-ui", | ||
"version": "1.1.32", | ||
"version": "1.1.33-beta.0", | ||
"description": "**SecptrumUI** A React component library with adaptable, responsive designs using `styled-chroma`", | ||
@@ -31,3 +31,4 @@ "homepage": "https://secptrumui.vercel.app", | ||
"build": "rollup -c", | ||
"postbuild": "copyfiles -u 1 src/types/**/* dist/", | ||
"insert-use-client": "node scripts/insertUseClient.js", | ||
"postbuild": "copyfiles -u 1 src/types/**/* dist/ && npm run insert-use-client", | ||
"prerelease": "npx tsc --noEmit", | ||
@@ -66,2 +67,3 @@ "release": "npm version patch && git push origin master --follow-tags", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-replace": "^6.0.1", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
@@ -68,0 +70,0 @@ "@rollup/plugin-typescript": "^11.1.6", |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
19719162
134
5971
14
3
5