@lotte-innovate/ui-component-test 0.0.37 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/globals.css +261147 -0
- 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 +127 -125
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/styles.css +0 -27469
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import React, { Children, forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
@@ -49,11 +50,8 @@ export var IconScaling = {
|
|
49
50
|
};
|
50
51
|
export var ToggleWithText = forwardRef(function (_a, ref) {
|
51
52
|
var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'medium' : _b, scaling = _a.scaling, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, text = _a.text, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance", "text"]);
|
52
|
-
return (
|
53
|
-
|
54
|
-
|
55
|
-
})}
|
56
|
-
{text}
|
57
|
-
</TogglePrimitive.Root>);
|
53
|
+
return (_jsxs(TogglePrimitive.Root, __assign({ ref: ref, className: cn(toggleWithTextVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: [Children.map(children, function (child) {
|
54
|
+
return React.cloneElement(child, { className: IconScaling[size] });
|
55
|
+
}), text] })));
|
58
56
|
});
|
59
57
|
ToggleWithText.displayName = 'ToggleWithText';
|
@@ -8,7 +8,7 @@ export interface ToggleProps extends VariantProps<typeof toggleVariants> {
|
|
8
8
|
appearance?: IAppearance;
|
9
9
|
}
|
10
10
|
declare const toggleVariants: (props?: ({
|
11
|
-
radius?: "
|
11
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
12
12
|
size?: "small" | "medium" | "large" | null | undefined;
|
13
13
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
14
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React, { Children, forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
@@ -49,11 +50,9 @@ export var IconScaling = {
|
|
49
50
|
};
|
50
51
|
export var Toggle = forwardRef(function (_a, ref) {
|
51
52
|
var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'medium' : _b, scaling = _a.scaling, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance"]);
|
52
|
-
return (
|
53
|
-
{Children.map(children, function (child) {
|
53
|
+
return (_jsx(TogglePrimitive.Root, __assign({ ref: ref, className: cn(toggleVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: Children.map(children, function (child) {
|
54
54
|
return React.cloneElement(child, { className: IconScaling[size] });
|
55
|
-
})}
|
56
|
-
</TogglePrimitive.Root>);
|
55
|
+
}) })));
|
57
56
|
});
|
58
57
|
Toggle.displayName = 'Toggle';
|
59
58
|
export default Toggle;
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { scalingVariants } from '../../../lib/constants';
|
@@ -36,11 +37,7 @@ var toggleVariants = cva('inline-flex', {
|
|
36
37
|
});
|
37
38
|
export var ToggleGroup = forwardRef(function (_a, ref) {
|
38
39
|
var className = _a.className, children = _a.children, defaultValue = _a.defaultValue, value = _a.value, type = _a.type, onValueChange = _a.onValueChange, scaling = _a.scaling, props = __rest(_a, ["className", "children", "defaultValue", "value", "type", "onValueChange", "scaling"]);
|
39
|
-
return type === 'single' ? (
|
40
|
-
{children}
|
41
|
-
</ToggleGroupPrimitive.Root>) : (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
|
42
|
-
{children}
|
43
|
-
</ToggleGroupPrimitive.Root>);
|
40
|
+
return type === 'single' ? (_jsx(ToggleGroupPrimitive.Root, __assign({ ref: ref, type: type, value: value, defaultValue: defaultValue, className: cn(toggleVariants({ scaling: scaling }), className) }, props, { children: children }))) : (_jsx(ToggleGroupPrimitive.Root, __assign({ ref: ref, type: type, value: value, defaultValue: defaultValue, className: cn(toggleVariants({ scaling: scaling }), className) }, props, { children: children })));
|
44
41
|
});
|
45
42
|
ToggleGroup.displayName = 'ToggleGroup';
|
46
43
|
export default ToggleGroup;
|
@@ -1,3 +1,14 @@
|
|
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
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
12
24
|
import React, { Children, forwardRef } from 'react';
|
13
25
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
14
26
|
import { cva } from 'class-variance-authority';
|
@@ -33,10 +45,8 @@ export var IconScaling = {
|
|
33
45
|
};
|
34
46
|
export var ToggleGroupItem = forwardRef(function (_a, ref) {
|
35
47
|
var className = _a.className, children = _a.children, value = _a.value, _b = _a.size, size = _b === void 0 ? 'medium' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, props = __rest(_a, ["className", "children", "value", "size", "color", "appearance"]);
|
36
|
-
return (
|
37
|
-
{Children.map(children, function (child) {
|
48
|
+
return (_jsx(ToggleGroupPrimitive.Item, __assign({ ref: ref, value: value, className: cn(toggleGroupItemVariants({ size: size }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: Children.map(children, function (child) {
|
38
49
|
return React.cloneElement(child, { className: IconScaling[size] });
|
39
|
-
})}
|
40
|
-
</ToggleGroupPrimitive.Item>);
|
50
|
+
}) })));
|
41
51
|
});
|
42
52
|
ToggleGroupItem.displayName = 'ToggleGroupItem';
|
@@ -6,7 +6,7 @@ export interface ToggleSwitchProps extends VariantProps<typeof toggleSwitchVaria
|
|
6
6
|
}
|
7
7
|
declare const toggleSwitchVariants: (props?: ({
|
8
8
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
9
|
-
radius?: "
|
9
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
10
10
|
size?: "small" | "medium" | "large" | null | undefined;
|
11
11
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
12
|
export declare const ToggleSwitch: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & ToggleSwitchProps & React.RefAttributes<HTMLButtonElement>>;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { cn } from '../../../lib/utils/utils';
|
@@ -64,12 +65,7 @@ export var ToggleSwitch = React.forwardRef(function (_a, forwardedRef) {
|
|
64
65
|
sizeTheme = '1';
|
65
66
|
if (size === 'large')
|
66
67
|
sizeTheme = '3';
|
67
|
-
return (
|
68
|
-
<Text as="label" className={cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling }))}>
|
69
|
-
<SwitchTheme ref={forwardedRef} {...switchProps} variant={appearance} radius={radius} size={sizeTheme} color={color} className={cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className)}></SwitchTheme>
|
70
|
-
{children}
|
71
|
-
</Text>
|
72
|
-
</Theme>);
|
68
|
+
return (_jsx(Theme, { className: "flex", accentColor: color, hasBackground: false, children: _jsxs(Text, { as: "label", className: cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling })), children: [_jsx(SwitchTheme, __assign({ ref: forwardedRef }, switchProps, { variant: appearance, radius: radius, size: sizeTheme, color: color, className: cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className) })), children] }) }));
|
73
69
|
});
|
74
70
|
ToggleSwitch.displayName = 'ToggleSwitch';
|
75
71
|
export default ToggleSwitch;
|
@@ -11,9 +11,9 @@ export interface TooltipProps extends React.InputHTMLAttributes<HTMLInputElement
|
|
11
11
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
12
12
|
}
|
13
13
|
declare const tooltipVariants: (props?: ({
|
14
|
-
scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "
|
15
|
-
weight?: "
|
16
|
-
radius?: "
|
14
|
+
scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | "map" | "filter" | "fill" | "values" | "toString" | "pop" | "push" | "join" | "reverse" | "shift" | "sort" | "splice" | "unshift" | "every" | "some" | "forEach" | "reduce" | "reduceRight" | "find" | "findIndex" | "copyWithin" | "entries" | "keys" | "flatMap" | "flat" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | null | undefined;
|
15
|
+
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
16
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
17
17
|
color?: string | null | undefined;
|
18
18
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
19
19
|
export declare const Tooltip: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipProps & TooltipProps & React.RefAttributes<never>>;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
// your-tooltip.jsx
|
24
25
|
import React from 'react';
|
25
26
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
@@ -43,16 +44,6 @@ export var Tooltip = React.forwardRef(function (_a) {
|
|
43
44
|
var arrowColor = color
|
44
45
|
? "fill-".concat(color, "-9 dark:fill-").concat(color, "Dark-9")
|
45
46
|
: 'fill-slate-12 dark:fill-slateDark-12';
|
46
|
-
return (
|
47
|
-
<TooltipPrimitive.Root open={open} defaultOpen={defaultOpen} onOpenChange={onOpenChange}>
|
48
|
-
<TooltipPrimitive.Trigger className="cursor-pointer text-slate-12 dark:text-slateDark-12" asChild>
|
49
|
-
{children}
|
50
|
-
</TooltipPrimitive.Trigger>
|
51
|
-
<TooltipPrimitive.Content align="center" {...props} side={side} className={cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className)} sideOffset={5}>
|
52
|
-
{content}
|
53
|
-
<TooltipPrimitive.Arrow width={11} height={5} className={arrowColor}/>
|
54
|
-
</TooltipPrimitive.Content>
|
55
|
-
</TooltipPrimitive.Root>
|
56
|
-
</TooltipPrimitive.Provider>);
|
47
|
+
return (_jsx(TooltipPrimitive.Provider, { children: _jsxs(TooltipPrimitive.Root, { open: open, defaultOpen: defaultOpen, onOpenChange: onOpenChange, children: [_jsx(TooltipPrimitive.Trigger, { className: "cursor-pointer text-slate-12 dark:text-slateDark-12", asChild: true, children: children }), _jsxs(TooltipPrimitive.Content, __assign({ align: "center" }, props, { side: side, className: cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className), sideOffset: 5, children: [content, _jsx(TooltipPrimitive.Arrow, { width: 11, height: 5, className: arrowColor })] }))] }) }));
|
57
48
|
});
|
58
49
|
Tooltip.displayName = TooltipPrimitive.Root.displayName;
|
package/dist/tailwind.config.js
CHANGED
@@ -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}',
|
69
67
|
'./src/app/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
68
|
+
'./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,127 @@
|
|
1
|
-
{
|
2
|
-
"name": "@lotte-innovate/ui-component-test",
|
3
|
-
"description": "Lotte UI Library",
|
4
|
-
"version": "0.
|
5
|
-
"private": false,
|
6
|
-
"type": "module",
|
7
|
-
"files": [
|
8
|
-
"dist/lib",
|
9
|
-
"dist/tailwind.config.d.ts",
|
10
|
-
"dist/tailwind.config.js",
|
11
|
-
"dist/
|
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
|
-
"
|
47
|
-
"
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
"@
|
53
|
-
"@
|
54
|
-
"@
|
55
|
-
"@radix-ui/
|
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
|
-
"@
|
75
|
-
"@
|
76
|
-
"@
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"
|
80
|
-
"
|
81
|
-
"
|
82
|
-
"
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"react": "^
|
86
|
-
"
|
87
|
-
"react
|
88
|
-
"react-
|
89
|
-
"
|
90
|
-
"
|
91
|
-
"
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
"@babel/
|
97
|
-
"@babel/
|
98
|
-
"@babel/
|
99
|
-
"@babel/preset-
|
100
|
-
"@
|
101
|
-
"@
|
102
|
-
"@storybook
|
103
|
-
"@storybook/addon-
|
104
|
-
"@storybook/addon-
|
105
|
-
"@storybook/
|
106
|
-
"@storybook/
|
107
|
-
"@storybook/
|
108
|
-
"@storybook/
|
109
|
-
"@storybook/
|
110
|
-
"@
|
111
|
-
"@
|
112
|
-
"@types/
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"
|
116
|
-
"
|
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.1",
|
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
|
+
],
|
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
|
+
"move-files": "mv dist/src/lib dist/lib && rimraf dist/src",
|
47
|
+
"build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css",
|
48
|
+
"publish:npm": "rimraf dist && mkdir dist && tsc && npm run move-files && npm run build:css && tsc-alias && node update-tailwind-import.js",
|
49
|
+
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
|
50
|
+
},
|
51
|
+
"dependencies": {
|
52
|
+
"@babel/runtime": "^7.24.7",
|
53
|
+
"@babel/runtime-corejs3": "^7.24.7",
|
54
|
+
"@lotte-innovate/ui-component-test": "^0.0.30",
|
55
|
+
"@radix-ui/colors": "^3.0.0",
|
56
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
57
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
58
|
+
"@radix-ui/react-dialog": "^1.1.1",
|
59
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
60
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
61
|
+
"@radix-ui/react-icons": "^1.3.0",
|
62
|
+
"@radix-ui/react-label": "^2.1.0",
|
63
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
64
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
65
|
+
"@radix-ui/react-popover": "1.0.7",
|
66
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
67
|
+
"@radix-ui/react-select": "^2.1.1",
|
68
|
+
"@radix-ui/react-separator": "^1.1.0",
|
69
|
+
"@radix-ui/react-slider": "^1.2.0",
|
70
|
+
"@radix-ui/react-switch": "^1.1.0",
|
71
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
72
|
+
"@radix-ui/react-toast": "^1.2.1",
|
73
|
+
"@radix-ui/react-tooltip": "^1.1.1",
|
74
|
+
"@radix-ui/themes": "^3.1.1",
|
75
|
+
"@stitches/core": "^1.2.8",
|
76
|
+
"@stitches/react": "^1.2.8",
|
77
|
+
"@storybook/addon-a11y": "^8.0.10",
|
78
|
+
"@storybook/addons": "^7.6.17",
|
79
|
+
"chart.js": "^4.4.4",
|
80
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
81
|
+
"class-variance-authority": "^0.7.0",
|
82
|
+
"clsx": "^2.1.0",
|
83
|
+
"cross-env": "^7.0.3",
|
84
|
+
"dotenv": "^16.4.5",
|
85
|
+
"lucide-react": "^0.364.0",
|
86
|
+
"next": "14.1.4",
|
87
|
+
"react": "^18",
|
88
|
+
"react-chartjs-2": "^5.2.0",
|
89
|
+
"react-dom": "^18",
|
90
|
+
"react-tabs": "^6.0.2",
|
91
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
92
|
+
"storybook-dark-mode": "^4.0.2",
|
93
|
+
"tailwind-merge": "^2.2.2"
|
94
|
+
},
|
95
|
+
"devDependencies": {
|
96
|
+
"@babel/cli": "^7.24.7",
|
97
|
+
"@babel/core": "^7.24.7",
|
98
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
99
|
+
"@babel/preset-env": "^7.25.4",
|
100
|
+
"@babel/preset-react": "^7.24.7",
|
101
|
+
"@babel/preset-typescript": "^7.24.7",
|
102
|
+
"@chromatic-com/storybook": "^1.2.25",
|
103
|
+
"@storybook/addon-essentials": "^8.0.4",
|
104
|
+
"@storybook/addon-interactions": "^8.0.4",
|
105
|
+
"@storybook/addon-links": "^8.0.4",
|
106
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
107
|
+
"@storybook/blocks": "^8.0.4",
|
108
|
+
"@storybook/nextjs": "^8.0.4",
|
109
|
+
"@storybook/react": "^8.0.4",
|
110
|
+
"@storybook/test": "^8.0.4",
|
111
|
+
"@storybook/theming": "^8.2.4",
|
112
|
+
"@types/node": "^20",
|
113
|
+
"@types/react": "^18",
|
114
|
+
"@types/react-dom": "^18",
|
115
|
+
"autoprefixer": "^10.0.1",
|
116
|
+
"chromatic": "^11.5.4",
|
117
|
+
"eslint": "^8",
|
118
|
+
"eslint-config-next": "14.1.4",
|
119
|
+
"eslint-plugin-storybook": "^0.8.0",
|
120
|
+
"postcss": "^8",
|
121
|
+
"rimraf": "^6.0.1",
|
122
|
+
"storybook": "^8.2.6",
|
123
|
+
"tailwindcss": "^3.3.0",
|
124
|
+
"tsc-alias": "^1.8.10",
|
125
|
+
"typescript": "^5"
|
126
|
+
}
|
127
|
+
}
|
@@ -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';
|