indicator-ui 0.0.362 → 0.0.363
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/index.js
CHANGED
|
@@ -47920,6 +47920,7 @@ var POPOVER_ANIMATION = function POPOVER_ANIMATION(_ref) {
|
|
|
47920
47920
|
left: predictPos[0],
|
|
47921
47921
|
top: predictPos[1],
|
|
47922
47922
|
opacity: 0,
|
|
47923
|
+
transform: 'none',
|
|
47923
47924
|
zIndex: Z_INDEX_MODAL_DEFAULT
|
|
47924
47925
|
}).to(modal, {
|
|
47925
47926
|
opacity: 0.95
|
|
@@ -47957,6 +47958,7 @@ var DROPDOWN_ANIMATION = function DROPDOWN_ANIMATION(_ref2) {
|
|
|
47957
47958
|
left: predictPos[0],
|
|
47958
47959
|
top: predictPos[1] - 10,
|
|
47959
47960
|
opacity: 0,
|
|
47961
|
+
transform: 'none',
|
|
47960
47962
|
zIndex: Z_INDEX_MODAL_DEFAULT
|
|
47961
47963
|
}).to(modal, {
|
|
47962
47964
|
opacity: 1,
|