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
@@ -4004,6 +4004,150 @@
4004
4004
  background: #dee2e6;
4005
4005
  }
4006
4006
 
4007
+ .p-tabview .p-tabview-nav-content {
4008
+ scroll-padding-inline: 2.357rem;
4009
+ }
4010
+ .p-tabview .p-tabview-nav {
4011
+ background: transparent;
4012
+ border: 1px solid #dee2e6;
4013
+ border-width: 0 0 1px 0;
4014
+ }
4015
+ .p-tabview .p-tabview-nav li {
4016
+ margin-right: 0;
4017
+ }
4018
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4019
+ border: solid;
4020
+ border-width: 1px;
4021
+ border-color: #ffffff #ffffff #dee2e6 #ffffff;
4022
+ background: #ffffff;
4023
+ color: #6c757d;
4024
+ padding: 0.75rem 1rem;
4025
+ font-weight: 600;
4026
+ border-top-right-radius: 4px;
4027
+ border-top-left-radius: 4px;
4028
+ transition: box-shadow 0.15s;
4029
+ margin: 0 0 -1px 0;
4030
+ }
4031
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4032
+ outline: 0 none;
4033
+ outline-offset: 0;
4034
+ box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
4035
+ }
4036
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4037
+ background: #ffffff;
4038
+ border-color: #dee2e6;
4039
+ color: #6c757d;
4040
+ }
4041
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4042
+ background: #ffffff;
4043
+ border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
4044
+ color: #495057;
4045
+ }
4046
+ .p-tabview .p-tabview-left-icon {
4047
+ margin-right: 0.5rem;
4048
+ }
4049
+ .p-tabview .p-tabview-right-icon {
4050
+ margin-left: 0.5rem;
4051
+ }
4052
+ .p-tabview .p-tabview-close {
4053
+ margin-left: 0.5rem;
4054
+ }
4055
+ .p-tabview .p-tabview-nav-btn.p-link {
4056
+ background: #ffffff;
4057
+ color: #495057;
4058
+ width: 2.357rem;
4059
+ 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);
4060
+ border-radius: 0;
4061
+ }
4062
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4063
+ outline: 0 none;
4064
+ outline-offset: 0;
4065
+ box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
4066
+ }
4067
+ .p-tabview .p-tabview-panels {
4068
+ background: #ffffff;
4069
+ padding: 1.25rem;
4070
+ border: 0 none;
4071
+ color: #212529;
4072
+ border-bottom-right-radius: 4px;
4073
+ border-bottom-left-radius: 4px;
4074
+ }
4075
+
4076
+ .p-toolbar {
4077
+ background: #efefef;
4078
+ border: 1px solid #dee2e6;
4079
+ padding: 1rem 1.25rem;
4080
+ border-radius: 4px;
4081
+ gap: 0.5rem;
4082
+ }
4083
+ .p-toolbar .p-toolbar-separator {
4084
+ margin: 0 0.5rem;
4085
+ }
4086
+
4087
+ .p-stepper .p-stepper-nav {
4088
+ position: relative;
4089
+ display: flex;
4090
+ justify-content: space-between;
4091
+ align-items: center;
4092
+ margin: 0;
4093
+ padding: 0;
4094
+ list-style-type: none;
4095
+ overflow-x: auto;
4096
+ }
4097
+
4098
+ .p-stepper-vertical .p-stepper-nav {
4099
+ flex-direction: column;
4100
+ }
4101
+
4102
+ .p-stepper-header {
4103
+ position: relative;
4104
+ display: flex;
4105
+ flex: 1 1 auto;
4106
+ align-items: center;
4107
+ }
4108
+ .p-stepper-header:last-of-type {
4109
+ flex: initial;
4110
+ }
4111
+
4112
+ .p-stepper-header .p-stepper-action {
4113
+ border: 0 none;
4114
+ display: inline-flex;
4115
+ align-items: center;
4116
+ text-decoration: none;
4117
+ cursor: pointer;
4118
+ }
4119
+ .p-stepper-header .p-stepper-action:focus-visible {
4120
+ outline: 0 none;
4121
+ outline-offset: 0;
4122
+ box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
4123
+ }
4124
+
4125
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4126
+ cursor: auto;
4127
+ }
4128
+
4129
+ .p-stepper-header.p-highlight .p-stepper-action {
4130
+ cursor: default;
4131
+ }
4132
+
4133
+ .p-stepper-title {
4134
+ display: block;
4135
+ white-space: nowrap;
4136
+ overflow: hidden;
4137
+ text-overflow: ellipsis;
4138
+ max-width: 100%;
4139
+ }
4140
+
4141
+ .p-stepper-number {
4142
+ display: flex;
4143
+ align-items: center;
4144
+ justify-content: center;
4145
+ }
4146
+
4147
+ .p-stepper-separator {
4148
+ flex: 1 1 0;
4149
+ }
4150
+
4007
4151
  .p-stepper .p-stepper-nav {
4008
4152
  display: flex;
4009
4153
  justify-content: space-between;
@@ -4108,86 +4252,6 @@
4108
4252
  padding-left: 3rem;
4109
4253
  }
4110
4254
 
4111
- .p-tabview .p-tabview-nav-content {
4112
- scroll-padding-inline: 2.357rem;
4113
- }
4114
- .p-tabview .p-tabview-nav {
4115
- background: transparent;
4116
- border: 1px solid #dee2e6;
4117
- border-width: 0 0 1px 0;
4118
- }
4119
- .p-tabview .p-tabview-nav li {
4120
- margin-right: 0;
4121
- }
4122
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4123
- border: solid;
4124
- border-width: 1px;
4125
- border-color: #ffffff #ffffff #dee2e6 #ffffff;
4126
- background: #ffffff;
4127
- color: #6c757d;
4128
- padding: 0.75rem 1rem;
4129
- font-weight: 600;
4130
- border-top-right-radius: 4px;
4131
- border-top-left-radius: 4px;
4132
- transition: box-shadow 0.15s;
4133
- margin: 0 0 -1px 0;
4134
- }
4135
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4136
- outline: 0 none;
4137
- outline-offset: 0;
4138
- box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
4139
- }
4140
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4141
- background: #ffffff;
4142
- border-color: #dee2e6;
4143
- color: #6c757d;
4144
- }
4145
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4146
- background: #ffffff;
4147
- border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
4148
- color: #495057;
4149
- }
4150
- .p-tabview .p-tabview-left-icon {
4151
- margin-right: 0.5rem;
4152
- }
4153
- .p-tabview .p-tabview-right-icon {
4154
- margin-left: 0.5rem;
4155
- }
4156
- .p-tabview .p-tabview-close {
4157
- margin-left: 0.5rem;
4158
- }
4159
- .p-tabview .p-tabview-nav-btn.p-link {
4160
- background: #ffffff;
4161
- color: #495057;
4162
- width: 2.357rem;
4163
- 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);
4164
- border-radius: 0;
4165
- }
4166
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4167
- outline: 0 none;
4168
- outline-offset: 0;
4169
- box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
4170
- }
4171
- .p-tabview .p-tabview-panels {
4172
- background: #ffffff;
4173
- padding: 1.25rem;
4174
- border: 0 none;
4175
- color: #212529;
4176
- border-bottom-right-radius: 4px;
4177
- border-bottom-left-radius: 4px;
4178
- }
4179
-
4180
- .p-toolbar {
4181
- background: #efefef;
4182
- border: 1px solid #dee2e6;
4183
- padding: 1rem 1.25rem;
4184
- border-radius: 4px;
4185
- gap: 0.5rem;
4186
- }
4187
- .p-toolbar .p-toolbar-separator {
4188
- margin: 0 0.5rem;
4189
- }
4190
-
4191
4255
  .p-confirm-popup {
4192
4256
  background: #ffffff;
4193
4257
  color: #212529;
@@ -4004,6 +4004,150 @@
4004
4004
  background: #dee2e6;
4005
4005
  }
4006
4006
 
4007
+ .p-tabview .p-tabview-nav-content {
4008
+ scroll-padding-inline: 2.357rem;
4009
+ }
4010
+ .p-tabview .p-tabview-nav {
4011
+ background: transparent;
4012
+ border: 1px solid #dee2e6;
4013
+ border-width: 0 0 1px 0;
4014
+ }
4015
+ .p-tabview .p-tabview-nav li {
4016
+ margin-right: 0;
4017
+ }
4018
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4019
+ border: solid;
4020
+ border-width: 1px;
4021
+ border-color: #ffffff #ffffff #dee2e6 #ffffff;
4022
+ background: #ffffff;
4023
+ color: #6c757d;
4024
+ padding: 0.75rem 1rem;
4025
+ font-weight: 600;
4026
+ border-top-right-radius: 4px;
4027
+ border-top-left-radius: 4px;
4028
+ transition: box-shadow 0.15s;
4029
+ margin: 0 0 -1px 0;
4030
+ }
4031
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4032
+ outline: 0 none;
4033
+ outline-offset: 0;
4034
+ box-shadow: inset 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
4035
+ }
4036
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4037
+ background: #ffffff;
4038
+ border-color: #dee2e6;
4039
+ color: #6c757d;
4040
+ }
4041
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4042
+ background: #ffffff;
4043
+ border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
4044
+ color: #495057;
4045
+ }
4046
+ .p-tabview .p-tabview-left-icon {
4047
+ margin-right: 0.5rem;
4048
+ }
4049
+ .p-tabview .p-tabview-right-icon {
4050
+ margin-left: 0.5rem;
4051
+ }
4052
+ .p-tabview .p-tabview-close {
4053
+ margin-left: 0.5rem;
4054
+ }
4055
+ .p-tabview .p-tabview-nav-btn.p-link {
4056
+ background: #ffffff;
4057
+ color: #495057;
4058
+ width: 2.357rem;
4059
+ 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);
4060
+ border-radius: 0;
4061
+ }
4062
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4063
+ outline: 0 none;
4064
+ outline-offset: 0;
4065
+ box-shadow: inset 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
4066
+ }
4067
+ .p-tabview .p-tabview-panels {
4068
+ background: #ffffff;
4069
+ padding: 1.25rem;
4070
+ border: 0 none;
4071
+ color: #212529;
4072
+ border-bottom-right-radius: 4px;
4073
+ border-bottom-left-radius: 4px;
4074
+ }
4075
+
4076
+ .p-toolbar {
4077
+ background: #efefef;
4078
+ border: 1px solid #dee2e6;
4079
+ padding: 1rem 1.25rem;
4080
+ border-radius: 4px;
4081
+ gap: 0.5rem;
4082
+ }
4083
+ .p-toolbar .p-toolbar-separator {
4084
+ margin: 0 0.5rem;
4085
+ }
4086
+
4087
+ .p-stepper .p-stepper-nav {
4088
+ position: relative;
4089
+ display: flex;
4090
+ justify-content: space-between;
4091
+ align-items: center;
4092
+ margin: 0;
4093
+ padding: 0;
4094
+ list-style-type: none;
4095
+ overflow-x: auto;
4096
+ }
4097
+
4098
+ .p-stepper-vertical .p-stepper-nav {
4099
+ flex-direction: column;
4100
+ }
4101
+
4102
+ .p-stepper-header {
4103
+ position: relative;
4104
+ display: flex;
4105
+ flex: 1 1 auto;
4106
+ align-items: center;
4107
+ }
4108
+ .p-stepper-header:last-of-type {
4109
+ flex: initial;
4110
+ }
4111
+
4112
+ .p-stepper-header .p-stepper-action {
4113
+ border: 0 none;
4114
+ display: inline-flex;
4115
+ align-items: center;
4116
+ text-decoration: none;
4117
+ cursor: pointer;
4118
+ }
4119
+ .p-stepper-header .p-stepper-action:focus-visible {
4120
+ outline: 0 none;
4121
+ outline-offset: 0;
4122
+ box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
4123
+ }
4124
+
4125
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4126
+ cursor: auto;
4127
+ }
4128
+
4129
+ .p-stepper-header.p-highlight .p-stepper-action {
4130
+ cursor: default;
4131
+ }
4132
+
4133
+ .p-stepper-title {
4134
+ display: block;
4135
+ white-space: nowrap;
4136
+ overflow: hidden;
4137
+ text-overflow: ellipsis;
4138
+ max-width: 100%;
4139
+ }
4140
+
4141
+ .p-stepper-number {
4142
+ display: flex;
4143
+ align-items: center;
4144
+ justify-content: center;
4145
+ }
4146
+
4147
+ .p-stepper-separator {
4148
+ flex: 1 1 0;
4149
+ }
4150
+
4007
4151
  .p-stepper .p-stepper-nav {
4008
4152
  display: flex;
4009
4153
  justify-content: space-between;
@@ -4108,86 +4252,6 @@
4108
4252
  padding-left: 3rem;
4109
4253
  }
4110
4254
 
4111
- .p-tabview .p-tabview-nav-content {
4112
- scroll-padding-inline: 2.357rem;
4113
- }
4114
- .p-tabview .p-tabview-nav {
4115
- background: transparent;
4116
- border: 1px solid #dee2e6;
4117
- border-width: 0 0 1px 0;
4118
- }
4119
- .p-tabview .p-tabview-nav li {
4120
- margin-right: 0;
4121
- }
4122
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4123
- border: solid;
4124
- border-width: 1px;
4125
- border-color: #ffffff #ffffff #dee2e6 #ffffff;
4126
- background: #ffffff;
4127
- color: #6c757d;
4128
- padding: 0.75rem 1rem;
4129
- font-weight: 600;
4130
- border-top-right-radius: 4px;
4131
- border-top-left-radius: 4px;
4132
- transition: box-shadow 0.15s;
4133
- margin: 0 0 -1px 0;
4134
- }
4135
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4136
- outline: 0 none;
4137
- outline-offset: 0;
4138
- box-shadow: inset 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
4139
- }
4140
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4141
- background: #ffffff;
4142
- border-color: #dee2e6;
4143
- color: #6c757d;
4144
- }
4145
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4146
- background: #ffffff;
4147
- border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
4148
- color: #495057;
4149
- }
4150
- .p-tabview .p-tabview-left-icon {
4151
- margin-right: 0.5rem;
4152
- }
4153
- .p-tabview .p-tabview-right-icon {
4154
- margin-left: 0.5rem;
4155
- }
4156
- .p-tabview .p-tabview-close {
4157
- margin-left: 0.5rem;
4158
- }
4159
- .p-tabview .p-tabview-nav-btn.p-link {
4160
- background: #ffffff;
4161
- color: #495057;
4162
- width: 2.357rem;
4163
- 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);
4164
- border-radius: 0;
4165
- }
4166
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4167
- outline: 0 none;
4168
- outline-offset: 0;
4169
- box-shadow: inset 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
4170
- }
4171
- .p-tabview .p-tabview-panels {
4172
- background: #ffffff;
4173
- padding: 1.25rem;
4174
- border: 0 none;
4175
- color: #212529;
4176
- border-bottom-right-radius: 4px;
4177
- border-bottom-left-radius: 4px;
4178
- }
4179
-
4180
- .p-toolbar {
4181
- background: #efefef;
4182
- border: 1px solid #dee2e6;
4183
- padding: 1rem 1.25rem;
4184
- border-radius: 4px;
4185
- gap: 0.5rem;
4186
- }
4187
- .p-toolbar .p-toolbar-separator {
4188
- margin: 0 0.5rem;
4189
- }
4190
-
4191
4255
  .p-confirm-popup {
4192
4256
  background: #ffffff;
4193
4257
  color: #212529;
@@ -3968,6 +3968,150 @@
3968
3968
  background: #edebe9;
3969
3969
  }
3970
3970
 
3971
+ .p-tabview .p-tabview-nav-content {
3972
+ scroll-padding-inline: 2.357rem;
3973
+ }
3974
+ .p-tabview .p-tabview-nav {
3975
+ background: #ffffff;
3976
+ border: 0 none;
3977
+ border-width: 0 0 2px 0;
3978
+ }
3979
+ .p-tabview .p-tabview-nav li {
3980
+ margin-right: 0;
3981
+ }
3982
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
3983
+ border: solid #a19f9d;
3984
+ border-width: 0 0 2px 0;
3985
+ border-color: transparent transparent transparent transparent;
3986
+ background: #ffffff;
3987
+ color: #605e5c;
3988
+ padding: 1rem;
3989
+ font-weight: 600;
3990
+ border-top-right-radius: 2px;
3991
+ border-top-left-radius: 2px;
3992
+ transition: box-shadow 0.2s;
3993
+ margin: 0 0.5rem -2px 0;
3994
+ }
3995
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
3996
+ outline: 0 none;
3997
+ outline-offset: 0;
3998
+ box-shadow: inset inset 0 0 0 1px #605e5c;
3999
+ }
4000
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4001
+ background: #f3f2f1;
4002
+ border-color: transparent;
4003
+ color: #605e5c;
4004
+ }
4005
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4006
+ background: #ffffff;
4007
+ border-color: #0078d4;
4008
+ color: #323130;
4009
+ }
4010
+ .p-tabview .p-tabview-left-icon {
4011
+ margin-right: 0.5rem;
4012
+ }
4013
+ .p-tabview .p-tabview-right-icon {
4014
+ margin-left: 0.5rem;
4015
+ }
4016
+ .p-tabview .p-tabview-close {
4017
+ margin-left: 0.5rem;
4018
+ }
4019
+ .p-tabview .p-tabview-nav-btn.p-link {
4020
+ background: #ffffff;
4021
+ color: #323130;
4022
+ width: 2.357rem;
4023
+ 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);
4024
+ border-radius: 0;
4025
+ }
4026
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4027
+ outline: 0 none;
4028
+ outline-offset: 0;
4029
+ box-shadow: inset inset 0 0 0 1px #605e5c;
4030
+ }
4031
+ .p-tabview .p-tabview-panels {
4032
+ background: #ffffff;
4033
+ padding: 1rem;
4034
+ border: 0 none;
4035
+ color: #323130;
4036
+ border-bottom-right-radius: 2px;
4037
+ border-bottom-left-radius: 2px;
4038
+ }
4039
+
4040
+ .p-toolbar {
4041
+ background: #faf9f8;
4042
+ border: 1px solid #a19f9d;
4043
+ padding: 1rem;
4044
+ border-radius: 2px;
4045
+ gap: 0.5rem;
4046
+ }
4047
+ .p-toolbar .p-toolbar-separator {
4048
+ margin: 0 0.5rem;
4049
+ }
4050
+
4051
+ .p-stepper .p-stepper-nav {
4052
+ position: relative;
4053
+ display: flex;
4054
+ justify-content: space-between;
4055
+ align-items: center;
4056
+ margin: 0;
4057
+ padding: 0;
4058
+ list-style-type: none;
4059
+ overflow-x: auto;
4060
+ }
4061
+
4062
+ .p-stepper-vertical .p-stepper-nav {
4063
+ flex-direction: column;
4064
+ }
4065
+
4066
+ .p-stepper-header {
4067
+ position: relative;
4068
+ display: flex;
4069
+ flex: 1 1 auto;
4070
+ align-items: center;
4071
+ }
4072
+ .p-stepper-header:last-of-type {
4073
+ flex: initial;
4074
+ }
4075
+
4076
+ .p-stepper-header .p-stepper-action {
4077
+ border: 0 none;
4078
+ display: inline-flex;
4079
+ align-items: center;
4080
+ text-decoration: none;
4081
+ cursor: pointer;
4082
+ }
4083
+ .p-stepper-header .p-stepper-action:focus-visible {
4084
+ outline: 0 none;
4085
+ outline-offset: 0;
4086
+ box-shadow: inset 0 0 0 1px #605e5c;
4087
+ }
4088
+
4089
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4090
+ cursor: auto;
4091
+ }
4092
+
4093
+ .p-stepper-header.p-highlight .p-stepper-action {
4094
+ cursor: default;
4095
+ }
4096
+
4097
+ .p-stepper-title {
4098
+ display: block;
4099
+ white-space: nowrap;
4100
+ overflow: hidden;
4101
+ text-overflow: ellipsis;
4102
+ max-width: 100%;
4103
+ }
4104
+
4105
+ .p-stepper-number {
4106
+ display: flex;
4107
+ align-items: center;
4108
+ justify-content: center;
4109
+ }
4110
+
4111
+ .p-stepper-separator {
4112
+ flex: 1 1 0;
4113
+ }
4114
+
3971
4115
  .p-stepper .p-stepper-nav {
3972
4116
  display: flex;
3973
4117
  justify-content: space-between;
@@ -4066,86 +4210,6 @@
4066
4210
  padding-left: 3rem;
4067
4211
  }
4068
4212
 
4069
- .p-tabview .p-tabview-nav-content {
4070
- scroll-padding-inline: 2.357rem;
4071
- }
4072
- .p-tabview .p-tabview-nav {
4073
- background: #ffffff;
4074
- border: 0 none;
4075
- border-width: 0 0 2px 0;
4076
- }
4077
- .p-tabview .p-tabview-nav li {
4078
- margin-right: 0;
4079
- }
4080
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4081
- border: solid #a19f9d;
4082
- border-width: 0 0 2px 0;
4083
- border-color: transparent transparent transparent transparent;
4084
- background: #ffffff;
4085
- color: #605e5c;
4086
- padding: 1rem;
4087
- font-weight: 600;
4088
- border-top-right-radius: 2px;
4089
- border-top-left-radius: 2px;
4090
- transition: box-shadow 0.2s;
4091
- margin: 0 0.5rem -2px 0;
4092
- }
4093
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4094
- outline: 0 none;
4095
- outline-offset: 0;
4096
- box-shadow: inset inset 0 0 0 1px #605e5c;
4097
- }
4098
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4099
- background: #f3f2f1;
4100
- border-color: transparent;
4101
- color: #605e5c;
4102
- }
4103
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4104
- background: #ffffff;
4105
- border-color: #0078d4;
4106
- color: #323130;
4107
- }
4108
- .p-tabview .p-tabview-left-icon {
4109
- margin-right: 0.5rem;
4110
- }
4111
- .p-tabview .p-tabview-right-icon {
4112
- margin-left: 0.5rem;
4113
- }
4114
- .p-tabview .p-tabview-close {
4115
- margin-left: 0.5rem;
4116
- }
4117
- .p-tabview .p-tabview-nav-btn.p-link {
4118
- background: #ffffff;
4119
- color: #323130;
4120
- width: 2.357rem;
4121
- 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);
4122
- border-radius: 0;
4123
- }
4124
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4125
- outline: 0 none;
4126
- outline-offset: 0;
4127
- box-shadow: inset inset 0 0 0 1px #605e5c;
4128
- }
4129
- .p-tabview .p-tabview-panels {
4130
- background: #ffffff;
4131
- padding: 1rem;
4132
- border: 0 none;
4133
- color: #323130;
4134
- border-bottom-right-radius: 2px;
4135
- border-bottom-left-radius: 2px;
4136
- }
4137
-
4138
- .p-toolbar {
4139
- background: #faf9f8;
4140
- border: 1px solid #a19f9d;
4141
- padding: 1rem;
4142
- border-radius: 2px;
4143
- gap: 0.5rem;
4144
- }
4145
- .p-toolbar .p-toolbar-separator {
4146
- margin: 0 0.5rem;
4147
- }
4148
-
4149
4213
  .p-confirm-popup {
4150
4214
  background: #ffffff;
4151
4215
  color: #323130;