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
@@ -3990,6 +3990,150 @@
3990
3990
  background: #3e4053;
3991
3991
  }
3992
3992
 
3993
+ .p-tabview .p-tabview-nav-content {
3994
+ scroll-padding-inline: 3rem;
3995
+ }
3996
+ .p-tabview .p-tabview-nav {
3997
+ background: transparent;
3998
+ border: 1px solid #3e4053;
3999
+ border-width: 0 0 2px 0;
4000
+ }
4001
+ .p-tabview .p-tabview-nav li {
4002
+ margin-right: 0;
4003
+ }
4004
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4005
+ border: solid #3e4053;
4006
+ border-width: 0 0 2px 0;
4007
+ border-color: transparent transparent #3e4053 transparent;
4008
+ background: #282936;
4009
+ color: rgba(255, 255, 255, 0.6);
4010
+ padding: 1.25rem;
4011
+ font-weight: 700;
4012
+ border-top-right-radius: 6px;
4013
+ border-top-left-radius: 6px;
4014
+ transition: box-shadow 0.2s;
4015
+ margin: 0 0 -2px 0;
4016
+ }
4017
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4018
+ outline: 0 none;
4019
+ outline-offset: 0;
4020
+ box-shadow: inset 0 0 0 1px #e0d8fc;
4021
+ }
4022
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4023
+ background: #282936;
4024
+ border-color: #b19df7;
4025
+ color: rgba(255, 255, 255, 0.87);
4026
+ }
4027
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4028
+ background: #282936;
4029
+ border-color: #b19df7;
4030
+ color: #b19df7;
4031
+ }
4032
+ .p-tabview .p-tabview-left-icon {
4033
+ margin-right: 0.5rem;
4034
+ }
4035
+ .p-tabview .p-tabview-right-icon {
4036
+ margin-left: 0.5rem;
4037
+ }
4038
+ .p-tabview .p-tabview-close {
4039
+ margin-left: 0.5rem;
4040
+ }
4041
+ .p-tabview .p-tabview-nav-btn.p-link {
4042
+ background: #282936;
4043
+ color: #b19df7;
4044
+ width: 3rem;
4045
+ 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);
4046
+ border-radius: 0;
4047
+ }
4048
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4049
+ outline: 0 none;
4050
+ outline-offset: 0;
4051
+ box-shadow: inset 0 0 0 1px #e0d8fc;
4052
+ }
4053
+ .p-tabview .p-tabview-panels {
4054
+ background: #282936;
4055
+ padding: 1.25rem;
4056
+ border: 0 none;
4057
+ color: rgba(255, 255, 255, 0.87);
4058
+ border-bottom-right-radius: 6px;
4059
+ border-bottom-left-radius: 6px;
4060
+ }
4061
+
4062
+ .p-toolbar {
4063
+ background: #282936;
4064
+ border: 1px solid #3e4053;
4065
+ padding: 1.25rem;
4066
+ border-radius: 6px;
4067
+ gap: 0.5rem;
4068
+ }
4069
+ .p-toolbar .p-toolbar-separator {
4070
+ margin: 0 0.5rem;
4071
+ }
4072
+
4073
+ .p-stepper .p-stepper-nav {
4074
+ position: relative;
4075
+ display: flex;
4076
+ justify-content: space-between;
4077
+ align-items: center;
4078
+ margin: 0;
4079
+ padding: 0;
4080
+ list-style-type: none;
4081
+ overflow-x: auto;
4082
+ }
4083
+
4084
+ .p-stepper-vertical .p-stepper-nav {
4085
+ flex-direction: column;
4086
+ }
4087
+
4088
+ .p-stepper-header {
4089
+ position: relative;
4090
+ display: flex;
4091
+ flex: 1 1 auto;
4092
+ align-items: center;
4093
+ }
4094
+ .p-stepper-header:last-of-type {
4095
+ flex: initial;
4096
+ }
4097
+
4098
+ .p-stepper-header .p-stepper-action {
4099
+ border: 0 none;
4100
+ display: inline-flex;
4101
+ align-items: center;
4102
+ text-decoration: none;
4103
+ cursor: pointer;
4104
+ }
4105
+ .p-stepper-header .p-stepper-action:focus-visible {
4106
+ outline: 0 none;
4107
+ outline-offset: 0;
4108
+ box-shadow: 0 0 0 1px #e0d8fc;
4109
+ }
4110
+
4111
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4112
+ cursor: auto;
4113
+ }
4114
+
4115
+ .p-stepper-header.p-highlight .p-stepper-action {
4116
+ cursor: default;
4117
+ }
4118
+
4119
+ .p-stepper-title {
4120
+ display: block;
4121
+ white-space: nowrap;
4122
+ overflow: hidden;
4123
+ text-overflow: ellipsis;
4124
+ max-width: 100%;
4125
+ }
4126
+
4127
+ .p-stepper-number {
4128
+ display: flex;
4129
+ align-items: center;
4130
+ justify-content: center;
4131
+ }
4132
+
4133
+ .p-stepper-separator {
4134
+ flex: 1 1 0;
4135
+ }
4136
+
3993
4137
  .p-stepper .p-stepper-nav {
3994
4138
  display: flex;
3995
4139
  justify-content: space-between;
@@ -4094,86 +4238,6 @@
4094
4238
  padding-left: 3rem;
4095
4239
  }
4096
4240
 
4097
- .p-tabview .p-tabview-nav-content {
4098
- scroll-padding-inline: 3rem;
4099
- }
4100
- .p-tabview .p-tabview-nav {
4101
- background: transparent;
4102
- border: 1px solid #3e4053;
4103
- border-width: 0 0 2px 0;
4104
- }
4105
- .p-tabview .p-tabview-nav li {
4106
- margin-right: 0;
4107
- }
4108
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4109
- border: solid #3e4053;
4110
- border-width: 0 0 2px 0;
4111
- border-color: transparent transparent #3e4053 transparent;
4112
- background: #282936;
4113
- color: rgba(255, 255, 255, 0.6);
4114
- padding: 1.25rem;
4115
- font-weight: 700;
4116
- border-top-right-radius: 6px;
4117
- border-top-left-radius: 6px;
4118
- transition: box-shadow 0.2s;
4119
- margin: 0 0 -2px 0;
4120
- }
4121
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4122
- outline: 0 none;
4123
- outline-offset: 0;
4124
- box-shadow: inset 0 0 0 1px #e0d8fc;
4125
- }
4126
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4127
- background: #282936;
4128
- border-color: #b19df7;
4129
- color: rgba(255, 255, 255, 0.87);
4130
- }
4131
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4132
- background: #282936;
4133
- border-color: #b19df7;
4134
- color: #b19df7;
4135
- }
4136
- .p-tabview .p-tabview-left-icon {
4137
- margin-right: 0.5rem;
4138
- }
4139
- .p-tabview .p-tabview-right-icon {
4140
- margin-left: 0.5rem;
4141
- }
4142
- .p-tabview .p-tabview-close {
4143
- margin-left: 0.5rem;
4144
- }
4145
- .p-tabview .p-tabview-nav-btn.p-link {
4146
- background: #282936;
4147
- color: #b19df7;
4148
- width: 3rem;
4149
- 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);
4150
- border-radius: 0;
4151
- }
4152
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4153
- outline: 0 none;
4154
- outline-offset: 0;
4155
- box-shadow: inset 0 0 0 1px #e0d8fc;
4156
- }
4157
- .p-tabview .p-tabview-panels {
4158
- background: #282936;
4159
- padding: 1.25rem;
4160
- border: 0 none;
4161
- color: rgba(255, 255, 255, 0.87);
4162
- border-bottom-right-radius: 6px;
4163
- border-bottom-left-radius: 6px;
4164
- }
4165
-
4166
- .p-toolbar {
4167
- background: #282936;
4168
- border: 1px solid #3e4053;
4169
- padding: 1.25rem;
4170
- border-radius: 6px;
4171
- gap: 0.5rem;
4172
- }
4173
- .p-toolbar .p-toolbar-separator {
4174
- margin: 0 0.5rem;
4175
- }
4176
-
4177
4241
  .p-confirm-popup {
4178
4242
  background: #282936;
4179
4243
  color: rgba(255, 255, 255, 0.87);
@@ -3990,6 +3990,150 @@
3990
3990
  background: #dfe7ef;
3991
3991
  }
3992
3992
 
3993
+ .p-tabview .p-tabview-nav-content {
3994
+ scroll-padding-inline: 3rem;
3995
+ }
3996
+ .p-tabview .p-tabview-nav {
3997
+ background: #ffffff;
3998
+ border: 1px solid #dfe7ef;
3999
+ border-width: 0 0 2px 0;
4000
+ }
4001
+ .p-tabview .p-tabview-nav li {
4002
+ margin-right: 0;
4003
+ }
4004
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4005
+ border: solid #dfe7ef;
4006
+ border-width: 0 0 2px 0;
4007
+ border-color: transparent transparent #dfe7ef transparent;
4008
+ background: #ffffff;
4009
+ color: #708da9;
4010
+ padding: 1.25rem;
4011
+ font-weight: 700;
4012
+ border-top-right-radius: 6px;
4013
+ border-top-left-radius: 6px;
4014
+ transition: box-shadow 0.2s;
4015
+ margin: 0 0 -2px 0;
4016
+ }
4017
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4018
+ outline: 0 none;
4019
+ outline-offset: 0;
4020
+ box-shadow: inset 0 0 0 1px #c7bbfa;
4021
+ }
4022
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4023
+ background: #ffffff;
4024
+ border-color: #c6ccd7;
4025
+ color: #708da9;
4026
+ }
4027
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4028
+ background: #ffffff;
4029
+ border-color: #7254f3;
4030
+ color: #7254f3;
4031
+ }
4032
+ .p-tabview .p-tabview-left-icon {
4033
+ margin-right: 0.5rem;
4034
+ }
4035
+ .p-tabview .p-tabview-right-icon {
4036
+ margin-left: 0.5rem;
4037
+ }
4038
+ .p-tabview .p-tabview-close {
4039
+ margin-left: 0.5rem;
4040
+ }
4041
+ .p-tabview .p-tabview-nav-btn.p-link {
4042
+ background: #ffffff;
4043
+ color: #7254f3;
4044
+ width: 3rem;
4045
+ 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);
4046
+ border-radius: 0;
4047
+ }
4048
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4049
+ outline: 0 none;
4050
+ outline-offset: 0;
4051
+ box-shadow: inset 0 0 0 1px #c7bbfa;
4052
+ }
4053
+ .p-tabview .p-tabview-panels {
4054
+ background: #ffffff;
4055
+ padding: 1.25rem;
4056
+ border: 0 none;
4057
+ color: #043d75;
4058
+ border-bottom-right-radius: 6px;
4059
+ border-bottom-left-radius: 6px;
4060
+ }
4061
+
4062
+ .p-toolbar {
4063
+ background: #eff3f8;
4064
+ border: 1px solid #dfe7ef;
4065
+ padding: 1.25rem;
4066
+ border-radius: 6px;
4067
+ gap: 0.5rem;
4068
+ }
4069
+ .p-toolbar .p-toolbar-separator {
4070
+ margin: 0 0.5rem;
4071
+ }
4072
+
4073
+ .p-stepper .p-stepper-nav {
4074
+ position: relative;
4075
+ display: flex;
4076
+ justify-content: space-between;
4077
+ align-items: center;
4078
+ margin: 0;
4079
+ padding: 0;
4080
+ list-style-type: none;
4081
+ overflow-x: auto;
4082
+ }
4083
+
4084
+ .p-stepper-vertical .p-stepper-nav {
4085
+ flex-direction: column;
4086
+ }
4087
+
4088
+ .p-stepper-header {
4089
+ position: relative;
4090
+ display: flex;
4091
+ flex: 1 1 auto;
4092
+ align-items: center;
4093
+ }
4094
+ .p-stepper-header:last-of-type {
4095
+ flex: initial;
4096
+ }
4097
+
4098
+ .p-stepper-header .p-stepper-action {
4099
+ border: 0 none;
4100
+ display: inline-flex;
4101
+ align-items: center;
4102
+ text-decoration: none;
4103
+ cursor: pointer;
4104
+ }
4105
+ .p-stepper-header .p-stepper-action:focus-visible {
4106
+ outline: 0 none;
4107
+ outline-offset: 0;
4108
+ box-shadow: 0 0 0 1px #c7bbfa;
4109
+ }
4110
+
4111
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4112
+ cursor: auto;
4113
+ }
4114
+
4115
+ .p-stepper-header.p-highlight .p-stepper-action {
4116
+ cursor: default;
4117
+ }
4118
+
4119
+ .p-stepper-title {
4120
+ display: block;
4121
+ white-space: nowrap;
4122
+ overflow: hidden;
4123
+ text-overflow: ellipsis;
4124
+ max-width: 100%;
4125
+ }
4126
+
4127
+ .p-stepper-number {
4128
+ display: flex;
4129
+ align-items: center;
4130
+ justify-content: center;
4131
+ }
4132
+
4133
+ .p-stepper-separator {
4134
+ flex: 1 1 0;
4135
+ }
4136
+
3993
4137
  .p-stepper .p-stepper-nav {
3994
4138
  display: flex;
3995
4139
  justify-content: space-between;
@@ -4094,86 +4238,6 @@
4094
4238
  padding-left: 3rem;
4095
4239
  }
4096
4240
 
4097
- .p-tabview .p-tabview-nav-content {
4098
- scroll-padding-inline: 3rem;
4099
- }
4100
- .p-tabview .p-tabview-nav {
4101
- background: #ffffff;
4102
- border: 1px solid #dfe7ef;
4103
- border-width: 0 0 2px 0;
4104
- }
4105
- .p-tabview .p-tabview-nav li {
4106
- margin-right: 0;
4107
- }
4108
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4109
- border: solid #dfe7ef;
4110
- border-width: 0 0 2px 0;
4111
- border-color: transparent transparent #dfe7ef transparent;
4112
- background: #ffffff;
4113
- color: #708da9;
4114
- padding: 1.25rem;
4115
- font-weight: 700;
4116
- border-top-right-radius: 6px;
4117
- border-top-left-radius: 6px;
4118
- transition: box-shadow 0.2s;
4119
- margin: 0 0 -2px 0;
4120
- }
4121
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4122
- outline: 0 none;
4123
- outline-offset: 0;
4124
- box-shadow: inset 0 0 0 1px #c7bbfa;
4125
- }
4126
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4127
- background: #ffffff;
4128
- border-color: #c6ccd7;
4129
- color: #708da9;
4130
- }
4131
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4132
- background: #ffffff;
4133
- border-color: #7254f3;
4134
- color: #7254f3;
4135
- }
4136
- .p-tabview .p-tabview-left-icon {
4137
- margin-right: 0.5rem;
4138
- }
4139
- .p-tabview .p-tabview-right-icon {
4140
- margin-left: 0.5rem;
4141
- }
4142
- .p-tabview .p-tabview-close {
4143
- margin-left: 0.5rem;
4144
- }
4145
- .p-tabview .p-tabview-nav-btn.p-link {
4146
- background: #ffffff;
4147
- color: #7254f3;
4148
- width: 3rem;
4149
- 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);
4150
- border-radius: 0;
4151
- }
4152
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4153
- outline: 0 none;
4154
- outline-offset: 0;
4155
- box-shadow: inset 0 0 0 1px #c7bbfa;
4156
- }
4157
- .p-tabview .p-tabview-panels {
4158
- background: #ffffff;
4159
- padding: 1.25rem;
4160
- border: 0 none;
4161
- color: #043d75;
4162
- border-bottom-right-radius: 6px;
4163
- border-bottom-left-radius: 6px;
4164
- }
4165
-
4166
- .p-toolbar {
4167
- background: #eff3f8;
4168
- border: 1px solid #dfe7ef;
4169
- padding: 1.25rem;
4170
- border-radius: 6px;
4171
- gap: 0.5rem;
4172
- }
4173
- .p-toolbar .p-toolbar-separator {
4174
- margin: 0 0.5rem;
4175
- }
4176
-
4177
4241
  .p-confirm-popup {
4178
4242
  background: #ffffff;
4179
4243
  color: #043d75;
@@ -4028,6 +4028,150 @@
4028
4028
  background: #e5e7eb;
4029
4029
  }
4030
4030
 
4031
+ .p-tabview .p-tabview-nav-content {
4032
+ scroll-padding-inline: 3rem;
4033
+ }
4034
+ .p-tabview .p-tabview-nav {
4035
+ background: #ffffff;
4036
+ border: 1px solid #e5e7eb;
4037
+ border-width: 0 0 2px 0;
4038
+ }
4039
+ .p-tabview .p-tabview-nav li {
4040
+ margin-right: 0;
4041
+ }
4042
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4043
+ border: solid #e5e7eb;
4044
+ border-width: 0 0 2px 0;
4045
+ border-color: transparent transparent #e5e7eb transparent;
4046
+ background: #ffffff;
4047
+ color: #71717a;
4048
+ padding: 1.25rem;
4049
+ font-weight: 700;
4050
+ border-top-right-radius: 0.375rem;
4051
+ border-top-left-radius: 0.375rem;
4052
+ transition: none;
4053
+ margin: 0 0 -2px 0;
4054
+ }
4055
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4056
+ outline: 0 none;
4057
+ outline-offset: 0;
4058
+ box-shadow: inset 0 0 0 1px #6366f1;
4059
+ }
4060
+ .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4061
+ background: #ffffff;
4062
+ border-color: #71717a;
4063
+ color: #71717a;
4064
+ }
4065
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4066
+ background: #ffffff;
4067
+ border-color: #4f46e5;
4068
+ color: #4f46e5;
4069
+ }
4070
+ .p-tabview .p-tabview-left-icon {
4071
+ margin-right: 0.5rem;
4072
+ }
4073
+ .p-tabview .p-tabview-right-icon {
4074
+ margin-left: 0.5rem;
4075
+ }
4076
+ .p-tabview .p-tabview-close {
4077
+ margin-left: 0.5rem;
4078
+ }
4079
+ .p-tabview .p-tabview-nav-btn.p-link {
4080
+ background: #ffffff;
4081
+ color: #4f46e5;
4082
+ width: 3rem;
4083
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
4084
+ border-radius: 0;
4085
+ }
4086
+ .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4087
+ outline: 0 none;
4088
+ outline-offset: 0;
4089
+ box-shadow: inset 0 0 0 1px #6366f1;
4090
+ }
4091
+ .p-tabview .p-tabview-panels {
4092
+ background: #ffffff;
4093
+ padding: 1.25rem;
4094
+ border: 0 none;
4095
+ color: #3f3f46;
4096
+ border-bottom-right-radius: 0.375rem;
4097
+ border-bottom-left-radius: 0.375rem;
4098
+ }
4099
+
4100
+ .p-toolbar {
4101
+ background: #fafafa;
4102
+ border: 1px solid #e5e7eb;
4103
+ padding: 1.25rem;
4104
+ border-radius: 0.375rem;
4105
+ gap: 0.5rem;
4106
+ }
4107
+ .p-toolbar .p-toolbar-separator {
4108
+ margin: 0 0.5rem;
4109
+ }
4110
+
4111
+ .p-stepper .p-stepper-nav {
4112
+ position: relative;
4113
+ display: flex;
4114
+ justify-content: space-between;
4115
+ align-items: center;
4116
+ margin: 0;
4117
+ padding: 0;
4118
+ list-style-type: none;
4119
+ overflow-x: auto;
4120
+ }
4121
+
4122
+ .p-stepper-vertical .p-stepper-nav {
4123
+ flex-direction: column;
4124
+ }
4125
+
4126
+ .p-stepper-header {
4127
+ position: relative;
4128
+ display: flex;
4129
+ flex: 1 1 auto;
4130
+ align-items: center;
4131
+ }
4132
+ .p-stepper-header:last-of-type {
4133
+ flex: initial;
4134
+ }
4135
+
4136
+ .p-stepper-header .p-stepper-action {
4137
+ border: 0 none;
4138
+ display: inline-flex;
4139
+ align-items: center;
4140
+ text-decoration: none;
4141
+ cursor: pointer;
4142
+ }
4143
+ .p-stepper-header .p-stepper-action:focus-visible {
4144
+ outline: 0 none;
4145
+ outline-offset: 0;
4146
+ box-shadow: 0 0 0 1px #6366f1;
4147
+ }
4148
+
4149
+ .p-stepper.p-stepper-readonly .p-stepper-header {
4150
+ cursor: auto;
4151
+ }
4152
+
4153
+ .p-stepper-header.p-highlight .p-stepper-action {
4154
+ cursor: default;
4155
+ }
4156
+
4157
+ .p-stepper-title {
4158
+ display: block;
4159
+ white-space: nowrap;
4160
+ overflow: hidden;
4161
+ text-overflow: ellipsis;
4162
+ max-width: 100%;
4163
+ }
4164
+
4165
+ .p-stepper-number {
4166
+ display: flex;
4167
+ align-items: center;
4168
+ justify-content: center;
4169
+ }
4170
+
4171
+ .p-stepper-separator {
4172
+ flex: 1 1 0;
4173
+ }
4174
+
4031
4175
  .p-stepper .p-stepper-nav {
4032
4176
  display: flex;
4033
4177
  justify-content: space-between;
@@ -4132,86 +4276,6 @@
4132
4276
  padding-left: 3rem;
4133
4277
  }
4134
4278
 
4135
- .p-tabview .p-tabview-nav-content {
4136
- scroll-padding-inline: 3rem;
4137
- }
4138
- .p-tabview .p-tabview-nav {
4139
- background: #ffffff;
4140
- border: 1px solid #e5e7eb;
4141
- border-width: 0 0 2px 0;
4142
- }
4143
- .p-tabview .p-tabview-nav li {
4144
- margin-right: 0;
4145
- }
4146
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4147
- border: solid #e5e7eb;
4148
- border-width: 0 0 2px 0;
4149
- border-color: transparent transparent #e5e7eb transparent;
4150
- background: #ffffff;
4151
- color: #71717a;
4152
- padding: 1.25rem;
4153
- font-weight: 700;
4154
- border-top-right-radius: 0.375rem;
4155
- border-top-left-radius: 0.375rem;
4156
- transition: none;
4157
- margin: 0 0 -2px 0;
4158
- }
4159
- .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
4160
- outline: 0 none;
4161
- outline-offset: 0;
4162
- box-shadow: inset 0 0 0 1px #6366f1;
4163
- }
4164
- .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4165
- background: #ffffff;
4166
- border-color: #71717a;
4167
- color: #71717a;
4168
- }
4169
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4170
- background: #ffffff;
4171
- border-color: #4f46e5;
4172
- color: #4f46e5;
4173
- }
4174
- .p-tabview .p-tabview-left-icon {
4175
- margin-right: 0.5rem;
4176
- }
4177
- .p-tabview .p-tabview-right-icon {
4178
- margin-left: 0.5rem;
4179
- }
4180
- .p-tabview .p-tabview-close {
4181
- margin-left: 0.5rem;
4182
- }
4183
- .p-tabview .p-tabview-nav-btn.p-link {
4184
- background: #ffffff;
4185
- color: #4f46e5;
4186
- width: 3rem;
4187
- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
4188
- border-radius: 0;
4189
- }
4190
- .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
4191
- outline: 0 none;
4192
- outline-offset: 0;
4193
- box-shadow: inset 0 0 0 1px #6366f1;
4194
- }
4195
- .p-tabview .p-tabview-panels {
4196
- background: #ffffff;
4197
- padding: 1.25rem;
4198
- border: 0 none;
4199
- color: #3f3f46;
4200
- border-bottom-right-radius: 0.375rem;
4201
- border-bottom-left-radius: 0.375rem;
4202
- }
4203
-
4204
- .p-toolbar {
4205
- background: #fafafa;
4206
- border: 1px solid #e5e7eb;
4207
- padding: 1.25rem;
4208
- border-radius: 0.375rem;
4209
- gap: 0.5rem;
4210
- }
4211
- .p-toolbar .p-toolbar-separator {
4212
- margin: 0 0.5rem;
4213
- }
4214
-
4215
4279
  .p-confirm-popup {
4216
4280
  background: #ffffff;
4217
4281
  color: #3f3f46;