@diplodoc/client 2.8.0 → 2.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,15 +28,15 @@
28
28
  .dc-toc{display:flex;flex-direction:column;height:calc(100vh - 0px);height:calc(100vh - var(--dc-header-height, 0px));overflow:hidden;border-left:1px solid var(--g-color-line-generic)}@media(max-width: 768px){.dc-toc{padding:12px 16px 0px;border-left:none;overflow-y:auto}}.dc-toc__empty{padding:5px 24px 5px 15px}.dc-toc__top{flex-grow:0;flex-shrink:0;display:flex;align-items:flex-start;padding:10px 0 8px 10px;margin-bottom:12px}@media(max-width: 768px){.dc-toc__top{padding:10px 28px 10px 12px;margin-bottom:0}}.dc-toc__top_scrolled{border-bottom:1px solid var(--g-color-line-generic)}.dc-toc__top-header-icon{display:flex;margin-left:5px;flex-shrink:0}[dir=rtl] .dc-toc__top-header-icon{/* rtl:begin:ignore */margin-left:5px/* rtl:end:ignore */}.dc-toc__top-header{flex-grow:0;position:relative;font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);font-weight:500}.dc-toc__top-header_link{color:inherit;-webkit-text-decoration:none;text-decoration:none;display:flex;align-items:center;border-radius:var(--g-focus-border-radius)}.dc-toc__top-header_link:hover{outline:none;color:var(--g-color-text-link);-webkit-text-decoration:none;text-decoration:none;cursor:pointer;border-radius:var(--g-focus-border-radius);color:var(--g-color-text-primary)}.utilityfocus .dc-toc__top-header_link:hover:focus{outline:2px solid #ffdb4d}.dc-toc__top-header_link:hover:focus{box-shadow:0 0 0 2px var(--g-color-line-focus);outline:0}.dc-toc__top-header_link:hover:focus:not(:focus-visible){box-shadow:none}.dc-toc__top-header_link:hover:hover,.dc-toc__top-header_link:hover:active{color:var(--g-color-text-link-hover)}.dc-toc__top-header_link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.dc-toc__top-header_link:focus:not(:focus-visible){outline:0}.dc-toc__bottom{flex-grow:0;flex-shrink:0;display:flex;align-items:center;padding:4px 0 20px 10px}.dc-toc__bottom_scrolled{border-top:1px solid var(--g-color-line-generic)}@media(max-width: 768px){.dc-toc__bottom_scrolled{border-top:0}}.dc-toc__content{--g-scrollbar-width: 6px;position:relative;flex-grow:1;overflow-y:auto;scrollbar-width:thin}@media(max-width: 768px){.dc-toc__content{overflow-y:visible;overflow-y:initial}}@media(min-width: 769px){.dc-toc__content_offset_top{padding-top:24px}}.dc-toc__list{margin:0;padding:0;list-style:none;display:block}.dc-toc__list-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dc-toc__list-item_labeled{margin-top:16px}.dc-toc__list-item_main>*:first-child{color:var(--g-color-text-primary)}.dc-toc__list-item:not(.dc-toc__list-item_opened)>.dc-toc__list{display:none}.dc-toc__list-item:not(.dc-toc__list-item_labeled)>.dc-toc__list{padding-right:20px}[dir=rtl] .dc-toc__list-item:not(.dc-toc__list-item_labeled)>.dc-toc__list{/* rtl:begin:ignore */padding-right:20px/* rtl:end:ignore */}.dc-toc__content>.dc-toc__list{padding-left:21px;padding-bottom:30px}@media(max-width: 768px){.dc-toc__content>.dc-toc__list{padding-left:0}}
29
29
  .dc-toc-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dc-toc-item__link{--g-focus-border-radius: 4px;display:block;-webkit-text-decoration:none;text-decoration:none;border-radius:4px;border-radius:var(--g-focus-border-radius)}.dc-toc-item__link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:-2px}.dc-toc-item__link:focus:not(:focus-visible){outline:0}.dc-toc-item__text{--g-focus-border-radius: 4px;display:block;font-family:inherit;font-size:inherit;font-weight:inherit;position:relative;padding:7px 20px 7px 12px;box-sizing:border-box;word-break:break-word;background-color:rgba(0,0,0,0);border:0;text-align:right;text-align:initial;width:100%;border-radius:4px;border-radius:var(--g-focus-border-radius);color:var(--g-color-text-primary)}@media(max-width: 768px){.dc-toc-item__text{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);padding:10px 28px 10px 12px}}[dir=rtl] .dc-toc-item__text{/* rtl:begin:ignore */padding:7px 20px 7px 12px/* rtl:end:ignore */}.dc-toc-item__text_active{border-radius:3px;background:var(--g-color-base-selection)}.dc-toc-item__text_labeled{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);font-weight:500;text-transform:uppercase}.dc-toc-item__text_clicable{cursor:pointer}.dc-toc-item__text_clicable:hover{border-radius:3px;background:var(--g-color-base-simple-hover)}.dc-toc-item__text::before{content:"";position:absolute;top:0;left:0;right:-100vw;height:100%}.dc-toc-item__text:focus{outline:2px solid var(--g-color-line-focus);outline-offset:-2px}.dc-toc-item__text:focus:not(:focus-visible){outline:0}.dc-toc-item__icon{position:absolute;right:0}[dir=rtl] .dc-toc-item__icon{/* rtl:begin:ignore */right:0/* rtl:end:ignore */}
30
30
  .dc-toggle-arrow{transition:transform .15s;stroke-width:2px}.dc-toggle-arrow_type_horizontal{transform:rotate(0deg)}[dir=rtl] .dc-toggle-arrow_type_horizontal{/* rtl:begin:ignore */transform:rotate(180deg)/* rtl:end:ignore */}.dc-toggle-arrow_type_vertical{transform:rotate(-90deg)}.dc-toggle-arrow_open.dc-toggle-arrow_type_horizontal{transform:rotate(-90deg)}[dir=rtl] .dc-toggle-arrow_open.dc-toggle-arrow_type_horizontal{/* rtl:begin:ignore */transform:rotate(90deg)/* rtl:end:ignore */}.dc-toggle-arrow_open.dc-toggle-arrow_type_vertical{transform:rotate(90deg)}[dir=rtl] .dc-toggle-arrow_open.dc-toggle-arrow_type_vertical{/* rtl:begin:ignore */transform:rotate(90deg)/* rtl:end:ignore */}.dc-toggle-arrow_thin{stroke-width:1px}.dc-toggle-arrow_slow{transition-duration:.3s}
31
- .dc-subnavigation{position:relative;z-index:119;display:flex;box-sizing:content-box;width:calc(100% - 24px);height:44px;padding:4px 12px;gap:4px;background:var(--g-color-base-background);border-bottom:1px solid var(--g-color-line-generic);transition:transform 300ms 0s;will-change:transform}@media(min-width: 769px){.dc-subnavigation{display:none}}.dc-root_wide-format .dc-subnavigation{padding-right:0;padding-left:8px;width:calc(100% - 8px)}.dc-subnavigation_visible{margin-top:0}.dc-subnavigation_invisible{--dc-header-height: 64px;transform:translateY(-64px);transform:translateY(calc(0px - var(--dc-header-height, 0px)))}.dc-subnavigation_hidden{display:none}.dc-subnavigation__wrapper{width:100%}@media(max-width: 768px){.dc-subnavigation__mini-toc{width:100%;max-height:0px;box-shadow:0px 1px 5px 0px rgba(0,0,0,.15);background:var(--g-color-base-background);transition:max-height 300ms 0s;overflow-y:hidden;will-change:max-height}body:has(.dc-subnavigation__mini-toc_open .dc-mini-toc_overflowed){overflow-y:hidden}.dc-subnavigation__mini-toc_open{max-height:100vh}}.dc-subnavigation__icon{display:flex;justify-content:center;align-items:center;padding:12px}.dc-subnavigation__mini-toc-button{display:flex;align-items:center;justify-content:flex-start;flex:1 0 0;width:100%;max-width:calc(100% - 44px - 8px - 12px);padding:0;padding-right:4px;gap:4px;border-radius:3px;border-radius:var(--g-border-radius-xs, 3px);border:none;border-right:1px solid var(--g-color-line-generic);outline:none;color:var(--g-color-text-primary);background:none;-webkit-text-decoration:none;text-decoration:none;font-size:var(--g-text-subheader-2-font-size);line-height:var(--g-text-subheader-2-line-height);font-weight:500;transition:transform .1s ease-out,color .15s linear;transform:scale(1);touch-action:manipulation}.dc-root_wide-format .dc-subnavigation__mini-toc-button{max-width:calc(100% - 44px - 8px)}.dc-subnavigation__mini-toc-button:nth-child(2){max-width:calc(100% - 88px - 8px)}.dc-subnavigation__mini-toc-button_hidden{visibility:hidden}.dc-subnavigation__mini-toc-button_disabled{-webkit-user-select:text;-moz-user-select:text;user-select:text}.dc-subnavigation__mini-toc-button_label{border-right:none;justify-content:center;font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height);font-weight:600}.dc-subnavigation__mini-toc-button_center,.dc-root_wide-format .dc-subnavigation__mini-toc-button_center{max-width:none;max-width:initial}.dc-subnavigation__mini-toc-button:nth-child(1){border-right:none}.dc-subnavigation__mini-toc-button:nth-child(2){padding-right:0}.dc-subnavigation__mini-toc-button:not(.dc-subnavigation__mini-toc-button_disabled):hover{background:var(--g-color-base-simple-hover)}.dc-subnavigation__mini-toc-button:not(.dc-subnavigation__mini-toc-button_disabled):active{transition:none;transform:scale(0.98)}.dc-subnavigation__mini-toc-button:not(.dc-subnavigation__mini-toc-button_disabled):focus-visible{outline:#4e79eb;outline:var(--g-color-line-focus, rgb(78, 121, 235));outline-width:2px;outline-style:solid}.dc-subnavigation__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-subnavigation .dc-subnavigation__share-button_absolute{position:absolute;left:0}.dc-root_wide-format .dc-subnavigation .dc-subnavigation__share-button_absolute{left:8px}.dc-subnavigation .dc-subnavigation__share-button_invisible{display:none}
32
- .dc-sidebar{position:fixed;top:0px;top:var(--dc-header-height, 0px);z-index:119;height:calc(100% - 0px + 1px);height:calc(100% - var(--dc-header-height, 0px) + 1px);width:100vw;background-color:#fff;background-color:var(--g-color-base-background, #fff)}@media(min-width: 769px){.dc-sidebar{display:none}}.dc-sidebar__bar{position:absolute;top:0;display:flex;flex-direction:column;width:100%;height:100%}.dc-sidebar__transition-enter{transform:translateX(-100%)}.dc-sidebar__transition-enter-active{transform:translateX(0);transition:transform .4s}[dir=rtl] .dc-sidebar__transition-enter-done{/* rtl:begin:ignore */right:-11px/* rtl:end:ignore */}.dc-sidebar__transition-enter-done .dc-sidebar-navigation__navigation{border-left:none}.dc-sidebar__transition-exit{transform:translateX(0)}.dc-sidebar__transition-exit-active{transition:transform .4s;transform:translateX(-100%)}@media(max-width: 769px){.dc-sidebar__no-scroll{overflow-y:hidden}}
31
+ .dc-subnavigation{position:relative;z-index:119;display:flex;justify-content:space-between;box-sizing:content-box;width:calc(100% - 24px);height:44px;padding:4px 12px;gap:4px;background:var(--g-color-base-background);border-bottom:1px solid var(--g-color-line-generic);transition:transform 300ms 0s;will-change:transform}@media(min-width: 769px){.dc-subnavigation{display:none}}.dc-root_wide-format .dc-subnavigation{padding-right:0;padding-left:8px;width:calc(100% - 8px)}.dc-subnavigation_visible{margin-top:0}.dc-subnavigation_invisible{--dc-header-height: 64px;transform:translateY(-64px);transform:translateY(calc(0px - var(--dc-header-height, 0px)))}.dc-subnavigation_hidden{display:none}.dc-subnavigation__wrapper{width:100%}@media(max-width: 768px){.dc-subnavigation__mini-toc{width:100%;max-height:0px;box-shadow:0px 1px 5px 0px rgba(0,0,0,.15);background:var(--g-color-base-background);overflow-y:hidden;will-change:max-height}body:has(.dc-subnavigation__mini-toc_open .dc-mini-toc_overflowed){overflow-y:hidden}.dc-subnavigation__mini-toc_open{max-height:100vh;transition:max-height 300ms 0s}}.dc-subnavigation__icon{display:flex;justify-content:center;align-items:center;padding:12px}.dc-subnavigation__mini-toc-button{display:flex;align-items:center;justify-content:flex-start;flex:1 0 0;width:100%;max-width:calc(100% - 44px - 8px - 12px);padding:0;padding-right:4px;gap:4px;border-radius:3px;border-radius:var(--g-border-radius-xs, 3px);border:none;border-right:1px solid var(--g-color-line-generic);outline:none;color:var(--g-color-text-primary);background:none;-webkit-text-decoration:none;text-decoration:none;font-size:var(--g-text-subheader-2-font-size);line-height:var(--g-text-subheader-2-line-height);font-weight:500;transition:transform .1s ease-out,color .15s linear;transform:scale(1);touch-action:manipulation}.dc-root_wide-format .dc-subnavigation__mini-toc-button{max-width:calc(100% - 44px - 8px)}.dc-subnavigation__mini-toc-button:nth-child(2){max-width:calc(100% - 88px - 8px)}.dc-subnavigation__mini-toc-button_hidden{visibility:hidden}.dc-subnavigation__mini-toc-button_disabled{-webkit-user-select:text;-moz-user-select:text;user-select:text}.dc-subnavigation__mini-toc-button_label{border-right:none;justify-content:center;font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height);font-weight:600}.dc-subnavigation__mini-toc-button_center,.dc-root_wide-format .dc-subnavigation__mini-toc-button_center{max-width:none;max-width:initial}.dc-subnavigation__mini-toc-button:nth-child(1){border-right:none}.dc-subnavigation__mini-toc-button:nth-child(2){padding-right:0}.dc-subnavigation__mini-toc-button:not(.dc-subnavigation__mini-toc-button_disabled):hover{background:var(--g-color-base-simple-hover)}.dc-subnavigation__mini-toc-button:not(.dc-subnavigation__mini-toc-button_disabled):active{transition:none;transform:scale(0.98)}.dc-subnavigation__mini-toc-button:not(.dc-subnavigation__mini-toc-button_disabled):focus-visible{outline:#4e79eb;outline:var(--g-color-line-focus, rgb(78, 121, 235));outline-width:2px;outline-style:solid}.dc-subnavigation__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-subnavigation .dc-subnavigation__share-button_absolute{position:absolute;left:0}.dc-root_wide-format .dc-subnavigation .dc-subnavigation__share-button_absolute{left:8px}.dc-subnavigation .dc-subnavigation__share-button_invisible{display:none}
32
+ .dc-sidebar{position:fixed;top:0px;top:var(--dc-header-height, 0px);z-index:119;height:calc(100% - 0px + 1px);height:calc(100% - var(--dc-header-height, 0px) + 1px);width:100vw;background-color:#fff;background-color:var(--g-color-base-background, #fff)}@media(min-width: 769px){.dc-sidebar{display:none}}.dc-sidebar__bar{position:absolute;top:0;display:flex;flex-direction:column;width:100%;height:100%}.dc-sidebar__transition-enter{transform:translateX(-100%)}.dc-sidebar__transition-enter-active{transform:translateX(0);transition:transform .4s}.dc-sidebar__transition-enter-done .dc-sidebar-navigation__navigation{border-left:none}.dc-sidebar__transition-exit{transform:translateX(0)}.dc-sidebar__transition-exit-active{transition:transform .4s;transform:translateX(-100%)}@media(max-width: 769px){.dc-sidebar__no-scroll{overflow-y:hidden}}
33
33
  .dc-mobile-control-sheet{--g-sheet-content-padding: 0}.dc-mobile-control-sheet__list{padding:4px 0;padding-bottom:34px}.dc-mobile-control-sheet__list-item{--g-focus-border-radius: 4px;display:flex;align-items:center;justify-content:start;gap:8px;width:100%;height:100%;padding:12px 20px;border-radius:4px;border-radius:var(--g-focus-border-radius);border:0;color:inherit;cursor:inherit;background-color:inherit;font-family:inherit;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.dc-mobile-control-sheet__list-item:focus{outline:2px solid var(--g-color-line-focus);outline-offset:-2px}.dc-mobile-control-sheet__list-item:focus:not(:focus-visible){outline:0}[dir=rtl] .dc-mobile-control-sheet__list-item{/* rtl:begin:ignore */justify-content:end/* rtl:end:ignore */}
34
34
  .g-sheet{position:fixed;inset-block-start:0;inset-inline-start:0;width:100%;height:100%;z-index:100000}.g-sheet__veil{position:absolute;inset-block-start:0;inset-inline-start:0;height:100%;width:100%;background-color:var(--g-color-sfx-veil);opacity:0;will-change:opacity}.g-sheet__veil_with-transition{transition:opacity .3s ease}.g-sheet__sheet{position:absolute;inset-block-start:100%;inset-inline-start:0;width:100%;max-height:90%;will-change:transform}.g-sheet__sheet_with-transition{transition:transform .3s ease}.g-sheet__sheet-swipe-area{position:absolute;inset-block-start:-20px;inset-inline-start:0;width:100%;height:40px;z-index:1}.g-sheet__sheet-top{position:relative;height:20px;border-start-start-radius:20px;border-start-end-radius:20px;background-color:var(--g-color-base-float)}.g-sheet__sheet-top-resizer{--_--translate-x: calc(-50% * var(--g-flow-direction));position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translateX(var(--_--translate-x)) translateY(-50%);width:40px;height:4px;border-radius:4px;background-color:var(--g-color-line-generic)}.g-sheet__sheet-content{box-sizing:border-box;width:100%;padding:var(--g-sheet-content-padding, 0 10px);max-height:calc(90% - 20px);overflow:hidden auto;overscroll-behavior-y:contain;background-color:var(--g-color-base-float);transition:height .3s ease}.g-sheet__sheet-content_without-scroll{overflow:hidden}.g-sheet__sheet-content-title{padding-block-end:8px;font-size:var(--g-text-body-2-font-size);line-height:28px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
35
35
  .g-list{--_--item-padding: var(--g-list-item-padding, 0);outline:none;display:flex;flex-direction:column;flex:1 1 auto;width:100%}.g-list__filter{padding:var(--_--item-padding);margin-block-end:8px;flex:0 0 auto}.g-list__items{flex:1 1 auto}.g-list__item,.g-list__empty-placeholder{box-sizing:border-box;display:flex;align-items:center;padding:var(--_--item-padding);user-select:none;overflow:hidden}.g-list__item_active{background:var(--g-color-base-simple-hover)}.g-list__item_selected{background:var(--g-color-base-selection)}.g-list__item_selected:hover{background:var(--g-color-base-selection-hover)}.g-list__item_sort-handle-align_right{flex-direction:row-reverse}.g-list__item_sort-handle-align_right .g-list__item-sort-icon{margin-inline:10px 0}.g-list__item_sortable[data-rbd-drag-handle-context-id]:active{cursor:grabbing}.g-list__item_dragging{background:var(--g-color-base-simple-hover-solid);z-index:100001}.g-list__empty-placeholder{box-sizing:border-box;color:var(--g-color-text-hint);min-height:36px;padding-block:8px}.g-list__item-content{flex:1 1 auto;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;height:100%}.g-list__item-sort-icon{display:flex;align-items:center;width:12px;margin-inline-end:4px;flex:0 0 auto;color:var(--g-color-text-hint)}.g-list__loading-indicator{display:flex;width:100%;align-items:center;justify-content:center}
36
36
  .dc-mobile-control{display:flex;align-items:center;box-sizing:border-box;height:100%;padding:3px 12px 3px 8px;padding:var(--g-border-radius-xs, 3px) 12px var(--g-border-radius-xs, 3px) 8px}.dc-mobile-control button{display:flex;align-items:center;height:100%}.dc-mobile-control button[disabled]{color:var(--g-color-text-primary)}.dc-mobile-control__label{display:flex;align-items:center;gap:8px;padding-left:10px;font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);font-weight:400}.dc-mobile-control__select-sheet ul,.dc-mobile-control__select-sheet li{margin:0;padding:0;list-style:none}.dc-mobile-control__arrow{height:100%;padding:2px}[dir=ltr] .dc-mobile-control__arrow{/* rtl:begin:ignore */right:0/* rtl:end:ignore */}[dir=rtl] .dc-mobile-control__arrow{/* rtl:begin:ignore */left:0/* rtl:end:ignore */}
37
37
  .dc-mobile-controls{display:flex;justify-content:space-between;align-items:center;height:44px;width:calc(100% - 32px);box-sizing:content-box;padding-top:4px;padding-bottom:34px;padding-right:16px;padding-left:16px;background-color:var(--g-color-base-background);border-top:1px solid var(--g-color-line-generic)}@media(min-width: 769px){.dc-mobile-controls{display:none}}
38
38
  .dc-to-main-menu{display:flex;align-items:center;justify-content:flex-start;flex:1 0 0;box-sizing:content-box;height:44px;height:calc(var(--dc-subnavigation-height, 52px) - 4px - 4px);width:calc(100% - 24px - 1px);padding:4px 12px;gap:4px;-webkit-text-decoration:none;text-decoration:none;color:var(--g-color-text-primary);background:none;border-radius:3px;border-radius:var(--g-border-radius-xs, 3px);border:none;border-bottom:1px solid var(--g-color-line-generic);outline:none;transition:transform .1s ease-out,color .15s linear;transform:scale(1);touch-action:manipulation}.dc-to-main-menu:not(.dc-to-main-menu_disabled):hover{background:var(--g-color-base-simple-hover)}.dc-to-main-menu:not(.dc-to-main-menu_disabled):active{transition:none;transform:scale(0.98)}.dc-to-main-menu:not(.dc-to-main-menu_disabled):focus-visible{outline:#4e79eb;outline:var(--g-color-line-focus, rgb(78, 121, 235));outline-width:2px;outline-style:solid}.dc-to-main-menu__icon{display:flex;justify-content:center;align-items:center;height:100%;width:44px}.dc-to-main-menu__title{font-size:var(--g-text-subheader-2-font-size);line-height:var(--g-text-subheader-2-line-height);color:var(--g-color-text-primary)}.dc-to-main-menu_hidden{display:none}@media(min-width: 769px){.dc-to-main-menu{display:none}}
39
- .dc-sidebar-content{display:flex;flex-direction:column;flex:1 0 0;height:100%;box-shadow:0px 3px 10px var(--g-color-sfx-shadow)}.dc-sidebar-content__controls-wrapper{position:relative;bottom:0;right:0;width:100%}.dc-sidebar-content__toc,.dc-sidebar-content__main-menu,.dc-sidebar-content__main-menu ul{margin:0;padding:0;list-style:none}.dc-sidebar-content__toc,.dc-sidebar-content__main-menu{flex:1 0 0}.dc-sidebar-content__toc{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.dc-sidebar-content__main-menu{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.dc-sidebar-content__toc{height:0;overflow:auto}.dc-sidebar-content__toc .dc-toc__content>.dc-toc__list{padding:0}.dc-sidebar-content__main-menu{padding:12px 16px 0px;font-weight:var(--g-text-accent-font-weight)}.dc-sidebar-content__main-menu .dc-sidebar-content__main-menu-item{padding:10px 4px 10px 12px;margin:0}.dc-sidebar-content__main-menu .dc-sidebar-content__main-menu-item:has(.pc-navigation-dropdown){display:none}.dc-sidebar-content__main-menu .dc-sidebar-content__main-menu-item:has(.dc-mobile-dropdown){display:inline;display:initial;padding:0}
39
+ .dc-sidebar-content{display:flex;flex-direction:column;flex:1 0 0;height:100%;box-shadow:0px 3px 10px var(--g-color-sfx-shadow)}.dc-sidebar-content__controls-wrapper{position:relative;bottom:0;right:0;width:100%}.dc-sidebar-content__toc,.dc-sidebar-content__main-menu,.dc-sidebar-content__main-menu ul{margin:0;padding:0;list-style:none}.dc-sidebar-content__toc,.dc-sidebar-content__main-menu{flex:1 0 0}.dc-sidebar-content__toc{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.dc-sidebar-content__toc{height:0;overflow-y:auto}.dc-sidebar-content__toc .dc-toc__content>.dc-toc__list{padding:0}.dc-sidebar-content__main-menu{padding:12px 16px 0px;font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);font-weight:var(--g-text-accent-font-weight);overflow-y:auto}.dc-sidebar-content__main-menu .dc-sidebar-content__main-menu-item{padding:10px 4px 10px 12px;margin:0}.dc-sidebar-content__main-menu .dc-sidebar-content__main-menu-item:has(.pc-navigation-dropdown){display:none}.dc-sidebar-content__main-menu .dc-sidebar-content__main-menu-item:has(.dc-mobile-dropdown){display:inline;display:initial;padding:0}
40
40
  .pc-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin-left:8px;color:var(--g-color-base-background);border-radius:50%;background-color:var(--g-color-base-generic)}.pc-social-icon:hover{background-color:var(--g-color-base-generic-hover)}.pc-social-icon__icon{width:16px;height:16px}
41
41
  .pc-Anchor{display:block;position:relative;top:calc(-1*var(--header-height) - var(--anchor-offset, 0px));visibility:hidden}
42
42
  .pc-title-item_size_l,.pc-title-item_size_m,.pc-title-item_size_s,.pc-title-item_size_xs{margin:0}.pc-title-item_justify_center{text-align:center}.pc-title-item_justify_end{text-align:left}.pc-title-item_size_xs{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight)}.pc-title-item_size_s{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);margin-top:32px}.pc-title-item_size_m{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);margin-top:48px}@media(max-width: 576px){.pc-title-item_size_m{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height)}}.pc-title-item_size_l{font-size:var(--g-text-display-4-font-size);line-height:var(--g-text-display-4-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);margin-top:96px}@media(max-width: 577px){.pc-title-item_size_l{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height)}}.pc-title-item__arrow{margin-top:9px}.pc-title-item__arrow_size_xs{margin-top:6px}.pc-title-item__arrow_size_s{margin-top:4px}.pc-title-item__link{color:inherit;text-decoration:none;padding-left:8px;border-radius:var(--g-focus-border-radius)}.pc-title-item__link:hover,.pc-title-item__link:active{--pc-text-header-color: inherit;color:inherit}.pc-title-item__link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-title-item__link:focus:not(:focus-visible){outline:0}.pc-title-item__link:hover{cursor:pointer}.pc-title-item__link:hover .pc-title-item__arrow{margin-right:10px}.pc-title-item__link:hover .pc-title-item__arrow_size_xs{margin-right:6px}.pc-title-item__link:hover .pc-title-item__arrow_size_s{margin-right:8px}.pc-title-item__text{white-space:normal}.pc-title-item__text a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-title-item__text a:focus{outline:2px solid #ffdb4d}.pc-title-item__text a:hover,.pc-title-item__text a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-title-item__wrapper{white-space:nowrap}.pc-title-item_reset-margin{margin-top:0}@media(max-width: 577px){.pc-title-item_size_l:not(.pc-title-item_reset-margin){margin-top:48px}.pc-title-item__arrow_size_m,.pc-title-item__arrow_size_l{margin-top:9px}}
@@ -517,7 +517,6 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
517
517
  padding: 0;
518
518
  white-space: nowrap;
519
519
  border: 0;
520
- -webkit-clip-path: inset(100%);
521
520
  clip-path: inset(100%);
522
521
  -webkit-user-select: none;
523
522
  -moz-user-select: none;
@@ -586,6 +585,14 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
586
585
  text-align: center;
587
586
  font-size: 18px;
588
587
  }
588
+ .yfm h1 .yfm-anchor:focus::before,
589
+ .yfm h2 .yfm-anchor:focus::before,
590
+ .yfm h3 .yfm-anchor:focus::before,
591
+ .yfm h4 .yfm-anchor:focus::before,
592
+ .yfm h5 .yfm-anchor:focus::before,
593
+ .yfm h6 .yfm-anchor:focus::before {
594
+ opacity: 1;
595
+ }
589
596
  .yfm h1 .yfm-anchor::before,
590
597
  .yfm h2 .yfm-anchor::before,
591
598
  .yfm h3 .yfm-anchor::before,
@@ -593,9 +600,7 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
593
600
  .yfm h5 .yfm-anchor::before,
594
601
  .yfm h6 .yfm-anchor::before {
595
602
  content: "#";
596
- visibility: hidden;
597
- position: absolute;
598
- padding-left: 2px;
603
+ opacity: 0;
599
604
  }
600
605
  .yfm h1:hover .yfm-anchor::before,
601
606
  .yfm h2:hover .yfm-anchor::before,
@@ -603,7 +608,7 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
603
608
  .yfm h4:hover .yfm-anchor::before,
604
609
  .yfm h5:hover .yfm-anchor::before,
605
610
  .yfm h6:hover .yfm-anchor::before {
606
- visibility: visible;
611
+ opacity: 1;
607
612
  }
608
613
  .yfm table h1 .yfm-anchor,
609
614
  .yfm table h2 .yfm-anchor,
@@ -615,6 +620,10 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
615
620
  margin-right: -1em;
616
621
  padding-left: 0;
617
622
  }
623
+ .yfm .yfm-tabs .yfm-anchor::before {
624
+ position: absolute;
625
+ padding-left: 2px;
626
+ }
618
627
  .yfm .hljs {
619
628
  display: block;
620
629
  overflow-x: auto;
@@ -695,60 +704,30 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
695
704
  position: relative;
696
705
  }
697
706
  .yfm-clipboard:hover .yfm-clipboard-button {
698
- display: block;
707
+ opacity: 1;
699
708
  }
700
709
  .yfm-clipboard > pre {
701
710
  border-radius: 10px;
702
711
  overflow: hidden;
703
712
  }
704
713
  .yfm-clipboard-button {
705
- display: none;
706
714
  position: absolute;
707
- cursor: pointer;
708
715
  top: 16px;
709
716
  left: 16px;
710
717
  z-index: 1;
711
- }
712
- .yfm-cut-title {
718
+ opacity: 0;
719
+ background: none;
720
+ color: inherit;
721
+ border: none;
722
+ padding: 0;
723
+ font: inherit;
713
724
  cursor: pointer;
714
- position: relative;
715
- -webkit-user-select: none;
716
- -moz-user-select: none;
717
- user-select: none;
718
- padding: 5px 30px 5px 0;
719
725
  }
720
- .yfm-cut-title:before {
721
- content: "";
722
- z-index: 1;
723
- right: 0;
724
- top: 50%;
725
- background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=);
726
- transform: translateY(-50%) rotate(90deg);
727
- transition: transform 0.3s ease;
728
- height: 20px;
729
- width: 20px;
730
- position: absolute;
731
- }
732
- .yfm-cut-content {
733
- display: none;
734
- overflow: hidden;
735
- transition: height 0.3s ease-in-out;
726
+ .yfm-clipboard-button:focus {
727
+ opacity: 1;
736
728
  }
737
- .yfm-cut.open > .yfm-cut-content {
738
- display: revert;
739
- padding: 5px 30px 15px 0;
740
- }
741
- .yfm-cut.open > .yfm-cut-title:before {
742
- transform: translateY(-50%);
743
- }
744
- .yfm:not(.yfm_no-list-reset) .yfm-cut ol {
745
- counter-reset: cut-list;
746
- }
747
- .yfm:not(.yfm_no-list-reset) .yfm-cut ol > li {
748
- counter-increment: cut-list;
749
- }
750
- .yfm:not(.yfm_no-list-reset) .yfm-cut ol > li::before {
751
- content: counters(cut-list, ".") ". ";
729
+ .yfm-clipboard-icon {
730
+ pointer-events: none;
752
731
  }
753
732
  .yfm-file__icon {
754
733
  ---yfm-file-icon-img: var(--yfm-file-icon, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==));
@@ -789,7 +768,7 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
789
768
  }
790
769
  .yfm-term_dfn {
791
770
  position: absolute;
792
- z-index: 1000;
771
+ z-index: 100;
793
772
  width: -moz-fit-content;
794
773
  width: fit-content;
795
774
  max-width: 450px;
@@ -837,6 +816,182 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
837
816
  transform: translateY(0);
838
817
  }
839
818
  }
819
+ .yfm table td.cell-align-top-left,
820
+ .yfm table td.cell-align-bottom-left {
821
+ text-align: right;
822
+ }
823
+ .yfm table td.cell-align-top-center,
824
+ .yfm table td.cell-align-center {
825
+ text-align: center;
826
+ }
827
+ .yfm table td.cell-align-top-right,
828
+ .yfm table td.cell-align-bottom-right {
829
+ text-align: left;
830
+ }
831
+ .yfm table td.cell-align-top-left,
832
+ .yfm table td.cell-align-top-center,
833
+ .yfm table td.cell-align-top-right {
834
+ vertical-align: top;
835
+ }
836
+ .yfm table td.cell-align-center {
837
+ vertical-align: middle;
838
+ }
839
+ .yfm table td.cell-align-bottom-left,
840
+ .yfm table td.cell-align-bottom-right {
841
+ vertical-align: bottom;
842
+ }
843
+ .wide-container {
844
+ position: fixed;
845
+ width: 100vw;
846
+ height: 100vh;
847
+ display: flex;
848
+ justify-content: center;
849
+ align-items: center;
850
+ top: 0px;
851
+ right: 0px;
852
+ z-index: 200;
853
+ }
854
+ .wide-container.dc-doc-page {
855
+ max-width: 100% !important;
856
+ }
857
+ .wide-container .wide-content-viewer {
858
+ visibility: hidden;
859
+ }
860
+ .wide-container .wide-content-wrapper {
861
+ z-index: 200;
862
+ background-color: var(--g-color-base-background);
863
+ height: 90vh;
864
+ width: 70vw;
865
+ border-radius: 10px;
866
+ display: flex;
867
+ flex-direction: column;
868
+ }
869
+ .wide-container .wide-content-wrapper .wide-content {
870
+ height: 95%;
871
+ width: 100%;
872
+ }
873
+ .wide-container .wide-content-wrapper .wide-content .wide-inner-element {
874
+ max-width: 100%;
875
+ width: 100%;
876
+ height: 100%;
877
+ }
878
+ .wide-container .wide-content-wrapper .wide-content table {
879
+ border-radius: 0px;
880
+ }
881
+ .wide-container .wide-content-wrapper .wide-content .wide-thead-content {
882
+ display: table;
883
+ width: 100%;
884
+ }
885
+ .wide-container .wide-content-wrapper .wide-toolbar {
886
+ display: flex;
887
+ flex-direction: row;
888
+ width: 100%;
889
+ justify-content: space-between;
890
+ align-items: center;
891
+ padding: 10px 12px;
892
+ }
893
+ .wide-container .wide-content-wrapper .wide-entity-name {
894
+ margin: 0;
895
+ font-size: 18px;
896
+ }
897
+ .wide-container .wide-content-wrapper .wide-actions {
898
+ align-self: flex-end;
899
+ }
900
+ .wide-container .wide-content-wrapper .wide-actions .close-action {
901
+ cursor: pointer;
902
+ border-radius: 3px;
903
+ transition: background 300ms;
904
+ }
905
+ .wide-container .wide-content-wrapper .wide-actions .close-action:hover {
906
+ background: var(--g-color-base-simple-hover);
907
+ }
908
+ .wide-element-wrapper {
909
+ display: flex;
910
+ gap: 30px;
911
+ position: relative;
912
+ }
913
+ .wide-element-wrapper:hover > .wide-content-viewer {
914
+ visibility: visible;
915
+ }
916
+ .wide-element-wrapper .wide-inner-element {
917
+ max-width: 700px;
918
+ }
919
+ .wide-content-viewer {
920
+ visibility: hidden;
921
+ width: 30px;
922
+ height: 30px;
923
+ z-index: 100;
924
+ padding: 6px;
925
+ box-sizing: content-box;
926
+ color: var(--g-color-text-primary);
927
+ cursor: pointer;
928
+ }
929
+ .wide-content-viewer > svg {
930
+ width: 20px;
931
+ height: 20px;
932
+ }
933
+ .wide-content-overlay {
934
+ z-index: 100;
935
+ width: 100vw;
936
+ height: 100vh;
937
+ position: fixed;
938
+ top: 0;
939
+ right: 0;
940
+ background-color: black;
941
+ opacity: 0.6;
942
+ }
943
+ .yfm-cut {
944
+ transition: all 0.15s;
945
+ margin-bottom: 15px;
946
+ }
947
+ .yfm-cut.cut-highlight {
948
+ background-clip: content-box;
949
+ box-shadow: 0 3px 0 7px var(--g-color-base-simple-hover);
950
+ background-color: var(--g-color-base-simple-hover);
951
+ border-radius: 3px;
952
+ }
953
+ .yfm-cut-title {
954
+ list-style: none;
955
+ cursor: pointer;
956
+ position: relative;
957
+ -webkit-user-select: none;
958
+ -moz-user-select: none;
959
+ user-select: none;
960
+ padding: 5px 30px 5px 0;
961
+ }
962
+ .yfm-cut-title::-webkit-details-marker {
963
+ display: none;
964
+ }
965
+ .yfm-cut-title:focus {
966
+ outline-color: red;
967
+ }
968
+ .yfm-cut-title:before {
969
+ content: "";
970
+ z-index: 1;
971
+ right: 0;
972
+ top: 50%;
973
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=);
974
+ transform: translateY(-50%) rotate(90deg);
975
+ transition: transform 0.3s ease;
976
+ height: 20px;
977
+ width: 20px;
978
+ position: absolute;
979
+ }
980
+ .yfm-cut-content {
981
+ padding: 5px 30px 15px 0;
982
+ }
983
+ .yfm-cut.open > .yfm-cut-title:before {
984
+ transform: translateY(-50%);
985
+ }
986
+ .yfm:not(.yfm_no-list-reset) .yfm-cut ol {
987
+ counter-reset: cut-list;
988
+ }
989
+ .yfm:not(.yfm_no-list-reset) .yfm-cut ol > li {
990
+ counter-increment: cut-list;
991
+ }
992
+ .yfm:not(.yfm_no-list-reset) .yfm-cut ol > li:before {
993
+ content: counters(cut-list, ".") ". ";
994
+ }
840
995
  .yfm-tabs {
841
996
  margin-bottom: 15px;
842
997
  }
@@ -855,6 +1010,64 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
855
1010
  margin-bottom: 15px;
856
1011
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
857
1012
  }
1013
+ .yfm-tabs-vertical > .yfm-tab-list {
1014
+ flex-direction: column;
1015
+ border-bottom: 0;
1016
+ border-bottom: initial;
1017
+ }
1018
+ .yfm-tabs-vertical > .yfm-tab-panel {
1019
+ margin-right: 30px;
1020
+ }
1021
+ .yfm-tabs-vertical > .yfm-tab-group {
1022
+ display: flex;
1023
+ flex-direction: row;
1024
+ margin-bottom: 5px;
1025
+ }
1026
+ .yfm-tabs-vertical .yfm-vertical-tab > input[type=radio] {
1027
+ visibility: hidden;
1028
+ width: 0;
1029
+ height: 0;
1030
+ }
1031
+ .yfm-tabs-vertical .yfm-vertical-tab > label {
1032
+ display: inline-block;
1033
+ cursor: pointer;
1034
+ position: relative;
1035
+ padding-right: 25px;
1036
+ margin-left: 0;
1037
+ line-height: 18px;
1038
+ -webkit-user-select: none;
1039
+ -moz-user-select: none;
1040
+ user-select: none;
1041
+ }
1042
+ .yfm-tabs-vertical .yfm-vertical-tab > label:before {
1043
+ font-family: serif !important;
1044
+ font-family: initial !important;
1045
+ content: "";
1046
+ position: absolute;
1047
+ right: 0;
1048
+ bottom: 1px;
1049
+ border-radius: 50%;
1050
+ width: 18px;
1051
+ height: 18px;
1052
+ border: #dfdfdf 1px solid;
1053
+ background-color: #fff;
1054
+ }
1055
+ .yfm-tabs-vertical .yfm-vertical-tab input[type=radio]:checked + label:before {
1056
+ content: "\2022";
1057
+ background-color: #5282ff;
1058
+ text-align: center;
1059
+ vertical-align: middle;
1060
+ font-size: 20px;
1061
+ white-space: pre;
1062
+ display: inline-flex;
1063
+ justify-content: center;
1064
+ align-items: center;
1065
+ color: #fff;
1066
+ }
1067
+ .yfm-tabs-vertical .yfm-vertical-tab {
1068
+ border-bottom: 0 !important;
1069
+ border-bottom: initial !important;
1070
+ }
858
1071
  .yfm-tab {
859
1072
  margin-bottom: -1px;
860
1073
  margin-left: 20px;
@@ -878,7 +1091,15 @@ a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24
878
1091
  .yfm-tab.active {
879
1092
  border-bottom-color: #027bf3;
880
1093
  }
1094
+ .yfm-tab:focus {
1095
+ outline: 2px solid #4d90fe;
1096
+ border-radius: 2px;
1097
+ }
1098
+ .yfm-tab:focus:not(:focus-visible) {
1099
+ outline: 0;
1100
+ }
881
1101
  .yfm-tab-panel {
1102
+ position: relative;
882
1103
  visibility: hidden;
883
1104
  overflow: hidden;
884
1105
  height: 0;
@@ -2678,5 +2899,5 @@ body.g-root {
2678
2899
  .g-disclosure_size_m .g-disclosure__trigger{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);font-weight:var(--g-text-body-font-weight)}.g-disclosure_size_l .g-disclosure__trigger{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);font-weight:var(--g-text-body-font-weight)}.g-disclosure_size_xl .g-disclosure__trigger{font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height);font-weight:var(--g-text-subheader-font-weight)}.g-disclosure__trigger{padding:0;font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;cursor:pointer;display:flex;flex-flow:row nowrap;gap:8px;flex-shrink:0;align-items:center;font-size:inherit;line-height:inherit;font-weight:inherit;border-radius:var(--g-focus-border-radius)}.g-disclosure__trigger:focus-visible{outline:2px solid var(--g-color-line-focus)}.g-disclosure__trigger_arrow_end{flex-direction:row-reverse}.g-disclosure__trigger_disabled{color:var(--g-color-text-secondary);cursor:auto}.g-disclosure__content{display:none}.g-disclosure__content_visible{display:block}.g-disclosure__content.g-disclosure_exit_active{display:block;animation-name:g-disclosure-collapsed;animation-duration:.1s;opacity:0}.g-disclosure__content.g-disclosure_enter_active{animation-name:g-disclosure-expanded;animation-duration:.2s}@keyframes g-disclosure-expanded{0%{opacity:.4}100%{opacity:1}}@keyframes g-disclosure-collapsed{0%{opacity:1}100%{opacity:0}}
2679
2900
  .gc-consent-popup{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);font-weight:var(--g-text-body-font-weight);padding:32px;border-radius:14px;max-width:656px}.gc-consent-popup__header{display:flex;justify-content:space-between}.gc-consent-popup__title{font-weight:var(--g-text-header-font-weight)}.gc-consent-popup__body{margin:24px 0 48px;line-height:24px}.gc-consent-popup__body_step_manage{margin-block-end:32px}.gc-consent-popup__text+.gc-consent-popup__text{margin-block-start:16px}.gc-consent-popup__buttons{display:flex;justify-content:flex-end}.gc-consent-popup__button+.gc-consent-popup__button{margin-inline-start:16px}.gc-consent-popup__close-button{--g-button-focus-outline-color: var(--g-color-line-focus);position:relative;inset-block-start:1px}.gc-consent-popup__arrow-button{--g-button-focus-outline-color: var(--g-color-line-focus);position:relative;inset-block-start:-2px}.gc-consent-popup__cookie-list{margin-block-start:24px}.gc-consent-popup__modal-content_mobile .gc-consent-popup{max-width:initial}.gc-consent-popup__modal-content_mobile .gc-consent-popup__body{margin:8px 0 16px;line-height:20px}.gc-consent-popup__modal-content_mobile .gc-consent-popup__buttons{justify-content:flex-start}.gc-consent-popup__modal-content_mobile .gc-consent-popup__button+.gc-consent-popup__button{margin-inline-start:12px}.gc-consent-popup__modal-content_mobile .gc-consent-popup__arrow-button{margin-inline-end:16px}.gc-consent-popup__modal-content_mobile.gc-consent-popup__modal-content_step_manage{position:fixed;inset:0;margin:0;overflow-y:scroll;border-radius:0}.gc-consent-popup__modal-content_mobile.gc-consent-popup__modal-content_step_manage .gc-consent-popup{padding:32px 24px}.gc-consent-popup__modal-content_mobile.gc-consent-popup__modal-content_step_manage .gc-consent-popup__body{margin:32px 0}.gc-consent-popup__modal-content_mobile.gc-consent-popup__modal-content_step_manage .gc-consent-popup__text+.gc-consent-popup__text{margin-block-start:8px}
2680
2901
  .gc-simple-consent{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);font-weight:var(--g-text-body-font-weight);position:fixed;inset-block-end:24px;inset-inline-start:0;max-width:1312px;padding:24px 32px;margin:0 40px;box-shadow:0px 8px 32px 0px rgba(0,0,0,.1);background-color:var(--g-color-base-float);border-radius:var(--g-border-radius-xl)}.gc-simple-consent__container{display:flex;justify-content:center;align-items:center}.gc-simple-consent__buttons{display:flex}.gc-simple-consent__button{margin-inline-start:16px}@media(max-width: 769px){.gc-simple-consent__buttons{margin-block-start:24px;width:100%}.gc-simple-consent__container{flex-direction:column}.gc-simple-consent__button{flex:1 1 0}.gc-simple-consent__button:first-child{margin-inline-start:0}}
2681
- .dc-mobile-dropdown{display:flex;justify-content:space-between;align-items:center;padding:10px 4px 10px 12px;width:100%}.dc-mobile-dropdown__foldable .dc-mobile-dropdown__list{display:flex;padding:4px 12px;flex-direction:column;border-radius:11px;background:var(--g-color-base-generic)}.dc-mobile-dropdown__list-item{display:flex;padding:10px 28px 10px 12px;gap:4px;width:100%;margin:0;font-weight:400}.dc-mobile-dropdown__icon{transition:transform 150ms}.dc-mobile-dropdown__icon_up{transform:rotate(-180deg)}@media(min-width: 769px){.dc-mobile-dropdown{display:none}.pc-navigation-item:has(.dc-mobile-dropdown){width:0}}
2902
+ .dc-mobile-dropdown{display:flex;justify-content:space-between;align-items:center;padding:10px 4px 10px 12px;width:100%}.dc-mobile-dropdown__foldable .dc-mobile-dropdown__list{display:flex;padding:4px 12px;flex-direction:column;border-radius:11px;background:var(--g-color-base-generic)}.dc-mobile-dropdown__list-item{display:flex;padding:10px 28px 10px 12px;gap:4px;width:100%;margin:0;font-weight:400}.dc-mobile-dropdown__icon{transition:transform 150ms}.dc-mobile-dropdown__icon_up{transform:rotate(-180deg)}@media(min-width: 769px){.dc-mobile-dropdown{display:none}.pc-navigation-item:has(.dc-mobile-dropdown){display:none}}
2682
2903
  .pc-navigation{display:flex;justify-content:center;align-items:center;height:var(--header-height);background-color:var(--g-color-base-background)}.pc-navigation_with-border{box-shadow:inset 0 -1px 0 var(--g-color-line-generic)}
@@ -29,8 +29,8 @@ var PageConstructor = __webpack_require__(95168);
29
29
  var ThemeProvider = __webpack_require__(45593);
30
30
  // EXTERNAL MODULE: ./node_modules/@diplodoc/components/build/esm/models/index.js
31
31
  var models = __webpack_require__(78184);
32
- // EXTERNAL MODULE: ./node_modules/@diplodoc/components/build/esm/utils/index.js + 60 modules
33
- var utils = __webpack_require__(34594);
32
+ // EXTERNAL MODULE: ./node_modules/@diplodoc/components/build/esm/utils/index.js + 59 modules
33
+ var utils = __webpack_require__(54878);
34
34
  // EXTERNAL MODULE: ./node_modules/@diplodoc/components/build/esm/config/index.js + 9 modules
35
35
  var config = __webpack_require__(65601);
36
36
  // EXTERNAL MODULE: ./node_modules/@diplodoc/components/build/esm/components/ConsentPopup/ConsentPopup.js + 52 modules
@@ -43,8 +43,8 @@ var CustomNavigation = __webpack_require__(88976);
43
43
  var mermaid_extension_react = __webpack_require__(85905);
44
44
  // EXTERNAL MODULE: ./node_modules/@diplodoc/latex-extension/react/index.js
45
45
  var latex_extension_react = __webpack_require__(90358);
46
- // EXTERNAL MODULE: ./node_modules/@diplodoc/openapi-extension/runtime/index.min.js + 13 modules
47
- var index_min = __webpack_require__(11987);
46
+ // EXTERNAL MODULE: ./node_modules/@diplodoc/openapi-extension/build/runtime/index.min.js + 13 modules
47
+ var index_min = __webpack_require__(58364);
48
48
  // EXTERNAL MODULE: external "@diplodoc/transform/dist/js/yfm"
49
49
  var yfm_ = __webpack_require__(40527);
50
50
  // EXTERNAL MODULE: ./node_modules/@diplodoc/components/build/esm/components/Controls/ControlsLayout.js
@@ -688,6 +688,158 @@ module.exports = require("fs");
688
688
 
689
689
  /***/ }),
690
690
 
691
+ /***/ 34589:
692
+ /***/ ((module) => {
693
+
694
+ "use strict";
695
+ module.exports = require("node:assert");
696
+
697
+ /***/ }),
698
+
699
+ /***/ 16698:
700
+ /***/ ((module) => {
701
+
702
+ "use strict";
703
+ module.exports = require("node:async_hooks");
704
+
705
+ /***/ }),
706
+
707
+ /***/ 4573:
708
+ /***/ ((module) => {
709
+
710
+ "use strict";
711
+ module.exports = require("node:buffer");
712
+
713
+ /***/ }),
714
+
715
+ /***/ 37540:
716
+ /***/ ((module) => {
717
+
718
+ "use strict";
719
+ module.exports = require("node:console");
720
+
721
+ /***/ }),
722
+
723
+ /***/ 77598:
724
+ /***/ ((module) => {
725
+
726
+ "use strict";
727
+ module.exports = require("node:crypto");
728
+
729
+ /***/ }),
730
+
731
+ /***/ 53053:
732
+ /***/ ((module) => {
733
+
734
+ "use strict";
735
+ module.exports = require("node:diagnostics_channel");
736
+
737
+ /***/ }),
738
+
739
+ /***/ 78474:
740
+ /***/ ((module) => {
741
+
742
+ "use strict";
743
+ module.exports = require("node:events");
744
+
745
+ /***/ }),
746
+
747
+ /***/ 37067:
748
+ /***/ ((module) => {
749
+
750
+ "use strict";
751
+ module.exports = require("node:http");
752
+
753
+ /***/ }),
754
+
755
+ /***/ 32467:
756
+ /***/ ((module) => {
757
+
758
+ "use strict";
759
+ module.exports = require("node:http2");
760
+
761
+ /***/ }),
762
+
763
+ /***/ 77030:
764
+ /***/ ((module) => {
765
+
766
+ "use strict";
767
+ module.exports = require("node:net");
768
+
769
+ /***/ }),
770
+
771
+ /***/ 643:
772
+ /***/ ((module) => {
773
+
774
+ "use strict";
775
+ module.exports = require("node:perf_hooks");
776
+
777
+ /***/ }),
778
+
779
+ /***/ 41792:
780
+ /***/ ((module) => {
781
+
782
+ "use strict";
783
+ module.exports = require("node:querystring");
784
+
785
+ /***/ }),
786
+
787
+ /***/ 57075:
788
+ /***/ ((module) => {
789
+
790
+ "use strict";
791
+ module.exports = require("node:stream");
792
+
793
+ /***/ }),
794
+
795
+ /***/ 41692:
796
+ /***/ ((module) => {
797
+
798
+ "use strict";
799
+ module.exports = require("node:tls");
800
+
801
+ /***/ }),
802
+
803
+ /***/ 73136:
804
+ /***/ ((module) => {
805
+
806
+ "use strict";
807
+ module.exports = require("node:url");
808
+
809
+ /***/ }),
810
+
811
+ /***/ 57975:
812
+ /***/ ((module) => {
813
+
814
+ "use strict";
815
+ module.exports = require("node:util");
816
+
817
+ /***/ }),
818
+
819
+ /***/ 73429:
820
+ /***/ ((module) => {
821
+
822
+ "use strict";
823
+ module.exports = require("node:util/types");
824
+
825
+ /***/ }),
826
+
827
+ /***/ 75919:
828
+ /***/ ((module) => {
829
+
830
+ "use strict";
831
+ module.exports = require("node:worker_threads");
832
+
833
+ /***/ }),
834
+
835
+ /***/ 38522:
836
+ /***/ ((module) => {
837
+
838
+ "use strict";
839
+ module.exports = require("node:zlib");
840
+
841
+ /***/ }),
842
+
691
843
  /***/ 70857:
692
844
  /***/ ((module) => {
693
845
 
@@ -728,6 +880,14 @@ module.exports = require("stream");
728
880
 
729
881
  /***/ }),
730
882
 
883
+ /***/ 13193:
884
+ /***/ ((module) => {
885
+
886
+ "use strict";
887
+ module.exports = require("string_decoder");
888
+
889
+ /***/ }),
890
+
731
891
  /***/ 52018:
732
892
  /***/ ((module) => {
733
893