roosterjs-color-utils
Advanced tools
Comparing version 1.0.0-dev.0 to 1.0.0-size-optimized.0
@@ -0,0 +0,0 @@ define(["require", "exports", "./utils/getDarkColor"], function (require, exports, getDarkColor_1) { |
@@ -0,0 +0,0 @@ define(["require", "exports", "color"], function (require, exports, Color) { |
export { default as getDarkColor } from './utils/getDarkColor'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -6,6 +6,6 @@ { | ||
"color": "^3.0.0", | ||
"roosterjs-editor-types": "8.15.0-dev.0" | ||
"roosterjs-editor-types": "8.19.3-size-optimized.0" | ||
}, | ||
"main": "./lib/index.js", | ||
"version": "1.0.0-dev.0", | ||
"version": "1.0.0-size-optimized.0", | ||
"typings": "./lib/index.d.ts", | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
@@ -21,3 +21,3 @@ [![Build Status](https://github.com/microsoft/roosterjs/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/microsoft/roosterjs/actions/workflows/build-and-deploy.yml) | ||
Rooster contains 6 packages. | ||
Rooster contains 6 basic packages. | ||
@@ -48,2 +48,10 @@ 1. [roosterjs](https://microsoft.github.io/roosterjs/docs/modules/roosterjs.html): | ||
There are also some extension packages to provide additional functionalities. | ||
1. [roosterjs-color-utils](https://microsoft.github.io/roosterjs/docs/modules/roosterjs_color_utils.html): | ||
Provide color transformation utility to make editor work under dark mode. | ||
2. [roosterjs-react](https://microsoft.github.io/roosterjs/docs/modules/roosterjs_react.html): | ||
Provide a React wrapper of roosterjs so it can be easily used with React. | ||
### APIs | ||
@@ -50,0 +58,0 @@ |
@@ -0,0 +0,0 @@ define(["require", "exports", "color", "../../lib/utils/getDarkColor"], function (require, exports, Color, getDarkColor_1) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38982
19
193
325
+ Addedroosterjs-editor-types@8.19.3-size-optimized.0(transitive)
- Removedroosterjs-editor-types@8.15.0-dev.0(transitive)