@mintlify/validation
Advanced tools
Comparing version 0.1.269 to 0.1.270
@@ -164,5 +164,5 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
} | ||
: {})), (config.background || config.backgroundImage || config.colors.background | ||
: {})), (config.background || config.backgroundImage || (config.colors && config.colors.background) | ||
? { | ||
background: Object.assign(Object.assign(Object.assign({}, (config.backgroundImage ? { image: config.backgroundImage } : {})), { decoration: (_r = config.background) === null || _r === void 0 ? void 0 : _r.style }), (config.colors.background | ||
background: Object.assign(Object.assign(Object.assign({}, (config.backgroundImage ? { image: config.backgroundImage } : {})), { decoration: (_r = config.background) === null || _r === void 0 ? void 0 : _r.style }), (config.colors && config.colors.background | ||
? { | ||
@@ -169,0 +169,0 @@ color: { |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.269", | ||
"version": "0.1.270", | ||
"description": "Validates mint.json files", | ||
@@ -63,3 +63,3 @@ "author": "Mintlify, Inc.", | ||
}, | ||
"gitHead": "6140b8738e10c4b5ce740baebe20df6e6e3bd910" | ||
"gitHead": "5e7e625b579b91aedf08ce69e8a723d2af804b31" | ||
} |
Sorry, the diff of this file is not supported yet
1406931