@raystack/apsara 0.28.0 → 0.29.0
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/container/container.cjs +3 -0
- package/dist/container/container.cjs.map +1 -1
- package/dist/container/container.d.ts +3 -0
- package/dist/container/container.d.ts.map +1 -1
- package/dist/container/container.js +3 -0
- package/dist/container/container.js.map +1 -1
- package/dist/image/image.cjs +6 -0
- package/dist/image/image.cjs.map +1 -1
- package/dist/image/image.d.ts +6 -0
- package/dist/image/image.d.ts.map +1 -1
- package/dist/image/image.js +6 -0
- package/dist/image/image.js.map +1 -1
- package/dist/link/link.cjs +3 -0
- package/dist/link/link.cjs.map +1 -1
- package/dist/link/link.d.ts +3 -0
- package/dist/link/link.d.ts.map +1 -1
- package/dist/link/link.js +3 -0
- package/dist/link/link.js.map +1 -1
- package/dist/separator/separator.cjs +3 -0
- package/dist/separator/separator.cjs.map +1 -1
- package/dist/separator/separator.d.ts +3 -0
- package/dist/separator/separator.d.ts.map +1 -1
- package/dist/separator/separator.js +3 -0
- package/dist/separator/separator.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/table/DataTableFilterChips.cjs.map +1 -1
- package/dist/table/DataTableFilterChips.js.map +1 -1
- package/dist/toggle-group/togglegroup.cjs +3 -3
- package/dist/toggle-group/togglegroup.cjs.map +1 -1
- package/dist/toggle-group/togglegroup.d.ts +5 -5
- package/dist/toggle-group/togglegroup.js +3 -3
- package/dist/toggle-group/togglegroup.js.map +1 -1
- package/dist/v1/components/box/box.cjs +3 -3
- package/dist/v1/components/box/box.cjs.map +1 -1
- package/dist/v1/components/box/box.d.ts +7 -2
- package/dist/v1/components/box/box.d.ts.map +1 -1
- package/dist/v1/components/box/box.js +3 -3
- package/dist/v1/components/box/box.js.map +1 -1
- package/dist/v1/components/calendar/calendar.cjs +6 -6
- package/dist/v1/components/calendar/calendar.cjs.map +1 -1
- package/dist/v1/components/calendar/calendar.d.ts.map +1 -1
- package/dist/v1/components/calendar/calendar.js +6 -6
- package/dist/v1/components/calendar/calendar.js.map +1 -1
- package/dist/v1/components/calendar/calendar.module.css.cjs +1 -1
- package/dist/v1/components/calendar/calendar.module.css.js +1 -1
- package/dist/v1/components/calendar/date-picker.cjs +6 -6
- package/dist/v1/components/calendar/date-picker.cjs.map +1 -1
- package/dist/v1/components/calendar/date-picker.d.ts +3 -2
- package/dist/v1/components/calendar/date-picker.d.ts.map +1 -1
- package/dist/v1/components/calendar/date-picker.js +6 -6
- package/dist/v1/components/calendar/date-picker.js.map +1 -1
- package/dist/v1/components/calendar/range-picker.cjs +6 -6
- package/dist/v1/components/calendar/range-picker.cjs.map +1 -1
- package/dist/v1/components/calendar/range-picker.d.ts +3 -2
- package/dist/v1/components/calendar/range-picker.d.ts.map +1 -1
- package/dist/v1/components/calendar/range-picker.js +6 -6
- package/dist/v1/components/calendar/range-picker.js.map +1 -1
- package/dist/v1/components/callout/callout.cjs +1 -1
- package/dist/v1/components/callout/callout.cjs.map +1 -1
- package/dist/v1/components/callout/callout.d.ts +1 -1
- package/dist/v1/components/callout/callout.d.ts.map +1 -1
- package/dist/v1/components/callout/callout.js +1 -1
- package/dist/v1/components/callout/callout.js.map +1 -1
- package/dist/v1/components/container/container.cjs +31 -0
- package/dist/v1/components/container/container.cjs.map +1 -0
- package/dist/v1/components/container/container.d.ts +13 -0
- package/dist/v1/components/container/container.d.ts.map +1 -0
- package/dist/v1/components/container/container.js +29 -0
- package/dist/v1/components/container/container.js.map +1 -0
- package/dist/v1/components/container/container.module.css.cjs +8 -0
- package/dist/v1/components/container/container.module.css.cjs.map +1 -0
- package/dist/v1/components/container/container.module.css.js +4 -0
- package/dist/v1/components/container/container.module.css.js.map +1 -0
- package/dist/v1/components/container/index.d.ts +2 -0
- package/dist/v1/components/container/index.d.ts.map +1 -0
- package/dist/v1/components/filter-chip/filter-chip.cjs +53 -0
- package/dist/v1/components/filter-chip/filter-chip.cjs.map +1 -0
- package/dist/v1/components/filter-chip/filter-chip.d.ts +24 -0
- package/dist/v1/components/filter-chip/filter-chip.d.ts.map +1 -0
- package/dist/v1/components/filter-chip/filter-chip.js +51 -0
- package/dist/v1/components/filter-chip/filter-chip.js.map +1 -0
- package/dist/v1/components/filter-chip/filter-chip.module.css.cjs +8 -0
- package/dist/v1/components/filter-chip/filter-chip.module.css.cjs.map +1 -0
- package/dist/v1/components/filter-chip/filter-chip.module.css.js +4 -0
- package/dist/v1/components/filter-chip/filter-chip.module.css.js.map +1 -0
- package/dist/v1/components/filter-chip/index.d.ts +2 -0
- package/dist/v1/components/filter-chip/index.d.ts.map +1 -0
- package/dist/v1/components/image/image.cjs +43 -0
- package/dist/v1/components/image/image.cjs.map +1 -0
- package/dist/v1/components/image/image.d.ts +17 -0
- package/dist/v1/components/image/image.d.ts.map +1 -0
- package/dist/v1/components/image/image.js +41 -0
- package/dist/v1/components/image/image.js.map +1 -0
- package/dist/v1/components/image/image.module.css.cjs +8 -0
- package/dist/v1/components/image/image.module.css.cjs.map +1 -0
- package/dist/v1/components/image/image.module.css.js +4 -0
- package/dist/v1/components/image/image.module.css.js.map +1 -0
- package/dist/v1/components/image/index.d.ts +2 -0
- package/dist/v1/components/image/index.d.ts.map +1 -0
- package/dist/v1/components/input-field/input-field.cjs.map +1 -1
- package/dist/v1/components/input-field/input-field.d.ts.map +1 -1
- package/dist/v1/components/input-field/input-field.js.map +1 -1
- package/dist/v1/components/link/index.d.ts +2 -0
- package/dist/v1/components/link/index.d.ts.map +1 -0
- package/dist/v1/components/link/link.cjs +74 -0
- package/dist/v1/components/link/link.cjs.map +1 -0
- package/dist/v1/components/link/link.d.ts +18 -0
- package/dist/v1/components/link/link.d.ts.map +1 -0
- package/dist/v1/components/link/link.js +72 -0
- package/dist/v1/components/link/link.js.map +1 -0
- package/dist/v1/components/link/link.module.css.cjs +8 -0
- package/dist/v1/components/link/link.module.css.cjs.map +1 -0
- package/dist/v1/components/link/link.module.css.js +4 -0
- package/dist/v1/components/link/link.module.css.js.map +1 -0
- package/dist/v1/components/list/index.d.ts +2 -0
- package/dist/v1/components/list/index.d.ts.map +1 -0
- package/dist/v1/components/list/list.cjs +42 -0
- package/dist/v1/components/list/list.cjs.map +1 -0
- package/dist/v1/components/list/list.d.ts +44 -0
- package/dist/v1/components/list/list.d.ts.map +1 -0
- package/dist/v1/components/list/list.js +40 -0
- package/dist/v1/components/list/list.js.map +1 -0
- package/dist/v1/components/list/list.module.css.cjs +8 -0
- package/dist/v1/components/list/list.module.css.cjs.map +1 -0
- package/dist/v1/components/list/list.module.css.js +4 -0
- package/dist/v1/components/list/list.module.css.js.map +1 -0
- package/dist/v1/components/popover/popover.cjs +1 -1
- package/dist/v1/components/popover/popover.cjs.map +1 -1
- package/dist/v1/components/popover/popover.d.ts.map +1 -1
- package/dist/v1/components/popover/popover.js +1 -1
- package/dist/v1/components/popover/popover.js.map +1 -1
- package/dist/v1/components/search/search.cjs.map +1 -1
- package/dist/v1/components/search/search.d.ts.map +1 -1
- package/dist/v1/components/search/search.js.map +1 -1
- package/dist/v1/components/select/select.cjs +6 -1
- package/dist/v1/components/select/select.cjs.map +1 -1
- package/dist/v1/components/select/select.d.ts +1 -0
- package/dist/v1/components/select/select.d.ts.map +1 -1
- package/dist/v1/components/select/select.js +6 -1
- package/dist/v1/components/select/select.js.map +1 -1
- package/dist/v1/components/select/select.module.css.cjs +1 -1
- package/dist/v1/components/select/select.module.css.js +1 -1
- package/dist/v1/components/separator/index.d.ts +2 -0
- package/dist/v1/components/separator/index.d.ts.map +1 -0
- package/dist/v1/components/separator/separator.cjs +32 -0
- package/dist/v1/components/separator/separator.cjs.map +1 -0
- package/dist/v1/components/separator/separator.d.ts +13 -0
- package/dist/v1/components/separator/separator.d.ts.map +1 -0
- package/dist/v1/components/separator/separator.js +30 -0
- package/dist/v1/components/separator/separator.js.map +1 -0
- package/dist/v1/components/separator/separator.module.css.cjs +8 -0
- package/dist/v1/components/separator/separator.module.css.cjs.map +1 -0
- package/dist/v1/components/separator/separator.module.css.js +4 -0
- package/dist/v1/components/separator/separator.module.css.js.map +1 -0
- package/dist/v1/components/sidepanel/sidepanel.cjs.map +1 -1
- package/dist/v1/components/sidepanel/sidepanel.d.ts +1 -1
- package/dist/v1/components/sidepanel/sidepanel.d.ts.map +1 -1
- package/dist/v1/components/sidepanel/sidepanel.js.map +1 -1
- package/dist/v1/components/slider/slider.cjs +2 -2
- package/dist/v1/components/slider/slider.cjs.map +1 -1
- package/dist/v1/components/slider/slider.d.ts +2 -2
- package/dist/v1/components/slider/slider.d.ts.map +1 -1
- package/dist/v1/components/slider/slider.js +2 -2
- package/dist/v1/components/slider/slider.js.map +1 -1
- package/dist/v1/components/text/text.cjs.map +1 -1
- package/dist/v1/components/text/text.d.ts.map +1 -1
- package/dist/v1/components/text/text.js +33 -33
- package/dist/v1/components/text/text.js.map +1 -1
- package/dist/v1/components/text/text.module.css.cjs +2 -2
- package/dist/v1/components/text/text.module.css.js +2 -2
- package/dist/v1/components/text-area/text-area.cjs +1 -1
- package/dist/v1/components/text-area/text-area.cjs.map +1 -1
- package/dist/v1/components/text-area/text-area.d.ts +1 -1
- package/dist/v1/components/text-area/text-area.d.ts.map +1 -1
- package/dist/v1/components/text-area/text-area.js +1 -1
- package/dist/v1/components/text-area/text-area.js.map +1 -1
- package/dist/v1/components/textfield/textfield.cjs.map +1 -1
- package/dist/v1/components/textfield/textfield.d.ts.map +1 -1
- package/dist/v1/components/textfield/textfield.js.map +1 -1
- package/dist/v1/components/tooltip/tooltip.cjs.map +1 -1
- package/dist/v1/components/tooltip/tooltip.d.ts +1 -1
- package/dist/v1/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/v1/components/tooltip/tooltip.js.map +1 -1
- package/dist/v1/index.cjs +20 -8
- package/dist/v1/index.cjs.map +1 -1
- package/dist/v1/index.d.ts +10 -4
- package/dist/v1/index.d.ts.map +1 -1
- package/dist/v1/index.js +10 -4
- package/dist/v1/index.js.map +1 -1
- package/dist/v1/node_modules/.pnpm/@radix-ui_react-icons@1.3.0_react@18.2.0/node_modules/@radix-ui/react-icons/dist/react-icons.esm.cjs +23 -0
- package/dist/v1/node_modules/.pnpm/@radix-ui_react-icons@1.3.0_react@18.2.0/node_modules/@radix-ui/react-icons/dist/react-icons.esm.cjs.map +1 -1
- package/dist/v1/node_modules/.pnpm/@radix-ui_react-icons@1.3.0_react@18.2.0/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js +23 -1
- package/dist/v1/node_modules/.pnpm/@radix-ui_react-icons@1.3.0_react@18.2.0/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js.map +1 -1
- package/dist/v1/node_modules/.pnpm/@radix-ui_react-separator@1.0.3_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3._na4co26slzimf5qojej32hgyjm/node_modules/@radix-ui/react-separator/dist/index.cjs +51 -0
- package/dist/v1/node_modules/.pnpm/@radix-ui_react-separator@1.0.3_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3._na4co26slzimf5qojej32hgyjm/node_modules/@radix-ui/react-separator/dist/index.cjs.map +1 -0
- package/dist/v1/node_modules/.pnpm/@radix-ui_react-separator@1.0.3_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3._na4co26slzimf5qojej32hgyjm/node_modules/@radix-ui/react-separator/dist/index.js +48 -0
- package/dist/v1/node_modules/.pnpm/@radix-ui_react-separator@1.0.3_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3._na4co26slzimf5qojej32hgyjm/node_modules/@radix-ui/react-separator/dist/index.js.map +1 -0
- package/dist/v1/style.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.cjs');
|
|
4
|
+
var index = require('../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs');
|
|
5
|
+
var list_module = require('./list.module.css.cjs');
|
|
6
|
+
|
|
7
|
+
const list = index.cva(list_module.default.list);
|
|
8
|
+
const listItem = index.cva(list_module.default["list-item"]);
|
|
9
|
+
const label = index.cva(list_module.default.label);
|
|
10
|
+
const value = index.cva(list_module.default.value);
|
|
11
|
+
const header = index.cva(list_module.default.header);
|
|
12
|
+
const headerText = index.cva(list_module.default["header-text"]);
|
|
13
|
+
const ListRoot = ({ children, className, maxWidth, style, ...props }) => {
|
|
14
|
+
return (jsxRuntime.jsxRuntimeExports.jsx("ul", { className: list({ className }), style: { maxWidth, ...style }, role: "list", "aria-label": props['aria-label'] || "List", ...props, children: children }));
|
|
15
|
+
};
|
|
16
|
+
const ListItem = ({ children, className, ...props }) => {
|
|
17
|
+
return (jsxRuntime.jsxRuntimeExports.jsx("li", { className: listItem({ className }), role: "listitem", ...props, children: children }));
|
|
18
|
+
};
|
|
19
|
+
const ListLabel = ({ children, minWidth, className, style, ...props }) => {
|
|
20
|
+
return (jsxRuntime.jsxRuntimeExports.jsx("span", { className: label({ className }), style: { minWidth, ...style }, ...props, children: children }));
|
|
21
|
+
};
|
|
22
|
+
const ListValue = ({ children, className, ...props }) => {
|
|
23
|
+
return (jsxRuntime.jsxRuntimeExports.jsx("span", { className: value({ className }), ...props, children: children }));
|
|
24
|
+
};
|
|
25
|
+
const ListHeader = ({ children, className, ...props }) => {
|
|
26
|
+
return (jsxRuntime.jsxRuntimeExports.jsx("div", { className: header({ className }), role: "heading", "aria-level": 3, ...props, children: jsxRuntime.jsxRuntimeExports.jsx("span", { className: headerText(), children: children }) }));
|
|
27
|
+
};
|
|
28
|
+
const List = {
|
|
29
|
+
Root: ListRoot,
|
|
30
|
+
Header: ListHeader,
|
|
31
|
+
Item: ListItem,
|
|
32
|
+
Label: ListLabel,
|
|
33
|
+
Value: ListValue,
|
|
34
|
+
};
|
|
35
|
+
ListRoot.displayName = "List";
|
|
36
|
+
ListHeader.displayName = "ListHeader";
|
|
37
|
+
ListItem.displayName = "ListItem";
|
|
38
|
+
ListLabel.displayName = "ListLabel";
|
|
39
|
+
ListValue.displayName = "ListValue";
|
|
40
|
+
|
|
41
|
+
exports.List = List;
|
|
42
|
+
//# sourceMappingURL=list.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.cjs","sources":["../../../../v1/components/list/list.tsx"],"sourcesContent":["import { cva, type VariantProps } from \"class-variance-authority\";\nimport { ComponentPropsWithoutRef, ReactNode } from \"react\";\nimport styles from \"./list.module.css\";\n\nconst list = cva(styles.list);\nconst listItem = cva(styles[\"list-item\"]);\nconst label = cva(styles.label);\nconst value = cva(styles.value);\nconst header = cva(styles.header);\nconst headerText = cva(styles[\"header-text\"]);\n\ninterface ListRootProps extends ComponentPropsWithoutRef<\"ul\">, VariantProps<typeof list> {\n children: ReactNode;\n maxWidth?: string | number;\n}\n\ninterface ListItemProps extends ComponentPropsWithoutRef<\"li\"> {\n children: ReactNode;\n}\n\ninterface ListLabelProps extends ComponentPropsWithoutRef<\"span\"> {\n minWidth?: string;\n children: ReactNode;\n}\n\ninterface ListValueProps extends ComponentPropsWithoutRef<\"span\"> {\n children: ReactNode;\n}\n\ninterface ListHeaderProps extends ComponentPropsWithoutRef<\"div\"> {\n children: ReactNode;\n}\n\nconst ListRoot = ({ children, className, maxWidth, style, ...props }: ListRootProps) => {\n return (\n <ul \n className={list({ className })} \n style={{ maxWidth, ...style }} \n role=\"list\"\n aria-label={props['aria-label'] || \"List\"}\n {...props}\n >\n {children}\n </ul>\n );\n};\n\nconst ListItem = ({ children, className, ...props }: ListItemProps) => {\n return (\n <li \n className={listItem({ className })} \n role=\"listitem\"\n {...props}\n >\n {children}\n </li>\n );\n};\n\nconst ListLabel = ({ \n children, \n minWidth,\n className,\n style,\n ...props \n}: ListLabelProps) => {\n return (\n <span \n className={label({ className })} \n style={{ minWidth, ...style }}\n {...props}\n >\n {children}\n </span>\n );\n};\n\nconst ListValue = ({ \n children,\n className,\n ...props \n}: ListValueProps) => {\n return (\n <span className={value({ className })} {...props}>\n {children}\n </span>\n );\n};\n\nconst ListHeader = ({ children, className, ...props }: ListHeaderProps) => {\n return (\n <div \n className={header({ className })} \n role=\"heading\"\n aria-level={3}\n {...props}\n >\n <span className={headerText()}>{children}</span>\n </div>\n );\n};\n\nexport const List = {\n Root: ListRoot,\n Header: ListHeader,\n Item: ListItem,\n Label: ListLabel,\n Value: ListValue,\n};\n\nListRoot.displayName = \"List\";\nListHeader.displayName = \"ListHeader\";\nListItem.displayName = \"ListItem\";\nListLabel.displayName = \"ListLabel\";\nListValue.displayName = \"ListValue\";"],"names":["cva","styles","_jsx"],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { type VariantProps } from "class-variance-authority";
|
|
2
|
+
import { ComponentPropsWithoutRef, ReactNode } from "react";
|
|
3
|
+
declare const list: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
4
|
+
interface ListRootProps extends ComponentPropsWithoutRef<"ul">, VariantProps<typeof list> {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
maxWidth?: string | number;
|
|
7
|
+
}
|
|
8
|
+
interface ListItemProps extends ComponentPropsWithoutRef<"li"> {
|
|
9
|
+
children: ReactNode;
|
|
10
|
+
}
|
|
11
|
+
interface ListLabelProps extends ComponentPropsWithoutRef<"span"> {
|
|
12
|
+
minWidth?: string;
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}
|
|
15
|
+
interface ListValueProps extends ComponentPropsWithoutRef<"span"> {
|
|
16
|
+
children: ReactNode;
|
|
17
|
+
}
|
|
18
|
+
interface ListHeaderProps extends ComponentPropsWithoutRef<"div"> {
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
}
|
|
21
|
+
export declare const List: {
|
|
22
|
+
Root: {
|
|
23
|
+
({ children, className, maxWidth, style, ...props }: ListRootProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
displayName: string;
|
|
25
|
+
};
|
|
26
|
+
Header: {
|
|
27
|
+
({ children, className, ...props }: ListHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
displayName: string;
|
|
29
|
+
};
|
|
30
|
+
Item: {
|
|
31
|
+
({ children, className, ...props }: ListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
displayName: string;
|
|
33
|
+
};
|
|
34
|
+
Label: {
|
|
35
|
+
({ children, minWidth, className, style, ...props }: ListLabelProps): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
displayName: string;
|
|
37
|
+
};
|
|
38
|
+
Value: {
|
|
39
|
+
({ children, className, ...props }: ListValueProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
displayName: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export {};
|
|
44
|
+
//# sourceMappingURL=list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../v1/components/list/list.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG5D,QAAA,MAAM,IAAI,yFAAmB,CAAC;AAO9B,UAAU,aAAc,SAAQ,wBAAwB,CAAC,IAAI,CAAC,EAAE,YAAY,CAAC,OAAO,IAAI,CAAC;IACvF,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAED,UAAU,aAAc,SAAQ,wBAAwB,CAAC,IAAI,CAAC;IAC5D,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,UAAU,cAAe,SAAQ,wBAAwB,CAAC,MAAM,CAAC;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,UAAU,cAAe,SAAQ,wBAAwB,CAAC,MAAM,CAAC;IAC/D,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,UAAU,eAAgB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IAC/D,QAAQ,EAAE,SAAS,CAAC;CACrB;AAuED,eAAO,MAAM,IAAI;;6DArEqD,aAAa;;;;4CAwD5B,eAAe;;;;4CA1CjB,aAAa;;;;6DAkB/D,cAAc;;;;4CAgBd,cAAc;;;CA2BhB,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { j as jsxRuntimeExports } from '../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js';
|
|
2
|
+
import { cva } from '../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js';
|
|
3
|
+
import styles from './list.module.css.js';
|
|
4
|
+
|
|
5
|
+
const list = cva(styles.list);
|
|
6
|
+
const listItem = cva(styles["list-item"]);
|
|
7
|
+
const label = cva(styles.label);
|
|
8
|
+
const value = cva(styles.value);
|
|
9
|
+
const header = cva(styles.header);
|
|
10
|
+
const headerText = cva(styles["header-text"]);
|
|
11
|
+
const ListRoot = ({ children, className, maxWidth, style, ...props }) => {
|
|
12
|
+
return (jsxRuntimeExports.jsx("ul", { className: list({ className }), style: { maxWidth, ...style }, role: "list", "aria-label": props['aria-label'] || "List", ...props, children: children }));
|
|
13
|
+
};
|
|
14
|
+
const ListItem = ({ children, className, ...props }) => {
|
|
15
|
+
return (jsxRuntimeExports.jsx("li", { className: listItem({ className }), role: "listitem", ...props, children: children }));
|
|
16
|
+
};
|
|
17
|
+
const ListLabel = ({ children, minWidth, className, style, ...props }) => {
|
|
18
|
+
return (jsxRuntimeExports.jsx("span", { className: label({ className }), style: { minWidth, ...style }, ...props, children: children }));
|
|
19
|
+
};
|
|
20
|
+
const ListValue = ({ children, className, ...props }) => {
|
|
21
|
+
return (jsxRuntimeExports.jsx("span", { className: value({ className }), ...props, children: children }));
|
|
22
|
+
};
|
|
23
|
+
const ListHeader = ({ children, className, ...props }) => {
|
|
24
|
+
return (jsxRuntimeExports.jsx("div", { className: header({ className }), role: "heading", "aria-level": 3, ...props, children: jsxRuntimeExports.jsx("span", { className: headerText(), children: children }) }));
|
|
25
|
+
};
|
|
26
|
+
const List = {
|
|
27
|
+
Root: ListRoot,
|
|
28
|
+
Header: ListHeader,
|
|
29
|
+
Item: ListItem,
|
|
30
|
+
Label: ListLabel,
|
|
31
|
+
Value: ListValue,
|
|
32
|
+
};
|
|
33
|
+
ListRoot.displayName = "List";
|
|
34
|
+
ListHeader.displayName = "ListHeader";
|
|
35
|
+
ListItem.displayName = "ListItem";
|
|
36
|
+
ListLabel.displayName = "ListLabel";
|
|
37
|
+
ListValue.displayName = "ListValue";
|
|
38
|
+
|
|
39
|
+
export { List };
|
|
40
|
+
//# sourceMappingURL=list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.js","sources":["../../../../v1/components/list/list.tsx"],"sourcesContent":["import { cva, type VariantProps } from \"class-variance-authority\";\nimport { ComponentPropsWithoutRef, ReactNode } from \"react\";\nimport styles from \"./list.module.css\";\n\nconst list = cva(styles.list);\nconst listItem = cva(styles[\"list-item\"]);\nconst label = cva(styles.label);\nconst value = cva(styles.value);\nconst header = cva(styles.header);\nconst headerText = cva(styles[\"header-text\"]);\n\ninterface ListRootProps extends ComponentPropsWithoutRef<\"ul\">, VariantProps<typeof list> {\n children: ReactNode;\n maxWidth?: string | number;\n}\n\ninterface ListItemProps extends ComponentPropsWithoutRef<\"li\"> {\n children: ReactNode;\n}\n\ninterface ListLabelProps extends ComponentPropsWithoutRef<\"span\"> {\n minWidth?: string;\n children: ReactNode;\n}\n\ninterface ListValueProps extends ComponentPropsWithoutRef<\"span\"> {\n children: ReactNode;\n}\n\ninterface ListHeaderProps extends ComponentPropsWithoutRef<\"div\"> {\n children: ReactNode;\n}\n\nconst ListRoot = ({ children, className, maxWidth, style, ...props }: ListRootProps) => {\n return (\n <ul \n className={list({ className })} \n style={{ maxWidth, ...style }} \n role=\"list\"\n aria-label={props['aria-label'] || \"List\"}\n {...props}\n >\n {children}\n </ul>\n );\n};\n\nconst ListItem = ({ children, className, ...props }: ListItemProps) => {\n return (\n <li \n className={listItem({ className })} \n role=\"listitem\"\n {...props}\n >\n {children}\n </li>\n );\n};\n\nconst ListLabel = ({ \n children, \n minWidth,\n className,\n style,\n ...props \n}: ListLabelProps) => {\n return (\n <span \n className={label({ className })} \n style={{ minWidth, ...style }}\n {...props}\n >\n {children}\n </span>\n );\n};\n\nconst ListValue = ({ \n children,\n className,\n ...props \n}: ListValueProps) => {\n return (\n <span className={value({ className })} {...props}>\n {children}\n </span>\n );\n};\n\nconst ListHeader = ({ children, className, ...props }: ListHeaderProps) => {\n return (\n <div \n className={header({ className })} \n role=\"heading\"\n aria-level={3}\n {...props}\n >\n <span className={headerText()}>{children}</span>\n </div>\n );\n};\n\nexport const List = {\n Root: ListRoot,\n Header: ListHeader,\n Item: ListItem,\n Label: ListLabel,\n Value: ListValue,\n};\n\nListRoot.displayName = \"List\";\nListHeader.displayName = \"ListHeader\";\nListItem.displayName = \"ListItem\";\nListLabel.displayName = \"ListLabel\";\nListValue.displayName = \"ListValue\";"],"names":["_jsx"],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var styles = {"list":"list-module_list__Dlx6o","header":"list-module_header__HPAOq","header-text":"list-module_header-text__o1Mfm","list-item":"list-module_list-item__gHfi-","label":"list-module_label__8R5bV","value":"list-module_value__THQvU","header___text":"list-module_header-text__o1Mfm","list___item":"list-module_list-item__gHfi-"};
|
|
6
|
+
|
|
7
|
+
exports.default = styles;
|
|
8
|
+
//# sourceMappingURL=list.module.css.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var styles = {"list":"list-module_list__Dlx6o","header":"list-module_header__HPAOq","header-text":"list-module_header-text__o1Mfm","list-item":"list-module_list-item__gHfi-","label":"list-module_label__8R5bV","value":"list-module_value__THQvU","header___text":"list-module_header-text__o1Mfm","list___item":"list-module_list-item__gHfi-"};
|
|
2
|
+
|
|
3
|
+
export { styles as default };
|
|
4
|
+
//# sourceMappingURL=list.module.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var jsxRuntime = require('../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.cjs');
|
|
4
4
|
var index = require('../../node_modules/.pnpm/@radix-ui_react-popover@1.0.6_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-popover/dist/index.cjs');
|
|
5
|
+
var index$1 = require('../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs');
|
|
5
6
|
var React = require('react');
|
|
6
7
|
var popover_module = require('./popover.module.css.cjs');
|
|
7
|
-
var index$1 = require('../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs');
|
|
8
8
|
|
|
9
9
|
const popoverContent = index$1.cva(popover_module.default.popover);
|
|
10
10
|
const PopoverContent = React.forwardRef(({ className, align = "center", sideOffset = 4, ...props }, ref) => (jsxRuntime.jsxRuntimeExports.jsx(index.Portal, { children: jsxRuntime.jsxRuntimeExports.jsx(index.Content, { ref: ref, align: align, sideOffset: sideOffset, className: popoverContent({ className }), ...props }) })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.cjs","sources":["../../../../v1/components/popover/popover.tsx"],"sourcesContent":["import * as PopoverPrimitive from \"@radix-ui/react-popover\";\nimport
|
|
1
|
+
{"version":3,"file":"popover.cjs","sources":["../../../../v1/components/popover/popover.tsx"],"sourcesContent":["import * as PopoverPrimitive from \"@radix-ui/react-popover\";\nimport { cva } from \"class-variance-authority\";\nimport React from \"react\";\n\nimport styles from \"./popover.module.css\";\n\nconst popoverContent = cva(styles.popover);\n\nconst PopoverContent = React.forwardRef<\n React.ElementRef<typeof PopoverPrimitive.Content>,\n React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>\n>(({ className, align = \"center\", sideOffset = 4, ...props }, ref) => (\n <PopoverPrimitive.Portal>\n <PopoverPrimitive.Content\n ref={ref}\n align={align}\n sideOffset={sideOffset}\n className={popoverContent({ className })}\n {...props}\n />\n </PopoverPrimitive.Portal>\n));\nPopoverContent.displayName = PopoverPrimitive.Content.displayName;\n\nexport const Popover = Object.assign(PopoverPrimitive.Root, {\n Trigger: PopoverPrimitive.Trigger,\n Close: PopoverPrimitive.Close,\n Content: PopoverContent,\n});\n"],"names":["cva","styles","_jsx","PopoverPrimitive.Portal","PopoverPrimitive.Content","PopoverPrimitive.Root","PopoverPrimitive.Trigger","PopoverPrimitive.Close"],"mappings":";;;;;;;;AAMA,MAAM,cAAc,GAAGA,WAAG,CAACC,sBAAM,CAAC,OAAO,CAAC,CAAC;AAE3C,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAGrC,CAAC,EAAE,SAAS,EAAE,KAAK,GAAG,QAAQ,EAAE,UAAU,GAAG,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,MAC/DC,gCAAA,CAACC,YAAuB,EACtB,EAAA,QAAA,EAAAD,gCAAA,CAACE,aAAwB,EAAA,EACvB,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,EACZ,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,cAAc,CAAC,EAAE,SAAS,EAAE,CAAC,EAAA,GACpC,KAAK,EAAA,CACT,EACsB,CAAA,CAC3B,CAAC,CAAC;AACH,cAAc,CAAC,WAAW,GAAGA,aAAwB,CAAC,WAAW,CAAC;AAErD,MAAA,OAAO,GAAG,MAAM,CAAC,MAAM,CAACC,UAAqB,EAAE;IAC1D,OAAO,EAAEC,aAAwB;IACjC,KAAK,EAAEC,WAAsB;AAC7B,IAAA,OAAO,EAAE,cAAc;AACxB,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../v1/components/popover/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../v1/components/popover/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,eAAO,MAAM,OAAO;;;;CAIlB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { j as jsxRuntimeExports } from '../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js';
|
|
2
2
|
import { Portal as $cb5cc270b50c6fcd$export$602eac185826482c, Content as $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2, Root as $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9, Trigger as $cb5cc270b50c6fcd$export$41fb9f06171c75f4, Close as $cb5cc270b50c6fcd$export$f39c2d165cd861fe } from '../../node_modules/.pnpm/@radix-ui_react-popover@1.0.6_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-popover/dist/index.js';
|
|
3
|
+
import { cva } from '../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js';
|
|
3
4
|
import React__default from 'react';
|
|
4
5
|
import styles from './popover.module.css.js';
|
|
5
|
-
import { cva } from '../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js';
|
|
6
6
|
|
|
7
7
|
const popoverContent = cva(styles.popover);
|
|
8
8
|
const PopoverContent = React__default.forwardRef(({ className, align = "center", sideOffset = 4, ...props }, ref) => (jsxRuntimeExports.jsx($cb5cc270b50c6fcd$export$602eac185826482c, { children: jsxRuntimeExports.jsx($cb5cc270b50c6fcd$export$7c6e2c02157bb7d2, { ref: ref, align: align, sideOffset: sideOffset, className: popoverContent({ className }), ...props }) })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.js","sources":["../../../../v1/components/popover/popover.tsx"],"sourcesContent":["import * as PopoverPrimitive from \"@radix-ui/react-popover\";\nimport
|
|
1
|
+
{"version":3,"file":"popover.js","sources":["../../../../v1/components/popover/popover.tsx"],"sourcesContent":["import * as PopoverPrimitive from \"@radix-ui/react-popover\";\nimport { cva } from \"class-variance-authority\";\nimport React from \"react\";\n\nimport styles from \"./popover.module.css\";\n\nconst popoverContent = cva(styles.popover);\n\nconst PopoverContent = React.forwardRef<\n React.ElementRef<typeof PopoverPrimitive.Content>,\n React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>\n>(({ className, align = \"center\", sideOffset = 4, ...props }, ref) => (\n <PopoverPrimitive.Portal>\n <PopoverPrimitive.Content\n ref={ref}\n align={align}\n sideOffset={sideOffset}\n className={popoverContent({ className })}\n {...props}\n />\n </PopoverPrimitive.Portal>\n));\nPopoverContent.displayName = PopoverPrimitive.Content.displayName;\n\nexport const Popover = Object.assign(PopoverPrimitive.Root, {\n Trigger: PopoverPrimitive.Trigger,\n Close: PopoverPrimitive.Close,\n Content: PopoverContent,\n});\n"],"names":["React","_jsx","PopoverPrimitive.Portal","PopoverPrimitive.Content","PopoverPrimitive.Root","PopoverPrimitive.Trigger","PopoverPrimitive.Close"],"mappings":";;;;;;AAMA,MAAM,cAAc,GAAG,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;AAE3C,MAAM,cAAc,GAAGA,cAAK,CAAC,UAAU,CAGrC,CAAC,EAAE,SAAS,EAAE,KAAK,GAAG,QAAQ,EAAE,UAAU,GAAG,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,MAC/DC,qBAAA,CAACC,yCAAuB,EACtB,EAAA,QAAA,EAAAD,qBAAA,CAACE,yCAAwB,EAAA,EACvB,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,EACZ,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,cAAc,CAAC,EAAE,SAAS,EAAE,CAAC,EAAA,GACpC,KAAK,EAAA,CACT,EACsB,CAAA,CAC3B,CAAC,CAAC;AACH,cAAc,CAAC,WAAW,GAAGA,yCAAwB,CAAC,WAAW,CAAC;AAErD,MAAA,OAAO,GAAG,MAAM,CAAC,MAAM,CAACC,yCAAqB,EAAE;IAC1D,OAAO,EAAEC,yCAAwB;IACjC,KAAK,EAAEC,yCAAsB;AAC7B,IAAA,OAAO,EAAE,cAAc;AACxB,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.cjs","sources":["../../../../v1/components/search/search.tsx"],"sourcesContent":["import { MagnifyingGlassIcon
|
|
1
|
+
{"version":3,"file":"search.cjs","sources":["../../../../v1/components/search/search.tsx"],"sourcesContent":["import { CrossCircledIcon,MagnifyingGlassIcon } from \"@radix-ui/react-icons\";\nimport { cva, type VariantProps } from \"class-variance-authority\";\nimport clsx from \"clsx\";\nimport { ReactNode } from \"react\";\n\nimport styles from \"./search.module.css\";\n\nconst searchField = cva(styles.searchField, {\n variants: {\n size: {\n small: styles[\"search-small\"],\n large: styles[\"search-large\"],\n }\n },\n defaultVariants: {\n size: \"large\",\n }\n});\n\nexport interface SearchProps extends VariantProps<typeof searchField> {\n className?: string;\n disabled?: boolean;\n placeholder?: string;\n showClearButton?: boolean;\n onClear?: () => void;\n value?: string;\n ref?: React.RefObject<HTMLInputElement>;\n onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;\n onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;\n type?: string;\n name?: string;\n id?: string;\n}\n\nexport const Search = ({ \n className, \n disabled, \n placeholder = \"Search\", \n size, \n showClearButton, \n onClear, \n value,\n ref,\n ...props \n}: SearchProps) => {\n return (\n <div className={styles.container} role=\"search\">\n <div className={styles.inputWrapper}>\n <span className={styles.leadingIcon} aria-hidden=\"true\">\n <MagnifyingGlassIcon />\n </span>\n <input\n ref={ref}\n type=\"text\"\n className={clsx(\n searchField({ size, className }),\n disabled && styles[\"search-disabled\"]\n )}\n placeholder={placeholder}\n disabled={disabled}\n value={value}\n aria-label={placeholder}\n {...props}\n />\n {showClearButton && value && (\n <button \n className={styles.clearButton}\n onClick={onClear}\n disabled={disabled}\n type=\"button\"\n aria-label=\"Clear search\"\n tabIndex={0}\n >\n <CrossCircledIcon />\n </button>\n )}\n </div>\n </div>\n );\n};\n\nSearch.displayName = \"Search\"; "],"names":["cva","styles","_jsx","_jsxs","MagnifyingGlassIcon","clsx","CrossCircledIcon"],"mappings":";;;;;;;;AAOA,MAAM,WAAW,GAAGA,SAAG,CAACC,qBAAM,CAAC,WAAW,EAAE;AAC1C,IAAA,QAAQ,EAAE;AACR,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAEA,qBAAM,CAAC,cAAc,CAAC;AAC7B,YAAA,KAAK,EAAEA,qBAAM,CAAC,cAAc,CAAC;AAC9B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE;AACf,QAAA,IAAI,EAAE,OAAO;AACd,KAAA;AACF,CAAA,CAAC,CAAC;AAiBI,MAAM,MAAM,GAAG,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,WAAW,GAAG,QAAQ,EACtB,IAAI,EACJ,eAAe,EACf,OAAO,EACP,KAAK,EACL,GAAG,EACH,GAAG,KAAK,EACI,KAAI;IAChB,QACEC,gCAAK,CAAA,KAAA,EAAA,EAAA,SAAS,EAAED,qBAAM,CAAC,SAAS,EAAE,IAAI,EAAC,QAAQ,EAC7C,QAAA,EAAAE,iCAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAEF,qBAAM,CAAC,YAAY,EACjC,QAAA,EAAA,CAAAC,gCAAA,CAAA,MAAA,EAAA,EAAM,SAAS,EAAED,qBAAM,CAAC,WAAW,EAAA,aAAA,EAAc,MAAM,EAAA,QAAA,EACrDC,iCAACE,kCAAmB,EAAA,EAAA,CAAG,EAClB,CAAA,EACPF,gCACE,CAAA,OAAA,EAAA,EAAA,GAAG,EAAE,GAAG,EACR,IAAI,EAAC,MAAM,EACX,SAAS,EAAEG,SAAI,CACb,WAAW,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAChC,QAAQ,IAAIJ,qBAAM,CAAC,iBAAiB,CAAC,CACtC,EACD,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,gBACA,WAAW,EAAA,GACnB,KAAK,EAAA,CACT,EACD,eAAe,IAAI,KAAK,KACvBC,gCACE,CAAA,QAAA,EAAA,EAAA,SAAS,EAAED,qBAAM,CAAC,WAAW,EAC7B,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAC,QAAQ,EAAA,YAAA,EACF,cAAc,EACzB,QAAQ,EAAE,CAAC,EAAA,QAAA,EAEXC,gCAAC,CAAAI,+BAAgB,EAAG,EAAA,CAAA,EAAA,CACb,CACV,CAAA,EAAA,CACG,EACF,CAAA,EACN;AACJ,EAAE;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../../v1/components/search/search.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../../v1/components/search/search.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMlE,QAAA,MAAM,WAAW;;mFAUf,CAAC;AAEH,MAAM,WAAW,WAAY,SAAQ,YAAY,CAAC,OAAO,WAAW,CAAC;IACnE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IACxC,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC5D,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC/D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,MAAM;iGAUhB,WAAW;;CAmCb,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.js","sources":["../../../../v1/components/search/search.tsx"],"sourcesContent":["import { MagnifyingGlassIcon
|
|
1
|
+
{"version":3,"file":"search.js","sources":["../../../../v1/components/search/search.tsx"],"sourcesContent":["import { CrossCircledIcon,MagnifyingGlassIcon } from \"@radix-ui/react-icons\";\nimport { cva, type VariantProps } from \"class-variance-authority\";\nimport clsx from \"clsx\";\nimport { ReactNode } from \"react\";\n\nimport styles from \"./search.module.css\";\n\nconst searchField = cva(styles.searchField, {\n variants: {\n size: {\n small: styles[\"search-small\"],\n large: styles[\"search-large\"],\n }\n },\n defaultVariants: {\n size: \"large\",\n }\n});\n\nexport interface SearchProps extends VariantProps<typeof searchField> {\n className?: string;\n disabled?: boolean;\n placeholder?: string;\n showClearButton?: boolean;\n onClear?: () => void;\n value?: string;\n ref?: React.RefObject<HTMLInputElement>;\n onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;\n onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;\n type?: string;\n name?: string;\n id?: string;\n}\n\nexport const Search = ({ \n className, \n disabled, \n placeholder = \"Search\", \n size, \n showClearButton, \n onClear, \n value,\n ref,\n ...props \n}: SearchProps) => {\n return (\n <div className={styles.container} role=\"search\">\n <div className={styles.inputWrapper}>\n <span className={styles.leadingIcon} aria-hidden=\"true\">\n <MagnifyingGlassIcon />\n </span>\n <input\n ref={ref}\n type=\"text\"\n className={clsx(\n searchField({ size, className }),\n disabled && styles[\"search-disabled\"]\n )}\n placeholder={placeholder}\n disabled={disabled}\n value={value}\n aria-label={placeholder}\n {...props}\n />\n {showClearButton && value && (\n <button \n className={styles.clearButton}\n onClick={onClear}\n disabled={disabled}\n type=\"button\"\n aria-label=\"Clear search\"\n tabIndex={0}\n >\n <CrossCircledIcon />\n </button>\n )}\n </div>\n </div>\n );\n};\n\nSearch.displayName = \"Search\"; "],"names":["_jsx","_jsxs"],"mappings":";;;;;;AAOA,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC,WAAW,EAAE;AAC1C,IAAA,QAAQ,EAAE;AACR,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAE,MAAM,CAAC,cAAc,CAAC;AAC7B,YAAA,KAAK,EAAE,MAAM,CAAC,cAAc,CAAC;AAC9B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE;AACf,QAAA,IAAI,EAAE,OAAO;AACd,KAAA;AACF,CAAA,CAAC,CAAC;AAiBI,MAAM,MAAM,GAAG,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,WAAW,GAAG,QAAQ,EACtB,IAAI,EACJ,eAAe,EACf,OAAO,EACP,KAAK,EACL,GAAG,EACH,GAAG,KAAK,EACI,KAAI;IAChB,QACEA,qBAAK,CAAA,KAAA,EAAA,EAAA,SAAS,EAAE,MAAM,CAAC,SAAS,EAAE,IAAI,EAAC,QAAQ,EAC7C,QAAA,EAAAC,sBAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,MAAM,CAAC,YAAY,EACjC,QAAA,EAAA,CAAAD,qBAAA,CAAA,MAAA,EAAA,EAAM,SAAS,EAAE,MAAM,CAAC,WAAW,EAAA,aAAA,EAAc,MAAM,EAAA,QAAA,EACrDA,sBAAC,mBAAmB,EAAA,EAAA,CAAG,EAClB,CAAA,EACPA,qBACE,CAAA,OAAA,EAAA,EAAA,GAAG,EAAE,GAAG,EACR,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,IAAI,CACb,WAAW,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAChC,QAAQ,IAAI,MAAM,CAAC,iBAAiB,CAAC,CACtC,EACD,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,gBACA,WAAW,EAAA,GACnB,KAAK,EAAA,CACT,EACD,eAAe,IAAI,KAAK,KACvBA,qBACE,CAAA,QAAA,EAAA,EAAA,SAAS,EAAE,MAAM,CAAC,WAAW,EAC7B,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAC,QAAQ,EAAA,YAAA,EACF,cAAc,EACzB,QAAQ,EAAE,CAAC,EAAA,QAAA,EAEXA,qBAAC,CAAA,gBAAgB,EAAG,EAAA,CAAA,EAAA,CACb,CACV,CAAA,EAAA,CACG,EACF,CAAA,EACN;AACJ,EAAE;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ;;;;"}
|
|
@@ -33,12 +33,17 @@ const trigger = index$1.cva(select_module.default.trigger, {
|
|
|
33
33
|
small: select_module.default["trigger-sm"],
|
|
34
34
|
medium: select_module.default["trigger-md"],
|
|
35
35
|
},
|
|
36
|
+
variant: {
|
|
37
|
+
default: "",
|
|
38
|
+
filter: select_module.default["trigger-filter"],
|
|
39
|
+
}
|
|
36
40
|
},
|
|
37
41
|
defaultVariants: {
|
|
38
42
|
size: "medium",
|
|
43
|
+
variant: "default",
|
|
39
44
|
},
|
|
40
45
|
});
|
|
41
|
-
const SelectTrigger = React__namespace.forwardRef(({ size, className, children, iconProps = {}, ...props }, ref) => (jsxRuntime.jsxRuntimeExports.jsxs(index.Trigger, { ref: ref, className: trigger({ size, className }), ...props, children: [children, jsxRuntime.jsxRuntimeExports.jsx(index.Icon, { asChild: true, children: jsxRuntime.jsxRuntimeExports.jsx(reactIcons_esm.ChevronDownIcon, { className: select_module.default.triggerIcon, ...iconProps }) })] })));
|
|
46
|
+
const SelectTrigger = React__namespace.forwardRef(({ size, variant, className, children, iconProps = {}, ...props }, ref) => (jsxRuntime.jsxRuntimeExports.jsxs(index.Trigger, { ref: ref, className: trigger({ size, variant, className }), ...props, children: [children, variant !== 'filter' && (jsxRuntime.jsxRuntimeExports.jsx(index.Icon, { asChild: true, children: jsxRuntime.jsxRuntimeExports.jsx(reactIcons_esm.ChevronDownIcon, { className: select_module.default.triggerIcon, ...iconProps }) }))] })));
|
|
42
47
|
SelectTrigger.displayName = index.Trigger.displayName;
|
|
43
48
|
const content = index$1.cva(select_module.default.content);
|
|
44
49
|
const SelectContent = React__namespace.forwardRef(({ className, children, position = "popper", ...props }, ref) => (jsxRuntime.jsxRuntimeExports.jsx(index.Portal, { children: jsxRuntime.jsxRuntimeExports.jsx(index.Content, { ref: ref, className: content({ className }), position: position, ...props, children: children }) })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.cjs","sources":["../../../../v1/components/select/select.tsx"],"sourcesContent":["import { ChevronDownIcon } from \"@radix-ui/react-icons\";\nimport * as SelectPrimitive from \"@radix-ui/react-select\";\nimport { cva, VariantProps } from \"class-variance-authority\";\nimport * as React from \"react\";\nimport { Text } from \"../text\";\nimport
|
|
1
|
+
{"version":3,"file":"select.cjs","sources":["../../../../v1/components/select/select.tsx"],"sourcesContent":["import { ChevronDownIcon } from \"@radix-ui/react-icons\";\nimport * as SelectPrimitive from \"@radix-ui/react-select\";\nimport { cva, VariantProps } from \"class-variance-authority\";\nimport * as React from \"react\";\n\nimport { Text } from \"../text\";\nimport { TextProps } from \"../text/text\";\nimport styles from \"./select.module.css\";\n\nexport interface IconProps extends React.SVGAttributes<SVGElement> {\n children?: never;\n color?: string;\n}\n\nconst trigger = cva(styles.trigger, {\n variants: {\n size: {\n small: styles[\"trigger-sm\"],\n medium: styles[\"trigger-md\"],\n },\n variant: {\n default: \"\",\n filter: styles[\"trigger-filter\"],\n }\n },\n defaultVariants: {\n size: \"medium\",\n variant: \"default\",\n },\n});\n\nconst SelectTrigger = React.forwardRef<\n React.ElementRef<typeof SelectPrimitive.Trigger>,\n React.ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger> &\n React.PropsWithChildren<VariantProps<typeof trigger>> & {\n iconProps?: IconProps;\n }\n>(({ size, variant, className, children, iconProps = {}, ...props }, ref) => (\n <SelectPrimitive.Trigger\n ref={ref}\n className={trigger({ size, variant, className })}\n {...props}\n >\n {children}\n\n {variant !== 'filter' && (\n <SelectPrimitive.Icon asChild>\n <ChevronDownIcon className={styles.triggerIcon} {...iconProps} />\n </SelectPrimitive.Icon>\n )}\n </SelectPrimitive.Trigger>\n));\nSelectTrigger.displayName = SelectPrimitive.Trigger.displayName;\n\nconst content = cva(styles.content);\nconst SelectContent = React.forwardRef<\n React.ElementRef<typeof SelectPrimitive.Content>,\n React.ComponentPropsWithoutRef<typeof SelectPrimitive.Content> &\n React.PropsWithChildren<VariantProps<typeof content>>\n>(({ className, children, position = \"popper\", ...props }, ref) => (\n <SelectPrimitive.Portal>\n <SelectPrimitive.Content\n ref={ref}\n className={content({ className })}\n position={position}\n {...props}\n >\n {children}\n </SelectPrimitive.Content>\n </SelectPrimitive.Portal>\n));\nSelectContent.displayName = SelectPrimitive.Content.displayName;\n\nconst menuitem = cva(styles.menuitem);\nconst SelectItem = React.forwardRef<\n React.ElementRef<typeof SelectPrimitive.Item>,\n React.ComponentPropsWithoutRef<typeof SelectPrimitive.Item> & {\n textProps?: TextProps;\n }\n>(({ className, textProps = {}, children, ...props }, ref) => (\n <SelectPrimitive.Item\n ref={ref}\n className={menuitem({ className })}\n {...props}\n >\n <SelectPrimitive.ItemText>\n <Text {...textProps}>{children}</Text>\n </SelectPrimitive.ItemText>\n </SelectPrimitive.Item>\n));\nSelectItem.displayName = SelectPrimitive.Item.displayName;\n\nconst separator = cva(styles.separator);\nconst SelectSeparator = React.forwardRef<\n React.ElementRef<typeof SelectPrimitive.Separator>,\n React.ComponentPropsWithoutRef<typeof SelectPrimitive.Separator>\n>(({ className, ...props }, ref) => (\n <SelectPrimitive.Separator\n ref={ref}\n className={separator({ className })}\n {...props}\n />\n));\nSelectSeparator.displayName = SelectPrimitive.Separator.displayName;\n\nexport const Select = Object.assign(SelectPrimitive.Root, {\n Group: SelectPrimitive.Group,\n Value: SelectPrimitive.Value,\n ScrollUpButton: SelectPrimitive.ScrollDownButton,\n ScrollDownButton: SelectPrimitive.ScrollDownButton,\n Viewport: SelectPrimitive.Viewport,\n Trigger: SelectTrigger,\n Content: SelectContent,\n Item: SelectItem,\n Separator: SelectSeparator,\n});\n"],"names":["cva","styles","React","_jsxs","SelectPrimitive.Trigger","_jsx","SelectPrimitive.Icon","ChevronDownIcon","SelectPrimitive.Portal","SelectPrimitive.Content","SelectPrimitive.Item","SelectPrimitive.ItemText","Text","SelectPrimitive.Separator","SelectPrimitive.Root","SelectPrimitive.Group","SelectPrimitive.Value","SelectPrimitive.ScrollDownButton","SelectPrimitive.Viewport"],"mappings":"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"}
|
|
@@ -14,6 +14,7 @@ export declare const Select: React.FC<SelectPrimitive.SelectProps> & {
|
|
|
14
14
|
Viewport: React.ForwardRefExoticComponent<SelectPrimitive.SelectViewportProps & React.RefAttributes<HTMLDivElement>>;
|
|
15
15
|
Trigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
16
16
|
size?: "small" | "medium" | null | undefined;
|
|
17
|
+
variant?: "default" | "filter" | null | undefined;
|
|
17
18
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string> & {
|
|
18
19
|
children?: React.ReactNode;
|
|
19
20
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../v1/components/select/select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../v1/components/select/select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzC,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC;IAChE,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AA6FD,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;CAUjB,CAAC"}
|
|
@@ -12,12 +12,17 @@ const trigger = cva(styles.trigger, {
|
|
|
12
12
|
small: styles["trigger-sm"],
|
|
13
13
|
medium: styles["trigger-md"],
|
|
14
14
|
},
|
|
15
|
+
variant: {
|
|
16
|
+
default: "",
|
|
17
|
+
filter: styles["trigger-filter"],
|
|
18
|
+
}
|
|
15
19
|
},
|
|
16
20
|
defaultVariants: {
|
|
17
21
|
size: "medium",
|
|
22
|
+
variant: "default",
|
|
18
23
|
},
|
|
19
24
|
});
|
|
20
|
-
const SelectTrigger = React.forwardRef(({ size, className, children, iconProps = {}, ...props }, ref) => (jsxRuntimeExports.jsxs(Trigger, { ref: ref, className: trigger({ size, className }), ...props, children: [children, jsxRuntimeExports.jsx(Icon, { asChild: true, children: jsxRuntimeExports.jsx(ChevronDownIcon, { className: styles.triggerIcon, ...iconProps }) })] })));
|
|
25
|
+
const SelectTrigger = React.forwardRef(({ size, variant, className, children, iconProps = {}, ...props }, ref) => (jsxRuntimeExports.jsxs(Trigger, { ref: ref, className: trigger({ size, variant, className }), ...props, children: [children, variant !== 'filter' && (jsxRuntimeExports.jsx(Icon, { asChild: true, children: jsxRuntimeExports.jsx(ChevronDownIcon, { className: styles.triggerIcon, ...iconProps }) }))] })));
|
|
21
26
|
SelectTrigger.displayName = Trigger.displayName;
|
|
22
27
|
const content = cva(styles.content);
|
|
23
28
|
const SelectContent = React.forwardRef(({ className, children, position = "popper", ...props }, ref) => (jsxRuntimeExports.jsx(Portal, { children: jsxRuntimeExports.jsx(Content2, { ref: ref, className: content({ className }), position: position, ...props, children: children }) })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.js","sources":["../../../../v1/components/select/select.tsx"],"sourcesContent":["import { ChevronDownIcon } from \"@radix-ui/react-icons\";\nimport * as SelectPrimitive from \"@radix-ui/react-select\";\nimport { cva, VariantProps } from \"class-variance-authority\";\nimport * as React from \"react\";\nimport { Text } from \"../text\";\nimport
|
|
1
|
+
{"version":3,"file":"select.js","sources":["../../../../v1/components/select/select.tsx"],"sourcesContent":["import { ChevronDownIcon } from \"@radix-ui/react-icons\";\nimport * as SelectPrimitive from \"@radix-ui/react-select\";\nimport { cva, VariantProps } from \"class-variance-authority\";\nimport * as React from \"react\";\n\nimport { Text } from \"../text\";\nimport { TextProps } from \"../text/text\";\nimport styles from \"./select.module.css\";\n\nexport interface IconProps extends React.SVGAttributes<SVGElement> {\n children?: never;\n color?: string;\n}\n\nconst trigger = cva(styles.trigger, {\n variants: {\n size: {\n small: styles[\"trigger-sm\"],\n medium: styles[\"trigger-md\"],\n },\n variant: {\n default: \"\",\n filter: styles[\"trigger-filter\"],\n }\n },\n defaultVariants: {\n size: \"medium\",\n variant: \"default\",\n },\n});\n\nconst SelectTrigger = React.forwardRef<\n React.ElementRef<typeof SelectPrimitive.Trigger>,\n React.ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger> &\n React.PropsWithChildren<VariantProps<typeof trigger>> & {\n iconProps?: IconProps;\n }\n>(({ size, variant, className, children, iconProps = {}, ...props }, ref) => (\n <SelectPrimitive.Trigger\n ref={ref}\n className={trigger({ size, variant, className })}\n {...props}\n >\n {children}\n\n {variant !== 'filter' && (\n <SelectPrimitive.Icon asChild>\n <ChevronDownIcon className={styles.triggerIcon} {...iconProps} />\n </SelectPrimitive.Icon>\n )}\n </SelectPrimitive.Trigger>\n));\nSelectTrigger.displayName = SelectPrimitive.Trigger.displayName;\n\nconst content = cva(styles.content);\nconst SelectContent = React.forwardRef<\n React.ElementRef<typeof SelectPrimitive.Content>,\n React.ComponentPropsWithoutRef<typeof SelectPrimitive.Content> &\n React.PropsWithChildren<VariantProps<typeof content>>\n>(({ className, children, position = \"popper\", ...props }, ref) => (\n <SelectPrimitive.Portal>\n <SelectPrimitive.Content\n ref={ref}\n className={content({ className })}\n position={position}\n {...props}\n >\n {children}\n </SelectPrimitive.Content>\n </SelectPrimitive.Portal>\n));\nSelectContent.displayName = SelectPrimitive.Content.displayName;\n\nconst menuitem = cva(styles.menuitem);\nconst SelectItem = React.forwardRef<\n React.ElementRef<typeof SelectPrimitive.Item>,\n React.ComponentPropsWithoutRef<typeof SelectPrimitive.Item> & {\n textProps?: TextProps;\n }\n>(({ className, textProps = {}, children, ...props }, ref) => (\n <SelectPrimitive.Item\n ref={ref}\n className={menuitem({ className })}\n {...props}\n >\n <SelectPrimitive.ItemText>\n <Text {...textProps}>{children}</Text>\n </SelectPrimitive.ItemText>\n </SelectPrimitive.Item>\n));\nSelectItem.displayName = SelectPrimitive.Item.displayName;\n\nconst separator = cva(styles.separator);\nconst SelectSeparator = React.forwardRef<\n React.ElementRef<typeof SelectPrimitive.Separator>,\n React.ComponentPropsWithoutRef<typeof SelectPrimitive.Separator>\n>(({ className, ...props }, ref) => (\n <SelectPrimitive.Separator\n ref={ref}\n className={separator({ className })}\n {...props}\n />\n));\nSelectSeparator.displayName = SelectPrimitive.Separator.displayName;\n\nexport const Select = Object.assign(SelectPrimitive.Root, {\n Group: SelectPrimitive.Group,\n Value: SelectPrimitive.Value,\n ScrollUpButton: SelectPrimitive.ScrollDownButton,\n ScrollDownButton: SelectPrimitive.ScrollDownButton,\n Viewport: SelectPrimitive.Viewport,\n Trigger: SelectTrigger,\n Content: SelectContent,\n Item: SelectItem,\n Separator: SelectSeparator,\n});\n"],"names":["_jsxs","SelectPrimitive.Trigger","_jsx","SelectPrimitive.Icon","SelectPrimitive.Portal","SelectPrimitive.Content","SelectPrimitive.Item","SelectPrimitive.ItemText","SelectPrimitive.Separator","SelectPrimitive.Root","SelectPrimitive.Group","SelectPrimitive.Value","SelectPrimitive.ScrollDownButton","SelectPrimitive.Viewport"],"mappings":";;;;;;;;AAcA,MAAM,OAAO,GAAG,GAAG,CAAC,MAAM,CAAC,OAAO,EAAE;AAClC,IAAA,QAAQ,EAAE;AACR,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAE,MAAM,CAAC,YAAY,CAAC;AAC3B,YAAA,MAAM,EAAE,MAAM,CAAC,YAAY,CAAC;AAC7B,SAAA;AACD,QAAA,OAAO,EAAE;AACP,YAAA,OAAO,EAAE,EAAE;AACX,YAAA,MAAM,EAAE,MAAM,CAAC,gBAAgB,CAAC;AACjC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE;AACf,QAAA,IAAI,EAAE,QAAQ;AACd,QAAA,OAAO,EAAE,SAAS;AACnB,KAAA;AACF,CAAA,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU,CAMpC,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,GAAG,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,MACtEA,sBAAA,CAACC,OAAuB,EACtB,EAAA,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,OAAO,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,EAC5C,GAAA,KAAK,EAER,QAAA,EAAA,CAAA,QAAQ,EAER,OAAO,KAAK,QAAQ,KACnBC,sBAACC,IAAoB,EAAA,EAAC,OAAO,EAC3B,IAAA,EAAA,QAAA,EAAAD,qBAAA,CAAC,eAAe,EAAC,EAAA,SAAS,EAAE,MAAM,CAAC,WAAW,EAAA,GAAM,SAAS,EAAI,CAAA,EAAA,CAC5C,CACxB,CACuB,EAAA,CAAA,CAC3B,CAAC,CAAC;AACH,aAAa,CAAC,WAAW,GAAGD,OAAuB,CAAC,WAAW,CAAC;AAEhE,MAAM,OAAO,GAAG,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;AACpC,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU,CAIpC,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,GAAG,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,MAC5DC,qBAAC,CAAAE,MAAsB,EACrB,EAAA,QAAA,EAAAF,qBAAA,CAACG,QAAuB,EAAA,EACtB,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,EACjC,QAAQ,EAAE,QAAQ,EACd,GAAA,KAAK,EAER,QAAA,EAAA,QAAQ,EACe,CAAA,EAAA,CACH,CAC1B,CAAC,CAAC;AACH,aAAa,CAAC,WAAW,GAAGA,QAAuB,CAAC,WAAW,CAAC;AAEhE,MAAM,QAAQ,GAAG,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;AACtC,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAKjC,CAAC,EAAE,SAAS,EAAE,SAAS,GAAG,EAAE,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,MACvDH,qBAAA,CAACI,IAAoB,EAAA,EACnB,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC,EAC9B,GAAA,KAAK,EAET,QAAA,EAAAJ,qBAAA,CAACK,QAAwB,EAAA,EAAA,QAAA,EACvBL,qBAAC,CAAA,IAAI,EAAK,EAAA,GAAA,SAAS,EAAG,QAAA,EAAA,QAAQ,EAAQ,CAAA,EAAA,CACb,EACN,CAAA,CACxB,CAAC,CAAC;AACH,UAAU,CAAC,WAAW,GAAGI,IAAoB,CAAC,WAAW,CAAC;AAE1D,MAAM,SAAS,GAAG,GAAG,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;AACxC,MAAM,eAAe,GAAG,KAAK,CAAC,UAAU,CAGtC,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,MAC7BJ,qBAAA,CAACM,SAAyB,EACxB,EAAA,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC,EAAA,GAC/B,KAAK,EACT,CAAA,CACH,CAAC,CAAC;AACH,eAAe,CAAC,WAAW,GAAGA,SAAyB,CAAC,WAAW,CAAC;AAEvD,MAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAACC,KAAoB,EAAE;IACxD,KAAK,EAAEC,KAAqB;IAC5B,KAAK,EAAEC,KAAqB;IAC5B,cAAc,EAAEC,gBAAgC;IAChD,gBAAgB,EAAEA,gBAAgC;IAClD,QAAQ,EAAEC,QAAwB;AAClC,IAAA,OAAO,EAAE,aAAa;AACtB,IAAA,OAAO,EAAE,aAAa;AACtB,IAAA,IAAI,EAAE,UAAU;AAChB,IAAA,SAAS,EAAE,eAAe;AAC3B,CAAA;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var styles = {"content":"select-module_content__wLQoN","menuitem":"select-module_menuitem__BTQat","separator":"select-module_separator__7YD2G","menugroup":"select-module_menugroup__h7nP9","trigger":"select-module_trigger__8XPsA","trigger-sm":"select-module_trigger-sm__HBvz9","trigger-md":"select-module_trigger-md__lNQl3","triggerIcon":"select-module_triggerIcon__cZGjN","trigger___sm":"select-module_trigger-sm__HBvz9","trigger___md":"select-module_trigger-md__lNQl3"};
|
|
5
|
+
var styles = {"content":"select-module_content__wLQoN","menuitem":"select-module_menuitem__BTQat","separator":"select-module_separator__7YD2G","menugroup":"select-module_menugroup__h7nP9","trigger":"select-module_trigger__8XPsA","trigger-sm":"select-module_trigger-sm__HBvz9","trigger-md":"select-module_trigger-md__lNQl3","triggerIcon":"select-module_triggerIcon__cZGjN","trigger-filter":"select-module_trigger-filter__Mdvcq","trigger___sm":"select-module_trigger-sm__HBvz9","trigger___md":"select-module_trigger-md__lNQl3","trigger___filter":"select-module_trigger-filter__Mdvcq"};
|
|
6
6
|
|
|
7
7
|
exports.default = styles;
|
|
8
8
|
//# sourceMappingURL=select.module.css.cjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var styles = {"content":"select-module_content__wLQoN","menuitem":"select-module_menuitem__BTQat","separator":"select-module_separator__7YD2G","menugroup":"select-module_menugroup__h7nP9","trigger":"select-module_trigger__8XPsA","trigger-sm":"select-module_trigger-sm__HBvz9","trigger-md":"select-module_trigger-md__lNQl3","triggerIcon":"select-module_triggerIcon__cZGjN","trigger___sm":"select-module_trigger-sm__HBvz9","trigger___md":"select-module_trigger-md__lNQl3"};
|
|
1
|
+
var styles = {"content":"select-module_content__wLQoN","menuitem":"select-module_menuitem__BTQat","separator":"select-module_separator__7YD2G","menugroup":"select-module_menugroup__h7nP9","trigger":"select-module_trigger__8XPsA","trigger-sm":"select-module_trigger-sm__HBvz9","trigger-md":"select-module_trigger-md__lNQl3","triggerIcon":"select-module_triggerIcon__cZGjN","trigger-filter":"select-module_trigger-filter__Mdvcq","trigger___sm":"select-module_trigger-sm__HBvz9","trigger___md":"select-module_trigger-md__lNQl3","trigger___filter":"select-module_trigger-filter__Mdvcq"};
|
|
2
2
|
|
|
3
3
|
export { styles as default };
|
|
4
4
|
//# sourceMappingURL=select.module.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../v1/components/separator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.cjs');
|
|
4
|
+
var index = require('../../node_modules/.pnpm/@radix-ui_react-separator@1.0.3_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3._na4co26slzimf5qojej32hgyjm/node_modules/@radix-ui/react-separator/dist/index.cjs');
|
|
5
|
+
var index$1 = require('../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs');
|
|
6
|
+
var separator_module = require('./separator.module.css.cjs');
|
|
7
|
+
|
|
8
|
+
const separator = index$1.cva(separator_module.default.separator, {
|
|
9
|
+
variants: {
|
|
10
|
+
size: {
|
|
11
|
+
small: separator_module.default["separator-small"],
|
|
12
|
+
half: separator_module.default["separator-half"],
|
|
13
|
+
full: separator_module.default["separator-full"],
|
|
14
|
+
},
|
|
15
|
+
color: {
|
|
16
|
+
primary: separator_module.default["separator-primary"],
|
|
17
|
+
secondary: separator_module.default["separator-secondary"],
|
|
18
|
+
tertiary: separator_module.default["separator-tertiary"],
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
defaultVariants: {
|
|
22
|
+
size: "full",
|
|
23
|
+
color: "primary",
|
|
24
|
+
},
|
|
25
|
+
});
|
|
26
|
+
function Separator({ className, orientation = "horizontal", size, color, "aria-label": ariaLabel, ...props }) {
|
|
27
|
+
return (jsxRuntime.jsxRuntimeExports.jsx(index.Root, { decorative: true, orientation: orientation, className: separator({ size, color, className }), "aria-orientation": orientation, "aria-label": ariaLabel || `${orientation} separator`, role: "separator", ...props }));
|
|
28
|
+
}
|
|
29
|
+
Separator.displayName = "Separator";
|
|
30
|
+
|
|
31
|
+
exports.Separator = Separator;
|
|
32
|
+
//# sourceMappingURL=separator.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.cjs","sources":["../../../../v1/components/separator/separator.tsx"],"sourcesContent":["import * as SeparatorPrimitive from \"@radix-ui/react-separator\";\nimport { cva, type VariantProps } from \"class-variance-authority\";\nimport { ComponentPropsWithoutRef } from \"react\";\nimport styles from \"./separator.module.css\";\n\nconst separator = cva(styles.separator, {\n variants: {\n size: {\n small: styles[\"separator-small\"],\n half: styles[\"separator-half\"],\n full: styles[\"separator-full\"],\n },\n color: {\n primary: styles[\"separator-primary\"],\n secondary: styles[\"separator-secondary\"],\n tertiary: styles[\"separator-tertiary\"],\n }\n },\n defaultVariants: {\n size: \"full\",\n color: \"primary\",\n },\n});\n\ninterface SeparatorProps {\n className?: string;\n orientation?: 'horizontal' | 'vertical';\n size?: 'small' | 'half' | 'full';\n color?: 'primary' | 'secondary' | 'tertiary';\n 'aria-label'?: string;\n}\n\nexport function Separator({\n className,\n orientation = \"horizontal\",\n size,\n color,\n \"aria-label\": ariaLabel,\n ...props\n}: SeparatorProps) {\n return (\n <SeparatorPrimitive.Root\n decorative\n orientation={orientation}\n className={separator({ size, color, className })}\n aria-orientation={orientation}\n aria-label={ariaLabel || `${orientation} separator`}\n role=\"separator\"\n {...props}\n />\n );\n}\n\nSeparator.displayName = \"Separator\"; "],"names":["cva","styles","_jsx","SeparatorPrimitive.Root"],"mappings":";;;;;;;AAKA,MAAM,SAAS,GAAGA,WAAG,CAACC,wBAAM,CAAC,SAAS,EAAE;AACtC,IAAA,QAAQ,EAAE;AACR,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAEA,wBAAM,CAAC,iBAAiB,CAAC;AAChC,YAAA,IAAI,EAAEA,wBAAM,CAAC,gBAAgB,CAAC;AAC9B,YAAA,IAAI,EAAEA,wBAAM,CAAC,gBAAgB,CAAC;AAC/B,SAAA;AACD,QAAA,KAAK,EAAE;AACL,YAAA,OAAO,EAAEA,wBAAM,CAAC,mBAAmB,CAAC;AACpC,YAAA,SAAS,EAAEA,wBAAM,CAAC,qBAAqB,CAAC;AACxC,YAAA,QAAQ,EAAEA,wBAAM,CAAC,oBAAoB,CAAC;AACvC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE;AACf,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,SAAS;AACjB,KAAA;AACF,CAAA,CAAC,CAAC;AAUG,SAAU,SAAS,CAAC,EACxB,SAAS,EACT,WAAW,GAAG,YAAY,EAC1B,IAAI,EACJ,KAAK,EACL,YAAY,EAAE,SAAS,EACvB,GAAG,KAAK,EACO,EAAA;AACf,IAAA,QACEC,gCAAC,CAAAC,UAAuB,EAAA,EACtB,UAAU,EACV,IAAA,EAAA,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,EAAA,kBAAA,EAC9B,WAAW,EACjB,YAAA,EAAA,SAAS,IAAI,CAAG,EAAA,WAAW,CAAY,UAAA,CAAA,EACnD,IAAI,EAAC,WAAW,KACZ,KAAK,EAAA,CACT,EACF;AACJ,CAAC;AAED,SAAS,CAAC,WAAW,GAAG,WAAW;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface SeparatorProps {
|
|
2
|
+
className?: string;
|
|
3
|
+
orientation?: 'horizontal' | 'vertical';
|
|
4
|
+
size?: 'small' | 'half' | 'full';
|
|
5
|
+
color?: 'primary' | 'secondary' | 'tertiary';
|
|
6
|
+
'aria-label'?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function Separator({ className, orientation, size, color, "aria-label": ariaLabel, ...props }: SeparatorProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare namespace Separator {
|
|
10
|
+
var displayName: string;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=separator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../v1/components/separator/separator.tsx"],"names":[],"mappings":"AAwBA,UAAU,cAAc;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IACjC,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,WAA0B,EAC1B,IAAI,EACJ,KAAK,EACL,YAAY,EAAE,SAAS,EACvB,GAAG,KAAK,EACT,EAAE,cAAc,2CAYhB;yBAnBe,SAAS"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { j as jsxRuntimeExports } from '../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js';
|
|
2
|
+
import { Root as $89eedd556c436f6a$export$be92b6f5f03c0fe9 } from '../../node_modules/.pnpm/@radix-ui_react-separator@1.0.3_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3._na4co26slzimf5qojej32hgyjm/node_modules/@radix-ui/react-separator/dist/index.js';
|
|
3
|
+
import { cva } from '../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js';
|
|
4
|
+
import styles from './separator.module.css.js';
|
|
5
|
+
|
|
6
|
+
const separator = cva(styles.separator, {
|
|
7
|
+
variants: {
|
|
8
|
+
size: {
|
|
9
|
+
small: styles["separator-small"],
|
|
10
|
+
half: styles["separator-half"],
|
|
11
|
+
full: styles["separator-full"],
|
|
12
|
+
},
|
|
13
|
+
color: {
|
|
14
|
+
primary: styles["separator-primary"],
|
|
15
|
+
secondary: styles["separator-secondary"],
|
|
16
|
+
tertiary: styles["separator-tertiary"],
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
defaultVariants: {
|
|
20
|
+
size: "full",
|
|
21
|
+
color: "primary",
|
|
22
|
+
},
|
|
23
|
+
});
|
|
24
|
+
function Separator({ className, orientation = "horizontal", size, color, "aria-label": ariaLabel, ...props }) {
|
|
25
|
+
return (jsxRuntimeExports.jsx($89eedd556c436f6a$export$be92b6f5f03c0fe9, { decorative: true, orientation: orientation, className: separator({ size, color, className }), "aria-orientation": orientation, "aria-label": ariaLabel || `${orientation} separator`, role: "separator", ...props }));
|
|
26
|
+
}
|
|
27
|
+
Separator.displayName = "Separator";
|
|
28
|
+
|
|
29
|
+
export { Separator };
|
|
30
|
+
//# sourceMappingURL=separator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.js","sources":["../../../../v1/components/separator/separator.tsx"],"sourcesContent":["import * as SeparatorPrimitive from \"@radix-ui/react-separator\";\nimport { cva, type VariantProps } from \"class-variance-authority\";\nimport { ComponentPropsWithoutRef } from \"react\";\nimport styles from \"./separator.module.css\";\n\nconst separator = cva(styles.separator, {\n variants: {\n size: {\n small: styles[\"separator-small\"],\n half: styles[\"separator-half\"],\n full: styles[\"separator-full\"],\n },\n color: {\n primary: styles[\"separator-primary\"],\n secondary: styles[\"separator-secondary\"],\n tertiary: styles[\"separator-tertiary\"],\n }\n },\n defaultVariants: {\n size: \"full\",\n color: \"primary\",\n },\n});\n\ninterface SeparatorProps {\n className?: string;\n orientation?: 'horizontal' | 'vertical';\n size?: 'small' | 'half' | 'full';\n color?: 'primary' | 'secondary' | 'tertiary';\n 'aria-label'?: string;\n}\n\nexport function Separator({\n className,\n orientation = \"horizontal\",\n size,\n color,\n \"aria-label\": ariaLabel,\n ...props\n}: SeparatorProps) {\n return (\n <SeparatorPrimitive.Root\n decorative\n orientation={orientation}\n className={separator({ size, color, className })}\n aria-orientation={orientation}\n aria-label={ariaLabel || `${orientation} separator`}\n role=\"separator\"\n {...props}\n />\n );\n}\n\nSeparator.displayName = \"Separator\"; "],"names":["_jsx","SeparatorPrimitive.Root"],"mappings":";;;;;AAKA,MAAM,SAAS,GAAG,GAAG,CAAC,MAAM,CAAC,SAAS,EAAE;AACtC,IAAA,QAAQ,EAAE;AACR,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAE,MAAM,CAAC,iBAAiB,CAAC;AAChC,YAAA,IAAI,EAAE,MAAM,CAAC,gBAAgB,CAAC;AAC9B,YAAA,IAAI,EAAE,MAAM,CAAC,gBAAgB,CAAC;AAC/B,SAAA;AACD,QAAA,KAAK,EAAE;AACL,YAAA,OAAO,EAAE,MAAM,CAAC,mBAAmB,CAAC;AACpC,YAAA,SAAS,EAAE,MAAM,CAAC,qBAAqB,CAAC;AACxC,YAAA,QAAQ,EAAE,MAAM,CAAC,oBAAoB,CAAC;AACvC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE;AACf,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,SAAS;AACjB,KAAA;AACF,CAAA,CAAC,CAAC;AAUG,SAAU,SAAS,CAAC,EACxB,SAAS,EACT,WAAW,GAAG,YAAY,EAC1B,IAAI,EACJ,KAAK,EACL,YAAY,EAAE,SAAS,EACvB,GAAG,KAAK,EACO,EAAA;AACf,IAAA,QACEA,qBAAC,CAAAC,yCAAuB,EAAA,EACtB,UAAU,EACV,IAAA,EAAA,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,EAAA,kBAAA,EAC9B,WAAW,EACjB,YAAA,EAAA,SAAS,IAAI,CAAG,EAAA,WAAW,CAAY,UAAA,CAAA,EACnD,IAAI,EAAC,WAAW,KACZ,KAAK,EAAA,CACT,EACF;AACJ,CAAC;AAED,SAAS,CAAC,WAAW,GAAG,WAAW;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var styles = {"separator":"separator-module_separator__lEF1K","separator-primary":"separator-module_separator-primary__MVQsA","separator-secondary":"separator-module_separator-secondary__1UR29","separator-tertiary":"separator-module_separator-tertiary__yfUWC","separator-small":"separator-module_separator-small__B9UsA","separator-half":"separator-module_separator-half__-QSNv","separator-full":"separator-module_separator-full__B6K2h","separator___primary":"separator-module_separator-primary__MVQsA","separator___secondary":"separator-module_separator-secondary__1UR29","separator___tertiary":"separator-module_separator-tertiary__yfUWC","separator___small":"separator-module_separator-small__B9UsA","separator___half":"separator-module_separator-half__-QSNv","separator___full":"separator-module_separator-full__B6K2h"};
|
|
6
|
+
|
|
7
|
+
exports.default = styles;
|
|
8
|
+
//# sourceMappingURL=separator.module.css.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var styles = {"separator":"separator-module_separator__lEF1K","separator-primary":"separator-module_separator-primary__MVQsA","separator-secondary":"separator-module_separator-secondary__1UR29","separator-tertiary":"separator-module_separator-tertiary__yfUWC","separator-small":"separator-module_separator-small__B9UsA","separator-half":"separator-module_separator-half__-QSNv","separator-full":"separator-module_separator-full__B6K2h","separator___primary":"separator-module_separator-primary__MVQsA","separator___secondary":"separator-module_separator-secondary__1UR29","separator___tertiary":"separator-module_separator-tertiary__yfUWC","separator___small":"separator-module_separator-small__B9UsA","separator___half":"separator-module_separator-half__-QSNv","separator___full":"separator-module_separator-full__B6K2h"};
|
|
2
|
+
|
|
3
|
+
export { styles as default };
|
|
4
|
+
//# sourceMappingURL=separator.module.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|