@20minutes/hela
Advanced tools
Comparing version 1.18.2 to 1.18.3
import { default as React } from 'react'; | ||
import { BoxProps } from '../../..'; | ||
import { FlexOrGridBoxSystemProps, TypeWithMediaQueriesType } from '../../../../types'; | ||
export declare const colsNumberGridList: readonly [1, 2, 3, 4, 6, 12, "2-of-3"]; | ||
export declare const colsNumberGridList: readonly [1, 2, 3, 4, 5, 6, 12, "2-of-3"]; | ||
export type ColsNumberGridType = (typeof colsNumberGridList)[number]; | ||
@@ -6,0 +6,0 @@ export interface GridProps extends BoxProps, FlexOrGridBoxSystemProps { |
@@ -16,3 +16,3 @@ import { default as React } from 'react'; | ||
colsNumber: { | ||
options: readonly [1, 2, 3, 4, 6, 12, "2-of-3"]; | ||
options: readonly [1, 2, 3, 4, 5, 6, 12, "2-of-3"]; | ||
description: string; | ||
@@ -19,0 +19,0 @@ }; |
export declare const gridPropsControls: { | ||
colsNumber: { | ||
options: readonly [1, 2, 3, 4, 6, 12, "2-of-3"]; | ||
options: readonly [1, 2, 3, 4, 5, 6, 12, "2-of-3"]; | ||
description: string; | ||
}; | ||
}; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.18.2", | ||
"version": "1.18.3", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -75,12 +75,12 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.657.0", | ||
"@aws-sdk/client-s3": "3.658.0", | ||
"@csstools/postcss-sass": "^5.1.1", | ||
"@octokit/core": "5.1.0", | ||
"@storybook/addon-actions": "^8.3.2", | ||
"@storybook/addon-essentials": "^8.3.2", | ||
"@storybook/addon-links": "^8.3.2", | ||
"@storybook/blocks": "^8.3.2", | ||
"@storybook/addon-actions": "^8.3.3", | ||
"@storybook/addon-essentials": "^8.3.3", | ||
"@storybook/addon-links": "^8.3.3", | ||
"@storybook/blocks": "^8.3.3", | ||
"@storybook/csf": "0.1.2", | ||
"@storybook/react": "^8.3.2", | ||
"@storybook/react-vite": "^8.3.2", | ||
"@storybook/react": "^8.3.3", | ||
"@storybook/react-vite": "^8.3.3", | ||
"@svgr/cli": "^8.1.0", | ||
@@ -123,3 +123,3 @@ "@testing-library/dom": "^10.4.0", | ||
"sass": "^1.79.3", | ||
"storybook": "^8.3.2", | ||
"storybook": "^8.3.3", | ||
"style-dictionary": "^3.9.2", | ||
@@ -133,3 +133,3 @@ "stylelint": "^15.11.0", | ||
"vite": "^5.4.7", | ||
"vite-plugin-dts": "^4.2.1", | ||
"vite-plugin-dts": "^4.2.2", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
@@ -136,0 +136,0 @@ "vitest": "^2.1.1" |
Sorry, the diff of this file is too big to display
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
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
4820167