@yamlresume/core 0.12.0 → 0.12.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.
package/dist/index.d.ts CHANGED
@@ -2232,6 +2232,17 @@ declare class JakeRenderer extends LatexRenderer {
2232
2232
  * and font size, with Jake's defaults of letterpaper and 11pt.
2233
2233
  */
2234
2234
  private renderDocumentClassConfig;
2235
+ /**
2236
+ * Render the fontawesome package with fallback from v7 to v5.
2237
+ *
2238
+ * Uses \IfFileExists to detect if fontawesome7 is available on the user's
2239
+ * system, falling back to fontawesome5 if not. Returns an empty string if
2240
+ * showIcons is false.
2241
+ *
2242
+ * @returns The LaTeX code for loading fontawesome package, or empty string
2243
+ * if icons are disabled
2244
+ */
2245
+ private renderFontawesome;
2235
2246
  /**
2236
2247
  * Render the LaTeX packages required by Jake's Resume template.
2237
2248
  */