Socket
Socket
Sign inDemoInstall

@kaizen/component-library

Package Overview
Dependencies
19
Maintainers
10
Versions
410
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.9 to 16.1.10

4

components/Dropdown/Dropdown.d.ts
import * as React from "react";
declare type DropdownState = {
type DropdownState = {
isMenuVisible: boolean;
};
export declare type DropdownProps = {
export type DropdownProps = {
icon?: React.SVGAttributes<SVGSymbolElement>;

@@ -7,0 +7,0 @@ label?: React.ReactNode;

import * as React from "react";
declare type DropdownMenuProps = {
type DropdownMenuProps = {
hideDropdownMenu: () => void;

@@ -4,0 +4,0 @@ position?: {

import React, { SVGAttributes } from "react";
import { OverrideClassName } from "@kaizen/component-base";
declare type RolesType = "img" | "presentation";
type RolesType = "img" | "presentation";
export interface IconProps extends OverrideClassName<SVGAttributes<SVGElement>> {

@@ -5,0 +5,0 @@ icon: React.SVGAttributes<SVGSymbolElement>;

import * as React from "react";
declare type GenericChildrenProps = {
type GenericChildrenProps = {
children?: React.ReactNode;

@@ -4,0 +4,0 @@ };

/**
* Spacing is in grid units (24px grid)
*/
export declare type Spacing = {
export type Spacing = {
/**

@@ -62,2 +62,2 @@ * padding

};
export declare type GridFractions = 0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 1.75 | 2 | 2.5 | 3 | 3.5 | 4;
export type GridFractions = 0 | 0.25 | 0.5 | 0.75 | 1 | 1.25 | 1.5 | 1.75 | 2 | 2.5 | 3 | 3.5 | 4;
import * as React from "react";
declare type TextProps = {
type TextProps = {
tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "div" | "span" | "label";

@@ -4,0 +4,0 @@ style?: "default-style" | "page-title" | "title" | "display" | "heading" | "paragraph" | "lede" | "body" | "body-bold" | "small" | "small-bold" | "notification" | "label" | "control-action" | "button" | "zen-display-0" | "zen-heading-1" | "zen-heading-2" | "zen-heading-3" | "zen-data-large" | "zen-data-large-units" | "zen-data-medium" | "zen-data-medium-units" | "zen-data-small" | "zen-data-small-units";

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

"sideEffects": false,
"version": "16.1.9",
"version": "16.1.10",
"private": false,

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

"@types/classnames": "^2.3.0",
"@types/lodash": "^4.14.189",
"@types/lodash": "^4.14.190",
"@types/uuid": "^8.3.4",

@@ -54,3 +54,3 @@ "classnames": "^2.3.2"

},
"gitHead": "540f5c65cab39f988789abbe2ab27ebc08edb1ba"
"gitHead": "c8925f98c3c15c940a3549228572e75212a3ed31"
}

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

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