lism-css 0.22.2 → 0.23.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/dist/config/default-config.d.ts +137 -49
- package/dist/config/default-config.js +8 -6
- package/dist/config/defaults/breakpoints.d.ts +15 -0
- package/dist/config/defaults/breakpoints.js +10 -0
- package/dist/config/defaults/props.d.ts +21 -30
- package/dist/config/defaults/props.js +33 -29
- package/dist/config/defaults/token-scope.d.ts +9 -0
- package/dist/config/defaults/token-scope.js +7 -0
- package/dist/config/defaults/token-var-prefix.d.ts +11 -0
- package/dist/config/defaults/token-var-prefix.js +11 -0
- package/dist/config/defaults/tokens.d.ts +118 -21
- package/dist/config/defaults/tokens.js +112 -24
- package/dist/config/index.d.ts +285 -105
- package/dist/config/index.js +18 -15
- package/dist/config/presets/props-full.d.ts +20 -0
- package/dist/config/presets/props-full.js +28 -0
- package/dist/css/base/set.css +1 -1
- package/dist/css/base.css +1 -1
- package/dist/css/full.css +1 -0
- package/dist/css/full_no_layer.css +1 -0
- package/dist/css/main.css +1 -1
- package/dist/css/main_no_layer.css +1 -1
- package/dist/css/props.css +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -0
- package/dist/lib/getBpData.d.ts +2 -2
- package/dist/lib/getBpData.js +7 -7
- package/dist/lib/getLismProps.d.ts +5 -3
- package/dist/lib/getLismProps.js +59 -54
- package/dist/lib/getMaybeTokenValue.d.ts +1 -7
- package/dist/lib/getMaybeTokenValue.js +10 -22
- package/dist/lib/getTokenVarName.d.ts +13 -0
- package/dist/lib/getTokenVarName.js +8 -0
- package/dist/lib/getTokenVarName.test.d.ts +1 -0
- package/dist/lib/isTokenValue.js +11 -22
- package/dist/lib/types/CustomPropRegistry.d.ts +9 -0
- package/dist/lib/types/CustomTraitRegistry.d.ts +9 -0
- package/dist/lib/types/FullModeRegistry.d.ts +26 -0
- package/dist/lib/types/PropValueTypes.d.ts +45 -13
- package/dist/lib/types/ResponsiveProps.d.ts +57 -13
- package/dist/lib/types/ResponsiveProps.module-augmentation.test.d.ts +1 -0
- package/dist/lib/warnUnsupportedBp.js +1 -1
- package/dist/scss/auto_output.test.d.ts +1 -0
- package/package.json +23 -33
- package/src/scss/_auto_output.scss +54 -42
- package/src/scss/_prop-config-full.gen.scss +1317 -0
- package/src/scss/{_prop-config.scss → _prop-config.gen.scss} +37 -13
- package/src/scss/_setting.scss +6 -11
- package/src/scss/auto_output.test.ts +91 -0
- package/src/scss/base/index.scss +1 -3
- package/src/scss/base/set/index.scss +5 -0
- package/src/scss/base/tokens/_tokens.gen.scss +69 -0
- package/src/scss/base/tokens/_tokens.scss +31 -30
- package/src/scss/full.scss +12 -0
- package/src/scss/full_no_layer.scss +32 -0
- package/src/scss/props/index.scss +0 -1
- package/src/scss/trait/is/_wrapper.scss +1 -1
- package/bin/__build-css.cjs +0 -92
- package/bin/build-config.js +0 -155
- package/bin/build-css.js +0 -90
- package/bin/cli.mjs +0 -79
- package/bin/script-build-css.js +0 -6
- package/src/scss/base/tokens/_shadow.scss +0 -23
- package/src/scss/base/tokens/_space.scss +0 -30
- package/src/scss/base/tokens/_typography.scss +0 -69
- package/src/scss/props/_lh.scss +0 -16
|
@@ -1,30 +1,119 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
readonly tokens: {
|
|
3
|
-
readonly
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
readonly color: {
|
|
4
|
+
readonly base: "-";
|
|
5
|
+
readonly 'base-2': "-";
|
|
6
|
+
readonly text: "-";
|
|
7
|
+
readonly 'text-2': "-";
|
|
8
|
+
readonly divider: "-";
|
|
9
|
+
readonly link: "-";
|
|
10
|
+
readonly brand: "-";
|
|
11
|
+
readonly accent: "-";
|
|
12
|
+
readonly neutral: "-";
|
|
13
|
+
};
|
|
14
|
+
readonly palette: {
|
|
15
|
+
readonly red: "-";
|
|
16
|
+
readonly blue: "-";
|
|
17
|
+
readonly green: "-";
|
|
18
|
+
readonly yellow: "-";
|
|
19
|
+
readonly purple: "-";
|
|
20
|
+
readonly orange: "-";
|
|
21
|
+
readonly pink: "-";
|
|
22
|
+
readonly gray: "-";
|
|
23
|
+
readonly white: "#fff";
|
|
24
|
+
readonly black: "#000";
|
|
25
|
+
readonly keycolor: "-";
|
|
26
|
+
};
|
|
27
|
+
readonly fz: {
|
|
28
|
+
readonly base: "1rem";
|
|
29
|
+
readonly '5xl': "calc(1em * var(--fz-mol) / (var(--fz-mol) - 6))";
|
|
30
|
+
readonly '4xl': "calc(1em * var(--fz-mol) / (var(--fz-mol) - 5))";
|
|
31
|
+
readonly '3xl': "calc(1em * var(--fz-mol) / (var(--fz-mol) - 4))";
|
|
32
|
+
readonly '2xl': "calc(1em * var(--fz-mol) / (var(--fz-mol) - 3))";
|
|
33
|
+
readonly xl: "calc(1em * var(--fz-mol) / (var(--fz-mol) - 2))";
|
|
34
|
+
readonly l: "calc(1em * var(--fz-mol) / (var(--fz-mol) - 1))";
|
|
35
|
+
readonly m: "1em";
|
|
36
|
+
readonly s: "calc(1em * var(--fz-mol) / (var(--fz-mol) + 1))";
|
|
37
|
+
readonly xs: "calc(1em * var(--fz-mol) / (var(--fz-mol) + 2))";
|
|
38
|
+
readonly '2xs': "calc(1em * var(--fz-mol) / (var(--fz-mol) + 3))";
|
|
39
|
+
};
|
|
40
|
+
readonly lh: {
|
|
41
|
+
readonly base: "-";
|
|
42
|
+
readonly xs: "-";
|
|
43
|
+
readonly s: "-";
|
|
44
|
+
readonly l: "-";
|
|
45
|
+
};
|
|
46
|
+
readonly hl: {
|
|
47
|
+
readonly base: "calc(var(--hl-unit) * 3)";
|
|
48
|
+
readonly xs: "var(--hl-unit)";
|
|
49
|
+
readonly s: "calc(var(--hl-unit) * 2)";
|
|
50
|
+
readonly l: "calc(var(--hl-unit) * 4)";
|
|
51
|
+
};
|
|
52
|
+
readonly lts: {
|
|
53
|
+
readonly base: "normal";
|
|
54
|
+
readonly s: "-0.025em";
|
|
55
|
+
readonly l: "0.05em";
|
|
56
|
+
readonly xl: "0.1em";
|
|
57
|
+
};
|
|
58
|
+
readonly ff: {
|
|
59
|
+
readonly base: "-apple-system, 'BlinkMacSystemFont', 'Hiragino Sans', sans-serif";
|
|
60
|
+
readonly accent: "Georgia, serif";
|
|
61
|
+
readonly mono: "ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace";
|
|
62
|
+
};
|
|
63
|
+
readonly fw: {
|
|
64
|
+
readonly light: "300";
|
|
65
|
+
readonly normal: "400";
|
|
66
|
+
readonly bold: "600";
|
|
67
|
+
};
|
|
68
|
+
readonly o: {
|
|
69
|
+
readonly mp: "0.9";
|
|
70
|
+
readonly p: "0.75";
|
|
71
|
+
readonly pp: "0.5";
|
|
72
|
+
readonly ppp: "0.25";
|
|
73
|
+
};
|
|
74
|
+
readonly bdrs: {
|
|
75
|
+
readonly '10': "0.25rem";
|
|
76
|
+
readonly '20': "0.5rem";
|
|
77
|
+
readonly '30': "1rem";
|
|
78
|
+
readonly '40': "1.5rem";
|
|
79
|
+
readonly '99': "99rem";
|
|
80
|
+
readonly inner: "-";
|
|
81
|
+
};
|
|
82
|
+
readonly bxsh: {
|
|
83
|
+
readonly '10': "var(--shsz--10) var(--shc)";
|
|
84
|
+
readonly '20': "var(--shsz--20) var(--shc)";
|
|
85
|
+
readonly '30': "var(--shsz--30) var(--shc)";
|
|
86
|
+
readonly '40': "var(--shsz--40) var(--shc)";
|
|
87
|
+
readonly '50': "var(--shsz--50) var(--shc)";
|
|
88
|
+
};
|
|
14
89
|
readonly space: {
|
|
15
|
-
readonly
|
|
16
|
-
readonly
|
|
90
|
+
readonly '5': "calc(var(--s-unit) * 0.5)";
|
|
91
|
+
readonly '10': "var(--s-unit)";
|
|
92
|
+
readonly '15': "calc(var(--s-unit) * 1.5)";
|
|
93
|
+
readonly '20': "calc(var(--s-unit) * 2)";
|
|
94
|
+
readonly '25': "calc(var(--s-unit) * 2.5)";
|
|
95
|
+
readonly '30': "calc(var(--s-unit) * 3)";
|
|
96
|
+
readonly '35': "calc(var(--s-unit) * 4)";
|
|
97
|
+
readonly '40': "calc(var(--s-unit) * 5)";
|
|
98
|
+
readonly '50': "calc(var(--s-unit) * 8)";
|
|
99
|
+
readonly '60': "calc(var(--s-unit) * 13)";
|
|
100
|
+
readonly '70': "calc(var(--s-unit) * 21)";
|
|
101
|
+
readonly '80': "calc(var(--s-unit) * 34)";
|
|
102
|
+
};
|
|
103
|
+
readonly flow: {
|
|
104
|
+
readonly s: "-";
|
|
105
|
+
readonly l: "-";
|
|
17
106
|
};
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
107
|
+
readonly sz: {
|
|
108
|
+
readonly xs: "400px";
|
|
109
|
+
readonly s: "640px";
|
|
110
|
+
readonly m: "880px";
|
|
111
|
+
readonly l: "1200px";
|
|
112
|
+
readonly xl: "1600px";
|
|
21
113
|
};
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly values: readonly ["red", "blue", "green", "yellow", "purple", "orange", "pink", "gray", "white", "black", "keycolor"];
|
|
114
|
+
readonly ar: {
|
|
115
|
+
readonly og: "1.91/1";
|
|
25
116
|
};
|
|
26
|
-
readonly writing: readonly ["vertical"];
|
|
27
|
-
readonly flow: readonly ["s", "l"];
|
|
28
117
|
};
|
|
29
118
|
readonly props: {
|
|
30
119
|
readonly f: {
|
|
@@ -56,25 +145,28 @@ declare const _default: {
|
|
|
56
145
|
};
|
|
57
146
|
};
|
|
58
147
|
readonly lh: {
|
|
59
|
-
readonly prop: "
|
|
60
|
-
readonly
|
|
148
|
+
readonly prop: "--hl";
|
|
149
|
+
readonly isVar: 1;
|
|
61
150
|
readonly token: "hl";
|
|
62
|
-
readonly tokenClass:
|
|
63
|
-
readonly
|
|
64
|
-
readonly 1: "";
|
|
151
|
+
readonly tokenClass: 1;
|
|
152
|
+
readonly utils: {
|
|
153
|
+
readonly '1': "0px";
|
|
65
154
|
};
|
|
66
155
|
};
|
|
67
156
|
readonly hl: {
|
|
157
|
+
readonly prop: "--hl";
|
|
68
158
|
readonly isVar: 1;
|
|
69
159
|
readonly token: "hl";
|
|
70
|
-
readonly tokenClass:
|
|
71
|
-
readonly bp:
|
|
160
|
+
readonly tokenClass: 1;
|
|
161
|
+
readonly bp: 1;
|
|
162
|
+
readonly utils: {
|
|
163
|
+
readonly '0': "0px";
|
|
164
|
+
};
|
|
72
165
|
};
|
|
73
166
|
readonly lts: {
|
|
74
167
|
readonly prop: "letterSpacing";
|
|
75
168
|
readonly token: "lts";
|
|
76
169
|
readonly tokenClass: 1;
|
|
77
|
-
readonly bp: 0;
|
|
78
170
|
};
|
|
79
171
|
readonly ta: {
|
|
80
172
|
readonly prop: "textAlign";
|
|
@@ -96,7 +188,7 @@ declare const _default: {
|
|
|
96
188
|
readonly d: {
|
|
97
189
|
readonly prop: "display";
|
|
98
190
|
readonly presets: readonly ["none", "block", "flex", "inline-flex", "grid", "inline-grid", "inline", "inline-block"];
|
|
99
|
-
readonly bp:
|
|
191
|
+
readonly bp: 1;
|
|
100
192
|
};
|
|
101
193
|
readonly o: {
|
|
102
194
|
readonly prop: "opacity";
|
|
@@ -206,7 +298,6 @@ declare const _default: {
|
|
|
206
298
|
};
|
|
207
299
|
readonly bg: {
|
|
208
300
|
readonly prop: "background";
|
|
209
|
-
readonly bp: 0;
|
|
210
301
|
};
|
|
211
302
|
readonly bgi: {
|
|
212
303
|
readonly prop: "backgroundImage";
|
|
@@ -465,22 +556,18 @@ declare const _default: {
|
|
|
465
556
|
readonly pl: {
|
|
466
557
|
readonly prop: "paddingLeft";
|
|
467
558
|
readonly token: "space";
|
|
468
|
-
readonly bp: 0;
|
|
469
559
|
};
|
|
470
560
|
readonly pr: {
|
|
471
561
|
readonly prop: "paddingRight";
|
|
472
562
|
readonly token: "space";
|
|
473
|
-
readonly bp: 0;
|
|
474
563
|
};
|
|
475
564
|
readonly pt: {
|
|
476
565
|
readonly prop: "paddingTop";
|
|
477
566
|
readonly token: "space";
|
|
478
|
-
readonly bp: 0;
|
|
479
567
|
};
|
|
480
568
|
readonly pb: {
|
|
481
569
|
readonly prop: "paddingBottom";
|
|
482
570
|
readonly token: "space";
|
|
483
|
-
readonly bp: 0;
|
|
484
571
|
};
|
|
485
572
|
readonly m: {
|
|
486
573
|
readonly prop: "margin";
|
|
@@ -532,22 +619,18 @@ declare const _default: {
|
|
|
532
619
|
readonly ml: {
|
|
533
620
|
readonly prop: "marginLeft";
|
|
534
621
|
readonly token: "space";
|
|
535
|
-
readonly bp: 0;
|
|
536
622
|
};
|
|
537
623
|
readonly mr: {
|
|
538
624
|
readonly prop: "marginRight";
|
|
539
625
|
readonly token: "space";
|
|
540
|
-
readonly bp: 0;
|
|
541
626
|
};
|
|
542
627
|
readonly mt: {
|
|
543
628
|
readonly prop: "marginTop";
|
|
544
629
|
readonly token: "space";
|
|
545
|
-
readonly bp: 0;
|
|
546
630
|
};
|
|
547
631
|
readonly mb: {
|
|
548
632
|
readonly prop: "marginBottom";
|
|
549
633
|
readonly token: "space";
|
|
550
|
-
readonly bp: 0;
|
|
551
634
|
};
|
|
552
635
|
readonly g: {
|
|
553
636
|
readonly prop: "gap";
|
|
@@ -559,21 +642,19 @@ declare const _default: {
|
|
|
559
642
|
};
|
|
560
643
|
readonly token: "space";
|
|
561
644
|
readonly tokenClass: 1;
|
|
562
|
-
readonly bp:
|
|
645
|
+
readonly bp: 1;
|
|
563
646
|
};
|
|
564
647
|
readonly cg: {
|
|
565
648
|
readonly prop: "columnGap";
|
|
566
649
|
readonly token: "space";
|
|
567
|
-
readonly bp: 0;
|
|
568
650
|
};
|
|
569
651
|
readonly rg: {
|
|
570
652
|
readonly prop: "rowGap";
|
|
571
653
|
readonly token: "space";
|
|
572
|
-
readonly bp: 0;
|
|
573
654
|
};
|
|
574
655
|
readonly cols: {
|
|
575
656
|
readonly isVar: 1;
|
|
576
|
-
readonly bp:
|
|
657
|
+
readonly bp: 1;
|
|
577
658
|
};
|
|
578
659
|
readonly rows: {
|
|
579
660
|
readonly isVar: 1;
|
|
@@ -615,17 +696,17 @@ declare const _default: {
|
|
|
615
696
|
};
|
|
616
697
|
readonly gta: {
|
|
617
698
|
readonly prop: "gridTemplateAreas";
|
|
618
|
-
readonly bp:
|
|
699
|
+
readonly bp: 1;
|
|
619
700
|
};
|
|
620
701
|
readonly gtc: {
|
|
621
702
|
readonly prop: "gridTemplateColumns";
|
|
622
703
|
readonly presets: readonly ["subgrid"];
|
|
623
|
-
readonly bp:
|
|
704
|
+
readonly bp: 1;
|
|
624
705
|
};
|
|
625
706
|
readonly gtr: {
|
|
626
707
|
readonly prop: "gridTemplateRows";
|
|
627
708
|
readonly presets: readonly ["subgrid"];
|
|
628
|
-
readonly bp:
|
|
709
|
+
readonly bp: 1;
|
|
629
710
|
};
|
|
630
711
|
readonly gaf: {
|
|
631
712
|
readonly prop: "gridAutoFlow";
|
|
@@ -643,21 +724,21 @@ declare const _default: {
|
|
|
643
724
|
readonly utils: {
|
|
644
725
|
readonly '1/1': "1 / 1";
|
|
645
726
|
};
|
|
646
|
-
readonly bp:
|
|
727
|
+
readonly bp: 1;
|
|
647
728
|
};
|
|
648
729
|
readonly gc: {
|
|
649
730
|
readonly prop: "gridColumn";
|
|
650
731
|
readonly utils: {
|
|
651
732
|
readonly '1/-1': "1 / -1";
|
|
652
733
|
};
|
|
653
|
-
readonly bp:
|
|
734
|
+
readonly bp: 1;
|
|
654
735
|
};
|
|
655
736
|
readonly gr: {
|
|
656
737
|
readonly prop: "gridRow";
|
|
657
738
|
readonly utils: {
|
|
658
739
|
readonly '1/-1': "1 / -1";
|
|
659
740
|
};
|
|
660
|
-
readonly bp:
|
|
741
|
+
readonly bp: 1;
|
|
661
742
|
};
|
|
662
743
|
readonly gcs: {
|
|
663
744
|
readonly prop: "gridColumnStart";
|
|
@@ -803,5 +884,12 @@ declare const _default: {
|
|
|
803
884
|
readonly hasSnap: "has--snap";
|
|
804
885
|
readonly hasMask: "has--mask";
|
|
805
886
|
};
|
|
887
|
+
readonly breakpoints: {
|
|
888
|
+
readonly xs: 0;
|
|
889
|
+
readonly sm: "480px";
|
|
890
|
+
readonly md: "800px";
|
|
891
|
+
readonly lg: "1120px";
|
|
892
|
+
readonly xl: 0;
|
|
893
|
+
};
|
|
806
894
|
};
|
|
807
895
|
export default _default;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import o from "./defaults/tokens.js";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
2
|
+
import r from "./defaults/props.js";
|
|
3
|
+
import t from "./defaults/traits.js";
|
|
4
|
+
import m from "./defaults/breakpoints.js";
|
|
5
|
+
const a = {
|
|
5
6
|
tokens: o,
|
|
6
|
-
props:
|
|
7
|
-
traits:
|
|
7
|
+
props: r,
|
|
8
|
+
traits: t,
|
|
9
|
+
breakpoints: m
|
|
8
10
|
};
|
|
9
11
|
export {
|
|
10
|
-
|
|
12
|
+
a as default
|
|
11
13
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ブレイクポイントのデフォルト定義
|
|
3
|
+
*
|
|
4
|
+
* 値 0 は「無効」を表し、`_query.scss` の bp-up / bp-down がクエリ出力をスキップする。
|
|
5
|
+
* xs / xl をあらかじめキーとして並べておくことで、lism.config.js の `breakpoints` で
|
|
6
|
+
* サイズを与えるだけ(差分上書き)で有効化でき、かつ正準順序(min-width カスケード順)を保つ。
|
|
7
|
+
*/
|
|
8
|
+
declare const BREAKPOINTS: {
|
|
9
|
+
readonly xs: 0;
|
|
10
|
+
readonly sm: "480px";
|
|
11
|
+
readonly md: "800px";
|
|
12
|
+
readonly lg: "1120px";
|
|
13
|
+
readonly xl: 0;
|
|
14
|
+
};
|
|
15
|
+
export default BREAKPOINTS;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* isVar: 1 → クラス出力はせずstyle属性での変数出力のみ (--bdw, --keycolor など)
|
|
3
|
-
* bp: 0
|
|
3
|
+
* bp: 0(= bp 省略時のデフォルト)→ Prop-valユーティリティクラス化されなければ、style属性で出力するだけ。
|
|
4
4
|
* bp: 1 → .-prop と --prop の セットがベースにあり、.-prop_bp と .--prop_bp で ブレイクポイント指定できる。
|
|
5
5
|
* .-prop{property:var(--prop)} が基本で、ユーティリティクラスは .-prop:val{property:value} となる。
|
|
6
6
|
*
|
|
7
7
|
* ↓コンポーネント処理で使用される
|
|
8
8
|
* tokenClass: 1 → 対応するトークン値がそのまま全てユーティリティクラス化されるもの。
|
|
9
|
-
* 2 → ユーティリティクラスされ、内容は別途ファイルで記述するもの。
|
|
10
9
|
* shorthands: → コンポーネント側で短く書くための設定
|
|
11
10
|
*
|
|
12
11
|
* ↓SCSS出力で使用される
|
|
@@ -46,25 +45,28 @@ declare const _default: {
|
|
|
46
45
|
};
|
|
47
46
|
};
|
|
48
47
|
readonly lh: {
|
|
49
|
-
readonly prop: "
|
|
50
|
-
readonly
|
|
48
|
+
readonly prop: "--hl";
|
|
49
|
+
readonly isVar: 1;
|
|
51
50
|
readonly token: "hl";
|
|
52
|
-
readonly tokenClass:
|
|
53
|
-
readonly
|
|
54
|
-
readonly 1: "";
|
|
51
|
+
readonly tokenClass: 1;
|
|
52
|
+
readonly utils: {
|
|
53
|
+
readonly '1': "0px";
|
|
55
54
|
};
|
|
56
55
|
};
|
|
57
56
|
readonly hl: {
|
|
57
|
+
readonly prop: "--hl";
|
|
58
58
|
readonly isVar: 1;
|
|
59
59
|
readonly token: "hl";
|
|
60
|
-
readonly tokenClass:
|
|
61
|
-
readonly bp:
|
|
60
|
+
readonly tokenClass: 1;
|
|
61
|
+
readonly bp: 1;
|
|
62
|
+
readonly utils: {
|
|
63
|
+
readonly '0': "0px";
|
|
64
|
+
};
|
|
62
65
|
};
|
|
63
66
|
readonly lts: {
|
|
64
67
|
readonly prop: "letterSpacing";
|
|
65
68
|
readonly token: "lts";
|
|
66
69
|
readonly tokenClass: 1;
|
|
67
|
-
readonly bp: 0;
|
|
68
70
|
};
|
|
69
71
|
readonly ta: {
|
|
70
72
|
readonly prop: "textAlign";
|
|
@@ -86,7 +88,7 @@ declare const _default: {
|
|
|
86
88
|
readonly d: {
|
|
87
89
|
readonly prop: "display";
|
|
88
90
|
readonly presets: readonly ["none", "block", "flex", "inline-flex", "grid", "inline-grid", "inline", "inline-block"];
|
|
89
|
-
readonly bp:
|
|
91
|
+
readonly bp: 1;
|
|
90
92
|
};
|
|
91
93
|
readonly o: {
|
|
92
94
|
readonly prop: "opacity";
|
|
@@ -196,7 +198,6 @@ declare const _default: {
|
|
|
196
198
|
};
|
|
197
199
|
readonly bg: {
|
|
198
200
|
readonly prop: "background";
|
|
199
|
-
readonly bp: 0;
|
|
200
201
|
};
|
|
201
202
|
readonly bgi: {
|
|
202
203
|
readonly prop: "backgroundImage";
|
|
@@ -455,22 +456,18 @@ declare const _default: {
|
|
|
455
456
|
readonly pl: {
|
|
456
457
|
readonly prop: "paddingLeft";
|
|
457
458
|
readonly token: "space";
|
|
458
|
-
readonly bp: 0;
|
|
459
459
|
};
|
|
460
460
|
readonly pr: {
|
|
461
461
|
readonly prop: "paddingRight";
|
|
462
462
|
readonly token: "space";
|
|
463
|
-
readonly bp: 0;
|
|
464
463
|
};
|
|
465
464
|
readonly pt: {
|
|
466
465
|
readonly prop: "paddingTop";
|
|
467
466
|
readonly token: "space";
|
|
468
|
-
readonly bp: 0;
|
|
469
467
|
};
|
|
470
468
|
readonly pb: {
|
|
471
469
|
readonly prop: "paddingBottom";
|
|
472
470
|
readonly token: "space";
|
|
473
|
-
readonly bp: 0;
|
|
474
471
|
};
|
|
475
472
|
readonly m: {
|
|
476
473
|
readonly prop: "margin";
|
|
@@ -522,22 +519,18 @@ declare const _default: {
|
|
|
522
519
|
readonly ml: {
|
|
523
520
|
readonly prop: "marginLeft";
|
|
524
521
|
readonly token: "space";
|
|
525
|
-
readonly bp: 0;
|
|
526
522
|
};
|
|
527
523
|
readonly mr: {
|
|
528
524
|
readonly prop: "marginRight";
|
|
529
525
|
readonly token: "space";
|
|
530
|
-
readonly bp: 0;
|
|
531
526
|
};
|
|
532
527
|
readonly mt: {
|
|
533
528
|
readonly prop: "marginTop";
|
|
534
529
|
readonly token: "space";
|
|
535
|
-
readonly bp: 0;
|
|
536
530
|
};
|
|
537
531
|
readonly mb: {
|
|
538
532
|
readonly prop: "marginBottom";
|
|
539
533
|
readonly token: "space";
|
|
540
|
-
readonly bp: 0;
|
|
541
534
|
};
|
|
542
535
|
readonly g: {
|
|
543
536
|
readonly prop: "gap";
|
|
@@ -549,21 +542,19 @@ declare const _default: {
|
|
|
549
542
|
};
|
|
550
543
|
readonly token: "space";
|
|
551
544
|
readonly tokenClass: 1;
|
|
552
|
-
readonly bp:
|
|
545
|
+
readonly bp: 1;
|
|
553
546
|
};
|
|
554
547
|
readonly cg: {
|
|
555
548
|
readonly prop: "columnGap";
|
|
556
549
|
readonly token: "space";
|
|
557
|
-
readonly bp: 0;
|
|
558
550
|
};
|
|
559
551
|
readonly rg: {
|
|
560
552
|
readonly prop: "rowGap";
|
|
561
553
|
readonly token: "space";
|
|
562
|
-
readonly bp: 0;
|
|
563
554
|
};
|
|
564
555
|
readonly cols: {
|
|
565
556
|
readonly isVar: 1;
|
|
566
|
-
readonly bp:
|
|
557
|
+
readonly bp: 1;
|
|
567
558
|
};
|
|
568
559
|
readonly rows: {
|
|
569
560
|
readonly isVar: 1;
|
|
@@ -605,17 +596,17 @@ declare const _default: {
|
|
|
605
596
|
};
|
|
606
597
|
readonly gta: {
|
|
607
598
|
readonly prop: "gridTemplateAreas";
|
|
608
|
-
readonly bp:
|
|
599
|
+
readonly bp: 1;
|
|
609
600
|
};
|
|
610
601
|
readonly gtc: {
|
|
611
602
|
readonly prop: "gridTemplateColumns";
|
|
612
603
|
readonly presets: readonly ["subgrid"];
|
|
613
|
-
readonly bp:
|
|
604
|
+
readonly bp: 1;
|
|
614
605
|
};
|
|
615
606
|
readonly gtr: {
|
|
616
607
|
readonly prop: "gridTemplateRows";
|
|
617
608
|
readonly presets: readonly ["subgrid"];
|
|
618
|
-
readonly bp:
|
|
609
|
+
readonly bp: 1;
|
|
619
610
|
};
|
|
620
611
|
readonly gaf: {
|
|
621
612
|
readonly prop: "gridAutoFlow";
|
|
@@ -633,21 +624,21 @@ declare const _default: {
|
|
|
633
624
|
readonly utils: {
|
|
634
625
|
readonly '1/1': "1 / 1";
|
|
635
626
|
};
|
|
636
|
-
readonly bp:
|
|
627
|
+
readonly bp: 1;
|
|
637
628
|
};
|
|
638
629
|
readonly gc: {
|
|
639
630
|
readonly prop: "gridColumn";
|
|
640
631
|
readonly utils: {
|
|
641
632
|
readonly '1/-1': "1 / -1";
|
|
642
633
|
};
|
|
643
|
-
readonly bp:
|
|
634
|
+
readonly bp: 1;
|
|
644
635
|
};
|
|
645
636
|
readonly gr: {
|
|
646
637
|
readonly prop: "gridRow";
|
|
647
638
|
readonly utils: {
|
|
648
639
|
readonly '1/-1': "1 / -1";
|
|
649
640
|
};
|
|
650
|
-
readonly bp:
|
|
641
|
+
readonly bp: 1;
|
|
651
642
|
};
|
|
652
643
|
readonly gcs: {
|
|
653
644
|
readonly prop: "gridColumnStart";
|