Comparing version 0.91.1 to 0.91.2
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ import type { Keys } from './types-utils'; | ||
/* 0.91.2 */ import type { Keys } from './types-utils'; | ||
import type { ParseMode, Style } from './core-types'; | ||
@@ -105,2 +105,6 @@ import type { InsertOptions, Mathfield, Model } from './mathfield'; | ||
/** | ||
* @category Prompt | ||
*/ | ||
insertPrompt: (mathfield: Mathfield, id?: string, options?: InsertOptions) => boolean; | ||
/** | ||
* @category Array | ||
@@ -107,0 +111,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle'; | ||
/* 0.91.2 */ export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle'; | ||
export type NormalizedMacroDictionary = Record<string, MacroDefinition>; | ||
@@ -3,0 +3,0 @@ export type ArgumentType = ParseMode | ('bbox' | 'colspec' | 'delim' | 'dimen' | 'number' | 'rest' | 'glue' | 'string' | 'balanced-string' | 'auto'); |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ declare module '@cortex-js/compute-engine' { | ||
/* 0.91.2 */ declare module '@cortex-js/compute-engine' { | ||
export type ComputeEngine = any; | ||
@@ -6,1 +6,5 @@ export type BoxedExpression = any; | ||
} | ||
declare module '@cortex-js/compute-engine/dist/types/math-json/math-json-format' { | ||
export type Expression = any; | ||
} |
@@ -1,3 +0,2 @@ | ||
/* 0.91.1 */ /// <reference types="./cortex-compute-engine.d.ts" /> | ||
import { Selector } from './commands'; | ||
/* 0.91.2 */ import { Selector } from './commands'; | ||
import type { LatexSyntaxError, MacroDictionary, ParseMode, Registers, Style } from './core-types'; | ||
@@ -4,0 +3,0 @@ import { InsertOptions, OutputFormat, Offset, Range, Selection, Mathfield } from './mathfield'; |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ import type { ParseMode, Style } from './core-types'; | ||
/* 0.91.2 */ import type { ParseMode, Style } from './core-types'; | ||
import { Selector } from './commands'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ import { Expression } from './mathfield-element'; | ||
/* 0.91.2 */ import { Expression } from './mathfield-element'; | ||
import type { LatexSyntaxError, ParseMode } from './core-types'; | ||
@@ -3,0 +3,0 @@ import '../core/modes'; |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ /** | ||
/* 0.91.2 */ /** | ||
* | ||
@@ -14,4 +14,4 @@ * Use MathLive to render and edit mathematical formulas. | ||
* | ||
* @packageDocumentation MathLive SDK Reference 0.91.1 | ||
* @version 0.91.1 | ||
* @packageDocumentation MathLive SDK Reference 0.91.2 | ||
* @version 0.91.2 | ||
* | ||
@@ -18,0 +18,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ import type { Mathfield, Range } from './mathfield'; | ||
/* 0.91.2 */ import type { Mathfield, Range } from './mathfield'; | ||
import type { Selector } from './commands'; | ||
@@ -3,0 +3,0 @@ import type { ParseMode, MacroDictionary, Registers } from './core-types'; |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ /** | ||
/* 0.91.2 */ /** | ||
* @internal | ||
@@ -3,0 +3,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ import { Selector } from 'mathlive'; | ||
/* 0.91.2 */ import { Selector } from 'mathlive'; | ||
import type { VirtualKeyboardOptions, AlphabeticKeyboardLayout, VirtualKeyboardLayer, VirtualKeyboardLayout, ActionToolbarOptions } from './virtual-keyboard'; | ||
@@ -3,0 +3,0 @@ export interface MathfieldProxy { |
@@ -1,2 +0,2 @@ | ||
/* 0.91.1 */ import { Selector } from './commands'; | ||
/* 0.91.2 */ import { Selector } from './commands'; | ||
import { OriginValidator } from './options'; | ||
@@ -3,0 +3,0 @@ export type AlphabeticKeyboardLayout = 'auto' | 'qwerty' | 'azerty' | 'qwertz' | 'dvorak' | 'colemak'; |
{ | ||
"name": "mathlive", | ||
"version": "0.91.1", | ||
"version": "0.91.2", | ||
"description": "A web component for math input", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4647376
82233