@lotte-innovate/ui-component-test 0.0.37 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/lib/Typography/Header/index.d.ts +2 -2
- package/dist/lib/Typography/Header/{index.jsx → index.js} +2 -5
- package/dist/lib/Typography/Text/index.d.ts +1 -1
- package/dist/lib/Typography/Text/{index.jsx → index.js} +3 -6
- package/dist/lib/components/Accordion/{index.jsx → index.js} +5 -17
- package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
- package/dist/lib/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
- package/dist/lib/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
- package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
- package/dist/lib/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
- package/dist/lib/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
- package/dist/lib/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
- package/dist/lib/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
- package/dist/lib/components/AlertDialog/{index.jsx → index.js} +14 -4
- package/dist/lib/components/AspectRatio/{index.jsx → index.js} +3 -4
- package/dist/lib/components/Avatar/index.d.ts +1 -1
- package/dist/lib/components/Avatar/{index.jsx → index.js} +3 -7
- package/dist/lib/components/Badge/index.d.ts +2 -2
- package/dist/lib/components/Badge/{index.jsx → index.js} +3 -4
- package/dist/lib/components/BubbleChart/index.d.ts +1 -2
- package/dist/lib/components/BubbleChart/{index.jsx → index.js} +2 -2
- package/dist/lib/components/Button/index.d.ts +2 -2
- package/dist/lib/components/Button/{index.jsx → index.js} +3 -4
- package/dist/lib/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
- package/dist/lib/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
- package/dist/lib/components/Callout/index.d.ts +1 -1
- package/dist/lib/components/Callout/{index.jsx → index.js} +3 -6
- package/dist/lib/components/Card/index.d.ts +2 -2
- package/dist/lib/components/Card/{index.jsx → index.js} +3 -4
- package/dist/lib/components/Checkbox/index.d.ts +1 -1
- package/dist/lib/components/Checkbox/{index.jsx → index.js} +3 -11
- package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
- package/dist/lib/components/CheckboxCard/{index.jsx → index.js} +3 -5
- package/dist/lib/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
- package/dist/lib/components/CheckboxGroup/{index.jsx → index.js} +2 -5
- package/dist/lib/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
- package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
- package/dist/lib/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
- package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
- package/dist/lib/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
- package/dist/lib/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
- package/dist/lib/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
- package/dist/lib/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +6 -9
- package/dist/lib/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
- package/dist/lib/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
- package/dist/lib/components/ContextMenu/{index.jsx → index.js} +14 -6
- package/dist/lib/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
- package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
- package/dist/lib/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
- package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
- package/dist/lib/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
- package/dist/lib/components/DataList/{index.jsx → index.js} +14 -6
- package/dist/lib/components/Dialog/DialogAction.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
- package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
- package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
- package/dist/lib/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
- package/dist/lib/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
- package/dist/lib/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
- package/dist/lib/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
- package/dist/lib/components/Dialog/{index.jsx → index.js} +14 -4
- package/dist/lib/components/DoughnutChart/index.d.ts +1 -2
- package/dist/lib/components/DoughnutChart/{index.jsx → index.js} +2 -2
- package/dist/lib/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +14 -6
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
- package/dist/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
- package/dist/lib/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +3 -4
- package/dist/lib/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
- package/dist/lib/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
- package/dist/lib/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
- package/dist/lib/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
- package/dist/lib/components/DropdownMenu/{index.jsx → index.js} +14 -2
- package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
- package/dist/lib/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
- package/dist/lib/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
- package/dist/lib/components/HoverCard/{index.jsx → index.js} +14 -4
- package/dist/lib/components/IconButton/index.d.ts +1 -1
- package/dist/lib/components/IconButton/{index.jsx → index.js} +2 -3
- package/dist/lib/components/Inset/index.d.ts +1 -1
- package/dist/lib/components/Inset/{index.jsx → index.js} +3 -6
- package/dist/lib/components/Label/index.d.ts +1 -1
- package/dist/lib/components/Label/{index.jsx → index.js} +2 -3
- package/dist/lib/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
- package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
- package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
- package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
- package/dist/lib/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
- package/dist/lib/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
- package/dist/lib/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
- package/dist/lib/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
- package/dist/lib/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
- package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
- package/dist/lib/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
- package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
- package/dist/lib/components/Menubar/index.d.ts +1 -1
- package/dist/lib/components/Menubar/{index.jsx → index.js} +3 -6
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/lib/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
- package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
- package/dist/lib/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
- package/dist/lib/components/NavigationMenu/{index.jsx → index.js} +14 -6
- package/dist/lib/components/PieChart/index.d.ts +1 -2
- package/dist/lib/components/PieChart/{index.jsx → index.js} +2 -2
- package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
- package/dist/lib/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
- package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
- package/dist/lib/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
- package/dist/lib/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
- package/dist/lib/components/Popover/{index.jsx → index.js} +14 -4
- package/dist/lib/components/Progress/index.d.ts +1 -1
- package/dist/lib/components/Progress/{index.jsx → index.js} +3 -4
- package/dist/lib/components/RadarChart/index.d.ts +1 -2
- package/dist/lib/components/RadarChart/{index.jsx → index.js} +2 -2
- package/dist/lib/components/Radio/{index.jsx → index.js} +13 -8
- package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
- package/dist/lib/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
- package/dist/lib/components/RadioCards/{index.jsx → index.js} +3 -6
- package/dist/lib/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
- package/dist/lib/components/RadioGroup/{index.jsx → index.js} +14 -6
- package/dist/lib/components/ScrollArea/{index.jsx → index.js} +14 -6
- package/dist/lib/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
- package/dist/lib/components/SegmentedControl/{index.jsx → index.js} +2 -5
- package/dist/lib/components/Select/index.d.ts +1 -1
- package/dist/lib/components/Select/{index.jsx → index.js} +8 -25
- package/dist/lib/components/Separator/{index.jsx → index.js} +2 -5
- package/dist/lib/components/Skeleton/index.d.ts +1 -1
- package/dist/lib/components/Skeleton/{index.jsx → index.js} +2 -5
- package/dist/lib/components/Slider/index.d.ts +1 -1
- package/dist/lib/components/Slider/{index.jsx → index.js} +2 -3
- package/dist/lib/components/Spinner/{index.jsx → index.js} +2 -5
- package/dist/lib/components/TabNav/{index.jsx → index.js} +14 -8
- package/dist/lib/components/Table/index.d.ts +1 -1
- package/dist/lib/components/Table/{index.jsx → index.js} +8 -23
- package/dist/lib/components/Tabs/index.d.ts +1 -1
- package/dist/lib/components/Tabs/{index.jsx → index.js} +5 -14
- package/dist/lib/components/TextArea/index.d.ts +1 -1
- package/dist/lib/components/TextArea/{index.jsx → index.js} +2 -3
- package/dist/lib/components/TextField/index.d.ts +1 -1
- package/dist/lib/components/TextField/{index.jsx → index.js} +3 -8
- package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
- package/dist/lib/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
- package/dist/lib/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
- package/dist/lib/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
- package/dist/lib/components/Toast/index.d.ts +1 -1
- package/dist/lib/components/Toast/{index.jsx → index.js} +3 -9
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +1 -1
- package/dist/lib/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
- package/dist/lib/components/Toggle/index.d.ts +1 -1
- package/dist/lib/components/Toggle/{index.jsx → index.js} +3 -4
- package/dist/lib/components/ToggleGroup/{index.jsx → index.js} +3 -6
- package/dist/lib/components/ToggleGroup/{toggleGroupItem.jsx → toggleGroupItem.js} +14 -4
- package/dist/lib/components/ToggleSwitch/index.d.ts +1 -1
- package/dist/lib/components/ToggleSwitch/{index.jsx → index.js} +2 -6
- package/dist/lib/components/Tooltip/index.d.ts +3 -3
- package/dist/lib/components/Tooltip/{index.jsx → index.js} +2 -11
- package/dist/tailwind.config.js +2 -2
- package/package.json +126 -125
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/styles.css +0 -27469
package/package.json
CHANGED
@@ -1,125 +1,126 @@
|
|
1
|
-
{
|
2
|
-
"name": "@lotte-innovate/ui-component-test",
|
3
|
-
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0
|
5
|
-
"private": false,
|
6
|
-
"type": "module",
|
7
|
-
"files": [
|
8
|
-
"dist/lib",
|
9
|
-
"dist/tailwind.config.d.ts",
|
10
|
-
"dist/tailwind.config.js"
|
11
|
-
|
12
|
-
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
"
|
20
|
-
|
21
|
-
|
22
|
-
"@babel/preset-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
"
|
29
|
-
"not
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
"last 1
|
34
|
-
"last 1
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"storybook": "
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
"@babel/runtime
|
52
|
-
"@
|
53
|
-
"@
|
54
|
-
"@radix-ui/
|
55
|
-
"@radix-ui/react-
|
56
|
-
"@radix-ui/react-
|
57
|
-
"@radix-ui/react-
|
58
|
-
"@radix-ui/react-
|
59
|
-
"@radix-ui/react-
|
60
|
-
"@radix-ui/react-
|
61
|
-
"@radix-ui/react-
|
62
|
-
"@radix-ui/react-
|
63
|
-
"@radix-ui/react-
|
64
|
-
"@radix-ui/react-
|
65
|
-
"@radix-ui/react-
|
66
|
-
"@radix-ui/react-
|
67
|
-
"@radix-ui/react-
|
68
|
-
"@radix-ui/react-
|
69
|
-
"@radix-ui/react-
|
70
|
-
"@radix-ui/react-
|
71
|
-
"@radix-ui/react-
|
72
|
-
"@radix-ui/
|
73
|
-
"@
|
74
|
-
"@stitches/
|
75
|
-
"@
|
76
|
-
"@storybook/
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"
|
80
|
-
"
|
81
|
-
"
|
82
|
-
"
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"
|
86
|
-
"react
|
87
|
-
"react-
|
88
|
-
"react-
|
89
|
-
"
|
90
|
-
"storybook-
|
91
|
-
"
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
"@babel/
|
96
|
-
"@babel/
|
97
|
-
"@babel/
|
98
|
-
"@babel/preset-
|
99
|
-
"@babel/preset-
|
100
|
-
"@
|
101
|
-
"@storybook
|
102
|
-
"@storybook/addon-
|
103
|
-
"@storybook/addon-
|
104
|
-
"@storybook/addon-
|
105
|
-
"@storybook/
|
106
|
-
"@storybook/
|
107
|
-
"@storybook/
|
108
|
-
"@storybook/
|
109
|
-
"@storybook/
|
110
|
-
"@
|
111
|
-
"@types/
|
112
|
-
"@types/react
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"
|
116
|
-
"eslint
|
117
|
-
"eslint-
|
118
|
-
"
|
119
|
-
"
|
120
|
-
"
|
121
|
-
"
|
122
|
-
"
|
123
|
-
"
|
124
|
-
|
125
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@lotte-innovate/ui-component-test",
|
3
|
+
"description": "Lotte UI Library",
|
4
|
+
"version": "0.1.0",
|
5
|
+
"private": false,
|
6
|
+
"type": "module",
|
7
|
+
"files": [
|
8
|
+
"dist/lib",
|
9
|
+
"dist/tailwind.config.d.ts",
|
10
|
+
"dist/tailwind.config.js"
|
11
|
+
],
|
12
|
+
"main": "dist/lib/index.js",
|
13
|
+
"module": "dist/lib/index.js",
|
14
|
+
"types": "dist/lib/index.d.ts",
|
15
|
+
"publishConfig": {
|
16
|
+
"access": "public"
|
17
|
+
},
|
18
|
+
"browser": "./browser/specific/main.js",
|
19
|
+
"babel": {
|
20
|
+
"presets": [
|
21
|
+
"@babel/preset-react",
|
22
|
+
"@babel/preset-env"
|
23
|
+
]
|
24
|
+
},
|
25
|
+
"browserslist": {
|
26
|
+
"production": [
|
27
|
+
">0.2%",
|
28
|
+
"not dead",
|
29
|
+
"not op_mini all"
|
30
|
+
],
|
31
|
+
"development": [
|
32
|
+
"last 1 chrome version",
|
33
|
+
"last 1 firefox version",
|
34
|
+
"last 1 safari version"
|
35
|
+
]
|
36
|
+
},
|
37
|
+
"scripts": {
|
38
|
+
"dev": "next dev",
|
39
|
+
"build": "next build && tsc",
|
40
|
+
"prepare": "next build",
|
41
|
+
"start": "next start",
|
42
|
+
"lint": "next lint",
|
43
|
+
"storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
|
44
|
+
"build-storybook": "storybook build",
|
45
|
+
"move-files": "mv dist/src/lib dist/lib && rimraf dist/src",
|
46
|
+
"build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css",
|
47
|
+
"publish:npm": "rimraf dist && mkdir dist && tsc && npm run move-files && npm run build:css && tsc-alias && node update-tailwind-import.js",
|
48
|
+
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
|
49
|
+
},
|
50
|
+
"dependencies": {
|
51
|
+
"@babel/runtime": "^7.24.7",
|
52
|
+
"@babel/runtime-corejs3": "^7.24.7",
|
53
|
+
"@lotte-innovate/ui-component-test": "^0.0.30",
|
54
|
+
"@radix-ui/colors": "^3.0.0",
|
55
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
56
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
57
|
+
"@radix-ui/react-dialog": "^1.1.1",
|
58
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
59
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
60
|
+
"@radix-ui/react-icons": "^1.3.0",
|
61
|
+
"@radix-ui/react-label": "^2.1.0",
|
62
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
63
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
64
|
+
"@radix-ui/react-popover": "1.0.7",
|
65
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
66
|
+
"@radix-ui/react-select": "^2.1.1",
|
67
|
+
"@radix-ui/react-separator": "^1.1.0",
|
68
|
+
"@radix-ui/react-slider": "^1.2.0",
|
69
|
+
"@radix-ui/react-switch": "^1.1.0",
|
70
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
71
|
+
"@radix-ui/react-toast": "^1.2.1",
|
72
|
+
"@radix-ui/react-tooltip": "^1.1.1",
|
73
|
+
"@radix-ui/themes": "^3.1.1",
|
74
|
+
"@stitches/core": "^1.2.8",
|
75
|
+
"@stitches/react": "^1.2.8",
|
76
|
+
"@storybook/addon-a11y": "^8.0.10",
|
77
|
+
"@storybook/addons": "^7.6.17",
|
78
|
+
"chart.js": "^4.4.4",
|
79
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
80
|
+
"class-variance-authority": "^0.7.0",
|
81
|
+
"clsx": "^2.1.0",
|
82
|
+
"cross-env": "^7.0.3",
|
83
|
+
"dotenv": "^16.4.5",
|
84
|
+
"lucide-react": "^0.364.0",
|
85
|
+
"next": "14.1.4",
|
86
|
+
"react": "^18",
|
87
|
+
"react-chartjs-2": "^5.2.0",
|
88
|
+
"react-dom": "^18",
|
89
|
+
"react-tabs": "^6.0.2",
|
90
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
91
|
+
"storybook-dark-mode": "^4.0.2",
|
92
|
+
"tailwind-merge": "^2.2.2"
|
93
|
+
},
|
94
|
+
"devDependencies": {
|
95
|
+
"@babel/cli": "^7.24.7",
|
96
|
+
"@babel/core": "^7.24.7",
|
97
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
98
|
+
"@babel/preset-env": "^7.25.4",
|
99
|
+
"@babel/preset-react": "^7.24.7",
|
100
|
+
"@babel/preset-typescript": "^7.24.7",
|
101
|
+
"@chromatic-com/storybook": "^1.2.25",
|
102
|
+
"@storybook/addon-essentials": "^8.0.4",
|
103
|
+
"@storybook/addon-interactions": "^8.0.4",
|
104
|
+
"@storybook/addon-links": "^8.0.4",
|
105
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
106
|
+
"@storybook/blocks": "^8.0.4",
|
107
|
+
"@storybook/nextjs": "^8.0.4",
|
108
|
+
"@storybook/react": "^8.0.4",
|
109
|
+
"@storybook/test": "^8.0.4",
|
110
|
+
"@storybook/theming": "^8.2.4",
|
111
|
+
"@types/node": "^20",
|
112
|
+
"@types/react": "^18",
|
113
|
+
"@types/react-dom": "^18",
|
114
|
+
"autoprefixer": "^10.0.1",
|
115
|
+
"chromatic": "^11.5.4",
|
116
|
+
"eslint": "^8",
|
117
|
+
"eslint-config-next": "14.1.4",
|
118
|
+
"eslint-plugin-storybook": "^0.8.0",
|
119
|
+
"postcss": "^8",
|
120
|
+
"rimraf": "^6.0.1",
|
121
|
+
"storybook": "^8.2.6",
|
122
|
+
"tailwindcss": "^3.3.0",
|
123
|
+
"tsc-alias": "^1.8.10",
|
124
|
+
"typescript": "^5"
|
125
|
+
}
|
126
|
+
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
2
|
-
var t = {};
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
4
|
-
t[p] = s[p];
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
8
|
-
t[p[i]] = s[p[i]];
|
9
|
-
}
|
10
|
-
return t;
|
11
|
-
};
|
12
|
-
import React, { forwardRef } from 'react';
|
13
|
-
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
14
|
-
import { cn } from '../../../lib/utils/utils';
|
15
|
-
export var NavigationMenuIndicator = forwardRef(function (_a, ref) {
|
16
|
-
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
17
|
-
return (<NavigationMenuPrimitive.Indicator ref={ref} className={"flex z-[1] top-full h-[10px] items-end justify-center overflow-hidden\n data-[state=visible]:animate-fadeIn data-[state=hidden]:animate-fadeOut \n transition-[width,transform_250ms_ease]"} {...props}>
|
18
|
-
<div className={cn("relative top-[70%] h-[10px] w-[10px] rotate-[45deg] rounded-tl-[2px] \n bg-white dark:bg-slateDark-2 shadow-slate-4 shadow dark:shadow-slateDark-4", className)}/>
|
19
|
-
{children}
|
20
|
-
</NavigationMenuPrimitive.Indicator>);
|
21
|
-
});
|
22
|
-
NavigationMenuIndicator.displayName = 'NavigationMenuIndicator';
|