@octaviaflow/core 3.0.18-beta.0 → 3.0.18
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/components/Accordion/Accordion.d.ts +45 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +2 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/AgentCard/AgentCard.d.ts +53 -7
- package/dist/components/AgentCard/AgentCard.d.ts.map +1 -1
- package/dist/components/AlertCard/AlertCard.d.ts +76 -0
- package/dist/components/AlertCard/AlertCard.d.ts.map +1 -0
- package/dist/components/AlertCard/index.d.ts +2 -0
- package/dist/components/AlertCard/index.d.ts.map +1 -0
- package/dist/components/AuthCard/AuthCard.d.ts +29 -42
- package/dist/components/AuthCard/AuthCard.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts +48 -11
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Avatar/index.d.ts +1 -1
- package/dist/components/Avatar/index.d.ts.map +1 -1
- package/dist/components/Badge/Badge.d.ts +46 -8
- package/dist/components/Badge/Badge.d.ts.map +1 -1
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Banner/Banner.d.ts +53 -6
- package/dist/components/Banner/Banner.d.ts.map +1 -1
- package/dist/components/Banner/index.d.ts +1 -1
- package/dist/components/Banner/index.d.ts.map +1 -1
- package/dist/components/BarChart/BarChart.d.ts +62 -5
- package/dist/components/BarChart/BarChart.d.ts.map +1 -1
- package/dist/components/BarChart/index.d.ts +1 -1
- package/dist/components/BarChart/index.d.ts.map +1 -1
- package/dist/components/BlogCard/BlogCard.d.ts +39 -4
- package/dist/components/BlogCard/BlogCard.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +23 -5
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Calendar/Calendar.d.ts +53 -4
- package/dist/components/Calendar/Calendar.d.ts.map +1 -1
- package/dist/components/CalendarHeatmap/CalendarHeatmap.d.ts +47 -0
- package/dist/components/CalendarHeatmap/CalendarHeatmap.d.ts.map +1 -0
- package/dist/components/CalendarHeatmap/index.d.ts +2 -0
- package/dist/components/CalendarHeatmap/index.d.ts.map +1 -0
- package/dist/components/Callout/Callout.d.ts +33 -7
- package/dist/components/Callout/Callout.d.ts.map +1 -1
- package/dist/components/Callout/index.d.ts +1 -1
- package/dist/components/Callout/index.d.ts.map +1 -1
- package/dist/components/Card/Card.d.ts +49 -8
- package/dist/components/Card/Card.d.ts.map +1 -1
- package/dist/components/Card/index.d.ts +1 -1
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/ChatBubble/ChatBubble.d.ts +32 -7
- package/dist/components/ChatBubble/ChatBubble.d.ts.map +1 -1
- package/dist/components/ChatBubble/index.d.ts +1 -1
- package/dist/components/ChatBubble/index.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +16 -3
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Chip/Chip.d.ts +28 -9
- package/dist/components/Chip/Chip.d.ts.map +1 -1
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/ChoiceCard/ChoiceCard.d.ts +44 -6
- package/dist/components/ChoiceCard/ChoiceCard.d.ts.map +1 -1
- package/dist/components/ChoiceCard/index.d.ts +1 -1
- package/dist/components/ChoiceCard/index.d.ts.map +1 -1
- package/dist/components/Coachmark/Coachmark.d.ts +52 -0
- package/dist/components/Coachmark/Coachmark.d.ts.map +1 -0
- package/dist/components/Coachmark/index.d.ts +2 -0
- package/dist/components/Coachmark/index.d.ts.map +1 -0
- package/dist/components/CodeEditor/CodeEditor.d.ts +10 -1
- package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +25 -6
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/index.d.ts +1 -1
- package/dist/components/ColorPicker/index.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPalette.d.ts +64 -0
- package/dist/components/CommandPalette/CommandPalette.d.ts.map +1 -0
- package/dist/components/CommandPalette/index.d.ts +2 -0
- package/dist/components/CommandPalette/index.d.ts.map +1 -0
- package/dist/components/ConditionBuilder/ConditionBuilder.d.ts +24 -4
- package/dist/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/dist/components/ConfigPanel/ConfigPanel.d.ts +18 -12
- package/dist/components/ConfigPanel/ConfigPanel.d.ts.map +1 -1
- package/dist/components/ConfigPanel/index.d.ts +1 -1
- package/dist/components/ConfigPanel/index.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.d.ts +47 -0
- package/dist/components/ConfirmDialog/ConfirmDialog.d.ts.map +1 -0
- package/dist/components/ConfirmDialog/index.d.ts +2 -0
- package/dist/components/ConfirmDialog/index.d.ts.map +1 -0
- package/dist/components/ConnectorCard/ConnectorCard.d.ts +49 -0
- package/dist/components/ConnectorCard/ConnectorCard.d.ts.map +1 -0
- package/dist/components/ConnectorCard/index.d.ts +2 -0
- package/dist/components/ConnectorCard/index.d.ts.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts +46 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/components/ContextMenu/index.d.ts +2 -0
- package/dist/components/ContextMenu/index.d.ts.map +1 -0
- package/dist/components/CountUp/CountUp.d.ts +35 -0
- package/dist/components/CountUp/CountUp.d.ts.map +1 -0
- package/dist/components/CountUp/index.d.ts +2 -0
- package/dist/components/CountUp/index.d.ts.map +1 -0
- package/dist/components/DataMapper/DataMapper.d.ts +3 -3
- package/dist/components/DataMapper/DataMapper.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.d.ts +35 -3
- package/dist/components/DataTable/DataTable.d.ts.map +1 -1
- package/dist/components/DatasetCard/DatasetCard.d.ts +55 -0
- package/dist/components/DatasetCard/DatasetCard.d.ts.map +1 -0
- package/dist/components/DatasetCard/index.d.ts +2 -0
- package/dist/components/DatasetCard/index.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts +18 -5
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/components/DatePicker/index.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/DescriptionList/DescriptionList.d.ts +10 -6
- package/dist/components/DescriptionList/DescriptionList.d.ts.map +1 -1
- package/dist/components/DescriptionList/index.d.ts +1 -1
- package/dist/components/DescriptionList/index.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.d.ts +13 -5
- package/dist/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/components/Dialog/index.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Divider/Divider.d.ts +24 -0
- package/dist/components/Divider/Divider.d.ts.map +1 -0
- package/dist/components/Divider/index.d.ts +2 -0
- package/dist/components/Divider/index.d.ts.map +1 -0
- package/dist/components/DonutChart/DonutChart.d.ts +32 -4
- package/dist/components/DonutChart/DonutChart.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.d.ts +12 -5
- package/dist/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/Drawer/index.d.ts +1 -1
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +16 -6
- package/dist/components/EmptyState/EmptyState.d.ts.map +1 -1
- package/dist/components/EmptyState/index.d.ts +1 -1
- package/dist/components/EmptyState/index.d.ts.map +1 -1
- package/dist/components/FeatureCard/FeatureCard.d.ts +29 -10
- package/dist/components/FeatureCard/FeatureCard.d.ts.map +1 -1
- package/dist/components/FileDropzone/FileDropzone.d.ts +3 -3
- package/dist/components/FileDropzone/FileDropzone.d.ts.map +1 -1
- package/dist/components/Gauge/Gauge.d.ts +46 -0
- package/dist/components/Gauge/Gauge.d.ts.map +1 -0
- package/dist/components/Gauge/index.d.ts +2 -0
- package/dist/components/Gauge/index.d.ts.map +1 -0
- package/dist/components/Grid/Grid.d.ts +46 -0
- package/dist/components/Grid/Grid.d.ts.map +1 -0
- package/dist/components/Grid/index.d.ts +2 -0
- package/dist/components/Grid/index.d.ts.map +1 -0
- package/dist/components/Heatmap/Heatmap.d.ts +54 -0
- package/dist/components/Heatmap/Heatmap.d.ts.map +1 -0
- package/dist/components/Heatmap/index.d.ts +2 -0
- package/dist/components/Heatmap/index.d.ts.map +1 -0
- package/dist/components/IconCard/IconCard.d.ts +24 -6
- package/dist/components/IconCard/IconCard.d.ts.map +1 -1
- package/dist/components/IconCard/index.d.ts +1 -1
- package/dist/components/IconCard/index.d.ts.map +1 -1
- package/dist/components/InlineMessage/InlineMessage.d.ts +24 -0
- package/dist/components/InlineMessage/InlineMessage.d.ts.map +1 -0
- package/dist/components/InlineMessage/index.d.ts +2 -0
- package/dist/components/InlineMessage/index.d.ts.map +1 -0
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/IntegrationCard/IntegrationCard.d.ts +69 -0
- package/dist/components/IntegrationCard/IntegrationCard.d.ts.map +1 -0
- package/dist/components/IntegrationCard/index.d.ts +2 -0
- package/dist/components/IntegrationCard/index.d.ts.map +1 -0
- package/dist/components/JsonViewer/JsonViewer.d.ts +10 -4
- package/dist/components/JsonViewer/JsonViewer.d.ts.map +1 -1
- package/dist/components/KanbanCard/KanbanCard.d.ts +40 -7
- package/dist/components/KanbanCard/KanbanCard.d.ts.map +1 -1
- package/dist/components/Kbd/Kbd.d.ts +8 -9
- package/dist/components/Kbd/Kbd.d.ts.map +1 -1
- package/dist/components/Kbd/index.d.ts +1 -1
- package/dist/components/Kbd/index.d.ts.map +1 -1
- package/dist/components/LineChart/LineChart.d.ts +42 -4
- package/dist/components/LineChart/LineChart.d.ts.map +1 -1
- package/dist/components/LineChart/index.d.ts +1 -1
- package/dist/components/LineChart/index.d.ts.map +1 -1
- package/dist/components/LinkButton/LinkButton.d.ts +16 -4
- package/dist/components/LinkButton/LinkButton.d.ts.map +1 -1
- package/dist/components/LinkButton/index.d.ts +1 -1
- package/dist/components/LinkButton/index.d.ts.map +1 -1
- package/dist/components/MetricCard/MetricCard.d.ts +71 -0
- package/dist/components/MetricCard/MetricCard.d.ts.map +1 -0
- package/dist/components/MetricCard/index.d.ts +2 -0
- package/dist/components/MetricCard/index.d.ts.map +1 -0
- package/dist/components/MonacoEditor/MonacoDiffEditor.d.ts +22 -5
- package/dist/components/MonacoEditor/MonacoDiffEditor.d.ts.map +1 -1
- package/dist/components/MonacoEditor/MonacoEditor.d.ts +28 -7
- package/dist/components/MonacoEditor/MonacoEditor.d.ts.map +1 -1
- package/dist/components/MonacoEditor/index.d.ts +2 -2
- package/dist/components/MonacoEditor/index.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.d.ts +23 -7
- package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -1
- package/dist/components/MultiSelect/index.d.ts +1 -1
- package/dist/components/MultiSelect/index.d.ts.map +1 -1
- package/dist/components/NumberInput/NumberInput.d.ts +13 -7
- package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/components/NumberInput/index.d.ts +1 -1
- package/dist/components/NumberInput/index.d.ts.map +1 -1
- package/dist/components/OTPInput/OTPInput.d.ts +27 -4
- package/dist/components/OTPInput/OTPInput.d.ts.map +1 -1
- package/dist/components/OTPInput/index.d.ts +1 -1
- package/dist/components/OTPInput/index.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.d.ts +50 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.d.ts +22 -7
- package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
- package/dist/components/PasswordInput/index.d.ts +1 -1
- package/dist/components/PasswordInput/index.d.ts.map +1 -1
- package/dist/components/PhoneInput/PhoneInput.d.ts +19 -6
- package/dist/components/PhoneInput/PhoneInput.d.ts.map +1 -1
- package/dist/components/PhoneInput/countries.d.ts +15 -0
- package/dist/components/PhoneInput/countries.d.ts.map +1 -0
- package/dist/components/PhoneInput/index.d.ts +2 -1
- package/dist/components/PhoneInput/index.d.ts.map +1 -1
- package/dist/components/PipelineCard/PipelineCard.d.ts +100 -0
- package/dist/components/PipelineCard/PipelineCard.d.ts.map +1 -0
- package/dist/components/PipelineCard/index.d.ts +2 -0
- package/dist/components/PipelineCard/index.d.ts.map +1 -0
- package/dist/components/Popover/Popover.d.ts +5 -1
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/PricingCard/PricingCard.d.ts +28 -5
- package/dist/components/PricingCard/PricingCard.d.ts.map +1 -1
- package/dist/components/ProductCard/ProductCard.d.ts +35 -4
- package/dist/components/ProductCard/ProductCard.d.ts.map +1 -1
- package/dist/components/ProgressBar/ProgressBar.d.ts +28 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.d.ts +2 -0
- package/dist/components/ProgressBar/index.d.ts.map +1 -0
- package/dist/components/ProgressRing/ProgressRing.d.ts +22 -5
- package/dist/components/ProgressRing/ProgressRing.d.ts.map +1 -1
- package/dist/components/ProgressRing/index.d.ts +1 -1
- package/dist/components/ProgressRing/index.d.ts.map +1 -1
- package/dist/components/PromptInput/PromptInput.d.ts +59 -16
- package/dist/components/PromptInput/PromptInput.d.ts.map +1 -1
- package/dist/components/PromptInput/index.d.ts +1 -1
- package/dist/components/PromptInput/index.d.ts.map +1 -1
- package/dist/components/Quote/Quote.d.ts +20 -6
- package/dist/components/Quote/Quote.d.ts.map +1 -1
- package/dist/components/Quote/index.d.ts +1 -1
- package/dist/components/Quote/index.d.ts.map +1 -1
- package/dist/components/Radio/Radio.d.ts +12 -5
- package/dist/components/Radio/Radio.d.ts.map +1 -1
- package/dist/components/Radio/RadioGroup.d.ts +16 -15
- package/dist/components/Radio/RadioGroup.d.ts.map +1 -1
- package/dist/components/Radio/index.d.ts +2 -2
- package/dist/components/Radio/index.d.ts.map +1 -1
- package/dist/components/RangeSlider/RangeSlider.d.ts +18 -5
- package/dist/components/RangeSlider/RangeSlider.d.ts.map +1 -1
- package/dist/components/RangeSlider/index.d.ts +1 -1
- package/dist/components/RangeSlider/index.d.ts.map +1 -1
- package/dist/components/Rating/BinaryRating.d.ts +40 -0
- package/dist/components/Rating/BinaryRating.d.ts.map +1 -0
- package/dist/components/Rating/Rating.d.ts +21 -6
- package/dist/components/Rating/Rating.d.ts.map +1 -1
- package/dist/components/Rating/index.d.ts +2 -1
- package/dist/components/Rating/index.d.ts.map +1 -1
- package/dist/components/Resizable/Resizable.d.ts +32 -36
- package/dist/components/Resizable/Resizable.d.ts.map +1 -1
- package/dist/components/Resizable/index.d.ts +1 -1
- package/dist/components/Resizable/index.d.ts.map +1 -1
- package/dist/components/Ribbon/Ribbon.d.ts +12 -6
- package/dist/components/Ribbon/Ribbon.d.ts.map +1 -1
- package/dist/components/Ribbon/index.d.ts +1 -1
- package/dist/components/Ribbon/index.d.ts.map +1 -1
- package/dist/components/Sankey/Sankey.d.ts +53 -0
- package/dist/components/Sankey/Sankey.d.ts.map +1 -0
- package/dist/components/Sankey/index.d.ts +2 -0
- package/dist/components/Sankey/index.d.ts.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts +33 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts.map +1 -0
- package/dist/components/ScrollArea/index.d.ts +2 -0
- package/dist/components/ScrollArea/index.d.ts.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +38 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts.map +1 -0
- package/dist/components/SegmentedControl/index.d.ts +2 -0
- package/dist/components/SegmentedControl/index.d.ts.map +1 -0
- package/dist/components/Select/Select.d.ts +19 -1
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Sheet/Sheet.d.ts.map +1 -1
- package/dist/components/Show/Show.d.ts +35 -0
- package/dist/components/Show/Show.d.ts.map +1 -0
- package/dist/components/Show/index.d.ts +2 -0
- package/dist/components/Show/index.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +7 -8
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/components/Skeleton/Skeleton.d.ts +43 -5
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/Slider/Slider.d.ts +26 -7
- package/dist/components/Slider/Slider.d.ts.map +1 -1
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/SocialButton/SocialButton.d.ts +23 -5
- package/dist/components/SocialButton/SocialButton.d.ts.map +1 -1
- package/dist/components/SocialButton/index.d.ts +1 -1
- package/dist/components/SocialButton/index.d.ts.map +1 -1
- package/dist/components/Sortable/Sortable.d.ts +14 -6
- package/dist/components/Sortable/Sortable.d.ts.map +1 -1
- package/dist/components/Sparkline/Sparkline.d.ts +38 -3
- package/dist/components/Sparkline/Sparkline.d.ts.map +1 -1
- package/dist/components/Sparkline/index.d.ts +1 -1
- package/dist/components/Sparkline/index.d.ts.map +1 -1
- package/dist/components/Spinner/Spinner.d.ts +14 -5
- package/dist/components/Spinner/Spinner.d.ts.map +1 -1
- package/dist/components/Spinner/index.d.ts +1 -1
- package/dist/components/Spinner/index.d.ts.map +1 -1
- package/dist/components/Spotlight/Spotlight.d.ts +37 -0
- package/dist/components/Spotlight/Spotlight.d.ts.map +1 -0
- package/dist/components/Spotlight/index.d.ts +2 -0
- package/dist/components/Spotlight/index.d.ts.map +1 -0
- package/dist/components/Stack/Stack.d.ts +41 -0
- package/dist/components/Stack/Stack.d.ts.map +1 -0
- package/dist/components/Stack/index.d.ts +2 -0
- package/dist/components/Stack/index.d.ts.map +1 -0
- package/dist/components/Stat/Stat.d.ts +15 -6
- package/dist/components/Stat/Stat.d.ts.map +1 -1
- package/dist/components/Stat/index.d.ts +1 -1
- package/dist/components/Stat/index.d.ts.map +1 -1
- package/dist/components/StatusTiles/StatusTiles.d.ts +39 -0
- package/dist/components/StatusTiles/StatusTiles.d.ts.map +1 -0
- package/dist/components/StatusTiles/index.d.ts +2 -0
- package/dist/components/StatusTiles/index.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.d.ts +53 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -0
- package/dist/components/Stepper/index.d.ts +2 -0
- package/dist/components/Stepper/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.d.ts +11 -6
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Switch/index.d.ts +1 -1
- package/dist/components/Switch/index.d.ts.map +1 -1
- package/dist/components/Table/Table.d.ts +11 -5
- package/dist/components/Table/Table.d.ts.map +1 -1
- package/dist/components/TagsInput/TagsInput.d.ts +10 -5
- package/dist/components/TagsInput/TagsInput.d.ts.map +1 -1
- package/dist/components/TagsInput/index.d.ts +1 -1
- package/dist/components/TagsInput/index.d.ts.map +1 -1
- package/dist/components/TemplateCard/TemplateCard.d.ts +120 -0
- package/dist/components/TemplateCard/TemplateCard.d.ts.map +1 -0
- package/dist/components/TemplateCard/index.d.ts +2 -0
- package/dist/components/TemplateCard/index.d.ts.map +1 -0
- package/dist/components/TestimonialCard/TestimonialCard.d.ts +30 -5
- package/dist/components/TestimonialCard/TestimonialCard.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts +81 -7
- package/dist/components/Textarea/Textarea.d.ts.map +1 -1
- package/dist/components/Textarea/index.d.ts +1 -1
- package/dist/components/Textarea/index.d.ts.map +1 -1
- package/dist/components/TimePicker/TimePicker.d.ts +7 -5
- package/dist/components/TimePicker/TimePicker.d.ts.map +1 -1
- package/dist/components/TimePicker/index.d.ts +1 -1
- package/dist/components/TimePicker/index.d.ts.map +1 -1
- package/dist/components/Timeline/Timeline.d.ts +14 -5
- package/dist/components/Timeline/Timeline.d.ts.map +1 -1
- package/dist/components/Timeline/index.d.ts +1 -1
- package/dist/components/Timeline/index.d.ts.map +1 -1
- package/dist/components/TimezonePicker/TimezonePicker.d.ts +8 -5
- package/dist/components/TimezonePicker/TimezonePicker.d.ts.map +1 -1
- package/dist/components/TimezonePicker/index.d.ts +1 -1
- package/dist/components/TimezonePicker/index.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts +15 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/Toggle/Toggle.d.ts +16 -6
- package/dist/components/Toggle/Toggle.d.ts.map +1 -1
- package/dist/components/Toggle/index.d.ts +1 -1
- package/dist/components/Toggle/index.d.ts.map +1 -1
- package/dist/components/ToolCard/ToolCard.d.ts +12 -10
- package/dist/components/ToolCard/ToolCard.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +13 -2
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/TraceStep/TraceStep.d.ts +37 -8
- package/dist/components/TraceStep/TraceStep.d.ts.map +1 -1
- package/dist/components/TreeView/TreeView.d.ts +54 -0
- package/dist/components/TreeView/TreeView.d.ts.map +1 -0
- package/dist/components/TreeView/index.d.ts +2 -0
- package/dist/components/TreeView/index.d.ts.map +1 -0
- package/dist/components/UserCard/UserCard.d.ts +38 -5
- package/dist/components/UserCard/UserCard.d.ts.map +1 -1
- package/dist/components/XmlViewer/XmlViewer.d.ts +11 -6
- package/dist/components/XmlViewer/XmlViewer.d.ts.map +1 -1
- package/dist/components/YamlViewer/YamlViewer.d.ts +13 -6
- package/dist/components/YamlViewer/YamlViewer.d.ts.map +1 -1
- package/dist/hooks/useBanner.d.ts +27 -0
- package/dist/hooks/useBanner.d.ts.map +1 -0
- package/dist/hooks/useBreakpoint.d.ts +29 -0
- package/dist/hooks/useBreakpoint.d.ts.map +1 -0
- package/dist/hooks/useCallout.d.ts +32 -0
- package/dist/hooks/useCallout.d.ts.map +1 -0
- package/dist/hooks/useMediaQuery.d.ts +15 -0
- package/dist/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/hooks/usePasswordStrength.d.ts +37 -0
- package/dist/hooks/usePasswordStrength.d.ts.map +1 -0
- package/dist/hooks/useRating.d.ts +51 -0
- package/dist/hooks/useRating.d.ts.map +1 -0
- package/dist/hooks/useTextareaCommands.d.ts +55 -0
- package/dist/hooks/useTextareaCommands.d.ts.map +1 -0
- package/dist/hooks/useTextareaSelection.d.ts +34 -0
- package/dist/hooks/useTextareaSelection.d.ts.map +1 -0
- package/dist/hooks/useTextareaTools.d.ts +88 -0
- package/dist/hooks/useTextareaTools.d.ts.map +1 -0
- package/dist/hooks/useTimeline.d.ts +31 -0
- package/dist/hooks/useTimeline.d.ts.map +1 -0
- package/dist/hooks/useTraceTimeline.d.ts +54 -0
- package/dist/hooks/useTraceTimeline.d.ts.map +1 -0
- package/dist/index.cjs +22959 -10158
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +90 -47
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23914 -10637
- package/dist/index.js.map +1 -1
- package/dist/monaco.cjs +359 -488
- package/dist/monaco.cjs.map +1 -1
- package/dist/monaco.d.ts +1 -1
- package/dist/monaco.d.ts.map +1 -1
- package/dist/monaco.js +381 -489
- package/dist/monaco.js.map +1 -1
- package/dist/stories/_shared/TestPage.d.ts +12 -0
- package/dist/stories/_shared/TestPage.d.ts.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/utils/Slot.d.ts +7 -0
- package/dist/utils/Slot.d.ts.map +1 -0
- package/dist/utils/composeRefs.d.ts +7 -0
- package/dist/utils/composeRefs.d.ts.map +1 -0
- package/dist/utils/gradients.d.ts +77 -0
- package/dist/utils/gradients.d.ts.map +1 -0
- package/dist/utils/zIndex.d.ts +53 -0
- package/dist/utils/zIndex.d.ts.map +1 -0
- package/package.json +5 -5
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
import { type ReactNode } from "react";
|
|
2
|
-
export
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from "react";
|
|
2
|
+
export type NumberInputSize = "sm" | "md" | "lg";
|
|
3
|
+
/** Native `<input>` props minus the ones the component owns. We also drop
|
|
4
|
+
* the native `size` attribute because we redefine `size` as the visual
|
|
5
|
+
* variant ("sm" | "md" | "lg"). */
|
|
6
|
+
type InputPropsBase = Omit<ComponentPropsWithoutRef<"input">, "type" | "value" | "onChange" | "min" | "max" | "step" | "size" | "prefix">;
|
|
7
|
+
export interface NumberInputProps extends InputPropsBase {
|
|
3
8
|
label?: ReactNode;
|
|
4
9
|
value: number;
|
|
5
10
|
onChange?: (value: number) => void;
|
|
@@ -8,13 +13,14 @@ export interface NumberInputProps {
|
|
|
8
13
|
step?: number;
|
|
9
14
|
prefix?: ReactNode;
|
|
10
15
|
suffix?: ReactNode;
|
|
11
|
-
size?:
|
|
16
|
+
size?: NumberInputSize;
|
|
12
17
|
disabled?: boolean;
|
|
13
18
|
error?: ReactNode;
|
|
14
19
|
helperText?: ReactNode;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
20
|
+
/** Extra class on the wrapper (NOT the input — use `inputClassName` for
|
|
21
|
+
* the underlying control's class). */
|
|
22
|
+
wrapperClassName?: string;
|
|
18
23
|
}
|
|
19
|
-
export declare
|
|
24
|
+
export declare const NumberInput: import("react").ForwardRefExoticComponent<NumberInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
25
|
+
export {};
|
|
20
26
|
//# sourceMappingURL=NumberInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,wBAAwB,EAE7B,KAAK,SAAS,EAGf,MAAM,OAAO,CAAC;AAQf,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEjD;;oCAEoC;AACpC,KAAK,cAAc,GAAG,IAAI,CACxB,wBAAwB,CAAC,OAAO,CAAC,EAC/B,MAAM,GACN,OAAO,GACP,UAAU,GACV,KAAK,GACL,KAAK,GACL,MAAM,GACN,MAAM,GACN,QAAQ,CACX,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,cAAc;IACtD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;2CACuC;IACvC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAMD,eAAO,MAAM,WAAW,+GAmJvB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { NumberInput, type NumberInputProps } from "./NumberInput";
|
|
1
|
+
export { NumberInput, type NumberInputProps, type NumberInputSize, } from "./NumberInput";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,KAAK,gBAAgB,EACrB,KAAK,eAAe,GACrB,MAAM,eAAe,CAAC"}
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
import { type ReactNode } from "react";
|
|
2
|
-
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from "react";
|
|
2
|
+
/** `otp` = numeric, unmasked digits (e.g. SMS one-time passcode).
|
|
3
|
+
* `pin` = numeric, masked digits (e.g. wallet PIN, lock-screen code).
|
|
4
|
+
* `alphanumeric` = case-insensitive ASCII (e.g. backup recovery code).
|
|
5
|
+
*
|
|
6
|
+
* All three share the same per-cell input, paste-handling, auto-advance
|
|
7
|
+
* and backspace-back behavior. `pin` is just a syntactic shortcut for
|
|
8
|
+
* `type="numeric" mask`. */
|
|
9
|
+
export type OTPInputMode = "otp" | "pin" | "alphanumeric";
|
|
10
|
+
export interface OTPInputHandle {
|
|
11
|
+
/** Focus the first empty cell, or the last cell if the value is full. */
|
|
12
|
+
focus(): void;
|
|
13
|
+
/** Clear the value and return focus to the first cell. */
|
|
14
|
+
clear(): void;
|
|
15
|
+
}
|
|
16
|
+
type WrapperPropsBase = Omit<ComponentPropsWithoutRef<"div">, "onChange" | "children">;
|
|
17
|
+
export interface OTPInputProps extends WrapperPropsBase {
|
|
3
18
|
label?: ReactNode;
|
|
4
19
|
length?: number;
|
|
5
20
|
value: string;
|
|
@@ -7,10 +22,18 @@ export interface OTPInputProps {
|
|
|
7
22
|
onComplete?: (value: string) => void;
|
|
8
23
|
disabled?: boolean;
|
|
9
24
|
error?: ReactNode;
|
|
25
|
+
/** Composite mode — `otp` (numeric, visible) is the default. Use `pin`
|
|
26
|
+
* for masked numeric, `alphanumeric` for ASCII a-z 0-9. */
|
|
27
|
+
mode?: OTPInputMode;
|
|
28
|
+
/** @deprecated — pass `mode="pin"` for masked numeric, or `mode` +
|
|
29
|
+
* `type` decomposed via the platform pattern. Kept for back-compat
|
|
30
|
+
* with v1 callers. */
|
|
10
31
|
type?: "numeric" | "alphanumeric";
|
|
32
|
+
/** @deprecated — pass `mode="pin"`. Mask still works as an override
|
|
33
|
+
* when combined with `mode`. */
|
|
11
34
|
mask?: boolean;
|
|
12
35
|
autoFocus?: boolean;
|
|
13
|
-
className?: string;
|
|
14
36
|
}
|
|
15
|
-
export declare
|
|
37
|
+
export declare const OTPInput: import("react").ForwardRefExoticComponent<OTPInputProps & import("react").RefAttributes<OTPInputHandle>>;
|
|
38
|
+
export {};
|
|
16
39
|
//# sourceMappingURL=OTPInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OTPInput.d.ts","sourceRoot":"","sources":["../../../src/components/OTPInput/OTPInput.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"OTPInput.d.ts","sourceRoot":"","sources":["../../../src/components/OTPInput/OTPInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,wBAAwB,EAG7B,KAAK,SAAS,EAKf,MAAM,OAAO,CAAC;AAOf;;;;;;6BAM6B;AAC7B,MAAM,MAAM,YAAY,GAAG,KAAK,GAAG,KAAK,GAAG,cAAc,CAAC;AAE1D,MAAM,WAAW,cAAc;IAC7B,yEAAyE;IACzE,KAAK,IAAI,IAAI,CAAC;IACd,0DAA0D;IAC1D,KAAK,IAAI,IAAI,CAAC;CACf;AAED,KAAK,gBAAgB,GAAG,IAAI,CAC1B,wBAAwB,CAAC,KAAK,CAAC,EAC/B,UAAU,GAAG,UAAU,CACxB,CAAC;AAEF,MAAM,WAAW,aAAc,SAAQ,gBAAgB;IACrD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;gEAC4D;IAC5D,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;2BAEuB;IACvB,IAAI,CAAC,EAAE,SAAS,GAAG,cAAc,CAAC;IAClC;qCACiC;IACjC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAMD,eAAO,MAAM,QAAQ,0GAkKpB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { OTPInput, type OTPInputProps } from "./OTPInput";
|
|
1
|
+
export { OTPInput, type OTPInputHandle, type OTPInputMode, type OTPInputProps, } from "./OTPInput";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/OTPInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/OTPInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,aAAa,GACnB,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from "react";
|
|
2
|
+
export interface PaginationProps extends Omit<ComponentPropsWithoutRef<"nav">, "onChange" | "defaultValue" | "children"> {
|
|
3
|
+
/** Total number of items across all pages. Required for total-row label + total-page math. */
|
|
4
|
+
totalItems: number;
|
|
5
|
+
/** Items per page. Controls page math AND drives the optional page-size selector. */
|
|
6
|
+
pageSize: number;
|
|
7
|
+
/** Available page-size options. When omitted, the page-size selector is hidden. */
|
|
8
|
+
pageSizeOptions?: number[];
|
|
9
|
+
/** Controlled: current 1-based page index. */
|
|
10
|
+
page?: number;
|
|
11
|
+
/** Uncontrolled: initial 1-based page index. Default `1`. */
|
|
12
|
+
defaultPage?: number;
|
|
13
|
+
/** Fires when the user navigates to a new page. */
|
|
14
|
+
onPageChange?: (page: number) => void;
|
|
15
|
+
/** Fires when the user picks a new page size. */
|
|
16
|
+
onPageSizeChange?: (pageSize: number) => void;
|
|
17
|
+
/** Number of neighbor pages to render around the current page. Default `1`. */
|
|
18
|
+
siblingCount?: number;
|
|
19
|
+
/** Number of pages to always show at the boundaries. Default `1`. */
|
|
20
|
+
boundaryCount?: number;
|
|
21
|
+
/** Show First / Last buttons. Default `true`. */
|
|
22
|
+
showFirstLast?: boolean;
|
|
23
|
+
/** Show Prev / Next buttons. Default `true`. */
|
|
24
|
+
showPrevNext?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Compact mode hides the numeric page list entirely — leaves
|
|
27
|
+
* Prev / Next + the current-page label. Use for cramped surfaces
|
|
28
|
+
* (sidebar widgets, mobile breakpoints).
|
|
29
|
+
*/
|
|
30
|
+
compact?: boolean;
|
|
31
|
+
/** Show the "Showing X–Y of Z" label. Default `true`. */
|
|
32
|
+
showTotal?: boolean;
|
|
33
|
+
/** Override the total label. Receives `{ from, to, total }`. */
|
|
34
|
+
formatTotal?: (range: {
|
|
35
|
+
from: number;
|
|
36
|
+
to: number;
|
|
37
|
+
total: number;
|
|
38
|
+
}) => ReactNode;
|
|
39
|
+
/**
|
|
40
|
+
* Show a "Go to page" input. Lets users jump straight to a page
|
|
41
|
+
* without clicking through. Useful for very long lists. Default `false`.
|
|
42
|
+
*/
|
|
43
|
+
showJumpToPage?: boolean;
|
|
44
|
+
/** Disable the entire control (e.g. while loading). */
|
|
45
|
+
disabled?: boolean;
|
|
46
|
+
/** Size. Default `"md"`. */
|
|
47
|
+
size?: "sm" | "md" | "lg";
|
|
48
|
+
}
|
|
49
|
+
export declare const Pagination: import("react").ForwardRefExoticComponent<PaginationProps & import("react").RefAttributes<HTMLElement>>;
|
|
50
|
+
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAOA,OAAO,EACL,KAAK,wBAAwB,EAG7B,KAAK,SAAS,EAKf,MAAM,OAAO,CAAC;AAiBf,MAAM,WAAW,eACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,KAAK,CAAC,EAC/B,UAAU,GAAG,cAAc,GAAG,UAAU,CACzC;IACD,8FAA8F;IAC9F,UAAU,EAAE,MAAM,CAAC;IACnB,qFAAqF;IACrF,QAAQ,EAAE,MAAM,CAAC;IACjB,mFAAmF;IACnF,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,8CAA8C;IAC9C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6DAA6D;IAC7D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mDAAmD;IACnD,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,iDAAiD;IACjD,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,+EAA+E;IAC/E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iDAAiD;IACjD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gDAAgD;IAChD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,yDAAyD;IACzD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gEAAgE;IAChE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,KAAK,SAAS,CAAC;IAChF;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4BAA4B;IAC5B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAgFD,eAAO,MAAM,UAAU,yGA6PtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from "react";
|
|
2
|
+
import { type PasswordRule, type PasswordStrengthScore } from "../../hooks/usePasswordStrength";
|
|
3
|
+
export type PasswordInputSize = "sm" | "md" | "lg";
|
|
4
|
+
type InputPropsBase = Omit<ComponentPropsWithoutRef<"input">, "type" | "size" | "value" | "onChange" | "prefix">;
|
|
5
|
+
export interface PasswordInputProps extends InputPropsBase {
|
|
4
6
|
label?: ReactNode;
|
|
5
7
|
value: string;
|
|
6
8
|
onChange?: (value: string) => void;
|
|
7
|
-
size?:
|
|
9
|
+
size?: PasswordInputSize;
|
|
8
10
|
error?: ReactNode;
|
|
9
11
|
helperText?: ReactNode;
|
|
10
|
-
|
|
12
|
+
/** 0–4 strength score. When set, renders the visual strength meter.
|
|
13
|
+
* `strength` takes precedence over `strengthRules` so consumers can
|
|
14
|
+
* always override what the rules computed (e.g. server-derived score). */
|
|
15
|
+
strength?: PasswordStrengthScore;
|
|
16
|
+
/** Rule set to evaluate the password against. When provided (and
|
|
17
|
+
* `strength` is NOT), the component runs `usePasswordStrength`
|
|
18
|
+
* internally and renders the meter from the derived score. */
|
|
19
|
+
strengthRules?: PasswordRule[];
|
|
20
|
+
/** Render the requirements checklist below the meter. Each rule shows
|
|
21
|
+
* a met/unmet glyph + its label, and the list is wired via
|
|
22
|
+
* `aria-describedby` so screen readers announce the state. */
|
|
23
|
+
showRequirements?: boolean;
|
|
24
|
+
/** Show the show/hide-password toggle. Default true. */
|
|
11
25
|
showToggle?: boolean;
|
|
12
26
|
leftIcon?: ReactNode;
|
|
13
|
-
|
|
27
|
+
/** Extra class on the wrapper (NOT the input). */
|
|
28
|
+
wrapperClassName?: string;
|
|
14
29
|
}
|
|
15
|
-
export declare
|
|
30
|
+
export declare const PasswordInput: import("react").ForwardRefExoticComponent<PasswordInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
16
31
|
export {};
|
|
17
32
|
//# sourceMappingURL=PasswordInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,wBAAwB,EAE7B,KAAK,SAAS,EAGf,MAAM,OAAO,CAAC;AAEf,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAE3B,MAAM,iCAAiC,CAAC;AAOzC,MAAM,MAAM,iBAAiB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEnD,KAAK,cAAc,GAAG,IAAI,CACxB,wBAAwB,CAAC,OAAO,CAAC,EACjC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,CAClD,CAAC;AAEF,MAAM,WAAW,kBAAmB,SAAQ,cAAc;IACxD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;+EAE2E;IAC3E,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjC;;mEAE+D;IAC/D,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/B;;mEAE+D;IAC/D,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,wDAAwD;IACxD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,kDAAkD;IAClD,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAcD,eAAO,MAAM,aAAa,iHAkMzB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { PasswordInput, type PasswordInputProps } from "./PasswordInput";
|
|
1
|
+
export { PasswordInput, type PasswordInputProps, type PasswordInputSize, } from "./PasswordInput";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,GACvB,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,23 +1,36 @@
|
|
|
1
|
-
import { type ReactNode } from "react";
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from "react";
|
|
2
|
+
export type PhoneInputSize = "sm" | "md" | "lg";
|
|
2
3
|
export interface CountryOption {
|
|
4
|
+
/** ISO-3166-1 alpha-2 — "US", "GB", "IN", … */
|
|
3
5
|
code: string;
|
|
4
6
|
name: string;
|
|
7
|
+
/** E.164 dial code — "+1", "+44", … */
|
|
5
8
|
dialCode: string;
|
|
9
|
+
/** Emoji flag glyph. Browser support is good on macOS / iOS / Android;
|
|
10
|
+
* Windows renders the country code as a fallback. */
|
|
6
11
|
flag?: string;
|
|
7
12
|
}
|
|
8
|
-
|
|
13
|
+
type InputPropsBase = Omit<ComponentPropsWithoutRef<"input">, "type" | "size" | "value" | "onChange" | "prefix">;
|
|
14
|
+
export interface PhoneInputProps extends InputPropsBase {
|
|
9
15
|
label?: ReactNode;
|
|
16
|
+
/** Local number (without dial code). */
|
|
10
17
|
value: string;
|
|
18
|
+
/** ISO-3166-1 alpha-2 code of the currently selected country. */
|
|
11
19
|
countryCode: string;
|
|
12
20
|
onChange?: (value: string) => void;
|
|
13
21
|
onCountryChange?: (code: string) => void;
|
|
14
22
|
countries?: CountryOption[];
|
|
15
|
-
|
|
16
|
-
size?: "sm" | "md" | "lg";
|
|
23
|
+
size?: PhoneInputSize;
|
|
17
24
|
disabled?: boolean;
|
|
18
25
|
error?: ReactNode;
|
|
19
26
|
helperText?: ReactNode;
|
|
20
|
-
|
|
27
|
+
/** Show a search field at the top of the country listbox. Auto-on when
|
|
28
|
+
* there are more than 8 countries; force on/off via the prop. */
|
|
29
|
+
searchable?: boolean;
|
|
30
|
+
searchPlaceholder?: string;
|
|
31
|
+
/** Extra class on the wrapper (NOT the input). */
|
|
32
|
+
wrapperClassName?: string;
|
|
21
33
|
}
|
|
22
|
-
export declare
|
|
34
|
+
export declare const PhoneInput: import("react").ForwardRefExoticComponent<PhoneInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
35
|
+
export {};
|
|
23
36
|
//# sourceMappingURL=PhoneInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneInput.d.ts","sourceRoot":"","sources":["../../../src/components/PhoneInput/PhoneInput.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"PhoneInput.d.ts","sourceRoot":"","sources":["../../../src/components/PhoneInput/PhoneInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,wBAAwB,EAG7B,KAAK,SAAS,EAMf,MAAM,OAAO,CAAC;AAQf,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhD,MAAM,WAAW,aAAa;IAC5B,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB;0DACsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,KAAK,cAAc,GAAG,IAAI,CACxB,wBAAwB,CAAC,OAAO,CAAC,EACjC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,CAClD,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,cAAc;IACrD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,aAAa,EAAE,CAAC;IAC5B,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;sEACkE;IAClE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kDAAkD;IAClD,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAiBD,eAAO,MAAM,UAAU,8GAgVtB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** Map of ISO-3166-1 alpha-2 codes → E.164 dial code. Sourced from the
|
|
2
|
+
* ITU-T E.164 country-code assignment list. Some countries share a dial
|
|
3
|
+
* code (e.g. the +1 NANP nations); each is listed separately so a phone
|
|
4
|
+
* picker can disambiguate by country name. */
|
|
5
|
+
export declare const COUNTRY_DIAL_CODES: Record<string, string>;
|
|
6
|
+
export declare function codeToFlag(code: string): string;
|
|
7
|
+
export declare function getCountryName(code: string, locale?: string): string;
|
|
8
|
+
export interface CountryEntry {
|
|
9
|
+
code: string;
|
|
10
|
+
name: string;
|
|
11
|
+
dialCode: string;
|
|
12
|
+
flag: string;
|
|
13
|
+
}
|
|
14
|
+
export declare function getAllCountries(locale?: string): CountryEntry[];
|
|
15
|
+
//# sourceMappingURL=countries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"countries.d.ts","sourceRoot":"","sources":["../../../src/components/PhoneInput/countries.ts"],"names":[],"mappings":"AAeA;;;+CAG+C;AAC/C,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA0CrD,CAAC;AAcF,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAO/C;AA4BD,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAO,GAAG,MAAM,CAQlE;AAMD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAMD,wBAAgB,eAAe,CAAC,MAAM,SAAO,GAAG,YAAY,EAAE,CAa7D"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export { type CountryOption, PhoneInput, type PhoneInputProps } from "./PhoneInput";
|
|
1
|
+
export { type CountryOption, PhoneInput, type PhoneInputProps, type PhoneInputSize, } from "./PhoneInput";
|
|
2
|
+
export { COUNTRY_DIAL_CODES, type CountryEntry, codeToFlag, getAllCountries, getCountryName, } from "./countries";
|
|
2
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PhoneInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PhoneInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAClB,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,cAAc,GACpB,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,kBAAkB,EAClB,KAAK,YAAY,EACjB,UAAU,EACV,eAAe,EACf,cAAc,GACf,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { PauseIcon, PlayIcon } from "@octaviaflow/icons";
|
|
2
|
+
import { type ComponentPropsWithoutRef, type MouseEvent, type ReactNode } from "react";
|
|
3
|
+
import { type CardRadius } from "../Card";
|
|
4
|
+
import { type DropdownMenuItem } from "../DropdownMenu";
|
|
5
|
+
import { type SparklineProps } from "../Sparkline";
|
|
6
|
+
export type PipelineStatus = "queued" | "running" | "succeeded" | "failed" | "skipped" | "paused" | "scheduled";
|
|
7
|
+
export interface PipelineCardRoute {
|
|
8
|
+
/** Source connector display name (e.g. "orders.postgres"). */
|
|
9
|
+
source: ReactNode;
|
|
10
|
+
/** Destination connector display name (e.g. "snowflake.prod"). */
|
|
11
|
+
destination: ReactNode;
|
|
12
|
+
/** Optional source logo / icon. */
|
|
13
|
+
sourceIcon?: ReactNode;
|
|
14
|
+
/** Optional destination logo / icon. */
|
|
15
|
+
destinationIcon?: ReactNode;
|
|
16
|
+
}
|
|
17
|
+
export interface PipelineCardAction {
|
|
18
|
+
/** Display label — also used as aria-label when only a glyph is shown. */
|
|
19
|
+
label: string;
|
|
20
|
+
/** Optional icon node. When provided alongside `iconOnly`, the label hides visually. */
|
|
21
|
+
icon?: ReactNode;
|
|
22
|
+
/** Render only the icon (label remains in the a11y tree as aria-label). */
|
|
23
|
+
iconOnly?: boolean;
|
|
24
|
+
onClick?: (e: MouseEvent<HTMLButtonElement>) => void;
|
|
25
|
+
/** Mark as disabled. */
|
|
26
|
+
disabled?: boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface PipelineCardSparkline extends Omit<SparklineProps, "data" | "ref"> {
|
|
29
|
+
data: number[];
|
|
30
|
+
}
|
|
31
|
+
export interface PipelineCardMeta {
|
|
32
|
+
label: ReactNode;
|
|
33
|
+
value: ReactNode;
|
|
34
|
+
}
|
|
35
|
+
export interface PipelineCardProps extends Omit<ComponentPropsWithoutRef<"div">, "title" | "onChange" | "onClick" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart"> {
|
|
36
|
+
/** Pipeline / run name. */
|
|
37
|
+
name: ReactNode;
|
|
38
|
+
/** Heading level for the name. Default `"h3"`. */
|
|
39
|
+
nameAs?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
40
|
+
/** Source → destination route. Renders below the name when provided. */
|
|
41
|
+
route?: PipelineCardRoute;
|
|
42
|
+
/** Live status — drives the ring color + label tone. */
|
|
43
|
+
status: PipelineStatus;
|
|
44
|
+
/** Override the status pill label (defaults to the humanized status). */
|
|
45
|
+
statusLabel?: ReactNode;
|
|
46
|
+
/** Metadata strip (started/ETA/run id/duration). */
|
|
47
|
+
meta?: PipelineCardMeta[];
|
|
48
|
+
/** Recent-runs sparkline (e.g. last N run durations or row counts). */
|
|
49
|
+
sparkline?: PipelineCardSparkline;
|
|
50
|
+
/** Optional sparkline caption (e.g. "Last 24 runs"). */
|
|
51
|
+
sparklineLabel?: ReactNode;
|
|
52
|
+
/** Volume tally — terse tabular text rendered below the sparkline. */
|
|
53
|
+
volume?: ReactNode;
|
|
54
|
+
/** Quick-action buttons (Run / Pause / Re-run / etc.). */
|
|
55
|
+
actions?: PipelineCardAction[];
|
|
56
|
+
/**
|
|
57
|
+
* Overflow menu items. When provided, the card renders a built-in
|
|
58
|
+
* portal-based `DropdownMenu` triggered by the "⋯" button — outside
|
|
59
|
+
* any `overflow:hidden` ancestor, with keyboard navigation and focus
|
|
60
|
+
* trap (React Aria semantics). Items support `icon`, `danger`,
|
|
61
|
+
* `disabled`, and `separator`.
|
|
62
|
+
*
|
|
63
|
+
* Mutually exclusive with `onOverflow`. If both are passed,
|
|
64
|
+
* `overflowItems` wins.
|
|
65
|
+
*/
|
|
66
|
+
overflowItems?: DropdownMenuItem[];
|
|
67
|
+
/** Overflow-menu alignment. Default `"end"` (right-aligned). */
|
|
68
|
+
overflowAlign?: "start" | "end";
|
|
69
|
+
/** Override the trigger icon (default `OverflowMenuHorizontalIcon`). */
|
|
70
|
+
overflowIcon?: ReactNode;
|
|
71
|
+
/** Accessible label for the overflow trigger. Default `"More actions"`. */
|
|
72
|
+
overflowLabel?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Escape-hatch: imperative callback fired when the overflow button
|
|
75
|
+
* is clicked. Use this when you need to drive a custom popover /
|
|
76
|
+
* menu from outside (e.g. a Radix-style controlled menu, a Slack-
|
|
77
|
+
* style emoji picker). Ignored when `overflowItems` is set.
|
|
78
|
+
*/
|
|
79
|
+
onOverflow?: (e: MouseEvent<HTMLButtonElement>) => void;
|
|
80
|
+
/** Optional tag chips. */
|
|
81
|
+
tags?: ReactNode[];
|
|
82
|
+
/** Visual size. Default `"md"`. */
|
|
83
|
+
size?: "sm" | "md" | "lg";
|
|
84
|
+
/** Render the card as a real `<a>` when href is provided. */
|
|
85
|
+
href?: string;
|
|
86
|
+
/** Whole-card click handler. */
|
|
87
|
+
onClick?: (e: MouseEvent<HTMLDivElement>) => void;
|
|
88
|
+
/** Disable card interaction. */
|
|
89
|
+
disabled?: boolean;
|
|
90
|
+
/** Loading skeleton. */
|
|
91
|
+
loading?: boolean;
|
|
92
|
+
/** Suppress the running-status ring spin animation. */
|
|
93
|
+
disableAnimation?: boolean;
|
|
94
|
+
/** Card corner radius (passes through). */
|
|
95
|
+
radius?: CardRadius;
|
|
96
|
+
}
|
|
97
|
+
export declare const PipelineCard: import("react").ForwardRefExoticComponent<PipelineCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
98
|
+
export { PauseIcon, PlayIcon };
|
|
99
|
+
export type { DropdownMenuItem } from "../DropdownMenu";
|
|
100
|
+
//# sourceMappingURL=PipelineCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PipelineCard.d.ts","sourceRoot":"","sources":["../../../src/components/PipelineCard/PipelineCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,SAAS,EACT,QAAQ,EACT,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,KAAK,wBAAwB,EAE7B,KAAK,UAAU,EACf,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AAEf,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAgB9D,MAAM,MAAM,cAAc,GACtB,QAAQ,GACR,SAAS,GACT,WAAW,GACX,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,WAAW,CAAC;AAEhB,MAAM,WAAW,iBAAiB;IAChC,8DAA8D;IAC9D,MAAM,EAAE,SAAS,CAAC;IAClB,kEAAkE;IAClE,WAAW,EAAE,SAAS,CAAC;IACvB,mCAAmC;IACnC,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,wCAAwC;IACxC,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;IACjC,0EAA0E;IAC1E,KAAK,EAAE,MAAM,CAAC;IACd,wFAAwF;IACxF,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,2EAA2E;IAC3E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACrD,wBAAwB;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,qBACf,SAAQ,IAAI,CAAC,cAAc,EAAE,MAAM,GAAG,KAAK,CAAC;IAC5C,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,SAAS,CAAC;CAClB;AAED,MAAM,WAAW,iBACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,KAAK,CAAC,EAC7B,OAAO,GACP,UAAU,GACV,SAAS,GACT,QAAQ,GACR,aAAa,GACb,WAAW,GACX,kBAAkB,CACrB;IACD,2BAA2B;IAC3B,IAAI,EAAE,SAAS,CAAC;IAChB,kDAAkD;IAClD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjD,wEAAwE;IACxE,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,wDAAwD;IACxD,MAAM,EAAE,cAAc,CAAC;IACvB,yEAAyE;IACzE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,oDAAoD;IACpD,IAAI,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC1B,uEAAuE;IACvE,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,wDAAwD;IACxD,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,sEAAsE;IACtE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,0DAA0D;IAC1D,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B;;;;;;;;;OASG;IACH,aAAa,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACnC,gEAAgE;IAChE,aAAa,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAChC,wEAAwE;IACxE,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,2EAA2E;IAC3E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACxD,0BAA0B;IAC1B,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;IACnB,mCAAmC;IACnC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,6DAA6D;IAC7D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAClD,gCAAgC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wBAAwB;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,uDAAuD;IACvD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,2CAA2C;IAC3C,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB;AAgKD,eAAO,MAAM,YAAY,8GAkTxB,CAAC;AAWF,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;AAC/B,YAAY,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { type DropdownMenuItem as PipelineCardOverflowItem, PipelineCard, type PipelineCardAction, type PipelineCardMeta, type PipelineCardProps, type PipelineCardRoute, type PipelineCardSparkline, type PipelineStatus, } from "./PipelineCard";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PipelineCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,gBAAgB,IAAI,wBAAwB,EACjD,YAAY,EACZ,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,GACpB,MAAM,gBAAgB,CAAC"}
|
|
@@ -11,8 +11,12 @@ export interface PopoverProps {
|
|
|
11
11
|
closeOnClickOutside?: boolean;
|
|
12
12
|
closeOnEsc?: boolean;
|
|
13
13
|
arrow?: boolean;
|
|
14
|
+
/** Accessible label for the popover dialog. Required for AT users —
|
|
15
|
+
* the popover carries `role="dialog"` and axe flags dialogs without
|
|
16
|
+
* an accessible name. Defaults to `"Popover"`. */
|
|
17
|
+
"aria-label"?: string;
|
|
14
18
|
children: ReactNode;
|
|
15
19
|
className?: string;
|
|
16
20
|
}
|
|
17
|
-
export declare function Popover({ content, placement, offset, open: openProp, defaultOpen, onOpenChange, trigger, closeOnClickOutside, closeOnEsc, arrow, children, className, }: PopoverProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare function Popover({ content, placement, offset, open: openProp, defaultOpen, onOpenChange, trigger, closeOnClickOutside, closeOnEsc, arrow, "aria-label": ariaLabel, children, className, }: PopoverProps): import("react/jsx-runtime").JSX.Element;
|
|
18
22
|
//# sourceMappingURL=Popover.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAA6D,MAAM,OAAO,CAAC;AAIlG,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAEnE,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,SAAS,CAAC;IACnB,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA2BD,wBAAgB,OAAO,CAAC,EACtB,OAAO,EACP,SAAoB,EACpB,MAAU,EACV,IAAI,EAAE,QAAQ,EACd,WAAmB,EACnB,YAAY,EACZ,OAAiB,EACjB,mBAA0B,EAC1B,UAAiB,EACjB,KAAY,EACZ,QAAQ,EACR,SAAS,GACV,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAA6D,MAAM,OAAO,CAAC;AAIlG,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAEnE,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,SAAS,CAAC;IACnB,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;sDAEkD;IAClD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA2BD,wBAAgB,OAAO,CAAC,EACtB,OAAO,EACP,SAAoB,EACpB,MAAU,EACV,IAAI,EAAE,QAAQ,EACd,WAAmB,EACnB,YAAY,EACZ,OAAiB,EACjB,mBAA0B,EAC1B,UAAiB,EACjB,KAAY,EACZ,YAAY,EAAE,SAAqB,EACnC,QAAQ,EACR,SAAS,GACV,EAAE,YAAY,2CA2Gd"}
|
|
@@ -1,14 +1,37 @@
|
|
|
1
|
-
import type
|
|
2
|
-
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from "react";
|
|
2
|
+
import { type CardRadius } from "../Card";
|
|
3
|
+
export type PricingCardFeature = ReactNode | {
|
|
4
|
+
/** Feature description. */
|
|
5
|
+
text: ReactNode;
|
|
6
|
+
/**
|
|
7
|
+
* Whether the feature is included in this tier. When `false`, the
|
|
8
|
+
* row renders with a strike-through + grey color and an "×" icon
|
|
9
|
+
* — common pattern in compare-tier pricing tables.
|
|
10
|
+
*/
|
|
11
|
+
included?: boolean;
|
|
12
|
+
/** Override the per-row icon (replaces both check and ×). */
|
|
13
|
+
icon?: ReactNode;
|
|
14
|
+
};
|
|
15
|
+
export interface PricingCardProps extends Omit<ComponentPropsWithoutRef<"div">, "title" | "onChange" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart"> {
|
|
16
|
+
/** Tier name (Free / Pro / Team / Enterprise). */
|
|
3
17
|
name: ReactNode;
|
|
18
|
+
/** Heading level for the tier name. Default `"h3"`. */
|
|
19
|
+
nameAs?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
4
20
|
description?: ReactNode;
|
|
21
|
+
/** Price body (e.g. `"$19"`, `"Custom"`). */
|
|
5
22
|
price: ReactNode;
|
|
23
|
+
/** Period after the price (e.g. `"/month"`). Default `"/month"`. */
|
|
6
24
|
pricePeriod?: ReactNode;
|
|
7
|
-
|
|
25
|
+
/** Feature list. Each item may be a node OR a structured `{ text, included, icon }`. */
|
|
26
|
+
features: PricingCardFeature[];
|
|
27
|
+
/** Top-right badge (e.g. "POPULAR"). */
|
|
8
28
|
badge?: ReactNode;
|
|
29
|
+
/** Highlight this tier (accent border + soft accent bg). */
|
|
9
30
|
highlighted?: boolean;
|
|
31
|
+
/** CTA block at the bottom (typically a `<Button>`). */
|
|
10
32
|
cta?: ReactNode;
|
|
11
|
-
|
|
33
|
+
/** Card corner radius (passes through to Card). */
|
|
34
|
+
radius?: CardRadius;
|
|
12
35
|
}
|
|
13
|
-
export declare
|
|
36
|
+
export declare const PricingCard: import("react").ForwardRefExoticComponent<PricingCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
37
|
//# sourceMappingURL=PricingCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PricingCard.d.ts","sourceRoot":"","sources":["../../../src/components/PricingCard/PricingCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PricingCard.d.ts","sourceRoot":"","sources":["../../../src/components/PricingCard/PricingCard.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,wBAAwB,EAE7B,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AAEf,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAQhD,MAAM,MAAM,kBAAkB,GAC1B,SAAS,GACT;IACE,2BAA2B;IAC3B,IAAI,EAAE,SAAS,CAAC;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,6DAA6D;IAC7D,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEN,MAAM,WAAW,gBACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,KAAK,CAAC,EAC/B,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,aAAa,GAAG,WAAW,GAAG,kBAAkB,CACnF;IACD,kDAAkD;IAClD,IAAI,EAAE,SAAS,CAAC;IAChB,uDAAuD;IACvD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjD,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,6CAA6C;IAC7C,KAAK,EAAE,SAAS,CAAC;IACjB,oEAAoE;IACpE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,wFAAwF;IACxF,QAAQ,EAAE,kBAAkB,EAAE,CAAC;IAC/B,wCAAwC;IACxC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,4DAA4D;IAC5D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,wDAAwD;IACxD,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,mDAAmD;IACnD,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB;AAYD,eAAO,MAAM,WAAW,6GA4GvB,CAAC"}
|
|
@@ -1,13 +1,44 @@
|
|
|
1
|
-
import type
|
|
2
|
-
|
|
1
|
+
import { type ComponentPropsWithoutRef, type MouseEvent, type ReactNode } from "react";
|
|
2
|
+
import { type CardRadius } from "../Card";
|
|
3
|
+
export type ProductCardImageAspect = "16/9" | "4/3" | "1/1" | "3/4" | "21/9";
|
|
4
|
+
export interface ProductCardRating {
|
|
5
|
+
/** 0–`max` value (e.g. 4.3). */
|
|
6
|
+
value: number;
|
|
7
|
+
/** Total stars in the scale. Default 5. */
|
|
8
|
+
max?: number;
|
|
9
|
+
/** Optional review count, rendered after the stars (e.g. "(128)"). */
|
|
10
|
+
count?: number;
|
|
11
|
+
}
|
|
12
|
+
export interface ProductCardProps extends Omit<ComponentPropsWithoutRef<"div">, "title" | "onChange" | "onClick" | "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart"> {
|
|
13
|
+
/** Image / icon / logo node. */
|
|
3
14
|
image?: ReactNode;
|
|
15
|
+
/** Aspect ratio of the image slot. Default `"4/3"`. */
|
|
16
|
+
imageAspect?: ProductCardImageAspect;
|
|
17
|
+
/** Single tag chip (legacy — prefer `tags`). */
|
|
4
18
|
tag?: ReactNode;
|
|
19
|
+
/** Multi-tag chips. */
|
|
20
|
+
tags?: ReactNode[];
|
|
21
|
+
/** Product / connector / template name. */
|
|
5
22
|
name: ReactNode;
|
|
23
|
+
/** Heading level for the name. Default `"h3"`. */
|
|
24
|
+
nameAs?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
6
25
|
description?: ReactNode;
|
|
26
|
+
/** Optional star-rating block. */
|
|
27
|
+
rating?: ProductCardRating;
|
|
28
|
+
/** Current price (e.g. "$99", "Free", "Contact us"). */
|
|
7
29
|
price: ReactNode;
|
|
30
|
+
/** Strikethrough original price (typically rendered next to the discount). */
|
|
8
31
|
originalPrice?: ReactNode;
|
|
32
|
+
/** Right-aligned action slot (Button, link, badge). */
|
|
9
33
|
action?: ReactNode;
|
|
10
|
-
|
|
34
|
+
/** Render the card as a real <a> when href is provided. */
|
|
35
|
+
href?: string;
|
|
36
|
+
/** Whole-card click handler. */
|
|
37
|
+
onClick?: (e: MouseEvent<HTMLDivElement>) => void;
|
|
38
|
+
/** Disable interaction. */
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
/** Card corner radius (passes through). */
|
|
41
|
+
radius?: CardRadius;
|
|
11
42
|
}
|
|
12
|
-
export declare
|
|
43
|
+
export declare const ProductCard: import("react").ForwardRefExoticComponent<ProductCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
44
|
//# sourceMappingURL=ProductCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductCard.d.ts","sourceRoot":"","sources":["../../../src/components/ProductCard/ProductCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductCard.d.ts","sourceRoot":"","sources":["../../../src/components/ProductCard/ProductCard.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,wBAAwB,EAE7B,KAAK,UAAU,EACf,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AAEf,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAehD,MAAM,MAAM,sBAAsB,GAC9B,MAAM,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,CAAC;AAEX,MAAM,WAAW,iBAAiB;IAChC,gCAAgC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,2CAA2C;IAC3C,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,gBACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,KAAK,CAAC,EAC7B,OAAO,GACP,UAAU,GACV,SAAS,GACT,QAAQ,GACR,aAAa,GACb,WAAW,GACX,kBAAkB,CACrB;IACD,gCAAgC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,uDAAuD;IACvD,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,gDAAgD;IAChD,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,uBAAuB;IACvB,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;IACnB,2CAA2C;IAC3C,IAAI,EAAE,SAAS,CAAC;IAChB,kDAAkD;IAClD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjD,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,kCAAkC;IAClC,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,wDAAwD;IACxD,KAAK,EAAE,SAAS,CAAC;IACjB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,uDAAuD;IACvD,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,2DAA2D;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAClD,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB;AA8BD,eAAO,MAAM,WAAW,6GAkJvB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from "react";
|
|
2
|
+
export type ProgressBarTone = "default" | "success" | "warning" | "danger";
|
|
3
|
+
export type ProgressBarSize = "sm" | "md" | "lg";
|
|
4
|
+
export interface ProgressBarProps extends Omit<ComponentPropsWithoutRef<"div">, "children" | "onChange" | "defaultValue"> {
|
|
5
|
+
/** Current value. Ignored when `indeterminate`. */
|
|
6
|
+
value?: number;
|
|
7
|
+
/** Minimum value. Default `0`. */
|
|
8
|
+
min?: number;
|
|
9
|
+
/** Maximum value. Default `100`. */
|
|
10
|
+
max?: number;
|
|
11
|
+
/** Indeterminate (unknown) progress mode. */
|
|
12
|
+
indeterminate?: boolean;
|
|
13
|
+
/** Visual tone. Default `"default"` (accent). */
|
|
14
|
+
tone?: ProgressBarTone;
|
|
15
|
+
/** Size. Default `"md"`. */
|
|
16
|
+
size?: ProgressBarSize;
|
|
17
|
+
/**
|
|
18
|
+
* Optional label shown above the bar (left side). Doubles as the
|
|
19
|
+
* accessible name when no `aria-label` is provided.
|
|
20
|
+
*/
|
|
21
|
+
label?: ReactNode;
|
|
22
|
+
/** Trailing value text shown above the bar (right side). Defaults to `"<value>%"`. */
|
|
23
|
+
valueLabel?: ReactNode;
|
|
24
|
+
/** Hide the auto-generated value-label. */
|
|
25
|
+
hideValueLabel?: boolean;
|
|
26
|
+
}
|
|
27
|
+
export declare const ProgressBar: import("react").ForwardRefExoticComponent<ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
28
|
+
//# sourceMappingURL=ProgressBar.d.ts.map
|