@mintlify/models
Advanced tools
Comparing version 0.0.120 to 0.0.121
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135180
702