primeng 17.14.0 → 17.14.1

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.
Files changed (69) hide show
  1. package/package.json +158 -158
  2. package/resources/themes/arya-blue/theme.css +144 -80
  3. package/resources/themes/arya-green/theme.css +144 -80
  4. package/resources/themes/arya-orange/theme.css +144 -80
  5. package/resources/themes/arya-purple/theme.css +144 -80
  6. package/resources/themes/aura-dark-amber/theme.css +144 -80
  7. package/resources/themes/aura-dark-blue/theme.css +144 -80
  8. package/resources/themes/aura-dark-cyan/theme.css +144 -80
  9. package/resources/themes/aura-dark-green/theme.css +144 -80
  10. package/resources/themes/aura-dark-indigo/theme.css +144 -80
  11. package/resources/themes/aura-dark-lime/theme.css +144 -80
  12. package/resources/themes/aura-dark-noir/theme.css +144 -80
  13. package/resources/themes/aura-dark-pink/theme.css +144 -80
  14. package/resources/themes/aura-dark-purple/theme.css +144 -80
  15. package/resources/themes/aura-dark-teal/theme.css +144 -80
  16. package/resources/themes/aura-light-amber/theme.css +144 -81
  17. package/resources/themes/aura-light-blue/theme.css +144 -81
  18. package/resources/themes/aura-light-cyan/theme.css +144 -81
  19. package/resources/themes/aura-light-green/theme.css +144 -81
  20. package/resources/themes/aura-light-indigo/theme.css +144 -81
  21. package/resources/themes/aura-light-lime/theme.css +144 -81
  22. package/resources/themes/aura-light-noir/theme.css +144 -81
  23. package/resources/themes/aura-light-pink/theme.css +144 -81
  24. package/resources/themes/aura-light-purple/theme.css +144 -81
  25. package/resources/themes/aura-light-teal/theme.css +144 -81
  26. package/resources/themes/bootstrap4-dark-blue/theme.css +144 -80
  27. package/resources/themes/bootstrap4-dark-purple/theme.css +144 -80
  28. package/resources/themes/bootstrap4-light-blue/theme.css +144 -80
  29. package/resources/themes/bootstrap4-light-purple/theme.css +144 -80
  30. package/resources/themes/fluent-light/theme.css +144 -80
  31. package/resources/themes/lara-dark-blue/theme.css +144 -80
  32. package/resources/themes/lara-dark-indigo/theme.css +144 -80
  33. package/resources/themes/lara-dark-purple/theme.css +144 -80
  34. package/resources/themes/lara-dark-teal/theme.css +144 -80
  35. package/resources/themes/lara-light-blue/theme.css +144 -80
  36. package/resources/themes/lara-light-indigo/theme.css +144 -80
  37. package/resources/themes/lara-light-purple/theme.css +144 -80
  38. package/resources/themes/lara-light-teal/theme.css +144 -80
  39. package/resources/themes/luna-amber/theme.css +144 -80
  40. package/resources/themes/luna-blue/theme.css +144 -80
  41. package/resources/themes/luna-green/theme.css +144 -80
  42. package/resources/themes/luna-pink/theme.css +144 -80
  43. package/resources/themes/md-dark-deeppurple/theme.css +144 -80
  44. package/resources/themes/md-dark-indigo/theme.css +144 -80
  45. package/resources/themes/md-light-deeppurple/theme.css +144 -80
  46. package/resources/themes/md-light-indigo/theme.css +144 -80
  47. package/resources/themes/mdc-dark-deeppurple/theme.css +144 -80
  48. package/resources/themes/mdc-dark-indigo/theme.css +144 -80
  49. package/resources/themes/mdc-light-deeppurple/theme.css +144 -80
  50. package/resources/themes/mdc-light-indigo/theme.css +144 -80
  51. package/resources/themes/mira/theme.css +144 -80
  52. package/resources/themes/nano/theme.css +144 -80
  53. package/resources/themes/nova/theme.css +144 -80
  54. package/resources/themes/nova-accent/theme.css +144 -80
  55. package/resources/themes/nova-alt/theme.css +144 -80
  56. package/resources/themes/rhea/theme.css +144 -80
  57. package/resources/themes/saga-blue/theme.css +144 -80
  58. package/resources/themes/saga-green/theme.css +144 -80
  59. package/resources/themes/saga-orange/theme.css +144 -80
  60. package/resources/themes/saga-purple/theme.css +144 -80
  61. package/resources/themes/soho-dark/theme.css +144 -80
  62. package/resources/themes/soho-light/theme.css +144 -80
  63. package/resources/themes/tailwind-light/theme.css +144 -80
  64. package/resources/themes/vela-blue/theme.css +144 -80
  65. package/resources/themes/vela-green/theme.css +144 -80
  66. package/resources/themes/vela-orange/theme.css +144 -80
  67. package/resources/themes/vela-purple/theme.css +144 -80
  68. package/resources/themes/viva-dark/theme.css +144 -80
  69. package/resources/themes/viva-light/theme.css +144 -80
@@ -3992,6 +3992,150 @@
3992
3992
  background: #304562;
3993
3993
  }
3994
3994
 
3995
+ .p-tabview .p-tabview-nav-content {
3996
+ scroll-padding-inline: 2.357rem;
3997
+ }
3998
+ .p-tabview .p-tabview-nav {
3999
+ background: transparent;
4000
+ border: 1px solid #304562;
4001
+ border-width: 0 0 2px 0;
4002
+ }
4003
+ .p-tabview .p-tabview-nav li {
4004
+ margin-right: 0;
4005
+ }
4006
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4007
+ border: solid #304562;
4008
+ border-width: 0 0 2px 0;
4009
+ border-color: transparent transparent #304562 transparent;
4010
+ background: #1f2d40;
4011
+ color: rgba(255, 255, 255, 0.6);
4012
+ padding: 1rem;
4013
+ font-weight: 600;
4014
+ border-top-right-radius: 3px;
4015
+ border-top-left-radius: 3px;
4016
+ transition: box-shadow 0.2s;
4017
+ margin: 0 0 -2px 0;
4018
+ }
4019
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4020
+ outline: 0 none;
4021
+ outline-offset: 0;
4022
+ box-shadow: inset 0 0 0 1px #93cbf9;
4023
+ }
4024
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4025
+ background: #1f2d40;
4026
+ border-color: #64B5F6;
4027
+ color: rgba(255, 255, 255, 0.87);
4028
+ }
4029
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4030
+ background: #1f2d40;
4031
+ border-color: #64B5F6;
4032
+ color: #64B5F6;
4033
+ }
4034
+ .p-tabview .p-tabview-left-icon {
4035
+ margin-right: 0.5rem;
4036
+ }
4037
+ .p-tabview .p-tabview-right-icon {
4038
+ margin-left: 0.5rem;
4039
+ }
4040
+ .p-tabview .p-tabview-close {
4041
+ margin-left: 0.5rem;
4042
+ }
4043
+ .p-tabview .p-tabview-nav-btn.p-link {
4044
+ background: #1f2d40;
4045
+ color: #64B5F6;
4046
+ width: 2.357rem;
4047
+ 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);
4048
+ border-radius: 0;
4049
+ }
4050
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4051
+ outline: 0 none;
4052
+ outline-offset: 0;
4053
+ box-shadow: inset 0 0 0 1px #93cbf9;
4054
+ }
4055
+ .p-tabview .p-tabview-panels {
4056
+ background: #1f2d40;
4057
+ padding: 1rem;
4058
+ border: 0 none;
4059
+ color: rgba(255, 255, 255, 0.87);
4060
+ border-bottom-right-radius: 3px;
4061
+ border-bottom-left-radius: 3px;
4062
+ }
4063
+
4064
+ .p-toolbar {
4065
+ background: #1f2d40;
4066
+ border: 1px solid #304562;
4067
+ padding: 1rem;
4068
+ border-radius: 3px;
4069
+ gap: 0.5rem;
4070
+ }
4071
+ .p-toolbar .p-toolbar-separator {
4072
+ margin: 0 0.5rem;
4073
+ }
4074
+
4075
+ .p-stepper .p-stepper-nav {
4076
+ position: relative;
4077
+ display: flex;
4078
+ justify-content: space-between;
4079
+ align-items: center;
4080
+ margin: 0;
4081
+ padding: 0;
4082
+ list-style-type: none;
4083
+ overflow-x: auto;
4084
+ }
4085
+
4086
+ .p-stepper-vertical .p-stepper-nav {
4087
+ flex-direction: column;
4088
+ }
4089
+
4090
+ .p-stepper-header {
4091
+ position: relative;
4092
+ display: flex;
4093
+ flex: 1 1 auto;
4094
+ align-items: center;
4095
+ }
4096
+ .p-stepper-header:last-of-type {
4097
+ flex: initial;
4098
+ }
4099
+
4100
+ .p-stepper-header .p-stepper-action {
4101
+ border: 0 none;
4102
+ display: inline-flex;
4103
+ align-items: center;
4104
+ text-decoration: none;
4105
+ cursor: pointer;
4106
+ }
4107
+ .p-stepper-header .p-stepper-action:focus-visible {
4108
+ outline: 0 none;
4109
+ outline-offset: 0;
4110
+ box-shadow: 0 0 0 1px #93cbf9;
4111
+ }
4112
+
4113
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4114
+ cursor: auto;
4115
+ }
4116
+
4117
+ .p-stepper-header.p-highlight .p-stepper-action {
4118
+ cursor: default;
4119
+ }
4120
+
4121
+ .p-stepper-title {
4122
+ display: block;
4123
+ white-space: nowrap;
4124
+ overflow: hidden;
4125
+ text-overflow: ellipsis;
4126
+ max-width: 100%;
4127
+ }
4128
+
4129
+ .p-stepper-number {
4130
+ display: flex;
4131
+ align-items: center;
4132
+ justify-content: center;
4133
+ }
4134
+
4135
+ .p-stepper-separator {
4136
+ flex: 1 1 0;
4137
+ }
4138
+
3995
4139
  .p-stepper .p-stepper-nav {
3996
4140
  display: flex;
3997
4141
  justify-content: space-between;
@@ -4096,86 +4240,6 @@
4096
4240
  padding-left: 3rem;
4097
4241
  }
4098
4242
 
4099
- .p-tabview .p-tabview-nav-content {
4100
- scroll-padding-inline: 2.357rem;
4101
- }
4102
- .p-tabview .p-tabview-nav {
4103
- background: transparent;
4104
- border: 1px solid #304562;
4105
- border-width: 0 0 2px 0;
4106
- }
4107
- .p-tabview .p-tabview-nav li {
4108
- margin-right: 0;
4109
- }
4110
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4111
- border: solid #304562;
4112
- border-width: 0 0 2px 0;
4113
- border-color: transparent transparent #304562 transparent;
4114
- background: #1f2d40;
4115
- color: rgba(255, 255, 255, 0.6);
4116
- padding: 1rem;
4117
- font-weight: 600;
4118
- border-top-right-radius: 3px;
4119
- border-top-left-radius: 3px;
4120
- transition: box-shadow 0.2s;
4121
- margin: 0 0 -2px 0;
4122
- }
4123
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4124
- outline: 0 none;
4125
- outline-offset: 0;
4126
- box-shadow: inset 0 0 0 1px #93cbf9;
4127
- }
4128
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4129
- background: #1f2d40;
4130
- border-color: #64B5F6;
4131
- color: rgba(255, 255, 255, 0.87);
4132
- }
4133
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4134
- background: #1f2d40;
4135
- border-color: #64B5F6;
4136
- color: #64B5F6;
4137
- }
4138
- .p-tabview .p-tabview-left-icon {
4139
- margin-right: 0.5rem;
4140
- }
4141
- .p-tabview .p-tabview-right-icon {
4142
- margin-left: 0.5rem;
4143
- }
4144
- .p-tabview .p-tabview-close {
4145
- margin-left: 0.5rem;
4146
- }
4147
- .p-tabview .p-tabview-nav-btn.p-link {
4148
- background: #1f2d40;
4149
- color: #64B5F6;
4150
- width: 2.357rem;
4151
- 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);
4152
- border-radius: 0;
4153
- }
4154
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4155
- outline: 0 none;
4156
- outline-offset: 0;
4157
- box-shadow: inset 0 0 0 1px #93cbf9;
4158
- }
4159
- .p-tabview .p-tabview-panels {
4160
- background: #1f2d40;
4161
- padding: 1rem;
4162
- border: 0 none;
4163
- color: rgba(255, 255, 255, 0.87);
4164
- border-bottom-right-radius: 3px;
4165
- border-bottom-left-radius: 3px;
4166
- }
4167
-
4168
- .p-toolbar {
4169
- background: #1f2d40;
4170
- border: 1px solid #304562;
4171
- padding: 1rem;
4172
- border-radius: 3px;
4173
- gap: 0.5rem;
4174
- }
4175
- .p-toolbar .p-toolbar-separator {
4176
- margin: 0 0.5rem;
4177
- }
4178
-
4179
4243
  .p-confirm-popup {
4180
4244
  background: #1f2d40;
4181
4245
  color: rgba(255, 255, 255, 0.87);
@@ -3992,6 +3992,150 @@
3992
3992
  background: #304562;
3993
3993
  }
3994
3994
 
3995
+ .p-tabview .p-tabview-nav-content {
3996
+ scroll-padding-inline: 2.357rem;
3997
+ }
3998
+ .p-tabview .p-tabview-nav {
3999
+ background: transparent;
4000
+ border: 1px solid #304562;
4001
+ border-width: 0 0 2px 0;
4002
+ }
4003
+ .p-tabview .p-tabview-nav li {
4004
+ margin-right: 0;
4005
+ }
4006
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4007
+ border: solid #304562;
4008
+ border-width: 0 0 2px 0;
4009
+ border-color: transparent transparent #304562 transparent;
4010
+ background: #1f2d40;
4011
+ color: rgba(255, 255, 255, 0.6);
4012
+ padding: 1rem;
4013
+ font-weight: 600;
4014
+ border-top-right-radius: 3px;
4015
+ border-top-left-radius: 3px;
4016
+ transition: box-shadow 0.2s;
4017
+ margin: 0 0 -2px 0;
4018
+ }
4019
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4020
+ outline: 0 none;
4021
+ outline-offset: 0;
4022
+ box-shadow: inset 0 0 0 1px #a7d8a9;
4023
+ }
4024
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4025
+ background: #1f2d40;
4026
+ border-color: #81C784;
4027
+ color: rgba(255, 255, 255, 0.87);
4028
+ }
4029
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4030
+ background: #1f2d40;
4031
+ border-color: #81C784;
4032
+ color: #81C784;
4033
+ }
4034
+ .p-tabview .p-tabview-left-icon {
4035
+ margin-right: 0.5rem;
4036
+ }
4037
+ .p-tabview .p-tabview-right-icon {
4038
+ margin-left: 0.5rem;
4039
+ }
4040
+ .p-tabview .p-tabview-close {
4041
+ margin-left: 0.5rem;
4042
+ }
4043
+ .p-tabview .p-tabview-nav-btn.p-link {
4044
+ background: #1f2d40;
4045
+ color: #81C784;
4046
+ width: 2.357rem;
4047
+ 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);
4048
+ border-radius: 0;
4049
+ }
4050
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4051
+ outline: 0 none;
4052
+ outline-offset: 0;
4053
+ box-shadow: inset 0 0 0 1px #a7d8a9;
4054
+ }
4055
+ .p-tabview .p-tabview-panels {
4056
+ background: #1f2d40;
4057
+ padding: 1rem;
4058
+ border: 0 none;
4059
+ color: rgba(255, 255, 255, 0.87);
4060
+ border-bottom-right-radius: 3px;
4061
+ border-bottom-left-radius: 3px;
4062
+ }
4063
+
4064
+ .p-toolbar {
4065
+ background: #1f2d40;
4066
+ border: 1px solid #304562;
4067
+ padding: 1rem;
4068
+ border-radius: 3px;
4069
+ gap: 0.5rem;
4070
+ }
4071
+ .p-toolbar .p-toolbar-separator {
4072
+ margin: 0 0.5rem;
4073
+ }
4074
+
4075
+ .p-stepper .p-stepper-nav {
4076
+ position: relative;
4077
+ display: flex;
4078
+ justify-content: space-between;
4079
+ align-items: center;
4080
+ margin: 0;
4081
+ padding: 0;
4082
+ list-style-type: none;
4083
+ overflow-x: auto;
4084
+ }
4085
+
4086
+ .p-stepper-vertical .p-stepper-nav {
4087
+ flex-direction: column;
4088
+ }
4089
+
4090
+ .p-stepper-header {
4091
+ position: relative;
4092
+ display: flex;
4093
+ flex: 1 1 auto;
4094
+ align-items: center;
4095
+ }
4096
+ .p-stepper-header:last-of-type {
4097
+ flex: initial;
4098
+ }
4099
+
4100
+ .p-stepper-header .p-stepper-action {
4101
+ border: 0 none;
4102
+ display: inline-flex;
4103
+ align-items: center;
4104
+ text-decoration: none;
4105
+ cursor: pointer;
4106
+ }
4107
+ .p-stepper-header .p-stepper-action:focus-visible {
4108
+ outline: 0 none;
4109
+ outline-offset: 0;
4110
+ box-shadow: 0 0 0 1px #a7d8a9;
4111
+ }
4112
+
4113
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4114
+ cursor: auto;
4115
+ }
4116
+
4117
+ .p-stepper-header.p-highlight .p-stepper-action {
4118
+ cursor: default;
4119
+ }
4120
+
4121
+ .p-stepper-title {
4122
+ display: block;
4123
+ white-space: nowrap;
4124
+ overflow: hidden;
4125
+ text-overflow: ellipsis;
4126
+ max-width: 100%;
4127
+ }
4128
+
4129
+ .p-stepper-number {
4130
+ display: flex;
4131
+ align-items: center;
4132
+ justify-content: center;
4133
+ }
4134
+
4135
+ .p-stepper-separator {
4136
+ flex: 1 1 0;
4137
+ }
4138
+
3995
4139
  .p-stepper .p-stepper-nav {
3996
4140
  display: flex;
3997
4141
  justify-content: space-between;
@@ -4096,86 +4240,6 @@
4096
4240
  padding-left: 3rem;
4097
4241
  }
4098
4242
 
4099
- .p-tabview .p-tabview-nav-content {
4100
- scroll-padding-inline: 2.357rem;
4101
- }
4102
- .p-tabview .p-tabview-nav {
4103
- background: transparent;
4104
- border: 1px solid #304562;
4105
- border-width: 0 0 2px 0;
4106
- }
4107
- .p-tabview .p-tabview-nav li {
4108
- margin-right: 0;
4109
- }
4110
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4111
- border: solid #304562;
4112
- border-width: 0 0 2px 0;
4113
- border-color: transparent transparent #304562 transparent;
4114
- background: #1f2d40;
4115
- color: rgba(255, 255, 255, 0.6);
4116
- padding: 1rem;
4117
- font-weight: 600;
4118
- border-top-right-radius: 3px;
4119
- border-top-left-radius: 3px;
4120
- transition: box-shadow 0.2s;
4121
- margin: 0 0 -2px 0;
4122
- }
4123
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4124
- outline: 0 none;
4125
- outline-offset: 0;
4126
- box-shadow: inset 0 0 0 1px #a7d8a9;
4127
- }
4128
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4129
- background: #1f2d40;
4130
- border-color: #81C784;
4131
- color: rgba(255, 255, 255, 0.87);
4132
- }
4133
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4134
- background: #1f2d40;
4135
- border-color: #81C784;
4136
- color: #81C784;
4137
- }
4138
- .p-tabview .p-tabview-left-icon {
4139
- margin-right: 0.5rem;
4140
- }
4141
- .p-tabview .p-tabview-right-icon {
4142
- margin-left: 0.5rem;
4143
- }
4144
- .p-tabview .p-tabview-close {
4145
- margin-left: 0.5rem;
4146
- }
4147
- .p-tabview .p-tabview-nav-btn.p-link {
4148
- background: #1f2d40;
4149
- color: #81C784;
4150
- width: 2.357rem;
4151
- 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);
4152
- border-radius: 0;
4153
- }
4154
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4155
- outline: 0 none;
4156
- outline-offset: 0;
4157
- box-shadow: inset 0 0 0 1px #a7d8a9;
4158
- }
4159
- .p-tabview .p-tabview-panels {
4160
- background: #1f2d40;
4161
- padding: 1rem;
4162
- border: 0 none;
4163
- color: rgba(255, 255, 255, 0.87);
4164
- border-bottom-right-radius: 3px;
4165
- border-bottom-left-radius: 3px;
4166
- }
4167
-
4168
- .p-toolbar {
4169
- background: #1f2d40;
4170
- border: 1px solid #304562;
4171
- padding: 1rem;
4172
- border-radius: 3px;
4173
- gap: 0.5rem;
4174
- }
4175
- .p-toolbar .p-toolbar-separator {
4176
- margin: 0 0.5rem;
4177
- }
4178
-
4179
4243
  .p-confirm-popup {
4180
4244
  background: #1f2d40;
4181
4245
  color: rgba(255, 255, 255, 0.87);
@@ -3992,6 +3992,150 @@
3992
3992
  background: #304562;
3993
3993
  }
3994
3994
 
3995
+ .p-tabview .p-tabview-nav-content {
3996
+ scroll-padding-inline: 2.357rem;
3997
+ }
3998
+ .p-tabview .p-tabview-nav {
3999
+ background: transparent;
4000
+ border: 1px solid #304562;
4001
+ border-width: 0 0 2px 0;
4002
+ }
4003
+ .p-tabview .p-tabview-nav li {
4004
+ margin-right: 0;
4005
+ }
4006
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4007
+ border: solid #304562;
4008
+ border-width: 0 0 2px 0;
4009
+ border-color: transparent transparent #304562 transparent;
4010
+ background: #1f2d40;
4011
+ color: rgba(255, 255, 255, 0.6);
4012
+ padding: 1rem;
4013
+ font-weight: 600;
4014
+ border-top-right-radius: 3px;
4015
+ border-top-left-radius: 3px;
4016
+ transition: box-shadow 0.2s;
4017
+ margin: 0 0 -2px 0;
4018
+ }
4019
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4020
+ outline: 0 none;
4021
+ outline-offset: 0;
4022
+ box-shadow: inset 0 0 0 1px #ffe284;
4023
+ }
4024
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4025
+ background: #1f2d40;
4026
+ border-color: #FFD54F;
4027
+ color: rgba(255, 255, 255, 0.87);
4028
+ }
4029
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4030
+ background: #1f2d40;
4031
+ border-color: #FFD54F;
4032
+ color: #FFD54F;
4033
+ }
4034
+ .p-tabview .p-tabview-left-icon {
4035
+ margin-right: 0.5rem;
4036
+ }
4037
+ .p-tabview .p-tabview-right-icon {
4038
+ margin-left: 0.5rem;
4039
+ }
4040
+ .p-tabview .p-tabview-close {
4041
+ margin-left: 0.5rem;
4042
+ }
4043
+ .p-tabview .p-tabview-nav-btn.p-link {
4044
+ background: #1f2d40;
4045
+ color: #FFD54F;
4046
+ width: 2.357rem;
4047
+ 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);
4048
+ border-radius: 0;
4049
+ }
4050
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4051
+ outline: 0 none;
4052
+ outline-offset: 0;
4053
+ box-shadow: inset 0 0 0 1px #ffe284;
4054
+ }
4055
+ .p-tabview .p-tabview-panels {
4056
+ background: #1f2d40;
4057
+ padding: 1rem;
4058
+ border: 0 none;
4059
+ color: rgba(255, 255, 255, 0.87);
4060
+ border-bottom-right-radius: 3px;
4061
+ border-bottom-left-radius: 3px;
4062
+ }
4063
+
4064
+ .p-toolbar {
4065
+ background: #1f2d40;
4066
+ border: 1px solid #304562;
4067
+ padding: 1rem;
4068
+ border-radius: 3px;
4069
+ gap: 0.5rem;
4070
+ }
4071
+ .p-toolbar .p-toolbar-separator {
4072
+ margin: 0 0.5rem;
4073
+ }
4074
+
4075
+ .p-stepper .p-stepper-nav {
4076
+ position: relative;
4077
+ display: flex;
4078
+ justify-content: space-between;
4079
+ align-items: center;
4080
+ margin: 0;
4081
+ padding: 0;
4082
+ list-style-type: none;
4083
+ overflow-x: auto;
4084
+ }
4085
+
4086
+ .p-stepper-vertical .p-stepper-nav {
4087
+ flex-direction: column;
4088
+ }
4089
+
4090
+ .p-stepper-header {
4091
+ position: relative;
4092
+ display: flex;
4093
+ flex: 1 1 auto;
4094
+ align-items: center;
4095
+ }
4096
+ .p-stepper-header:last-of-type {
4097
+ flex: initial;
4098
+ }
4099
+
4100
+ .p-stepper-header .p-stepper-action {
4101
+ border: 0 none;
4102
+ display: inline-flex;
4103
+ align-items: center;
4104
+ text-decoration: none;
4105
+ cursor: pointer;
4106
+ }
4107
+ .p-stepper-header .p-stepper-action:focus-visible {
4108
+ outline: 0 none;
4109
+ outline-offset: 0;
4110
+ box-shadow: 0 0 0 1px #ffe284;
4111
+ }
4112
+
4113
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4114
+ cursor: auto;
4115
+ }
4116
+
4117
+ .p-stepper-header.p-highlight .p-stepper-action {
4118
+ cursor: default;
4119
+ }
4120
+
4121
+ .p-stepper-title {
4122
+ display: block;
4123
+ white-space: nowrap;
4124
+ overflow: hidden;
4125
+ text-overflow: ellipsis;
4126
+ max-width: 100%;
4127
+ }
4128
+
4129
+ .p-stepper-number {
4130
+ display: flex;
4131
+ align-items: center;
4132
+ justify-content: center;
4133
+ }
4134
+
4135
+ .p-stepper-separator {
4136
+ flex: 1 1 0;
4137
+ }
4138
+
3995
4139
  .p-stepper .p-stepper-nav {
3996
4140
  display: flex;
3997
4141
  justify-content: space-between;
@@ -4096,86 +4240,6 @@
4096
4240
  padding-left: 3rem;
4097
4241
  }
4098
4242
 
4099
- .p-tabview .p-tabview-nav-content {
4100
- scroll-padding-inline: 2.357rem;
4101
- }
4102
- .p-tabview .p-tabview-nav {
4103
- background: transparent;
4104
- border: 1px solid #304562;
4105
- border-width: 0 0 2px 0;
4106
- }
4107
- .p-tabview .p-tabview-nav li {
4108
- margin-right: 0;
4109
- }
4110
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4111
- border: solid #304562;
4112
- border-width: 0 0 2px 0;
4113
- border-color: transparent transparent #304562 transparent;
4114
- background: #1f2d40;
4115
- color: rgba(255, 255, 255, 0.6);
4116
- padding: 1rem;
4117
- font-weight: 600;
4118
- border-top-right-radius: 3px;
4119
- border-top-left-radius: 3px;
4120
- transition: box-shadow 0.2s;
4121
- margin: 0 0 -2px 0;
4122
- }
4123
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4124
- outline: 0 none;
4125
- outline-offset: 0;
4126
- box-shadow: inset 0 0 0 1px #ffe284;
4127
- }
4128
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4129
- background: #1f2d40;
4130
- border-color: #FFD54F;
4131
- color: rgba(255, 255, 255, 0.87);
4132
- }
4133
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4134
- background: #1f2d40;
4135
- border-color: #FFD54F;
4136
- color: #FFD54F;
4137
- }
4138
- .p-tabview .p-tabview-left-icon {
4139
- margin-right: 0.5rem;
4140
- }
4141
- .p-tabview .p-tabview-right-icon {
4142
- margin-left: 0.5rem;
4143
- }
4144
- .p-tabview .p-tabview-close {
4145
- margin-left: 0.5rem;
4146
- }
4147
- .p-tabview .p-tabview-nav-btn.p-link {
4148
- background: #1f2d40;
4149
- color: #FFD54F;
4150
- width: 2.357rem;
4151
- 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);
4152
- border-radius: 0;
4153
- }
4154
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4155
- outline: 0 none;
4156
- outline-offset: 0;
4157
- box-shadow: inset 0 0 0 1px #ffe284;
4158
- }
4159
- .p-tabview .p-tabview-panels {
4160
- background: #1f2d40;
4161
- padding: 1rem;
4162
- border: 0 none;
4163
- color: rgba(255, 255, 255, 0.87);
4164
- border-bottom-right-radius: 3px;
4165
- border-bottom-left-radius: 3px;
4166
- }
4167
-
4168
- .p-toolbar {
4169
- background: #1f2d40;
4170
- border: 1px solid #304562;
4171
- padding: 1rem;
4172
- border-radius: 3px;
4173
- gap: 0.5rem;
4174
- }
4175
- .p-toolbar .p-toolbar-separator {
4176
- margin: 0 0.5rem;
4177
- }
4178
-
4179
4243
  .p-confirm-popup {
4180
4244
  background: #1f2d40;
4181
4245
  color: rgba(255, 255, 255, 0.87);