vobi_document 1.0.0 → 1.0.1
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/README.md +90 -43
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/LICENSE +0 -21
package/dist/index.js
CHANGED
|
@@ -1523,7 +1523,7 @@ function ColorPicker({
|
|
|
1523
1523
|
const wrapperRef = useRef(null);
|
|
1524
1524
|
const effective = value ?? fallback ?? "#000000";
|
|
1525
1525
|
if (presets.length % 6 !== 0) {
|
|
1526
|
-
console.warn(`[document
|
|
1526
|
+
console.warn(`[vobi-document] paleta com ${presets.length} cores n\xE3o fecha linhas de 6 (docs/theme.md).`);
|
|
1527
1527
|
}
|
|
1528
1528
|
useEffect(() => {
|
|
1529
1529
|
if (!open) return void 0;
|