@policystudio/policy-studio-ui-vue 1.1.90-beta.37 → 1.1.90-beta.38
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Round");
|
|
2
2
|
/*
|
|
3
|
-
! tailwindcss v3.4.
|
|
3
|
+
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
|
|
4
4
|
*/
|
|
5
5
|
/*
|
|
6
6
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
@@ -4796,9 +4796,6 @@ video {
|
|
|
4796
4796
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog {
|
|
4797
4797
|
position: fixed;
|
|
4798
4798
|
}
|
|
4799
|
-
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog {
|
|
4800
|
-
z-index: 10;
|
|
4801
|
-
}
|
|
4802
4799
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog {
|
|
4803
4800
|
display: none;
|
|
4804
4801
|
}
|
|
@@ -4818,6 +4815,7 @@ video {
|
|
|
4818
4815
|
}
|
|
4819
4816
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog {
|
|
4820
4817
|
transition-delay: 0.4s;
|
|
4818
|
+
z-index: 999;
|
|
4821
4819
|
}
|
|
4822
4820
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content {
|
|
4823
4821
|
display: flex;
|
package/package.json
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
@apply psui-relative;
|
|
6
6
|
|
|
7
7
|
.psui-el-tooltip-dialog {
|
|
8
|
-
@apply psui-fixed psui-opacity-0 psui-transition-opacity psui-duration-300 psui-ease-in-out psui-
|
|
8
|
+
@apply psui-fixed psui-opacity-0 psui-transition-opacity psui-duration-300 psui-ease-in-out psui-hidden;
|
|
9
9
|
transition-delay: 0.4s;
|
|
10
|
+
z-index: 999;
|
|
10
11
|
|
|
11
12
|
.psui-el-tooltip-content {
|
|
12
13
|
@apply psui-flex psui-flex-col psui-bg-gray-50 psui-text-white;
|