@fiestaboard/ui 5.9.0 → 5.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/chrome/page-card.d.ts +122 -0
- package/dist/components/chrome/page-card.js +46 -0
- package/dist/components/chrome/page-card.js.map +1 -0
- package/dist/components/chrome/page-header.js +1 -0
- package/dist/components/chrome/page-header.js.map +1 -1
- package/dist/components/chrome/page-inset.d.ts +6 -0
- package/dist/components/chrome/page-inset.js.map +1 -1
- package/dist/components/chrome/page-toolbar.js +1 -0
- package/dist/components/chrome/page-toolbar.js.map +1 -1
- package/dist/components/chrome/pagination.d.ts +75 -0
- package/dist/components/chrome/pagination.js +93 -0
- package/dist/components/chrome/pagination.js.map +1 -0
- package/dist/components/chrome/top-nav.d.ts +102 -0
- package/dist/components/chrome/top-nav.js +91 -0
- package/dist/components/chrome/top-nav.js.map +1 -0
- package/dist/components/containment/action-card.d.ts +95 -0
- package/dist/components/containment/action-card.js +91 -0
- package/dist/components/containment/action-card.js.map +1 -0
- package/dist/components/containment/card.d.ts +24 -1
- package/dist/components/containment/card.js +11 -10
- package/dist/components/containment/card.js.map +1 -1
- package/dist/components/containment/icon-tile.d.ts +1 -1
- package/dist/components/editor/color-picker-content.js +17 -17
- package/dist/components/editor/filter-picker-content.js +20 -20
- package/dist/components/editor/formatting-picker-content.js +20 -20
- package/dist/components/editor/formula/formula-editor-panel.js +184 -184
- package/dist/components/editor/formula/formula-editor-panel.js.map +1 -1
- package/dist/components/editor/node-views/color-tile-node-view.js +5 -5
- package/dist/components/editor/node-views/formula-node-view.js +9 -9
- package/dist/components/editor/template-editor-toolbar.js +44 -44
- package/dist/components/editor/template-editor.js +23 -23
- package/dist/components/editor/toolbar-dropdown.js +6 -6
- package/dist/components/editor/variable-picker-content.js +79 -79
- package/dist/components/feedback/alert.d.ts +1 -1
- package/dist/components/feedback/badge.d.ts +1 -1
- package/dist/components/feedback/badge.js +6 -6
- package/dist/components/feedback/chip.js +6 -6
- package/dist/components/feedback/spinner.d.ts +1 -1
- package/dist/components/feedback/status-dot.d.ts +1 -1
- package/dist/components/forms/button.d.ts +2 -2
- package/dist/components/forms/button.js +6 -6
- package/dist/components/forms/field.d.ts +66 -0
- package/dist/components/forms/field.js +64 -0
- package/dist/components/forms/field.js.map +1 -0
- package/dist/components/forms/swatch.d.ts +4 -4
- package/dist/components/forms/time-picker.js +24 -24
- package/dist/components/forms/toggle-card.d.ts +2 -2
- package/dist/components/forms/toggle.d.ts +1 -1
- package/dist/components/plugin/plugin-card.js +5 -5
- package/dist/components/typography/heading.d.ts +2 -2
- package/dist/components/typography/kbd.d.ts +35 -0
- package/dist/components/typography/kbd.js +115 -0
- package/dist/components/typography/kbd.js.map +1 -0
- package/dist/components/typography/text.d.ts +2 -2
- package/dist/index.d.ts +6 -0
- package/dist/index.js +114 -108
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,111 +1,117 @@
|
|
|
1
1
|
import { cn as e } from "./lib/utils.js";
|
|
2
2
|
import { Accordion as t, AccordionContent as n, AccordionItem as r, AccordionTrigger as i } from "./components/containment/accordion.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { Spinner as a, spinnerVariants as o } from "./components/feedback/spinner.js";
|
|
4
|
+
import { Card as s, CardAction as c, CardContent as l, CardDescription as u, CardFooter as d, CardHeader as f, CardTitle as p, cardSurfaceClassName as m } from "./components/containment/card.js";
|
|
5
5
|
import { IconTile as h, iconTileVariants as g } from "./components/containment/icon-tile.js";
|
|
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 {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
|
|
6
|
+
import { ActionCard as _, actionCardMedallionVariants as v } from "./components/containment/action-card.js";
|
|
7
|
+
import { Collapsible as y, CollapsibleContent as b, CollapsibleTrigger as x } from "./components/containment/collapsible.js";
|
|
8
|
+
import { JsonTree as S } from "./components/containment/json-tree.js";
|
|
9
|
+
import { MediaFrame as C, MediaFrameBar as w, MediaFrameMedia as T } from "./components/containment/media-frame.js";
|
|
10
|
+
import { Alert as E, AlertDescription as D, AlertTitle as O, alertVariants as k } from "./components/feedback/alert.js";
|
|
11
|
+
import { Button as A, buttonVariants as j } from "./components/forms/button.js";
|
|
12
|
+
import { Badge as M, badgeVariants as N } from "./components/feedback/badge.js";
|
|
13
|
+
import { Chip as P, chipVariants as F } from "./components/feedback/chip.js";
|
|
14
|
+
import { EmptyState as I } from "./components/feedback/empty-state.js";
|
|
15
|
+
import { Checkbox as L } from "./components/forms/checkbox.js";
|
|
16
|
+
import { Combobox as R, DEFAULT_COMBOBOX_LABELS as z, defaultComboboxFilter as B } from "./components/forms/combobox.js";
|
|
17
|
+
import { CopyButton as V } from "./components/forms/copy-button.js";
|
|
18
|
+
import { Text as H, textVariants as U } from "./components/typography/text.js";
|
|
19
|
+
import { Label as W } from "./components/forms/label.js";
|
|
20
|
+
import { Field as G } from "./components/forms/field.js";
|
|
21
|
+
import { Input as K } from "./components/forms/input.js";
|
|
22
|
+
import { SecretInput as q } from "./components/forms/secret-input.js";
|
|
23
|
+
import { Box as J } from "./components/layout/box.js";
|
|
24
|
+
import { Flex as Y, flexVariants as X } from "./components/layout/flex.js";
|
|
25
|
+
import { Grid as Z, gridVariants as Q } from "./components/layout/grid.js";
|
|
26
|
+
import { AlertDialog as $, AlertDialogAction as ee, AlertDialogCancel as te, AlertDialogContent as ne, AlertDialogDescription as re, AlertDialogFooter as ie, AlertDialogHeader as ae, AlertDialogOverlay as oe, AlertDialogPortal as se, AlertDialogTitle as ce, AlertDialogTrigger as le } from "./components/overlays/alert-dialog.js";
|
|
27
|
+
import { Dialog as ue, DialogClose as de, DialogContent as fe, DialogDescription as pe, DialogFooter as me, DialogHeader as he, DialogOverlay as ge, DialogPortal as _e, DialogTitle as ve, DialogTrigger as ye } from "./components/overlays/dialog.js";
|
|
28
|
+
import { DropdownMenu as be, DropdownMenuCheckboxItem as xe, DropdownMenuContent as Se, DropdownMenuGroup as Ce, DropdownMenuItem as we, DropdownMenuLabel as Te, DropdownMenuPortal as Ee, DropdownMenuRadioGroup as De, DropdownMenuRadioItem as Oe, DropdownMenuSeparator as ke, DropdownMenuShortcut as Ae, DropdownMenuSub as je, DropdownMenuSubContent as Me, DropdownMenuSubTrigger as Ne, DropdownMenuTrigger as Pe } from "./components/overlays/dropdown-menu.js";
|
|
29
|
+
import { Lightbox as Fe, LightboxClose as Ie, LightboxContent as Le, LightboxFooter as Re, LightboxOverlay as ze, LightboxPortal as Be, LightboxTrigger as Ve } from "./components/overlays/lightbox.js";
|
|
30
|
+
import { Popover as He, PopoverClose as Ue, PopoverContent as We, PopoverDescription as Ge, PopoverTitle as Ke, PopoverTrigger as qe, usePopoverClose as Je } from "./components/overlays/popover.js";
|
|
31
|
+
import { Code as Ye } from "./components/typography/code.js";
|
|
32
|
+
import { Heading as Xe, headingVariants as Ze } from "./components/typography/heading.js";
|
|
33
|
+
import { Kbd as Qe, useKbdPlatform as $e } from "./components/typography/kbd.js";
|
|
34
|
+
import { List as et, ListItem as tt, listVariants as nt } from "./components/typography/list.js";
|
|
35
|
+
import { ScrollArea as rt, ScrollBar as it } from "./components/containment/scroll-area.js";
|
|
36
|
+
import { Table as at, TableBody as ot, TableCell as st, TableHead as ct, TableHeader as lt, TableRow as ut } from "./components/containment/table.js";
|
|
37
|
+
import { Tabs as dt, TabsContent as ft, TabsList as pt, TabsTrigger as mt } from "./components/containment/tabs.js";
|
|
38
|
+
import ht from "./components/effects/react-bits/fade-content.js";
|
|
39
|
+
import { Skeleton as gt } from "./components/feedback/skeleton.js";
|
|
40
|
+
import { StatusDot as _t, statusDotVariants as vt } from "./components/feedback/status-dot.js";
|
|
41
|
+
import { Select as yt, SelectContent as bt, SelectGroup as xt, SelectItem as St, SelectLabel as Ct, SelectScrollDownButton as wt, SelectScrollUpButton as Tt, SelectSeparator as Et, SelectTrigger as Dt, SelectValue as Ot } from "./components/forms/select.js";
|
|
42
|
+
import { Slider as kt } from "./components/forms/slider.js";
|
|
43
|
+
import { Swatch as At, SwatchGroup as jt, swatchFillVariants as Mt, swatchGlyphVariants as Nt, swatchGroupVariants as Pt, swatchIndicatorVariants as Ft, swatchVariants as It } from "./components/forms/swatch.js";
|
|
44
|
+
import { Switch as Lt } from "./components/forms/switch.js";
|
|
45
|
+
import { Textarea as Rt } from "./components/forms/textarea.js";
|
|
46
|
+
import { TimePicker as zt } from "./components/forms/time-picker.js";
|
|
47
|
+
import { TimezonePicker as Bt, listTimezones as Vt } from "./components/forms/timezone-picker.js";
|
|
48
|
+
import { Toggle as Ht, ToggleGroup as Ut, toggleGroupVariants as Wt, toggleVariants as Gt } from "./components/forms/toggle.js";
|
|
49
|
+
import { SegmentedControl as Kt, SegmentedControlItem as qt, ToggleCard as Jt, ToggleCardGroup as Yt, segmentedControlItemVariants as Xt, segmentedControlVariants as Zt, toggleCardGroupVariants as Qt, toggleCardVariants as $t } from "./components/forms/toggle-card.js";
|
|
50
|
+
import { Stack as en, stackVariants as tn } from "./components/layout/stack.js";
|
|
51
|
+
import { Sheet as nn, SheetClose as rn, SheetContent as an, SheetDescription as on, SheetFooter as sn, SheetHeader as cn, SheetOverlay as ln, SheetPortal as un, SheetTitle as dn, SheetTrigger as fn } from "./components/overlays/sheet.js";
|
|
52
|
+
import { Tooltip as pn, TooltipContent as mn, TooltipProvider as hn, TooltipTrigger as gn } from "./components/overlays/tooltip.js";
|
|
53
|
+
import { TextLink as _n } from "./components/typography/text-link.js";
|
|
54
|
+
import { BoardIcon as vn } from "./components/chrome/board-icon.js";
|
|
55
|
+
import { BoardSelector as yn } from "./components/chrome/board-selector.js";
|
|
56
|
+
import { Breadcrumb as bn, BreadcrumbEllipsis as xn, BreadcrumbItem as Sn, BreadcrumbLink as Cn, BreadcrumbList as wn, BreadcrumbPage as Tn, BreadcrumbSeparator as En } from "./components/chrome/breadcrumb.js";
|
|
57
|
+
import { FIESTA_ICON_DATA_URI as Dn, FIESTA_ICON_PALETTE as On, FIESTA_ICON_SVG as kn, FiestaIcon as An } from "./components/chrome/fiesta-icon.js";
|
|
58
|
+
import { FiestaLogo as jn } from "./components/chrome/fiesta-logo.js";
|
|
59
|
+
import { LanguageSelector as Mn } from "./components/chrome/language-selector.js";
|
|
60
|
+
import { MainContent as Nn } from "./components/chrome/main-content.js";
|
|
61
|
+
import { NavList as Pn, NavListItem as Fn, NavListLink as In, NavListSection as Ln, NavListSectionContent as Rn, NavListSectionTrigger as zn } from "./components/chrome/nav-list.js";
|
|
62
|
+
import { PageCard as Bn, PageSection as Vn } from "./components/chrome/page-card.js";
|
|
63
|
+
import { PAGE_HUES as Hn, PageHeader as Un, PageIconGradientDefs as Wn, pageHue as Gn } from "./components/chrome/page-header.js";
|
|
64
|
+
import { PageInset as Kn } from "./components/chrome/page-inset.js";
|
|
65
|
+
import { PageLayout as qn } from "./components/chrome/page-layout.js";
|
|
66
|
+
import { PageToolbar as Jn } from "./components/chrome/page-toolbar.js";
|
|
67
|
+
import { Pagination as Yn, paginationRange as Xn } from "./components/chrome/pagination.js";
|
|
68
|
+
import { Sidebar as Zn } from "./components/chrome/sidebar.js";
|
|
69
|
+
import { SkipToContent as Qn } from "./components/chrome/skip-to-content.js";
|
|
70
|
+
import { ThemeToggle as $n } from "./components/chrome/theme-toggle.js";
|
|
71
|
+
import { TopNav as er, TopNavActions as tr, TopNavBrand as nr, TopNavItem as rr, TopNavLink as ir, TopNavList as ar, TopNavMenuTrigger as or } from "./components/chrome/top-nav.js";
|
|
72
|
+
import { WizardProgress as sr } from "./components/wizard/wizard-progress.js";
|
|
73
|
+
import { ALL_COLOR_CODES as cr, AVAILABLE_COLORS as lr, BOARD_COLORS as ur, COLOR_CODE_MAP as dr, COLOR_DISPLAY as fr, FIESTABOARD_COLORS as pr, getBoardColor as mr, isValidBoardColor as hr, resolveColorCode as gr } from "./lib/board-colors.js";
|
|
74
|
+
import { BOARD_CHARS as _r, EXTRA_CHARS as vr, applyCode62Glyph as yr, getCharFromToken as br, getCharIndex as xr, isColorTile as Sr, messageToGrid as Cr, messageToText as wr, parseLine as Tr, resolveCode62Glyph as Er, tokensEqual as Dr } from "./lib/board-characters.js";
|
|
75
|
+
import { BoardTeaser as Or } from "./components/board/board-teaser.js";
|
|
76
|
+
import { BoardBackdrop as kr } from "./components/board/board-backdrop.js";
|
|
77
|
+
import { WizardShell as Ar } from "./components/wizard/wizard-shell.js";
|
|
78
|
+
import { DEVICE_DIMENSIONS as jr, MAX_NOTES_PER_AXIS as Mr, NOTE_COLS as Nr, NOTE_ROWS as Pr, isNoteArray as Fr, noteArrayDimensions as Ir, resolveDimensions as Lr } from "./lib/board-dimensions.js";
|
|
79
|
+
import { BoardDisplay as Rr, FLAP_SPEED_PRESETS as zr, deriveFlapTiming as Br, resolveFlapSpeed as Vr } from "./components/board/board-display.js";
|
|
80
|
+
import { ScaledBoardDisplay as Hr } from "./components/board/scaled-board-display.js";
|
|
81
|
+
import { StaticBoardDisplay as Ur } from "./components/board/static-board-display.js";
|
|
82
|
+
import { DEFAULT_SHAPE_LABELS as Wr, previewLabel as Gr, previewLabels as Kr, previewMessage as qr } from "./lib/board-previews.js";
|
|
83
|
+
import { BarList as Jr } from "./components/data/bar-list.js";
|
|
84
|
+
import { StatStrip as Yr, StatStripItem as Xr } from "./components/data/stat-strip.js";
|
|
85
|
+
import { BoardShowcase as Zr, DEFAULT_SHOWCASE_LABELS as Qr } from "./components/plugin/board-showcase.js";
|
|
86
|
+
import { PLUGIN_CATEGORIES as $r, PluginCategoryBadge as ei } from "./components/plugin/plugin-category-badge.js";
|
|
87
|
+
import { ScaledBoardTeaser as ti } from "./components/plugin/scaled-board-teaser.js";
|
|
88
|
+
import { PluginCard as ni } from "./components/plugin/plugin-card.js";
|
|
89
|
+
import { BOARD_CODE_TO_COLOR as ri, BOARD_COLOR_CODES as ii, CURSOR_ANCHOR as ai, DEFAULT_BOARD_LINES as oi, DEFAULT_BOARD_WIDTH as si, FILL_SPACE_REPEAT_VAR as ci, FILL_SPACE_VAR as li } from "./components/editor/constants.js";
|
|
90
|
+
import { NodeViewInjectionProvider as ui, useNodeViewInjection as di } from "./components/editor/node-views/node-view-context.js";
|
|
91
|
+
import { ColorTileNodeView as fi, DEFAULT_COLOR_TILE_NODE_VIEW_LABELS as pi } from "./components/editor/node-views/color-tile-node-view.js";
|
|
92
|
+
import { ColorTileNode as mi } from "./components/editor/extensions/color-tile-node.js";
|
|
93
|
+
import { DEFAULT_FILL_SPACE_NODE_VIEW_LABELS as hi, FillSpaceNodeView as gi } from "./components/editor/node-views/fill-space-node-view.js";
|
|
94
|
+
import { FillSpaceNode as _i } from "./components/editor/extensions/fill-space-node.js";
|
|
95
|
+
import { DEFAULT_FORMULA_NODE_VIEW_LABELS as vi, FormulaNodeView as yi } from "./components/editor/node-views/formula-node-view.js";
|
|
96
|
+
import { FormulaNode as bi } from "./components/editor/extensions/formula-node.js";
|
|
97
|
+
import { LineNavigation as xi } from "./components/editor/extensions/line-navigation.js";
|
|
98
|
+
import { SingleParagraphDoc as Si } from "./components/editor/extensions/single-paragraph-doc.js";
|
|
99
|
+
import { TrailingNewline as Ci } from "./components/editor/extensions/trailing-newline.js";
|
|
100
|
+
import { DEFAULT_VARIABLE_NODE_VIEW_LABELS as wi, VariableNodeView as Ti } from "./components/editor/node-views/variable-node-view.js";
|
|
101
|
+
import { VariableNode as Ei } from "./components/editor/extensions/variable-node.js";
|
|
102
|
+
import { DEFAULT_WRAPPED_TEXT_VIEW_LABELS as Di, WrappedTextView as Oi } from "./components/editor/node-views/wrapped-text-view.js";
|
|
103
|
+
import { WrappedTextNode as ki } from "./components/editor/extensions/wrapped-text-node.js";
|
|
104
|
+
import { ColorPickerContent as Ai, DEFAULT_COLOR_PICKER_LABELS as ji } from "./components/editor/color-picker-content.js";
|
|
105
|
+
import { DRAW_CHARS as Mi, brushToCell as Ni, cellsToLine as Pi, isPositionalLine as Fi, lineToCells as Ii, paintLine as Li, renderPositionalLine as Ri } from "./components/editor/utils/draw-mode.js";
|
|
106
|
+
import { DEFAULT_DRAW_CHAR_PICKER_LABELS as zi, DrawCharPickerContent as Bi } from "./components/editor/draw-char-picker-content.js";
|
|
107
|
+
import { DEFAULT_FORMATTING_PICKER_LABELS as Vi, FormattingPickerContent as Hi } from "./components/editor/formatting-picker-content.js";
|
|
108
|
+
import { DEFAULT_TOOLBAR_DROPDOWN_LABELS as Ui, ToolbarDropdown as Wi } from "./components/editor/toolbar-dropdown.js";
|
|
109
|
+
import { parseLineContent as Gi, parseTemplateSimple as Ki, serializeTemplateSimple as qi } from "./components/editor/utils/serialization.js";
|
|
110
|
+
import { insertTemplateContent as Ji } from "./components/editor/utils/insertion.js";
|
|
111
|
+
import { DEFAULT_TEMPLATE_EDITOR_TOOLBAR_LABELS as Yi, TemplateEditorToolbar as Xi } from "./components/editor/template-editor-toolbar.js";
|
|
112
|
+
import { buildStrokeTransaction as Zi, lineRanges as Qi } from "./components/editor/utils/stroke-transaction.js";
|
|
113
|
+
import { DEFAULT_TEMPLATE_EDITOR_LABELS as $i, TemplateEditor as ea } from "./components/editor/template-editor.js";
|
|
114
|
+
import { DEFAULT_FILTER_PICKER_LABELS as ta, FilterPickerContent as na } from "./components/editor/filter-picker-content.js";
|
|
115
|
+
import { DEFAULT_VARIABLE_PICKER_LABELS as ra, VariablePickerContent as ia, createLucideIconResolver as aa, getPluginsWithNestedArrays as oa } from "./components/editor/variable-picker-content.js";
|
|
116
|
+
import { calculateLineLength as sa, getOverflowAmount as ca, willOverflow as la } from "./components/editor/utils/length-calculator.js";
|
|
117
|
+
export { cr as ALL_COLOR_CODES, lr as AVAILABLE_COLORS, t as Accordion, n as AccordionContent, r as AccordionItem, i as AccordionTrigger, _ as ActionCard, E as Alert, D as AlertDescription, $ as AlertDialog, ee as AlertDialogAction, te as AlertDialogCancel, ne as AlertDialogContent, re as AlertDialogDescription, ie as AlertDialogFooter, ae as AlertDialogHeader, oe as AlertDialogOverlay, se as AlertDialogPortal, ce as AlertDialogTitle, le as AlertDialogTrigger, O as AlertTitle, _r as BOARD_CHARS, ri as BOARD_CODE_TO_COLOR, ur as BOARD_COLORS, ii as BOARD_COLOR_CODES, M as Badge, Jr as BarList, kr as BoardBackdrop, Rr as BoardDisplay, vn as BoardIcon, yn as BoardSelector, Zr as BoardShowcase, Or as BoardTeaser, J as Box, bn as Breadcrumb, xn as BreadcrumbEllipsis, Sn as BreadcrumbItem, Cn as BreadcrumbLink, wn as BreadcrumbList, Tn as BreadcrumbPage, En as BreadcrumbSeparator, A as Button, dr as COLOR_CODE_MAP, fr as COLOR_DISPLAY, ai as CURSOR_ANCHOR, s as Card, c as CardAction, l as CardContent, u as CardDescription, d as CardFooter, f as CardHeader, p as CardTitle, L as Checkbox, P as Chip, Ye as Code, y as Collapsible, b as CollapsibleContent, x as CollapsibleTrigger, Ai as ColorPickerContent, mi as ColorTileNode, fi as ColorTileNodeView, R as Combobox, V as CopyButton, oi as DEFAULT_BOARD_LINES, si as DEFAULT_BOARD_WIDTH, ji as DEFAULT_COLOR_PICKER_LABELS, pi as DEFAULT_COLOR_TILE_NODE_VIEW_LABELS, z as DEFAULT_COMBOBOX_LABELS, zi as DEFAULT_DRAW_CHAR_PICKER_LABELS, hi as DEFAULT_FILL_SPACE_NODE_VIEW_LABELS, ta as DEFAULT_FILTER_PICKER_LABELS, Vi as DEFAULT_FORMATTING_PICKER_LABELS, vi as DEFAULT_FORMULA_NODE_VIEW_LABELS, Wr as DEFAULT_SHAPE_LABELS, Qr as DEFAULT_SHOWCASE_LABELS, $i as DEFAULT_TEMPLATE_EDITOR_LABELS, Yi as DEFAULT_TEMPLATE_EDITOR_TOOLBAR_LABELS, Ui as DEFAULT_TOOLBAR_DROPDOWN_LABELS, wi as DEFAULT_VARIABLE_NODE_VIEW_LABELS, ra as DEFAULT_VARIABLE_PICKER_LABELS, Di as DEFAULT_WRAPPED_TEXT_VIEW_LABELS, jr as DEVICE_DIMENSIONS, Mi as DRAW_CHARS, ue as Dialog, de as DialogClose, fe as DialogContent, pe as DialogDescription, me as DialogFooter, he as DialogHeader, ge as DialogOverlay, _e as DialogPortal, ve as DialogTitle, ye as DialogTrigger, Bi as DrawCharPickerContent, be as DropdownMenu, xe as DropdownMenuCheckboxItem, Se as DropdownMenuContent, Ce as DropdownMenuGroup, we as DropdownMenuItem, Te as DropdownMenuLabel, Ee as DropdownMenuPortal, De as DropdownMenuRadioGroup, Oe as DropdownMenuRadioItem, ke as DropdownMenuSeparator, Ae as DropdownMenuShortcut, je as DropdownMenuSub, Me as DropdownMenuSubContent, Ne as DropdownMenuSubTrigger, Pe as DropdownMenuTrigger, vr as EXTRA_CHARS, I as EmptyState, pr as FIESTABOARD_COLORS, Dn as FIESTA_ICON_DATA_URI, On as FIESTA_ICON_PALETTE, kn as FIESTA_ICON_SVG, ci as FILL_SPACE_REPEAT_VAR, li as FILL_SPACE_VAR, zr as FLAP_SPEED_PRESETS, ht as FadeContent, G as Field, An as FiestaIcon, jn as FiestaLogo, _i as FillSpaceNode, gi as FillSpaceNodeView, na as FilterPickerContent, Y as Flex, Hi as FormattingPickerContent, bi as FormulaNode, yi as FormulaNodeView, Z as Grid, Xe as Heading, h as IconTile, K as Input, S as JsonTree, Qe as Kbd, W as Label, Mn as LanguageSelector, Fe as Lightbox, Ie as LightboxClose, Le as LightboxContent, Re as LightboxFooter, ze as LightboxOverlay, Be as LightboxPortal, Ve as LightboxTrigger, xi as LineNavigation, et as List, tt as ListItem, Mr as MAX_NOTES_PER_AXIS, Nn as MainContent, C as MediaFrame, w as MediaFrameBar, T as MediaFrameMedia, Nr as NOTE_COLS, Pr as NOTE_ROWS, Pn as NavList, Fn as NavListItem, In as NavListLink, Ln as NavListSection, Rn as NavListSectionContent, zn as NavListSectionTrigger, ui as NodeViewInjectionProvider, Hn as PAGE_HUES, $r as PLUGIN_CATEGORIES, Bn as PageCard, Un as PageHeader, Wn as PageIconGradientDefs, Kn as PageInset, qn as PageLayout, Vn as PageSection, Jn as PageToolbar, Yn as Pagination, ni as PluginCard, ei as PluginCategoryBadge, He as Popover, Ue as PopoverClose, We as PopoverContent, Ge as PopoverDescription, Ke as PopoverTitle, qe as PopoverTrigger, Hr as ScaledBoardDisplay, ti as ScaledBoardTeaser, rt as ScrollArea, it as ScrollBar, q as SecretInput, Kt as SegmentedControl, qt as SegmentedControlItem, yt as Select, bt as SelectContent, xt as SelectGroup, St as SelectItem, Ct as SelectLabel, wt as SelectScrollDownButton, Tt as SelectScrollUpButton, Et as SelectSeparator, Dt as SelectTrigger, Ot as SelectValue, nn as Sheet, rn as SheetClose, an as SheetContent, on as SheetDescription, sn as SheetFooter, cn as SheetHeader, ln as SheetOverlay, un as SheetPortal, dn as SheetTitle, fn as SheetTrigger, Zn as Sidebar, Si as SingleParagraphDoc, gt as Skeleton, Qn as SkipToContent, kt as Slider, a as Spinner, en as Stack, Yr as StatStrip, Xr as StatStripItem, Ur as StaticBoardDisplay, _t as StatusDot, At as Swatch, jt as SwatchGroup, Lt as Switch, at as Table, ot as TableBody, st as TableCell, ct as TableHead, lt as TableHeader, ut as TableRow, dt as Tabs, ft as TabsContent, pt as TabsList, mt as TabsTrigger, ea as TemplateEditor, Xi as TemplateEditorToolbar, H as Text, _n as TextLink, Rt as Textarea, $n as ThemeToggle, zt as TimePicker, Bt as TimezonePicker, Ht as Toggle, Jt as ToggleCard, Yt as ToggleCardGroup, Ut as ToggleGroup, Wi as ToolbarDropdown, pn as Tooltip, mn as TooltipContent, hn as TooltipProvider, gn as TooltipTrigger, er as TopNav, tr as TopNavActions, nr as TopNavBrand, rr as TopNavItem, ir as TopNavLink, ar as TopNavList, or as TopNavMenuTrigger, Ci as TrailingNewline, Ei as VariableNode, Ti as VariableNodeView, ia as VariablePickerContent, sr as WizardProgress, Ar as WizardShell, ki as WrappedTextNode, Oi as WrappedTextView, v as actionCardMedallionVariants, k as alertVariants, yr as applyCode62Glyph, N as badgeVariants, Ni as brushToCell, Zi as buildStrokeTransaction, j as buttonVariants, sa as calculateLineLength, m as cardSurfaceClassName, Pi as cellsToLine, F as chipVariants, e as cn, aa as createLucideIconResolver, B as defaultComboboxFilter, Br as deriveFlapTiming, X as flexVariants, mr as getBoardColor, br as getCharFromToken, xr as getCharIndex, ca as getOverflowAmount, oa as getPluginsWithNestedArrays, Q as gridVariants, Ze as headingVariants, g as iconTileVariants, Ji as insertTemplateContent, Sr as isColorTile, Fr as isNoteArray, Fi as isPositionalLine, hr as isValidBoardColor, Qi as lineRanges, Ii as lineToCells, Vt as listTimezones, nt as listVariants, Cr as messageToGrid, wr as messageToText, Ir as noteArrayDimensions, Gn as pageHue, Xn as paginationRange, Li as paintLine, Tr as parseLine, Gi as parseLineContent, Ki as parseTemplateSimple, Gr as previewLabel, Kr as previewLabels, qr as previewMessage, Ri as renderPositionalLine, Er as resolveCode62Glyph, gr as resolveColorCode, Lr as resolveDimensions, Vr as resolveFlapSpeed, Xt as segmentedControlItemVariants, Zt as segmentedControlVariants, qi as serializeTemplateSimple, o as spinnerVariants, tn as stackVariants, vt as statusDotVariants, Mt as swatchFillVariants, Nt as swatchGlyphVariants, Pt as swatchGroupVariants, Ft as swatchIndicatorVariants, It as swatchVariants, U as textVariants, Qt as toggleCardGroupVariants, $t as toggleCardVariants, Wt as toggleGroupVariants, Gt as toggleVariants, Dr as tokensEqual, $e as useKbdPlatform, di as useNodeViewInjection, Je as usePopoverClose, la as willOverflow };
|