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

@mintlify/models

Package Overview
Dependencies
Maintainers
0
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.120 to 0.0.121

3

dist/mintconfig/font.d.ts

@@ -5,4 +5,3 @@ export type FontConfigType = FontDetailsType | {

};
export type FontDetailsType = string | FontDetailsConfigType;
export type FontDetailsConfigType = {
export type FontDetailsType = {
family: string;

@@ -9,0 +8,0 @@ weight?: number;

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

import { requestExampleLanguages, apiParamFieldOptions } from './apiConfig.js';
import { apiParamFieldOptions, requestExampleLanguages } from './apiConfig.js';
import { ConfigType } from './config.js';

@@ -19,3 +19,3 @@ import { fontFormats } from './font.js';

export type { Anchor, TopAnchor } from './anchor.js';
export type { ApiConfig, RequestExampleLanguages, ApiParamFieldOption } from './apiConfig.js';
export type { ApiConfig, ApiParamFieldOption, RequestExampleLanguages } from './apiConfig.js';
export type { AnchorColor, Colors, Gradient } from './colors.js';

@@ -25,2 +25,3 @@ export type { FeedbackType, MetadataType, ModeToggleType, RedirectType, SearchType, VersionType, } from './config.js';

export type { Division } from './division.js';
export type { FontConfigType, FontDetailsType, FontFormat } from './font.js';
export type { FooterSocials } from './footerSocials.js';

@@ -32,4 +33,3 @@ export type { Layout } from './layout.js';

export type { PrimaryTab, Tab } from './tab.js';
export type { FontConfigType, FontDetailsType, FontFormat, FontDetailsConfigType } from './font.js';
export { iconTypes, requestExampleLanguages, themes, apiParamFieldOptions, fontFormats };
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes };
export type { ConfigType, IconType, ThemeType };

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

import { requestExampleLanguages, apiParamFieldOptions } from './apiConfig.js';
import { apiParamFieldOptions, requestExampleLanguages } from './apiConfig.js';
import { fontFormats } from './font.js';
import { iconTypes } from './iconTypes.js';
import { themes } from './theme.js';
export { iconTypes, requestExampleLanguages, themes, apiParamFieldOptions, fontFormats };
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes };
{
"name": "@mintlify/models",
"version": "0.0.120",
"version": "0.0.121",
"description": "Mintlify models",

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

},
"gitHead": "8e941f469ec8f3fc7571ff8e1ae854c439a75d0c"
"gitHead": "1ba5896b9219dea1aac10456ce758bd6464093e7"
}

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