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

@mintlify/models

Package Overview
Dependencies
Maintainers
4
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version 0.0.131 to 0.0.132

dist/mintconfig/footer.d.ts

41

dist/mintconfig/config.d.ts

@@ -1,20 +0,20 @@

import type { Analytics } from './analytics.js';
import type { Anchor, TopAnchor } from './anchor.js';
import type { ApiConfig } from './apiConfig.js';
import type { Background } from './background.js';
import type { Colors } from './colors.js';
import type { CtaButton } from './ctaButton.js';
import type { FontConfigType } from './font.js';
import type { FooterSocials } from './footerSocials.js';
import type { Layout } from './layout.js';
import type { Logo } from './logo.js';
import type { Integrations } from './mintConfigIntegrations.js';
import type { Navigation } from './navigation.js';
import type { Rounded } from './rounded.js';
import type { SEO } from './seo.js';
import type { Sidebar } from './sidebar.js';
import type { PrimaryTab, Tab } from './tab.js';
import type { ThemeType } from './theme.js';
import type { Topbar } from './topbar.js';
import type { VersionType } from './version.js';
import { Analytics } from './analytics.js';
import { Anchor, TopAnchor } from './anchor.js';
import { ApiConfig } from './apiConfig.js';
import { Background } from './background.js';
import { Colors } from './colors.js';
import { CtaButton } from './ctaButton.js';
import { FontConfigType } from './font.js';
import { Footer, FooterSocials } from './footer.js';
import { Layout } from './layout.js';
import { Logo } from './logo.js';
import { Integrations } from './mintConfigIntegrations.js';
import { Navigation } from './navigation.js';
import { Rounded } from './rounded.js';
import { SEO } from './seo.js';
import { Sidebar } from './sidebar.js';
import { PrimaryTab, Tab } from './tab.js';
import { ThemeType } from './theme.js';
import { Topbar } from './topbar.js';
import { VersionType } from './version.js';
export type ModeToggleType = {

@@ -65,3 +65,3 @@ default?: 'light' | 'dark';

tabs?: Tab[];
footerSocials?: FooterSocials;
footer?: Footer;
background?: Background;

@@ -77,2 +77,3 @@ backgroundImage?: string;

seo?: SEO;
footerSocials?: FooterSocials;
};
import { apiParamFieldOptions, requestExampleLanguages } from './apiConfig.js';
import { ConfigType } from './config.js';
import { fontFormats } from './font.js';
import { footerSocialKeys } from './footer.js';
import { IconType, iconTypes } from './iconTypes.js';

@@ -24,4 +25,4 @@ import { ThemeType, themes } from './theme.js';

export type { Division } from './division.js';
export type { Footer, FooterLink, FooterLinksColumn, FooterSocial, FooterSocialKeyType, FooterSocials, } from './footer.js';
export type { FontConfigType, FontDetailsType, FontFormat } from './font.js';
export type { FooterSocials } from './footerSocials.js';
export type { Layout } from './layout.js';

@@ -32,4 +33,4 @@ export type { Logo } from './logo.js';

export type { PrimaryTab, Tab } from './tab.js';
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes };
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes, footerSocialKeys, };
export type { ConfigType, IconType, ThemeType };
export type { VersionType, VersionObjectType } from './version.js';
import { apiParamFieldOptions, requestExampleLanguages } from './apiConfig.js';
import { fontFormats } from './font.js';
import { footerSocialKeys } from './footer.js';
import { iconTypes } from './iconTypes.js';
import { themes } from './theme.js';
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes };
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes, footerSocialKeys, };
{
"name": "@mintlify/models",
"version": "0.0.131",
"version": "0.0.132",
"description": "Mintlify models",

@@ -61,3 +61,3 @@ "engines": {

},
"gitHead": "6685bbc755e0431552124288078f262accb26ddd"
"gitHead": "95cdc693f77f1e25d35b76830b69691bc5aad1c6"
}

Sorry, the diff of this file is not supported yet

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