@kenkaiiii/gg-boss 4.9.0 → 4.9.1
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.
|
@@ -94310,7 +94310,7 @@ function estimateWrappedRows(text, columns) {
|
|
|
94310
94310
|
}
|
|
94311
94311
|
var THINKING_HEADER_ROWS = 2;
|
|
94312
94312
|
var BLOCK_OVERHEAD_ROWS = 1;
|
|
94313
|
-
var NON_TEXT_ROW_ESTIMATE =
|
|
94313
|
+
var NON_TEXT_ROW_ESTIMATE = 1;
|
|
94314
94314
|
function estimateLiveAreaRows({ liveItems, streamingText, columns, perItemBudget }) {
|
|
94315
94315
|
let rows = 0;
|
|
94316
94316
|
for (const item of liveItems) {
|
|
@@ -115694,4 +115694,4 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
115694
115694
|
* LICENSE file in the root directory of this source tree.
|
|
115695
115695
|
*)
|
|
115696
115696
|
*/
|
|
115697
|
-
//# sourceMappingURL=chunk-
|
|
115697
|
+
//# sourceMappingURL=chunk-CGCARH5Y.js.map
|