@galacean/engine-ui 1.5.0-alpha.0 → 1.5.0-alpha.2
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/dist/browser.js +3 -3
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +1 -1
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +3 -3
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -2744,9 +2744,9 @@ var TextChunk = function TextChunk() {
|
|
|
2744
2744
|
var _this;
|
|
2745
2745
|
_this = Transition.call(this) || this, _this._color = new engine.Color();
|
|
2746
2746
|
_this._normal = new engine.Color(1, 1, 1, 1);
|
|
2747
|
-
_this._hover = new engine.Color(
|
|
2748
|
-
_this._pressed = new engine.Color(
|
|
2749
|
-
_this._disabled = new engine.Color(
|
|
2747
|
+
_this._hover = new engine.Color(0.9130986517934192, 0.9130986517934192, 0.9130986517934192, 1);
|
|
2748
|
+
_this._pressed = new engine.Color(0.5775804404296506, 0.5775804404296506, 0.5775804404296506, 1);
|
|
2749
|
+
_this._disabled = new engine.Color(0.5775804404296506, 0.5775804404296506, 0.5775804404296506, 1);
|
|
2750
2750
|
_this._duration = 0.1;
|
|
2751
2751
|
_this._currentValue = new engine.Color();
|
|
2752
2752
|
_this._onNormalValueChanged = _this._onNormalValueChanged.bind(_this);
|