@liner-fe/prism 1.13.32 → 1.13.34
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.
- package/lib/assets/essay.d.ts +8 -0
- package/lib/assets/index.d.ts +2 -1
- package/lib/components/Popover/index.d.ts +1 -0
- package/lib/constants/component.d.ts +15 -0
- package/lib/constants/figma/component.d.ts +4 -0
- package/lib/constants/figma/index.d.ts +24 -0
- package/lib/constants/figma/token.d.ts +4 -0
- package/lib/constants/figma/types.d.ts +7 -0
- package/lib/constants/token.d.ts +11 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.mjs +159 -172
- package/lib/index.mjs.map +4 -4
- package/lib/token/BreakPoint/index.d.ts +1 -0
- package/lib/token/Gap/index.d.ts +1 -0
- package/lib/token/Padding/index.d.ts +1 -0
- package/lib/token/Shadow/index.d.ts +1 -0
- package/lib/type/index.d.ts +1 -1
- package/lib/utils/path.d.ts +1 -0
- package/package.json +2 -1
- package/lib/PrismProvider.d.ts +0 -1
- /package/lib/token/{border-radius → BorderRadius}/index.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BreakPoint: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Gap: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Padding: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Shadow: () => import("react/jsx-runtime").JSX.Element;
|
package/lib/type/index.d.ts
CHANGED
|
@@ -8,4 +8,4 @@ export interface IconComponentProps {
|
|
|
8
8
|
}
|
|
9
9
|
export type IconComponent = (props: IconComponentProps) => JSX.Element | undefined;
|
|
10
10
|
export type IconMapType = typeof iconMap;
|
|
11
|
-
export type IconKey = 'close-fill' | 'more' | 'liner' | 'liner-variation' | 'person-fill' | 'list' | 'history' | 'start' | 'end' | 'paperclip' | 'share' | 'sign-out' | 'check-mark-fill' | 'exclamationmark-fill' | 'plus' | 'minus' | 'new-thread' | 'move' | 'search' | 'globe' | 'graduationcap' | 'palette' | 'download' | 'regenerate' | 'credit' | 'feedback' | 'tune' | 'arrow-back' | 'arrow-forward' | 'arrow-up' | 'arrow-down' | 'menu' | 'document-warning' | 'arrow-right' | 'arrow-left' | 'step' | 'arrow-turn' | 'power' | 'desktop' | 'desktop-on-cursor' | 'view-list' | 'chart-bar' | 'chart-line-uptrend' | 'folder' | 'person' | 'trash' | 'pencil' | 'copy' | 'book' | 'description' | 'bookmark' | 'photo' | 'camera' | 'bolt' | 'question-message' | 'books' | 'balance' | 'folder-add' | 'document' | 'person-add' | 'send' | 'check-mark' | 'exclamationmark' | 'close' | 'lock' | 'ai' | 'stack' | 'summarize' | 'memo' | 'highlighter' | 'creditcard' | 'speaker' | 'light' | 'document-add' | 'thumb-up' | 'thumb-down' | 'shield' | 'home' | 'visibility' | 'visibility-off' | 'magic-wand' | 'magic-pencil' | 'bulb-exclamtionmark' | 'bulb' | 'paraphase' | 'make-easy' | 'translate' | 'Info' | 'folder-open' | 'highlight-edit' | 'apple' | 'android' | 'twitter' | 'facebook' | 'google' | 'paraphrase' | 'car' | 'airplane' | 'rocket' | 'source' | 'setting' | 'extend' | 'shorten' | 'sun' | 'moon' | 'fire' | 'arrow-upward' | 'arrow-downward' | 'light-mode' | 'dark-mode' | 'target' | 'question-box' | 'new-tab' | 'example' | 'quote' | 'document-check' | 'block' | 'bookmark-cancel' | 'arrow-up-right' | 'arrow-down-left' | 'arrow-up-left' | 'email' | 'filter' | 'timer' | 'play-button' | 'text-select' | 'arrow-drop-down' | 'bell' | 'secret-mode' | 'add-clock' | 'clock' | 'lp-pri-icon-m-spinner' | 'lp-pri-icon-s-drop-down' | 'lp-pri-icon-m-volume-up' | 'lp-pri-icon-m-volume' | 'lp-pri-icon-s-drop-up' | 'lp-pri-icon-s-arrow-drop-right' | 'lp-pri-icon-m-arrow-up-down' | 'lp-pri-icon-m-google-export' | 'arrow-backward' | 'link' | 'sheet-export' | 'lp-pri-icon-s-arrow-backward' | 'lp-pri-icon-m-link' | 'lp-pri-icon-m-sheet-export' | 'lp-pri-icon-m-shield-person' | 'lp-pri-icon-s-arrow-forward' | 'lp-pri-icon-m-shield-usage';
|
|
11
|
+
export type IconKey = 'close-fill' | 'more' | 'liner' | 'liner-variation' | 'person-fill' | 'list' | 'history' | 'start' | 'end' | 'paperclip' | 'share' | 'sign-out' | 'check-mark-fill' | 'exclamationmark-fill' | 'plus' | 'minus' | 'new-thread' | 'move' | 'search' | 'globe' | 'graduationcap' | 'palette' | 'download' | 'regenerate' | 'credit' | 'feedback' | 'tune' | 'arrow-back' | 'arrow-forward' | 'arrow-up' | 'arrow-down' | 'menu' | 'document-warning' | 'arrow-right' | 'arrow-left' | 'step' | 'arrow-turn' | 'power' | 'desktop' | 'desktop-on-cursor' | 'view-list' | 'chart-bar' | 'chart-line-uptrend' | 'folder' | 'person' | 'trash' | 'pencil' | 'copy' | 'book' | 'description' | 'bookmark' | 'photo' | 'camera' | 'bolt' | 'question-message' | 'books' | 'balance' | 'folder-add' | 'document' | 'person-add' | 'send' | 'check-mark' | 'exclamationmark' | 'close' | 'lock' | 'ai' | 'stack' | 'summarize' | 'memo' | 'highlighter' | 'creditcard' | 'speaker' | 'light' | 'document-add' | 'thumb-up' | 'thumb-down' | 'shield' | 'home' | 'visibility' | 'visibility-off' | 'magic-wand' | 'magic-pencil' | 'bulb-exclamtionmark' | 'bulb' | 'paraphase' | 'make-easy' | 'translate' | 'Info' | 'folder-open' | 'highlight-edit' | 'apple' | 'android' | 'twitter' | 'facebook' | 'google' | 'paraphrase' | 'car' | 'airplane' | 'rocket' | 'source' | 'setting' | 'extend' | 'shorten' | 'sun' | 'moon' | 'fire' | 'arrow-upward' | 'arrow-downward' | 'light-mode' | 'dark-mode' | 'target' | 'question-box' | 'new-tab' | 'example' | 'quote' | 'document-check' | 'block' | 'bookmark-cancel' | 'arrow-up-right' | 'arrow-down-left' | 'arrow-up-left' | 'email' | 'filter' | 'timer' | 'play-button' | 'text-select' | 'arrow-drop-down' | 'bell' | 'secret-mode' | 'add-clock' | 'clock' | 'lp-pri-icon-m-spinner' | 'lp-pri-icon-s-drop-down' | 'lp-pri-icon-m-volume-up' | 'lp-pri-icon-m-volume' | 'lp-pri-icon-s-drop-up' | 'lp-pri-icon-s-arrow-drop-right' | 'lp-pri-icon-m-arrow-up-down' | 'lp-pri-icon-m-google-export' | 'arrow-backward' | 'link' | 'sheet-export' | 'lp-pri-icon-s-arrow-backward' | 'lp-pri-icon-m-link' | 'lp-pri-icon-m-sheet-export' | 'lp-pri-icon-m-shield-person' | 'lp-pri-icon-s-arrow-forward' | 'lp-pri-icon-m-shield-usage' | 'essay';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const createAbsolutePath: (path: string, path1: string) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/prism",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.34",
|
|
4
4
|
"packageManager": "yarn@3.6.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "next dev",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@chromatic-com/storybook": "^1.5.0",
|
|
42
42
|
"@liner-fe/bundler": "workspace:^",
|
|
43
|
+
"@storybook/addon-designs": "^8.0.4",
|
|
43
44
|
"@storybook/addon-essentials": "^8.4.2",
|
|
44
45
|
"@storybook/addon-interactions": "^8.4.2",
|
|
45
46
|
"@storybook/addon-links": "^8.4.2",
|
package/lib/PrismProvider.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ampLogEventFunc: import("recoil").RecoilState<((title: string, properties?: any, callback?: undefined) => Promise<undefined>) | null>;
|
|
File without changes
|