Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ancient-ui

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ancient-ui - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

dist/components/fonts.d.ts

@@ -1,5 +0,7 @@

export declare const aileronFonts: {
export declare const aileronFonts: LocalFont[];
type LocalFont = {
path: string;
weight: string;
style: string;
}[];
style: "normal" | "italic" | "oblique" | string;
};
export {};
{
"name": "ancient-ui",
"version": "0.1.3",
"version": "0.1.4",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

export const aileronFonts = [
export const aileronFonts: LocalFont[] = [
{

@@ -83,1 +83,8 @@ path: "./fonts/Aileron-Black.otf",

];
type LocalFont = {
path: string;
weight: string; // Adjust the type according to your font library's requirements
style: "normal" | "italic" | "oblique" | string; // Adjust as needed
// Add more properties if necessary
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc