@vkzstudio/muza-ui 1.0.44 → 1.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Accordion/Accordion.stories.d.ts.map +1 -1
- package/dist/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/components/Card/Card.d.ts +63 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/Card.js +67 -0
- package/dist/components/Card/Card.stories.d.ts +13 -0
- package/dist/components/Card/Card.stories.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +2 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.d.ts +140 -0
- package/dist/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.js +241 -0
- package/dist/components/Carousel/Carousel.stories.d.ts +13 -0
- package/dist/components/Carousel/Carousel.stories.d.ts.map +1 -0
- package/dist/components/Carousel/index.d.ts +2 -0
- package/dist/components/Carousel/index.d.ts.map +1 -0
- package/dist/components/DataTable/DataTable.d.ts +14 -5
- package/dist/components/DataTable/DataTable.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.js +39 -39
- package/dist/components/DataTable/DataTable.stories.d.ts.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +38 -7
- package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +165 -163
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +3 -17
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -1
- package/dist/components/EdgeButton/EdgeButton.stories.d.ts.map +1 -1
- package/dist/components/ExpandableTable/ExpandableTable.d.ts +30 -11
- package/dist/components/ExpandableTable/ExpandableTable.d.ts.map +1 -1
- package/dist/components/ExpandableTable/ExpandableTable.js +100 -111
- package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts +3 -1
- package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts.map +1 -1
- package/dist/components/FileUpload/FileItem.d.ts +6 -0
- package/dist/components/FileUpload/FileItem.d.ts.map +1 -1
- package/dist/components/FileUpload/FileItem.js +38 -41
- package/dist/components/FileUpload/FileUpload.d.ts +32 -0
- package/dist/components/FileUpload/FileUpload.d.ts.map +1 -1
- package/dist/components/FileUpload/FileUpload.js +87 -83
- package/dist/components/FileUpload/FileUpload.stories.d.ts +1 -0
- package/dist/components/FileUpload/FileUpload.stories.d.ts.map +1 -1
- package/dist/components/Flex/Flex.d.ts +373 -2
- package/dist/components/Flex/Flex.d.ts.map +1 -1
- package/dist/components/Flex/Flex.js +61 -63
- package/dist/components/Flex/Flex.stories.d.ts.map +1 -1
- package/dist/components/Icons/CustomBadges.d.ts +14 -0
- package/dist/components/Icons/CustomBadges.d.ts.map +1 -0
- package/dist/components/Icons/CustomBadges.js +334 -0
- package/dist/components/Icons/CustomIcons.d.ts +24 -0
- package/dist/components/Icons/CustomIcons.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.js +88 -42
- package/dist/components/Icons/CustomLogos.d.ts +29 -0
- package/dist/components/Icons/CustomLogos.d.ts.map +1 -0
- package/dist/components/Icons/CustomLogos.js +593 -0
- package/dist/components/Icons/Icons.stories.d.ts.map +1 -1
- package/dist/components/Icons/LogosAndBadges.stories.d.ts +7 -0
- package/dist/components/Icons/LogosAndBadges.stories.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +2 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts +24 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts.map +1 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.js +71 -52
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts +2 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +18 -17
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts.map +1 -1
- package/dist/components/MuzaUIProvider/MuzaUIProvider.stories.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.js +1 -1
- package/dist/components/Pagination/Pagination.stories.d.ts.map +1 -1
- package/dist/components/Progress/Progress.d.ts +49 -0
- package/dist/components/Progress/Progress.d.ts.map +1 -0
- package/dist/components/Progress/Progress.js +64 -0
- package/dist/components/Progress/Progress.stories.d.ts +13 -0
- package/dist/components/Progress/Progress.stories.d.ts.map +1 -0
- package/dist/components/Progress/index.d.ts +2 -0
- package/dist/components/Progress/index.d.ts.map +1 -0
- package/dist/components/Reorderable/Reorderable.stories.d.ts.map +1 -1
- package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.d.ts +266 -0
- package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.d.ts.map +1 -0
- package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.examples.d.ts +39 -0
- package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.examples.d.ts.map +1 -0
- package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.js +134 -0
- package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.stories.d.ts +14 -0
- package/dist/components/ResponsiveLayoutTable/ResponsiveLayoutTable.stories.d.ts.map +1 -0
- package/dist/components/ResponsiveLayoutTable/index.d.ts +2 -0
- package/dist/components/ResponsiveLayoutTable/index.d.ts.map +1 -0
- package/dist/components/Select/Select.d.ts +20 -7
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Select/Select.js +123 -92
- package/dist/components/Select/Select.stories.d.ts +1 -0
- package/dist/components/Select/Select.stories.d.ts.map +1 -1
- package/dist/components/Select/utils.d.ts +1 -0
- package/dist/components/Select/utils.d.ts.map +1 -1
- package/dist/components/Select/utils.js +5 -2
- package/dist/components/Sheet/Sheet.d.ts +89 -0
- package/dist/components/Sheet/Sheet.d.ts.map +1 -0
- package/dist/components/Sheet/Sheet.js +189 -0
- package/dist/components/Sheet/Sheet.stories.d.ts +20 -0
- package/dist/components/Sheet/Sheet.stories.d.ts.map +1 -0
- package/dist/components/Sheet/index.d.ts +2 -0
- package/dist/components/Sheet/index.d.ts.map +1 -0
- package/dist/components/Slider/Slider.d.ts +65 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/Slider.js +134 -0
- package/dist/components/Slider/Slider.stories.d.ts +12 -0
- package/dist/components/Slider/Slider.stories.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts +2 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/TextEditor/TextEditor.stories.d.ts.map +1 -1
- package/dist/components/Toggle/Toggle.js +1 -1
- package/dist/components/ToggleCheckButton/ToggleCheckButton.d.ts +69 -0
- package/dist/components/ToggleCheckButton/ToggleCheckButton.d.ts.map +1 -0
- package/dist/components/ToggleCheckButton/ToggleCheckButton.js +64 -0
- package/dist/components/ToggleCheckButton/ToggleCheckButton.stories.d.ts +8 -0
- package/dist/components/ToggleCheckButton/ToggleCheckButton.stories.d.ts.map +1 -0
- package/dist/components/ToggleCheckButton/index.d.ts +2 -0
- package/dist/components/ToggleCheckButton/index.d.ts.map +1 -0
- package/dist/components/Typography/Typography.stories.d.ts.map +1 -1
- package/dist/components/WebCheckoutNav/WebCheckoutNav.examples.d.ts +19 -0
- package/dist/components/WebCheckoutNav/WebCheckoutNav.examples.d.ts.map +1 -0
- package/dist/components/WebCheckoutNav/WebCheckoutNav.stories.d.ts +8 -0
- package/dist/components/WebCheckoutNav/WebCheckoutNav.stories.d.ts.map +1 -0
- package/dist/components/index.d.ts +7 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/globals.css +1 -0
- package/dist/hooks/use-is-breakpoint.d.ts +11 -0
- package/dist/hooks/use-is-breakpoint.d.ts.map +1 -1
- package/dist/hooks/use-is-breakpoint.js +24 -13
- package/dist/index.js +316 -262
- package/dist/muza-ui.css +1 -1
- package/dist/styles/primitives.css +5 -1
- package/dist/styles/token-colors.css +221 -12
- package/dist/styles/token-sizes.css +636 -267
- package/dist/styles/typography.css +36 -7
- package/dist/translations/locales/cs.d.ts.map +1 -1
- package/dist/translations/locales/cs.js +17 -0
- package/dist/translations/locales/en.d.ts.map +1 -1
- package/dist/translations/locales/en.js +17 -0
- package/dist/translations/locales/sk.d.ts.map +1 -1
- package/dist/translations/locales/sk.js +19 -2
- package/dist/translations/types.d.ts +42 -0
- package/dist/translations/types.d.ts.map +1 -1
- package/dist/utils/cn.d.ts.map +1 -1
- package/dist/utils/cn.js +24 -7
- package/package.json +6 -3
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as t, jsxs as h } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import { cva as u } from "class-variance-authority";
|
|
4
|
-
import { cn as
|
|
5
|
-
import { typographyVariants as y, Typography as
|
|
6
|
-
const
|
|
4
|
+
import { cn as a } from "../../utils/cn.js";
|
|
5
|
+
import { typographyVariants as y, Typography as x } from "../Typography/Typography.js";
|
|
6
|
+
const g = u(
|
|
7
7
|
"h-comp-table-h-def border-y border-stroke-base-secondary px-2xl transition-colors",
|
|
8
8
|
{
|
|
9
9
|
variants: {
|
|
@@ -24,28 +24,28 @@ const v = u(
|
|
|
24
24
|
}
|
|
25
25
|
), K = ({
|
|
26
26
|
data: p,
|
|
27
|
-
columns:
|
|
27
|
+
columns: n,
|
|
28
28
|
showHeader: m = !0,
|
|
29
29
|
className: c,
|
|
30
30
|
variant: f = "default",
|
|
31
|
-
disabled:
|
|
32
|
-
onRowClick:
|
|
31
|
+
disabled: i = !1,
|
|
32
|
+
onRowClick: s,
|
|
33
33
|
...b
|
|
34
34
|
}) => {
|
|
35
|
-
const
|
|
36
|
-
return /* @__PURE__ */
|
|
35
|
+
const l = !!s && !i;
|
|
36
|
+
return /* @__PURE__ */ t("div", { className: "w-full overflow-x-auto overflow-y-hidden", children: /* @__PURE__ */ h(
|
|
37
37
|
"table",
|
|
38
38
|
{
|
|
39
|
-
className:
|
|
39
|
+
className: a(
|
|
40
40
|
"-my-md w-full border-separate border-spacing-y-md",
|
|
41
41
|
c
|
|
42
42
|
),
|
|
43
43
|
...b,
|
|
44
44
|
children: [
|
|
45
|
-
m && /* @__PURE__ */
|
|
45
|
+
m && /* @__PURE__ */ t("thead", { children: /* @__PURE__ */ t("tr", { children: n.map((e, d) => /* @__PURE__ */ t(
|
|
46
46
|
"th",
|
|
47
47
|
{
|
|
48
|
-
className:
|
|
48
|
+
className: a(
|
|
49
49
|
y({
|
|
50
50
|
size: "sm",
|
|
51
51
|
uppercase: !0,
|
|
@@ -54,56 +54,56 @@ const v = u(
|
|
|
54
54
|
}),
|
|
55
55
|
"px-comp-table-p text-left text-text-dark-secondary",
|
|
56
56
|
{
|
|
57
|
-
"text-text-dark-disabled":
|
|
57
|
+
"text-text-dark-disabled": i
|
|
58
58
|
},
|
|
59
|
-
|
|
59
|
+
e.className
|
|
60
60
|
),
|
|
61
|
-
children:
|
|
61
|
+
children: e.title
|
|
62
62
|
},
|
|
63
|
-
|
|
63
|
+
d
|
|
64
64
|
)) }) }),
|
|
65
|
-
/* @__PURE__ */
|
|
65
|
+
/* @__PURE__ */ t("tbody", { children: p.map((e, d) => /* @__PURE__ */ t(
|
|
66
66
|
"tr",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
69
|
-
onClick:
|
|
70
|
-
children:
|
|
68
|
+
className: a("group", l && "cursor-pointer"),
|
|
69
|
+
onClick: l ? () => s == null ? void 0 : s(e, d) : void 0,
|
|
70
|
+
children: n.map((r, o) => /* @__PURE__ */ t(
|
|
71
71
|
"td",
|
|
72
72
|
{
|
|
73
|
-
className:
|
|
74
|
-
|
|
73
|
+
className: a(
|
|
74
|
+
g({
|
|
75
75
|
variant: f,
|
|
76
|
-
position: o === 0 ? "first" : o ===
|
|
76
|
+
position: o === 0 ? "first" : o === n.length - 1 ? "last" : "middle"
|
|
77
77
|
}),
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
l && "group-focus-within:border-icon-brand-focus group-hover:border-icon-brand-hover",
|
|
79
|
+
r.className
|
|
80
80
|
),
|
|
81
|
-
children:
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
) : /* @__PURE__ */
|
|
87
|
-
|
|
81
|
+
children: r.render ? r.render(
|
|
82
|
+
e[r.dataKey],
|
|
83
|
+
e,
|
|
84
|
+
d,
|
|
85
|
+
i
|
|
86
|
+
) : /* @__PURE__ */ t(
|
|
87
|
+
x,
|
|
88
88
|
{
|
|
89
89
|
variant: "body",
|
|
90
90
|
size: "base",
|
|
91
91
|
weight: "medium",
|
|
92
92
|
component: "span",
|
|
93
93
|
fixY: !0,
|
|
94
|
-
className:
|
|
95
|
-
"line-clamp-1":
|
|
96
|
-
"line-clamp-2":
|
|
97
|
-
"text-text-dark-disabled":
|
|
94
|
+
className: a({
|
|
95
|
+
"line-clamp-1": r.lineClamp === !0 || r.lineClamp === 1,
|
|
96
|
+
"line-clamp-2": r.lineClamp === 2,
|
|
97
|
+
"text-text-dark-disabled": i
|
|
98
98
|
}),
|
|
99
|
-
children:
|
|
99
|
+
children: e[r.dataKey]
|
|
100
100
|
}
|
|
101
101
|
)
|
|
102
102
|
},
|
|
103
103
|
o
|
|
104
104
|
))
|
|
105
105
|
},
|
|
106
|
-
|
|
106
|
+
e.id
|
|
107
107
|
)) })
|
|
108
108
|
]
|
|
109
109
|
}
|
|
@@ -111,5 +111,5 @@ const v = u(
|
|
|
111
111
|
};
|
|
112
112
|
export {
|
|
113
113
|
K as DataTable,
|
|
114
|
-
|
|
114
|
+
g as dataTableCellVariants
|
|
115
115
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.stories.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAQ3D,QAAA,MAAM,IAAI,EAAE,IAkDX,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAA;
|
|
1
|
+
{"version":3,"file":"DataTable.stories.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAQ3D,QAAA,MAAM,IAAI,EAAE,IAkDX,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAA;AA+FrB,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAA;AAaD,eAAO,MAAM,WAAW,EAAE,KAazB,CAAA;AA0CD,eAAO,MAAM,iBAAiB,EAAE,KAa/B,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAgB1B,CAAA;AAUD,eAAO,MAAM,kBAAkB,EAAE,KAwIhC,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAwJ1B,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAgB1B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KActB,CAAA;AAED,eAAO,MAAM,oBAAoB,EAAE,KAclC,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAqEzB,CAAA"}
|
|
@@ -44,8 +44,22 @@ export interface DropdownMenuContentProps extends React.ComponentProps<typeof Dr
|
|
|
44
44
|
}
|
|
45
45
|
/** Props for DropdownMenuCheckboxItem. Extends Radix CheckboxItem with IDropdownItem. */
|
|
46
46
|
export type DropdownMenuCheckboxItemProps = React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem> & IDropdownItem;
|
|
47
|
-
/**
|
|
48
|
-
|
|
47
|
+
/**
|
|
48
|
+
* Props for DropdownMenuRadioGroup. Manages single-selection state across child DropdownMenuRadioItems.
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* const [position, setPosition] = useState('bottom')
|
|
52
|
+
* <DropdownMenuRadioGroup value={position} onValueChange={setPosition}>
|
|
53
|
+
* <DropdownMenuRadioItem value="top">Top</DropdownMenuRadioItem>
|
|
54
|
+
* <DropdownMenuRadioItem value="bottom">Bottom</DropdownMenuRadioItem>
|
|
55
|
+
* </DropdownMenuRadioGroup>
|
|
56
|
+
*/
|
|
57
|
+
export interface DropdownMenuRadioGroupProps extends React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup> {
|
|
58
|
+
/** Currently selected value. Matches the `value` of the active DropdownMenuRadioItem. */
|
|
59
|
+
value?: string;
|
|
60
|
+
/** Fires when a radio item is selected. Receives the newly selected `value`. */
|
|
61
|
+
onValueChange?: (value: string) => void;
|
|
62
|
+
}
|
|
49
63
|
/** Props for DropdownMenuRadioItem. Radio button for single selection within a RadioGroup. */
|
|
50
64
|
export type DropdownMenuRadioItemProps = React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem> & IDropdownItem;
|
|
51
65
|
/** Props for DropdownMenuSeparator. Visual divider between menu sections. */
|
|
@@ -67,21 +81,38 @@ export interface IDropdownItem {
|
|
|
67
81
|
icon?: React.ReactNode;
|
|
68
82
|
/** Highlights the item as currently active/selected with brand color. */
|
|
69
83
|
isActive?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Secondary text displayed below the main label, creating a two-line item layout.
|
|
86
|
+
*
|
|
87
|
+
* @example
|
|
88
|
+
* <DropdownMenuItem icon={<SettingsBold />} description="Configure application preferences">
|
|
89
|
+
* Settings
|
|
90
|
+
* </DropdownMenuItem>
|
|
91
|
+
*/
|
|
92
|
+
description?: React.ReactNode;
|
|
70
93
|
}
|
|
71
94
|
/** Props for DropdownMenuItem. Standard clickable item with optional icon. Extends Radix Item with IDropdownItem. */
|
|
72
95
|
export type DropdownMenuItemProps = React.ComponentProps<typeof DropdownMenuPrimitive.Item> & IDropdownItem;
|
|
73
96
|
/**
|
|
74
|
-
* Props for DropdownMenuButtonItem. Menu item rendered as a Button
|
|
75
|
-
* Pass `buttonProps` to configure the inner Button.
|
|
97
|
+
* Props for DropdownMenuButtonItem. Menu item rendered as a Button for more prominent actions
|
|
98
|
+
* such as upgrade or sign-up calls-to-action inside the menu. Pass `buttonProps` to configure the inner Button.
|
|
99
|
+
*
|
|
100
|
+
* @example
|
|
101
|
+
* <DropdownMenuButtonItem buttonProps={{ variant: 'primary', size: 'sm', icon: <CrownBold /> }}>
|
|
102
|
+
* Upgrade plan
|
|
103
|
+
* </DropdownMenuButtonItem>
|
|
76
104
|
*/
|
|
77
105
|
export type DropdownMenuButtonItemProps = React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
78
|
-
/**
|
|
106
|
+
/**
|
|
107
|
+
* Props forwarded to the inner Button component. Controls variant, size, icon, ghost, and any other Button configuration.
|
|
108
|
+
* @see ButtonProps
|
|
109
|
+
*/
|
|
79
110
|
buttonProps: ButtonProps;
|
|
80
111
|
};
|
|
81
112
|
/** Standard clickable menu item with optional icon and variant styling. */
|
|
82
|
-
declare const DropdownMenuItem: ({ className, variant, children, icon, disabled, isActive, ...props }: DropdownMenuItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
113
|
+
declare const DropdownMenuItem: ({ className, variant, children, icon, disabled, isActive, description, ...props }: DropdownMenuItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
83
114
|
declare const DropdownMenuButtonItem: ({ children, buttonProps, className, ...props }: DropdownMenuButtonItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
84
|
-
declare const DropdownMenuCheckboxItem: ({ className, children, checked, variant, icon, ...props }: DropdownMenuCheckboxItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
115
|
+
declare const DropdownMenuCheckboxItem: ({ className, children, checked, variant, icon, description, ...props }: DropdownMenuCheckboxItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
85
116
|
declare const DropdownMenuRadioGroup: ({ value, onValueChange, ...props }: DropdownMenuRadioGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
86
117
|
declare const DropdownMenuRadioItem: React.ForwardRefExoticComponent<Omit<DropdownMenuRadioItemProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
87
118
|
declare const DropdownMenuSeparator: ({ className, ...props }: DropdownMenuSeparatorProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAA;AAGtE,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAA;
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"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"}
|