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
@@ -3985,6 +3985,150 @@
3985
3985
  background: #e5e7eb;
3986
3986
  }
3987
3987
 
3988
+ .p-tabview .p-tabview-nav-content {
3989
+ scroll-padding-inline: 3rem;
3990
+ }
3991
+ .p-tabview .p-tabview-nav {
3992
+ background: #ffffff;
3993
+ border: 1px solid #e5e7eb;
3994
+ border-width: 0 0 2px 0;
3995
+ }
3996
+ .p-tabview .p-tabview-nav li {
3997
+ margin-right: 0;
3998
+ }
3999
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4000
+ border: solid #e5e7eb;
4001
+ border-width: 0 0 2px 0;
4002
+ border-color: transparent transparent #e5e7eb transparent;
4003
+ background: #ffffff;
4004
+ color: #6b7280;
4005
+ padding: 1.25rem;
4006
+ font-weight: 700;
4007
+ border-top-right-radius: 6px;
4008
+ border-top-left-radius: 6px;
4009
+ transition: box-shadow 0.2s;
4010
+ margin: 0 0 -2px 0;
4011
+ }
4012
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4013
+ outline: 0 none;
4014
+ outline-offset: 0;
4015
+ box-shadow: inset 0 0 0 0.2rem #DDD6FE;
4016
+ }
4017
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4018
+ background: #ffffff;
4019
+ border-color: #9ca3af;
4020
+ color: #6b7280;
4021
+ }
4022
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4023
+ background: #ffffff;
4024
+ border-color: #8B5CF6;
4025
+ color: #8B5CF6;
4026
+ }
4027
+ .p-tabview .p-tabview-left-icon {
4028
+ margin-right: 0.5rem;
4029
+ }
4030
+ .p-tabview .p-tabview-right-icon {
4031
+ margin-left: 0.5rem;
4032
+ }
4033
+ .p-tabview .p-tabview-close {
4034
+ margin-left: 0.5rem;
4035
+ }
4036
+ .p-tabview .p-tabview-nav-btn.p-link {
4037
+ background: #ffffff;
4038
+ color: #8B5CF6;
4039
+ width: 3rem;
4040
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
4041
+ border-radius: 0;
4042
+ }
4043
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4044
+ outline: 0 none;
4045
+ outline-offset: 0;
4046
+ box-shadow: inset 0 0 0 0.2rem #DDD6FE;
4047
+ }
4048
+ .p-tabview .p-tabview-panels {
4049
+ background: #ffffff;
4050
+ padding: 1.25rem;
4051
+ border: 0 none;
4052
+ color: #4b5563;
4053
+ border-bottom-right-radius: 6px;
4054
+ border-bottom-left-radius: 6px;
4055
+ }
4056
+
4057
+ .p-toolbar {
4058
+ background: #f9fafb;
4059
+ border: 1px solid #e5e7eb;
4060
+ padding: 1.25rem;
4061
+ border-radius: 6px;
4062
+ gap: 0.5rem;
4063
+ }
4064
+ .p-toolbar .p-toolbar-separator {
4065
+ margin: 0 0.5rem;
4066
+ }
4067
+
4068
+ .p-stepper .p-stepper-nav {
4069
+ position: relative;
4070
+ display: flex;
4071
+ justify-content: space-between;
4072
+ align-items: center;
4073
+ margin: 0;
4074
+ padding: 0;
4075
+ list-style-type: none;
4076
+ overflow-x: auto;
4077
+ }
4078
+
4079
+ .p-stepper-vertical .p-stepper-nav {
4080
+ flex-direction: column;
4081
+ }
4082
+
4083
+ .p-stepper-header {
4084
+ position: relative;
4085
+ display: flex;
4086
+ flex: 1 1 auto;
4087
+ align-items: center;
4088
+ }
4089
+ .p-stepper-header:last-of-type {
4090
+ flex: initial;
4091
+ }
4092
+
4093
+ .p-stepper-header .p-stepper-action {
4094
+ border: 0 none;
4095
+ display: inline-flex;
4096
+ align-items: center;
4097
+ text-decoration: none;
4098
+ cursor: pointer;
4099
+ }
4100
+ .p-stepper-header .p-stepper-action:focus-visible {
4101
+ outline: 0 none;
4102
+ outline-offset: 0;
4103
+ box-shadow: 0 0 0 0.2rem #DDD6FE;
4104
+ }
4105
+
4106
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4107
+ cursor: auto;
4108
+ }
4109
+
4110
+ .p-stepper-header.p-highlight .p-stepper-action {
4111
+ cursor: default;
4112
+ }
4113
+
4114
+ .p-stepper-title {
4115
+ display: block;
4116
+ white-space: nowrap;
4117
+ overflow: hidden;
4118
+ text-overflow: ellipsis;
4119
+ max-width: 100%;
4120
+ }
4121
+
4122
+ .p-stepper-number {
4123
+ display: flex;
4124
+ align-items: center;
4125
+ justify-content: center;
4126
+ }
4127
+
4128
+ .p-stepper-separator {
4129
+ flex: 1 1 0;
4130
+ }
4131
+
3988
4132
  .p-stepper .p-stepper-nav {
3989
4133
  display: flex;
3990
4134
  justify-content: space-between;
@@ -4089,86 +4233,6 @@
4089
4233
  padding-left: 3rem;
4090
4234
  }
4091
4235
 
4092
- .p-tabview .p-tabview-nav-content {
4093
- scroll-padding-inline: 3rem;
4094
- }
4095
- .p-tabview .p-tabview-nav {
4096
- background: #ffffff;
4097
- border: 1px solid #e5e7eb;
4098
- border-width: 0 0 2px 0;
4099
- }
4100
- .p-tabview .p-tabview-nav li {
4101
- margin-right: 0;
4102
- }
4103
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4104
- border: solid #e5e7eb;
4105
- border-width: 0 0 2px 0;
4106
- border-color: transparent transparent #e5e7eb transparent;
4107
- background: #ffffff;
4108
- color: #6b7280;
4109
- padding: 1.25rem;
4110
- font-weight: 700;
4111
- border-top-right-radius: 6px;
4112
- border-top-left-radius: 6px;
4113
- transition: box-shadow 0.2s;
4114
- margin: 0 0 -2px 0;
4115
- }
4116
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4117
- outline: 0 none;
4118
- outline-offset: 0;
4119
- box-shadow: inset 0 0 0 0.2rem #DDD6FE;
4120
- }
4121
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4122
- background: #ffffff;
4123
- border-color: #9ca3af;
4124
- color: #6b7280;
4125
- }
4126
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4127
- background: #ffffff;
4128
- border-color: #8B5CF6;
4129
- color: #8B5CF6;
4130
- }
4131
- .p-tabview .p-tabview-left-icon {
4132
- margin-right: 0.5rem;
4133
- }
4134
- .p-tabview .p-tabview-right-icon {
4135
- margin-left: 0.5rem;
4136
- }
4137
- .p-tabview .p-tabview-close {
4138
- margin-left: 0.5rem;
4139
- }
4140
- .p-tabview .p-tabview-nav-btn.p-link {
4141
- background: #ffffff;
4142
- color: #8B5CF6;
4143
- width: 3rem;
4144
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
4145
- border-radius: 0;
4146
- }
4147
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4148
- outline: 0 none;
4149
- outline-offset: 0;
4150
- box-shadow: inset 0 0 0 0.2rem #DDD6FE;
4151
- }
4152
- .p-tabview .p-tabview-panels {
4153
- background: #ffffff;
4154
- padding: 1.25rem;
4155
- border: 0 none;
4156
- color: #4b5563;
4157
- border-bottom-right-radius: 6px;
4158
- border-bottom-left-radius: 6px;
4159
- }
4160
-
4161
- .p-toolbar {
4162
- background: #f9fafb;
4163
- border: 1px solid #e5e7eb;
4164
- padding: 1.25rem;
4165
- border-radius: 6px;
4166
- gap: 0.5rem;
4167
- }
4168
- .p-toolbar .p-toolbar-separator {
4169
- margin: 0 0.5rem;
4170
- }
4171
-
4172
4236
  .p-confirm-popup {
4173
4237
  background: #ffffff;
4174
4238
  color: #4b5563;
@@ -3985,6 +3985,150 @@
3985
3985
  background: #e5e7eb;
3986
3986
  }
3987
3987
 
3988
+ .p-tabview .p-tabview-nav-content {
3989
+ scroll-padding-inline: 3rem;
3990
+ }
3991
+ .p-tabview .p-tabview-nav {
3992
+ background: #ffffff;
3993
+ border: 1px solid #e5e7eb;
3994
+ border-width: 0 0 2px 0;
3995
+ }
3996
+ .p-tabview .p-tabview-nav li {
3997
+ margin-right: 0;
3998
+ }
3999
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4000
+ border: solid #e5e7eb;
4001
+ border-width: 0 0 2px 0;
4002
+ border-color: transparent transparent #e5e7eb transparent;
4003
+ background: #ffffff;
4004
+ color: #6b7280;
4005
+ padding: 1.25rem;
4006
+ font-weight: 700;
4007
+ border-top-right-radius: 6px;
4008
+ border-top-left-radius: 6px;
4009
+ transition: box-shadow 0.2s;
4010
+ margin: 0 0 -2px 0;
4011
+ }
4012
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4013
+ outline: 0 none;
4014
+ outline-offset: 0;
4015
+ box-shadow: inset 0 0 0 0.2rem #99f6e4;
4016
+ }
4017
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4018
+ background: #ffffff;
4019
+ border-color: #9ca3af;
4020
+ color: #6b7280;
4021
+ }
4022
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4023
+ background: #ffffff;
4024
+ border-color: #14b8a6;
4025
+ color: #14b8a6;
4026
+ }
4027
+ .p-tabview .p-tabview-left-icon {
4028
+ margin-right: 0.5rem;
4029
+ }
4030
+ .p-tabview .p-tabview-right-icon {
4031
+ margin-left: 0.5rem;
4032
+ }
4033
+ .p-tabview .p-tabview-close {
4034
+ margin-left: 0.5rem;
4035
+ }
4036
+ .p-tabview .p-tabview-nav-btn.p-link {
4037
+ background: #ffffff;
4038
+ color: #14b8a6;
4039
+ width: 3rem;
4040
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
4041
+ border-radius: 0;
4042
+ }
4043
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4044
+ outline: 0 none;
4045
+ outline-offset: 0;
4046
+ box-shadow: inset 0 0 0 0.2rem #99f6e4;
4047
+ }
4048
+ .p-tabview .p-tabview-panels {
4049
+ background: #ffffff;
4050
+ padding: 1.25rem;
4051
+ border: 0 none;
4052
+ color: #4b5563;
4053
+ border-bottom-right-radius: 6px;
4054
+ border-bottom-left-radius: 6px;
4055
+ }
4056
+
4057
+ .p-toolbar {
4058
+ background: #f9fafb;
4059
+ border: 1px solid #e5e7eb;
4060
+ padding: 1.25rem;
4061
+ border-radius: 6px;
4062
+ gap: 0.5rem;
4063
+ }
4064
+ .p-toolbar .p-toolbar-separator {
4065
+ margin: 0 0.5rem;
4066
+ }
4067
+
4068
+ .p-stepper .p-stepper-nav {
4069
+ position: relative;
4070
+ display: flex;
4071
+ justify-content: space-between;
4072
+ align-items: center;
4073
+ margin: 0;
4074
+ padding: 0;
4075
+ list-style-type: none;
4076
+ overflow-x: auto;
4077
+ }
4078
+
4079
+ .p-stepper-vertical .p-stepper-nav {
4080
+ flex-direction: column;
4081
+ }
4082
+
4083
+ .p-stepper-header {
4084
+ position: relative;
4085
+ display: flex;
4086
+ flex: 1 1 auto;
4087
+ align-items: center;
4088
+ }
4089
+ .p-stepper-header:last-of-type {
4090
+ flex: initial;
4091
+ }
4092
+
4093
+ .p-stepper-header .p-stepper-action {
4094
+ border: 0 none;
4095
+ display: inline-flex;
4096
+ align-items: center;
4097
+ text-decoration: none;
4098
+ cursor: pointer;
4099
+ }
4100
+ .p-stepper-header .p-stepper-action:focus-visible {
4101
+ outline: 0 none;
4102
+ outline-offset: 0;
4103
+ box-shadow: 0 0 0 0.2rem #99f6e4;
4104
+ }
4105
+
4106
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4107
+ cursor: auto;
4108
+ }
4109
+
4110
+ .p-stepper-header.p-highlight .p-stepper-action {
4111
+ cursor: default;
4112
+ }
4113
+
4114
+ .p-stepper-title {
4115
+ display: block;
4116
+ white-space: nowrap;
4117
+ overflow: hidden;
4118
+ text-overflow: ellipsis;
4119
+ max-width: 100%;
4120
+ }
4121
+
4122
+ .p-stepper-number {
4123
+ display: flex;
4124
+ align-items: center;
4125
+ justify-content: center;
4126
+ }
4127
+
4128
+ .p-stepper-separator {
4129
+ flex: 1 1 0;
4130
+ }
4131
+
3988
4132
  .p-stepper .p-stepper-nav {
3989
4133
  display: flex;
3990
4134
  justify-content: space-between;
@@ -4089,86 +4233,6 @@
4089
4233
  padding-left: 3rem;
4090
4234
  }
4091
4235
 
4092
- .p-tabview .p-tabview-nav-content {
4093
- scroll-padding-inline: 3rem;
4094
- }
4095
- .p-tabview .p-tabview-nav {
4096
- background: #ffffff;
4097
- border: 1px solid #e5e7eb;
4098
- border-width: 0 0 2px 0;
4099
- }
4100
- .p-tabview .p-tabview-nav li {
4101
- margin-right: 0;
4102
- }
4103
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4104
- border: solid #e5e7eb;
4105
- border-width: 0 0 2px 0;
4106
- border-color: transparent transparent #e5e7eb transparent;
4107
- background: #ffffff;
4108
- color: #6b7280;
4109
- padding: 1.25rem;
4110
- font-weight: 700;
4111
- border-top-right-radius: 6px;
4112
- border-top-left-radius: 6px;
4113
- transition: box-shadow 0.2s;
4114
- margin: 0 0 -2px 0;
4115
- }
4116
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4117
- outline: 0 none;
4118
- outline-offset: 0;
4119
- box-shadow: inset 0 0 0 0.2rem #99f6e4;
4120
- }
4121
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4122
- background: #ffffff;
4123
- border-color: #9ca3af;
4124
- color: #6b7280;
4125
- }
4126
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4127
- background: #ffffff;
4128
- border-color: #14b8a6;
4129
- color: #14b8a6;
4130
- }
4131
- .p-tabview .p-tabview-left-icon {
4132
- margin-right: 0.5rem;
4133
- }
4134
- .p-tabview .p-tabview-right-icon {
4135
- margin-left: 0.5rem;
4136
- }
4137
- .p-tabview .p-tabview-close {
4138
- margin-left: 0.5rem;
4139
- }
4140
- .p-tabview .p-tabview-nav-btn.p-link {
4141
- background: #ffffff;
4142
- color: #14b8a6;
4143
- width: 3rem;
4144
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
4145
- border-radius: 0;
4146
- }
4147
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4148
- outline: 0 none;
4149
- outline-offset: 0;
4150
- box-shadow: inset 0 0 0 0.2rem #99f6e4;
4151
- }
4152
- .p-tabview .p-tabview-panels {
4153
- background: #ffffff;
4154
- padding: 1.25rem;
4155
- border: 0 none;
4156
- color: #4b5563;
4157
- border-bottom-right-radius: 6px;
4158
- border-bottom-left-radius: 6px;
4159
- }
4160
-
4161
- .p-toolbar {
4162
- background: #f9fafb;
4163
- border: 1px solid #e5e7eb;
4164
- padding: 1.25rem;
4165
- border-radius: 6px;
4166
- gap: 0.5rem;
4167
- }
4168
- .p-toolbar .p-toolbar-separator {
4169
- margin: 0 0.5rem;
4170
- }
4171
-
4172
4236
  .p-confirm-popup {
4173
4237
  background: #ffffff;
4174
4238
  color: #4b5563;
@@ -3980,6 +3980,150 @@
3980
3980
  background: #4b4b4b;
3981
3981
  }
3982
3982
 
3983
+ .p-tabview .p-tabview-nav-content {
3984
+ scroll-padding-inline: 2.357rem;
3985
+ }
3986
+ .p-tabview .p-tabview-nav {
3987
+ background: transparent;
3988
+ border: 0 none;
3989
+ border-width: 1px;
3990
+ }
3991
+ .p-tabview .p-tabview-nav li {
3992
+ margin-right: 2px;
3993
+ }
3994
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
3995
+ border: 1px solid #191919;
3996
+ border-width: 1px;
3997
+ border-color: #191919;
3998
+ background: #191919;
3999
+ color: #dedede;
4000
+ padding: 0.857rem 1rem;
4001
+ font-weight: 700;
4002
+ border-top-right-radius: 3px;
4003
+ border-top-left-radius: 3px;
4004
+ transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
4005
+ margin: 0 0 -1px 0;
4006
+ }
4007
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4008
+ outline: 0 none;
4009
+ outline-offset: 0;
4010
+ box-shadow: inset 0 0 0 0.1rem white;
4011
+ }
4012
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4013
+ background: #191919;
4014
+ border-color: #191919;
4015
+ color: #FFE082;
4016
+ }
4017
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4018
+ background: #FFE082;
4019
+ border-color: #FFE082;
4020
+ color: #212529;
4021
+ }
4022
+ .p-tabview .p-tabview-left-icon {
4023
+ margin-right: 0.5rem;
4024
+ }
4025
+ .p-tabview .p-tabview-right-icon {
4026
+ margin-left: 0.5rem;
4027
+ }
4028
+ .p-tabview .p-tabview-close {
4029
+ margin-left: 0.5rem;
4030
+ }
4031
+ .p-tabview .p-tabview-nav-btn.p-link {
4032
+ background: #FFE082;
4033
+ color: #212529;
4034
+ width: 2.357rem;
4035
+ 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);
4036
+ border-radius: 0;
4037
+ }
4038
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4039
+ outline: 0 none;
4040
+ outline-offset: 0;
4041
+ box-shadow: inset 0 0 0 0.1rem white;
4042
+ }
4043
+ .p-tabview .p-tabview-panels {
4044
+ background: #323232;
4045
+ padding: 0.571rem 1rem;
4046
+ border: 1px solid #191919;
4047
+ color: #dedede;
4048
+ border-bottom-right-radius: 3px;
4049
+ border-bottom-left-radius: 3px;
4050
+ }
4051
+
4052
+ .p-toolbar {
4053
+ background: #191919;
4054
+ border: 1px solid #191919;
4055
+ padding: 0.857rem 1rem;
4056
+ border-radius: 3px;
4057
+ gap: 0.5rem;
4058
+ }
4059
+ .p-toolbar .p-toolbar-separator {
4060
+ margin: 0 0.5rem;
4061
+ }
4062
+
4063
+ .p-stepper .p-stepper-nav {
4064
+ position: relative;
4065
+ display: flex;
4066
+ justify-content: space-between;
4067
+ align-items: center;
4068
+ margin: 0;
4069
+ padding: 0;
4070
+ list-style-type: none;
4071
+ overflow-x: auto;
4072
+ }
4073
+
4074
+ .p-stepper-vertical .p-stepper-nav {
4075
+ flex-direction: column;
4076
+ }
4077
+
4078
+ .p-stepper-header {
4079
+ position: relative;
4080
+ display: flex;
4081
+ flex: 1 1 auto;
4082
+ align-items: center;
4083
+ }
4084
+ .p-stepper-header:last-of-type {
4085
+ flex: initial;
4086
+ }
4087
+
4088
+ .p-stepper-header .p-stepper-action {
4089
+ border: 0 none;
4090
+ display: inline-flex;
4091
+ align-items: center;
4092
+ text-decoration: none;
4093
+ cursor: pointer;
4094
+ }
4095
+ .p-stepper-header .p-stepper-action:focus-visible {
4096
+ outline: 0 none;
4097
+ outline-offset: 0;
4098
+ box-shadow: 0 0 0 0.1rem white;
4099
+ }
4100
+
4101
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4102
+ cursor: auto;
4103
+ }
4104
+
4105
+ .p-stepper-header.p-highlight .p-stepper-action {
4106
+ cursor: default;
4107
+ }
4108
+
4109
+ .p-stepper-title {
4110
+ display: block;
4111
+ white-space: nowrap;
4112
+ overflow: hidden;
4113
+ text-overflow: ellipsis;
4114
+ max-width: 100%;
4115
+ }
4116
+
4117
+ .p-stepper-number {
4118
+ display: flex;
4119
+ align-items: center;
4120
+ justify-content: center;
4121
+ }
4122
+
4123
+ .p-stepper-separator {
4124
+ flex: 1 1 0;
4125
+ }
4126
+
3983
4127
  .p-stepper .p-stepper-nav {
3984
4128
  display: flex;
3985
4129
  justify-content: space-between;
@@ -4084,86 +4228,6 @@
4084
4228
  padding-left: 3rem;
4085
4229
  }
4086
4230
 
4087
- .p-tabview .p-tabview-nav-content {
4088
- scroll-padding-inline: 2.357rem;
4089
- }
4090
- .p-tabview .p-tabview-nav {
4091
- background: transparent;
4092
- border: 0 none;
4093
- border-width: 1px;
4094
- }
4095
- .p-tabview .p-tabview-nav li {
4096
- margin-right: 2px;
4097
- }
4098
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4099
- border: 1px solid #191919;
4100
- border-width: 1px;
4101
- border-color: #191919;
4102
- background: #191919;
4103
- color: #dedede;
4104
- padding: 0.857rem 1rem;
4105
- font-weight: 700;
4106
- border-top-right-radius: 3px;
4107
- border-top-left-radius: 3px;
4108
- transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
4109
- margin: 0 0 -1px 0;
4110
- }
4111
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4112
- outline: 0 none;
4113
- outline-offset: 0;
4114
- box-shadow: inset 0 0 0 0.1rem white;
4115
- }
4116
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4117
- background: #191919;
4118
- border-color: #191919;
4119
- color: #FFE082;
4120
- }
4121
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4122
- background: #FFE082;
4123
- border-color: #FFE082;
4124
- color: #212529;
4125
- }
4126
- .p-tabview .p-tabview-left-icon {
4127
- margin-right: 0.5rem;
4128
- }
4129
- .p-tabview .p-tabview-right-icon {
4130
- margin-left: 0.5rem;
4131
- }
4132
- .p-tabview .p-tabview-close {
4133
- margin-left: 0.5rem;
4134
- }
4135
- .p-tabview .p-tabview-nav-btn.p-link {
4136
- background: #FFE082;
4137
- color: #212529;
4138
- width: 2.357rem;
4139
- 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);
4140
- border-radius: 0;
4141
- }
4142
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4143
- outline: 0 none;
4144
- outline-offset: 0;
4145
- box-shadow: inset 0 0 0 0.1rem white;
4146
- }
4147
- .p-tabview .p-tabview-panels {
4148
- background: #323232;
4149
- padding: 0.571rem 1rem;
4150
- border: 1px solid #191919;
4151
- color: #dedede;
4152
- border-bottom-right-radius: 3px;
4153
- border-bottom-left-radius: 3px;
4154
- }
4155
-
4156
- .p-toolbar {
4157
- background: #191919;
4158
- border: 1px solid #191919;
4159
- padding: 0.857rem 1rem;
4160
- border-radius: 3px;
4161
- gap: 0.5rem;
4162
- }
4163
- .p-toolbar .p-toolbar-separator {
4164
- margin: 0 0.5rem;
4165
- }
4166
-
4167
4231
  .p-confirm-popup {
4168
4232
  background: #323232;
4169
4233
  color: #dedede;