@spear-ai/spectral 1.12.0 → 1.12.2
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 +8 -8
- package/dist/{es2015-YHaMV-St.js → Combination-9q50p_Vu.js} +251 -254
- package/dist/Combobox/ComboboxBase.js +492 -3
- package/dist/Combobox-Ch5Rxk5v.js +6360 -0
- package/dist/Combobox.js +3 -137
- package/dist/DateTimePicker/Calendar.js +1 -1
- package/dist/DateTimePicker/DateTimeDisplayInput.js +1 -1
- package/dist/DateTimePicker/DateTimeInput.js +1 -1
- package/dist/DateTimePicker/DateTimeUtils.js +1 -1
- package/dist/DateTimePicker/TimePicker.js +1 -1
- package/dist/DateTimePicker.js +2 -2
- package/dist/Dialog.js +2 -2
- package/dist/Drawer.js +1 -1
- package/dist/DropdownMenu.js +241 -241
- package/dist/{HoverCard-DERasp0v.js → HoverCard-BGpW6LnA.js} +2 -2
- package/dist/HoverCard.js +1 -1
- package/dist/MultiSelect/MultiSelectBase.js +1 -1
- package/dist/Popover.js +1 -1
- package/dist/{RadioGroup-DqKggFnI.js → RadioGroup-CfjhpW5o.js} +3 -3
- package/dist/RadioGroup.js +1 -1
- package/dist/Select.js +55 -55
- package/dist/{Slider-CfUFkWU4.js → Slider-mODhqkCs.js} +3 -3
- package/dist/Slider.js +1 -1
- package/dist/{Tooltip-BR0tdif4.js → Tooltip-DH_BzFye.js} +3 -3
- package/dist/Tooltip.js +1 -1
- package/dist/Tray.js +1 -1
- package/dist/{dist-DcUGLq_y.js → dist-BMu6Dgh_.js} +1 -1
- package/dist/{dist-fW81qjVl.js → dist-C9fJjxxB.js} +41 -41
- package/dist/{dist-C0Hifjgh.js → dist-Cv8I-d2q.js} +2 -2
- package/dist/{dist-B9tup-4O.js → dist-D6QANKSj.js} +5 -5
- package/dist/{dist-3Af8168y.js → dist-Tbzy5UFA.js} +1 -1
- package/dist/{dist-B2k1iWFp.js → dist-jQ7HawWM.js} +1 -1
- package/dist/{dist-BtdmHAzK.js → dist-nYKAWiy4.js} +6 -6
- package/dist/primitives/popover.js +1 -1
- package/dist/primitives/select.js +32 -32
- package/dist/styles/spectral.css +1 -1
- package/package.json +4 -2
- package/dist/ComboboxBase-BzDGK36x.js +0 -491
- /package/dist/{Calendar-Cnh_PTbQ.js → Calendar-2UVWeLYp.js} +0 -0
- /package/dist/{DateTimeUtils-BJUAMuot.js → DateTimeUtils-DrR2JWoU.js} +0 -0
- /package/dist/{dist-Bfjk-jx9.js → dist-ChNh3U3S.js} +0 -0
- /package/dist/{dist-D8Wb_MX9.js → dist-DDjUcieO.js} +0 -0
- /package/dist/{dist-s1uWaZYZ.js → dist-DFT13f_s.js} +0 -0
- /package/dist/{dist-ClmepHp4.js → dist-DIt8FP2G.js} +0 -0
- /package/dist/{dist-BK1K0g9W.js → dist-K0_i37VL.js} +0 -0
package/dist/.js
CHANGED
|
@@ -91,9 +91,9 @@ import { ButtonGroup as Ie, ButtonGroupItem as Le, ButtonGroupSeparator as Re }
|
|
|
91
91
|
import { ButtonIcon as ze } from "./ButtonIcon.js";
|
|
92
92
|
import { useUncontrolledState as Be } from "./hooks/useUncontrolledState.js";
|
|
93
93
|
import { Checkbox as Ve } from "./Checkbox.js";
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
94
|
+
import { t as He } from "./Combobox-Ch5Rxk5v.js";
|
|
95
|
+
import { Label as Ue } from "./Label.js";
|
|
96
|
+
import { InputGroup as We, InputGroupAddon as Ge, InputGroupButton as Ke, InputGroupInput as qe, InputGroupText as Je, InputGroupTextarea as Ye } from "./primitives/input-group.js";
|
|
97
97
|
import { ControlGroupSelect as Xe } from "./ControlGroup/ControlGroupSelect.js";
|
|
98
98
|
import { DataCard as Ze } from "./DataCard.js";
|
|
99
99
|
import { Popover as Qe, PopoverContent as $e, PopoverTrigger as et } from "./Popover.js";
|
|
@@ -101,7 +101,7 @@ import { DateTimePicker as tt } from "./DateTimePicker.js";
|
|
|
101
101
|
import { Dialog as nt } from "./Dialog.js";
|
|
102
102
|
import { SpectralProvider as rt } from "./SpectralProvider.js";
|
|
103
103
|
import { Drawer as it } from "./Drawer.js";
|
|
104
|
-
import { n as at, r as ot, t as st } from "./HoverCard-
|
|
104
|
+
import { n as at, r as ot, t as st } from "./HoverCard-BGpW6LnA.js";
|
|
105
105
|
import { Input as ct } from "./Input.js";
|
|
106
106
|
import { InputNumeric as lt } from "./InputNumeric.js";
|
|
107
107
|
import { t as ut } from "./InputOTP-BkSw_KIB.js";
|
|
@@ -109,17 +109,17 @@ import { Kbd as dt, KbdGroup as ft } from "./Kbd.js";
|
|
|
109
109
|
import { MultiSelect as pt } from "./MultiSelect.js";
|
|
110
110
|
import { RadioButtonGroup as mt, RadioButtonGroupItem as ht } from "./RadioButtonGroup.js";
|
|
111
111
|
import { RadioButton as gt } from "./RadioButton.js";
|
|
112
|
-
import { n as _t, t as vt } from "./RadioGroup-
|
|
112
|
+
import { n as _t, t as vt } from "./RadioGroup-CfjhpW5o.js";
|
|
113
113
|
import { Select as yt } from "./Select.js";
|
|
114
114
|
import { Skeleton as bt } from "./Skeleton.js";
|
|
115
|
-
import { t as xt } from "./Slider-
|
|
115
|
+
import { t as xt } from "./Slider-mODhqkCs.js";
|
|
116
116
|
import { t as St } from "./Switch-Wj_zov--.js";
|
|
117
117
|
import { Tabs as Ct } from "./Tabs.js";
|
|
118
118
|
import { Textarea as wt } from "./Textarea.js";
|
|
119
119
|
import { n as Tt, t as Et } from "./Toast-CJvzLlMD.js";
|
|
120
120
|
import { Toggle as Dt } from "./Toggle.js";
|
|
121
121
|
import { ToggleGroup as Ot, ToggleGroupItem as kt } from "./ToggleGroup.js";
|
|
122
|
-
import { i as At, n as jt, t as Mt } from "./Tooltip-
|
|
122
|
+
import { i as At, n as jt, t as Mt } from "./Tooltip-DH_BzFye.js";
|
|
123
123
|
import { Tray as Nt } from "./Tray.js";
|
|
124
124
|
import { useControllableState as Pt } from "./hooks/useControllableState.js";
|
|
125
|
-
export { ke as Accordion, n as AdjustmentsIcon, je as Alert, r as AnalyzeIcon, i as AnnotationsIcon, a as ApprovedIcon, o as ArrowDownIcon, s as ArrowUpIcon, Me as Avatar, Ne as Badge, c as BoxToolIcon, Pe as Button, Ie as ButtonGroup, Le as ButtonGroupItem, Re as ButtonGroupSeparator, ze as ButtonIcon, l as CalendarIcon, u as CheckCircleIcon, d as CheckSquareIcon, Ve as Checkbox, f as CheckmarkIcon, p as ChevronDownIcon, m as ChevronUpIcon, h as ClockIcon, g as CloseCircleIcon, _ as CloseIcon,
|
|
125
|
+
export { ke as Accordion, n as AdjustmentsIcon, je as Alert, r as AnalyzeIcon, i as AnnotationsIcon, a as ApprovedIcon, o as ArrowDownIcon, s as ArrowUpIcon, Me as Avatar, Ne as Badge, c as BoxToolIcon, Pe as Button, Ie as ButtonGroup, Le as ButtonGroupItem, Re as ButtonGroupSeparator, ze as ButtonIcon, l as CalendarIcon, u as CheckCircleIcon, d as CheckSquareIcon, Ve as Checkbox, f as CheckmarkIcon, p as ChevronDownIcon, m as ChevronUpIcon, h as ClockIcon, g as CloseCircleIcon, _ as CloseIcon, He as Combobox, Xe as ControlGroupSelect, v as Crosshairs2Icon, y as CrosshairsIcon, b as DashboardIcon, Ze as DataCard, x as DatabaseIcon, tt as DateTimePicker, S as DeleteIcon, nt as Dialog, it as Drawer, C as DurationIcon, w as EditIcon, T as EmailIcon, E as EraserIcon, D as ErrorIcon, O as EyeClosedIcon, k as EyeClosedIcon2, A as EyeOpenIcon, j as FileDownloadIcon, M as GoToFirstIcon, N as GoToLastIcon, P as HarmonicCursorsIcon, st as HoverCard, at as HoverCardContent, ot as HoverCardTrigger, e as IconBase, F as InfoIcon, ct as Input, We as InputGroup, Ge as InputGroupAddon, Ke as InputGroupButton, qe as InputGroupInput, Je as InputGroupText, Ye as InputGroupTextarea, lt as InputNumeric, ut as InputOTP, dt as Kbd, ft as KbdGroup, I as KeyboardIcon, Ue as Label, L as LabelIcon, R as LassoIcon, z as LineToolIcon, B as LiveViewIcon, V as LoaderIcon, H as LocationIcon, U as LogoutIcon, W as MaximizeIcon, G as MeasureIcon, K as MenuDotsIcon, q as MenuIcon, J as MessagesIcon, Y as MetadataIcon, X as MinimizeIcon, Z as MinusIcon, pt as MultiSelect, Q as OntologyIcon, $ as PanelIconClose, ee as PanelIconOpen, te as PauseIcon, ne as PlayIcon, re as PlusIcon, ie as PolygonIcon, Qe as Popover, $e as PopoverContent, et as PopoverTrigger, ae as PrinterIcon, oe as ProgressCheckIcon, gt as RadioButton, mt as RadioButtonGroup, ht as RadioButtonGroupItem, vt as RadioGroup, _t as RadioGroupItem, se as ResetIcon, ce as ReviewedIcon, le as ScissorsIcon, ue as SearchIcon, yt as Select, Fe as Separator, de as SettingsIcon, bt as Skeleton, xt as Slider, fe as SortAscendingIcon, pe as SortAtoZIcon, me as SortDescendingIcon, he as SortZtoAIcon, ge as SparklesIcon, rt as SpectralProvider, _e as StackIcon, ve as StarIcon, t as SvgIdContext, St as Switch, Ct as Tabs, wt as Textarea, Et as Toast, Dt as Toggle, Ot as ToggleGroup, kt as ToggleGroupItem, Mt as Tooltip, jt as TooltipContent, At as TooltipTrigger, ye as TrashIcon, Nt as Tray, be as UndoIcon, xe as UploadIcon, Se as User2Icon, Ce as UserIcon, we as WarningIcon, Te as ZoomAllIcon, Ee as ZoomXIcon, De as ZoomYIcon, Ae as cn, Tt as toast, Oe as useAccordionAutoScroll, Pt as useControllableState, Be as useUncontrolledState };
|