@uiw/codemirror-extensions-color 4.23.11 → 4.23.12

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 (2) hide show
  1. package/esm/index.js +1 -1
  2. package/package.json +1 -1
package/esm/index.js CHANGED
@@ -5,7 +5,7 @@ import { syntaxTree } from '@codemirror/language';
5
5
  import colors from 'colors-named';
6
6
  import hexs from 'colors-named-hex';
7
7
  import hslMatcher, { hlsStringToRGB } from 'hsl-matcher';
8
- import { toFullHex, rgbToHex, hexToRgb, RGBToHSL } from './utils';
8
+ import { toFullHex, rgbToHex, hexToRgb, RGBToHSL } from "./utils.js";
9
9
  export var ColorType = /*#__PURE__*/function (ColorType) {
10
10
  ColorType["rgb"] = "RGB";
11
11
  ColorType["hex"] = "HEX";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/codemirror-extensions-color",
3
- "version": "4.23.11",
3
+ "version": "4.23.12",
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",