ahdjs 0.0.193 → 0.0.195

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.
@@ -63,6 +63,8 @@ export default class GuideChimp {
63
63
  right: any;
64
64
  bottom: any;
65
65
  };
66
+ getScaleForWidth(width: any): 0.65 | 0.75 | 0.85 | 1;
67
+ applyRootWidthScale(): void;
66
68
  getElementVisibleRect(el: any): any;
67
69
  /**
68
70
  * Called after construction, this hook allows you to add some extra setup
@@ -0,0 +1,5 @@
1
+ export declare const FONT_FAMILY_NAMES: readonly ["MODERN_SANS", "BOOK_SANS", "ORGANIC_SANS", "GEOMETRIC_SANS", "HEAVY_SANS", "ROUNDED_SANS", "MODERN_SERIF", "BOOK_SERIF", "MONOSPACE", "ROBOTO", "OPEN_SANS", "LATO", "POPPINS", "INTER", "MONTSERRAT", "RALEWAY", "NUNITO", "PLAYFAIR_DISPLAY", "MERRIWEATHER", "PT_SANS", "OSWALD", "SOURCE_SANS_PRO", "RUBIK", "WORK_SANS", "NOTO_SANS", "DANCING_SCRIPT", "PACIFICO", "LOBSTER", "BEBAS_NEUE"];
2
+ export declare type FontFamilyName = typeof FONT_FAMILY_NAMES[number];
3
+ export declare const FONT_FAMILY_MAP: Record<FontFamilyName, string>;
4
+ export declare const googleFonts: string[];
5
+ export declare const createGoogleFontsURL: (fonts: string[]) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ahdjs",
3
- "version": "0.0.193",
3
+ "version": "0.0.195",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/types/index.d.ts",