UNPKG

@wordpress/block-library

Version:
42 lines (41 loc) 880 B
// packages/block-library/src/site-tagline/deprecated.js import migrateFontFamily from "../utils/migrate-font-family"; var v1 = { attributes: { textAlign: { type: "string" } }, supports: { align: ["wide", "full"], html: false, color: { gradients: true }, spacing: { margin: true, padding: true }, typography: { fontSize: true, lineHeight: true, __experimentalFontFamily: true, __experimentalTextTransform: true, __experimentalFontStyle: true, __experimentalFontWeight: true, __experimentalLetterSpacing: true } }, save() { return null; }, migrate: migrateFontFamily, isEligible({ style }) { return style?.typography?.fontFamily; } }; var deprecated_default = [v1]; export { deprecated_default as default }; //# sourceMappingURL=deprecated.js.map