@saas-ui/react 3.0.0-next.25 → 3.0.0-next.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineTokens } from '@chakra-ui/react';
|
2
|
-
import { scaleToken } from
|
2
|
+
import { scaleToken } from "../utils.js";
|
3
3
|
export const lineHeights = defineTokens.lineHeights({
|
4
4
|
shorter: { value: scaleToken('1.25') },
|
5
5
|
short: { value: scaleToken('1.375') },
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "3.0.0-next.
|
3
|
+
"version": "3.0.0-next.26",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"build:types": "tsc --emitDeclarationOnly --outDir dist --project tsconfig.json",
|
36
36
|
"prebuild": "yarn clean",
|
37
37
|
"build": "tsc --outDir dist --project tsconfig.json",
|
38
|
-
"lint": "eslint src --ext .ts,.tsx,.js,.jsx --config
|
38
|
+
"lint": "eslint src --ext .ts,.tsx,.js,.jsx --config ../../eslint.config.js",
|
39
39
|
"lint:staged": "lint-staged --allow-empty --config ../../lint-staged.config.js",
|
40
40
|
"typecheck": "tsc --noEmit"
|
41
41
|
},
|