@fiestaboard/ui 3.4.0 → 5.0.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/README.md +13 -1
- package/dist/components/board/board-backdrop.d.ts +60 -0
- package/dist/components/board/board-backdrop.js +71 -0
- package/dist/components/board/board-backdrop.js.map +1 -0
- package/dist/components/board/board-display.js +123 -123
- package/dist/components/board/board-display.js.map +1 -1
- package/dist/components/board/static-board-display.js +32 -32
- package/dist/components/chrome/fiesta-logo.js +2 -2
- package/dist/components/chrome/fiesta-logo.js.map +1 -1
- package/dist/components/chrome/page-header.d.ts +66 -4
- package/dist/components/chrome/page-header.js +31 -11
- package/dist/components/chrome/page-header.js.map +1 -1
- package/dist/components/chrome/page-layout.js +1 -1
- package/dist/components/chrome/page-layout.js.map +1 -1
- package/dist/components/chrome/sidebar.d.ts +2 -5
- package/dist/components/chrome/sidebar.js +152 -173
- package/dist/components/chrome/sidebar.js.map +1 -1
- package/dist/components/containment/json-tree.js +2 -2
- package/dist/components/containment/json-tree.js.map +1 -1
- package/dist/components/editor/node-views/wrapped-text-view.js +1 -1
- package/dist/components/editor/node-views/wrapped-text-view.js.map +1 -1
- package/dist/components/editor/variable-picker-content.js +4 -4
- package/dist/components/feedback/alert.js +4 -4
- package/dist/components/feedback/alert.js.map +1 -1
- package/dist/components/feedback/badge.js +4 -4
- package/dist/components/feedback/badge.js.map +1 -1
- package/dist/components/forms/button.js +5 -5
- package/dist/components/forms/button.js.map +1 -1
- package/dist/components/layout/flex.d.ts +1 -1
- package/dist/components/layout/grid.d.ts +1 -1
- package/dist/components/layout/stack.d.ts +1 -1
- package/dist/components/plugin/board-showcase.js +2 -2
- package/dist/components/plugin/board-showcase.js.map +1 -1
- package/dist/components/plugin/plugin-category-badge.d.ts +27 -1
- package/dist/components/plugin/plugin-category-badge.js +18 -14
- package/dist/components/plugin/plugin-category-badge.js.map +1 -1
- package/dist/components/typography/text.js +1 -1
- package/dist/components/typography/text.js.map +1 -1
- package/dist/components/wizard/wizard-progress.d.ts +29 -0
- package/dist/components/wizard/wizard-progress.js +27 -0
- package/dist/components/wizard/wizard-progress.js.map +1 -0
- package/dist/components/wizard/wizard-shell.d.ts +63 -0
- package/dist/components/wizard/wizard-shell.js +69 -0
- package/dist/components/wizard/wizard-shell.js.map +1 -0
- package/dist/editor.css +10 -3
- package/dist/fonts.css +16 -8
- package/dist/index.d.ts +3 -5
- package/dist/index.js +90 -92
- package/dist/theme.css +684 -519
- package/package.json +4 -6
- package/dist/components/effects/aurora.d.ts +0 -9
- package/dist/components/effects/aurora.js +0 -121
- package/dist/components/effects/aurora.js.map +0 -1
- package/dist/components/effects/react-bits/decrypted-text.d.ts +0 -14
- package/dist/components/effects/react-bits/decrypted-text.js +0 -88
- package/dist/components/effects/react-bits/decrypted-text.js.map +0 -1
- package/dist/components/seasons/aurora-canvas.d.ts +0 -22
- package/dist/components/seasons/aurora-canvas.js +0 -91
- package/dist/components/seasons/aurora-canvas.js.map +0 -1
- package/dist/components/seasons/sidebar-aurora-horizontal.d.ts +0 -3
- package/dist/components/seasons/sidebar-aurora-horizontal.js +0 -47
- package/dist/components/seasons/sidebar-aurora-horizontal.js.map +0 -1
- package/dist/components/seasons/sidebar-aurora.d.ts +0 -3
- package/dist/components/seasons/sidebar-aurora.js +0 -57
- package/dist/components/seasons/sidebar-aurora.js.map +0 -1
- package/dist/lib/seasons-drafts.d.ts +0 -26
- package/dist/lib/seasons-drafts.js +0 -106
- package/dist/lib/seasons-drafts.js.map +0 -1
- package/dist/lib/seasons.d.ts +0 -52
- package/dist/lib/seasons.js +0 -59
- package/dist/lib/seasons.js.map +0 -1
- package/dist/seasons/christmas.css +0 -64
- package/dist/seasons/easter.css +0 -62
- package/dist/seasons/fathers-day.css +0 -62
- package/dist/seasons/halloween.css +0 -69
- package/dist/seasons/mothers-day.css +0 -63
- package/dist/seasons/new-year.css +0 -66
- package/dist/seasons/pride.css +0 -68
- package/dist/seasons/thanksgiving.css +0 -64
package/dist/index.js
CHANGED
|
@@ -3,97 +3,95 @@ import { Accordion as t, AccordionContent as n, AccordionItem as r, AccordionTri
|
|
|
3
3
|
import { Card as a, CardAction as o, CardContent as s, CardDescription as c, CardFooter as l, CardHeader as u, CardTitle as d } from "./components/containment/card.js";
|
|
4
4
|
import { Collapsible as f, CollapsibleContent as p, CollapsibleTrigger as m } from "./components/containment/collapsible.js";
|
|
5
5
|
import { JsonTree as h } from "./components/containment/json-tree.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 We from "./components/
|
|
30
|
-
import Ge from "./components/
|
|
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 { MainContent as Wt } from "./components/chrome/main-content.js";
|
|
50
|
-
import { PageHeader as Gt, PageIconGradientDefs as Kt } from "./components/chrome/page-header.js";
|
|
6
|
+
import { Alert as g, AlertDescription as _, AlertTitle as v, alertVariants as y } from "./components/feedback/alert.js";
|
|
7
|
+
import { Badge as b, badgeVariants as x } from "./components/feedback/badge.js";
|
|
8
|
+
import { EmptyState as S } from "./components/feedback/empty-state.js";
|
|
9
|
+
import { Spinner as C, spinnerVariants as w } from "./components/feedback/spinner.js";
|
|
10
|
+
import { Button as T, buttonVariants as E } from "./components/forms/button.js";
|
|
11
|
+
import { Checkbox as D } from "./components/forms/checkbox.js";
|
|
12
|
+
import { Input as O } from "./components/forms/input.js";
|
|
13
|
+
import { Label as k } from "./components/forms/label.js";
|
|
14
|
+
import { SecretInput as A } from "./components/forms/secret-input.js";
|
|
15
|
+
import { Box as j } from "./components/layout/box.js";
|
|
16
|
+
import { Flex as M, flexVariants as N } from "./components/layout/flex.js";
|
|
17
|
+
import { Grid as P, gridVariants as F } from "./components/layout/grid.js";
|
|
18
|
+
import { AlertDialog as I, AlertDialogAction as L, AlertDialogCancel as R, AlertDialogContent as z, AlertDialogDescription as B, AlertDialogFooter as V, AlertDialogHeader as H, AlertDialogOverlay as U, AlertDialogPortal as W, AlertDialogTitle as G, AlertDialogTrigger as K } from "./components/overlays/alert-dialog.js";
|
|
19
|
+
import { Dialog as q, DialogClose as J, DialogContent as Y, DialogDescription as X, DialogFooter as Z, DialogHeader as Q, DialogOverlay as $, DialogPortal as ee, DialogTitle as te, DialogTrigger as ne } from "./components/overlays/dialog.js";
|
|
20
|
+
import { DropdownMenu as re, DropdownMenuCheckboxItem as ie, DropdownMenuContent as ae, DropdownMenuGroup as oe, DropdownMenuItem as se, DropdownMenuLabel as ce, DropdownMenuPortal as le, DropdownMenuRadioGroup as ue, DropdownMenuRadioItem as de, DropdownMenuSeparator as fe, DropdownMenuShortcut as pe, DropdownMenuSub as me, DropdownMenuSubContent as he, DropdownMenuSubTrigger as ge, DropdownMenuTrigger as _e } from "./components/overlays/dropdown-menu.js";
|
|
21
|
+
import { Popover as ve, PopoverClose as ye, PopoverContent as be, PopoverDescription as xe, PopoverTitle as Se, PopoverTrigger as Ce, usePopoverClose as we } from "./components/overlays/popover.js";
|
|
22
|
+
import { Code as Te } from "./components/typography/code.js";
|
|
23
|
+
import { Heading as Ee, headingVariants as De } from "./components/typography/heading.js";
|
|
24
|
+
import { List as Oe, ListItem as ke, listVariants as Ae } from "./components/typography/list.js";
|
|
25
|
+
import { ScrollArea as je, ScrollBar as Me } from "./components/containment/scroll-area.js";
|
|
26
|
+
import { Table as Ne, TableBody as Pe, TableCell as Fe, TableHead as Ie, TableHeader as Le, TableRow as Re } from "./components/containment/table.js";
|
|
27
|
+
import { Tabs as ze, TabsContent as Be, TabsList as Ve, TabsTrigger as He } from "./components/containment/tabs.js";
|
|
28
|
+
import Ue from "./components/effects/react-bits/fade-content.js";
|
|
29
|
+
import { Skeleton as We } from "./components/feedback/skeleton.js";
|
|
30
|
+
import { StatusDot as Ge, statusDotVariants as Ke } from "./components/feedback/status-dot.js";
|
|
31
|
+
import { Select as qe, SelectContent as Je, SelectGroup as Ye, SelectItem as Xe, SelectLabel as Ze, SelectScrollDownButton as Qe, SelectScrollUpButton as $e, SelectSeparator as et, SelectTrigger as tt, SelectValue as nt } from "./components/forms/select.js";
|
|
32
|
+
import { Slider as rt } from "./components/forms/slider.js";
|
|
33
|
+
import { Switch as it } from "./components/forms/switch.js";
|
|
34
|
+
import { Textarea as at } from "./components/forms/textarea.js";
|
|
35
|
+
import { Text as ot, textVariants as st } from "./components/typography/text.js";
|
|
36
|
+
import { TimePicker as ct } from "./components/forms/time-picker.js";
|
|
37
|
+
import { SegmentedControl as lt, SegmentedControlItem as ut, ToggleCard as dt, ToggleCardGroup as ft, segmentedControlItemVariants as pt, segmentedControlVariants as mt, toggleCardGroupVariants as ht, toggleCardVariants as gt } from "./components/forms/toggle-card.js";
|
|
38
|
+
import { Stack as _t, stackVariants as vt } from "./components/layout/stack.js";
|
|
39
|
+
import { Sheet as yt, SheetClose as bt, SheetContent as xt, SheetDescription as St, SheetFooter as Ct, SheetHeader as wt, SheetOverlay as Tt, SheetPortal as Et, SheetTitle as Dt, SheetTrigger as Ot } from "./components/overlays/sheet.js";
|
|
40
|
+
import { Tooltip as kt, TooltipContent as At, TooltipProvider as jt, TooltipTrigger as Mt } from "./components/overlays/tooltip.js";
|
|
41
|
+
import { TextLink as Nt } from "./components/typography/text-link.js";
|
|
42
|
+
import { BoardIcon as Pt } from "./components/chrome/board-icon.js";
|
|
43
|
+
import { BoardSelector as Ft } from "./components/chrome/board-selector.js";
|
|
44
|
+
import { FIESTA_ICON_DATA_URI as It, FIESTA_ICON_PALETTE as Lt, FIESTA_ICON_SVG as Rt, FiestaIcon as zt } from "./components/chrome/fiesta-icon.js";
|
|
45
|
+
import { FiestaLogo as Bt } from "./components/chrome/fiesta-logo.js";
|
|
46
|
+
import { LanguageSelector as Vt } from "./components/chrome/language-selector.js";
|
|
47
|
+
import { MainContent as Ht } from "./components/chrome/main-content.js";
|
|
48
|
+
import { PAGE_HUES as Ut, PageHeader as Wt, PageIconGradientDefs as Gt, pageHue as Kt } from "./components/chrome/page-header.js";
|
|
51
49
|
import { PageLayout as qt } from "./components/chrome/page-layout.js";
|
|
52
50
|
import { PageToolbar as Jt } from "./components/chrome/page-toolbar.js";
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import { ScaledBoardDisplay as
|
|
65
|
-
import { StaticBoardDisplay as
|
|
66
|
-
import { DEFAULT_SHAPE_LABELS as
|
|
67
|
-
import { BoardShowcase as
|
|
68
|
-
import { PLUGIN_CATEGORIES as
|
|
69
|
-
import { ScaledBoardTeaser as
|
|
70
|
-
import { PluginCard as
|
|
71
|
-
import { BOARD_CODE_TO_COLOR as
|
|
72
|
-
import { NodeViewInjectionProvider as
|
|
73
|
-
import { ColorTileNodeView as
|
|
74
|
-
import { ColorTileNode as
|
|
75
|
-
import { DEFAULT_FILL_SPACE_NODE_VIEW_LABELS as
|
|
76
|
-
import { FillSpaceNode as
|
|
77
|
-
import { DEFAULT_FORMULA_NODE_VIEW_LABELS as
|
|
78
|
-
import { FormulaNode as
|
|
79
|
-
import { LineNavigation as
|
|
80
|
-
import { SingleParagraphDoc as
|
|
81
|
-
import { TrailingNewline as
|
|
82
|
-
import { DEFAULT_VARIABLE_NODE_VIEW_LABELS as
|
|
83
|
-
import { VariableNode as
|
|
84
|
-
import { DEFAULT_WRAPPED_TEXT_VIEW_LABELS as
|
|
85
|
-
import { WrappedTextNode as
|
|
86
|
-
import { ColorPickerContent as
|
|
87
|
-
import { DRAW_CHARS as
|
|
88
|
-
import { DEFAULT_DRAW_CHAR_PICKER_LABELS as
|
|
89
|
-
import { DEFAULT_FORMATTING_PICKER_LABELS as
|
|
90
|
-
import { DEFAULT_TOOLBAR_DROPDOWN_LABELS as
|
|
91
|
-
import { parseLineContent as
|
|
92
|
-
import { insertTemplateContent as
|
|
93
|
-
import { DEFAULT_TEMPLATE_EDITOR_TOOLBAR_LABELS as
|
|
94
|
-
import { buildStrokeTransaction as
|
|
95
|
-
import { DEFAULT_TEMPLATE_EDITOR_LABELS as
|
|
96
|
-
import { DEFAULT_FILTER_PICKER_LABELS as
|
|
97
|
-
import { DEFAULT_VARIABLE_PICKER_LABELS as
|
|
98
|
-
import { calculateLineLength as
|
|
99
|
-
export {
|
|
51
|
+
import { Sidebar as Yt } from "./components/chrome/sidebar.js";
|
|
52
|
+
import { SkipToContent as Xt } from "./components/chrome/skip-to-content.js";
|
|
53
|
+
import { ThemeToggle as Zt } from "./components/chrome/theme-toggle.js";
|
|
54
|
+
import { WizardProgress as Qt } from "./components/wizard/wizard-progress.js";
|
|
55
|
+
import { ALL_COLOR_CODES as $t, AVAILABLE_COLORS as en, BOARD_COLORS as tn, COLOR_CODE_MAP as nn, COLOR_DISPLAY as rn, FIESTABOARD_COLORS as an, getBoardColor as on, isValidBoardColor as sn, resolveColorCode as cn } from "./lib/board-colors.js";
|
|
56
|
+
import { BOARD_CHARS as ln, EXTRA_CHARS as un, getCharFromToken as dn, getCharIndex as fn, isColorTile as pn, messageToGrid as mn, messageToText as hn, parseLine as gn, tokensEqual as _n } from "./lib/board-characters.js";
|
|
57
|
+
import { BoardTeaser as vn } from "./components/board/board-teaser.js";
|
|
58
|
+
import { BoardBackdrop as yn } from "./components/board/board-backdrop.js";
|
|
59
|
+
import { WizardShell as bn } from "./components/wizard/wizard-shell.js";
|
|
60
|
+
import { DEVICE_DIMENSIONS as xn, MAX_NOTES_PER_AXIS as Sn, NOTE_COLS as Cn, NOTE_ROWS as wn, isNoteArray as Tn, noteArrayDimensions as En, resolveDimensions as Dn } from "./lib/board-dimensions.js";
|
|
61
|
+
import { BoardDisplay as On, FLAP_SPEED_PRESETS as kn, deriveFlapTiming as An, resolveFlapSpeed as jn } from "./components/board/board-display.js";
|
|
62
|
+
import { ScaledBoardDisplay as Mn } from "./components/board/scaled-board-display.js";
|
|
63
|
+
import { StaticBoardDisplay as Nn } from "./components/board/static-board-display.js";
|
|
64
|
+
import { DEFAULT_SHAPE_LABELS as Pn, previewLabel as Fn, previewLabels as In, previewMessage as Ln } from "./lib/board-previews.js";
|
|
65
|
+
import { BoardShowcase as Rn, DEFAULT_SHOWCASE_LABELS as zn } from "./components/plugin/board-showcase.js";
|
|
66
|
+
import { PLUGIN_CATEGORIES as Bn, PluginCategoryBadge as Vn } from "./components/plugin/plugin-category-badge.js";
|
|
67
|
+
import { ScaledBoardTeaser as Hn } from "./components/plugin/scaled-board-teaser.js";
|
|
68
|
+
import { PluginCard as Un } from "./components/plugin/plugin-card.js";
|
|
69
|
+
import { BOARD_CODE_TO_COLOR as Wn, BOARD_COLOR_CODES as Gn, CURSOR_ANCHOR as Kn, DEFAULT_BOARD_LINES as qn, DEFAULT_BOARD_WIDTH as Jn, FILL_SPACE_REPEAT_VAR as Yn, FILL_SPACE_VAR as Xn } from "./components/editor/constants.js";
|
|
70
|
+
import { NodeViewInjectionProvider as Zn, useNodeViewInjection as Qn } from "./components/editor/node-views/node-view-context.js";
|
|
71
|
+
import { ColorTileNodeView as $n, DEFAULT_COLOR_TILE_NODE_VIEW_LABELS as er } from "./components/editor/node-views/color-tile-node-view.js";
|
|
72
|
+
import { ColorTileNode as tr } from "./components/editor/extensions/color-tile-node.js";
|
|
73
|
+
import { DEFAULT_FILL_SPACE_NODE_VIEW_LABELS as nr, FillSpaceNodeView as rr } from "./components/editor/node-views/fill-space-node-view.js";
|
|
74
|
+
import { FillSpaceNode as ir } from "./components/editor/extensions/fill-space-node.js";
|
|
75
|
+
import { DEFAULT_FORMULA_NODE_VIEW_LABELS as ar, FormulaNodeView as or } from "./components/editor/node-views/formula-node-view.js";
|
|
76
|
+
import { FormulaNode as sr } from "./components/editor/extensions/formula-node.js";
|
|
77
|
+
import { LineNavigation as cr } from "./components/editor/extensions/line-navigation.js";
|
|
78
|
+
import { SingleParagraphDoc as lr } from "./components/editor/extensions/single-paragraph-doc.js";
|
|
79
|
+
import { TrailingNewline as ur } from "./components/editor/extensions/trailing-newline.js";
|
|
80
|
+
import { DEFAULT_VARIABLE_NODE_VIEW_LABELS as dr, VariableNodeView as fr } from "./components/editor/node-views/variable-node-view.js";
|
|
81
|
+
import { VariableNode as pr } from "./components/editor/extensions/variable-node.js";
|
|
82
|
+
import { DEFAULT_WRAPPED_TEXT_VIEW_LABELS as mr, WrappedTextView as hr } from "./components/editor/node-views/wrapped-text-view.js";
|
|
83
|
+
import { WrappedTextNode as gr } from "./components/editor/extensions/wrapped-text-node.js";
|
|
84
|
+
import { ColorPickerContent as _r, DEFAULT_COLOR_PICKER_LABELS as vr } from "./components/editor/color-picker-content.js";
|
|
85
|
+
import { DRAW_CHARS as yr, brushToCell as br, cellsToLine as xr, isPositionalLine as Sr, lineToCells as Cr, paintLine as wr, renderPositionalLine as Tr } from "./components/editor/utils/draw-mode.js";
|
|
86
|
+
import { DEFAULT_DRAW_CHAR_PICKER_LABELS as Er, DrawCharPickerContent as Dr } from "./components/editor/draw-char-picker-content.js";
|
|
87
|
+
import { DEFAULT_FORMATTING_PICKER_LABELS as Or, FormattingPickerContent as kr } from "./components/editor/formatting-picker-content.js";
|
|
88
|
+
import { DEFAULT_TOOLBAR_DROPDOWN_LABELS as Ar, ToolbarDropdown as jr } from "./components/editor/toolbar-dropdown.js";
|
|
89
|
+
import { parseLineContent as Mr, parseTemplateSimple as Nr, serializeTemplateSimple as Pr } from "./components/editor/utils/serialization.js";
|
|
90
|
+
import { insertTemplateContent as Fr } from "./components/editor/utils/insertion.js";
|
|
91
|
+
import { DEFAULT_TEMPLATE_EDITOR_TOOLBAR_LABELS as Ir, TemplateEditorToolbar as Lr } from "./components/editor/template-editor-toolbar.js";
|
|
92
|
+
import { buildStrokeTransaction as Rr, lineRanges as zr } from "./components/editor/utils/stroke-transaction.js";
|
|
93
|
+
import { DEFAULT_TEMPLATE_EDITOR_LABELS as Br, TemplateEditor as Vr } from "./components/editor/template-editor.js";
|
|
94
|
+
import { DEFAULT_FILTER_PICKER_LABELS as Hr, FilterPickerContent as Ur } from "./components/editor/filter-picker-content.js";
|
|
95
|
+
import { DEFAULT_VARIABLE_PICKER_LABELS as Wr, VariablePickerContent as Gr, createLucideIconResolver as Kr, getPluginsWithNestedArrays as qr } from "./components/editor/variable-picker-content.js";
|
|
96
|
+
import { calculateLineLength as Jr, getOverflowAmount as Yr, willOverflow as Xr } from "./components/editor/utils/length-calculator.js";
|
|
97
|
+
export { $t as ALL_COLOR_CODES, en as AVAILABLE_COLORS, t as Accordion, n as AccordionContent, r as AccordionItem, i as AccordionTrigger, g as Alert, _ as AlertDescription, I as AlertDialog, L as AlertDialogAction, R as AlertDialogCancel, z as AlertDialogContent, B as AlertDialogDescription, V as AlertDialogFooter, H as AlertDialogHeader, U as AlertDialogOverlay, W as AlertDialogPortal, G as AlertDialogTitle, K as AlertDialogTrigger, v as AlertTitle, ln as BOARD_CHARS, Wn as BOARD_CODE_TO_COLOR, tn as BOARD_COLORS, Gn as BOARD_COLOR_CODES, b as Badge, yn as BoardBackdrop, On as BoardDisplay, Pt as BoardIcon, Ft as BoardSelector, Rn as BoardShowcase, vn as BoardTeaser, j as Box, T as Button, nn as COLOR_CODE_MAP, rn as COLOR_DISPLAY, Kn as CURSOR_ANCHOR, a as Card, o as CardAction, s as CardContent, c as CardDescription, l as CardFooter, u as CardHeader, d as CardTitle, D as Checkbox, Te as Code, f as Collapsible, p as CollapsibleContent, m as CollapsibleTrigger, _r as ColorPickerContent, tr as ColorTileNode, $n as ColorTileNodeView, qn as DEFAULT_BOARD_LINES, Jn as DEFAULT_BOARD_WIDTH, vr as DEFAULT_COLOR_PICKER_LABELS, er as DEFAULT_COLOR_TILE_NODE_VIEW_LABELS, Er as DEFAULT_DRAW_CHAR_PICKER_LABELS, nr as DEFAULT_FILL_SPACE_NODE_VIEW_LABELS, Hr as DEFAULT_FILTER_PICKER_LABELS, Or as DEFAULT_FORMATTING_PICKER_LABELS, ar as DEFAULT_FORMULA_NODE_VIEW_LABELS, Pn as DEFAULT_SHAPE_LABELS, zn as DEFAULT_SHOWCASE_LABELS, Br as DEFAULT_TEMPLATE_EDITOR_LABELS, Ir as DEFAULT_TEMPLATE_EDITOR_TOOLBAR_LABELS, Ar as DEFAULT_TOOLBAR_DROPDOWN_LABELS, dr as DEFAULT_VARIABLE_NODE_VIEW_LABELS, Wr as DEFAULT_VARIABLE_PICKER_LABELS, mr as DEFAULT_WRAPPED_TEXT_VIEW_LABELS, xn as DEVICE_DIMENSIONS, yr as DRAW_CHARS, q as Dialog, J as DialogClose, Y as DialogContent, X as DialogDescription, Z as DialogFooter, Q as DialogHeader, $ as DialogOverlay, ee as DialogPortal, te as DialogTitle, ne as DialogTrigger, Dr as DrawCharPickerContent, re as DropdownMenu, ie as DropdownMenuCheckboxItem, ae as DropdownMenuContent, oe as DropdownMenuGroup, se as DropdownMenuItem, ce as DropdownMenuLabel, le as DropdownMenuPortal, ue as DropdownMenuRadioGroup, de as DropdownMenuRadioItem, fe as DropdownMenuSeparator, pe as DropdownMenuShortcut, me as DropdownMenuSub, he as DropdownMenuSubContent, ge as DropdownMenuSubTrigger, _e as DropdownMenuTrigger, un as EXTRA_CHARS, S as EmptyState, an as FIESTABOARD_COLORS, It as FIESTA_ICON_DATA_URI, Lt as FIESTA_ICON_PALETTE, Rt as FIESTA_ICON_SVG, Yn as FILL_SPACE_REPEAT_VAR, Xn as FILL_SPACE_VAR, kn as FLAP_SPEED_PRESETS, Ue as FadeContent, zt as FiestaIcon, Bt as FiestaLogo, ir as FillSpaceNode, rr as FillSpaceNodeView, Ur as FilterPickerContent, M as Flex, kr as FormattingPickerContent, sr as FormulaNode, or as FormulaNodeView, P as Grid, Ee as Heading, O as Input, h as JsonTree, k as Label, Vt as LanguageSelector, cr as LineNavigation, Oe as List, ke as ListItem, Sn as MAX_NOTES_PER_AXIS, Ht as MainContent, Cn as NOTE_COLS, wn as NOTE_ROWS, Zn as NodeViewInjectionProvider, Ut as PAGE_HUES, Bn as PLUGIN_CATEGORIES, Wt as PageHeader, Gt as PageIconGradientDefs, qt as PageLayout, Jt as PageToolbar, Un as PluginCard, Vn as PluginCategoryBadge, ve as Popover, ye as PopoverClose, be as PopoverContent, xe as PopoverDescription, Se as PopoverTitle, Ce as PopoverTrigger, Mn as ScaledBoardDisplay, Hn as ScaledBoardTeaser, je as ScrollArea, Me as ScrollBar, A as SecretInput, lt as SegmentedControl, ut as SegmentedControlItem, qe as Select, Je as SelectContent, Ye as SelectGroup, Xe as SelectItem, Ze as SelectLabel, Qe as SelectScrollDownButton, $e as SelectScrollUpButton, et as SelectSeparator, tt as SelectTrigger, nt as SelectValue, yt as Sheet, bt as SheetClose, xt as SheetContent, St as SheetDescription, Ct as SheetFooter, wt as SheetHeader, Tt as SheetOverlay, Et as SheetPortal, Dt as SheetTitle, Ot as SheetTrigger, Yt as Sidebar, lr as SingleParagraphDoc, We as Skeleton, Xt as SkipToContent, rt as Slider, C as Spinner, _t as Stack, Nn as StaticBoardDisplay, Ge as StatusDot, it as Switch, Ne as Table, Pe as TableBody, Fe as TableCell, Ie as TableHead, Le as TableHeader, Re as TableRow, ze as Tabs, Be as TabsContent, Ve as TabsList, He as TabsTrigger, Vr as TemplateEditor, Lr as TemplateEditorToolbar, ot as Text, Nt as TextLink, at as Textarea, Zt as ThemeToggle, ct as TimePicker, dt as ToggleCard, ft as ToggleCardGroup, jr as ToolbarDropdown, kt as Tooltip, At as TooltipContent, jt as TooltipProvider, Mt as TooltipTrigger, ur as TrailingNewline, pr as VariableNode, fr as VariableNodeView, Gr as VariablePickerContent, Qt as WizardProgress, bn as WizardShell, gr as WrappedTextNode, hr as WrappedTextView, y as alertVariants, x as badgeVariants, br as brushToCell, Rr as buildStrokeTransaction, E as buttonVariants, Jr as calculateLineLength, xr as cellsToLine, e as cn, Kr as createLucideIconResolver, An as deriveFlapTiming, N as flexVariants, on as getBoardColor, dn as getCharFromToken, fn as getCharIndex, Yr as getOverflowAmount, qr as getPluginsWithNestedArrays, F as gridVariants, De as headingVariants, Fr as insertTemplateContent, pn as isColorTile, Tn as isNoteArray, Sr as isPositionalLine, sn as isValidBoardColor, zr as lineRanges, Cr as lineToCells, Ae as listVariants, mn as messageToGrid, hn as messageToText, En as noteArrayDimensions, Kt as pageHue, wr as paintLine, gn as parseLine, Mr as parseLineContent, Nr as parseTemplateSimple, Fn as previewLabel, In as previewLabels, Ln as previewMessage, Tr as renderPositionalLine, cn as resolveColorCode, Dn as resolveDimensions, jn as resolveFlapSpeed, pt as segmentedControlItemVariants, mt as segmentedControlVariants, Pr as serializeTemplateSimple, w as spinnerVariants, vt as stackVariants, Ke as statusDotVariants, st as textVariants, ht as toggleCardGroupVariants, gt as toggleCardVariants, _n as tokensEqual, Qn as useNodeViewInjection, we as usePopoverClose, Xr as willOverflow };
|