@policystudio/policy-studio-ui-vue 1.2.0-access.36 → 1.2.0-access.37
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.
|
@@ -3471,13 +3471,24 @@ video {
|
|
|
3471
3471
|
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
3472
3472
|
}
|
|
3473
3473
|
.psui-el-checkbox:focus {
|
|
3474
|
-
outline:
|
|
3474
|
+
outline: 2px solid transparent;
|
|
3475
|
+
outline-offset: 2px;
|
|
3475
3476
|
}
|
|
3476
3477
|
.psui-el-checkbox:focus-visible {
|
|
3477
|
-
outline: 2px solid #2563EB;
|
|
3478
|
-
outline-offset: 2px;
|
|
3479
3478
|
border-radius: 6px;
|
|
3480
3479
|
}
|
|
3480
|
+
.psui-el-checkbox:focus-visible {
|
|
3481
|
+
outline-style: solid;
|
|
3482
|
+
}
|
|
3483
|
+
.psui-el-checkbox:focus-visible {
|
|
3484
|
+
outline-width: 2px;
|
|
3485
|
+
}
|
|
3486
|
+
.psui-el-checkbox:focus-visible {
|
|
3487
|
+
outline-offset: 2px;
|
|
3488
|
+
}
|
|
3489
|
+
.psui-el-checkbox:focus-visible {
|
|
3490
|
+
outline-color: #2563EB;
|
|
3491
|
+
}
|
|
3481
3492
|
.psui-el-checkbox.disabled .psui-el-checkmark {
|
|
3482
3493
|
cursor: default !important;
|
|
3483
3494
|
}
|
|
@@ -3487,20 +3498,26 @@ video {
|
|
|
3487
3498
|
}
|
|
3488
3499
|
.psui-el-checkbox.disabled .psui-el-checkmark::before {
|
|
3489
3500
|
--tw-text-opacity: 1 !important;
|
|
3490
|
-
color: rgb(
|
|
3501
|
+
color: rgb(162, 172, 183, var(--tw-text-opacity, 1)) !important;
|
|
3491
3502
|
}
|
|
3492
3503
|
.psui-el-checkbox.size-small {
|
|
3493
3504
|
font-size: 14px;
|
|
3494
3505
|
line-height: 20px;
|
|
3495
3506
|
}
|
|
3496
3507
|
.psui-el-checkbox.size-small.layout-default input:checked ~ .psui-el-checkmark::before {
|
|
3497
|
-
content: "check_box";
|
|
3498
3508
|
font-family: "Material Icons Round";
|
|
3499
3509
|
}
|
|
3510
|
+
.psui-el-checkbox.size-small.layout-default input:checked ~ .psui-el-checkmark::before {
|
|
3511
|
+
--tw-content: "check_box";
|
|
3512
|
+
content: var(--tw-content);
|
|
3513
|
+
}
|
|
3500
3514
|
.psui-el-checkbox.size-small.layout-mixed input:checked ~ .psui-el-checkmark::before {
|
|
3501
|
-
content: "indeterminate_check_box";
|
|
3502
3515
|
font-family: "Material Icons Round";
|
|
3503
3516
|
}
|
|
3517
|
+
.psui-el-checkbox.size-small.layout-mixed input:checked ~ .psui-el-checkmark::before {
|
|
3518
|
+
--tw-content: "indeterminate_check_box";
|
|
3519
|
+
content: var(--tw-content);
|
|
3520
|
+
}
|
|
3504
3521
|
.psui-el-checkbox.size-small input {
|
|
3505
3522
|
position: absolute;
|
|
3506
3523
|
}
|
|
@@ -3514,50 +3531,59 @@ video {
|
|
|
3514
3531
|
opacity: 0;
|
|
3515
3532
|
}
|
|
3516
3533
|
.psui-el-checkbox.size-small input:checked ~ .psui-el-checkmark::before {
|
|
3517
|
-
|
|
3518
|
-
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
3534
|
+
font-size: 18px;
|
|
3519
3535
|
}
|
|
3520
3536
|
.psui-el-checkbox.size-small input:checked ~ .psui-el-checkmark::before {
|
|
3521
|
-
|
|
3537
|
+
--tw-text-opacity: 1;
|
|
3538
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
3522
3539
|
}
|
|
3523
3540
|
.psui-el-checkbox.size-small .psui-el-checkmark {
|
|
3524
3541
|
display: flex;
|
|
3525
3542
|
}
|
|
3526
3543
|
.psui-el-checkbox.size-small .psui-el-checkmark {
|
|
3527
|
-
|
|
3544
|
+
min-height: 18px;
|
|
3528
3545
|
}
|
|
3529
3546
|
.psui-el-checkbox.size-small .psui-el-checkmark {
|
|
3530
|
-
|
|
3547
|
+
cursor: pointer;
|
|
3531
3548
|
}
|
|
3532
3549
|
.psui-el-checkbox.size-small .psui-el-checkmark {
|
|
3533
|
-
|
|
3550
|
+
align-items: center;
|
|
3534
3551
|
}
|
|
3535
3552
|
.psui-el-checkbox.size-small .psui-el-checkmark span {
|
|
3536
3553
|
margin-left: 8px;
|
|
3537
3554
|
}
|
|
3538
3555
|
.psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
3539
|
-
|
|
3556
|
+
font-family: "Material Icons Round";
|
|
3557
|
+
}
|
|
3558
|
+
.psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
3559
|
+
font-size: 18px;
|
|
3540
3560
|
}
|
|
3541
3561
|
.psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
3542
3562
|
--tw-text-opacity: 1;
|
|
3543
|
-
color: rgb(
|
|
3563
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
3544
3564
|
}
|
|
3545
3565
|
.psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
3546
|
-
|
|
3547
|
-
|
|
3566
|
+
--tw-content: "check_box_outline_blank";
|
|
3567
|
+
content: var(--tw-content);
|
|
3548
3568
|
}
|
|
3549
3569
|
.psui-el-checkbox.size-big {
|
|
3550
3570
|
font-size: 16px;
|
|
3551
3571
|
line-height: 24px;
|
|
3552
3572
|
}
|
|
3553
3573
|
.psui-el-checkbox.size-big.layout-mixed input:checked ~ .psui-el-checkmark::before {
|
|
3554
|
-
content: "indeterminate_check_box";
|
|
3555
3574
|
font-family: "Material Icons Round";
|
|
3556
3575
|
}
|
|
3576
|
+
.psui-el-checkbox.size-big.layout-mixed input:checked ~ .psui-el-checkmark::before {
|
|
3577
|
+
--tw-content: "indeterminate_check_box";
|
|
3578
|
+
content: var(--tw-content);
|
|
3579
|
+
}
|
|
3557
3580
|
.psui-el-checkbox.size-big.layout-default input:checked ~ .psui-el-checkmark::before {
|
|
3558
|
-
content: "check_box";
|
|
3559
3581
|
font-family: "Material Icons Round";
|
|
3560
3582
|
}
|
|
3583
|
+
.psui-el-checkbox.size-big.layout-default input:checked ~ .psui-el-checkmark::before {
|
|
3584
|
+
--tw-content: "check_box";
|
|
3585
|
+
content: var(--tw-content);
|
|
3586
|
+
}
|
|
3561
3587
|
.psui-el-checkbox.size-big input {
|
|
3562
3588
|
position: absolute;
|
|
3563
3589
|
}
|
|
@@ -3570,42 +3596,45 @@ video {
|
|
|
3570
3596
|
.psui-el-checkbox.size-big input {
|
|
3571
3597
|
opacity: 0;
|
|
3572
3598
|
}
|
|
3573
|
-
.psui-el-checkbox.size-big input:checked ~ .psui-el-checkmark
|
|
3574
|
-
--tw-text-opacity: 1;
|
|
3575
|
-
color: rgb(45, 165, 204, var(--tw-text-opacity, 1));
|
|
3576
|
-
}
|
|
3577
|
-
.psui-el-checkbox.size-big input:checked ~ .psui-el-checkmark:before {
|
|
3599
|
+
.psui-el-checkbox.size-big input:checked ~ .psui-el-checkmark::before {
|
|
3578
3600
|
font-size: 24px;
|
|
3579
3601
|
}
|
|
3602
|
+
.psui-el-checkbox.size-big input:checked ~ .psui-el-checkmark::before {
|
|
3603
|
+
--tw-text-opacity: 1;
|
|
3604
|
+
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
3605
|
+
}
|
|
3580
3606
|
.psui-el-checkbox.size-big .psui-el-checkmark {
|
|
3581
3607
|
display: flex;
|
|
3582
3608
|
}
|
|
3583
3609
|
.psui-el-checkbox.size-big .psui-el-checkmark {
|
|
3584
|
-
|
|
3610
|
+
min-height: 24px;
|
|
3585
3611
|
}
|
|
3586
3612
|
.psui-el-checkbox.size-big .psui-el-checkmark {
|
|
3587
|
-
|
|
3613
|
+
cursor: pointer;
|
|
3588
3614
|
}
|
|
3589
3615
|
.psui-el-checkbox.size-big .psui-el-checkmark {
|
|
3590
|
-
|
|
3616
|
+
align-items: center;
|
|
3591
3617
|
}
|
|
3592
3618
|
.psui-el-checkbox.size-big .psui-el-checkmark span {
|
|
3593
3619
|
margin-left: 8px;
|
|
3594
3620
|
}
|
|
3595
|
-
.psui-el-checkbox.size-big .psui-el-checkmark
|
|
3596
|
-
content: "check_box_outline_blank";
|
|
3597
|
-
}
|
|
3598
|
-
.psui-el-checkbox.size-big .psui-el-checkmark:before {
|
|
3621
|
+
.psui-el-checkbox.size-big .psui-el-checkmark::before {
|
|
3599
3622
|
vertical-align: text-bottom;
|
|
3600
3623
|
}
|
|
3601
|
-
.psui-el-checkbox.size-big .psui-el-checkmark
|
|
3602
|
-
--tw-text-opacity: 1;
|
|
3603
|
-
color: rgb(162, 172, 183, var(--tw-text-opacity, 1));
|
|
3604
|
-
}
|
|
3605
|
-
.psui-el-checkbox.size-big .psui-el-checkmark:before {
|
|
3624
|
+
.psui-el-checkbox.size-big .psui-el-checkmark::before {
|
|
3606
3625
|
font-family: "Material Icons Round";
|
|
3626
|
+
}
|
|
3627
|
+
.psui-el-checkbox.size-big .psui-el-checkmark::before {
|
|
3607
3628
|
font-size: 24px;
|
|
3608
3629
|
}
|
|
3630
|
+
.psui-el-checkbox.size-big .psui-el-checkmark::before {
|
|
3631
|
+
--tw-text-opacity: 1;
|
|
3632
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
3633
|
+
}
|
|
3634
|
+
.psui-el-checkbox.size-big .psui-el-checkmark::before {
|
|
3635
|
+
--tw-content: "check_box_outline_blank";
|
|
3636
|
+
content: var(--tw-content);
|
|
3637
|
+
}
|
|
3609
3638
|
|
|
3610
3639
|
.psui-el-dialog {
|
|
3611
3640
|
display: flex;
|
|
@@ -5901,9 +5930,6 @@ video {
|
|
|
5901
5930
|
.psui-el-draggable .psui-el-draggable-wrapper {
|
|
5902
5931
|
padding: 0.5rem;
|
|
5903
5932
|
}
|
|
5904
|
-
.psui-el-draggable .psui-el-draggable-wrapper {
|
|
5905
|
-
padding: 8px;
|
|
5906
|
-
}
|
|
5907
5933
|
.psui-el-draggable .psui-el-draggable-wrapper-title {
|
|
5908
5934
|
margin-bottom: 0.5rem;
|
|
5909
5935
|
}
|
|
@@ -5926,7 +5952,12 @@ video {
|
|
|
5926
5952
|
border-radius: 0.125rem;
|
|
5927
5953
|
}
|
|
5928
5954
|
.psui-el-draggable .psui-el-draggable-wrapper-title {
|
|
5929
|
-
padding:
|
|
5955
|
+
padding-top: 0.5rem;
|
|
5956
|
+
padding-bottom: 0.5rem;
|
|
5957
|
+
}
|
|
5958
|
+
.psui-el-draggable .psui-el-draggable-wrapper-title {
|
|
5959
|
+
padding-left: 1rem;
|
|
5960
|
+
padding-right: 1rem;
|
|
5930
5961
|
}
|
|
5931
5962
|
.psui-el-draggable .psui-el-draggable-wrapper-title p {
|
|
5932
5963
|
font-size: 12px;
|
|
@@ -5943,16 +5974,13 @@ video {
|
|
|
5943
5974
|
--tw-text-opacity: 1;
|
|
5944
5975
|
color: rgb(40, 50, 59, var(--tw-text-opacity, 1));
|
|
5945
5976
|
}
|
|
5946
|
-
.psui-el-draggable .psui-el-draggable-wrapper-title
|
|
5947
|
-
|
|
5977
|
+
.psui-el-draggable .psui-el-draggable-wrapper-title i {
|
|
5978
|
+
font-size: 18px;
|
|
5948
5979
|
}
|
|
5949
5980
|
.psui-el-draggable .psui-el-draggable-wrapper-title i {
|
|
5950
5981
|
--tw-text-opacity: 1;
|
|
5951
5982
|
color: rgb(162, 172, 183, var(--tw-text-opacity, 1));
|
|
5952
5983
|
}
|
|
5953
|
-
.psui-el-draggable .psui-el-draggable-wrapper-title i {
|
|
5954
|
-
font-size: 18px;
|
|
5955
|
-
}
|
|
5956
5984
|
.psui-el-draggable .psui-el-draggable-wrapper-title:hover .psui-el-draggable-wrapper-title-icon {
|
|
5957
5985
|
visibility: visible;
|
|
5958
5986
|
}
|
|
@@ -5990,14 +6018,19 @@ video {
|
|
|
5990
6018
|
--tw-bg-opacity: 1;
|
|
5991
6019
|
background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
|
|
5992
6020
|
}
|
|
6021
|
+
.psui-el-draggable .psui-el-draggable-item {
|
|
6022
|
+
padding-top: 7px;
|
|
6023
|
+
padding-bottom: 7px;
|
|
6024
|
+
}
|
|
6025
|
+
.psui-el-draggable .psui-el-draggable-item {
|
|
6026
|
+
padding-left: 1rem;
|
|
6027
|
+
padding-right: 1rem;
|
|
6028
|
+
}
|
|
5993
6029
|
.psui-el-draggable .psui-el-draggable-item {
|
|
5994
6030
|
--tw-shadow: 0px 0px 4px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.1);
|
|
5995
6031
|
--tw-shadow-colored: 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px var(--tw-shadow-color);
|
|
5996
6032
|
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);
|
|
5997
6033
|
}
|
|
5998
|
-
.psui-el-draggable .psui-el-draggable-item {
|
|
5999
|
-
padding: 7px 16px;
|
|
6000
|
-
}
|
|
6001
6034
|
.psui-el-draggable .psui-el-draggable-item-title {
|
|
6002
6035
|
display: flex;
|
|
6003
6036
|
}
|
|
@@ -6010,25 +6043,26 @@ video {
|
|
|
6010
6043
|
}
|
|
6011
6044
|
.psui-el-draggable .psui-el-draggable-item-title {
|
|
6012
6045
|
--tw-text-opacity: 1;
|
|
6013
|
-
color: rgb(
|
|
6046
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
6014
6047
|
}
|
|
6015
6048
|
.psui-el-draggable .psui-el-draggable-item-title .psui-el-checkbox {
|
|
6016
6049
|
--tw-text-opacity: 1;
|
|
6017
|
-
color: rgb(
|
|
6050
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
6018
6051
|
}
|
|
6019
|
-
.psui-el-draggable .psui-el-draggable-item-title .psui-el-checkbox .psui-el-checkmark
|
|
6052
|
+
.psui-el-draggable .psui-el-draggable-item-title .psui-el-checkbox .psui-el-checkmark::before {
|
|
6020
6053
|
margin-right: 0.25rem;
|
|
6021
6054
|
}
|
|
6022
|
-
.psui-el-draggable .psui-el-draggable-item-title .psui-el-checkbox .psui-el-checkmark
|
|
6055
|
+
.psui-el-draggable .psui-el-draggable-item-title .psui-el-checkbox .psui-el-checkmark::before {
|
|
6023
6056
|
--tw-text-opacity: 1;
|
|
6024
|
-
color: rgb(
|
|
6057
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
6025
6058
|
}
|
|
6026
6059
|
.psui-el-draggable .psui-el-draggable-item-title .psui-el-checkbox.active {
|
|
6027
6060
|
--tw-text-opacity: 1;
|
|
6028
|
-
color: rgb(
|
|
6061
|
+
color: rgb(40, 50, 59, var(--tw-text-opacity, 1));
|
|
6029
6062
|
}
|
|
6030
6063
|
.psui-el-draggable .psui-el-draggable-item-title .psui-el-checkbox.disabled .psui-el-checkmark {
|
|
6031
|
-
|
|
6064
|
+
--tw-text-opacity: 1 !important;
|
|
6065
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1)) !important;
|
|
6032
6066
|
}
|
|
6033
6067
|
.psui-el-draggable .psui-el-draggable-item-title:hover .psui-el-draggable-item-title-icon {
|
|
6034
6068
|
visibility: visible;
|
|
@@ -6058,18 +6092,20 @@ video {
|
|
|
6058
6092
|
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark span {
|
|
6059
6093
|
font-weight: 700;
|
|
6060
6094
|
}
|
|
6061
|
-
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark
|
|
6095
|
+
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
6062
6096
|
display: flex;
|
|
6063
6097
|
}
|
|
6064
|
-
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark
|
|
6098
|
+
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
6099
|
+
min-height: 24px;
|
|
6100
|
+
}
|
|
6101
|
+
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
6065
6102
|
align-items: center;
|
|
6066
6103
|
}
|
|
6067
|
-
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark
|
|
6104
|
+
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
6068
6105
|
justify-content: center;
|
|
6069
6106
|
}
|
|
6070
|
-
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark
|
|
6107
|
+
.psui-el-draggable .psui-el-draggable-item .psui-el-checkbox.size-small .psui-el-checkmark::before {
|
|
6071
6108
|
font-size: 24px;
|
|
6072
|
-
min-height: 24px;
|
|
6073
6109
|
}
|
|
6074
6110
|
|
|
6075
6111
|
.psui-el-badge-with-icon {
|
package/package.json
CHANGED
|
@@ -1,107 +1,95 @@
|
|
|
1
1
|
@layer components {
|
|
2
|
-
|
|
3
2
|
.psui-el-checkbox {
|
|
4
|
-
@apply psui-relative psui-text-gray-60;
|
|
5
|
-
|
|
3
|
+
@apply psui-relative psui-text-gray-60;
|
|
4
|
+
|
|
6
5
|
&:focus {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@apply psui-outline-none;
|
|
7
|
+
}
|
|
9
8
|
|
|
10
9
|
&:focus-visible {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
border-radius: 6px;
|
|
14
|
-
}
|
|
10
|
+
@apply psui-outline psui-outline-2 psui-outline-focus-ring psui-outline-offset-2 psui-rounded-[6px];
|
|
11
|
+
}
|
|
15
12
|
|
|
16
13
|
&.disabled {
|
|
17
14
|
.psui-el-checkmark {
|
|
18
|
-
@apply psui-cursor-default psui-text-gray-40 !important
|
|
15
|
+
@apply psui-cursor-default psui-text-gray-40 !important;
|
|
19
16
|
}
|
|
20
17
|
|
|
21
18
|
.psui-el-checkmark::before {
|
|
22
|
-
@apply psui-text-gray-
|
|
19
|
+
@apply psui-text-gray-40 !important;
|
|
23
20
|
}
|
|
24
21
|
}
|
|
25
22
|
|
|
26
23
|
&.size-small {
|
|
27
24
|
@apply psui-text-14;
|
|
28
|
-
|
|
25
|
+
|
|
29
26
|
&.layout-default {
|
|
30
|
-
input:checked
|
|
31
|
-
content
|
|
32
|
-
font-family: 'Material Icons Round';
|
|
27
|
+
input:checked ~ .psui-el-checkmark::before {
|
|
28
|
+
@apply psui-content-['check\_box'] psui-font-['Material_Icons_Round'];
|
|
33
29
|
}
|
|
34
30
|
}
|
|
35
|
-
|
|
31
|
+
|
|
36
32
|
&.layout-mixed {
|
|
37
|
-
input:checked
|
|
38
|
-
content
|
|
39
|
-
font-family: 'Material Icons Round';
|
|
33
|
+
input:checked ~ .psui-el-checkmark::before {
|
|
34
|
+
@apply psui-content-['indeterminate\_check\_box'] psui-font-['Material_Icons_Round'];
|
|
40
35
|
}
|
|
41
36
|
}
|
|
37
|
+
|
|
42
38
|
input {
|
|
43
39
|
@apply psui-absolute psui-opacity-0 psui-h-0 psui-w-0;
|
|
44
40
|
|
|
45
41
|
&:checked ~ .psui-el-checkmark::before {
|
|
46
|
-
@apply psui-text-blue-
|
|
47
|
-
font-size: 18px;
|
|
42
|
+
@apply psui-text-blue-60 psui-text-[18px];
|
|
48
43
|
}
|
|
49
44
|
}
|
|
45
|
+
|
|
50
46
|
.psui-el-checkmark {
|
|
51
|
-
@apply psui-flex psui-cursor-pointer psui-items-center;
|
|
52
|
-
min-height: 18px;
|
|
47
|
+
@apply psui-flex psui-cursor-pointer psui-items-center psui-min-h-[18px];
|
|
53
48
|
|
|
54
49
|
span {
|
|
55
|
-
|
|
50
|
+
@apply psui-ml-[8px];
|
|
56
51
|
}
|
|
57
52
|
|
|
58
53
|
&::before {
|
|
59
|
-
content
|
|
60
|
-
@apply psui-text-gray-40;
|
|
61
|
-
font-family:'Material Icons Round';
|
|
62
|
-
font-size: 18px;
|
|
54
|
+
@apply psui-content-['check\_box\_outline\_blank'] psui-text-gray-60 psui-font-['Material_Icons_Round'] psui-text-[18px];
|
|
63
55
|
}
|
|
64
|
-
}
|
|
56
|
+
}
|
|
65
57
|
}
|
|
66
58
|
|
|
67
59
|
&.size-big {
|
|
68
60
|
@apply psui-text-16;
|
|
69
61
|
|
|
70
62
|
&.layout-mixed {
|
|
71
|
-
input:checked
|
|
72
|
-
content
|
|
73
|
-
font-family: 'Material Icons Round';
|
|
63
|
+
input:checked ~ .psui-el-checkmark::before {
|
|
64
|
+
@apply psui-content-['indeterminate\_check\_box'] psui-font-['Material_Icons_Round'];
|
|
74
65
|
}
|
|
75
66
|
}
|
|
67
|
+
|
|
76
68
|
&.layout-default {
|
|
77
|
-
input:checked
|
|
78
|
-
content
|
|
79
|
-
font-family: 'Material Icons Round';
|
|
69
|
+
input:checked ~ .psui-el-checkmark::before {
|
|
70
|
+
@apply psui-content-['check\_box'] psui-font-['Material_Icons_Round'];
|
|
80
71
|
}
|
|
81
72
|
}
|
|
73
|
+
|
|
82
74
|
input {
|
|
83
75
|
@apply psui-absolute psui-opacity-0 psui-h-0 psui-w-0;
|
|
84
76
|
|
|
85
|
-
&:checked ~ .psui-el-checkmark
|
|
86
|
-
@apply psui-text-blue-
|
|
87
|
-
font-size: 24px;
|
|
77
|
+
&:checked ~ .psui-el-checkmark::before {
|
|
78
|
+
@apply psui-text-blue-60 psui-text-[24px];
|
|
88
79
|
}
|
|
89
80
|
}
|
|
81
|
+
|
|
90
82
|
.psui-el-checkmark {
|
|
91
|
-
@apply psui-flex psui-cursor-pointer psui-items-center;
|
|
92
|
-
|
|
93
|
-
|
|
83
|
+
@apply psui-flex psui-cursor-pointer psui-items-center psui-min-h-[24px];
|
|
84
|
+
|
|
94
85
|
span {
|
|
95
|
-
|
|
86
|
+
@apply psui-ml-[8px];
|
|
96
87
|
}
|
|
97
88
|
|
|
98
|
-
|
|
99
|
-
content
|
|
100
|
-
@apply psui-text-gray-40 psui-align-text-bottom;
|
|
101
|
-
font-family:'Material Icons Round';
|
|
102
|
-
font-size: 24px;
|
|
89
|
+
&::before {
|
|
90
|
+
@apply psui-content-['check\_box\_outline\_blank'] psui-text-gray-60 psui-align-text-bottom psui-font-['Material_Icons_Round'] psui-text-[24px];
|
|
103
91
|
}
|
|
104
92
|
}
|
|
105
93
|
}
|
|
106
94
|
}
|
|
107
|
-
}
|
|
95
|
+
}
|
|
@@ -4,32 +4,27 @@
|
|
|
4
4
|
|
|
5
5
|
.psui-el-draggable-wrapper {
|
|
6
6
|
@apply psui-w-full psui-rounded-md psui-bg-gray-20 psui-p-2 psui-flex psui-items-center psui-flex-col;
|
|
7
|
-
padding: 8px;
|
|
8
7
|
|
|
9
8
|
&-title {
|
|
10
|
-
@apply psui-w-full psui-flex psui-rounded-sm psui-items-center psui-justify-between psui-cursor-grab psui-mb-2;
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
@apply psui-w-full psui-flex psui-rounded-sm psui-items-center psui-justify-between psui-cursor-grab psui-mb-2 psui-py-2 psui-px-4;
|
|
10
|
+
|
|
13
11
|
p {
|
|
14
12
|
@apply psui-text-accentSmall psui-text-gray-80 psui-font-bold psui-uppercase;
|
|
15
|
-
letter-spacing: 0.6px;
|
|
16
13
|
}
|
|
17
|
-
|
|
14
|
+
|
|
18
15
|
i {
|
|
19
|
-
@apply psui-text-gray-40;
|
|
20
|
-
font-size: 18px;
|
|
16
|
+
@apply psui-text-gray-40 psui-text-[18px];
|
|
21
17
|
}
|
|
22
18
|
|
|
23
|
-
&:hover{
|
|
19
|
+
&:hover {
|
|
24
20
|
.psui-el-draggable-wrapper-title-icon {
|
|
25
|
-
|
|
21
|
+
@apply psui-visible;
|
|
26
22
|
}
|
|
27
23
|
}
|
|
28
24
|
|
|
29
|
-
&-icon{
|
|
30
|
-
|
|
25
|
+
&-icon {
|
|
26
|
+
@apply psui-invisible;
|
|
31
27
|
}
|
|
32
|
-
|
|
33
28
|
}
|
|
34
29
|
|
|
35
30
|
&-list {
|
|
@@ -38,39 +33,39 @@
|
|
|
38
33
|
}
|
|
39
34
|
|
|
40
35
|
.psui-el-draggable-item {
|
|
41
|
-
@apply psui-w-full psui-flex psui-rounded-sm psui-bg-white psui-items-center psui-cursor-grab psui-shadow-elevation-5;
|
|
42
|
-
padding: 7px 16px;
|
|
36
|
+
@apply psui-w-full psui-flex psui-rounded-sm psui-bg-white psui-items-center psui-cursor-grab psui-shadow-elevation-5 psui-py-[7px] psui-px-4;
|
|
43
37
|
|
|
44
38
|
&-title {
|
|
45
|
-
@apply psui-text-gray-
|
|
39
|
+
@apply psui-text-gray-60 psui-text-14 psui-flex psui-items-center;
|
|
46
40
|
|
|
47
41
|
.psui-el-checkbox {
|
|
48
|
-
@apply psui-text-gray-
|
|
42
|
+
@apply psui-text-gray-60;
|
|
49
43
|
|
|
50
44
|
.psui-el-checkmark {
|
|
51
|
-
|
|
52
|
-
@apply psui-mr-1 psui-text-gray-
|
|
45
|
+
&::before {
|
|
46
|
+
@apply psui-mr-1 psui-text-gray-60;
|
|
53
47
|
}
|
|
54
48
|
}
|
|
55
49
|
|
|
56
50
|
&.active {
|
|
57
|
-
@apply psui-text-gray-
|
|
51
|
+
@apply psui-text-gray-80;
|
|
58
52
|
}
|
|
59
53
|
|
|
60
54
|
&.disabled {
|
|
61
55
|
.psui-el-checkmark {
|
|
62
|
-
|
|
56
|
+
@apply !psui-text-gray-60;
|
|
63
57
|
}
|
|
64
58
|
}
|
|
65
59
|
}
|
|
66
|
-
|
|
60
|
+
|
|
61
|
+
&:hover {
|
|
67
62
|
.psui-el-draggable-item-title-icon {
|
|
68
|
-
|
|
63
|
+
@apply psui-visible;
|
|
69
64
|
}
|
|
70
65
|
}
|
|
71
66
|
|
|
72
|
-
&-icon{
|
|
73
|
-
|
|
67
|
+
&-icon {
|
|
68
|
+
@apply psui-invisible;
|
|
74
69
|
}
|
|
75
70
|
}
|
|
76
71
|
|
|
@@ -78,19 +73,17 @@
|
|
|
78
73
|
@apply psui-flex psui-text-gray-30 psui-ml-auto;
|
|
79
74
|
|
|
80
75
|
i {
|
|
81
|
-
|
|
76
|
+
@apply psui-text-[18px];
|
|
82
77
|
}
|
|
83
78
|
}
|
|
84
79
|
|
|
85
80
|
&:active,
|
|
86
81
|
&.on-dragging {
|
|
87
|
-
|
|
88
|
-
cursor: -moz-grabbing;
|
|
89
|
-
cursor: grabbing;
|
|
82
|
+
@apply psui-cursor-grabbing;
|
|
90
83
|
}
|
|
91
84
|
|
|
92
85
|
&.on-drag-over {
|
|
93
|
-
opacity
|
|
86
|
+
@apply psui-opacity-20;
|
|
94
87
|
}
|
|
95
88
|
|
|
96
89
|
.psui-el-checkbox.size-small {
|
|
@@ -98,13 +91,12 @@
|
|
|
98
91
|
span {
|
|
99
92
|
@apply psui-font-bold;
|
|
100
93
|
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
min-height: 24px;
|
|
94
|
+
|
|
95
|
+
&::before {
|
|
96
|
+
@apply psui-flex psui-items-center psui-justify-center psui-text-[24px] psui-min-h-[24px];
|
|
105
97
|
}
|
|
106
98
|
}
|
|
107
99
|
}
|
|
108
100
|
}
|
|
109
101
|
}
|
|
110
|
-
}
|
|
102
|
+
}
|