@luxfi/ui 7.4.15 → 8.1.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/LICENSE.md +21 -0
- package/dist/3d-button.cjs +298 -0
- package/dist/3d-button.d.ts +52 -0
- package/dist/3d-button.d.ts.map +1 -0
- package/dist/3d-button.js +273 -0
- package/dist/3d-card.cjs +236 -0
- package/dist/3d-card.d.ts +29 -0
- package/dist/3d-card.d.ts.map +1 -0
- package/dist/3d-card.js +209 -0
- package/dist/3d-carousel.cjs +375 -0
- package/dist/3d-carousel.d.ts +26 -0
- package/dist/3d-carousel.d.ts.map +1 -0
- package/dist/3d-carousel.js +348 -0
- package/dist/3d-grid.cjs +360 -0
- package/dist/3d-grid.d.ts +49 -0
- package/dist/3d-grid.d.ts.map +1 -0
- package/dist/3d-grid.js +335 -0
- package/dist/3d-marquee.cjs +8669 -0
- package/dist/3d-marquee.d.ts +65 -0
- package/dist/3d-marquee.d.ts.map +1 -0
- package/dist/3d-marquee.js +8645 -0
- package/dist/3d-model-viewer.cjs +909 -0
- package/dist/3d-model-viewer.d.ts +45 -0
- package/dist/3d-model-viewer.d.ts.map +1 -0
- package/dist/3d-model-viewer.js +886 -0
- package/dist/3d-pin.cjs +46 -0
- package/dist/3d-pin.d.ts +8 -0
- package/dist/3d-pin.d.ts.map +1 -0
- package/dist/3d-pin.js +24 -0
- package/dist/3d-scene.cjs +439 -0
- package/dist/3d-scene.d.ts +76 -0
- package/dist/3d-scene.d.ts.map +1 -0
- package/dist/3d-scene.js +407 -0
- package/dist/3d-text.cjs +367 -0
- package/dist/3d-text.d.ts +62 -0
- package/dist/3d-text.d.ts.map +1 -0
- package/dist/3d-text.js +341 -0
- package/dist/accordion.d.ts +10 -12
- package/dist/accordion.d.ts.map +1 -0
- package/dist/advanced-chart.cjs +53 -0
- package/dist/advanced-chart.d.ts +6 -0
- package/dist/advanced-chart.d.ts.map +1 -0
- package/dist/advanced-chart.js +51 -0
- package/dist/advanced-navigation-bar.cjs +459 -0
- package/dist/advanced-navigation-bar.d.ts +14 -0
- package/dist/advanced-navigation-bar.d.ts.map +1 -0
- package/dist/advanced-navigation-bar.js +437 -0
- package/dist/ai-actions.cjs +57 -0
- package/dist/ai-actions.d.ts +14 -0
- package/dist/ai-actions.d.ts.map +1 -0
- package/dist/ai-actions.js +35 -0
- package/dist/ai-agents.cjs +1764 -0
- package/dist/ai-agents.d.ts +56 -0
- package/dist/ai-agents.d.ts.map +1 -0
- package/dist/ai-agents.js +1740 -0
- package/dist/ai-assistant.cjs +907 -0
- package/dist/ai-assistant.d.ts +28 -0
- package/dist/ai-assistant.d.ts.map +1 -0
- package/dist/ai-assistant.js +886 -0
- package/dist/ai-chat.cjs +1165 -0
- package/dist/ai-chat.d.ts +56 -0
- package/dist/ai-chat.d.ts.map +1 -0
- package/dist/ai-chat.js +1141 -0
- package/dist/ai-code.cjs +1866 -0
- package/dist/ai-code.d.ts +58 -0
- package/dist/ai-code.d.ts.map +1 -0
- package/dist/ai-code.js +1841 -0
- package/dist/ai-model-selector-navigation-bar.cjs +59 -0
- package/dist/ai-model-selector-navigation-bar.d.ts +15 -0
- package/dist/ai-model-selector-navigation-bar.d.ts.map +1 -0
- package/dist/ai-model-selector-navigation-bar.js +37 -0
- package/dist/ai-models.cjs +41 -0
- package/dist/ai-models.d.ts +15 -0
- package/dist/ai-models.d.ts.map +1 -0
- package/dist/ai-models.js +19 -0
- package/dist/ai-playground.cjs +1110 -0
- package/dist/ai-playground.d.ts +66 -0
- package/dist/ai-playground.d.ts.map +1 -0
- package/dist/ai-playground.js +1088 -0
- package/dist/ai-tools.cjs +1043 -0
- package/dist/ai-tools.d.ts +23 -0
- package/dist/ai-tools.d.ts.map +1 -0
- package/dist/ai-tools.js +1022 -0
- package/dist/ai-vision.cjs +1831 -0
- package/dist/ai-vision.d.ts +74 -0
- package/dist/ai-vision.d.ts.map +1 -0
- package/dist/ai-vision.js +1810 -0
- package/dist/ai-voice-settings.cjs +1511 -0
- package/dist/ai-voice-settings.d.ts +100 -0
- package/dist/ai-voice-settings.d.ts.map +1 -0
- package/dist/ai-voice-settings.js +1478 -0
- package/dist/ai-voice.cjs +1522 -0
- package/dist/ai-voice.d.ts +72 -0
- package/dist/ai-voice.d.ts.map +1 -0
- package/dist/ai-voice.js +1501 -0
- package/dist/alert.cjs +14 -147
- package/dist/alert.d.ts +4 -5
- package/dist/alert.d.ts.map +1 -0
- package/dist/alert.js +14 -147
- package/dist/android.cjs +127 -0
- package/dist/android.d.ts +19 -0
- package/dist/android.d.ts.map +1 -0
- package/dist/android.js +104 -0
- package/dist/animated-background.cjs +8830 -0
- package/dist/animated-background.d.ts +103 -0
- package/dist/animated-background.d.ts.map +1 -0
- package/dist/animated-background.js +8824 -0
- package/dist/animated-beam.cjs +8438 -0
- package/dist/animated-beam.d.ts +15 -0
- package/dist/animated-beam.d.ts.map +1 -0
- package/dist/animated-beam.js +8417 -0
- package/dist/animated-cursor.cjs +269 -0
- package/dist/animated-cursor.d.ts +70 -0
- package/dist/animated-cursor.d.ts.map +1 -0
- package/dist/animated-cursor.js +264 -0
- package/dist/animated-icon.cjs +8927 -0
- package/dist/animated-icon.d.ts +119 -0
- package/dist/animated-icon.d.ts.map +1 -0
- package/dist/animated-icon.js +8902 -0
- package/dist/animated-list.cjs +9226 -0
- package/dist/animated-list.d.ts +126 -0
- package/dist/animated-list.d.ts.map +1 -0
- package/dist/animated-list.js +9201 -0
- package/dist/animated-number.cjs +8773 -0
- package/dist/animated-number.d.ts +127 -0
- package/dist/animated-number.d.ts.map +1 -0
- package/dist/animated-number.js +8767 -0
- package/dist/animated-testimonials.cjs +8653 -0
- package/dist/animated-testimonials.d.ts +17 -0
- package/dist/animated-testimonials.d.ts.map +1 -0
- package/dist/animated-testimonials.js +8632 -0
- package/dist/animated-text.cjs +8914 -0
- package/dist/animated-text.d.ts +65 -0
- package/dist/animated-text.d.ts.map +1 -0
- package/dist/animated-text.js +8890 -0
- package/dist/animated-tooltip.cjs +8624 -0
- package/dist/animated-tooltip.d.ts +9 -0
- package/dist/animated-tooltip.d.ts.map +1 -0
- package/dist/animated-tooltip.js +8603 -0
- package/dist/announcement.cjs +465 -0
- package/dist/announcement.d.ts +9 -0
- package/dist/announcement.d.ts.map +1 -0
- package/dist/announcement.js +443 -0
- package/dist/app-switcher-navigation-bar.cjs +470 -0
- package/dist/app-switcher-navigation-bar.d.ts +15 -0
- package/dist/app-switcher-navigation-bar.d.ts.map +1 -0
- package/dist/app-switcher-navigation-bar.js +448 -0
- package/dist/apple-cards-carousel.cjs +9356 -0
- package/dist/apple-cards-carousel.d.ts +36 -0
- package/dist/apple-cards-carousel.d.ts.map +1 -0
- package/dist/apple-cards-carousel.js +9334 -0
- package/dist/apple-hello-effect.cjs +8380 -0
- package/dist/apple-hello-effect.d.ts +8 -0
- package/dist/apple-hello-effect.d.ts.map +1 -0
- package/dist/apple-hello-effect.js +8359 -0
- package/dist/auth.cjs +6 -5
- package/dist/auth.d.ts +11 -13
- package/dist/auth.d.ts.map +1 -0
- package/dist/auth.js +6 -5
- package/dist/avatar.d.ts +5 -6
- package/dist/avatar.d.ts.map +1 -0
- package/dist/badge.cjs +29 -169
- package/dist/badge.d.ts +9 -13
- package/dist/badge.d.ts.map +1 -0
- package/dist/badge.js +29 -169
- package/dist/bank.d.ts +42 -47
- package/dist/bank.d.ts.map +1 -0
- package/dist/banner.cjs +78 -0
- package/dist/banner.d.ts +20 -0
- package/dist/banner.d.ts.map +1 -0
- package/dist/banner.js +55 -0
- package/dist/breadcrumb-and-filters-navigation-bar.cjs +51 -0
- package/dist/breadcrumb-and-filters-navigation-bar.d.ts +10 -0
- package/dist/breadcrumb-and-filters-navigation-bar.d.ts.map +1 -0
- package/dist/breadcrumb-and-filters-navigation-bar.js +29 -0
- package/dist/breadcrumb-navigation-bar.cjs +37 -0
- package/dist/breadcrumb-navigation-bar.d.ts +10 -0
- package/dist/breadcrumb-navigation-bar.d.ts.map +1 -0
- package/dist/breadcrumb-navigation-bar.js +15 -0
- package/dist/button.cjs +21 -154
- package/dist/button.d.ts +9 -10
- package/dist/button.d.ts.map +1 -0
- package/dist/button.js +21 -154
- package/dist/calendar.cjs +55 -0
- package/dist/calendar.d.ts +9 -0
- package/dist/calendar.d.ts.map +1 -0
- package/dist/calendar.js +53 -0
- package/dist/centered-logo-navigation-bar.cjs +37 -0
- package/dist/centered-logo-navigation-bar.d.ts +15 -0
- package/dist/centered-logo-navigation-bar.d.ts.map +1 -0
- package/dist/centered-logo-navigation-bar.js +15 -0
- package/dist/chart.cjs +266 -0
- package/dist/chart.d.ts +52 -0
- package/dist/chart.d.ts.map +1 -0
- package/dist/chart.js +238 -0
- package/dist/checkbox.d.ts +6 -7
- package/dist/checkbox.d.ts.map +1 -0
- package/dist/choicebox.cjs +77 -0
- package/dist/choicebox.d.ts +15 -0
- package/dist/choicebox.d.ts.map +1 -0
- package/dist/choicebox.js +55 -0
- package/dist/chrome.cjs +39 -37
- package/dist/chrome.d.ts +15 -19
- package/dist/chrome.d.ts.map +1 -0
- package/dist/chrome.js +37 -35
- package/dist/close-button.d.ts +3 -5
- package/dist/close-button.d.ts.map +1 -0
- package/dist/code-block.cjs +871 -0
- package/dist/code-block.d.ts +38 -0
- package/dist/code-block.d.ts.map +1 -0
- package/dist/code-block.js +849 -0
- package/dist/code-compare.cjs +1714 -0
- package/dist/code-compare.d.ts +46 -0
- package/dist/code-compare.d.ts.map +1 -0
- package/dist/code-compare.js +1692 -0
- package/dist/code-diff.cjs +1073 -0
- package/dist/code-diff.d.ts +42 -0
- package/dist/code-diff.d.ts.map +1 -0
- package/dist/code-diff.js +1051 -0
- package/dist/code-editor.cjs +641 -0
- package/dist/code-editor.d.ts +23 -0
- package/dist/code-editor.d.ts.map +1 -0
- package/dist/code-editor.js +616 -0
- package/dist/code-explorer.cjs +729 -0
- package/dist/code-explorer.d.ts +41 -0
- package/dist/code-explorer.d.ts.map +1 -0
- package/dist/code-explorer.js +707 -0
- package/dist/code-preview.cjs +1349 -0
- package/dist/code-preview.d.ts +38 -0
- package/dist/code-preview.d.ts.map +1 -0
- package/dist/code-preview.js +1327 -0
- package/dist/code-snippet.cjs +920 -0
- package/dist/code-snippet.d.ts +48 -0
- package/dist/code-snippet.d.ts.map +1 -0
- package/dist/code-snippet.js +897 -0
- package/dist/code-tabs.cjs +76 -0
- package/dist/code-tabs.d.ts +12 -0
- package/dist/code-tabs.d.ts.map +1 -0
- package/dist/code-tabs.js +54 -0
- package/dist/code-terminal.cjs +894 -0
- package/dist/code-terminal.d.ts +48 -0
- package/dist/code-terminal.d.ts.map +1 -0
- package/dist/code-terminal.js +872 -0
- package/dist/collaboration-navigation-bar.cjs +49 -0
- package/dist/collaboration-navigation-bar.d.ts +11 -0
- package/dist/collaboration-navigation-bar.d.ts.map +1 -0
- package/dist/collaboration-navigation-bar.js +27 -0
- package/dist/collapsible.cjs +45 -170
- package/dist/collapsible.d.ts +11 -13
- package/dist/collapsible.d.ts.map +1 -0
- package/dist/collapsible.js +34 -159
- package/dist/color-mode.d.ts +7 -9
- package/dist/color-mode.d.ts.map +1 -0
- package/dist/color-picker.cjs +516 -0
- package/dist/color-picker.d.ts +10 -0
- package/dist/color-picker.d.ts.map +1 -0
- package/dist/color-picker.js +495 -0
- package/dist/combobox.cjs +488 -0
- package/dist/combobox.d.ts +13 -0
- package/dist/combobox.d.ts.map +1 -0
- package/dist/combobox.js +466 -0
- package/dist/communication-navigation-bar.cjs +438 -0
- package/dist/communication-navigation-bar.d.ts +7 -0
- package/dist/communication-navigation-bar.d.ts.map +1 -0
- package/dist/communication-navigation-bar.js +416 -0
- package/dist/company-profile.cjs +46 -0
- package/dist/company-profile.d.ts +10 -0
- package/dist/company-profile.d.ts.map +1 -0
- package/dist/company-profile.js +44 -0
- package/dist/comparison.cjs +60 -0
- package/dist/comparison.d.ts +16 -0
- package/dist/comparison.d.ts.map +1 -0
- package/dist/comparison.js +38 -0
- package/dist/context-switcher-navigation-bar.cjs +51 -0
- package/dist/context-switcher-navigation-bar.d.ts +10 -0
- package/dist/context-switcher-navigation-bar.d.ts.map +1 -0
- package/dist/context-switcher-navigation-bar.js +29 -0
- package/dist/credit-card.cjs +77 -0
- package/dist/credit-card.d.ts +11 -0
- package/dist/credit-card.d.ts.map +1 -0
- package/dist/credit-card.js +55 -0
- package/dist/crypto-screener.cjs +43 -0
- package/dist/crypto-screener.d.ts +4 -0
- package/dist/crypto-screener.d.ts.map +1 -0
- package/dist/crypto-screener.js +41 -0
- package/dist/cursor.cjs +71 -0
- package/dist/cursor.d.ts +9 -0
- package/dist/cursor.d.ts.map +1 -0
- package/dist/cursor.js +49 -0
- package/dist/dashboard-navigation-bar.cjs +441 -0
- package/dist/dashboard-navigation-bar.d.ts +11 -0
- package/dist/dashboard-navigation-bar.d.ts.map +1 -0
- package/dist/dashboard-navigation-bar.js +419 -0
- package/dist/dialog-stack.cjs +460 -0
- package/dist/dialog-stack.d.ts +13 -0
- package/dist/dialog-stack.d.ts.map +1 -0
- package/dist/dialog-stack.js +438 -0
- package/dist/dialog.cjs +16 -19
- package/dist/dialog.d.ts +49 -53
- package/dist/dialog.d.ts.map +1 -0
- package/dist/dialog.js +12 -15
- package/dist/direction.cjs +26 -0
- package/dist/direction.d.ts +20 -0
- package/dist/direction.d.ts.map +1 -0
- package/dist/direction.js +23 -0
- package/dist/dock.cjs +8675 -0
- package/dist/dock.d.ts +20 -0
- package/dist/dock.d.ts.map +1 -0
- package/dist/dock.js +8653 -0
- package/dist/drawer.d.ts +33 -38
- package/dist/drawer.d.ts.map +1 -0
- package/dist/dropzone.cjs +116 -0
- package/dist/dropzone.d.ts +11 -0
- package/dist/dropzone.d.ts.map +1 -0
- package/dist/dropzone.js +94 -0
- package/dist/e-commerce-navigation-bar.cjs +442 -0
- package/dist/e-commerce-navigation-bar.d.ts +12 -0
- package/dist/e-commerce-navigation-bar.d.ts.map +1 -0
- package/dist/e-commerce-navigation-bar.js +420 -0
- package/dist/editor.cjs +497 -0
- package/dist/editor.d.ts +9 -0
- package/dist/editor.d.ts.map +1 -0
- package/dist/editor.js +475 -0
- package/dist/empty-state.d.ts +4 -6
- package/dist/empty-state.d.ts.map +1 -0
- package/dist/empty.cjs +117 -0
- package/dist/empty.d.ts +18 -0
- package/dist/empty.d.ts.map +1 -0
- package/dist/empty.js +110 -0
- package/dist/engine.cjs +91 -0
- package/dist/engine.d.ts +35 -0
- package/dist/engine.d.ts.map +1 -0
- package/dist/engine.js +86 -0
- package/dist/expiration-selector.d.ts +4 -6
- package/dist/expiration-selector.d.ts.map +1 -0
- package/dist/field.cjs +2 -1
- package/dist/field.d.ts +5 -7
- package/dist/field.d.ts.map +1 -0
- package/dist/field.js +3 -2
- package/dist/financials.cjs +66 -0
- package/dist/financials.d.ts +12 -0
- package/dist/financials.d.ts.map +1 -0
- package/dist/financials.js +64 -0
- package/dist/forex-screener.cjs +44 -0
- package/dist/forex-screener.d.ts +4 -0
- package/dist/forex-screener.d.ts.map +1 -0
- package/dist/forex-screener.js +42 -0
- package/dist/gantt.cjs +65 -0
- package/dist/gantt.d.ts +13 -0
- package/dist/gantt.d.ts.map +1 -0
- package/dist/gantt.js +43 -0
- package/dist/greeks-display.d.ts +3 -5
- package/dist/greeks-display.d.ts.map +1 -0
- package/dist/grid-pattern.cjs +327 -0
- package/dist/grid-pattern.d.ts +111 -0
- package/dist/grid-pattern.d.ts.map +1 -0
- package/dist/grid-pattern.js +304 -0
- package/dist/gui.d.ts +1 -1
- package/dist/gui.d.ts.map +1 -0
- package/dist/heading.d.ts +4 -6
- package/dist/heading.d.ts.map +1 -0
- package/dist/hooks/use-mobile.d.ts +3 -0
- package/dist/hooks/use-mobile.d.ts.map +1 -0
- package/dist/iam.d.ts +10 -12
- package/dist/iam.d.ts.map +1 -0
- package/dist/icon-button.cjs +14 -147
- package/dist/icon-button.d.ts +4 -5
- package/dist/icon-button.d.ts.map +1 -0
- package/dist/icon-button.js +14 -147
- package/dist/icon-navigation-bar.cjs +48 -0
- package/dist/icon-navigation-bar.d.ts +11 -0
- package/dist/icon-navigation-bar.d.ts.map +1 -0
- package/dist/icon-navigation-bar.js +26 -0
- package/dist/icons.d.ts +1 -0
- package/dist/icons.d.ts.map +1 -0
- package/dist/identity.d.ts +9 -11
- package/dist/identity.d.ts.map +1 -0
- package/dist/image-crop.cjs +482 -0
- package/dist/image-crop.d.ts +9 -0
- package/dist/image-crop.d.ts.map +1 -0
- package/dist/image-crop.js +460 -0
- package/dist/image-zoom.cjs +77 -0
- package/dist/image-zoom.d.ts +7 -0
- package/dist/image-zoom.d.ts.map +1 -0
- package/dist/image-zoom.js +55 -0
- package/dist/image.cjs +17 -149
- package/dist/image.d.ts +10 -11
- package/dist/image.d.ts.map +1 -0
- package/dist/image.js +16 -148
- package/dist/index.cjs +30299 -1227
- package/dist/index.d.ts +207 -60
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +30009 -1226
- package/dist/ink.cjs +17 -0
- package/dist/ink.d.ts +14 -0
- package/dist/ink.d.ts.map +1 -0
- package/dist/ink.js +15 -0
- package/dist/input-group.d.ts +4 -6
- package/dist/input-group.d.ts.map +1 -0
- package/dist/input-otp.cjs +72 -0
- package/dist/input-otp.d.ts +35 -0
- package/dist/input-otp.d.ts.map +1 -0
- package/dist/input-otp.js +47 -0
- package/dist/input.d.ts +8 -9
- package/dist/input.d.ts.map +1 -0
- package/dist/iphone-15-pro.cjs +61 -0
- package/dist/iphone-15-pro.d.ts +9 -0
- package/dist/iphone-15-pro.d.ts.map +1 -0
- package/dist/iphone-15-pro.js +39 -0
- package/dist/item.cjs +215 -0
- package/dist/item.d.ts +41 -0
- package/dist/item.d.ts.map +1 -0
- package/dist/item.js +200 -0
- package/dist/kanban.cjs +1354 -0
- package/dist/kanban.d.ts +36 -0
- package/dist/kanban.d.ts.map +1 -0
- package/dist/kanban.js +1330 -0
- package/dist/kbd.cjs +40 -0
- package/dist/kbd.d.ts +4 -0
- package/dist/kbd.d.ts.map +1 -0
- package/dist/kbd.js +37 -0
- package/dist/limelight-nav-navigation-bar.cjs +51 -0
- package/dist/limelight-nav-navigation-bar.d.ts +10 -0
- package/dist/limelight-nav-navigation-bar.d.ts.map +1 -0
- package/dist/limelight-nav-navigation-bar.js +29 -0
- package/dist/limelight-nav.cjs +570 -0
- package/dist/limelight-nav.d.ts +10 -0
- package/dist/limelight-nav.d.ts.map +1 -0
- package/dist/limelight-nav.js +549 -0
- package/dist/link.cjs +41 -168
- package/dist/link.d.ts +9 -11
- package/dist/link.d.ts.map +1 -0
- package/dist/link.js +30 -157
- package/dist/list.cjs +35 -0
- package/dist/list.d.ts +5 -0
- package/dist/list.d.ts.map +1 -0
- package/dist/list.js +12 -0
- package/dist/lux.config.d.ts +521 -524
- package/dist/lux.config.d.ts.map +1 -0
- package/dist/magnetic.cjs +63 -0
- package/dist/magnetic.d.ts +8 -0
- package/dist/magnetic.d.ts.map +1 -0
- package/dist/magnetic.js +41 -0
- package/dist/market-overview.cjs +102 -0
- package/dist/market-overview.d.ts +4 -0
- package/dist/market-overview.d.ts.map +1 -0
- package/dist/market-overview.js +100 -0
- package/dist/marquee.cjs +67 -0
- package/dist/marquee.d.ts +10 -0
- package/dist/marquee.d.ts.map +1 -0
- package/dist/marquee.js +45 -0
- package/dist/menu-dock.cjs +64 -0
- package/dist/menu-dock.d.ts +14 -0
- package/dist/menu-dock.d.ts.map +1 -0
- package/dist/menu-dock.js +42 -0
- package/dist/menu.d.ts +30 -31
- package/dist/menu.d.ts.map +1 -0
- package/dist/menubar.cjs +116 -0
- package/dist/menubar.d.ts +30 -0
- package/dist/menubar.d.ts.map +1 -0
- package/dist/menubar.js +61 -0
- package/dist/message-dock.cjs +480 -0
- package/dist/message-dock.d.ts +15 -0
- package/dist/message-dock.d.ts.map +1 -0
- package/dist/message-dock.js +458 -0
- package/dist/mini-calendar.cjs +505 -0
- package/dist/mini-calendar.d.ts +10 -0
- package/dist/mini-calendar.d.ts.map +1 -0
- package/dist/mini-calendar.js +483 -0
- package/dist/minimal-tiptap.cjs +48 -0
- package/dist/minimal-tiptap.d.ts +8 -0
- package/dist/minimal-tiptap.d.ts.map +1 -0
- package/dist/minimal-tiptap.js +26 -0
- package/dist/motion-highlight.cjs +71 -0
- package/dist/motion-highlight.d.ts +7 -0
- package/dist/motion-highlight.d.ts.map +1 -0
- package/dist/motion-highlight.js +49 -0
- package/dist/music-player.cjs +810 -0
- package/dist/music-player.d.ts +18 -0
- package/dist/music-player.d.ts.map +1 -0
- package/dist/music-player.js +788 -0
- package/dist/native-select.cjs +82 -0
- package/dist/native-select.d.ts +9 -0
- package/dist/native-select.d.ts.map +1 -0
- package/dist/native-select.js +58 -0
- package/dist/news-timeline.cjs +42 -0
- package/dist/news-timeline.d.ts +4 -0
- package/dist/news-timeline.d.ts.map +1 -0
- package/dist/news-timeline.js +40 -0
- package/dist/next.d.ts +5 -7
- package/dist/next.d.ts.map +1 -0
- package/dist/option-chain.d.ts +6 -8
- package/dist/option-chain.d.ts.map +1 -0
- package/dist/option-position.d.ts +4 -6
- package/dist/option-position.d.ts.map +1 -0
- package/dist/order-entry.cjs +141 -0
- package/dist/order-entry.d.ts +15 -0
- package/dist/order-entry.d.ts.map +1 -0
- package/dist/order-entry.js +136 -0
- package/dist/orders-history.cjs +83 -0
- package/dist/orders-history.d.ts +18 -0
- package/dist/orders-history.d.ts.map +1 -0
- package/dist/orders-history.js +78 -0
- package/dist/pagination.cjs +132 -0
- package/dist/pagination.d.ts +29 -0
- package/dist/pagination.d.ts.map +1 -0
- package/dist/pagination.js +104 -0
- package/dist/particles-background.cjs +159 -0
- package/dist/particles-background.d.ts +18 -0
- package/dist/particles-background.d.ts.map +1 -0
- package/dist/particles-background.js +157 -0
- package/dist/pill.cjs +80 -0
- package/dist/pill.d.ts +21 -0
- package/dist/pill.d.ts.map +1 -0
- package/dist/pill.js +57 -0
- package/dist/pin-input.cjs +1 -1
- package/dist/pin-input.d.ts +3 -5
- package/dist/pin-input.d.ts.map +1 -0
- package/dist/pin-input.js +1 -1
- package/dist/pixel-image.cjs +71 -0
- package/dist/pixel-image.d.ts +8 -0
- package/dist/pixel-image.d.ts.map +1 -0
- package/dist/pixel-image.js +49 -0
- package/dist/pnl-diagram.d.ts +5 -6
- package/dist/pnl-diagram.d.ts.map +1 -0
- package/dist/popover.cjs +16 -18
- package/dist/popover.d.ts +24 -25
- package/dist/popover.d.ts.map +1 -0
- package/dist/popover.js +11 -13
- package/dist/positions-list.cjs +98 -0
- package/dist/positions-list.d.ts +13 -0
- package/dist/positions-list.d.ts.map +1 -0
- package/dist/positions-list.js +93 -0
- package/dist/progress-circle.cjs +3 -6
- package/dist/progress-circle.d.ts +8 -9
- package/dist/progress-circle.d.ts.map +1 -0
- package/dist/progress-circle.js +2 -5
- package/dist/progress.d.ts +3 -4
- package/dist/progress.d.ts.map +1 -0
- package/dist/provider.d.ts +8 -10
- package/dist/provider.d.ts.map +1 -0
- package/dist/pulse-animation.cjs +8741 -0
- package/dist/pulse-animation.d.ts +155 -0
- package/dist/pulse-animation.d.ts.map +1 -0
- package/dist/pulse-animation.js +8732 -0
- package/dist/qr-code.cjs +65 -0
- package/dist/qr-code.d.ts +21 -0
- package/dist/qr-code.d.ts.map +1 -0
- package/dist/qr-code.js +43 -0
- package/dist/radio.d.ts +6 -7
- package/dist/radio.d.ts.map +1 -0
- package/dist/rating.d.ts +3 -5
- package/dist/rating.d.ts.map +1 -0
- package/dist/relative-time.cjs +88 -0
- package/dist/relative-time.d.ts +9 -0
- package/dist/relative-time.d.ts.map +1 -0
- package/dist/relative-time.js +66 -0
- package/dist/resizable.cjs +61 -0
- package/dist/resizable.d.ts +24 -0
- package/dist/resizable.d.ts.map +1 -0
- package/dist/resizable.js +37 -0
- package/dist/reveal-animation.cjs +8791 -0
- package/dist/reveal-animation.d.ts +134 -0
- package/dist/reveal-animation.d.ts.map +1 -0
- package/dist/reveal-animation.js +8779 -0
- package/dist/safari.cjs +90 -0
- package/dist/safari.d.ts +9 -0
- package/dist/safari.d.ts.map +1 -0
- package/dist/safari.js +68 -0
- package/dist/sandbox.cjs +94 -0
- package/dist/sandbox.d.ts +9 -0
- package/dist/sandbox.d.ts.map +1 -0
- package/dist/sandbox.js +72 -0
- package/dist/search-and-toggle-navigation-bar.cjs +51 -0
- package/dist/search-and-toggle-navigation-bar.d.ts +10 -0
- package/dist/search-and-toggle-navigation-bar.d.ts.map +1 -0
- package/dist/search-and-toggle-navigation-bar.js +29 -0
- package/dist/select.cjs +38 -168
- package/dist/select.d.ts +38 -41
- package/dist/select.d.ts.map +1 -0
- package/dist/select.js +34 -164
- package/dist/separator.d.ts +5 -6
- package/dist/separator.d.ts.map +1 -0
- package/dist/sidebar.cjs +1134 -0
- package/dist/sidebar.d.ts +80 -0
- package/dist/sidebar.d.ts.map +1 -0
- package/dist/sidebar.js +1090 -0
- package/dist/simple-navigation-bar.cjs +45 -0
- package/dist/simple-navigation-bar.d.ts +11 -0
- package/dist/simple-navigation-bar.d.ts.map +1 -0
- package/dist/simple-navigation-bar.js +23 -0
- package/dist/skeleton.cjs +15 -148
- package/dist/skeleton.d.ts +11 -53
- package/dist/skeleton.d.ts.map +1 -0
- package/dist/skeleton.js +15 -148
- package/dist/slider.cjs +1 -1
- package/dist/slider.d.ts +4 -5
- package/dist/slider.d.ts.map +1 -0
- package/dist/slider.js +1 -1
- package/dist/status-dashboard-navigation-bar.cjs +51 -0
- package/dist/status-dashboard-navigation-bar.d.ts +10 -0
- package/dist/status-dashboard-navigation-bar.d.ts.map +1 -0
- package/dist/status-dashboard-navigation-bar.js +29 -0
- package/dist/status.cjs +85 -0
- package/dist/status.d.ts +23 -0
- package/dist/status.d.ts.map +1 -0
- package/dist/status.js +62 -0
- package/dist/stock-screener.cjs +44 -0
- package/dist/stock-screener.d.ts +4 -0
- package/dist/stock-screener.d.ts.map +1 -0
- package/dist/stock-screener.js +42 -0
- package/dist/strategy-builder.d.ts +6 -8
- package/dist/strategy-builder.d.ts.map +1 -0
- package/dist/switch.cjs +2 -2
- package/dist/switch.d.ts +4 -8
- package/dist/switch.d.ts.map +1 -0
- package/dist/switch.js +2 -2
- package/dist/symbol-info.cjs +44 -0
- package/dist/symbol-info.d.ts +9 -0
- package/dist/symbol-info.d.ts.map +1 -0
- package/dist/symbol-info.js +42 -0
- package/dist/table.cjs +74 -192
- package/dist/table.d.ts +23 -25
- package/dist/table.d.ts.map +1 -0
- package/dist/table.js +53 -171
- package/dist/tabs.d.ts +12 -13
- package/dist/tabs.d.ts.map +1 -0
- package/dist/tag.cjs +14 -147
- package/dist/tag.d.ts +4 -5
- package/dist/tag.d.ts.map +1 -0
- package/dist/tag.js +14 -147
- package/dist/tags.cjs +385 -0
- package/dist/tags.d.ts +13 -0
- package/dist/tags.d.ts.map +1 -0
- package/dist/tags.js +364 -0
- package/dist/team-switcher-navigation-bar.cjs +51 -0
- package/dist/team-switcher-navigation-bar.d.ts +10 -0
- package/dist/team-switcher-navigation-bar.d.ts.map +1 -0
- package/dist/team-switcher-navigation-bar.js +29 -0
- package/dist/technical-analysis.cjs +69 -0
- package/dist/technical-analysis.d.ts +13 -0
- package/dist/technical-analysis.d.ts.map +1 -0
- package/dist/technical-analysis.js +67 -0
- package/dist/terminal.cjs +372 -0
- package/dist/terminal.d.ts +21 -0
- package/dist/terminal.d.ts.map +1 -0
- package/dist/terminal.js +350 -0
- package/dist/textarea.d.ts +5 -6
- package/dist/textarea.d.ts.map +1 -0
- package/dist/ticker-tape.cjs +54 -0
- package/dist/ticker-tape.d.ts +4 -0
- package/dist/ticker-tape.d.ts.map +1 -0
- package/dist/ticker-tape.js +52 -0
- package/dist/ticker.cjs +66 -0
- package/dist/ticker.d.ts +10 -0
- package/dist/ticker.d.ts.map +1 -0
- package/dist/ticker.js +44 -0
- package/dist/timeline.cjs +317 -0
- package/dist/timeline.d.ts +20 -0
- package/dist/timeline.d.ts.map +1 -0
- package/dist/timeline.js +295 -0
- package/dist/toaster.d.ts +4 -5
- package/dist/toaster.d.ts.map +1 -0
- package/dist/toggle.cjs +62 -0
- package/dist/toggle.d.ts +26 -0
- package/dist/toggle.d.ts.map +1 -0
- package/dist/toggle.js +57 -0
- package/dist/tooltip.d.ts +3 -5
- package/dist/tooltip.d.ts.map +1 -0
- package/dist/trading-panel.cjs +212 -0
- package/dist/trading-panel.d.ts +7 -0
- package/dist/trading-panel.d.ts.map +1 -0
- package/dist/trading-panel.js +207 -0
- package/dist/two-tier-navigation-bar.cjs +51 -0
- package/dist/two-tier-navigation-bar.d.ts +10 -0
- package/dist/two-tier-navigation-bar.d.ts.map +1 -0
- package/dist/two-tier-navigation-bar.js +29 -0
- package/dist/underline-navigation-bar.cjs +51 -0
- package/dist/underline-navigation-bar.d.ts +10 -0
- package/dist/underline-navigation-bar.d.ts.map +1 -0
- package/dist/underline-navigation-bar.js +29 -0
- package/dist/use-narrow.d.ts +6 -7
- package/dist/use-narrow.d.ts.map +1 -0
- package/dist/utils/cn.d.ts +2 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils.cjs +6 -7
- package/dist/utils.d.ts +13 -5
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +1 -9
- package/dist/vite.d.ts +3 -3
- package/dist/vite.d.ts.map +1 -0
- package/dist/white-label.d.ts +12 -12
- package/dist/white-label.d.ts.map +1 -0
- package/dist/youtube-pip-player.cjs +489 -0
- package/dist/youtube-pip-player.d.ts +41 -0
- package/dist/youtube-pip-player.d.ts.map +1 -0
- package/dist/youtube-pip-player.js +466 -0
- package/package.json +769 -66
- package/src/3d-button.tsx +346 -0
- package/src/3d-card.tsx +271 -0
- package/src/3d-carousel.tsx +444 -0
- package/src/3d-grid.tsx +448 -0
- package/src/3d-marquee.tsx +422 -0
- package/src/3d-model-viewer.tsx +659 -0
- package/src/3d-pin.tsx +37 -0
- package/src/3d-scene.tsx +629 -0
- package/src/3d-text.tsx +442 -0
- package/src/advanced-chart.tsx +63 -0
- package/src/advanced-navigation-bar.tsx +83 -0
- package/src/ai-actions.tsx +60 -0
- package/src/ai-agents.tsx +1174 -0
- package/src/ai-assistant.tsx +227 -0
- package/src/ai-chat.tsx +554 -0
- package/src/ai-code.tsx +1331 -0
- package/src/ai-model-selector-navigation-bar.tsx +78 -0
- package/src/ai-models.tsx +58 -0
- package/src/ai-playground.tsx +429 -0
- package/src/ai-tools.tsx +383 -0
- package/src/ai-vision.tsx +1220 -0
- package/src/ai-voice-settings.tsx +726 -0
- package/src/ai-voice.tsx +735 -0
- package/src/android.tsx +92 -0
- package/src/animated-background.tsx +625 -0
- package/src/animated-beam.tsx +110 -0
- package/src/animated-cursor.tsx +406 -0
- package/src/animated-icon.tsx +520 -0
- package/src/animated-list.tsx +508 -0
- package/src/animated-number.tsx +485 -0
- package/src/animated-testimonials.tsx +119 -0
- package/src/animated-text.tsx +481 -0
- package/src/animated-tooltip.tsx +54 -0
- package/src/announcement.tsx +55 -0
- package/src/app-switcher-navigation-bar.tsx +76 -0
- package/src/apple-cards-carousel.tsx +349 -0
- package/src/apple-hello-effect.tsx +50 -0
- package/src/auth.tsx +9 -8
- package/src/avatar.tsx +1 -1
- package/src/badge.tsx +27 -30
- package/src/banner.tsx +62 -0
- package/src/breadcrumb-and-filters-navigation-bar.tsx +40 -0
- package/src/breadcrumb-navigation-bar.tsx +43 -0
- package/src/button.tsx +10 -9
- package/src/calendar.tsx +62 -0
- package/src/centered-logo-navigation-bar.tsx +43 -0
- package/src/chart.tsx +372 -0
- package/src/choicebox.tsx +89 -0
- package/src/chrome.tsx +41 -40
- package/src/code-block.tsx +278 -0
- package/src/code-compare.tsx +551 -0
- package/src/code-diff.tsx +573 -0
- package/src/code-editor.tsx +250 -0
- package/src/code-explorer.tsx +403 -0
- package/src/code-preview.tsx +488 -0
- package/src/code-snippet.tsx +336 -0
- package/src/code-tabs.tsx +78 -0
- package/src/code-terminal.tsx +530 -0
- package/src/collaboration-navigation-bar.tsx +50 -0
- package/src/collapsible.tsx +3 -2
- package/src/color-picker.tsx +68 -0
- package/src/combobox.tsx +87 -0
- package/src/communication-navigation-bar.tsx +42 -0
- package/src/company-profile.tsx +67 -0
- package/src/comparison.tsx +68 -0
- package/src/context-switcher-navigation-bar.tsx +39 -0
- package/src/credit-card.tsx +72 -0
- package/src/crypto-screener.tsx +57 -0
- package/src/cursor.tsx +61 -0
- package/src/dashboard-navigation-bar.tsx +49 -0
- package/src/dialog-stack.tsx +55 -0
- package/src/dialog.tsx +16 -15
- package/src/direction.tsx +40 -0
- package/src/dock.tsx +172 -0
- package/src/dropzone.tsx +106 -0
- package/src/e-commerce-navigation-bar.tsx +54 -0
- package/src/editor.tsx +85 -0
- package/src/empty.tsx +117 -0
- package/src/field.tsx +2 -1
- package/src/financials.tsx +85 -0
- package/src/forex-screener.tsx +58 -0
- package/src/gantt.tsx +68 -0
- package/src/grid-pattern.tsx +353 -0
- package/src/hooks/use-mobile.ts +29 -0
- package/src/icon-navigation-bar.tsx +36 -0
- package/src/image-crop.tsx +67 -0
- package/src/image-zoom.tsx +64 -0
- package/src/image.tsx +2 -1
- package/src/index.ts +123 -0
- package/src/input-otp.tsx +72 -0
- package/src/iphone-15-pro.tsx +69 -0
- package/src/item.tsx +193 -0
- package/src/kanban.tsx +772 -0
- package/src/kbd.tsx +32 -0
- package/src/limelight-nav-navigation-bar.tsx +39 -0
- package/src/limelight-nav.tsx +101 -0
- package/src/link.tsx +18 -18
- package/src/list.tsx +22 -0
- package/src/magnetic.tsx +54 -0
- package/src/market-overview.tsx +116 -0
- package/src/marquee.tsx +62 -0
- package/src/menu-dock.tsx +56 -0
- package/src/menubar.tsx +149 -0
- package/src/message-dock.tsx +89 -0
- package/src/mini-calendar.tsx +121 -0
- package/src/minimal-tiptap.tsx +32 -0
- package/src/motion-highlight.tsx +55 -0
- package/src/music-player.tsx +413 -0
- package/src/native-select.tsx +63 -0
- package/src/news-timeline.tsx +56 -0
- package/src/order-entry.tsx +162 -0
- package/src/orders-history.tsx +115 -0
- package/src/pagination.tsx +118 -0
- package/src/particles-background.tsx +225 -0
- package/src/pill.tsx +61 -0
- package/src/pin-input.tsx +1 -1
- package/src/pixel-image.tsx +64 -0
- package/src/popover.tsx +10 -9
- package/src/positions-list.tsx +108 -0
- package/src/progress-circle.tsx +2 -1
- package/src/pulse-animation.tsx +606 -0
- package/src/qr-code.tsx +64 -0
- package/src/relative-time.tsx +84 -0
- package/src/resizable.tsx +46 -0
- package/src/reveal-animation.tsx +532 -0
- package/src/safari.tsx +115 -0
- package/src/sandbox.tsx +83 -0
- package/src/search-and-toggle-navigation-bar.tsx +39 -0
- package/src/select.tsx +31 -30
- package/src/sidebar.tsx +723 -0
- package/src/simple-navigation-bar.tsx +39 -0
- package/src/skeleton.tsx +20 -168
- package/src/slider.tsx +2 -1
- package/src/status-dashboard-navigation-bar.tsx +39 -0
- package/src/status.tsx +63 -0
- package/src/stock-screener.tsx +58 -0
- package/src/switch.tsx +3 -3
- package/src/symbol-info.tsx +64 -0
- package/src/table.tsx +26 -25
- package/src/tags.tsx +62 -0
- package/src/team-switcher-navigation-bar.tsx +39 -0
- package/src/technical-analysis.tsx +99 -0
- package/src/terminal.tsx +399 -0
- package/src/ticker-tape.tsx +68 -0
- package/src/ticker.tsx +52 -0
- package/src/timeline.tsx +412 -0
- package/src/toggle.tsx +84 -0
- package/src/trading-panel.tsx +262 -0
- package/src/two-tier-navigation-bar.tsx +39 -0
- package/src/underline-navigation-bar.tsx +39 -0
- package/src/utils/cn.ts +3 -7
- package/src/utils.ts +12 -6
- package/src/youtube-pip-player.tsx +606 -0
- package/tokens.css +22 -0
- package/dist/accordion.d.cts +0 -41
- package/dist/alert.d.cts +0 -30
- package/dist/auth.d.cts +0 -80
- package/dist/avatar.d.cts +0 -25
- package/dist/badge.d.cts +0 -19
- package/dist/bank.d.cts +0 -83
- package/dist/button.d.cts +0 -51
- package/dist/checkbox.d.cts +0 -32
- package/dist/chrome.d.cts +0 -93
- package/dist/close-button.d.cts +0 -9
- package/dist/collapsible.d.cts +0 -24
- package/dist/color-mode.d.cts +0 -25
- package/dist/dialog.d.cts +0 -118
- package/dist/drawer.d.cts +0 -69
- package/dist/empty-state.d.cts +0 -13
- package/dist/expiration-selector.d.cts +0 -16
- package/dist/field.d.cts +0 -23
- package/dist/greeks-display.d.cts +0 -14
- package/dist/gui.d.cts +0 -2
- package/dist/heading.d.cts +0 -8
- package/dist/iam.d.cts +0 -65
- package/dist/icon-button.d.cts +0 -37
- package/dist/icons.d.cts +0 -1
- package/dist/identity.d.cts +0 -64
- package/dist/image.d.cts +0 -57
- package/dist/index.d.cts +0 -60
- package/dist/input-group.d.cts +0 -17
- package/dist/input.d.cts +0 -37
- package/dist/link.d.cts +0 -37
- package/dist/lux.config.d.cts +0 -981
- package/dist/menu.d.cts +0 -68
- package/dist/next.d.cts +0 -32
- package/dist/option-chain.d.cts +0 -37
- package/dist/option-position.d.cts +0 -29
- package/dist/pin-input.d.cts +0 -25
- package/dist/pnl-diagram.d.cts +0 -11
- package/dist/popover.d.cts +0 -73
- package/dist/progress-circle.d.cts +0 -47
- package/dist/progress.d.cts +0 -28
- package/dist/provider.d.cts +0 -25
- package/dist/radio.d.cts +0 -53
- package/dist/rating.d.cts +0 -14
- package/dist/select.d.cts +0 -161
- package/dist/separator.d.cts +0 -13
- package/dist/skeleton.d.cts +0 -76
- package/dist/slider.d.cts +0 -24
- package/dist/strategy-builder.d.cts +0 -26
- package/dist/switch.d.cts +0 -27
- package/dist/table.d.cts +0 -107
- package/dist/tabs.d.cts +0 -34
- package/dist/tag.d.cts +0 -21
- package/dist/textarea.d.cts +0 -13
- package/dist/toaster.d.cts +0 -28
- package/dist/tooltip.d.cts +0 -38
- package/dist/use-narrow.d.cts +0 -12
- package/dist/utils.d.cts +0 -5
- package/dist/vite.d.cts +0 -29
- package/dist/white-label.d.cts +0 -59
package/dist/drawer.d.cts
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import * as _hanzogui_core from '@hanzogui/core';
|
|
2
|
-
import * as _hanzo_gui from '@hanzo/gui';
|
|
3
|
-
import { Dialog, YStack, XStack } from '@hanzo/gui';
|
|
4
|
-
import * as _hanzogui_web from '@hanzogui/web';
|
|
5
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
-
import * as React from 'react';
|
|
7
|
-
|
|
8
|
-
interface DrawerRootProps {
|
|
9
|
-
children?: React.ReactNode;
|
|
10
|
-
open?: boolean;
|
|
11
|
-
defaultOpen?: boolean;
|
|
12
|
-
onOpenChange?: (details: {
|
|
13
|
-
open: boolean;
|
|
14
|
-
}) => void;
|
|
15
|
-
placement?: Placement;
|
|
16
|
-
initialFocusEl?: (() => HTMLElement | null) | React.RefObject<HTMLElement>;
|
|
17
|
-
lazyMount?: boolean;
|
|
18
|
-
unmountOnExit?: boolean;
|
|
19
|
-
modal?: boolean;
|
|
20
|
-
size?: Size;
|
|
21
|
-
}
|
|
22
|
-
type Placement = 'left' | 'right' | 'top' | 'bottom';
|
|
23
|
-
type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
24
|
-
declare const DrawerRoot: (props: DrawerRootProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
-
interface DrawerContentProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
26
|
-
portalled?: boolean;
|
|
27
|
-
portalRef?: React.RefObject<HTMLElement>;
|
|
28
|
-
offset?: string | number;
|
|
29
|
-
backdrop?: boolean;
|
|
30
|
-
}
|
|
31
|
-
declare const DrawerContent: React.ForwardRefExoticComponent<DrawerContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
32
|
-
declare const DrawerCloseTrigger: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
33
|
-
declare const DrawerTrigger: ({ asChild, children, ...rest }: React.ComponentProps<typeof Dialog.Trigger>) => react_jsx_runtime.JSX.Element;
|
|
34
|
-
declare const DrawerHeader: ({ children, ...props }: React.ComponentProps<typeof YStack>) => react_jsx_runtime.JSX.Element;
|
|
35
|
-
declare const DrawerBody: ({ children, ...props }: React.ComponentProps<typeof YStack>) => react_jsx_runtime.JSX.Element;
|
|
36
|
-
declare const DrawerFooter: ({ children, ...props }: React.ComponentProps<typeof XStack>) => react_jsx_runtime.JSX.Element;
|
|
37
|
-
declare const DrawerTitle: _hanzogui_web.GuiComponent<Omit<_hanzogui_web.GetFinalProps<_hanzogui_web.TextNonStyleProps, _hanzogui_web.TextStylePropsBase, {
|
|
38
|
-
unstyled?: boolean | undefined;
|
|
39
|
-
size?: _hanzogui_web.FontSizeTokens | undefined;
|
|
40
|
-
}>, "scope"> & {
|
|
41
|
-
scope?: _hanzo_gui.DialogScopes;
|
|
42
|
-
}, _hanzogui_web.GuiTextElement, _hanzogui_web.TextNonStyleProps & {
|
|
43
|
-
scope?: _hanzo_gui.DialogScopes;
|
|
44
|
-
}, _hanzogui_web.TextStylePropsBase, {
|
|
45
|
-
unstyled?: boolean | undefined;
|
|
46
|
-
size?: _hanzogui_web.FontSizeTokens | undefined;
|
|
47
|
-
}, _hanzogui_web.StaticConfigPublic>;
|
|
48
|
-
declare const DrawerDescription: _hanzogui_web.GuiComponent<Omit<_hanzogui_web.GetFinalProps<_hanzogui_web.TextNonStyleProps, _hanzogui_web.TextStylePropsBase, {
|
|
49
|
-
unstyled?: boolean | undefined;
|
|
50
|
-
size?: _hanzogui_web.FontSizeTokens | undefined;
|
|
51
|
-
}>, "scope"> & {
|
|
52
|
-
scope?: _hanzo_gui.DialogScopes;
|
|
53
|
-
}, _hanzogui_web.GuiTextElement, _hanzogui_web.TextNonStyleProps & {
|
|
54
|
-
scope?: _hanzo_gui.DialogScopes;
|
|
55
|
-
}, _hanzogui_web.TextStylePropsBase, {
|
|
56
|
-
unstyled?: boolean | undefined;
|
|
57
|
-
size?: _hanzogui_web.FontSizeTokens | undefined;
|
|
58
|
-
}, _hanzogui_web.StaticConfigPublic>;
|
|
59
|
-
declare const DrawerActionTrigger: _hanzogui_web.GuiComponent<Omit<_hanzogui_web.GetFinalProps<_hanzogui_core.RNGuiViewNonStyleProps, _hanzogui_web.StackStyleBase, {}>, "scope" | "displayWhenAdapted"> & {
|
|
60
|
-
displayWhenAdapted?: boolean;
|
|
61
|
-
} & {
|
|
62
|
-
scope?: _hanzo_gui.DialogScopes;
|
|
63
|
-
}, _hanzogui_web.GuiElement, _hanzogui_core.RNGuiViewNonStyleProps & {
|
|
64
|
-
displayWhenAdapted?: boolean;
|
|
65
|
-
} & {
|
|
66
|
-
scope?: _hanzo_gui.DialogScopes;
|
|
67
|
-
}, _hanzogui_web.StackStyleBase, {}, _hanzogui_web.StaticConfigPublic>;
|
|
68
|
-
|
|
69
|
-
export { DrawerActionTrigger, DrawerBody, DrawerCloseTrigger, DrawerContent, type DrawerContentProps, DrawerDescription, DrawerFooter, DrawerHeader, DrawerRoot, type DrawerRootProps, DrawerTitle, DrawerTrigger };
|
package/dist/empty-state.d.cts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
type EmptyStateType = 'query' | 'stats' | 'coming_soon';
|
|
4
|
-
interface EmptyStateProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
5
|
-
title?: string;
|
|
6
|
-
description?: React.ReactNode;
|
|
7
|
-
term?: string;
|
|
8
|
-
type?: EmptyStateType;
|
|
9
|
-
icon?: React.ReactNode;
|
|
10
|
-
}
|
|
11
|
-
declare const EmptyState: React.ForwardRefExoticComponent<EmptyStateProps & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
-
|
|
13
|
-
export { EmptyState, type EmptyStateProps, type EmptyStateType };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
interface ExpirationOption {
|
|
4
|
-
date: string;
|
|
5
|
-
dte: number;
|
|
6
|
-
type: 'weekly' | 'monthly' | 'quarterly';
|
|
7
|
-
}
|
|
8
|
-
interface ExpirationSelectorProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'> {
|
|
9
|
-
readonly expirations: ExpirationOption[];
|
|
10
|
-
readonly selected: string;
|
|
11
|
-
readonly onSelect: (date: string) => void;
|
|
12
|
-
readonly showGroups?: boolean;
|
|
13
|
-
}
|
|
14
|
-
declare const ExpirationSelector: React.ForwardRefExoticComponent<ExpirationSelectorProps & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
-
|
|
16
|
-
export { type ExpirationOption, ExpirationSelector, type ExpirationSelectorProps };
|
package/dist/field.d.cts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { InputProps } from './input.cjs';
|
|
3
|
-
import { InputGroupProps } from './input-group.cjs';
|
|
4
|
-
|
|
5
|
-
interface FieldProps {
|
|
6
|
-
readonly label?: React.ReactNode;
|
|
7
|
-
readonly helperText?: React.ReactNode;
|
|
8
|
-
readonly errorText?: React.ReactNode;
|
|
9
|
-
readonly optionalText?: React.ReactNode;
|
|
10
|
-
readonly children: React.ReactElement<InputProps> | React.ReactElement<InputGroupProps>;
|
|
11
|
-
readonly size?: 'sm' | 'md' | 'lg' | '2xl';
|
|
12
|
-
readonly required?: boolean;
|
|
13
|
-
readonly disabled?: boolean;
|
|
14
|
-
readonly readOnly?: boolean;
|
|
15
|
-
readonly invalid?: boolean;
|
|
16
|
-
readonly floating?: boolean;
|
|
17
|
-
readonly id?: string;
|
|
18
|
-
readonly className?: string;
|
|
19
|
-
readonly style?: React.CSSProperties;
|
|
20
|
-
}
|
|
21
|
-
declare const Field: React.ForwardRefExoticComponent<FieldProps & React.RefAttributes<HTMLDivElement>>;
|
|
22
|
-
|
|
23
|
-
export { Field, type FieldProps };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
interface GreeksDisplayProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
readonly delta: number;
|
|
5
|
-
readonly gamma: number;
|
|
6
|
-
readonly theta: number;
|
|
7
|
-
readonly vega: number;
|
|
8
|
-
readonly rho?: number;
|
|
9
|
-
readonly iv?: number;
|
|
10
|
-
readonly compact?: boolean;
|
|
11
|
-
}
|
|
12
|
-
declare const GreeksDisplay: React.ForwardRefExoticComponent<GreeksDisplayProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
-
|
|
14
|
-
export { GreeksDisplay, type GreeksDisplayProps };
|
package/dist/gui.d.cts
DELETED
package/dist/heading.d.cts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React__default from 'react';
|
|
2
|
-
|
|
3
|
-
interface HeadingProps extends React__default.ComponentPropsWithoutRef<'h1'> {
|
|
4
|
-
level?: '1' | '2' | '3';
|
|
5
|
-
}
|
|
6
|
-
declare const Heading: React__default.ForwardRefExoticComponent<HeadingProps & React__default.RefAttributes<HTMLHeadingElement>>;
|
|
7
|
-
|
|
8
|
-
export { Heading, type HeadingProps };
|
package/dist/iam.d.cts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { WhiteLabel } from './white-label.cjs';
|
|
2
|
-
|
|
3
|
-
/** A signed-in principal, as IAM describes it. */
|
|
4
|
-
interface IamAccount {
|
|
5
|
-
readonly owner: string;
|
|
6
|
-
readonly name: string;
|
|
7
|
-
readonly displayName?: string;
|
|
8
|
-
readonly email?: string;
|
|
9
|
-
readonly avatar?: string;
|
|
10
|
-
readonly isAdmin?: boolean;
|
|
11
|
-
}
|
|
12
|
-
/** An organization the principal can see. */
|
|
13
|
-
interface IamOrg {
|
|
14
|
-
readonly owner: string;
|
|
15
|
-
readonly name: string;
|
|
16
|
-
readonly displayName?: string;
|
|
17
|
-
readonly logo?: string;
|
|
18
|
-
}
|
|
19
|
-
/** A project inside an organization (IAM's Org → Workspace → Project tier). */
|
|
20
|
-
interface IamProject {
|
|
21
|
-
readonly owner: string;
|
|
22
|
-
readonly name: string;
|
|
23
|
-
readonly displayName?: string;
|
|
24
|
-
readonly organization?: string;
|
|
25
|
-
readonly workspace?: string;
|
|
26
|
-
readonly isDefault?: boolean;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* A refusal from IAM, carrying enough to tell "not signed in" apart from
|
|
30
|
-
* "signed in, and the answer is genuinely empty" — the distinction a switcher
|
|
31
|
-
* has to render honestly.
|
|
32
|
-
*/
|
|
33
|
-
declare class IamError extends Error {
|
|
34
|
-
readonly status: number;
|
|
35
|
-
readonly unauthenticated: boolean;
|
|
36
|
-
constructor(message: string, status: number, unauthenticated: boolean);
|
|
37
|
-
}
|
|
38
|
-
/** The IAM API root for a host — `lux.cloud` → `https://lux.id/v1/iam`. */
|
|
39
|
-
declare function iamBase(host?: string | null | WhiteLabel): string;
|
|
40
|
-
/** How a read reaches IAM: where, and with whose bearer. */
|
|
41
|
-
interface IamCall {
|
|
42
|
-
readonly base: string;
|
|
43
|
-
readonly token?: string | null;
|
|
44
|
-
readonly signal?: AbortSignal;
|
|
45
|
-
}
|
|
46
|
-
/** Rows per page for the org list — small first paint, more on demand. */
|
|
47
|
-
declare const IAM_PAGE_SIZE = 20;
|
|
48
|
-
declare const iam: {
|
|
49
|
-
/** The signed-in principal, or null when there is no session. */
|
|
50
|
-
account(call: IamCall): Promise<IamAccount | null>;
|
|
51
|
-
/**
|
|
52
|
-
* One page of the orgs the principal can see. IAM scopes the read to the
|
|
53
|
-
* caller's authority, so a normal member gets their own org and a super
|
|
54
|
-
* admin gets the tenant list — the page never has to decide.
|
|
55
|
-
*/
|
|
56
|
-
organizations(call: IamCall, page?: number, query?: string, pageSize?: number): Promise<Array<IamOrg>>;
|
|
57
|
-
/** One organization by name. */
|
|
58
|
-
organization(call: IamCall, name: string): Promise<IamOrg | null>;
|
|
59
|
-
/** Members of an organization. */
|
|
60
|
-
users(call: IamCall, org: string): Promise<Array<IamAccount>>;
|
|
61
|
-
/** The organization's projects — IAM keys this read by `organization`. */
|
|
62
|
-
projects(call: IamCall, org: string): Promise<Array<IamProject>>;
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export { IAM_PAGE_SIZE, type IamAccount, type IamCall, IamError, type IamOrg, type IamProject, iam, iamBase };
|
package/dist/icon-button.d.cts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
type Style = Record<string, unknown>;
|
|
4
|
-
/**
|
|
5
|
-
* Resting look, and the looks that replace it while selected or expanded.
|
|
6
|
-
* Merged in that order, so a key set in two of them resolves to the later —
|
|
7
|
-
* which is why `selected` and `expanded` are objects rather than `hoverStyle`
|
|
8
|
-
* entries that would fight the resting value.
|
|
9
|
-
*/
|
|
10
|
-
declare const VARIANT: Record<string, {
|
|
11
|
-
rest: Style;
|
|
12
|
-
selected?: Style;
|
|
13
|
-
expanded?: Style;
|
|
14
|
-
}>;
|
|
15
|
-
type Variant = keyof typeof VARIANT;
|
|
16
|
-
type Size = '2xs' | '2xs_alt' | 'md';
|
|
17
|
-
interface IconButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'size'> {
|
|
18
|
-
/** Visual variant */
|
|
19
|
-
variant?: Variant;
|
|
20
|
-
/** Icon-button size */
|
|
21
|
-
size?: Size;
|
|
22
|
-
/** Show a loading spinner (disables button) */
|
|
23
|
-
loading?: boolean;
|
|
24
|
-
/** Render a skeleton placeholder instead of the button */
|
|
25
|
-
loadingSkeleton?: boolean;
|
|
26
|
-
/** Also emitted as data-expanded for consumer styling */
|
|
27
|
-
expanded?: boolean;
|
|
28
|
-
/** Also emitted as data-selected for consumer styling */
|
|
29
|
-
selected?: boolean;
|
|
30
|
-
/** Also emitted as data-highlighted */
|
|
31
|
-
highlighted?: boolean;
|
|
32
|
-
/** Polymorphic element type (e.g. "div") */
|
|
33
|
-
as?: React.ElementType;
|
|
34
|
-
}
|
|
35
|
-
declare const IconButton: React.ForwardRefExoticComponent<IconButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
36
|
-
|
|
37
|
-
export { IconButton, type IconButtonProps };
|
package/dist/icons.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from 'lucide-react';
|
package/dist/identity.d.cts
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IamAccount, IamOrg, IamProject } from './iam.cjs';
|
|
3
|
-
import { WhiteLabel } from './white-label.cjs';
|
|
4
|
-
|
|
5
|
-
type IdentityStatus = 'loading' | 'anonymous' | 'ready' | 'error';
|
|
6
|
-
/**
|
|
7
|
-
* How the chrome gets a bearer and moves the user in and out of a session.
|
|
8
|
-
*
|
|
9
|
-
* Credentials are `@hanzo/iam`'s job, not the design system's — so this is the
|
|
10
|
-
* seam, and a surface using the SDK supplies only the two verbs:
|
|
11
|
-
*
|
|
12
|
-
* auth={{ signIn: () => void startLogin(), signOut: () => void logout() }}
|
|
13
|
-
*
|
|
14
|
-
* The bearer itself needs no wiring: the default reads the SDK's own token
|
|
15
|
-
* store, so there is exactly one token and one refresh timer per surface.
|
|
16
|
-
*/
|
|
17
|
-
interface IdentityAuth {
|
|
18
|
-
/** The IAM access token. Defaults to the `@hanzo/iam` SDK's token store. */
|
|
19
|
-
readonly token?: () => string | null | Promise<string | null>;
|
|
20
|
-
/** Start a sign-in. */
|
|
21
|
-
readonly signIn?: () => void;
|
|
22
|
-
/** End the session. */
|
|
23
|
-
readonly signOut?: () => void;
|
|
24
|
-
}
|
|
25
|
-
interface Identity {
|
|
26
|
-
readonly status: IdentityStatus;
|
|
27
|
-
/** The signed-in principal, or null. */
|
|
28
|
-
readonly account: IamAccount | null;
|
|
29
|
-
/** Organizations the principal can act in. */
|
|
30
|
-
readonly orgs: ReadonlyArray<IamOrg>;
|
|
31
|
-
/** The organization the surface is currently scoped to, or null. */
|
|
32
|
-
readonly org: IamOrg | null;
|
|
33
|
-
/** Projects in the current organization. */
|
|
34
|
-
readonly projects: ReadonlyArray<IamProject>;
|
|
35
|
-
/** The project the surface is currently scoped to, or null. */
|
|
36
|
-
readonly project: IamProject | null;
|
|
37
|
-
/** Why the reads failed, when status is 'error'. */
|
|
38
|
-
readonly error: string | null;
|
|
39
|
-
/** Host-resolved brand, theme, issuer and IAM client. */
|
|
40
|
-
readonly whiteLabel: WhiteLabel;
|
|
41
|
-
readonly setOrg: (name: string) => void;
|
|
42
|
-
readonly setProject: (name: string) => void;
|
|
43
|
-
readonly signIn: () => void;
|
|
44
|
-
readonly signOut: () => void;
|
|
45
|
-
readonly reload: () => void;
|
|
46
|
-
}
|
|
47
|
-
interface IdentityProviderProps {
|
|
48
|
-
readonly children: React.ReactNode;
|
|
49
|
-
/** Bearer + sign-in/out. Defaults to the `@hanzo/iam` token store. */
|
|
50
|
-
readonly auth?: IdentityAuth;
|
|
51
|
-
/** Where sign-in goes when `auth.signIn` is not supplied. */
|
|
52
|
-
readonly loginPath?: string;
|
|
53
|
-
}
|
|
54
|
-
declare const IdentityProvider: ({ children, auth, loginPath, }: IdentityProviderProps) => React.ReactElement;
|
|
55
|
-
/**
|
|
56
|
-
* The current identity.
|
|
57
|
-
*
|
|
58
|
-
* Outside an `<IdentityProvider>` this reports `anonymous` rather than
|
|
59
|
-
* throwing: chrome that renders before a surface has wired identity should
|
|
60
|
-
* offer sign-in, not crash the page.
|
|
61
|
-
*/
|
|
62
|
-
declare function useIdentity(): Identity;
|
|
63
|
-
|
|
64
|
-
export { type Identity, type IdentityAuth, IdentityProvider, type IdentityProviderProps, type IdentityStatus, useIdentity };
|
package/dist/image.d.cts
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import React__default from 'react';
|
|
2
|
-
|
|
3
|
-
type CSSValue = string | number | undefined;
|
|
4
|
-
type ResponsiveValue<T> = T | {
|
|
5
|
-
base?: T;
|
|
6
|
-
sm?: T;
|
|
7
|
-
md?: T;
|
|
8
|
-
lg?: T;
|
|
9
|
-
xl?: T;
|
|
10
|
-
_light?: T;
|
|
11
|
-
_dark?: T;
|
|
12
|
-
};
|
|
13
|
-
interface StyleProps {
|
|
14
|
-
boxSize?: CSSValue;
|
|
15
|
-
borderRadius?: CSSValue;
|
|
16
|
-
width?: CSSValue;
|
|
17
|
-
w?: ResponsiveValue<CSSValue>;
|
|
18
|
-
height?: CSSValue;
|
|
19
|
-
h?: ResponsiveValue<CSSValue>;
|
|
20
|
-
maxW?: CSSValue;
|
|
21
|
-
maxH?: CSSValue;
|
|
22
|
-
minW?: CSSValue;
|
|
23
|
-
mr?: CSSValue;
|
|
24
|
-
mb?: CSSValue;
|
|
25
|
-
ml?: CSSValue;
|
|
26
|
-
mt?: CSSValue;
|
|
27
|
-
mx?: CSSValue;
|
|
28
|
-
my?: CSSValue;
|
|
29
|
-
marginRight?: CSSValue;
|
|
30
|
-
display?: CSSValue;
|
|
31
|
-
position?: CSSValue;
|
|
32
|
-
top?: CSSValue;
|
|
33
|
-
left?: ResponsiveValue<CSSValue>;
|
|
34
|
-
right?: CSSValue;
|
|
35
|
-
bottom?: CSSValue;
|
|
36
|
-
zIndex?: CSSValue;
|
|
37
|
-
objectFit?: CSSValue;
|
|
38
|
-
objectPosition?: CSSValue;
|
|
39
|
-
flexShrink?: CSSValue;
|
|
40
|
-
overflow?: CSSValue;
|
|
41
|
-
cursor?: CSSValue;
|
|
42
|
-
}
|
|
43
|
-
interface ImageProps extends StyleProps {
|
|
44
|
-
readonly className?: string;
|
|
45
|
-
readonly src?: string;
|
|
46
|
-
readonly alt?: string;
|
|
47
|
-
readonly style?: React__default.CSSProperties;
|
|
48
|
-
readonly fallback?: React__default.ReactNode;
|
|
49
|
-
readonly onClick?: React__default.MouseEventHandler<HTMLImageElement>;
|
|
50
|
-
readonly onLoad?: React__default.ReactEventHandler<HTMLImageElement>;
|
|
51
|
-
readonly onError?: React__default.ReactEventHandler<HTMLImageElement>;
|
|
52
|
-
readonly skeletonWidth?: CSSValue;
|
|
53
|
-
readonly skeletonHeight?: CSSValue;
|
|
54
|
-
}
|
|
55
|
-
declare const Image: React__default.ForwardRefExoticComponent<ImageProps & React__default.RefAttributes<HTMLImageElement>>;
|
|
56
|
-
|
|
57
|
-
export { Image, type ImageProps };
|
package/dist/index.d.cts
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
export { AppProvider, useWhiteLabel } from './provider.cjs';
|
|
2
|
-
export { cn } from './utils.cjs';
|
|
3
|
-
export { NARROW_PX, TOUCH_PX, useBelow, useIsNarrow, useIsTouch } from './use-narrow.cjs';
|
|
4
|
-
export { IAM_PAGE_SIZE, IamAccount, IamCall, IamError, IamOrg, IamProject, iam, iamBase } from './iam.cjs';
|
|
5
|
-
export { Identity, IdentityAuth, IdentityProvider, IdentityProviderProps, IdentityStatus, useIdentity } from './identity.cjs';
|
|
6
|
-
export { AppNav, AppNavProps, ChromeItem, NavLink, OrgSwitcher, ProjectSwitcher, SettingsMenu, SettingsMenuProps, Switcher, SwitcherProps, UserMenu, UserMenuProps, initials } from './chrome.cjs';
|
|
7
|
-
export { DEFAULT_ORG, LUX_BRAND, LuxBrand, Org, OrgIdentity, PARS_GOLD, WhiteLabel, currentHost, orgIdentity, orgs, resolveWhiteLabel } from './white-label.cjs';
|
|
8
|
-
export { Conf, default as config, default as guiConfig, luxThemes } from './lux.config.cjs';
|
|
9
|
-
export { AccordionItem, AccordionItemContent, AccordionItemTrigger, AccordionRoot, useAccordion } from './accordion.cjs';
|
|
10
|
-
export { Alert, AlertProps } from './alert.cjs';
|
|
11
|
-
export { Avatar, AvatarGroup, AvatarProps } from './avatar.cjs';
|
|
12
|
-
export { Badge, BadgeProps } from './badge.cjs';
|
|
13
|
-
export { Button, ButtonGroup, ButtonGroupProps, ButtonGroupRadio, ButtonGroupRadioProps, ButtonProps } from './button.cjs';
|
|
14
|
-
export { Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps } from './checkbox.cjs';
|
|
15
|
-
export { CloseButton, CloseButtonProps } from './close-button.cjs';
|
|
16
|
-
export { CollapsibleDetails, CollapsibleList } from './collapsible.cjs';
|
|
17
|
-
export { ColorMode, ColorModeProvider, useColorMode, useColorModeValue } from './color-mode.cjs';
|
|
18
|
-
export { DialogActionTrigger, DialogBackdrop, DialogBody, DialogCloseTrigger, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogRoot, DialogTitle, DialogTrigger } from './dialog.cjs';
|
|
19
|
-
export { DrawerActionTrigger, DrawerBody, DrawerCloseTrigger, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerRoot, DrawerTitle, DrawerTrigger } from './drawer.cjs';
|
|
20
|
-
export { EmptyState, EmptyStateProps } from './empty-state.cjs';
|
|
21
|
-
export { Field, FieldProps } from './field.cjs';
|
|
22
|
-
export { Heading, HeadingProps } from './heading.cjs';
|
|
23
|
-
export { IconButton, IconButtonProps } from './icon-button.cjs';
|
|
24
|
-
export { Image, ImageProps } from './image.cjs';
|
|
25
|
-
export { Input, InputProps } from './input.cjs';
|
|
26
|
-
export { InputGroup, InputGroupProps } from './input-group.cjs';
|
|
27
|
-
export { Link, LinkBox, LinkExternalIcon, LinkOverlay, LinkProps } from './link.cjs';
|
|
28
|
-
export { MenuArrow, MenuCheckboxItem, MenuContent, MenuItem, MenuItemGroup, MenuItemText, MenuRadioItem, MenuRadioItemGroup, MenuRoot, MenuSeparator, MenuTrigger, MenuTriggerItem } from './menu.cjs';
|
|
29
|
-
export { PinInput } from './pin-input.cjs';
|
|
30
|
-
export { PopoverArrow, PopoverBody, PopoverCloseTrigger, PopoverCloseTriggerWrapper, PopoverContent, PopoverDescription, PopoverFooter, PopoverHeader, PopoverRoot, PopoverTitle, PopoverTrigger } from './popover.cjs';
|
|
31
|
-
export { Progress } from './progress.cjs';
|
|
32
|
-
export { ProgressCircleRing, ProgressCircleRoot, ProgressCircleValueText } from './progress-circle.cjs';
|
|
33
|
-
export { Radio, RadioGroup } from './radio.cjs';
|
|
34
|
-
export { Rating } from './rating.cjs';
|
|
35
|
-
export { ListCollection, Select, SelectAsync, SelectAsyncProps, SelectClearTrigger, SelectContent, SelectControl, SelectItem, SelectItemGroup, SelectItemText, SelectLabel, SelectOption, SelectProps, SelectRoot, SelectRootProps, SelectValueText, createListCollection } from './select.cjs';
|
|
36
|
-
export { Separator, SeparatorProps } from './separator.cjs';
|
|
37
|
-
export { LoadingBar, Skeleton, SkeletonCircle, SkeletonCircleProps, SkeletonProps, SkeletonText, SkeletonTextProps } from './skeleton.cjs';
|
|
38
|
-
export { Slider } from './slider.cjs';
|
|
39
|
-
export { Switch } from './switch.cjs';
|
|
40
|
-
export { TableBody, TableCaption, TableCell, TableColumnHeader, TableColumnHeaderSortable, TableFooter, TableHeader, TableHeaderSticky, TableRoot, TableRow, TableScrollWrapper } from './table.cjs';
|
|
41
|
-
export { TabsContent, TabsCounter, TabsList, TabsRoot, TabsTrigger } from './tabs.cjs';
|
|
42
|
-
export { Tag, TagProps } from './tag.cjs';
|
|
43
|
-
export { Textarea, TextareaProps } from './textarea.cjs';
|
|
44
|
-
export { Toaster, toaster } from './toaster.cjs';
|
|
45
|
-
export { Tooltip, TooltipProps } from './tooltip.cjs';
|
|
46
|
-
export { OptionChain, OptionChainProps, OptionContract, OptionQuote, Strike } from './option-chain.cjs';
|
|
47
|
-
export { GreeksDisplay, GreeksDisplayProps } from './greeks-display.cjs';
|
|
48
|
-
export { StrategyBuilder, StrategyBuilderProps, StrategyLeg, StrategySubmission, StrategyType } from './strategy-builder.cjs';
|
|
49
|
-
export { PnlDiagram, PnlDiagramProps } from './pnl-diagram.cjs';
|
|
50
|
-
export { OptionPosition, OptionPositionCard, OptionPositionCardProps } from './option-position.cjs';
|
|
51
|
-
export { ExpirationOption, ExpirationSelector, ExpirationSelectorProps } from './expiration-selector.cjs';
|
|
52
|
-
export { BankAlert, BankAlertProps, BankAlertText, BankButton, BankButtonProps, BankButtonText, BankCard, BankCardProps, BankDivider, BankField, BankHeading, BankHeadingProps, BankInput, BankInputProps, BankPage, BankPageProps, BankPinBox, BankPinBoxProps, BankText, BankTextProps, bankColors } from './bank.cjs';
|
|
53
|
-
import '@tanstack/react-query';
|
|
54
|
-
import 'react';
|
|
55
|
-
import 'clsx';
|
|
56
|
-
import '@hanzogui/web';
|
|
57
|
-
import '@hanzogui/config/v5';
|
|
58
|
-
import '@hanzo/gui';
|
|
59
|
-
import 'react/jsx-runtime';
|
|
60
|
-
import '@hanzogui/core';
|
package/dist/input-group.d.cts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
interface InputElementProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
readonly placement?: 'start' | 'end';
|
|
5
|
-
}
|
|
6
|
-
interface InputGroupProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
7
|
-
readonly startElementProps?: InputElementProps;
|
|
8
|
-
readonly endElementProps?: InputElementProps;
|
|
9
|
-
readonly startElement?: React.ReactNode;
|
|
10
|
-
readonly endElement?: React.ReactNode;
|
|
11
|
-
readonly children: React.ReactElement<InputElementProps>;
|
|
12
|
-
readonly startOffset?: string | number;
|
|
13
|
-
readonly endOffset?: string | number;
|
|
14
|
-
}
|
|
15
|
-
declare const InputGroup: React.ForwardRefExoticComponent<InputGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
-
|
|
17
|
-
export { type InputElementProps, InputGroup, type InputGroupProps };
|
package/dist/input.d.cts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import React__default from 'react';
|
|
2
|
-
|
|
3
|
-
type InputSize = 'xs' | 'sm' | 'md' | 'lg' | '2xl';
|
|
4
|
-
type InputVariant = 'outline' | 'filled' | 'unstyled';
|
|
5
|
-
interface InputProps extends Omit<React__default.ComponentPropsWithRef<'input'>, 'size'> {
|
|
6
|
-
readonly size?: InputSize;
|
|
7
|
-
readonly variant?: InputVariant;
|
|
8
|
-
/**
|
|
9
|
-
* React-Native convention: called with the text value on every change. The gui
|
|
10
|
-
* Input raises it natively; on web we bridge it off `onChange`, so callers
|
|
11
|
-
* using EITHER API get updates on either platform.
|
|
12
|
-
*/
|
|
13
|
-
readonly onChangeText?: (text: string) => void;
|
|
14
|
-
}
|
|
15
|
-
declare const SIZE: Record<InputSize, Record<string, unknown>>;
|
|
16
|
-
declare const VARIANT: Record<InputVariant, Record<string, unknown>>;
|
|
17
|
-
/** The frame every text control shares. */
|
|
18
|
-
declare const CONTROL: {
|
|
19
|
-
readonly width: "100%";
|
|
20
|
-
readonly outlineWidth: 0;
|
|
21
|
-
readonly backgroundColor: "var(--color-input-bg)";
|
|
22
|
-
readonly color: "var(--color-input-fg)";
|
|
23
|
-
readonly borderColor: "var(--color-input-border)";
|
|
24
|
-
readonly hoverStyle: {
|
|
25
|
-
readonly borderColor: "var(--color-input-border-hover)";
|
|
26
|
-
};
|
|
27
|
-
readonly focusStyle: {
|
|
28
|
-
readonly borderColor: "var(--color-input-border-focus)";
|
|
29
|
-
};
|
|
30
|
-
readonly disabledStyle: {
|
|
31
|
-
readonly opacity: 0.4;
|
|
32
|
-
readonly cursor: "not-allowed";
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
declare const Input: React__default.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
36
|
-
|
|
37
|
-
export { CONTROL, Input, type InputProps, SIZE, VARIANT };
|
package/dist/link.d.cts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
|
|
4
|
-
type LinkVariant = 'primary' | 'secondary' | 'subtle' | 'underlaid' | 'menu' | 'navigation' | 'plain';
|
|
5
|
-
interface LinkProps extends Omit<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, 'href'> {
|
|
6
|
-
readonly href?: string;
|
|
7
|
-
readonly loading?: boolean;
|
|
8
|
-
readonly external?: boolean;
|
|
9
|
-
readonly iconColor?: string;
|
|
10
|
-
readonly noIcon?: boolean;
|
|
11
|
-
readonly disabled?: boolean;
|
|
12
|
-
readonly variant?: LinkVariant;
|
|
13
|
-
readonly asChild?: boolean;
|
|
14
|
-
readonly shallow?: boolean;
|
|
15
|
-
readonly prefetch?: boolean;
|
|
16
|
-
readonly scroll?: boolean;
|
|
17
|
-
readonly fontWeight?: string | number;
|
|
18
|
-
readonly whiteSpace?: string;
|
|
19
|
-
readonly wordBreak?: string;
|
|
20
|
-
readonly textStyle?: string;
|
|
21
|
-
readonly ml?: number | string | Record<string, string | number>;
|
|
22
|
-
readonly mr?: number | string;
|
|
23
|
-
readonly display?: string;
|
|
24
|
-
readonly alignItems?: string;
|
|
25
|
-
readonly flexShrink?: number;
|
|
26
|
-
readonly minW?: number | string;
|
|
27
|
-
readonly justifyContent?: string;
|
|
28
|
-
readonly position?: string;
|
|
29
|
-
}
|
|
30
|
-
declare const LinkExternalIcon: ({ color }: {
|
|
31
|
-
color?: string;
|
|
32
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
33
|
-
declare const Link: React__default.ForwardRefExoticComponent<LinkProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
34
|
-
declare const LinkBox: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
|
|
35
|
-
declare const LinkOverlay: React__default.ForwardRefExoticComponent<LinkProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
36
|
-
|
|
37
|
-
export { Link, LinkBox, LinkExternalIcon, LinkOverlay, type LinkProps };
|