lism-css 0.13.1 → 0.15.0
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/README.ja.md +2 -2
- package/README.md +4 -3
- package/bin/build-config.js +1 -4
- package/bin/cli.mjs +13 -3
- package/config/defaults/props.ts +19 -21
- package/config/defaults/tokens.ts +2 -2
- package/config/defaults/traits.ts +4 -1
- package/dist/components/Dummy/Dummy.d.ts +1 -1
- package/dist/components/Lism/Lism.d.ts +2 -1
- package/dist/components/Lism/Lism.stories.d.ts +1 -2
- package/dist/components/atomic/Decorator/Decorator.d.ts +0 -2
- package/dist/components/atomic/Icon/getProps.d.ts +1 -1
- package/dist/components/atomic/Icon/getProps.js +37 -37
- package/dist/components/index.d.ts +1 -1
- package/dist/config/default-config.d.ts +18 -21
- package/dist/config/defaults/props.d.ts +17 -21
- package/dist/config/defaults/props.js +17 -21
- package/dist/config/defaults/tokens.d.ts +2 -2
- package/dist/config/defaults/tokens.js +2 -2
- package/dist/config/defaults/traits.d.ts +4 -1
- package/dist/config/defaults/traits.js +6 -3
- package/dist/config/index.d.ts +36 -42
- package/dist/css/base/set.css +1 -1
- package/dist/css/base.css +1 -1
- package/dist/css/main.css +1 -1
- package/dist/css/main_no_layer.css +1 -1
- package/dist/css/primitives/layout.css +1 -1
- package/dist/css/props.css +1 -1
- package/dist/css/trait.css +1 -0
- package/dist/css/utility.css +1 -1
- package/dist/lib/getAtomicProps.d.ts +0 -3
- package/dist/lib/getAtomicProps.js +16 -18
- package/dist/lib/getLayoutProps.d.ts +0 -1
- package/dist/lib/getLismProps.d.ts +5 -8
- package/dist/lib/getLismProps.js +69 -87
- package/dist/lib/getMaybeTokenValue.js +20 -20
- package/dist/lib/types/AtomicProps.d.ts +0 -2
- package/dist/lib/types/TraitProps.d.ts +2 -2
- package/package.json +1 -1
- package/packages/astro/Dummy/Dummy.astro +1 -1
- package/packages/astro/index.ts +4 -1
- package/packages/astro/layout/Flex/Flex.astro +3 -2
- package/packages/astro/layout/Flow/Flow.astro +2 -2
- package/packages/astro/types.ts +3 -0
- package/src/scss/_auto_output.scss +12 -11
- package/src/scss/_prop-config.scss +14 -17
- package/src/scss/_with_layer.scss +8 -4
- package/src/scss/base/_html.scss +4 -4
- package/src/scss/base/set/{_innerRs.scss → _bdrsInner.scss} +1 -1
- package/src/scss/base/set/_bp.scss +2 -2
- package/src/scss/base/set/_hov.scss +4 -4
- package/src/scss/base/set/_revert.scss +6 -0
- package/src/scss/base/set/index.scss +3 -5
- package/src/scss/base/tokens/_shadow.scss +18 -12
- package/src/scss/base/tokens/_tokens.scss +7 -19
- package/src/scss/main_no_layer.scss +4 -1
- package/src/scss/primitives/layout/_fluidCols.scss +1 -1
- package/src/scss/primitives/layout/_sideMain.scss +1 -1
- package/src/scss/props/_hover.scss +27 -16
- package/src/scss/props/_size.scss +1 -1
- package/src/scss/{primitives/trait → trait}/_boxLink.scss +1 -1
- package/src/scss/{primitives/trait → trait}/_container.scss +2 -2
- package/src/scss/{base/set/_gutter.scss → trait/_hasGutter.scss} +1 -1
- package/src/scss/trait/_hasMask.scss +6 -0
- package/src/scss/trait/_hasSnap.scss +11 -0
- package/src/scss/trait/_hasTransition.scss +8 -0
- package/src/scss/{primitives/trait → trait}/index.scss +7 -2
- package/src/scss/utility/index.scss +0 -1
- package/dist/css/primitives/trait.css +0 -1
- package/src/scss/base/set/_mask.scss +0 -6
- package/src/scss/base/set/_transition.scss +0 -11
- package/src/scss/primitives/trait/_vertical.scss +0 -9
- package/src/scss/utility/_snap.scss +0 -8
- /package/src/scss/{primitives/trait → trait}/_coverLink.scss +0 -0
- /package/src/scss/{primitives/trait → trait}/_layer.scss +0 -0
- /package/src/scss/{primitives/trait → trait}/_wrapper.scss +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* isVar: 1 → クラス出力はせずstyle属性での変数出力のみ (--bdw, --keycolor など)
|
|
3
3
|
* bp: 0 → Prop-valユーティリティクラス化されなければ、style属性で出力するだけ。
|
|
4
4
|
* bp: 1 → .-prop と --prop の セットがベースにあり、.-prop_bp と .--prop_bp で ブレイクポイント指定できる。
|
|
5
|
-
* .-prop{
|
|
5
|
+
* .-prop{property:var(--prop)} が基本で、ユーティリティクラスは .-prop:val{property:value} となる。
|
|
6
6
|
*
|
|
7
7
|
* ↓コンポーネント処理で使用される
|
|
8
8
|
* tokenClass: 1 → 対応するトークン値がそのまま全てユーティリティクラス化されるもの。
|
|
@@ -10,8 +10,10 @@
|
|
|
10
10
|
* shorthands: → コンポーネント側で短く書くための設定
|
|
11
11
|
*
|
|
12
12
|
* ↓SCSS出力で使用される
|
|
13
|
-
* alwaysVar: 1 → .-prop,[class*=-prop:] {
|
|
14
|
-
*
|
|
13
|
+
* alwaysVar: 1 → state変数扱い。 .-prop,[class*=-prop:] {property:var(--prop)} の base 出力となり、
|
|
14
|
+
* ユーティリティクラスは --prop をセットする形になる。
|
|
15
|
+
* 加えて BPクラスも .-prop_$bp { property: var(--prop); --prop: var(--prop_$bp) !important; } を出力し、
|
|
16
|
+
* 常に --prop が当該要素の現在値になるよう上書きされる(consumer が --prop を参照できる)。
|
|
15
17
|
* important: 1 → !important を付けて最終的に出力する
|
|
16
18
|
*/
|
|
17
19
|
declare const _default: {
|
|
@@ -24,7 +26,6 @@ declare const _default: {
|
|
|
24
26
|
readonly token: "fz";
|
|
25
27
|
readonly tokenClass: 1;
|
|
26
28
|
readonly bp: 1;
|
|
27
|
-
readonly alwaysVar: 1;
|
|
28
29
|
};
|
|
29
30
|
readonly fw: {
|
|
30
31
|
readonly prop: "fontWeight";
|
|
@@ -169,21 +170,21 @@ declare const _default: {
|
|
|
169
170
|
readonly prop: "maxInlineSize";
|
|
170
171
|
readonly token: "sz";
|
|
171
172
|
readonly tokenClass: 1;
|
|
173
|
+
readonly presets: readonly ["full"];
|
|
172
174
|
readonly exUtility: {
|
|
173
|
-
readonly min: "";
|
|
174
175
|
readonly full: "";
|
|
175
176
|
readonly container: "";
|
|
176
177
|
};
|
|
177
178
|
};
|
|
178
|
-
readonly
|
|
179
|
+
readonly bsz: {
|
|
179
180
|
readonly prop: "blockSize";
|
|
180
181
|
readonly token: "sz";
|
|
181
182
|
};
|
|
182
|
-
readonly 'min-
|
|
183
|
+
readonly 'min-bsz': {
|
|
183
184
|
readonly prop: "minBlockSize";
|
|
184
185
|
readonly token: "sz";
|
|
185
186
|
};
|
|
186
|
-
readonly 'max-
|
|
187
|
+
readonly 'max-bsz': {
|
|
187
188
|
readonly prop: "maxBlockSize";
|
|
188
189
|
readonly token: "sz";
|
|
189
190
|
};
|
|
@@ -289,7 +290,6 @@ declare const _default: {
|
|
|
289
290
|
readonly tokenClass: 1;
|
|
290
291
|
readonly bp: 1;
|
|
291
292
|
readonly alwaysVar: 1;
|
|
292
|
-
readonly overwriteBaseVar: 1;
|
|
293
293
|
};
|
|
294
294
|
readonly 'bdrs-tl': {
|
|
295
295
|
readonly prop: "borderTopLeftRadius";
|
|
@@ -331,7 +331,6 @@ declare const _default: {
|
|
|
331
331
|
readonly token: "bxsh";
|
|
332
332
|
readonly tokenClass: 1;
|
|
333
333
|
readonly bp: 1;
|
|
334
|
-
readonly alwaysVar: 1;
|
|
335
334
|
};
|
|
336
335
|
readonly pos: {
|
|
337
336
|
readonly prop: "position";
|
|
@@ -410,7 +409,6 @@ declare const _default: {
|
|
|
410
409
|
readonly token: "space";
|
|
411
410
|
readonly tokenClass: 1;
|
|
412
411
|
readonly alwaysVar: 1;
|
|
413
|
-
readonly overwriteBaseVar: 1;
|
|
414
412
|
readonly bp: 1;
|
|
415
413
|
};
|
|
416
414
|
readonly px: {
|
|
@@ -418,7 +416,6 @@ declare const _default: {
|
|
|
418
416
|
readonly presets: readonly ["0"];
|
|
419
417
|
readonly token: "space";
|
|
420
418
|
readonly tokenClass: 1;
|
|
421
|
-
readonly alwaysVar: 1;
|
|
422
419
|
readonly bp: 1;
|
|
423
420
|
};
|
|
424
421
|
readonly py: {
|
|
@@ -426,7 +423,6 @@ declare const _default: {
|
|
|
426
423
|
readonly presets: readonly ["0"];
|
|
427
424
|
readonly token: "space";
|
|
428
425
|
readonly tokenClass: 1;
|
|
429
|
-
readonly alwaysVar: 1;
|
|
430
426
|
readonly bp: 1;
|
|
431
427
|
};
|
|
432
428
|
readonly 'px-s': {
|
|
@@ -475,7 +471,6 @@ declare const _default: {
|
|
|
475
471
|
readonly token: "space";
|
|
476
472
|
readonly tokenClass: 1;
|
|
477
473
|
readonly alwaysVar: 1;
|
|
478
|
-
readonly overwriteBaseVar: 1;
|
|
479
474
|
readonly bp: 1;
|
|
480
475
|
};
|
|
481
476
|
readonly mx: {
|
|
@@ -483,7 +478,6 @@ declare const _default: {
|
|
|
483
478
|
readonly presets: readonly ["auto", "0"];
|
|
484
479
|
readonly token: "space";
|
|
485
480
|
readonly tokenClass: 1;
|
|
486
|
-
readonly alwaysVar: 1;
|
|
487
481
|
readonly bp: 1;
|
|
488
482
|
};
|
|
489
483
|
readonly my: {
|
|
@@ -491,7 +485,6 @@ declare const _default: {
|
|
|
491
485
|
readonly presets: readonly ["auto", "0"];
|
|
492
486
|
readonly token: "space";
|
|
493
487
|
readonly tokenClass: 1;
|
|
494
|
-
readonly alwaysVar: 1;
|
|
495
488
|
readonly bp: 1;
|
|
496
489
|
};
|
|
497
490
|
readonly 'mx-s': {
|
|
@@ -549,8 +542,6 @@ declare const _default: {
|
|
|
549
542
|
};
|
|
550
543
|
readonly token: "space";
|
|
551
544
|
readonly tokenClass: 1;
|
|
552
|
-
readonly alwaysVar: 1;
|
|
553
|
-
readonly overwriteBaseVar: 1;
|
|
554
545
|
readonly bp: 1;
|
|
555
546
|
};
|
|
556
547
|
readonly cg: {
|
|
@@ -755,11 +746,11 @@ declare const _default: {
|
|
|
755
746
|
readonly prop: "order";
|
|
756
747
|
readonly presets: readonly ["0", "-1", "1"];
|
|
757
748
|
};
|
|
758
|
-
readonly
|
|
749
|
+
readonly ovw: {
|
|
759
750
|
readonly prop: "overflowWrap";
|
|
760
751
|
readonly presets: readonly ["anywhere"];
|
|
761
752
|
};
|
|
762
|
-
readonly
|
|
753
|
+
readonly whs: {
|
|
763
754
|
readonly prop: "whiteSpace";
|
|
764
755
|
readonly presets: readonly ["nowrap"];
|
|
765
756
|
};
|
|
@@ -771,9 +762,14 @@ declare const _default: {
|
|
|
771
762
|
readonly prop: "clear";
|
|
772
763
|
readonly presets: readonly ["both"];
|
|
773
764
|
};
|
|
774
|
-
readonly
|
|
765
|
+
readonly iso: {
|
|
775
766
|
readonly prop: "isolation";
|
|
776
767
|
readonly presets: readonly ["isolate"];
|
|
777
768
|
};
|
|
769
|
+
readonly wm: {
|
|
770
|
+
readonly prop: "writingMode";
|
|
771
|
+
readonly presets: readonly ["vertical-rl"];
|
|
772
|
+
readonly bp: 1;
|
|
773
|
+
};
|
|
778
774
|
};
|
|
779
775
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "start", e: "end", c: "center", fs: "flex-start", fe: "flex-end" },
|
|
1
|
+
const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "start", e: "end", c: "center", fs: "flex-start", fe: "flex-end" }, t = {
|
|
2
2
|
f: { prop: "font", presets: ["inherit"] },
|
|
3
|
-
fz: { prop: "fontSize", token: "fz", tokenClass: 1, bp: 1
|
|
3
|
+
fz: { prop: "fontSize", token: "fz", tokenClass: 1, bp: 1 },
|
|
4
4
|
fw: {
|
|
5
5
|
prop: "fontWeight",
|
|
6
6
|
token: "fw",
|
|
@@ -60,15 +60,15 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
60
60
|
prop: "maxInlineSize",
|
|
61
61
|
token: "sz",
|
|
62
62
|
tokenClass: 1,
|
|
63
|
+
presets: ["full"],
|
|
63
64
|
exUtility: {
|
|
64
|
-
min: "",
|
|
65
65
|
full: "",
|
|
66
66
|
container: ""
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
|
|
70
|
-
"min-
|
|
71
|
-
"max-
|
|
69
|
+
bsz: { prop: "blockSize", token: "sz" },
|
|
70
|
+
"min-bsz": { prop: "minBlockSize", token: "sz" },
|
|
71
|
+
"max-bsz": { prop: "maxBlockSize", token: "sz" },
|
|
72
72
|
// bg
|
|
73
73
|
bg: { prop: "background", bp: 1 },
|
|
74
74
|
bgi: { prop: "backgroundImage" },
|
|
@@ -128,8 +128,7 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
128
128
|
token: "bdrs",
|
|
129
129
|
tokenClass: 1,
|
|
130
130
|
bp: 1,
|
|
131
|
-
alwaysVar: 1
|
|
132
|
-
overwriteBaseVar: 1
|
|
131
|
+
alwaysVar: 1
|
|
133
132
|
},
|
|
134
133
|
"bdrs-tl": { prop: "borderTopLeftRadius", token: "bdrs" },
|
|
135
134
|
"bdrs-tr": { prop: "borderTopRightRadius", token: "bdrs" },
|
|
@@ -139,7 +138,7 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
139
138
|
"bdrs-se": { prop: "borderStartEndRadius", token: "bdrs" },
|
|
140
139
|
"bdrs-es": { prop: "borderEndStartRadius", token: "bdrs" },
|
|
141
140
|
"bdrs-ee": { prop: "borderEndEndRadius", token: "bdrs" },
|
|
142
|
-
bxsh: { prop: "boxShadow", utils: { 0: "none" }, token: "bxsh", tokenClass: 1, bp: 1
|
|
141
|
+
bxsh: { prop: "boxShadow", utils: { 0: "none" }, token: "bxsh", tokenClass: 1, bp: 1 },
|
|
143
142
|
// position
|
|
144
143
|
pos: {
|
|
145
144
|
prop: "position",
|
|
@@ -164,11 +163,10 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
164
163
|
token: "space",
|
|
165
164
|
tokenClass: 1,
|
|
166
165
|
alwaysVar: 1,
|
|
167
|
-
overwriteBaseVar: 1,
|
|
168
166
|
bp: 1
|
|
169
167
|
},
|
|
170
|
-
px: { prop: "paddingInline", presets: ["0"], token: "space", tokenClass: 1,
|
|
171
|
-
py: { prop: "paddingBlock", presets: ["0"], token: "space", tokenClass: 1,
|
|
168
|
+
px: { prop: "paddingInline", presets: ["0"], token: "space", tokenClass: 1, bp: 1 },
|
|
169
|
+
py: { prop: "paddingBlock", presets: ["0"], token: "space", tokenClass: 1, bp: 1 },
|
|
172
170
|
"px-s": { prop: "paddingInlineStart", token: "space", bp: 1 },
|
|
173
171
|
"px-e": { prop: "paddingInlineEnd", token: "space", bp: 1 },
|
|
174
172
|
"py-s": { prop: "paddingBlockStart", token: "space", bp: 1 },
|
|
@@ -183,11 +181,10 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
183
181
|
token: "space",
|
|
184
182
|
tokenClass: 1,
|
|
185
183
|
alwaysVar: 1,
|
|
186
|
-
overwriteBaseVar: 1,
|
|
187
184
|
bp: 1
|
|
188
185
|
},
|
|
189
|
-
mx: { prop: "marginInline", presets: ["auto", "0"], token: "space", tokenClass: 1,
|
|
190
|
-
my: { prop: "marginBlock", presets: ["auto", "0"], token: "space", tokenClass: 1,
|
|
186
|
+
mx: { prop: "marginInline", presets: ["auto", "0"], token: "space", tokenClass: 1, bp: 1 },
|
|
187
|
+
my: { prop: "marginBlock", presets: ["auto", "0"], token: "space", tokenClass: 1, bp: 1 },
|
|
191
188
|
"mx-s": { prop: "marginInlineStart", presets: ["auto"], token: "space", bp: 1 },
|
|
192
189
|
"mx-e": { prop: "marginInlineEnd", presets: ["auto"], token: "space", bp: 1 },
|
|
193
190
|
"my-s": { prop: "marginBlockStart", token: "space", bp: 1, presets: ["auto", "0"], tokenClass: 1 },
|
|
@@ -202,8 +199,6 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
202
199
|
exUtility: { inherit: { gap: "inherit" } },
|
|
203
200
|
token: "space",
|
|
204
201
|
tokenClass: 1,
|
|
205
|
-
alwaysVar: 1,
|
|
206
|
-
overwriteBaseVar: 1,
|
|
207
202
|
bp: 1
|
|
208
203
|
},
|
|
209
204
|
cg: { prop: "columnGap", token: "space", bp: 1 },
|
|
@@ -318,13 +313,14 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
318
313
|
// },
|
|
319
314
|
// },
|
|
320
315
|
// others
|
|
321
|
-
|
|
322
|
-
|
|
316
|
+
ovw: { prop: "overflowWrap", presets: ["anywhere"] },
|
|
317
|
+
whs: { prop: "whiteSpace", presets: ["nowrap"] },
|
|
323
318
|
// wordbreak: { prop: 'wordBreak', utils: { keep: 'keep-all', all: 'break-all' } },
|
|
324
319
|
float: { prop: "float", presets: ["left", "right"] },
|
|
325
320
|
clear: { prop: "clear", presets: ["both"] },
|
|
326
|
-
|
|
321
|
+
iso: { prop: "isolation", presets: ["isolate"] },
|
|
322
|
+
wm: { prop: "writingMode", presets: ["vertical-rl"], bp: 1 }
|
|
327
323
|
};
|
|
328
324
|
export {
|
|
329
|
-
|
|
325
|
+
t as default
|
|
330
326
|
};
|
|
@@ -7,8 +7,8 @@ declare const _default: {
|
|
|
7
7
|
readonly fw: readonly ["light", "normal", "bold"];
|
|
8
8
|
readonly o: readonly ["-10", "-20", "-30"];
|
|
9
9
|
readonly bdrs: readonly ["10", "20", "30", "40", "99", "inner"];
|
|
10
|
-
readonly bxsh: readonly ["10", "20", "30", "40"];
|
|
11
|
-
readonly sz: readonly ["xs", "s", "m", "l", "xl", "
|
|
10
|
+
readonly bxsh: readonly ["10", "20", "30", "40", "50"];
|
|
11
|
+
readonly sz: readonly ["xs", "s", "m", "l", "xl", "container"];
|
|
12
12
|
readonly ar: readonly ["og"];
|
|
13
13
|
readonly space: {
|
|
14
14
|
readonly pre: "--s";
|
|
@@ -7,8 +7,8 @@ const e = {
|
|
|
7
7
|
fw: ["light", "normal", "bold"],
|
|
8
8
|
o: ["-10", "-20", "-30"],
|
|
9
9
|
bdrs: ["10", "20", "30", "40", "99", "inner"],
|
|
10
|
-
bxsh: ["10", "20", "30", "40"],
|
|
11
|
-
sz: ["xs", "s", "m", "l", "xl", "
|
|
10
|
+
bxsh: ["10", "20", "30", "40", "50"],
|
|
11
|
+
sz: ["xs", "s", "m", "l", "xl", "container"],
|
|
12
12
|
ar: ["og"],
|
|
13
13
|
space: {
|
|
14
14
|
pre: "--s",
|
|
@@ -12,6 +12,9 @@ declare const _default: {
|
|
|
12
12
|
readonly isCoverLink: "is--coverLink";
|
|
13
13
|
readonly isSide: "is--side";
|
|
14
14
|
readonly isSkipFlow: "is--skipFlow";
|
|
15
|
-
readonly
|
|
15
|
+
readonly hasTransition: "has--transition";
|
|
16
|
+
readonly hasGutter: "has--gutter";
|
|
17
|
+
readonly hasSnap: "has--snap";
|
|
18
|
+
readonly hasMask: "has--mask";
|
|
16
19
|
};
|
|
17
20
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const s = {
|
|
2
2
|
isContainer: "is--container",
|
|
3
3
|
isWrapper: {
|
|
4
4
|
className: "is--wrapper",
|
|
@@ -12,8 +12,11 @@ const i = {
|
|
|
12
12
|
isCoverLink: "is--coverLink",
|
|
13
13
|
isSide: "is--side",
|
|
14
14
|
isSkipFlow: "is--skipFlow",
|
|
15
|
-
|
|
15
|
+
hasTransition: "has--transition",
|
|
16
|
+
hasGutter: "has--gutter",
|
|
17
|
+
hasSnap: "has--snap",
|
|
18
|
+
hasMask: "has--mask"
|
|
16
19
|
};
|
|
17
20
|
export {
|
|
18
|
-
|
|
21
|
+
s as default
|
|
19
22
|
};
|
package/dist/config/index.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ export declare const CONFIG: {
|
|
|
8
8
|
readonly fw: readonly ["light", "normal", "bold"];
|
|
9
9
|
readonly o: readonly ["-10", "-20", "-30"];
|
|
10
10
|
readonly bdrs: readonly ["10", "20", "30", "40", "99", "inner"];
|
|
11
|
-
readonly bxsh: readonly ["10", "20", "30", "40"];
|
|
12
|
-
readonly sz: readonly ["xs", "s", "m", "l", "xl", "
|
|
11
|
+
readonly bxsh: readonly ["10", "20", "30", "40", "50"];
|
|
12
|
+
readonly sz: readonly ["xs", "s", "m", "l", "xl", "container"];
|
|
13
13
|
readonly ar: readonly ["og"];
|
|
14
14
|
readonly space: {
|
|
15
15
|
readonly pre: "--s";
|
|
@@ -36,7 +36,6 @@ export declare const CONFIG: {
|
|
|
36
36
|
readonly token: "fz";
|
|
37
37
|
readonly tokenClass: 1;
|
|
38
38
|
readonly bp: 1;
|
|
39
|
-
readonly alwaysVar: 1;
|
|
40
39
|
};
|
|
41
40
|
readonly fw: {
|
|
42
41
|
readonly prop: "fontWeight";
|
|
@@ -181,21 +180,21 @@ export declare const CONFIG: {
|
|
|
181
180
|
readonly prop: "maxInlineSize";
|
|
182
181
|
readonly token: "sz";
|
|
183
182
|
readonly tokenClass: 1;
|
|
183
|
+
readonly presets: readonly ["full"];
|
|
184
184
|
readonly exUtility: {
|
|
185
|
-
readonly min: "";
|
|
186
185
|
readonly full: "";
|
|
187
186
|
readonly container: "";
|
|
188
187
|
};
|
|
189
188
|
};
|
|
190
|
-
readonly
|
|
189
|
+
readonly bsz: {
|
|
191
190
|
readonly prop: "blockSize";
|
|
192
191
|
readonly token: "sz";
|
|
193
192
|
};
|
|
194
|
-
readonly 'min-
|
|
193
|
+
readonly 'min-bsz': {
|
|
195
194
|
readonly prop: "minBlockSize";
|
|
196
195
|
readonly token: "sz";
|
|
197
196
|
};
|
|
198
|
-
readonly 'max-
|
|
197
|
+
readonly 'max-bsz': {
|
|
199
198
|
readonly prop: "maxBlockSize";
|
|
200
199
|
readonly token: "sz";
|
|
201
200
|
};
|
|
@@ -301,7 +300,6 @@ export declare const CONFIG: {
|
|
|
301
300
|
readonly tokenClass: 1;
|
|
302
301
|
readonly bp: 1;
|
|
303
302
|
readonly alwaysVar: 1;
|
|
304
|
-
readonly overwriteBaseVar: 1;
|
|
305
303
|
};
|
|
306
304
|
readonly 'bdrs-tl': {
|
|
307
305
|
readonly prop: "borderTopLeftRadius";
|
|
@@ -343,7 +341,6 @@ export declare const CONFIG: {
|
|
|
343
341
|
readonly token: "bxsh";
|
|
344
342
|
readonly tokenClass: 1;
|
|
345
343
|
readonly bp: 1;
|
|
346
|
-
readonly alwaysVar: 1;
|
|
347
344
|
};
|
|
348
345
|
readonly pos: {
|
|
349
346
|
readonly prop: "position";
|
|
@@ -422,7 +419,6 @@ export declare const CONFIG: {
|
|
|
422
419
|
readonly token: "space";
|
|
423
420
|
readonly tokenClass: 1;
|
|
424
421
|
readonly alwaysVar: 1;
|
|
425
|
-
readonly overwriteBaseVar: 1;
|
|
426
422
|
readonly bp: 1;
|
|
427
423
|
};
|
|
428
424
|
readonly px: {
|
|
@@ -430,7 +426,6 @@ export declare const CONFIG: {
|
|
|
430
426
|
readonly presets: readonly ["0"];
|
|
431
427
|
readonly token: "space";
|
|
432
428
|
readonly tokenClass: 1;
|
|
433
|
-
readonly alwaysVar: 1;
|
|
434
429
|
readonly bp: 1;
|
|
435
430
|
};
|
|
436
431
|
readonly py: {
|
|
@@ -438,7 +433,6 @@ export declare const CONFIG: {
|
|
|
438
433
|
readonly presets: readonly ["0"];
|
|
439
434
|
readonly token: "space";
|
|
440
435
|
readonly tokenClass: 1;
|
|
441
|
-
readonly alwaysVar: 1;
|
|
442
436
|
readonly bp: 1;
|
|
443
437
|
};
|
|
444
438
|
readonly 'px-s': {
|
|
@@ -487,7 +481,6 @@ export declare const CONFIG: {
|
|
|
487
481
|
readonly token: "space";
|
|
488
482
|
readonly tokenClass: 1;
|
|
489
483
|
readonly alwaysVar: 1;
|
|
490
|
-
readonly overwriteBaseVar: 1;
|
|
491
484
|
readonly bp: 1;
|
|
492
485
|
};
|
|
493
486
|
readonly mx: {
|
|
@@ -495,7 +488,6 @@ export declare const CONFIG: {
|
|
|
495
488
|
readonly presets: readonly ["auto", "0"];
|
|
496
489
|
readonly token: "space";
|
|
497
490
|
readonly tokenClass: 1;
|
|
498
|
-
readonly alwaysVar: 1;
|
|
499
491
|
readonly bp: 1;
|
|
500
492
|
};
|
|
501
493
|
readonly my: {
|
|
@@ -503,7 +495,6 @@ export declare const CONFIG: {
|
|
|
503
495
|
readonly presets: readonly ["auto", "0"];
|
|
504
496
|
readonly token: "space";
|
|
505
497
|
readonly tokenClass: 1;
|
|
506
|
-
readonly alwaysVar: 1;
|
|
507
498
|
readonly bp: 1;
|
|
508
499
|
};
|
|
509
500
|
readonly 'mx-s': {
|
|
@@ -561,8 +552,6 @@ export declare const CONFIG: {
|
|
|
561
552
|
};
|
|
562
553
|
readonly token: "space";
|
|
563
554
|
readonly tokenClass: 1;
|
|
564
|
-
readonly alwaysVar: 1;
|
|
565
|
-
readonly overwriteBaseVar: 1;
|
|
566
555
|
readonly bp: 1;
|
|
567
556
|
};
|
|
568
557
|
readonly cg: {
|
|
@@ -767,11 +756,11 @@ export declare const CONFIG: {
|
|
|
767
756
|
readonly prop: "order";
|
|
768
757
|
readonly presets: readonly ["0", "-1", "1"];
|
|
769
758
|
};
|
|
770
|
-
readonly
|
|
759
|
+
readonly ovw: {
|
|
771
760
|
readonly prop: "overflowWrap";
|
|
772
761
|
readonly presets: readonly ["anywhere"];
|
|
773
762
|
};
|
|
774
|
-
readonly
|
|
763
|
+
readonly whs: {
|
|
775
764
|
readonly prop: "whiteSpace";
|
|
776
765
|
readonly presets: readonly ["nowrap"];
|
|
777
766
|
};
|
|
@@ -783,10 +772,15 @@ export declare const CONFIG: {
|
|
|
783
772
|
readonly prop: "clear";
|
|
784
773
|
readonly presets: readonly ["both"];
|
|
785
774
|
};
|
|
786
|
-
readonly
|
|
775
|
+
readonly iso: {
|
|
787
776
|
readonly prop: "isolation";
|
|
788
777
|
readonly presets: readonly ["isolate"];
|
|
789
778
|
};
|
|
779
|
+
readonly wm: {
|
|
780
|
+
readonly prop: "writingMode";
|
|
781
|
+
readonly presets: readonly ["vertical-rl"];
|
|
782
|
+
readonly bp: 1;
|
|
783
|
+
};
|
|
790
784
|
};
|
|
791
785
|
traits: {
|
|
792
786
|
readonly isContainer: "is--container";
|
|
@@ -802,7 +796,10 @@ export declare const CONFIG: {
|
|
|
802
796
|
readonly isCoverLink: "is--coverLink";
|
|
803
797
|
readonly isSide: "is--side";
|
|
804
798
|
readonly isSkipFlow: "is--skipFlow";
|
|
805
|
-
readonly
|
|
799
|
+
readonly hasTransition: "has--transition";
|
|
800
|
+
readonly hasGutter: "has--gutter";
|
|
801
|
+
readonly hasSnap: "has--snap";
|
|
802
|
+
readonly hasMask: "has--mask";
|
|
806
803
|
};
|
|
807
804
|
};
|
|
808
805
|
export declare const TOKENS: {
|
|
@@ -814,8 +811,8 @@ export declare const TOKENS: {
|
|
|
814
811
|
readonly fw: readonly ["light", "normal", "bold"];
|
|
815
812
|
readonly o: readonly ["-10", "-20", "-30"];
|
|
816
813
|
readonly bdrs: readonly ["10", "20", "30", "40", "99", "inner"];
|
|
817
|
-
readonly bxsh: readonly ["10", "20", "30", "40"];
|
|
818
|
-
readonly sz: readonly ["xs", "s", "m", "l", "xl", "
|
|
814
|
+
readonly bxsh: readonly ["10", "20", "30", "40", "50"];
|
|
815
|
+
readonly sz: readonly ["xs", "s", "m", "l", "xl", "container"];
|
|
819
816
|
readonly ar: readonly ["og"];
|
|
820
817
|
readonly space: {
|
|
821
818
|
readonly pre: "--s";
|
|
@@ -843,7 +840,6 @@ export declare const PROPS: {
|
|
|
843
840
|
readonly token: "fz";
|
|
844
841
|
readonly tokenClass: 1;
|
|
845
842
|
readonly bp: 1;
|
|
846
|
-
readonly alwaysVar: 1;
|
|
847
843
|
};
|
|
848
844
|
readonly fw: {
|
|
849
845
|
readonly prop: "fontWeight";
|
|
@@ -988,21 +984,21 @@ export declare const PROPS: {
|
|
|
988
984
|
readonly prop: "maxInlineSize";
|
|
989
985
|
readonly token: "sz";
|
|
990
986
|
readonly tokenClass: 1;
|
|
987
|
+
readonly presets: readonly ["full"];
|
|
991
988
|
readonly exUtility: {
|
|
992
|
-
readonly min: "";
|
|
993
989
|
readonly full: "";
|
|
994
990
|
readonly container: "";
|
|
995
991
|
};
|
|
996
992
|
};
|
|
997
|
-
readonly
|
|
993
|
+
readonly bsz: {
|
|
998
994
|
readonly prop: "blockSize";
|
|
999
995
|
readonly token: "sz";
|
|
1000
996
|
};
|
|
1001
|
-
readonly 'min-
|
|
997
|
+
readonly 'min-bsz': {
|
|
1002
998
|
readonly prop: "minBlockSize";
|
|
1003
999
|
readonly token: "sz";
|
|
1004
1000
|
};
|
|
1005
|
-
readonly 'max-
|
|
1001
|
+
readonly 'max-bsz': {
|
|
1006
1002
|
readonly prop: "maxBlockSize";
|
|
1007
1003
|
readonly token: "sz";
|
|
1008
1004
|
};
|
|
@@ -1108,7 +1104,6 @@ export declare const PROPS: {
|
|
|
1108
1104
|
readonly tokenClass: 1;
|
|
1109
1105
|
readonly bp: 1;
|
|
1110
1106
|
readonly alwaysVar: 1;
|
|
1111
|
-
readonly overwriteBaseVar: 1;
|
|
1112
1107
|
};
|
|
1113
1108
|
readonly 'bdrs-tl': {
|
|
1114
1109
|
readonly prop: "borderTopLeftRadius";
|
|
@@ -1150,7 +1145,6 @@ export declare const PROPS: {
|
|
|
1150
1145
|
readonly token: "bxsh";
|
|
1151
1146
|
readonly tokenClass: 1;
|
|
1152
1147
|
readonly bp: 1;
|
|
1153
|
-
readonly alwaysVar: 1;
|
|
1154
1148
|
};
|
|
1155
1149
|
readonly pos: {
|
|
1156
1150
|
readonly prop: "position";
|
|
@@ -1229,7 +1223,6 @@ export declare const PROPS: {
|
|
|
1229
1223
|
readonly token: "space";
|
|
1230
1224
|
readonly tokenClass: 1;
|
|
1231
1225
|
readonly alwaysVar: 1;
|
|
1232
|
-
readonly overwriteBaseVar: 1;
|
|
1233
1226
|
readonly bp: 1;
|
|
1234
1227
|
};
|
|
1235
1228
|
readonly px: {
|
|
@@ -1237,7 +1230,6 @@ export declare const PROPS: {
|
|
|
1237
1230
|
readonly presets: readonly ["0"];
|
|
1238
1231
|
readonly token: "space";
|
|
1239
1232
|
readonly tokenClass: 1;
|
|
1240
|
-
readonly alwaysVar: 1;
|
|
1241
1233
|
readonly bp: 1;
|
|
1242
1234
|
};
|
|
1243
1235
|
readonly py: {
|
|
@@ -1245,7 +1237,6 @@ export declare const PROPS: {
|
|
|
1245
1237
|
readonly presets: readonly ["0"];
|
|
1246
1238
|
readonly token: "space";
|
|
1247
1239
|
readonly tokenClass: 1;
|
|
1248
|
-
readonly alwaysVar: 1;
|
|
1249
1240
|
readonly bp: 1;
|
|
1250
1241
|
};
|
|
1251
1242
|
readonly 'px-s': {
|
|
@@ -1294,7 +1285,6 @@ export declare const PROPS: {
|
|
|
1294
1285
|
readonly token: "space";
|
|
1295
1286
|
readonly tokenClass: 1;
|
|
1296
1287
|
readonly alwaysVar: 1;
|
|
1297
|
-
readonly overwriteBaseVar: 1;
|
|
1298
1288
|
readonly bp: 1;
|
|
1299
1289
|
};
|
|
1300
1290
|
readonly mx: {
|
|
@@ -1302,7 +1292,6 @@ export declare const PROPS: {
|
|
|
1302
1292
|
readonly presets: readonly ["auto", "0"];
|
|
1303
1293
|
readonly token: "space";
|
|
1304
1294
|
readonly tokenClass: 1;
|
|
1305
|
-
readonly alwaysVar: 1;
|
|
1306
1295
|
readonly bp: 1;
|
|
1307
1296
|
};
|
|
1308
1297
|
readonly my: {
|
|
@@ -1310,7 +1299,6 @@ export declare const PROPS: {
|
|
|
1310
1299
|
readonly presets: readonly ["auto", "0"];
|
|
1311
1300
|
readonly token: "space";
|
|
1312
1301
|
readonly tokenClass: 1;
|
|
1313
|
-
readonly alwaysVar: 1;
|
|
1314
1302
|
readonly bp: 1;
|
|
1315
1303
|
};
|
|
1316
1304
|
readonly 'mx-s': {
|
|
@@ -1368,8 +1356,6 @@ export declare const PROPS: {
|
|
|
1368
1356
|
};
|
|
1369
1357
|
readonly token: "space";
|
|
1370
1358
|
readonly tokenClass: 1;
|
|
1371
|
-
readonly alwaysVar: 1;
|
|
1372
|
-
readonly overwriteBaseVar: 1;
|
|
1373
1359
|
readonly bp: 1;
|
|
1374
1360
|
};
|
|
1375
1361
|
readonly cg: {
|
|
@@ -1574,11 +1560,11 @@ export declare const PROPS: {
|
|
|
1574
1560
|
readonly prop: "order";
|
|
1575
1561
|
readonly presets: readonly ["0", "-1", "1"];
|
|
1576
1562
|
};
|
|
1577
|
-
readonly
|
|
1563
|
+
readonly ovw: {
|
|
1578
1564
|
readonly prop: "overflowWrap";
|
|
1579
1565
|
readonly presets: readonly ["anywhere"];
|
|
1580
1566
|
};
|
|
1581
|
-
readonly
|
|
1567
|
+
readonly whs: {
|
|
1582
1568
|
readonly prop: "whiteSpace";
|
|
1583
1569
|
readonly presets: readonly ["nowrap"];
|
|
1584
1570
|
};
|
|
@@ -1590,10 +1576,15 @@ export declare const PROPS: {
|
|
|
1590
1576
|
readonly prop: "clear";
|
|
1591
1577
|
readonly presets: readonly ["both"];
|
|
1592
1578
|
};
|
|
1593
|
-
readonly
|
|
1579
|
+
readonly iso: {
|
|
1594
1580
|
readonly prop: "isolation";
|
|
1595
1581
|
readonly presets: readonly ["isolate"];
|
|
1596
1582
|
};
|
|
1583
|
+
readonly wm: {
|
|
1584
|
+
readonly prop: "writingMode";
|
|
1585
|
+
readonly presets: readonly ["vertical-rl"];
|
|
1586
|
+
readonly bp: 1;
|
|
1587
|
+
};
|
|
1597
1588
|
};
|
|
1598
1589
|
export declare const TRAITS: {
|
|
1599
1590
|
readonly isContainer: "is--container";
|
|
@@ -1609,7 +1600,10 @@ export declare const TRAITS: {
|
|
|
1609
1600
|
readonly isCoverLink: "is--coverLink";
|
|
1610
1601
|
readonly isSide: "is--side";
|
|
1611
1602
|
readonly isSkipFlow: "is--skipFlow";
|
|
1612
|
-
readonly
|
|
1603
|
+
readonly hasTransition: "has--transition";
|
|
1604
|
+
readonly hasGutter: "has--gutter";
|
|
1605
|
+
readonly hasSnap: "has--snap";
|
|
1606
|
+
readonly hasMask: "has--mask";
|
|
1613
1607
|
};
|
|
1614
1608
|
export declare const BREAK_POINTS: readonly ["sm", "md", "lg", "xl"];
|
|
1615
1609
|
export declare const BREAK_POINTS_ALL: readonly ["base", "sm", "md", "lg", "xl"];
|
package/dist/css/base/set.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
@media (any-hover:hover){.set--var\:hov:hover{--_notHov: }.set--var\:hov:not(:is(:hover,:focus-within)){--_isHov: }}@media (any-hover:none){.set--var\:hov{--_isHov: }}.set--var\:hov:is(:focus-visible,:focus-within){--_notHov: }.set--var\:bdrsInner{--bdrs--inner:calc(var(--bdrs, 0px) - var(--p, 0px))}.set--plain{background:none;border:none;border-radius:0;color:inherit;font:inherit;height:auto;line-height:calc(1em + var(--hl)*2);margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;text-decoration:none;width:auto}:is(ul,ol).set--revert{list-style:revert;padding-inline-start:var(--list-px-s,var(--s30))}
|
package/dist/css/base.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@property --sz--container{syntax:"<length-percentage>";initial-value:100cqi;inherits:true}:root{--sz--xl:1600px;--sz--l:1280px;--sz--m:56rem;--sz--s:42rem;--sz--xs:32rem;--
|
|
1
|
+
@property --sz--container{syntax:"<length-percentage>";initial-value:100cqi;inherits:true}:root{--sz--xl:1600px;--sz--l:1280px;--sz--m:56rem;--sz--s:42rem;--sz--xs:32rem;--black:#000;--white:#fff;--L:60%;--C:0.22;--red:oklch(var(--L) var(--C) 20);--orange:oklch(calc(var(--L) + 4%) calc(var(--C) - 0.01) 52);--yellow:oklch(calc(var(--L) + 12%) calc(var(--C) - 0.025) 84);--green:oklch(calc(var(--L) + 4%) calc(var(--C) - 0.02) 152);--blue:oklch(calc(var(--L) - 2%) calc(var(--C) + 0.01) 260);--purple:oklch(calc(var(--L) - 4%) calc(var(--C) + 0.02) 292);--pink:oklch(calc(var(--L) + 2%) calc(var(--C) + 0.02) 348);--gray:oklch(calc(var(--L) - 4%) 0.04 256);--brand:#1e5f8c;--accent:#d94a6a;--base:#fcfcfd;--base-2:#f1f2f3;--text:#141415;--text-2:#4d4f56;--link:oklch(50% 0.3 240);--divider:#dedfe3;--o---10:0.75;--o---20:0.5;--o---30:0.25;--bdrs--10:0.25rem;--bdrs--20:0.5rem;--bdrs--30:1rem;--bdrs--40:1.5rem;--bdrs--99:99rem;--ar--og:1.91/1;--gutter-size:var(--s30);--REM:clamp(0.95rem,0.915rem + 0.15vw,1.05rem);--fz--base:var(--REM);--fz-mol:8;--fz--5xl:calc(1em*var(--fz-mol)/(var(--fz-mol) - 6));--fz--4xl:calc(1em*var(--fz-mol)/(var(--fz-mol) - 5));--fz--3xl:calc(1em*var(--fz-mol)/(var(--fz-mol) - 4));--fz--2xl:calc(1em*var(--fz-mol)/(var(--fz-mol) - 3));--fz--xl:calc(1em*var(--fz-mol)/(var(--fz-mol) - 2));--fz--l:calc(1em*var(--fz-mol)/(var(--fz-mol) - 1));--fz--m:1em;--fz--s:calc(1em*var(--fz-mol)/(var(--fz-mol) + 1));--fz--xs:calc(1em*var(--fz-mol)/(var(--fz-mol) + 2));--fz--2xs:calc(1em*var(--fz-mol)/(var(--fz-mol) + 3));--ff--base:-apple-system,"BlinkMacSystemFont","Hiragino Sans",sans-serif,"Segoe UI Emoji";--ff--mono:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;--ff--accent:"Garamond","Baskerville","Times New Roman",serif;--fw--light:300;--fw--normal:400;--fw--bold:600;--lts--base:normal;--lts--s:-0.05em;--lts--l:0.05em;--hl-unit:calc(var(--REM)*0.125);--hl--xs:var(--hl-unit);--hl--s:calc(var(--hl-unit)*2);--hl--base:calc(var(--hl-unit)*3);--hl--l:calc(var(--hl-unit)*4);--s-unit:calc(var(--REM)*0.5);--s5:calc(var(--s-unit)*0.5);--s10:var(--s-unit);--s15:calc(var(--s-unit)*1.5);--s20:calc(var(--s-unit)*2);--s30:calc(var(--s-unit)*3);--s40:calc(var(--s-unit)*5);--s50:calc(var(--s-unit)*8);--s60:calc(var(--s-unit)*13);--s70:calc(var(--s-unit)*21);--s80:calc(var(--s-unit)*34);--shc:rgba(20,20,21,.15);--shsz--10:0px 1px 3px;--shsz--20:0px 2px 6px;--shsz--30:0px 4px 12px;--shsz--40:0px 8px 24px;--shsz--50:0px 16px 48px}@property --hl{syntax:"<length>";inherits:true;initial-value:.25rem}.set--var\:bxsh,:root{--bxsh--10:var(--shsz--10) var(--shc);--bxsh--20:var(--shsz--20) var(--shc);--bxsh--30:var(--shsz--30) var(--shc);--bxsh--40:var(--shsz--40) var(--shc);--bxsh--50:var(--shsz--50) var(--shc)}body{--hl:var(--hl--base);background-color:var(--base);color:var(--text);font-family:var(--ff--base);font-size:var(--fz--base);letter-spacing:var(--lts--base);text-underline-offset:var(--under-offset,.125em)}*{line-height:calc(1em + var(--hl)*2)}:is(h1,h2,h3,h4,h5,h6){font-family:var(--headings-ff,inherit);font-weight:var(--headings-fw,var(--fw--bold))}h1{font-size:var(--fz--3xl)}h2{font-size:var(--fz--2xl)}h3{font-size:var(--fz--xl)}h4{font-size:var(--fz--l)}h5,h6{font-size:var(--fz--m)}a{color:var(--link-c,var(--link));-webkit-text-decoration:var(--link-td,underline);text-decoration:var(--link-td,underline);text-decoration-color:var(--link-td-color,currentColor);text-decoration-thickness:var(--link-td-thickness,auto)}small{--hl:var(--hl--s);font-size:var(--fz--xs)}b,strong{font-weight:var(--fw--bold)}sub,sup{--hl:var(--hl--xs);font-size:80%}code,kbd,samp,var{font-family:var(--ff--mono)}blockquote{background-color:var(--base-2);padding:var(--s30)}caption,figcaption,legend{font-size:var(--fz--s)}hr{block-size:0;border:none;border-block-start:1px solid var(--divider)}:is(ul,ol):where(:not([class])){list-style:revert;padding-inline-start:var(--list-px-s,var(--s30))}dt{font-weight:var(--fw--bold)}dd+dt{margin-block-start:var(--s20)}table{--td-c:inherit;--td-bgc:transparent;--td-p:var(--s10);--td-min-sz:initial}td{background-color:var(--td-bgc);color:var(--td-c);min-inline-size:var(--td-min-sz);padding:var(--td-p)}th{background-color:var(--th-bgc,var(--td-bgc));color:var(--th-c,var(--td-c));min-inline-size:var(--th-min-sz,var(--td-min-sz));padding:var(--th-p,var(--td-p))}::file-selector-button,button,input,select,textarea{background-color:var(--controls-bgc,var(--base-2));border:1px solid var(--controls-bdc,var(--divider));border-radius:var(--controls-bdrs,var(--bdrs--10));padding:var(--controls-p,var(--s5) var(--s10))}:disabled{opacity:var(--o---20)}:focus-visible{outline-offset:var(--focus-offset,0)}@media (any-hover:hover){.set--var\:hov:hover{--_notHov: }.set--var\:hov:not(:is(:hover,:focus-within)){--_isHov: }}@media (any-hover:none){.set--var\:hov{--_isHov: }}.set--var\:hov:is(:focus-visible,:focus-within){--_notHov: }.set--var\:bdrsInner{--bdrs--inner:calc(var(--bdrs, 0px) - var(--p, 0px))}.set--plain{background:none;border:none;border-radius:0;color:inherit;font:inherit;height:auto;line-height:calc(1em + var(--hl)*2);margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;text-decoration:none;width:auto}:is(ul,ol).set--revert{list-style:revert;padding-inline-start:var(--list-px-s,var(--s30))}
|