lism-css 0.18.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/config/defaults/props.ts +38 -39
- package/config/defaults/tokens.ts +1 -1
- package/dist/config/default-config.d.ts +39 -38
- package/dist/config/defaults/props.d.ts +38 -37
- package/dist/config/defaults/props.js +38 -39
- package/dist/config/defaults/tokens.d.ts +1 -1
- package/dist/config/defaults/tokens.js +1 -1
- package/dist/config/index.d.ts +79 -77
- 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/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/warnUnsupportedBp.d.ts +10 -0
- package/dist/lib/warnUnsupportedBp.js +20 -0
- package/package.json +1 -1
- package/src/scss/_prop-config.scss +18 -66
- package/src/scss/base/_html.scss +7 -2
- package/src/scss/base/set/_revert.scss +1 -1
- package/src/scss/base/tokens/_tokens.scss +15 -1
- 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
|
@@ -58,12 +58,13 @@ declare const _default: {
|
|
|
58
58
|
readonly isVar: 1;
|
|
59
59
|
readonly token: "hl";
|
|
60
60
|
readonly tokenClass: 0;
|
|
61
|
-
readonly bp:
|
|
61
|
+
readonly bp: 0;
|
|
62
62
|
};
|
|
63
63
|
readonly lts: {
|
|
64
64
|
readonly prop: "letterSpacing";
|
|
65
65
|
readonly token: "lts";
|
|
66
66
|
readonly tokenClass: 1;
|
|
67
|
+
readonly bp: 0;
|
|
67
68
|
};
|
|
68
69
|
readonly ta: {
|
|
69
70
|
readonly prop: "textAlign";
|
|
@@ -85,7 +86,7 @@ declare const _default: {
|
|
|
85
86
|
readonly d: {
|
|
86
87
|
readonly prop: "display";
|
|
87
88
|
readonly presets: readonly ["none", "block", "flex", "inline-flex", "grid", "inline-grid", "inline", "inline-block"];
|
|
88
|
-
readonly bp:
|
|
89
|
+
readonly bp: "lg";
|
|
89
90
|
};
|
|
90
91
|
readonly o: {
|
|
91
92
|
readonly prop: "opacity";
|
|
@@ -190,7 +191,7 @@ declare const _default: {
|
|
|
190
191
|
};
|
|
191
192
|
readonly bg: {
|
|
192
193
|
readonly prop: "background";
|
|
193
|
-
readonly bp:
|
|
194
|
+
readonly bp: 0;
|
|
194
195
|
};
|
|
195
196
|
readonly bgi: {
|
|
196
197
|
readonly prop: "backgroundImage";
|
|
@@ -259,16 +260,16 @@ declare const _default: {
|
|
|
259
260
|
readonly 'bd-y': {
|
|
260
261
|
readonly prop: "borderBlock";
|
|
261
262
|
};
|
|
262
|
-
readonly 'bd-
|
|
263
|
+
readonly 'bd-s': {
|
|
263
264
|
readonly prop: "borderInlineStart";
|
|
264
265
|
};
|
|
265
|
-
readonly 'bd-
|
|
266
|
+
readonly 'bd-e': {
|
|
266
267
|
readonly prop: "borderInlineEnd";
|
|
267
268
|
};
|
|
268
|
-
readonly 'bd-
|
|
269
|
+
readonly 'bd-bs': {
|
|
269
270
|
readonly prop: "borderBlockStart";
|
|
270
271
|
};
|
|
271
|
-
readonly 'bd-
|
|
272
|
+
readonly 'bd-be': {
|
|
272
273
|
readonly prop: "borderBlockEnd";
|
|
273
274
|
};
|
|
274
275
|
readonly 'bd-t': {
|
|
@@ -387,19 +388,19 @@ declare const _default: {
|
|
|
387
388
|
readonly prop: "insetBlock";
|
|
388
389
|
readonly token: "space";
|
|
389
390
|
};
|
|
390
|
-
readonly 'i-
|
|
391
|
+
readonly 'i-s': {
|
|
391
392
|
readonly prop: "insetInlineStart";
|
|
392
393
|
readonly token: "space";
|
|
393
394
|
};
|
|
394
|
-
readonly 'i-
|
|
395
|
+
readonly 'i-e': {
|
|
395
396
|
readonly prop: "insetInlineEnd";
|
|
396
397
|
readonly token: "space";
|
|
397
398
|
};
|
|
398
|
-
readonly 'i-
|
|
399
|
+
readonly 'i-bs': {
|
|
399
400
|
readonly prop: "insetBlockStart";
|
|
400
401
|
readonly token: "space";
|
|
401
402
|
};
|
|
402
|
-
readonly 'i-
|
|
403
|
+
readonly 'i-be': {
|
|
403
404
|
readonly prop: "insetBlockEnd";
|
|
404
405
|
readonly token: "space";
|
|
405
406
|
};
|
|
@@ -425,22 +426,22 @@ declare const _default: {
|
|
|
425
426
|
readonly tokenClass: 1;
|
|
426
427
|
readonly bp: 1;
|
|
427
428
|
};
|
|
428
|
-
readonly
|
|
429
|
+
readonly ps: {
|
|
429
430
|
readonly prop: "paddingInlineStart";
|
|
430
431
|
readonly token: "space";
|
|
431
432
|
readonly bp: 1;
|
|
432
433
|
};
|
|
433
|
-
readonly
|
|
434
|
+
readonly pe: {
|
|
434
435
|
readonly prop: "paddingInlineEnd";
|
|
435
436
|
readonly token: "space";
|
|
436
437
|
readonly bp: 1;
|
|
437
438
|
};
|
|
438
|
-
readonly
|
|
439
|
+
readonly pbs: {
|
|
439
440
|
readonly prop: "paddingBlockStart";
|
|
440
441
|
readonly token: "space";
|
|
441
442
|
readonly bp: 1;
|
|
442
443
|
};
|
|
443
|
-
readonly
|
|
444
|
+
readonly pbe: {
|
|
444
445
|
readonly prop: "paddingBlockEnd";
|
|
445
446
|
readonly token: "space";
|
|
446
447
|
readonly bp: 1;
|
|
@@ -448,22 +449,22 @@ declare const _default: {
|
|
|
448
449
|
readonly pl: {
|
|
449
450
|
readonly prop: "paddingLeft";
|
|
450
451
|
readonly token: "space";
|
|
451
|
-
readonly bp:
|
|
452
|
+
readonly bp: 0;
|
|
452
453
|
};
|
|
453
454
|
readonly pr: {
|
|
454
455
|
readonly prop: "paddingRight";
|
|
455
456
|
readonly token: "space";
|
|
456
|
-
readonly bp:
|
|
457
|
+
readonly bp: 0;
|
|
457
458
|
};
|
|
458
459
|
readonly pt: {
|
|
459
460
|
readonly prop: "paddingTop";
|
|
460
461
|
readonly token: "space";
|
|
461
|
-
readonly bp:
|
|
462
|
+
readonly bp: 0;
|
|
462
463
|
};
|
|
463
464
|
readonly pb: {
|
|
464
465
|
readonly prop: "paddingBottom";
|
|
465
466
|
readonly token: "space";
|
|
466
|
-
readonly bp:
|
|
467
|
+
readonly bp: 0;
|
|
467
468
|
};
|
|
468
469
|
readonly m: {
|
|
469
470
|
readonly prop: "margin";
|
|
@@ -487,26 +488,26 @@ declare const _default: {
|
|
|
487
488
|
readonly tokenClass: 1;
|
|
488
489
|
readonly bp: 1;
|
|
489
490
|
};
|
|
490
|
-
readonly
|
|
491
|
+
readonly ms: {
|
|
491
492
|
readonly prop: "marginInlineStart";
|
|
492
493
|
readonly presets: readonly ["auto"];
|
|
493
494
|
readonly token: "space";
|
|
494
495
|
readonly bp: 1;
|
|
495
496
|
};
|
|
496
|
-
readonly
|
|
497
|
+
readonly me: {
|
|
497
498
|
readonly prop: "marginInlineEnd";
|
|
498
499
|
readonly presets: readonly ["auto"];
|
|
499
500
|
readonly token: "space";
|
|
500
501
|
readonly bp: 1;
|
|
501
502
|
};
|
|
502
|
-
readonly
|
|
503
|
+
readonly mbs: {
|
|
503
504
|
readonly prop: "marginBlockStart";
|
|
504
505
|
readonly token: "space";
|
|
505
506
|
readonly bp: 1;
|
|
506
507
|
readonly presets: readonly ["auto", "0"];
|
|
507
508
|
readonly tokenClass: 1;
|
|
508
509
|
};
|
|
509
|
-
readonly
|
|
510
|
+
readonly mbe: {
|
|
510
511
|
readonly prop: "marginBlockEnd";
|
|
511
512
|
readonly presets: readonly ["auto"];
|
|
512
513
|
readonly token: "space";
|
|
@@ -515,22 +516,22 @@ declare const _default: {
|
|
|
515
516
|
readonly ml: {
|
|
516
517
|
readonly prop: "marginLeft";
|
|
517
518
|
readonly token: "space";
|
|
518
|
-
readonly bp:
|
|
519
|
+
readonly bp: 0;
|
|
519
520
|
};
|
|
520
521
|
readonly mr: {
|
|
521
522
|
readonly prop: "marginRight";
|
|
522
523
|
readonly token: "space";
|
|
523
|
-
readonly bp:
|
|
524
|
+
readonly bp: 0;
|
|
524
525
|
};
|
|
525
526
|
readonly mt: {
|
|
526
527
|
readonly prop: "marginTop";
|
|
527
528
|
readonly token: "space";
|
|
528
|
-
readonly bp:
|
|
529
|
+
readonly bp: 0;
|
|
529
530
|
};
|
|
530
531
|
readonly mb: {
|
|
531
532
|
readonly prop: "marginBottom";
|
|
532
533
|
readonly token: "space";
|
|
533
|
-
readonly bp:
|
|
534
|
+
readonly bp: 0;
|
|
534
535
|
};
|
|
535
536
|
readonly g: {
|
|
536
537
|
readonly prop: "gap";
|
|
@@ -542,21 +543,21 @@ declare const _default: {
|
|
|
542
543
|
};
|
|
543
544
|
readonly token: "space";
|
|
544
545
|
readonly tokenClass: 1;
|
|
545
|
-
readonly bp:
|
|
546
|
+
readonly bp: "lg";
|
|
546
547
|
};
|
|
547
548
|
readonly cg: {
|
|
548
549
|
readonly prop: "columnGap";
|
|
549
550
|
readonly token: "space";
|
|
550
|
-
readonly bp:
|
|
551
|
+
readonly bp: 0;
|
|
551
552
|
};
|
|
552
553
|
readonly rg: {
|
|
553
554
|
readonly prop: "rowGap";
|
|
554
555
|
readonly token: "space";
|
|
555
|
-
readonly bp:
|
|
556
|
+
readonly bp: 0;
|
|
556
557
|
};
|
|
557
558
|
readonly cols: {
|
|
558
559
|
readonly isVar: 1;
|
|
559
|
-
readonly bp:
|
|
560
|
+
readonly bp: "lg";
|
|
560
561
|
};
|
|
561
562
|
readonly rows: {
|
|
562
563
|
readonly isVar: 1;
|
|
@@ -598,17 +599,17 @@ declare const _default: {
|
|
|
598
599
|
};
|
|
599
600
|
readonly gta: {
|
|
600
601
|
readonly prop: "gridTemplateAreas";
|
|
601
|
-
readonly bp:
|
|
602
|
+
readonly bp: "lg";
|
|
602
603
|
};
|
|
603
604
|
readonly gtc: {
|
|
604
605
|
readonly prop: "gridTemplateColumns";
|
|
605
606
|
readonly presets: readonly ["subgrid"];
|
|
606
|
-
readonly bp:
|
|
607
|
+
readonly bp: "lg";
|
|
607
608
|
};
|
|
608
609
|
readonly gtr: {
|
|
609
610
|
readonly prop: "gridTemplateRows";
|
|
610
611
|
readonly presets: readonly ["subgrid"];
|
|
611
|
-
readonly bp:
|
|
612
|
+
readonly bp: "lg";
|
|
612
613
|
};
|
|
613
614
|
readonly gaf: {
|
|
614
615
|
readonly prop: "gridAutoFlow";
|
|
@@ -626,21 +627,21 @@ declare const _default: {
|
|
|
626
627
|
readonly utils: {
|
|
627
628
|
readonly '1/1': "1 / 1";
|
|
628
629
|
};
|
|
629
|
-
readonly bp:
|
|
630
|
+
readonly bp: "lg";
|
|
630
631
|
};
|
|
631
632
|
readonly gc: {
|
|
632
633
|
readonly prop: "gridColumn";
|
|
633
634
|
readonly utils: {
|
|
634
635
|
readonly '1/-1': "1 / -1";
|
|
635
636
|
};
|
|
636
|
-
readonly bp:
|
|
637
|
+
readonly bp: "lg";
|
|
637
638
|
};
|
|
638
639
|
readonly gr: {
|
|
639
640
|
readonly prop: "gridRow";
|
|
640
641
|
readonly utils: {
|
|
641
642
|
readonly '1/-1': "1 / -1";
|
|
642
643
|
};
|
|
643
|
-
readonly bp:
|
|
644
|
+
readonly bp: "lg";
|
|
644
645
|
};
|
|
645
646
|
readonly gcs: {
|
|
646
647
|
readonly prop: "gridColumnStart";
|
|
@@ -20,9 +20,9 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
20
20
|
isVar: 1,
|
|
21
21
|
token: "hl",
|
|
22
22
|
tokenClass: 0,
|
|
23
|
-
bp:
|
|
23
|
+
bp: 0
|
|
24
24
|
},
|
|
25
|
-
lts: { prop: "letterSpacing", token: "lts", tokenClass: 1 },
|
|
25
|
+
lts: { prop: "letterSpacing", token: "lts", tokenClass: 1, bp: 0 },
|
|
26
26
|
ta: { prop: "textAlign", presets: ["center", "left", "right"] },
|
|
27
27
|
td: { prop: "textDecoration", utils: { none: "none" } },
|
|
28
28
|
tt: { prop: "textTransform", utils: { upper: "uppercase", lower: "lowercase" } },
|
|
@@ -31,7 +31,7 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
31
31
|
d: {
|
|
32
32
|
prop: "display",
|
|
33
33
|
presets: ["none", "block", "flex", "inline-flex", "grid", "inline-grid", "inline", "inline-block"],
|
|
34
|
-
bp:
|
|
34
|
+
bp: "lg"
|
|
35
35
|
},
|
|
36
36
|
o: { prop: "opacity", presets: ["0"], token: "o", tokenClass: 1 },
|
|
37
37
|
v: { prop: "visibility", presets: ["hidden"] },
|
|
@@ -70,7 +70,7 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
70
70
|
"min-bsz": { prop: "minBlockSize", token: "sz" },
|
|
71
71
|
"max-bsz": { prop: "maxBlockSize", token: "sz" },
|
|
72
72
|
// bg
|
|
73
|
-
bg: { prop: "background", bp:
|
|
73
|
+
bg: { prop: "background", bp: 0 },
|
|
74
74
|
bgi: { prop: "backgroundImage" },
|
|
75
75
|
bgr: { prop: "backgroundRepeat", presets: ["no-repeat"] },
|
|
76
76
|
bgp: { prop: "backgroundPosition", presets: ["center"] },
|
|
@@ -114,10 +114,10 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
114
114
|
// --bdw のみ
|
|
115
115
|
"bd-x": { prop: "borderInline" },
|
|
116
116
|
"bd-y": { prop: "borderBlock" },
|
|
117
|
-
"bd-
|
|
118
|
-
"bd-
|
|
119
|
-
"bd-
|
|
120
|
-
"bd-
|
|
117
|
+
"bd-s": { prop: "borderInlineStart" },
|
|
118
|
+
"bd-e": { prop: "borderInlineEnd" },
|
|
119
|
+
"bd-bs": { prop: "borderBlockStart" },
|
|
120
|
+
"bd-be": { prop: "borderBlockEnd" },
|
|
121
121
|
"bd-t": { prop: "borderTop" },
|
|
122
122
|
"bd-b": { prop: "borderBottom" },
|
|
123
123
|
"bd-l": { prop: "borderLeft" },
|
|
@@ -152,10 +152,10 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
152
152
|
i: { prop: "inset", utils: { 0: "0%" }, token: "space" },
|
|
153
153
|
"i-x": { prop: "insetInline", token: "space" },
|
|
154
154
|
"i-y": { prop: "insetBlock", token: "space" },
|
|
155
|
-
"i-
|
|
156
|
-
"i-
|
|
157
|
-
"i-
|
|
158
|
-
"i-
|
|
155
|
+
"i-s": { prop: "insetInlineStart", token: "space" },
|
|
156
|
+
"i-e": { prop: "insetInlineEnd", token: "space" },
|
|
157
|
+
"i-bs": { prop: "insetBlockStart", token: "space" },
|
|
158
|
+
"i-be": { prop: "insetBlockEnd", token: "space" },
|
|
159
159
|
// space
|
|
160
160
|
p: {
|
|
161
161
|
prop: "padding",
|
|
@@ -167,14 +167,14 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
167
167
|
},
|
|
168
168
|
px: { prop: "paddingInline", presets: ["0"], token: "space", tokenClass: 1, bp: 1 },
|
|
169
169
|
py: { prop: "paddingBlock", presets: ["0"], token: "space", tokenClass: 1, bp: 1 },
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
pl: { prop: "paddingLeft", token: "space", bp:
|
|
175
|
-
pr: { prop: "paddingRight", token: "space", bp:
|
|
176
|
-
pt: { prop: "paddingTop", token: "space", bp:
|
|
177
|
-
pb: { prop: "paddingBottom", token: "space", bp:
|
|
170
|
+
ps: { prop: "paddingInlineStart", token: "space", bp: 1 },
|
|
171
|
+
pe: { prop: "paddingInlineEnd", token: "space", bp: 1 },
|
|
172
|
+
pbs: { prop: "paddingBlockStart", token: "space", bp: 1 },
|
|
173
|
+
pbe: { prop: "paddingBlockEnd", token: "space", bp: 1 },
|
|
174
|
+
pl: { prop: "paddingLeft", token: "space", bp: 0 },
|
|
175
|
+
pr: { prop: "paddingRight", token: "space", bp: 0 },
|
|
176
|
+
pt: { prop: "paddingTop", token: "space", bp: 0 },
|
|
177
|
+
pb: { prop: "paddingBottom", token: "space", bp: 0 },
|
|
178
178
|
m: {
|
|
179
179
|
prop: "margin",
|
|
180
180
|
presets: ["auto", "0"],
|
|
@@ -185,25 +185,25 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
185
185
|
},
|
|
186
186
|
mx: { prop: "marginInline", presets: ["auto", "0"], token: "space", tokenClass: 1, bp: 1 },
|
|
187
187
|
my: { prop: "marginBlock", presets: ["auto", "0"], token: "space", tokenClass: 1, bp: 1 },
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
ml: { prop: "marginLeft", token: "space", bp:
|
|
193
|
-
mr: { prop: "marginRight", token: "space", bp:
|
|
194
|
-
mt: { prop: "marginTop", token: "space", bp:
|
|
195
|
-
mb: { prop: "marginBottom", token: "space", bp:
|
|
188
|
+
ms: { prop: "marginInlineStart", presets: ["auto"], token: "space", bp: 1 },
|
|
189
|
+
me: { prop: "marginInlineEnd", presets: ["auto"], token: "space", bp: 1 },
|
|
190
|
+
mbs: { prop: "marginBlockStart", token: "space", bp: 1, presets: ["auto", "0"], tokenClass: 1 },
|
|
191
|
+
mbe: { prop: "marginBlockEnd", presets: ["auto"], token: "space", bp: 1 },
|
|
192
|
+
ml: { prop: "marginLeft", token: "space", bp: 0 },
|
|
193
|
+
mr: { prop: "marginRight", token: "space", bp: 0 },
|
|
194
|
+
mt: { prop: "marginTop", token: "space", bp: 0 },
|
|
195
|
+
mb: { prop: "marginBottom", token: "space", bp: 0 },
|
|
196
196
|
g: {
|
|
197
197
|
prop: "gap",
|
|
198
198
|
presets: ["0", "inherit"],
|
|
199
199
|
exUtility: { inherit: { gap: "inherit" } },
|
|
200
200
|
token: "space",
|
|
201
201
|
tokenClass: 1,
|
|
202
|
-
bp:
|
|
202
|
+
bp: "lg"
|
|
203
203
|
},
|
|
204
|
-
cg: { prop: "columnGap", token: "space", bp:
|
|
205
|
-
rg: { prop: "rowGap", token: "space", bp:
|
|
206
|
-
cols: { isVar: 1, bp:
|
|
204
|
+
cg: { prop: "columnGap", token: "space", bp: 0 },
|
|
205
|
+
rg: { prop: "rowGap", token: "space", bp: 0 },
|
|
206
|
+
cols: { isVar: 1, bp: "lg" },
|
|
207
207
|
rows: { isVar: 1, bp: 1 },
|
|
208
208
|
// flex
|
|
209
209
|
fxf: { prop: "flexFlow" },
|
|
@@ -219,26 +219,25 @@ const e = ["start", "center", "end"], r = ["flex-start", "flex-end"], p = { s: "
|
|
|
219
219
|
prop: "gridTemplate",
|
|
220
220
|
bp: 1
|
|
221
221
|
},
|
|
222
|
-
gta: { prop: "gridTemplateAreas", bp:
|
|
222
|
+
gta: { prop: "gridTemplateAreas", bp: "lg" },
|
|
223
223
|
gtc: {
|
|
224
224
|
prop: "gridTemplateColumns",
|
|
225
225
|
presets: ["subgrid"],
|
|
226
|
-
bp:
|
|
226
|
+
bp: "lg"
|
|
227
227
|
},
|
|
228
228
|
gtr: {
|
|
229
229
|
prop: "gridTemplateRows",
|
|
230
230
|
presets: ["subgrid"],
|
|
231
|
-
|
|
232
|
-
bp: 1
|
|
231
|
+
bp: "lg"
|
|
233
232
|
},
|
|
234
233
|
gaf: { prop: "gridAutoFlow", presets: ["row", "column"], bp: 1 },
|
|
235
234
|
//dense
|
|
236
235
|
gac: { prop: "gridAutoColumns" },
|
|
237
236
|
gar: { prop: "gridAutoRows" },
|
|
238
237
|
// grid item
|
|
239
|
-
ga: { prop: "gridArea", utils: { "1/1": "1 / 1" }, bp:
|
|
240
|
-
gc: { prop: "gridColumn", utils: { "1/-1": "1 / -1" }, bp:
|
|
241
|
-
gr: { prop: "gridRow", utils: { "1/-1": "1 / -1" }, bp:
|
|
238
|
+
ga: { prop: "gridArea", utils: { "1/1": "1 / 1" }, bp: "lg" },
|
|
239
|
+
gc: { prop: "gridColumn", utils: { "1/-1": "1 / -1" }, bp: "lg" },
|
|
240
|
+
gr: { prop: "gridRow", utils: { "1/-1": "1 / -1" }, bp: "lg" },
|
|
242
241
|
gcs: { prop: "gridColumnStart" },
|
|
243
242
|
gce: { prop: "gridColumnEnd" },
|
|
244
243
|
grs: { prop: "gridRowStart" },
|
|
@@ -16,7 +16,7 @@ declare const _default: {
|
|
|
16
16
|
};
|
|
17
17
|
readonly c: {
|
|
18
18
|
readonly pre: "--";
|
|
19
|
-
readonly values: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent"];
|
|
19
|
+
readonly values: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent", "neutral"];
|
|
20
20
|
};
|
|
21
21
|
readonly palette: {
|
|
22
22
|
readonly pre: "--";
|