@spear-ai/spectral 1.3.62 → 1.3.64
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/.js +205 -152
- package/dist/Accordion.d.ts +37 -0
- package/dist/Accordion.js +474 -0
- package/dist/Alert/AlertBase.js +2 -2
- package/dist/Alert.js +21 -11
- package/dist/Avatar.js +1 -1
- package/dist/Badge.d.ts +12 -2
- package/dist/Badge.js +28 -4
- package/dist/Button.d.ts +3 -3
- package/dist/Button.js +35 -28
- package/dist/ButtonGroup/ButtonGroupButton.d.ts +13 -0
- package/dist/ButtonGroup/ButtonGroupButton.js +51 -0
- package/dist/ButtonGroup.d.ts +29 -0
- package/dist/ButtonGroup.js +89 -0
- package/dist/ButtonIcon.js +11 -1
- package/dist/Card.d.ts +16 -0
- package/dist/Card.js +32 -0
- package/dist/Checkbox/CheckboxBase.js +1 -1
- package/dist/Checkbox.js +22 -14
- package/dist/Dialog/DialogBase.d.ts +6 -3
- package/dist/Dialog/DialogBase.js +113 -98
- package/dist/Dialog.d.ts +1 -1
- package/dist/Dialog.js +42 -36
- package/dist/Drawer.js +24 -1283
- package/dist/HoverCard.d.ts +29 -0
- package/dist/HoverCard.js +207 -0
- package/dist/Icons/AnalyzeIcon.d.ts +3 -0
- package/dist/Icons/AnalyzeIcon.js +73 -0
- package/dist/Icons/AnnotationsIcon.js +4 -4
- package/dist/Icons/ApprovedIcon.d.ts +3 -0
- package/dist/Icons/ApprovedIcon.js +43 -0
- package/dist/Icons/CalendarIcon.js +7 -7
- package/dist/Icons/CheckCircleIcon.js +14 -14
- package/dist/Icons/CheckSquareIcon.js +14 -14
- package/dist/Icons/CheckmarkIcon.js +9 -9
- package/dist/Icons/ChevronDownIcon.js +6 -6
- package/dist/Icons/ChevronUpIcon.js +7 -7
- package/dist/Icons/ClockIcon.js +10 -10
- package/dist/Icons/CloseCircleIcon.js +10 -10
- package/dist/Icons/CloseIcon.js +5 -5
- package/dist/Icons/DashboardIcon.js +4 -4
- package/dist/Icons/DatabaseIcon.d.ts +3 -0
- package/dist/Icons/DatabaseIcon.js +53 -0
- package/dist/Icons/DeleteIcon.js +24 -6
- package/dist/Icons/DurationIcon.js +7 -7
- package/dist/Icons/EmailIcon.js +4 -4
- package/dist/Icons/EraserIcon.js +20 -11
- package/dist/Icons/ErrorIcon.js +3 -3
- package/dist/Icons/EyeClosedIcon.js +2 -2
- package/dist/Icons/EyeClosedIcon2.js +18 -18
- package/dist/Icons/EyeOpenIcon.js +8 -8
- package/dist/Icons/GoToFirstIcon.js +1 -1
- package/dist/Icons/GoToLastIcon.js +3 -3
- package/dist/Icons/HarmonicCursorsIcon.js +4 -4
- package/dist/Icons/IconBase.d.ts +1 -1
- package/dist/Icons/IconBase.js +15 -17
- package/dist/Icons/InfoIcon.js +4 -4
- package/dist/Icons/LabelIcon.js +6 -6
- package/dist/Icons/LassoIcon.js +6 -6
- package/dist/Icons/LineToolIcon.js +22 -93
- package/dist/Icons/LineToolIcon2.d.ts +3 -0
- package/dist/Icons/LineToolIcon2.js +73 -0
- package/dist/Icons/LiveViewIcon.js +5 -5
- package/dist/Icons/LoaderIcon.js +5 -5
- package/dist/Icons/LocationIcon.js +5 -5
- package/dist/Icons/LogoutIcon.js +11 -11
- package/dist/Icons/MessagesIcon.d.ts +3 -0
- package/dist/Icons/MessagesIcon.js +34 -0
- package/dist/Icons/MetadataIcon.js +5 -5
- package/dist/Icons/MinusIcon.js +9 -9
- package/dist/Icons/OntologyIcon.js +74 -21
- package/dist/Icons/PanelIconClose.js +11 -11
- package/dist/Icons/PanelIconOpen.js +11 -11
- package/dist/Icons/PlayIcon.js +5 -5
- package/dist/Icons/PlusIcon.js +9 -8
- package/dist/Icons/ResetIcon.js +6 -6
- package/dist/Icons/ReviewedIcon.d.ts +3 -0
- package/dist/Icons/ReviewedIcon.js +44 -0
- package/dist/Icons/ScissorsIcon.js +9 -9
- package/dist/Icons/SettingsIcon.js +20 -22
- package/dist/Icons/SortAscendingIcon.d.ts +3 -0
- package/dist/Icons/SortAscendingIcon.js +73 -0
- package/dist/Icons/SortDescendingIcon.d.ts +3 -0
- package/dist/Icons/SortDescendingIcon.js +73 -0
- package/dist/Icons/StackIcon.d.ts +3 -0
- package/dist/Icons/StackIcon.js +43 -0
- package/dist/Icons/StarIcon.d.ts +3 -0
- package/dist/Icons/StarIcon.js +31 -0
- package/dist/Icons/TrashIcon.js +10 -10
- package/dist/Icons/UndoIcon.js +1 -1
- package/dist/Icons/UserIcon.js +1 -1
- package/dist/Icons/WarningIcon.js +9 -9
- package/dist/Icons/ZoomAllIcon.js +97 -57
- package/dist/Icons/ZoomXIcon.js +6 -6
- package/dist/Icons/ZoomYIcon.js +17 -8
- package/dist/Icons/index.d.ts +10 -0
- package/dist/Icons.js +114 -94
- package/dist/Input.d.ts +2 -0
- package/dist/Input.js +100 -82
- package/dist/InputGroup.d.ts +16 -0
- package/dist/InputGroup.js +129 -0
- package/dist/InputOTP.d.ts +0 -2
- package/dist/InputOTP.js +148 -143
- package/dist/Label.d.ts +3 -7
- package/dist/Label.js +11 -11
- package/dist/MultiSelect/MultiSelectBase.js +28 -28
- package/dist/Popover.d.ts +6 -7
- package/dist/Popover.js +60 -71
- package/dist/RadioButtonGroup/RadioButtonGroupBase.js +1 -1
- package/dist/RadioButtonGroup.js +1 -1
- package/dist/RadioGroup.d.ts +1 -1
- package/dist/RadioGroup.js +141 -134
- package/dist/Select.d.ts +12 -12
- package/dist/Select.js +106 -895
- package/dist/Separator.d.ts +12 -0
- package/dist/Separator.js +24 -0
- package/dist/Skeleton.js +3 -3
- package/dist/Slider.d.ts +15 -3
- package/dist/Slider.js +464 -40
- package/dist/Switch/SwitchBase.js +1 -1
- package/dist/Switch.js +2 -2
- package/dist/Tabs/TabsBase.js +1 -1
- package/dist/Tabs.js +16 -16
- package/dist/Textarea.js +58 -50
- package/dist/Toggle.js +2 -2
- package/dist/ToggleGroup.js +1 -1
- package/dist/Tooltip/TooltipBase.js +29 -29
- package/dist/Tooltip.js +15 -15
- package/dist/Tray/TrayStoriesData.d.ts +39 -0
- package/dist/Tray/TrayStoriesData.js +438 -0
- package/dist/Tray.d.ts +28 -0
- package/dist/Tray.js +236 -0
- package/dist/analyzer/network.webp +0 -0
- package/dist/analyzer/sunburst.webp +0 -0
- package/dist/analyzer/visual.webp +0 -0
- package/dist/clsx-OuTLNxxd.js +16 -0
- package/dist/components/Accordion/Accordion.d.ts +37 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +12 -2
- package/dist/components/Badge/Badge.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +3 -3
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +29 -0
- package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/dist/components/ButtonGroup/ButtonGroupButton.d.ts +13 -0
- package/dist/components/ButtonGroup/ButtonGroupButton.d.ts.map +1 -0
- package/dist/components/Card/Card.d.ts +16 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.d.ts +1 -1
- package/dist/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/components/Dialog/DialogBase.d.ts +6 -3
- package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
- package/dist/components/HoverCard/HoverCard.d.ts +29 -0
- package/dist/components/HoverCard/HoverCard.d.ts.map +1 -0
- package/dist/components/Icons/AnalyzeIcon.d.ts +3 -0
- package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -0
- package/dist/components/Icons/ApprovedIcon.d.ts +3 -0
- package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -0
- package/dist/components/Icons/DatabaseIcon.d.ts +3 -0
- package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -0
- package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
- package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
- package/dist/components/Icons/IconBase.d.ts +1 -1
- package/dist/components/Icons/IconBase.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon2.d.ts +3 -0
- package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -0
- package/dist/components/Icons/MessagesIcon.d.ts +3 -0
- package/dist/components/Icons/MessagesIcon.d.ts.map +1 -0
- package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
- package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
- package/dist/components/Icons/ReviewedIcon.d.ts +3 -0
- package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -0
- package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
- package/dist/components/Icons/SortAscendingIcon.d.ts +3 -0
- package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -0
- package/dist/components/Icons/SortDescendingIcon.d.ts +3 -0
- package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -0
- package/dist/components/Icons/StackIcon.d.ts +3 -0
- package/dist/components/Icons/StackIcon.d.ts.map +1 -0
- package/dist/components/Icons/StarIcon.d.ts +3 -0
- package/dist/components/Icons/StarIcon.d.ts.map +1 -0
- package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
- package/dist/components/Icons/index.d.ts +10 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts +2 -0
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/InputGroup/InputGroup.d.ts +16 -0
- package/dist/components/InputGroup/InputGroup.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.d.ts +0 -2
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
- package/dist/components/Label/Label.d.ts +3 -7
- package/dist/components/Label/Label.d.ts.map +1 -1
- package/dist/components/Popover/Popover.d.ts +6 -7
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +12 -12
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Separator/Separator.d.ts +12 -0
- package/dist/components/Separator/Separator.d.ts.map +1 -0
- package/dist/components/Slider/Slider.d.ts +15 -3
- package/dist/components/Slider/Slider.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts.map +1 -1
- package/dist/components/Tray/Tray.d.ts +28 -0
- package/dist/components/Tray/Tray.d.ts.map +1 -0
- package/dist/components/Tray/TrayStoriesData.d.ts +39 -0
- package/dist/components/Tray/TrayStoriesData.d.ts.map +1 -0
- package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
- package/dist/features/AuthCard/ForgotPasswordEmailForm.js +13 -3
- package/dist/features/AuthCard/ForgotPasswordResetForm.js +9 -9
- package/dist/features/AuthCard/PasswordInput.js +87 -9
- package/dist/features/AuthCard/SignInForm.js +25 -15
- package/dist/features/AuthCard/SignUpForm.js +24 -14
- package/dist/features/AuthCard.js +2 -2
- package/dist/features/LabelingTools.js +16 -6
- package/dist/features/SensorMetadata.js +15 -5
- package/dist/features/SettingsPopover.js +22 -12
- package/dist/index-0ioNhtNM.js +10 -0
- package/dist/{index-CBwRmAsQ.js → index-6Abv_Flm.js} +1 -1
- package/dist/{index-DUK1rxhf.js → index-B-GQStVW.js} +6 -5
- package/dist/index-B2oBi8ng.js +142 -0
- package/dist/index-BIpuW_o8.js +146 -0
- package/dist/index-BZPx6jYI.js +8 -0
- package/dist/index-BhufZRa2.js +232 -0
- package/dist/index-CAKA12cC.js +1265 -0
- package/dist/{index-Cfyte2YO.js → index-CGALWSq_.js} +1 -1
- package/dist/index-CVSxKOPp.js +13 -0
- package/dist/index-CevVJ05e.js +822 -0
- package/dist/{index-CRBC94ik.js → index-D29mdTf5.js} +1 -1
- package/dist/{index-FeGk8zep.js → index-NzygPVvJ.js} +10 -9
- package/dist/index-UEFPWH8U.js +54 -0
- package/dist/index-rKs9bXHr.js +6 -0
- package/dist/{index-Cb7rjMhE.js → index-y6Br5T4h.js} +6 -6
- package/dist/index.d.ts +11 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/linear-cursor-small.png +0 -0
- package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
- package/dist/main.js +15630 -13510
- package/dist/message-alert-matte-glass-gradient.webp +0 -0
- package/dist/primitives/button.d.ts +10 -0
- package/dist/primitives/button.d.ts.map +1 -0
- package/dist/primitives/button.js +42 -0
- package/dist/primitives/input.d.ts +3 -0
- package/dist/primitives/input.d.ts.map +1 -0
- package/dist/primitives/input.js +18 -0
- package/dist/primitives/select.d.ts +16 -0
- package/dist/primitives/select.d.ts.map +1 -0
- package/dist/primitives/select.js +205 -0
- package/dist/primitives/slot.d.ts.map +1 -1
- package/dist/primitives/slot.js +21 -20
- package/dist/primitives/textarea.d.ts +3 -0
- package/dist/primitives/textarea.d.ts.map +1 -0
- package/dist/primitives/textarea.js +16 -0
- package/dist/{proxy-DD79Ok6n.js → proxy-C9AqCss6.js} +1 -1
- package/dist/speech-bubble-fluid-glass-gradient.webp +0 -0
- package/dist/styles/main.css +1 -1
- package/dist/utils/formFieldUtils.js +1 -1
- package/dist/utils/twUtils.js +2728 -2
- package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
- package/package.json +28 -23
- package/dist/Accordion/AccordionBase.d.ts +0 -42
- package/dist/Accordion/AccordionBase.js +0 -225
- package/dist/Badge/BadgeBase.d.ts +0 -13
- package/dist/Badge/BadgeBase.js +0 -35
- package/dist/PasswordInput-ClY_hxuN.js +0 -261
- package/dist/components/Accordion/AccordionBase.d.ts +0 -42
- package/dist/components/Accordion/AccordionBase.d.ts.map +0 -1
- package/dist/components/Badge/BadgeBase.d.ts +0 -13
- package/dist/components/Badge/BadgeBase.d.ts.map +0 -1
- package/dist/index-CA7haECj.js +0 -248
- package/dist/index-CbXx14YO.js +0 -59
- package/dist/index-VXXKXen4.js +0 -15
- package/dist/index-cCg4yNa8.js +0 -132
- package/dist/primitives/label.d.ts +0 -5
- package/dist/primitives/label.d.ts.map +0 -1
- package/dist/primitives/label.js +0 -27
- package/dist/twUtils-CRiPKpXj.js +0 -2743
- /package/dist/{list.yml.webp → analyzer/list.yml.webp} +0 -0
package/dist/Icons.js
CHANGED
|
@@ -1,96 +1,116 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
1
|
+
import { AnalyzeIcon as e } from "./Icons/AnalyzeIcon.js";
|
|
2
|
+
import { AnnotationsIcon as t } from "./Icons/AnnotationsIcon.js";
|
|
3
|
+
import { ApprovedIcon as m } from "./Icons/ApprovedIcon.js";
|
|
4
|
+
import { CalendarIcon as f } from "./Icons/CalendarIcon.js";
|
|
5
|
+
import { CheckCircleIcon as x } from "./Icons/CheckCircleIcon.js";
|
|
6
|
+
import { CheckSquareIcon as s } from "./Icons/CheckSquareIcon.js";
|
|
7
|
+
import { CheckmarkIcon as i } from "./Icons/CheckmarkIcon.js";
|
|
8
|
+
import { ChevronDownIcon as d } from "./Icons/ChevronDownIcon.js";
|
|
9
|
+
import { ChevronUpIcon as g } from "./Icons/ChevronUpIcon.js";
|
|
10
|
+
import { ClockIcon as S } from "./Icons/ClockIcon.js";
|
|
11
|
+
import { CloseCircleIcon as u } from "./Icons/CloseCircleIcon.js";
|
|
12
|
+
import { CloseIcon as D } from "./Icons/CloseIcon.js";
|
|
13
|
+
import { DashboardIcon as v } from "./Icons/DashboardIcon.js";
|
|
14
|
+
import { DatabaseIcon as T } from "./Icons/DatabaseIcon.js";
|
|
15
|
+
import { DeleteIcon as b } from "./Icons/DeleteIcon.js";
|
|
16
|
+
import { DurationIcon as M } from "./Icons/DurationIcon.js";
|
|
17
|
+
import { EmailIcon as U } from "./Icons/EmailIcon.js";
|
|
18
|
+
import { EraserIcon as G } from "./Icons/EraserIcon.js";
|
|
19
|
+
import { ErrorIcon as q } from "./Icons/ErrorIcon.js";
|
|
20
|
+
import { EyeClosedIcon as F } from "./Icons/EyeClosedIcon.js";
|
|
21
|
+
import { EyeClosedIcon2 as V } from "./Icons/EyeClosedIcon2.js";
|
|
22
|
+
import { EyeOpenIcon as X } from "./Icons/EyeOpenIcon.js";
|
|
23
|
+
import { GoToFirstIcon as j } from "./Icons/GoToFirstIcon.js";
|
|
24
|
+
import { GoToLastIcon as J } from "./Icons/GoToLastIcon.js";
|
|
25
|
+
import { HarmonicCursorsIcon as N } from "./Icons/HarmonicCursorsIcon.js";
|
|
26
|
+
import { InfoIcon as _ } from "./Icons/InfoIcon.js";
|
|
27
|
+
import { LabelIcon as oo } from "./Icons/LabelIcon.js";
|
|
28
|
+
import { LassoIcon as eo } from "./Icons/LassoIcon.js";
|
|
29
|
+
import { LineToolIcon as to } from "./Icons/LineToolIcon.js";
|
|
30
|
+
import { LineToolIcon2 as mo } from "./Icons/LineToolIcon2.js";
|
|
31
|
+
import { LiveViewIcon as fo } from "./Icons/LiveViewIcon.js";
|
|
32
|
+
import { LoaderIcon as xo } from "./Icons/LoaderIcon.js";
|
|
33
|
+
import { LocationIcon as so } from "./Icons/LocationIcon.js";
|
|
34
|
+
import { LogoutIcon as io } from "./Icons/LogoutIcon.js";
|
|
35
|
+
import { MessagesIcon as Lo } from "./Icons/MessagesIcon.js";
|
|
36
|
+
import { MetadataIcon as ho } from "./Icons/MetadataIcon.js";
|
|
37
|
+
import { MinusIcon as ko } from "./Icons/MinusIcon.js";
|
|
38
|
+
import { OntologyIcon as yo } from "./Icons/OntologyIcon.js";
|
|
39
|
+
import { PanelIconClose as Eo } from "./Icons/PanelIconClose.js";
|
|
40
|
+
import { PanelIconOpen as Ao } from "./Icons/PanelIconOpen.js";
|
|
41
|
+
import { PlayIcon as Po } from "./Icons/PlayIcon.js";
|
|
42
|
+
import { PlusIcon as wo } from "./Icons/PlusIcon.js";
|
|
43
|
+
import { ResetIcon as Oo } from "./Icons/ResetIcon.js";
|
|
44
|
+
import { ReviewedIcon as Zo } from "./Icons/ReviewedIcon.js";
|
|
45
|
+
import { ScissorsIcon as Ro } from "./Icons/ScissorsIcon.js";
|
|
46
|
+
import { SettingsIcon as zo } from "./Icons/SettingsIcon.js";
|
|
47
|
+
import { SortAscendingIcon as Ho } from "./Icons/SortAscendingIcon.js";
|
|
48
|
+
import { SortDescendingIcon as Wo } from "./Icons/SortDescendingIcon.js";
|
|
49
|
+
import { StackIcon as Yo } from "./Icons/StackIcon.js";
|
|
50
|
+
import { StarIcon as Bo } from "./Icons/StarIcon.js";
|
|
51
|
+
import { TrashIcon as Ko } from "./Icons/TrashIcon.js";
|
|
52
|
+
import { UndoIcon as Qo } from "./Icons/UndoIcon.js";
|
|
53
|
+
import { UserIcon as $o } from "./Icons/UserIcon.js";
|
|
54
|
+
import { WarningIcon as rr } from "./Icons/WarningIcon.js";
|
|
55
|
+
import { ZoomAllIcon as nr } from "./Icons/ZoomAllIcon.js";
|
|
56
|
+
import { ZoomXIcon as cr } from "./Icons/ZoomXIcon.js";
|
|
57
|
+
import { ZoomYIcon as pr } from "./Icons/ZoomYIcon.js";
|
|
48
58
|
export {
|
|
49
|
-
e as
|
|
50
|
-
t as
|
|
51
|
-
m as
|
|
52
|
-
f as
|
|
53
|
-
x as
|
|
54
|
-
s as
|
|
55
|
-
i as
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
D as
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
J as
|
|
73
|
-
N as
|
|
74
|
-
_ as
|
|
75
|
-
oo as
|
|
76
|
-
eo as
|
|
77
|
-
to as
|
|
78
|
-
mo as
|
|
79
|
-
fo as
|
|
80
|
-
xo as
|
|
81
|
-
so as
|
|
82
|
-
io as
|
|
83
|
-
Lo as
|
|
84
|
-
|
|
85
|
-
ko as
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
59
|
+
e as AnalyzeIcon,
|
|
60
|
+
t as AnnotationsIcon,
|
|
61
|
+
m as ApprovedIcon,
|
|
62
|
+
f as CalendarIcon,
|
|
63
|
+
x as CheckCircleIcon,
|
|
64
|
+
s as CheckSquareIcon,
|
|
65
|
+
i as CheckmarkIcon,
|
|
66
|
+
d as ChevronDownIcon,
|
|
67
|
+
g as ChevronUpIcon,
|
|
68
|
+
S as ClockIcon,
|
|
69
|
+
u as CloseCircleIcon,
|
|
70
|
+
D as CloseIcon,
|
|
71
|
+
v as DashboardIcon,
|
|
72
|
+
T as DatabaseIcon,
|
|
73
|
+
b as DeleteIcon,
|
|
74
|
+
M as DurationIcon,
|
|
75
|
+
U as EmailIcon,
|
|
76
|
+
G as EraserIcon,
|
|
77
|
+
q as ErrorIcon,
|
|
78
|
+
F as EyeClosedIcon,
|
|
79
|
+
V as EyeClosedIcon2,
|
|
80
|
+
X as EyeOpenIcon,
|
|
81
|
+
j as GoToFirstIcon,
|
|
82
|
+
J as GoToLastIcon,
|
|
83
|
+
N as HarmonicCursorsIcon,
|
|
84
|
+
_ as InfoIcon,
|
|
85
|
+
oo as LabelIcon,
|
|
86
|
+
eo as LassoIcon,
|
|
87
|
+
to as LineToolIcon,
|
|
88
|
+
mo as LineToolIcon2,
|
|
89
|
+
fo as LiveViewIcon,
|
|
90
|
+
xo as LoaderIcon,
|
|
91
|
+
so as LocationIcon,
|
|
92
|
+
io as LogoutIcon,
|
|
93
|
+
Lo as MessagesIcon,
|
|
94
|
+
ho as MetadataIcon,
|
|
95
|
+
ko as MinusIcon,
|
|
96
|
+
yo as OntologyIcon,
|
|
97
|
+
Eo as PanelIconClose,
|
|
98
|
+
Ao as PanelIconOpen,
|
|
99
|
+
Po as PlayIcon,
|
|
100
|
+
wo as PlusIcon,
|
|
101
|
+
Oo as ResetIcon,
|
|
102
|
+
Zo as ReviewedIcon,
|
|
103
|
+
Ro as ScissorsIcon,
|
|
104
|
+
zo as SettingsIcon,
|
|
105
|
+
Ho as SortAscendingIcon,
|
|
106
|
+
Wo as SortDescendingIcon,
|
|
107
|
+
Yo as StackIcon,
|
|
108
|
+
Bo as StarIcon,
|
|
109
|
+
Ko as TrashIcon,
|
|
110
|
+
Qo as UndoIcon,
|
|
111
|
+
$o as UserIcon,
|
|
112
|
+
rr as WarningIcon,
|
|
113
|
+
nr as ZoomAllIcon,
|
|
114
|
+
cr as ZoomXIcon,
|
|
115
|
+
pr as ZoomYIcon
|
|
96
116
|
};
|
package/dist/Input.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export type InputType = 'text' | 'email' | 'url' | 'tel' | 'password' | 'number'
|
|
|
4
4
|
export type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'id'> & BaseFormFieldProps & {
|
|
5
5
|
onBlur?: (e: FocusEvent<HTMLInputElement>) => void;
|
|
6
6
|
onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
|
|
7
|
+
onValueChange?: (value: string) => void;
|
|
7
8
|
readonly className?: string;
|
|
8
9
|
readonly clearOnFocus?: boolean;
|
|
9
10
|
readonly placeholder?: string;
|
|
@@ -18,6 +19,7 @@ export type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'id'> & Bas
|
|
|
18
19
|
export declare const Input: import('react').ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "id"> & BaseFormFieldProps & {
|
|
19
20
|
onBlur?: (e: FocusEvent<HTMLInputElement>) => void;
|
|
20
21
|
onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
|
|
22
|
+
onValueChange?: (value: string) => void;
|
|
21
23
|
readonly className?: string;
|
|
22
24
|
readonly clearOnFocus?: boolean;
|
|
23
25
|
readonly placeholder?: string;
|
package/dist/Input.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "./styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import { usePasswordVisibility as
|
|
3
|
+
import { jsxs as u, jsx as t } from "react/jsx-runtime";
|
|
4
|
+
import { usePasswordVisibility as q, usePrefixWidth as tt, useClearOnFocus as rt } from "./Input/InputUtils.js";
|
|
5
|
+
import "./Icons/AnalyzeIcon.js";
|
|
5
6
|
import "./Icons/AnnotationsIcon.js";
|
|
7
|
+
import "./Icons/ApprovedIcon.js";
|
|
6
8
|
import "./Icons/CalendarIcon.js";
|
|
7
9
|
import { CheckCircleIcon as et } from "./Icons/CheckCircleIcon.js";
|
|
8
10
|
import "./Icons/CheckSquareIcon.js";
|
|
@@ -10,17 +12,18 @@ import "./Icons/CheckmarkIcon.js";
|
|
|
10
12
|
import "./Icons/ChevronDownIcon.js";
|
|
11
13
|
import "./Icons/ChevronUpIcon.js";
|
|
12
14
|
import "./Icons/ClockIcon.js";
|
|
13
|
-
import { CloseCircleIcon as
|
|
15
|
+
import { CloseCircleIcon as ot } from "./Icons/CloseCircleIcon.js";
|
|
14
16
|
import "./Icons/CloseIcon.js";
|
|
15
17
|
import "./Icons/DashboardIcon.js";
|
|
18
|
+
import "./Icons/DatabaseIcon.js";
|
|
16
19
|
import "./Icons/DeleteIcon.js";
|
|
17
20
|
import "./Icons/DurationIcon.js";
|
|
18
21
|
import "./Icons/EmailIcon.js";
|
|
19
22
|
import "./Icons/EraserIcon.js";
|
|
20
|
-
import { ErrorIcon as
|
|
21
|
-
import { EyeClosedIcon as
|
|
23
|
+
import { ErrorIcon as it } from "./Icons/ErrorIcon.js";
|
|
24
|
+
import { EyeClosedIcon as st } from "./Icons/EyeClosedIcon.js";
|
|
22
25
|
import "./Icons/EyeClosedIcon2.js";
|
|
23
|
-
import { EyeOpenIcon as
|
|
26
|
+
import { EyeOpenIcon as at } from "./Icons/EyeOpenIcon.js";
|
|
24
27
|
import "./Icons/GoToFirstIcon.js";
|
|
25
28
|
import "./Icons/GoToLastIcon.js";
|
|
26
29
|
import "./Icons/HarmonicCursorsIcon.js";
|
|
@@ -28,10 +31,12 @@ import "./Icons/InfoIcon.js";
|
|
|
28
31
|
import "./Icons/LabelIcon.js";
|
|
29
32
|
import "./Icons/LassoIcon.js";
|
|
30
33
|
import "./Icons/LineToolIcon.js";
|
|
34
|
+
import "./Icons/LineToolIcon2.js";
|
|
31
35
|
import "./Icons/LiveViewIcon.js";
|
|
32
|
-
import { LoaderIcon as
|
|
36
|
+
import { LoaderIcon as nt } from "./Icons/LoaderIcon.js";
|
|
33
37
|
import "./Icons/LocationIcon.js";
|
|
34
38
|
import "./Icons/LogoutIcon.js";
|
|
39
|
+
import "./Icons/MessagesIcon.js";
|
|
35
40
|
import "./Icons/MetadataIcon.js";
|
|
36
41
|
import "./Icons/MinusIcon.js";
|
|
37
42
|
import "./Icons/OntologyIcon.js";
|
|
@@ -40,8 +45,13 @@ import "./Icons/PanelIconOpen.js";
|
|
|
40
45
|
import "./Icons/PlayIcon.js";
|
|
41
46
|
import "./Icons/PlusIcon.js";
|
|
42
47
|
import "./Icons/ResetIcon.js";
|
|
48
|
+
import "./Icons/ReviewedIcon.js";
|
|
43
49
|
import "./Icons/ScissorsIcon.js";
|
|
44
50
|
import "./Icons/SettingsIcon.js";
|
|
51
|
+
import "./Icons/SortAscendingIcon.js";
|
|
52
|
+
import "./Icons/SortDescendingIcon.js";
|
|
53
|
+
import "./Icons/StackIcon.js";
|
|
54
|
+
import "./Icons/StarIcon.js";
|
|
45
55
|
import "./Icons/TrashIcon.js";
|
|
46
56
|
import "./Icons/UndoIcon.js";
|
|
47
57
|
import "./Icons/UserIcon.js";
|
|
@@ -49,11 +59,11 @@ import "./Icons/WarningIcon.js";
|
|
|
49
59
|
import "./Icons/ZoomAllIcon.js";
|
|
50
60
|
import "./Icons/ZoomXIcon.js";
|
|
51
61
|
import "./Icons/ZoomYIcon.js";
|
|
52
|
-
import { Label as
|
|
53
|
-
import { useFormFieldId as
|
|
54
|
-
import {
|
|
55
|
-
import { forwardRef as
|
|
56
|
-
const
|
|
62
|
+
import { Label as pt } from "./Label.js";
|
|
63
|
+
import { useFormFieldId as lt, getAriaProps as ct, getInputClasses as mt, useFormFieldState as dt, getFormFieldCSSProperties as ut, ErrorMessage as ft } from "./utils/formFieldUtils.js";
|
|
64
|
+
import { cn as f } from "./utils/twUtils.js";
|
|
65
|
+
import { forwardRef as ht, useRef as bt, useCallback as c } from "react";
|
|
66
|
+
const xt = (m) => ({
|
|
57
67
|
email: "email",
|
|
58
68
|
password: "current-password",
|
|
59
69
|
tel: "tel",
|
|
@@ -62,133 +72,141 @@ const bt = (l) => ({
|
|
|
62
72
|
number: "off",
|
|
63
73
|
date: "off",
|
|
64
74
|
"datetime-local": "off"
|
|
65
|
-
})[
|
|
75
|
+
})[m] || "off", gt = ht(
|
|
66
76
|
({
|
|
67
|
-
className:
|
|
68
|
-
clearOnFocus:
|
|
77
|
+
className: m,
|
|
78
|
+
clearOnFocus: h = !1,
|
|
69
79
|
disabled: k,
|
|
70
|
-
errorMessage:
|
|
80
|
+
errorMessage: b,
|
|
71
81
|
id: P,
|
|
72
82
|
label: e,
|
|
73
|
-
name:
|
|
74
|
-
onBlur:
|
|
75
|
-
|
|
83
|
+
name: x,
|
|
84
|
+
onBlur: g,
|
|
85
|
+
onValueChange: a,
|
|
76
86
|
onFocus: C,
|
|
77
87
|
placeholder: R,
|
|
78
|
-
prefix:
|
|
88
|
+
prefix: n,
|
|
79
89
|
showClearButton: S = !1,
|
|
80
90
|
suppressHydrationWarning: $ = !0,
|
|
81
|
-
state:
|
|
82
|
-
type:
|
|
83
|
-
value:
|
|
84
|
-
required:
|
|
85
|
-
startIcon:
|
|
91
|
+
state: o = "default",
|
|
92
|
+
type: p = "text",
|
|
93
|
+
value: v = "",
|
|
94
|
+
required: w,
|
|
95
|
+
startIcon: y,
|
|
86
96
|
endIcon: I,
|
|
87
|
-
"aria-label":
|
|
88
|
-
"aria-describedby":
|
|
89
|
-
...
|
|
90
|
-
},
|
|
91
|
-
const
|
|
92
|
-
|
|
93
|
-
|
|
97
|
+
"aria-label": L,
|
|
98
|
+
"aria-describedby": M,
|
|
99
|
+
...O
|
|
100
|
+
}, j) => {
|
|
101
|
+
const l = lt(P, x), N = `${l}-error`, { isDisabled: F, isLoading: A, isInvalid: B } = dt(k, o), H = ct(o, w, N, M), W = bt(null), i = j || W, { isVisible: d, toggleVisibility: D, inputType: T } = q(), { prefixWidth: V, prefixRef: G } = tt(n), { handleFocus: E } = rt(
|
|
102
|
+
h,
|
|
103
|
+
a ? (r) => a(r.target.value) : void 0
|
|
104
|
+
), J = c(
|
|
105
|
+
(r) => {
|
|
106
|
+
g?.(r);
|
|
94
107
|
},
|
|
95
|
-
[
|
|
96
|
-
), K =
|
|
97
|
-
(
|
|
98
|
-
E(
|
|
108
|
+
[g]
|
|
109
|
+
), K = c(
|
|
110
|
+
(r) => {
|
|
111
|
+
E(r, C);
|
|
99
112
|
},
|
|
100
113
|
[E, C]
|
|
101
|
-
), Q =
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
114
|
+
), Q = c(
|
|
115
|
+
(r) => {
|
|
116
|
+
a?.(r.target.value);
|
|
117
|
+
},
|
|
118
|
+
[a]
|
|
119
|
+
), U = c(() => {
|
|
120
|
+
i.current && (i.current.value = "", i.current.dispatchEvent(new Event("input", { bubbles: !0 })), i.current.focus());
|
|
121
|
+
}, [i]), z = S && v.length > 0, X = () => {
|
|
122
|
+
const r = "absolute right-4 top-1/2 -translate-y-1/2 text-input-icon hover:text-input-icon--hover focus:outline-none cursor-pointer", s = {
|
|
105
123
|
password: () => /* @__PURE__ */ t(
|
|
106
124
|
"button",
|
|
107
125
|
{
|
|
108
|
-
className:
|
|
126
|
+
className: r,
|
|
109
127
|
type: "button",
|
|
110
|
-
onClick:
|
|
111
|
-
"aria-label":
|
|
112
|
-
"aria-pressed":
|
|
113
|
-
"aria-controls":
|
|
128
|
+
onClick: D,
|
|
129
|
+
"aria-label": d ? `Hide ${e}` : `Show ${e}`,
|
|
130
|
+
"aria-pressed": d,
|
|
131
|
+
"aria-controls": l,
|
|
114
132
|
"data-testid": "input-password-toggle",
|
|
115
|
-
children:
|
|
133
|
+
children: d ? /* @__PURE__ */ t(st, { size: 22 }) : /* @__PURE__ */ t(at, { size: 22 })
|
|
116
134
|
}
|
|
117
135
|
),
|
|
118
136
|
clear: () => /* @__PURE__ */ t(
|
|
119
137
|
"button",
|
|
120
138
|
{
|
|
121
|
-
className:
|
|
139
|
+
className: r,
|
|
122
140
|
type: "button",
|
|
123
|
-
onClick:
|
|
141
|
+
onClick: U,
|
|
124
142
|
"aria-label": `Clear ${e}`,
|
|
125
143
|
"data-testid": "input-clear-button",
|
|
126
|
-
children: /* @__PURE__ */ t(
|
|
144
|
+
children: /* @__PURE__ */ t(ot, { size: 24 })
|
|
127
145
|
}
|
|
128
146
|
),
|
|
129
|
-
loading: () => /* @__PURE__ */ t("div", { className: "absolute top-1/2 right-4 -translate-y-1/2", "data-testid": "input-loading-icon", children: /* @__PURE__ */ t(
|
|
130
|
-
error: () => /* @__PURE__ */ t("div", { className: "text-danger-400 absolute top-1/2 right-4 -translate-y-1/2", "data-testid": "input-error-icon", children: /* @__PURE__ */ t(
|
|
147
|
+
loading: () => /* @__PURE__ */ t("div", { className: "absolute top-1/2 right-4 -translate-y-1/2", "data-testid": "input-loading-icon", children: /* @__PURE__ */ t(nt, { size: 24 }) }),
|
|
148
|
+
error: () => /* @__PURE__ */ t("div", { className: "text-danger-400 absolute top-1/2 right-4 -translate-y-1/2", "data-testid": "input-error-icon", children: /* @__PURE__ */ t(it, { size: 24 }) }),
|
|
131
149
|
success: () => /* @__PURE__ */ t("div", { className: "text-success-400 absolute top-1/2 right-4 -translate-y-1/2", "data-testid": "input-success-icon", children: /* @__PURE__ */ t(et, { size: 24 }) })
|
|
132
150
|
};
|
|
133
|
-
return I || (
|
|
134
|
-
},
|
|
135
|
-
|
|
151
|
+
return I || (p === "password" ? s.password() : z ? s.clear() : A ? s.loading() : o === "success" ? s.success() : o === "error" ? s.error() : null);
|
|
152
|
+
}, Y = () => y || null, Z = f(
|
|
153
|
+
mt(o, m),
|
|
136
154
|
"[text-indent:var(--prefix-width)]",
|
|
137
155
|
z && "pr-10"
|
|
138
|
-
),
|
|
156
|
+
), _ = f(
|
|
139
157
|
"pointer-events-none absolute inset-y-0 left-4 flex items-center text-base text-input-text-prefix opacity-100 peer-disabled:opacity-50"
|
|
140
158
|
);
|
|
141
|
-
return /* @__PURE__ */
|
|
159
|
+
return /* @__PURE__ */ u("div", { className: "w-full space-y-1.5", "data-testid": "input-root", children: [
|
|
142
160
|
e && /* @__PURE__ */ t(
|
|
143
|
-
|
|
161
|
+
pt,
|
|
144
162
|
{
|
|
145
|
-
htmlFor:
|
|
146
|
-
className:
|
|
163
|
+
htmlFor: l,
|
|
164
|
+
className: f(
|
|
147
165
|
"mb-2 block",
|
|
148
166
|
F && "text-input-text--disabled placeholder:text-input-text-placeholder cursor-not-allowed"
|
|
149
167
|
),
|
|
150
168
|
children: e
|
|
151
169
|
}
|
|
152
170
|
),
|
|
153
|
-
/* @__PURE__ */
|
|
154
|
-
/* @__PURE__ */
|
|
155
|
-
|
|
156
|
-
|
|
171
|
+
/* @__PURE__ */ u("div", { className: "relative", "data-testid": "input-wrapper", children: [
|
|
172
|
+
/* @__PURE__ */ u("div", { className: "relative", children: [
|
|
173
|
+
Y(),
|
|
174
|
+
n && /* @__PURE__ */ t("span", { ref: G, className: _, children: n }),
|
|
157
175
|
/* @__PURE__ */ t(
|
|
158
176
|
"input",
|
|
159
177
|
{
|
|
160
|
-
id:
|
|
161
|
-
name:
|
|
162
|
-
ref:
|
|
163
|
-
type:
|
|
164
|
-
value:
|
|
178
|
+
id: l,
|
|
179
|
+
name: x,
|
|
180
|
+
ref: i,
|
|
181
|
+
type: p === "password" ? T : p,
|
|
182
|
+
value: v,
|
|
165
183
|
disabled: F,
|
|
166
|
-
required:
|
|
167
|
-
autoComplete:
|
|
168
|
-
className:
|
|
169
|
-
onChange:
|
|
184
|
+
required: w,
|
|
185
|
+
autoComplete: xt(p),
|
|
186
|
+
className: Z,
|
|
187
|
+
onChange: Q,
|
|
170
188
|
onFocus: K,
|
|
171
189
|
onBlur: J,
|
|
172
190
|
placeholder: R || e,
|
|
173
191
|
suppressHydrationWarning: $,
|
|
174
|
-
...
|
|
175
|
-
...
|
|
192
|
+
...H,
|
|
193
|
+
...O,
|
|
176
194
|
"data-testid": "input-input",
|
|
177
|
-
"data-state":
|
|
178
|
-
style:
|
|
179
|
-
"--prefix-width":
|
|
195
|
+
"data-state": o,
|
|
196
|
+
style: ut({
|
|
197
|
+
"--prefix-width": n ? `${V}px` : "0px"
|
|
180
198
|
}),
|
|
181
|
-
"aria-label":
|
|
199
|
+
"aria-label": L || e
|
|
182
200
|
}
|
|
183
201
|
),
|
|
184
|
-
|
|
202
|
+
X()
|
|
185
203
|
] }),
|
|
186
|
-
|
|
204
|
+
B && b && /* @__PURE__ */ t(ft, { id: N, message: b })
|
|
187
205
|
] })
|
|
188
206
|
] });
|
|
189
207
|
}
|
|
190
208
|
);
|
|
191
|
-
|
|
209
|
+
gt.displayName = "Input";
|
|
192
210
|
export {
|
|
193
|
-
|
|
211
|
+
gt as Input
|
|
194
212
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Button } from '../../primitives/button';
|
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
|
3
|
+
import { ComponentProps } from 'react';
|
|
4
|
+
export declare const InputGroup: ({ className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const inputGroupAddonVariants: (props?: ({
|
|
6
|
+
align?: "block-end" | "block-start" | "inline-end" | "inline-start" | null | undefined;
|
|
7
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
|
+
export declare const InputGroupAddon: ({ className, align, ...props }: ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const inputGroupButtonVariants: (props?: ({
|
|
10
|
+
size?: "sm" | "icon-sm" | "xs" | "icon-xs" | null | undefined;
|
|
11
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
12
|
+
export declare const InputGroupButton: ({ className, type, variant, size, ...props }: Omit<ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const InputGroupText: ({ className, ...props }: ComponentProps<"span">) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const InputGroupInput: ({ className, ...props }: ComponentProps<"input">) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const InputGroupTextarea: ({ className, ...props }: ComponentProps<"textarea">) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
//# sourceMappingURL=InputGroup.d.ts.map
|