@liner-fe/prism 2.1.26 → 2.1.28

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.
Files changed (55) hide show
  1. package/lib/assets/{lp-pri-icon-m-redo.d.ts → arrow-drop-right.d.ts} +2 -2
  2. package/lib/assets/arrow-up-down.d.ts +8 -0
  3. package/lib/assets/casual-shoe.d.ts +8 -0
  4. package/lib/assets/drop-down.d.ts +8 -0
  5. package/lib/assets/{lp-pri-icon-m-essay.d.ts → drop-up.d.ts} +2 -2
  6. package/lib/assets/expand.d.ts +8 -0
  7. package/lib/assets/folder-open-share.d.ts +8 -0
  8. package/lib/assets/folder-share.d.ts +8 -0
  9. package/lib/assets/formal-bag.d.ts +8 -0
  10. package/lib/assets/google-export.d.ts +8 -0
  11. package/lib/assets/index.d.ts +17 -25
  12. package/lib/assets/report.d.ts +8 -0
  13. package/lib/assets/shield-person.d.ts +8 -0
  14. package/lib/assets/spinner.d.ts +8 -0
  15. package/lib/assets/undo.d.ts +8 -0
  16. package/lib/assets/verification-badge.d.ts +8 -0
  17. package/lib/assets/volume-up.d.ts +8 -0
  18. package/lib/assets/volume.d.ts +8 -0
  19. package/lib/components/Button/index.d.ts +7 -13
  20. package/lib/components/Icon/index.d.ts +4 -10
  21. package/lib/components/IconButton/index.d.ts +5 -11
  22. package/lib/components/Label/index.d.ts +8 -14
  23. package/lib/components/TextButton/index.d.ts +6 -12
  24. package/lib/components/Textfield/index.d.ts +3 -9
  25. package/lib/components/Typography/utils.d.ts +2 -8
  26. package/lib/index.cjs +595 -984
  27. package/lib/index.cjs.map +4 -4
  28. package/lib/index.css.map +1 -1
  29. package/lib/index.mjs +569 -958
  30. package/lib/index.mjs.map +4 -4
  31. package/lib/type/index.d.ts +1 -1
  32. package/package.json +2 -2
  33. package/lib/assets/lp-pri-icon-m-arrow-up-down.d.ts +0 -8
  34. package/lib/assets/lp-pri-icon-m-casual-shoe.d.ts +0 -8
  35. package/lib/assets/lp-pri-icon-m-expand.d.ts +0 -8
  36. package/lib/assets/lp-pri-icon-m-folder-open-share.d.ts +0 -8
  37. package/lib/assets/lp-pri-icon-m-folder-share.d.ts +0 -8
  38. package/lib/assets/lp-pri-icon-m-formal-bag.d.ts +0 -8
  39. package/lib/assets/lp-pri-icon-m-google-export.d.ts +0 -8
  40. package/lib/assets/lp-pri-icon-m-highlighter.d.ts +0 -8
  41. package/lib/assets/lp-pri-icon-m-link.d.ts +0 -8
  42. package/lib/assets/lp-pri-icon-m-report.d.ts +0 -8
  43. package/lib/assets/lp-pri-icon-m-sheet-export.d.ts +0 -8
  44. package/lib/assets/lp-pri-icon-m-shield-person.d.ts +0 -8
  45. package/lib/assets/lp-pri-icon-m-shield-usage.d.ts +0 -8
  46. package/lib/assets/lp-pri-icon-m-spinner.d.ts +0 -8
  47. package/lib/assets/lp-pri-icon-m-undo.d.ts +0 -8
  48. package/lib/assets/lp-pri-icon-m-verification-badge.d.ts +0 -8
  49. package/lib/assets/lp-pri-icon-m-volume-up.d.ts +0 -8
  50. package/lib/assets/lp-pri-icon-m-volume.d.ts +0 -8
  51. package/lib/assets/lp-pri-icon-s-arrow-backward.d.ts +0 -8
  52. package/lib/assets/lp-pri-icon-s-arrow-drop-right.d.ts +0 -8
  53. package/lib/assets/lp-pri-icon-s-arrow-forward.d.ts +0 -8
  54. package/lib/assets/lp-pri-icon-s-drop-down.d.ts +0 -8
  55. package/lib/assets/lp-pri-icon-s-drop-up.d.ts +0 -8
@@ -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' | 'shield-usage' | 'essay' | 'lp-pri-icon-m-formal-bag' | 'lp-pri-icon-m-casual-shoe' | 'lp-pri-icon-m-highlighter' | 'lp-pri-icon-m-folder-open-share' | 'lp-pri-icon-m-folder-share' | 'lp-pri-icon-m-essay' | 'lp-pri-icon-m-undo' | 'lp-pri-icon-m-redo' | 'lp-pri-icon-m-shield-usage' | 'lp-pri-icon-m-expand' | 'lp-pri-icon-m-verification-badge' | 'lp-pri-icon-m-report';
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' | 'arrow-backward' | 'link' | 'sheet-export' | 'shield-usage' | 'essay' | 'spinner' | 'drop-down' | 'drop-up' | 'arrow-drop-right' | 'arrow-up-down' | 'google-export' | 'shield-person' | 'formal-bag' | 'casual-shoe' | 'undo' | 'expand' | 'verification badge' | 'volume-up' | 'volume' | 'folder-open-share' | 'folder-share' | 'report';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.1.26",
3
+ "version": "2.1.28",
4
4
  "packageManager": "yarn@3.6.0",
5
5
  "scripts": {
6
6
  "dev": "next dev",
@@ -27,8 +27,8 @@
27
27
  "@radix-ui/react-slot": "^1.1.0",
28
28
  "@radix-ui/react-toast": "^1.2.1",
29
29
  "@radix-ui/react-tooltip": "^1.1.2",
30
+ "class-variance-authority": "^0.7.0",
30
31
  "clsx": "^2.1.1",
31
- "cva": "beta",
32
32
  "framer-motion": "^11.2.13",
33
33
  "lottie-web": "^5.9.4",
34
34
  "react": "^18.2.0",
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMArrowUpDownProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMArrowUpDown: (props: ICLpPriIconMArrowUpDownProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMCasualShoeProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMCasualShoe: (props: ICLpPriIconMCasualShoeProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMExpandProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMExpand: (props: ICLpPriIconMExpandProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMFolderOpenShareProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMFolderOpenShare: (props: ICLpPriIconMFolderOpenShareProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMFolderShareProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMFolderShare: (props: ICLpPriIconMFolderShareProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMFormalBagProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMFormalBag: (props: ICLpPriIconMFormalBagProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMGoogleExportProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMGoogleExport: (props: ICLpPriIconMGoogleExportProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMHighlighterProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMHighlighter: (props: ICLpPriIconMHighlighterProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMLinkProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMLink: (props: ICLpPriIconMLinkProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMReportProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMReport: (props: ICLpPriIconMReportProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMSheetExportProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMSheetExport: (props: ICLpPriIconMSheetExportProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMShieldPersonProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMShieldPerson: (props: ICLpPriIconMShieldPersonProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMShieldUsageProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMShieldUsage: (props: ICLpPriIconMShieldUsageProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMSpinnerProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMSpinner: (props: ICLpPriIconMSpinnerProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMUndoProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMUndo: (props: ICLpPriIconMUndoProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMVerificationBadgeProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMVerificationBadge: (props: ICLpPriIconMVerificationBadgeProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMVolumeUpProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMVolumeUp: (props: ICLpPriIconMVolumeUpProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconMVolumeProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconMVolume: (props: ICLpPriIconMVolumeProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconSArrowBackwardProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconSArrowBackward: (props: ICLpPriIconSArrowBackwardProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconSArrowDropRightProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconSArrowDropRight: (props: ICLpPriIconSArrowDropRightProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconSArrowForwarddProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconSArrowForward: (props: ICLpPriIconSArrowForwarddProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconSDropDownProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconSDropDown: (props: ICLpPriIconSDropDownProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- interface ICLpPriIconSDropUpProps {
2
- color?: string;
3
- fill?: boolean;
4
- thick?: boolean;
5
- size?: 16 | 20 | 24 | 32 | 40;
6
- }
7
- export declare const ICLpPriIconSDropUp: (props: ICLpPriIconSDropUpProps) => import("react/jsx-runtime").JSX.Element;
8
- export {};