anentrypoint-design 0.0.101 → 0.0.102
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/app-shell.css +8 -0
- package/dist/247420.app.js +4 -4
- package/dist/247420.css +8 -0
- package/dist/247420.js +9 -9
- package/package.json +1 -1
package/app-shell.css
CHANGED
|
@@ -1172,7 +1172,15 @@ input[type="number"]::placeholder, input:not([type])::placeholder { color: var(-
|
|
|
1172
1172
|
.ds-work-actions { display: flex; gap: var(--tool-gutter); }
|
|
1173
1173
|
|
|
1174
1174
|
.panel.panel-inline { max-width: 560px; margin: 0; }
|
|
1175
|
+
.panel.panel-inline-wide { max-width: 640px; }
|
|
1175
1176
|
.panel.panel-wide { max-width: 900px; }
|
|
1177
|
+
.ds-prose-endnote {
|
|
1178
|
+
font-family: var(--ff-mono);
|
|
1179
|
+
font-size: 14px;
|
|
1180
|
+
color: var(--panel-text-2);
|
|
1181
|
+
margin-top: var(--prose-stack-lg) !important;
|
|
1182
|
+
}
|
|
1183
|
+
.ds-manifesto-section { padding: 20px 32px 40px 32px; }
|
|
1176
1184
|
|
|
1177
1185
|
/* ============================================================
|
|
1178
1186
|
.ds-prose — editorial prose surface. No chrome, no background,
|