@bedrock-layout/column-drop
Advanced tools
Comparing version 3.1.8 to 3.2.0
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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7966
67