@uiw/codemirror-extensions-color 4.23.12 → 4.23.14
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/cjs/index.d.ts +1 -1
- package/esm/index.d.ts +1 -1
- package/package.json +1 -1
package/cjs/index.d.ts
CHANGED
|
@@ -16,6 +16,6 @@ export declare const colorView: (showPicker?: boolean) => ViewPlugin<{
|
|
|
16
16
|
decorations: DecorationSet;
|
|
17
17
|
update(update: ViewUpdate): void;
|
|
18
18
|
changePicker(view: EditorView, canBeEdited: boolean): void;
|
|
19
|
-
}>;
|
|
19
|
+
}, undefined>;
|
|
20
20
|
export declare const colorTheme: Extension;
|
|
21
21
|
export declare const color: Extension;
|
package/esm/index.d.ts
CHANGED
|
@@ -16,6 +16,6 @@ export declare const colorView: (showPicker?: boolean) => ViewPlugin<{
|
|
|
16
16
|
decorations: DecorationSet;
|
|
17
17
|
update(update: ViewUpdate): void;
|
|
18
18
|
changePicker(view: EditorView, canBeEdited: boolean): void;
|
|
19
|
-
}>;
|
|
19
|
+
}, undefined>;
|
|
20
20
|
export declare const colorTheme: Extension;
|
|
21
21
|
export declare const color: Extension;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uiw/codemirror-extensions-color",
|
|
3
|
-
"version": "4.23.
|
|
3
|
+
"version": "4.23.14",
|
|
4
4
|
"description": "Color Extensions for CodeMirror6.",
|
|
5
5
|
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/color",
|
|
6
6
|
"funding": "https://jaywcjlove.github.io/#/sponsor",
|