@policystudio/policy-studio-ui-vue 1.2.0-access.30 → 1.2.0-access.32
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/css/psui_styles_output.css +19 -20
- package/package.json +1 -1
- package/src/assets/scss/components/PsTableResults.scss +1 -1
- package/src/assets/scss/components/table-layouts/LayoutFlexible.scss +5 -5
- package/src/components/table-results/PsTableResults.vue +8 -8
- package/src/components/table-results/PsTableResultsHeadFlexible.vue +6 -6
|
@@ -1165,7 +1165,11 @@ video {
|
|
|
1165
1165
|
line-height: 20px;
|
|
1166
1166
|
}
|
|
1167
1167
|
.psui-el-table-results.layout-flexible thead tr .title {
|
|
1168
|
-
|
|
1168
|
+
font-weight: 600;
|
|
1169
|
+
}
|
|
1170
|
+
.psui-el-table-results.layout-flexible thead tr .title {
|
|
1171
|
+
--tw-text-opacity: 1;
|
|
1172
|
+
color: rgb(40, 50, 59, var(--tw-text-opacity, 1));
|
|
1169
1173
|
}
|
|
1170
1174
|
.psui-el-table-results.layout-flexible thead tr th {
|
|
1171
1175
|
width: auto;
|
|
@@ -1176,10 +1180,6 @@ video {
|
|
|
1176
1180
|
.psui-el-table-results.layout-flexible thead tr th {
|
|
1177
1181
|
vertical-align: top;
|
|
1178
1182
|
}
|
|
1179
|
-
.psui-el-table-results.layout-flexible thead tr th {
|
|
1180
|
-
--tw-text-opacity: 1;
|
|
1181
|
-
color: rgb(121, 132, 144, var(--tw-text-opacity, 1));
|
|
1182
|
-
}
|
|
1183
1183
|
.psui-el-table-results.layout-flexible thead tr th .description {
|
|
1184
1184
|
font-size: 12px;
|
|
1185
1185
|
line-height: 130%;
|
|
@@ -1187,6 +1187,10 @@ video {
|
|
|
1187
1187
|
.psui-el-table-results.layout-flexible thead tr th .description {
|
|
1188
1188
|
font-weight: 400;
|
|
1189
1189
|
}
|
|
1190
|
+
.psui-el-table-results.layout-flexible thead tr th .description {
|
|
1191
|
+
--tw-text-opacity: 1;
|
|
1192
|
+
color: rgb(121, 132, 144, var(--tw-text-opacity, 1));
|
|
1193
|
+
}
|
|
1190
1194
|
.psui-el-table-results.layout-flexible thead tr th .description {
|
|
1191
1195
|
line-height: 110%;
|
|
1192
1196
|
}
|
|
@@ -1252,19 +1256,15 @@ video {
|
|
|
1252
1256
|
padding-bottom: 0.5rem;
|
|
1253
1257
|
}
|
|
1254
1258
|
.psui-el-table-results.layout-flexible thead tr:first-of-type th > div > .title {
|
|
1255
|
-
font-size:
|
|
1256
|
-
line-height:
|
|
1257
|
-
letter-spacing: 0.6px;
|
|
1258
|
-
}
|
|
1259
|
-
.psui-el-table-results.layout-flexible thead tr:first-of-type th > div > .title {
|
|
1260
|
-
font-weight: 700;
|
|
1259
|
+
font-size: 14px;
|
|
1260
|
+
line-height: 20px;
|
|
1261
1261
|
}
|
|
1262
1262
|
.psui-el-table-results.layout-flexible thead tr:first-of-type th > div > .title {
|
|
1263
|
-
|
|
1263
|
+
font-weight: 600;
|
|
1264
1264
|
}
|
|
1265
1265
|
.psui-el-table-results.layout-flexible thead tr:first-of-type th > div > .title {
|
|
1266
1266
|
--tw-text-opacity: 1;
|
|
1267
|
-
color: rgb(
|
|
1267
|
+
color: rgb(40, 50, 59, var(--tw-text-opacity, 1));
|
|
1268
1268
|
}
|
|
1269
1269
|
.psui-el-table-results.layout-flexible thead tr:first-of-type p {
|
|
1270
1270
|
font-size: 16px;
|
|
@@ -1289,7 +1289,7 @@ video {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
.psui-el-table-results.layout-flexible thead tr:not(:first-of-type) th .title {
|
|
1291
1291
|
--tw-text-opacity: 1;
|
|
1292
|
-
color: rgb(
|
|
1292
|
+
color: rgb(40, 50, 59, var(--tw-text-opacity, 1));
|
|
1293
1293
|
}
|
|
1294
1294
|
.psui-el-table-results.layout-flexible thead tr:not(:first-of-type) th p:not(:first-of-type) {
|
|
1295
1295
|
--tw-text-opacity: 1;
|
|
@@ -1595,7 +1595,7 @@ video {
|
|
|
1595
1595
|
}
|
|
1596
1596
|
.psui-el-table-results .psui-show-childrens-on-hover.absolute-childrens .helper {
|
|
1597
1597
|
position: absolute;
|
|
1598
|
-
top:
|
|
1598
|
+
top: 1px;
|
|
1599
1599
|
right: -18px;
|
|
1600
1600
|
}
|
|
1601
1601
|
|
|
@@ -6602,6 +6602,10 @@ video {
|
|
|
6602
6602
|
margin-right: 0.5rem;
|
|
6603
6603
|
}
|
|
6604
6604
|
|
|
6605
|
+
.psui-mt-\[2px\] {
|
|
6606
|
+
margin-top: 2px;
|
|
6607
|
+
}
|
|
6608
|
+
|
|
6605
6609
|
.psui-flex {
|
|
6606
6610
|
display: flex;
|
|
6607
6611
|
}
|
|
@@ -6896,11 +6900,6 @@ video {
|
|
|
6896
6900
|
line-height: 1;
|
|
6897
6901
|
}
|
|
6898
6902
|
|
|
6899
|
-
.psui-text-blue-40 {
|
|
6900
|
-
--tw-text-opacity: 1;
|
|
6901
|
-
color: rgb(134, 192, 219, var(--tw-text-opacity, 1));
|
|
6902
|
-
}
|
|
6903
|
-
|
|
6904
6903
|
.psui-text-blue-50 {
|
|
6905
6904
|
--tw-text-opacity: 1;
|
|
6906
6905
|
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
|
|
20
20
|
tr {
|
|
21
21
|
.title {
|
|
22
|
-
@apply psui-text-14 psui-
|
|
22
|
+
@apply psui-text-14 psui-font-semibold psui-text-gray-80;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
th {
|
|
26
|
-
@apply
|
|
26
|
+
@apply psui-text-right psui-w-auto psui-align-top;
|
|
27
27
|
|
|
28
28
|
.description {
|
|
29
|
-
@apply psui-text-xsmall psui-font-normal;
|
|
29
|
+
@apply psui-text-xsmall psui-font-normal psui-text-gray-50;
|
|
30
30
|
line-height: 110%;
|
|
31
31
|
}
|
|
32
32
|
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
@apply psui-flex psui-flex-row psui-border-b psui-border-gray-30 psui-py-2;
|
|
70
70
|
|
|
71
71
|
> .title {
|
|
72
|
-
@apply psui-text-
|
|
72
|
+
@apply psui-text-14 psui-text-gray-80 psui-font-semibold;
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.title {
|
|
98
|
-
@apply psui-text-
|
|
98
|
+
@apply psui-text-gray-80;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
p:not(:first-of-type) {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
v-if="item.remove_add_button"
|
|
50
50
|
:icon="item.remove_add_button_icon"
|
|
51
51
|
class="psui-flex psui-text-gray-60 pl-4 psui-cursor-pointer leading-none hover:psui-text-blue-60 transition-all"
|
|
52
|
-
size="
|
|
52
|
+
size="16"
|
|
53
53
|
display="flex"
|
|
54
54
|
@click.native="emit('removeOrAddButtonChange', item, $event)"
|
|
55
55
|
/>
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
<PsIcon
|
|
102
102
|
v-if="item.has_helper"
|
|
103
103
|
icon="info_outline"
|
|
104
|
-
size="
|
|
105
|
-
class="psui-text-gray-
|
|
104
|
+
size="18"
|
|
105
|
+
class="psui-text-gray-50 hover:psui-text-blue-60 psui-opacity-0 psui-transition psui-leading-none psui-cursor-pointer psui-ml-1"
|
|
106
106
|
display="flex"
|
|
107
107
|
@click.native="emit('openDescriptionModal', { type: 'helper', slug: `table-results-${item.helper_slug}` })"
|
|
108
108
|
/>
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
<PsIcon
|
|
121
121
|
v-if="item.has_helper"
|
|
122
122
|
icon="info_outline"
|
|
123
|
-
size="
|
|
124
|
-
class="psui-opacity-0 psui-text-gray-
|
|
123
|
+
size="18"
|
|
124
|
+
class="psui-opacity-0 psui-text-gray-50 hover:psui-text-blue-60 psui-transition psui-leading-none psui-cursor-pointer psui-ml-1"
|
|
125
125
|
display="flex"
|
|
126
126
|
@click.native="emit('openDescriptionModal', { type: 'helper', slug: `table-results-${item.helper_slug}` })"
|
|
127
127
|
/>
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
/>
|
|
137
137
|
</div>
|
|
138
138
|
<div
|
|
139
|
-
class="actions psui-space-x-3 flex justify-between"
|
|
139
|
+
class="actions psui-space-x-3 flex justify-between psui-items-center"
|
|
140
140
|
:style="layout !== 'flexible' ? { paddingLeft: `${item.deep * 16}px` } : {}"
|
|
141
141
|
>
|
|
142
142
|
<PsRichTooltip
|
|
@@ -151,10 +151,10 @@
|
|
|
151
151
|
<PsIcon
|
|
152
152
|
:icon="getIcon(item)"
|
|
153
153
|
:class="[
|
|
154
|
-
'psui-flex psui-text-gray-
|
|
154
|
+
'psui-flex psui-text-gray-50 psui-cursor-pointer leading-none hover:psui-text-blue-60 psui-gap-3 transition-all',
|
|
155
155
|
layout === 'flexible' ? 'px-1 psui-py-0' : 'psui-px-5 psui-py-1'
|
|
156
156
|
]"
|
|
157
|
-
size="
|
|
157
|
+
size="18"
|
|
158
158
|
display="flex"
|
|
159
159
|
@click.native="executeCallback(item)"
|
|
160
160
|
/>
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
</p>
|
|
13
13
|
<PsIcon
|
|
14
14
|
icon="info_outline"
|
|
15
|
-
size="
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
size="18"
|
|
16
|
+
display="flex"
|
|
17
|
+
class="helper psui-mt-[2px] psui-cursor-pointer psui-text-gray-50 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
|
|
18
18
|
@click="emit('click-column-group-helper', columnGroup, $event)"
|
|
19
19
|
/>
|
|
20
20
|
</div>
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
|
|
74
74
|
<PsIcon
|
|
75
75
|
icon="info_outline"
|
|
76
|
-
size="
|
|
77
|
-
class="helper psui-cursor-pointer psui-text-gray-
|
|
78
|
-
|
|
76
|
+
size="18"
|
|
77
|
+
class="helper psui-cursor-pointer psui-text-gray-50 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
|
|
78
|
+
display="flex"
|
|
79
79
|
@click="emit('click-column-helper', column, $event)"
|
|
80
80
|
/>
|
|
81
81
|
|