@wakastellar/ui 3.5.0 → 4.0.0-dev.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/badge-B2Kw7ew3.js +1 -0
- package/dist/{badge-BfiocODp.mjs → badge-BvqcaobM.mjs} +9 -9
- package/dist/blocks/activity-timeline/index.d.ts +73 -0
- package/dist/blocks/antivirus-dashboard/index.d.ts +44 -0
- package/dist/blocks/apm-overview/index.d.ts +58 -0
- package/dist/blocks/auth-2fa/index.d.ts +38 -0
- package/dist/blocks/calendar-view/index.d.ts +56 -0
- package/dist/blocks/chat/index.d.ts +112 -0
- package/dist/blocks/chat/widget.d.ts +100 -0
- package/dist/blocks/chat-interface/index.d.ts +66 -0
- package/dist/blocks/checkout-flow/index.d.ts +76 -0
- package/dist/blocks/cicd-builder/index.d.ts +47 -0
- package/dist/blocks/clamav-service-status/index.d.ts +35 -0
- package/dist/blocks/cloud-cost-dashboard/index.d.ts +49 -0
- package/dist/blocks/container-orchestrator/index.d.ts +63 -0
- package/dist/blocks/dashboard/index.d.ts +95 -0
- package/dist/blocks/dashboard-kpi/index.d.ts +69 -0
- package/dist/blocks/database-admin/index.d.ts +84 -0
- package/dist/blocks/deployment-dashboard/index.d.ts +68 -0
- package/dist/blocks/empty-states/index.d.ts +47 -0
- package/dist/blocks/error-pages/index.d.ts +55 -0
- package/dist/blocks/faq/index.d.ts +54 -0
- package/dist/blocks/file-manager/index.d.ts +81 -0
- package/dist/blocks/file-scan-uploader/index.d.ts +29 -0
- package/dist/blocks/footer/index.d.ts +19 -0
- package/dist/blocks/gitops-sync-status/index.d.ts +45 -0
- package/dist/blocks/header/index.d.ts +86 -0
- package/dist/blocks/headtab/index.d.ts +27 -0
- package/dist/blocks/i18n-editor/index.d.ts +63 -0
- package/dist/blocks/incident-manager/index.d.ts +44 -0
- package/dist/blocks/index.d.ts +58 -0
- package/dist/blocks/infrastructure-map/index.d.ts +32 -0
- package/dist/blocks/kanban-board/index.d.ts +77 -0
- package/dist/blocks/landing/index.d.ts +104 -0
- package/dist/blocks/language-selector/index.d.ts +6 -0
- package/dist/blocks/layout/index.d.ts +28 -0
- package/dist/blocks/login/index.d.ts +42 -0
- package/dist/blocks/login/types.d.ts +126 -0
- package/dist/blocks/on-call-schedule/index.d.ts +43 -0
- package/dist/blocks/player-profile/index.d.ts +78 -0
- package/dist/blocks/pricing/index.d.ts +64 -0
- package/dist/blocks/profile/index.d.ts +98 -0
- package/dist/blocks/quarantine-manager/index.d.ts +27 -0
- package/dist/blocks/release-notes/index.d.ts +49 -0
- package/dist/blocks/scan-history-log/index.d.ts +28 -0
- package/dist/blocks/scan-policy-editor/index.d.ts +27 -0
- package/dist/blocks/scan-report-generator/index.d.ts +47 -0
- package/dist/blocks/settings/index.d.ts +62 -0
- package/dist/blocks/sidebar/index.d.ts +155 -0
- package/dist/blocks/signature-database-manager/index.d.ts +39 -0
- package/dist/blocks/threat-alert-banner/index.d.ts +26 -0
- package/dist/blocks/user-management/index.d.ts +95 -0
- package/dist/blocks/waka-doc-shell/index.d.ts +3 -0
- package/dist/blocks/waka-doc-shell/types.d.ts +32 -0
- package/dist/blocks/wizard/index.d.ts +88 -0
- package/dist/charts.cjs.js +1 -1
- package/dist/charts.d.ts +17 -1
- package/dist/charts.es.js +2 -1
- package/dist/{chunk-Cr9pTUWm.mjs → chunk-BJivcVNn.mjs} +6 -5
- package/dist/chunk-FDd1SASZ.js +1 -0
- package/dist/cli/index.cjs +54 -3
- package/dist/cn-Bpd_xIzI.mjs +23 -0
- package/dist/cn-DEeiGoUV.js +1 -0
- package/dist/components/DataTable/DataTable.d.ts +17 -0
- package/dist/components/DataTable/DataTableAdvanced.d.ts +27 -0
- package/dist/components/DataTable/DataTableColumnResizer.d.ts +8 -0
- package/dist/components/DataTable/DataTableContextMenu.d.ts +47 -0
- package/dist/components/DataTable/DataTableEditCell.d.ts +29 -0
- package/dist/components/DataTable/DataTableFilters.d.ts +14 -0
- package/dist/components/DataTable/DataTableGrouping.d.ts +25 -0
- package/dist/components/DataTable/DataTablePagination.d.ts +8 -0
- package/dist/components/DataTable/DataTableSelection.d.ts +46 -0
- package/dist/components/DataTable/DataTableToolbar.d.ts +14 -0
- package/dist/components/DataTable/examples/EditExample.d.ts +2 -0
- package/dist/components/DataTable/hooks/useDataTable.d.ts +24 -0
- package/dist/components/DataTable/hooks/useDataTableAdvanced.d.ts +38 -0
- package/dist/components/DataTable/hooks/useDataTableEdit.d.ts +22 -0
- package/dist/components/DataTable/hooks/useDataTableExport.d.ts +15 -0
- package/dist/components/DataTable/hooks/useDataTableImport.d.ts +12 -0
- package/dist/components/DataTable/hooks/useDataTableTheme.d.ts +16 -0
- package/dist/components/DataTable/hooks/useDataTableVirtualization.d.ts +19 -0
- package/dist/components/DataTable/hooks/useTableLayout.d.ts +26 -0
- package/dist/components/DataTable/index.d.ts +37 -0
- package/dist/components/DataTable/types.d.ts +461 -0
- package/dist/components/DataTable/utils.d.ts +37 -0
- package/dist/components/accordion/index.d.ts +7 -0
- package/dist/components/alert/index.d.ts +8 -0
- package/dist/components/alert-dialog/index.d.ts +20 -0
- package/dist/components/aspect-ratio/index.d.ts +3 -0
- package/dist/components/avatar/index.d.ts +6 -0
- package/dist/components/badge/index.d.ts +9 -0
- package/dist/components/button/index.d.ts +11 -0
- package/dist/components/calendar/index.d.ts +18 -0
- package/dist/components/card/index.d.ts +46 -0
- package/dist/components/checkbox/index.d.ts +4 -0
- package/dist/components/code/index.d.ts +49 -0
- package/dist/components/collapsible/index.d.ts +5 -0
- package/dist/components/command/index.d.ts +83 -0
- package/dist/components/context-menu/index.d.ts +27 -0
- package/dist/components/dialog/index.d.ts +19 -0
- package/dist/components/dropdown-menu/index.d.ts +27 -0
- package/dist/components/error-boundary/ErrorBoundary.d.ts +102 -0
- package/dist/components/error-boundary/index.d.ts +2 -0
- package/dist/components/form/index.d.ts +23 -0
- package/dist/components/hover-card/index.d.ts +6 -0
- package/dist/components/index.d.ts +257 -0
- package/dist/components/input/index.d.ts +19 -0
- package/dist/components/input-otp/index.d.ts +51 -0
- package/dist/components/label/index.d.ts +5 -0
- package/dist/components/language-selector/index.d.ts +40 -0
- package/dist/components/menubar/index.d.ts +28 -0
- package/dist/components/navigation-menu/index.d.ts +12 -0
- package/dist/components/popover/index.d.ts +6 -0
- package/dist/components/progress/index.d.ts +4 -0
- package/dist/components/radio-group/index.d.ts +5 -0
- package/dist/components/scroll-area/index.d.ts +5 -0
- package/dist/components/select/index.d.ts +13 -0
- package/dist/components/separator/index.d.ts +4 -0
- package/dist/components/sheet/index.d.ts +27 -0
- package/dist/components/skeleton/index.d.ts +13 -0
- package/dist/components/slider/index.d.ts +4 -0
- package/dist/components/switch/index.d.ts +4 -0
- package/dist/components/table/index.d.ts +21 -0
- package/dist/components/tabs/index.d.ts +7 -0
- package/dist/components/textarea/index.d.ts +14 -0
- package/dist/components/theme-selector/index.d.ts +8 -0
- package/dist/components/toast/index.d.ts +15 -0
- package/dist/components/toaster/index.d.ts +1 -0
- package/dist/components/toggle/index.d.ts +12 -0
- package/dist/components/tooltip/index.d.ts +7 -0
- package/dist/components/typography/index.d.ts +85 -0
- package/dist/components/waka-3d-pie-chart/index.d.ts +67 -0
- package/dist/components/waka-achievement-unlock/index.d.ts +83 -0
- package/dist/components/waka-activity-feed/index.d.ts +78 -0
- package/dist/components/waka-ad-banner/index.d.ts +36 -0
- package/dist/components/waka-ad-fallback/index.d.ts +33 -0
- package/dist/components/waka-ad-inline/index.d.ts +15 -0
- package/dist/components/waka-ad-interstitial/index.d.ts +26 -0
- package/dist/components/waka-ad-placeholder/index.d.ts +17 -0
- package/dist/components/waka-ad-provider/index.d.ts +103 -0
- package/dist/components/waka-ad-sidebar/index.d.ts +18 -0
- package/dist/components/waka-ad-sticky-footer/index.d.ts +17 -0
- package/dist/components/waka-address-autocomplete/index.d.ts +129 -0
- package/dist/components/waka-admincrumb/index.d.ts +55 -0
- package/dist/components/waka-alert-panel/index.d.ts +45 -0
- package/dist/components/waka-alert-stack/index.d.ts +58 -0
- package/dist/components/waka-allocation-matrix/index.d.ts +193 -0
- package/dist/components/waka-approval-chain/index.d.ts +43 -0
- package/dist/components/waka-artifact-list/index.d.ts +32 -0
- package/dist/components/waka-audit-log/index.d.ts +142 -0
- package/dist/components/waka-autocomplete/index.d.ts +59 -0
- package/dist/components/waka-badge-showcase/index.d.ts +51 -0
- package/dist/components/waka-barcode/index.d.ts +27 -0
- package/dist/components/waka-biometric-prompt/index.d.ts +84 -0
- package/dist/components/waka-bottom-sheet/index.d.ts +61 -0
- package/dist/components/waka-breadcrumb/index.d.ts +43 -0
- package/dist/components/waka-breadcrumb-path/index.d.ts +46 -0
- package/dist/components/waka-budget-burn/index.d.ts +154 -0
- package/dist/components/waka-build-matrix/index.d.ts +36 -0
- package/dist/components/waka-capacity-planner/index.d.ts +132 -0
- package/dist/components/waka-carousel/index.d.ts +105 -0
- package/dist/components/waka-cart-summary/index.d.ts +154 -0
- package/dist/components/waka-challenge-timer/index.d.ts +86 -0
- package/dist/components/waka-charts/WakaAreaChart.d.ts +12 -0
- package/dist/components/waka-charts/WakaBarChart.d.ts +12 -0
- package/dist/components/waka-charts/WakaChart.d.ts +17 -0
- package/dist/components/waka-charts/WakaLineChart.d.ts +12 -0
- package/dist/components/waka-charts/WakaMiniChart.d.ts +13 -0
- package/dist/components/waka-charts/WakaPieChart.d.ts +12 -0
- package/dist/components/waka-charts/WakaSparkline.d.ts +13 -0
- package/dist/components/waka-charts/dataTableHelpers.d.ts +37 -0
- package/dist/components/waka-charts/hooks/useChartTheme.d.ts +27 -0
- package/dist/components/waka-charts/hooks/useRechartsLoader.d.ts +161 -0
- package/dist/components/waka-charts/index.d.ts +57 -0
- package/dist/components/waka-charts/types.d.ts +302 -0
- package/dist/components/waka-chat-bubble/index.d.ts +127 -0
- package/dist/components/waka-checklist/index.d.ts +123 -0
- package/dist/components/waka-checkout-stepper/index.d.ts +154 -0
- package/dist/components/waka-cohort-table/index.d.ts +130 -0
- package/dist/components/waka-color-picker/index.d.ts +40 -0
- package/dist/components/waka-combo-counter/index.d.ts +53 -0
- package/dist/components/waka-combobox/index.d.ts +81 -0
- package/dist/components/waka-command-bar/index.d.ts +45 -0
- package/dist/components/waka-compare-period/index.d.ts +122 -0
- package/dist/components/waka-config-comparator/index.d.ts +37 -0
- package/dist/components/waka-connection-matrix/index.d.ts +117 -0
- package/dist/components/waka-container-list/index.d.ts +51 -0
- package/dist/components/waka-content-recommendation/index.d.ts +23 -0
- package/dist/components/waka-contribution-graph/index.d.ts +34 -0
- package/dist/components/waka-cost-breakdown/index.d.ts +50 -0
- package/dist/components/waka-coupon-input/index.d.ts +105 -0
- package/dist/components/waka-credit-activity-feed/index.d.ts +21 -0
- package/dist/components/waka-credit-alert/index.d.ts +24 -0
- package/dist/components/waka-credit-balance/index.d.ts +30 -0
- package/dist/components/waka-credit-balance/types.d.ts +34 -0
- package/dist/components/waka-credit-breakdown/index.d.ts +32 -0
- package/dist/components/waka-credit-burn-rate/index.d.ts +25 -0
- package/dist/components/waka-credit-card-input/index.d.ts +95 -0
- package/dist/components/waka-credit-history/index.d.ts +31 -0
- package/dist/components/waka-credit-meter/index.d.ts +27 -0
- package/dist/components/waka-credit-pricing-pack/index.d.ts +17 -0
- package/dist/components/waka-credit-projection/index.d.ts +21 -0
- package/dist/components/waka-credit-quota/index.d.ts +25 -0
- package/dist/components/waka-credit-receipt/index.d.ts +23 -0
- package/dist/components/waka-credit-top-up/index.d.ts +26 -0
- package/dist/components/waka-credit-transaction/index.d.ts +22 -0
- package/dist/components/waka-credit-transfer-form/index.d.ts +27 -0
- package/dist/components/waka-credit-usage-chart/index.d.ts +34 -0
- package/dist/components/waka-daily-reward/index.d.ts +76 -0
- package/dist/components/waka-database-card/index.d.ts +46 -0
- package/dist/components/waka-date-range-picker/index.d.ts +68 -0
- package/dist/components/waka-datetime-picker/index.d.ts +135 -0
- package/dist/components/waka-datetime-picker.form-integration/index.d.ts +79 -0
- package/dist/components/waka-dependency-tree/index.d.ts +38 -0
- package/dist/components/waka-deployment-lane/index.d.ts +43 -0
- package/dist/components/waka-device-trust/index.d.ts +95 -0
- package/dist/components/waka-doc-breadcrumb/index.d.ts +11 -0
- package/dist/components/waka-doc-callout/index.d.ts +9 -0
- package/dist/components/waka-doc-code-block/index.d.ts +23 -0
- package/dist/components/waka-doc-nav/index.d.ts +16 -0
- package/dist/components/waka-doc-renderer/index.d.ts +7 -0
- package/dist/components/waka-doc-search/index.d.ts +23 -0
- package/dist/components/waka-doc-table/index.d.ts +8 -0
- package/dist/components/waka-doc-toc/index.d.ts +11 -0
- package/dist/components/waka-doc-toolbar/index.d.ts +15 -0
- package/dist/components/waka-doc-version/index.d.ts +13 -0
- package/dist/components/waka-dock/index.d.ts +49 -0
- package/dist/components/waka-drawer/index.d.ts +59 -0
- package/dist/components/waka-empty-state/index.d.ts +85 -0
- package/dist/components/waka-env-var-editor/index.d.ts +30 -0
- package/dist/components/waka-error-shake/index.d.ts +49 -0
- package/dist/components/waka-feature-announcement/index.d.ts +112 -0
- package/dist/components/waka-feature-flag-row/index.d.ts +45 -0
- package/dist/components/waka-file-upload/index.d.ts +49 -0
- package/dist/components/waka-floating-nav/index.d.ts +51 -0
- package/dist/components/waka-flow-diagram/index.d.ts +71 -0
- package/dist/components/waka-funnel-chart/index.d.ts +108 -0
- package/dist/components/waka-glow-card/index.d.ts +32 -0
- package/dist/components/waka-goal-progress/index.d.ts +139 -0
- package/dist/components/waka-haptic-button/index.d.ts +50 -0
- package/dist/components/waka-health-pulse/index.d.ts +28 -0
- package/dist/components/waka-heatmap/index.d.ts +135 -0
- package/dist/components/waka-hotspot/index.d.ts +111 -0
- package/dist/components/waka-image/index.d.ts +59 -0
- package/dist/components/waka-incident-timeline/index.d.ts +38 -0
- package/dist/components/waka-invoice-preview/index.d.ts +137 -0
- package/dist/components/waka-kanban/index.d.ts +68 -0
- package/dist/components/waka-kpi-dashboard/index.d.ts +80 -0
- package/dist/components/waka-kubernetes-overview/index.d.ts +98 -0
- package/dist/components/waka-leaderboard/index.d.ts +85 -0
- package/dist/components/waka-level-progress/index.d.ts +89 -0
- package/dist/components/waka-liquid-button/index.d.ts +46 -0
- package/dist/components/waka-loading-orbit/index.d.ts +90 -0
- package/dist/components/waka-log-viewer/index.d.ts +38 -0
- package/dist/components/waka-loot-box/index.d.ts +87 -0
- package/dist/components/waka-magic-link/index.d.ts +34 -0
- package/dist/components/waka-magnetic-button/index.d.ts +61 -0
- package/dist/components/waka-mention-input/index.d.ts +106 -0
- package/dist/components/waka-metric-sparkline/index.d.ts +46 -0
- package/dist/components/waka-migration-list/index.d.ts +36 -0
- package/dist/components/waka-milestone-road/index.d.ts +91 -0
- package/dist/components/waka-modal/index.d.ts +87 -0
- package/dist/components/waka-morph-button/index.d.ts +62 -0
- package/dist/components/waka-network-topology/index.d.ts +35 -0
- package/dist/components/waka-notifications/index.d.ts +40 -0
- package/dist/components/waka-number-input/index.d.ts +60 -0
- package/dist/components/waka-orbital-menu/index.d.ts +61 -0
- package/dist/components/waka-order-tracker/index.d.ts +121 -0
- package/dist/components/waka-outstream-video/index.d.ts +24 -0
- package/dist/components/waka-pagination/index.d.ts +67 -0
- package/dist/components/waka-password-strength/index.d.ts +98 -0
- package/dist/components/waka-payment-method-picker/index.d.ts +88 -0
- package/dist/components/waka-permission-matrix/index.d.ts +197 -0
- package/dist/components/waka-phone-input/index.d.ts +93 -0
- package/dist/components/waka-pipeline-view/index.d.ts +49 -0
- package/dist/components/waka-player-card/index.d.ts +36 -0
- package/dist/components/waka-pod-card/index.d.ts +73 -0
- package/dist/components/waka-points-popup/index.d.ts +75 -0
- package/dist/components/waka-power-up/index.d.ts +103 -0
- package/dist/components/waka-presence-indicator/index.d.ts +188 -0
- package/dist/components/waka-pricing-table/index.d.ts +77 -0
- package/dist/components/waka-product-card/index.d.ts +81 -0
- package/dist/components/waka-progress-onboarding/index.d.ts +97 -0
- package/dist/components/waka-pull-to-refresh/index.d.ts +45 -0
- package/dist/components/waka-qrcode/index.d.ts +32 -0
- package/dist/components/waka-query-explain/index.d.ts +48 -0
- package/dist/components/waka-quest-card/index.d.ts +110 -0
- package/dist/components/waka-quota-bar/index.d.ts +100 -0
- package/dist/components/waka-radar-score/index.d.ts +95 -0
- package/dist/components/waka-rank-badge/index.d.ts +58 -0
- package/dist/components/waka-rating-input/index.d.ts +110 -0
- package/dist/components/waka-reaction-picker/index.d.ts +77 -0
- package/dist/components/waka-region-map/index.d.ts +27 -0
- package/dist/components/waka-resource-gauge/index.d.ts +78 -0
- package/dist/components/waka-resource-pool/index.d.ts +81 -0
- package/dist/components/waka-rich-text-editor/index.d.ts +36 -0
- package/dist/components/waka-rollback-slider/index.d.ts +79 -0
- package/dist/components/waka-sankey-diagram/index.d.ts +120 -0
- package/dist/components/waka-schedule-picker/index.d.ts +100 -0
- package/dist/components/waka-scratch-card/index.d.ts +87 -0
- package/dist/components/waka-season-pass/index.d.ts +65 -0
- package/dist/components/waka-secret-card/index.d.ts +43 -0
- package/dist/components/waka-security-scan-result/index.d.ts +45 -0
- package/dist/components/waka-security-score/index.d.ts +124 -0
- package/dist/components/waka-segmented-control/index.d.ts +42 -0
- package/dist/components/waka-server-rack/index.d.ts +44 -0
- package/dist/components/waka-service-graph/index.d.ts +44 -0
- package/dist/components/waka-session-manager/index.d.ts +116 -0
- package/dist/components/waka-signature-pad/index.d.ts +87 -0
- package/dist/components/waka-skeleton-wave/index.d.ts +79 -0
- package/dist/components/waka-skill-tree/index.d.ts +78 -0
- package/dist/components/waka-sla-tracker/index.d.ts +65 -0
- package/dist/components/waka-slider-range/index.d.ts +88 -0
- package/dist/components/waka-spin-wheel/index.d.ts +51 -0
- package/dist/components/waka-spinner/index.d.ts +46 -0
- package/dist/components/waka-sponsored-badge/index.d.ts +20 -0
- package/dist/components/waka-sponsored-card/index.d.ts +25 -0
- package/dist/components/waka-sponsored-feed/index.d.ts +31 -0
- package/dist/components/waka-spotlight/index.d.ts +47 -0
- package/dist/components/waka-stat/index.d.ts +57 -0
- package/dist/components/waka-stats-hexagon/index.d.ts +149 -0
- package/dist/components/waka-status-matrix/index.d.ts +38 -0
- package/dist/components/waka-stepper/index.d.ts +76 -0
- package/dist/components/waka-streak-counter/index.d.ts +27 -0
- package/dist/components/waka-success-explosion/index.d.ts +51 -0
- package/dist/components/waka-swipe-card/index.d.ts +64 -0
- package/dist/components/waka-tabs-morph/index.d.ts +66 -0
- package/dist/components/waka-tag-input/index.d.ts +134 -0
- package/dist/components/waka-team-banner/index.d.ts +122 -0
- package/dist/components/waka-terminal-output/index.d.ts +48 -0
- package/dist/components/waka-test-report/index.d.ts +60 -0
- package/dist/components/waka-theme-creator/index.d.ts +59 -0
- package/dist/components/waka-theme-manager/index.d.ts +62 -0
- package/dist/components/waka-thread-view/index.d.ts +101 -0
- package/dist/components/waka-tilt-card/index.d.ts +36 -0
- package/dist/components/waka-time-picker/index.d.ts +51 -0
- package/dist/components/waka-timeline/index.d.ts +46 -0
- package/dist/components/waka-tooltip-tour/index.d.ts +123 -0
- package/dist/components/waka-tour-guide/index.d.ts +127 -0
- package/dist/components/waka-tournament-bracket/index.d.ts +101 -0
- package/dist/components/waka-trace-viewer/index.d.ts +36 -0
- package/dist/components/waka-tree/index.d.ts +67 -0
- package/dist/components/waka-treemap-chart/index.d.ts +104 -0
- package/dist/components/waka-two-factor-setup/index.d.ts +93 -0
- package/dist/components/waka-typewriter/index.d.ts +98 -0
- package/dist/components/waka-typing-indicator/index.d.ts +64 -0
- package/dist/components/waka-versus-card/index.d.ts +117 -0
- package/dist/components/waka-video/index.d.ts +66 -0
- package/dist/components/waka-video-ad/index.d.ts +32 -0
- package/dist/components/waka-video-call/index.d.ts +170 -0
- package/dist/components/waka-video-overlay/index.d.ts +26 -0
- package/dist/components/waka-virtual-list/index.d.ts +54 -0
- package/dist/components/waka-voice-message/index.d.ts +117 -0
- package/dist/components/waka-welcome-modal/index.d.ts +120 -0
- package/dist/components/waka-xp-bar/index.d.ts +54 -0
- package/dist/context/admincrumb-context.d.ts +34 -0
- package/dist/context/index.d.ts +8 -0
- package/dist/context/language-context.d.ts +57 -0
- package/dist/context/theme-context.d.ts +39 -0
- package/dist/context/theme-provider.d.ts +74 -0
- package/dist/context/waka-provider.d.ts +50 -0
- package/dist/doc.cjs.js +1 -1
- package/dist/doc.d.ts +33 -1
- package/dist/doc.es.js +5 -4
- package/dist/editor.cjs.js +9 -9
- package/dist/editor.es.js +1934 -2016
- package/dist/exceljs.min-BQi0sACt.js +28 -0
- package/dist/{exceljs.min-DL1XYDll.mjs → exceljs.min-M0HhQgNK.mjs} +42 -33
- package/dist/export.cjs.js +1 -1
- package/dist/export.d.ts +30 -1
- package/dist/export.es.js +2 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/use-toast.d.ts +44 -0
- package/dist/hooks/use-translation.d.ts +15 -0
- package/dist/hooks/useToast.d.ts +44 -0
- package/dist/index.cjs.js +96 -96
- package/dist/index.d.ts +38 -1
- package/dist/index.es.js +25926 -26088
- package/dist/input-B8pxqKEs.mjs +14 -0
- package/dist/input-vHHUMve1.js +1 -0
- package/dist/lib/i18n.d.ts +4 -0
- package/dist/rich-text.cjs.js +1 -1
- package/dist/rich-text.d.ts +21 -1
- package/dist/rich-text.es.js +2 -1
- package/dist/security-ClfRkelC.mjs +120 -0
- package/dist/security-DwyLk9h1.js +1 -0
- package/dist/{separator-ibN2mycs.mjs → separator-DDQs13_a.mjs} +19 -19
- package/dist/separator-DviMy-io.js +1 -0
- package/dist/src/blocks/login/index.d.ts +4 -4
- package/dist/src/blocks/waka-doc-shell/types.d.ts +3 -3
- package/dist/src/cli/utils/remote.d.ts +49 -0
- package/dist/src/components/calendar/index.d.ts +10 -0
- package/dist/src/components/card/index.d.ts +44 -6
- package/dist/src/components/editor/index.d.ts +14 -0
- package/dist/src/components/editor/waka-floating-toolbar.d.ts +6 -0
- package/dist/src/components/input/index.d.ts +14 -0
- package/dist/src/components/skeleton/index.d.ts +12 -1
- package/dist/src/components/table/index.d.ts +12 -1
- package/dist/src/components/textarea/index.d.ts +9 -0
- package/dist/src/components/waka-address-autocomplete/index.d.ts +5 -0
- package/dist/src/components/waka-admincrumb/index.d.ts +14 -0
- package/dist/src/components/waka-datetime-picker.form-integration/index.d.ts +4 -0
- package/dist/src/components/waka-doc-breadcrumb/index.d.ts +3 -3
- package/dist/src/components/waka-doc-search/index.d.ts +5 -0
- package/dist/src/components/waka-doc-toolbar/index.d.ts +5 -0
- package/dist/src/components/waka-dock/index.d.ts +5 -0
- package/dist/src/components/waka-haptic-button/index.d.ts +5 -0
- package/dist/src/components/waka-hotspot/index.d.ts +5 -0
- package/dist/src/components/waka-liquid-button/index.d.ts +5 -0
- package/dist/src/components/waka-magnetic-button/index.d.ts +5 -0
- package/dist/src/components/waka-modal/index.d.ts +5 -0
- package/dist/src/components/waka-tooltip-tour/index.d.ts +5 -0
- package/dist/src/components/waka-tour-guide/index.d.ts +5 -0
- package/dist/src/stories/editor/EditorStoryWrapper.d.ts +11 -0
- package/dist/textarea-C4AbqFOT.mjs +23 -0
- package/dist/textarea-jycisJkk.js +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/link.d.ts +23 -0
- package/dist/types/provider.d.ts +108 -0
- package/dist/types-CUCT8Mwf.js +1 -0
- package/dist/{types-JnqoLyuv.mjs → types-DXkPQFit.mjs} +212 -214
- package/dist/{useDataTableImport-T7ddpN5k.js → useDataTableImport-DNU1m8NO.js} +3 -3
- package/dist/{useDataTableImport-BWUFesPi.mjs → useDataTableImport-z5avsB21.mjs} +4 -3
- package/dist/utils/cn.d.ts +1 -0
- package/dist/utils/datetime-helpers.d.ts +147 -0
- package/dist/utils/error-handling.d.ts +190 -0
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/logger.d.ts +9 -0
- package/dist/utils/security.d.ts +96 -0
- package/dist/utils/theme-loader.d.ts +101 -0
- package/dist/utils/tweak.d.ts +18 -0
- package/dist/waka-doc-renderer-22MUZbyl.js +3 -0
- package/dist/{waka-doc-renderer-Cw-Xnyen.mjs → waka-doc-renderer-BZ3DtCzv.mjs} +192 -176
- package/dist/waka-editor-plugins-DO4BF3o_.js +1 -0
- package/dist/{waka-editor-plugins-DR6tpsUC.mjs → waka-editor-plugins-_0WFrkKK.mjs} +3 -2
- package/dist/{waka-rich-text-editor-DgSWiXMW.mjs → waka-rich-text-editor-BbEpfD5b.mjs} +22 -18
- package/dist/waka-rich-text-editor-C4b30Ik-.js +1 -0
- package/package.json +84 -26
- package/src/blocks/activity-timeline/ActivityTimeline.mdx +117 -0
- package/src/blocks/activity-timeline/ActivityTimeline.stories.tsx +18 -1
- package/src/blocks/antivirus-dashboard/AntivirusDashboard.stories.tsx +8 -0
- package/src/blocks/antivirus-dashboard/index.tsx +14 -0
- package/src/blocks/apm-overview/APMOverview.stories.tsx +8 -0
- package/src/blocks/apm-overview/index.tsx +14 -0
- package/src/blocks/auth-2fa/Auth2FA.mdx +85 -0
- package/src/blocks/auth-2fa/Auth2FA.stories.tsx +8 -1
- package/src/blocks/calendar-view/CalendarView.mdx +101 -0
- package/src/blocks/calendar-view/CalendarView.stories.tsx +15 -1
- package/src/blocks/chat/Chat.mdx +121 -0
- package/src/blocks/chat/Chat.stories.tsx +45 -51
- package/src/blocks/chat-interface/ChatInterface.mdx +109 -0
- package/src/blocks/chat-interface/ChatInterface.stories.tsx +54 -65
- package/src/blocks/checkout-flow/CheckoutFlow.mdx +89 -0
- package/src/blocks/checkout-flow/CheckoutFlow.stories.tsx +9 -1
- package/src/blocks/cicd-builder/CICDBuilder.stories.tsx +8 -0
- package/src/blocks/cicd-builder/index.tsx +14 -0
- package/src/blocks/clamav-service-status/ClamAVServiceStatus.stories.tsx +8 -0
- package/src/blocks/clamav-service-status/index.tsx +14 -0
- package/src/blocks/cloud-cost-dashboard/CloudCostDashboard.stories.tsx +8 -0
- package/src/blocks/cloud-cost-dashboard/index.tsx +14 -0
- package/src/blocks/container-orchestrator/ContainerOrchestrator.stories.tsx +8 -0
- package/src/blocks/container-orchestrator/index.tsx +14 -0
- package/src/blocks/dashboard/Dashboard.mdx +105 -0
- package/src/blocks/dashboard/Dashboard.stories.tsx +14 -1
- package/src/blocks/dashboard-kpi/DashboardKPI.mdx +97 -0
- package/src/blocks/dashboard-kpi/DashboardKPI.stories.tsx +11 -1
- package/src/blocks/database-admin/DatabaseAdmin.stories.tsx +8 -0
- package/src/blocks/database-admin/index.tsx +14 -0
- package/src/blocks/deployment-dashboard/DeploymentDashboard.stories.tsx +8 -0
- package/src/blocks/deployment-dashboard/index.tsx +14 -0
- package/src/blocks/empty-states/EmptyStates.mdx +129 -0
- package/src/blocks/empty-states/EmptyStates.stories.tsx +15 -1
- package/src/blocks/error-pages/ErrorPages.mdx +129 -0
- package/src/blocks/error-pages/ErrorPages.stories.tsx +82 -100
- package/src/blocks/faq/FAQ.mdx +113 -0
- package/src/blocks/faq/FAQ.stories.tsx +16 -1
- package/src/blocks/file-manager/FileManager.mdx +105 -0
- package/src/blocks/file-manager/FileManager.stories.tsx +15 -1
- package/src/blocks/file-scan-uploader/FileScanUploader.stories.tsx +8 -0
- package/src/blocks/file-scan-uploader/index.tsx +14 -0
- package/src/blocks/footer/Footer.mdx +101 -0
- package/src/blocks/footer/Footer.stories.tsx +38 -46
- package/src/blocks/footer/index.tsx +4 -4
- package/src/blocks/gitops-sync-status/GitOpsSyncStatus.stories.tsx +8 -0
- package/src/blocks/gitops-sync-status/index.tsx +14 -0
- package/src/blocks/header/WakaHeader.mdx +97 -0
- package/src/blocks/header/WakaHeader.stories.tsx +12 -1
- package/src/blocks/headtab/Headtab.mdx +105 -0
- package/src/blocks/headtab/Headtab.stories.tsx +12 -1
- package/src/blocks/i18n-editor/I18nEditor.mdx +85 -0
- package/src/blocks/i18n-editor/I18nEditor.stories.tsx +8 -1
- package/src/blocks/incident-manager/IncidentManager.stories.tsx +8 -0
- package/src/blocks/incident-manager/index.tsx +14 -0
- package/src/blocks/infrastructure-map/InfrastructureMap.stories.tsx +8 -0
- package/src/blocks/infrastructure-map/index.tsx +14 -0
- package/src/blocks/kanban-board/KanbanBoard.stories.tsx +32 -37
- package/src/blocks/kanban-board/WakaKanbanBoard.mdx +93 -0
- package/src/blocks/landing/WakaLanding.mdx +85 -0
- package/src/blocks/landing/WakaLanding.stories.tsx +49 -57
- package/src/blocks/language-selector/LanguageSelector.mdx +89 -0
- package/src/blocks/language-selector/LanguageSelector.stories.tsx +12 -1
- package/src/blocks/layout/Layout.mdx +85 -0
- package/src/blocks/layout/Layout.stories.tsx +11 -1
- package/src/blocks/login/Login.mdx +105 -0
- package/src/blocks/login/Login.stories.tsx +11 -1
- package/src/blocks/login/index.tsx +14 -14
- package/src/blocks/on-call-schedule/OnCallSchedule.stories.tsx +8 -0
- package/src/blocks/on-call-schedule/index.tsx +14 -0
- package/src/blocks/player-profile/PlayerProfile.stories.tsx +8 -0
- package/src/blocks/player-profile/index.tsx +14 -0
- package/src/blocks/pricing/WakaPricing.mdx +101 -0
- package/src/blocks/pricing/WakaPricing.stories.tsx +27 -31
- package/src/blocks/profile/Profile.stories.tsx +15 -1
- package/src/blocks/profile/WakaProfile.mdx +109 -0
- package/src/blocks/profile/index.tsx +5 -6
- package/src/blocks/quarantine-manager/QuarantineManager.stories.tsx +8 -0
- package/src/blocks/quarantine-manager/index.tsx +14 -0
- package/src/blocks/release-notes/ReleaseNotes.mdx +101 -0
- package/src/blocks/release-notes/ReleaseNotes.stories.tsx +11 -1
- package/src/blocks/scan-history-log/ScanHistoryLog.stories.tsx +8 -0
- package/src/blocks/scan-history-log/index.tsx +14 -0
- package/src/blocks/scan-policy-editor/ScanPolicyEditor.stories.tsx +8 -0
- package/src/blocks/scan-policy-editor/index.tsx +14 -0
- package/src/blocks/scan-report-generator/ScanReportGenerator.stories.tsx +8 -0
- package/src/blocks/scan-report-generator/index.tsx +14 -0
- package/src/blocks/settings/Settings.stories.tsx +13 -1
- package/src/blocks/settings/WakaSettings.mdx +89 -0
- package/src/blocks/sidebar/WakaSidebar.mdx +101 -0
- package/src/blocks/sidebar/WakaSidebar.stories.tsx +12 -1
- package/src/blocks/sidebar/index.tsx +0 -2
- package/src/blocks/signature-database-manager/SignatureDatabaseManager.stories.tsx +8 -0
- package/src/blocks/signature-database-manager/index.tsx +14 -0
- package/src/blocks/theme-creator-block/ThemeCreatorBlock.stories.tsx +8 -0
- package/src/blocks/theme-creator-block/index.tsx +14 -0
- package/src/blocks/threat-alert-banner/ThreatAlertBanner.stories.tsx +8 -0
- package/src/blocks/threat-alert-banner/index.tsx +14 -0
- package/src/blocks/user-management/UserManagement.stories.tsx +13 -0
- package/src/blocks/user-management/index.tsx +14 -0
- package/src/blocks/waka-doc-shell/WakaDocShell.mdx +61 -0
- package/src/blocks/waka-doc-shell/WakaDocShell.stories.tsx +21 -24
- package/src/blocks/waka-doc-shell/types.ts +3 -3
- package/src/blocks/wizard/WakaWizard.mdx +117 -0
- package/src/blocks/wizard/Wizard.stories.tsx +19 -1
- package/src/components/DataTable/DataTable.mdx +87 -0
- package/src/components/DataTable/DataTable.stories.tsx +0 -1
- package/src/components/MDX_DOCS_GUIDELINE.md +69 -0
- package/src/components/accordion/Accordion.mdx +73 -0
- package/src/components/accordion/Accordion.stories.tsx +83 -1
- package/src/components/alert/Alert.mdx +85 -0
- package/src/components/alert/Alert.stories.tsx +78 -7
- package/src/components/alert-dialog/AlertDialog.mdx +77 -0
- package/src/components/alert-dialog/AlertDialog.stories.tsx +81 -4
- package/src/components/aspect-ratio/AspectRatio.mdx +81 -0
- package/src/components/aspect-ratio/AspectRatio.stories.tsx +53 -1
- package/src/components/avatar/Avatar.mdx +81 -0
- package/src/components/avatar/Avatar.stories.tsx +83 -4
- package/src/components/badge/Badge.mdx +85 -0
- package/src/components/badge/Badge.stories.tsx +106 -5
- package/src/components/button/Button.mdx +85 -0
- package/src/components/button/Button.stories.tsx +0 -1
- package/src/components/calendar/Calendar.mdx +81 -0
- package/src/components/calendar/Calendar.stories.tsx +73 -1
- package/src/components/calendar/index.tsx +10 -0
- package/src/components/card/Card.mdx +85 -0
- package/src/components/card/Card.stories.tsx +147 -6
- package/src/components/card/index.tsx +51 -24
- package/src/components/checkbox/Checkbox.mdx +77 -0
- package/src/components/checkbox/Checkbox.stories.tsx +75 -1
- package/src/components/code/Code.mdx +103 -0
- package/src/components/code/Code.stories.tsx +16 -1
- package/src/components/collapsible/Collapsible.mdx +73 -0
- package/src/components/collapsible/Collapsible.stories.tsx +86 -1
- package/src/components/command/Command.mdx +77 -0
- package/src/components/command/Command.stories.tsx +100 -6
- package/src/components/context-menu/ContextMenu.mdx +77 -0
- package/src/components/context-menu/ContextMenu.stories.tsx +35 -1
- package/src/components/dialog/Dialog.mdx +81 -0
- package/src/components/dialog/Dialog.stories.tsx +139 -4
- package/src/components/dropdown-menu/DropdownMenu.mdx +77 -0
- package/src/components/dropdown-menu/DropdownMenu.stories.tsx +62 -3
- package/src/components/editor/blocks/waka-slash-menu-block.tsx +39 -74
- package/src/components/editor/index.ts +14 -0
- package/src/components/editor/waka-dnd-editor.tsx +1 -1
- package/src/components/editor/waka-document-editor.tsx +1 -1
- package/src/components/editor/waka-editor-plugins.ts +1 -1
- package/src/components/editor/waka-floating-toolbar.tsx +116 -58
- package/src/components/error-boundary/ErrorBoundary.mdx +61 -0
- package/src/components/error-boundary/ErrorBoundary.stories.tsx +1 -2
- package/src/components/form/Form.mdx +77 -0
- package/src/components/form/Form.stories.tsx +166 -1
- package/src/components/hover-card/HoverCard.mdx +77 -0
- package/src/components/hover-card/HoverCard.stories.tsx +101 -4
- package/src/components/input/Input.mdx +77 -0
- package/src/components/input/Input.stories.tsx +4 -3
- package/src/components/input/index.tsx +16 -1
- package/src/components/input-otp/InputOTP.mdx +91 -0
- package/src/components/input-otp/InputOTP.stories.tsx +6 -4
- package/src/components/label/Label.mdx +81 -0
- package/src/components/label/Label.stories.tsx +41 -1
- package/src/components/language-selector/LanguageSelector.mdx +73 -0
- package/src/components/language-selector/LanguageSelector.stories.tsx +0 -1
- package/src/components/menubar/Menubar.mdx +77 -0
- package/src/components/menubar/Menubar.stories.tsx +76 -1
- package/src/components/navigation-menu/NavigationMenu.mdx +73 -0
- package/src/components/navigation-menu/NavigationMenu.stories.tsx +98 -1
- package/src/components/popover/Popover.mdx +81 -0
- package/src/components/popover/Popover.stories.tsx +110 -4
- package/src/components/progress/Progress.mdx +81 -0
- package/src/components/progress/Progress.stories.tsx +53 -2
- package/src/components/progress/index.tsx +1 -0
- package/src/components/radio-group/RadioGroup.mdx +77 -0
- package/src/components/radio-group/RadioGroup.stories.tsx +54 -1
- package/src/components/scroll-area/ScrollArea.mdx +77 -0
- package/src/components/scroll-area/ScrollArea.stories.tsx +57 -1
- package/src/components/select/Select.mdx +81 -0
- package/src/components/select/Select.stories.tsx +100 -4
- package/src/components/separator/Separator.mdx +81 -0
- package/src/components/separator/Separator.stories.tsx +45 -1
- package/src/components/sheet/Sheet.mdx +73 -0
- package/src/components/sheet/Sheet.stories.tsx +97 -4
- package/src/components/skeleton/Skeleton.mdx +77 -0
- package/src/components/skeleton/Skeleton.stories.tsx +0 -1
- package/src/components/skeleton/index.tsx +13 -4
- package/src/components/slider/Slider.mdx +73 -0
- package/src/components/slider/Slider.stories.tsx +10 -11
- package/src/components/slider/index.tsx +30 -15
- package/src/components/switch/Switch.mdx +81 -0
- package/src/components/switch/Switch.stories.tsx +66 -7
- package/src/components/table/Table.mdx +77 -0
- package/src/components/table/Table.stories.tsx +107 -6
- package/src/components/table/index.tsx +13 -4
- package/src/components/tabs/Tabs.mdx +81 -0
- package/src/components/tabs/Tabs.stories.tsx +156 -7
- package/src/components/textarea/Textarea.mdx +77 -0
- package/src/components/textarea/Textarea.stories.tsx +9 -10
- package/src/components/textarea/index.tsx +11 -1
- package/src/components/theme-selector/ThemeSelector.mdx +67 -0
- package/src/components/theme-selector/ThemeSelector.stories.tsx +0 -1
- package/src/components/toast/Toast.mdx +77 -0
- package/src/components/toast/Toast.stories.tsx +62 -1
- package/src/components/toaster/Toaster.mdx +57 -0
- package/src/components/toaster/Toaster.stories.tsx +1 -2
- package/src/components/toggle/Toggle.mdx +77 -0
- package/src/components/toggle/Toggle.stories.tsx +0 -1
- package/src/components/tooltip/Tooltip.mdx +81 -0
- package/src/components/tooltip/Tooltip.stories.tsx +48 -1
- package/src/components/typography/Typography.mdx +97 -0
- package/src/components/typography/Typography.stories.tsx +0 -1
- package/src/components/waka-3d-pie-chart/Waka3DPieChart.stories.tsx +24 -14
- package/src/components/waka-3d-pie-chart/index.tsx +17 -2
- package/src/components/waka-achievement-unlock/WakaAchievementUnlock.stories.tsx +9 -10
- package/src/components/waka-achievement-unlock/index.tsx +14 -0
- package/src/components/waka-activity-feed/index.tsx +14 -0
- package/src/components/waka-ad-banner/WakaAdBanner.stories.tsx +1 -1
- package/src/components/waka-ad-banner/index.tsx +14 -0
- package/src/components/waka-ad-fallback/index.tsx +14 -0
- package/src/components/waka-ad-inline/index.tsx +14 -0
- package/src/components/waka-ad-interstitial/index.tsx +14 -0
- package/src/components/waka-ad-placeholder/index.tsx +14 -0
- package/src/components/waka-ad-provider/index.tsx +15 -1
- package/src/components/waka-ad-sidebar/index.tsx +14 -0
- package/src/components/waka-ad-sticky-footer/index.tsx +14 -0
- package/src/components/waka-address-autocomplete/WakaAddressAutocomplete.mdx +63 -0
- package/src/components/waka-address-autocomplete/WakaAddressAutocomplete.stories.tsx +0 -1
- package/src/components/waka-address-autocomplete/index.tsx +5 -0
- package/src/components/waka-admincrumb/WakaAdmincrumb.stories.tsx +52 -30
- package/src/components/waka-admincrumb/index.tsx +14 -0
- package/src/components/waka-alert-panel/index.tsx +14 -0
- package/src/components/waka-alert-stack/index.tsx +14 -0
- package/src/components/waka-allocation-matrix/index.tsx +23 -0
- package/src/components/waka-approval-chain/WakaApprovalChain.stories.tsx +15 -17
- package/src/components/waka-approval-chain/index.tsx +14 -0
- package/src/components/waka-artifact-list/index.tsx +14 -0
- package/src/components/waka-audit-log/index.tsx +28 -0
- package/src/components/waka-autocomplete/WakaAutocomplete.mdx +83 -0
- package/src/components/waka-autocomplete/WakaAutocomplete.stories.tsx +0 -1
- package/src/components/waka-badge-showcase/index.tsx +14 -0
- package/src/components/waka-barcode/WakaBarcode.mdx +93 -0
- package/src/components/waka-barcode/WakaBarcode.stories.tsx +13 -1
- package/src/components/waka-biometric-prompt/index.tsx +14 -0
- package/src/components/waka-bottom-sheet/WakaBottomSheet.mdx +77 -0
- package/src/components/waka-bottom-sheet/WakaBottomSheet.stories.tsx +0 -1
- package/src/components/waka-breadcrumb/WakaBreadcrumb.mdx +77 -0
- package/src/components/waka-breadcrumb/WakaBreadcrumb.stories.tsx +0 -1
- package/src/components/waka-breadcrumb-path/WakaBreadcrumbPath.mdx +63 -0
- package/src/components/waka-breadcrumb-path/WakaBreadcrumbPath.stories.tsx +0 -1
- package/src/components/waka-budget-burn/index.tsx +15 -1
- package/src/components/waka-build-matrix/index.tsx +14 -0
- package/src/components/waka-capacity-planner/index.tsx +18 -1
- package/src/components/waka-carousel/WakaCarousel.mdx +101 -0
- package/src/components/waka-carousel/WakaCarousel.stories.tsx +16 -1
- package/src/components/waka-cart-summary/index.tsx +14 -0
- package/src/components/waka-challenge-timer/index.tsx +14 -0
- package/src/components/waka-charts/WakaAreaChart.stories.tsx +116 -0
- package/src/components/waka-charts/WakaBarChart.stories.tsx +137 -0
- package/src/components/waka-charts/WakaChart.stories.tsx +135 -0
- package/src/components/waka-charts/WakaCharts.mdx +137 -0
- package/src/components/waka-charts/WakaCharts.stories.tsx +0 -1
- package/src/components/waka-charts/WakaLineChart.stories.tsx +135 -0
- package/src/components/waka-charts/WakaMiniChart.stories.tsx +101 -0
- package/src/components/waka-charts/WakaPieChart.stories.tsx +114 -0
- package/src/components/waka-charts/WakaSparkline.stories.tsx +99 -0
- package/src/components/waka-chat-bubble/WakaChatBubble.mdx +69 -0
- package/src/components/waka-chat-bubble/WakaChatBubble.stories.tsx +0 -15
- package/src/components/waka-checklist/WakaChecklist.mdx +65 -0
- package/src/components/waka-checklist/WakaChecklist.stories.tsx +0 -1
- package/src/components/waka-checkout-stepper/index.tsx +14 -0
- package/src/components/waka-cohort-table/WakaCohortTable.mdx +65 -0
- package/src/components/waka-cohort-table/WakaCohortTable.stories.tsx +4 -7
- package/src/components/waka-color-picker/WakaColorPicker.mdx +85 -0
- package/src/components/waka-color-picker/WakaColorPicker.stories.tsx +0 -1
- package/src/components/waka-combo-counter/WakaComboCounter.stories.tsx +1 -1
- package/src/components/waka-combo-counter/index.tsx +14 -0
- package/src/components/waka-combobox/WakaCombobox.mdx +85 -0
- package/src/components/waka-combobox/WakaCombobox.stories.tsx +15 -1
- package/src/components/waka-command-bar/WakaCommandBar.mdx +57 -0
- package/src/components/waka-command-bar/WakaCommandBar.stories.tsx +2 -6
- package/src/components/waka-compare-period/WakaComparePeriod.mdx +65 -0
- package/src/components/waka-compare-period/WakaComparePeriod.stories.tsx +35 -20
- package/src/components/waka-config-comparator/WakaConfigComparator.mdx +73 -0
- package/src/components/waka-config-comparator/WakaConfigComparator.stories.tsx +0 -1
- package/src/components/waka-connection-matrix/WakaConnectionMatrix.mdx +61 -0
- package/src/components/waka-connection-matrix/WakaConnectionMatrix.stories.tsx +0 -1
- package/src/components/waka-container-list/index.tsx +14 -0
- package/src/components/waka-content-recommendation/WakaContentRecommendation.stories.tsx +18 -5
- package/src/components/waka-content-recommendation/index.tsx +14 -0
- package/src/components/waka-contribution-graph/WakaContributionGraph.mdx +101 -0
- package/src/components/waka-contribution-graph/WakaContributionGraph.stories.tsx +38 -44
- package/src/components/waka-cost-breakdown/WakaCostBreakdown.mdx +101 -0
- package/src/components/waka-cost-breakdown/WakaCostBreakdown.stories.tsx +43 -51
- package/src/components/waka-coupon-input/WakaCouponInput.mdx +69 -0
- package/src/components/waka-coupon-input/WakaCouponInput.stories.tsx +0 -1
- package/src/components/waka-credit-activity-feed/WakaCreditActivityFeed.mdx +77 -0
- package/src/components/waka-credit-activity-feed/WakaCreditActivityFeed.stories.tsx +15 -1
- package/src/components/waka-credit-alert/WakaCreditAlert.mdx +73 -0
- package/src/components/waka-credit-alert/WakaCreditAlert.stories.tsx +16 -1
- package/src/components/waka-credit-balance/WakaCreditBalance.mdx +81 -0
- package/src/components/waka-credit-balance/WakaCreditBalance.stories.tsx +15 -1
- package/src/components/waka-credit-breakdown/WakaCreditBreakdown.mdx +73 -0
- package/src/components/waka-credit-breakdown/WakaCreditBreakdown.stories.tsx +15 -1
- package/src/components/waka-credit-burn-rate/WakaCreditBurnRate.mdx +73 -0
- package/src/components/waka-credit-burn-rate/WakaCreditBurnRate.stories.tsx +17 -1
- package/src/components/waka-credit-card-input/WakaCreditCardInput.mdx +73 -0
- package/src/components/waka-credit-card-input/WakaCreditCardInput.stories.tsx +0 -1
- package/src/components/waka-credit-history/WakaCreditHistory.mdx +85 -0
- package/src/components/waka-credit-history/WakaCreditHistory.stories.tsx +14 -1
- package/src/components/waka-credit-meter/WakaCreditMeter.mdx +81 -0
- package/src/components/waka-credit-meter/WakaCreditMeter.stories.tsx +14 -17
- package/src/components/waka-credit-pricing-pack/WakaCreditPricingPack.mdx +69 -0
- package/src/components/waka-credit-pricing-pack/WakaCreditPricingPack.stories.tsx +13 -1
- package/src/components/waka-credit-projection/WakaCreditProjection.mdx +69 -0
- package/src/components/waka-credit-projection/WakaCreditProjection.stories.tsx +14 -1
- package/src/components/waka-credit-quota/WakaCreditQuota.mdx +73 -0
- package/src/components/waka-credit-quota/WakaCreditQuota.stories.tsx +16 -1
- package/src/components/waka-credit-receipt/WakaCreditReceipt.mdx +65 -0
- package/src/components/waka-credit-receipt/WakaCreditReceipt.stories.tsx +11 -1
- package/src/components/waka-credit-top-up/WakaCreditTopUp.mdx +69 -0
- package/src/components/waka-credit-top-up/WakaCreditTopUp.stories.tsx +9 -11
- package/src/components/waka-credit-transaction/WakaCreditTransaction.mdx +85 -0
- package/src/components/waka-credit-transaction/WakaCreditTransaction.stories.tsx +13 -1
- package/src/components/waka-credit-transfer-form/WakaCreditTransferForm.mdx +65 -0
- package/src/components/waka-credit-transfer-form/WakaCreditTransferForm.stories.tsx +12 -1
- package/src/components/waka-credit-usage-chart/WakaCreditUsageChart.mdx +73 -0
- package/src/components/waka-credit-usage-chart/WakaCreditUsageChart.stories.tsx +8 -10
- package/src/components/waka-daily-reward/WakaDailyReward.stories.tsx +7 -9
- package/src/components/waka-daily-reward/index.tsx +16 -0
- package/src/components/waka-database-card/index.tsx +14 -0
- package/src/components/waka-date-range-picker/WakaDateRangePicker.mdx +97 -0
- package/src/components/waka-date-range-picker/WakaDateRangePicker.stories.tsx +15 -1
- package/src/components/waka-datetime-picker/WakaDateTimePicker.mdx +109 -0
- package/src/components/waka-datetime-picker/WakaDateTimePicker.stories.tsx +15 -1
- package/src/components/waka-datetime-picker.form-integration/index.tsx +7 -3
- package/src/components/waka-dependency-tree/index.tsx +14 -0
- package/src/components/waka-deployment-lane/WakaDeploymentLane.stories.tsx +17 -20
- package/src/components/waka-deployment-lane/index.tsx +17 -0
- package/src/components/waka-device-trust/index.tsx +14 -0
- package/src/components/waka-doc-breadcrumb/WakaDocBreadcrumb.mdx +61 -0
- package/src/components/waka-doc-breadcrumb/WakaDocBreadcrumb.stories.tsx +12 -10
- package/src/components/waka-doc-breadcrumb/index.tsx +3 -3
- package/src/components/waka-doc-callout/WakaDocCallout.mdx +61 -0
- package/src/components/waka-doc-callout/WakaDocCallout.stories.tsx +17 -6
- package/src/components/waka-doc-code-block/WakaDocCodeBlock.mdx +81 -0
- package/src/components/waka-doc-code-block/WakaDocCodeBlock.stories.tsx +56 -1
- package/src/components/waka-doc-nav/WakaDocNav.mdx +73 -0
- package/src/components/waka-doc-nav/WakaDocNav.stories.tsx +82 -1
- package/src/components/waka-doc-nav/index.tsx +26 -16
- package/src/components/waka-doc-renderer/WakaDocRenderer.mdx +73 -0
- package/src/components/waka-doc-renderer/WakaDocRenderer.stories.tsx +73 -1
- package/src/components/waka-doc-search/WakaDocSearch.mdx +75 -0
- package/src/components/waka-doc-search/WakaDocSearch.stories.tsx +80 -1
- package/src/components/waka-doc-search/index.tsx +6 -0
- package/src/components/waka-doc-table/WakaDocTable.mdx +73 -0
- package/src/components/waka-doc-table/WakaDocTable.stories.tsx +128 -1
- package/src/components/waka-doc-toc/WakaDocToc.mdx +73 -0
- package/src/components/waka-doc-toc/WakaDocToc.stories.tsx +84 -10
- package/src/components/waka-doc-toolbar/WakaDocToolbar.mdx +75 -0
- package/src/components/waka-doc-toolbar/WakaDocToolbar.stories.tsx +13 -1
- package/src/components/waka-doc-toolbar/index.tsx +5 -0
- package/src/components/waka-doc-version/WakaDocVersion.mdx +73 -0
- package/src/components/waka-doc-version/WakaDocVersion.stories.tsx +86 -1
- package/src/components/waka-dock/WakaDock.mdx +95 -0
- package/src/components/waka-dock/WakaDock.stories.tsx +14 -1
- package/src/components/waka-dock/index.tsx +6 -0
- package/src/components/waka-drawer/WakaDrawer.mdx +85 -0
- package/src/components/waka-drawer/WakaDrawer.stories.tsx +0 -1
- package/src/components/waka-empty-state/WakaEmptyState.mdx +69 -0
- package/src/components/waka-empty-state/WakaEmptyState.stories.tsx +0 -1
- package/src/components/waka-env-var-editor/index.tsx +14 -0
- package/src/components/waka-error-shake/WakaErrorShake.mdx +89 -0
- package/src/components/waka-error-shake/WakaErrorShake.stories.tsx +0 -1
- package/src/components/waka-feature-announcement/WakaFeatureAnnouncement.mdx +61 -0
- package/src/components/waka-feature-announcement/WakaFeatureAnnouncement.stories.tsx +0 -1
- package/src/components/waka-feature-flag-row/index.tsx +14 -0
- package/src/components/waka-file-upload/WakaFileUpload.mdx +81 -0
- package/src/components/waka-file-upload/WakaFileUpload.stories.tsx +0 -1
- package/src/components/waka-floating-nav/WakaFloatingNav.mdx +61 -0
- package/src/components/waka-floating-nav/WakaFloatingNav.stories.tsx +0 -1
- package/src/components/waka-flow-diagram/index.tsx +3 -1
- package/src/components/waka-funnel-chart/WakaFunnelChart.mdx +97 -0
- package/src/components/waka-funnel-chart/WakaFunnelChart.stories.tsx +20 -13
- package/src/components/waka-funnel-chart/index.tsx +1 -1
- package/src/components/waka-glow-card/WakaGlowCard.mdx +93 -0
- package/src/components/waka-glow-card/WakaGlowCard.stories.tsx +0 -1
- package/src/components/waka-goal-progress/WakaGoalProgress.mdx +69 -0
- package/src/components/waka-goal-progress/WakaGoalProgress.stories.tsx +0 -1
- package/src/components/waka-haptic-button/WakaHapticButton.mdx +127 -0
- package/src/components/waka-haptic-button/WakaHapticButton.stories.tsx +0 -1
- package/src/components/waka-haptic-button/index.tsx +5 -0
- package/src/components/waka-health-pulse/WakaHealthPulse.mdx +89 -0
- package/src/components/waka-health-pulse/WakaHealthPulse.stories.tsx +27 -30
- package/src/components/waka-heatmap/WakaHeatmap.mdx +101 -0
- package/src/components/waka-heatmap/WakaHeatmap.stories.tsx +23 -27
- package/src/components/waka-heatmap/index.tsx +6 -1
- package/src/components/waka-hotspot/WakaHotspot.mdx +67 -0
- package/src/components/waka-hotspot/WakaHotspot.stories.tsx +0 -1
- package/src/components/waka-hotspot/index.tsx +5 -0
- package/src/components/waka-image/WakaImage.mdx +93 -0
- package/src/components/waka-image/WakaImage.stories.tsx +6 -4
- package/src/components/waka-incident-timeline/WakaIncidentTimeline.mdx +93 -0
- package/src/components/waka-incident-timeline/WakaIncidentTimeline.stories.tsx +0 -1
- package/src/components/waka-invoice-preview/WakaInvoicePreview.mdx +69 -0
- package/src/components/waka-invoice-preview/WakaInvoicePreview.stories.tsx +55 -75
- package/src/components/waka-kubernetes-overview/index.tsx +14 -0
- package/src/components/waka-leaderboard/WakaLeaderboard.mdx +101 -0
- package/src/components/waka-leaderboard/WakaLeaderboard.stories.tsx +0 -1
- package/src/components/waka-level-progress/WakaLevelProgress.mdx +85 -0
- package/src/components/waka-level-progress/WakaLevelProgress.stories.tsx +0 -1
- package/src/components/waka-liquid-button/WakaLiquidButton.mdx +71 -0
- package/src/components/waka-liquid-button/WakaLiquidButton.stories.tsx +0 -1
- package/src/components/waka-liquid-button/index.tsx +5 -0
- package/src/components/waka-loading-orbit/WakaLoadingOrbit.mdx +113 -0
- package/src/components/waka-loading-orbit/WakaLoadingOrbit.stories.tsx +0 -1
- package/src/components/waka-loading-orbit/index.tsx +1 -1
- package/src/components/waka-log-viewer/index.tsx +14 -0
- package/src/components/waka-loot-box/index.tsx +20 -0
- package/src/components/waka-magic-link/WakaMagicLink.mdx +61 -0
- package/src/components/waka-magic-link/WakaMagicLink.stories.tsx +0 -1
- package/src/components/waka-magnetic-button/WakaMagneticButton.mdx +67 -0
- package/src/components/waka-magnetic-button/WakaMagneticButton.stories.tsx +0 -1
- package/src/components/waka-magnetic-button/index.tsx +5 -0
- package/src/components/waka-mention-input/WakaMentionInput.mdx +65 -0
- package/src/components/waka-mention-input/WakaMentionInput.stories.tsx +1 -3
- package/src/components/waka-metric-sparkline/WakaMetricSparkline.mdx +105 -0
- package/src/components/waka-metric-sparkline/WakaMetricSparkline.stories.tsx +27 -18
- package/src/components/waka-metric-sparkline/index.tsx +3 -3
- package/src/components/waka-migration-list/index.tsx +14 -0
- package/src/components/waka-milestone-road/index.tsx +15 -1
- package/src/components/waka-modal/WakaModal.mdx +95 -0
- package/src/components/waka-modal/WakaModal.stories.tsx +0 -1
- package/src/components/waka-modal/index.tsx +5 -0
- package/src/components/waka-morph-button/WakaMorphButton.mdx +105 -0
- package/src/components/waka-morph-button/WakaMorphButton.stories.tsx +0 -1
- package/src/components/waka-network-topology/index.tsx +14 -0
- package/src/components/waka-notifications/WakaNotifications.mdx +77 -0
- package/src/components/waka-notifications/WakaNotifications.stories.tsx +0 -1
- package/src/components/waka-number-input/WakaNumberInput.mdx +97 -0
- package/src/components/waka-number-input/WakaNumberInput.stories.tsx +14 -1
- package/src/components/waka-orbital-menu/index.tsx +21 -3
- package/src/components/waka-order-tracker/WakaOrderTracker.stories.tsx +64 -39
- package/src/components/waka-order-tracker/index.tsx +14 -0
- package/src/components/waka-outstream-video/index.tsx +17 -0
- package/src/components/waka-pagination/WakaPagination.mdx +81 -0
- package/src/components/waka-pagination/WakaPagination.stories.tsx +0 -1
- package/src/components/waka-password-strength/WakaPasswordStrength.mdx +81 -0
- package/src/components/waka-password-strength/WakaPasswordStrength.stories.tsx +11 -35
- package/src/components/waka-payment-method-picker/index.tsx +14 -0
- package/src/components/waka-permission-matrix/index.tsx +28 -0
- package/src/components/waka-phone-input/WakaPhoneInput.mdx +65 -0
- package/src/components/waka-phone-input/WakaPhoneInput.stories.tsx +0 -1
- package/src/components/waka-pipeline-view/WakaPipelineView.stories.tsx +27 -32
- package/src/components/waka-pipeline-view/index.tsx +14 -0
- package/src/components/waka-player-card/WakaPlayerCard.stories.tsx +0 -3
- package/src/components/waka-player-card/index.tsx +17 -3
- package/src/components/waka-pod-card/index.tsx +14 -0
- package/src/components/waka-points-popup/WakaPointsPopup.stories.tsx +1 -1
- package/src/components/waka-points-popup/index.tsx +14 -0
- package/src/components/waka-power-up/index.tsx +14 -0
- package/src/components/waka-presence-indicator/WakaPresenceIndicator.mdx +73 -0
- package/src/components/waka-presence-indicator/WakaPresenceIndicator.stories.tsx +0 -1
- package/src/components/waka-pricing-table/WakaPricingTable.mdx +69 -0
- package/src/components/waka-pricing-table/WakaPricingTable.stories.tsx +0 -1
- package/src/components/waka-product-card/WakaProductCard.stories.tsx +0 -8
- package/src/components/waka-product-card/index.tsx +14 -0
- package/src/components/waka-progress-onboarding/WakaProgressOnboarding.mdx +69 -0
- package/src/components/waka-progress-onboarding/WakaProgressOnboarding.stories.tsx +50 -18
- package/src/components/waka-pull-to-refresh/WakaPullToRefresh.stories.tsx +3 -4
- package/src/components/waka-pull-to-refresh/index.tsx +16 -2
- package/src/components/waka-qrcode/WakaQRCode.mdx +91 -0
- package/src/components/waka-qrcode/WakaQRCode.stories.tsx +7 -5
- package/src/components/waka-query-explain/index.tsx +14 -0
- package/src/components/waka-quest-card/index.tsx +14 -0
- package/src/components/waka-quota-bar/WakaQuotaBar.mdx +105 -0
- package/src/components/waka-quota-bar/WakaQuotaBar.stories.tsx +0 -1
- package/src/components/waka-radar-score/WakaRadarScore.stories.tsx +41 -43
- package/src/components/waka-radar-score/index.tsx +16 -1
- package/src/components/waka-rank-badge/index.tsx +15 -1
- package/src/components/waka-rating-input/WakaRatingInput.mdx +73 -0
- package/src/components/waka-rating-input/WakaRatingInput.stories.tsx +0 -1
- package/src/components/waka-reaction-picker/index.tsx +14 -0
- package/src/components/waka-region-map/index.tsx +14 -0
- package/src/components/waka-resource-gauge/WakaResourceGauge.mdx +117 -0
- package/src/components/waka-resource-gauge/WakaResourceGauge.stories.tsx +31 -25
- package/src/components/waka-resource-gauge/index.tsx +2 -2
- package/src/components/waka-resource-pool/WakaResourcePool.mdx +65 -0
- package/src/components/waka-resource-pool/WakaResourcePool.stories.tsx +0 -1
- package/src/components/waka-resource-pool/index.tsx +3 -1
- package/src/components/waka-rich-text-editor/WakaRichTextEditor.mdx +77 -0
- package/src/components/waka-rich-text-editor/WakaRichTextEditor.stories.tsx +0 -1
- package/src/components/waka-rollback-slider/index.tsx +14 -0
- package/src/components/waka-sankey-diagram/WakaSankeyDiagram.stories.tsx +32 -36
- package/src/components/waka-sankey-diagram/index.tsx +15 -1
- package/src/components/waka-schedule-picker/WakaSchedulePicker.mdx +69 -0
- package/src/components/waka-schedule-picker/WakaSchedulePicker.stories.tsx +0 -1
- package/src/components/waka-scratch-card/WakaScratchCard.stories.tsx +6 -7
- package/src/components/waka-scratch-card/index.tsx +15 -1
- package/src/components/waka-season-pass/index.tsx +17 -0
- package/src/components/waka-secret-card/WakaSecretCard.mdx +93 -0
- package/src/components/waka-secret-card/WakaSecretCard.stories.tsx +0 -1
- package/src/components/waka-security-scan-result/index.tsx +26 -3
- package/src/components/waka-security-score/index.tsx +14 -0
- package/src/components/waka-segmented-control/WakaSegmentedControl.mdx +93 -0
- package/src/components/waka-segmented-control/WakaSegmentedControl.stories.tsx +0 -1
- package/src/components/waka-server-rack/WakaServerRack.stories.tsx +1 -1
- package/src/components/waka-server-rack/index.tsx +14 -0
- package/src/components/waka-service-graph/index.tsx +15 -1
- package/src/components/waka-session-manager/WakaSessionManager.mdx +65 -0
- package/src/components/waka-session-manager/WakaSessionManager.stories.tsx +57 -23
- package/src/components/waka-signature-pad/WakaSignaturePad.mdx +89 -0
- package/src/components/waka-signature-pad/WakaSignaturePad.stories.tsx +0 -1
- package/src/components/waka-signature-pad/index.tsx +1 -1
- package/src/components/waka-skeleton-wave/WakaSkeletonWave.mdx +113 -0
- package/src/components/waka-skeleton-wave/WakaSkeletonWave.stories.tsx +0 -1
- package/src/components/waka-skill-tree/index.tsx +18 -1
- package/src/components/waka-slider-range/WakaSliderRange.mdx +69 -0
- package/src/components/waka-slider-range/WakaSliderRange.stories.tsx +0 -1
- package/src/components/waka-spin-wheel/WakaSpinWheel.stories.tsx +17 -16
- package/src/components/waka-spin-wheel/index.tsx +14 -0
- package/src/components/waka-spinner/WakaSpinner.stories.tsx +3 -2
- package/src/components/waka-spinner/index.tsx +14 -0
- package/src/components/waka-sponsored-badge/WakaSponsoredBadge.mdx +81 -0
- package/src/components/waka-sponsored-badge/WakaSponsoredBadge.stories.tsx +0 -1
- package/src/components/waka-sponsored-card/WakaSponsoredCard.mdx +69 -0
- package/src/components/waka-sponsored-card/WakaSponsoredCard.stories.tsx +8 -1
- package/src/components/waka-sponsored-feed/WakaSponsoredFeed.mdx +65 -0
- package/src/components/waka-sponsored-feed/WakaSponsoredFeed.stories.tsx +8 -1
- package/src/components/waka-spotlight/WakaSpotlight.mdx +61 -0
- package/src/components/waka-spotlight/WakaSpotlight.stories.tsx +0 -1
- package/src/components/waka-stat/WakaStat.mdx +89 -0
- package/src/components/waka-stat/WakaStat.stories.tsx +7 -7
- package/src/components/waka-stats-hexagon/index.tsx +16 -1
- package/src/components/waka-status-matrix/WakaStatusMatrix.mdx +97 -0
- package/src/components/waka-status-matrix/WakaStatusMatrix.stories.tsx +12 -7
- package/src/components/waka-stepper/WakaStepper.mdx +89 -0
- package/src/components/waka-stepper/WakaStepper.stories.tsx +0 -1
- package/src/components/waka-streak-counter/WakaStreakCounter.stories.tsx +35 -30
- package/src/components/waka-streak-counter/index.tsx +14 -0
- package/src/components/waka-success-explosion/WakaSuccessExplosion.mdx +93 -0
- package/src/components/waka-success-explosion/WakaSuccessExplosion.stories.tsx +0 -1
- package/src/components/waka-success-explosion/index.tsx +2 -2
- package/src/components/waka-swipe-card/WakaSwipeCard.stories.tsx +36 -12
- package/src/components/waka-swipe-card/index.tsx +14 -0
- package/src/components/waka-tabs-morph/WakaTabsMorph.mdx +113 -0
- package/src/components/waka-tabs-morph/WakaTabsMorph.stories.tsx +0 -1
- package/src/components/waka-tag-input/WakaTagInput.mdx +89 -0
- package/src/components/waka-tag-input/WakaTagInput.stories.tsx +0 -1
- package/src/components/waka-team-banner/WakaTeamBanner.stories.tsx +49 -20
- package/src/components/waka-team-banner/index.tsx +15 -0
- package/src/components/waka-terminal-output/WakaTerminalOutput.mdx +93 -0
- package/src/components/waka-terminal-output/WakaTerminalOutput.stories.tsx +0 -1
- package/src/components/waka-test-report/WakaTestReport.mdx +93 -0
- package/src/components/waka-test-report/WakaTestReport.stories.tsx +0 -1
- package/src/components/waka-theme-creator/index.tsx +14 -0
- package/src/components/waka-theme-manager/index.tsx +14 -0
- package/src/components/waka-thread-view/WakaThreadView.mdx +65 -0
- package/src/components/waka-thread-view/WakaThreadView.stories.tsx +0 -1
- package/src/components/waka-tilt-card/WakaTiltCard.mdx +97 -0
- package/src/components/waka-tilt-card/WakaTiltCard.stories.tsx +10 -14
- package/src/components/waka-time-picker/WakaTimePicker.mdx +89 -0
- package/src/components/waka-time-picker/WakaTimePicker.stories.tsx +14 -1
- package/src/components/waka-timeline/WakaTimeline.mdx +77 -0
- package/src/components/waka-timeline/WakaTimeline.stories.tsx +0 -1
- package/src/components/waka-tooltip-tour/WakaTooltipTour.mdx +59 -0
- package/src/components/waka-tooltip-tour/WakaTooltipTour.stories.tsx +0 -1
- package/src/components/waka-tooltip-tour/index.tsx +5 -0
- package/src/components/waka-tour-guide/WakaTourGuide.mdx +59 -0
- package/src/components/waka-tour-guide/WakaTourGuide.stories.tsx +0 -1
- package/src/components/waka-tour-guide/index.tsx +5 -0
- package/src/components/waka-tournament-bracket/index.tsx +14 -0
- package/src/components/waka-trace-viewer/WakaTraceViewer.mdx +85 -0
- package/src/components/waka-trace-viewer/WakaTraceViewer.stories.tsx +0 -1
- package/src/components/waka-tree/WakaTree.mdx +85 -0
- package/src/components/waka-tree/WakaTree.stories.tsx +6 -4
- package/src/components/waka-treemap-chart/WakaTreemapChart.stories.tsx +22 -11
- package/src/components/waka-treemap-chart/index.tsx +14 -0
- package/src/components/waka-two-factor-setup/WakaTwoFactorSetup.mdx +77 -0
- package/src/components/waka-two-factor-setup/WakaTwoFactorSetup.stories.tsx +0 -1
- package/src/components/waka-typewriter/WakaTypewriter.stories.tsx +7 -8
- package/src/components/waka-typewriter/index.tsx +14 -0
- package/src/components/waka-typing-indicator/WakaTypingIndicator.mdx +77 -0
- package/src/components/waka-typing-indicator/WakaTypingIndicator.stories.tsx +0 -1
- package/src/components/waka-versus-card/index.tsx +14 -0
- package/src/components/waka-video/WakaVideo.mdx +93 -0
- package/src/components/waka-video/WakaVideo.stories.tsx +16 -1
- package/src/components/waka-video-ad/WakaVideoAd.mdx +69 -0
- package/src/components/waka-video-ad/WakaVideoAd.stories.tsx +0 -1
- package/src/components/waka-video-call/WakaVideoCall.mdx +73 -0
- package/src/components/waka-video-call/WakaVideoCall.stories.tsx +0 -1
- package/src/components/waka-video-overlay/WakaVideoOverlay.mdx +61 -0
- package/src/components/waka-video-overlay/WakaVideoOverlay.stories.tsx +0 -1
- package/src/components/waka-voice-message/WakaVoiceMessage.mdx +77 -0
- package/src/components/waka-voice-message/WakaVoiceMessage.stories.tsx +0 -1
- package/src/components/waka-welcome-modal/WakaWelcomeModal.mdx +57 -0
- package/src/components/waka-welcome-modal/WakaWelcomeModal.stories.tsx +1 -2
- package/src/components/waka-xp-bar/index.tsx +14 -0
- package/dist/badge-BbwO7QeZ.js +0 -1
- package/dist/chunk-14q5BKub.js +0 -1
- package/dist/cn-DEtaFQsA.js +0 -1
- package/dist/cn-DUn6aSIQ.mjs +0 -24
- package/dist/exceljs.min-qeIfSCbF.js +0 -28
- package/dist/input-BfaSAGVw.js +0 -1
- package/dist/input-DVr_Qkl8.mjs +0 -14
- package/dist/security-CyBpuklN.mjs +0 -122
- package/dist/security-bFWwDrlg.js +0 -1
- package/dist/separator-NrkltulH.js +0 -1
- package/dist/textarea-CdQWggYG.js +0 -1
- package/dist/textarea-DJDXJ3nd.mjs +0 -23
- package/dist/types-C2St0wOW.js +0 -1
- package/dist/waka-doc-renderer-CTxC7Trf.js +0 -3
- package/dist/waka-editor-plugins-sGSh9hn2.js +0 -1
- package/dist/waka-rich-text-editor-BlIdtknG.js +0 -1
- package/dist/waka-rich-text-editor-D1uA3zbB.js +0 -1
- package/dist/waka-rich-text-editor-DndVJuDw.mjs +0 -2
|
@@ -60,6 +60,11 @@ export interface HotspotState {
|
|
|
60
60
|
isVisible: boolean;
|
|
61
61
|
hasSeen: boolean;
|
|
62
62
|
}
|
|
63
|
+
/**
|
|
64
|
+
* @deprecated Since v3.6 — will be removed in v4.0.
|
|
65
|
+
* Use `WakaFancyButton variant="hotspot"` instead (futur, dans `@wakastellar/ui-effects-decorative`).
|
|
66
|
+
* See `docs/audit/remove-relocate.md` §2.1.
|
|
67
|
+
*/
|
|
63
68
|
export declare function WakaHotspot({ id, content, title, variant, iconType, customIcon, size, position, trigger, autoDismissMs, showOnce, storageKeyPrefix, color, customColor, zIndex, disablePulse, disableAppearAnimation, onShow, onHide, onDismiss, onFirstSeen, className, tooltipClassName, badgeText, children, }: WakaHotspotProps): import("react/jsx-runtime").JSX.Element | null;
|
|
64
69
|
export interface UseHotspotOptions {
|
|
65
70
|
/** Unique identifier for the hotspot */
|
|
@@ -29,6 +29,11 @@ declare const liquidButtonVariants: (props?: ({
|
|
|
29
29
|
size?: "default" | "sm" | "lg" | "xl" | null | undefined;
|
|
30
30
|
rounded?: "default" | "sm" | "lg" | "full" | null | undefined;
|
|
31
31
|
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
32
|
+
/**
|
|
33
|
+
* @deprecated Since v3.6 — will be removed in v4.0.
|
|
34
|
+
* Use `WakaFancyButton variant="liquid"` instead (futur, dans `@wakastellar/ui-effects-decorative`).
|
|
35
|
+
* See `docs/audit/remove-relocate.md` §2.1.
|
|
36
|
+
*/
|
|
32
37
|
export declare const WakaLiquidButton: React.ForwardRefExoticComponent<WakaLiquidButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
33
38
|
export interface WakaLiquidButtonPresetProps extends Omit<WakaLiquidButtonProps, "variant"> {
|
|
34
39
|
}
|
|
@@ -34,6 +34,11 @@ declare const magneticButtonVariants: (props?: ({
|
|
|
34
34
|
size?: "default" | "sm" | "lg" | "icon" | "xl" | "icon-sm" | "icon-lg" | null | undefined;
|
|
35
35
|
rounded?: "default" | "sm" | "lg" | "full" | null | undefined;
|
|
36
36
|
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated Since v3.6 — will be removed in v4.0.
|
|
39
|
+
* Use `WakaFancyButton variant="magnetic"` instead (futur, dans `@wakastellar/ui-effects-decorative`).
|
|
40
|
+
* See `docs/audit/remove-relocate.md` §2.1.
|
|
41
|
+
*/
|
|
37
42
|
export declare const WakaMagneticButton: React.ForwardRefExoticComponent<WakaMagneticButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
38
43
|
export interface WakaMagneticIconButtonProps extends Omit<WakaMagneticButtonProps, "children" | "leftIcon" | "rightIcon"> {
|
|
39
44
|
/** Icon to display */
|
|
@@ -55,6 +55,11 @@ interface ModalFooterProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
55
55
|
sticky?: boolean;
|
|
56
56
|
}
|
|
57
57
|
declare const ModalFooter: React.ForwardRefExoticComponent<ModalFooterProps & React.RefAttributes<HTMLDivElement>>;
|
|
58
|
+
/**
|
|
59
|
+
* @deprecated Since v3.6 — will be removed in v4.0.
|
|
60
|
+
* Use `Dialog` (Radix-based, already exported from `@wakastellar/ui`) instead.
|
|
61
|
+
* See `docs/audit/remove-relocate.md` §2.6.
|
|
62
|
+
*/
|
|
58
63
|
export declare function WakaModal({ open, onOpenChange, title, description, children, size, showCloseButton, closeOnOverlayClick, closeOnEscape, animation, centered, stickyHeader, stickyFooter, footer, className, overlayClassName, }: WakaModalProps): import("react/jsx-runtime").JSX.Element;
|
|
59
64
|
export interface WakaModalTriggerProps {
|
|
60
65
|
/** Contenu du trigger */
|
|
@@ -114,5 +114,10 @@ export interface UseTooltipTourReturn {
|
|
|
114
114
|
};
|
|
115
115
|
}
|
|
116
116
|
export declare function useTooltipTour({ tourId, persistCompletion, autoStart, autoStartDelay, }: UseTooltipTourOptions): UseTooltipTourReturn;
|
|
117
|
+
/**
|
|
118
|
+
* @deprecated Since v3.6 — will be removed in v4.0.
|
|
119
|
+
* Use `WakaTour` compound (with `Tour.Step`, `Tour.Tooltip`) instead (futur).
|
|
120
|
+
* See `docs/audit/remove-relocate.md` §2.4.
|
|
121
|
+
*/
|
|
117
122
|
export declare function WakaTooltipTour({ tourId, steps, isActive, onActiveChange, onComplete, onSkip, onStepChange, startAt, autoAdvance, showSkip, showProgress, showNavigation, persistCompletion, className, overlayClassName, scrollToTarget, scrollBehavior, closeOnOverlayClick, closeOnEscape, skipText, nextText, prevText, finishText, }: WakaTooltipTourProps): import("react/jsx-runtime").JSX.Element | null;
|
|
118
123
|
export default WakaTooltipTour;
|
|
@@ -118,5 +118,10 @@ export interface UseTourGuideReturn {
|
|
|
118
118
|
};
|
|
119
119
|
}
|
|
120
120
|
export declare function useTourGuide(steps: TourStep[], options?: UseTourGuideOptions): UseTourGuideReturn;
|
|
121
|
+
/**
|
|
122
|
+
* @deprecated Since v3.6 — will be removed in v4.0.
|
|
123
|
+
* Use `WakaTour` compound (with `Tour.Step`, `Tour.Tooltip`) instead (futur).
|
|
124
|
+
* See `docs/audit/remove-relocate.md` §2.4.
|
|
125
|
+
*/
|
|
121
126
|
export declare function WakaTourGuide({ steps, isOpen, onOpenChange, variant, currentStep: controlledStep, onStepChange, onComplete, onSkip, showSkip, showProgress, showStepCounter, keyboardNavigation, scrollBehavior, scrollOffset, overlayColor, overlayOpacity, pulseAnimation, tooltipClassName, labels, }: WakaTourGuideProps): import("react/jsx-runtime").JSX.Element | null;
|
|
122
127
|
export default WakaTourGuide;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export declare function EditorStoryWrapper({ children }: {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
/**
|
|
6
|
+
* Creates a lazy-loaded wrapper component for editor components.
|
|
7
|
+
* This defers the import to render time so ErrorBoundary can catch failures.
|
|
8
|
+
*/
|
|
9
|
+
export declare function createLazyEditor<P extends Record<string, unknown>>(importFn: () => Promise<{
|
|
10
|
+
default: React.ComponentType<P>;
|
|
11
|
+
}>): React.LazyExoticComponent<React.ComponentType<P>>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { t as e } from "./cn-Bpd_xIzI.mjs";
|
|
3
|
+
import * as t from "react";
|
|
4
|
+
import { cva as n } from "class-variance-authority";
|
|
5
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
6
|
+
import * as i from "@radix-ui/react-label";
|
|
7
|
+
//#region src/components/label/index.tsx
|
|
8
|
+
var a = n("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"), o = t.forwardRef(({ className: t, ...n }, o) => /* @__PURE__ */ r(i.Root, {
|
|
9
|
+
ref: o,
|
|
10
|
+
className: e(a(), t),
|
|
11
|
+
...n
|
|
12
|
+
}));
|
|
13
|
+
o.displayName = i.Root.displayName;
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region src/components/textarea/index.tsx
|
|
16
|
+
var s = t.forwardRef(({ className: t, ...n }, i) => /* @__PURE__ */ r("textarea", {
|
|
17
|
+
className: e("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", t),
|
|
18
|
+
ref: i,
|
|
19
|
+
...n
|
|
20
|
+
}));
|
|
21
|
+
s.displayName = "Textarea";
|
|
22
|
+
//#endregion
|
|
23
|
+
export { o as n, s as t };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";const e=require(`./chunk-FDd1SASZ.js`),t=require(`./cn-DEeiGoUV.js`);let n=require(`react`);n=e.r(n);let r=require(`class-variance-authority`),i=require(`react/jsx-runtime`),a=require(`@radix-ui/react-label`);a=e.r(a);var o=(0,r.cva)(`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70`),s=n.forwardRef(({className:e,...n},r)=>(0,i.jsx)(a.Root,{ref:r,className:t.t(o(),e),...n}));s.displayName=a.Root.displayName;var c=n.forwardRef(({className:e,...n},r)=>(0,i.jsx)(`textarea`,{className:t.t(`flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50`,e),ref:r,...n}));c.displayName=`Textarea`,Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return c}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { LinkComponentProps } from "./link";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* Props du composant de lien personnalisé pour navigation SPA
|
|
4
|
+
* Permet d'injecter next/link ou tout autre composant de routing
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```tsx
|
|
8
|
+
* import Link from 'next/link'
|
|
9
|
+
* import type { LinkComponentProps } from '@wakastellar/ui'
|
|
10
|
+
*
|
|
11
|
+
* const NextLink = ({ href, className, onClick, children }: LinkComponentProps) => (
|
|
12
|
+
* <Link href={href} className={className} onClick={onClick}>
|
|
13
|
+
* {children}
|
|
14
|
+
* </Link>
|
|
15
|
+
* )
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export interface LinkComponentProps {
|
|
19
|
+
href: string;
|
|
20
|
+
className?: string;
|
|
21
|
+
onClick?: (e: React.MouseEvent) => void;
|
|
22
|
+
children: React.ReactNode;
|
|
23
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration d'un thème
|
|
3
|
+
*/
|
|
4
|
+
export interface ThemeConfigItem {
|
|
5
|
+
/** Identifiant du thème */
|
|
6
|
+
id: string;
|
|
7
|
+
/** Nom d'affichage */
|
|
8
|
+
label: string;
|
|
9
|
+
/** Description optionnelle */
|
|
10
|
+
description?: string;
|
|
11
|
+
/** Couleur représentative */
|
|
12
|
+
previewColor?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Configuration S3 pour les thèmes
|
|
16
|
+
*/
|
|
17
|
+
export interface ThemeS3Config {
|
|
18
|
+
/** URL de base du bucket S3 */
|
|
19
|
+
baseUrl: string;
|
|
20
|
+
/** Préfixe des fichiers (ex: "themes/") */
|
|
21
|
+
prefix?: string;
|
|
22
|
+
/** Extension des fichiers (défaut: "css") */
|
|
23
|
+
extension?: string;
|
|
24
|
+
/** Headers personnalisés */
|
|
25
|
+
headers?: Record<string, string>;
|
|
26
|
+
/** Timeout en millisecondes */
|
|
27
|
+
timeout?: number;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Configuration du thème WakaStart
|
|
31
|
+
*/
|
|
32
|
+
export interface WakaThemeConfig {
|
|
33
|
+
/** Thème par défaut à appliquer */
|
|
34
|
+
defaultTheme?: string;
|
|
35
|
+
/** Activer le stockage du thème dans localStorage */
|
|
36
|
+
storageKey?: string;
|
|
37
|
+
/** Liste des thèmes disponibles */
|
|
38
|
+
themes?: ThemeConfigItem[];
|
|
39
|
+
/** Thème système (auto) */
|
|
40
|
+
enableSystem?: boolean;
|
|
41
|
+
/** Configuration S3 pour charger les thèmes */
|
|
42
|
+
s3Config?: ThemeS3Config;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Configuration S3 pour le chargement des traductions
|
|
46
|
+
*/
|
|
47
|
+
export interface WakaS3Config {
|
|
48
|
+
/** URL du bucket S3 */
|
|
49
|
+
bucketUrl: string;
|
|
50
|
+
/** Région AWS */
|
|
51
|
+
region?: string;
|
|
52
|
+
/** Clé d'accès (optionnel) */
|
|
53
|
+
accessKeyId?: string;
|
|
54
|
+
/** Clé secrète (optionnel) */
|
|
55
|
+
secretAccessKey?: string;
|
|
56
|
+
/** Dossier des traductions dans le bucket */
|
|
57
|
+
translationsPath?: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Configuration d'une langue
|
|
61
|
+
*/
|
|
62
|
+
export interface LanguageConfigItem {
|
|
63
|
+
/** Code de la langue */
|
|
64
|
+
code: string;
|
|
65
|
+
/** Nom d'affichage */
|
|
66
|
+
label: string;
|
|
67
|
+
/** Emoji drapeau */
|
|
68
|
+
flagEmoji?: string;
|
|
69
|
+
/** URL du drapeau */
|
|
70
|
+
flag?: string;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Configuration de la langue et des traductions
|
|
74
|
+
*/
|
|
75
|
+
export interface WakaLanguageConfig {
|
|
76
|
+
/** Langue par défaut */
|
|
77
|
+
defaultLanguage: string;
|
|
78
|
+
/** Langues supportées */
|
|
79
|
+
supportedLanguages: string[];
|
|
80
|
+
/** Liste des langues avec configuration */
|
|
81
|
+
languages?: LanguageConfigItem[];
|
|
82
|
+
/** Configuration S3 pour le chargement distant des traductions */
|
|
83
|
+
s3Config?: WakaS3Config;
|
|
84
|
+
/** Traductions locales (fallback ou complètes) */
|
|
85
|
+
resources?: Record<string, Record<string, Record<string, string>>>;
|
|
86
|
+
/** Activer le stockage de la langue dans localStorage */
|
|
87
|
+
storageKey?: string;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Configuration globale du WakaProvider
|
|
91
|
+
*/
|
|
92
|
+
export interface WakaProviderConfig {
|
|
93
|
+
/** Configuration du thème */
|
|
94
|
+
theme?: WakaThemeConfig;
|
|
95
|
+
/** Configuration de la langue */
|
|
96
|
+
language: WakaLanguageConfig;
|
|
97
|
+
/** Activer le mode debug */
|
|
98
|
+
debug?: boolean;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Props du WakaProvider
|
|
102
|
+
*/
|
|
103
|
+
export interface WakaProviderProps {
|
|
104
|
+
/** Configuration du provider */
|
|
105
|
+
config: WakaProviderConfig;
|
|
106
|
+
/** Children */
|
|
107
|
+
children: React.ReactNode;
|
|
108
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";const e=require(`./chunk-FDd1SASZ.js`),t=require(`./cn-DEeiGoUV.js`);let n=require(`react`);n=e.r(n);let r=require(`lucide-react`),i=require(`react/jsx-runtime`);function a({className:e,...n}){return(0,i.jsx)(`div`,{className:t.t(`animate-pulse rounded-md bg-muted`,e),...n})}function o(){let[e,t]=(0,n.useState)(null),[r,i]=(0,n.useState)(!0),[a,o]=(0,n.useState)(null);return(0,n.useEffect)(()=>{let e=!0;return(async()=>{try{let n=await import(`recharts`);e&&(t({ResponsiveContainer:n.ResponsiveContainer,BarChart:n.BarChart,LineChart:n.LineChart,AreaChart:n.AreaChart,PieChart:n.PieChart,Bar:n.Bar,Line:n.Line,Area:n.Area,Pie:n.Pie,Cell:n.Cell,XAxis:n.XAxis,YAxis:n.YAxis,CartesianGrid:n.CartesianGrid,Tooltip:n.Tooltip,Legend:n.Legend,defs:`defs`,linearGradient:`linearGradient`,stop:`stop`}),i(!1))}catch(t){e&&(o(t instanceof Error?t:Error(`Failed to load Recharts`)),i(!1))}})(),()=>{e=!1}},[]),{components:e,loading:r,error:a,isAvailable:!r&&!a&&e!==null}}var s={colors:[`hsl(var(--chart-1, 220 70% 50%))`,`hsl(var(--chart-2, 160 60% 45%))`,`hsl(var(--chart-3, 30 80% 55%))`,`hsl(var(--chart-4, 280 65% 60%))`,`hsl(var(--chart-5, 340 75% 55%))`],gridColor:`hsl(var(--border, 220 13% 91%))`,axisColor:`hsl(var(--muted-foreground, 220 9% 46%))`,textColor:`hsl(var(--foreground, 224 71% 4%))`,tooltipBackground:`hsl(var(--popover, 0 0% 100%))`,tooltipText:`hsl(var(--popover-foreground, 224 71% 4%))`,tooltipBorder:`hsl(var(--border, 220 13% 91%))`,fontFamily:`inherit`};function c(e,t=`default`){let r=(0,n.useMemo)(()=>({colors:e?.colors??s.colors,gridColor:e?.gridColor??s.gridColor,axisColor:e?.axisColor??s.axisColor,textColor:e?.textColor??s.textColor,tooltipBackground:e?.tooltipBackground??s.tooltipBackground,tooltipText:e?.tooltipText??s.tooltipText,tooltipBorder:e?.tooltipBorder??s.tooltipBorder,fontFamily:e?.fontFamily??s.fontFamily}),[e]);return{theme:r,getColor:(0,n.useMemo)(()=>e=>r.colors[e%r.colors.length],[r.colors]),tooltipStyles:(0,n.useMemo)(()=>({contentStyle:{backgroundColor:r.tooltipBackground,color:r.tooltipText,border:`1px solid ${r.tooltipBorder}`,borderRadius:`var(--radius, 0.5rem)`,padding:`8px 12px`,boxShadow:`0 2px 4px rgba(0,0,0,0.1)`,fontFamily:r.fontFamily},wrapperStyle:{outline:`none`},itemStyle:{color:r.tooltipText,padding:`2px 0`},labelStyle:{color:r.textColor,fontWeight:600,marginBottom:`4px`}}),[r]),containerClasses:(0,n.useMemo)(()=>{let e=`relative`;switch(t){case`gradient`:return`${e} bg-gradient-to-br from-background to-muted/20`;case`outline`:return`${e} border border-border rounded-lg p-4`;case`glass`:return`${e} bg-background/50 backdrop-blur-sm border border-border/50 rounded-lg p-4`;default:return e}},[t])}}var l={sm:{width:`100%`,height:150},md:{width:`100%`,height:250},lg:{width:`100%`,height:350},xl:{width:`100%`,height:450},auto:{width:`100%`,height:300}},u=n.forwardRef(({children:e,variant:n=`default`,size:r=`md`,height:s,width:u,theme:f,className:p,style:m,title:h,description:g,loading:_,error:v,responsive:y=!0},b)=>{let{components:x,loading:S,error:C,isAvailable:w}=o(),{containerClasses:T}=c(f,n),E=_||S,D=v||(C?`Recharts non disponible. Installez recharts pour utiliser les graphiques.`:null),O=l[r],k=u??O.width,A=s??O.height;if(E)return(0,i.jsxs)(`div`,{ref:b,className:t.t(T,p),style:m,children:[h&&(0,i.jsx)(d,{title:h,description:g}),(0,i.jsx)(a,{className:`w-full`,style:{height:A}})]});if(D||!w)return(0,i.jsxs)(`div`,{ref:b,className:t.t(T,p),style:m,children:[h&&(0,i.jsx)(d,{title:h,description:g}),(0,i.jsx)(`div`,{className:`flex items-center justify-center text-muted-foreground text-sm border border-dashed border-border rounded-lg`,style:{height:A},children:(0,i.jsxs)(`div`,{className:`text-center p-4`,children:[(0,i.jsx)(`p`,{children:D||`Graphique non disponible`}),(0,i.jsx)(`p`,{className:`text-xs mt-1`,children:`Installez recharts: pnpm add recharts`})]})})]});let{ResponsiveContainer:j}=x;return(0,i.jsxs)(`div`,{ref:b,className:t.t(T,p),style:m,children:[h&&(0,i.jsx)(d,{title:h,description:g}),y?(0,i.jsx)(j,{width:k,height:A,children:e(x)}):(0,i.jsx)(`div`,{style:{width:k,height:A},children:e(x)})]})});u.displayName=`WakaChart`;function d({title:e,description:t}){return(0,i.jsxs)(`div`,{className:`mb-4`,children:[(0,i.jsx)(`h3`,{className:`text-lg font-semibold`,children:e}),t&&(0,i.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:t})]})}var f=n.forwardRef(({data:e,dataKeys:t,series:r,variant:a=`default`,size:o=`md`,height:s,width:l,animation:d=!0,animationDuration:f=500,grid:p=!0,tooltip:m=!0,legend:h,axis:g,theme:_,className:v,style:y,title:b,description:x,loading:S,error:C,onClick:w,responsive:T=!0,layout:E=`vertical`,stacked:D=!1,radius:O=4,barSize:k,barGap:A=4,barCategoryGap:j=`20%`},M)=>{let{theme:N,getColor:P,tooltipStyles:F}=c(_,a),I=n.useMemo(()=>{if(r&&r.length>0)return r;if(t&&t.length>0)return t.map((e,t)=>({dataKey:e,label:e,color:P(t)}));if(e.length>0&&`value`in e[0])return[{dataKey:`value`,label:`Value`,color:P(0)}];let n=e[0];return n?Object.keys(n).filter(e=>e!==`name`&&typeof n[e]==`number`).map((e,t)=>({dataKey:e,label:e,color:P(t)})):[]},[r,t,e,P]),L=n.useMemo(()=>h?typeof h==`boolean`?{enabled:h,position:`bottom`,align:`center`}:h:null,[h]),R=n.useMemo(()=>m?typeof m==`boolean`?{enabled:m}:m:null,[m]);return(0,i.jsx)(u,{ref:M,variant:a,size:o,height:s,width:l,theme:_,className:v,style:y,title:b,description:x,loading:S,error:C,responsive:T,children:t=>{if(!t)return null;let{BarChart:n,Bar:r,XAxis:a,YAxis:o,CartesianGrid:s,Tooltip:c,Legend:l}=t;return(0,i.jsxs)(n,{data:e,layout:E===`horizontal`?`vertical`:`horizontal`,barGap:A,barCategoryGap:j,children:[p&&(0,i.jsx)(s,{strokeDasharray:`3 3`,stroke:N.gridColor,horizontal:!0,vertical:!1}),g?.showXAxis!==!1&&(0,i.jsx)(a,{dataKey:`name`,axisLine:{stroke:N.axisColor},tickLine:{stroke:N.axisColor},tick:{fill:N.textColor,fontSize:12},tickFormatter:g?.xAxisFormatter}),g?.showYAxis!==!1&&(0,i.jsx)(o,{axisLine:{stroke:N.axisColor},tickLine:{stroke:N.axisColor},tick:{fill:N.textColor,fontSize:12},tickFormatter:g?.yAxisFormatter,domain:g?.yAxisDomain,unit:g?.yAxisUnit}),R?.enabled!==!1&&m&&(0,i.jsx)(c,{...F,formatter:R&&typeof R!=`boolean`&&R.formatter?(t,n)=>R.formatter(t,n,e[0]):e=>`${R&&typeof R!=`boolean`&&R.valuePrefix||``}${e}${R&&typeof R!=`boolean`&&R.valueSuffix||``}`}),L?.enabled&&(0,i.jsx)(l,{align:L.align,verticalAlign:L.position===`top`?`top`:`bottom`,wrapperStyle:{paddingTop:L.position===`bottom`?16:0}}),I.map((e,t)=>(0,i.jsx)(r,{dataKey:e.dataKey,name:e.label,fill:e.color||P(t),radius:O,stackId:D?`stack`:void 0,barSize:k,animationDuration:f,isAnimationActive:d},e.dataKey))]})}})});f.displayName=`WakaBarChart`;var p=n.forwardRef(({data:e,dataKeys:t,series:r,variant:a=`default`,size:o=`md`,height:s,width:l,animation:d=!0,animationDuration:f=500,grid:p=!0,tooltip:m=!0,legend:h,axis:g,theme:_,className:v,style:y,title:b,description:x,loading:S,error:C,onClick:w,responsive:T=!0,curve:E=`monotone`,dots:D=!0,dotSize:O=4,activeDot:k=!0,strokeWidth:A=2},j)=>{let{theme:M,getColor:N,tooltipStyles:P}=c(_,a),F=n.useMemo(()=>{if(r&&r.length>0)return r;if(t&&t.length>0)return t.map((e,t)=>({dataKey:e,label:e,color:N(t),strokeWidth:A}));if(e.length>0&&`value`in e[0])return[{dataKey:`value`,label:`Value`,color:N(0),strokeWidth:A}];let n=e[0];return n?Object.keys(n).filter(e=>e!==`name`&&typeof n[e]==`number`).map((e,t)=>({dataKey:e,label:e,color:N(t),strokeWidth:A})):[]},[r,t,e,N,A]),I=n.useMemo(()=>h?typeof h==`boolean`?{enabled:h,position:`bottom`,align:`center`}:h:null,[h]),L=n.useMemo(()=>m?typeof m==`boolean`?{enabled:m}:m:null,[m]);return(0,i.jsx)(u,{ref:j,variant:a,size:o,height:s,width:l,theme:_,className:v,style:y,title:b,description:x,loading:S,error:C,responsive:T,children:t=>{if(!t)return null;let{LineChart:n,Line:r,XAxis:a,YAxis:o,CartesianGrid:s,Tooltip:c,Legend:l}=t;return(0,i.jsxs)(n,{data:e,children:[p&&(0,i.jsx)(s,{strokeDasharray:`3 3`,stroke:M.gridColor,horizontal:!0,vertical:!1}),g?.showXAxis!==!1&&(0,i.jsx)(a,{dataKey:`name`,axisLine:{stroke:M.axisColor},tickLine:{stroke:M.axisColor},tick:{fill:M.textColor,fontSize:12},tickFormatter:g?.xAxisFormatter}),g?.showYAxis!==!1&&(0,i.jsx)(o,{axisLine:{stroke:M.axisColor},tickLine:{stroke:M.axisColor},tick:{fill:M.textColor,fontSize:12},tickFormatter:g?.yAxisFormatter,domain:g?.yAxisDomain,unit:g?.yAxisUnit}),L?.enabled!==!1&&m&&(0,i.jsx)(c,{...P,formatter:L&&typeof L!=`boolean`&&L.formatter?(t,n)=>L.formatter(t,n,e[0]):e=>`${L&&typeof L!=`boolean`&&L.valuePrefix||``}${e}${L&&typeof L!=`boolean`&&L.valueSuffix||``}`}),I?.enabled&&(0,i.jsx)(l,{align:I.align,verticalAlign:I.position===`top`?`top`:`bottom`,wrapperStyle:{paddingTop:I.position===`bottom`?16:0}}),F.map((e,t)=>(0,i.jsx)(r,{dataKey:e.dataKey,name:e.label,stroke:e.color||N(t),strokeWidth:e.strokeWidth||A,strokeDasharray:e.strokeDasharray,type:E,dot:D?{r:O,fill:e.color||N(t)}:!1,activeDot:k?{r:O+2}:!1,animationDuration:f,isAnimationActive:d},e.dataKey))]})}})});p.displayName=`WakaLineChart`;var m=n.forwardRef(({data:e,dataKeys:t,series:r,variant:a=`default`,size:o=`md`,height:s,width:l,animation:d=!0,animationDuration:f=500,grid:p=!0,tooltip:m=!0,legend:h,axis:g,theme:_,className:v,style:y,title:b,description:x,loading:S,error:C,onClick:w,responsive:T=!0,curve:E=`monotone`,dots:D=!1,dotSize:O=4,activeDot:k=!0,strokeWidth:A=2,stacked:j=!1,fillOpacity:M=.3,gradientDirection:N=`vertical`},P)=>{let{theme:F,getColor:I,tooltipStyles:L}=c(_,a),R=n.useMemo(()=>{if(r&&r.length>0)return r;if(t&&t.length>0)return t.map((e,t)=>({dataKey:e,label:e,color:I(t),strokeWidth:A,fillOpacity:M}));if(e.length>0&&`value`in e[0])return[{dataKey:`value`,label:`Value`,color:I(0),strokeWidth:A,fillOpacity:M}];let n=e[0];return n?Object.keys(n).filter(e=>e!==`name`&&typeof n[e]==`number`).map((e,t)=>({dataKey:e,label:e,color:I(t),strokeWidth:A,fillOpacity:M})):[]},[r,t,e,I,A,M]),z=n.useMemo(()=>h?typeof h==`boolean`?{enabled:h,position:`bottom`,align:`center`}:h:null,[h]),B=n.useMemo(()=>m?typeof m==`boolean`?{enabled:m}:m:null,[m]);return(0,i.jsx)(u,{ref:P,variant:a,size:o,height:s,width:l,theme:_,className:v,style:y,title:b,description:x,loading:S,error:C,responsive:T,children:t=>{if(!t)return null;let{AreaChart:n,Area:r,XAxis:a,YAxis:o,CartesianGrid:s,Tooltip:c,Legend:l}=t;return(0,i.jsxs)(n,{data:e,children:[(0,i.jsx)(`defs`,{children:R.map((e,t)=>{let n=e.color||I(t),r=`gradient-${e.dataKey}-${t}`;return(0,i.jsxs)(`linearGradient`,{id:r,x1:`0`,y1:`0`,x2:N===`horizontal`?`1`:`0`,y2:N===`horizontal`?`0`:`1`,children:[(0,i.jsx)(`stop`,{offset:`5%`,stopColor:n,stopOpacity:.8}),(0,i.jsx)(`stop`,{offset:`95%`,stopColor:n,stopOpacity:.1})]},r)})}),p&&(0,i.jsx)(s,{strokeDasharray:`3 3`,stroke:F.gridColor,horizontal:!0,vertical:!1}),g?.showXAxis!==!1&&(0,i.jsx)(a,{dataKey:`name`,axisLine:{stroke:F.axisColor},tickLine:{stroke:F.axisColor},tick:{fill:F.textColor,fontSize:12},tickFormatter:g?.xAxisFormatter}),g?.showYAxis!==!1&&(0,i.jsx)(o,{axisLine:{stroke:F.axisColor},tickLine:{stroke:F.axisColor},tick:{fill:F.textColor,fontSize:12},tickFormatter:g?.yAxisFormatter,domain:g?.yAxisDomain,unit:g?.yAxisUnit}),B?.enabled!==!1&&m&&(0,i.jsx)(c,{...L,formatter:B&&typeof B!=`boolean`&&B.formatter?(t,n)=>B.formatter(t,n,e[0]):e=>`${B&&typeof B!=`boolean`&&B.valuePrefix||``}${e}${B&&typeof B!=`boolean`&&B.valueSuffix||``}`}),z?.enabled&&(0,i.jsx)(l,{align:z.align,verticalAlign:z.position===`top`?`top`:`bottom`,wrapperStyle:{paddingTop:z.position===`bottom`?16:0}}),R.map((e,t)=>{let n=e.color||I(t),a=`gradient-${e.dataKey}-${t}`;return(0,i.jsx)(r,{dataKey:e.dataKey,name:e.label,stroke:n,strokeWidth:e.strokeWidth||A,fill:`url(#${a})`,fillOpacity:e.fillOpacity??M,type:E,dot:D?{r:O,fill:n}:!1,stackId:j?`stack`:void 0,animationDuration:f,isAnimationActive:d},e.dataKey)})]})}})});m.displayName=`WakaAreaChart`;var h=n.forwardRef(({data:e,variant:t=`default`,size:r=`md`,height:a,width:o,animation:s=!0,animationDuration:l=500,tooltip:d=!0,legend:f=!0,theme:p,className:m,style:h,title:g,description:_,loading:v,error:y,onClick:b,responsive:x=!0,dataKey:S=`value`,nameKey:C=`name`,innerRadius:w=0,outerRadius:T=`80%`,startAngle:E=90,endAngle:D=-270,paddingAngle:O=2,label:k=!1,labelPosition:A=`outside`},j)=>{let{theme:M,getColor:N,tooltipStyles:P}=c(p,t),F=n.useMemo(()=>f?typeof f==`boolean`?{enabled:f,position:`bottom`,align:`center`}:f:null,[f]),I=n.useMemo(()=>d?typeof d==`boolean`?{enabled:d}:d:null,[d]),L=n.useCallback(e=>{if(!k)return null;let t=Math.PI/180,n=A===`inside`?e.innerRadius+(e.outerRadius-e.innerRadius)*.5:e.outerRadius*1.1,r=e.cx+n*Math.cos(-e.midAngle*t),a=e.cy+n*Math.sin(-e.midAngle*t),o=``;return o=k===`percent`?`${(e.percent*100).toFixed(0)}%`:k===`value`?String(e.value):k===`name`?e.name:`${(e.percent*100).toFixed(0)}%`,(0,i.jsx)(`text`,{x:r,y:a,fill:A===`inside`?`#fff`:M.textColor,textAnchor:r>e.cx?`start`:`end`,dominantBaseline:`central`,fontSize:12,children:o})},[k,A,M.textColor]);return(0,i.jsx)(u,{ref:j,variant:t,size:r,height:a,width:o,theme:p,className:m,style:h,title:g,description:_,loading:v,error:y,responsive:x,children:t=>{if(!t)return null;let{PieChart:n,Pie:r,Cell:a,Tooltip:o,Legend:c}=t;return(0,i.jsxs)(n,{children:[I?.enabled!==!1&&d&&(0,i.jsx)(o,{...P,formatter:I&&typeof I!=`boolean`&&I.formatter?(t,n)=>I.formatter(t,n,e[0]):e=>`${I&&typeof I!=`boolean`&&I.valuePrefix||``}${e}${I&&typeof I!=`boolean`&&I.valueSuffix||``}`}),F?.enabled&&(0,i.jsx)(c,{align:F.align,verticalAlign:F.position===`top`?`top`:`bottom`,layout:F.position===`left`||F.position===`right`?`vertical`:`horizontal`,wrapperStyle:{paddingTop:F.position===`bottom`?16:0}}),(0,i.jsx)(r,{data:e,dataKey:S,nameKey:C,cx:`50%`,cy:`50%`,innerRadius:w,outerRadius:T,startAngle:E,endAngle:D,paddingAngle:O,animationDuration:l,isAnimationActive:s,label:k?L:!1,labelLine:k&&A===`outside`,children:e.map((e,t)=>(0,i.jsx)(a,{fill:N(t),stroke:`transparent`},`cell-${t}`))})]})}})});h.displayName=`WakaPieChart`;var g=n.forwardRef(({data:e,type:r=`line`,width:a=100,height:s=30,color:c=`hsl(var(--chart-1))`,fillColor:l,fillOpacity:u=.3,showMinMax:d=!1,showValue:f=!1,className:p,animation:m=!0},h)=>{let{components:g,loading:v,isAvailable:y}=o(),b=n.useMemo(()=>e.map((e,t)=>({index:t,value:e})),[e]),{min:x,max:S,current:C}=n.useMemo(()=>{let t=e.filter(e=>typeof e==`number`&&!isNaN(e));return{min:Math.min(...t),max:Math.max(...t),current:t[t.length-1]}},[e]);if(v)return(0,i.jsx)(`div`,{ref:h,className:t.t(`inline-flex items-center gap-2`,p),children:(0,i.jsx)(`div`,{className:`bg-muted animate-pulse rounded`,style:{width:a,height:s}})});if(!y||!g)return(0,i.jsxs)(`div`,{ref:h,className:t.t(`inline-flex items-center gap-2`,p),children:[(0,i.jsx)(_,{data:e,width:a,height:s,color:c,type:r,fillColor:l,fillOpacity:u}),f&&(0,i.jsx)(`span`,{className:`text-sm font-medium`,children:C})]});let{ResponsiveContainer:w,LineChart:T,BarChart:E,AreaChart:D,Line:O,Bar:k,Area:A}=g;return(0,i.jsxs)(`div`,{ref:h,className:t.t(`inline-flex items-center gap-2`,p),children:[(0,i.jsx)(`div`,{style:{width:a,height:s},children:(0,i.jsx)(w,{width:`100%`,height:`100%`,children:r===`bar`?(0,i.jsx)(E,{data:b,children:(0,i.jsx)(k,{dataKey:`value`,fill:c,radius:1,isAnimationActive:m})}):r===`area`?(0,i.jsxs)(D,{data:b,children:[(0,i.jsx)(`defs`,{children:(0,i.jsxs)(`linearGradient`,{id:`sparkline-gradient-${c.replace(/[^a-z0-9]/gi,``)}`,x1:`0`,y1:`0`,x2:`0`,y2:`1`,children:[(0,i.jsx)(`stop`,{offset:`5%`,stopColor:l||c,stopOpacity:.8}),(0,i.jsx)(`stop`,{offset:`95%`,stopColor:l||c,stopOpacity:.1})]})}),(0,i.jsx)(A,{type:`monotone`,dataKey:`value`,stroke:c,fill:`url(#sparkline-gradient-${c.replace(/[^a-z0-9]/gi,``)})`,fillOpacity:u,strokeWidth:1.5,dot:!1,isAnimationActive:m})]}):(0,i.jsx)(T,{data:b,children:(0,i.jsx)(O,{type:`monotone`,dataKey:`value`,stroke:c,strokeWidth:1.5,dot:!1,isAnimationActive:m})})})}),d&&(0,i.jsxs)(`div`,{className:`flex flex-col text-xs text-muted-foreground`,children:[(0,i.jsxs)(`span`,{children:[`↑ `,S]}),(0,i.jsxs)(`span`,{children:[`↓ `,x]})]}),f&&(0,i.jsx)(`span`,{className:`text-sm font-medium`,children:C})]})});g.displayName=`WakaSparkline`;function _({data:e,width:t,height:n,color:r,type:a,fillColor:o,fillOpacity:s}){let c=t-4,l=n-4,u=Math.min(...e),d=Math.max(...e)-u||1,f=e.map((t,n)=>({x:2+n/(e.length-1||1)*c,y:2+l-(t-u)/d*l,value:t}));if(a===`bar`){let a=c/e.length-1;return(0,i.jsx)(`svg`,{width:t,height:n,children:e.map((e,t)=>{let n=(e-u)/d*l;return(0,i.jsx)(`rect`,{x:2+t*(a+1),y:2+l-n,width:a,height:n,fill:r,rx:1},t)})})}let p=f.map((e,t)=>`${t===0?`M`:`L`} ${e.x} ${e.y}`).join(` `);return a===`area`?(0,i.jsxs)(`svg`,{width:t,height:n,children:[(0,i.jsx)(`path`,{d:`${p} L ${f[f.length-1].x} ${n-2} L 2 ${n-2} Z`,fill:o||r,fillOpacity:s}),(0,i.jsx)(`path`,{d:p,fill:`none`,stroke:r,strokeWidth:1.5})]}):(0,i.jsx)(`svg`,{width:t,height:n,children:(0,i.jsx)(`path`,{d:p,fill:`none`,stroke:r,strokeWidth:1.5})})}var v=n.forwardRef(({data:e,type:a=`sparkline`,width:o=80,height:s=24,color:c,showTrend:l=!0,valueFormatter:u,className:d},f)=>{let p=n.useMemo(()=>!e||e.length===0?[]:typeof e[0]==`number`?e:e.map(e=>{let t=e.value??Object.values(e).find(e=>typeof e==`number`);return typeof t==`number`?t:0}),[e]),{trend:m,trendPercent:h,currentValue:_}=n.useMemo(()=>{if(p.length<2)return{trend:`neutral`,trendPercent:0,currentValue:p[0]??0};let e=p[0],t=p[p.length-1],n=t-e,r=e===0?0:n/e*100;return{trend:n>0?`up`:n<0?`down`:`neutral`,trendPercent:r,currentValue:t}},[p]),v=n.useMemo(()=>c||(m===`up`?`hsl(var(--chart-2, 142 76% 36%))`:m===`down`?`hsl(var(--destructive, 0 84% 60%))`:`hsl(var(--muted-foreground, 220 9% 46%))`),[c,m]);return p.length===0?(0,i.jsx)(`div`,{ref:f,className:t.t(`flex items-center gap-1 text-muted-foreground`,d),children:(0,i.jsx)(r.Minus,{className:`h-3 w-3`})}):(u?u(_):_.toLocaleString(),(0,i.jsxs)(`div`,{ref:f,className:t.t(`flex items-center gap-2`,d),children:[(0,i.jsx)(g,{data:p,type:a===`sparkline`?`line`:a,width:o,height:s,color:v,animation:!1}),l&&(0,i.jsxs)(`div`,{className:`flex items-center gap-1`,children:[m===`up`&&(0,i.jsx)(r.TrendingUp,{className:`h-3 w-3 text-green-600 dark:text-green-400`}),m===`down`&&(0,i.jsx)(r.TrendingDown,{className:`h-3 w-3 text-red-600 dark:text-red-400`}),m===`neutral`&&(0,i.jsx)(r.Minus,{className:`h-3 w-3 text-muted-foreground`}),(0,i.jsxs)(`span`,{className:t.t(`text-xs font-medium`,m===`up`&&`text-green-600 dark:text-green-400`,m===`down`&&`text-red-600 dark:text-red-400`,m===`neutral`&&`text-muted-foreground`),children:[m!==`neutral`&&(h>0?`+`:``),h.toFixed(1),`%`]})]})]}))});v.displayName=`WakaMiniChart`;function y(e){let{accessorKey:t,header:n=String(t),chartType:r=`sparkline`,width:i=100,height:a=24,color:o,showValue:s=!1,valueFormatter:c}=e;return{accessorKey:t,header:n,size:i+(s?60:0),enableSorting:!1,enableColumnFilter:!1,cell:e=>{let t=e.getValue(),n=[];return Array.isArray(t)&&(typeof t[0]==`number`?n=t:typeof t[0]==`object`&&t[0]!==null&&(n=t.map(e=>{let t=e.value??Object.values(e).find(e=>typeof e==`number`);return typeof t==`number`?t:0}))),{type:`chart`,chartType:r,data:n,width:i,height:a,color:o,showTrend:!0,valueFormatter:c}},meta:{isChartColumn:!0,chartConfig:e}}}var b={cell:e=>{if(!Array.isArray(e))return null;let t=[];return typeof e[0]==`number`?t=e:typeof e[0]==`object`&&e[0]!==null&&(t=e.map(e=>{let t=e.value??Object.values(e).find(e=>typeof e==`number`);return typeof t==`number`?t:0})),{type:`sparkline`,data:t}},size:100,enableSorting:!1,enableFiltering:!1},x=[`hsl(var(--chart-1))`,`hsl(var(--chart-2))`,`hsl(var(--chart-3))`,`hsl(var(--chart-4))`,`hsl(var(--chart-5))`],S={sm:{width:`100%`,height:150},md:{width:`100%`,height:250},lg:{width:`100%`,height:350},xl:{width:`100%`,height:450},auto:{width:`100%`,height:300}};Object.defineProperty(exports,`a`,{enumerable:!0,get:function(){return v}}),Object.defineProperty(exports,`c`,{enumerable:!0,get:function(){return m}}),Object.defineProperty(exports,`d`,{enumerable:!0,get:function(){return u}}),Object.defineProperty(exports,`f`,{enumerable:!0,get:function(){return c}}),Object.defineProperty(exports,`i`,{enumerable:!0,get:function(){return b}}),Object.defineProperty(exports,`l`,{enumerable:!0,get:function(){return p}}),Object.defineProperty(exports,`m`,{enumerable:!0,get:function(){return a}}),Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return x}}),Object.defineProperty(exports,`o`,{enumerable:!0,get:function(){return g}}),Object.defineProperty(exports,`p`,{enumerable:!0,get:function(){return o}}),Object.defineProperty(exports,`r`,{enumerable:!0,get:function(){return y}}),Object.defineProperty(exports,`s`,{enumerable:!0,get:function(){return h}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return S}}),Object.defineProperty(exports,`u`,{enumerable:!0,get:function(){return f}});
|