@lotte-innovate/ui-component-test 0.0.34 → 0.0.37
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.js → index.jsx} +5 -2
- package/dist/lib/Typography/Text/index.d.ts +1 -1
- 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.d.ts +2 -2
- package/dist/lib/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +4 -3
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
- package/dist/lib/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +4 -3
- package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
- 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.d.ts +2 -2
- 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.d.ts +1 -1
- package/dist/lib/components/Avatar/{index.js → index.jsx} +7 -3
- package/dist/lib/components/Badge/index.d.ts +2 -2
- 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.d.ts +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.d.ts +1 -1
- package/dist/lib/components/Callout/{index.js → index.jsx} +6 -3
- package/dist/lib/components/Card/index.d.ts +2 -2
- package/dist/lib/components/Card/{index.js → index.jsx} +4 -3
- package/dist/lib/components/Checkbox/index.d.ts +1 -1
- package/dist/lib/components/Checkbox/{index.js → index.jsx} +11 -3
- package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +5 -3
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/DataList/{DataListLabel.js → DataListLabel.jsx} +4 -3
- package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogAction.js → DialogAction.jsx} +4 -14
- package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +4 -14
- package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +6 -3
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +5 -3
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +2 -2
- 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.d.ts +1 -1
- package/dist/lib/components/IconButton/{index.js → index.jsx} +3 -2
- package/dist/lib/components/Inset/index.d.ts +1 -1
- package/dist/lib/components/Inset/{index.js → index.jsx} +6 -3
- package/dist/lib/components/Label/index.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +10 -7
- package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +5 -3
- package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +4 -3
- package/dist/lib/components/Menubar/index.d.ts +1 -1
- package/dist/lib/components/Menubar/{index.js → index.jsx} +6 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +4 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +5 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +5 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
- 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.d.ts +1 -1
- package/dist/lib/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
- package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/Skeleton/{index.js → index.jsx} +5 -2
- package/dist/lib/components/Slider/index.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/Table/{index.js → index.jsx} +23 -8
- package/dist/lib/components/Tabs/index.d.ts +1 -1
- package/dist/lib/components/Tabs/{index.js → index.jsx} +14 -5
- package/dist/lib/components/TextArea/index.d.ts +1 -1
- package/dist/lib/components/TextArea/{index.js → index.jsx} +3 -2
- package/dist/lib/components/TextField/index.d.ts +1 -1
- package/dist/lib/components/TextField/{index.js → index.jsx} +8 -3
- package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/Toast/{index.js → index.jsx} +9 -3
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +1 -1
- package/dist/lib/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
- package/dist/lib/components/Toggle/index.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/lib/components/ToggleSwitch/{index.js → index.jsx} +6 -2
- package/dist/lib/components/Tooltip/index.d.ts +3 -3
- package/dist/lib/components/Tooltip/{index.js → index.jsx} +11 -2
- package/dist/styles.css +27469 -0
- package/dist/tailwind.config.js +6 -6
- package/package.json +125 -125
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
package/dist/tailwind.config.js
CHANGED
@@ -18,10 +18,10 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
18
18
|
}
|
19
19
|
return to.concat(ar || Array.prototype.slice.call(from));
|
20
20
|
};
|
21
|
-
import * as lightColors from './
|
22
|
-
import * as darkColors from './
|
23
|
-
import * as alphaColors from './
|
24
|
-
import { colorOptions, alphaColorOptions, darkColorOptions } from './
|
21
|
+
import * as lightColors from './lib/color/light';
|
22
|
+
import * as darkColors from './lib/color/dark';
|
23
|
+
import * as alphaColors from './lib/color/alpha';
|
24
|
+
import { colorOptions, alphaColorOptions, darkColorOptions } from './lib/color/constants';
|
25
25
|
var classes = [];
|
26
26
|
var darkClasses = [];
|
27
27
|
var colorScale = Array.from({ length: 12 }, function (_, i) { return (i + 1).toString(); });
|
@@ -64,9 +64,9 @@ allColorOptions.forEach(function (options) {
|
|
64
64
|
darkClasses.push.apply(darkClasses, generateDarkClasses(darkColorOptions, colorScale));
|
65
65
|
var config = {
|
66
66
|
content: [
|
67
|
+
'./src/pages/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
68
|
+
'./src/components/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
67
69
|
'./src/app/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
68
|
-
'./src/lib/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
69
|
-
'./src/stories/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
70
70
|
'./src/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
71
71
|
],
|
72
72
|
safelist: __spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray(__spreadArray([], classes, true), classes.map(function (cls) { return "hover:".concat(cls); }), true), classes.map(function (cls) { return "active:".concat(cls); }), true), classes.map(function (cls) { return "before:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=checked]:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=unchecked]:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=on]:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=on]:hover:".concat(cls); }), true), classes.map(function (cls) { return "data-[state=open]:".concat(cls); }), true), classes.map(function (cls) { return "after:checked:".concat(cls); }), true), classes.map(function (cls) { return "before:checked:".concat(cls); }), true), darkClasses, true),
|
package/package.json
CHANGED
@@ -1,125 +1,125 @@
|
|
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
|
-
"
|
45
|
-
"
|
46
|
-
"publish:npm": "rimraf dist && mkdir dist && tsc &&
|
47
|
-
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
|
48
|
-
},
|
49
|
-
"dependencies": {
|
50
|
-
"@babel/runtime": "^7.24.7",
|
51
|
-
"@babel/runtime-corejs3": "^7.24.7",
|
52
|
-
"@lotte-innovate/ui-component-test": "^0.0.30",
|
53
|
-
"@radix-ui/colors": "^3.0.0",
|
54
|
-
"@radix-ui/react-accordion": "^1.2.0",
|
55
|
-
"@radix-ui/react-checkbox": "^1.0.4",
|
56
|
-
"@radix-ui/react-dialog": "^1.1.1",
|
57
|
-
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
58
|
-
"@radix-ui/react-hover-card": "^1.1.1",
|
59
|
-
"@radix-ui/react-icons": "^1.3.0",
|
60
|
-
"@radix-ui/react-label": "^2.1.0",
|
61
|
-
"@radix-ui/react-menubar": "^1.1.1",
|
62
|
-
"@radix-ui/react-navigation-menu": "^1.2.0",
|
63
|
-
"@radix-ui/react-popover": "1.0.7",
|
64
|
-
"@radix-ui/react-radio-group": "^1.1.3",
|
65
|
-
"@radix-ui/react-select": "^2.1.1",
|
66
|
-
"@radix-ui/react-separator": "^1.1.0",
|
67
|
-
"@radix-ui/react-slider": "^1.2.0",
|
68
|
-
"@radix-ui/react-switch": "^1.1.0",
|
69
|
-
"@radix-ui/react-tabs": "^1.1.0",
|
70
|
-
"@radix-ui/react-toast": "^1.2.1",
|
71
|
-
"@radix-ui/react-tooltip": "^1.1.1",
|
72
|
-
"@radix-ui/themes": "^3.1.1",
|
73
|
-
"@stitches/core": "^1.2.8",
|
74
|
-
"@stitches/react": "^1.2.8",
|
75
|
-
"@storybook/addon-a11y": "^8.0.10",
|
76
|
-
"@storybook/addons": "^7.6.17",
|
77
|
-
"chart.js": "^4.4.4",
|
78
|
-
"chartjs-plugin-datalabels": "^2.2.0",
|
79
|
-
"class-variance-authority": "^0.7.0",
|
80
|
-
"clsx": "^2.1.0",
|
81
|
-
"cross-env": "^7.0.3",
|
82
|
-
"dotenv": "^16.4.5",
|
83
|
-
"lucide-react": "^0.364.0",
|
84
|
-
"next": "14.1.4",
|
85
|
-
"react": "^18",
|
86
|
-
"react-chartjs-2": "^5.2.0",
|
87
|
-
"react-dom": "^18",
|
88
|
-
"react-tabs": "^6.0.2",
|
89
|
-
"storybook-addon-deep-controls": "^0.7.1",
|
90
|
-
"storybook-dark-mode": "^4.0.2",
|
91
|
-
"tailwind-merge": "^2.2.2"
|
92
|
-
},
|
93
|
-
"devDependencies": {
|
94
|
-
"@babel/cli": "^7.24.7",
|
95
|
-
"@babel/core": "^7.24.7",
|
96
|
-
"@babel/plugin-transform-runtime": "^7.24.7",
|
97
|
-
"@babel/preset-env": "^7.25.4",
|
98
|
-
"@babel/preset-react": "^7.24.7",
|
99
|
-
"@babel/preset-typescript": "^7.24.7",
|
100
|
-
"@chromatic-com/storybook": "^1.2.25",
|
101
|
-
"@storybook/addon-essentials": "^8.0.4",
|
102
|
-
"@storybook/addon-interactions": "^8.0.4",
|
103
|
-
"@storybook/addon-links": "^8.0.4",
|
104
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
105
|
-
"@storybook/blocks": "^8.0.4",
|
106
|
-
"@storybook/nextjs": "^8.0.4",
|
107
|
-
"@storybook/react": "^8.0.4",
|
108
|
-
"@storybook/test": "^8.0.4",
|
109
|
-
"@storybook/theming": "^8.2.4",
|
110
|
-
"@types/node": "^20",
|
111
|
-
"@types/react": "^18",
|
112
|
-
"@types/react-dom": "^18",
|
113
|
-
"autoprefixer": "^10.0.1",
|
114
|
-
"chromatic": "^11.5.4",
|
115
|
-
"eslint": "^8",
|
116
|
-
"eslint-config-next": "14.1.4",
|
117
|
-
"eslint-plugin-storybook": "^0.8.0",
|
118
|
-
"postcss": "^8",
|
119
|
-
"rimraf": "^6.0.1",
|
120
|
-
"storybook": "^8.2.6",
|
121
|
-
"tailwindcss": "^3.3.0",
|
122
|
-
"tsc-alias": "^1.8.10",
|
123
|
-
"typescript": "^5"
|
124
|
-
}
|
125
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@lotte-innovate/ui-component-test",
|
3
|
+
"description": "Lotte UI Library",
|
4
|
+
"version": "0.0.37",
|
5
|
+
"private": false,
|
6
|
+
"type": "module",
|
7
|
+
"files": [
|
8
|
+
"dist/lib",
|
9
|
+
"dist/tailwind.config.d.ts",
|
10
|
+
"dist/tailwind.config.js",
|
11
|
+
"dist/styles.css"
|
12
|
+
],
|
13
|
+
"main": "dist/lib/index.js",
|
14
|
+
"module": "dist/lib/index.js",
|
15
|
+
"types": "dist/lib/index.d.ts",
|
16
|
+
"publishConfig": {
|
17
|
+
"access": "public"
|
18
|
+
},
|
19
|
+
"browser": "./browser/specific/main.js",
|
20
|
+
"babel": {
|
21
|
+
"presets": [
|
22
|
+
"@babel/preset-react",
|
23
|
+
"@babel/preset-env"
|
24
|
+
]
|
25
|
+
},
|
26
|
+
"browserslist": {
|
27
|
+
"production": [
|
28
|
+
">0.2%",
|
29
|
+
"not dead",
|
30
|
+
"not op_mini all"
|
31
|
+
],
|
32
|
+
"development": [
|
33
|
+
"last 1 chrome version",
|
34
|
+
"last 1 firefox version",
|
35
|
+
"last 1 safari version"
|
36
|
+
]
|
37
|
+
},
|
38
|
+
"scripts": {
|
39
|
+
"dev": "next dev",
|
40
|
+
"build": "next build && tsc",
|
41
|
+
"prepare": "next build",
|
42
|
+
"start": "next start",
|
43
|
+
"lint": "next lint",
|
44
|
+
"storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
|
45
|
+
"build-storybook": "storybook build",
|
46
|
+
"publish:npm": "rimraf dist && mkdir dist && tsc && tsc-alias && copy src\\styles.css dist\\styles.css",
|
47
|
+
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
|
48
|
+
},
|
49
|
+
"dependencies": {
|
50
|
+
"@babel/runtime": "^7.24.7",
|
51
|
+
"@babel/runtime-corejs3": "^7.24.7",
|
52
|
+
"@lotte-innovate/ui-component-test": "^0.0.30",
|
53
|
+
"@radix-ui/colors": "^3.0.0",
|
54
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
55
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
56
|
+
"@radix-ui/react-dialog": "^1.1.1",
|
57
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
58
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
59
|
+
"@radix-ui/react-icons": "^1.3.0",
|
60
|
+
"@radix-ui/react-label": "^2.1.0",
|
61
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
62
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
63
|
+
"@radix-ui/react-popover": "1.0.7",
|
64
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
65
|
+
"@radix-ui/react-select": "^2.1.1",
|
66
|
+
"@radix-ui/react-separator": "^1.1.0",
|
67
|
+
"@radix-ui/react-slider": "^1.2.0",
|
68
|
+
"@radix-ui/react-switch": "^1.1.0",
|
69
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
70
|
+
"@radix-ui/react-toast": "^1.2.1",
|
71
|
+
"@radix-ui/react-tooltip": "^1.1.1",
|
72
|
+
"@radix-ui/themes": "^3.1.1",
|
73
|
+
"@stitches/core": "^1.2.8",
|
74
|
+
"@stitches/react": "^1.2.8",
|
75
|
+
"@storybook/addon-a11y": "^8.0.10",
|
76
|
+
"@storybook/addons": "^7.6.17",
|
77
|
+
"chart.js": "^4.4.4",
|
78
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
79
|
+
"class-variance-authority": "^0.7.0",
|
80
|
+
"clsx": "^2.1.0",
|
81
|
+
"cross-env": "^7.0.3",
|
82
|
+
"dotenv": "^16.4.5",
|
83
|
+
"lucide-react": "^0.364.0",
|
84
|
+
"next": "14.1.4",
|
85
|
+
"react": "^18",
|
86
|
+
"react-chartjs-2": "^5.2.0",
|
87
|
+
"react-dom": "^18",
|
88
|
+
"react-tabs": "^6.0.2",
|
89
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
90
|
+
"storybook-dark-mode": "^4.0.2",
|
91
|
+
"tailwind-merge": "^2.2.2"
|
92
|
+
},
|
93
|
+
"devDependencies": {
|
94
|
+
"@babel/cli": "^7.24.7",
|
95
|
+
"@babel/core": "^7.24.7",
|
96
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
97
|
+
"@babel/preset-env": "^7.25.4",
|
98
|
+
"@babel/preset-react": "^7.24.7",
|
99
|
+
"@babel/preset-typescript": "^7.24.7",
|
100
|
+
"@chromatic-com/storybook": "^1.2.25",
|
101
|
+
"@storybook/addon-essentials": "^8.0.4",
|
102
|
+
"@storybook/addon-interactions": "^8.0.4",
|
103
|
+
"@storybook/addon-links": "^8.0.4",
|
104
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
105
|
+
"@storybook/blocks": "^8.0.4",
|
106
|
+
"@storybook/nextjs": "^8.0.4",
|
107
|
+
"@storybook/react": "^8.0.4",
|
108
|
+
"@storybook/test": "^8.0.4",
|
109
|
+
"@storybook/theming": "^8.2.4",
|
110
|
+
"@types/node": "^20",
|
111
|
+
"@types/react": "^18",
|
112
|
+
"@types/react-dom": "^18",
|
113
|
+
"autoprefixer": "^10.0.1",
|
114
|
+
"chromatic": "^11.5.4",
|
115
|
+
"eslint": "^8",
|
116
|
+
"eslint-config-next": "14.1.4",
|
117
|
+
"eslint-plugin-storybook": "^0.8.0",
|
118
|
+
"postcss": "^8",
|
119
|
+
"rimraf": "^6.0.1",
|
120
|
+
"storybook": "^8.2.6",
|
121
|
+
"tailwindcss": "^3.3.0",
|
122
|
+
"tsc-alias": "^1.8.10",
|
123
|
+
"typescript": "^5"
|
124
|
+
}
|
125
|
+
}
|
@@ -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';
|