@optilogic/core 1.0.0 → 1.2.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/index.cjs +491 -486
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +66 -33
- package/dist/index.d.ts +66 -33
- package/dist/index.js +486 -480
- package/dist/index.js.map +1 -1
- package/dist/styles.css +84 -80
- package/dist/tailwind-preset.cjs +1 -0
- package/dist/tailwind-preset.cjs.map +1 -1
- package/dist/tailwind-preset.js +1 -0
- package/dist/tailwind-preset.js.map +1 -1
- package/package.json +1 -1
- package/src/components/branding/CosmicFrogIcon.tsx +59 -0
- package/src/components/branding/DataStarIcon.tsx +35 -0
- package/src/components/branding/OptilogicLogo.tsx +88 -0
- package/src/components/branding/OptilogicLogoWithText.tsx +110 -0
- package/src/components/branding/index.ts +7 -0
- package/src/components/calendar.tsx +7 -2
- package/src/components/context-menu.tsx +2 -2
- package/src/components/data-grid/DataGrid.tsx +1 -1
- package/src/components/dropdown-menu.tsx +2 -2
- package/src/components/popover.tsx +1 -1
- package/src/components/select.tsx +1 -1
- package/src/components/tooltip.tsx +2 -2
- package/src/index.ts +15 -8
- package/src/styles.css +84 -80
- package/src/tailwind-preset.ts +1 -0
- package/src/theme/index.ts +3 -8
- package/src/theme/presets.ts +211 -497
- package/src/theme/types.ts +10 -0
- package/src/theme/utils.ts +24 -0
package/dist/index.d.cts
CHANGED
|
@@ -2228,6 +2228,10 @@ interface Theme {
|
|
|
2228
2228
|
border: string;
|
|
2229
2229
|
input: string;
|
|
2230
2230
|
ring: string;
|
|
2231
|
+
/** Elevated surface border (optional, with fallback) */
|
|
2232
|
+
popoverBorder?: string;
|
|
2233
|
+
/** Divider/separator color (optional, with fallback) */
|
|
2234
|
+
divider?: string;
|
|
2231
2235
|
/** Interactive control colors (optional, with fallbacks) */
|
|
2232
2236
|
toggleTrack?: string;
|
|
2233
2237
|
toggleTrackForeground?: string;
|
|
@@ -2288,6 +2292,8 @@ interface ThemeHSL extends Omit<Theme, keyof ThemeColorFields> {
|
|
|
2288
2292
|
border: string;
|
|
2289
2293
|
input: string;
|
|
2290
2294
|
ring: string;
|
|
2295
|
+
popoverBorder?: string;
|
|
2296
|
+
divider?: string;
|
|
2291
2297
|
toggleTrack?: string;
|
|
2292
2298
|
toggleTrackForeground?: string;
|
|
2293
2299
|
inputHover?: string;
|
|
@@ -2330,6 +2336,8 @@ type ThemeColorFields = {
|
|
|
2330
2336
|
border: string;
|
|
2331
2337
|
input: string;
|
|
2332
2338
|
ring: string;
|
|
2339
|
+
popoverBorder?: string;
|
|
2340
|
+
divider?: string;
|
|
2333
2341
|
toggleTrack?: string;
|
|
2334
2342
|
toggleTrackForeground?: string;
|
|
2335
2343
|
inputHover?: string;
|
|
@@ -2360,51 +2368,42 @@ interface ColorFieldConfig {
|
|
|
2360
2368
|
* Theme Presets
|
|
2361
2369
|
*
|
|
2362
2370
|
* Built-in theme definitions for opti-ui.
|
|
2363
|
-
*
|
|
2371
|
+
* Curated set of production-ready themes with proper contrast and border visibility.
|
|
2364
2372
|
*/
|
|
2365
2373
|
|
|
2366
2374
|
/**
|
|
2367
|
-
*
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
/**
|
|
2371
|
-
* Optilogic Legacy Theme - Default theme
|
|
2375
|
+
* Optilogic Legacy Theme - Default light theme
|
|
2376
|
+
*
|
|
2377
|
+
* Classic Optilogic branding with deep blue (#0C0A5A) primary.
|
|
2372
2378
|
*/
|
|
2373
2379
|
declare const OPTILOGIC_LEGACY_THEME: Theme;
|
|
2374
2380
|
/**
|
|
2375
|
-
*
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
* Nature Inspired Theme - Earthy greens and browns
|
|
2380
|
-
*/
|
|
2381
|
-
declare const NATURE_THEME: Theme;
|
|
2382
|
-
/**
|
|
2383
|
-
* Sci-Fi Theme - Deep space with vibrant accents
|
|
2384
|
-
*/
|
|
2385
|
-
declare const SCIFI_THEME: Theme;
|
|
2386
|
-
/**
|
|
2387
|
-
* Ocean Theme - Calming blues and teals
|
|
2388
|
-
*/
|
|
2389
|
-
declare const OCEAN_THEME: Theme;
|
|
2390
|
-
/**
|
|
2391
|
-
* Sunset Theme - Warm oranges and purples
|
|
2392
|
-
*/
|
|
2393
|
-
declare const SUNSET_THEME: Theme;
|
|
2394
|
-
/**
|
|
2395
|
-
* Forest Theme - Deep greens and browns
|
|
2381
|
+
* Optilogic Dark Theme - Branded dark mode
|
|
2382
|
+
*
|
|
2383
|
+
* Uses Optilogic marketing site colors for a branded dark experience.
|
|
2384
|
+
* Primary palette: deep teal background with signature neon green accent.
|
|
2396
2385
|
*/
|
|
2397
|
-
declare const
|
|
2386
|
+
declare const OPTILOGIC_DARK_THEME: Theme;
|
|
2398
2387
|
/**
|
|
2399
|
-
*
|
|
2388
|
+
* Modern Light Theme - Clean, readable light mode
|
|
2389
|
+
*
|
|
2390
|
+
* Neutral grays with blue primary for a modern, professional look.
|
|
2391
|
+
* Reworked from the original Minimalist Light theme.
|
|
2400
2392
|
*/
|
|
2401
|
-
declare const
|
|
2393
|
+
declare const MODERN_LIGHT_THEME: Theme;
|
|
2394
|
+
/** @deprecated Use MODERN_LIGHT_THEME instead */
|
|
2395
|
+
declare const MINIMALIST_LIGHT_THEME: Theme;
|
|
2402
2396
|
/**
|
|
2403
|
-
*
|
|
2397
|
+
* Modern Dark Theme - Neutral, clean dark mode
|
|
2398
|
+
*
|
|
2399
|
+
* Zinc-based palette with blue accents. Strong border contrast
|
|
2400
|
+
* for clear visual separation of UI elements.
|
|
2404
2401
|
*/
|
|
2405
|
-
declare const
|
|
2402
|
+
declare const MODERN_DARK_THEME: Theme;
|
|
2406
2403
|
/**
|
|
2407
2404
|
* Dark Elegant Theme - Sophisticated dark mode
|
|
2405
|
+
*
|
|
2406
|
+
* Deep charcoal with purple/teal accents for a refined aesthetic.
|
|
2408
2407
|
*/
|
|
2409
2408
|
declare const DARK_ELEGANT_THEME: Theme;
|
|
2410
2409
|
/**
|
|
@@ -3031,6 +3030,40 @@ declare function mergeRenderers(userRenderers?: RendererRegistry): RendererRegis
|
|
|
3031
3030
|
*/
|
|
3032
3031
|
declare function resolveRenderer(registry: RendererRegistry, contentType: string): FileRenderer;
|
|
3033
3032
|
|
|
3033
|
+
interface OptilogicLogoProps extends Omit<React.SVGProps<SVGSVGElement>, "color"> {
|
|
3034
|
+
/** Override the green gradient with a solid color. Pass `"currentColor"` to inherit from CSS. */
|
|
3035
|
+
color?: string;
|
|
3036
|
+
/** Shorthand for width and height. */
|
|
3037
|
+
size?: number | string;
|
|
3038
|
+
}
|
|
3039
|
+
declare const OptilogicLogo: React$1.ForwardRefExoticComponent<Omit<OptilogicLogoProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
3040
|
+
|
|
3041
|
+
interface OptilogicLogoWithTextProps extends Omit<React.SVGProps<SVGSVGElement>, "color"> {
|
|
3042
|
+
/** Override the green gradient on the icon with a solid color. */
|
|
3043
|
+
color?: string;
|
|
3044
|
+
/** Override the text fill. Defaults to `"currentColor"`. */
|
|
3045
|
+
textColor?: string;
|
|
3046
|
+
/** Shorthand for setting height (width scales proportionally at ~3:1). */
|
|
3047
|
+
size?: number | string;
|
|
3048
|
+
}
|
|
3049
|
+
declare const OptilogicLogoWithText: React$1.ForwardRefExoticComponent<Omit<OptilogicLogoWithTextProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
3050
|
+
|
|
3051
|
+
interface CosmicFrogIconProps extends Omit<React.SVGProps<SVGSVGElement>, "color"> {
|
|
3052
|
+
/** Icon fill color. Defaults to `"currentColor"` for theme compatibility. */
|
|
3053
|
+
color?: string;
|
|
3054
|
+
/** Shorthand for width and height. */
|
|
3055
|
+
size?: number | string;
|
|
3056
|
+
}
|
|
3057
|
+
declare const CosmicFrogIcon: React$1.ForwardRefExoticComponent<Omit<CosmicFrogIconProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
3058
|
+
|
|
3059
|
+
interface DataStarIconProps extends Omit<React.SVGProps<SVGSVGElement>, "color"> {
|
|
3060
|
+
/** Icon fill color. Defaults to `"currentColor"` for theme compatibility. */
|
|
3061
|
+
color?: string;
|
|
3062
|
+
/** Shorthand for width and height. */
|
|
3063
|
+
size?: number | string;
|
|
3064
|
+
}
|
|
3065
|
+
declare const DataStarIcon: React$1.ForwardRefExoticComponent<Omit<DataStarIconProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
3066
|
+
|
|
3034
3067
|
/** @deprecated Use SortConfig instead */
|
|
3035
3068
|
type SortingConfig = {
|
|
3036
3069
|
field: string;
|
|
@@ -3038,4 +3071,4 @@ type SortingConfig = {
|
|
|
3038
3071
|
onSort: (field: string) => void;
|
|
3039
3072
|
};
|
|
3040
3073
|
|
|
3041
|
-
export { ALL_THEMES, Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, AccordionTrigger, type AccordionTriggerProps, type AccordionVariant, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Autocomplete, type AutocompleteOption, type AutocompleteProps, Badge, type BadgeProps, Board, BoardContent, type BoardContentProps, BoardHeader, type BoardHeaderProps, type BoardProps, type BuiltInContentType, Button, type ButtonProps,
|
|
3074
|
+
export { ALL_THEMES, Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, AccordionTrigger, type AccordionTriggerProps, type AccordionVariant, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Autocomplete, type AutocompleteOption, type AutocompleteProps, Badge, type BadgeProps, Board, BoardContent, type BoardContentProps, BoardHeader, type BoardHeaderProps, type BoardProps, type BuiltInContentType, Button, type ButtonProps, Calendar, type CalendarProps, Card, CardActions, type CardActionsProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardGrid, type CardGridProps, CardHeader, type CardHeaderProps, CardImage, type CardImageProps, CardList, type CardListProps, type CardProps, CardTitle, type CardTitleProps, type CellEditEvent, CellEditor, type CellEditorProps$1 as CellEditorProps, type CellPosition, Checkbox, type CheckboxProps, Chip, type ChipProps, CodeRenderer, type ColorFieldConfig, type ColumnDef, ConfirmationModal, type ConfirmationModalProps, type ContentType, type ContentTypeDetectionResult, ContextMenu, type ContextMenuItem, type ContextMenuProps, CopyButton, type CopyButtonProps, CosmicFrogIcon, type CosmicFrogIconProps, CsvRenderer, DARK_ELEGANT_THEME, DEFAULT_RENDERERS, DataGrid, type DataGridContextValue, type DataGridInternalState, type DataGridProps, type DataGridState, DataStarIcon, type DataStarIconProps, DataTable, type DataTableColumn, type DataTableProps, type DataTableSort, type DateFilterOperator, DatePicker, DatePickerInput, type DatePickerInputProps, type DatePickerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, DropdownMenuTrigger, type EditingCell, type EditorType, type FileRenderer, type FileRendererProps, FileView, type FileViewError, type FileViewProps, type FilterConfig, type FilterOperator, FilterPopover, type FilterPopoverProps$1 as FilterPopoverProps, type FilterType, type GridCellProps, HeaderCell, type HeaderCellProps$1 as HeaderCellProps, HtmlRenderer, IconButton, type IconButtonProps, ImageRenderer, Input, type InputProps, Label, type LabelProps, LoadingSpinner, type LoadingSpinnerProps, MINIMALIST_LIGHT_THEME, MODERN_DARK_THEME, MODERN_LIGHT_THEME, MarkdownRenderer, Modal, ModalButton, type ModalButtonProps, type ModalProps, type NumberFilterOperator, OPTILOGIC_DARK_THEME, OPTILOGIC_LEGACY_THEME, OptilogicLogo, type OptilogicLogoProps, OptilogicLogoWithText, type OptilogicLogoWithTextProps, PRESET_THEMES, type PaginationConfig, PlainTextRenderer, Popover, PopoverAnchor, PopoverContent, type PopoverContentProps, PopoverTrigger, Progress, type ProgressProps, type RendererRegistry, ResizablePanel, type ResizablePanelProps, ResizeHandle, type ResizeHandleProps, type ResolveImageUrl, type SearchConfig, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, type SelectOption, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, SelectableCard, type SelectableCardProps, Separator, type SeparatorProps, Skeleton, type SkeletonProps, type SortConfig, type SortingConfig, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, type TextFilterOperator, Textarea, type TextareaProps, type Theme, type ThemeHSL, type ThemeHex, ThemePicker, type ThemePickerProps, Toaster, type ToasterProps, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, type TooltipProps, TooltipProvider, TooltipRoot, TooltipTrigger, type UseContentTypeOptions, type UseContentTypeReturn, type UseContextMenuResult, accordionContentVariants, accordionItemVariants, accordionTriggerVariants, applyFilterOperator, applyFilters, applySorting, applyTheme, areThemesEqual, badgeVariants, boardVariants, buttonVariants, cardActionsVariants, cardGridVariants, cardImageVariants, cardListVariants, cardVariants, cloneTheme, cn, detectContentType, exportTheme, getCellValue, getCurrentTheme, getDefaultTheme, getFileExtension, getPresetTheme, hexToHsl, iconButtonVariants, importTheme, isPresetTheme, isTextContentType, isUrlContentType, labelVariants, loadingSpinnerVariants, mergeRenderers, resolveRenderer, themeToHsl, useColumnResize, useColumnResizeManager, useConfirmation, useContentType, useContextMenu, useDataGridState, useKeyboardNavigation, validateTheme };
|
package/dist/index.d.ts
CHANGED
|
@@ -2228,6 +2228,10 @@ interface Theme {
|
|
|
2228
2228
|
border: string;
|
|
2229
2229
|
input: string;
|
|
2230
2230
|
ring: string;
|
|
2231
|
+
/** Elevated surface border (optional, with fallback) */
|
|
2232
|
+
popoverBorder?: string;
|
|
2233
|
+
/** Divider/separator color (optional, with fallback) */
|
|
2234
|
+
divider?: string;
|
|
2231
2235
|
/** Interactive control colors (optional, with fallbacks) */
|
|
2232
2236
|
toggleTrack?: string;
|
|
2233
2237
|
toggleTrackForeground?: string;
|
|
@@ -2288,6 +2292,8 @@ interface ThemeHSL extends Omit<Theme, keyof ThemeColorFields> {
|
|
|
2288
2292
|
border: string;
|
|
2289
2293
|
input: string;
|
|
2290
2294
|
ring: string;
|
|
2295
|
+
popoverBorder?: string;
|
|
2296
|
+
divider?: string;
|
|
2291
2297
|
toggleTrack?: string;
|
|
2292
2298
|
toggleTrackForeground?: string;
|
|
2293
2299
|
inputHover?: string;
|
|
@@ -2330,6 +2336,8 @@ type ThemeColorFields = {
|
|
|
2330
2336
|
border: string;
|
|
2331
2337
|
input: string;
|
|
2332
2338
|
ring: string;
|
|
2339
|
+
popoverBorder?: string;
|
|
2340
|
+
divider?: string;
|
|
2333
2341
|
toggleTrack?: string;
|
|
2334
2342
|
toggleTrackForeground?: string;
|
|
2335
2343
|
inputHover?: string;
|
|
@@ -2360,51 +2368,42 @@ interface ColorFieldConfig {
|
|
|
2360
2368
|
* Theme Presets
|
|
2361
2369
|
*
|
|
2362
2370
|
* Built-in theme definitions for opti-ui.
|
|
2363
|
-
*
|
|
2371
|
+
* Curated set of production-ready themes with proper contrast and border visibility.
|
|
2364
2372
|
*/
|
|
2365
2373
|
|
|
2366
2374
|
/**
|
|
2367
|
-
*
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
/**
|
|
2371
|
-
* Optilogic Legacy Theme - Default theme
|
|
2375
|
+
* Optilogic Legacy Theme - Default light theme
|
|
2376
|
+
*
|
|
2377
|
+
* Classic Optilogic branding with deep blue (#0C0A5A) primary.
|
|
2372
2378
|
*/
|
|
2373
2379
|
declare const OPTILOGIC_LEGACY_THEME: Theme;
|
|
2374
2380
|
/**
|
|
2375
|
-
*
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
* Nature Inspired Theme - Earthy greens and browns
|
|
2380
|
-
*/
|
|
2381
|
-
declare const NATURE_THEME: Theme;
|
|
2382
|
-
/**
|
|
2383
|
-
* Sci-Fi Theme - Deep space with vibrant accents
|
|
2384
|
-
*/
|
|
2385
|
-
declare const SCIFI_THEME: Theme;
|
|
2386
|
-
/**
|
|
2387
|
-
* Ocean Theme - Calming blues and teals
|
|
2388
|
-
*/
|
|
2389
|
-
declare const OCEAN_THEME: Theme;
|
|
2390
|
-
/**
|
|
2391
|
-
* Sunset Theme - Warm oranges and purples
|
|
2392
|
-
*/
|
|
2393
|
-
declare const SUNSET_THEME: Theme;
|
|
2394
|
-
/**
|
|
2395
|
-
* Forest Theme - Deep greens and browns
|
|
2381
|
+
* Optilogic Dark Theme - Branded dark mode
|
|
2382
|
+
*
|
|
2383
|
+
* Uses Optilogic marketing site colors for a branded dark experience.
|
|
2384
|
+
* Primary palette: deep teal background with signature neon green accent.
|
|
2396
2385
|
*/
|
|
2397
|
-
declare const
|
|
2386
|
+
declare const OPTILOGIC_DARK_THEME: Theme;
|
|
2398
2387
|
/**
|
|
2399
|
-
*
|
|
2388
|
+
* Modern Light Theme - Clean, readable light mode
|
|
2389
|
+
*
|
|
2390
|
+
* Neutral grays with blue primary for a modern, professional look.
|
|
2391
|
+
* Reworked from the original Minimalist Light theme.
|
|
2400
2392
|
*/
|
|
2401
|
-
declare const
|
|
2393
|
+
declare const MODERN_LIGHT_THEME: Theme;
|
|
2394
|
+
/** @deprecated Use MODERN_LIGHT_THEME instead */
|
|
2395
|
+
declare const MINIMALIST_LIGHT_THEME: Theme;
|
|
2402
2396
|
/**
|
|
2403
|
-
*
|
|
2397
|
+
* Modern Dark Theme - Neutral, clean dark mode
|
|
2398
|
+
*
|
|
2399
|
+
* Zinc-based palette with blue accents. Strong border contrast
|
|
2400
|
+
* for clear visual separation of UI elements.
|
|
2404
2401
|
*/
|
|
2405
|
-
declare const
|
|
2402
|
+
declare const MODERN_DARK_THEME: Theme;
|
|
2406
2403
|
/**
|
|
2407
2404
|
* Dark Elegant Theme - Sophisticated dark mode
|
|
2405
|
+
*
|
|
2406
|
+
* Deep charcoal with purple/teal accents for a refined aesthetic.
|
|
2408
2407
|
*/
|
|
2409
2408
|
declare const DARK_ELEGANT_THEME: Theme;
|
|
2410
2409
|
/**
|
|
@@ -3031,6 +3030,40 @@ declare function mergeRenderers(userRenderers?: RendererRegistry): RendererRegis
|
|
|
3031
3030
|
*/
|
|
3032
3031
|
declare function resolveRenderer(registry: RendererRegistry, contentType: string): FileRenderer;
|
|
3033
3032
|
|
|
3033
|
+
interface OptilogicLogoProps extends Omit<React.SVGProps<SVGSVGElement>, "color"> {
|
|
3034
|
+
/** Override the green gradient with a solid color. Pass `"currentColor"` to inherit from CSS. */
|
|
3035
|
+
color?: string;
|
|
3036
|
+
/** Shorthand for width and height. */
|
|
3037
|
+
size?: number | string;
|
|
3038
|
+
}
|
|
3039
|
+
declare const OptilogicLogo: React$1.ForwardRefExoticComponent<Omit<OptilogicLogoProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
3040
|
+
|
|
3041
|
+
interface OptilogicLogoWithTextProps extends Omit<React.SVGProps<SVGSVGElement>, "color"> {
|
|
3042
|
+
/** Override the green gradient on the icon with a solid color. */
|
|
3043
|
+
color?: string;
|
|
3044
|
+
/** Override the text fill. Defaults to `"currentColor"`. */
|
|
3045
|
+
textColor?: string;
|
|
3046
|
+
/** Shorthand for setting height (width scales proportionally at ~3:1). */
|
|
3047
|
+
size?: number | string;
|
|
3048
|
+
}
|
|
3049
|
+
declare const OptilogicLogoWithText: React$1.ForwardRefExoticComponent<Omit<OptilogicLogoWithTextProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
3050
|
+
|
|
3051
|
+
interface CosmicFrogIconProps extends Omit<React.SVGProps<SVGSVGElement>, "color"> {
|
|
3052
|
+
/** Icon fill color. Defaults to `"currentColor"` for theme compatibility. */
|
|
3053
|
+
color?: string;
|
|
3054
|
+
/** Shorthand for width and height. */
|
|
3055
|
+
size?: number | string;
|
|
3056
|
+
}
|
|
3057
|
+
declare const CosmicFrogIcon: React$1.ForwardRefExoticComponent<Omit<CosmicFrogIconProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
3058
|
+
|
|
3059
|
+
interface DataStarIconProps extends Omit<React.SVGProps<SVGSVGElement>, "color"> {
|
|
3060
|
+
/** Icon fill color. Defaults to `"currentColor"` for theme compatibility. */
|
|
3061
|
+
color?: string;
|
|
3062
|
+
/** Shorthand for width and height. */
|
|
3063
|
+
size?: number | string;
|
|
3064
|
+
}
|
|
3065
|
+
declare const DataStarIcon: React$1.ForwardRefExoticComponent<Omit<DataStarIconProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
3066
|
+
|
|
3034
3067
|
/** @deprecated Use SortConfig instead */
|
|
3035
3068
|
type SortingConfig = {
|
|
3036
3069
|
field: string;
|
|
@@ -3038,4 +3071,4 @@ type SortingConfig = {
|
|
|
3038
3071
|
onSort: (field: string) => void;
|
|
3039
3072
|
};
|
|
3040
3073
|
|
|
3041
|
-
export { ALL_THEMES, Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, AccordionTrigger, type AccordionTriggerProps, type AccordionVariant, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Autocomplete, type AutocompleteOption, type AutocompleteProps, Badge, type BadgeProps, Board, BoardContent, type BoardContentProps, BoardHeader, type BoardHeaderProps, type BoardProps, type BuiltInContentType, Button, type ButtonProps,
|
|
3074
|
+
export { ALL_THEMES, Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, AccordionTrigger, type AccordionTriggerProps, type AccordionVariant, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Autocomplete, type AutocompleteOption, type AutocompleteProps, Badge, type BadgeProps, Board, BoardContent, type BoardContentProps, BoardHeader, type BoardHeaderProps, type BoardProps, type BuiltInContentType, Button, type ButtonProps, Calendar, type CalendarProps, Card, CardActions, type CardActionsProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardGrid, type CardGridProps, CardHeader, type CardHeaderProps, CardImage, type CardImageProps, CardList, type CardListProps, type CardProps, CardTitle, type CardTitleProps, type CellEditEvent, CellEditor, type CellEditorProps$1 as CellEditorProps, type CellPosition, Checkbox, type CheckboxProps, Chip, type ChipProps, CodeRenderer, type ColorFieldConfig, type ColumnDef, ConfirmationModal, type ConfirmationModalProps, type ContentType, type ContentTypeDetectionResult, ContextMenu, type ContextMenuItem, type ContextMenuProps, CopyButton, type CopyButtonProps, CosmicFrogIcon, type CosmicFrogIconProps, CsvRenderer, DARK_ELEGANT_THEME, DEFAULT_RENDERERS, DataGrid, type DataGridContextValue, type DataGridInternalState, type DataGridProps, type DataGridState, DataStarIcon, type DataStarIconProps, DataTable, type DataTableColumn, type DataTableProps, type DataTableSort, type DateFilterOperator, DatePicker, DatePickerInput, type DatePickerInputProps, type DatePickerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, DropdownMenuTrigger, type EditingCell, type EditorType, type FileRenderer, type FileRendererProps, FileView, type FileViewError, type FileViewProps, type FilterConfig, type FilterOperator, FilterPopover, type FilterPopoverProps$1 as FilterPopoverProps, type FilterType, type GridCellProps, HeaderCell, type HeaderCellProps$1 as HeaderCellProps, HtmlRenderer, IconButton, type IconButtonProps, ImageRenderer, Input, type InputProps, Label, type LabelProps, LoadingSpinner, type LoadingSpinnerProps, MINIMALIST_LIGHT_THEME, MODERN_DARK_THEME, MODERN_LIGHT_THEME, MarkdownRenderer, Modal, ModalButton, type ModalButtonProps, type ModalProps, type NumberFilterOperator, OPTILOGIC_DARK_THEME, OPTILOGIC_LEGACY_THEME, OptilogicLogo, type OptilogicLogoProps, OptilogicLogoWithText, type OptilogicLogoWithTextProps, PRESET_THEMES, type PaginationConfig, PlainTextRenderer, Popover, PopoverAnchor, PopoverContent, type PopoverContentProps, PopoverTrigger, Progress, type ProgressProps, type RendererRegistry, ResizablePanel, type ResizablePanelProps, ResizeHandle, type ResizeHandleProps, type ResolveImageUrl, type SearchConfig, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, type SelectOption, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, SelectableCard, type SelectableCardProps, Separator, type SeparatorProps, Skeleton, type SkeletonProps, type SortConfig, type SortingConfig, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, type TextFilterOperator, Textarea, type TextareaProps, type Theme, type ThemeHSL, type ThemeHex, ThemePicker, type ThemePickerProps, Toaster, type ToasterProps, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, type TooltipProps, TooltipProvider, TooltipRoot, TooltipTrigger, type UseContentTypeOptions, type UseContentTypeReturn, type UseContextMenuResult, accordionContentVariants, accordionItemVariants, accordionTriggerVariants, applyFilterOperator, applyFilters, applySorting, applyTheme, areThemesEqual, badgeVariants, boardVariants, buttonVariants, cardActionsVariants, cardGridVariants, cardImageVariants, cardListVariants, cardVariants, cloneTheme, cn, detectContentType, exportTheme, getCellValue, getCurrentTheme, getDefaultTheme, getFileExtension, getPresetTheme, hexToHsl, iconButtonVariants, importTheme, isPresetTheme, isTextContentType, isUrlContentType, labelVariants, loadingSpinnerVariants, mergeRenderers, resolveRenderer, themeToHsl, useColumnResize, useColumnResizeManager, useConfirmation, useContentType, useContextMenu, useDataGridState, useKeyboardNavigation, validateTheme };
|