@sobree/core 0.1.22 → 0.1.24

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/sobree.d.ts CHANGED
@@ -159,6 +159,7 @@ export declare class Sobree {
159
159
  * once any still-loading document fonts settle.
160
160
  */
161
161
  private paginateUnlessZoneEditing;
162
+ /** True while the caret sits in an editable floating textbox frame. */
162
163
  /**
163
164
  * Pagination and column balancing measure laid-out text, so they depend
164
165
  * on the actual font glyph metrics. A document's embedded fonts load
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sobree/core",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },