@deepfuture/dui-cdn 1.4.5 → 1.4.6
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/dui.js +0 -30
- package/dui.min.js +232 -262
- package/package.json +1 -1
package/dui.js
CHANGED
|
@@ -2248,36 +2248,6 @@ var tokens_default = `/* =======================================================
|
|
|
2248
2248
|
--prose-kbd-border: var(--border-strong);
|
|
2249
2249
|
}
|
|
2250
2250
|
|
|
2251
|
-
/* =================================================================
|
|
2252
|
-
* Base document styles
|
|
2253
|
-
* ================================================================= */
|
|
2254
|
-
:root {
|
|
2255
|
-
color: var(--text-1);
|
|
2256
|
-
font-family: var(--font-sans);
|
|
2257
|
-
line-height: var(--line-height-normal);
|
|
2258
|
-
-webkit-font-smoothing: antialiased;
|
|
2259
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
/* =================================================================
|
|
2263
|
-
* Heading defaults
|
|
2264
|
-
* ================================================================= */
|
|
2265
|
-
h1 { font-size: var(--text-4xl); line-height: var(--text-4xl--line-height); } /* 36 / 40 */
|
|
2266
|
-
h2 { font-size: var(--text-3xl); line-height: var(--text-3xl--line-height); } /* 30 / 36 */
|
|
2267
|
-
h3 { font-size: var(--text-2xl); line-height: var(--text-2xl--line-height); } /* 24 / 32 */
|
|
2268
|
-
h4 { font-size: var(--text-xl); line-height: var(--text-xl--line-height); } /* 20 / 28 */
|
|
2269
|
-
h5 { font-size: var(--text-lg); line-height: var(--text-lg--line-height); } /* 18 / 28 */
|
|
2270
|
-
h6 { font-size: var(--text-base); line-height: var(--text-base--line-height); } /* 16 / 24 */
|
|
2271
|
-
|
|
2272
|
-
/* =================================================================
|
|
2273
|
-
* Baseline grid trim \u2014 prose elements anchor visible glyph edges,
|
|
2274
|
-
* not CSS line-box edges, to the 4px grid.
|
|
2275
|
-
* ================================================================= */
|
|
2276
|
-
h1, h2, h3, h4, h5, h6,
|
|
2277
|
-
p, li, blockquote, dt, dd,
|
|
2278
|
-
label, legend, caption, figcaption, th, td {
|
|
2279
|
-
text-box: trim-both cap alphabetic;
|
|
2280
|
-
}
|
|
2281
2251
|
`;
|
|
2282
2252
|
|
|
2283
2253
|
// packages/components/src/tokens/properties.css
|