@policystudio/policy-studio-ui-vue 1.1.90-beta.67 → 1.1.90-beta.68
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.
|
@@ -5051,12 +5051,6 @@ video {
|
|
|
5051
5051
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-red .psui-el-tooltip-content-wrapper {
|
|
5052
5052
|
font-weight: 400;
|
|
5053
5053
|
}
|
|
5054
|
-
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-green {
|
|
5055
|
-
display: flex;
|
|
5056
|
-
}
|
|
5057
|
-
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-green {
|
|
5058
|
-
flex-direction: column;
|
|
5059
|
-
}
|
|
5060
5054
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-green {
|
|
5061
5055
|
align-items: center;
|
|
5062
5056
|
}
|
|
@@ -5066,7 +5060,6 @@ video {
|
|
|
5066
5060
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
|
|
5067
5061
|
}
|
|
5068
5062
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-green {
|
|
5069
|
-
width: 180px;
|
|
5070
5063
|
padding: 10px 16px 12px 16px;
|
|
5071
5064
|
gap: 4px;
|
|
5072
5065
|
border-radius: 6px;
|
|
@@ -5081,9 +5074,6 @@ video {
|
|
|
5081
5074
|
--tw-text-opacity: 1;
|
|
5082
5075
|
color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
|
|
5083
5076
|
}
|
|
5084
|
-
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-green .psui-el-tooltip-content-wrapper {
|
|
5085
|
-
text-align: center;
|
|
5086
|
-
}
|
|
5087
5077
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-green .psui-el-tooltip-content-wrapper {
|
|
5088
5078
|
font-weight: 400;
|
|
5089
5079
|
}
|
package/package.json
CHANGED
|
@@ -56,8 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
&-green {
|
|
59
|
-
@apply psui-
|
|
60
|
-
width: 180px;
|
|
59
|
+
@apply psui-items-center psui-shadow-none;
|
|
61
60
|
padding: 10px 16px 12px 16px;
|
|
62
61
|
gap: 4px;
|
|
63
62
|
border-radius: 6px;
|
|
@@ -70,7 +69,7 @@
|
|
|
70
69
|
}
|
|
71
70
|
|
|
72
71
|
.psui-el-tooltip-content-wrapper {
|
|
73
|
-
@apply psui-text-white psui-font-normal
|
|
72
|
+
@apply psui-text-white psui-font-normal;
|
|
74
73
|
}
|
|
75
74
|
}
|
|
76
75
|
|