general-library-union 3.0.50 → 3.0.52

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.0.50",
3
+ "version": "3.0.52",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3229,6 +3229,12 @@ p.chip {
3229
3229
 
3230
3230
  }
3231
3231
 
3232
+ input:-webkit-autofill {
3233
+ -webkit-box-shadow: 0 0 0 1000px white inset !important;
3234
+ box-shadow: 0 0 0 1000px white inset !important;
3235
+ -webkit-text-fill-color: #000 !important;
3236
+ }
3237
+
3232
3238
  input:-moz-autofill {
3233
3239
  background-color: #fff !important;
3234
3240
  color: #232323 !important;
@@ -3246,6 +3252,13 @@ p.chip {
3246
3252
 
3247
3253
  .p-progressbar {
3248
3254
  background: var(--color-400) !important;
3255
+ border-radius: 60px;
3256
+ }
3257
+
3258
+ .p-progressbar .p-progressbar-label {
3259
+ color: #fff;
3260
+ line-height: 7px !important;
3261
+ font-size: 0.8rem !important;
3249
3262
  }
3250
3263
 
3251
3264
  .p-progressbar-indeterminate .p-progressbar-value:before {
@@ -3676,6 +3676,17 @@ span.p-inputnumber-button-group {
3676
3676
  background: var(--color-400) !important;
3677
3677
  }
3678
3678
 
3679
+ .p-progressbar {
3680
+ background: var(--color-400) !important;
3681
+ border-radius: 60px;
3682
+ }
3683
+
3684
+ .p-progressbar .p-progressbar-label {
3685
+ color: #fff;
3686
+ line-height: 7px !important;
3687
+ font-size: 0.8rem !important;
3688
+ }
3689
+
3679
3690
  .p-progressbar-indeterminate .p-progressbar-value:before {
3680
3691
  content: "";
3681
3692
  background-color: var(--color-700) !important;