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
@@ -4034,6 +4034,150 @@
4034
4034
  background: #424b57;
4035
4035
  }
4036
4036
 
4037
+ .p-tabview .p-tabview-nav-content {
4038
+ scroll-padding-inline: 3rem;
4039
+ }
4040
+ .p-tabview .p-tabview-nav {
4041
+ background: transparent;
4042
+ border: 1px solid #424b57;
4043
+ border-width: 0 0 2px 0;
4044
+ }
4045
+ .p-tabview .p-tabview-nav li {
4046
+ margin-right: 0;
4047
+ }
4048
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4049
+ border: solid #424b57;
4050
+ border-width: 0 0 2px 0;
4051
+ border-color: transparent transparent #424b57 transparent;
4052
+ background: #1f2937;
4053
+ color: rgba(255, 255, 255, 0.6);
4054
+ padding: 1.25rem;
4055
+ font-weight: 700;
4056
+ border-top-right-radius: 6px;
4057
+ border-top-left-radius: 6px;
4058
+ transition: box-shadow 0.2s;
4059
+ margin: 0 0 -2px 0;
4060
+ }
4061
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4062
+ outline: 0 none;
4063
+ outline-offset: 0;
4064
+ box-shadow: inset 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
4065
+ }
4066
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4067
+ background: #1f2937;
4068
+ border-color: #2dd4bf;
4069
+ color: rgba(255, 255, 255, 0.87);
4070
+ }
4071
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4072
+ background: #1f2937;
4073
+ border-color: #2dd4bf;
4074
+ color: #2dd4bf;
4075
+ }
4076
+ .p-tabview .p-tabview-left-icon {
4077
+ margin-right: 0.5rem;
4078
+ }
4079
+ .p-tabview .p-tabview-right-icon {
4080
+ margin-left: 0.5rem;
4081
+ }
4082
+ .p-tabview .p-tabview-close {
4083
+ margin-left: 0.5rem;
4084
+ }
4085
+ .p-tabview .p-tabview-nav-btn.p-link {
4086
+ background: #1f2937;
4087
+ color: #2dd4bf;
4088
+ width: 3rem;
4089
+ 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);
4090
+ border-radius: 0;
4091
+ }
4092
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4093
+ outline: 0 none;
4094
+ outline-offset: 0;
4095
+ box-shadow: inset 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
4096
+ }
4097
+ .p-tabview .p-tabview-panels {
4098
+ background: #1f2937;
4099
+ padding: 1.25rem;
4100
+ border: 0 none;
4101
+ color: rgba(255, 255, 255, 0.87);
4102
+ border-bottom-right-radius: 6px;
4103
+ border-bottom-left-radius: 6px;
4104
+ }
4105
+
4106
+ .p-toolbar {
4107
+ background: #1f2937;
4108
+ border: 1px solid #424b57;
4109
+ padding: 1.25rem;
4110
+ border-radius: 6px;
4111
+ gap: 0.5rem;
4112
+ }
4113
+ .p-toolbar .p-toolbar-separator {
4114
+ margin: 0 0.5rem;
4115
+ }
4116
+
4117
+ .p-stepper .p-stepper-nav {
4118
+ position: relative;
4119
+ display: flex;
4120
+ justify-content: space-between;
4121
+ align-items: center;
4122
+ margin: 0;
4123
+ padding: 0;
4124
+ list-style-type: none;
4125
+ overflow-x: auto;
4126
+ }
4127
+
4128
+ .p-stepper-vertical .p-stepper-nav {
4129
+ flex-direction: column;
4130
+ }
4131
+
4132
+ .p-stepper-header {
4133
+ position: relative;
4134
+ display: flex;
4135
+ flex: 1 1 auto;
4136
+ align-items: center;
4137
+ }
4138
+ .p-stepper-header:last-of-type {
4139
+ flex: initial;
4140
+ }
4141
+
4142
+ .p-stepper-header .p-stepper-action {
4143
+ border: 0 none;
4144
+ display: inline-flex;
4145
+ align-items: center;
4146
+ text-decoration: none;
4147
+ cursor: pointer;
4148
+ }
4149
+ .p-stepper-header .p-stepper-action:focus-visible {
4150
+ outline: 0 none;
4151
+ outline-offset: 0;
4152
+ box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
4153
+ }
4154
+
4155
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4156
+ cursor: auto;
4157
+ }
4158
+
4159
+ .p-stepper-header.p-highlight .p-stepper-action {
4160
+ cursor: default;
4161
+ }
4162
+
4163
+ .p-stepper-title {
4164
+ display: block;
4165
+ white-space: nowrap;
4166
+ overflow: hidden;
4167
+ text-overflow: ellipsis;
4168
+ max-width: 100%;
4169
+ }
4170
+
4171
+ .p-stepper-number {
4172
+ display: flex;
4173
+ align-items: center;
4174
+ justify-content: center;
4175
+ }
4176
+
4177
+ .p-stepper-separator {
4178
+ flex: 1 1 0;
4179
+ }
4180
+
4037
4181
  .p-stepper .p-stepper-nav {
4038
4182
  display: flex;
4039
4183
  justify-content: space-between;
@@ -4138,86 +4282,6 @@
4138
4282
  padding-left: 3rem;
4139
4283
  }
4140
4284
 
4141
- .p-tabview .p-tabview-nav-content {
4142
- scroll-padding-inline: 3rem;
4143
- }
4144
- .p-tabview .p-tabview-nav {
4145
- background: transparent;
4146
- border: 1px solid #424b57;
4147
- border-width: 0 0 2px 0;
4148
- }
4149
- .p-tabview .p-tabview-nav li {
4150
- margin-right: 0;
4151
- }
4152
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4153
- border: solid #424b57;
4154
- border-width: 0 0 2px 0;
4155
- border-color: transparent transparent #424b57 transparent;
4156
- background: #1f2937;
4157
- color: rgba(255, 255, 255, 0.6);
4158
- padding: 1.25rem;
4159
- font-weight: 700;
4160
- border-top-right-radius: 6px;
4161
- border-top-left-radius: 6px;
4162
- transition: box-shadow 0.2s;
4163
- margin: 0 0 -2px 0;
4164
- }
4165
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4166
- outline: 0 none;
4167
- outline-offset: 0;
4168
- box-shadow: inset 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
4169
- }
4170
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4171
- background: #1f2937;
4172
- border-color: #2dd4bf;
4173
- color: rgba(255, 255, 255, 0.87);
4174
- }
4175
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4176
- background: #1f2937;
4177
- border-color: #2dd4bf;
4178
- color: #2dd4bf;
4179
- }
4180
- .p-tabview .p-tabview-left-icon {
4181
- margin-right: 0.5rem;
4182
- }
4183
- .p-tabview .p-tabview-right-icon {
4184
- margin-left: 0.5rem;
4185
- }
4186
- .p-tabview .p-tabview-close {
4187
- margin-left: 0.5rem;
4188
- }
4189
- .p-tabview .p-tabview-nav-btn.p-link {
4190
- background: #1f2937;
4191
- color: #2dd4bf;
4192
- width: 3rem;
4193
- 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);
4194
- border-radius: 0;
4195
- }
4196
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4197
- outline: 0 none;
4198
- outline-offset: 0;
4199
- box-shadow: inset 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
4200
- }
4201
- .p-tabview .p-tabview-panels {
4202
- background: #1f2937;
4203
- padding: 1.25rem;
4204
- border: 0 none;
4205
- color: rgba(255, 255, 255, 0.87);
4206
- border-bottom-right-radius: 6px;
4207
- border-bottom-left-radius: 6px;
4208
- }
4209
-
4210
- .p-toolbar {
4211
- background: #1f2937;
4212
- border: 1px solid #424b57;
4213
- padding: 1.25rem;
4214
- border-radius: 6px;
4215
- gap: 0.5rem;
4216
- }
4217
- .p-toolbar .p-toolbar-separator {
4218
- margin: 0 0.5rem;
4219
- }
4220
-
4221
4285
  .p-confirm-popup {
4222
4286
  background: #1f2937;
4223
4287
  color: rgba(255, 255, 255, 0.87);
@@ -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 #BFDBFE;
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: #3B82F6;
4025
+ color: #3B82F6;
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: #3B82F6;
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 #BFDBFE;
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 #BFDBFE;
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 #BFDBFE;
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: #3B82F6;
4129
- color: #3B82F6;
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: #3B82F6;
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 #BFDBFE;
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 #C7D2FE;
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: #6366F1;
4025
+ color: #6366F1;
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: #6366F1;
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 #C7D2FE;
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 #C7D2FE;
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 #C7D2FE;
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: #6366F1;
4129
- color: #6366F1;
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: #6366F1;
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 #C7D2FE;
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;