lism-css 0.17.0 → 0.20.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 +3 -3
- package/README.md +2 -2
- package/config/defaults/props.ts +39 -40
- package/config/defaults/tokens.ts +3 -3
- package/dist/config/default-config.d.ts +42 -41
- package/dist/config/defaults/props.d.ts +39 -38
- package/dist/config/defaults/props.js +39 -40
- package/dist/config/defaults/tokens.d.ts +3 -3
- package/dist/config/defaults/tokens.js +3 -3
- package/dist/config/index.d.ts +85 -83
- 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/utility.css +1 -1
- package/dist/lib/getLismProps.d.ts +1 -1
- package/dist/lib/getLismProps.js +24 -23
- package/dist/lib/types/PropValueTypes.d.ts +14 -10
- package/dist/lib/types/TraitProps.d.ts +1 -1
- package/dist/lib/warnUnsupportedBp.d.ts +10 -0
- package/dist/lib/warnUnsupportedBp.js +20 -0
- package/package.json +1 -1
- package/src/scss/_prop-config.scss +34 -66
- package/src/scss/base/_html.scss +8 -3
- package/src/scss/base/index.scss +1 -0
- package/src/scss/base/set/_revert.scss +1 -1
- package/src/scss/base/tokens/_shadow.scss +1 -1
- package/src/scss/base/tokens/_space.scss +30 -0
- package/src/scss/base/tokens/_tokens.scss +37 -20
- package/src/scss/base/tokens/_typography.scss +1 -17
- package/src/scss/primitives/layout/_flow.scss +0 -4
- package/src/scss/props/_border.scss +4 -4
- package/src/scss/props/_hover.scss +3 -6
- package/src/scss/utility/_cbox.scss +7 -4
package/dist/config/index.d.ts
CHANGED
|
@@ -9,15 +9,15 @@ export declare const CONFIG: {
|
|
|
9
9
|
readonly o: readonly ["mp", "p", "pp", "ppp"];
|
|
10
10
|
readonly bdrs: readonly ["10", "20", "30", "40", "99", "inner"];
|
|
11
11
|
readonly bxsh: readonly ["10", "20", "30", "40", "50"];
|
|
12
|
-
readonly sz: readonly ["xs", "s", "m", "l", "xl"
|
|
12
|
+
readonly sz: readonly ["xs", "s", "m", "l", "xl"];
|
|
13
13
|
readonly ar: readonly ["og"];
|
|
14
14
|
readonly space: {
|
|
15
15
|
readonly pre: "--s";
|
|
16
|
-
readonly values: readonly ["5", "10", "15", "20", "30", "40", "50", "60", "70", "80"];
|
|
16
|
+
readonly values: readonly ["5", "10", "15", "20", "25", "30", "35", "40", "50", "60", "70", "80"];
|
|
17
17
|
};
|
|
18
18
|
readonly c: {
|
|
19
19
|
readonly pre: "--";
|
|
20
|
-
readonly values: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent"];
|
|
20
|
+
readonly values: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent", "neutral"];
|
|
21
21
|
};
|
|
22
22
|
readonly palette: {
|
|
23
23
|
readonly pre: "--";
|
|
@@ -68,12 +68,13 @@ export declare const CONFIG: {
|
|
|
68
68
|
readonly isVar: 1;
|
|
69
69
|
readonly token: "hl";
|
|
70
70
|
readonly tokenClass: 0;
|
|
71
|
-
readonly bp:
|
|
71
|
+
readonly bp: 0;
|
|
72
72
|
};
|
|
73
73
|
readonly lts: {
|
|
74
74
|
readonly prop: "letterSpacing";
|
|
75
75
|
readonly token: "lts";
|
|
76
76
|
readonly tokenClass: 1;
|
|
77
|
+
readonly bp: 0;
|
|
77
78
|
};
|
|
78
79
|
readonly ta: {
|
|
79
80
|
readonly prop: "textAlign";
|
|
@@ -95,7 +96,7 @@ export declare const CONFIG: {
|
|
|
95
96
|
readonly d: {
|
|
96
97
|
readonly prop: "display";
|
|
97
98
|
readonly presets: readonly ["none", "block", "flex", "inline-flex", "grid", "inline-grid", "inline", "inline-block"];
|
|
98
|
-
readonly bp:
|
|
99
|
+
readonly bp: "lg";
|
|
99
100
|
};
|
|
100
101
|
readonly o: {
|
|
101
102
|
readonly prop: "opacity";
|
|
@@ -180,7 +181,7 @@ export declare const CONFIG: {
|
|
|
180
181
|
readonly prop: "maxInlineSize";
|
|
181
182
|
readonly token: "sz";
|
|
182
183
|
readonly tokenClass: 1;
|
|
183
|
-
readonly presets: readonly ["full"];
|
|
184
|
+
readonly presets: readonly ["full", "bleed"];
|
|
184
185
|
readonly exUtility: {
|
|
185
186
|
readonly full: "";
|
|
186
187
|
readonly bleed: "";
|
|
@@ -200,7 +201,7 @@ export declare const CONFIG: {
|
|
|
200
201
|
};
|
|
201
202
|
readonly bg: {
|
|
202
203
|
readonly prop: "background";
|
|
203
|
-
readonly bp:
|
|
204
|
+
readonly bp: 0;
|
|
204
205
|
};
|
|
205
206
|
readonly bgi: {
|
|
206
207
|
readonly prop: "backgroundImage";
|
|
@@ -269,16 +270,16 @@ export declare const CONFIG: {
|
|
|
269
270
|
readonly 'bd-y': {
|
|
270
271
|
readonly prop: "borderBlock";
|
|
271
272
|
};
|
|
272
|
-
readonly 'bd-
|
|
273
|
+
readonly 'bd-s': {
|
|
273
274
|
readonly prop: "borderInlineStart";
|
|
274
275
|
};
|
|
275
|
-
readonly 'bd-
|
|
276
|
+
readonly 'bd-e': {
|
|
276
277
|
readonly prop: "borderInlineEnd";
|
|
277
278
|
};
|
|
278
|
-
readonly 'bd-
|
|
279
|
+
readonly 'bd-bs': {
|
|
279
280
|
readonly prop: "borderBlockStart";
|
|
280
281
|
};
|
|
281
|
-
readonly 'bd-
|
|
282
|
+
readonly 'bd-be': {
|
|
282
283
|
readonly prop: "borderBlockEnd";
|
|
283
284
|
};
|
|
284
285
|
readonly 'bd-t': {
|
|
@@ -397,19 +398,19 @@ export declare const CONFIG: {
|
|
|
397
398
|
readonly prop: "insetBlock";
|
|
398
399
|
readonly token: "space";
|
|
399
400
|
};
|
|
400
|
-
readonly 'i-
|
|
401
|
+
readonly 'i-s': {
|
|
401
402
|
readonly prop: "insetInlineStart";
|
|
402
403
|
readonly token: "space";
|
|
403
404
|
};
|
|
404
|
-
readonly 'i-
|
|
405
|
+
readonly 'i-e': {
|
|
405
406
|
readonly prop: "insetInlineEnd";
|
|
406
407
|
readonly token: "space";
|
|
407
408
|
};
|
|
408
|
-
readonly 'i-
|
|
409
|
+
readonly 'i-bs': {
|
|
409
410
|
readonly prop: "insetBlockStart";
|
|
410
411
|
readonly token: "space";
|
|
411
412
|
};
|
|
412
|
-
readonly 'i-
|
|
413
|
+
readonly 'i-be': {
|
|
413
414
|
readonly prop: "insetBlockEnd";
|
|
414
415
|
readonly token: "space";
|
|
415
416
|
};
|
|
@@ -435,22 +436,22 @@ export declare const CONFIG: {
|
|
|
435
436
|
readonly tokenClass: 1;
|
|
436
437
|
readonly bp: 1;
|
|
437
438
|
};
|
|
438
|
-
readonly
|
|
439
|
+
readonly ps: {
|
|
439
440
|
readonly prop: "paddingInlineStart";
|
|
440
441
|
readonly token: "space";
|
|
441
442
|
readonly bp: 1;
|
|
442
443
|
};
|
|
443
|
-
readonly
|
|
444
|
+
readonly pe: {
|
|
444
445
|
readonly prop: "paddingInlineEnd";
|
|
445
446
|
readonly token: "space";
|
|
446
447
|
readonly bp: 1;
|
|
447
448
|
};
|
|
448
|
-
readonly
|
|
449
|
+
readonly pbs: {
|
|
449
450
|
readonly prop: "paddingBlockStart";
|
|
450
451
|
readonly token: "space";
|
|
451
452
|
readonly bp: 1;
|
|
452
453
|
};
|
|
453
|
-
readonly
|
|
454
|
+
readonly pbe: {
|
|
454
455
|
readonly prop: "paddingBlockEnd";
|
|
455
456
|
readonly token: "space";
|
|
456
457
|
readonly bp: 1;
|
|
@@ -458,22 +459,22 @@ export declare const CONFIG: {
|
|
|
458
459
|
readonly pl: {
|
|
459
460
|
readonly prop: "paddingLeft";
|
|
460
461
|
readonly token: "space";
|
|
461
|
-
readonly bp:
|
|
462
|
+
readonly bp: 0;
|
|
462
463
|
};
|
|
463
464
|
readonly pr: {
|
|
464
465
|
readonly prop: "paddingRight";
|
|
465
466
|
readonly token: "space";
|
|
466
|
-
readonly bp:
|
|
467
|
+
readonly bp: 0;
|
|
467
468
|
};
|
|
468
469
|
readonly pt: {
|
|
469
470
|
readonly prop: "paddingTop";
|
|
470
471
|
readonly token: "space";
|
|
471
|
-
readonly bp:
|
|
472
|
+
readonly bp: 0;
|
|
472
473
|
};
|
|
473
474
|
readonly pb: {
|
|
474
475
|
readonly prop: "paddingBottom";
|
|
475
476
|
readonly token: "space";
|
|
476
|
-
readonly bp:
|
|
477
|
+
readonly bp: 0;
|
|
477
478
|
};
|
|
478
479
|
readonly m: {
|
|
479
480
|
readonly prop: "margin";
|
|
@@ -497,26 +498,26 @@ export declare const CONFIG: {
|
|
|
497
498
|
readonly tokenClass: 1;
|
|
498
499
|
readonly bp: 1;
|
|
499
500
|
};
|
|
500
|
-
readonly
|
|
501
|
+
readonly ms: {
|
|
501
502
|
readonly prop: "marginInlineStart";
|
|
502
503
|
readonly presets: readonly ["auto"];
|
|
503
504
|
readonly token: "space";
|
|
504
505
|
readonly bp: 1;
|
|
505
506
|
};
|
|
506
|
-
readonly
|
|
507
|
+
readonly me: {
|
|
507
508
|
readonly prop: "marginInlineEnd";
|
|
508
509
|
readonly presets: readonly ["auto"];
|
|
509
510
|
readonly token: "space";
|
|
510
511
|
readonly bp: 1;
|
|
511
512
|
};
|
|
512
|
-
readonly
|
|
513
|
+
readonly mbs: {
|
|
513
514
|
readonly prop: "marginBlockStart";
|
|
514
515
|
readonly token: "space";
|
|
515
516
|
readonly bp: 1;
|
|
516
517
|
readonly presets: readonly ["auto", "0"];
|
|
517
518
|
readonly tokenClass: 1;
|
|
518
519
|
};
|
|
519
|
-
readonly
|
|
520
|
+
readonly mbe: {
|
|
520
521
|
readonly prop: "marginBlockEnd";
|
|
521
522
|
readonly presets: readonly ["auto"];
|
|
522
523
|
readonly token: "space";
|
|
@@ -525,22 +526,22 @@ export declare const CONFIG: {
|
|
|
525
526
|
readonly ml: {
|
|
526
527
|
readonly prop: "marginLeft";
|
|
527
528
|
readonly token: "space";
|
|
528
|
-
readonly bp:
|
|
529
|
+
readonly bp: 0;
|
|
529
530
|
};
|
|
530
531
|
readonly mr: {
|
|
531
532
|
readonly prop: "marginRight";
|
|
532
533
|
readonly token: "space";
|
|
533
|
-
readonly bp:
|
|
534
|
+
readonly bp: 0;
|
|
534
535
|
};
|
|
535
536
|
readonly mt: {
|
|
536
537
|
readonly prop: "marginTop";
|
|
537
538
|
readonly token: "space";
|
|
538
|
-
readonly bp:
|
|
539
|
+
readonly bp: 0;
|
|
539
540
|
};
|
|
540
541
|
readonly mb: {
|
|
541
542
|
readonly prop: "marginBottom";
|
|
542
543
|
readonly token: "space";
|
|
543
|
-
readonly bp:
|
|
544
|
+
readonly bp: 0;
|
|
544
545
|
};
|
|
545
546
|
readonly g: {
|
|
546
547
|
readonly prop: "gap";
|
|
@@ -552,21 +553,21 @@ export declare const CONFIG: {
|
|
|
552
553
|
};
|
|
553
554
|
readonly token: "space";
|
|
554
555
|
readonly tokenClass: 1;
|
|
555
|
-
readonly bp:
|
|
556
|
+
readonly bp: "lg";
|
|
556
557
|
};
|
|
557
558
|
readonly cg: {
|
|
558
559
|
readonly prop: "columnGap";
|
|
559
560
|
readonly token: "space";
|
|
560
|
-
readonly bp:
|
|
561
|
+
readonly bp: 0;
|
|
561
562
|
};
|
|
562
563
|
readonly rg: {
|
|
563
564
|
readonly prop: "rowGap";
|
|
564
565
|
readonly token: "space";
|
|
565
|
-
readonly bp:
|
|
566
|
+
readonly bp: 0;
|
|
566
567
|
};
|
|
567
568
|
readonly cols: {
|
|
568
569
|
readonly isVar: 1;
|
|
569
|
-
readonly bp:
|
|
570
|
+
readonly bp: "lg";
|
|
570
571
|
};
|
|
571
572
|
readonly rows: {
|
|
572
573
|
readonly isVar: 1;
|
|
@@ -608,17 +609,17 @@ export declare const CONFIG: {
|
|
|
608
609
|
};
|
|
609
610
|
readonly gta: {
|
|
610
611
|
readonly prop: "gridTemplateAreas";
|
|
611
|
-
readonly bp:
|
|
612
|
+
readonly bp: "lg";
|
|
612
613
|
};
|
|
613
614
|
readonly gtc: {
|
|
614
615
|
readonly prop: "gridTemplateColumns";
|
|
615
616
|
readonly presets: readonly ["subgrid"];
|
|
616
|
-
readonly bp:
|
|
617
|
+
readonly bp: "lg";
|
|
617
618
|
};
|
|
618
619
|
readonly gtr: {
|
|
619
620
|
readonly prop: "gridTemplateRows";
|
|
620
621
|
readonly presets: readonly ["subgrid"];
|
|
621
|
-
readonly bp:
|
|
622
|
+
readonly bp: "lg";
|
|
622
623
|
};
|
|
623
624
|
readonly gaf: {
|
|
624
625
|
readonly prop: "gridAutoFlow";
|
|
@@ -636,21 +637,21 @@ export declare const CONFIG: {
|
|
|
636
637
|
readonly utils: {
|
|
637
638
|
readonly '1/1': "1 / 1";
|
|
638
639
|
};
|
|
639
|
-
readonly bp:
|
|
640
|
+
readonly bp: "lg";
|
|
640
641
|
};
|
|
641
642
|
readonly gc: {
|
|
642
643
|
readonly prop: "gridColumn";
|
|
643
644
|
readonly utils: {
|
|
644
645
|
readonly '1/-1': "1 / -1";
|
|
645
646
|
};
|
|
646
|
-
readonly bp:
|
|
647
|
+
readonly bp: "lg";
|
|
647
648
|
};
|
|
648
649
|
readonly gr: {
|
|
649
650
|
readonly prop: "gridRow";
|
|
650
651
|
readonly utils: {
|
|
651
652
|
readonly '1/-1': "1 / -1";
|
|
652
653
|
};
|
|
653
|
-
readonly bp:
|
|
654
|
+
readonly bp: "lg";
|
|
654
655
|
};
|
|
655
656
|
readonly gcs: {
|
|
656
657
|
readonly prop: "gridColumnStart";
|
|
@@ -812,15 +813,15 @@ export declare const TOKENS: {
|
|
|
812
813
|
readonly o: readonly ["mp", "p", "pp", "ppp"];
|
|
813
814
|
readonly bdrs: readonly ["10", "20", "30", "40", "99", "inner"];
|
|
814
815
|
readonly bxsh: readonly ["10", "20", "30", "40", "50"];
|
|
815
|
-
readonly sz: readonly ["xs", "s", "m", "l", "xl"
|
|
816
|
+
readonly sz: readonly ["xs", "s", "m", "l", "xl"];
|
|
816
817
|
readonly ar: readonly ["og"];
|
|
817
818
|
readonly space: {
|
|
818
819
|
readonly pre: "--s";
|
|
819
|
-
readonly values: readonly ["5", "10", "15", "20", "30", "40", "50", "60", "70", "80"];
|
|
820
|
+
readonly values: readonly ["5", "10", "15", "20", "25", "30", "35", "40", "50", "60", "70", "80"];
|
|
820
821
|
};
|
|
821
822
|
readonly c: {
|
|
822
823
|
readonly pre: "--";
|
|
823
|
-
readonly values: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent"];
|
|
824
|
+
readonly values: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent", "neutral"];
|
|
824
825
|
};
|
|
825
826
|
readonly palette: {
|
|
826
827
|
readonly pre: "--";
|
|
@@ -828,7 +829,7 @@ export declare const TOKENS: {
|
|
|
828
829
|
};
|
|
829
830
|
readonly writing: readonly ["vertical"];
|
|
830
831
|
readonly flow: readonly ["s", "l"];
|
|
831
|
-
readonly color: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent", "red", "blue", "green", "yellow", "purple", "orange", "pink", "gray", "white", "black", "keycolor"];
|
|
832
|
+
readonly color: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent", "neutral", "red", "blue", "green", "yellow", "purple", "orange", "pink", "gray", "white", "black", "keycolor"];
|
|
832
833
|
};
|
|
833
834
|
export declare const PROPS: {
|
|
834
835
|
readonly f: {
|
|
@@ -872,12 +873,13 @@ export declare const PROPS: {
|
|
|
872
873
|
readonly isVar: 1;
|
|
873
874
|
readonly token: "hl";
|
|
874
875
|
readonly tokenClass: 0;
|
|
875
|
-
readonly bp:
|
|
876
|
+
readonly bp: 0;
|
|
876
877
|
};
|
|
877
878
|
readonly lts: {
|
|
878
879
|
readonly prop: "letterSpacing";
|
|
879
880
|
readonly token: "lts";
|
|
880
881
|
readonly tokenClass: 1;
|
|
882
|
+
readonly bp: 0;
|
|
881
883
|
};
|
|
882
884
|
readonly ta: {
|
|
883
885
|
readonly prop: "textAlign";
|
|
@@ -899,7 +901,7 @@ export declare const PROPS: {
|
|
|
899
901
|
readonly d: {
|
|
900
902
|
readonly prop: "display";
|
|
901
903
|
readonly presets: readonly ["none", "block", "flex", "inline-flex", "grid", "inline-grid", "inline", "inline-block"];
|
|
902
|
-
readonly bp:
|
|
904
|
+
readonly bp: "lg";
|
|
903
905
|
};
|
|
904
906
|
readonly o: {
|
|
905
907
|
readonly prop: "opacity";
|
|
@@ -984,7 +986,7 @@ export declare const PROPS: {
|
|
|
984
986
|
readonly prop: "maxInlineSize";
|
|
985
987
|
readonly token: "sz";
|
|
986
988
|
readonly tokenClass: 1;
|
|
987
|
-
readonly presets: readonly ["full"];
|
|
989
|
+
readonly presets: readonly ["full", "bleed"];
|
|
988
990
|
readonly exUtility: {
|
|
989
991
|
readonly full: "";
|
|
990
992
|
readonly bleed: "";
|
|
@@ -1004,7 +1006,7 @@ export declare const PROPS: {
|
|
|
1004
1006
|
};
|
|
1005
1007
|
readonly bg: {
|
|
1006
1008
|
readonly prop: "background";
|
|
1007
|
-
readonly bp:
|
|
1009
|
+
readonly bp: 0;
|
|
1008
1010
|
};
|
|
1009
1011
|
readonly bgi: {
|
|
1010
1012
|
readonly prop: "backgroundImage";
|
|
@@ -1073,16 +1075,16 @@ export declare const PROPS: {
|
|
|
1073
1075
|
readonly 'bd-y': {
|
|
1074
1076
|
readonly prop: "borderBlock";
|
|
1075
1077
|
};
|
|
1076
|
-
readonly 'bd-
|
|
1078
|
+
readonly 'bd-s': {
|
|
1077
1079
|
readonly prop: "borderInlineStart";
|
|
1078
1080
|
};
|
|
1079
|
-
readonly 'bd-
|
|
1081
|
+
readonly 'bd-e': {
|
|
1080
1082
|
readonly prop: "borderInlineEnd";
|
|
1081
1083
|
};
|
|
1082
|
-
readonly 'bd-
|
|
1084
|
+
readonly 'bd-bs': {
|
|
1083
1085
|
readonly prop: "borderBlockStart";
|
|
1084
1086
|
};
|
|
1085
|
-
readonly 'bd-
|
|
1087
|
+
readonly 'bd-be': {
|
|
1086
1088
|
readonly prop: "borderBlockEnd";
|
|
1087
1089
|
};
|
|
1088
1090
|
readonly 'bd-t': {
|
|
@@ -1201,19 +1203,19 @@ export declare const PROPS: {
|
|
|
1201
1203
|
readonly prop: "insetBlock";
|
|
1202
1204
|
readonly token: "space";
|
|
1203
1205
|
};
|
|
1204
|
-
readonly 'i-
|
|
1206
|
+
readonly 'i-s': {
|
|
1205
1207
|
readonly prop: "insetInlineStart";
|
|
1206
1208
|
readonly token: "space";
|
|
1207
1209
|
};
|
|
1208
|
-
readonly 'i-
|
|
1210
|
+
readonly 'i-e': {
|
|
1209
1211
|
readonly prop: "insetInlineEnd";
|
|
1210
1212
|
readonly token: "space";
|
|
1211
1213
|
};
|
|
1212
|
-
readonly 'i-
|
|
1214
|
+
readonly 'i-bs': {
|
|
1213
1215
|
readonly prop: "insetBlockStart";
|
|
1214
1216
|
readonly token: "space";
|
|
1215
1217
|
};
|
|
1216
|
-
readonly 'i-
|
|
1218
|
+
readonly 'i-be': {
|
|
1217
1219
|
readonly prop: "insetBlockEnd";
|
|
1218
1220
|
readonly token: "space";
|
|
1219
1221
|
};
|
|
@@ -1239,22 +1241,22 @@ export declare const PROPS: {
|
|
|
1239
1241
|
readonly tokenClass: 1;
|
|
1240
1242
|
readonly bp: 1;
|
|
1241
1243
|
};
|
|
1242
|
-
readonly
|
|
1244
|
+
readonly ps: {
|
|
1243
1245
|
readonly prop: "paddingInlineStart";
|
|
1244
1246
|
readonly token: "space";
|
|
1245
1247
|
readonly bp: 1;
|
|
1246
1248
|
};
|
|
1247
|
-
readonly
|
|
1249
|
+
readonly pe: {
|
|
1248
1250
|
readonly prop: "paddingInlineEnd";
|
|
1249
1251
|
readonly token: "space";
|
|
1250
1252
|
readonly bp: 1;
|
|
1251
1253
|
};
|
|
1252
|
-
readonly
|
|
1254
|
+
readonly pbs: {
|
|
1253
1255
|
readonly prop: "paddingBlockStart";
|
|
1254
1256
|
readonly token: "space";
|
|
1255
1257
|
readonly bp: 1;
|
|
1256
1258
|
};
|
|
1257
|
-
readonly
|
|
1259
|
+
readonly pbe: {
|
|
1258
1260
|
readonly prop: "paddingBlockEnd";
|
|
1259
1261
|
readonly token: "space";
|
|
1260
1262
|
readonly bp: 1;
|
|
@@ -1262,22 +1264,22 @@ export declare const PROPS: {
|
|
|
1262
1264
|
readonly pl: {
|
|
1263
1265
|
readonly prop: "paddingLeft";
|
|
1264
1266
|
readonly token: "space";
|
|
1265
|
-
readonly bp:
|
|
1267
|
+
readonly bp: 0;
|
|
1266
1268
|
};
|
|
1267
1269
|
readonly pr: {
|
|
1268
1270
|
readonly prop: "paddingRight";
|
|
1269
1271
|
readonly token: "space";
|
|
1270
|
-
readonly bp:
|
|
1272
|
+
readonly bp: 0;
|
|
1271
1273
|
};
|
|
1272
1274
|
readonly pt: {
|
|
1273
1275
|
readonly prop: "paddingTop";
|
|
1274
1276
|
readonly token: "space";
|
|
1275
|
-
readonly bp:
|
|
1277
|
+
readonly bp: 0;
|
|
1276
1278
|
};
|
|
1277
1279
|
readonly pb: {
|
|
1278
1280
|
readonly prop: "paddingBottom";
|
|
1279
1281
|
readonly token: "space";
|
|
1280
|
-
readonly bp:
|
|
1282
|
+
readonly bp: 0;
|
|
1281
1283
|
};
|
|
1282
1284
|
readonly m: {
|
|
1283
1285
|
readonly prop: "margin";
|
|
@@ -1301,26 +1303,26 @@ export declare const PROPS: {
|
|
|
1301
1303
|
readonly tokenClass: 1;
|
|
1302
1304
|
readonly bp: 1;
|
|
1303
1305
|
};
|
|
1304
|
-
readonly
|
|
1306
|
+
readonly ms: {
|
|
1305
1307
|
readonly prop: "marginInlineStart";
|
|
1306
1308
|
readonly presets: readonly ["auto"];
|
|
1307
1309
|
readonly token: "space";
|
|
1308
1310
|
readonly bp: 1;
|
|
1309
1311
|
};
|
|
1310
|
-
readonly
|
|
1312
|
+
readonly me: {
|
|
1311
1313
|
readonly prop: "marginInlineEnd";
|
|
1312
1314
|
readonly presets: readonly ["auto"];
|
|
1313
1315
|
readonly token: "space";
|
|
1314
1316
|
readonly bp: 1;
|
|
1315
1317
|
};
|
|
1316
|
-
readonly
|
|
1318
|
+
readonly mbs: {
|
|
1317
1319
|
readonly prop: "marginBlockStart";
|
|
1318
1320
|
readonly token: "space";
|
|
1319
1321
|
readonly bp: 1;
|
|
1320
1322
|
readonly presets: readonly ["auto", "0"];
|
|
1321
1323
|
readonly tokenClass: 1;
|
|
1322
1324
|
};
|
|
1323
|
-
readonly
|
|
1325
|
+
readonly mbe: {
|
|
1324
1326
|
readonly prop: "marginBlockEnd";
|
|
1325
1327
|
readonly presets: readonly ["auto"];
|
|
1326
1328
|
readonly token: "space";
|
|
@@ -1329,22 +1331,22 @@ export declare const PROPS: {
|
|
|
1329
1331
|
readonly ml: {
|
|
1330
1332
|
readonly prop: "marginLeft";
|
|
1331
1333
|
readonly token: "space";
|
|
1332
|
-
readonly bp:
|
|
1334
|
+
readonly bp: 0;
|
|
1333
1335
|
};
|
|
1334
1336
|
readonly mr: {
|
|
1335
1337
|
readonly prop: "marginRight";
|
|
1336
1338
|
readonly token: "space";
|
|
1337
|
-
readonly bp:
|
|
1339
|
+
readonly bp: 0;
|
|
1338
1340
|
};
|
|
1339
1341
|
readonly mt: {
|
|
1340
1342
|
readonly prop: "marginTop";
|
|
1341
1343
|
readonly token: "space";
|
|
1342
|
-
readonly bp:
|
|
1344
|
+
readonly bp: 0;
|
|
1343
1345
|
};
|
|
1344
1346
|
readonly mb: {
|
|
1345
1347
|
readonly prop: "marginBottom";
|
|
1346
1348
|
readonly token: "space";
|
|
1347
|
-
readonly bp:
|
|
1349
|
+
readonly bp: 0;
|
|
1348
1350
|
};
|
|
1349
1351
|
readonly g: {
|
|
1350
1352
|
readonly prop: "gap";
|
|
@@ -1356,21 +1358,21 @@ export declare const PROPS: {
|
|
|
1356
1358
|
};
|
|
1357
1359
|
readonly token: "space";
|
|
1358
1360
|
readonly tokenClass: 1;
|
|
1359
|
-
readonly bp:
|
|
1361
|
+
readonly bp: "lg";
|
|
1360
1362
|
};
|
|
1361
1363
|
readonly cg: {
|
|
1362
1364
|
readonly prop: "columnGap";
|
|
1363
1365
|
readonly token: "space";
|
|
1364
|
-
readonly bp:
|
|
1366
|
+
readonly bp: 0;
|
|
1365
1367
|
};
|
|
1366
1368
|
readonly rg: {
|
|
1367
1369
|
readonly prop: "rowGap";
|
|
1368
1370
|
readonly token: "space";
|
|
1369
|
-
readonly bp:
|
|
1371
|
+
readonly bp: 0;
|
|
1370
1372
|
};
|
|
1371
1373
|
readonly cols: {
|
|
1372
1374
|
readonly isVar: 1;
|
|
1373
|
-
readonly bp:
|
|
1375
|
+
readonly bp: "lg";
|
|
1374
1376
|
};
|
|
1375
1377
|
readonly rows: {
|
|
1376
1378
|
readonly isVar: 1;
|
|
@@ -1412,17 +1414,17 @@ export declare const PROPS: {
|
|
|
1412
1414
|
};
|
|
1413
1415
|
readonly gta: {
|
|
1414
1416
|
readonly prop: "gridTemplateAreas";
|
|
1415
|
-
readonly bp:
|
|
1417
|
+
readonly bp: "lg";
|
|
1416
1418
|
};
|
|
1417
1419
|
readonly gtc: {
|
|
1418
1420
|
readonly prop: "gridTemplateColumns";
|
|
1419
1421
|
readonly presets: readonly ["subgrid"];
|
|
1420
|
-
readonly bp:
|
|
1422
|
+
readonly bp: "lg";
|
|
1421
1423
|
};
|
|
1422
1424
|
readonly gtr: {
|
|
1423
1425
|
readonly prop: "gridTemplateRows";
|
|
1424
1426
|
readonly presets: readonly ["subgrid"];
|
|
1425
|
-
readonly bp:
|
|
1427
|
+
readonly bp: "lg";
|
|
1426
1428
|
};
|
|
1427
1429
|
readonly gaf: {
|
|
1428
1430
|
readonly prop: "gridAutoFlow";
|
|
@@ -1440,21 +1442,21 @@ export declare const PROPS: {
|
|
|
1440
1442
|
readonly utils: {
|
|
1441
1443
|
readonly '1/1': "1 / 1";
|
|
1442
1444
|
};
|
|
1443
|
-
readonly bp:
|
|
1445
|
+
readonly bp: "lg";
|
|
1444
1446
|
};
|
|
1445
1447
|
readonly gc: {
|
|
1446
1448
|
readonly prop: "gridColumn";
|
|
1447
1449
|
readonly utils: {
|
|
1448
1450
|
readonly '1/-1': "1 / -1";
|
|
1449
1451
|
};
|
|
1450
|
-
readonly bp:
|
|
1452
|
+
readonly bp: "lg";
|
|
1451
1453
|
};
|
|
1452
1454
|
readonly gr: {
|
|
1453
1455
|
readonly prop: "gridRow";
|
|
1454
1456
|
readonly utils: {
|
|
1455
1457
|
readonly '1/-1': "1 / -1";
|
|
1456
1458
|
};
|
|
1457
|
-
readonly bp:
|
|
1459
|
+
readonly bp: "lg";
|
|
1458
1460
|
};
|
|
1459
1461
|
readonly gcs: {
|
|
1460
1462
|
readonly prop: "gridColumnStart";
|
package/dist/css/base/set.css
CHANGED
|
@@ -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-
|
|
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-ps,1.75em)}
|
package/dist/css/base.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@property --sz--bleed{syntax:"<length-percentage>";initial-value:100svi;inherits:true}:root{--sz--xl:1600px;--sz--l:
|
|
1
|
+
@property --sz--bleed{syntax:"<length-percentage>";initial-value:100svi;inherits:true}:root{--sz--xl:1600px;--sz--l:1200px;--sz--m:880px;--sz--s:640px;--sz--xs:400px;--black:#000;--white:#fff;--L:60%;--C:0.2;--red:oklch(var(--L) var(--C) 20);--orange:oklch(calc(var(--L) + 6%) calc(var(--C) - 0.01) 48);--yellow:oklch(calc(var(--L) + 12%) calc(var(--C) - 0.02) 80);--green:oklch(calc(var(--L) + 4%) calc(var(--C) - 0.01) 152);--blue:oklch(calc(var(--L) - 4%) calc(var(--C) + 0.01) 264);--purple:oklch(calc(var(--L) - 4%) calc(var(--C) + 0.01) 288);--pink:oklch(calc(var(--L) + 2%) calc(var(--C) + 0.01) 352);--gray:oklch(calc(var(--L) - 4%) calc(var(--C)/10) 240);--brand:#1e5f8c;--accent:#d94a6a;--base:#fcfcfc;--base-2:#f2f2f3;--text:#141414;--text-2:#4e5155;--link:oklch(50% 0.3 240);--divider:#dfe0e2;--shadow:rgba(20,20,21,.12);--neutral:#cbcccd;--o--mp:0.9;--o--p:0.75;--o--pp:0.5;--o--ppp: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);--flow--base:var(--s30);--flow--s:var(--s20)}:root:where([lang=ja]){--flow--base:var(--s35)}@property --hl{syntax:"<length>";inherits:true;initial-value:.25rem}:root{--fz--base:1rem;--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.025em;--lts--l:0.05em;--lts--xl:0.1em;--hl-unit:calc(var(--fz--base)*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)}.set--var\:s,:root{--s-unit:calc(var(--fz--base)*0.5);--s10:var(--s-unit);--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);--s5:calc(var(--s-unit)*0.5);--s15:calc(var(--s-unit)*1.5);--s25:calc(var(--s-unit)*2.5);--s35:calc(var(--s-unit)*4)}.set--var\:s{--s-unit:0.5em}:root{--shc:var(--shadow);--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}.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,.25em)}*{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)}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);letter-spacing:normal}:where(blockquote>p)+p{margin-block-start:var(--s10)}blockquote,q{font-style:italic}blockquote,pre{background-color:var(--base-2);padding:var(--s20)}caption,figcaption{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-ps,1.75em)}dt{font-weight:var(--fw--bold)}dd+dt{margin-block-start:var(--s20)}table{--td-c:inherit;--td-bgc:transparent;--td-p:var(--s10) var(--s15);--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:not([type=range]),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--pp)}: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-ps,1.75em)}
|