@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/module.js
CHANGED
|
@@ -2740,9 +2740,9 @@ var TextChunk = function TextChunk() {
|
|
|
2740
2740
|
var _this;
|
|
2741
2741
|
_this = Transition.call(this) || this, _this._color = new Color();
|
|
2742
2742
|
_this._normal = new Color(1, 1, 1, 1);
|
|
2743
|
-
_this._hover = new Color(
|
|
2744
|
-
_this._pressed = new Color(
|
|
2745
|
-
_this._disabled = new Color(
|
|
2743
|
+
_this._hover = new Color(0.9130986517934192, 0.9130986517934192, 0.9130986517934192, 1);
|
|
2744
|
+
_this._pressed = new Color(0.5775804404296506, 0.5775804404296506, 0.5775804404296506, 1);
|
|
2745
|
+
_this._disabled = new Color(0.5775804404296506, 0.5775804404296506, 0.5775804404296506, 1);
|
|
2746
2746
|
_this._duration = 0.1;
|
|
2747
2747
|
_this._currentValue = new Color();
|
|
2748
2748
|
_this._onNormalValueChanged = _this._onNormalValueChanged.bind(_this);
|