@tinacms/mdx 2.1.11 → 2.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.
@@ -1,2 +1,2 @@
1
- import type { TokenizeContext, Effects, State } from 'micromark-util-types';
1
+ import type { Effects, State, TokenizeContext } from 'micromark-util-types';
2
2
  export declare function factoryName(this: TokenizeContext, effects: Effects, ok: State, nok: State, type: string, patternName: string): State;
@@ -1,3 +1,3 @@
1
- import type { Pattern } from '../../stringify';
2
1
  import type { Construct } from 'micromark-util-types';
2
+ import type { Pattern } from '../../stringify';
3
3
  export declare const directiveContainer: (pattern: Pattern) => Construct;
@@ -1,5 +1,5 @@
1
- import type { Pattern } from '../../stringify';
2
1
  import type { Construct } from 'micromark-util-types';
2
+ import type { Pattern } from '../../stringify';
3
3
  export declare const findCode: (string: string | undefined | null) => number | null;
4
4
  export declare const printCode: (num: number) => void;
5
5
  export declare const directiveLeaf: (pattern: Pattern) => Construct;