Socket
Socket
Sign inDemoInstall

@elvia/elvis-dropdown

Package Overview
Dependencies
135
Maintainers
7
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

10

CHANGELOG.json

@@ -5,2 +5,12 @@ {

{
"date": "30.05.23",
"version": "7.0.1",
"changelog": [
{
"type": "bug_fix",
"changes": ["Size type bugfix introduced in version 7.0.0."]
}
]
},
{
"date": "26.05.23",

@@ -7,0 +17,0 @@ "version": "7.0.0",

6

dist/react/js/checkbox/checkbox.d.ts
import React from 'react';
import { ThemeName } from '@elvia/elvis-colors';
import { DropdownSize } from '../elviaDropdown.types';
import { FormFieldSizes } from '@elvia/elvis-toolbox';
export interface CheckboxProps {

@@ -8,3 +8,3 @@ isChecked?: boolean;

isDisabled?: boolean;
size?: DropdownSize;
size?: FormFieldSizes;
isFocused?: boolean;

@@ -14,4 +14,4 @@ currentTheme: ThemeName;

export interface IndeterminateLineProps {
size?: DropdownSize;
size?: FormFieldSizes;
}
export declare const Checkbox: React.FC<CheckboxProps>;

@@ -0,3 +1,4 @@

import { FormFieldSizes } from '@elvia/elvis-toolbox';
import React, { KeyboardEvent, RefObject } from 'react';
import { DropdownItem as DropdownItemOption, DropdownSize, DropdownValue, DropdownValueType } from '../elviaDropdown.types';
import { DropdownItem as DropdownItemOption, DropdownValue, DropdownValueType } from '../elviaDropdown.types';
import { ThemeName } from '@elvia/elvis-colors';

@@ -7,3 +8,3 @@ interface DropdownItemProps {

currentVal?: DropdownValue;
size: DropdownSize;
size: FormFieldSizes;
isMulti: boolean;

@@ -10,0 +11,0 @@ focusedItem?: DropdownItemOption;

@@ -0,1 +1,2 @@

import { FormFieldSizes } from '@elvia/elvis-toolbox';
export declare const TooltipContainer: import("styled-components").StyledComponent<"div", any, {

@@ -14,3 +15,3 @@ noRightContent: boolean;

isDisabled?: boolean | undefined;
size?: any;
size?: FormFieldSizes | undefined;
isMulti?: boolean | undefined;

@@ -20,4 +21,2 @@ isInvisible?: boolean | undefined;

}, "role">;
export declare const OpenOverlayButton: import("styled-components").StyledComponent<"button", any, {
type: "button";
} & Partial<import("@elvia/elvis-toolbox/dist/components/button/button").ButtonProps>, "type">;
export declare const OpenOverlayButton: import("styled-components").StyledComponent<"button", any, Partial<import("@elvia/elvis-toolbox/dist/components/button/button").ButtonProps>, never>;

@@ -0,7 +1,8 @@

import { FormFieldSizes } from '@elvia/elvis-toolbox';
import React from 'react';
import { DropdownItem, DropdownSize, DropdownValueType } from '../elviaDropdown.types';
import { DropdownItem, DropdownValueType } from '../elviaDropdown.types';
interface SelectAllOptionProps {
item: DropdownItem;
focusedValue?: DropdownValueType;
size?: DropdownSize;
size?: FormFieldSizes;
inputIsKeyboard: boolean;

@@ -8,0 +9,0 @@ onClick: () => void;

import React, { KeyboardEvent } from 'react';
import { DropdownItem as DropdownItemOption, DropdownSize, DropdownValue, DropdownValueType } from '../elviaDropdown.types';
import { DropdownItem as DropdownItemOption, DropdownValue, DropdownValueType } from '../elviaDropdown.types';
import { FormFieldSizes } from '@elvia/elvis-toolbox';
import { ThemeName } from '@elvia/elvis-colors';

@@ -10,3 +11,3 @@ interface DropdownOverlayProps {

inputIsKeyboard: boolean;
size: DropdownSize;
size: FormFieldSizes;
isMulti: boolean;

@@ -13,0 +14,0 @@ onClose: () => void;

@@ -0,4 +1,5 @@

import { FormFieldSizes } from '@elvia/elvis-toolbox';
export declare const CursorCurve: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const DropdownPopupContainer: import("styled-components").StyledComponent<"div", any, {
size: DropdownSize;
size: FormFieldSizes;
}, never>;

@@ -24,3 +25,3 @@ export declare const DropdownPopup: import("styled-components").StyledComponent<"div", any, {

isDisabled?: boolean | undefined;
size?: any;
size?: FormFieldSizes | undefined;
isMulti?: boolean | undefined;

@@ -27,0 +28,0 @@ isInvisible?: boolean | undefined;

import React from 'react';
import { DropdownItem, DropdownSize, DropdownValueType } from '../elviaDropdown.types';
import { FormFieldSizes } from '@elvia/elvis-toolbox';
import { DropdownItem, DropdownValueType } from '../elviaDropdown.types';
interface LoadMoreProps {

@@ -8,3 +9,3 @@ item: DropdownItem;

isLoadingMoreItems?: boolean;
size: DropdownSize;
size: FormFieldSizes;
onHover: (item: DropdownItem) => void;

@@ -11,0 +12,0 @@ }

import React from 'react';
import { DropdownItem, DropdownSize, DropdownValue, DropdownValueType } from '../elviaDropdown.types';
import { DropdownItem, DropdownValue, DropdownValueType } from '../elviaDropdown.types';
import { ThemeName } from '@elvia/elvis-colors';
import { FormFieldSizes } from '@elvia/elvis-toolbox';
interface SelectAllOptionProps {
item: DropdownItem;
focusedValue?: DropdownValueType;
size?: DropdownSize;
size?: FormFieldSizes;
items: DropdownItem[];

@@ -9,0 +10,0 @@ selectedItems: DropdownValue;

{
"name": "@elvia/elvis-dropdown",
"version": "7.0.0",
"version": "7.0.1",
"main": "web_component.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc