Skip to content

Commit

Permalink
v2.0.3 fix(Alpha): fix style props issue. e0a8494
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 29, 2023
1 parent 481dce3 commit f19199b
Show file tree
Hide file tree
Showing 66 changed files with 73 additions and 73 deletions.
10 changes: 5 additions & 5 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.6ef0c5a4.css",
"main.js": "/static/js/main.e6bef886.js",
"main.js": "/static/js/main.7918ea2d.js",
"static/css/281.c7b2c18c.chunk.css": "/static/css/281.c7b2c18c.chunk.css",
"static/js/281.7701c91b.chunk.js": "/static/js/281.7701c91b.chunk.js",
"static/js/113.b17d27be.chunk.js": "/static/js/113.b17d27be.chunk.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"static/js/301.2109d8d3.chunk.js": "/static/js/301.2109d8d3.chunk.js",
"static/js/66.d7d51f1c.chunk.js": "/static/js/66.d7d51f1c.chunk.js",
"static/js/299.699f4304.chunk.js": "/static/js/299.699f4304.chunk.js",
"static/js/221.639c4630.chunk.js": "/static/js/221.639c4630.chunk.js",
"static/js/221.12c80104.chunk.js": "/static/js/221.12c80104.chunk.js",
"static/js/652.c04c7172.chunk.js": "/static/js/652.c04c7172.chunk.js",
"static/js/231.74d5275c.chunk.js": "/static/js/231.74d5275c.chunk.js",
"static/js/536.39d538a1.chunk.js": "/static/js/536.39d538a1.chunk.js",
Expand All @@ -55,7 +55,7 @@
"index.html": "/index.html",
"static/media/home.svg": "/static/media/home.7d51f25c64fe597ec540c3e724748f4e.svg",
"main.6ef0c5a4.css.map": "/static/css/main.6ef0c5a4.css.map",
"main.e6bef886.js.map": "/static/js/main.e6bef886.js.map",
"main.7918ea2d.js.map": "/static/js/main.7918ea2d.js.map",
"281.c7b2c18c.chunk.css.map": "/static/css/281.c7b2c18c.chunk.css.map",
"281.7701c91b.chunk.js.map": "/static/js/281.7701c91b.chunk.js.map",
"113.b17d27be.chunk.js.map": "/static/js/113.b17d27be.chunk.js.map",
Expand Down Expand Up @@ -85,7 +85,7 @@
"301.2109d8d3.chunk.js.map": "/static/js/301.2109d8d3.chunk.js.map",
"66.d7d51f1c.chunk.js.map": "/static/js/66.d7d51f1c.chunk.js.map",
"299.699f4304.chunk.js.map": "/static/js/299.699f4304.chunk.js.map",
"221.639c4630.chunk.js.map": "/static/js/221.639c4630.chunk.js.map",
"221.12c80104.chunk.js.map": "/static/js/221.12c80104.chunk.js.map",
"652.c04c7172.chunk.js.map": "/static/js/652.c04c7172.chunk.js.map",
"231.74d5275c.chunk.js.map": "/static/js/231.74d5275c.chunk.js.map",
"536.39d538a1.chunk.js.map": "/static/js/536.39d538a1.chunk.js.map",
Expand All @@ -110,6 +110,6 @@
"entrypoints": [
"static/js/react-vendor.ef3775ea.js",
"static/css/main.6ef0c5a4.css",
"static/js/main.e6bef886.js"
"static/js/main.7918ea2d.js"
]
}
8 changes: 4 additions & 4 deletions coverage/badges.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-alpha/src/Pointer.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-alpha/
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-alpha/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../index.html">All files</a> color-alpha/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions coverage/lcov-report/color-alpha/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-alpha/
borderRadius: radius,
background: `url(${BACKGROUND_IMG}) left center`,
backgroundColor: 'var(--alpha-background-color)',
...{ width, height },
...style,
position: 'relative',
...{ width, height },
} as CSSProperties;
&nbsp;
const pointerElement =
Expand Down Expand Up @@ -439,7 +439,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-alpha/
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-block/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-block/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-block/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-block/
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-chrome/src/Arrow.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-chrome
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-chrome/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../index.html">All files</a> color-chrome/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-chrome/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-chrome
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-circle/src/Point.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-circle
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-circle/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../index.html">All files</a> color-circle/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-circle/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-circle
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-colorful/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-colorful/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-colorful/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-colorf
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-compact/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-compact/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-compact/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-compac
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-conver
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-convert/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1><a href="../../index.html">All files</a> color-convert/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-convert/src/index.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-conver
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-convert/src/utils.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-conver
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-editable-input-hsla/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-editab
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-editable-input-rgba/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-editab
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-editable-input/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-editable-input/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-editab
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-github/src/Point.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-github
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-github/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../index.html">All files</a> color-github/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-github/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-github
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-hue/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-hue/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-hue/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-hue/sr
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-material/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-material/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-material/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">color-materi
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/color-name/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> color-name/src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-11-29T12:50:13.209Z
at 2023-11-29T12:54:42.407Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Loading

0 comments on commit f19199b

Please sign in to comment.