@krainovsd/markdown-editor 0.0.2 → 0.0.3

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.
Files changed (200) hide show
  1. package/README.md +100 -0
  2. package/lib/cjs/bundle.cjs +2 -1
  3. package/lib/cjs/bundle.cjs.map +1 -0
  4. package/lib/esm/index.js +2 -1
  5. package/lib/esm/index.js.map +1 -0
  6. package/package.json +4 -2
  7. package/tmp/app/helpers/common-test.d.ts +0 -1
  8. package/tmp/app/helpers/full-example.d.ts +0 -1
  9. package/tmp/app/helpers/index.d.ts +0 -1
  10. package/tmp/app/helpers/random-color.d.ts +0 -1
  11. package/tmp/app/helpers/random-string.d.ts +0 -1
  12. package/tmp/app/helpers/stress-test.d.ts +0 -1
  13. package/tmp/app/index.d.ts +0 -1
  14. package/tmp/extensions/compartments/index.d.ts +0 -1
  15. package/tmp/extensions/index.d.ts +0 -1
  16. package/tmp/extensions/init-extensions.d.ts +0 -1
  17. package/tmp/extensions/keymaps/bold-keymap.d.ts +0 -1
  18. package/tmp/extensions/keymaps/index.d.ts +0 -1
  19. package/tmp/extensions/keymaps/init-key-map.d.ts +0 -1
  20. package/tmp/extensions/keymaps/italic-key-map.d.ts +0 -1
  21. package/tmp/extensions/keymaps/line-through-key-map.d.ts +0 -1
  22. package/tmp/extensions/keymaps/underline-key-map.d.ts +0 -1
  23. package/tmp/extensions/listeners/get-change-event.d.ts +0 -1
  24. package/tmp/extensions/listeners/get-focus-event.d.ts +0 -1
  25. package/tmp/extensions/listeners/index.d.ts +0 -1
  26. package/tmp/extensions/listeners/init-listeners.d.ts +0 -1
  27. package/tmp/extensions/markdown/blockquote/blockquote-constants.d.ts +0 -1
  28. package/tmp/extensions/markdown/blockquote/blockquote-decoration.d.ts +0 -1
  29. package/tmp/extensions/markdown/blockquote/blockquote-widget.d.ts +0 -1
  30. package/tmp/extensions/markdown/blockquote/index.d.ts +0 -1
  31. package/tmp/extensions/markdown/bold/bold-constants.d.ts +0 -1
  32. package/tmp/extensions/markdown/bold/bold-decoration.d.ts +0 -1
  33. package/tmp/extensions/markdown/bold/index.d.ts +0 -1
  34. package/tmp/extensions/markdown/code/code-constants.d.ts +0 -1
  35. package/tmp/extensions/markdown/code/code-decoration.d.ts +0 -1
  36. package/tmp/extensions/markdown/code/code-widget.d.ts +0 -1
  37. package/tmp/extensions/markdown/code/index.d.ts +0 -1
  38. package/tmp/extensions/markdown/header/header-constants.d.ts +0 -1
  39. package/tmp/extensions/markdown/header/header-decoration.d.ts +0 -1
  40. package/tmp/extensions/markdown/header/index.d.ts +0 -1
  41. package/tmp/extensions/markdown/horizontal/horizontal-constants.d.ts +0 -1
  42. package/tmp/extensions/markdown/horizontal/horizontal-decoration.d.ts +0 -1
  43. package/tmp/extensions/markdown/horizontal/index.d.ts +0 -1
  44. package/tmp/extensions/markdown/image/image-constants.d.ts +0 -1
  45. package/tmp/extensions/markdown/image/image-decoration.d.ts +0 -1
  46. package/tmp/extensions/markdown/image/image-widget.d.ts +0 -1
  47. package/tmp/extensions/markdown/image/index.d.ts +0 -1
  48. package/tmp/extensions/markdown/index.d.ts +0 -1
  49. package/tmp/extensions/markdown/init-markdown.d.ts +0 -1
  50. package/tmp/extensions/markdown/italic/index.d.ts +0 -1
  51. package/tmp/extensions/markdown/italic/italic-constants.d.ts +0 -1
  52. package/tmp/extensions/markdown/italic/italic-decoration.d.ts +0 -1
  53. package/tmp/extensions/markdown/link/auto-link-decoration.d.ts +0 -1
  54. package/tmp/extensions/markdown/link/index.d.ts +0 -1
  55. package/tmp/extensions/markdown/link/link-constants.d.ts +0 -1
  56. package/tmp/extensions/markdown/link/link-decoration.d.ts +0 -1
  57. package/tmp/extensions/markdown/link/link-label-decoration.d.ts +0 -1
  58. package/tmp/extensions/markdown/link/link-widget.d.ts +0 -1
  59. package/tmp/extensions/markdown/list/index.d.ts +0 -1
  60. package/tmp/extensions/markdown/list/list-constants.d.ts +0 -1
  61. package/tmp/extensions/markdown/list/list-decoration.d.ts +0 -1
  62. package/tmp/extensions/markdown/list/list-widget.d.ts +0 -1
  63. package/tmp/extensions/markdown/markdown-decoration.d.ts +0 -1
  64. package/tmp/extensions/markdown/markdown-types.d.ts +0 -1
  65. package/tmp/extensions/markdown/mention/index.d.ts +0 -1
  66. package/tmp/extensions/markdown/mention/mention-constants.d.ts +0 -1
  67. package/tmp/extensions/markdown/mention/mention-decoration.d.ts +0 -1
  68. package/tmp/extensions/markdown/mention/mention-parser.d.ts +0 -1
  69. package/tmp/extensions/markdown/strike-through/index.d.ts +0 -1
  70. package/tmp/extensions/markdown/strike-through/strike-through-constants.d.ts +0 -1
  71. package/tmp/extensions/markdown/strike-through/strike-through-decoration.d.ts +0 -1
  72. package/tmp/extensions/markdown/todo/index.d.ts +0 -1
  73. package/tmp/extensions/markdown/todo/todo-constants.d.ts +0 -1
  74. package/tmp/extensions/markdown/todo/todo-decoration.d.ts +0 -1
  75. package/tmp/extensions/markdown/todo/todo-widget.d.ts +0 -1
  76. package/tmp/extensions/settings/index.d.ts +0 -1
  77. package/tmp/extensions/settings/init-settings.d.ts +0 -1
  78. package/tmp/extensions/theme/index.d.ts +0 -1
  79. package/tmp/extensions/theme/init-theme.d.ts +0 -1
  80. package/tmp/extensions/theme/theme-constants.d.ts +0 -1
  81. package/tmp/extensions/theme/theme-types.d.ts +0 -1
  82. package/tmp/extensions/theme/themes/get-dark-theme.d.ts +0 -1
  83. package/tmp/extensions/theme/themes/get-highlight-template.d.ts +0 -1
  84. package/tmp/extensions/theme/themes/get-light-theme.d.ts +0 -1
  85. package/tmp/extensions/theme/themes/get-theme-template.d.ts +0 -1
  86. package/tmp/extensions/theme/themes/index.d.ts +0 -1
  87. package/tmp/index.d.ts +0 -1
  88. package/tmp/lib/index.d.ts +0 -1
  89. package/tmp/lib/utils/copy-to-clipboard.d.ts +0 -1
  90. package/tmp/lib/utils/get-decoration.d.ts +0 -1
  91. package/tmp/lib/utils/index.d.ts +0 -1
  92. package/tmp/lib/utils/is-in-range.d.ts +0 -1
  93. package/tmp/lib/utils/is-range-overlap.d.ts +0 -1
  94. package/tmp/lib/utils/tick.d.ts +0 -1
  95. package/tmp/module/Editor/Editor.d.ts +0 -1
  96. package/tmp/module/Editor/Editor.types.d.ts +1 -2
  97. package/tmp/module/Editor/index.d.ts +0 -1
  98. package/tmp/module/Editor/lib/index.d.ts +0 -1
  99. package/tmp/module/Editor/lib/init-editor-provider.d.ts +0 -1
  100. package/tmp/module/Editor/lib/init-editor-state.d.ts +1 -2
  101. package/tmp/module/Editor/lib/init-editor.d.ts +0 -1
  102. package/tmp/module/index.d.ts +0 -1
  103. package/lib/cjs/bundle.css +0 -1
  104. package/lib/esm/index.css +0 -1
  105. package/tmp/app/helpers/common-test.d.ts.map +0 -1
  106. package/tmp/app/helpers/full-example.d.ts.map +0 -1
  107. package/tmp/app/helpers/index.d.ts.map +0 -1
  108. package/tmp/app/helpers/random-color.d.ts.map +0 -1
  109. package/tmp/app/helpers/random-string.d.ts.map +0 -1
  110. package/tmp/app/helpers/stress-test.d.ts.map +0 -1
  111. package/tmp/app/index.d.ts.map +0 -1
  112. package/tmp/extensions/compartments/index.d.ts.map +0 -1
  113. package/tmp/extensions/index.d.ts.map +0 -1
  114. package/tmp/extensions/init-extensions.d.ts.map +0 -1
  115. package/tmp/extensions/keymaps/bold-keymap.d.ts.map +0 -1
  116. package/tmp/extensions/keymaps/index.d.ts.map +0 -1
  117. package/tmp/extensions/keymaps/init-key-map.d.ts.map +0 -1
  118. package/tmp/extensions/keymaps/italic-key-map.d.ts.map +0 -1
  119. package/tmp/extensions/keymaps/line-through-key-map.d.ts.map +0 -1
  120. package/tmp/extensions/keymaps/underline-key-map.d.ts.map +0 -1
  121. package/tmp/extensions/listeners/get-change-event.d.ts.map +0 -1
  122. package/tmp/extensions/listeners/get-focus-event.d.ts.map +0 -1
  123. package/tmp/extensions/listeners/index.d.ts.map +0 -1
  124. package/tmp/extensions/listeners/init-listeners.d.ts.map +0 -1
  125. package/tmp/extensions/markdown/blockquote/blockquote-constants.d.ts.map +0 -1
  126. package/tmp/extensions/markdown/blockquote/blockquote-decoration.d.ts.map +0 -1
  127. package/tmp/extensions/markdown/blockquote/blockquote-widget.d.ts.map +0 -1
  128. package/tmp/extensions/markdown/blockquote/index.d.ts.map +0 -1
  129. package/tmp/extensions/markdown/bold/bold-constants.d.ts.map +0 -1
  130. package/tmp/extensions/markdown/bold/bold-decoration.d.ts.map +0 -1
  131. package/tmp/extensions/markdown/bold/index.d.ts.map +0 -1
  132. package/tmp/extensions/markdown/code/code-constants.d.ts.map +0 -1
  133. package/tmp/extensions/markdown/code/code-decoration.d.ts.map +0 -1
  134. package/tmp/extensions/markdown/code/code-widget.d.ts.map +0 -1
  135. package/tmp/extensions/markdown/code/index.d.ts.map +0 -1
  136. package/tmp/extensions/markdown/header/header-constants.d.ts.map +0 -1
  137. package/tmp/extensions/markdown/header/header-decoration.d.ts.map +0 -1
  138. package/tmp/extensions/markdown/header/index.d.ts.map +0 -1
  139. package/tmp/extensions/markdown/horizontal/horizontal-constants.d.ts.map +0 -1
  140. package/tmp/extensions/markdown/horizontal/horizontal-decoration.d.ts.map +0 -1
  141. package/tmp/extensions/markdown/horizontal/index.d.ts.map +0 -1
  142. package/tmp/extensions/markdown/image/image-constants.d.ts.map +0 -1
  143. package/tmp/extensions/markdown/image/image-decoration.d.ts.map +0 -1
  144. package/tmp/extensions/markdown/image/image-widget.d.ts.map +0 -1
  145. package/tmp/extensions/markdown/image/index.d.ts.map +0 -1
  146. package/tmp/extensions/markdown/index.d.ts.map +0 -1
  147. package/tmp/extensions/markdown/init-markdown.d.ts.map +0 -1
  148. package/tmp/extensions/markdown/italic/index.d.ts.map +0 -1
  149. package/tmp/extensions/markdown/italic/italic-constants.d.ts.map +0 -1
  150. package/tmp/extensions/markdown/italic/italic-decoration.d.ts.map +0 -1
  151. package/tmp/extensions/markdown/link/auto-link-decoration.d.ts.map +0 -1
  152. package/tmp/extensions/markdown/link/index.d.ts.map +0 -1
  153. package/tmp/extensions/markdown/link/link-constants.d.ts.map +0 -1
  154. package/tmp/extensions/markdown/link/link-decoration.d.ts.map +0 -1
  155. package/tmp/extensions/markdown/link/link-label-decoration.d.ts.map +0 -1
  156. package/tmp/extensions/markdown/link/link-widget.d.ts.map +0 -1
  157. package/tmp/extensions/markdown/list/index.d.ts.map +0 -1
  158. package/tmp/extensions/markdown/list/list-constants.d.ts.map +0 -1
  159. package/tmp/extensions/markdown/list/list-decoration.d.ts.map +0 -1
  160. package/tmp/extensions/markdown/list/list-widget.d.ts.map +0 -1
  161. package/tmp/extensions/markdown/markdown-decoration.d.ts.map +0 -1
  162. package/tmp/extensions/markdown/markdown-types.d.ts.map +0 -1
  163. package/tmp/extensions/markdown/mention/index.d.ts.map +0 -1
  164. package/tmp/extensions/markdown/mention/mention-constants.d.ts.map +0 -1
  165. package/tmp/extensions/markdown/mention/mention-decoration.d.ts.map +0 -1
  166. package/tmp/extensions/markdown/mention/mention-parser.d.ts.map +0 -1
  167. package/tmp/extensions/markdown/strike-through/index.d.ts.map +0 -1
  168. package/tmp/extensions/markdown/strike-through/strike-through-constants.d.ts.map +0 -1
  169. package/tmp/extensions/markdown/strike-through/strike-through-decoration.d.ts.map +0 -1
  170. package/tmp/extensions/markdown/todo/index.d.ts.map +0 -1
  171. package/tmp/extensions/markdown/todo/todo-constants.d.ts.map +0 -1
  172. package/tmp/extensions/markdown/todo/todo-decoration.d.ts.map +0 -1
  173. package/tmp/extensions/markdown/todo/todo-widget.d.ts.map +0 -1
  174. package/tmp/extensions/settings/index.d.ts.map +0 -1
  175. package/tmp/extensions/settings/init-settings.d.ts.map +0 -1
  176. package/tmp/extensions/theme/index.d.ts.map +0 -1
  177. package/tmp/extensions/theme/init-theme.d.ts.map +0 -1
  178. package/tmp/extensions/theme/theme-constants.d.ts.map +0 -1
  179. package/tmp/extensions/theme/theme-types.d.ts.map +0 -1
  180. package/tmp/extensions/theme/themes/get-dark-theme.d.ts.map +0 -1
  181. package/tmp/extensions/theme/themes/get-highlight-template.d.ts.map +0 -1
  182. package/tmp/extensions/theme/themes/get-light-theme.d.ts.map +0 -1
  183. package/tmp/extensions/theme/themes/get-theme-template.d.ts.map +0 -1
  184. package/tmp/extensions/theme/themes/index.d.ts.map +0 -1
  185. package/tmp/index.d.ts.map +0 -1
  186. package/tmp/lib/index.d.ts.map +0 -1
  187. package/tmp/lib/utils/copy-to-clipboard.d.ts.map +0 -1
  188. package/tmp/lib/utils/get-decoration.d.ts.map +0 -1
  189. package/tmp/lib/utils/index.d.ts.map +0 -1
  190. package/tmp/lib/utils/is-in-range.d.ts.map +0 -1
  191. package/tmp/lib/utils/is-range-overlap.d.ts.map +0 -1
  192. package/tmp/lib/utils/tick.d.ts.map +0 -1
  193. package/tmp/module/Editor/Editor.d.ts.map +0 -1
  194. package/tmp/module/Editor/Editor.types.d.ts.map +0 -1
  195. package/tmp/module/Editor/index.d.ts.map +0 -1
  196. package/tmp/module/Editor/lib/index.d.ts.map +0 -1
  197. package/tmp/module/Editor/lib/init-editor-provider.d.ts.map +0 -1
  198. package/tmp/module/Editor/lib/init-editor-state.d.ts.map +0 -1
  199. package/tmp/module/Editor/lib/init-editor.d.ts.map +0 -1
  200. package/tmp/module/index.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krainovsd/markdown-editor",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Krainov markdown-editor",
5
5
  "type": "module",
6
6
  "author": "KrainovSD <denislosev48@gmail.com>",
@@ -31,7 +31,7 @@
31
31
  "dev": "vite",
32
32
  "build": "npm run build:types && npm run build:js",
33
33
  "build:js": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript --no-stdin --environment BUILD:production,NODE_ENV:production",
34
- "build:types": "tsc -p tsconfig.build.json",
34
+ "build:types": "tspc -p tsconfig.build.json",
35
35
  "lint": "eslint src/** -c ./eslint.config.js --color --max-warnings 0",
36
36
  "lint:debug": "eslint --debug eslint.config.js",
37
37
  "format": "prettier --write 'src/**/*.{js,ts,tsx,scss,css,json}'"
@@ -54,7 +54,9 @@
54
54
  "rollup-plugin-postcss": "4.0.2",
55
55
  "sass": "1.83.0",
56
56
  "sass-embedded": "1.81.0",
57
+ "ts-patch": "^3.3.0",
57
58
  "typescript": "5.6.3",
59
+ "typescript-transform-paths": "^3.5.2",
58
60
  "vite": "5.4.10"
59
61
  },
60
62
  "dependencies": {
@@ -1,2 +1 @@
1
1
  export declare const COMMON_TEST = "\n\n<https://www.markdownguide.org>\n\n**<https://www.markdownguide.org>**\n\n\n[Duck Duck Go](https://duckduckgo.com)\n\n**[EFF](https://eff.org)**\n\n***[EFF](https://eff.org)***\n\n> ***[EFF](https://eff.org)***\n\n\n![test](https://mdg.imgix.net/assets/images/san-juan-mountains.jpg?auto=format&fit=clip&q=40&w=300)\n\n**![test](https://mdg.imgix.net/assets/images/san-juan-mountains.jpg?auto=format&fit=clip&q=40&w=300)**\n\n\n> ***![test](https://mdg.imgix.net/assets/images/san-juan-mountains.jpg?auto=format&fit=clip&q=40&w=300)***\n\n``` JS\nimport { param } from \"module\";\n\nconst btn = document.getElementById('btn');\nlet count: number = 0;\n\nfunction render(){\n const regexp = /test^/\n btn.innerText = `Count: ${count}`;\n}\n\nbtn.addEventListener(\"click\", (e) => {\n // Count from 1 to 10.\n if (count < 10){\n count += 1;\n render();\n }\n})\n\nconst boolean = true\nconst object = {\n value: boolean\n}\nconst array = [1, \"test\"] \n\n```\n";
2
- //# sourceMappingURL=common-test.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const FULL_EXAMPLE = "# Heading level 1\n## Heading level 2\n### Heading level 3\n#### Heading level 4\n##### Heading level 5\n###### Heading level 6\nHeading level 1\n===============\nHeading level 2\n---------------\nI just love **bold text**.\nI just love __bold text__.\nLove**is**bold\n\nItalicized text is the *cat's meow*.\nItalicized text is the _cat's meow_.\nA*cat*meow\n\nThis text is ***really important***.\nThis text is ___really important___.\nThis text is __*really important*__.\nThis text is **_really important_**.\nThis is really***very***important text.\n\n> Dorothy followed her through many of the beautiful rooms in her castle.\n>\n> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.\n\n> Dorothy followed her through many of the beautiful rooms in her castle.\n>\n>> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.\n\n> #### The quarterly results look great!\n>\n> - Revenue was off the chart.\n> - Profits were higher than ever.\n>\n> *Everything* is going according to **plan**.\n\n1. First item\n2. Second item\n3. Third item\n4. Fourth item\n\n- First item\n- Second item\n- Third item\n - Indented item\n - Indented item\n- Fourth item\n\n+ First item\n+ Second item\n+ Third item\n+ Fourth item\n\n``Use `code` in your Markdown file.``\n``\nuse code\n``\n\n```js\nconst string = \"string\"\nconst bool = true\n```\n---\n***\n____\n\n[Duck Duck Go](https://duckduckgo.com)\n\n<https://www.markdownguide.org>\n**[EFF](https://eff.org)**\n\n![test](https://mdg.imgix.net/assets/images/san-juan-mountains.jpg?auto=format&fit=clip&q=40&w=300)\n\n- [x] task\n- - [x] task\n\n``` JS\nimport { param } from \"module\";\n\nconst btn = document.getElementById('btn');\nlet count: number = 0;\n\nfunction render(){\n btn.innerText = `Count: ${count}`;\n}\n\nbtn.addEventListener(\"click\", (e) => {\n // Count from 1 to 10.\n if (count < 10){\n count += 1;\n render();\n }\n})\n\nconst boolean = true\nconst object = {\n value: boolean\n}\nconst array = [1, \"test\"] \n\n```\n \n";
2
- //# sourceMappingURL=full-example.d.ts.map
@@ -3,4 +3,3 @@ export * from "./random-string";
3
3
  export * from "./random-color";
4
4
  export * from "./stress-test";
5
5
  export * from "./common-test";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function randomColor(): string;
2
- //# sourceMappingURL=random-color.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function randomString(length?: number, allowCharacters?: string): string;
2
- //# sourceMappingURL=random-string.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const STRESS_TEST: string;
2
- //# sourceMappingURL=stress-test.d.ts.map
@@ -1,2 +1 @@
1
1
  import "./global.css";
2
- //# sourceMappingURL=index.d.ts.map
@@ -2,4 +2,3 @@ import { Compartment } from "@codemirror/state";
2
2
  export declare const ReadonlyCompartment: Compartment;
3
3
  export declare const VimModeCompartment: Compartment;
4
4
  export declare const ThemeCompartment: Compartment;
5
- //# sourceMappingURL=index.d.ts.map
@@ -6,4 +6,3 @@ export type { InitListenersOptions, GetChangeEventOptions, GetFocusEventOptions,
6
6
  export type { DecorationPlugin, GetDecorationFunction, GetDecorationOptions, GetSelectionDecorationFunction, GetSelectionDecorationOptions, InitMarkdownOptions, } from "./markdown";
7
7
  export type { InitSettingsOptions } from "./settings";
8
8
  export type { HighlightConfig, InitThemeOptions, ThemeConfig, ThemeOptions } from "./theme";
9
- //# sourceMappingURL=index.d.ts.map
@@ -12,4 +12,3 @@ export type InitExtensionsOptions = {
12
12
  provider: WebsocketProvider | undefined;
13
13
  } & ExtensionsOptions;
14
14
  export declare const initExtensions: ({ onBlur, onChange, onFocus, onEnter, readonly, vimMode, multiCursorText, provider, theme, dark, light, languages, }: InitExtensionsOptions) => Extension[];
15
- //# sourceMappingURL=init-extensions.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { type KeyBinding } from "@codemirror/view";
2
2
  export declare const boldKeymap: KeyBinding[];
3
- //# sourceMappingURL=bold-keymap.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./init-key-map";
2
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export type HandleEnterKeyMapEditorFunction = (view: EditorView) => boolean;
7
7
  export declare const initKeyMaps: ({ onEnter, multiCursorMode, }: InitKeyMapsOptions & {
8
8
  multiCursorMode: boolean;
9
9
  }) => Extension;
10
- //# sourceMappingURL=init-key-map.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { KeyBinding } from "@codemirror/view";
2
2
  export declare const italicKeymap: KeyBinding[];
3
- //# sourceMappingURL=italic-key-map.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { KeyBinding } from "@codemirror/view";
2
2
  export declare const lineThroughKeymap: KeyBinding[];
3
- //# sourceMappingURL=line-through-key-map.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { KeyBinding } from "@codemirror/view";
2
2
  export declare const underlineKeymap: KeyBinding[];
3
- //# sourceMappingURL=underline-key-map.d.ts.map
@@ -4,4 +4,3 @@ export type GetChangeEventOptions = {
4
4
  };
5
5
  export type HandleChangeEditorFunction = (view: ViewUpdate) => void;
6
6
  export declare function getChangeEvent({ onChange }: GetChangeEventOptions): import("@codemirror/state").Extension;
7
- //# sourceMappingURL=get-change-event.d.ts.map
@@ -6,4 +6,3 @@ export type GetFocusEventOptions = {
6
6
  export type HandleFocusEditorFunction = (state: EditorState) => void;
7
7
  export type HandleBlurEditorFunction = (state: EditorState) => void;
8
8
  export declare function getFocusEvent({ onBlur, onFocus }: GetFocusEventOptions): import("@codemirror/state").Extension;
9
- //# sourceMappingURL=get-focus-event.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export * from "./init-listeners";
2
2
  export type { GetChangeEventOptions, HandleChangeEditorFunction } from "./get-change-event";
3
3
  export type { GetFocusEventOptions, HandleBlurEditorFunction, HandleFocusEditorFunction, } from "./get-focus-event";
4
- //# sourceMappingURL=index.d.ts.map
@@ -2,4 +2,3 @@ import { type GetChangeEventOptions } from "./get-change-event";
2
2
  import { type GetFocusEventOptions } from "./get-focus-event";
3
3
  export type InitListenersOptions = GetFocusEventOptions & GetChangeEventOptions;
4
4
  export declare function initListeners({ onBlur, onChange, onFocus }: InitListenersOptions): import("@codemirror/state").Extension[];
5
- //# sourceMappingURL=init-listeners.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export declare const NAME_OF_BLOCKQUOTE_MARK = "QuoteMark";
2
2
  export declare const CODE_OF_SPACE = 32;
3
3
  export declare const CODE_OF_BLOCKQUOTE_MARK = 62;
4
- //# sourceMappingURL=blockquote-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const blockquoteDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=blockquote-decoration.d.ts.map
@@ -4,4 +4,3 @@ export declare class BlockquoteWidget extends WidgetType {
4
4
  constructor(deep: boolean);
5
5
  toDOM(): HTMLElement;
6
6
  }
7
- //# sourceMappingURL=blockquote-widget.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./blockquote-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export declare const NAME_OF_BOLD = "StrongEmphasis";
2
2
  export declare const LIST_OF_BOLD_MARKS: Set<number>;
3
- //# sourceMappingURL=bold-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const boldDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=bold-decoration.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./bold-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export declare const NAME_OF_FENCED_CODE = "FencedCode";
2
2
  export declare const NAME_OF_INLINE_CODE = "InlineCode";
3
3
  export declare const CODE_OF_CODE_MARK = 96;
4
- //# sourceMappingURL=code-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const codeDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=code-decoration.d.ts.map
@@ -11,4 +11,3 @@ export declare class CodeWidget extends WidgetType {
11
11
  toDOM(view: EditorView): HTMLElement;
12
12
  destroy(dom: HTMLElement): void;
13
13
  }
14
- //# sourceMappingURL=code-widget.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./code-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export declare const NAME_OF_HEADER = "ATXHeading";
2
2
  export declare const NAME_OF_HEADER_UNDER = "SetextHeading";
3
3
  export declare const NAME_OF_HEADER_MARK = "HeaderMark";
4
- //# sourceMappingURL=header-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const headerDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=header-decoration.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./header-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const NAME_OF_HORIZONTAL = "HorizontalRule";
2
- //# sourceMappingURL=horizontal-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const horizontalDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=horizontal-decoration.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./horizontal-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -3,4 +3,3 @@ export declare const CODE_OF_START_IMAGE_TEXT = 91;
3
3
  export declare const CODE_OF_END_IMAGE_TEXT = 93;
4
4
  export declare const CODE_OF_START_IMAGE_URL = 40;
5
5
  export declare const CODE_OF_END_IMAGE_URL = 41;
6
- //# sourceMappingURL=image-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const imageDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=image-decoration.d.ts.map
@@ -13,4 +13,3 @@ export declare class ImageWidget extends WidgetType {
13
13
  toDOM(view: EditorView): HTMLElement;
14
14
  destroy(dom: HTMLElement): void;
15
15
  }
16
- //# sourceMappingURL=image-widget.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./image-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export * from "./init-markdown";
2
2
  export * from "./markdown-types";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { type Extension } from "@codemirror/state";
2
2
  import type { InitMarkdownOptions } from "./markdown-types";
3
3
  export declare const initMarkdown: ({ languages }: InitMarkdownOptions) => Extension;
4
- //# sourceMappingURL=init-markdown.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./italic-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export declare const NAME_OF_ITALIC = "Emphasis";
2
2
  export declare const LIST_OF_ITALIC_MARKS: Set<number>;
3
- //# sourceMappingURL=italic-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const italicDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=italic-decoration.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const autoLinkDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=auto-link-decoration.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export * from "./link-decoration";
2
2
  export * from "./auto-link-decoration";
3
- //# sourceMappingURL=index.d.ts.map
@@ -5,4 +5,3 @@ export declare const CODE_OF_START_LINK_URL = 40;
5
5
  export declare const CODE_OF_END_LINK_URL = 41;
6
6
  export declare const NAME_OF_AUTO_LINK = "Autolink";
7
7
  export declare const CODE_OF_LINK_LABEL_END = 58;
8
- //# sourceMappingURL=link-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const linkDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=link-decoration.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { type GetSelectionDecorationOptions } from "../markdown-types";
2
2
  export declare function getLinkLabelSelectionDecoration({ decorations, node, view, isReadonly, }: GetSelectionDecorationOptions): void;
3
- //# sourceMappingURL=link-label-decoration.d.ts.map
@@ -15,4 +15,3 @@ export declare class LinkWidget extends WidgetType {
15
15
  toDOM(view: EditorView): HTMLElement;
16
16
  destroy(dom: HTMLElement): void;
17
17
  }
18
- //# sourceMappingURL=link-widget.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./list-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -2,4 +2,3 @@ export declare const NAME_OF_LIST = "ListMark";
2
2
  export declare const NAME_OF_TODO = "Task";
3
3
  export declare const LIST_OF_LIST_MARKS: Set<number>;
4
4
  export declare const CODE_OF_ORDERED_LIST_MARK = 46;
5
- //# sourceMappingURL=list-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const listDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=list-decoration.d.ts.map
@@ -5,4 +5,3 @@ export declare class ListPointWidget extends WidgetType {
5
5
  constructor(mark: string, lastCodePoint: number);
6
6
  toDOM(): HTMLElement;
7
7
  }
8
- //# sourceMappingURL=list-widget.d.ts.map
@@ -3,4 +3,3 @@ export declare const markdownDecorationPlugin: ViewPlugin<{
3
3
  decorations: DecorationSet;
4
4
  update(update: ViewUpdate): void;
5
5
  }>;
6
- //# sourceMappingURL=markdown-decoration.d.ts.map
@@ -22,4 +22,3 @@ export type DecorationPlugin = {
22
22
  decorations?: GetDecorationFunction[];
23
23
  selectionDecorations?: GetSelectionDecorationFunction[];
24
24
  };
25
- //# sourceMappingURL=markdown-types.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./mention-parser";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export declare const CODE_OF_START_MENTION = 64;
2
2
  export declare const CODE_OF_SPACE = 32;
3
3
  export declare const NAME_OF_MENTION = "Mention";
4
- //# sourceMappingURL=mention-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const mentionDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=mention-decoration.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { MarkdownConfig } from "@lezer/markdown";
2
2
  export declare const mentionParser: MarkdownConfig;
3
- //# sourceMappingURL=mention-parser.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./strike-through-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const NAME_OF_STRIKE_THROUGH = "Strikethrough";
2
- //# sourceMappingURL=strike-through-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const strikeThroughDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=strike-through-decoration.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./todo-decoration";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export declare const NAME_OF_TODO = "Task";
2
2
  export declare const NAME_OF_LIST_MARK = "ListMark";
3
3
  export declare const LIST_OF_TODO_MARKS: Set<number>;
4
- //# sourceMappingURL=todo-constants.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { DecorationPlugin } from "../markdown-types";
2
2
  export declare const todoDecorationPlugin: DecorationPlugin;
3
- //# sourceMappingURL=todo-decoration.d.ts.map
@@ -9,4 +9,3 @@ export declare class TodoWidget extends WidgetType {
9
9
  toDOM(view: EditorView): HTMLElement;
10
10
  destroy(dom: HTMLElement): void;
11
11
  }
12
- //# sourceMappingURL=todo-widget.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./init-settings";
2
- //# sourceMappingURL=index.d.ts.map
@@ -4,4 +4,3 @@ export type InitSettingsOptions = {
4
4
  vimMode?: boolean;
5
5
  };
6
6
  export declare function InitSettings({ readonly, vimMode }: InitSettingsOptions): Extension[];
7
- //# sourceMappingURL=init-settings.d.ts.map
@@ -2,4 +2,3 @@ export * from "./init-theme";
2
2
  export * from "./theme-types";
3
3
  export { getDarkTheme, getLightTheme } from "./themes";
4
4
  export { CLASSES } from "./theme-constants";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import type { Extension } from "@codemirror/state";
2
2
  import type { InitThemeOptions } from "./theme-types";
3
3
  export declare const initTheme: (options: InitThemeOptions) => Extension;
4
- //# sourceMappingURL=init-theme.d.ts.map
@@ -12,4 +12,3 @@ export declare const CLASSES: {
12
12
  link: string;
13
13
  mention: string;
14
14
  };
15
- //# sourceMappingURL=theme-constants.d.ts.map
@@ -34,4 +34,3 @@ export type HighlightConfig = {
34
34
  invalid?: string;
35
35
  regexp?: string;
36
36
  };
37
- //# sourceMappingURL=theme-types.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { type InitThemeOptions } from "../theme-types";
2
2
  export declare function getDarkTheme({ dark }: InitThemeOptions): import("@codemirror/state").Extension[];
3
- //# sourceMappingURL=get-dark-theme.d.ts.map
@@ -4,4 +4,3 @@ import type { HighlightConfig } from "../theme-types";
4
4
  * t.url, t.link - links
5
5
  */
6
6
  export declare function getHighlightTemplate(config: Required<HighlightConfig>): import("@codemirror/state").Extension;
7
- //# sourceMappingURL=get-highlight-template.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { type InitThemeOptions } from "../theme-types";
2
2
  export declare function getLightTheme({ light }: InitThemeOptions): import("@codemirror/state").Extension[];
3
- //# sourceMappingURL=get-light-theme.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { ThemeConfig } from "../theme-types";
2
2
  export declare function getThemeTemplate(dark: boolean, config: Required<ThemeConfig>): import("@codemirror/state").Extension;
3
- //# sourceMappingURL=get-theme-template.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export * from "./get-dark-theme";
2
2
  export * from "./get-light-theme";
3
- //# sourceMappingURL=index.d.ts.map
package/tmp/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export type { EditorInterface, EditorArguments, MultiCursorOptions } from "./module";
2
2
  export { Editor } from "./module";
3
3
  export type { ExtensionsOptions, InitExtensionsOptions, DecorationPlugin, GetDecorationFunction, GetDecorationOptions, GetSelectionDecorationFunction, GetSelectionDecorationOptions, HighlightConfig, InitKeyMapsOptions, InitListenersOptions, InitMarkdownOptions, InitSettingsOptions, InitThemeOptions, ThemeConfig, ThemeOptions, GetChangeEventOptions, GetFocusEventOptions, HandleBlurEditorFunction, HandleChangeEditorFunction, HandleEnterKeyMapEditorFunction, HandleFocusEditorFunction, } from "./extensions";
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export * as utils from "./utils";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function copyToClipboard(content: string): Promise<void>;
2
- //# sourceMappingURL=copy-to-clipboard.d.ts.map
@@ -24,4 +24,3 @@ type GetWidgetDecorationOptions = {
24
24
  };
25
25
  export declare function getWidgetDecorationOptions({ widget, range }: GetWidgetDecorationOptions): import("@codemirror/state").Range<Decoration>;
26
26
  export {};
27
- //# sourceMappingURL=get-decoration.d.ts.map
@@ -3,4 +3,3 @@ export * from "./tick";
3
3
  export * from "./get-decoration";
4
4
  export * from "./is-in-range";
5
5
  export * from "./is-range-overlap";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { SelectionRange } from "@codemirror/state";
2
2
  export declare function isInRange(ranges: readonly SelectionRange[], text: [number, number]): boolean;
3
- //# sourceMappingURL=is-in-range.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function isRangeOverlap(range: [number, number], text: [number, number]): boolean;
2
- //# sourceMappingURL=is-range-overlap.d.ts.map
@@ -8,4 +8,3 @@ type TickOptions = {
8
8
  };
9
9
  export declare function tick({ deep, maxDeep, delay, recursiveCondition, delayGetter, type, }: TickOptions): Promise<unknown>;
10
10
  export {};
11
- //# sourceMappingURL=tick.d.ts.map
@@ -15,4 +15,3 @@ export declare class Editor {
15
15
  destroy: () => void;
16
16
  }
17
17
  export type EditorInterface = typeof Editor;
18
- //# sourceMappingURL=Editor.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type ExtensionsOptions } from "@/extensions";
1
+ import { type ExtensionsOptions } from "../../extensions";
2
2
  export type EditorArguments = {
3
3
  root: HTMLElement;
4
4
  initialText?: string;
@@ -11,4 +11,3 @@ export type MultiCursorOptions = {
11
11
  roomId: string;
12
12
  onStartProvider?: (status?: string) => void;
13
13
  };
14
- //# sourceMappingURL=Editor.types.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export { Editor } from "./Editor";
2
2
  export type { EditorInterface } from "./Editor";
3
3
  export * from "./Editor.types";
4
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./init-editor";
2
- //# sourceMappingURL=index.d.ts.map
@@ -8,4 +8,3 @@ export declare function initEditorProvider({ roomId, url, userName, userColor, i
8
8
  multiCursorText: import("yjs").Text;
9
9
  };
10
10
  export {};
11
- //# sourceMappingURL=init-editor-provider.d.ts.map
@@ -1,8 +1,7 @@
1
1
  import { EditorState } from "@codemirror/state";
2
- import { type InitExtensionsOptions } from "@/extensions";
2
+ import { type InitExtensionsOptions } from "../../../extensions";
3
3
  type InitEditorStateOptions = {
4
4
  text: string;
5
5
  } & InitExtensionsOptions;
6
6
  export declare function initEditorState({ text, ...rest }: InitEditorStateOptions): EditorState;
7
7
  export {};
8
- //# sourceMappingURL=init-editor-state.d.ts.map
@@ -5,4 +5,3 @@ export declare function initEditor({ multiCursor, root, initialText, ...rest }:
5
5
  view: EditorView;
6
6
  provider: WebsocketProvider | undefined;
7
7
  };
8
- //# sourceMappingURL=init-editor.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from "./Editor";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- ._header_XFwV5{font-weight:700}._header_XFwV5._level_1_-KPph{font-size:2rem}._header_XFwV5._level_2_ecHlB{font-size:1.8rem}._header_XFwV5._level_3_SYcVr{font-size:1.6rem}._header_XFwV5._level_4_V3o5m{font-size:1.4rem}._header_XFwV5._level_5_I7eVk{font-size:1.3rem}._header_XFwV5._level_6_A3lbK{font-size:1.2rem}._bold_I8DT-{font-weight:700}._italic_72qBe{font-style:italic}._blockquote_Xq6O4{border-left:3px solid;margin-left:5px}._blockquote__inner_mjT0h{margin-left:1px;padding-left:5px;position:relative}._blockquote__inner_mjT0h:before{border-left:3px solid;content:"";height:140%;left:0;position:absolute;top:-3px}._blockquote__inner-deep_s6tNj{margin-left:5px}._strike-through_U64jP{text-decoration:line-through}._list_MHIjT._common_0GdDi{position:relative;visibility:hidden}._list_MHIjT._common_0GdDi:after{border-radius:100%;content:"";height:5px;left:0;position:absolute;top:50%;transform:translateY(-50%);visibility:visible;width:5px}._link_7U9wl{text-decoration:none;text-decoration:underline}._link__label_dHGGf{font-size:12px;position:relative;top:-4px}._image_KmBM8{display:inline-flex}._code__line_m3IiO{padding:5px;position:relative}._code__line_m3IiO,._code__single_hbMte{font-family:monospace}._code__button_WwYE-{background-color:transparent;border:none;border-radius:4px;box-shadow:none;cursor:pointer;min-width:30px;outline:none;padding:4px 10px;position:absolute;right:5px;top:5px;transition:all .3s ease;z-index:1}._code__button_WwYE-._pending_fgHgD:before{animation:_loading-btn--fade-in_8z5an .33s ease,_loading-btn--rotation_QaopN .66s linear 0s infinite;border:2px solid hsla(0,0%,100%,.33);border-radius:50%;border-top-color:#000;content:"";display:inline-block;height:10.5px;left:50%;position:absolute;top:50%;width:10.5px}._code__button_WwYE-._success_kUPnO:after{animation:_loading-btn--fade-in_8z5an .6s ease;border-color:currentcolor;border-style:solid;border-width:0 0 1px 1px;content:"";display:inline-block;height:7px;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(-45deg);width:11px}._code__button_WwYE-._fail_cOpap:after,._code__button_WwYE-._fail_cOpap:before{content:" ";height:13px;left:50%;position:absolute;top:50%;width:1px}._code__button_WwYE-._fail_cOpap:before{transform:translate(-50%,-50%) rotate(45deg)}._code__button_WwYE-._fail_cOpap:after{transform:translate(-50%,-50%) rotate(-45deg)}@keyframes _loading-btn--fade-in_8z5an{0%{opacity:0}to{opacity:1}}@keyframes _loading-btn--rotation_QaopN{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}._code__span_iSCmj{opacity:1;transition:opacity .3s ease}._code__span_iSCmj._hide_uqpax{opacity:0}._horizontal_J1jU-{border-bottom:1px solid;margin:0 5px;position:relative;width:calc(100% - 10px)}._todo_m6MIP{align-items:flex-end;display:inline-flex;height:100%;padding-left:3px;padding-right:3px}._todo_m6MIP>input{margin:0}._todo__checked_kemjy{text-decoration:line-through}._mention_cpzik{font-weight:700}
package/lib/esm/index.css DELETED
@@ -1 +0,0 @@
1
- ._header_XFwV5{font-weight:700}._header_XFwV5._level_1_-KPph{font-size:2rem}._header_XFwV5._level_2_ecHlB{font-size:1.8rem}._header_XFwV5._level_3_SYcVr{font-size:1.6rem}._header_XFwV5._level_4_V3o5m{font-size:1.4rem}._header_XFwV5._level_5_I7eVk{font-size:1.3rem}._header_XFwV5._level_6_A3lbK{font-size:1.2rem}._bold_I8DT-{font-weight:700}._italic_72qBe{font-style:italic}._blockquote_Xq6O4{border-left:3px solid;margin-left:5px}._blockquote__inner_mjT0h{margin-left:1px;padding-left:5px;position:relative}._blockquote__inner_mjT0h:before{border-left:3px solid;content:"";height:140%;left:0;position:absolute;top:-3px}._blockquote__inner-deep_s6tNj{margin-left:5px}._strike-through_U64jP{text-decoration:line-through}._list_MHIjT._common_0GdDi{position:relative;visibility:hidden}._list_MHIjT._common_0GdDi:after{border-radius:100%;content:"";height:5px;left:0;position:absolute;top:50%;transform:translateY(-50%);visibility:visible;width:5px}._link_7U9wl{text-decoration:none;text-decoration:underline}._link__label_dHGGf{font-size:12px;position:relative;top:-4px}._image_KmBM8{display:inline-flex}._code__line_m3IiO{padding:5px;position:relative}._code__line_m3IiO,._code__single_hbMte{font-family:monospace}._code__button_WwYE-{background-color:transparent;border:none;border-radius:4px;box-shadow:none;cursor:pointer;min-width:30px;outline:none;padding:4px 10px;position:absolute;right:5px;top:5px;transition:all .3s ease;z-index:1}._code__button_WwYE-._pending_fgHgD:before{animation:_loading-btn--fade-in_8z5an .33s ease,_loading-btn--rotation_QaopN .66s linear 0s infinite;border:2px solid hsla(0,0%,100%,.33);border-radius:50%;border-top-color:#000;content:"";display:inline-block;height:10.5px;left:50%;position:absolute;top:50%;width:10.5px}._code__button_WwYE-._success_kUPnO:after{animation:_loading-btn--fade-in_8z5an .6s ease;border-color:currentcolor;border-style:solid;border-width:0 0 1px 1px;content:"";display:inline-block;height:7px;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(-45deg);width:11px}._code__button_WwYE-._fail_cOpap:after,._code__button_WwYE-._fail_cOpap:before{content:" ";height:13px;left:50%;position:absolute;top:50%;width:1px}._code__button_WwYE-._fail_cOpap:before{transform:translate(-50%,-50%) rotate(45deg)}._code__button_WwYE-._fail_cOpap:after{transform:translate(-50%,-50%) rotate(-45deg)}@keyframes _loading-btn--fade-in_8z5an{0%{opacity:0}to{opacity:1}}@keyframes _loading-btn--rotation_QaopN{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}._code__span_iSCmj{opacity:1;transition:opacity .3s ease}._code__span_iSCmj._hide_uqpax{opacity:0}._horizontal_J1jU-{border-bottom:1px solid;margin:0 5px;position:relative;width:calc(100% - 10px)}._todo_m6MIP{align-items:flex-end;display:inline-flex;height:100%;padding-left:3px;padding-right:3px}._todo_m6MIP>input{margin:0}._todo__checked_kemjy{text-decoration:line-through}._mention_cpzik{font-weight:700}
@@ -1 +0,0 @@
1
- {"version":3,"file":"common-test.d.ts","sourceRoot":"","sources":["../../../src/app/helpers/common-test.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,w9BAiDvB,CAAC"}