Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@justuno/template-library

Package Overview
Dependencies
Maintainers
7
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justuno/template-library - npm Package Compare versions

Comparing version
0.2.41
to
0.2.42
+3
-1
dist/types/components/common/Dropdown.d.ts
/// <reference types="react" />
import { TypographyProps } from "./Typography";
type Option = {

@@ -11,2 +12,3 @@ label: string | React.ReactElement;

value: string;
selectedTypographyProps?: TypographyProps;
rightIcon?: React.ReactElement;

@@ -16,3 +18,3 @@ leftIcon?: React.ReactElement;

}
declare const Dropdown: ({ options, value, onChange, rightIcon, leftIcon, }: DropdownProps) => JSX.Element;
declare const Dropdown: ({ options, value, onChange, rightIcon, leftIcon, selectedTypographyProps, }: DropdownProps) => JSX.Element;
export default Dropdown;
/// <reference types="react" />
declare const VariantSelection: ({ goal, setThemeVariant }: any) => JSX.Element;
declare const VariantSelection: ({ goal, setThemeVariant, renderDropdown }: any) => JSX.Element;
export default VariantSelection;
{
"name": "@justuno/template-library",
"version": "0.2.41",
"version": "0.2.42",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display