Socket
Socket
Sign inDemoInstall

@kaizen/component-library

Package Overview
Dependencies
Maintainers
4
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/component-library - npm Package Compare versions

Comparing version 3.18.5 to 3.18.6

tsconfig.storybook.json

2

components/Dropdown/Dropdown.d.ts

@@ -23,3 +23,3 @@ import * as React from "react";

hideDropdownMenu: () => void;
getPosition(): ClientRect | null;
getPosition(): DOMRect | null;
renderDropdownMenu(): JSX.Element;

@@ -26,0 +26,0 @@ renderIcon: (icon?: React.SVGAttributes<SVGSymbolElement> | undefined) => JSX.Element | undefined;

@@ -5,5 +5,16 @@ /// <reference types="react" />

export interface HeadingProps {
/**
* Not recommended. A short-circuit for overriding styles in a pinch
* @default ""
*/
classNameAndIHaveSpokenToDST?: string;
children: React.ReactNode;
/**
* HTML elements that are allowed on Headings. When not supplied, the tag is inferred from
* the variant. E.g. display-0 will infer h1
*/
tag?: AllowedTags;
/**
* Allowed heading variants
*/
variant: HeadingVariants;

@@ -10,0 +21,0 @@ }

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

/// <reference types="react" />
declare const MenuHeader: {

@@ -2,0 +3,0 @@ (props: {

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

/// <reference types="react" />
declare const MenuSeparator: {

@@ -2,0 +3,0 @@ (): JSX.Element;

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

/// <reference types="react" />
declare type BadgeProps = {

@@ -2,0 +3,0 @@ loading: boolean;

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

/// <reference types="react" />
declare type Props = {

@@ -2,0 +3,0 @@ links: any[];

@@ -5,5 +5,16 @@ /// <reference types="react" />

export interface ParagraphProps {
/**
* Not recommended. A short-circuit for overriding styles in a pinch
* @default ""
*/
classNameAndIHaveSpokenToDST?: string;
children: React.ReactNode;
/**
* HTML elements that are allowed on Paragraphs
* @default "p"
*/
tag?: AllowedTags;
/**
* Allowed paragraph variants
*/
variant: ParagraphVariants;

@@ -10,0 +21,0 @@ }

@@ -5,6 +5,6 @@ export { default as GenericModal } from "./Primitives/GenericModal";

export { default as ModalHeader } from "./Primitives/ModalHeader";
export { default as ModalAccessibleDescription, } from "./Primitives/ModalAccessibleDescription";
export { default as ModalAccessibleLabel, } from "./Primitives/ModalAccessibleLabel";
export { default as ModalAccessibleDescription } from "./Primitives/ModalAccessibleDescription";
export { default as ModalAccessibleLabel } from "./Primitives/ModalAccessibleLabel";
export { default as ConfirmationModal } from "./Presets/ConfirmationModal";
export { default as InputEditModal } from "./Presets/InputEditModal";
export { default as InformationModal } from "./Presets/InformationModal";

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

/// <reference types="react" />
import { AsyncProps as ReactAsyncSelectProps } from "react-select/src/Async";

@@ -2,0 +3,0 @@ import { Props as ReactSelectProps } from "react-select/src/Select";

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

/// <reference types="react" />
export declare type NavigationButton = {

@@ -2,0 +3,0 @@ buttonText: string;

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

/// <reference types="react" />
declare type Props = {

@@ -2,0 +3,0 @@ position: Position;

@@ -25,3 +25,3 @@ {

"sideEffects": false,
"version": "3.18.5",
"version": "3.18.6",
"private": false,

@@ -61,3 +61,3 @@ "license": "MIT",

},
"gitHead": "12eaf368dfbe9de98e6a065433c162ed0e95f51d"
"gitHead": "e70d3e73738b7627911caafacaecdb8f0fed9064"
}

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 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc