sccoreui 4.7.2 → 4.7.4

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