New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@paubox/ui

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paubox/ui - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/Calendar/Calendar.d.ts

9

lib/AlertBar/AlertBar.d.ts

@@ -7,10 +7,3 @@ export interface AlertBarProps {

}
export declare const AlertBar: {
(props: AlertBarProps): import("@emotion/react/jsx-runtime").JSX.Element;
defaultProps: {
type: string;
text: string;
size: string;
};
};
export declare const AlertBar: (props: AlertBarProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default AlertBar;

@@ -10,11 +10,3 @@ export interface DropdownProps {

}
export declare const Dropdown: {
({ children, open, setOpen, ...rest }: DropdownProps): import("@emotion/react/jsx-runtime").JSX.Element;
defaultProps: {
right: number;
left: number;
top: number;
bottom: number;
};
};
export declare const Dropdown: ({ children, open, setOpen, right, left, top, bottom, ...rest }: DropdownProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default Dropdown;

@@ -7,10 +7,3 @@ export interface DropdownOptionProps {

}
declare const DropdownOption: {
({ label, href, onClick, icon, }: DropdownOptionProps): import("@emotion/react/jsx-runtime").JSX.Element;
defaultProps: {
href: undefined;
onClick: undefined;
icon: undefined;
};
};
declare const DropdownOption: ({ label, href, onClick, icon, }: DropdownOptionProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default DropdownOption;

@@ -7,11 +7,3 @@ export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {

}
export declare const Input: {
({ leftIcon: LeftIcon, rightIcon: RightIcon, ...props }: InputProps): import("@emotion/react/jsx-runtime").JSX.Element;
defaultProps: {
sz: string;
error: boolean;
leftIcon: undefined;
rightIcon: undefined;
};
};
export declare const Input: ({ leftIcon: LeftIcon, rightIcon: RightIcon, sz, error, ...props }: InputProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default Input;

@@ -16,9 +16,3 @@ export interface MultiSelectOption {

}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const MultiSelect: {
(props: MultiSelectProps): import("@emotion/react/jsx-runtime").JSX.Element;
defaultProps: {
sz: string;
error: boolean;
};
};
export declare const MultiSelect: ({ sz, error, ...props }: MultiSelectProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default MultiSelect;

@@ -8,8 +8,3 @@ export interface SearchProps extends React.InputHTMLAttributes<HTMLInputElement> {

export declare const loadingWheelStyle: import('@emotion/react').SerializedStyles;
export declare const Search: {
(props: SearchProps): import("@emotion/react/jsx-runtime").JSX.Element;
defaultProps: {
sz: string;
};
};
export declare const Search: ({ loading, setLoading, setSearchValue, sz, ...props }: SearchProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default Search;

@@ -5,3 +5,3 @@ {

"description": "Paubox Component Library",
"version": "0.1.0",
"version": "0.1.1",
"main": "./index.js",

@@ -8,0 +8,0 @@ "types": "./index.d.ts",

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