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

@react-md/list

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/list - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [4.0.1](https://github.com/mlaursen/react-md/compare/v4.0.0...v4.0.1) (2021-11-27)
### Other Internal Changes
* Updated imports to use `import type` when possible ([ba96bb6](https://github.com/mlaursen/react-md/commit/ba96bb62eeddcc0879f6d584aa670850203561e6))
# [4.0.0](https://github.com/mlaursen/react-md/compare/v3.1.1...v4.0.0) (2021-11-24)

@@ -8,0 +20,0 @@

4

lib/getListItemHeight.d.ts

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

import { HTMLAttributes } from "react";
import { ListItemChildrenProps } from "./ListItemChildren";
import type { HTMLAttributes } from "react";
import type { ListItemChildrenProps } from "./ListItemChildren";
export declare type ListItemHeight = "auto" | "normal" | "medium" | "large" | "extra-large";

@@ -4,0 +4,0 @@ export interface SimpleListItemProps extends ListItemChildrenProps, HTMLAttributes<HTMLLIElement> {

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

import { ReactElement, ReactNode } from "react";
import type { ReactElement, ReactNode } from "react";
import { TextIconSpacingProps } from "@react-md/icon";

@@ -3,0 +3,0 @@ export declare type ListItemAddonPosition = "top" | "middle" | "bottom";

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

import { ReactElement, ReactNode } from "react";
import type { ReactElement, ReactNode } from "react";
import { ListItemAddonPosition, ListItemAddonType } from "./ListItemAddon";

@@ -3,0 +3,0 @@ export interface ListItemChildrenProps {

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

import { ReactElement, ReactNode } from "react";
import type { ReactElement, ReactNode } from "react";
export interface ListItemTextProps {

@@ -3,0 +3,0 @@ /**

{
"name": "@react-md/list",
"version": "4.0.0",
"version": "4.0.1",
"description": "This package is used to create lists with the material design specs.",

@@ -34,9 +34,9 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/avatar": "^4.0.0",
"@react-md/divider": "^4.0.0",
"@react-md/icon": "^4.0.0",
"@react-md/states": "^4.0.0",
"@react-md/theme": "^4.0.0",
"@react-md/typography": "^4.0.0",
"@react-md/utils": "^4.0.0",
"@react-md/avatar": "^4.0.1",
"@react-md/divider": "^4.0.1",
"@react-md/icon": "^4.0.1",
"@react-md/states": "^4.0.1",
"@react-md/theme": "^4.0.1",
"@react-md/typography": "^4.0.1",
"@react-md/utils": "^4.0.1",
"classnames": "^2.3.1"

@@ -55,3 +55,3 @@ },

},
"gitHead": "a9f2d64a777698fa65bb3196f6063cdd8321f5cb"
"gitHead": "0df0f24d688ea7c867b7ef656ee9887f00215705"
}

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

import { HTMLAttributes } from "react";
import type { HTMLAttributes } from "react";
import { ListItemChildrenProps } from "./ListItemChildren";
import type { ListItemChildrenProps } from "./ListItemChildren";

@@ -5,0 +5,0 @@ export type ListItemHeight =

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

import { HTMLAttributes } from "react";
import { ListItemChildrenProps } from "./ListItemChildren";
import type { HTMLAttributes } from "react";
import type { ListItemChildrenProps } from "./ListItemChildren";
export declare type ListItemHeight = "auto" | "normal" | "medium" | "large" | "extra-large";

@@ -4,0 +4,0 @@ export interface SimpleListItemProps extends ListItemChildrenProps, HTMLAttributes<HTMLLIElement> {

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

import { ReactElement, ReactNode } from "react";
import type { ReactElement, ReactNode } from "react";
import { TextIconSpacingProps } from "@react-md/icon";

@@ -3,0 +3,0 @@ export declare type ListItemAddonPosition = "top" | "middle" | "bottom";

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

import { ReactElement, ReactNode } from "react";
import type { ReactElement, ReactNode } from "react";
import { ListItemAddonPosition, ListItemAddonType } from "./ListItemAddon";

@@ -3,0 +3,0 @@ export interface ListItemChildrenProps {

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

import { ReactElement, ReactNode } from "react";
import type { ReactElement, ReactNode } from "react";
export interface ListItemTextProps {

@@ -3,0 +3,0 @@ /**

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