@tiptap/extension-color 3.30.2 → 3.30.4
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.
- package/dist/index.cjs +10 -31
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,33 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/index.ts
|
|
21
|
-
var index_exports = {};
|
|
22
|
-
__export(index_exports, {
|
|
23
|
-
Color: () => import_extension_text_style.Color,
|
|
24
|
-
default: () => index_default
|
|
25
|
-
});
|
|
26
|
-
module.exports = __toCommonJS(index_exports);
|
|
27
|
-
var import_extension_text_style = require("@tiptap/extension-text-style");
|
|
28
|
-
var index_default = import_extension_text_style.Color;
|
|
29
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
-
0 && (module.exports = {
|
|
31
|
-
Color
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
32
4
|
});
|
|
5
|
+
let _tiptap_extension_text_style = require("@tiptap/extension-text-style");
|
|
6
|
+
//#region src/index.ts
|
|
7
|
+
var src_default = _tiptap_extension_text_style.Color;
|
|
8
|
+
//#endregion
|
|
9
|
+
exports.Color = _tiptap_extension_text_style.Color;
|
|
10
|
+
exports.default = src_default;
|
|
11
|
+
|
|
33
12
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import type { ColorOptions } from '@tiptap/extension-text-style'\nimport { Color } from '@tiptap/extension-text-style'\n\nexport { Color, ColorOptions }\n\nexport default Color\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","names":["Color"],"sources":["../src/index.ts"],"sourcesContent":["import type { ColorOptions } from '@tiptap/extension-text-style'\nimport { Color } from '@tiptap/extension-text-style'\n\nexport { Color, ColorOptions }\n\nexport default Color\n"],"mappings":";;;;;;AAKA,IAAA,cAAeA,6BAAAA"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Color } from
|
|
2
|
-
export { Color,
|
|
1
|
+
import { Color, ColorOptions } from "@tiptap/extension-text-style";
|
|
2
|
+
export { Color, Color as default, type ColorOptions };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Color } from
|
|
2
|
-
export { Color,
|
|
1
|
+
import { Color, ColorOptions } from "@tiptap/extension-text-style";
|
|
2
|
+
export { Color, Color as default, type ColorOptions };
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
1
|
import { Color } from "@tiptap/extension-text-style";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
//#region src/index.ts
|
|
3
|
+
var src_default = Color;
|
|
4
|
+
//#endregion
|
|
5
|
+
export { Color, src_default as default };
|
|
6
|
+
|
|
8
7
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import type { ColorOptions } from '@tiptap/extension-text-style'\nimport { Color } from '@tiptap/extension-text-style'\n\nexport { Color, ColorOptions }\n\nexport default Color\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ColorOptions } from '@tiptap/extension-text-style'\nimport { Color } from '@tiptap/extension-text-style'\n\nexport { Color, ColorOptions }\n\nexport default Color\n"],"mappings":";;AAKA,IAAA,cAAe"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiptap/extension-color",
|
|
3
|
-
"version": "3.30.
|
|
3
|
+
"version": "3.30.4",
|
|
4
4
|
"description": "text color extension for tiptap",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tiptap",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@tiptap/extension-text-style": "^3.30.
|
|
42
|
+
"@tiptap/extension-text-style": "^3.30.4"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@tiptap/extension-text-style": "3.30.
|
|
45
|
+
"@tiptap/extension-text-style": "3.30.4"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
|
-
"build": "
|
|
48
|
+
"build": "vp pack"
|
|
49
49
|
}
|
|
50
50
|
}
|