anentrypoint-design 0.0.224 → 0.0.226
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.
- package/dist/247420.css +23 -7
- package/dist/247420.js +11 -11
- package/package.json +1 -1
package/dist/247420.css
CHANGED
|
@@ -8125,7 +8125,7 @@
|
|
|
8125
8125
|
|
|
8126
8126
|
/* gm-prose.css */
|
|
8127
8127
|
/* ============================================================
|
|
8128
|
-
gm-prose
|
|
8128
|
+
gm-prose -- long-form article + doc-site prose surfaces
|
|
8129
8129
|
Extracted-article host, sticky table-of-contents rail, CLI
|
|
8130
8130
|
transcript block, definition-panel rows, repo cards, tag
|
|
8131
8131
|
chips, and attributed callouts. Consumed pro-rata by doc
|
|
@@ -8136,6 +8136,13 @@
|
|
|
8136
8136
|
|
|
8137
8137
|
.ds-247420 .ds-prose { line-height: 1.65; }
|
|
8138
8138
|
.ds-247420 .ds-prose pre, .ds-247420 .ds-prose table { overflow-x: auto; max-width: 100%; }
|
|
8139
|
+
.ds-247420 .ds-prose canvas {
|
|
8140
|
+
display: block;
|
|
8141
|
+
width: 100%;
|
|
8142
|
+
max-width: 100%;
|
|
8143
|
+
height: 300px;
|
|
8144
|
+
max-height: 300px;
|
|
8145
|
+
}
|
|
8139
8146
|
|
|
8140
8147
|
.ds-247420 #ds-article-host, .ds-247420 .ds-prose {
|
|
8141
8148
|
width: 100%;
|
|
@@ -8145,14 +8152,22 @@
|
|
|
8145
8152
|
}
|
|
8146
8153
|
|
|
8147
8154
|
.ds-247420 #ds-article-host.has-toc {
|
|
8148
|
-
display:
|
|
8149
|
-
|
|
8155
|
+
display: flex;
|
|
8156
|
+
align-items: flex-start;
|
|
8150
8157
|
column-gap: 44px;
|
|
8151
|
-
|
|
8158
|
+
gap: 44px;
|
|
8159
|
+
max-width: calc(256px + 44px + var(--measure-narrow));
|
|
8160
|
+
margin-left: auto;
|
|
8161
|
+
margin-right: auto;
|
|
8162
|
+
}
|
|
8163
|
+
.ds-247420 #ds-article-host.has-toc > .article-col {
|
|
8164
|
+
flex: 1 1 0;
|
|
8165
|
+
min-width: 0;
|
|
8166
|
+
max-width: var(--measure-narrow);
|
|
8152
8167
|
}
|
|
8153
8168
|
.ds-247420 #ds-article-host.has-toc > .toc {
|
|
8154
|
-
|
|
8155
|
-
|
|
8169
|
+
flex: 0 0 256px;
|
|
8170
|
+
align-self: flex-start;
|
|
8156
8171
|
position: sticky;
|
|
8157
8172
|
top: 24px;
|
|
8158
8173
|
align-self: start;
|
|
@@ -8193,9 +8208,10 @@
|
|
|
8193
8208
|
.ds-247420 #ds-article-host .toc li::marker { color: var(--panel-text-3); font-variant-numeric: tabular-nums; }
|
|
8194
8209
|
.ds-247420 #ds-article-host .toc a { color: var(--panel-text-2); text-decoration: none; transition: color .12s ease; }
|
|
8195
8210
|
.ds-247420 #ds-article-host .toc a:hover { color: var(--panel-accent); }
|
|
8196
|
-
.ds-247420 #ds-article-host.has-toc >
|
|
8211
|
+
.ds-247420 #ds-article-host.has-toc > .article-col > * { min-width: 0; }
|
|
8197
8212
|
@media (max-width: 900px) {
|
|
8198
8213
|
.ds-247420 #ds-article-host.has-toc { display: block; }
|
|
8214
|
+
.ds-247420 #ds-article-host.has-toc > .article-col { max-width: 100%; }
|
|
8199
8215
|
.ds-247420 #ds-article-host.has-toc > .toc {
|
|
8200
8216
|
position: static;
|
|
8201
8217
|
max-height: none;
|