sccoreui 4.8.4 → 4.8.5

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 +2 -2
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -647,12 +647,12 @@ button[data-cmd="fontFamily"]:focus{
647
647
  }
648
648
 
649
649
  .text-editor.focus-text-editor {
650
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-100);
650
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--primary-100);
651
651
  border: 1px solid var(--primary-300) !important;
652
652
  }
653
653
 
654
654
  .text-editor.p-invalid.focus-text-editor {
655
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--red-100);
655
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--red-100);
656
656
  border: 1px solid var(--red-300) !important;
657
657
  }
658
658
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.8.4",
3
+ "version": "4.8.5",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",