@20minutes/hela
Advanced tools
Comparing version 0.1.92 to 0.1.93
@@ -7,3 +7,3 @@ import { type TypographyProps } from '../../../../components'; | ||
} | ||
export type TextProps<T extends As = 'p'> = TextOptions & TypographyProps<T>; | ||
export declare const Text: import('../../../../types').ComponentWithAs<"p", TextProps<"p">>; | ||
export type TextProps<T extends As = 'p' | 'span'> = TextOptions & TypographyProps<T>; | ||
export declare const Text: import('../../../../types').ComponentWithAs<"p" | "span", TextProps<"p" | "span">>; |
import type { ColorType } from '../types'; | ||
export declare const spacingTokenNameList: readonly ("xs" | "0" | "xxs-2" | "xxs" | "s" | "m" | "l" | "xl" | "xxl" | "xxl-2")[]; | ||
export declare const spacingTokenNameList: readonly ("xs" | "0" | "auto" | "xxs-2" | "xxs" | "s" | "m" | "l" | "xl" | "xxl" | "xxl-2")[]; | ||
export declare const colorTokenNameList: readonly ColorType[]; | ||
export declare const radiusTokenNameList: readonly ("xs" | "0" | "xxs-2" | "xxs" | "s" | "m" | "l" | "xl" | "xxl")[]; |
@@ -258,2 +258,5 @@ export declare const tokenVariables: { | ||
}; | ||
auto: { | ||
value: string; | ||
}; | ||
'xxs-2': { | ||
@@ -260,0 +263,0 @@ value: string; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.92", | ||
"version": "0.1.93", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -51,3 +51,3 @@ "license": "MIT", | ||
"yarn": ">= 1.2.0", | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
@@ -66,3 +66,3 @@ "dependencies": { | ||
"@20minutes/eslint-config": "^1.2.4", | ||
"@aws-sdk/client-s3": "3.319.0", | ||
"@aws-sdk/client-s3": "3.321.1", | ||
"@babel/core": "^7.21.4", | ||
@@ -81,3 +81,3 @@ "@babel/eslint-parser": "^7.21.3", | ||
"@types/merge-stream": "^1.1.2", | ||
"@types/node": "^18.16.1", | ||
"@types/node": "^18.16.2", | ||
"@types/react": "^18.2.0", | ||
@@ -119,7 +119,7 @@ "@types/react-dom": "^18.2.1", | ||
"stylelint": "^15.6.0", | ||
"stylelint-config-standard-scss": "^8.0.0", | ||
"stylelint-config-standard-scss": "^9.0.0", | ||
"svg-sprite": "2.0.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.3.2", | ||
"vite": "^4.3.3", | ||
"vite-plugin-dts": "^2.3.0", | ||
@@ -126,0 +126,0 @@ "vite-tsconfig-paths": "^4.2.0", |
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
Sorry, the diff of this file is not supported yet
962153
9895