sccoreui 4.7.1 → 4.7.2

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 +6 -1
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -646,7 +646,12 @@ 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(--primary-100);
649
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--red-200);
650
+ border: 1px solid var(--primary-300) !important;
651
+ }
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);
650
655
  border: 1px solid var(--primary-300) !important;
651
656
  }
652
657
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",