@mintlify/models
Advanced tools
Comparing version 0.0.119 to 0.0.120
@@ -7,2 +7,3 @@ import { Analytics } from './analytics.js'; | ||
import { CtaButton } from './ctaButton.js'; | ||
import { FontConfigType } from './font.js'; | ||
import { FooterSocials } from './footerSocials.js'; | ||
@@ -71,2 +72,3 @@ import { Layout } from './layout.js'; | ||
backgroundImage?: string; | ||
font?: FontConfigType; | ||
feedback?: FeedbackType; | ||
@@ -73,0 +75,0 @@ analytics?: Analytics; |
import { requestExampleLanguages, apiParamFieldOptions } from './apiConfig.js'; | ||
import { ConfigType } from './config.js'; | ||
import { fontFormats } from './font.js'; | ||
import { IconType, iconTypes } from './iconTypes.js'; | ||
@@ -29,3 +30,4 @@ import { ThemeType, themes } from './theme.js'; | ||
export type { PrimaryTab, Tab } from './tab.js'; | ||
export { iconTypes, requestExampleLanguages, themes, apiParamFieldOptions }; | ||
export type { FontConfigType, FontDetailsType, FontFormat, FontDetailsConfigType } from './font.js'; | ||
export { iconTypes, requestExampleLanguages, themes, apiParamFieldOptions, fontFormats }; | ||
export type { ConfigType, IconType, ThemeType }; |
import { requestExampleLanguages, apiParamFieldOptions } from './apiConfig.js'; | ||
import { fontFormats } from './font.js'; | ||
import { iconTypes } from './iconTypes.js'; | ||
import { themes } from './theme.js'; | ||
export { iconTypes, requestExampleLanguages, themes, apiParamFieldOptions }; | ||
export { iconTypes, requestExampleLanguages, themes, apiParamFieldOptions, fontFormats }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.119", | ||
"version": "0.0.120", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "f7d3142bd590371ec3d25b2d40a1318fc9a9318c" | ||
"gitHead": "8e941f469ec8f3fc7571ff8e1ae854c439a75d0c" | ||
} |
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
135271
105
703