lakelib 0.1.12 → 0.1.13
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.
- package/dist/lake.css +5 -0
- package/dist/lake.min.js +9 -9
- package/dist/lake.min.js.map +1 -1
- package/lib/lake.css +5 -0
- package/lib/lake.js +129 -135
- package/lib/lake.js.map +1 -1
- package/lib/types/editor.d.ts +4 -2
- package/lib/types/managers/box-manager.d.ts +0 -3
- package/lib/types/models/range.d.ts +4 -4
- package/package.json +1 -1
package/dist/lake.css
CHANGED
|
@@ -762,6 +762,7 @@ lake-box .lake-box-strip ::selection {
|
|
|
762
762
|
}
|
|
763
763
|
lake-box .lake-box-container {
|
|
764
764
|
display: block;
|
|
765
|
+
align-self: center;
|
|
765
766
|
}
|
|
766
767
|
lake-box .lake-box-hovered .lake-button-group,
|
|
767
768
|
lake-box .lake-box-focused .lake-button-group,
|
|
@@ -833,6 +834,8 @@ lake-box[name="hr"] .lake-box-focused .lake-hr {
|
|
|
833
834
|
|
|
834
835
|
.lake-video {
|
|
835
836
|
position: relative;
|
|
837
|
+
font-size: 14px;
|
|
838
|
+
font-weight: normal;
|
|
836
839
|
line-height: 0;
|
|
837
840
|
box-sizing: content-box;
|
|
838
841
|
border: 1px solid transparent;
|
|
@@ -1052,6 +1055,8 @@ lake-box[name="image"] .lake-box-selected .lake-image-error {
|
|
|
1052
1055
|
|
|
1053
1056
|
.lake-file {
|
|
1054
1057
|
position: relative;
|
|
1058
|
+
font-size: 16px;
|
|
1059
|
+
font-weight: normal;
|
|
1055
1060
|
line-height: 0;
|
|
1056
1061
|
box-sizing: content-box;
|
|
1057
1062
|
border: 1px solid transparent;
|