sccoreui 5.0.7 → 5.0.8

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 (2) hide show
  1. package/dist/App.scss +9 -4
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -500,18 +500,23 @@ div:has(ul.date_filter) .p-datepicker-footer {
500
500
  height: 20px;
501
501
  }
502
502
 
503
+ .form_field {
504
+ width: 18.063rem;
505
+ }
506
+
503
507
  .full_form_field {
504
508
  width: 37.125rem;
505
509
  }
506
510
 
507
- .large_input_filed_w {
508
- max-width: 589px;
511
+ .large_from_filed {
512
+ width: 589px;
509
513
  }
510
514
 
511
- .form_field {
512
- width: 18.063rem;
515
+ .extra_large_from_filed {
516
+ width: 891px;
513
517
  }
514
518
 
519
+
515
520
  .PhoneInput {
516
521
  background: #ffffff;
517
522
  border: 1px solid var(--gray-300);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",