UNPKG

@wordpress/block-library

Version:
187 lines (185 loc) 5.09 kB
"use strict"; var __create = Object.create; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __getProtoOf = Object.getPrototypeOf; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( // If the importer is in node compatibility mode or this is not an ESM // file that has been converted to a CommonJS file using a Babel- // compatible transform (i.e. "__esModule" has not been set), then set // "default" to the CommonJS "module.exports" for node compatibility. isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod )); var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // packages/block-library/src/comments-title/deprecated.js var deprecated_exports = {}; __export(deprecated_exports, { default: () => deprecated_default }); module.exports = __toCommonJS(deprecated_exports); var import_migrate_text_align = __toESM(require("../utils/migrate-text-align.cjs")); var v2 = { attributes: { textAlign: { type: "string" }, showPostTitle: { type: "boolean", default: true }, showCommentsCount: { type: "boolean", default: true }, level: { type: "number", default: 2 }, levelOptions: { type: "array" } }, supports: { anchor: true, align: true, html: false, __experimentalBorder: { radius: true, color: true, width: true, style: true }, color: { gradients: true, __experimentalDefaultControls: { background: true, text: true } }, spacing: { margin: true, padding: true }, typography: { fontSize: true, lineHeight: true, __experimentalFontFamily: true, __experimentalFontWeight: true, __experimentalFontStyle: true, __experimentalTextTransform: true, __experimentalTextDecoration: true, __experimentalLetterSpacing: true, __experimentalDefaultControls: { fontSize: true, __experimentalFontFamily: true, __experimentalFontStyle: true, __experimentalFontWeight: true } }, interactivity: { clientNavigation: true } }, migrate: (oldAttributes) => { const { singleCommentLabel, multipleCommentsLabel, ...newAttributes } = oldAttributes; return (0, import_migrate_text_align.default)(newAttributes); }, isEligible(attributes) { return !!attributes.textAlign || !!attributes.className?.match( /\bhas-text-align-(left|center|right)\b/ ); }, save: () => null }; var v1 = { attributes: { textAlign: { type: "string" }, showPostTitle: { type: "boolean", default: true }, showCommentsCount: { type: "boolean", default: true }, level: { type: "number", default: 2 }, levelOptions: { type: "array" }, singleCommentLabel: { type: "string" }, multipleCommentsLabel: { type: "string" } }, supports: { anchor: true, align: true, html: false, __experimentalBorder: { radius: true, color: true, width: true, style: true }, color: { gradients: true, __experimentalDefaultControls: { background: true, text: true } }, spacing: { margin: true, padding: true }, typography: { fontSize: true, lineHeight: true, __experimentalFontFamily: true, __experimentalFontWeight: true, __experimentalFontStyle: true, __experimentalTextTransform: true, __experimentalTextDecoration: true, __experimentalLetterSpacing: true, __experimentalDefaultControls: { fontSize: true, __experimentalFontFamily: true, __experimentalFontStyle: true, __experimentalFontWeight: true } }, interactivity: { clientNavigation: true } }, migrate: (oldAttributes) => { const { singleCommentLabel, multipleCommentsLabel, ...newAttributes } = oldAttributes; return (0, import_migrate_text_align.default)(newAttributes); }, isEligible: ({ multipleCommentsLabel, singleCommentLabel }) => multipleCommentsLabel || singleCommentLabel, save: () => null }; var deprecated_default = [v2, v1]; //# sourceMappingURL=deprecated.cjs.map