@policystudio/policy-studio-ui-vue 1.2.0-access.31 → 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.
@@ -1165,7 +1165,11 @@ video {
1165
1165
  line-height: 20px;
1166
1166
  }
1167
1167
  .psui-el-table-results.layout-flexible thead tr .title {
1168
- line-height: 1rem;
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: 12px;
1256
- line-height: 130%;
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
- text-transform: uppercase;
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(0, 42, 58, var(--tw-text-opacity, 1));
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(0, 42, 58, var(--tw-text-opacity, 1));
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: 0;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.2.0-access.31",
3
+ "version": "1.2.0-access.32",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -51,7 +51,7 @@
51
51
 
52
52
  .psui-show-childrens-on-hover.absolute-childrens .helper {
53
53
  position: absolute;
54
- top: 0;
54
+ top: 1px;
55
55
  right: -18px;
56
56
  }
57
57
  }
@@ -19,14 +19,14 @@
19
19
 
20
20
  tr {
21
21
  .title {
22
- @apply psui-text-14 psui-leading-4;
22
+ @apply psui-text-14 psui-font-semibold psui-text-gray-80;
23
23
  }
24
24
 
25
25
  th {
26
- @apply psui-text-gray-50 psui-text-right psui-w-auto psui-align-top;
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-accentSmall psui-text-blue-80 psui-font-bold psui-uppercase;
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-blue-80;
98
+ @apply psui-text-gray-80;
99
99
  }
100
100
 
101
101
  p:not(:first-of-type) {
@@ -13,8 +13,8 @@
13
13
  <PsIcon
14
14
  icon="info_outline"
15
15
  size="18"
16
- class="psui-cursor-pointer psui-text-gray-50 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
17
- :style="{ display: 'flex' }"
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>