fix: resolve TypeScript errors in frontend build
This commit is contained in:
21
node_modules/@tiptap/extension-list-item/LICENSE.md
generated
vendored
Normal file
21
node_modules/@tiptap/extension-list-item/LICENSE.md
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025, Tiptap GmbH
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
18
node_modules/@tiptap/extension-list-item/README.md
generated
vendored
Normal file
18
node_modules/@tiptap/extension-list-item/README.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# @tiptap/extension-list-item
|
||||
|
||||
[](https://www.npmjs.com/package/@tiptap/extension-list-item)
|
||||
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
||||
[](https://www.npmjs.com/package/@tiptap/extension-list-item)
|
||||
[](https://github.com/sponsors/ueberdosis)
|
||||
|
||||
## Introduction
|
||||
|
||||
Tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as _New York Times_, _The Guardian_ or _Atlassian_.
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation can be found on the [Tiptap website](https://tiptap.dev).
|
||||
|
||||
## License
|
||||
|
||||
Tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md).
|
||||
34
node_modules/@tiptap/extension-list-item/dist/index.cjs
generated
vendored
Normal file
34
node_modules/@tiptap/extension-list-item/dist/index.cjs
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
"use strict";
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
var __copyProps = (to, from, except, desc) => {
|
||||
if (from && typeof from === "object" || typeof from === "function") {
|
||||
for (let key of __getOwnPropNames(from))
|
||||
if (!__hasOwnProp.call(to, key) && key !== except)
|
||||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
||||
}
|
||||
return to;
|
||||
};
|
||||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
||||
|
||||
// src/index.ts
|
||||
var index_exports = {};
|
||||
__export(index_exports, {
|
||||
ListItem: () => import_extension_list2.ListItem,
|
||||
default: () => index_default
|
||||
});
|
||||
module.exports = __toCommonJS(index_exports);
|
||||
var import_extension_list = require("@tiptap/extension-list");
|
||||
var import_extension_list2 = require("@tiptap/extension-list");
|
||||
var index_default = import_extension_list.ListItem;
|
||||
// Annotate the CommonJS export names for ESM import in node:
|
||||
0 && (module.exports = {
|
||||
ListItem
|
||||
});
|
||||
//# sourceMappingURL=index.cjs.map
|
||||
1
node_modules/@tiptap/extension-list-item/dist/index.cjs.map
generated
vendored
Normal file
1
node_modules/@tiptap/extension-list-item/dist/index.cjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { ListItem } from '@tiptap/extension-list'\n\nexport type { ListItemOptions } from '@tiptap/extension-list'\nexport { ListItem } from '@tiptap/extension-list'\n\nexport default ListItem\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAyB;AAGzB,IAAAA,yBAAyB;AAEzB,IAAO,gBAAQ;","names":["import_extension_list"]}
|
||||
2
node_modules/@tiptap/extension-list-item/dist/index.d.cts
generated
vendored
Normal file
2
node_modules/@tiptap/extension-list-item/dist/index.d.cts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { ListItem } from '@tiptap/extension-list';
|
||||
export { ListItem, ListItemOptions, ListItem as default } from '@tiptap/extension-list';
|
||||
2
node_modules/@tiptap/extension-list-item/dist/index.d.ts
generated
vendored
Normal file
2
node_modules/@tiptap/extension-list-item/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { ListItem } from '@tiptap/extension-list';
|
||||
export { ListItem, ListItemOptions, ListItem as default } from '@tiptap/extension-list';
|
||||
9
node_modules/@tiptap/extension-list-item/dist/index.js
generated
vendored
Normal file
9
node_modules/@tiptap/extension-list-item/dist/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// src/index.ts
|
||||
import { ListItem } from "@tiptap/extension-list";
|
||||
import { ListItem as ListItem2 } from "@tiptap/extension-list";
|
||||
var index_default = ListItem;
|
||||
export {
|
||||
ListItem2 as ListItem,
|
||||
index_default as default
|
||||
};
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/@tiptap/extension-list-item/dist/index.js.map
generated
vendored
Normal file
1
node_modules/@tiptap/extension-list-item/dist/index.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { ListItem } from '@tiptap/extension-list'\n\nexport type { ListItemOptions } from '@tiptap/extension-list'\nexport { ListItem } from '@tiptap/extension-list'\n\nexport default ListItem\n"],"mappings":";AAAA,SAAS,gBAAgB;AAGzB,SAAS,YAAAA,iBAAgB;AAEzB,IAAO,gBAAQ;","names":["ListItem"]}
|
||||
48
node_modules/@tiptap/extension-list-item/package.json
generated
vendored
Normal file
48
node_modules/@tiptap/extension-list-item/package.json
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "3.21.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
"tiptap extension"
|
||||
],
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": {
|
||||
"import": "./dist/index.d.ts",
|
||||
"require": "./dist/index.d.cts"
|
||||
},
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"main": "dist/index.cjs",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"src",
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/extension-list": "^3.21.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/extension-list": "^3.21.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ueberdosis/tiptap",
|
||||
"directory": "packages/extension-list-item"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"lint": "prettier ./src/ --check && eslint --cache --quiet --no-error-on-unmatched-pattern ./src/"
|
||||
}
|
||||
}
|
||||
6
node_modules/@tiptap/extension-list-item/src/index.ts
generated
vendored
Normal file
6
node_modules/@tiptap/extension-list-item/src/index.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ListItem } from '@tiptap/extension-list'
|
||||
|
||||
export type { ListItemOptions } from '@tiptap/extension-list'
|
||||
export { ListItem } from '@tiptap/extension-list'
|
||||
|
||||
export default ListItem
|
||||
Reference in New Issue
Block a user