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