Skip to content

Commit abcaf3c

Browse files
committed
rewrite the color wheel
1 parent bdb613f commit abcaf3c

13 files changed

+16099
-9711
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ group: true
8787
| speed_icon | string | **Optional** | `speedometer` change the speed slider icon |
8888
| intensity_icon | string | **Optional** | `transit-connection-horizontal` change the intensity slider icon |
8989
| show_slider_percent | boolean | **Optional** | `false` show percent next to sliders |
90-
| smooth_color_wheel | boolean | **Optional** | `false` smooth out color wheel for more colors |
9190
| child_card | boolean | **Optional** | `false` remove padding/margin to make this card within another card |
9291

9392
---

babel.config.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module.exports = {
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"useBuiltIns": "usage",
7+
"debug": true,
8+
"targets": "> 0.25%, not dead",
9+
"shippedProposals": true
10+
}
11+
]
12+
]
13+
}

dist/light-entity-card.js

+460-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/light-entity-card.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)