[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/build/routes/taxonomy-edit/ -> content.js (source)

   1  // routes/taxonomy-edit/stage.tsx
   2  import { TaxonomyEdit } from "@wordpress/content-types";
   3  
   4  // routes/taxonomy-edit/style.scss
   5  if (typeof document !== "undefined" && true && !document.head.querySelector("style[data-wp-hash='bbd81beba0']")) {
   6    const style = document.createElement("style");
   7    style.setAttribute("data-wp-hash", "bbd81beba0");
   8    style.appendChild(document.createTextNode(".boot-layout__stage:has(.content-types-page){height:calc(100vh - 46px)}@media (min-width:782px){.boot-layout__stage:has(.content-types-page){height:calc(100vh - 32px)}}.content-types-page{padding:var(--wpds-dimension-padding-lg,16px)}.content-types-tabs-wrapper{border-bottom:1px solid #f0f0f0}.post-type-form,.taxonomy-form{box-sizing:border-box;margin:0 auto;max-width:680px;padding:24px;width:100%}.dataviews-action-modal__quick-edit-post-type,.dataviews-action-modal__quick-edit-taxonomy{align-items:stretch;justify-content:flex-end}.dataviews-action-modal__quick-edit-post-type .components-modal__frame,.dataviews-action-modal__quick-edit-taxonomy .components-modal__frame{animation-name:none;border-radius:8px;height:calc(100% - 32px);margin:16px 16px 16px 0;max-height:calc(100% - 32px);max-width:400px;position:relative}@media (prefers-reduced-motion:no-preference){.dataviews-action-modal__quick-edit-post-type .components-modal__frame,.dataviews-action-modal__quick-edit-taxonomy .components-modal__frame{animation-duration:.2s;animation-name:content-types-quick-edit-slide-in-right;animation-timing-function:ease-out}}.dataviews-action-modal__quick-edit-post-type.is-animating-out .components-modal__frame,.dataviews-action-modal__quick-edit-taxonomy.is-animating-out .components-modal__frame{animation-name:none}@media (prefers-reduced-motion:no-preference){.dataviews-action-modal__quick-edit-post-type.is-animating-out .components-modal__frame,.dataviews-action-modal__quick-edit-taxonomy.is-animating-out .components-modal__frame{animation-duration:.2s;animation-name:content-types-quick-edit-slide-out-right;animation-timing-function:ease-out}}.dataviews-action-modal__quick-edit-post-type .components-modal__content,.dataviews-action-modal__quick-edit-taxonomy .components-modal__content{overflow-y:auto;padding:0}.dataviews-action-modal__quick-edit-post-type .dataviews-action-modal__quick-edit-post-type-header,.dataviews-action-modal__quick-edit-post-type .dataviews-action-modal__quick-edit-taxonomy-header,.dataviews-action-modal__quick-edit-taxonomy .dataviews-action-modal__quick-edit-post-type-header,.dataviews-action-modal__quick-edit-taxonomy .dataviews-action-modal__quick-edit-taxonomy-header{background:#fff;padding:16px 24px;position:sticky;top:0;z-index:1}.dataviews-action-modal__quick-edit-post-type .dataviews-action-modal__quick-edit-post-type-content,.dataviews-action-modal__quick-edit-post-type .dataviews-action-modal__quick-edit-taxonomy-content,.dataviews-action-modal__quick-edit-taxonomy .dataviews-action-modal__quick-edit-post-type-content,.dataviews-action-modal__quick-edit-taxonomy .dataviews-action-modal__quick-edit-taxonomy-content{padding:0 24px}.dataviews-action-modal__quick-edit-post-type .dataviews-action-modal__quick-edit-post-type-footer,.dataviews-action-modal__quick-edit-post-type .dataviews-action-modal__quick-edit-taxonomy-footer,.dataviews-action-modal__quick-edit-taxonomy .dataviews-action-modal__quick-edit-post-type-footer,.dataviews-action-modal__quick-edit-taxonomy .dataviews-action-modal__quick-edit-taxonomy-footer{background:#fff;bottom:0;padding:16px 24px;position:sticky;z-index:1}.dataviews-action-modal__quick-edit-post-type .dataviews-action-modal__quick-edit-post-type-footer .components-button,.dataviews-action-modal__quick-edit-post-type .dataviews-action-modal__quick-edit-taxonomy-footer .components-button,.dataviews-action-modal__quick-edit-taxonomy .dataviews-action-modal__quick-edit-post-type-footer .components-button,.dataviews-action-modal__quick-edit-taxonomy .dataviews-action-modal__quick-edit-taxonomy-footer .components-button{flex:1;justify-content:center}@keyframes content-types-quick-edit-slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes content-types-quick-edit-slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}"));
   9    document.head.appendChild(style);
  10  }
  11  
  12  // routes/taxonomy-edit/stage.tsx
  13  var stage = TaxonomyEdit;
  14  export {
  15    stage
  16  };


Generated : Wed Jul 1 08:20:12 2026 Cross-referenced by PHPXref