@liner-fe/prism 1.9.8 → 1.9.10
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,6 +1,6 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import { IconKey, IconMapType } from '../../type';
|
|
3
|
-
import { BasicColorType } from '
|
|
3
|
+
import { BasicColorType } from '../../types/color';
|
|
4
4
|
import { SystemKeys } from '@liner-fe/design-token';
|
|
5
5
|
declare const iconSizeMap: {
|
|
6
6
|
readonly xs: 16;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from 'react';
|
|
2
|
-
import { BasicColorType } from '
|
|
2
|
+
import { BasicColorType } from '../../types/color';
|
|
3
3
|
export interface ITypographyCommon<T extends HTMLElement = HTMLParagraphElement> extends Omit<HTMLAttributes<T>, 'color'> {
|
|
4
4
|
color?: BasicColorType;
|
|
5
5
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/prism",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.10",
|
|
4
4
|
"packageManager": "yarn@3.6.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "next dev",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"storybook": "storybook dev -p 6006",
|
|
10
10
|
"build-storybook": "storybook build",
|
|
11
11
|
"appendCSS": "ts-node './scripts/index.ts'",
|
|
12
|
-
"build": "bundler build --tsconfig ./tsconfig.build.json && tsc --project tsconfig.build.json",
|
|
12
|
+
"build": "bundler build --tsconfig ./tsconfig.build.json && tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
13
13
|
"build:package": "yarn build",
|
|
14
14
|
"prepack": "yarn build"
|
|
15
15
|
},
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"storybook": "^8.1.7",
|
|
61
61
|
"storybook-custom-theme-switcher": "^0.0.10",
|
|
62
62
|
"ts-node": "^10.9.2",
|
|
63
|
+
"tsc-alias": "^1.8.10",
|
|
63
64
|
"typescript": "^5.1.6",
|
|
64
65
|
"typescript-plugin-css-modules": "^5.1.0"
|
|
65
66
|
},
|