elastic-input 0.3.7 → 0.3.8

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.
@@ -2,7 +2,6 @@ import { Token } from '../lexer/tokens';
2
2
  import { CursorContext } from '../parser/Parser';
3
3
  import { FieldConfig, SavedSearch, HistoryEntry } from '../types';
4
4
  import { Suggestion } from './suggestionTypes';
5
-
6
5
  export interface AutocompleteResult {
7
6
  suggestions: Suggestion[];
8
7
  showDatePicker: boolean;
@@ -1,6 +1,5 @@
1
1
  import { Token } from '../lexer/tokens';
2
2
  import { ColorConfig, FieldType } from '../types';
3
-
4
3
  export interface HighlightOptions {
5
4
  cursorOffset?: number;
6
5
  /** Custom class name appended to every token span. */
@@ -1,5 +1,4 @@
1
1
  import { ColorConfig, StyleConfig } from './types';
2
-
3
2
  /** Default color palette for light backgrounds (GitHub-inspired). */
4
3
  export declare const DEFAULT_COLORS: Required<ColorConfig>;
5
4
  /** Dark mode color palette (GitHub Dark-inspired). */