@noya-app/noya-designsystem 0.1.50 → 0.1.51

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/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import React__default, { ReactNode, CSSProperties, ReactHTML, HTMLAttributes, Ar
3
3
  import { IItemScore } from 'vscode-fuzzy-scorer';
4
4
  import * as Icons from '@noya-app/noya-icons';
5
5
  export { Icons };
6
- import * as tailwindcss_types_config from 'tailwindcss/types/config';
6
+ import tailwindConfig from '@noya-app/noya-tailwind-config';
7
7
  import * as _noya_app_noya_geometry from '@noya-app/noya-geometry';
8
8
  import { Size } from '@noya-app/noya-geometry';
9
9
  import { UniqueIdentifier } from '@dnd-kit/core';
@@ -132,6 +132,7 @@ type ActionMenuProps<TMenu extends string> = {
132
132
  onOpenChange: (open: boolean) => void;
133
133
  className?: string;
134
134
  style?: React__default.CSSProperties;
135
+ variant?: "normal" | "bare";
135
136
  };
136
137
  declare const ActionMenu: <TMenu extends string>(props: ActionMenuProps<TMenu>) => React__default.ReactElement | null;
137
138
 
@@ -224,186 +225,7 @@ type BannerProps = {
224
225
  };
225
226
  declare function Banner({ label, className, style }: BannerProps): React__default.JSX.Element;
226
227
 
227
- declare const config: {
228
- content: string[];
229
- corePlugins: {
230
- preflight: false;
231
- };
232
- theme: {
233
- extend: {
234
- colors: {
235
- "logo-fill": string;
236
- "logo-highlight": string;
237
- background: string;
238
- text: string;
239
- "text-muted": string;
240
- "text-subtle": string;
241
- "text-disabled": string;
242
- "text-decorative-light": string;
243
- "divider-subtle": string;
244
- divider: string;
245
- "divider-strong": string;
246
- primary: string;
247
- "primary-light": string;
248
- "primary-pastel": string;
249
- secondary: string;
250
- "secondary-light": string;
251
- "secondary-pastel": string;
252
- "secondary-bright": string;
253
- "input-background": string;
254
- "input-background-light": string;
255
- "list-view-hover-background": string;
256
- "list-view-thumbnail-background": string;
257
- "code-background": string;
258
- "code-background-dark": string;
259
- "selected-background": string;
260
- "breadcrumb-text": string;
261
- "breadcrumb-text-hover": string;
262
- "breadcrumb-icon": string;
263
- "canvas-background": string;
264
- "canvas-grid": string;
265
- "sidebar-background": string;
266
- "sidebar-background-transparent": string;
267
- "popover-background": string;
268
- "popover-divider": string;
269
- "listview-raised-background": string;
270
- "listview-editing-background": string;
271
- "slider-thumb-background": string;
272
- "slider-border": string;
273
- "segmented-control-item": string;
274
- mask: string;
275
- "transparent-checker": string;
276
- scrollbar: string;
277
- "placeholder-dots": string;
278
- "drag-outline": string;
279
- "active-background": string;
280
- "thumbnail-background": string;
281
- "thumbnail-shadow": string;
282
- "inline-code-text": string;
283
- "inline-code-background": string;
284
- "text-link": string;
285
- "text-link-focused": string;
286
- icon: string;
287
- "icon-selected": string;
288
- warning: string;
289
- dot: string;
290
- "row-highlight": string;
291
- "table-row-background": string;
292
- "chip-primary-bg": string;
293
- "chip-secondary-bg": string;
294
- "chip-error-bg": string;
295
- "chip-default-bg": string;
296
- "chip-primary-shadow": string;
297
- "chip-secondary-shadow": string;
298
- "chip-error-shadow": string;
299
- "chip-default-shadow": string;
300
- "floating-button": string;
301
- "block-border": string;
302
- "block-highlight": string;
303
- };
304
- fontFamily: {
305
- sans: [string, string, string, string, string, string, string, string, string, string];
306
- mono: [string, string, string, string, string];
307
- };
308
- fontSize: {
309
- title: [string, {
310
- lineHeight: string;
311
- letterSpacing: string;
312
- }];
313
- subtitle: [string, {
314
- lineHeight: string;
315
- letterSpacing: string;
316
- }];
317
- heading1: [string, {
318
- lineHeight: string;
319
- letterSpacing: string;
320
- }];
321
- heading2: [string, {
322
- lineHeight: string;
323
- letterSpacing: string;
324
- }];
325
- heading3: [string, {
326
- lineHeight: string;
327
- letterSpacing: string;
328
- }];
329
- heading4: [string, {
330
- lineHeight: string;
331
- }];
332
- heading5: [string, {
333
- lineHeight: string;
334
- }];
335
- body: [string, {
336
- lineHeight: string;
337
- }];
338
- small: [string, {
339
- lineHeight: string;
340
- }];
341
- code: [string, {
342
- lineHeight: string;
343
- }];
344
- button: [string, {
345
- lineHeight: string;
346
- letterSpacing: string;
347
- }];
348
- label: [string, {
349
- lineHeight: string;
350
- letterSpacing: string;
351
- }];
352
- };
353
- spacing: {
354
- nano: string;
355
- micro: string;
356
- small: string;
357
- medium: string;
358
- large: string;
359
- xlarge: string;
360
- xxlarge: string;
361
- "inset-top": string;
362
- "sidebar-width": string;
363
- "toolbar-height": string;
364
- "toolbar-separator": string;
365
- "inspector-h-separator": string;
366
- "inspector-v-separator": string;
367
- "dialog-padding": string;
368
- "input-height": string;
369
- };
370
- keyframes: {
371
- spin: {
372
- "0%": {
373
- transform: string;
374
- };
375
- "100%": {
376
- transform: string;
377
- };
378
- };
379
- shimmer: {
380
- "0%": {
381
- backgroundPosition: string;
382
- };
383
- "100%": {
384
- backgroundPosition: string;
385
- };
386
- };
387
- };
388
- animation: {
389
- spin: string;
390
- shimmer: string;
391
- };
392
- zIndex: {
393
- interactable: string;
394
- label: string;
395
- menu: string;
396
- };
397
- };
398
- };
399
- safelist: string[];
400
- plugins: {
401
- handler: tailwindcss_types_config.PluginCreator;
402
- config?: Partial<tailwindcss_types_config.Config> | undefined;
403
- }[];
404
- };
405
-
406
- type Theme = (typeof config.theme)["extend"];
228
+ type Theme = (typeof tailwindConfig.theme)["extend"];
407
229
  type ThemeColor = keyof Theme["colors"];
408
230
  declare const cssVars: {
409
231
  colors: {
@@ -520,6 +342,10 @@ declare const cssVars: {
520
342
  lineHeight: string;
521
343
  letterSpacing: string;
522
344
  }];
345
+ listSmall: [string, {
346
+ lineHeight: string;
347
+ letterSpacing: string;
348
+ }];
523
349
  label: [string, {
524
350
  lineHeight: string;
525
351
  letterSpacing: string;
@@ -659,15 +485,6 @@ interface ChipProps {
659
485
  }
660
486
  declare const Chip: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<ChipProps & React__default.RefAttributes<HTMLSpanElement>>>;
661
487
 
662
- type GridViewSize = "xxs" | "xs" | "small" | "medium" | "large" | "xl";
663
- declare const getGridSize: (size: GridViewSize) => {
664
- minColumnWidth: string;
665
- gap: number;
666
- };
667
- declare const Grid: <T, M extends string = string>(props: CollectionProps<T, M> & {
668
- ref?: React__default.ForwardedRef<CollectionRef>;
669
- } & React__default.RefAttributes<CollectionRef>) => React__default.ReactElement | null;
670
-
671
488
  type RelativeDropPosition = "above" | "below" | "inside";
672
489
  type DropValidator = (sourceIndex: number, targetIndex: number, position: RelativeDropPosition) => boolean;
673
490
  declare const normalizeListTargetIndex: (index: number, position: "above" | "below") => number;
@@ -879,6 +696,7 @@ type CollectionRef = {
879
696
  type CollectionThumbnailProps<T> = {
880
697
  item: T;
881
698
  selected: boolean;
699
+ size?: CollectionItemSize;
882
700
  };
883
701
  type CollectionRenderActionProps<T> = {
884
702
  item: T;
@@ -905,7 +723,7 @@ interface CollectionProps<T, M extends string = string> {
905
723
  menuItems?: MenuItem<M>[];
906
724
  onSelectMenuItem?: (action: M, selectedItems: T[]) => void;
907
725
  onRename?: (item: T, newName: string) => void;
908
- renderThumbnail?: ({ item, selected, }: CollectionThumbnailProps<T>) => React__default.ReactNode;
726
+ renderThumbnail?: ({ item, selected, size, }: CollectionThumbnailProps<T>) => React__default.ReactNode;
909
727
  renderAction?: "menu" | ((props: CollectionRenderActionProps<T>) => React__default.ReactNode);
910
728
  renderDetail?: (item: T, selected: boolean) => React__default.ReactNode;
911
729
  /** Callback when selection changes. If not provided, selection will be disabled. */
@@ -915,7 +733,7 @@ interface CollectionProps<T, M extends string = string> {
915
733
  /** Position of the detail content. Defaults to 'end'. */
916
734
  detailPosition?: "end" | "below";
917
735
  /** Size of the list items. Defaults to 'medium'. */
918
- size?: GridViewSize;
736
+ size?: CollectionItemSize;
919
737
  /** Size of the thumbnail. Defaults to 'auto', which will be based on the size prop. */
920
738
  thumbnailSize?: CollectionThumbnailSize;
921
739
  /** For testing: Override the hover state with a specific item ID */
@@ -942,6 +760,7 @@ interface CollectionProps<T, M extends string = string> {
942
760
  dragIndicatorStyle?: ListViewRowProps<M>["dragIndicatorStyle"];
943
761
  }
944
762
  declare const Collection: <T, M extends string = string>(props: CollectionProps<T, M> & React__default.RefAttributes<CollectionRef>) => React__default.ReactElement | null;
763
+ type CollectionItemSize = "xxs" | "xs" | "small" | "medium" | "large" | "xl";
945
764
 
946
765
  type InputSize = "small" | "medium" | "large";
947
766
 
@@ -975,6 +794,8 @@ type SubmittableProps = Props$d & {
975
794
  onSubmit: (value: string) => void;
976
795
  allowSubmittingWithSameValue?: boolean;
977
796
  submitAutomaticallyAfterDelay?: number;
797
+ /** @default true */
798
+ submitOnBlur?: boolean;
978
799
  };
979
800
  type TextInputProps = ReadOnlyProps | ControlledProps | SubmittableProps;
980
801
 
@@ -1118,6 +939,8 @@ interface ComboboxMenuProps<T extends string> {
1118
939
  listSize: Size;
1119
940
  style?: React__default.CSSProperties;
1120
941
  indented?: boolean;
942
+ /** @default right */
943
+ iconPosition?: "left" | "right";
1121
944
  }
1122
945
  declare const ComboboxMenu: <T extends string>(props: ComboboxMenuProps<T> & React__default.RefAttributes<IVirtualizedList>) => React__default.ReactElement | null;
1123
946
 
@@ -1330,9 +1153,10 @@ declare const FileExplorerUploadButton: ({ showUploadButton, onUpload, children,
1330
1153
  children?: React__default.ReactNode;
1331
1154
  }) => React__default.JSX.Element;
1332
1155
  declare const FileExplorerCollection: <T, M extends string = string>(props: CollectionProps<T, M> & React__default.RefAttributes<CollectionRef>) => React__default.ReactElement | null;
1333
- declare const FileExplorerDetail: ({ selected, children, }: {
1156
+ declare const FileExplorerDetail: ({ selected, size, children, }: {
1334
1157
  selected: boolean;
1335
1158
  children: React__default.ReactNode;
1159
+ size?: CollectionItemSize;
1336
1160
  }) => React__default.JSX.Element;
1337
1161
  declare const FileExplorerEmptyState: ({ label, ...props }: BannerProps$1) => React__default.JSX.Element;
1338
1162
 
@@ -1393,6 +1217,14 @@ interface Props$8 {
1393
1217
  }
1394
1218
  declare const GradientPicker: React$1.NamedExoticComponent<Props$8>;
1395
1219
 
1220
+ declare const getGridSize: (size: CollectionItemSize) => {
1221
+ minColumnWidth: string;
1222
+ gap: number;
1223
+ };
1224
+ declare const Grid: <T, M extends string = string>(props: CollectionProps<T, M> & {
1225
+ ref?: React__default.ForwardedRef<CollectionRef>;
1226
+ } & React__default.RefAttributes<CollectionRef>) => React__default.ReactElement | null;
1227
+
1396
1228
  interface ItemProps<MenuItemType extends string = string> {
1397
1229
  id: string;
1398
1230
  title?: ReactNode;
@@ -1555,6 +1387,7 @@ type MediaThumbnailProps = {
1555
1387
  * If provided, use this icon instead of the default one for the asset type
1556
1388
  */
1557
1389
  iconName?: IconName;
1390
+ size?: CollectionItemSize;
1558
1391
  };
1559
1392
  declare const getThumbnailColors: (colorScheme: ColorScheme$1, selected: boolean) => {
1560
1393
  icon: string;
@@ -2064,7 +1897,13 @@ declare class ComboboxState<T extends string> {
2064
1897
  setSelectedIndex(index: number): void;
2065
1898
  submitArbitraryFilter(filter: string): void;
2066
1899
  }
2067
- declare function getNextIndex<T>(items: T[], currentIndex: number, direction: "next" | "previous", isDisabled: (item: T) => boolean): number;
1900
+ declare function filterWithGroupedSections<T extends string>(items: MenuItem<T>[], query: string): ScoredMenuItem<T>[];
1901
+ declare function getNextIndex<T>({ items, currentIndex, direction, isDisabled, }: {
1902
+ items: T[];
1903
+ currentIndex: number;
1904
+ direction: "next" | "previous";
1905
+ isDisabled: (item: T) => boolean;
1906
+ }): number;
2068
1907
  declare function useComboboxState<T extends string>(state: ComboboxState<T>): ComboboxStateSnapshot<T>;
2069
1908
 
2070
1909
  type MoveOptions = {
@@ -2188,9 +2027,9 @@ interface ToolbarProps<T extends string = string> {
2188
2027
  shouldBindKeyboardShortcuts?: boolean;
2189
2028
  }
2190
2029
  declare function Toolbar<T extends string = string>({ children, logo, leftMenuItems, rightMenuItems, onSelectMenuItem, shouldBindKeyboardShortcuts, }: ToolbarProps<T>): React__default.JSX.Element;
2191
- declare function ToolbarMenu<T extends string>({ items, onSelectMenuItem, }: {
2030
+ declare const ToolbarMenu: <T extends string>(props: {
2192
2031
  items: MenuItem<T>[];
2193
2032
  onSelectMenuItem?: (value: T) => void;
2194
- }): React__default.JSX.Element;
2033
+ }) => React__default.ReactElement | null;
2195
2034
 
2196
- export { AIAssistantInput, AIAssistantLayout, AIAssistantLoadingIndicator, type AcceptsDropOptions, ActionMenu, ActivityIndicator, AnimatePresence, type AnimatePresenceProps, Avatar, type AvatarProps, AvatarStack, Banner, type BannerProps, type BaseComboboxProps, BaseToolbar, type BaseToolbarProps, Body, BreadcrumbText, Button, type ButtonRootProps, CHECKBOX_INDENT_WIDTH, CHECKBOX_RIGHT_INSET, CHECKBOX_WIDTH, CONTENT_AREA_ID, Checkbox$1 as Checkbox, Chip, type ChipProps, Collection, type CollectionProps, type CollectionRef, type CollectionRenderActionProps, type CollectionThumbnailProps, type CollectionThumbnailSize, type CollectionViewType, Combobox, ComboboxMenu, type ComboboxProps, type ComboboxRef, ComboboxState, type ComboboxStateSnapshot, CommandPalette, ConnectedUsersMenuLayout, ContextMenu, type DesignSystemConfigurationContextValue, DesignSystemConfigurationProvider, type DetectSizeType, Dialog, type DialogContextValue, DialogProvider, DimensionInput, type DimensionValue, Divider, DividerVertical, type DragIndicatorStyleProps, DraggableMenuButton, Drawer, type DrawerProps, type DropValidator, DropdownMenu, type DropdownRootProps, EDITOR_PANEL_GROUP_ID, type EditableRowProps, EditableText, type EditableTextRef, type ExtractMenuItemType, Fade, type FadeDirection, type FadeProps, FileExplorerCollection, FileExplorerDetail, FileExplorerEmptyState, FileExplorerLayout, FileExplorerUploadButton, FillInputField, FillPreviewBackground, FloatingWindow, FloatingWindowProvider, FullscreenDialog, type GlobalInputBlurContextValue, GlobalInputBlurProvider, GradientPicker, Grid, GridView, type GridViewSize, Heading1, Heading2, Heading3, Heading4, Heading5, type HoverEvent, type HoverEvents, type HoverProps, type IDialog, INPUT_HEIGHT, type IScoredItem, type ISearchCompletionMenu, type IToken, type IVirtualizedList, IconButton, type IconName, type ImageDataContextValue, ImageDataProvider, IndentContext, InputField, type InputFieldInputProps, type InputFieldProps, type InputFieldSize, InspectorContainer, InspectorPrimitives, Italic, KeyboardShortcut, LEFT_SIDEBAR_ID, Label, LabelContext, type LabelPosition, LabelPositionContext, type LabelPositionContextValue, type LabelProps, LabelWidthContext, type LabelWidthContextValue, LabeledElementView, LabeledField, type LayoutProps, List, type ListRowMarginType, type ListRowPosition, ListView, type ListViewItemInfo, type ListViewRootProps, type ListViewRowProps, Logo, type MatchRange, MediaThumbnail, type MenuComponents, type MenuConfig, type MenuItem, type MenuItemIcon, type MenuItemProps, type MenuItemRole, type MenuProps, MenuViewport, Message, type MessageProps, type MoveTreeItemOptions, type NonSelectableMenuItem, type OptionModeOnlyProps, type OptionModeProps, type Optional, type PanelLayoutState, PatternPreviewBackground, type PercentageSidebarOptions, PipelineResultLayout, PipelineResultLink, Popover, Progress, RIGHT_SIDEBAR_ID, type RelativeDropPosition, SUPPORTED_CANVAS_UPLOAD_TYPES, SUPPORTED_IMAGE_UPLOAD_TYPES, type ScoredMenuItem, ScrollArea, SearchCompletionMenu, Section$1 as Section, SectionHeader$1 as SectionHeader, type SectionHeaderMenuItem, type SectionProps, SegmentedControl, type SegmentedControlItemProps, type SegmentedControlProps, SelectMenu, type SelectableMenuItem, type SeparatorItem, type SetNumberMode, type SideOptions, type SideType, type SidebarRef, type SketchPattern, Slider, Small, Sortable, type SortableItemContextProps, Spacer, type StringModeOnlyProps, type StringModeProps, type SupportedCanvasUploadType, type SupportedImageUploadType, Switch, Text$1 as Text, TextArea, TextAreaRow, type TextProps, type Theme, type ThemeColor, Toast, ToastProvider, Toolbar, ToolbarMenu, type ToolbarProps, Tooltip, TreeView, type UseThemeReturnType, UserAvatar, UserPointer, type UserPointerProps, WorkspaceLayout, type WorkspaceLayoutProps, type WorkspaceLayoutRef, acceptsDrop, colorForStringValues, colorFromString, createSectionedMenu, cssVars, cx, defaultAcceptsDrop, fuzzyFilter, fuzzyScore, fuzzyTokenize, getFieldSpacing, getGradientBackground, getGridSize, getKeyboardShortcutsForMenuItems, getMenuItemKey, getNewValue, getNextIndex, getThumbnailColors, isMenuItemSectionHeader, isNonSelectableMenuItem, isSelectableMenuItem, isSelectableMenuItemWithScore, labeledFieldStyles, mediaQuery, mergeConflictingClassNames, moveTreeItem, normalizeListTargetIndex, popoverStyle, renderIcon, rgbaToSketchColor, separator, size, sketchColorToHex, sketchColorToRgba, sketchColorToRgbaString, styles, textStyles, updateSelection, useAutoResize, useComboboxState, useCurrentFloatingWindowInternal, useDesignSystemConfiguration, useDialogContainsElement, useDialogContext, useFloatingWindowManager, useGlobalInputBlur, useGlobalInputBlurListener, useGlobalInputBlurTrigger, useHover, useImageData, useIndent, useInputFieldContext, useLabel, useLabelPosition, useLabelWidth, useOpenConfirmationDialog, useOpenDialog, useOpenInputDialog, usePlatform, usePlatformModKey, usePreservePanelSize, useTheme, validateDropIndicator, withSeparatorElements };
2035
+ export { AIAssistantInput, AIAssistantLayout, AIAssistantLoadingIndicator, type AcceptsDropOptions, ActionMenu, ActivityIndicator, AnimatePresence, type AnimatePresenceProps, Avatar, type AvatarProps, AvatarStack, Banner, type BannerProps, type BaseComboboxProps, BaseToolbar, type BaseToolbarProps, Body, BreadcrumbText, Button, type ButtonRootProps, CHECKBOX_INDENT_WIDTH, CHECKBOX_RIGHT_INSET, CHECKBOX_WIDTH, CONTENT_AREA_ID, Checkbox$1 as Checkbox, Chip, type ChipProps, Collection, type CollectionItemSize, type CollectionProps, type CollectionRef, type CollectionRenderActionProps, type CollectionThumbnailProps, type CollectionThumbnailSize, type CollectionViewType, Combobox, ComboboxMenu, type ComboboxProps, type ComboboxRef, ComboboxState, type ComboboxStateSnapshot, CommandPalette, ConnectedUsersMenuLayout, ContextMenu, type DesignSystemConfigurationContextValue, DesignSystemConfigurationProvider, type DetectSizeType, Dialog, type DialogContextValue, DialogProvider, DimensionInput, type DimensionValue, Divider, DividerVertical, type DragIndicatorStyleProps, DraggableMenuButton, Drawer, type DrawerProps, type DropValidator, DropdownMenu, type DropdownRootProps, EDITOR_PANEL_GROUP_ID, type EditableRowProps, EditableText, type EditableTextRef, type ExtractMenuItemType, Fade, type FadeDirection, type FadeProps, FileExplorerCollection, FileExplorerDetail, FileExplorerEmptyState, FileExplorerLayout, FileExplorerUploadButton, FillInputField, FillPreviewBackground, FloatingWindow, FloatingWindowProvider, FullscreenDialog, type GlobalInputBlurContextValue, GlobalInputBlurProvider, GradientPicker, Grid, GridView, Heading1, Heading2, Heading3, Heading4, Heading5, type HoverEvent, type HoverEvents, type HoverProps, type IDialog, INPUT_HEIGHT, type IScoredItem, type ISearchCompletionMenu, type IToken, type IVirtualizedList, IconButton, type IconName, type ImageDataContextValue, ImageDataProvider, IndentContext, InputField, type InputFieldInputProps, type InputFieldProps, type InputFieldSize, InspectorContainer, InspectorPrimitives, Italic, KeyboardShortcut, LEFT_SIDEBAR_ID, Label, LabelContext, type LabelPosition, LabelPositionContext, type LabelPositionContextValue, type LabelProps, LabelWidthContext, type LabelWidthContextValue, LabeledElementView, LabeledField, type LayoutProps, List, type ListRowMarginType, type ListRowPosition, ListView, type ListViewItemInfo, type ListViewRootProps, type ListViewRowProps, Logo, type MatchRange, MediaThumbnail, type MenuComponents, type MenuConfig, type MenuItem, type MenuItemIcon, type MenuItemProps, type MenuItemRole, type MenuProps, MenuViewport, Message, type MessageProps, type MoveTreeItemOptions, type NonSelectableMenuItem, type OptionModeOnlyProps, type OptionModeProps, type Optional, type PanelLayoutState, PatternPreviewBackground, type PercentageSidebarOptions, PipelineResultLayout, PipelineResultLink, Popover, Progress, RIGHT_SIDEBAR_ID, type RelativeDropPosition, SUPPORTED_CANVAS_UPLOAD_TYPES, SUPPORTED_IMAGE_UPLOAD_TYPES, type ScoredMenuItem, ScrollArea, SearchCompletionMenu, Section$1 as Section, SectionHeader$1 as SectionHeader, type SectionHeaderMenuItem, type SectionProps, SegmentedControl, type SegmentedControlItemProps, type SegmentedControlProps, SelectMenu, type SelectableMenuItem, type SeparatorItem, type SetNumberMode, type SideOptions, type SideType, type SidebarRef, type SketchPattern, Slider, Small, Sortable, type SortableItemContextProps, Spacer, type StringModeOnlyProps, type StringModeProps, type SupportedCanvasUploadType, type SupportedImageUploadType, Switch, Text$1 as Text, TextArea, TextAreaRow, type TextProps, type Theme, type ThemeColor, Toast, ToastProvider, Toolbar, ToolbarMenu, type ToolbarProps, Tooltip, TreeView, type UseThemeReturnType, UserAvatar, UserPointer, type UserPointerProps, WorkspaceLayout, type WorkspaceLayoutProps, type WorkspaceLayoutRef, acceptsDrop, colorForStringValues, colorFromString, createSectionedMenu, cssVars, cx, defaultAcceptsDrop, filterWithGroupedSections, fuzzyFilter, fuzzyScore, fuzzyTokenize, getFieldSpacing, getGradientBackground, getGridSize, getKeyboardShortcutsForMenuItems, getMenuItemKey, getNewValue, getNextIndex, getThumbnailColors, isMenuItemSectionHeader, isNonSelectableMenuItem, isSelectableMenuItem, isSelectableMenuItemWithScore, labeledFieldStyles, mediaQuery, mergeConflictingClassNames, moveTreeItem, normalizeListTargetIndex, popoverStyle, renderIcon, rgbaToSketchColor, separator, size, sketchColorToHex, sketchColorToRgba, sketchColorToRgbaString, styles, textStyles, updateSelection, useAutoResize, useComboboxState, useCurrentFloatingWindowInternal, useDesignSystemConfiguration, useDialogContainsElement, useDialogContext, useFloatingWindowManager, useGlobalInputBlur, useGlobalInputBlurListener, useGlobalInputBlurTrigger, useHover, useImageData, useIndent, useInputFieldContext, useLabel, useLabelPosition, useLabelWidth, useOpenConfirmationDialog, useOpenDialog, useOpenInputDialog, usePlatform, usePlatformModKey, usePreservePanelSize, useTheme, validateDropIndicator, withSeparatorElements };