@flighthq/textlayout 0.5.1-next.1069.554a2ac → 0.5.1-next.1197.6a425ce
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 +2 -2
- package/dist/textLayoutMeasure.js +1 -1
- package/dist/textLayoutMeasure.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -13,5 +13,5 @@ Import the supported application-facing API from `@flighthq/textlayout`. The `@f
|
|
|
13
13
|
This package is part of the locked-version Flight SDK graph. Applications may instead install and import `@flighthq/sdk` when package-level tree shaking is sufficient.
|
|
14
14
|
|
|
15
15
|
- [Flight project](https://github.com/flighthq/flight)
|
|
16
|
-
- [Source for @flighthq/textlayout@0.5.1-next.
|
|
17
|
-
- [License](https://github.com/flighthq/flight/blob/
|
|
16
|
+
- [Source for @flighthq/textlayout@0.5.1-next.1197.6a425ce](https://github.com/flighthq/flight/tree/6a425ce64e6d501dac8218fe625e73d58da88639/packages/textlayout)
|
|
17
|
+
- [License](https://github.com/flighthq/flight/blob/6a425ce64e6d501dac8218fe625e73d58da88639/LICENSE.md)
|
|
@@ -15,7 +15,7 @@ export function getTextLayoutMeasureProvider() {
|
|
|
15
15
|
}
|
|
16
16
|
// Installs an explicit measure provider, bypassing the shaper seam. Pass null to clear it and fall
|
|
17
17
|
// back to the registered shaper backend. Prefer setTextShaperBackend for normal setup; this remains
|
|
18
|
-
// for direct injection (tests, a host wiring its own measure without a full
|
|
18
|
+
// for direct injection (tests, a host wiring its own measure without a full HostTextShaperProvider).
|
|
19
19
|
export function setTextLayoutMeasureProvider(measure) {
|
|
20
20
|
_measureProvider = measure;
|
|
21
21
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textLayoutMeasure.js","sourceRoot":"","sources":["../src/textLayoutMeasure.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAGlF,oGAAoG;AACpG,iGAAiG;AACjG,iGAAiG;AACjG,yGAAyG;AACzG,oGAAoG;AACpG,sGAAsG;AACtG,aAAa;AACb,MAAM,UAAU,4BAA4B;IAC1C,IAAI,gBAAgB,KAAK,IAAI;QAAE,OAAO,gBAAgB,CAAC;IACvD,IAAI,oBAAoB,EAAE,KAAK,IAAI;QAAE,OAAO,WAAW,CAAC;IACxD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,mGAAmG;AACnG,oGAAoG;AACpG,
|
|
1
|
+
{"version":3,"file":"textLayoutMeasure.js","sourceRoot":"","sources":["../src/textLayoutMeasure.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAGlF,oGAAoG;AACpG,iGAAiG;AACjG,iGAAiG;AACjG,yGAAyG;AACzG,oGAAoG;AACpG,sGAAsG;AACtG,aAAa;AACb,MAAM,UAAU,4BAA4B;IAC1C,IAAI,gBAAgB,KAAK,IAAI;QAAE,OAAO,gBAAgB,CAAC;IACvD,IAAI,oBAAoB,EAAE,KAAK,IAAI;QAAE,OAAO,WAAW,CAAC;IACxD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,mGAAmG;AACnG,oGAAoG;AACpG,qGAAqG;AACrG,MAAM,UAAU,4BAA4B,CAAC,OAAmC;IAC9E,gBAAgB,GAAG,OAAO,CAAC;AAC7B,CAAC;AAED,IAAI,gBAAgB,GAA+B,IAAI,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flighthq/textlayout",
|
|
3
|
-
"version": "0.5.1-next.
|
|
3
|
+
"version": "0.5.1-next.1197.6a425ce",
|
|
4
4
|
"author": "Joshua Granick and other contributors",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"clean:dist": "tsx ../../scripts/clean-package-dist.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@flighthq/entity": "0.5.1-next.
|
|
42
|
-
"@flighthq/textshaper": "0.5.1-next.
|
|
43
|
-
"@flighthq/types": "0.5.1-next.
|
|
41
|
+
"@flighthq/entity": "0.5.1-next.1197.6a425ce",
|
|
42
|
+
"@flighthq/textshaper": "0.5.1-next.1197.6a425ce",
|
|
43
|
+
"@flighthq/types": "0.5.1-next.1197.6a425ce"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"typescript": "^5.3.0"
|