@hua-labs/ui 1.0.0 → 1.1.0-alpha.0.1
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/README.md +891 -213
- package/dist/ComponentLayout-BxCenSAm.d.mts +73 -0
- package/dist/advanced/dashboard.d.ts +7 -0
- package/dist/advanced/dashboard.d.ts.map +1 -0
- package/dist/advanced/motion.d.ts +2 -0
- package/dist/advanced/motion.d.ts.map +1 -0
- package/dist/advanced-dashboard.d.mts +4 -0
- package/dist/advanced-dashboard.js +2 -0
- package/dist/advanced-dashboard.js.map +1 -0
- package/dist/advanced-dashboard.mjs +2 -0
- package/dist/advanced-dashboard.mjs.map +1 -0
- package/dist/advanced-motion.d.mts +93 -0
- package/dist/advanced-motion.js +2 -0
- package/dist/advanced-motion.js.map +1 -0
- package/dist/advanced-motion.mjs +2 -0
- package/dist/advanced-motion.mjs.map +1 -0
- package/dist/advanced.d.mts +734 -0
- package/dist/advanced.d.ts +17 -0
- package/dist/advanced.d.ts.map +1 -0
- package/dist/advanced.js +2 -0
- package/dist/advanced.js.map +1 -0
- package/dist/advanced.mjs +2 -0
- package/dist/advanced.mjs.map +1 -0
- package/dist/chunk-6NXF6ATP.mjs +2 -0
- package/dist/chunk-6NXF6ATP.mjs.map +1 -0
- package/dist/chunk-ACEKLG37.mjs +2 -0
- package/dist/chunk-ACEKLG37.mjs.map +1 -0
- package/dist/chunk-DMYT7RZ4.mjs +2 -0
- package/dist/chunk-DMYT7RZ4.mjs.map +1 -0
- package/dist/chunk-KHEJZ3U4.mjs +2 -0
- package/dist/chunk-KHEJZ3U4.mjs.map +1 -0
- package/dist/chunk-QXBMXCML.mjs +2 -0
- package/dist/chunk-QXBMXCML.mjs.map +1 -0
- package/dist/chunk-SGCVGEDR.mjs +2 -0
- package/dist/chunk-SGCVGEDR.mjs.map +1 -0
- package/dist/chunk-UUHAXGMO.mjs +2 -0
- package/dist/chunk-UUHAXGMO.mjs.map +1 -0
- package/dist/chunk-VPOFRDYL.mjs +2 -0
- package/dist/chunk-VPOFRDYL.mjs.map +1 -0
- package/dist/chunk-YY6ZBUVJ.mjs +2 -0
- package/dist/chunk-YY6ZBUVJ.mjs.map +1 -0
- package/dist/chunk-ZQAAB3P4.mjs +2 -0
- package/dist/chunk-ZQAAB3P4.mjs.map +1 -0
- package/dist/components/Accordion.d.ts +109 -1
- package/dist/components/Accordion.d.ts.map +1 -1
- package/dist/components/Action.d.ts +68 -0
- package/dist/components/Action.d.ts.map +1 -0
- package/dist/components/ActionToolbar.d.ts +65 -0
- package/dist/components/ActionToolbar.d.ts.map +1 -0
- package/dist/components/Alert.d.ts +49 -0
- package/dist/components/Alert.d.ts.map +1 -1
- package/dist/components/Autocomplete.d.ts +88 -0
- package/dist/components/Autocomplete.d.ts.map +1 -0
- package/dist/components/Avatar.d.ts +71 -1
- package/dist/components/Avatar.d.ts.map +1 -1
- package/dist/components/Badge.d.ts +32 -2
- package/dist/components/Badge.d.ts.map +1 -1
- package/dist/components/Bookmark.d.ts +49 -0
- package/dist/components/Bookmark.d.ts.map +1 -0
- package/dist/components/BottomSheet.d.ts +91 -1
- package/dist/components/BottomSheet.d.ts.map +1 -1
- package/dist/components/Breadcrumb.d.ts +73 -14
- package/dist/components/Breadcrumb.d.ts.map +1 -1
- package/dist/components/Button.d.ts +82 -7
- package/dist/components/Button.d.ts.map +1 -1
- package/dist/components/Card.d.ts +122 -5
- package/dist/components/Card.d.ts.map +1 -1
- package/dist/components/ChatMessage.d.ts +67 -1
- package/dist/components/ChatMessage.d.ts.map +1 -1
- package/dist/components/Checkbox.d.ts +48 -2
- package/dist/components/Checkbox.d.ts.map +1 -1
- package/dist/components/Command.d.ts +82 -1
- package/dist/components/Command.d.ts.map +1 -1
- package/dist/components/ComponentLayout.d.ts +72 -0
- package/dist/components/ComponentLayout.d.ts.map +1 -0
- package/dist/components/ConfirmModal.d.ts +66 -1
- package/dist/components/ConfirmModal.d.ts.map +1 -1
- package/dist/components/Container.d.ts +39 -0
- package/dist/components/Container.d.ts.map +1 -1
- package/dist/components/ContextMenu.d.ts +51 -1
- package/dist/components/ContextMenu.d.ts.map +1 -1
- package/dist/components/DatePicker.d.ts +62 -0
- package/dist/components/DatePicker.d.ts.map +1 -0
- package/dist/components/Divider.d.ts +13 -3
- package/dist/components/Divider.d.ts.map +1 -1
- package/dist/components/Drawer.d.ts +103 -1
- package/dist/components/Drawer.d.ts.map +1 -1
- package/dist/components/Dropdown.d.ts +51 -1
- package/dist/components/Dropdown.d.ts.map +1 -1
- package/dist/components/EmotionAnalysis.d.ts +59 -1
- package/dist/components/EmotionAnalysis.d.ts.map +1 -1
- package/dist/components/EmotionButton.d.ts +35 -1
- package/dist/components/EmotionButton.d.ts.map +1 -1
- package/dist/components/EmotionMeter.d.ts +38 -2
- package/dist/components/EmotionMeter.d.ts.map +1 -1
- package/dist/components/EmotionSelector.d.ts +51 -1
- package/dist/components/EmotionSelector.d.ts.map +1 -1
- package/dist/components/FeatureCard.d.ts +61 -0
- package/dist/components/FeatureCard.d.ts.map +1 -0
- package/dist/components/Form.d.ts +114 -0
- package/dist/components/Form.d.ts.map +1 -0
- package/dist/components/Grid.d.ts +42 -1
- package/dist/components/Grid.d.ts.map +1 -1
- package/dist/components/HeroSection.d.ts +77 -0
- package/dist/components/HeroSection.d.ts.map +1 -0
- package/dist/components/Icon/Icon.d.ts +159 -0
- package/dist/components/Icon/Icon.d.ts.map +1 -0
- package/dist/components/Icon/IconProvider.d.ts +94 -0
- package/dist/components/Icon/IconProvider.d.ts.map +1 -0
- package/dist/components/Icon/icon-store.d.ts +21 -0
- package/dist/components/Icon/icon-store.d.ts.map +1 -0
- package/dist/components/Icon/index.d.ts +10 -0
- package/dist/components/Icon/index.d.ts.map +1 -0
- package/dist/components/InfoCard.d.ts +48 -0
- package/dist/components/InfoCard.d.ts.map +1 -0
- package/dist/components/Input.d.ts +40 -8
- package/dist/components/Input.d.ts.map +1 -1
- package/dist/components/Label.d.ts +50 -0
- package/dist/components/Label.d.ts.map +1 -0
- package/dist/components/LanguageToggle.d.ts +41 -1
- package/dist/components/LanguageToggle.d.ts.map +1 -1
- package/dist/components/Link.d.ts +52 -0
- package/dist/components/Link.d.ts.map +1 -0
- package/dist/components/LoadingSpinner.d.ts +44 -5
- package/dist/components/LoadingSpinner.d.ts.map +1 -1
- package/dist/components/Menu.d.ts +92 -1
- package/dist/components/Menu.d.ts.map +1 -1
- package/dist/components/Modal.d.ts +67 -5
- package/dist/components/Modal.d.ts.map +1 -1
- package/dist/components/Navigation.d.ts +72 -0
- package/dist/components/Navigation.d.ts.map +1 -0
- package/dist/components/PageNavigation.d.ts +48 -0
- package/dist/components/PageNavigation.d.ts.map +1 -0
- package/dist/components/PageTransition.d.ts +44 -1
- package/dist/components/PageTransition.d.ts.map +1 -1
- package/dist/components/Pagination.d.ts +52 -1
- package/dist/components/Pagination.d.ts.map +1 -1
- package/dist/components/Panel.d.ts +99 -0
- package/dist/components/Panel.d.ts.map +1 -0
- package/dist/components/Popover.d.ts +46 -1
- package/dist/components/Popover.d.ts.map +1 -1
- package/dist/components/Progress.d.ts +52 -3
- package/dist/components/Progress.d.ts.map +1 -1
- package/dist/components/Radio.d.ts +44 -2
- package/dist/components/Radio.d.ts.map +1 -1
- package/dist/components/ScrollArea.d.ts +53 -1
- package/dist/components/ScrollArea.d.ts.map +1 -1
- package/dist/components/ScrollIndicator.d.ts +43 -1
- package/dist/components/ScrollIndicator.d.ts.map +1 -1
- package/dist/components/ScrollProgress.d.ts +37 -0
- package/dist/components/ScrollProgress.d.ts.map +1 -1
- package/dist/components/ScrollToTop.d.ts +48 -11
- package/dist/components/ScrollToTop.d.ts.map +1 -1
- package/dist/components/SectionHeader.d.ts +42 -0
- package/dist/components/SectionHeader.d.ts.map +1 -0
- package/dist/components/Select.d.ts +59 -2
- package/dist/components/Select.d.ts.map +1 -1
- package/dist/components/Skeleton.d.ts +44 -1
- package/dist/components/Skeleton.d.ts.map +1 -1
- package/dist/components/Slider.d.ts +75 -0
- package/dist/components/Slider.d.ts.map +1 -0
- package/dist/components/Stack.d.ts +42 -1
- package/dist/components/Stack.d.ts.map +1 -1
- package/dist/components/StatsPanel.d.ts +72 -0
- package/dist/components/StatsPanel.d.ts.map +1 -0
- package/dist/components/Switch.d.ts +48 -2
- package/dist/components/Switch.d.ts.map +1 -1
- package/dist/components/Table.d.ts +206 -0
- package/dist/components/Table.d.ts.map +1 -0
- package/dist/components/Tabs.d.ts +123 -10
- package/dist/components/Tabs.d.ts.map +1 -1
- package/dist/components/Textarea.d.ts +48 -2
- package/dist/components/Textarea.d.ts.map +1 -1
- package/dist/components/ThemeProvider.d.ts +67 -2
- package/dist/components/ThemeProvider.d.ts.map +1 -1
- package/dist/components/ThemeToggle.d.ts +44 -0
- package/dist/components/ThemeToggle.d.ts.map +1 -1
- package/dist/components/Toast.d.ts +75 -1
- package/dist/components/Toast.d.ts.map +1 -1
- package/dist/components/Toggle.d.ts +62 -0
- package/dist/components/Toggle.d.ts.map +1 -0
- package/dist/components/Tooltip.d.ts +48 -1
- package/dist/components/Tooltip.d.ts.map +1 -1
- package/dist/components/Upload.d.ts +87 -0
- package/dist/components/Upload.d.ts.map +1 -0
- package/dist/components/advanced/AdvancedPageTransition.d.ts +25 -0
- package/dist/components/advanced/AdvancedPageTransition.d.ts.map +1 -0
- package/dist/components/advanced/index.d.ts +4 -0
- package/dist/components/advanced/index.d.ts.map +1 -0
- package/dist/components/advanced/usePageTransition.d.ts +33 -0
- package/dist/components/advanced/usePageTransition.d.ts.map +1 -0
- package/dist/components/advanced/usePageTransitionManager.d.ts +44 -0
- package/dist/components/advanced/usePageTransitionManager.d.ts.map +1 -0
- package/dist/components/dashboard/ActivityFeed.d.ts +87 -0
- package/dist/components/dashboard/ActivityFeed.d.ts.map +1 -0
- package/dist/components/dashboard/BarChart.d.ts +82 -0
- package/dist/components/dashboard/BarChart.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardGrid.d.ts +44 -0
- package/dist/components/dashboard/DashboardGrid.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardSidebar.d.ts +105 -0
- package/dist/components/dashboard/DashboardSidebar.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardToolbar.d.ts +120 -0
- package/dist/components/dashboard/DashboardToolbar.d.ts.map +1 -0
- package/dist/components/dashboard/EmptyState.d.ts +61 -0
- package/dist/components/dashboard/EmptyState.d.ts.map +1 -0
- package/dist/components/dashboard/MembershipBadge.d.ts +45 -0
- package/dist/components/dashboard/MembershipBadge.d.ts.map +1 -0
- package/dist/components/dashboard/MerchantList.d.ts +98 -0
- package/dist/components/dashboard/MerchantList.d.ts.map +1 -0
- package/dist/components/dashboard/MetricCard.d.ts +75 -0
- package/dist/components/dashboard/MetricCard.d.ts.map +1 -0
- package/dist/components/dashboard/MiniBarChart.d.ts +60 -0
- package/dist/components/dashboard/MiniBarChart.d.ts.map +1 -0
- package/dist/components/dashboard/NotificationCard.d.ts +89 -0
- package/dist/components/dashboard/NotificationCard.d.ts.map +1 -0
- package/dist/components/dashboard/ProfileCard.d.ts +82 -0
- package/dist/components/dashboard/ProfileCard.d.ts.map +1 -0
- package/dist/components/dashboard/ProgressCard.d.ts +71 -0
- package/dist/components/dashboard/ProgressCard.d.ts.map +1 -0
- package/dist/components/dashboard/QuickActionCard.d.ts +63 -0
- package/dist/components/dashboard/QuickActionCard.d.ts.map +1 -0
- package/dist/components/dashboard/RoutingBreakdownCard.d.ts +88 -0
- package/dist/components/dashboard/RoutingBreakdownCard.d.ts.map +1 -0
- package/dist/components/dashboard/SettlementTimeline.d.ts +90 -0
- package/dist/components/dashboard/SettlementTimeline.d.ts.map +1 -0
- package/dist/components/dashboard/StatCard.d.ts +70 -0
- package/dist/components/dashboard/StatCard.d.ts.map +1 -0
- package/dist/components/dashboard/SummaryCard.d.ts +73 -0
- package/dist/components/dashboard/SummaryCard.d.ts.map +1 -0
- package/dist/components/dashboard/TransactionDetailDrawer.d.ts +183 -0
- package/dist/components/dashboard/TransactionDetailDrawer.d.ts.map +1 -0
- package/dist/components/dashboard/TransactionsTable.d.ts +137 -0
- package/dist/components/dashboard/TransactionsTable.d.ts.map +1 -0
- package/dist/components/dashboard/TrendChart.d.ts +75 -0
- package/dist/components/dashboard/TrendChart.d.ts.map +1 -0
- package/dist/components/dashboard/index.d.ts +41 -0
- package/dist/components/dashboard/index.d.ts.map +1 -0
- package/dist/components/scrollbar/scrollbar.d.ts +12 -0
- package/dist/components/scrollbar/scrollbar.d.ts.map +1 -0
- package/dist/dashboard-QMssHf5j.d.mts +1801 -0
- package/dist/feedback.d.mts +103 -0
- package/dist/feedback.d.ts +21 -0
- package/dist/feedback.d.ts.map +1 -0
- package/dist/feedback.js +2 -0
- package/dist/feedback.js.map +1 -0
- package/dist/feedback.mjs +2 -0
- package/dist/feedback.mjs.map +1 -0
- package/dist/form.d.mts +803 -0
- package/dist/form.d.ts +42 -0
- package/dist/form.d.ts.map +1 -0
- package/dist/form.js +2 -0
- package/dist/form.js.map +1 -0
- package/dist/form.mjs +2 -0
- package/dist/form.mjs.map +1 -0
- package/dist/hooks/useScrollToggle.d.ts +12 -0
- package/dist/hooks/useScrollToggle.d.ts.map +1 -0
- package/dist/icons-DoSGIez_.d.mts +135 -0
- package/dist/index.d.mts +3770 -0
- package/dist/index.d.ts +76 -38
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +37 -49
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib/icon-aliases.d.ts +24 -0
- package/dist/lib/icon-aliases.d.ts.map +1 -0
- package/dist/lib/icon-names.d.ts +47 -0
- package/dist/lib/icon-names.d.ts.map +1 -0
- package/dist/lib/icon-providers.d.ts +560 -0
- package/dist/lib/icon-providers.d.ts.map +1 -0
- package/dist/lib/icons.d.ts +113 -24
- package/dist/lib/icons.d.ts.map +1 -1
- package/dist/lib/phosphor-icons.d.ts +6 -0
- package/dist/lib/phosphor-icons.d.ts.map +1 -0
- package/dist/lib/styles/colors.d.ts +131 -0
- package/dist/lib/styles/colors.d.ts.map +1 -0
- package/dist/lib/styles/index.d.ts +8 -0
- package/dist/lib/styles/index.d.ts.map +1 -0
- package/dist/lib/styles/utils.d.ts +87 -0
- package/dist/lib/styles/utils.d.ts.map +1 -0
- package/dist/lib/styles/variants.d.ts +79 -0
- package/dist/lib/styles/variants.d.ts.map +1 -0
- package/dist/lib/types/common.d.ts +80 -0
- package/dist/lib/types/common.d.ts.map +1 -0
- package/dist/lib/types/index.d.ts +6 -0
- package/dist/lib/types/index.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +73 -1
- package/dist/lib/utils.d.ts.map +1 -1
- package/dist/navigation.d.mts +105 -0
- package/dist/navigation.d.ts +22 -0
- package/dist/navigation.d.ts.map +1 -0
- package/dist/navigation.js +2 -0
- package/dist/navigation.js.map +1 -0
- package/dist/navigation.mjs +2 -0
- package/dist/navigation.mjs.map +1 -0
- package/package.json +85 -19
- package/src/styles/toast.css +23 -0
- package/dist/components/Accordion.js +0 -84
- package/dist/components/Alert.js +0 -61
- package/dist/components/Avatar.js +0 -18
- package/dist/components/Badge.js +0 -15
- package/dist/components/BottomSheet.js +0 -96
- package/dist/components/Breadcrumb.js +0 -47
- package/dist/components/Button.js +0 -23
- package/dist/components/Card.js +0 -18
- package/dist/components/ChatMessage.js +0 -59
- package/dist/components/Checkbox.js +0 -30
- package/dist/components/Command.js +0 -119
- package/dist/components/ConfirmModal.js +0 -53
- package/dist/components/Container.js +0 -23
- package/dist/components/ContextMenu.js +0 -110
- package/dist/components/Divider.js +0 -39
- package/dist/components/Drawer.js +0 -79
- package/dist/components/Dropdown.js +0 -174
- package/dist/components/EmotionAnalysis.js +0 -40
- package/dist/components/EmotionButton.js +0 -16
- package/dist/components/EmotionMeter.js +0 -21
- package/dist/components/EmotionSelector.js +0 -46
- package/dist/components/Grid.js +0 -44
- package/dist/components/Icon.d.ts +0 -26
- package/dist/components/Icon.d.ts.map +0 -1
- package/dist/components/Icon.js +0 -48
- package/dist/components/Input.js +0 -25
- package/dist/components/LanguageToggle.js +0 -61
- package/dist/components/LoadingSpinner.js +0 -37
- package/dist/components/Menu.js +0 -122
- package/dist/components/Modal.js +0 -62
- package/dist/components/PageTransition.js +0 -39
- package/dist/components/Pagination.js +0 -87
- package/dist/components/Popover.js +0 -159
- package/dist/components/Progress.js +0 -51
- package/dist/components/Radio.js +0 -29
- package/dist/components/ScrollArea.js +0 -42
- package/dist/components/ScrollIndicator.js +0 -60
- package/dist/components/ScrollProgress.js +0 -39
- package/dist/components/ScrollToTop.js +0 -46
- package/dist/components/Select.js +0 -29
- package/dist/components/Skeleton.js +0 -71
- package/dist/components/Stack.js +0 -34
- package/dist/components/Switch.js +0 -29
- package/dist/components/Tabs.js +0 -117
- package/dist/components/Textarea.js +0 -31
- package/dist/components/ThemeProvider.js +0 -76
- package/dist/components/ThemeToggle.js +0 -49
- package/dist/components/Toast.js +0 -138
- package/dist/components/Tooltip.js +0 -102
- package/dist/lib/icons.js +0 -321
- package/dist/lib/utils.js +0 -5
|
@@ -1,11 +1,21 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* Divider 컴포넌트의 props / Divider component props
|
|
4
|
+
* @typedef {Object} DividerProps
|
|
5
|
+
* @property {"horizontal" | "vertical"} [orientation="horizontal"] - Divider 방향 / Divider orientation
|
|
6
|
+
* @property {"solid" | "dashed" | "dotted" | "gradient" | "glass"} [variant="solid"] - Divider 스타일 변형 / Divider style variant
|
|
7
|
+
* @property {"sm" | "md" | "lg"} [size="md"] - Divider 크기 / Divider size
|
|
8
|
+
* @property {"none" | "sm" | "md" | "lg" | "xl"} [spacing="md"] - Divider 주변 여백 / Divider spacing
|
|
9
|
+
* @property {"default" | "muted" | "primary" | "secondary"} [color="default"] - Divider 색상 / Divider color
|
|
10
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
11
|
+
*/
|
|
2
12
|
export interface DividerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
13
|
orientation?: "horizontal" | "vertical";
|
|
4
|
-
variant?: "solid" | "dashed" | "dotted" | "gradient";
|
|
14
|
+
variant?: "solid" | "dashed" | "dotted" | "gradient" | "glass";
|
|
5
15
|
size?: "sm" | "md" | "lg";
|
|
6
16
|
spacing?: "none" | "sm" | "md" | "lg" | "xl";
|
|
7
17
|
color?: "default" | "muted" | "primary" | "secondary";
|
|
8
18
|
}
|
|
9
|
-
declare const Divider: React.
|
|
19
|
+
declare const Divider: React.NamedExoticComponent<DividerProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
20
|
export { Divider };
|
|
11
21
|
//# sourceMappingURL=Divider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../src/components/Divider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../src/components/Divider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB;;;;;;;;;GASG;AACH,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACxE,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACvC,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAA;IAC9D,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC5C,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,CAAA;CACtD;AAqGD,QAAA,MAAM,OAAO,gFAA+B,CAAA;AAE5C,OAAO,EAAE,OAAO,EAAE,CAAA"}
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* Drawer 컴포넌트의 props / Drawer component props
|
|
4
|
+
* @typedef {Object} DrawerProps
|
|
5
|
+
* @property {boolean} open - Drawer 열림/닫힘 상태 / Drawer open/close state
|
|
6
|
+
* @property {(open: boolean) => void} onOpenChange - 상태 변경 콜백 / State change callback
|
|
7
|
+
* @property {React.ReactNode} children - Drawer 내용 / Drawer content
|
|
8
|
+
* @property {string} [className] - 추가 CSS 클래스 / Additional CSS class
|
|
9
|
+
* @property {"left" | "right" | "top" | "bottom"} [side="right"] - Drawer 표시 위치 / Drawer display position
|
|
10
|
+
* @property {"sm" | "md" | "lg" | "xl" | "full"} [size="md"] - Drawer 크기 / Drawer size
|
|
11
|
+
* @property {boolean} [showBackdrop=true] - 배경 오버레이 표시 여부 / Show backdrop overlay
|
|
12
|
+
* @property {string} [backdropClassName] - 배경 오버레이 추가 CSS 클래스 / Backdrop overlay additional CSS class
|
|
13
|
+
* @property {boolean} [closeOnBackdropClick=true] - 배경 클릭 시 닫기 여부 / Close on backdrop click
|
|
14
|
+
* @property {boolean} [closeOnEscape=true] - ESC 키로 닫기 여부 / Close on ESC key
|
|
15
|
+
*/
|
|
2
16
|
interface DrawerProps {
|
|
3
17
|
open: boolean;
|
|
4
18
|
onOpenChange: (open: boolean) => void;
|
|
@@ -7,26 +21,114 @@ interface DrawerProps {
|
|
|
7
21
|
side?: "left" | "right" | "top" | "bottom";
|
|
8
22
|
size?: "sm" | "md" | "lg" | "xl" | "full";
|
|
9
23
|
showBackdrop?: boolean;
|
|
24
|
+
backdropClassName?: string;
|
|
10
25
|
closeOnBackdropClick?: boolean;
|
|
11
26
|
closeOnEscape?: boolean;
|
|
12
27
|
}
|
|
28
|
+
/**
|
|
29
|
+
* Drawer 컴포넌트 / Drawer component
|
|
30
|
+
*
|
|
31
|
+
* 사이드에서 슬라이드되는 패널 컴포넌트입니다.
|
|
32
|
+
* Modal과 유사하지만 특정 방향에서 슬라이드되는 애니메이션을 제공합니다.
|
|
33
|
+
* ESC 키로 닫기, 배경 클릭으로 닫기 기능을 지원합니다.
|
|
34
|
+
*
|
|
35
|
+
* Panel component that slides from the side.
|
|
36
|
+
* Similar to Modal but provides slide animation from a specific direction.
|
|
37
|
+
* Supports closing with ESC key and backdrop click.
|
|
38
|
+
*
|
|
39
|
+
* @component
|
|
40
|
+
* @example
|
|
41
|
+
* // 기본 사용 / Basic usage
|
|
42
|
+
* const [open, setOpen] = useState(false)
|
|
43
|
+
*
|
|
44
|
+
* <Drawer open={open} onOpenChange={setOpen}>
|
|
45
|
+
* <DrawerHeader>제목</DrawerHeader>
|
|
46
|
+
* <DrawerContent>내용</DrawerContent>
|
|
47
|
+
* <DrawerFooter>
|
|
48
|
+
* <Button onClick={() => setOpen(false)}>닫기</Button>
|
|
49
|
+
* </DrawerFooter>
|
|
50
|
+
* </Drawer>
|
|
51
|
+
*
|
|
52
|
+
* @example
|
|
53
|
+
* // 왼쪽에서 열기 / Open from left
|
|
54
|
+
* <Drawer open={open} onOpenChange={setOpen} side="left" size="lg">
|
|
55
|
+
* <DrawerContent>사이드바 내용</DrawerContent>
|
|
56
|
+
* </Drawer>
|
|
57
|
+
*
|
|
58
|
+
* @param {DrawerProps} props - Drawer 컴포넌트의 props / Drawer component props
|
|
59
|
+
* @param {React.Ref<HTMLDivElement>} ref - Drawer 컨테이너 ref / Drawer container ref
|
|
60
|
+
* @returns {JSX.Element} Drawer 컴포넌트 / Drawer component
|
|
61
|
+
*
|
|
62
|
+
* @todo 접근성 개선: role="dialog", aria-modal="true" 추가 필요 / Accessibility: Add role="dialog", aria-modal="true"
|
|
63
|
+
* @todo 접근성 개선: aria-labelledby, aria-describedby 연결 필요 / Accessibility: Connect aria-labelledby, aria-describedby
|
|
64
|
+
*/
|
|
13
65
|
declare const Drawer: React.ForwardRefExoticComponent<DrawerProps & React.RefAttributes<HTMLDivElement>>;
|
|
66
|
+
/**
|
|
67
|
+
* DrawerHeader 컴포넌트의 props / DrawerHeader component props
|
|
68
|
+
* @typedef {Object} DrawerHeaderProps
|
|
69
|
+
* @property {React.ReactNode} children - 헤더 내용 / Header content
|
|
70
|
+
* @property {string} [className] - 추가 CSS 클래스 / Additional CSS class
|
|
71
|
+
* @property {boolean} [showCloseButton=true] - 닫기 버튼 표시 여부 / Show close button
|
|
72
|
+
* @property {() => void} [onClose] - 닫기 버튼 클릭 콜백 / Close button click callback
|
|
73
|
+
*/
|
|
14
74
|
interface DrawerHeaderProps {
|
|
15
75
|
children: React.ReactNode;
|
|
16
76
|
className?: string;
|
|
17
77
|
showCloseButton?: boolean;
|
|
18
78
|
onClose?: () => void;
|
|
19
79
|
}
|
|
80
|
+
/**
|
|
81
|
+
* DrawerHeader 컴포넌트 / DrawerHeader component
|
|
82
|
+
* Drawer의 헤더 영역을 표시합니다.
|
|
83
|
+
* Displays the header area of a Drawer.
|
|
84
|
+
*
|
|
85
|
+
* @component
|
|
86
|
+
* @param {DrawerHeaderProps} props - DrawerHeader 컴포넌트의 props / DrawerHeader component props
|
|
87
|
+
* @param {React.Ref<HTMLDivElement>} ref - div 요소 ref / div element ref
|
|
88
|
+
* @returns {JSX.Element} DrawerHeader 컴포넌트 / DrawerHeader component
|
|
89
|
+
*/
|
|
20
90
|
declare const DrawerHeader: React.ForwardRefExoticComponent<DrawerHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
91
|
+
/**
|
|
92
|
+
* DrawerContent 컴포넌트의 props / DrawerContent component props
|
|
93
|
+
* @typedef {Object} DrawerContentProps
|
|
94
|
+
* @property {React.ReactNode} children - 콘텐츠 / Content
|
|
95
|
+
* @property {string} [className] - 추가 CSS 클래스 / Additional CSS class
|
|
96
|
+
*/
|
|
21
97
|
interface DrawerContentProps {
|
|
22
98
|
children: React.ReactNode;
|
|
23
99
|
className?: string;
|
|
24
100
|
}
|
|
101
|
+
/**
|
|
102
|
+
* DrawerContent 컴포넌트 / DrawerContent component
|
|
103
|
+
* Drawer의 메인 콘텐츠 영역을 표시합니다.
|
|
104
|
+
* Displays the main content area of a Drawer.
|
|
105
|
+
*
|
|
106
|
+
* @component
|
|
107
|
+
* @param {DrawerContentProps} props - DrawerContent 컴포넌트의 props / DrawerContent component props
|
|
108
|
+
* @param {React.Ref<HTMLDivElement>} ref - div 요소 ref / div element ref
|
|
109
|
+
* @returns {JSX.Element} DrawerContent 컴포넌트 / DrawerContent component
|
|
110
|
+
*/
|
|
25
111
|
declare const DrawerContent: React.ForwardRefExoticComponent<DrawerContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
112
|
+
/**
|
|
113
|
+
* DrawerFooter 컴포넌트의 props / DrawerFooter component props
|
|
114
|
+
* @typedef {Object} DrawerFooterProps
|
|
115
|
+
* @property {React.ReactNode} children - 푸터 내용 / Footer content
|
|
116
|
+
* @property {string} [className] - 추가 CSS 클래스 / Additional CSS class
|
|
117
|
+
*/
|
|
26
118
|
interface DrawerFooterProps {
|
|
27
119
|
children: React.ReactNode;
|
|
28
120
|
className?: string;
|
|
29
121
|
}
|
|
122
|
+
/**
|
|
123
|
+
* DrawerFooter 컴포넌트 / DrawerFooter component
|
|
124
|
+
* Drawer의 푸터 영역을 표시합니다. 주로 액션 버튼을 배치합니다.
|
|
125
|
+
* Displays the footer area of a Drawer. Typically used for action buttons.
|
|
126
|
+
*
|
|
127
|
+
* @component
|
|
128
|
+
* @param {DrawerFooterProps} props - DrawerFooter 컴포넌트의 props / DrawerFooter component props
|
|
129
|
+
* @param {React.Ref<HTMLDivElement>} ref - div 요소 ref / div element ref
|
|
130
|
+
* @returns {JSX.Element} DrawerFooter 컴포넌트 / DrawerFooter component
|
|
131
|
+
*/
|
|
30
132
|
declare const DrawerFooter: React.ForwardRefExoticComponent<DrawerFooterProps & React.RefAttributes<HTMLDivElement>>;
|
|
31
133
|
export { Drawer, DrawerHeader, DrawerContent, DrawerFooter };
|
|
32
134
|
//# sourceMappingURL=Drawer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../src/components/Drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../src/components/Drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB;;;;;;;;;;;;;GAaG;AACH,UAAU,WAAW;IACnB,IAAI,EAAE,OAAO,CAAA;IACb,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAA;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAA;IAC1C,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IACzC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,QAAA,MAAM,MAAM,oFA6GX,CAAA;AAGD;;;;;;;GAOG;AACH,UAAU,iBAAiB;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB;AAED;;;;;;;;;GASG;AACH,QAAA,MAAM,YAAY,0FAoBjB,CAAA;AAGD;;;;;GAKG;AACH,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,2FAYlB,CAAA;AAGD;;;;;GAKG;AACH,UAAU,iBAAiB;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;;;;;;;GASG;AACH,QAAA,MAAM,YAAY,0FAYjB,CAAA;AAGD,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,CAAA"}
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* Dropdown 컴포넌트의 props / Dropdown component props
|
|
4
|
+
* @typedef {Object} DropdownProps
|
|
5
|
+
* @property {React.ReactNode} trigger - Dropdown을 열기 위한 트리거 요소 / Trigger element to open dropdown
|
|
6
|
+
* @property {React.ReactNode} children - Dropdown 내용 / Dropdown content
|
|
7
|
+
* @property {boolean} [open] - 제어 모드에서 열림/닫힘 상태 / Open/close state in controlled mode
|
|
8
|
+
* @property {(open: boolean) => void} [onOpenChange] - 상태 변경 콜백 / State change callback
|
|
9
|
+
* @property {"top" | "bottom" | "left" | "right"} [placement="bottom"] - Dropdown 표시 위치 / Dropdown display position
|
|
10
|
+
* @property {"start" | "center" | "end"} [align="start"] - Dropdown 정렬 / Dropdown alignment
|
|
11
|
+
* @property {number} [offset=8] - 트리거와 Dropdown 사이 간격 (px) / Spacing between trigger and dropdown (px)
|
|
12
|
+
* @property {boolean} [disabled=false] - Dropdown 비활성화 여부 / Disable dropdown
|
|
13
|
+
* @property {boolean} [showArrow=true] - 화살표 표시 여부 / Show arrow
|
|
14
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
15
|
+
*/
|
|
2
16
|
export interface DropdownProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
17
|
trigger: React.ReactNode;
|
|
4
18
|
children: React.ReactNode;
|
|
@@ -10,6 +24,42 @@ export interface DropdownProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
10
24
|
disabled?: boolean;
|
|
11
25
|
showArrow?: boolean;
|
|
12
26
|
}
|
|
27
|
+
/**
|
|
28
|
+
* Dropdown 컴포넌트 / Dropdown component
|
|
29
|
+
*
|
|
30
|
+
* 트리거 요소를 클릭하면 표시되는 드롭다운 메뉴 컴포넌트입니다.
|
|
31
|
+
* 외부 클릭 시 자동으로 닫히며, 뷰포트 경계를 자동으로 감지하여 위치를 조정합니다.
|
|
32
|
+
*
|
|
33
|
+
* Dropdown menu component that appears when the trigger element is clicked.
|
|
34
|
+
* Automatically closes on outside click and adjusts position by detecting viewport boundaries.
|
|
35
|
+
*
|
|
36
|
+
* @component
|
|
37
|
+
* @example
|
|
38
|
+
* // 기본 사용 / Basic usage
|
|
39
|
+
* <Dropdown trigger={<Button>메뉴</Button>}>
|
|
40
|
+
* <Menu>
|
|
41
|
+
* <MenuItem>항목 1</MenuItem>
|
|
42
|
+
* <MenuItem>항목 2</MenuItem>
|
|
43
|
+
* </Menu>
|
|
44
|
+
* </Dropdown>
|
|
45
|
+
*
|
|
46
|
+
* @example
|
|
47
|
+
* // 제어 모드, 화살표 없음 / Controlled mode, no arrow
|
|
48
|
+
* const [open, setOpen] = useState(false)
|
|
49
|
+
* <Dropdown
|
|
50
|
+
* open={open}
|
|
51
|
+
* onOpenChange={setOpen}
|
|
52
|
+
* trigger={<Button>제어 모드</Button>}
|
|
53
|
+
* placement="top"
|
|
54
|
+
* showArrow={false}
|
|
55
|
+
* >
|
|
56
|
+
* <div className="p-4">내용</div>
|
|
57
|
+
* </Dropdown>
|
|
58
|
+
*
|
|
59
|
+
* @param {DropdownProps} props - Dropdown 컴포넌트의 props / Dropdown component props
|
|
60
|
+
* @param {React.Ref<HTMLDivElement>} ref - div 요소 ref / div element ref
|
|
61
|
+
* @returns {JSX.Element} Dropdown 컴포넌트 / Dropdown component
|
|
62
|
+
*/
|
|
13
63
|
declare const Dropdown: React.ForwardRefExoticComponent<DropdownProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
64
|
export interface DropdownItemProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
15
65
|
icon?: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../src/components/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../src/components/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACzE,OAAO,EAAE,KAAK,CAAC,SAAS,CAAA;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAA;IACtC,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;IAC/C,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;IAClC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,QAAA,MAAM,QAAQ,sFA+Mb,CAAA;AAID,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACtF,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,UAAU,CAAA;CACjD;AAED,QAAA,MAAM,YAAY,6FAwCjB,CAAA;AAGD,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAEvF,QAAA,MAAM,iBAAiB,+FAQtB,CAAA;AAGD,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAEnF,QAAA,MAAM,aAAa,2FAUlB,CAAA;AAID,QAAA,MAAM,YAAY,6GAUjB,CAAA;AAGD,QAAA,MAAM,aAAa,6GAUlB,CAAA;AAGD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,iBAAiB,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,EAAE,CAAA"}
|
|
@@ -1,4 +1,26 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* EmotionAnalysis 컴포넌트의 props / EmotionAnalysis component props
|
|
4
|
+
* @typedef {Object} EmotionAnalysisProps
|
|
5
|
+
* @property {Object} [primaryEmotion] - 주요 감정 정보 / Primary emotion information
|
|
6
|
+
* @property {string} primaryEmotion.name - 감정 이름 / Emotion name
|
|
7
|
+
* @property {number} primaryEmotion.intensity - 감정 강도 (0-100) / Emotion intensity (0-100)
|
|
8
|
+
* @property {string} [primaryEmotion.color] - 감정 색상 / Emotion color
|
|
9
|
+
* @property {Array<Object>} [emotionDistribution] - 감정 분포 배열 / Emotion distribution array
|
|
10
|
+
* @property {string} emotionDistribution[].emotion - 감정 이름 / Emotion name
|
|
11
|
+
* @property {number} emotionDistribution[].percentage - 감정 비율 (0-100) / Emotion percentage (0-100)
|
|
12
|
+
* @property {string} emotionDistribution[].color - 감정 색상 / Emotion color
|
|
13
|
+
* @property {string[]} [keywords] - 키워드 배열 / Keywords array
|
|
14
|
+
* @property {number} [intensity=50] - 전체 강도 (0-100) / Overall intensity (0-100)
|
|
15
|
+
* @property {number} [positivity=70] - 긍정성 (0-100) / Positivity (0-100)
|
|
16
|
+
* @property {number} [energy=60] - 에너지 (0-100) / Energy (0-100)
|
|
17
|
+
* @property {boolean} [showMeter=true] - 강도 미터 표시 여부 / Show intensity meter
|
|
18
|
+
* @property {boolean} [showDistribution=true] - 분포 표시 여부 / Show distribution
|
|
19
|
+
* @property {boolean} [showKeywords=true] - 키워드 표시 여부 / Show keywords
|
|
20
|
+
* @property {boolean} [showMetrics=true] - 메트릭 표시 여부 / Show metrics
|
|
21
|
+
* @property {"compact" | "detailed" | "card"} [layout="detailed"] - 레이아웃 타입 / Layout type
|
|
22
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
23
|
+
*/
|
|
2
24
|
interface EmotionAnalysisProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
25
|
primaryEmotion?: {
|
|
4
26
|
name: string;
|
|
@@ -20,6 +42,42 @@ interface EmotionAnalysisProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
20
42
|
showMetrics?: boolean;
|
|
21
43
|
layout?: "compact" | "detailed" | "card";
|
|
22
44
|
}
|
|
45
|
+
/**
|
|
46
|
+
* EmotionAnalysis 컴포넌트 / EmotionAnalysis component
|
|
47
|
+
*
|
|
48
|
+
* 감정 분석 결과를 표시하는 컴포넌트입니다.
|
|
49
|
+
* 주요 감정, 감정 분포, 키워드, 메트릭(강도, 긍정성, 에너지)을 표시할 수 있습니다.
|
|
50
|
+
*
|
|
51
|
+
* Component that displays emotion analysis results.
|
|
52
|
+
* Can display primary emotion, emotion distribution, keywords, and metrics (intensity, positivity, energy).
|
|
53
|
+
*
|
|
54
|
+
* @component
|
|
55
|
+
* @example
|
|
56
|
+
* // 기본 사용 / Basic usage
|
|
57
|
+
* <EmotionAnalysis
|
|
58
|
+
* primaryEmotion={{ name: "기쁨", intensity: 80 }}
|
|
59
|
+
* keywords={["행복", "만족"]}
|
|
60
|
+
* />
|
|
61
|
+
*
|
|
62
|
+
* @example
|
|
63
|
+
* // 상세 레이아웃 / Detailed layout
|
|
64
|
+
* <EmotionAnalysis
|
|
65
|
+
* primaryEmotion={{ name: "평온", intensity: 65, color: "green" }}
|
|
66
|
+
* emotionDistribution={[
|
|
67
|
+
* { emotion: "기쁨", percentage: 40, color: "yellow" },
|
|
68
|
+
* { emotion: "평온", percentage: 60, color: "green" }
|
|
69
|
+
* ]}
|
|
70
|
+
* keywords={["안정", "편안"]}
|
|
71
|
+
* intensity={65}
|
|
72
|
+
* positivity={75}
|
|
73
|
+
* energy={50}
|
|
74
|
+
* layout="detailed"
|
|
75
|
+
* />
|
|
76
|
+
*
|
|
77
|
+
* @param {EmotionAnalysisProps} props - EmotionAnalysis 컴포넌트의 props / EmotionAnalysis component props
|
|
78
|
+
* @param {React.Ref<HTMLDivElement>} ref - div 요소 ref / div element ref
|
|
79
|
+
* @returns {JSX.Element} EmotionAnalysis 컴포넌트 / EmotionAnalysis component
|
|
80
|
+
*/
|
|
23
81
|
declare const EmotionAnalysis: React.ForwardRefExoticComponent<EmotionAnalysisProps & React.RefAttributes<HTMLDivElement>>;
|
|
24
82
|
export { EmotionAnalysis };
|
|
25
83
|
//# sourceMappingURL=EmotionAnalysis.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmotionAnalysis.d.ts","sourceRoot":"","sources":["../../src/components/EmotionAnalysis.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"EmotionAnalysis.d.ts","sourceRoot":"","sources":["../../src/components/EmotionAnalysis.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,UAAU,oBAAqB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACzE,cAAc,CAAC,EAAE;QACf,IAAI,EAAE,MAAM,CAAA;QACZ,SAAS,EAAE,MAAM,CAAA;QACjB,KAAK,CAAC,EAAE,MAAM,CAAA;KACf,CAAA;IACD,mBAAmB,CAAC,EAAE,KAAK,CAAC;QAC1B,OAAO,EAAE,MAAM,CAAA;QACf,UAAU,EAAE,MAAM,CAAA;QAClB,KAAK,EAAE,MAAM,CAAA;KACd,CAAC,CAAA;IACF,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,MAAM,CAAA;CACzC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,QAAA,MAAM,eAAe,6FAgSpB,CAAA;AAID,OAAO,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -1,9 +1,43 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* EmotionButton 컴포넌트의 props / EmotionButton component props
|
|
4
|
+
* @typedef {Object} EmotionButtonProps
|
|
5
|
+
* @property {string} emotion - 감정 이모지 또는 텍스트 / Emotion emoji or text
|
|
6
|
+
* @property {boolean} [isSelected=false] - 선택 상태 / Selected state
|
|
7
|
+
* @property {"sm" | "md" | "lg"} [size="md"] - 버튼 크기 / Button size
|
|
8
|
+
* @extends {React.ButtonHTMLAttributes<HTMLButtonElement>}
|
|
9
|
+
*/
|
|
2
10
|
export interface EmotionButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
3
11
|
emotion: string;
|
|
4
12
|
isSelected?: boolean;
|
|
5
13
|
size?: "sm" | "md" | "lg";
|
|
6
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* EmotionButton 컴포넌트 / EmotionButton component
|
|
17
|
+
*
|
|
18
|
+
* 감정을 선택하는 버튼 컴포넌트입니다.
|
|
19
|
+
* 이모지나 텍스트로 감정을 표시하며, 선택 상태를 지원합니다.
|
|
20
|
+
*
|
|
21
|
+
* Button component for selecting emotions.
|
|
22
|
+
* Displays emotion as emoji or text and supports selected state.
|
|
23
|
+
*
|
|
24
|
+
* @component
|
|
25
|
+
* @example
|
|
26
|
+
* // 기본 사용 / Basic usage
|
|
27
|
+
* <EmotionButton emotion="😊" />
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* // 선택 상태 / Selected state
|
|
31
|
+
* <EmotionButton
|
|
32
|
+
* emotion="😊"
|
|
33
|
+
* isSelected
|
|
34
|
+
* size="lg"
|
|
35
|
+
* />
|
|
36
|
+
*
|
|
37
|
+
* @param {EmotionButtonProps} props - EmotionButton 컴포넌트의 props / EmotionButton component props
|
|
38
|
+
* @param {React.Ref<HTMLButtonElement>} ref - button 요소 ref / button element ref
|
|
39
|
+
* @returns {JSX.Element} EmotionButton 컴포넌트 / EmotionButton component
|
|
40
|
+
*/
|
|
7
41
|
declare const EmotionButton: React.ForwardRefExoticComponent<EmotionButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
8
42
|
export { EmotionButton };
|
|
9
43
|
//# sourceMappingURL=EmotionButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmotionButton.d.ts","sourceRoot":"","sources":["../../src/components/EmotionButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"EmotionButton.d.ts","sourceRoot":"","sources":["../../src/components/EmotionButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB;;;;;;;GAOG;AACH,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACvF,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CAC1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,aAAa,8FAyBlB,CAAA;AAGD,OAAO,EAAE,aAAa,EAAE,CAAA"}
|
|
@@ -1,10 +1,46 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { Color } from "../lib/types/common";
|
|
3
|
+
/**
|
|
4
|
+
* EmotionMeter 컴포넌트의 props / EmotionMeter component props
|
|
5
|
+
* @typedef {Object} EmotionMeterProps
|
|
6
|
+
* @property {number} value - 감정 강도 값 (0-max) / Emotion intensity value (0-max)
|
|
7
|
+
* @property {number} [max=100] - 최대값 / Maximum value
|
|
8
|
+
* @property {"sm" | "md" | "lg"} [size="md"] - 미터 크기 / Meter size
|
|
9
|
+
* @property {"blue" | "green" | "yellow" | "red"} [color="blue"] - 미터 색상 / Meter color
|
|
10
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
11
|
+
*/
|
|
2
12
|
export interface EmotionMeterProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
13
|
value: number;
|
|
4
14
|
max?: number;
|
|
5
15
|
size?: "sm" | "md" | "lg";
|
|
6
|
-
color?: "blue" | "green" | "yellow" | "red";
|
|
16
|
+
color?: "blue" | "green" | "yellow" | "red" | Color;
|
|
7
17
|
}
|
|
18
|
+
/**
|
|
19
|
+
* EmotionMeter 컴포넌트 / EmotionMeter component
|
|
20
|
+
*
|
|
21
|
+
* 감정 강도를 표시하는 미터 컴포넌트입니다.
|
|
22
|
+
* Progress 컴포넌트와 유사하지만 감정 분석에 특화되어 있습니다.
|
|
23
|
+
*
|
|
24
|
+
* Meter component that displays emotion intensity.
|
|
25
|
+
* Similar to Progress component but specialized for emotion analysis.
|
|
26
|
+
*
|
|
27
|
+
* @component
|
|
28
|
+
* @example
|
|
29
|
+
* // 기본 사용 / Basic usage
|
|
30
|
+
* <EmotionMeter value={75} />
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* // 다양한 색상 / Various colors
|
|
34
|
+
* <EmotionMeter
|
|
35
|
+
* value={80}
|
|
36
|
+
* color="green"
|
|
37
|
+
* size="lg"
|
|
38
|
+
* />
|
|
39
|
+
*
|
|
40
|
+
* @param {EmotionMeterProps} props - EmotionMeter 컴포넌트의 props / EmotionMeter component props
|
|
41
|
+
* @param {React.Ref<HTMLDivElement>} ref - div 요소 ref / div element ref
|
|
42
|
+
* @returns {JSX.Element} EmotionMeter 컴포넌트 / EmotionMeter component
|
|
43
|
+
*/
|
|
8
44
|
declare const EmotionMeter: React.ForwardRefExoticComponent<EmotionMeterProps & React.RefAttributes<HTMLDivElement>>;
|
|
9
45
|
export { EmotionMeter };
|
|
10
46
|
//# sourceMappingURL=EmotionMeter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmotionMeter.d.ts","sourceRoot":"","sources":["../../src/components/EmotionMeter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,
|
|
1
|
+
{"version":3,"file":"EmotionMeter.d.ts","sourceRoot":"","sources":["../../src/components/EmotionMeter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAA;AAEhD;;;;;;;;GAQG;AACH,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC7E,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,CAAA;CACpD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,YAAY,0FA4CjB,CAAA;AAGD,OAAO,EAAE,YAAY,EAAE,CAAA"}
|
|
@@ -1,4 +1,22 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* EmotionSelector 컴포넌트의 props / EmotionSelector component props
|
|
4
|
+
* @typedef {Object} EmotionSelectorProps
|
|
5
|
+
* @property {string} [selectedEmotion] - 선택된 감정 키 / Selected emotion key
|
|
6
|
+
* @property {(emotion: string) => void} [onEmotionSelect] - 감정 선택 콜백 / Emotion selection callback
|
|
7
|
+
* @property {"grid" | "list" | "compact"} [layout="grid"] - 레이아웃 타입 / Layout type
|
|
8
|
+
* @property {boolean} [showIntensity=false] - 강도 조절 표시 여부 / Show intensity control
|
|
9
|
+
* @property {number} [intensity=50] - 감정 강도 (0-100) / Emotion intensity (0-100)
|
|
10
|
+
* @property {(intensity: number) => void} [onIntensityChange] - 강도 변경 콜백 / Intensity change callback
|
|
11
|
+
* @property {Array<Object>} [emotions] - 감정 목록 / Emotions list
|
|
12
|
+
* @property {string} emotions[].key - 감정 키 / Emotion key
|
|
13
|
+
* @property {string} emotions[].label - 감정 라벨 / Emotion label
|
|
14
|
+
* @property {string} [emotions[].icon] - 감정 아이콘 / Emotion icon
|
|
15
|
+
* @property {string} [emotions[].color] - 감정 색상 / Emotion color
|
|
16
|
+
* @property {"sm" | "md" | "lg"} [size="md"] - 감정 버튼 크기 / Emotion button size
|
|
17
|
+
* @property {"button" | "card" | "chip"} [variant="button"] - 감정 표시 스타일 / Emotion display style
|
|
18
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
19
|
+
*/
|
|
2
20
|
interface EmotionSelectorProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
21
|
selectedEmotion?: string;
|
|
4
22
|
onEmotionSelect?: (emotion: string) => void;
|
|
@@ -15,6 +33,38 @@ interface EmotionSelectorProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
15
33
|
size?: "sm" | "md" | "lg";
|
|
16
34
|
variant?: "button" | "card" | "chip";
|
|
17
35
|
}
|
|
36
|
+
/**
|
|
37
|
+
* EmotionSelector 컴포넌트 / EmotionSelector component
|
|
38
|
+
*
|
|
39
|
+
* 감정을 선택하는 컴포넌트입니다.
|
|
40
|
+
* 여러 감정 옵션을 제공하며, 강도 조절 기능을 포함할 수 있습니다.
|
|
41
|
+
*
|
|
42
|
+
* Component for selecting emotions.
|
|
43
|
+
* Provides multiple emotion options and can include intensity control.
|
|
44
|
+
*
|
|
45
|
+
* @component
|
|
46
|
+
* @example
|
|
47
|
+
* // 기본 사용 / Basic usage
|
|
48
|
+
* <EmotionSelector
|
|
49
|
+
* selectedEmotion="joy"
|
|
50
|
+
* onEmotionSelect={(emotion) => console.log(emotion)}
|
|
51
|
+
* />
|
|
52
|
+
*
|
|
53
|
+
* @example
|
|
54
|
+
* // 강도 조절 포함 / With intensity control
|
|
55
|
+
* <EmotionSelector
|
|
56
|
+
* selectedEmotion="calm"
|
|
57
|
+
* onEmotionSelect={handleEmotionSelect}
|
|
58
|
+
* showIntensity
|
|
59
|
+
* intensity={intensity}
|
|
60
|
+
* onIntensityChange={setIntensity}
|
|
61
|
+
* variant="card"
|
|
62
|
+
* />
|
|
63
|
+
*
|
|
64
|
+
* @param {EmotionSelectorProps} props - EmotionSelector 컴포넌트의 props / EmotionSelector component props
|
|
65
|
+
* @param {React.Ref<HTMLDivElement>} ref - div 요소 ref / div element ref
|
|
66
|
+
* @returns {JSX.Element} EmotionSelector 컴포넌트 / EmotionSelector component
|
|
67
|
+
*/
|
|
18
68
|
declare const EmotionSelector: React.ForwardRefExoticComponent<EmotionSelectorProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
69
|
export { EmotionSelector };
|
|
20
70
|
//# sourceMappingURL=EmotionSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmotionSelector.d.ts","sourceRoot":"","sources":["../../src/components/EmotionSelector.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"EmotionSelector.d.ts","sourceRoot":"","sources":["../../src/components/EmotionSelector.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB;;;;;;;;;;;;;;;;;GAiBG;AACH,UAAU,oBAAqB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACzE,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC3C,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;IACpC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;IAC/C,QAAQ,CAAC,EAAE,KAAK,CAAC;QACf,GAAG,EAAE,MAAM,CAAA;QACX,KAAK,EAAE,MAAM,CAAA;QACb,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,KAAK,CAAC,EAAE,MAAM,CAAA;KACf,CAAC,CAAA;IACF,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,OAAO,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAA;CACrC;AAaD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,QAAA,MAAM,eAAe,6FAgJpB,CAAA;AAID,OAAO,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { IconName } from "../lib/icons";
|
|
3
|
+
/**
|
|
4
|
+
* FeatureCard 컴포넌트의 props / FeatureCard component props
|
|
5
|
+
* @typedef {Object} FeatureCardProps
|
|
6
|
+
* @property {IconName | string} [icon] - 아이콘 (IconName 또는 이미지 URL) / Icon (IconName or image URL)
|
|
7
|
+
* @property {string} title - 카드 제목 / Card title
|
|
8
|
+
* @property {string} description - 카드 설명 / Card description
|
|
9
|
+
* @property {"default" | "gradient" | "glass" | "neon"} [variant="default"] - FeatureCard 스타일 변형 / FeatureCard style variant
|
|
10
|
+
* @property {"sm" | "md" | "lg"} [size="md"] - FeatureCard 크기 / FeatureCard size
|
|
11
|
+
* @property {"scale" | "glow" | "slide" | "none"} [hover="scale"] - 호버 효과 / Hover effect
|
|
12
|
+
* @property {"blue" | "purple" | "green" | "orange" | "pink" | "custom"} [gradient="blue"] - 그라디언트 색상 / Gradient color
|
|
13
|
+
* @property {string} [customGradient] - 커스텀 그라디언트 클래스 / Custom gradient class
|
|
14
|
+
* @extends {React.HTMLAttributes<HTMLDivElement>}
|
|
15
|
+
*/
|
|
16
|
+
export interface FeatureCardProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
17
|
+
icon?: IconName | string;
|
|
18
|
+
title: string;
|
|
19
|
+
description: string;
|
|
20
|
+
variant?: "default" | "gradient" | "glass" | "neon";
|
|
21
|
+
size?: "sm" | "md" | "lg";
|
|
22
|
+
hover?: "scale" | "glow" | "slide" | "none";
|
|
23
|
+
gradient?: "blue" | "purple" | "green" | "orange" | "pink" | "custom";
|
|
24
|
+
customGradient?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* FeatureCard 컴포넌트 / FeatureCard component
|
|
28
|
+
*
|
|
29
|
+
* 기능을 소개하는 카드 컴포넌트입니다.
|
|
30
|
+
* 아이콘, 제목, 설명을 포함하며, 다양한 스타일과 호버 효과를 지원합니다.
|
|
31
|
+
*
|
|
32
|
+
* Card component that introduces features.
|
|
33
|
+
* Includes icon, title, and description, supports various styles and hover effects.
|
|
34
|
+
*
|
|
35
|
+
* @component
|
|
36
|
+
* @example
|
|
37
|
+
* // 기본 사용 / Basic usage
|
|
38
|
+
* <FeatureCard
|
|
39
|
+
* icon="star"
|
|
40
|
+
* title="고급 기능"
|
|
41
|
+
* description="강력한 기능을 제공합니다"
|
|
42
|
+
* />
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* // Gradient 스타일 / Gradient style
|
|
46
|
+
* <FeatureCard
|
|
47
|
+
* icon="zap"
|
|
48
|
+
* title="빠른 성능"
|
|
49
|
+
* description="최적화된 성능"
|
|
50
|
+
* variant="gradient"
|
|
51
|
+
* gradient="purple"
|
|
52
|
+
* hover="glow"
|
|
53
|
+
* />
|
|
54
|
+
*
|
|
55
|
+
* @param {FeatureCardProps} props - FeatureCard 컴포넌트의 props / FeatureCard component props
|
|
56
|
+
* @param {React.Ref<HTMLDivElement>} ref - div 요소 ref / div element ref
|
|
57
|
+
* @returns {JSX.Element} FeatureCard 컴포넌트 / FeatureCard component
|
|
58
|
+
*/
|
|
59
|
+
declare const FeatureCard: React.ForwardRefExoticComponent<FeatureCardProps & React.RefAttributes<HTMLDivElement>>;
|
|
60
|
+
export { FeatureCard };
|
|
61
|
+
//# sourceMappingURL=FeatureCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeatureCard.d.ts","sourceRoot":"","sources":["../../src/components/FeatureCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAA;AAE5C;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5E,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,CAAA;IACnD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAA;IAC3C,QAAQ,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAA;IACrE,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,QAAA,MAAM,WAAW,yFA4EhB,CAAA;AAeD,OAAO,EAAE,WAAW,EAAE,CAAA"}
|