@yahoo/uds-mobile 2.24.0-beta.8 → 2.24.0

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.
Files changed (99) hide show
  1. package/README.md +1 -0
  2. package/dist/components/Avatar/useAvatarFontScale.cjs +2 -2
  3. package/dist/components/Avatar/useAvatarFontScale.js +3 -3
  4. package/dist/components/Avatar/useAvatarFontScale.js.map +1 -1
  5. package/dist/components/Button.cjs +4 -3
  6. package/dist/components/Button.js +5 -4
  7. package/dist/components/Button.js.map +1 -1
  8. package/dist/components/Checkbox.cjs +2 -2
  9. package/dist/components/Checkbox.js +3 -3
  10. package/dist/components/Checkbox.js.map +1 -1
  11. package/dist/components/Chip/ChipBase.cjs +1 -1
  12. package/dist/components/Chip/ChipBase.js +2 -2
  13. package/dist/components/Chip/ChipBase.js.map +1 -1
  14. package/dist/components/Icon.cjs +6 -5
  15. package/dist/components/Icon.d.cts +2 -0
  16. package/dist/components/Icon.d.cts.map +1 -1
  17. package/dist/components/Icon.d.ts +2 -0
  18. package/dist/components/Icon.d.ts.map +1 -1
  19. package/dist/components/Icon.js +7 -6
  20. package/dist/components/Icon.js.map +1 -1
  21. package/dist/components/IconButton.cjs +1 -1
  22. package/dist/components/IconButton.js +2 -2
  23. package/dist/components/IconButton.js.map +1 -1
  24. package/dist/components/Input.cjs +2 -1
  25. package/dist/components/Input.js +3 -2
  26. package/dist/components/Input.js.map +1 -1
  27. package/dist/components/InputHelpText.cjs +1 -0
  28. package/dist/components/InputHelpText.js +1 -0
  29. package/dist/components/InputHelpText.js.map +1 -1
  30. package/dist/components/Link.cjs +6 -2
  31. package/dist/components/Link.js +7 -3
  32. package/dist/components/Link.js.map +1 -1
  33. package/dist/components/Pagination/PaginationEllipsis.cjs +1 -1
  34. package/dist/components/Pagination/PaginationEllipsis.js +2 -2
  35. package/dist/components/Pagination/PaginationEllipsis.js.map +1 -1
  36. package/dist/components/Pagination/usePaginationControlStyles.cjs +1 -1
  37. package/dist/components/Pagination/usePaginationControlStyles.js +2 -2
  38. package/dist/components/Pagination/usePaginationControlStyles.js.map +1 -1
  39. package/dist/components/Radio/Radio.cjs +1 -1
  40. package/dist/components/Radio/Radio.js +2 -2
  41. package/dist/components/Radio/Radio.js.map +1 -1
  42. package/dist/components/Select/Select.cjs +1 -0
  43. package/dist/components/Select/Select.js +1 -0
  44. package/dist/components/Select/Select.js.map +1 -1
  45. package/dist/components/Select/SelectItem.cjs +1 -4
  46. package/dist/components/Select/SelectItem.d.cts.map +1 -1
  47. package/dist/components/Select/SelectItem.d.ts.map +1 -1
  48. package/dist/components/Select/SelectItem.js +2 -5
  49. package/dist/components/Select/SelectItem.js.map +1 -1
  50. package/dist/components/Select/SelectTrigger.cjs +1 -4
  51. package/dist/components/Select/SelectTrigger.d.cts.map +1 -1
  52. package/dist/components/Select/SelectTrigger.d.ts.map +1 -1
  53. package/dist/components/Select/SelectTrigger.js +2 -5
  54. package/dist/components/Select/SelectTrigger.js.map +1 -1
  55. package/dist/components/Switch.cjs +4 -4
  56. package/dist/components/Switch.js +5 -5
  57. package/dist/components/Switch.js.map +1 -1
  58. package/dist/components/Tabs/Tab.cjs +1 -1
  59. package/dist/components/Tabs/Tab.js +2 -2
  60. package/dist/components/Tabs/Tab.js.map +1 -1
  61. package/dist/components/Text.cjs +1 -1
  62. package/dist/components/Text.js +2 -2
  63. package/dist/components/Text.js.map +1 -1
  64. package/dist/components/UDSProvider.cjs +6 -3
  65. package/dist/components/UDSProvider.d.cts.map +1 -1
  66. package/dist/components/UDSProvider.d.ts.map +1 -1
  67. package/dist/components/UDSProvider.js +8 -5
  68. package/dist/components/UDSProvider.js.map +1 -1
  69. package/dist/fontScaling/FontScalingContext.cjs +14 -3
  70. package/dist/fontScaling/FontScalingContext.d.cts +8 -2
  71. package/dist/fontScaling/FontScalingContext.d.cts.map +1 -1
  72. package/dist/fontScaling/FontScalingContext.d.ts +8 -2
  73. package/dist/fontScaling/FontScalingContext.d.ts.map +1 -1
  74. package/dist/fontScaling/FontScalingContext.js +14 -4
  75. package/dist/fontScaling/FontScalingContext.js.map +1 -1
  76. package/dist/fontScaling/androidNonlinearFontScaling.cjs +85 -9
  77. package/dist/fontScaling/androidNonlinearFontScaling.d.cts +2 -2
  78. package/dist/fontScaling/androidNonlinearFontScaling.d.cts.map +1 -1
  79. package/dist/fontScaling/androidNonlinearFontScaling.d.ts +2 -2
  80. package/dist/fontScaling/androidNonlinearFontScaling.d.ts.map +1 -1
  81. package/dist/fontScaling/androidNonlinearFontScaling.js +85 -9
  82. package/dist/fontScaling/androidNonlinearFontScaling.js.map +1 -1
  83. package/dist/fontScaling/useFontScale.cjs +18 -5
  84. package/dist/fontScaling/useFontScale.d.cts +6 -18
  85. package/dist/fontScaling/useFontScale.d.cts.map +1 -1
  86. package/dist/fontScaling/useFontScale.d.ts +6 -18
  87. package/dist/fontScaling/useFontScale.d.ts.map +1 -1
  88. package/dist/fontScaling/useFontScale.js +18 -6
  89. package/dist/fontScaling/useFontScale.js.map +1 -1
  90. package/dist/mobile/generated/fontMetrics.cjs +4 -4
  91. package/dist/mobile/generated/fontMetrics.js +4 -4
  92. package/dist/mobile/generated/fontMetrics.js.map +1 -1
  93. package/dist/types/dist/index.d.cts +4 -0
  94. package/dist/types/dist/index.d.cts.map +1 -1
  95. package/dist/types/dist/index.d.ts +4 -0
  96. package/dist/types/dist/index.d.ts.map +1 -1
  97. package/fonts/uds-icons.ttf +0 -0
  98. package/generated/fontMetrics.ts +4 -4
  99. package/package.json +2 -2
@@ -5,10 +5,13 @@
5
5
  * is only the user's preference; multiplying by it directly does not reproduce the
6
6
  * size that native Text renders.
7
7
  *
8
- * These lookup tables mirror Android's `FontScaleConverterFactory`. Values between
8
+ * These lookup tables mirror Android's `FontScaleConverterFactory`. Android 14
9
+ * shipped fewer preference curves than Android 15+, so callers must provide the
10
+ * platform version to select the same table native Text uses. Values between
9
11
  * table entries are linearly interpolated, as they are in the platform implementation.
10
12
  *
11
13
  * @see https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/content/res/FontScaleConverterFactory.java
14
+ * @see https://android.googlesource.com/platform/prebuilts/fullsdk/sources/+/refs/heads/androidx-compose-integration-release/android-34/android/content/res/FontScaleConverterFactory.java
12
15
  */
13
16
  const COMMON_SP_SIZES = [
14
17
  8,
@@ -21,7 +24,79 @@ const COMMON_SP_SIZES = [
21
24
  30,
22
25
  100
23
26
  ];
24
- const ANDROID_FONT_SCALE_CURVES = [
27
+ const ANDROID_14_FONT_SCALE_CURVES = [
28
+ {
29
+ scale: 1.15,
30
+ dp: [
31
+ 9.2,
32
+ 11.5,
33
+ 13.8,
34
+ 16.4,
35
+ 19.8,
36
+ 21.8,
37
+ 25.2,
38
+ 30,
39
+ 100
40
+ ]
41
+ },
42
+ {
43
+ scale: 1.3,
44
+ dp: [
45
+ 10.4,
46
+ 13,
47
+ 15.6,
48
+ 18.8,
49
+ 21.6,
50
+ 23.6,
51
+ 26.4,
52
+ 30,
53
+ 100
54
+ ]
55
+ },
56
+ {
57
+ scale: 1.5,
58
+ dp: [
59
+ 12,
60
+ 15,
61
+ 18,
62
+ 22,
63
+ 24,
64
+ 26,
65
+ 28,
66
+ 30,
67
+ 100
68
+ ]
69
+ },
70
+ {
71
+ scale: 1.8,
72
+ dp: [
73
+ 14.4,
74
+ 18,
75
+ 21.6,
76
+ 24.4,
77
+ 27.6,
78
+ 30.8,
79
+ 32.8,
80
+ 34.8,
81
+ 100
82
+ ]
83
+ },
84
+ {
85
+ scale: 2,
86
+ dp: [
87
+ 16,
88
+ 20,
89
+ 24,
90
+ 26,
91
+ 30,
92
+ 34,
93
+ 36,
94
+ 38,
95
+ 100
96
+ ]
97
+ }
98
+ ];
99
+ const ANDROID_15_FONT_SCALE_CURVES = [
25
100
  {
26
101
  scale: 1.05,
27
102
  dp: [
@@ -153,16 +228,17 @@ function interpolateSize(fontSize, dpValues) {
153
228
  const lastIndex = COMMON_SP_SIZES.length - 1;
154
229
  return fontSize * (dpValues[lastIndex] / COMMON_SP_SIZES[lastIndex]);
155
230
  }
156
- /** Converts an SP value to its Android 14+ nonlinear DP size. */
157
- function convertAndroidSpToDp(fontSize, fontScale) {
158
- const firstCurve = ANDROID_FONT_SCALE_CURVES[0];
159
- const lastCurve = ANDROID_FONT_SCALE_CURVES[ANDROID_FONT_SCALE_CURVES.length - 1];
231
+ /** Converts an SP value to the nonlinear DP size used by this Android API level. */
232
+ function convertAndroidSpToDp(fontSize, fontScale, platformVersion = 35) {
233
+ const curves = platformVersion === 34 ? ANDROID_14_FONT_SCALE_CURVES : ANDROID_15_FONT_SCALE_CURVES;
234
+ const firstCurve = curves[0];
235
+ const lastCurve = curves[curves.length - 1];
160
236
  if (fontScale < firstCurve.scale || fontScale > lastCurve.scale) return fontSize * fontScale;
161
- for (let index = 0; index < ANDROID_FONT_SCALE_CURVES.length; index += 1) {
162
- const curve = ANDROID_FONT_SCALE_CURVES[index];
237
+ for (let index = 0; index < curves.length; index += 1) {
238
+ const curve = curves[index];
163
239
  if (fontScale === curve.scale) return interpolateSize(fontSize, curve.dp);
164
240
  if (fontScale < curve.scale) {
165
- const previousCurve = ANDROID_FONT_SCALE_CURVES[index - 1];
241
+ const previousCurve = curves[index - 1];
166
242
  const amount = (fontScale - previousCurve.scale) / (curve.scale - previousCurve.scale);
167
243
  return lerp(interpolateSize(fontSize, previousCurve.dp), interpolateSize(fontSize, curve.dp), amount);
168
244
  }
@@ -1 +1 @@
1
- {"version":3,"file":"androidNonlinearFontScaling.js","names":[],"sources":["../../src/fontScaling/androidNonlinearFontScaling.ts"],"sourcesContent":["/**\n * Android 14+ converts SP through a size-dependent curve. `Configuration.fontScale`\n * is only the user's preference; multiplying by it directly does not reproduce the\n * size that native Text renders.\n *\n * These lookup tables mirror Android's `FontScaleConverterFactory`. Values between\n * table entries are linearly interpolated, as they are in the platform implementation.\n *\n * @see https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/content/res/FontScaleConverterFactory.java\n */\nconst COMMON_SP_SIZES = [8, 10, 12, 14, 18, 20, 24, 30, 100] as const;\n\nconst ANDROID_FONT_SCALE_CURVES = [\n { scale: 1.05, dp: [8.4, 10.5, 12.6, 14.8, 18.6, 20.6, 24.4, 30, 100] },\n { scale: 1.1, dp: [8.8, 11, 13.2, 15.6, 19.2, 21.2, 24.8, 30, 100] },\n { scale: 1.15, dp: [9.2, 11.5, 13.8, 16.4, 19.8, 21.8, 25.2, 30, 100] },\n { scale: 1.2, dp: [9.6, 12, 14.4, 17.2, 20.4, 22.4, 25.6, 30, 100] },\n { scale: 1.3, dp: [10.4, 13, 15.6, 18.8, 21.6, 23.6, 26.4, 30, 100] },\n { scale: 1.5, dp: [12, 15, 18, 22, 24, 26, 28, 30, 100] },\n { scale: 1.8, dp: [14.4, 18, 21.6, 24.4, 27.6, 30.8, 32.8, 34.8, 100] },\n { scale: 2, dp: [16, 20, 24, 26, 30, 34, 36, 38, 100] },\n] as const;\n\nfunction lerp(start: number, end: number, amount: number): number {\n return start + (end - start) * amount;\n}\n\nfunction interpolateSize(fontSize: number, dpValues: readonly number[]): number {\n if (fontSize <= 0) {\n return fontSize;\n }\n\n for (let index = 0; index < COMMON_SP_SIZES.length; index += 1) {\n const currentSp = COMMON_SP_SIZES[index];\n if (fontSize === currentSp) {\n return dpValues[index] as number;\n }\n if (fontSize < currentSp) {\n const previousSp = index === 0 ? 0 : COMMON_SP_SIZES[index - 1];\n const previousDp = index === 0 ? 0 : (dpValues[index - 1] as number);\n const amount = (fontSize - previousSp) / (currentSp - previousSp);\n return lerp(previousDp, dpValues[index] as number, amount);\n }\n }\n\n // Android extrapolates beyond the table with the last entry's ratio.\n const lastIndex = COMMON_SP_SIZES.length - 1;\n return fontSize * ((dpValues[lastIndex] as number) / COMMON_SP_SIZES[lastIndex]);\n}\n\n/** Converts an SP value to its Android 14+ nonlinear DP size. */\nfunction convertAndroidSpToDp(fontSize: number, fontScale: number): number {\n const firstCurve = ANDROID_FONT_SCALE_CURVES[0];\n const lastCurve = ANDROID_FONT_SCALE_CURVES[ANDROID_FONT_SCALE_CURVES.length - 1];\n\n // Outside Android's curve range, the platform falls back to a linear table.\n if (fontScale < firstCurve.scale || fontScale > lastCurve.scale) {\n return fontSize * fontScale;\n }\n\n for (let index = 0; index < ANDROID_FONT_SCALE_CURVES.length; index += 1) {\n const curve = ANDROID_FONT_SCALE_CURVES[index];\n if (fontScale === curve.scale) {\n return interpolateSize(fontSize, curve.dp);\n }\n if (fontScale < curve.scale) {\n const previousCurve = ANDROID_FONT_SCALE_CURVES[index - 1];\n const amount = (fontScale - previousCurve.scale) / (curve.scale - previousCurve.scale);\n return lerp(\n interpolateSize(fontSize, previousCurve.dp),\n interpolateSize(fontSize, curve.dp),\n amount,\n );\n }\n }\n\n return fontSize * fontScale;\n}\n\nexport { convertAndroidSpToDp };\n"],"mappings":";;;;;;;;;;;;AAUA,MAAM,kBAAkB;CAAC;CAAG;CAAI;CAAI;CAAI;CAAI;CAAI;CAAI;CAAI;CAAI;AAE5D,MAAM,4BAA4B;CAChC;EAAE,OAAO;EAAM,IAAI;GAAC;GAAK;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAI;GAAI;EAAE;CACvE;EAAE,OAAO;EAAK,IAAI;GAAC;GAAK;GAAI;GAAM;GAAM;GAAM;GAAM;GAAM;GAAI;GAAI;EAAE;CACpE;EAAE,OAAO;EAAM,IAAI;GAAC;GAAK;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAI;GAAI;EAAE;CACvE;EAAE,OAAO;EAAK,IAAI;GAAC;GAAK;GAAI;GAAM;GAAM;GAAM;GAAM;GAAM;GAAI;GAAI;EAAE;CACpE;EAAE,OAAO;EAAK,IAAI;GAAC;GAAM;GAAI;GAAM;GAAM;GAAM;GAAM;GAAM;GAAI;GAAI;EAAE;CACrE;EAAE,OAAO;EAAK,IAAI;GAAC;GAAI;GAAI;GAAI;GAAI;GAAI;GAAI;GAAI;GAAI;GAAI;EAAE;CACzD;EAAE,OAAO;EAAK,IAAI;GAAC;GAAM;GAAI;GAAM;GAAM;GAAM;GAAM;GAAM;GAAM;GAAI;EAAE;CACvE;EAAE,OAAO;EAAG,IAAI;GAAC;GAAI;GAAI;GAAI;GAAI;GAAI;GAAI;GAAI;GAAI;GAAI;EAAE;CACxD;AAED,SAAS,KAAK,OAAe,KAAa,QAAwB;CAChE,OAAO,SAAS,MAAM,SAAS;;AAGjC,SAAS,gBAAgB,UAAkB,UAAqC;CAC9E,IAAI,YAAY,GACd,OAAO;CAGT,KAAK,IAAI,QAAQ,GAAG,QAAQ,gBAAgB,QAAQ,SAAS,GAAG;EAC9D,MAAM,YAAY,gBAAgB;EAClC,IAAI,aAAa,WACf,OAAO,SAAS;EAElB,IAAI,WAAW,WAAW;GACxB,MAAM,aAAa,UAAU,IAAI,IAAI,gBAAgB,QAAQ;GAC7D,MAAM,aAAa,UAAU,IAAI,IAAK,SAAS,QAAQ;GACvD,MAAM,UAAU,WAAW,eAAe,YAAY;GACtD,OAAO,KAAK,YAAY,SAAS,QAAkB,OAAO;;;CAK9D,MAAM,YAAY,gBAAgB,SAAS;CAC3C,OAAO,YAAa,SAAS,aAAwB,gBAAgB;;;AAIvE,SAAS,qBAAqB,UAAkB,WAA2B;CACzE,MAAM,aAAa,0BAA0B;CAC7C,MAAM,YAAY,0BAA0B,0BAA0B,SAAS;CAG/E,IAAI,YAAY,WAAW,SAAS,YAAY,UAAU,OACxD,OAAO,WAAW;CAGpB,KAAK,IAAI,QAAQ,GAAG,QAAQ,0BAA0B,QAAQ,SAAS,GAAG;EACxE,MAAM,QAAQ,0BAA0B;EACxC,IAAI,cAAc,MAAM,OACtB,OAAO,gBAAgB,UAAU,MAAM,GAAG;EAE5C,IAAI,YAAY,MAAM,OAAO;GAC3B,MAAM,gBAAgB,0BAA0B,QAAQ;GACxD,MAAM,UAAU,YAAY,cAAc,UAAU,MAAM,QAAQ,cAAc;GAChF,OAAO,KACL,gBAAgB,UAAU,cAAc,GAAG,EAC3C,gBAAgB,UAAU,MAAM,GAAG,EACnC,OACD;;;CAIL,OAAO,WAAW"}
1
+ {"version":3,"file":"androidNonlinearFontScaling.js","names":[],"sources":["../../src/fontScaling/androidNonlinearFontScaling.ts"],"sourcesContent":["/**\n * Android 14+ converts SP through a size-dependent curve. `Configuration.fontScale`\n * is only the user's preference; multiplying by it directly does not reproduce the\n * size that native Text renders.\n *\n * These lookup tables mirror Android's `FontScaleConverterFactory`. Android 14\n * shipped fewer preference curves than Android 15+, so callers must provide the\n * platform version to select the same table native Text uses. Values between\n * table entries are linearly interpolated, as they are in the platform implementation.\n *\n * @see https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/content/res/FontScaleConverterFactory.java\n * @see https://android.googlesource.com/platform/prebuilts/fullsdk/sources/+/refs/heads/androidx-compose-integration-release/android-34/android/content/res/FontScaleConverterFactory.java\n */\nconst COMMON_SP_SIZES = [8, 10, 12, 14, 18, 20, 24, 30, 100] as const;\n\nconst ANDROID_14_FONT_SCALE_CURVES = [\n { scale: 1.15, dp: [9.2, 11.5, 13.8, 16.4, 19.8, 21.8, 25.2, 30, 100] },\n { scale: 1.3, dp: [10.4, 13, 15.6, 18.8, 21.6, 23.6, 26.4, 30, 100] },\n { scale: 1.5, dp: [12, 15, 18, 22, 24, 26, 28, 30, 100] },\n { scale: 1.8, dp: [14.4, 18, 21.6, 24.4, 27.6, 30.8, 32.8, 34.8, 100] },\n { scale: 2, dp: [16, 20, 24, 26, 30, 34, 36, 38, 100] },\n] as const;\n\nconst ANDROID_15_FONT_SCALE_CURVES = [\n { scale: 1.05, dp: [8.4, 10.5, 12.6, 14.8, 18.6, 20.6, 24.4, 30, 100] },\n { scale: 1.1, dp: [8.8, 11, 13.2, 15.6, 19.2, 21.2, 24.8, 30, 100] },\n { scale: 1.15, dp: [9.2, 11.5, 13.8, 16.4, 19.8, 21.8, 25.2, 30, 100] },\n { scale: 1.2, dp: [9.6, 12, 14.4, 17.2, 20.4, 22.4, 25.6, 30, 100] },\n { scale: 1.3, dp: [10.4, 13, 15.6, 18.8, 21.6, 23.6, 26.4, 30, 100] },\n { scale: 1.5, dp: [12, 15, 18, 22, 24, 26, 28, 30, 100] },\n { scale: 1.8, dp: [14.4, 18, 21.6, 24.4, 27.6, 30.8, 32.8, 34.8, 100] },\n { scale: 2, dp: [16, 20, 24, 26, 30, 34, 36, 38, 100] },\n] as const;\n\nfunction lerp(start: number, end: number, amount: number): number {\n return start + (end - start) * amount;\n}\n\nfunction interpolateSize(fontSize: number, dpValues: readonly number[]): number {\n if (fontSize <= 0) {\n return fontSize;\n }\n\n for (let index = 0; index < COMMON_SP_SIZES.length; index += 1) {\n const currentSp = COMMON_SP_SIZES[index];\n if (fontSize === currentSp) {\n return dpValues[index] as number;\n }\n if (fontSize < currentSp) {\n const previousSp = index === 0 ? 0 : COMMON_SP_SIZES[index - 1];\n const previousDp = index === 0 ? 0 : (dpValues[index - 1] as number);\n const amount = (fontSize - previousSp) / (currentSp - previousSp);\n return lerp(previousDp, dpValues[index] as number, amount);\n }\n }\n\n // Android extrapolates beyond the table with the last entry's ratio.\n const lastIndex = COMMON_SP_SIZES.length - 1;\n return fontSize * ((dpValues[lastIndex] as number) / COMMON_SP_SIZES[lastIndex]);\n}\n\n/** Converts an SP value to the nonlinear DP size used by this Android API level. */\nfunction convertAndroidSpToDp(\n fontSize: number,\n fontScale: number,\n platformVersion: number = 35,\n): number {\n const curves =\n platformVersion === 34 ? ANDROID_14_FONT_SCALE_CURVES : ANDROID_15_FONT_SCALE_CURVES;\n const firstCurve = curves[0];\n const lastCurve = curves[curves.length - 1];\n\n // Outside Android's curve range, the platform falls back to a linear table.\n if (fontScale < firstCurve.scale || fontScale > lastCurve.scale) {\n return fontSize * fontScale;\n }\n\n for (let index = 0; index < curves.length; index += 1) {\n const curve = curves[index];\n if (fontScale === curve.scale) {\n return interpolateSize(fontSize, curve.dp);\n }\n if (fontScale < curve.scale) {\n const previousCurve = curves[index - 1];\n const amount = (fontScale - previousCurve.scale) / (curve.scale - previousCurve.scale);\n return lerp(\n interpolateSize(fontSize, previousCurve.dp),\n interpolateSize(fontSize, curve.dp),\n amount,\n );\n }\n }\n\n return fontSize * fontScale;\n}\n\nexport { convertAndroidSpToDp };\n"],"mappings":"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"}
@@ -26,20 +26,33 @@ function getFontScale() {
26
26
  * Pass the SP size that the geometry accompanies on Android so this mirrors
27
27
  * Android 14+'s nonlinear scaling. Omitting `fontSize` preserves the legacy
28
28
  * scalar behavior for custom callers that do not know their base size.
29
+ * On iOS this follows the global text-size curve; accompanying text should
30
+ * omit `dynamicTypeRamp` so its native size uses the same multiplier.
29
31
  *
30
32
  * Subscribes to font-scale changes only — rotation does not re-render, and
31
33
  * components re-render solely when the user changes the OS text size.
32
34
  * Returns 1 when the nearest font-scaling provider has `enabled: false`.
33
35
  */
34
- function useFontScale(cap, fontSize) {
36
+ function useFontScaleValue(cap, fontSize, honorResolvedComponentOverride = false) {
35
37
  const enabled = require_fontScaling_FontScalingContext.useFontScalingEnabled();
36
38
  const fontScale = (0, react.useSyncExternalStore)(subscribe, getFontScale, getFontScale);
37
- if (!enabled) return 1;
39
+ if (!enabled && !honorResolvedComponentOverride) return 1;
38
40
  const effectiveCap = typeof cap === "number" && cap >= 1 ? cap : Number.POSITIVE_INFINITY;
39
- const cappedFontScale = Math.min(fontScale, effectiveCap);
40
41
  const platformVersion = Number(react_native.Platform.Version);
41
- const nativeScale = react_native.Platform.OS === "android" && platformVersion >= 34 && typeof fontSize === "number" && fontSize > 0 ? require_fontScaling_androidNonlinearFontScaling.convertAndroidSpToDp(fontSize, cappedFontScale) / fontSize : cappedFontScale;
42
- return Math.max(1, nativeScale);
42
+ const nativeScale = react_native.Platform.OS === "android" && platformVersion >= 34 && typeof fontSize === "number" && fontSize > 0 ? require_fontScaling_androidNonlinearFontScaling.convertAndroidSpToDp(fontSize, fontScale, platformVersion) / fontSize : fontScale;
43
+ return Math.max(1, Math.min(nativeScale, effectiveCap));
44
+ }
45
+ function useFontScale(cap, fontSize) {
46
+ return useFontScaleValue(cap, fontSize);
47
+ }
48
+ /**
49
+ * Internal component path. A resolved cap is defined under rollback mode only
50
+ * when it came from an explicit component prop, which the public contract says
51
+ * must continue to apply.
52
+ */
53
+ function useComponentFontScale(cap, fontSize) {
54
+ return useFontScaleValue(cap, fontSize, cap !== void 0);
43
55
  }
44
56
  //#endregion
57
+ exports.useComponentFontScale = useComponentFontScale;
45
58
  exports.useFontScale = useFontScale;
@@ -1,24 +1,12 @@
1
1
 
2
2
  //#region src/fontScaling/useFontScale.d.ts
3
+ declare function useFontScale(cap?: number | null, fontSize?: number): number;
3
4
  /**
4
- * The effective scale for `fontSize`, clamped to `[1, cap]`, for sizing
5
- * containers around scaled text (e.g. a checkbox box growing with its
6
- * checkmark).
7
- *
8
- * `cap` uses the same semantics as `maxFontSizeMultiplier`: a number >= 1
9
- * caps the scale; `null`, `0`, or `undefined` leave it uncapped. The result
10
- * is never below 1 so containers never shrink under their token metrics
11
- * (font scales < 1 shrink text only, as today).
12
- *
13
- * Pass the SP size that the geometry accompanies on Android so this mirrors
14
- * Android 14+'s nonlinear scaling. Omitting `fontSize` preserves the legacy
15
- * scalar behavior for custom callers that do not know their base size.
16
- *
17
- * Subscribes to font-scale changes only — rotation does not re-render, and
18
- * components re-render solely when the user changes the OS text size.
19
- * Returns 1 when the nearest font-scaling provider has `enabled: false`.
5
+ * Internal component path. A resolved cap is defined under rollback mode only
6
+ * when it came from an explicit component prop, which the public contract says
7
+ * must continue to apply.
20
8
  */
21
- declare function useFontScale(cap?: number | null, fontSize?: number): number;
9
+ declare function useComponentFontScale(cap?: number | null, fontSize?: number): number;
22
10
  //#endregion
23
- export { useFontScale };
11
+ export { useComponentFontScale, useFontScale };
24
12
  //# sourceMappingURL=useFontScale.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFontScale.d.cts","names":[],"sources":["../../src/fontScaling/useFontScale.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;iBAmCS,YAAA,CAAa,GAAA,kBAAqB,QAAA"}
1
+ {"version":3,"file":"useFontScale.d.cts","names":[],"sources":["../../src/fontScaling/useFontScale.ts"],"mappings":";;iBA+DS,YAAA,CAAa,GAAA,kBAAqB,QAAA;;;;;;iBASlC,qBAAA,CAAsB,GAAA,kBAAqB,QAAA"}
@@ -1,24 +1,12 @@
1
1
 
2
2
  //#region src/fontScaling/useFontScale.d.ts
3
+ declare function useFontScale(cap?: number | null, fontSize?: number): number;
3
4
  /**
4
- * The effective scale for `fontSize`, clamped to `[1, cap]`, for sizing
5
- * containers around scaled text (e.g. a checkbox box growing with its
6
- * checkmark).
7
- *
8
- * `cap` uses the same semantics as `maxFontSizeMultiplier`: a number >= 1
9
- * caps the scale; `null`, `0`, or `undefined` leave it uncapped. The result
10
- * is never below 1 so containers never shrink under their token metrics
11
- * (font scales < 1 shrink text only, as today).
12
- *
13
- * Pass the SP size that the geometry accompanies on Android so this mirrors
14
- * Android 14+'s nonlinear scaling. Omitting `fontSize` preserves the legacy
15
- * scalar behavior for custom callers that do not know their base size.
16
- *
17
- * Subscribes to font-scale changes only — rotation does not re-render, and
18
- * components re-render solely when the user changes the OS text size.
19
- * Returns 1 when the nearest font-scaling provider has `enabled: false`.
5
+ * Internal component path. A resolved cap is defined under rollback mode only
6
+ * when it came from an explicit component prop, which the public contract says
7
+ * must continue to apply.
20
8
  */
21
- declare function useFontScale(cap?: number | null, fontSize?: number): number;
9
+ declare function useComponentFontScale(cap?: number | null, fontSize?: number): number;
22
10
  //#endregion
23
- export { useFontScale };
11
+ export { useComponentFontScale, useFontScale };
24
12
  //# sourceMappingURL=useFontScale.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFontScale.d.ts","names":[],"sources":["../../src/fontScaling/useFontScale.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;iBAmCS,YAAA,CAAa,GAAA,kBAAqB,QAAA"}
1
+ {"version":3,"file":"useFontScale.d.ts","names":[],"sources":["../../src/fontScaling/useFontScale.ts"],"mappings":";;iBA+DS,YAAA,CAAa,GAAA,kBAAqB,QAAA;;;;;;iBASlC,qBAAA,CAAsB,GAAA,kBAAqB,QAAA"}
@@ -24,22 +24,34 @@ function getFontScale() {
24
24
  * Pass the SP size that the geometry accompanies on Android so this mirrors
25
25
  * Android 14+'s nonlinear scaling. Omitting `fontSize` preserves the legacy
26
26
  * scalar behavior for custom callers that do not know their base size.
27
+ * On iOS this follows the global text-size curve; accompanying text should
28
+ * omit `dynamicTypeRamp` so its native size uses the same multiplier.
27
29
  *
28
30
  * Subscribes to font-scale changes only — rotation does not re-render, and
29
31
  * components re-render solely when the user changes the OS text size.
30
32
  * Returns 1 when the nearest font-scaling provider has `enabled: false`.
31
33
  */
32
- function useFontScale(cap, fontSize) {
34
+ function useFontScaleValue(cap, fontSize, honorResolvedComponentOverride = false) {
33
35
  const enabled = useFontScalingEnabled();
34
36
  const fontScale = useSyncExternalStore(subscribe, getFontScale, getFontScale);
35
- if (!enabled) return 1;
37
+ if (!enabled && !honorResolvedComponentOverride) return 1;
36
38
  const effectiveCap = typeof cap === "number" && cap >= 1 ? cap : Number.POSITIVE_INFINITY;
37
- const cappedFontScale = Math.min(fontScale, effectiveCap);
38
39
  const platformVersion = Number(Platform.Version);
39
- const nativeScale = Platform.OS === "android" && platformVersion >= 34 && typeof fontSize === "number" && fontSize > 0 ? convertAndroidSpToDp(fontSize, cappedFontScale) / fontSize : cappedFontScale;
40
- return Math.max(1, nativeScale);
40
+ const nativeScale = Platform.OS === "android" && platformVersion >= 34 && typeof fontSize === "number" && fontSize > 0 ? convertAndroidSpToDp(fontSize, fontScale, platformVersion) / fontSize : fontScale;
41
+ return Math.max(1, Math.min(nativeScale, effectiveCap));
42
+ }
43
+ function useFontScale(cap, fontSize) {
44
+ return useFontScaleValue(cap, fontSize);
45
+ }
46
+ /**
47
+ * Internal component path. A resolved cap is defined under rollback mode only
48
+ * when it came from an explicit component prop, which the public contract says
49
+ * must continue to apply.
50
+ */
51
+ function useComponentFontScale(cap, fontSize) {
52
+ return useFontScaleValue(cap, fontSize, cap !== void 0);
41
53
  }
42
54
  //#endregion
43
- export { useFontScale };
55
+ export { useComponentFontScale, useFontScale };
44
56
 
45
57
  //# sourceMappingURL=useFontScale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFontScale.js","names":[],"sources":["../../src/fontScaling/useFontScale.ts"],"sourcesContent":["import { useSyncExternalStore } from 'react';\nimport { Dimensions, Platform } from 'react-native';\n\nimport { convertAndroidSpToDp } from './androidNonlinearFontScaling';\nimport { useFontScalingEnabled } from './FontScalingContext';\n\nfunction subscribe(onStoreChange: () => void): () => void {\n const subscription = Dimensions.addEventListener('change', onStoreChange);\n return () => subscription.remove();\n}\n\n// Unistyles' rt.fontScale is stale when the OS text size changes while the\n// app is running; Dimensions reflects the live value on both platforms.\nfunction getFontScale(): number {\n return Dimensions.get('window').fontScale;\n}\n\n/**\n * The effective scale for `fontSize`, clamped to `[1, cap]`, for sizing\n * containers around scaled text (e.g. a checkbox box growing with its\n * checkmark).\n *\n * `cap` uses the same semantics as `maxFontSizeMultiplier`: a number >= 1\n * caps the scale; `null`, `0`, or `undefined` leave it uncapped. The result\n * is never below 1 so containers never shrink under their token metrics\n * (font scales < 1 shrink text only, as today).\n *\n * Pass the SP size that the geometry accompanies on Android so this mirrors\n * Android 14+'s nonlinear scaling. Omitting `fontSize` preserves the legacy\n * scalar behavior for custom callers that do not know their base size.\n *\n * Subscribes to font-scale changes only — rotation does not re-render, and\n * components re-render solely when the user changes the OS text size.\n * Returns 1 when the nearest font-scaling provider has `enabled: false`.\n */\nfunction useFontScale(cap?: number | null, fontSize?: number): number {\n const enabled = useFontScalingEnabled();\n const fontScale = useSyncExternalStore(subscribe, getFontScale, getFontScale);\n if (!enabled) {\n return 1;\n }\n\n const effectiveCap = typeof cap === 'number' && cap >= 1 ? cap : Number.POSITIVE_INFINITY;\n const cappedFontScale = Math.min(fontScale, effectiveCap);\n const platformVersion = Number(Platform.Version);\n const nativeScale =\n Platform.OS === 'android' &&\n platformVersion >= 34 &&\n typeof fontSize === 'number' &&\n fontSize > 0\n ? convertAndroidSpToDp(fontSize, cappedFontScale) / fontSize\n : cappedFontScale;\n\n return Math.max(1, nativeScale);\n}\n\nexport { useFontScale };\n"],"mappings":";;;;;;AAMA,SAAS,UAAU,eAAuC;CACxD,MAAM,eAAe,WAAW,iBAAiB,UAAU,cAAc;CACzE,aAAa,aAAa,QAAQ;;AAKpC,SAAS,eAAuB;CAC9B,OAAO,WAAW,IAAI,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;AAqBlC,SAAS,aAAa,KAAqB,UAA2B;CACpE,MAAM,UAAU,uBAAuB;CACvC,MAAM,YAAY,qBAAqB,WAAW,cAAc,aAAa;CAC7E,IAAI,CAAC,SACH,OAAO;CAGT,MAAM,eAAe,OAAO,QAAQ,YAAY,OAAO,IAAI,MAAM,OAAO;CACxE,MAAM,kBAAkB,KAAK,IAAI,WAAW,aAAa;CACzD,MAAM,kBAAkB,OAAO,SAAS,QAAQ;CAChD,MAAM,cACJ,SAAS,OAAO,aAChB,mBAAmB,MACnB,OAAO,aAAa,YACpB,WAAW,IACP,qBAAqB,UAAU,gBAAgB,GAAG,WAClD;CAEN,OAAO,KAAK,IAAI,GAAG,YAAY"}
1
+ {"version":3,"file":"useFontScale.js","names":[],"sources":["../../src/fontScaling/useFontScale.ts"],"sourcesContent":["import { useSyncExternalStore } from 'react';\nimport { Dimensions, Platform } from 'react-native';\n\nimport { convertAndroidSpToDp } from './androidNonlinearFontScaling';\nimport { useFontScalingEnabled } from './FontScalingContext';\n\nfunction subscribe(onStoreChange: () => void): () => void {\n const subscription = Dimensions.addEventListener('change', onStoreChange);\n return () => subscription.remove();\n}\n\n// Unistyles' rt.fontScale is stale when the OS text size changes while the\n// app is running; Dimensions reflects the live value on both platforms.\nfunction getFontScale(): number {\n return Dimensions.get('window').fontScale;\n}\n\n/**\n * The effective scale for `fontSize`, clamped to `[1, cap]`, for sizing\n * containers around scaled text (e.g. a checkbox box growing with its\n * checkmark).\n *\n * `cap` uses the same semantics as `maxFontSizeMultiplier`: a number >= 1\n * caps the scale; `null`, `0`, or `undefined` leave it uncapped. The result\n * is never below 1 so containers never shrink under their token metrics\n * (font scales < 1 shrink text only, as today).\n *\n * Pass the SP size that the geometry accompanies on Android so this mirrors\n * Android 14+'s nonlinear scaling. Omitting `fontSize` preserves the legacy\n * scalar behavior for custom callers that do not know their base size.\n * On iOS this follows the global text-size curve; accompanying text should\n * omit `dynamicTypeRamp` so its native size uses the same multiplier.\n *\n * Subscribes to font-scale changes only — rotation does not re-render, and\n * components re-render solely when the user changes the OS text size.\n * Returns 1 when the nearest font-scaling provider has `enabled: false`.\n */\nfunction useFontScaleValue(\n cap?: number | null,\n fontSize?: number,\n honorResolvedComponentOverride = false,\n): number {\n const enabled = useFontScalingEnabled();\n const fontScale = useSyncExternalStore(subscribe, getFontScale, getFontScale);\n if (!enabled && !honorResolvedComponentOverride) {\n return 1;\n }\n\n const effectiveCap = typeof cap === 'number' && cap >= 1 ? cap : Number.POSITIVE_INFINITY;\n const platformVersion = Number(Platform.Version);\n const nativeScale =\n Platform.OS === 'android' &&\n platformVersion >= 34 &&\n typeof fontSize === 'number' &&\n fontSize > 0\n ? convertAndroidSpToDp(fontSize, fontScale, platformVersion) / fontSize\n : fontScale;\n\n // React Native applies maxFontSizeMultiplier after the platform conversion.\n // This matters on Android 14+, where the converted size is nonlinear.\n return Math.max(1, Math.min(nativeScale, effectiveCap));\n}\n\nfunction useFontScale(cap?: number | null, fontSize?: number): number {\n return useFontScaleValue(cap, fontSize);\n}\n\n/**\n * Internal component path. A resolved cap is defined under rollback mode only\n * when it came from an explicit component prop, which the public contract says\n * must continue to apply.\n */\nfunction useComponentFontScale(cap?: number | null, fontSize?: number): number {\n return useFontScaleValue(cap, fontSize, cap !== undefined);\n}\n\nexport { useComponentFontScale, useFontScale };\n"],"mappings":";;;;;;AAMA,SAAS,UAAU,eAAuC;CACxD,MAAM,eAAe,WAAW,iBAAiB,UAAU,cAAc;CACzE,aAAa,aAAa,QAAQ;;AAKpC,SAAS,eAAuB;CAC9B,OAAO,WAAW,IAAI,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;AAuBlC,SAAS,kBACP,KACA,UACA,iCAAiC,OACzB;CACR,MAAM,UAAU,uBAAuB;CACvC,MAAM,YAAY,qBAAqB,WAAW,cAAc,aAAa;CAC7E,IAAI,CAAC,WAAW,CAAC,gCACf,OAAO;CAGT,MAAM,eAAe,OAAO,QAAQ,YAAY,OAAO,IAAI,MAAM,OAAO;CACxE,MAAM,kBAAkB,OAAO,SAAS,QAAQ;CAChD,MAAM,cACJ,SAAS,OAAO,aAChB,mBAAmB,MACnB,OAAO,aAAa,YACpB,WAAW,IACP,qBAAqB,UAAU,WAAW,gBAAgB,GAAG,WAC7D;CAIN,OAAO,KAAK,IAAI,GAAG,KAAK,IAAI,aAAa,aAAa,CAAC;;AAGzD,SAAS,aAAa,KAAqB,UAA2B;CACpE,OAAO,kBAAkB,KAAK,SAAS;;;;;;;AAQzC,SAAS,sBAAsB,KAAqB,UAA2B;CAC7E,OAAO,kBAAkB,KAAK,UAAU,QAAQ,KAAA,EAAU"}
@@ -3,12 +3,12 @@
3
3
  const fontMetrics = {
4
4
  "uds-icons": {
5
5
  "unitsPerEm": 4096,
6
- "ascent": 4096,
7
- "descent": 0,
6
+ "ascent": 3277,
7
+ "descent": -819,
8
8
  "lineGap": 0,
9
9
  "bbox": {
10
- "minY": -256,
11
- "maxY": 4122
10
+ "minY": -1075,
11
+ "maxY": 3303
12
12
  }
13
13
  },
14
14
  "CentraNo2-BlackItalic": {
@@ -3,12 +3,12 @@
3
3
  const fontMetrics = {
4
4
  "uds-icons": {
5
5
  "unitsPerEm": 4096,
6
- "ascent": 4096,
7
- "descent": 0,
6
+ "ascent": 3277,
7
+ "descent": -819,
8
8
  "lineGap": 0,
9
9
  "bbox": {
10
- "minY": -256,
11
- "maxY": 4122
10
+ "minY": -1075,
11
+ "maxY": 3303
12
12
  }
13
13
  },
14
14
  "CentraNo2-BlackItalic": {
@@ -1 +1 @@
1
- {"version":3,"file":"fontMetrics.js","names":[],"sources":["../../../generated/fontMetrics.ts"],"sourcesContent":["export type FontMetrics = {\n unitsPerEm: number;\n ascent: number;\n descent: number;\n lineGap: number;\n bbox: {\n minY: number;\n maxY: number;\n };\n};\n\nexport const fontMetrics: Record<string, FontMetrics> = {\n \"uds-icons\": {\n \"unitsPerEm\": 4096,\n \"ascent\": 4096,\n \"descent\": 0,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -256,\n \"maxY\": 4122\n }\n },\n \"CentraNo2-BlackItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -300,\n \"maxY\": 975\n }\n },\n \"CentraNo2-Black\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -300,\n \"maxY\": 975\n }\n },\n \"CentraNo2-BoldItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -273,\n \"maxY\": 939\n }\n },\n \"CentraNo2-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -273,\n \"maxY\": 938\n }\n },\n \"CentraNo2-BookItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -229,\n \"maxY\": 926\n }\n },\n \"CentraNo2-Book\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -229,\n \"maxY\": 926\n }\n },\n \"CentraNo2-ExtraBoldItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -305,\n \"maxY\": 954\n }\n },\n \"CentraNo2-ExtraBold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -300,\n \"maxY\": 954\n }\n },\n \"CentraNo2-HairlineItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -252,\n \"maxY\": 902\n }\n },\n \"CentraNo2-Hairline\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -216,\n \"maxY\": 902\n }\n },\n \"CentraNo2-LightItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -229,\n \"maxY\": 916\n }\n },\n \"CentraNo2-Light\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -229,\n \"maxY\": 916\n }\n },\n \"CentraNo2-MediumItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -251,\n \"maxY\": 931\n }\n },\n \"CentraNo2-Medium\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -251,\n \"maxY\": 931\n }\n },\n \"CentraNo2-ThinItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -230,\n \"maxY\": 908\n }\n },\n \"CentraNo2-Thin\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -230,\n \"maxY\": 908\n }\n },\n \"Gelica-BlackItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -494,\n \"maxY\": 1866\n }\n },\n \"Gelica-Black\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -494,\n \"maxY\": 1866\n }\n },\n \"Gelica-BoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -491,\n \"maxY\": 1847\n }\n },\n \"Gelica-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -491,\n \"maxY\": 1847\n }\n },\n \"Gelica-ExtraLightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -478,\n \"maxY\": 1766\n }\n },\n \"Gelica-ExtraLight\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -478,\n \"maxY\": 1766\n }\n },\n \"Gelica-LightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -480,\n \"maxY\": 1777\n }\n },\n \"Gelica-Light\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -480,\n \"maxY\": 1777\n }\n },\n \"Gelica-MediumItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -485,\n \"maxY\": 1809\n }\n },\n \"Gelica-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -485,\n \"maxY\": 1809\n }\n },\n \"Gelica-Italic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -482,\n \"maxY\": 1791\n }\n },\n \"Gelica-Regular\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -482,\n \"maxY\": 1791\n }\n },\n \"Gelica-SemiBoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -488,\n \"maxY\": 1828\n }\n },\n \"Gelica-SemiBold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -488,\n \"maxY\": 1828\n }\n },\n \"YahooProductSans-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -396,\n \"maxY\": 1904\n }\n },\n \"YahooProductSans-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -396,\n \"maxY\": 1904\n }\n },\n \"YahooProductSans\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -396,\n \"maxY\": 1904\n }\n },\n \"YahooCR2BETA-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1014,\n \"descent\": -186,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -198,\n \"maxY\": 820\n }\n },\n \"YahooCR2BETA-Medium\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1014,\n \"descent\": -186,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -198,\n \"maxY\": 820\n }\n },\n \"YahooCR2BETA-Regular\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1014,\n \"descent\": -186,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -198,\n \"maxY\": 820\n }\n },\n \"YahooSans-Black\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -261,\n \"maxY\": 1160\n }\n },\n \"YahooSans-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -241,\n \"maxY\": 1157\n }\n },\n \"YahooSansCond-Black\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -258,\n \"maxY\": 1160\n }\n },\n \"YahooSansCond-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -250,\n \"maxY\": 1158\n }\n },\n \"YahooSansCond-Light\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -234,\n \"maxY\": 1147\n }\n },\n \"YahooSansCond-Medium\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -239,\n \"maxY\": 1154\n }\n },\n \"YahooSansCond-Regular\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -236,\n \"maxY\": 1151\n }\n },\n \"YahooSans-ExtraBold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -252,\n \"maxY\": 1159\n }\n },\n \"YahooSans-ExtraLight\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -235,\n \"maxY\": 1136\n }\n },\n \"YahooSans-Italic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -236,\n \"maxY\": 1157\n }\n },\n \"YahooSans-Light\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -235,\n \"maxY\": 1149\n }\n },\n \"YahooSans-Medium\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -237,\n \"maxY\": 1157\n }\n },\n \"YahooSans-Regular\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -609,\n \"maxY\": 2086\n }\n },\n \"YahooSans-Semibold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -239,\n \"maxY\": 1157\n }\n },\n \"YahooSerifDisplay-Black\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -319,\n \"maxY\": 1183\n }\n },\n \"YahooSerifDisplay-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -270,\n \"maxY\": 1134\n }\n },\n \"YahooSerifDisplay-Extrabold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -301,\n \"maxY\": 1166\n }\n },\n \"YahooSerifDisplay-Light\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -246,\n \"maxY\": 1066\n }\n },\n \"YahooSerifDisplay-Regular\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -254,\n \"maxY\": 1096\n }\n },\n \"YahooSerifText-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -296,\n \"maxY\": 1125\n }\n },\n \"YahooSerifText-Italic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -287,\n \"maxY\": 1135\n }\n },\n \"YahooSerifText-Regular\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -287,\n \"maxY\": 1113\n }\n },\n \"YASans-BlackItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -673,\n \"maxY\": 2209\n }\n },\n \"YASans-Black\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -672,\n \"maxY\": 2209\n }\n },\n \"YASans-BoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -632,\n \"maxY\": 2145\n }\n },\n \"YASans-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -632,\n \"maxY\": 2145\n }\n },\n \"YASansCn-BlackItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -672,\n \"maxY\": 2209\n }\n },\n \"YASansCn-Black\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -672,\n \"maxY\": 2209\n }\n },\n \"YASansCn-BoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -628,\n \"maxY\": 2153\n }\n },\n \"YASansCn-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -628,\n \"maxY\": 2153\n }\n },\n \"YASansCn-LightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -539,\n \"maxY\": 2037\n }\n },\n \"YASansCn-Light\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -539,\n \"maxY\": 2037\n }\n },\n \"YASansCn-MediumItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -579,\n \"maxY\": 2090\n }\n },\n \"YASansCn-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -579,\n \"maxY\": 2090\n }\n },\n \"YASansCn-Italic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -567,\n \"maxY\": 2073\n }\n },\n \"YASansCn\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -567,\n \"maxY\": 2073\n }\n },\n \"YASansCn-SmBdItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -599,\n \"maxY\": 2116\n }\n },\n \"YASansCn-SmBd\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -599,\n \"maxY\": 2116\n }\n },\n \"YASansExt-BlackItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -683,\n \"maxY\": 2209\n }\n },\n \"YASansExt-Black\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -683,\n \"maxY\": 2209\n }\n },\n \"YASansExt-BoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -636,\n \"maxY\": 2155\n }\n },\n \"YASansExt-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -636,\n \"maxY\": 2155\n }\n },\n \"YASansExt-LightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -540,\n \"maxY\": 2042\n }\n },\n \"YASansExt-Light\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -540,\n \"maxY\": 2042\n }\n },\n \"YASansExt-MediumItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -584,\n \"maxY\": 2093\n }\n },\n \"YASansExt-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -584,\n \"maxY\": 2093\n }\n },\n \"YASansExt-Italic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -570,\n \"maxY\": 2077\n }\n },\n \"YASansExt\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -570,\n \"maxY\": 2077\n }\n },\n \"YASansExt-SmBdItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -605,\n \"maxY\": 2118\n }\n },\n \"YASansExt-SmBd\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -605,\n \"maxY\": 2118\n }\n },\n \"YASans-LightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -539,\n \"maxY\": 2040\n }\n },\n \"YASans-Light\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -539,\n \"maxY\": 2040\n }\n },\n \"YASans-MediumItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -586,\n \"maxY\": 2075\n }\n },\n \"YASans-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -586,\n \"maxY\": 2075\n }\n },\n \"YASans-Italic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -571,\n \"maxY\": 2064\n }\n },\n \"YASans\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -571,\n \"maxY\": 2064\n }\n },\n \"YASans-SmBdItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -605,\n \"maxY\": 2102\n }\n },\n \"YASans-SmBd\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -605,\n \"maxY\": 2102\n }\n },\n \"InterVariable-TextBlack\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -706,\n \"maxY\": 2306\n }\n },\n \"InterVariable-TextBold\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -685,\n \"maxY\": 2279\n }\n },\n \"InterVariable-TextExtraBold\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -695,\n \"maxY\": 2282\n }\n },\n \"InterVariable-TextExtraLight\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -654,\n \"maxY\": 2262\n }\n },\n \"InterVariable-TextLight\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -654,\n \"maxY\": 2263\n }\n },\n \"InterVariable-TextMedium\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -668,\n \"maxY\": 2272\n }\n },\n \"InterVariable-Text\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -660,\n \"maxY\": 2269\n }\n },\n \"InterVariable-TextSemiBold\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -677,\n \"maxY\": 2275\n }\n },\n \"InterVariable-TextThin\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -654,\n \"maxY\": 2262\n }\n },\n \"RobotoMono-BoldItalic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Bold\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-LightItalic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Light\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-MediumItalic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Medium\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Italic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Regular\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-ThinItalic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Thin\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"YahooCR4BETA-VF\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -396,\n \"maxY\": 1904\n }\n },\n \"YahooSerifText-BoldItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -329,\n \"maxY\": 1144\n }\n }\n};\n"],"mappings":"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"}
1
+ {"version":3,"file":"fontMetrics.js","names":[],"sources":["../../../generated/fontMetrics.ts"],"sourcesContent":["export type FontMetrics = {\n unitsPerEm: number;\n ascent: number;\n descent: number;\n lineGap: number;\n bbox: {\n minY: number;\n maxY: number;\n };\n};\n\nexport const fontMetrics: Record<string, FontMetrics> = {\n \"uds-icons\": {\n \"unitsPerEm\": 4096,\n \"ascent\": 3277,\n \"descent\": -819,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -1075,\n \"maxY\": 3303\n }\n },\n \"CentraNo2-BlackItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -300,\n \"maxY\": 975\n }\n },\n \"CentraNo2-Black\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -300,\n \"maxY\": 975\n }\n },\n \"CentraNo2-BoldItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -273,\n \"maxY\": 939\n }\n },\n \"CentraNo2-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -273,\n \"maxY\": 938\n }\n },\n \"CentraNo2-BookItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -229,\n \"maxY\": 926\n }\n },\n \"CentraNo2-Book\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -229,\n \"maxY\": 926\n }\n },\n \"CentraNo2-ExtraBoldItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -305,\n \"maxY\": 954\n }\n },\n \"CentraNo2-ExtraBold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -300,\n \"maxY\": 954\n }\n },\n \"CentraNo2-HairlineItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -252,\n \"maxY\": 902\n }\n },\n \"CentraNo2-Hairline\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -216,\n \"maxY\": 902\n }\n },\n \"CentraNo2-LightItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -229,\n \"maxY\": 916\n }\n },\n \"CentraNo2-Light\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -229,\n \"maxY\": 916\n }\n },\n \"CentraNo2-MediumItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -251,\n \"maxY\": 931\n }\n },\n \"CentraNo2-Medium\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -251,\n \"maxY\": 931\n }\n },\n \"CentraNo2-ThinItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -230,\n \"maxY\": 908\n }\n },\n \"CentraNo2-Thin\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1000,\n \"descent\": -300,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -230,\n \"maxY\": 908\n }\n },\n \"Gelica-BlackItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -494,\n \"maxY\": 1866\n }\n },\n \"Gelica-Black\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -494,\n \"maxY\": 1866\n }\n },\n \"Gelica-BoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -491,\n \"maxY\": 1847\n }\n },\n \"Gelica-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -491,\n \"maxY\": 1847\n }\n },\n \"Gelica-ExtraLightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -478,\n \"maxY\": 1766\n }\n },\n \"Gelica-ExtraLight\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -478,\n \"maxY\": 1766\n }\n },\n \"Gelica-LightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -480,\n \"maxY\": 1777\n }\n },\n \"Gelica-Light\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -480,\n \"maxY\": 1777\n }\n },\n \"Gelica-MediumItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -485,\n \"maxY\": 1809\n }\n },\n \"Gelica-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -485,\n \"maxY\": 1809\n }\n },\n \"Gelica-Italic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -482,\n \"maxY\": 1791\n }\n },\n \"Gelica-Regular\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -482,\n \"maxY\": 1791\n }\n },\n \"Gelica-SemiBoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -488,\n \"maxY\": 1828\n }\n },\n \"Gelica-SemiBold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1870,\n \"descent\": -500,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -488,\n \"maxY\": 1828\n }\n },\n \"YahooProductSans-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -396,\n \"maxY\": 1904\n }\n },\n \"YahooProductSans-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -396,\n \"maxY\": 1904\n }\n },\n \"YahooProductSans\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -396,\n \"maxY\": 1904\n }\n },\n \"YahooCR2BETA-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1014,\n \"descent\": -186,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -198,\n \"maxY\": 820\n }\n },\n \"YahooCR2BETA-Medium\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1014,\n \"descent\": -186,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -198,\n \"maxY\": 820\n }\n },\n \"YahooCR2BETA-Regular\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 1014,\n \"descent\": -186,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -198,\n \"maxY\": 820\n }\n },\n \"YahooSans-Black\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -261,\n \"maxY\": 1160\n }\n },\n \"YahooSans-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -241,\n \"maxY\": 1157\n }\n },\n \"YahooSansCond-Black\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -258,\n \"maxY\": 1160\n }\n },\n \"YahooSansCond-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -250,\n \"maxY\": 1158\n }\n },\n \"YahooSansCond-Light\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -234,\n \"maxY\": 1147\n }\n },\n \"YahooSansCond-Medium\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -239,\n \"maxY\": 1154\n }\n },\n \"YahooSansCond-Regular\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -236,\n \"maxY\": 1151\n }\n },\n \"YahooSans-ExtraBold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -252,\n \"maxY\": 1159\n }\n },\n \"YahooSans-ExtraLight\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -235,\n \"maxY\": 1136\n }\n },\n \"YahooSans-Italic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -236,\n \"maxY\": 1157\n }\n },\n \"YahooSans-Light\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -235,\n \"maxY\": 1149\n }\n },\n \"YahooSans-Medium\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -237,\n \"maxY\": 1157\n }\n },\n \"YahooSans-Regular\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -609,\n \"maxY\": 2086\n }\n },\n \"YahooSans-Semibold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -239,\n \"maxY\": 1157\n }\n },\n \"YahooSerifDisplay-Black\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -319,\n \"maxY\": 1183\n }\n },\n \"YahooSerifDisplay-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -270,\n \"maxY\": 1134\n }\n },\n \"YahooSerifDisplay-Extrabold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -301,\n \"maxY\": 1166\n }\n },\n \"YahooSerifDisplay-Light\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -246,\n \"maxY\": 1066\n }\n },\n \"YahooSerifDisplay-Regular\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -254,\n \"maxY\": 1096\n }\n },\n \"YahooSerifText-Bold\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -296,\n \"maxY\": 1125\n }\n },\n \"YahooSerifText-Italic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -287,\n \"maxY\": 1135\n }\n },\n \"YahooSerifText-Regular\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -287,\n \"maxY\": 1113\n }\n },\n \"YASans-BlackItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -673,\n \"maxY\": 2209\n }\n },\n \"YASans-Black\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -672,\n \"maxY\": 2209\n }\n },\n \"YASans-BoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -632,\n \"maxY\": 2145\n }\n },\n \"YASans-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -632,\n \"maxY\": 2145\n }\n },\n \"YASansCn-BlackItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -672,\n \"maxY\": 2209\n }\n },\n \"YASansCn-Black\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -672,\n \"maxY\": 2209\n }\n },\n \"YASansCn-BoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -628,\n \"maxY\": 2153\n }\n },\n \"YASansCn-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -628,\n \"maxY\": 2153\n }\n },\n \"YASansCn-LightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -539,\n \"maxY\": 2037\n }\n },\n \"YASansCn-Light\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -539,\n \"maxY\": 2037\n }\n },\n \"YASansCn-MediumItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -579,\n \"maxY\": 2090\n }\n },\n \"YASansCn-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -579,\n \"maxY\": 2090\n }\n },\n \"YASansCn-Italic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -567,\n \"maxY\": 2073\n }\n },\n \"YASansCn\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -567,\n \"maxY\": 2073\n }\n },\n \"YASansCn-SmBdItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -599,\n \"maxY\": 2116\n }\n },\n \"YASansCn-SmBd\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -599,\n \"maxY\": 2116\n }\n },\n \"YASansExt-BlackItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -683,\n \"maxY\": 2209\n }\n },\n \"YASansExt-Black\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -683,\n \"maxY\": 2209\n }\n },\n \"YASansExt-BoldItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -636,\n \"maxY\": 2155\n }\n },\n \"YASansExt-Bold\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -636,\n \"maxY\": 2155\n }\n },\n \"YASansExt-LightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -540,\n \"maxY\": 2042\n }\n },\n \"YASansExt-Light\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -540,\n \"maxY\": 2042\n }\n },\n \"YASansExt-MediumItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -584,\n \"maxY\": 2093\n }\n },\n \"YASansExt-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -584,\n \"maxY\": 2093\n }\n },\n \"YASansExt-Italic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -570,\n \"maxY\": 2077\n }\n },\n \"YASansExt\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -570,\n \"maxY\": 2077\n }\n },\n \"YASansExt-SmBdItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -605,\n \"maxY\": 2118\n }\n },\n \"YASansExt-SmBd\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -605,\n \"maxY\": 2118\n }\n },\n \"YASans-LightItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -539,\n \"maxY\": 2040\n }\n },\n \"YASans-Light\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -539,\n \"maxY\": 2040\n }\n },\n \"YASans-MediumItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -586,\n \"maxY\": 2075\n }\n },\n \"YASans-Medium\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -586,\n \"maxY\": 2075\n }\n },\n \"YASans-Italic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -571,\n \"maxY\": 2064\n }\n },\n \"YASans\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -571,\n \"maxY\": 2064\n }\n },\n \"YASans-SmBdItalic\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -605,\n \"maxY\": 2102\n }\n },\n \"YASans-SmBd\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 2210,\n \"descent\": -684,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -605,\n \"maxY\": 2102\n }\n },\n \"InterVariable-TextBlack\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -706,\n \"maxY\": 2306\n }\n },\n \"InterVariable-TextBold\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -685,\n \"maxY\": 2279\n }\n },\n \"InterVariable-TextExtraBold\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -695,\n \"maxY\": 2282\n }\n },\n \"InterVariable-TextExtraLight\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -654,\n \"maxY\": 2262\n }\n },\n \"InterVariable-TextLight\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -654,\n \"maxY\": 2263\n }\n },\n \"InterVariable-TextMedium\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -668,\n \"maxY\": 2272\n }\n },\n \"InterVariable-Text\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -660,\n \"maxY\": 2269\n }\n },\n \"InterVariable-TextSemiBold\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -677,\n \"maxY\": 2275\n }\n },\n \"InterVariable-TextThin\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 1984,\n \"descent\": -494,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -654,\n \"maxY\": 2262\n }\n },\n \"RobotoMono-BoldItalic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Bold\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-LightItalic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Light\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-MediumItalic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Medium\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Italic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Regular\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-ThinItalic\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"RobotoMono-Thin\": {\n \"unitsPerEm\": 2048,\n \"ascent\": 2146,\n \"descent\": -555,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -555,\n \"maxY\": 2146\n }\n },\n \"YahooCR4BETA-VF\": {\n \"unitsPerEm\": 2000,\n \"ascent\": 1904,\n \"descent\": -482,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -396,\n \"maxY\": 1904\n }\n },\n \"YahooSerifText-BoldItalic\": {\n \"unitsPerEm\": 1000,\n \"ascent\": 972,\n \"descent\": -222,\n \"lineGap\": 0,\n \"bbox\": {\n \"minY\": -329,\n \"maxY\": 1144\n }\n }\n};\n"],"mappings":"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"}
@@ -256,6 +256,8 @@ interface UniversalInputProps<IconSlotType = UniversalIconSlot> {
256
256
  readOnly?: boolean;
257
257
  /** The width of the input container. @default 'full' */
258
258
  width?: UniversalBoxProps['width'];
259
+ /** Minimum width of the input in pixels. @default 200 */
260
+ minWidth?: number;
259
261
  }
260
262
  type SelectSize = InputSize;
261
263
  interface UniversalSelectProps<IconSlotType = UniversalIconSlot> {
@@ -283,6 +285,8 @@ interface UniversalSelectProps<IconSlotType = UniversalIconSlot> {
283
285
  readOnly?: boolean;
284
286
  /** The width of the select container. @default 'full' */
285
287
  width?: UniversalBoxProps['width'];
288
+ /** Minimum width of the select in pixels. @default 200 */
289
+ minWidth?: number;
286
290
  }
287
291
  type DividerVariant = 'primary' | 'secondary' | 'tertiary' | 'muted';
288
292
  interface UniversalDividerProps {