@policystudio/policy-studio-ui-vue 1.1.89 → 1.1.90

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.
@@ -1932,7 +1932,6 @@ video {
1932
1932
 
1933
1933
  .psui-el-table-results-wrapper.table-flexible {
1934
1934
  padding-right: 1rem;
1935
- padding-bottom: 0.5rem;
1936
1935
  }
1937
1936
 
1938
1937
  .psui-el-table-results {
@@ -2538,87 +2537,12 @@ video {
2538
2537
  margin-left: 4px;
2539
2538
  }
2540
2539
 
2541
- .psui-el-table-results.layout-flexible tbody tr.combined_measure_margin_aux td {
2542
- content: '' !important;
2543
- background-color: white !important;
2544
- max-height: 10px;
2545
- visibility: hidden;
2546
- }
2547
-
2548
- .psui-el-table-results.layout-flexible tbody tr.combined_measure_margin_aux td:nth-child(3) {
2549
- visibility: visible;
2550
- }
2551
-
2552
2540
  .psui-el-table-results.layout-flexible tbody tr.is-disabled td.hover-color {
2553
2541
  background-color: #E6ECF2 !important;
2554
2542
  opacity: 0.99;
2555
2543
  transition: background-color 0.5s ease;
2556
2544
  }
2557
2545
 
2558
- .psui-el-table-results.layout-flexible tbody tr.visible {
2559
- display: none
2560
- }
2561
-
2562
- .psui-el-table-results.layout-flexible tbody tr.appended-row {
2563
- --bg-opacity: 1;
2564
- background-color: #ECF7FB;
2565
- background-color: rgba(236, 247, 251, var(--bg-opacity));
2566
- border-width: 1px;
2567
- border-radius: 0.375rem;
2568
- height: 36px;
2569
- }
2570
-
2571
- .psui-el-table-results.layout-flexible tbody tr.appended-row td {
2572
- --bg-opacity: 1;
2573
- background-color: #F3F6F9;
2574
- background-color: rgba(243, 246, 249, var(--bg-opacity));
2575
- --text-opacity: 1;
2576
- color: #34404A;
2577
- color: rgba(52, 64, 74, var(--text-opacity));
2578
- transition: background-color 0.5s ease;
2579
- }
2580
-
2581
- .psui-el-table-results.layout-flexible tbody tr.appended-row td .title {
2582
- margin-left: 6px;
2583
- }
2584
-
2585
- .psui-el-table-results.layout-flexible tbody tr.appended-row td:first-child {
2586
- position: sticky;
2587
- min-width: 330px;
2588
- }
2589
-
2590
- .psui-el-table-results.layout-flexible tbody tr.appended-row td:first-child:after,.psui-el-table-results.layout-flexible tbody tr.appended-row td:first-child:before {
2591
- content: '';
2592
- position: absolute;
2593
- top: 0;
2594
- }
2595
-
2596
- .psui-el-table-results.layout-flexible tbody tr.appended-row td:first-child:before {
2597
- --bg-opacity: 1;
2598
- background-color: #F3F6F9;
2599
- background-color: rgba(243, 246, 249, var(--bg-opacity));
2600
- border-bottom-left-radius: 9999px;
2601
- box-shadow: -3px 3px 0px 0px #ffffff;
2602
- z-index: 30;
2603
- top: 25px;
2604
- left: 0;
2605
- width: 10px;
2606
- height: 10px;
2607
- }
2608
-
2609
- .psui-el-table-results.layout-flexible tbody tr.appended-row td:first-child:after {
2610
- --bg-opacity: 1;
2611
- background-color: #F3F6F9;
2612
- background-color: rgba(243, 246, 249, var(--bg-opacity));
2613
- border-top-left-radius: 9999px;
2614
- box-shadow: -3px -3px 0px 0px #ffffff;
2615
- z-index: 30;
2616
- top: 0;
2617
- left: 0;
2618
- width: 10px;
2619
- height: 10px;
2620
- }
2621
-
2622
2546
  .psui-el-table-results.layout-flexible tbody tr td {
2623
2547
  --text-opacity: 1;
2624
2548
  color: #34404A;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.89",
3
+ "version": "1.1.90",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -3,7 +3,7 @@
3
3
  @apply psui-w-full psui-whitespace-no-wrap psui-flex psui-overflow-auto;
4
4
 
5
5
  &.table-flexible {
6
- @apply psui-pr-4 psui-pb-2;
6
+ @apply psui-pr-4;
7
7
  }
8
8
  }
9
9
 
@@ -481,20 +481,6 @@
481
481
  }
482
482
  }
483
483
 
484
- &.combined_measure_margin_aux {
485
-
486
- td {
487
- content: '' !important;
488
- background-color: white !important;
489
- max-height: 10px;
490
- visibility: hidden;
491
-
492
- &:nth-child(3) {
493
- visibility: visible;
494
- }
495
-
496
- }
497
- }
498
484
 
499
485
  &.is-disabled {
500
486
  td {
@@ -506,53 +492,6 @@
506
492
  }
507
493
  }
508
494
 
509
- &.visible {
510
- display: none
511
- }
512
-
513
- &.appended-row {
514
- @apply psui-bg-blue-10 psui-border psui-rounded-md;
515
- height: 36px;
516
-
517
- td {
518
- @apply psui-bg-gray-10 psui-text-gray-70;
519
- transition: background-color 0.5s ease;
520
-
521
- .title {
522
- margin-left: 6px;
523
- }
524
-
525
- &:first-child {
526
- @apply psui-sticky;
527
- min-width: 330px;
528
-
529
- &:after,&:before {
530
- content: '';
531
- @apply psui-absolute psui-top-0;
532
- }
533
-
534
- &:before {
535
- @apply psui-bg-gray-10 psui-rounded-bl-full ;
536
- box-shadow: -3px 3px 0px 0px #ffffff;
537
- z-index: 30;
538
- top: 25px;
539
- left: 0;
540
- width: 10px;
541
- height: 10px;
542
- }
543
-
544
- &:after {
545
- @apply psui-bg-gray-10 psui-rounded-tl-full ;
546
- box-shadow: -3px -3px 0px 0px #ffffff;
547
- z-index: 30;
548
- top: 0;
549
- left: 0;
550
- width: 10px;
551
- height: 10px;
552
- }
553
- }
554
- }
555
- }
556
495
 
557
496
  td {
558
497
  @apply psui-text-gray-70 psui-h-10 psui-text-right psui-text-small;
@@ -323,6 +323,7 @@
323
323
  </template>
324
324
  </tr>
325
325
  </tbody>
326
+ <slot name="footer"></slot>
326
327
  </table>
327
328
  </div>
328
329
  </template>