@luscii-healthtech/web-ui 0.1.5 → 0.1.6

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.
@@ -798,17 +798,6 @@
798
798
  width: 32px;
799
799
  height: 32px; }
800
800
 
801
- .ql-editor {
802
- resize: vertical;
803
- min-height: 10rem; }
804
-
805
- .ql-snow.ql-toolbar {
806
- display: block;
807
- background: #f1f5f9;
808
- border-top-left-radius: 0.5em;
809
- border-top-right-radius: 0.5em;
810
- margin-top: 0.5em; }
811
-
812
801
  .cweb-textarea {
813
802
  border: 1px solid #cccccc;
814
803
  border-radius: 4px;
@@ -840,6 +829,17 @@
840
829
  border: 1px solid #ff6266;
841
830
  color: #ff6266; }
842
831
 
832
+ .ql-editor {
833
+ resize: vertical;
834
+ min-height: 10rem; }
835
+
836
+ .ql-snow.ql-toolbar {
837
+ display: block;
838
+ background: #f1f5f9;
839
+ border-top-left-radius: 0.5em;
840
+ border-top-right-radius: 0.5em;
841
+ margin-top: 0.5em; }
842
+
843
843
  .editor .rdw-editor {
844
844
  overflow-y: auto; }
845
845
  .editor .rdw-editor .rdw-link-modal {
@@ -798,17 +798,6 @@
798
798
  width: 32px;
799
799
  height: 32px; }
800
800
 
801
- .ql-editor {
802
- resize: vertical;
803
- min-height: 10rem; }
804
-
805
- .ql-snow.ql-toolbar {
806
- display: block;
807
- background: #f1f5f9;
808
- border-top-left-radius: 0.5em;
809
- border-top-right-radius: 0.5em;
810
- margin-top: 0.5em; }
811
-
812
801
  .cweb-textarea {
813
802
  border: 1px solid #cccccc;
814
803
  border-radius: 4px;
@@ -840,6 +829,17 @@
840
829
  border: 1px solid #ff6266;
841
830
  color: #ff6266; }
842
831
 
832
+ .ql-editor {
833
+ resize: vertical;
834
+ min-height: 10rem; }
835
+
836
+ .ql-snow.ql-toolbar {
837
+ display: block;
838
+ background: #f1f5f9;
839
+ border-top-left-radius: 0.5em;
840
+ border-top-right-radius: 0.5em;
841
+ margin-top: 0.5em; }
842
+
843
843
  .editor .rdw-editor {
844
844
  overflow-y: auto; }
845
845
  .editor .rdw-editor .rdw-link-modal {
@@ -829,6 +829,17 @@
829
829
  border: 1px solid #ff6266;
830
830
  color: #ff6266; }
831
831
 
832
+ .ql-editor {
833
+ resize: vertical;
834
+ min-height: 10rem; }
835
+
836
+ .ql-snow.ql-toolbar {
837
+ display: block;
838
+ background: #f1f5f9;
839
+ border-top-left-radius: 0.5em;
840
+ border-top-right-radius: 0.5em;
841
+ margin-top: 0.5em; }
842
+
832
843
  .editor .rdw-editor {
833
844
  overflow-y: auto; }
834
845
  .editor .rdw-editor .rdw-link-modal {
@@ -906,17 +917,6 @@
906
917
  .editor .rdw-editor .rdw-editor-main .DraftEditor-root {
907
918
  margin: 0 12px; }
908
919
 
909
- .ql-editor {
910
- resize: vertical;
911
- min-height: 10rem; }
912
-
913
- .ql-snow.ql-toolbar {
914
- display: block;
915
- background: #f1f5f9;
916
- border-top-left-radius: 0.5em;
917
- border-top-right-radius: 0.5em;
918
- margin-top: 0.5em; }
919
-
920
920
  .cweb-text-list-item .cweb-text-list-item-icon {
921
921
  width: 24px;
922
922
  height: 24px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.5",
2
+ "version": "0.1.6",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",