lakelib 0.1.18 → 0.1.20
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 +2 -2
- package/dist/lake.min.js +18 -18
- package/dist/lake.min.js.map +1 -1
- package/lib/lake.css +2 -2
- package/lib/lake.js +87 -83
- package/lib/lake.js.map +1 -1
- package/lib/types/models/range.d.ts +1 -0
- package/lib/types/utils/append-break.d.ts +2 -0
- package/lib/types/utils/get-deep-element.d.ts +2 -0
- package/lib/types/utils/index.d.ts +3 -3
- package/lib/types/utils/remove-break.d.ts +2 -0
- package/package.json +1 -1
- package/lib/types/utils/append-deepest.d.ts +0 -2
- package/lib/types/utils/get-deepest.d.ts +0 -2
- package/lib/types/utils/remove-br.d.ts +0 -2
package/dist/lake.css
CHANGED
|
@@ -126,13 +126,13 @@ lake-box {
|
|
|
126
126
|
margin: 0;
|
|
127
127
|
padding: 0;
|
|
128
128
|
text-indent: 0;
|
|
129
|
-
grid-template-columns: 1px 1fr 1px;
|
|
130
129
|
}
|
|
131
130
|
lake-box[type="inline"] {
|
|
132
|
-
display: inline
|
|
131
|
+
display: inline flex;
|
|
133
132
|
}
|
|
134
133
|
lake-box[type="block"] {
|
|
135
134
|
display: block grid;
|
|
135
|
+
grid-template-columns: 1px 1fr 1px;
|
|
136
136
|
}
|
|
137
137
|
lake-box .lake-box-strip {
|
|
138
138
|
display: block;
|