primereact 10.6.5 → 10.6.6
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/README.md +1 -1
- package/api/api.d.ts +8 -0
- package/chart/chart.d.ts +1 -13
- package/column/column.d.ts +6 -0
- package/core/core.js +94 -30
- package/core/core.min.js +8 -8
- package/datatable/datatable.cjs.js +56 -46
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +56 -46
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +56 -46
- package/datatable/datatable.min.js +1 -1
- package/dialog/dialog.cjs.js +5 -3
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +5 -3
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +5 -3
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +3 -3
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +3 -3
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +3 -3
- package/dropdown/dropdown.min.js +1 -1
- package/galleria/galleria.cjs.js +7 -0
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +8 -1
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +7 -0
- package/galleria/galleria.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +14 -11
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +14 -11
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +14 -11
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputotp/inputotp.cjs.js +25 -1
- package/inputotp/inputotp.cjs.min.js +1 -1
- package/inputotp/inputotp.esm.js +26 -2
- package/inputotp/inputotp.esm.min.js +1 -1
- package/inputotp/inputotp.js +25 -1
- package/inputotp/inputotp.min.js +1 -1
- package/keyfilter/keyfilter.cjs.js +1 -1
- package/keyfilter/keyfilter.cjs.min.js +1 -1
- package/keyfilter/keyfilter.esm.js +1 -1
- package/keyfilter/keyfilter.esm.min.js +1 -1
- package/keyfilter/keyfilter.js +1 -1
- package/keyfilter/keyfilter.min.js +1 -1
- package/metergroup/metergroup.cjs.js +2 -1
- package/metergroup/metergroup.cjs.min.js +1 -1
- package/metergroup/metergroup.esm.js +2 -1
- package/metergroup/metergroup.esm.min.js +1 -1
- package/metergroup/metergroup.js +2 -1
- package/metergroup/metergroup.min.js +1 -1
- package/multiselect/multiselect.cjs.js +2 -2
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +2 -2
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +2 -2
- package/multiselect/multiselect.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +1 -1
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +1 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +1 -1
- package/paginator/paginator.min.js +1 -1
- package/panelmenu/panelmenu.cjs.js +13 -12
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +13 -12
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +13 -12
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/password.cjs.js +2 -2
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +2 -2
- package/password/password.esm.min.js +1 -1
- package/password/password.js +2 -2
- package/password/password.min.js +1 -1
- package/primereact.all.cjs.js +2859 -1916
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +2856 -1917
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +2859 -1916
- package/primereact.all.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +62 -0
- package/resources/themes/arya-green/theme.css +62 -0
- package/resources/themes/arya-orange/theme.css +62 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +62 -0
- package/resources/themes/bootstrap4-dark-purple/theme.css +207 -43
- package/resources/themes/bootstrap4-light-blue/theme.css +62 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +207 -43
- package/resources/themes/fluent-light/theme.css +62 -0
- package/resources/themes/lara-dark-amber/theme.css +62 -9
- package/resources/themes/lara-dark-blue/theme.css +62 -9
- package/resources/themes/lara-dark-cyan/theme.css +62 -9
- package/resources/themes/lara-dark-green/theme.css +62 -9
- package/resources/themes/lara-dark-indigo/theme.css +62 -9
- package/resources/themes/lara-dark-pink/theme.css +62 -9
- package/resources/themes/lara-dark-teal/theme.css +62 -9
- package/resources/themes/lara-light-amber/theme.css +62 -9
- package/resources/themes/lara-light-blue/theme.css +62 -9
- package/resources/themes/lara-light-cyan/theme.css +62 -9
- package/resources/themes/lara-light-green/theme.css +62 -9
- package/resources/themes/lara-light-indigo/theme.css +62 -9
- package/resources/themes/lara-light-pink/theme.css +62 -9
- package/resources/themes/lara-light-teal/theme.css +62 -9
- package/resources/themes/luna-amber/theme.css +62 -0
- package/resources/themes/luna-blue/theme.css +62 -0
- package/resources/themes/luna-green/theme.css +62 -0
- package/resources/themes/luna-pink/theme.css +62 -0
- package/resources/themes/md-dark-deeppurple/theme.css +225 -43
- package/resources/themes/md-dark-indigo/theme.css +213 -151
- package/resources/themes/md-light-deeppurple/theme.css +225 -43
- package/resources/themes/md-light-indigo/theme.css +62 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +225 -43
- package/resources/themes/mdc-dark-indigo/theme.css +213 -151
- package/resources/themes/mdc-light-deeppurple/theme.css +225 -43
- package/resources/themes/mdc-light-indigo/theme.css +62 -0
- package/resources/themes/mira/theme.css +62 -0
- package/resources/themes/nano/theme.css +62 -0
- package/resources/themes/nova/theme.css +62 -0
- package/resources/themes/nova-accent/theme.css +62 -0
- package/resources/themes/nova-alt/theme.css +62 -0
- package/resources/themes/rhea/theme.css +62 -0
- package/resources/themes/saga-blue/theme.css +62 -0
- package/resources/themes/saga-green/theme.css +62 -0
- package/resources/themes/saga-orange/theme.css +62 -0
- package/resources/themes/soho-dark/theme.css +87 -25
- package/resources/themes/soho-light/theme.css +62 -0
- package/resources/themes/tailwind-light/theme.css +62 -0
- package/resources/themes/vela-blue/theme.css +62 -0
- package/resources/themes/vela-green/theme.css +62 -0
- package/resources/themes/vela-orange/theme.css +62 -0
- package/resources/themes/viva-dark/theme.css +62 -0
- package/resources/themes/viva-light/theme.css +62 -0
- package/tabview/tabview.cjs.js +0 -2
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +0 -2
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +0 -2
- package/tabview/tabview.min.js +1 -1
- package/tooltip/tooltip.cjs.js +2 -2
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +2 -2
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +2 -2
- package/tooltip/tooltip.min.js +1 -1
- package/tree/tree.cjs.js +45 -8
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +45 -8
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +45 -8
- package/tree/tree.min.js +1 -1
- package/treetable/treetable.cjs.js +240 -7
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.d.ts +29 -0
- package/treetable/treetable.esm.js +240 -7
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +240 -7
- package/treetable/treetable.min.js +1 -1
- package/utils/utils.d.ts +7 -4
- package/virtualscroller/virtualscroller.cjs.js +23 -1
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +23 -1
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +23 -1
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +66 -28
|
@@ -4644,6 +4644,68 @@
|
|
|
4644
4644
|
outline-offset: 0;
|
|
4645
4645
|
box-shadow: 0 0 0 0.2rem #8dcdff;
|
|
4646
4646
|
}
|
|
4647
|
+
.p-tabview-nav-container {
|
|
4648
|
+
position: relative;
|
|
4649
|
+
}
|
|
4650
|
+
.p-tabview-scrollable .p-tabview-nav-container {
|
|
4651
|
+
overflow: hidden;
|
|
4652
|
+
}
|
|
4653
|
+
.p-tabview-nav-content {
|
|
4654
|
+
overflow-x: auto;
|
|
4655
|
+
overflow-y: hidden;
|
|
4656
|
+
scroll-behavior: smooth;
|
|
4657
|
+
scrollbar-width: none;
|
|
4658
|
+
overscroll-behavior: contain auto;
|
|
4659
|
+
position: relative;
|
|
4660
|
+
}
|
|
4661
|
+
.p-tabview-nav {
|
|
4662
|
+
display: flex;
|
|
4663
|
+
margin: 0;
|
|
4664
|
+
padding: 0;
|
|
4665
|
+
list-style-type: none;
|
|
4666
|
+
flex: 1 1 auto;
|
|
4667
|
+
}
|
|
4668
|
+
.p-tabview-nav-link {
|
|
4669
|
+
cursor: pointer;
|
|
4670
|
+
user-select: none;
|
|
4671
|
+
display: flex;
|
|
4672
|
+
align-items: center;
|
|
4673
|
+
position: relative;
|
|
4674
|
+
text-decoration: none;
|
|
4675
|
+
overflow: hidden;
|
|
4676
|
+
}
|
|
4677
|
+
.p-tabview-ink-bar {
|
|
4678
|
+
display: none;
|
|
4679
|
+
z-index: 1;
|
|
4680
|
+
}
|
|
4681
|
+
.p-tabview-nav-link:focus {
|
|
4682
|
+
z-index: 1;
|
|
4683
|
+
}
|
|
4684
|
+
.p-tabview-close {
|
|
4685
|
+
z-index: 1;
|
|
4686
|
+
}
|
|
4687
|
+
.p-tabview-title {
|
|
4688
|
+
line-height: 1;
|
|
4689
|
+
white-space: nowrap;
|
|
4690
|
+
}
|
|
4691
|
+
.p-tabview-nav-btn {
|
|
4692
|
+
position: absolute;
|
|
4693
|
+
top: 0;
|
|
4694
|
+
z-index: 2;
|
|
4695
|
+
height: 100%;
|
|
4696
|
+
display: flex;
|
|
4697
|
+
align-items: center;
|
|
4698
|
+
justify-content: center;
|
|
4699
|
+
}
|
|
4700
|
+
.p-tabview-nav-prev {
|
|
4701
|
+
left: 0;
|
|
4702
|
+
}
|
|
4703
|
+
.p-tabview-nav-next {
|
|
4704
|
+
right: 0;
|
|
4705
|
+
}
|
|
4706
|
+
.p-tabview-nav-content::-webkit-scrollbar {
|
|
4707
|
+
display: none;
|
|
4708
|
+
}
|
|
4647
4709
|
.p-tabview .p-tabview-nav {
|
|
4648
4710
|
background: transparent;
|
|
4649
4711
|
border: 0 none;
|
|
@@ -4635,6 +4635,68 @@
|
|
|
4635
4635
|
outline-offset: 0;
|
|
4636
4636
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
|
4637
4637
|
}
|
|
4638
|
+
.p-tabview-nav-container {
|
|
4639
|
+
position: relative;
|
|
4640
|
+
}
|
|
4641
|
+
.p-tabview-scrollable .p-tabview-nav-container {
|
|
4642
|
+
overflow: hidden;
|
|
4643
|
+
}
|
|
4644
|
+
.p-tabview-nav-content {
|
|
4645
|
+
overflow-x: auto;
|
|
4646
|
+
overflow-y: hidden;
|
|
4647
|
+
scroll-behavior: smooth;
|
|
4648
|
+
scrollbar-width: none;
|
|
4649
|
+
overscroll-behavior: contain auto;
|
|
4650
|
+
position: relative;
|
|
4651
|
+
}
|
|
4652
|
+
.p-tabview-nav {
|
|
4653
|
+
display: flex;
|
|
4654
|
+
margin: 0;
|
|
4655
|
+
padding: 0;
|
|
4656
|
+
list-style-type: none;
|
|
4657
|
+
flex: 1 1 auto;
|
|
4658
|
+
}
|
|
4659
|
+
.p-tabview-nav-link {
|
|
4660
|
+
cursor: pointer;
|
|
4661
|
+
user-select: none;
|
|
4662
|
+
display: flex;
|
|
4663
|
+
align-items: center;
|
|
4664
|
+
position: relative;
|
|
4665
|
+
text-decoration: none;
|
|
4666
|
+
overflow: hidden;
|
|
4667
|
+
}
|
|
4668
|
+
.p-tabview-ink-bar {
|
|
4669
|
+
display: none;
|
|
4670
|
+
z-index: 1;
|
|
4671
|
+
}
|
|
4672
|
+
.p-tabview-nav-link:focus {
|
|
4673
|
+
z-index: 1;
|
|
4674
|
+
}
|
|
4675
|
+
.p-tabview-close {
|
|
4676
|
+
z-index: 1;
|
|
4677
|
+
}
|
|
4678
|
+
.p-tabview-title {
|
|
4679
|
+
line-height: 1;
|
|
4680
|
+
white-space: nowrap;
|
|
4681
|
+
}
|
|
4682
|
+
.p-tabview-nav-btn {
|
|
4683
|
+
position: absolute;
|
|
4684
|
+
top: 0;
|
|
4685
|
+
z-index: 2;
|
|
4686
|
+
height: 100%;
|
|
4687
|
+
display: flex;
|
|
4688
|
+
align-items: center;
|
|
4689
|
+
justify-content: center;
|
|
4690
|
+
}
|
|
4691
|
+
.p-tabview-nav-prev {
|
|
4692
|
+
left: 0;
|
|
4693
|
+
}
|
|
4694
|
+
.p-tabview-nav-next {
|
|
4695
|
+
right: 0;
|
|
4696
|
+
}
|
|
4697
|
+
.p-tabview-nav-content::-webkit-scrollbar {
|
|
4698
|
+
display: none;
|
|
4699
|
+
}
|
|
4638
4700
|
.p-tabview .p-tabview-nav {
|
|
4639
4701
|
background: transparent;
|
|
4640
4702
|
border: 0 none;
|
|
@@ -4660,6 +4660,68 @@
|
|
|
4660
4660
|
outline-offset: 0;
|
|
4661
4661
|
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
|
4662
4662
|
}
|
|
4663
|
+
.p-tabview-nav-container {
|
|
4664
|
+
position: relative;
|
|
4665
|
+
}
|
|
4666
|
+
.p-tabview-scrollable .p-tabview-nav-container {
|
|
4667
|
+
overflow: hidden;
|
|
4668
|
+
}
|
|
4669
|
+
.p-tabview-nav-content {
|
|
4670
|
+
overflow-x: auto;
|
|
4671
|
+
overflow-y: hidden;
|
|
4672
|
+
scroll-behavior: smooth;
|
|
4673
|
+
scrollbar-width: none;
|
|
4674
|
+
overscroll-behavior: contain auto;
|
|
4675
|
+
position: relative;
|
|
4676
|
+
}
|
|
4677
|
+
.p-tabview-nav {
|
|
4678
|
+
display: flex;
|
|
4679
|
+
margin: 0;
|
|
4680
|
+
padding: 0;
|
|
4681
|
+
list-style-type: none;
|
|
4682
|
+
flex: 1 1 auto;
|
|
4683
|
+
}
|
|
4684
|
+
.p-tabview-nav-link {
|
|
4685
|
+
cursor: pointer;
|
|
4686
|
+
user-select: none;
|
|
4687
|
+
display: flex;
|
|
4688
|
+
align-items: center;
|
|
4689
|
+
position: relative;
|
|
4690
|
+
text-decoration: none;
|
|
4691
|
+
overflow: hidden;
|
|
4692
|
+
}
|
|
4693
|
+
.p-tabview-ink-bar {
|
|
4694
|
+
display: none;
|
|
4695
|
+
z-index: 1;
|
|
4696
|
+
}
|
|
4697
|
+
.p-tabview-nav-link:focus {
|
|
4698
|
+
z-index: 1;
|
|
4699
|
+
}
|
|
4700
|
+
.p-tabview-close {
|
|
4701
|
+
z-index: 1;
|
|
4702
|
+
}
|
|
4703
|
+
.p-tabview-title {
|
|
4704
|
+
line-height: 1;
|
|
4705
|
+
white-space: nowrap;
|
|
4706
|
+
}
|
|
4707
|
+
.p-tabview-nav-btn {
|
|
4708
|
+
position: absolute;
|
|
4709
|
+
top: 0;
|
|
4710
|
+
z-index: 2;
|
|
4711
|
+
height: 100%;
|
|
4712
|
+
display: flex;
|
|
4713
|
+
align-items: center;
|
|
4714
|
+
justify-content: center;
|
|
4715
|
+
}
|
|
4716
|
+
.p-tabview-nav-prev {
|
|
4717
|
+
left: 0;
|
|
4718
|
+
}
|
|
4719
|
+
.p-tabview-nav-next {
|
|
4720
|
+
right: 0;
|
|
4721
|
+
}
|
|
4722
|
+
.p-tabview-nav-content::-webkit-scrollbar {
|
|
4723
|
+
display: none;
|
|
4724
|
+
}
|
|
4663
4725
|
.p-tabview .p-tabview-nav {
|
|
4664
4726
|
background: #ffffff;
|
|
4665
4727
|
border: 1px solid #dee2e6;
|
|
@@ -4660,6 +4660,68 @@
|
|
|
4660
4660
|
outline-offset: 0;
|
|
4661
4661
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
4662
4662
|
}
|
|
4663
|
+
.p-tabview-nav-container {
|
|
4664
|
+
position: relative;
|
|
4665
|
+
}
|
|
4666
|
+
.p-tabview-scrollable .p-tabview-nav-container {
|
|
4667
|
+
overflow: hidden;
|
|
4668
|
+
}
|
|
4669
|
+
.p-tabview-nav-content {
|
|
4670
|
+
overflow-x: auto;
|
|
4671
|
+
overflow-y: hidden;
|
|
4672
|
+
scroll-behavior: smooth;
|
|
4673
|
+
scrollbar-width: none;
|
|
4674
|
+
overscroll-behavior: contain auto;
|
|
4675
|
+
position: relative;
|
|
4676
|
+
}
|
|
4677
|
+
.p-tabview-nav {
|
|
4678
|
+
display: flex;
|
|
4679
|
+
margin: 0;
|
|
4680
|
+
padding: 0;
|
|
4681
|
+
list-style-type: none;
|
|
4682
|
+
flex: 1 1 auto;
|
|
4683
|
+
}
|
|
4684
|
+
.p-tabview-nav-link {
|
|
4685
|
+
cursor: pointer;
|
|
4686
|
+
user-select: none;
|
|
4687
|
+
display: flex;
|
|
4688
|
+
align-items: center;
|
|
4689
|
+
position: relative;
|
|
4690
|
+
text-decoration: none;
|
|
4691
|
+
overflow: hidden;
|
|
4692
|
+
}
|
|
4693
|
+
.p-tabview-ink-bar {
|
|
4694
|
+
display: none;
|
|
4695
|
+
z-index: 1;
|
|
4696
|
+
}
|
|
4697
|
+
.p-tabview-nav-link:focus {
|
|
4698
|
+
z-index: 1;
|
|
4699
|
+
}
|
|
4700
|
+
.p-tabview-close {
|
|
4701
|
+
z-index: 1;
|
|
4702
|
+
}
|
|
4703
|
+
.p-tabview-title {
|
|
4704
|
+
line-height: 1;
|
|
4705
|
+
white-space: nowrap;
|
|
4706
|
+
}
|
|
4707
|
+
.p-tabview-nav-btn {
|
|
4708
|
+
position: absolute;
|
|
4709
|
+
top: 0;
|
|
4710
|
+
z-index: 2;
|
|
4711
|
+
height: 100%;
|
|
4712
|
+
display: flex;
|
|
4713
|
+
align-items: center;
|
|
4714
|
+
justify-content: center;
|
|
4715
|
+
}
|
|
4716
|
+
.p-tabview-nav-prev {
|
|
4717
|
+
left: 0;
|
|
4718
|
+
}
|
|
4719
|
+
.p-tabview-nav-next {
|
|
4720
|
+
right: 0;
|
|
4721
|
+
}
|
|
4722
|
+
.p-tabview-nav-content::-webkit-scrollbar {
|
|
4723
|
+
display: none;
|
|
4724
|
+
}
|
|
4663
4725
|
.p-tabview .p-tabview-nav {
|
|
4664
4726
|
background: #ffffff;
|
|
4665
4727
|
border: 1px solid #dee2e6;
|
|
@@ -4660,6 +4660,68 @@
|
|
|
4660
4660
|
outline-offset: 0;
|
|
4661
4661
|
box-shadow: 0 0 0 0.2rem #ffe69c;
|
|
4662
4662
|
}
|
|
4663
|
+
.p-tabview-nav-container {
|
|
4664
|
+
position: relative;
|
|
4665
|
+
}
|
|
4666
|
+
.p-tabview-scrollable .p-tabview-nav-container {
|
|
4667
|
+
overflow: hidden;
|
|
4668
|
+
}
|
|
4669
|
+
.p-tabview-nav-content {
|
|
4670
|
+
overflow-x: auto;
|
|
4671
|
+
overflow-y: hidden;
|
|
4672
|
+
scroll-behavior: smooth;
|
|
4673
|
+
scrollbar-width: none;
|
|
4674
|
+
overscroll-behavior: contain auto;
|
|
4675
|
+
position: relative;
|
|
4676
|
+
}
|
|
4677
|
+
.p-tabview-nav {
|
|
4678
|
+
display: flex;
|
|
4679
|
+
margin: 0;
|
|
4680
|
+
padding: 0;
|
|
4681
|
+
list-style-type: none;
|
|
4682
|
+
flex: 1 1 auto;
|
|
4683
|
+
}
|
|
4684
|
+
.p-tabview-nav-link {
|
|
4685
|
+
cursor: pointer;
|
|
4686
|
+
user-select: none;
|
|
4687
|
+
display: flex;
|
|
4688
|
+
align-items: center;
|
|
4689
|
+
position: relative;
|
|
4690
|
+
text-decoration: none;
|
|
4691
|
+
overflow: hidden;
|
|
4692
|
+
}
|
|
4693
|
+
.p-tabview-ink-bar {
|
|
4694
|
+
display: none;
|
|
4695
|
+
z-index: 1;
|
|
4696
|
+
}
|
|
4697
|
+
.p-tabview-nav-link:focus {
|
|
4698
|
+
z-index: 1;
|
|
4699
|
+
}
|
|
4700
|
+
.p-tabview-close {
|
|
4701
|
+
z-index: 1;
|
|
4702
|
+
}
|
|
4703
|
+
.p-tabview-title {
|
|
4704
|
+
line-height: 1;
|
|
4705
|
+
white-space: nowrap;
|
|
4706
|
+
}
|
|
4707
|
+
.p-tabview-nav-btn {
|
|
4708
|
+
position: absolute;
|
|
4709
|
+
top: 0;
|
|
4710
|
+
z-index: 2;
|
|
4711
|
+
height: 100%;
|
|
4712
|
+
display: flex;
|
|
4713
|
+
align-items: center;
|
|
4714
|
+
justify-content: center;
|
|
4715
|
+
}
|
|
4716
|
+
.p-tabview-nav-prev {
|
|
4717
|
+
left: 0;
|
|
4718
|
+
}
|
|
4719
|
+
.p-tabview-nav-next {
|
|
4720
|
+
right: 0;
|
|
4721
|
+
}
|
|
4722
|
+
.p-tabview-nav-content::-webkit-scrollbar {
|
|
4723
|
+
display: none;
|
|
4724
|
+
}
|
|
4663
4725
|
.p-tabview .p-tabview-nav {
|
|
4664
4726
|
background: #ffffff;
|
|
4665
4727
|
border: 1px solid #dee2e6;
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--text-color: rgba(255, 255, 255, 0.87);
|
|
11
11
|
--text-color-secondary: rgba(255, 255, 255, 0.6);
|
|
12
12
|
--primary-color: #b19df7;
|
|
13
|
-
--primary-color-text: hsl(
|
|
13
|
+
--primary-color-text: hsl(234, 15%, 13%);
|
|
14
14
|
--surface-0: #1d1e27;
|
|
15
15
|
--surface-50: #34343d;
|
|
16
16
|
--surface-100: #4a4b52;
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
}
|
|
787
787
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
|
788
788
|
transition-duration: 0.2s;
|
|
789
|
-
color: hsl(
|
|
789
|
+
color: hsl(234, 15%, 13%);
|
|
790
790
|
font-size: 14px;
|
|
791
791
|
}
|
|
792
792
|
.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
}
|
|
806
806
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
|
807
807
|
transition-duration: 0.2s;
|
|
808
|
-
color: hsl(
|
|
808
|
+
color: hsl(234, 15%, 13%);
|
|
809
809
|
font-size: 14px;
|
|
810
810
|
}
|
|
811
811
|
.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
|
|
823
823
|
border-color: #9378f4;
|
|
824
824
|
background: #9378f4;
|
|
825
|
-
color: hsl(
|
|
825
|
+
color: hsl(234, 15%, 13%);
|
|
826
826
|
}
|
|
827
827
|
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box {
|
|
828
828
|
outline: 0 none;
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
width: 12px;
|
|
1892
1892
|
height: 12px;
|
|
1893
1893
|
transition-duration: 0.2s;
|
|
1894
|
-
background-color: hsl(
|
|
1894
|
+
background-color: hsl(234, 15%, 13%);
|
|
1895
1895
|
}
|
|
1896
1896
|
.p-radiobutton.p-highlight .p-radiobutton-box {
|
|
1897
1897
|
border-color: #b19df7;
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
background: #9378f4;
|
|
1906
1906
|
}
|
|
1907
1907
|
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon {
|
|
1908
|
-
background-color: hsl(
|
|
1908
|
+
background-color: hsl(234, 15%, 13%);
|
|
1909
1909
|
}
|
|
1910
1910
|
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box {
|
|
1911
1911
|
outline: 0 none;
|
|
@@ -2008,20 +2008,20 @@
|
|
|
2008
2008
|
.p-selectbutton .p-button.p-highlight {
|
|
2009
2009
|
background: #b19df7;
|
|
2010
2010
|
border-color: #b19df7;
|
|
2011
|
-
color: hsl(
|
|
2011
|
+
color: hsl(234, 15%, 13%);
|
|
2012
2012
|
}
|
|
2013
2013
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
|
2014
2014
|
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
|
2015
|
-
color: hsl(
|
|
2015
|
+
color: hsl(234, 15%, 13%);
|
|
2016
2016
|
}
|
|
2017
2017
|
.p-selectbutton .p-button.p-highlight:hover {
|
|
2018
2018
|
background: #a28af5;
|
|
2019
2019
|
border-color: #a28af5;
|
|
2020
|
-
color: hsl(
|
|
2020
|
+
color: hsl(234, 15%, 13%);
|
|
2021
2021
|
}
|
|
2022
2022
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
|
2023
2023
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
|
2024
|
-
color: hsl(
|
|
2024
|
+
color: hsl(234, 15%, 13%);
|
|
2025
2025
|
}
|
|
2026
2026
|
.p-selectbutton.p-invalid > .p-button {
|
|
2027
2027
|
border-color: #ff9a9a;
|
|
@@ -2232,11 +2232,11 @@
|
|
|
2232
2232
|
.p-togglebutton.p-highlight .p-button {
|
|
2233
2233
|
background: #b19df7;
|
|
2234
2234
|
border-color: #b19df7;
|
|
2235
|
-
color: hsl(
|
|
2235
|
+
color: hsl(234, 15%, 13%);
|
|
2236
2236
|
}
|
|
2237
2237
|
.p-togglebutton.p-highlight .p-button .p-button-icon-left,
|
|
2238
2238
|
.p-togglebutton.p-highlight .p-button .p-button-icon-right {
|
|
2239
|
-
color: hsl(
|
|
2239
|
+
color: hsl(234, 15%, 13%);
|
|
2240
2240
|
}
|
|
2241
2241
|
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button {
|
|
2242
2242
|
background: rgba(255, 255, 255, 0.03);
|
|
@@ -2250,11 +2250,11 @@
|
|
|
2250
2250
|
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button {
|
|
2251
2251
|
background: #a28af5;
|
|
2252
2252
|
border-color: #a28af5;
|
|
2253
|
-
color: hsl(
|
|
2253
|
+
color: hsl(234, 15%, 13%);
|
|
2254
2254
|
}
|
|
2255
2255
|
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,
|
|
2256
2256
|
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right {
|
|
2257
|
-
color: hsl(
|
|
2257
|
+
color: hsl(234, 15%, 13%);
|
|
2258
2258
|
}
|
|
2259
2259
|
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button {
|
|
2260
2260
|
outline: 0 none;
|
|
@@ -2266,7 +2266,7 @@
|
|
|
2266
2266
|
border-color: #ff9a9a;
|
|
2267
2267
|
}
|
|
2268
2268
|
.p-button {
|
|
2269
|
-
color: hsl(
|
|
2269
|
+
color: hsl(234, 15%, 13%);
|
|
2270
2270
|
background: #b19df7;
|
|
2271
2271
|
border: 1px solid #b19df7;
|
|
2272
2272
|
padding: 0.75rem 1.25rem;
|
|
@@ -2276,12 +2276,12 @@
|
|
|
2276
2276
|
}
|
|
2277
2277
|
.p-button:not(:disabled):hover {
|
|
2278
2278
|
background: #a28af5;
|
|
2279
|
-
color: hsl(
|
|
2279
|
+
color: hsl(234, 15%, 13%);
|
|
2280
2280
|
border-color: #a28af5;
|
|
2281
2281
|
}
|
|
2282
2282
|
.p-button:not(:disabled):active {
|
|
2283
2283
|
background: #9378f4;
|
|
2284
|
-
color: hsl(
|
|
2284
|
+
color: hsl(234, 15%, 13%);
|
|
2285
2285
|
border-color: #9378f4;
|
|
2286
2286
|
}
|
|
2287
2287
|
.p-button.p-button-outlined {
|
|
@@ -2363,7 +2363,7 @@
|
|
|
2363
2363
|
height: 1rem;
|
|
2364
2364
|
line-height: 1rem;
|
|
2365
2365
|
color: #b19df7;
|
|
2366
|
-
background-color: hsl(
|
|
2366
|
+
background-color: hsl(234, 15%, 13%);
|
|
2367
2367
|
}
|
|
2368
2368
|
.p-button.p-button-raised {
|
|
2369
2369
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -4365,7 +4365,7 @@
|
|
|
4365
4365
|
border-radius: 50%;
|
|
4366
4366
|
width: 1rem;
|
|
4367
4367
|
height: 1rem;
|
|
4368
|
-
background-color: hsl(
|
|
4368
|
+
background-color: hsl(234, 15%, 13%);
|
|
4369
4369
|
}
|
|
4370
4370
|
.p-timeline .p-timeline-event-connector {
|
|
4371
4371
|
background-color: #3e4053;
|
|
@@ -4702,6 +4702,68 @@
|
|
|
4702
4702
|
outline-offset: 0;
|
|
4703
4703
|
box-shadow: 0 0 0 1px #e0d8fc;
|
|
4704
4704
|
}
|
|
4705
|
+
.p-tabview-nav-container {
|
|
4706
|
+
position: relative;
|
|
4707
|
+
}
|
|
4708
|
+
.p-tabview-scrollable .p-tabview-nav-container {
|
|
4709
|
+
overflow: hidden;
|
|
4710
|
+
}
|
|
4711
|
+
.p-tabview-nav-content {
|
|
4712
|
+
overflow-x: auto;
|
|
4713
|
+
overflow-y: hidden;
|
|
4714
|
+
scroll-behavior: smooth;
|
|
4715
|
+
scrollbar-width: none;
|
|
4716
|
+
overscroll-behavior: contain auto;
|
|
4717
|
+
position: relative;
|
|
4718
|
+
}
|
|
4719
|
+
.p-tabview-nav {
|
|
4720
|
+
display: flex;
|
|
4721
|
+
margin: 0;
|
|
4722
|
+
padding: 0;
|
|
4723
|
+
list-style-type: none;
|
|
4724
|
+
flex: 1 1 auto;
|
|
4725
|
+
}
|
|
4726
|
+
.p-tabview-nav-link {
|
|
4727
|
+
cursor: pointer;
|
|
4728
|
+
user-select: none;
|
|
4729
|
+
display: flex;
|
|
4730
|
+
align-items: center;
|
|
4731
|
+
position: relative;
|
|
4732
|
+
text-decoration: none;
|
|
4733
|
+
overflow: hidden;
|
|
4734
|
+
}
|
|
4735
|
+
.p-tabview-ink-bar {
|
|
4736
|
+
display: none;
|
|
4737
|
+
z-index: 1;
|
|
4738
|
+
}
|
|
4739
|
+
.p-tabview-nav-link:focus {
|
|
4740
|
+
z-index: 1;
|
|
4741
|
+
}
|
|
4742
|
+
.p-tabview-close {
|
|
4743
|
+
z-index: 1;
|
|
4744
|
+
}
|
|
4745
|
+
.p-tabview-title {
|
|
4746
|
+
line-height: 1;
|
|
4747
|
+
white-space: nowrap;
|
|
4748
|
+
}
|
|
4749
|
+
.p-tabview-nav-btn {
|
|
4750
|
+
position: absolute;
|
|
4751
|
+
top: 0;
|
|
4752
|
+
z-index: 2;
|
|
4753
|
+
height: 100%;
|
|
4754
|
+
display: flex;
|
|
4755
|
+
align-items: center;
|
|
4756
|
+
justify-content: center;
|
|
4757
|
+
}
|
|
4758
|
+
.p-tabview-nav-prev {
|
|
4759
|
+
left: 0;
|
|
4760
|
+
}
|
|
4761
|
+
.p-tabview-nav-next {
|
|
4762
|
+
right: 0;
|
|
4763
|
+
}
|
|
4764
|
+
.p-tabview-nav-content::-webkit-scrollbar {
|
|
4765
|
+
display: none;
|
|
4766
|
+
}
|
|
4705
4767
|
.p-tabview .p-tabview-nav {
|
|
4706
4768
|
background: transparent;
|
|
4707
4769
|
border: 1px solid #3e4053;
|
|
@@ -4905,7 +4967,7 @@
|
|
|
4905
4967
|
}
|
|
4906
4968
|
.p-overlaypanel .p-overlaypanel-close {
|
|
4907
4969
|
background: #b19df7;
|
|
4908
|
-
color: hsl(
|
|
4970
|
+
color: hsl(234, 15%, 13%);
|
|
4909
4971
|
width: 2rem;
|
|
4910
4972
|
height: 2rem;
|
|
4911
4973
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
@@ -4916,7 +4978,7 @@
|
|
|
4916
4978
|
}
|
|
4917
4979
|
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
|
|
4918
4980
|
background: #a28af5;
|
|
4919
|
-
color: hsl(
|
|
4981
|
+
color: hsl(234, 15%, 13%);
|
|
4920
4982
|
}
|
|
4921
4983
|
.p-overlaypanel:after {
|
|
4922
4984
|
border: solid transparent;
|
|
@@ -6730,7 +6792,7 @@
|
|
|
6730
6792
|
}
|
|
6731
6793
|
.p-tag {
|
|
6732
6794
|
background: #b19df7;
|
|
6733
|
-
color: hsl(
|
|
6795
|
+
color: hsl(234, 15%, 13%);
|
|
6734
6796
|
font-size: 0.75rem;
|
|
6735
6797
|
font-weight: 700;
|
|
6736
6798
|
padding: 0.25rem 0.4rem;
|
|
@@ -6844,7 +6906,7 @@
|
|
|
6844
6906
|
background: #b19df7;
|
|
6845
6907
|
}
|
|
6846
6908
|
.p-progressbar .p-progressbar-label {
|
|
6847
|
-
color: hsl(
|
|
6909
|
+
color: hsl(234, 15%, 13%);
|
|
6848
6910
|
line-height: 1.5rem;
|
|
6849
6911
|
}
|
|
6850
6912
|
.p-terminal {
|
|
@@ -6860,7 +6922,7 @@
|
|
|
6860
6922
|
}
|
|
6861
6923
|
.p-badge {
|
|
6862
6924
|
background: #b19df7;
|
|
6863
|
-
color: hsl(
|
|
6925
|
+
color: hsl(234, 15%, 13%);
|
|
6864
6926
|
font-size: 0.75rem;
|
|
6865
6927
|
font-weight: 700;
|
|
6866
6928
|
min-width: 1.5rem;
|
|
@@ -6901,7 +6963,7 @@
|
|
|
6901
6963
|
}
|
|
6902
6964
|
.p-tag {
|
|
6903
6965
|
background: #b19df7;
|
|
6904
|
-
color: hsl(
|
|
6966
|
+
color: hsl(234, 15%, 13%);
|
|
6905
6967
|
font-size: 0.75rem;
|
|
6906
6968
|
font-weight: 700;
|
|
6907
6969
|
padding: 0.25rem 0.4rem;
|
|
@@ -4702,6 +4702,68 @@
|
|
|
4702
4702
|
outline-offset: 0;
|
|
4703
4703
|
box-shadow: 0 0 0 1px #c7bbfa;
|
|
4704
4704
|
}
|
|
4705
|
+
.p-tabview-nav-container {
|
|
4706
|
+
position: relative;
|
|
4707
|
+
}
|
|
4708
|
+
.p-tabview-scrollable .p-tabview-nav-container {
|
|
4709
|
+
overflow: hidden;
|
|
4710
|
+
}
|
|
4711
|
+
.p-tabview-nav-content {
|
|
4712
|
+
overflow-x: auto;
|
|
4713
|
+
overflow-y: hidden;
|
|
4714
|
+
scroll-behavior: smooth;
|
|
4715
|
+
scrollbar-width: none;
|
|
4716
|
+
overscroll-behavior: contain auto;
|
|
4717
|
+
position: relative;
|
|
4718
|
+
}
|
|
4719
|
+
.p-tabview-nav {
|
|
4720
|
+
display: flex;
|
|
4721
|
+
margin: 0;
|
|
4722
|
+
padding: 0;
|
|
4723
|
+
list-style-type: none;
|
|
4724
|
+
flex: 1 1 auto;
|
|
4725
|
+
}
|
|
4726
|
+
.p-tabview-nav-link {
|
|
4727
|
+
cursor: pointer;
|
|
4728
|
+
user-select: none;
|
|
4729
|
+
display: flex;
|
|
4730
|
+
align-items: center;
|
|
4731
|
+
position: relative;
|
|
4732
|
+
text-decoration: none;
|
|
4733
|
+
overflow: hidden;
|
|
4734
|
+
}
|
|
4735
|
+
.p-tabview-ink-bar {
|
|
4736
|
+
display: none;
|
|
4737
|
+
z-index: 1;
|
|
4738
|
+
}
|
|
4739
|
+
.p-tabview-nav-link:focus {
|
|
4740
|
+
z-index: 1;
|
|
4741
|
+
}
|
|
4742
|
+
.p-tabview-close {
|
|
4743
|
+
z-index: 1;
|
|
4744
|
+
}
|
|
4745
|
+
.p-tabview-title {
|
|
4746
|
+
line-height: 1;
|
|
4747
|
+
white-space: nowrap;
|
|
4748
|
+
}
|
|
4749
|
+
.p-tabview-nav-btn {
|
|
4750
|
+
position: absolute;
|
|
4751
|
+
top: 0;
|
|
4752
|
+
z-index: 2;
|
|
4753
|
+
height: 100%;
|
|
4754
|
+
display: flex;
|
|
4755
|
+
align-items: center;
|
|
4756
|
+
justify-content: center;
|
|
4757
|
+
}
|
|
4758
|
+
.p-tabview-nav-prev {
|
|
4759
|
+
left: 0;
|
|
4760
|
+
}
|
|
4761
|
+
.p-tabview-nav-next {
|
|
4762
|
+
right: 0;
|
|
4763
|
+
}
|
|
4764
|
+
.p-tabview-nav-content::-webkit-scrollbar {
|
|
4765
|
+
display: none;
|
|
4766
|
+
}
|
|
4705
4767
|
.p-tabview .p-tabview-nav {
|
|
4706
4768
|
background: #ffffff;
|
|
4707
4769
|
border: 1px solid #dfe7ef;
|