monowind 0.2.2 → 0.2.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.
- package/README.md +3 -2
- package/dist/cdn.js +1189 -22
- package/dist/cdn.js.map +1 -1
- package/dist/element.d.ts +11 -0
- package/dist/element.d.ts.map +1 -1
- package/dist/grid.d.ts.map +1 -1
- package/dist/index.js +1170 -1006
- package/dist/index.js.map +1 -1
- package/dist/layout.d.ts +5 -0
- package/dist/layout.d.ts.map +1 -1
- package/dist/plain-text.d.ts +19 -0
- package/dist/plain-text.d.ts.map +1 -1
- package/dist/sort.js +233 -5
- package/dist/sort.js.map +1 -1
- package/dist/style.d.ts.map +1 -1
- package/dist/types.d.ts +19 -5
- package/dist/types.d.ts.map +1 -1
- package/dist/warn.d.ts +4 -0
- package/dist/warn.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/styles.css +11 -0
- package/src/utilities.css +30 -6
package/README.md
CHANGED
|
@@ -48,8 +48,9 @@ on the grid in whole-cell steps and draws the scrollbar as characters
|
|
|
48
48
|
`scrollbar-color` honored and defaulting to `currentColor` like borders,
|
|
49
49
|
`scrollbar-width: none` honored, thickness via
|
|
50
50
|
`scrollbar-<n>` cells, per bar with `scrollbar-x-<n>` /
|
|
51
|
-
`scrollbar-y-<n>`
|
|
52
|
-
|
|
51
|
+
`scrollbar-y-<n>`; `scrollbar-inset-<n>` keeps cells clear around
|
|
52
|
+
the bars for your own arrow buttons). Scroll containers pinned to the
|
|
53
|
+
bottom stay pinned as content grows — chat logs need no code.
|
|
53
54
|
|
|
54
55
|
## Border & rule glyphs
|
|
55
56
|
|