@policystudio/policy-studio-ui-vue 1.2.0-access.36 → 1.2.0-access.38
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 +129 -94
- package/doc/src/stories/Colors.mdx +3 -3
- package/doc/src/stories/Dropdown.stories.ts +4 -4
- package/doc/src/stories/Input.stories.ts +9 -9
- package/package.json +1 -1
- package/src/assets/scss/components/PsAccordion.scss +1 -1
- package/src/assets/scss/components/PsBadgeWithIcon.scss +1 -1
- package/src/assets/scss/components/PsChartLegend.scss +2 -2
- package/src/assets/scss/components/PsCheckbox.scss +36 -48
- package/src/assets/scss/components/PsChips.scss +3 -3
- package/src/assets/scss/components/PsClimateZoneBadge.scss +1 -1
- package/src/assets/scss/components/PsDraggable.scss +27 -35
- package/src/assets/scss/components/PsInlineSelector.scss +1 -1
- package/src/assets/scss/components/PsInputSelect.scss +6 -6
- package/src/assets/scss/components/PsInputTextArea.scss +1 -1
- package/src/assets/scss/components/PsRadioButton.scss +1 -1
- package/src/assets/scss/components/PsSlider.scss +2 -2
- package/src/assets/scss/components/PsTabHeader.scss +1 -1
- package/src/assets/scss/components/PsTagScope.scss +1 -1
- package/src/assets/scss/components/PsTooltip.scss +1 -1
- package/src/assets/scss/components/_PsTableResults.scss +1 -1
- package/src/assets/scss/components/table-layouts/LayoutComparison.scss +3 -3
- package/src/assets/scss/components/table-layouts/LayoutFlexible.scss +4 -4
- package/src/assets/scss/components/table-layouts/LayoutResults.scss +1 -1
- package/src/components/controls/PsDraggable.vue +4 -4
- package/src/components/datatable/PsDataTableItem.vue +1 -1
- package/src/components/forms/PsDropdownList.vue +1 -1
- package/src/components/table-results/PsTableResults.vue +10 -10
- package/src/components/table-results/PsTableResultsHead.vue +3 -3
- package/src/components/table-results/PsTableResultsHeadComparison.vue +2 -2
- package/src/components/table-results/PsTableResultsHeadFlexible.vue +3 -3
- package/src/components/tabs/PsTabHeader.vue +2 -2
|
@@ -634,7 +634,7 @@ video {
|
|
|
634
634
|
}
|
|
635
635
|
.psui-el-table-results.layout-results thead tr th {
|
|
636
636
|
--tw-text-opacity: 1;
|
|
637
|
-
color: rgb(
|
|
637
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
638
638
|
}
|
|
639
639
|
.psui-el-table-results.layout-results thead tr th .description {
|
|
640
640
|
font-size: 14px;
|
|
@@ -822,7 +822,7 @@ video {
|
|
|
822
822
|
}
|
|
823
823
|
.psui-el-table-results.layout-comparison thead tr th {
|
|
824
824
|
--tw-text-opacity: 1;
|
|
825
|
-
color: rgb(
|
|
825
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
826
826
|
}
|
|
827
827
|
.psui-el-table-results.layout-comparison thead tr th {
|
|
828
828
|
padding-top: 0.688rem;
|
|
@@ -873,7 +873,7 @@ video {
|
|
|
873
873
|
}
|
|
874
874
|
.psui-el-table-results.layout-comparison thead tr:first-of-type th {
|
|
875
875
|
--tw-text-opacity: 1;
|
|
876
|
-
color: rgb(
|
|
876
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
877
877
|
}
|
|
878
878
|
.psui-el-table-results.layout-comparison thead tr:first-of-type th {
|
|
879
879
|
padding-top: 7px;
|
|
@@ -946,7 +946,7 @@ video {
|
|
|
946
946
|
}
|
|
947
947
|
.psui-el-table-results.layout-comparison thead tr:first-of-type p.title {
|
|
948
948
|
--tw-text-opacity: 1;
|
|
949
|
-
color: rgb(
|
|
949
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
950
950
|
}
|
|
951
951
|
.psui-el-table-results.layout-comparison tbody tr {
|
|
952
952
|
border-bottom: 8px solid transparent;
|
|
@@ -1150,7 +1150,7 @@ video {
|
|
|
1150
1150
|
}
|
|
1151
1151
|
.psui-el-table-results.layout-flexible thead tr th .description {
|
|
1152
1152
|
--tw-text-opacity: 1;
|
|
1153
|
-
color: rgb(
|
|
1153
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1154
1154
|
}
|
|
1155
1155
|
.psui-el-table-results.layout-flexible thead tr th .description {
|
|
1156
1156
|
line-height: 110%;
|
|
@@ -1254,7 +1254,7 @@ video {
|
|
|
1254
1254
|
}
|
|
1255
1255
|
.psui-el-table-results.layout-flexible thead tr:not(:first-of-type) th p:not(:first-of-type) {
|
|
1256
1256
|
--tw-text-opacity: 1;
|
|
1257
|
-
color: rgb(
|
|
1257
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1258
1258
|
}
|
|
1259
1259
|
.psui-el-table-results.layout-flexible thead tr:not(:first-of-type) th:first-child {
|
|
1260
1260
|
text-align: left;
|
|
@@ -1342,7 +1342,7 @@ video {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
.psui-el-table-results.layout-flexible tbody tr td {
|
|
1344
1344
|
--tw-text-opacity: 1;
|
|
1345
|
-
color: rgb(
|
|
1345
|
+
color: rgb(40, 50, 59, var(--tw-text-opacity, 1));
|
|
1346
1346
|
}
|
|
1347
1347
|
.psui-el-table-results.layout-flexible tbody tr td.hover-color {
|
|
1348
1348
|
background-color: #ecf7fb !important;
|
|
@@ -1546,7 +1546,7 @@ video {
|
|
|
1546
1546
|
}
|
|
1547
1547
|
.psui-el-table-results.layout-flexible tbody tr.is-active td .title {
|
|
1548
1548
|
--tw-text-opacity: 1;
|
|
1549
|
-
color: rgb(
|
|
1549
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1550
1550
|
}
|
|
1551
1551
|
.psui-el-table-results .psui-show-childrens-on-hover:hover * {
|
|
1552
1552
|
opacity: 1 !important;
|
|
@@ -1786,7 +1786,7 @@ video {
|
|
|
1786
1786
|
}
|
|
1787
1787
|
.psui-el-chips.type-checkbox .psui-el-chips-wrapper:before, .psui-el-chips.type-radio .psui-el-chips-wrapper:before {
|
|
1788
1788
|
--tw-text-opacity: 1;
|
|
1789
|
-
color: rgb(
|
|
1789
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1790
1790
|
}
|
|
1791
1791
|
.psui-el-chips.type-checkbox .psui-el-chips-wrapper:before, .psui-el-chips.type-radio .psui-el-chips-wrapper:before {
|
|
1792
1792
|
transition-property: all;
|
|
@@ -1928,7 +1928,7 @@ video {
|
|
|
1928
1928
|
}
|
|
1929
1929
|
.psui-el-chips.type-button.layout-with-icon .psui-el-chips-wrapper {
|
|
1930
1930
|
--tw-text-opacity: 1;
|
|
1931
|
-
color: rgb(
|
|
1931
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1932
1932
|
}
|
|
1933
1933
|
.psui-el-chips.type-button.layout-with-icon .psui-el-chips-wrapper {
|
|
1934
1934
|
padding: 6px 12px;
|
|
@@ -1993,7 +1993,7 @@ video {
|
|
|
1993
1993
|
.psui-el-chips.type-button.layout-rich .psui-el-chips-wrapper:hover,
|
|
1994
1994
|
.psui-el-chips.type-button.layout-rich .psui-el-chips-wrapper:hover .psui-el-chips-close {
|
|
1995
1995
|
--tw-text-opacity: 1;
|
|
1996
|
-
color: rgb(
|
|
1996
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
1997
1997
|
}
|
|
1998
1998
|
.psui-el-chips.type-button.layout-rich .psui-el-chips-wrapper:hover .psui-el-chips-icon-prepend {
|
|
1999
1999
|
--tw-bg-opacity: 1;
|
|
@@ -2371,7 +2371,7 @@ video {
|
|
|
2371
2371
|
}
|
|
2372
2372
|
.psui-el-tab-header.layout-folder button {
|
|
2373
2373
|
--tw-text-opacity: 1;
|
|
2374
|
-
color: rgb(
|
|
2374
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
2375
2375
|
}
|
|
2376
2376
|
.psui-el-tab-header.layout-folder button {
|
|
2377
2377
|
padding: 9px 12px;
|
|
@@ -2415,7 +2415,7 @@ video {
|
|
|
2415
2415
|
}
|
|
2416
2416
|
.psui-el-accordion-item.disabled .psui-el-accordion-item-header .psui-el-accordion-item-header-wrapper {
|
|
2417
2417
|
--tw-text-opacity: 1;
|
|
2418
|
-
color: rgb(
|
|
2418
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
2419
2419
|
}
|
|
2420
2420
|
.psui-el-accordion-item-header {
|
|
2421
2421
|
display: flex;
|
|
@@ -3226,7 +3226,7 @@ video {
|
|
|
3226
3226
|
}
|
|
3227
3227
|
.psui-el-chart-legend-text {
|
|
3228
3228
|
--tw-text-opacity: 1;
|
|
3229
|
-
color: rgb(
|
|
3229
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
3230
3230
|
}
|
|
3231
3231
|
.psui-el-chart-legend-total {
|
|
3232
3232
|
margin-top: 0.25rem;
|
|
@@ -3248,7 +3248,7 @@ video {
|
|
|
3248
3248
|
}
|
|
3249
3249
|
.psui-el-chart-legend-percentage {
|
|
3250
3250
|
--tw-text-opacity: 1;
|
|
3251
|
-
color: rgb(
|
|
3251
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
3252
3252
|
}
|
|
3253
3253
|
|
|
3254
3254
|
.psui-el-climate-zone-badge {
|
|
@@ -3258,7 +3258,7 @@ video {
|
|
|
3258
3258
|
--tw-bg-opacity: 1;
|
|
3259
3259
|
background-color: rgb(243, 246, 249, var(--tw-bg-opacity, 1));
|
|
3260
3260
|
--tw-text-opacity: 1;
|
|
3261
|
-
color: rgb(
|
|
3261
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
3262
3262
|
transition-property: all;
|
|
3263
3263
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3264
3264
|
transition-duration: 300ms;
|
|
@@ -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;
|
|
@@ -3855,7 +3884,7 @@ video {
|
|
|
3855
3884
|
position: relative;
|
|
3856
3885
|
display: flex;
|
|
3857
3886
|
--tw-text-opacity: 1;
|
|
3858
|
-
color: rgb(
|
|
3887
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
3859
3888
|
}
|
|
3860
3889
|
.psui-el-radio.disabled .psui-el-checkmark {
|
|
3861
3890
|
cursor: default !important;
|
|
@@ -4519,7 +4548,7 @@ video {
|
|
|
4519
4548
|
}
|
|
4520
4549
|
.psui-el-slider-label span {
|
|
4521
4550
|
--tw-text-opacity: 1;
|
|
4522
|
-
color: rgb(
|
|
4551
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
4523
4552
|
}
|
|
4524
4553
|
.psui-el-slider-input {
|
|
4525
4554
|
width: 100%;
|
|
@@ -4587,7 +4616,7 @@ video {
|
|
|
4587
4616
|
}
|
|
4588
4617
|
.psui-el-slider-bubble {
|
|
4589
4618
|
--tw-text-opacity: 1;
|
|
4590
|
-
color: rgb(
|
|
4619
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
4591
4620
|
}
|
|
4592
4621
|
.psui-el-slider.layout-default .psui-el-slider-range-value {
|
|
4593
4622
|
position: relative;
|
|
@@ -5227,7 +5256,7 @@ video {
|
|
|
5227
5256
|
}
|
|
5228
5257
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown .psui-el-inline-selector-error p {
|
|
5229
5258
|
--tw-text-opacity: 1;
|
|
5230
|
-
color: rgb(
|
|
5259
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
5231
5260
|
}
|
|
5232
5261
|
.psui-el-inline-selector .psui-el-inline-selector-dropdown-wrapper .psui-el-inline-selector-dropdown ul {
|
|
5233
5262
|
width: 100%;
|
|
@@ -5469,7 +5498,7 @@ video {
|
|
|
5469
5498
|
}
|
|
5470
5499
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white .psui-el-tooltip-content-wrapper {
|
|
5471
5500
|
--tw-text-opacity: 1;
|
|
5472
|
-
color: rgb(
|
|
5501
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
5473
5502
|
}
|
|
5474
5503
|
.psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white .psui-el-tooltip-content-wrapper button {
|
|
5475
5504
|
--tw-bg-opacity: 1;
|
|
@@ -5644,7 +5673,7 @@ video {
|
|
|
5644
5673
|
}
|
|
5645
5674
|
.psui-el-input-textarea .psui-el-input-textarea-message {
|
|
5646
5675
|
--tw-text-opacity: 1;
|
|
5647
|
-
color: rgb(
|
|
5676
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
5648
5677
|
}
|
|
5649
5678
|
.psui-el-input-textarea .psui-el-input-textarea-message {
|
|
5650
5679
|
font-size: 12px;
|
|
@@ -5683,7 +5712,7 @@ video {
|
|
|
5683
5712
|
}
|
|
5684
5713
|
.psui-el-input-select.disabled .psui-el-input-select-wrapper::after {
|
|
5685
5714
|
--tw-text-opacity: 1 !important;
|
|
5686
|
-
color: rgb(
|
|
5715
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1)) !important;
|
|
5687
5716
|
}
|
|
5688
5717
|
.psui-el-input-select.disabled .psui-el-input-select-wrapper::after {
|
|
5689
5718
|
z-index: 100 !important;
|
|
@@ -5710,7 +5739,7 @@ video {
|
|
|
5710
5739
|
}
|
|
5711
5740
|
.psui-el-input-select.layout-default .psui-el-input-select-wrapper::after {
|
|
5712
5741
|
--tw-text-opacity: 1;
|
|
5713
|
-
color: rgb(
|
|
5742
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
5714
5743
|
}
|
|
5715
5744
|
.psui-el-input-select.layout-default .psui-el-input-select-wrapper::after {
|
|
5716
5745
|
content: "arrow_drop_down";
|
|
@@ -5791,7 +5820,7 @@ video {
|
|
|
5791
5820
|
}
|
|
5792
5821
|
.psui-el-input-select .psui-el-input-helper {
|
|
5793
5822
|
--tw-text-opacity: 1;
|
|
5794
|
-
color: rgb(
|
|
5823
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
5795
5824
|
}
|
|
5796
5825
|
.psui-el-input-select .psui-el-input-helper {
|
|
5797
5826
|
font-size: 12px;
|
|
@@ -5811,7 +5840,7 @@ video {
|
|
|
5811
5840
|
}
|
|
5812
5841
|
.psui-el-input-select.layout-mini .psui-el-input-select-wrapper::after {
|
|
5813
5842
|
--tw-text-opacity: 1;
|
|
5814
|
-
color: rgb(
|
|
5843
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
5815
5844
|
}
|
|
5816
5845
|
.psui-el-input-select.layout-mini .psui-el-input-select-wrapper::after {
|
|
5817
5846
|
content: "unfold_more";
|
|
@@ -5853,7 +5882,7 @@ video {
|
|
|
5853
5882
|
}
|
|
5854
5883
|
.psui-el-input-select.layout-mini select:hover, .psui-el-input-select.layout-mini select:active {
|
|
5855
5884
|
--tw-text-opacity: 1;
|
|
5856
|
-
color: rgb(
|
|
5885
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
5857
5886
|
}
|
|
5858
5887
|
.psui-el-input-select.layout-mini select:focus {
|
|
5859
5888
|
--tw-border-opacity: 1;
|
|
@@ -5861,7 +5890,7 @@ video {
|
|
|
5861
5890
|
}
|
|
5862
5891
|
.psui-el-input-select.layout-mini select:focus {
|
|
5863
5892
|
--tw-text-opacity: 1;
|
|
5864
|
-
color: rgb(
|
|
5893
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
5865
5894
|
}
|
|
5866
5895
|
.psui-el-input-select.layout-mini.selected .psui-el-input-select-wrapper select {
|
|
5867
5896
|
--tw-border-opacity: 1 !important;
|
|
@@ -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 {
|
|
@@ -6087,7 +6123,7 @@ video {
|
|
|
6087
6123
|
}
|
|
6088
6124
|
.psui-el-badge-with-icon.layout-grey {
|
|
6089
6125
|
--tw-text-opacity: 1;
|
|
6090
|
-
color: rgb(
|
|
6126
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
6091
6127
|
}
|
|
6092
6128
|
.psui-el-badge-with-icon.layout-blue {
|
|
6093
6129
|
--tw-bg-opacity: 1;
|
|
@@ -6276,7 +6312,7 @@ video {
|
|
|
6276
6312
|
padding-bottom: 0.25rem;
|
|
6277
6313
|
padding-right: 0.5rem;
|
|
6278
6314
|
--tw-text-opacity: 1;
|
|
6279
|
-
color: rgb(
|
|
6315
|
+
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
6280
6316
|
width: 150px;
|
|
6281
6317
|
}
|
|
6282
6318
|
.psui-el-tag-scope-icon {
|
|
@@ -6893,11 +6929,6 @@ video {
|
|
|
6893
6929
|
color: rgb(162, 172, 183, var(--tw-text-opacity, 1));
|
|
6894
6930
|
}
|
|
6895
6931
|
|
|
6896
|
-
.psui-text-gray-50 {
|
|
6897
|
-
--tw-text-opacity: 1;
|
|
6898
|
-
color: rgb(121, 132, 144, var(--tw-text-opacity, 1));
|
|
6899
|
-
}
|
|
6900
|
-
|
|
6901
6932
|
.psui-text-gray-60 {
|
|
6902
6933
|
--tw-text-opacity: 1;
|
|
6903
6934
|
color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
|
|
@@ -6995,4 +7026,8 @@ html {
|
|
|
6995
7026
|
.hover\:psui-text-blue-60:hover {
|
|
6996
7027
|
--tw-text-opacity: 1;
|
|
6997
7028
|
color: rgb(18, 121, 153, var(--tw-text-opacity, 1));
|
|
7029
|
+
}
|
|
7030
|
+
|
|
7031
|
+
.psui-group:hover .group-hover\:psui-opacity-100 {
|
|
7032
|
+
opacity: 1;
|
|
6998
7033
|
}
|
|
@@ -28,9 +28,9 @@ Out colors are designed to be harmonious, ensure accessible text, and distinguis
|
|
|
28
28
|
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-white psui-bg-gray-60 click-to-copy" data-to-copy="psui-bg-gray-60">Gray 60 <div>#515E6A</div></div>
|
|
29
29
|
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-white psui-bg-gray-50 click-to-copy" data-to-copy="psui-bg-gray-50">Gray 50 <div>#798490</div></div>
|
|
30
30
|
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-white psui-bg-gray-40 click-to-copy" data-to-copy="psui-bg-gray-40">Gray 40 <div>#A2ACB7</div></div>
|
|
31
|
-
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-gray-
|
|
32
|
-
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-gray-
|
|
33
|
-
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-gray-
|
|
31
|
+
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-gray-60 psui-bg-gray-30 click-to-copy" data-to-copy="psui-bg-gray-30">Gray 30 <div>#D6DDE5</div></div>
|
|
32
|
+
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-gray-60 psui-bg-gray-20 click-to-copy" data-to-copy="psui-bg-gray-20">Gray 20 <div>#E6ECF2</div></div>
|
|
33
|
+
<div class="psui-cursor-pointer psui-p-2 psui-h-24 psui-w-32 psui-text-gray-60 psui-bg-gray-10 click-to-copy" data-to-copy="psui-bg-gray-10">Gray 10 <div>#F3F6F9</div></div>
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
36
|
## Yellow
|
|
@@ -12,7 +12,7 @@ const Template = (args, { argTypes }) => ({
|
|
|
12
12
|
<div style='background: #E6ECF2; width:1200px; height: 700px; padding: 20px;' class='psui-flex psui-gap-64 psui-bg-gray-20 '>
|
|
13
13
|
<PsDropdown>
|
|
14
14
|
<template #dropdownTrigger>
|
|
15
|
-
<i class='psui-icon psui-text-gray-
|
|
15
|
+
<i class='psui-icon psui-text-gray-60 psui-cursor-pointer psui-h-2'>more_horiz</i>
|
|
16
16
|
</template>
|
|
17
17
|
<template #items>
|
|
18
18
|
<div class='psui-pb-5'>
|
|
@@ -35,7 +35,7 @@ const Template = (args, { argTypes }) => ({
|
|
|
35
35
|
|
|
36
36
|
<PsDropdown>
|
|
37
37
|
<template #dropdownTrigger>
|
|
38
|
-
<i class='psui-icon psui-text-gray-
|
|
38
|
+
<i class='psui-icon psui-text-gray-60 psui-cursor-pointer psui-h-2'>more_horiz</i>
|
|
39
39
|
</template>
|
|
40
40
|
<template #items>
|
|
41
41
|
<div class='psui-pb-5'>
|
|
@@ -58,7 +58,7 @@ const Template = (args, { argTypes }) => ({
|
|
|
58
58
|
|
|
59
59
|
<PsDropdown>
|
|
60
60
|
<template #dropdownTrigger>
|
|
61
|
-
<i class='psui-icon psui-text-gray-
|
|
61
|
+
<i class='psui-icon psui-text-gray-60 psui-cursor-pointer psui-h-auto'>more_horiz</i>
|
|
62
62
|
</template>
|
|
63
63
|
<template #items>
|
|
64
64
|
<PsDropdownList v-bind='$props'></PsDropdownList>
|
|
@@ -67,7 +67,7 @@ const Template = (args, { argTypes }) => ({
|
|
|
67
67
|
|
|
68
68
|
<PsDropdown>
|
|
69
69
|
<template #dropdownTrigger>
|
|
70
|
-
<i class='psui-icon psui-text-gray-
|
|
70
|
+
<i class='psui-icon psui-text-gray-60 psui-cursor-pointer psui-h-auto'>more_horiz</i>
|
|
71
71
|
</template>
|
|
72
72
|
<template #items>
|
|
73
73
|
<div class='psui-my-3'>
|