Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bedrock-layout/column-drop

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock-layout/column-drop - npm Package Compare versions

Comparing version 3.1.8 to 3.2.0

7

lib/index.d.ts
import { CSSLength, Gutter, SizesOptions } from "@bedrock-layout/spacing-constants";
/**
* The `minItemWidth` prop can accept any positive integer, `CSSLength`, or `SizeOption`.
* The `minItemWidth` prop can be a CSSLength, a number, or a key of the theme's sizes options.
*/
export type MinItemWidth = number | CSSLength | SizesOptions;
type MinItemWidth = number | CSSLength | SizesOptions;
/**

@@ -16,3 +16,3 @@ * Props for the ColumnDrop component.

* Sets the minimum width of each child.
* The `minItemWidth` prop can accept any positive integer, `CSSLength`, or `SizeOption`.
* The `minItemWidth` prop can be a CSSLength, a number, or a key of the theme's sizes options.
*/

@@ -34,1 +34,2 @@ minItemWidth?: MinItemWidth;

export declare const ColumnDrop: import("@bedrock-layout/type-utils").PolymorphicForwardedRefComponent<"div", ColumnDropProps>;
export {};
{
"name": "@bedrock-layout/column-drop",
"version": "3.1.8",
"version": "3.2.0",
"description": "bedrock-layout column-drop",

@@ -63,3 +63,3 @@ "sideEffects": false,

},
"gitHead": "90187d6a9c3356e91fa67c638e9093cd26b145cd"
"gitHead": "3ba949018ad0cee216d540f14632d07b6acd231d"
}
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