@digo-labs/common 0.1.13 → 0.1.16

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.
@@ -1,10 +1,17 @@
1
- import { CodeLanguageMetadata, ModelPayload } from './types/common-types';
1
+ import { Breakpoint, ClassGroups, CodeLanguageMetadata, ModelPayload } from './types/common-types';
2
2
  export declare const BACKEND_URL = "https://api.digo-labs.com";
3
3
  export declare const DIGO_HEADERS = "X-Digo-App";
4
4
  export declare const DIGO_ADMIN_SECRET = "X-Admin-Secret";
5
5
  export declare const DIGO_STORAGE_BUCKET_SUFFIX = "-digo-labs-storage";
6
6
  export declare const DIGO_COLORS: string[];
7
7
  export declare const WS_URL = "wss://ws.digo-labs.com";
8
+ export declare const REPLICATE_PROXY: {
9
+ url: string;
10
+ targetHeader: string;
11
+ hosts: RegExp;
12
+ };
8
13
  export declare const AWS_DEFAULT_REGION = "us-east-1";
14
+ export declare const BREAKPOINTS: Record<Breakpoint, number>;
15
+ export declare const TYPO_CLASS_GROUPS: ClassGroups;
9
16
  export declare const AI_MODELS: ModelPayload[];
10
17
  export declare const LANGUAGE_MAP: Record<string, CodeLanguageMetadata>;
package/dist/icons.d.ts CHANGED
@@ -1728,6 +1728,10 @@ declare const CURATED_ICONS: {
1728
1728
  category: IconCategory.Misc;
1729
1729
  icon: string;
1730
1730
  };
1731
+ tv: {
1732
+ category: IconCategory.Misc;
1733
+ icon: string;
1734
+ };
1731
1735
  tvMinimal: {
1732
1736
  category: IconCategory.Misc;
1733
1737
  icon: string;
package/dist/images.d.ts CHANGED
@@ -7,8 +7,15 @@ export declare const IMAGES: {
7
7
  audio3d: string;
8
8
  blocks3d: string;
9
9
  components3d: string;
10
+ effects3d: string;
11
+ fonts3d: string;
12
+ icons3d: string;
10
13
  image3d: string;
14
+ llms3d: string;
11
15
  pages3d: string;
12
16
  text3d: string;
13
17
  video3d: string;
18
+ terminalScreenFrame: string;
19
+ terminalScreenGlass: string;
20
+ terminalSideGlass: string;
14
21
  };
package/dist/index.css CHANGED
@@ -671,6 +671,14 @@
671
671
  }
672
672
  }
673
673
 
674
+ @media (pointer: coarse) {
675
+ input,
676
+ select,
677
+ textarea {
678
+ font-size: max(16px, 1em);
679
+ }
680
+ }
681
+
674
682
  @layer base {
675
683
 
676
684
  * {