From b5670e94bbd145c9c62a0fcd52be7b11ca868cfb Mon Sep 17 00:00:00 2001 From: wax911 Date: Thu, 19 Oct 2023 10:28:24 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20docs=20from=20@=20AniTrend/sup?= =?UTF-8?q?port-arch@f76c734cf8fa81ba86c12c301200cbcc5b6ef175=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../-request-error/index.html | 6 +- .../argument.html | 2 +- .../attach-component.html | 2 +- .../detach-component.html | 2 +- .../co.anitrend.arch.extension.ext/extra.html | 2 +- .../get-compat-color.html | 2 +- .../get-compat-drawable-attr.html | 2 +- .../get-compat-drawable-tint-attr.html | 2 +- .../get-compat-drawable-tint.html | 2 +- .../get-compat-drawable.html | 2 +- .../co.anitrend.arch.extension.ext/gone.html | 2 +- .../ime-height.html | 2 +- .../co.anitrend.arch.extension.ext/index.html | 12 +- .../invisible.html | 2 +- .../is-ime-visible.html | 2 +- .../navigation-bar-height.html | 2 +- .../status-bar-height.html | 2 +- .../stop-service-matching.html | 2 +- .../visible.html | 2 +- .../convert-from-unix-time-stamp.html | 2 +- .../default-input-date-pattern.html | 2 +- .../-abstract-support-date-helper/index.html | 2 +- .../-support-date-helper/index.html | 2 +- images/anchor-copy-button.svg | 6 +- images/arrow_down.svg | 6 +- images/burger.svg | 6 +- images/copy-icon.svg | 6 +- images/copy-successful-icon.svg | 6 +- images/footer-go-to-link.svg | 6 +- images/go-to-top-icon.svg | 6 +- images/logo-icon.svg | 6 +- images/nav-icons/abstract-class-kotlin.svg | 4 + images/nav-icons/annotation-kotlin.svg | 4 + images/nav-icons/class-kotlin.svg | 4 + images/nav-icons/enum-kotlin.svg | 4 + images/nav-icons/field-value.svg | 4 + images/nav-icons/field-variable.svg | 4 + images/nav-icons/interface-kotlin.svg | 4 + images/nav-icons/object.svg | 4 + images/nav-icons/typealias-kotlin.svg | 4 + images/theme-toggle.svg | 6 +- scripts/clipboard.js | 4 + scripts/navigation-loader.js | 4 + scripts/platform-content-handler.js | 4 + scripts/symbol-parameters-wrapper_deferred.js | 119 ++++++++---------- styles/font-jb-sans-auto.css | 4 + styles/logo-styles.css | 4 + styles/main.css | 10 +- styles/prism.css | 4 + styles/style.css | 6 +- 50 files changed, 198 insertions(+), 111 deletions(-) diff --git a/domain/co.anitrend.arch.domain.entities/-request-error/index.html b/domain/co.anitrend.arch.domain.entities/-request-error/index.html index 6ce6ef15e..6eeda6f48 100644 --- a/domain/co.anitrend.arch.domain.entities/-request-error/index.html +++ b/domain/co.anitrend.arch.domain.entities/-request-error/index.html @@ -222,7 +222,7 @@

Functions

@@ -267,7 +267,7 @@

Functions

@@ -282,7 +282,7 @@

Functions

diff --git a/extension/co.anitrend.arch.extension.ext/argument.html b/extension/co.anitrend.arch.extension.ext/argument.html index 5fe64a0fb..f7af33e31 100644 --- a/extension/co.anitrend.arch.extension.ext/argument.html +++ b/extension/co.anitrend.arch.extension.ext/argument.html @@ -63,7 +63,7 @@

argument

-
inline fun <T> Fragment.argument(key: String, default: T): Lazy<T>

Lazy intent parameters for fragments

Return

Lazy of the target type

Parameters

key

lookup key for the embedded item in the Fragment.getArguments

default

default value to use when key does not exist


inline fun <T> Fragment.argument(key: String): Lazy<T?>

Lazy intent parameters for fragments

Return

Lazy of the target type

Parameters

key

lookup key for the embedded item in the Fragment.getArguments

+
inline fun <T> Fragment.argument(key: String, default: T): Lazy<T>

Lazy intent parameters for fragments

Return

Lazy of the target type

Parameters

key

lookup key for the embedded item in the Fragment.getArguments

default

default value to use when key does not exist


inline fun <T> Fragment.argument(key: String): Lazy<T?>

Lazy intent parameters for fragments

Return

Lazy of the target type

Parameters

key

lookup key for the embedded item in the Fragment.getArguments

-

Adds an observer on the lifecycle owner. This must be registered earlier than the lifecycle events you intend on listening to, preferably FragmentActivity.onCreate

+

Adds an observer on the lifecycle owner. This must be registered earlier than the lifecycle events you intend on listening to, preferably FragmentActivity.onCreate

@@ -277,7 +277,7 @@

Functions

-

Removes an observer on the lifecycle owner. This must be un-registered later than the lifecycle events you being listened to, preferably FragmentActivity.onDestroy

+

Removes an observer on the lifecycle owner. This must be un-registered later than the lifecycle events you being listened to, preferably FragmentActivity.onDestroy

@@ -382,7 +382,7 @@

Functions

-

Avoids resource not found when using vector drawables in API levels < Lollipop

fun Context.getCompatDrawable(@DrawableRes resource: Int, @ColorRes colorTint: Int): Drawable?

Avoids resource not found when using vector drawables in API levels < Lollipop Also images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

+

Avoids resource not found when using vector drawables in API levels < Lollipop

fun Context.getCompatDrawable(@DrawableRes resource: Int, @ColorRes colorTint: Int): Drawable?

Avoids resource not found when using vector drawables in API levels < Lollipop Also images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

@@ -397,7 +397,7 @@

Functions

-

Avoids resource not found when using vector drawables in API levels < Lollipop Also images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

+

Avoids resource not found when using vector drawables in API levels < Lollipop Also images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

@@ -412,7 +412,7 @@

Functions

-

Avoids resource not found when using vector drawables in API levels < Lollipop and tints the drawable depending on the current selected theme, images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

+

Avoids resource not found when using vector drawables in API levels < Lollipop and tints the drawable depending on the current selected theme, images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared

@@ -427,7 +427,7 @@

Functions

-

Avoids resource not found when using vector drawables in API levels < Lollipop and tints the drawable depending on the current selected theme, images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared.

+

Avoids resource not found when using vector drawables in API levels < Lollipop and tints the drawable depending on the current selected theme, images loaded from this method apply the Drawable.mutate to assure that the state of each drawable is not shared.

diff --git a/extension/co.anitrend.arch.extension.ext/invisible.html b/extension/co.anitrend.arch.extension.ext/invisible.html index 89f0e1efa..45c1552d9 100644 --- a/extension/co.anitrend.arch.extension.ext/invisible.html +++ b/extension/co.anitrend.arch.extension.ext/invisible.html @@ -63,7 +63,7 @@

invisible

-

Sets the current views visibility to INVISIBLE

See also

+

Sets the current views visibility to INVISIBLE

See also

-

ISO 8601 date format pattern, this default pattern targets API level Build.VERSION_CODES.N and up

+

ISO 8601 date format pattern, this default pattern targets API level Build.VERSION_CODES.N and up

diff --git a/extension/co.anitrend.arch.extension.util.date/-support-date-helper/index.html b/extension/co.anitrend.arch.extension.util.date/-support-date-helper/index.html index 8db73bc6b..fbce41a69 100644 --- a/extension/co.anitrend.arch.extension.util.date/-support-date-helper/index.html +++ b/extension/co.anitrend.arch.extension.util.date/-support-date-helper/index.html @@ -113,7 +113,7 @@

Properties

-

ISO 8601 date format pattern, this default pattern targets API level Build.VERSION_CODES.N and up

+

ISO 8601 date format pattern, this default pattern targets API level Build.VERSION_CODES.N and up

diff --git a/images/anchor-copy-button.svg b/images/anchor-copy-button.svg index bab9d747f..19c1fa3f4 100644 --- a/images/anchor-copy-button.svg +++ b/images/anchor-copy-button.svg @@ -1,4 +1,8 @@ + + - \ No newline at end of file + diff --git a/images/arrow_down.svg b/images/arrow_down.svg index c0388dee2..639aaf12c 100644 --- a/images/arrow_down.svg +++ b/images/arrow_down.svg @@ -1,3 +1,7 @@ + + - \ No newline at end of file + diff --git a/images/burger.svg b/images/burger.svg index d6dcefccb..fcca732b7 100644 --- a/images/burger.svg +++ b/images/burger.svg @@ -1,5 +1,9 @@ + + - \ No newline at end of file + diff --git a/images/copy-icon.svg b/images/copy-icon.svg index 61440f0a4..2cb02ec6e 100644 --- a/images/copy-icon.svg +++ b/images/copy-icon.svg @@ -1,3 +1,7 @@ + + - \ No newline at end of file + diff --git a/images/copy-successful-icon.svg b/images/copy-successful-icon.svg index 1865f739b..c4b95383d 100644 --- a/images/copy-successful-icon.svg +++ b/images/copy-successful-icon.svg @@ -1,3 +1,7 @@ + + - \ No newline at end of file + diff --git a/images/footer-go-to-link.svg b/images/footer-go-to-link.svg index 0137e2231..a87add7a3 100644 --- a/images/footer-go-to-link.svg +++ b/images/footer-go-to-link.svg @@ -1,3 +1,7 @@ + + - \ No newline at end of file + diff --git a/images/go-to-top-icon.svg b/images/go-to-top-icon.svg index d987f3ead..abc3d1cef 100644 --- a/images/go-to-top-icon.svg +++ b/images/go-to-top-icon.svg @@ -1,4 +1,8 @@ + + - \ No newline at end of file + diff --git a/images/logo-icon.svg b/images/logo-icon.svg index 1fea08773..e42f9570c 100644 --- a/images/logo-icon.svg +++ b/images/logo-icon.svg @@ -1,3 +1,7 @@ + + @@ -7,4 +11,4 @@ - \ No newline at end of file + diff --git a/images/nav-icons/abstract-class-kotlin.svg b/images/nav-icons/abstract-class-kotlin.svg index a2069b8fb..19d6148ca 100644 --- a/images/nav-icons/abstract-class-kotlin.svg +++ b/images/nav-icons/abstract-class-kotlin.svg @@ -1,3 +1,7 @@ + + diff --git a/images/nav-icons/annotation-kotlin.svg b/images/nav-icons/annotation-kotlin.svg index 932f1d3de..b90f508c4 100644 --- a/images/nav-icons/annotation-kotlin.svg +++ b/images/nav-icons/annotation-kotlin.svg @@ -1,3 +1,7 @@ + + diff --git a/images/nav-icons/class-kotlin.svg b/images/nav-icons/class-kotlin.svg index 46a21f65a..797a2423c 100644 --- a/images/nav-icons/class-kotlin.svg +++ b/images/nav-icons/class-kotlin.svg @@ -1,3 +1,7 @@ + + diff --git a/images/nav-icons/enum-kotlin.svg b/images/nav-icons/enum-kotlin.svg index 4a8545968..775a7cc90 100644 --- a/images/nav-icons/enum-kotlin.svg +++ b/images/nav-icons/enum-kotlin.svg @@ -1,3 +1,7 @@ + + diff --git a/images/nav-icons/field-value.svg b/images/nav-icons/field-value.svg index 20449c947..2771ee56c 100644 --- a/images/nav-icons/field-value.svg +++ b/images/nav-icons/field-value.svg @@ -1,3 +1,7 @@ + + diff --git a/images/nav-icons/field-variable.svg b/images/nav-icons/field-variable.svg index 3b0745007..e2d2bbd01 100644 --- a/images/nav-icons/field-variable.svg +++ b/images/nav-icons/field-variable.svg @@ -1,3 +1,7 @@ + + diff --git a/images/nav-icons/interface-kotlin.svg b/images/nav-icons/interface-kotlin.svg index bf07a1488..5e163260e 100644 --- a/images/nav-icons/interface-kotlin.svg +++ b/images/nav-icons/interface-kotlin.svg @@ -1,3 +1,7 @@ + + diff --git a/images/nav-icons/object.svg b/images/nav-icons/object.svg index 9f427de41..31f0ee3e6 100644 --- a/images/nav-icons/object.svg +++ b/images/nav-icons/object.svg @@ -1,3 +1,7 @@ + + diff --git a/images/nav-icons/typealias-kotlin.svg b/images/nav-icons/typealias-kotlin.svg index 4795069b2..f4bb238b5 100644 --- a/images/nav-icons/typealias-kotlin.svg +++ b/images/nav-icons/typealias-kotlin.svg @@ -1,3 +1,7 @@ + + diff --git a/images/theme-toggle.svg b/images/theme-toggle.svg index dad3ff2a2..df86202bb 100644 --- a/images/theme-toggle.svg +++ b/images/theme-toggle.svg @@ -1,3 +1,7 @@ + + - \ No newline at end of file + diff --git a/scripts/clipboard.js b/scripts/clipboard.js index b00ce246e..7a4f33c59 100644 --- a/scripts/clipboard.js +++ b/scripts/clipboard.js @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + window.addEventListener('load', () => { document.querySelectorAll('span.copy-icon').forEach(element => { element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); diff --git a/scripts/navigation-loader.js b/scripts/navigation-loader.js index 92464911c..3df7ac8cc 100644 --- a/scripts/navigation-loader.js +++ b/scripts/navigation-loader.js @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + navigationPageText = fetch(pathToRoot + "navigation.html").then(response => response.text()) displayNavigationFromPage = () => { diff --git a/scripts/platform-content-handler.js b/scripts/platform-content-handler.js index 7c5e8af73..8c4ca5383 100644 --- a/scripts/platform-content-handler.js +++ b/scripts/platform-content-handler.js @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + filteringContext = { dependencies: {}, restrictedDependencies: [], diff --git a/scripts/symbol-parameters-wrapper_deferred.js b/scripts/symbol-parameters-wrapper_deferred.js index 248d0ab03..7ecae7a6a 100644 --- a/scripts/symbol-parameters-wrapper_deferred.js +++ b/scripts/symbol-parameters-wrapper_deferred.js @@ -1,83 +1,64 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + // helps with some corner cases where starts working already, // but the signature is not yet long enough to be wrapped -const leftPaddingPx = 60 - -const symbolResizeObserver = new ResizeObserver(entries => { - entries.forEach(entry => { - const symbolElement = entry.target - symbolResizeObserver.unobserve(symbolElement) // only need it once, otherwise will be executed multiple times - wrapSymbolParameters(symbolElement); - }) -}); - -const wrapAllSymbolParameters = () => { - document.querySelectorAll("div.symbol").forEach(symbol => wrapSymbolParameters(symbol)) -} +(function() { + const leftPaddingPx = 60; -const wrapSymbolParameters = (symbol) => { - let parametersBlock = symbol.querySelector("span.parameters") - if (parametersBlock == null) { - return // nothing to wrap + function createNbspIndent() { + let indent = document.createElement("span"); + indent.append(document.createTextNode("\u00A0\u00A0\u00A0\u00A0")); + indent.classList.add("nbsp-indent"); + return indent; } - let symbolBlockWidth = symbol.clientWidth + function wrapSymbolParameters(entry) { + const symbol = entry.target; + const symbolBlockWidth = entry.borderBoxSize && entry.borderBoxSize[0] && entry.borderBoxSize[0].inlineSize; - // Even though the script is marked as `defer` and we wait for `DOMContentLoaded` event, - // it can happen that `symbolBlockWidth` is 0, indicating that something hasn't been loaded. - // In this case, just retry once all styles have been applied and it has been resized correctly. - if (symbolBlockWidth === 0) { - symbolResizeObserver.observe(symbol) - return - } + // Even though the script is marked as `defer` and we wait for `DOMContentLoaded` event, + // or if this block is a part of hidden tab, it can happen that `symbolBlockWidth` is 0, + // indicating that something hasn't been loaded. + // In this case, observer will be triggered onсe again when it will be ready. + if (symbolBlockWidth > 0) { + const node = symbol.querySelector(".parameters"); - let innerTextWidth = Array.from(symbol.children) - .filter(it => !it.classList.contains("block")) // blocks are usually on their own (like annotations), so ignore it - .map(it => it.getBoundingClientRect().width).reduce((a, b) => a + b, 0) + if (node) { + // if window resize happened and observer was triggered, reset previously wrapped + // parameters as they might not need wrapping anymore, and check again + node.classList.remove("wrapped"); + node.querySelectorAll(".parameter .nbsp-indent") + .forEach(indent => indent.remove()); - // if signature text takes up more than a single line, wrap params for readability - let shouldWrapParams = innerTextWidth > (symbolBlockWidth - leftPaddingPx) - if (shouldWrapParams) { - parametersBlock.classList.add("wrapped") - parametersBlock.querySelectorAll("span.parameter").forEach(param => { - // has to be a physical indent so that it can be copied. styles like - // paddings and `::before { content: " " }` do not work for that - param.prepend(createNbspIndent()) - }) - } -} + const innerTextWidth = Array.from(symbol.children) + .filter(it => !it.classList.contains("block")) // blocks are usually on their own (like annotations), so ignore it + .map(it => it.getBoundingClientRect().width) + .reduce((a, b) => a + b, 0); -const createNbspIndent = () => { - let indent = document.createElement("span") - indent.append(document.createTextNode("\u00A0\u00A0\u00A0\u00A0")) - indent.classList.add("nbsp-indent") - return indent -} + // if signature text takes up more than a single line, wrap params for readability + if (innerTextWidth > (symbolBlockWidth - leftPaddingPx)) { + node.classList.add("wrapped"); + node.querySelectorAll(".parameter").forEach(param => { + // has to be a physical indent so that it can be copied. styles like + // paddings and `::before { content: " " }` do not work for that + param.prepend(createNbspIndent()); + }); + } + } + } + } -const resetAllSymbolParametersWrapping = () => { - document.querySelectorAll("div.symbol").forEach(symbol => resetSymbolParametersWrapping(symbol)) -} + const symbolsObserver = new ResizeObserver(entries => entries.forEach(wrapSymbolParameters)); -const resetSymbolParametersWrapping = (symbol) => { - let parameters = symbol.querySelector("span.parameters") - if (parameters != null) { - parameters.classList.remove("wrapped") - parameters.querySelectorAll("span.parameter").forEach(param => { - let indent = param.querySelector("span.nbsp-indent") - if (indent != null) indent.remove() - }) + function initHandlers() { + document.querySelectorAll("div.symbol").forEach(symbol => symbolsObserver.observe(symbol)); } -} -if (document.readyState === 'loading') { - window.addEventListener('DOMContentLoaded', () => { - wrapAllSymbolParameters() - }) -} else { - wrapAllSymbolParameters() -} + if (document.readyState === 'loading') window.addEventListener('DOMContentLoaded', initHandlers); + else initHandlers(); -window.onresize = event => { - // need to re-calculate if params need to be wrapped after resize - resetAllSymbolParametersWrapping() - wrapAllSymbolParameters() -} + // ToDo: Add `unobserve` if dokka will be SPA-like: + // https://github.com/w3c/csswg-drafts/issues/5155 +})(); diff --git a/styles/font-jb-sans-auto.css b/styles/font-jb-sans-auto.css index 95d8ef833..bdc68723a 100644 --- a/styles/font-jb-sans-auto.css +++ b/styles/font-jb-sans-auto.css @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + /* Light weight */ @font-face { font-family: 'JetBrains Sans'; diff --git a/styles/logo-styles.css b/styles/logo-styles.css index f3846e821..69804e468 100644 --- a/styles/logo-styles.css +++ b/styles/logo-styles.css @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + :root { --dokka-logo-image-url: url('../images/logo-icon.svg'); --dokka-logo-height: 50px; diff --git a/styles/main.css b/styles/main.css index 5aa04a496..ebe1ce12f 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1,4 +1,6 @@ -#pages-search{cursor:pointer;border:none;border-radius:50%;background:transparent;fill:#fff;fill:var(--dark-mode-and-search-icon-color)}#pages-search:focus{outline:none}#pages-search:hover{background:var(--white-10)}.search,.search [data-test=ring-select],.search [data-test=ring-tooltip],.search [data-test=ring-select_focus],.search #pages-search{display:inline-block;padding:0;margin:0;font-size:0;line-height:0}.search-hotkey-popup{background-color:var(--background-color) !important;padding:4px}.popup-wrapper{min-width:calc(100% - 322px) !important;border:1px solid rgba(255,255,255,.2) !important;background-color:#27282c !important}.popup-wrapper [class^=filterWrapper]{border-bottom:1px solid rgba(255,255,255,.2)}.popup-wrapper input{color:rgba(255,255,255,.8) !important;font-weight:normal !important}.popup-wrapper span[data-test-custom=ring-select-popup-filter-icon]{color:#fff}.popup-wrapper button[data-test=ring-input-clear]{color:#fff !important}@media screen and (max-width: 759px){.popup-wrapper{min-width:100% !important}}.template-wrapper{display:grid;height:32px;grid-template-columns:auto auto}.template-wrapper strong{color:rgba(255,255,255,.8)}.template-wrapper span{color:rgba(255,255,255,.8);line-height:32px}.template-wrapper span.template-description{color:rgba(255,255,255,.6);justify-self:end}@media screen and (max-width: 759px){.template-wrapper{display:flex;flex-direction:column;height:auto}.template-wrapper span{line-height:unset}}.template-name{justify-self:start}[class^=fade]{display:none}[class*=hover]{background-color:rgba(255,255,255,.1) !important} +/*! + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */#pages-search{cursor:pointer;border:none;border-radius:50%;background:transparent;fill:#fff;fill:var(--dark-mode-and-search-icon-color)}#pages-search:focus{outline:none}#pages-search:hover{background:var(--white-10)}.search,.search [data-test=ring-select],.search [data-test=ring-tooltip],.search [data-test=ring-select_focus],.search #pages-search{display:inline-block;padding:0;margin:0;font-size:0;line-height:0}.search-hotkey-popup{background-color:var(--background-color) !important;padding:4px}.popup-wrapper{min-width:calc(100% - 322px) !important;border:1px solid rgba(255,255,255,.2) !important;background-color:#27282c !important}.popup-wrapper [class^=filterWrapper]{border-bottom:1px solid rgba(255,255,255,.2)}.popup-wrapper input{color:rgba(255,255,255,.8) !important;font-weight:normal !important}.popup-wrapper span[data-test-custom=ring-select-popup-filter-icon]{color:#fff}.popup-wrapper button[data-test=ring-input-clear]{color:#fff !important}@media screen and (max-width: 759px){.popup-wrapper{min-width:100% !important}}.template-wrapper{display:grid;height:32px;grid-template-columns:auto auto}.template-wrapper strong{color:rgba(255,255,255,.8)}.template-wrapper span{color:rgba(255,255,255,.8);line-height:32px}.template-wrapper span.template-description{color:rgba(255,255,255,.6);justify-self:end}@media screen and (max-width: 759px){.template-wrapper{display:flex;flex-direction:column;height:auto}.template-wrapper span{line-height:unset}}.template-name{justify-self:start}[class^=fade]{display:none}[class*=hover]{background-color:rgba(255,255,255,.1) !important} /* stylelint-disable color-no-hex */ :root { @@ -113,6 +115,10 @@ --ring-alert-z-index: 6; } -html,.app-root{height:100%}.search-root{margin:0;padding:0;background:var(--ring-content-background-color);font-family:var(--ring-font-family);font-size:var(--ring-font-size);line-height:var(--ring-line-height)}.search-content{z-index:8} +/*! + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + *//*! + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */html,.app-root{height:100%}.search-root{margin:0;padding:0;background:var(--ring-content-background-color);font-family:var(--ring-font-family);font-size:var(--ring-font-size);line-height:var(--ring-line-height)}.search-content{z-index:8} /*# sourceMappingURL=main.css.map*/ \ No newline at end of file diff --git a/styles/prism.css b/styles/prism.css index 4287f6d12..2d3a091e4 100644 --- a/styles/prism.css +++ b/styles/prism.css @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + /* * Custom Dokka styles */ diff --git a/styles/style.css b/styles/style.css index 7f6e4b0dc..67a899a59 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + @import url('./font-jb-sans-auto.css'); @import url('https://fonts.googleapis.com/css?family=JetBrains+Mono'); @@ -1476,4 +1480,4 @@ has only one header, and the header text is the same as the tab name, so no poin */ .main-content[data-page-type="package"] .tabs-section-body h2 { display: none; -} \ No newline at end of file +}