mathlive-tera
Advanced tools
Comparing version 0.99.12 to 0.100.0
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ import type { Keys } from './types-utils'; | ||
/* 0.100.0 */ import type { Keys } from './types-utils'; | ||
import type { ParseMode, Style, TabularEnvironment } from './core-types'; | ||
@@ -3,0 +3,0 @@ import type { InsertOptions, Mathfield, Model } from './mathfield'; |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle'; | ||
/* 0.100.0 */ export type MathstyleName = 'displaystyle' | 'textstyle' | 'scriptstyle' | 'scriptscriptstyle'; | ||
/** @internal */ | ||
@@ -3,0 +3,0 @@ export type ArgumentType = ParseMode | ('bbox' | 'colspec' | 'delim' | 'value' | 'rest' | 'string' | 'balanced-string' | 'expression' | 'auto'); |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ import type { Selector } from './commands'; | ||
/* 0.100.0 */ import type { Selector } from './commands'; | ||
import type { LatexSyntaxError, MacroDictionary, ParseMode, Registers, Style } from './core-types'; | ||
@@ -3,0 +3,0 @@ import type { InsertOptions, Mathfield, Offset, OutputFormat, Range, Selection } from './mathfield'; |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ import type { Selector } from './commands'; | ||
/* 0.100.0 */ import type { Selector } from './commands'; | ||
import type { ParseMode, Style } from './core-types'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ /** | ||
/* 0.100.0 */ /** | ||
* Server-side rendering exports. | ||
@@ -3,0 +3,0 @@ * |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ /** | ||
/* 0.100.0 */ /** | ||
* | ||
@@ -23,3 +23,3 @@ * Importing this package in a web page will make the `<math-field>` custom | ||
* @packageDocumentation Mathfield API Reference | ||
* @version 0.99.11 | ||
* @version 0.100.0 | ||
* | ||
@@ -26,0 +26,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ import type { Mathfield, Range } from './mathfield'; | ||
/* 0.100.0 */ import type { Mathfield, Range } from './mathfield'; | ||
import type { Selector } from './commands'; | ||
@@ -3,0 +3,0 @@ import type { ParseMode, MacroDictionary, Registers } from './core-types'; |
@@ -1,1 +0,1 @@ | ||
/* 0.99.11 */ export { SeparatorCharacter, SeparatorUtils, CharacterLatexMap, } from '../tera-research/separator'; | ||
/* 0.100.0 */ export { SeparatorCharacter, SeparatorUtils, CharacterLatexMap, } from '../tera-research/separator'; |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ /** | ||
/* 0.100.0 */ /** | ||
* @internal | ||
@@ -3,0 +3,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ export type KeyboardModifiers = { | ||
/* 0.100.0 */ export type KeyboardModifiers = { | ||
alt: boolean; | ||
@@ -3,0 +3,0 @@ control: boolean; |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ import type { KeyboardModifiers } from './ui-events-types'; | ||
/* 0.100.0 */ import type { KeyboardModifiers } from './ui-events-types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * The type of a menu item: |
@@ -1,2 +0,2 @@ | ||
/* 0.99.11 */ import type { Selector } from './commands'; | ||
/* 0.100.0 */ import type { Selector } from './commands'; | ||
import type { ParseMode, Style } from './core-types'; | ||
@@ -3,0 +3,0 @@ import type { OriginValidator } from './options'; |
{ | ||
"name": "mathlive-tera", | ||
"version": "0.99.12", | ||
"version": "0.100.0", | ||
"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
5475685
102429