From 54501ba224857146dca7cb9e1dea8edbaf6aedeb Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Tue, 24 Sep 2024 15:55:43 +0000 Subject: [PATCH] v2.3.1 refactor: replace `let` with `const` (#158) 45490df56cec5961bc41d15f21be0e2b1f88a8f7 --- coverage/CONTRIBUTORS.svg | 14 ++++++++------ coverage/badges.svg | 8 ++++---- .../lcov-report/color-alpha/src/Pointer.tsx.html | 2 +- coverage/lcov-report/color-alpha/src/index.html | 2 +- .../lcov-report/color-alpha/src/index.tsx.html | 2 +- coverage/lcov-report/color-block/src/index.html | 2 +- .../lcov-report/color-block/src/index.tsx.html | 2 +- .../lcov-report/color-chrome/src/Arrow.tsx.html | 2 +- .../color-chrome/src/EyeDropper.tsx.html | 2 +- coverage/lcov-report/color-chrome/src/index.html | 2 +- .../lcov-report/color-chrome/src/index.tsx.html | 2 +- .../lcov-report/color-circle/src/Point.tsx.html | 2 +- coverage/lcov-report/color-circle/src/index.html | 2 +- .../lcov-report/color-circle/src/index.tsx.html | 2 +- coverage/lcov-report/color-colorful/src/index.html | 2 +- .../lcov-report/color-colorful/src/index.tsx.html | 2 +- coverage/lcov-report/color-compact/src/index.html | 2 +- .../lcov-report/color-compact/src/index.tsx.html | 2 +- coverage/lcov-report/color-convert/src/index.html | 2 +- .../lcov-report/color-convert/src/index.ts.html | 4 ++-- .../color-editable-input-hsla/src/index.html | 2 +- .../color-editable-input-hsla/src/index.tsx.html | 2 +- .../color-editable-input-rgba/src/index.html | 2 +- .../color-editable-input-rgba/src/index.tsx.html | 2 +- .../color-editable-input/src/index.html | 2 +- .../color-editable-input/src/index.tsx.html | 2 +- .../lcov-report/color-github/src/Point.tsx.html | 2 +- coverage/lcov-report/color-github/src/index.html | 2 +- .../lcov-report/color-github/src/index.tsx.html | 2 +- coverage/lcov-report/color-hue/src/index.html | 2 +- coverage/lcov-report/color-hue/src/index.tsx.html | 2 +- coverage/lcov-report/color-material/src/index.html | 2 +- .../lcov-report/color-material/src/index.tsx.html | 2 +- coverage/lcov-report/color-name/src/index.html | 2 +- coverage/lcov-report/color-name/src/index.tsx.html | 2 +- .../color-saturation/src/Pointer.tsx.html | 2 +- .../lcov-report/color-saturation/src/index.html | 2 +- .../color-saturation/src/index.tsx.html | 2 +- .../lcov-report/color-shade-slider/src/index.html | 2 +- .../color-shade-slider/src/index.tsx.html | 2 +- coverage/lcov-report/color-sketch/src/index.html | 2 +- .../lcov-report/color-sketch/src/index.tsx.html | 2 +- coverage/lcov-report/color-slider/src/index.html | 2 +- .../lcov-report/color-slider/src/index.tsx.html | 2 +- coverage/lcov-report/color-swatch/src/index.html | 2 +- .../lcov-report/color-swatch/src/index.tsx.html | 2 +- .../lcov-report/color-wheel/src/Pointer.tsx.html | 2 +- coverage/lcov-report/color-wheel/src/index.html | 2 +- .../lcov-report/color-wheel/src/index.tsx.html | 2 +- coverage/lcov-report/color-wheel/src/utils.ts.html | 2 +- coverage/lcov-report/color/src/index.html | 2 +- coverage/lcov-report/color/src/index.tsx.html | 2 +- .../drag-event-interactive/src/index.html | 2 +- .../drag-event-interactive/src/index.tsx.html | 2 +- .../drag-event-interactive/src/utils.ts.html | 2 +- coverage/lcov-report/index.html | 2 +- 56 files changed, 67 insertions(+), 65 deletions(-) diff --git a/coverage/CONTRIBUTORS.svg b/coverage/CONTRIBUTORS.svg index 329aa8253..c66409789 100644 --- a/coverage/CONTRIBUTORS.svg +++ b/coverage/CONTRIBUTORS.svg @@ -14,17 +14,19 @@ + + - + - + - + - + - + - + \ No newline at end of file diff --git a/coverage/badges.svg b/coverage/badges.svg index ba703a592..cd7b3f2e2 100644 --- a/coverage/badges.svg +++ b/coverage/badges.svg @@ -1,14 +1,14 @@ coverage: 98.57% - + - - + + - +

All files / color-alpha/