sccoreui 5.0.6 → 5.0.7

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 +4 -0
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -504,6 +504,10 @@ div:has(ul.date_filter) .p-datepicker-footer {
504
504
  width: 37.125rem;
505
505
  }
506
506
 
507
+ .large_input_filed_w {
508
+ max-width: 589px;
509
+ }
510
+
507
511
  .form_field {
508
512
  width: 18.063rem;
509
513
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",