sunpeak 0.5.10 → 0.5.13
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/bin/sunpeak.js +11 -1
- package/dist/index.cjs +27 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +27 -8
- package/dist/index.js.map +1 -1
- package/dist/style.css +12 -4
- package/package.json +1 -1
- package/template/_gitignore +47 -0
- package/template/dist/chatgpt/albums.js +49 -0
- package/template/dist/chatgpt/carousel.js +49 -0
- package/template/dist/chatgpt/counter.js +49 -0
- package/template/node_modules/.bin/eslint +21 -0
- package/template/node_modules/.bin/eslint-config-prettier +21 -0
- package/template/node_modules/.bin/nodemon +21 -0
- package/template/node_modules/.bin/prettier +21 -0
- package/template/node_modules/.bin/sunpeak +21 -0
- package/template/node_modules/.bin/ts-node +21 -0
- package/template/node_modules/.bin/ts-node-cwd +21 -0
- package/template/node_modules/.bin/ts-node-esm +21 -0
- package/template/node_modules/.bin/ts-node-script +21 -0
- package/template/node_modules/.bin/ts-node-transpile-only +21 -0
- package/template/node_modules/.bin/ts-script +21 -0
- package/template/node_modules/.bin/tsc +21 -0
- package/template/node_modules/.bin/tsserver +21 -0
- package/template/node_modules/.bin/tsx +21 -0
- package/template/node_modules/.bin/vite +21 -0
- package/template/node_modules/.bin/vitest +21 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Button.js +20 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Button.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Checkbox.js +33 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Checkbox.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Icon.js +1498 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Icon.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Input.js +13 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Input.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_SegmentedControl.js +103 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_SegmentedControl.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Select.js +1019 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Select.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Textarea.js +95 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Textarea.js.map +7 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_theme.js +45 -0
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_theme.js.map +7 -0
- package/template/node_modules/.vite/deps/_metadata.json +151 -0
- package/template/node_modules/.vite/deps/chunk-4TLBUCVB.js +1004 -0
- package/template/node_modules/.vite/deps/chunk-4TLBUCVB.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-BAG6OO6S.js +115 -0
- package/template/node_modules/.vite/deps/chunk-BAG6OO6S.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-CNYJBM5F.js +21 -0
- package/template/node_modules/.vite/deps/chunk-CNYJBM5F.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-CQ3GYAYB.js +112 -0
- package/template/node_modules/.vite/deps/chunk-CQ3GYAYB.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-EGRHWZRV.js +1 -0
- package/template/node_modules/.vite/deps/chunk-EGRHWZRV.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-EVJ3DVH5.js +628 -0
- package/template/node_modules/.vite/deps/chunk-EVJ3DVH5.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-ILHRZGIS.js +46 -0
- package/template/node_modules/.vite/deps/chunk-ILHRZGIS.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-KFGKZMLK.js +280 -0
- package/template/node_modules/.vite/deps/chunk-KFGKZMLK.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-PTVT3RFX.js +292 -0
- package/template/node_modules/.vite/deps/chunk-PTVT3RFX.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-QPJAV452.js +13 -0
- package/template/node_modules/.vite/deps/chunk-QPJAV452.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-SGWD4VEU.js +15195 -0
- package/template/node_modules/.vite/deps/chunk-SGWD4VEU.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-XB525PXG.js +4480 -0
- package/template/node_modules/.vite/deps/chunk-XB525PXG.js.map +7 -0
- package/template/node_modules/.vite/deps/chunk-YOJ6QPGS.js +231 -0
- package/template/node_modules/.vite/deps/chunk-YOJ6QPGS.js.map +7 -0
- package/template/node_modules/.vite/deps/clsx.js +10 -0
- package/template/node_modules/.vite/deps/clsx.js.map +7 -0
- package/template/node_modules/.vite/deps/embla-carousel-react.js +1712 -0
- package/template/node_modules/.vite/deps/embla-carousel-react.js.map +7 -0
- package/template/node_modules/.vite/deps/embla-carousel-wheel-gestures.js +589 -0
- package/template/node_modules/.vite/deps/embla-carousel-wheel-gestures.js.map +7 -0
- package/template/node_modules/.vite/deps/package.json +3 -0
- package/template/node_modules/.vite/deps/react-dom.js +7 -0
- package/template/node_modules/.vite/deps/react-dom.js.map +7 -0
- package/template/node_modules/.vite/deps/react-dom_client.js +20217 -0
- package/template/node_modules/.vite/deps/react-dom_client.js.map +7 -0
- package/template/node_modules/.vite/deps/react.js +6 -0
- package/template/node_modules/.vite/deps/react.js.map +7 -0
- package/template/node_modules/.vite/deps/react_jsx-dev-runtime.js +278 -0
- package/template/node_modules/.vite/deps/react_jsx-dev-runtime.js.map +7 -0
- package/template/node_modules/.vite/deps/react_jsx-runtime.js +7 -0
- package/template/node_modules/.vite/deps/react_jsx-runtime.js.map +7 -0
- package/template/node_modules/.vite/deps/tailwind-merge.js +3095 -0
- package/template/node_modules/.vite/deps/tailwind-merge.js.map +7 -0
- package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -0
- package/template/src/components/album/album-card.tsx +3 -1
- package/template/src/components/album/albums.test.tsx +47 -0
- package/template/src/components/album/albums.tsx +15 -2
- package/template/src/components/album/fullscreen-viewer.test.tsx +30 -1
- package/template/src/components/album/fullscreen-viewer.tsx +17 -3
- package/template/src/components/card/card.tsx +3 -0
- package/template/src/components/resources/albums-resource.test.tsx +81 -0
- package/template/src/components/resources/albums-resource.tsx +18 -1
- package/template/src/components/resources/carousel-resource.test.tsx +156 -0
- package/template/src/components/resources/carousel-resource.tsx +17 -2
- package/template/src/components/resources/counter-resource.test.tsx +116 -0
- package/template/src/components/resources/counter-resource.tsx +30 -5
- /package/template/{.prettierignore → _prettierignore} +0 -0
- /package/template/{.prettierrc → _prettierrc} +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Input
|
|
3
|
+
} from "./chunk-CQ3GYAYB.js";
|
|
4
|
+
import "./chunk-QPJAV452.js";
|
|
5
|
+
import "./chunk-EGRHWZRV.js";
|
|
6
|
+
import "./chunk-CNYJBM5F.js";
|
|
7
|
+
import "./chunk-PTVT3RFX.js";
|
|
8
|
+
import "./chunk-4TLBUCVB.js";
|
|
9
|
+
import "./chunk-ILHRZGIS.js";
|
|
10
|
+
export {
|
|
11
|
+
Input
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=@openai_apps-sdk-ui_components_Input.js.map
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import {
|
|
2
|
+
useResizeObserver
|
|
3
|
+
} from "./chunk-YOJ6QPGS.js";
|
|
4
|
+
import {
|
|
5
|
+
handlePressableMouseEnter,
|
|
6
|
+
waitForAnimationFrame
|
|
7
|
+
} from "./chunk-BAG6OO6S.js";
|
|
8
|
+
import {
|
|
9
|
+
dist_exports4 as dist_exports
|
|
10
|
+
} from "./chunk-SGWD4VEU.js";
|
|
11
|
+
import "./chunk-KFGKZMLK.js";
|
|
12
|
+
import "./chunk-EGRHWZRV.js";
|
|
13
|
+
import {
|
|
14
|
+
clsx_default
|
|
15
|
+
} from "./chunk-CNYJBM5F.js";
|
|
16
|
+
import {
|
|
17
|
+
require_jsx_runtime
|
|
18
|
+
} from "./chunk-PTVT3RFX.js";
|
|
19
|
+
import {
|
|
20
|
+
require_react
|
|
21
|
+
} from "./chunk-4TLBUCVB.js";
|
|
22
|
+
import {
|
|
23
|
+
__toESM
|
|
24
|
+
} from "./chunk-ILHRZGIS.js";
|
|
25
|
+
|
|
26
|
+
// ../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/SegmentedControl/SegmentedControl.js
|
|
27
|
+
var import_jsx_runtime = __toESM(require_jsx_runtime());
|
|
28
|
+
var import_react = __toESM(require_react());
|
|
29
|
+
import s from "/home/runner/work/sunpeak/sunpeak/node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/SegmentedControl/SegmentedControl.module.css";
|
|
30
|
+
var SegmentedControl = ({ value, onChange, children, block, pill = true, size = "md", gutterSize, className, onClick, ...restProps }) => {
|
|
31
|
+
const rootRef = (0, import_react.useRef)(null);
|
|
32
|
+
const thumbRef = (0, import_react.useRef)(null);
|
|
33
|
+
const applyThumbSizing = (0, import_react.useCallback)((attemptScroll) => {
|
|
34
|
+
const root = rootRef.current;
|
|
35
|
+
const thumb = thumbRef.current;
|
|
36
|
+
if (!root || !thumb) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
const activeNode = root == null ? void 0 : root.querySelector('[data-state="on"]');
|
|
40
|
+
if (!activeNode) {
|
|
41
|
+
return;
|
|
42
|
+
}
|
|
43
|
+
const rootWidth = root.clientWidth;
|
|
44
|
+
let targetWidth = Math.floor(activeNode.clientWidth);
|
|
45
|
+
const targetOffset = activeNode.offsetLeft;
|
|
46
|
+
if (rootWidth - (targetWidth + targetOffset) < 2) {
|
|
47
|
+
targetWidth = targetWidth - 1;
|
|
48
|
+
}
|
|
49
|
+
thumb.style.width = `${Math.floor(targetWidth)}px`;
|
|
50
|
+
thumb.style.transform = `translateX(${targetOffset}px)`;
|
|
51
|
+
if (root.scrollWidth > rootWidth) {
|
|
52
|
+
const buffer = rootWidth * 0.15;
|
|
53
|
+
const scrollLeft = root.scrollLeft;
|
|
54
|
+
const left = activeNode.offsetLeft;
|
|
55
|
+
const right = left + targetWidth;
|
|
56
|
+
if (left < scrollLeft + buffer || right > scrollLeft + rootWidth - buffer) {
|
|
57
|
+
if (attemptScroll) {
|
|
58
|
+
activeNode.scrollIntoView({ block: "nearest", inline: "center", behavior: "smooth" });
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}, []);
|
|
63
|
+
useResizeObserver({
|
|
64
|
+
// @ts-expect-error(2322) -- bug in types: https://github.com/juliencrn/usehooks-ts/issues/663
|
|
65
|
+
ref: rootRef,
|
|
66
|
+
onResize: () => {
|
|
67
|
+
const thumb = thumbRef.current;
|
|
68
|
+
if (!thumb) {
|
|
69
|
+
return;
|
|
70
|
+
}
|
|
71
|
+
const currentTransition = thumb.style.transition;
|
|
72
|
+
thumb.style.transition = "";
|
|
73
|
+
applyThumbSizing(false);
|
|
74
|
+
thumb.style.transition = currentTransition;
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
(0, import_react.useLayoutEffect)(() => {
|
|
78
|
+
const root = rootRef.current;
|
|
79
|
+
const thumb = thumbRef.current;
|
|
80
|
+
if (!root || !thumb) {
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
applyThumbSizing(!!thumb.style.transition);
|
|
84
|
+
if (!thumb.style.transition) {
|
|
85
|
+
waitForAnimationFrame(() => {
|
|
86
|
+
thumb.style.transition = "width 300ms var(--cubic-enter), transform 300ms var(--cubic-enter)";
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
}, [applyThumbSizing, value, size, gutterSize, pill]);
|
|
90
|
+
const handleValueChange = (nextValue) => {
|
|
91
|
+
if (nextValue && onChange)
|
|
92
|
+
onChange(nextValue);
|
|
93
|
+
};
|
|
94
|
+
return (0, import_jsx_runtime.jsxs)(dist_exports.Root, { ref: rootRef, className: clsx_default(s.SegmentedControl, className), type: "single", value, loop: false, onValueChange: handleValueChange, onClick, "data-block": block ? "" : void 0, "data-pill": pill ? "" : void 0, "data-size": size, "data-gutter-size": gutterSize, ...restProps, children: [(0, import_jsx_runtime.jsx)("div", { className: s.SegmentedControlThumb, ref: thumbRef }), children] });
|
|
95
|
+
};
|
|
96
|
+
var Segment = ({ children, ...restProps }) => {
|
|
97
|
+
return (0, import_jsx_runtime.jsx)(dist_exports.Item, { className: s.SegmentedControlOption, ...restProps, onPointerEnter: handlePressableMouseEnter, children: (0, import_jsx_runtime.jsx)("span", { className: "relative", children }) });
|
|
98
|
+
};
|
|
99
|
+
SegmentedControl.Option = Segment;
|
|
100
|
+
export {
|
|
101
|
+
SegmentedControl
|
|
102
|
+
};
|
|
103
|
+
//# sourceMappingURL=@openai_apps-sdk-ui_components_SegmentedControl.js.map
|
package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_SegmentedControl.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/src/components/SegmentedControl/SegmentedControl.tsx"],
|
|
4
|
+
"sourcesContent": ["\"use client\"\n\nimport clsx from \"clsx\"\nimport { ToggleGroup } from \"radix-ui\"\nimport { useCallback, useLayoutEffect, useRef } from \"react\"\nimport { useResizeObserver } from \"usehooks-ts\"\nimport { handlePressableMouseEnter, waitForAnimationFrame } from \"../../lib/helpers\"\nimport { type ControlSize, type Sizes } from \"../../types\"\nimport s from \"./SegmentedControl.module.css\"\n\nexport type SizeVariant = \"2xs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\"\n\nexport type SegmentedControlProps<T extends string> = {\n /**\n * Controlled value for the group\n */\n \"value\": T\n /** Callback for when a new value is selected */\n \"onChange\"?: (nextValue: T) => void\n /** Callback any time the control is clicked (even if a new value was not selected) */\n \"onClick\"?: () => void\n /**\n * Text read aloud to screen readers when the control is focused\n */\n \"aria-label\": string\n /**\n * Controls the size of the segmented control\n *\n * | 3xs | 2xs | xs | sm | md | lg | xl | 2xl | 3xl |\n * | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |\n * | `22px` | `24px` | `26px` | `28px` | `32px` | `36px` | `40px` | `44px` | `48px` |\n *\n * @default md\n */\n \"size\"?: ControlSize\n /**\n * Controls gutter on the edges of the button, defaults to value from `size`.\n *\n * | 2xs | xs | sm | md | lg | xl |\n * | ------ | ------ | ------ | ------ | ------ | ------ |\n * | `6px` | `8px` | `10px` | `12px` | `14px` | `16px` |\n */\n \"gutterSize\"?: Sizes<\"2xs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\">\n /** Disable the entire group */\n \"disabled\"?: boolean\n /**\n * Display the control as a block element with equal width segments\n * @default false\n */\n \"block\"?: boolean\n /**\n * Determines if the segment control, and its options, should be a fully rounded pill shape.\n * @default false\n */\n \"pill\"?: boolean\n \"className\"?: string\n \"children\": React.ReactNode\n}\n\nexport const SegmentedControl = <T extends string>({\n value,\n onChange,\n children,\n block,\n pill = true,\n size = \"md\",\n gutterSize,\n className,\n onClick,\n ...restProps\n}: SegmentedControlProps<T>) => {\n const rootRef = useRef<HTMLDivElement>(null)\n const thumbRef = useRef<HTMLDivElement>(null)\n\n const applyThumbSizing = useCallback((attemptScroll: boolean) => {\n const root = rootRef.current\n const thumb = thumbRef.current\n\n if (!root || !thumb) {\n return\n }\n\n // Get selected node\n const activeNode = root?.querySelector<HTMLDivElement>('[data-state=\"on\"]')\n\n // Impossible\n if (!activeNode) {\n return\n }\n\n const rootWidth = root.clientWidth\n let targetWidth = Math.floor(activeNode.clientWidth)\n const targetOffset = activeNode.offsetLeft\n\n // Detect if the thumb is moving too far to the edge of the container.\n // This would most commonly be due to subpixel widths adding up to excessive distance.\n if (rootWidth - (targetWidth + targetOffset) < 2) {\n targetWidth = targetWidth - 1\n }\n\n thumb.style.width = `${Math.floor(targetWidth)}px`\n thumb.style.transform = `translateX(${targetOffset}px)`\n\n // If the control is scrollable, ensure the active option is visible\n if (root.scrollWidth > rootWidth) {\n // Only scroll items near the edge, but not the inner 2/3.\n const buffer = rootWidth * 0.15\n const scrollLeft = root.scrollLeft\n const left = activeNode.offsetLeft\n const right = left + targetWidth\n if (left < scrollLeft + buffer || right > scrollLeft + rootWidth - buffer) {\n // Cheap trick to avoid unintentional scroll on mount - transition is set after mounting\n if (attemptScroll) {\n activeNode.scrollIntoView({ block: \"nearest\", inline: \"center\", behavior: \"smooth\" })\n }\n }\n }\n }, [])\n\n useResizeObserver({\n // @ts-expect-error(2322) -- bug in types: https://github.com/juliencrn/usehooks-ts/issues/663\n ref: rootRef,\n onResize: () => {\n const thumb = thumbRef.current\n\n if (!thumb) {\n return\n }\n\n // Perform the size update instantly\n const currentTransition = thumb.style.transition\n thumb.style.transition = \"\"\n applyThumbSizing(false)\n thumb.style.transition = currentTransition\n },\n })\n\n useLayoutEffect(() => {\n const root = rootRef.current\n const thumb = thumbRef.current\n\n if (!root || !thumb) {\n return\n }\n\n // Cheap trick to avoid unintentional scroll on mount - transition is set after mounting\n applyThumbSizing(!!thumb.style.transition)\n\n // Apply transition after initial calculation is set\n if (!thumb.style.transition) {\n waitForAnimationFrame(() => {\n thumb.style.transition =\n \"width 300ms var(--cubic-enter), transform 300ms var(--cubic-enter)\"\n })\n }\n }, [applyThumbSizing, value, size, gutterSize, pill])\n\n const handleValueChange = (nextValue: T) => {\n // Only trigger onChange when a value exists\n // Disallow toggling off enabled items\n if (nextValue && onChange) onChange(nextValue)\n }\n\n return (\n <ToggleGroup.Root\n ref={rootRef}\n className={clsx(s.SegmentedControl, className)}\n type=\"single\"\n value={value}\n loop={false}\n onValueChange={handleValueChange}\n onClick={onClick}\n data-block={block ? \"\" : undefined}\n data-pill={pill ? \"\" : undefined}\n data-size={size}\n data-gutter-size={gutterSize}\n {...restProps}\n >\n <div className={s.SegmentedControlThumb} ref={thumbRef} />\n {children}\n </ToggleGroup.Root>\n )\n}\n\ntype SegmentedControlOptionProps = {\n /**\n * Option value\n */\n \"value\": string\n /**\n * Text read aloud to screen readers when the option is focused\n */\n \"aria-label\"?: string\n /**\n * Content to render in the option\n */\n \"children\": React.ReactNode\n /**\n * Disable the individual option\n */\n \"disabled\"?: boolean\n}\n\nconst Segment = ({ children, ...restProps }: SegmentedControlOptionProps) => {\n return (\n <ToggleGroup.Item\n className={s.SegmentedControlOption}\n {...restProps}\n onPointerEnter={handlePressableMouseEnter}\n >\n <span className=\"relative\">{children}</span>\n </ToggleGroup.Item>\n )\n}\n\nSegmentedControl.Option = Segment\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,mBAAqD;AAIrD,OAAO,OAAO;AAmDP,IAAM,mBAAmB,CAAmB,EACjD,OACA,UACA,UACA,OACA,OAAO,MACP,OAAO,MACP,YACA,WACA,SACA,GAAG,UAAS,MACiB;AAC7B,QAAM,cAAU,qBAAuB,IAAI;AAC3C,QAAM,eAAW,qBAAuB,IAAI;AAE5C,QAAM,uBAAmB,0BAAY,CAAC,kBAA0B;AAC9D,UAAM,OAAO,QAAQ;AACrB,UAAM,QAAQ,SAAS;AAEvB,QAAI,CAAC,QAAQ,CAAC,OAAO;AACnB;IACF;AAGA,UAAM,aAAa,6BAAM,cAA8B;AAGvD,QAAI,CAAC,YAAY;AACf;IACF;AAEA,UAAM,YAAY,KAAK;AACvB,QAAI,cAAc,KAAK,MAAM,WAAW,WAAW;AACnD,UAAM,eAAe,WAAW;AAIhC,QAAI,aAAa,cAAc,gBAAgB,GAAG;AAChD,oBAAc,cAAc;IAC9B;AAEA,UAAM,MAAM,QAAQ,GAAG,KAAK,MAAM,WAAW,CAAC;AAC9C,UAAM,MAAM,YAAY,cAAc,YAAY;AAGlD,QAAI,KAAK,cAAc,WAAW;AAEhC,YAAM,SAAS,YAAY;AAC3B,YAAM,aAAa,KAAK;AACxB,YAAM,OAAO,WAAW;AACxB,YAAM,QAAQ,OAAO;AACrB,UAAI,OAAO,aAAa,UAAU,QAAQ,aAAa,YAAY,QAAQ;AAEzE,YAAI,eAAe;AACjB,qBAAW,eAAe,EAAE,OAAO,WAAW,QAAQ,UAAU,UAAU,SAAQ,CAAE;QACtF;MACF;IACF;EACF,GAAG,CAAA,CAAE;AAEL,oBAAkB;;IAEhB,KAAK;IACL,UAAU,MAAK;AACb,YAAM,QAAQ,SAAS;AAEvB,UAAI,CAAC,OAAO;AACV;MACF;AAGA,YAAM,oBAAoB,MAAM,MAAM;AACtC,YAAM,MAAM,aAAa;AACzB,uBAAiB,KAAK;AACtB,YAAM,MAAM,aAAa;IAC3B;GACD;AAED,oCAAgB,MAAK;AACnB,UAAM,OAAO,QAAQ;AACrB,UAAM,QAAQ,SAAS;AAEvB,QAAI,CAAC,QAAQ,CAAC,OAAO;AACnB;IACF;AAGA,qBAAiB,CAAC,CAAC,MAAM,MAAM,UAAU;AAGzC,QAAI,CAAC,MAAM,MAAM,YAAY;AAC3B,4BAAsB,MAAK;AACzB,cAAM,MAAM,aACV;MACJ,CAAC;IACH;EACF,GAAG,CAAC,kBAAkB,OAAO,MAAM,YAAY,IAAI,CAAC;AAEpD,QAAM,oBAAoB,CAAC,cAAgB;AAGzC,QAAI,aAAa;AAAU,eAAS,SAAS;EAC/C;AAEA,aACE,mBAAAA,MAAC,aAAY,MAAI,EACf,KAAK,SACL,WAAW,aAAK,EAAE,kBAAkB,SAAS,GAC7C,MAAK,UACL,OACA,MAAM,OACN,eAAe,mBACf,SAAgB,cACJ,QAAQ,KAAK,QAAS,aACvB,OAAO,KAAK,QAAS,aACrB,MAAI,oBACG,YAAU,GACxB,WAAS,UAAA,KAEb,mBAAAC,KAAA,OAAA,EAAK,WAAW,EAAE,uBAAuB,KAAK,SAAQ,CAAA,GACrD,QAAQ,EAAA,CAAA;AAGf;AAqBA,IAAM,UAAU,CAAC,EAAE,UAAU,GAAG,UAAS,MAAmC;AAC1E,aACE,mBAAAA,KAAC,aAAY,MAAI,EACf,WAAW,EAAE,wBAAsB,GAC/B,WACJ,gBAAgB,2BAAyB,cAEzC,mBAAAA,KAAA,QAAA,EAAM,WAAU,YAAU,SAAU,CAAA,EAAQ,CAAA;AAGlD;AAEA,iBAAiB,SAAS;",
|
|
6
|
+
"names": ["_jsxs", "_jsx"]
|
|
7
|
+
}
|