@homebound/beam 2.417.11 → 3.0.0-alpha.2
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/Css.json +913 -0
- package/dist/index.cjs +4000 -4686
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +277 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +1081 -1049
- package/dist/index.d.ts +1081 -1049
- package/dist/index.js +3768 -4453
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/Css.json
ADDED
|
@@ -0,0 +1,913 @@
|
|
|
1
|
+
{
|
|
2
|
+
"increment": 8,
|
|
3
|
+
"breakpoints": {"ifPrint":"@media print","ifSm":"@media screen and (max-width: 599px)","ifMd":"@media screen and (min-width: 600px) and (max-width: 1024px)","ifSmOrMd":"@media screen and (max-width: 1024px)","ifMdAndUp":"@media screen and (min-width: 600px)","ifMdAndDown":"@media screen and (max-width: 1024px)","ifLg":"@media screen and (min-width: 1025px)","ifMdOrLg":"@media screen and (min-width: 600px)"},
|
|
4
|
+
"typography": ["xs2","xs2Sb","xs","xsSb","sm","smSb","md","mdSb","lg","xl","xl2"],
|
|
5
|
+
"abbreviations": {
|
|
6
|
+
"ba": {"kind":"static","defs":{"borderStyle":"solid","borderWidth":"1px"}},
|
|
7
|
+
"bt": {"kind":"static","defs":{"borderTopStyle":"solid","borderTopWidth":"1px"}},
|
|
8
|
+
"br": {"kind":"static","defs":{"borderRightStyle":"solid","borderRightWidth":"1px"}},
|
|
9
|
+
"bb": {"kind":"static","defs":{"borderBottomStyle":"solid","borderBottomWidth":"1px"}},
|
|
10
|
+
"bl": {"kind":"static","defs":{"borderLeftStyle":"solid","borderLeftWidth":"1px"}},
|
|
11
|
+
"bn": {"kind":"static","defs":{"borderStyle":"none","borderWidth":"0"}},
|
|
12
|
+
"bcWhite": {"kind":"static","defs":{"borderColor":"rgba(255,255,255,1)"}},
|
|
13
|
+
"bcTransparent": {"kind":"static","defs":{"borderColor":"rgba(0,0,0,0)"}},
|
|
14
|
+
"bcGray50": {"kind":"static","defs":{"borderColor":"rgba(255, 253, 253, 1)"}},
|
|
15
|
+
"bcGray100": {"kind":"static","defs":{"borderColor":"rgba(247, 245, 245, 1)"}},
|
|
16
|
+
"bcGray200": {"kind":"static","defs":{"borderColor":"rgba(236, 235, 235, 1)"}},
|
|
17
|
+
"bcGray300": {"kind":"static","defs":{"borderColor":"rgba(221, 220, 220, 1)"}},
|
|
18
|
+
"bcGray400": {"kind":"static","defs":{"borderColor":"rgba(201, 201, 201, 1)"}},
|
|
19
|
+
"bcGray500": {"kind":"static","defs":{"borderColor":"rgba(175, 175, 175, 1)"}},
|
|
20
|
+
"bcGray600": {"kind":"static","defs":{"borderColor":"rgba(141, 141, 141, 1)"}},
|
|
21
|
+
"bcGray700": {"kind":"static","defs":{"borderColor":"rgba(100, 100, 100, 1)"}},
|
|
22
|
+
"bcGray800": {"kind":"static","defs":{"borderColor":"rgba(53, 53, 53, 1)"}},
|
|
23
|
+
"bcGray900": {"kind":"static","defs":{"borderColor":"rgba(36, 36, 36, 1)"}},
|
|
24
|
+
"bcBlue50": {"kind":"static","defs":{"borderColor":"rgba(239, 246, 255, 1)"}},
|
|
25
|
+
"bcBlue100": {"kind":"static","defs":{"borderColor":"rgba(219, 234, 254, 1)"}},
|
|
26
|
+
"bcBlue200": {"kind":"static","defs":{"borderColor":"rgba(191, 219, 254, 1)"}},
|
|
27
|
+
"bcBlue300": {"kind":"static","defs":{"borderColor":"rgba(147, 197, 253, 1)"}},
|
|
28
|
+
"bcBlue400": {"kind":"static","defs":{"borderColor":"rgba(96, 165, 250, 1)"}},
|
|
29
|
+
"bcBlue500": {"kind":"static","defs":{"borderColor":"rgba(59, 130, 246, 1)"}},
|
|
30
|
+
"bcBlue600": {"kind":"static","defs":{"borderColor":"rgba(37, 99, 235, 1)"}},
|
|
31
|
+
"bcBlue700": {"kind":"static","defs":{"borderColor":"rgba(29, 78, 216, 1)"}},
|
|
32
|
+
"bcBlue800": {"kind":"static","defs":{"borderColor":"rgba(30, 64, 175, 1)"}},
|
|
33
|
+
"bcBlue900": {"kind":"static","defs":{"borderColor":"rgba(30, 58, 138, 1)"}},
|
|
34
|
+
"bcRed50": {"kind":"static","defs":{"borderColor":"rgba(254, 242, 242, 1)"}},
|
|
35
|
+
"bcRed100": {"kind":"static","defs":{"borderColor":"rgba(254, 226, 226, 1)"}},
|
|
36
|
+
"bcRed200": {"kind":"static","defs":{"borderColor":"rgba(254, 202, 202, 1)"}},
|
|
37
|
+
"bcRed300": {"kind":"static","defs":{"borderColor":"rgba(252, 165, 165, 1)"}},
|
|
38
|
+
"bcRed400": {"kind":"static","defs":{"borderColor":"rgba(248, 113, 113, 1)"}},
|
|
39
|
+
"bcRed500": {"kind":"static","defs":{"borderColor":"rgba(239, 68, 68, 1)"}},
|
|
40
|
+
"bcRed600": {"kind":"static","defs":{"borderColor":"rgba(220, 38, 38, 1)"}},
|
|
41
|
+
"bcRed700": {"kind":"static","defs":{"borderColor":"rgba(185, 28, 28, 1)"}},
|
|
42
|
+
"bcRed800": {"kind":"static","defs":{"borderColor":"rgba(153, 27, 27, 1)"}},
|
|
43
|
+
"bcRed900": {"kind":"static","defs":{"borderColor":"rgba(127, 29, 29, 1)"}},
|
|
44
|
+
"bcYellow50": {"kind":"static","defs":{"borderColor":"rgba(254, 252, 232, 1)"}},
|
|
45
|
+
"bcYellow100": {"kind":"static","defs":{"borderColor":"rgba(254, 249, 195, 1)"}},
|
|
46
|
+
"bcYellow200": {"kind":"static","defs":{"borderColor":"rgba(254, 240, 138, 1)"}},
|
|
47
|
+
"bcYellow300": {"kind":"static","defs":{"borderColor":"rgba(253, 224, 71, 1)"}},
|
|
48
|
+
"bcYellow400": {"kind":"static","defs":{"borderColor":"rgba(250, 204, 21, 1)"}},
|
|
49
|
+
"bcYellow500": {"kind":"static","defs":{"borderColor":"rgba(234, 179, 8, 1)"}},
|
|
50
|
+
"bcYellow600": {"kind":"static","defs":{"borderColor":"rgba(202, 138, 4, 1)"}},
|
|
51
|
+
"bcYellow700": {"kind":"static","defs":{"borderColor":"rgba(161, 98, 7, 1)"}},
|
|
52
|
+
"bcYellow800": {"kind":"static","defs":{"borderColor":"rgba(133, 77, 14, 1)"}},
|
|
53
|
+
"bcYellow900": {"kind":"static","defs":{"borderColor":"rgba(113, 63, 18, 1)"}},
|
|
54
|
+
"bcGreen50": {"kind":"static","defs":{"borderColor":"rgba(236, 253, 245, 1)"}},
|
|
55
|
+
"bcGreen100": {"kind":"static","defs":{"borderColor":"rgba(209, 250, 229, 1)"}},
|
|
56
|
+
"bcGreen200": {"kind":"static","defs":{"borderColor":"rgba(167, 243, 208, 1)"}},
|
|
57
|
+
"bcGreen300": {"kind":"static","defs":{"borderColor":"rgba(110, 231, 183, 1)"}},
|
|
58
|
+
"bcGreen400": {"kind":"static","defs":{"borderColor":"rgba(52, 211, 153, 1)"}},
|
|
59
|
+
"bcGreen500": {"kind":"static","defs":{"borderColor":"rgba(16, 185, 129, 1)"}},
|
|
60
|
+
"bcGreen600": {"kind":"static","defs":{"borderColor":"rgba(5, 150, 105, 1)"}},
|
|
61
|
+
"bcGreen700": {"kind":"static","defs":{"borderColor":"rgba(4, 120, 87, 1)"}},
|
|
62
|
+
"bcGreen800": {"kind":"static","defs":{"borderColor":"rgba(6, 95, 70, 1)"}},
|
|
63
|
+
"bcGreen900": {"kind":"static","defs":{"borderColor":"rgba(6, 78, 59, 1)"}},
|
|
64
|
+
"bcPurple50": {"kind":"static","defs":{"borderColor":"rgba(245, 243, 255, 1)"}},
|
|
65
|
+
"bcPurple100": {"kind":"static","defs":{"borderColor":"rgba(237, 233, 254, 1)"}},
|
|
66
|
+
"bcPurple200": {"kind":"static","defs":{"borderColor":"rgba(221, 214, 254, 1)"}},
|
|
67
|
+
"bcPurple300": {"kind":"static","defs":{"borderColor":"rgba(196, 181, 253, 1)"}},
|
|
68
|
+
"bcPurple400": {"kind":"static","defs":{"borderColor":"rgba(167, 139, 250, 1)"}},
|
|
69
|
+
"bcPurple500": {"kind":"static","defs":{"borderColor":"rgba(139, 92, 246, 1)"}},
|
|
70
|
+
"bcPurple600": {"kind":"static","defs":{"borderColor":"rgba(124, 58, 237, 1)"}},
|
|
71
|
+
"bcPurple700": {"kind":"static","defs":{"borderColor":"rgba(109, 40, 217, 1)"}},
|
|
72
|
+
"bcPurple800": {"kind":"static","defs":{"borderColor":"rgba(91, 33, 182, 1)"}},
|
|
73
|
+
"bcPurple900": {"kind":"static","defs":{"borderColor":"rgba(76, 29, 149, 1)"}},
|
|
74
|
+
"bcOrange50": {"kind":"static","defs":{"borderColor":"rgba(255, 247, 237, 1)"}},
|
|
75
|
+
"bcOrange100": {"kind":"static","defs":{"borderColor":"rgba(255, 237, 213, 1)"}},
|
|
76
|
+
"bcOrange200": {"kind":"static","defs":{"borderColor":"rgba(254, 215, 170, 1)"}},
|
|
77
|
+
"bcOrange300": {"kind":"static","defs":{"borderColor":"rgba(253, 186, 116, 1)"}},
|
|
78
|
+
"bcOrange400": {"kind":"static","defs":{"borderColor":"rgba(251, 146, 60, 1)"}},
|
|
79
|
+
"bcOrange500": {"kind":"static","defs":{"borderColor":"rgba(249, 115, 22, 1)"}},
|
|
80
|
+
"bcOrange600": {"kind":"static","defs":{"borderColor":"rgba(234, 88, 12, 1)"}},
|
|
81
|
+
"bcOrange700": {"kind":"static","defs":{"borderColor":"rgba(194, 65, 12, 1)"}},
|
|
82
|
+
"bcOrange800": {"kind":"static","defs":{"borderColor":"rgba(154, 52, 18, 1)"}},
|
|
83
|
+
"bcOrange900": {"kind":"static","defs":{"borderColor":"rgba(124, 45, 18, 1)"}},
|
|
84
|
+
"bc": {"kind":"variable","props":["borderColor"],"incremented":false},
|
|
85
|
+
"br0": {"kind":"static","defs":{"borderRadius":"0"}},
|
|
86
|
+
"br1": {"kind":"static","defs":{"borderRadius":".125rem"}},
|
|
87
|
+
"br2": {"kind":"static","defs":{"borderRadius":".25rem"}},
|
|
88
|
+
"br3": {"kind":"static","defs":{"borderRadius":".5rem"}},
|
|
89
|
+
"br4": {"kind":"static","defs":{"borderRadius":"4px"}},
|
|
90
|
+
"br100": {"kind":"static","defs":{"borderRadius":"100%"}},
|
|
91
|
+
"brPill": {"kind":"static","defs":{"borderRadius":"9999px"}},
|
|
92
|
+
"borderRadius": {"kind":"variable","props":["borderRadius"],"incremented":false},
|
|
93
|
+
"bsDashed": {"kind":"static","defs":{"borderStyle":"dashed"}},
|
|
94
|
+
"bsDotted": {"kind":"static","defs":{"borderStyle":"dotted"}},
|
|
95
|
+
"bsn": {"kind":"static","defs":{"borderStyle":"none"}},
|
|
96
|
+
"bss": {"kind":"static","defs":{"borderStyle":"solid"}},
|
|
97
|
+
"bs": {"kind":"variable","props":["borderStyle"],"incremented":false},
|
|
98
|
+
"bw1": {"kind":"static","defs":{"borderWidth":"1px"}},
|
|
99
|
+
"bw2": {"kind":"static","defs":{"borderWidth":"2px"}},
|
|
100
|
+
"bw": {"kind":"variable","props":["borderWidth"],"incremented":false},
|
|
101
|
+
"shadowNone": {"kind":"static","defs":{"boxShadow":"none"}},
|
|
102
|
+
"cts": {"kind":"static","defs":{"containerType":"size"}},
|
|
103
|
+
"ctis": {"kind":"static","defs":{"containerType":"inline-size"}},
|
|
104
|
+
"ctn": {"kind":"static","defs":{"containerType":"normal"}},
|
|
105
|
+
"ct": {"kind":"variable","props":["containerType"],"incremented":false},
|
|
106
|
+
"cn": {"kind":"variable","props":["containerName"],"incremented":false},
|
|
107
|
+
"top0": {"kind":"static","defs":{"top":"0px"}},
|
|
108
|
+
"top1": {"kind":"static","defs":{"top":"8px"}},
|
|
109
|
+
"top2": {"kind":"static","defs":{"top":"16px"}},
|
|
110
|
+
"top3": {"kind":"static","defs":{"top":"24px"}},
|
|
111
|
+
"top4": {"kind":"static","defs":{"top":"32px"}},
|
|
112
|
+
"top5": {"kind":"static","defs":{"top":"40px"}},
|
|
113
|
+
"top6": {"kind":"static","defs":{"top":"48px"}},
|
|
114
|
+
"top7": {"kind":"static","defs":{"top":"56px"}},
|
|
115
|
+
"top8": {"kind":"static","defs":{"top":"64px"}},
|
|
116
|
+
"top": {"kind":"variable","props":["top"],"incremented":true},
|
|
117
|
+
"topPx": {"kind":"delegate","target":"top"},
|
|
118
|
+
"right0": {"kind":"static","defs":{"right":"0px"}},
|
|
119
|
+
"right1": {"kind":"static","defs":{"right":"8px"}},
|
|
120
|
+
"right2": {"kind":"static","defs":{"right":"16px"}},
|
|
121
|
+
"right3": {"kind":"static","defs":{"right":"24px"}},
|
|
122
|
+
"right4": {"kind":"static","defs":{"right":"32px"}},
|
|
123
|
+
"right5": {"kind":"static","defs":{"right":"40px"}},
|
|
124
|
+
"right6": {"kind":"static","defs":{"right":"48px"}},
|
|
125
|
+
"right7": {"kind":"static","defs":{"right":"56px"}},
|
|
126
|
+
"right8": {"kind":"static","defs":{"right":"64px"}},
|
|
127
|
+
"right": {"kind":"variable","props":["right"],"incremented":true},
|
|
128
|
+
"rightPx": {"kind":"delegate","target":"right"},
|
|
129
|
+
"bottom0": {"kind":"static","defs":{"bottom":"0px"}},
|
|
130
|
+
"bottom1": {"kind":"static","defs":{"bottom":"8px"}},
|
|
131
|
+
"bottom2": {"kind":"static","defs":{"bottom":"16px"}},
|
|
132
|
+
"bottom3": {"kind":"static","defs":{"bottom":"24px"}},
|
|
133
|
+
"bottom4": {"kind":"static","defs":{"bottom":"32px"}},
|
|
134
|
+
"bottom5": {"kind":"static","defs":{"bottom":"40px"}},
|
|
135
|
+
"bottom6": {"kind":"static","defs":{"bottom":"48px"}},
|
|
136
|
+
"bottom7": {"kind":"static","defs":{"bottom":"56px"}},
|
|
137
|
+
"bottom8": {"kind":"static","defs":{"bottom":"64px"}},
|
|
138
|
+
"bottom": {"kind":"variable","props":["bottom"],"incremented":true},
|
|
139
|
+
"bottomPx": {"kind":"delegate","target":"bottom"},
|
|
140
|
+
"left0": {"kind":"static","defs":{"left":"0px"}},
|
|
141
|
+
"left1": {"kind":"static","defs":{"left":"8px"}},
|
|
142
|
+
"left2": {"kind":"static","defs":{"left":"16px"}},
|
|
143
|
+
"left3": {"kind":"static","defs":{"left":"24px"}},
|
|
144
|
+
"left4": {"kind":"static","defs":{"left":"32px"}},
|
|
145
|
+
"left5": {"kind":"static","defs":{"left":"40px"}},
|
|
146
|
+
"left6": {"kind":"static","defs":{"left":"48px"}},
|
|
147
|
+
"left7": {"kind":"static","defs":{"left":"56px"}},
|
|
148
|
+
"left8": {"kind":"static","defs":{"left":"64px"}},
|
|
149
|
+
"left": {"kind":"variable","props":["left"],"incremented":true},
|
|
150
|
+
"leftPx": {"kind":"delegate","target":"left"},
|
|
151
|
+
"cursorPointer": {"kind":"static","defs":{"cursor":"pointer"}},
|
|
152
|
+
"cursorNotAllowed": {"kind":"static","defs":{"cursor":"not-allowed"}},
|
|
153
|
+
"cursor": {"kind":"variable","props":["cursor"],"incremented":false},
|
|
154
|
+
"dn": {"kind":"static","defs":{"display":"none"}},
|
|
155
|
+
"db": {"kind":"static","defs":{"display":"block"}},
|
|
156
|
+
"dib": {"kind":"static","defs":{"display":"inline-block"}},
|
|
157
|
+
"dit": {"kind":"static","defs":{"display":"inline-table"}},
|
|
158
|
+
"dt": {"kind":"static","defs":{"display":"table"}},
|
|
159
|
+
"dtc": {"kind":"static","defs":{"display":"table-cell"}},
|
|
160
|
+
"dtRow": {"kind":"static","defs":{"display":"table-row"}},
|
|
161
|
+
"dtColumn": {"kind":"static","defs":{"display":"table-column"}},
|
|
162
|
+
"dtColumnGroup": {"kind":"static","defs":{"display":"table-column-group"}},
|
|
163
|
+
"dg": {"kind":"static","defs":{"display":"grid"}},
|
|
164
|
+
"dig": {"kind":"static","defs":{"display":"inline-grid"}},
|
|
165
|
+
"df": {"kind":"static","defs":{"display":"flex"}},
|
|
166
|
+
"dif": {"kind":"static","defs":{"display":"inline-flex"}},
|
|
167
|
+
"display": {"kind":"variable","props":["display"],"incremented":false},
|
|
168
|
+
"fi": {"kind":"static","defs":{"flex":"initial"}},
|
|
169
|
+
"fa": {"kind":"static","defs":{"flex":"auto"}},
|
|
170
|
+
"fn": {"kind":"static","defs":{"flex":"none"}},
|
|
171
|
+
"f1": {"kind":"static","defs":{"flex":"1"}},
|
|
172
|
+
"f2": {"kind":"static","defs":{"flex":"2"}},
|
|
173
|
+
"f3": {"kind":"static","defs":{"flex":"3"}},
|
|
174
|
+
"f4": {"kind":"static","defs":{"flex":"4"}},
|
|
175
|
+
"f5": {"kind":"static","defs":{"flex":"5"}},
|
|
176
|
+
"f": {"kind":"variable","props":["flex"],"incremented":false},
|
|
177
|
+
"jcfs": {"kind":"static","defs":{"justifyContent":"flex-start"}},
|
|
178
|
+
"jcfe": {"kind":"static","defs":{"justifyContent":"flex-end"}},
|
|
179
|
+
"jcc": {"kind":"static","defs":{"justifyContent":"center"}},
|
|
180
|
+
"jcsb": {"kind":"static","defs":{"justifyContent":"space-between"}},
|
|
181
|
+
"jcsa": {"kind":"static","defs":{"justifyContent":"space-around"}},
|
|
182
|
+
"jcse": {"kind":"static","defs":{"justifyContent":"space-evenly"}},
|
|
183
|
+
"jc": {"kind":"variable","props":["justifyContent"],"incremented":false},
|
|
184
|
+
"jsa": {"kind":"static","defs":{"justifySelf":"auto"}},
|
|
185
|
+
"jsc": {"kind":"static","defs":{"justifySelf":"center"}},
|
|
186
|
+
"jss": {"kind":"static","defs":{"justifySelf":"start"}},
|
|
187
|
+
"jse": {"kind":"static","defs":{"justifySelf":"end"}},
|
|
188
|
+
"js": {"kind":"variable","props":["justifySelf"],"incremented":false},
|
|
189
|
+
"jifs": {"kind":"static","defs":{"justifyItems":"flex-start"}},
|
|
190
|
+
"jife": {"kind":"static","defs":{"justifyItems":"flex-end"}},
|
|
191
|
+
"jic": {"kind":"static","defs":{"justifyItems":"center"}},
|
|
192
|
+
"jisb": {"kind":"static","defs":{"justifyItems":"space-between"}},
|
|
193
|
+
"jisa": {"kind":"static","defs":{"justifyItems":"space-around"}},
|
|
194
|
+
"jise": {"kind":"static","defs":{"justifyItems":"space-evenly"}},
|
|
195
|
+
"ji": {"kind":"variable","props":["justifyItems"],"incremented":false},
|
|
196
|
+
"asfs": {"kind":"static","defs":{"alignSelf":"flex-start"}},
|
|
197
|
+
"asfe": {"kind":"static","defs":{"alignSelf":"flex-end"}},
|
|
198
|
+
"asc": {"kind":"static","defs":{"alignSelf":"center"}},
|
|
199
|
+
"asb": {"kind":"static","defs":{"alignSelf":"baseline"}},
|
|
200
|
+
"asStretch": {"kind":"static","defs":{"alignSelf":"stretch"}},
|
|
201
|
+
"as": {"kind":"variable","props":["alignSelf"],"incremented":false},
|
|
202
|
+
"aifs": {"kind":"static","defs":{"alignItems":"flex-start"}},
|
|
203
|
+
"aife": {"kind":"static","defs":{"alignItems":"flex-end"}},
|
|
204
|
+
"ais": {"kind":"static","defs":{"alignItems":"start"}},
|
|
205
|
+
"aie": {"kind":"static","defs":{"alignItems":"end"}},
|
|
206
|
+
"aic": {"kind":"static","defs":{"alignItems":"center"}},
|
|
207
|
+
"aib": {"kind":"static","defs":{"alignItems":"baseline"}},
|
|
208
|
+
"aiStretch": {"kind":"static","defs":{"alignItems":"stretch"}},
|
|
209
|
+
"ai": {"kind":"variable","props":["alignItems"],"incremented":false},
|
|
210
|
+
"psa": {"kind":"static","defs":{"placeSelf":"auto"}},
|
|
211
|
+
"psc": {"kind":"static","defs":{"placeSelf":"center"}},
|
|
212
|
+
"pss": {"kind":"static","defs":{"placeSelf":"start"}},
|
|
213
|
+
"pse": {"kind":"static","defs":{"placeSelf":"end"}},
|
|
214
|
+
"psfs": {"kind":"static","defs":{"placeSelf":"flex-start"}},
|
|
215
|
+
"psfe": {"kind":"static","defs":{"placeSelf":"flex-end"}},
|
|
216
|
+
"psStretch": {"kind":"static","defs":{"placeSelf":"stretch"}},
|
|
217
|
+
"ps": {"kind":"variable","props":["placeSelf"],"incremented":false},
|
|
218
|
+
"pcc": {"kind":"static","defs":{"placeContent":"center"}},
|
|
219
|
+
"pcs": {"kind":"static","defs":{"placeContent":"start"}},
|
|
220
|
+
"pce": {"kind":"static","defs":{"placeContent":"end"}},
|
|
221
|
+
"pcsb": {"kind":"static","defs":{"placeContent":"space-between"}},
|
|
222
|
+
"pcsa": {"kind":"static","defs":{"placeContent":"space-around"}},
|
|
223
|
+
"pcse": {"kind":"static","defs":{"placeContent":"space-evenly"}},
|
|
224
|
+
"pcb": {"kind":"static","defs":{"placeContent":"baseline"}},
|
|
225
|
+
"pcStretch": {"kind":"static","defs":{"placeContent":"stretch"}},
|
|
226
|
+
"pc": {"kind":"variable","props":["placeContent"],"incremented":false},
|
|
227
|
+
"pic": {"kind":"static","defs":{"placeItems":"center"}},
|
|
228
|
+
"pis": {"kind":"static","defs":{"placeItems":"start"}},
|
|
229
|
+
"pie": {"kind":"static","defs":{"placeItems":"end"}},
|
|
230
|
+
"pisb": {"kind":"static","defs":{"placeItems":"space-between"}},
|
|
231
|
+
"pisa": {"kind":"static","defs":{"placeItems":"space-around"}},
|
|
232
|
+
"pise": {"kind":"static","defs":{"placeItems":"space-evenly"}},
|
|
233
|
+
"pib": {"kind":"static","defs":{"placeItems":"baseline"}},
|
|
234
|
+
"piStretch": {"kind":"static","defs":{"placeItems":"stretch"}},
|
|
235
|
+
"pi": {"kind":"variable","props":["placeItems"],"incremented":false},
|
|
236
|
+
"fb1": {"kind":"static","defs":{"flexBasis":"100%"}},
|
|
237
|
+
"fb2": {"kind":"static","defs":{"flexBasis":"50%"}},
|
|
238
|
+
"fb3": {"kind":"static","defs":{"flexBasis":"33.333333%"}},
|
|
239
|
+
"fb4": {"kind":"static","defs":{"flexBasis":"25%"}},
|
|
240
|
+
"fb5": {"kind":"static","defs":{"flexBasis":"20%"}},
|
|
241
|
+
"fb6": {"kind":"static","defs":{"flexBasis":"16.666666%"}},
|
|
242
|
+
"fb7": {"kind":"static","defs":{"flexBasis":"14.285714%"}},
|
|
243
|
+
"fb0": {"kind":"static","defs":{"flexBasis":"12.5%"}},
|
|
244
|
+
"fb": {"kind":"variable","props":["flexBasis"],"incremented":false},
|
|
245
|
+
"fg0": {"kind":"static","defs":{"flexGrow":0}},
|
|
246
|
+
"fg1": {"kind":"static","defs":{"flexGrow":1}},
|
|
247
|
+
"flexGrow": {"kind":"variable","props":["flexGrow"],"incremented":false},
|
|
248
|
+
"fs0": {"kind":"static","defs":{"flexShrink":0}},
|
|
249
|
+
"fs1": {"kind":"static","defs":{"flexShrink":1}},
|
|
250
|
+
"flexShrink": {"kind":"variable","props":["flexShrink"],"incremented":false},
|
|
251
|
+
"fdr": {"kind":"static","defs":{"flexDirection":"row"}},
|
|
252
|
+
"fdrr": {"kind":"static","defs":{"flexDirection":"row-reverse"}},
|
|
253
|
+
"fdc": {"kind":"static","defs":{"flexDirection":"column"}},
|
|
254
|
+
"fdcr": {"kind":"static","defs":{"flexDirection":"column-reverse"}},
|
|
255
|
+
"fd": {"kind":"variable","props":["flexDirection"],"incremented":false},
|
|
256
|
+
"fww": {"kind":"static","defs":{"flexWrap":"wrap"}},
|
|
257
|
+
"fwr": {"kind":"static","defs":{"flexWrap":"wrap-reverse"}},
|
|
258
|
+
"fwnw": {"kind":"static","defs":{"flexWrap":"nowrap"}},
|
|
259
|
+
"flexWrap": {"kind":"variable","props":["flexWrap"],"incremented":false},
|
|
260
|
+
"order": {"kind":"variable","props":["order"],"incremented":false},
|
|
261
|
+
"fl": {"kind":"static","defs":{"float":"left"}},
|
|
262
|
+
"fr": {"kind":"static","defs":{"float":"right"}},
|
|
263
|
+
"float": {"kind":"variable","props":["float"],"incremented":false},
|
|
264
|
+
"fwn": {"kind":"static","defs":{"fontWeight":"normal"}},
|
|
265
|
+
"fwb": {"kind":"static","defs":{"fontWeight":"bold"}},
|
|
266
|
+
"fw1": {"kind":"static","defs":{"fontWeight":100}},
|
|
267
|
+
"fw2": {"kind":"static","defs":{"fontWeight":200}},
|
|
268
|
+
"fw3": {"kind":"static","defs":{"fontWeight":300}},
|
|
269
|
+
"fw4": {"kind":"static","defs":{"fontWeight":400}},
|
|
270
|
+
"fw5": {"kind":"static","defs":{"fontWeight":500}},
|
|
271
|
+
"fw6": {"kind":"static","defs":{"fontWeight":600}},
|
|
272
|
+
"fw7": {"kind":"static","defs":{"fontWeight":700}},
|
|
273
|
+
"fw8": {"kind":"static","defs":{"fontWeight":800}},
|
|
274
|
+
"fw9": {"kind":"static","defs":{"fontWeight":900}},
|
|
275
|
+
"fw": {"kind":"variable","props":["fontWeight"],"incremented":false},
|
|
276
|
+
"gtc": {"kind":"variable","props":["gridTemplateColumns"],"incremented":false},
|
|
277
|
+
"gtr": {"kind":"variable","props":["gridTemplateRows"],"incremented":false},
|
|
278
|
+
"gr": {"kind":"variable","props":["gridRow"],"incremented":false},
|
|
279
|
+
"gc": {"kind":"variable","props":["gridColumn"],"incremented":false},
|
|
280
|
+
"gar": {"kind":"variable","props":["gridAutoRows"],"incremented":false},
|
|
281
|
+
"gac": {"kind":"variable","props":["gridAutoColumns"],"incremented":false},
|
|
282
|
+
"gap0": {"kind":"static","defs":{"gap":"0px"}},
|
|
283
|
+
"gap1": {"kind":"static","defs":{"gap":"8px"}},
|
|
284
|
+
"gap2": {"kind":"static","defs":{"gap":"16px"}},
|
|
285
|
+
"gap3": {"kind":"static","defs":{"gap":"24px"}},
|
|
286
|
+
"gap4": {"kind":"static","defs":{"gap":"32px"}},
|
|
287
|
+
"gap5": {"kind":"static","defs":{"gap":"40px"}},
|
|
288
|
+
"gap6": {"kind":"static","defs":{"gap":"48px"}},
|
|
289
|
+
"gap7": {"kind":"static","defs":{"gap":"56px"}},
|
|
290
|
+
"gap8": {"kind":"static","defs":{"gap":"64px"}},
|
|
291
|
+
"gap": {"kind":"variable","props":["gap"],"incremented":true},
|
|
292
|
+
"gapPx": {"kind":"delegate","target":"gap"},
|
|
293
|
+
"rg0": {"kind":"static","defs":{"rowGap":"0px"}},
|
|
294
|
+
"rg1": {"kind":"static","defs":{"rowGap":"8px"}},
|
|
295
|
+
"rg2": {"kind":"static","defs":{"rowGap":"16px"}},
|
|
296
|
+
"rg3": {"kind":"static","defs":{"rowGap":"24px"}},
|
|
297
|
+
"rg4": {"kind":"static","defs":{"rowGap":"32px"}},
|
|
298
|
+
"rg5": {"kind":"static","defs":{"rowGap":"40px"}},
|
|
299
|
+
"rg6": {"kind":"static","defs":{"rowGap":"48px"}},
|
|
300
|
+
"rg7": {"kind":"static","defs":{"rowGap":"56px"}},
|
|
301
|
+
"rg8": {"kind":"static","defs":{"rowGap":"64px"}},
|
|
302
|
+
"rg": {"kind":"variable","props":["rowGap"],"incremented":true},
|
|
303
|
+
"rgPx": {"kind":"delegate","target":"rg"},
|
|
304
|
+
"cg0": {"kind":"static","defs":{"columnGap":"0px"}},
|
|
305
|
+
"cg1": {"kind":"static","defs":{"columnGap":"8px"}},
|
|
306
|
+
"cg2": {"kind":"static","defs":{"columnGap":"16px"}},
|
|
307
|
+
"cg3": {"kind":"static","defs":{"columnGap":"24px"}},
|
|
308
|
+
"cg4": {"kind":"static","defs":{"columnGap":"32px"}},
|
|
309
|
+
"cg5": {"kind":"static","defs":{"columnGap":"40px"}},
|
|
310
|
+
"cg6": {"kind":"static","defs":{"columnGap":"48px"}},
|
|
311
|
+
"cg7": {"kind":"static","defs":{"columnGap":"56px"}},
|
|
312
|
+
"cg8": {"kind":"static","defs":{"columnGap":"64px"}},
|
|
313
|
+
"cg": {"kind":"variable","props":["columnGap"],"incremented":true},
|
|
314
|
+
"cgPx": {"kind":"delegate","target":"cg"},
|
|
315
|
+
"h0": {"kind":"static","defs":{"height":"0px"}},
|
|
316
|
+
"h1": {"kind":"static","defs":{"height":"8px"}},
|
|
317
|
+
"h2": {"kind":"static","defs":{"height":"16px"}},
|
|
318
|
+
"h3": {"kind":"static","defs":{"height":"24px"}},
|
|
319
|
+
"h4": {"kind":"static","defs":{"height":"32px"}},
|
|
320
|
+
"h5": {"kind":"static","defs":{"height":"40px"}},
|
|
321
|
+
"h6": {"kind":"static","defs":{"height":"48px"}},
|
|
322
|
+
"h7": {"kind":"static","defs":{"height":"56px"}},
|
|
323
|
+
"h8": {"kind":"static","defs":{"height":"64px"}},
|
|
324
|
+
"ha": {"kind":"static","defs":{"height":"auto"}},
|
|
325
|
+
"h": {"kind":"variable","props":["height"],"incremented":true},
|
|
326
|
+
"hPx": {"kind":"delegate","target":"h"},
|
|
327
|
+
"h25": {"kind":"static","defs":{"height":"25%"}},
|
|
328
|
+
"h50": {"kind":"static","defs":{"height":"50%"}},
|
|
329
|
+
"h75": {"kind":"static","defs":{"height":"75%"}},
|
|
330
|
+
"h100": {"kind":"static","defs":{"height":"100%"}},
|
|
331
|
+
"vh25": {"kind":"static","defs":{"height":"25vh"}},
|
|
332
|
+
"vh50": {"kind":"static","defs":{"height":"50vh"}},
|
|
333
|
+
"vh75": {"kind":"static","defs":{"height":"75vh"}},
|
|
334
|
+
"vh100": {"kind":"static","defs":{"height":"100vh"}},
|
|
335
|
+
"hfc": {"kind":"static","defs":{"height":"fit-content"}},
|
|
336
|
+
"hmaxc": {"kind":"static","defs":{"height":"max-content"}},
|
|
337
|
+
"hminc": {"kind":"static","defs":{"height":"min-content"}},
|
|
338
|
+
"mh0": {"kind":"static","defs":{"minHeight":0}},
|
|
339
|
+
"mh25": {"kind":"static","defs":{"minHeight":"25%"}},
|
|
340
|
+
"mh50": {"kind":"static","defs":{"minHeight":"50%"}},
|
|
341
|
+
"mh75": {"kind":"static","defs":{"minHeight":"75%"}},
|
|
342
|
+
"mh100": {"kind":"static","defs":{"minHeight":"100%"}},
|
|
343
|
+
"mvh100": {"kind":"static","defs":{"minHeight":"100vh"}},
|
|
344
|
+
"mh": {"kind":"variable","props":["minHeight"],"incremented":false},
|
|
345
|
+
"mhPx": {"kind":"delegate","target":"mh"},
|
|
346
|
+
"maxh0": {"kind":"static","defs":{"maxHeight":"0"}},
|
|
347
|
+
"maxh25": {"kind":"static","defs":{"maxHeight":"25%"}},
|
|
348
|
+
"maxh50": {"kind":"static","defs":{"maxHeight":"50%"}},
|
|
349
|
+
"maxh75": {"kind":"static","defs":{"maxHeight":"75%"}},
|
|
350
|
+
"maxh100": {"kind":"static","defs":{"maxHeight":"100%"}},
|
|
351
|
+
"maxh": {"kind":"variable","props":["maxHeight"],"incremented":false},
|
|
352
|
+
"maxhPx": {"kind":"delegate","target":"maxh"},
|
|
353
|
+
"sq": {"kind":"variable","props":["height","width"],"incremented":false},
|
|
354
|
+
"sqPx": {"kind":"delegate","target":"sq"},
|
|
355
|
+
"lineClamp1": {"kind":"static","defs":{"overflow":"hidden","display":"-webkit-box","WebkitBoxOrient":"vertical","textOverflow":"ellipsis","WebkitLineClamp":1}},
|
|
356
|
+
"lineClamp2": {"kind":"static","defs":{"overflow":"hidden","display":"-webkit-box","WebkitBoxOrient":"vertical","textOverflow":"ellipsis","WebkitLineClamp":2}},
|
|
357
|
+
"lineClamp3": {"kind":"static","defs":{"overflow":"hidden","display":"-webkit-box","WebkitBoxOrient":"vertical","textOverflow":"ellipsis","WebkitLineClamp":3}},
|
|
358
|
+
"lineClamp4": {"kind":"static","defs":{"overflow":"hidden","display":"-webkit-box","WebkitBoxOrient":"vertical","textOverflow":"ellipsis","WebkitLineClamp":4}},
|
|
359
|
+
"lineClamp5": {"kind":"static","defs":{"overflow":"hidden","display":"-webkit-box","WebkitBoxOrient":"vertical","textOverflow":"ellipsis","WebkitLineClamp":5}},
|
|
360
|
+
"lineClamp6": {"kind":"static","defs":{"overflow":"hidden","display":"-webkit-box","WebkitBoxOrient":"vertical","textOverflow":"ellipsis","WebkitLineClamp":6}},
|
|
361
|
+
"lineClampNone": {"kind":"static","defs":{"WebkitLineClamp":"unset"}},
|
|
362
|
+
"lineClamp": {"kind":"variable","props":["WebkitLineClamp"],"incremented":false,"extraDefs":{"overflow":"hidden","display":"-webkit-box","WebkitBoxOrient":"vertical","textOverflow":"ellipsis"}},
|
|
363
|
+
"objectContain": {"kind":"static","defs":{"objectFit":"contain"}},
|
|
364
|
+
"objectCover": {"kind":"static","defs":{"objectFit":"cover"}},
|
|
365
|
+
"objectFill": {"kind":"static","defs":{"objectFit":"fill"}},
|
|
366
|
+
"objectNone": {"kind":"static","defs":{"objectFit":"none"}},
|
|
367
|
+
"objectScaleDown": {"kind":"static","defs":{"objectFit":"scale-down"}},
|
|
368
|
+
"objectFit": {"kind":"variable","props":["objectFit"],"incremented":false},
|
|
369
|
+
"o0": {"kind":"static","defs":{"opacity":"0"}},
|
|
370
|
+
"o25": {"kind":"static","defs":{"opacity":"0.25"}},
|
|
371
|
+
"o50": {"kind":"static","defs":{"opacity":"0.5"}},
|
|
372
|
+
"o75": {"kind":"static","defs":{"opacity":"0.75"}},
|
|
373
|
+
"o100": {"kind":"static","defs":{"opacity":"1"}},
|
|
374
|
+
"o": {"kind":"variable","props":["opacity"],"incremented":false},
|
|
375
|
+
"outline1": {"kind":"static","defs":{"outline":"1px solid"}},
|
|
376
|
+
"outlineTransparent": {"kind":"static","defs":{"outline":"1px solid transparent"}},
|
|
377
|
+
"outline0": {"kind":"static","defs":{"outline":"0"}},
|
|
378
|
+
"outline": {"kind":"variable","props":["outline"],"incremented":false},
|
|
379
|
+
"ov": {"kind":"static","defs":{"overflow":"visible"}},
|
|
380
|
+
"oh": {"kind":"static","defs":{"overflow":"hidden"}},
|
|
381
|
+
"os": {"kind":"static","defs":{"overflow":"scroll"}},
|
|
382
|
+
"oa": {"kind":"static","defs":{"overflow":"auto"}},
|
|
383
|
+
"overflow": {"kind":"variable","props":["overflow"],"incremented":false},
|
|
384
|
+
"oyv": {"kind":"static","defs":{"overflowY":"visible"}},
|
|
385
|
+
"oyh": {"kind":"static","defs":{"overflowY":"hidden"}},
|
|
386
|
+
"oys": {"kind":"static","defs":{"overflowY":"scroll"}},
|
|
387
|
+
"oya": {"kind":"static","defs":{"overflowY":"auto"}},
|
|
388
|
+
"overflowY": {"kind":"variable","props":["overflowY"],"incremented":false},
|
|
389
|
+
"oxv": {"kind":"static","defs":{"overflowX":"visible"}},
|
|
390
|
+
"oxh": {"kind":"static","defs":{"overflowX":"hidden"}},
|
|
391
|
+
"oxs": {"kind":"static","defs":{"overflowX":"scroll"}},
|
|
392
|
+
"oxa": {"kind":"static","defs":{"overflowX":"auto"}},
|
|
393
|
+
"overflowX": {"kind":"variable","props":["overflowX"],"incremented":false},
|
|
394
|
+
"absolute": {"kind":"static","defs":{"position":"absolute"}},
|
|
395
|
+
"fixed": {"kind":"static","defs":{"position":"fixed"}},
|
|
396
|
+
"static": {"kind":"static","defs":{"position":"static"}},
|
|
397
|
+
"relative": {"kind":"static","defs":{"position":"relative"}},
|
|
398
|
+
"sticky": {"kind":"static","defs":{"position":"sticky"}},
|
|
399
|
+
"position": {"kind":"variable","props":["position"],"incremented":false},
|
|
400
|
+
"white": {"kind":"static","defs":{"color":"rgba(255,255,255,1)"}},
|
|
401
|
+
"transparent": {"kind":"static","defs":{"color":"rgba(0,0,0,0)"}},
|
|
402
|
+
"gray50": {"kind":"static","defs":{"color":"rgba(255, 253, 253, 1)"}},
|
|
403
|
+
"gray100": {"kind":"static","defs":{"color":"rgba(247, 245, 245, 1)"}},
|
|
404
|
+
"gray200": {"kind":"static","defs":{"color":"rgba(236, 235, 235, 1)"}},
|
|
405
|
+
"gray300": {"kind":"static","defs":{"color":"rgba(221, 220, 220, 1)"}},
|
|
406
|
+
"gray400": {"kind":"static","defs":{"color":"rgba(201, 201, 201, 1)"}},
|
|
407
|
+
"gray500": {"kind":"static","defs":{"color":"rgba(175, 175, 175, 1)"}},
|
|
408
|
+
"gray600": {"kind":"static","defs":{"color":"rgba(141, 141, 141, 1)"}},
|
|
409
|
+
"gray700": {"kind":"static","defs":{"color":"rgba(100, 100, 100, 1)"}},
|
|
410
|
+
"gray800": {"kind":"static","defs":{"color":"rgba(53, 53, 53, 1)"}},
|
|
411
|
+
"gray900": {"kind":"static","defs":{"color":"rgba(36, 36, 36, 1)"}},
|
|
412
|
+
"blue50": {"kind":"static","defs":{"color":"rgba(239, 246, 255, 1)"}},
|
|
413
|
+
"blue100": {"kind":"static","defs":{"color":"rgba(219, 234, 254, 1)"}},
|
|
414
|
+
"blue200": {"kind":"static","defs":{"color":"rgba(191, 219, 254, 1)"}},
|
|
415
|
+
"blue300": {"kind":"static","defs":{"color":"rgba(147, 197, 253, 1)"}},
|
|
416
|
+
"blue400": {"kind":"static","defs":{"color":"rgba(96, 165, 250, 1)"}},
|
|
417
|
+
"blue500": {"kind":"static","defs":{"color":"rgba(59, 130, 246, 1)"}},
|
|
418
|
+
"blue600": {"kind":"static","defs":{"color":"rgba(37, 99, 235, 1)"}},
|
|
419
|
+
"blue700": {"kind":"static","defs":{"color":"rgba(29, 78, 216, 1)"}},
|
|
420
|
+
"blue800": {"kind":"static","defs":{"color":"rgba(30, 64, 175, 1)"}},
|
|
421
|
+
"blue900": {"kind":"static","defs":{"color":"rgba(30, 58, 138, 1)"}},
|
|
422
|
+
"red50": {"kind":"static","defs":{"color":"rgba(254, 242, 242, 1)"}},
|
|
423
|
+
"red100": {"kind":"static","defs":{"color":"rgba(254, 226, 226, 1)"}},
|
|
424
|
+
"red200": {"kind":"static","defs":{"color":"rgba(254, 202, 202, 1)"}},
|
|
425
|
+
"red300": {"kind":"static","defs":{"color":"rgba(252, 165, 165, 1)"}},
|
|
426
|
+
"red400": {"kind":"static","defs":{"color":"rgba(248, 113, 113, 1)"}},
|
|
427
|
+
"red500": {"kind":"static","defs":{"color":"rgba(239, 68, 68, 1)"}},
|
|
428
|
+
"red600": {"kind":"static","defs":{"color":"rgba(220, 38, 38, 1)"}},
|
|
429
|
+
"red700": {"kind":"static","defs":{"color":"rgba(185, 28, 28, 1)"}},
|
|
430
|
+
"red800": {"kind":"static","defs":{"color":"rgba(153, 27, 27, 1)"}},
|
|
431
|
+
"red900": {"kind":"static","defs":{"color":"rgba(127, 29, 29, 1)"}},
|
|
432
|
+
"yellow50": {"kind":"static","defs":{"color":"rgba(254, 252, 232, 1)"}},
|
|
433
|
+
"yellow100": {"kind":"static","defs":{"color":"rgba(254, 249, 195, 1)"}},
|
|
434
|
+
"yellow200": {"kind":"static","defs":{"color":"rgba(254, 240, 138, 1)"}},
|
|
435
|
+
"yellow300": {"kind":"static","defs":{"color":"rgba(253, 224, 71, 1)"}},
|
|
436
|
+
"yellow400": {"kind":"static","defs":{"color":"rgba(250, 204, 21, 1)"}},
|
|
437
|
+
"yellow500": {"kind":"static","defs":{"color":"rgba(234, 179, 8, 1)"}},
|
|
438
|
+
"yellow600": {"kind":"static","defs":{"color":"rgba(202, 138, 4, 1)"}},
|
|
439
|
+
"yellow700": {"kind":"static","defs":{"color":"rgba(161, 98, 7, 1)"}},
|
|
440
|
+
"yellow800": {"kind":"static","defs":{"color":"rgba(133, 77, 14, 1)"}},
|
|
441
|
+
"yellow900": {"kind":"static","defs":{"color":"rgba(113, 63, 18, 1)"}},
|
|
442
|
+
"green50": {"kind":"static","defs":{"color":"rgba(236, 253, 245, 1)"}},
|
|
443
|
+
"green100": {"kind":"static","defs":{"color":"rgba(209, 250, 229, 1)"}},
|
|
444
|
+
"green200": {"kind":"static","defs":{"color":"rgba(167, 243, 208, 1)"}},
|
|
445
|
+
"green300": {"kind":"static","defs":{"color":"rgba(110, 231, 183, 1)"}},
|
|
446
|
+
"green400": {"kind":"static","defs":{"color":"rgba(52, 211, 153, 1)"}},
|
|
447
|
+
"green500": {"kind":"static","defs":{"color":"rgba(16, 185, 129, 1)"}},
|
|
448
|
+
"green600": {"kind":"static","defs":{"color":"rgba(5, 150, 105, 1)"}},
|
|
449
|
+
"green700": {"kind":"static","defs":{"color":"rgba(4, 120, 87, 1)"}},
|
|
450
|
+
"green800": {"kind":"static","defs":{"color":"rgba(6, 95, 70, 1)"}},
|
|
451
|
+
"green900": {"kind":"static","defs":{"color":"rgba(6, 78, 59, 1)"}},
|
|
452
|
+
"purple50": {"kind":"static","defs":{"color":"rgba(245, 243, 255, 1)"}},
|
|
453
|
+
"purple100": {"kind":"static","defs":{"color":"rgba(237, 233, 254, 1)"}},
|
|
454
|
+
"purple200": {"kind":"static","defs":{"color":"rgba(221, 214, 254, 1)"}},
|
|
455
|
+
"purple300": {"kind":"static","defs":{"color":"rgba(196, 181, 253, 1)"}},
|
|
456
|
+
"purple400": {"kind":"static","defs":{"color":"rgba(167, 139, 250, 1)"}},
|
|
457
|
+
"purple500": {"kind":"static","defs":{"color":"rgba(139, 92, 246, 1)"}},
|
|
458
|
+
"purple600": {"kind":"static","defs":{"color":"rgba(124, 58, 237, 1)"}},
|
|
459
|
+
"purple700": {"kind":"static","defs":{"color":"rgba(109, 40, 217, 1)"}},
|
|
460
|
+
"purple800": {"kind":"static","defs":{"color":"rgba(91, 33, 182, 1)"}},
|
|
461
|
+
"purple900": {"kind":"static","defs":{"color":"rgba(76, 29, 149, 1)"}},
|
|
462
|
+
"orange50": {"kind":"static","defs":{"color":"rgba(255, 247, 237, 1)"}},
|
|
463
|
+
"orange100": {"kind":"static","defs":{"color":"rgba(255, 237, 213, 1)"}},
|
|
464
|
+
"orange200": {"kind":"static","defs":{"color":"rgba(254, 215, 170, 1)"}},
|
|
465
|
+
"orange300": {"kind":"static","defs":{"color":"rgba(253, 186, 116, 1)"}},
|
|
466
|
+
"orange400": {"kind":"static","defs":{"color":"rgba(251, 146, 60, 1)"}},
|
|
467
|
+
"orange500": {"kind":"static","defs":{"color":"rgba(249, 115, 22, 1)"}},
|
|
468
|
+
"orange600": {"kind":"static","defs":{"color":"rgba(234, 88, 12, 1)"}},
|
|
469
|
+
"orange700": {"kind":"static","defs":{"color":"rgba(194, 65, 12, 1)"}},
|
|
470
|
+
"orange800": {"kind":"static","defs":{"color":"rgba(154, 52, 18, 1)"}},
|
|
471
|
+
"orange900": {"kind":"static","defs":{"color":"rgba(124, 45, 18, 1)"}},
|
|
472
|
+
"color": {"kind":"variable","props":["color"],"incremented":false},
|
|
473
|
+
"bgWhite": {"kind":"static","defs":{"backgroundColor":"rgba(255,255,255,1)"}},
|
|
474
|
+
"bgTransparent": {"kind":"static","defs":{"backgroundColor":"rgba(0,0,0,0)"}},
|
|
475
|
+
"bgGray50": {"kind":"static","defs":{"backgroundColor":"rgba(255, 253, 253, 1)"}},
|
|
476
|
+
"bgGray100": {"kind":"static","defs":{"backgroundColor":"rgba(247, 245, 245, 1)"}},
|
|
477
|
+
"bgGray200": {"kind":"static","defs":{"backgroundColor":"rgba(236, 235, 235, 1)"}},
|
|
478
|
+
"bgGray300": {"kind":"static","defs":{"backgroundColor":"rgba(221, 220, 220, 1)"}},
|
|
479
|
+
"bgGray400": {"kind":"static","defs":{"backgroundColor":"rgba(201, 201, 201, 1)"}},
|
|
480
|
+
"bgGray500": {"kind":"static","defs":{"backgroundColor":"rgba(175, 175, 175, 1)"}},
|
|
481
|
+
"bgGray600": {"kind":"static","defs":{"backgroundColor":"rgba(141, 141, 141, 1)"}},
|
|
482
|
+
"bgGray700": {"kind":"static","defs":{"backgroundColor":"rgba(100, 100, 100, 1)"}},
|
|
483
|
+
"bgGray800": {"kind":"static","defs":{"backgroundColor":"rgba(53, 53, 53, 1)"}},
|
|
484
|
+
"bgGray900": {"kind":"static","defs":{"backgroundColor":"rgba(36, 36, 36, 1)"}},
|
|
485
|
+
"bgBlue50": {"kind":"static","defs":{"backgroundColor":"rgba(239, 246, 255, 1)"}},
|
|
486
|
+
"bgBlue100": {"kind":"static","defs":{"backgroundColor":"rgba(219, 234, 254, 1)"}},
|
|
487
|
+
"bgBlue200": {"kind":"static","defs":{"backgroundColor":"rgba(191, 219, 254, 1)"}},
|
|
488
|
+
"bgBlue300": {"kind":"static","defs":{"backgroundColor":"rgba(147, 197, 253, 1)"}},
|
|
489
|
+
"bgBlue400": {"kind":"static","defs":{"backgroundColor":"rgba(96, 165, 250, 1)"}},
|
|
490
|
+
"bgBlue500": {"kind":"static","defs":{"backgroundColor":"rgba(59, 130, 246, 1)"}},
|
|
491
|
+
"bgBlue600": {"kind":"static","defs":{"backgroundColor":"rgba(37, 99, 235, 1)"}},
|
|
492
|
+
"bgBlue700": {"kind":"static","defs":{"backgroundColor":"rgba(29, 78, 216, 1)"}},
|
|
493
|
+
"bgBlue800": {"kind":"static","defs":{"backgroundColor":"rgba(30, 64, 175, 1)"}},
|
|
494
|
+
"bgBlue900": {"kind":"static","defs":{"backgroundColor":"rgba(30, 58, 138, 1)"}},
|
|
495
|
+
"bgRed50": {"kind":"static","defs":{"backgroundColor":"rgba(254, 242, 242, 1)"}},
|
|
496
|
+
"bgRed100": {"kind":"static","defs":{"backgroundColor":"rgba(254, 226, 226, 1)"}},
|
|
497
|
+
"bgRed200": {"kind":"static","defs":{"backgroundColor":"rgba(254, 202, 202, 1)"}},
|
|
498
|
+
"bgRed300": {"kind":"static","defs":{"backgroundColor":"rgba(252, 165, 165, 1)"}},
|
|
499
|
+
"bgRed400": {"kind":"static","defs":{"backgroundColor":"rgba(248, 113, 113, 1)"}},
|
|
500
|
+
"bgRed500": {"kind":"static","defs":{"backgroundColor":"rgba(239, 68, 68, 1)"}},
|
|
501
|
+
"bgRed600": {"kind":"static","defs":{"backgroundColor":"rgba(220, 38, 38, 1)"}},
|
|
502
|
+
"bgRed700": {"kind":"static","defs":{"backgroundColor":"rgba(185, 28, 28, 1)"}},
|
|
503
|
+
"bgRed800": {"kind":"static","defs":{"backgroundColor":"rgba(153, 27, 27, 1)"}},
|
|
504
|
+
"bgRed900": {"kind":"static","defs":{"backgroundColor":"rgba(127, 29, 29, 1)"}},
|
|
505
|
+
"bgYellow50": {"kind":"static","defs":{"backgroundColor":"rgba(254, 252, 232, 1)"}},
|
|
506
|
+
"bgYellow100": {"kind":"static","defs":{"backgroundColor":"rgba(254, 249, 195, 1)"}},
|
|
507
|
+
"bgYellow200": {"kind":"static","defs":{"backgroundColor":"rgba(254, 240, 138, 1)"}},
|
|
508
|
+
"bgYellow300": {"kind":"static","defs":{"backgroundColor":"rgba(253, 224, 71, 1)"}},
|
|
509
|
+
"bgYellow400": {"kind":"static","defs":{"backgroundColor":"rgba(250, 204, 21, 1)"}},
|
|
510
|
+
"bgYellow500": {"kind":"static","defs":{"backgroundColor":"rgba(234, 179, 8, 1)"}},
|
|
511
|
+
"bgYellow600": {"kind":"static","defs":{"backgroundColor":"rgba(202, 138, 4, 1)"}},
|
|
512
|
+
"bgYellow700": {"kind":"static","defs":{"backgroundColor":"rgba(161, 98, 7, 1)"}},
|
|
513
|
+
"bgYellow800": {"kind":"static","defs":{"backgroundColor":"rgba(133, 77, 14, 1)"}},
|
|
514
|
+
"bgYellow900": {"kind":"static","defs":{"backgroundColor":"rgba(113, 63, 18, 1)"}},
|
|
515
|
+
"bgGreen50": {"kind":"static","defs":{"backgroundColor":"rgba(236, 253, 245, 1)"}},
|
|
516
|
+
"bgGreen100": {"kind":"static","defs":{"backgroundColor":"rgba(209, 250, 229, 1)"}},
|
|
517
|
+
"bgGreen200": {"kind":"static","defs":{"backgroundColor":"rgba(167, 243, 208, 1)"}},
|
|
518
|
+
"bgGreen300": {"kind":"static","defs":{"backgroundColor":"rgba(110, 231, 183, 1)"}},
|
|
519
|
+
"bgGreen400": {"kind":"static","defs":{"backgroundColor":"rgba(52, 211, 153, 1)"}},
|
|
520
|
+
"bgGreen500": {"kind":"static","defs":{"backgroundColor":"rgba(16, 185, 129, 1)"}},
|
|
521
|
+
"bgGreen600": {"kind":"static","defs":{"backgroundColor":"rgba(5, 150, 105, 1)"}},
|
|
522
|
+
"bgGreen700": {"kind":"static","defs":{"backgroundColor":"rgba(4, 120, 87, 1)"}},
|
|
523
|
+
"bgGreen800": {"kind":"static","defs":{"backgroundColor":"rgba(6, 95, 70, 1)"}},
|
|
524
|
+
"bgGreen900": {"kind":"static","defs":{"backgroundColor":"rgba(6, 78, 59, 1)"}},
|
|
525
|
+
"bgPurple50": {"kind":"static","defs":{"backgroundColor":"rgba(245, 243, 255, 1)"}},
|
|
526
|
+
"bgPurple100": {"kind":"static","defs":{"backgroundColor":"rgba(237, 233, 254, 1)"}},
|
|
527
|
+
"bgPurple200": {"kind":"static","defs":{"backgroundColor":"rgba(221, 214, 254, 1)"}},
|
|
528
|
+
"bgPurple300": {"kind":"static","defs":{"backgroundColor":"rgba(196, 181, 253, 1)"}},
|
|
529
|
+
"bgPurple400": {"kind":"static","defs":{"backgroundColor":"rgba(167, 139, 250, 1)"}},
|
|
530
|
+
"bgPurple500": {"kind":"static","defs":{"backgroundColor":"rgba(139, 92, 246, 1)"}},
|
|
531
|
+
"bgPurple600": {"kind":"static","defs":{"backgroundColor":"rgba(124, 58, 237, 1)"}},
|
|
532
|
+
"bgPurple700": {"kind":"static","defs":{"backgroundColor":"rgba(109, 40, 217, 1)"}},
|
|
533
|
+
"bgPurple800": {"kind":"static","defs":{"backgroundColor":"rgba(91, 33, 182, 1)"}},
|
|
534
|
+
"bgPurple900": {"kind":"static","defs":{"backgroundColor":"rgba(76, 29, 149, 1)"}},
|
|
535
|
+
"bgOrange50": {"kind":"static","defs":{"backgroundColor":"rgba(255, 247, 237, 1)"}},
|
|
536
|
+
"bgOrange100": {"kind":"static","defs":{"backgroundColor":"rgba(255, 237, 213, 1)"}},
|
|
537
|
+
"bgOrange200": {"kind":"static","defs":{"backgroundColor":"rgba(254, 215, 170, 1)"}},
|
|
538
|
+
"bgOrange300": {"kind":"static","defs":{"backgroundColor":"rgba(253, 186, 116, 1)"}},
|
|
539
|
+
"bgOrange400": {"kind":"static","defs":{"backgroundColor":"rgba(251, 146, 60, 1)"}},
|
|
540
|
+
"bgOrange500": {"kind":"static","defs":{"backgroundColor":"rgba(249, 115, 22, 1)"}},
|
|
541
|
+
"bgOrange600": {"kind":"static","defs":{"backgroundColor":"rgba(234, 88, 12, 1)"}},
|
|
542
|
+
"bgOrange700": {"kind":"static","defs":{"backgroundColor":"rgba(194, 65, 12, 1)"}},
|
|
543
|
+
"bgOrange800": {"kind":"static","defs":{"backgroundColor":"rgba(154, 52, 18, 1)"}},
|
|
544
|
+
"bgOrange900": {"kind":"static","defs":{"backgroundColor":"rgba(124, 45, 18, 1)"}},
|
|
545
|
+
"bgColor": {"kind":"variable","props":["backgroundColor"],"incremented":false},
|
|
546
|
+
"fWhite": {"kind":"static","defs":{"fill":"rgba(255,255,255,1)"}},
|
|
547
|
+
"fTransparent": {"kind":"static","defs":{"fill":"rgba(0,0,0,0)"}},
|
|
548
|
+
"fGray50": {"kind":"static","defs":{"fill":"rgba(255, 253, 253, 1)"}},
|
|
549
|
+
"fGray100": {"kind":"static","defs":{"fill":"rgba(247, 245, 245, 1)"}},
|
|
550
|
+
"fGray200": {"kind":"static","defs":{"fill":"rgba(236, 235, 235, 1)"}},
|
|
551
|
+
"fGray300": {"kind":"static","defs":{"fill":"rgba(221, 220, 220, 1)"}},
|
|
552
|
+
"fGray400": {"kind":"static","defs":{"fill":"rgba(201, 201, 201, 1)"}},
|
|
553
|
+
"fGray500": {"kind":"static","defs":{"fill":"rgba(175, 175, 175, 1)"}},
|
|
554
|
+
"fGray600": {"kind":"static","defs":{"fill":"rgba(141, 141, 141, 1)"}},
|
|
555
|
+
"fGray700": {"kind":"static","defs":{"fill":"rgba(100, 100, 100, 1)"}},
|
|
556
|
+
"fGray800": {"kind":"static","defs":{"fill":"rgba(53, 53, 53, 1)"}},
|
|
557
|
+
"fGray900": {"kind":"static","defs":{"fill":"rgba(36, 36, 36, 1)"}},
|
|
558
|
+
"fBlue50": {"kind":"static","defs":{"fill":"rgba(239, 246, 255, 1)"}},
|
|
559
|
+
"fBlue100": {"kind":"static","defs":{"fill":"rgba(219, 234, 254, 1)"}},
|
|
560
|
+
"fBlue200": {"kind":"static","defs":{"fill":"rgba(191, 219, 254, 1)"}},
|
|
561
|
+
"fBlue300": {"kind":"static","defs":{"fill":"rgba(147, 197, 253, 1)"}},
|
|
562
|
+
"fBlue400": {"kind":"static","defs":{"fill":"rgba(96, 165, 250, 1)"}},
|
|
563
|
+
"fBlue500": {"kind":"static","defs":{"fill":"rgba(59, 130, 246, 1)"}},
|
|
564
|
+
"fBlue600": {"kind":"static","defs":{"fill":"rgba(37, 99, 235, 1)"}},
|
|
565
|
+
"fBlue700": {"kind":"static","defs":{"fill":"rgba(29, 78, 216, 1)"}},
|
|
566
|
+
"fBlue800": {"kind":"static","defs":{"fill":"rgba(30, 64, 175, 1)"}},
|
|
567
|
+
"fBlue900": {"kind":"static","defs":{"fill":"rgba(30, 58, 138, 1)"}},
|
|
568
|
+
"fRed50": {"kind":"static","defs":{"fill":"rgba(254, 242, 242, 1)"}},
|
|
569
|
+
"fRed100": {"kind":"static","defs":{"fill":"rgba(254, 226, 226, 1)"}},
|
|
570
|
+
"fRed200": {"kind":"static","defs":{"fill":"rgba(254, 202, 202, 1)"}},
|
|
571
|
+
"fRed300": {"kind":"static","defs":{"fill":"rgba(252, 165, 165, 1)"}},
|
|
572
|
+
"fRed400": {"kind":"static","defs":{"fill":"rgba(248, 113, 113, 1)"}},
|
|
573
|
+
"fRed500": {"kind":"static","defs":{"fill":"rgba(239, 68, 68, 1)"}},
|
|
574
|
+
"fRed600": {"kind":"static","defs":{"fill":"rgba(220, 38, 38, 1)"}},
|
|
575
|
+
"fRed700": {"kind":"static","defs":{"fill":"rgba(185, 28, 28, 1)"}},
|
|
576
|
+
"fRed800": {"kind":"static","defs":{"fill":"rgba(153, 27, 27, 1)"}},
|
|
577
|
+
"fRed900": {"kind":"static","defs":{"fill":"rgba(127, 29, 29, 1)"}},
|
|
578
|
+
"fYellow50": {"kind":"static","defs":{"fill":"rgba(254, 252, 232, 1)"}},
|
|
579
|
+
"fYellow100": {"kind":"static","defs":{"fill":"rgba(254, 249, 195, 1)"}},
|
|
580
|
+
"fYellow200": {"kind":"static","defs":{"fill":"rgba(254, 240, 138, 1)"}},
|
|
581
|
+
"fYellow300": {"kind":"static","defs":{"fill":"rgba(253, 224, 71, 1)"}},
|
|
582
|
+
"fYellow400": {"kind":"static","defs":{"fill":"rgba(250, 204, 21, 1)"}},
|
|
583
|
+
"fYellow500": {"kind":"static","defs":{"fill":"rgba(234, 179, 8, 1)"}},
|
|
584
|
+
"fYellow600": {"kind":"static","defs":{"fill":"rgba(202, 138, 4, 1)"}},
|
|
585
|
+
"fYellow700": {"kind":"static","defs":{"fill":"rgba(161, 98, 7, 1)"}},
|
|
586
|
+
"fYellow800": {"kind":"static","defs":{"fill":"rgba(133, 77, 14, 1)"}},
|
|
587
|
+
"fYellow900": {"kind":"static","defs":{"fill":"rgba(113, 63, 18, 1)"}},
|
|
588
|
+
"fGreen50": {"kind":"static","defs":{"fill":"rgba(236, 253, 245, 1)"}},
|
|
589
|
+
"fGreen100": {"kind":"static","defs":{"fill":"rgba(209, 250, 229, 1)"}},
|
|
590
|
+
"fGreen200": {"kind":"static","defs":{"fill":"rgba(167, 243, 208, 1)"}},
|
|
591
|
+
"fGreen300": {"kind":"static","defs":{"fill":"rgba(110, 231, 183, 1)"}},
|
|
592
|
+
"fGreen400": {"kind":"static","defs":{"fill":"rgba(52, 211, 153, 1)"}},
|
|
593
|
+
"fGreen500": {"kind":"static","defs":{"fill":"rgba(16, 185, 129, 1)"}},
|
|
594
|
+
"fGreen600": {"kind":"static","defs":{"fill":"rgba(5, 150, 105, 1)"}},
|
|
595
|
+
"fGreen700": {"kind":"static","defs":{"fill":"rgba(4, 120, 87, 1)"}},
|
|
596
|
+
"fGreen800": {"kind":"static","defs":{"fill":"rgba(6, 95, 70, 1)"}},
|
|
597
|
+
"fGreen900": {"kind":"static","defs":{"fill":"rgba(6, 78, 59, 1)"}},
|
|
598
|
+
"fPurple50": {"kind":"static","defs":{"fill":"rgba(245, 243, 255, 1)"}},
|
|
599
|
+
"fPurple100": {"kind":"static","defs":{"fill":"rgba(237, 233, 254, 1)"}},
|
|
600
|
+
"fPurple200": {"kind":"static","defs":{"fill":"rgba(221, 214, 254, 1)"}},
|
|
601
|
+
"fPurple300": {"kind":"static","defs":{"fill":"rgba(196, 181, 253, 1)"}},
|
|
602
|
+
"fPurple400": {"kind":"static","defs":{"fill":"rgba(167, 139, 250, 1)"}},
|
|
603
|
+
"fPurple500": {"kind":"static","defs":{"fill":"rgba(139, 92, 246, 1)"}},
|
|
604
|
+
"fPurple600": {"kind":"static","defs":{"fill":"rgba(124, 58, 237, 1)"}},
|
|
605
|
+
"fPurple700": {"kind":"static","defs":{"fill":"rgba(109, 40, 217, 1)"}},
|
|
606
|
+
"fPurple800": {"kind":"static","defs":{"fill":"rgba(91, 33, 182, 1)"}},
|
|
607
|
+
"fPurple900": {"kind":"static","defs":{"fill":"rgba(76, 29, 149, 1)"}},
|
|
608
|
+
"fOrange50": {"kind":"static","defs":{"fill":"rgba(255, 247, 237, 1)"}},
|
|
609
|
+
"fOrange100": {"kind":"static","defs":{"fill":"rgba(255, 237, 213, 1)"}},
|
|
610
|
+
"fOrange200": {"kind":"static","defs":{"fill":"rgba(254, 215, 170, 1)"}},
|
|
611
|
+
"fOrange300": {"kind":"static","defs":{"fill":"rgba(253, 186, 116, 1)"}},
|
|
612
|
+
"fOrange400": {"kind":"static","defs":{"fill":"rgba(251, 146, 60, 1)"}},
|
|
613
|
+
"fOrange500": {"kind":"static","defs":{"fill":"rgba(249, 115, 22, 1)"}},
|
|
614
|
+
"fOrange600": {"kind":"static","defs":{"fill":"rgba(234, 88, 12, 1)"}},
|
|
615
|
+
"fOrange700": {"kind":"static","defs":{"fill":"rgba(194, 65, 12, 1)"}},
|
|
616
|
+
"fOrange800": {"kind":"static","defs":{"fill":"rgba(154, 52, 18, 1)"}},
|
|
617
|
+
"fOrange900": {"kind":"static","defs":{"fill":"rgba(124, 45, 18, 1)"}},
|
|
618
|
+
"fill": {"kind":"variable","props":["fill"],"incremented":false},
|
|
619
|
+
"mt0": {"kind":"static","defs":{"marginTop":"0px"}},
|
|
620
|
+
"mt1": {"kind":"static","defs":{"marginTop":"8px"}},
|
|
621
|
+
"mt2": {"kind":"static","defs":{"marginTop":"16px"}},
|
|
622
|
+
"mt3": {"kind":"static","defs":{"marginTop":"24px"}},
|
|
623
|
+
"mt4": {"kind":"static","defs":{"marginTop":"32px"}},
|
|
624
|
+
"mt5": {"kind":"static","defs":{"marginTop":"40px"}},
|
|
625
|
+
"mt6": {"kind":"static","defs":{"marginTop":"48px"}},
|
|
626
|
+
"mt7": {"kind":"static","defs":{"marginTop":"56px"}},
|
|
627
|
+
"mt8": {"kind":"static","defs":{"marginTop":"64px"}},
|
|
628
|
+
"mta": {"kind":"static","defs":{"marginTop":"auto"}},
|
|
629
|
+
"mt": {"kind":"variable","props":["marginTop"],"incremented":true},
|
|
630
|
+
"mtPx": {"kind":"delegate","target":"mt"},
|
|
631
|
+
"mr0": {"kind":"static","defs":{"marginRight":"0px"}},
|
|
632
|
+
"mr1": {"kind":"static","defs":{"marginRight":"8px"}},
|
|
633
|
+
"mr2": {"kind":"static","defs":{"marginRight":"16px"}},
|
|
634
|
+
"mr3": {"kind":"static","defs":{"marginRight":"24px"}},
|
|
635
|
+
"mr4": {"kind":"static","defs":{"marginRight":"32px"}},
|
|
636
|
+
"mr5": {"kind":"static","defs":{"marginRight":"40px"}},
|
|
637
|
+
"mr6": {"kind":"static","defs":{"marginRight":"48px"}},
|
|
638
|
+
"mr7": {"kind":"static","defs":{"marginRight":"56px"}},
|
|
639
|
+
"mr8": {"kind":"static","defs":{"marginRight":"64px"}},
|
|
640
|
+
"mra": {"kind":"static","defs":{"marginRight":"auto"}},
|
|
641
|
+
"mr": {"kind":"variable","props":["marginRight"],"incremented":true},
|
|
642
|
+
"mrPx": {"kind":"delegate","target":"mr"},
|
|
643
|
+
"mb0": {"kind":"static","defs":{"marginBottom":"0px"}},
|
|
644
|
+
"mb1": {"kind":"static","defs":{"marginBottom":"8px"}},
|
|
645
|
+
"mb2": {"kind":"static","defs":{"marginBottom":"16px"}},
|
|
646
|
+
"mb3": {"kind":"static","defs":{"marginBottom":"24px"}},
|
|
647
|
+
"mb4": {"kind":"static","defs":{"marginBottom":"32px"}},
|
|
648
|
+
"mb5": {"kind":"static","defs":{"marginBottom":"40px"}},
|
|
649
|
+
"mb6": {"kind":"static","defs":{"marginBottom":"48px"}},
|
|
650
|
+
"mb7": {"kind":"static","defs":{"marginBottom":"56px"}},
|
|
651
|
+
"mb8": {"kind":"static","defs":{"marginBottom":"64px"}},
|
|
652
|
+
"mba": {"kind":"static","defs":{"marginBottom":"auto"}},
|
|
653
|
+
"mb": {"kind":"variable","props":["marginBottom"],"incremented":true},
|
|
654
|
+
"mbPx": {"kind":"delegate","target":"mb"},
|
|
655
|
+
"ml0": {"kind":"static","defs":{"marginLeft":"0px"}},
|
|
656
|
+
"ml1": {"kind":"static","defs":{"marginLeft":"8px"}},
|
|
657
|
+
"ml2": {"kind":"static","defs":{"marginLeft":"16px"}},
|
|
658
|
+
"ml3": {"kind":"static","defs":{"marginLeft":"24px"}},
|
|
659
|
+
"ml4": {"kind":"static","defs":{"marginLeft":"32px"}},
|
|
660
|
+
"ml5": {"kind":"static","defs":{"marginLeft":"40px"}},
|
|
661
|
+
"ml6": {"kind":"static","defs":{"marginLeft":"48px"}},
|
|
662
|
+
"ml7": {"kind":"static","defs":{"marginLeft":"56px"}},
|
|
663
|
+
"ml8": {"kind":"static","defs":{"marginLeft":"64px"}},
|
|
664
|
+
"mla": {"kind":"static","defs":{"marginLeft":"auto"}},
|
|
665
|
+
"ml": {"kind":"variable","props":["marginLeft"],"incremented":true},
|
|
666
|
+
"mlPx": {"kind":"delegate","target":"ml"},
|
|
667
|
+
"mx0": {"kind":"static","defs":{"marginLeft":"0px","marginRight":"0px"}},
|
|
668
|
+
"mx1": {"kind":"static","defs":{"marginLeft":"8px","marginRight":"8px"}},
|
|
669
|
+
"mx2": {"kind":"static","defs":{"marginLeft":"16px","marginRight":"16px"}},
|
|
670
|
+
"mx3": {"kind":"static","defs":{"marginLeft":"24px","marginRight":"24px"}},
|
|
671
|
+
"mx4": {"kind":"static","defs":{"marginLeft":"32px","marginRight":"32px"}},
|
|
672
|
+
"mx5": {"kind":"static","defs":{"marginLeft":"40px","marginRight":"40px"}},
|
|
673
|
+
"mx6": {"kind":"static","defs":{"marginLeft":"48px","marginRight":"48px"}},
|
|
674
|
+
"mx7": {"kind":"static","defs":{"marginLeft":"56px","marginRight":"56px"}},
|
|
675
|
+
"mx8": {"kind":"static","defs":{"marginLeft":"64px","marginRight":"64px"}},
|
|
676
|
+
"mxa": {"kind":"static","defs":{"marginLeft":"auto","marginRight":"auto"}},
|
|
677
|
+
"mx": {"kind":"variable","props":["marginLeft","marginRight"],"incremented":true},
|
|
678
|
+
"mxPx": {"kind":"delegate","target":"mx"},
|
|
679
|
+
"my0": {"kind":"static","defs":{"marginTop":"0px","marginBottom":"0px"}},
|
|
680
|
+
"my1": {"kind":"static","defs":{"marginTop":"8px","marginBottom":"8px"}},
|
|
681
|
+
"my2": {"kind":"static","defs":{"marginTop":"16px","marginBottom":"16px"}},
|
|
682
|
+
"my3": {"kind":"static","defs":{"marginTop":"24px","marginBottom":"24px"}},
|
|
683
|
+
"my4": {"kind":"static","defs":{"marginTop":"32px","marginBottom":"32px"}},
|
|
684
|
+
"my5": {"kind":"static","defs":{"marginTop":"40px","marginBottom":"40px"}},
|
|
685
|
+
"my6": {"kind":"static","defs":{"marginTop":"48px","marginBottom":"48px"}},
|
|
686
|
+
"my7": {"kind":"static","defs":{"marginTop":"56px","marginBottom":"56px"}},
|
|
687
|
+
"my8": {"kind":"static","defs":{"marginTop":"64px","marginBottom":"64px"}},
|
|
688
|
+
"mya": {"kind":"static","defs":{"marginTop":"auto","marginBottom":"auto"}},
|
|
689
|
+
"my": {"kind":"variable","props":["marginTop","marginBottom"],"incremented":true},
|
|
690
|
+
"myPx": {"kind":"delegate","target":"my"},
|
|
691
|
+
"m0": {"kind":"static","defs":{"marginTop":"0px","marginBottom":"0px","marginRight":"0px","marginLeft":"0px"}},
|
|
692
|
+
"m1": {"kind":"static","defs":{"marginTop":"8px","marginBottom":"8px","marginRight":"8px","marginLeft":"8px"}},
|
|
693
|
+
"m2": {"kind":"static","defs":{"marginTop":"16px","marginBottom":"16px","marginRight":"16px","marginLeft":"16px"}},
|
|
694
|
+
"m3": {"kind":"static","defs":{"marginTop":"24px","marginBottom":"24px","marginRight":"24px","marginLeft":"24px"}},
|
|
695
|
+
"m4": {"kind":"static","defs":{"marginTop":"32px","marginBottom":"32px","marginRight":"32px","marginLeft":"32px"}},
|
|
696
|
+
"m5": {"kind":"static","defs":{"marginTop":"40px","marginBottom":"40px","marginRight":"40px","marginLeft":"40px"}},
|
|
697
|
+
"m6": {"kind":"static","defs":{"marginTop":"48px","marginBottom":"48px","marginRight":"48px","marginLeft":"48px"}},
|
|
698
|
+
"m7": {"kind":"static","defs":{"marginTop":"56px","marginBottom":"56px","marginRight":"56px","marginLeft":"56px"}},
|
|
699
|
+
"m8": {"kind":"static","defs":{"marginTop":"64px","marginBottom":"64px","marginRight":"64px","marginLeft":"64px"}},
|
|
700
|
+
"ma": {"kind":"static","defs":{"marginTop":"auto","marginBottom":"auto","marginRight":"auto","marginLeft":"auto"}},
|
|
701
|
+
"m": {"kind":"variable","props":["marginTop","marginBottom","marginRight","marginLeft"],"incremented":true},
|
|
702
|
+
"mPx": {"kind":"delegate","target":"m"},
|
|
703
|
+
"pt0": {"kind":"static","defs":{"paddingTop":"0px"}},
|
|
704
|
+
"pt1": {"kind":"static","defs":{"paddingTop":"8px"}},
|
|
705
|
+
"pt2": {"kind":"static","defs":{"paddingTop":"16px"}},
|
|
706
|
+
"pt3": {"kind":"static","defs":{"paddingTop":"24px"}},
|
|
707
|
+
"pt4": {"kind":"static","defs":{"paddingTop":"32px"}},
|
|
708
|
+
"pt5": {"kind":"static","defs":{"paddingTop":"40px"}},
|
|
709
|
+
"pt6": {"kind":"static","defs":{"paddingTop":"48px"}},
|
|
710
|
+
"pt7": {"kind":"static","defs":{"paddingTop":"56px"}},
|
|
711
|
+
"pt8": {"kind":"static","defs":{"paddingTop":"64px"}},
|
|
712
|
+
"pt": {"kind":"variable","props":["paddingTop"],"incremented":true},
|
|
713
|
+
"ptPx": {"kind":"delegate","target":"pt"},
|
|
714
|
+
"pr0": {"kind":"static","defs":{"paddingRight":"0px"}},
|
|
715
|
+
"pr1": {"kind":"static","defs":{"paddingRight":"8px"}},
|
|
716
|
+
"pr2": {"kind":"static","defs":{"paddingRight":"16px"}},
|
|
717
|
+
"pr3": {"kind":"static","defs":{"paddingRight":"24px"}},
|
|
718
|
+
"pr4": {"kind":"static","defs":{"paddingRight":"32px"}},
|
|
719
|
+
"pr5": {"kind":"static","defs":{"paddingRight":"40px"}},
|
|
720
|
+
"pr6": {"kind":"static","defs":{"paddingRight":"48px"}},
|
|
721
|
+
"pr7": {"kind":"static","defs":{"paddingRight":"56px"}},
|
|
722
|
+
"pr8": {"kind":"static","defs":{"paddingRight":"64px"}},
|
|
723
|
+
"pr": {"kind":"variable","props":["paddingRight"],"incremented":true},
|
|
724
|
+
"prPx": {"kind":"delegate","target":"pr"},
|
|
725
|
+
"pb0": {"kind":"static","defs":{"paddingBottom":"0px"}},
|
|
726
|
+
"pb1": {"kind":"static","defs":{"paddingBottom":"8px"}},
|
|
727
|
+
"pb2": {"kind":"static","defs":{"paddingBottom":"16px"}},
|
|
728
|
+
"pb3": {"kind":"static","defs":{"paddingBottom":"24px"}},
|
|
729
|
+
"pb4": {"kind":"static","defs":{"paddingBottom":"32px"}},
|
|
730
|
+
"pb5": {"kind":"static","defs":{"paddingBottom":"40px"}},
|
|
731
|
+
"pb6": {"kind":"static","defs":{"paddingBottom":"48px"}},
|
|
732
|
+
"pb7": {"kind":"static","defs":{"paddingBottom":"56px"}},
|
|
733
|
+
"pb8": {"kind":"static","defs":{"paddingBottom":"64px"}},
|
|
734
|
+
"pb": {"kind":"variable","props":["paddingBottom"],"incremented":true},
|
|
735
|
+
"pbPx": {"kind":"delegate","target":"pb"},
|
|
736
|
+
"pl0": {"kind":"static","defs":{"paddingLeft":"0px"}},
|
|
737
|
+
"pl1": {"kind":"static","defs":{"paddingLeft":"8px"}},
|
|
738
|
+
"pl2": {"kind":"static","defs":{"paddingLeft":"16px"}},
|
|
739
|
+
"pl3": {"kind":"static","defs":{"paddingLeft":"24px"}},
|
|
740
|
+
"pl4": {"kind":"static","defs":{"paddingLeft":"32px"}},
|
|
741
|
+
"pl5": {"kind":"static","defs":{"paddingLeft":"40px"}},
|
|
742
|
+
"pl6": {"kind":"static","defs":{"paddingLeft":"48px"}},
|
|
743
|
+
"pl7": {"kind":"static","defs":{"paddingLeft":"56px"}},
|
|
744
|
+
"pl8": {"kind":"static","defs":{"paddingLeft":"64px"}},
|
|
745
|
+
"pl": {"kind":"variable","props":["paddingLeft"],"incremented":true},
|
|
746
|
+
"plPx": {"kind":"delegate","target":"pl"},
|
|
747
|
+
"px0": {"kind":"static","defs":{"paddingLeft":"0px","paddingRight":"0px"}},
|
|
748
|
+
"px1": {"kind":"static","defs":{"paddingLeft":"8px","paddingRight":"8px"}},
|
|
749
|
+
"px2": {"kind":"static","defs":{"paddingLeft":"16px","paddingRight":"16px"}},
|
|
750
|
+
"px3": {"kind":"static","defs":{"paddingLeft":"24px","paddingRight":"24px"}},
|
|
751
|
+
"px4": {"kind":"static","defs":{"paddingLeft":"32px","paddingRight":"32px"}},
|
|
752
|
+
"px5": {"kind":"static","defs":{"paddingLeft":"40px","paddingRight":"40px"}},
|
|
753
|
+
"px6": {"kind":"static","defs":{"paddingLeft":"48px","paddingRight":"48px"}},
|
|
754
|
+
"px7": {"kind":"static","defs":{"paddingLeft":"56px","paddingRight":"56px"}},
|
|
755
|
+
"px8": {"kind":"static","defs":{"paddingLeft":"64px","paddingRight":"64px"}},
|
|
756
|
+
"px": {"kind":"variable","props":["paddingLeft","paddingRight"],"incremented":true},
|
|
757
|
+
"pxPx": {"kind":"delegate","target":"px"},
|
|
758
|
+
"py0": {"kind":"static","defs":{"paddingTop":"0px","paddingBottom":"0px"}},
|
|
759
|
+
"py1": {"kind":"static","defs":{"paddingTop":"8px","paddingBottom":"8px"}},
|
|
760
|
+
"py2": {"kind":"static","defs":{"paddingTop":"16px","paddingBottom":"16px"}},
|
|
761
|
+
"py3": {"kind":"static","defs":{"paddingTop":"24px","paddingBottom":"24px"}},
|
|
762
|
+
"py4": {"kind":"static","defs":{"paddingTop":"32px","paddingBottom":"32px"}},
|
|
763
|
+
"py5": {"kind":"static","defs":{"paddingTop":"40px","paddingBottom":"40px"}},
|
|
764
|
+
"py6": {"kind":"static","defs":{"paddingTop":"48px","paddingBottom":"48px"}},
|
|
765
|
+
"py7": {"kind":"static","defs":{"paddingTop":"56px","paddingBottom":"56px"}},
|
|
766
|
+
"py8": {"kind":"static","defs":{"paddingTop":"64px","paddingBottom":"64px"}},
|
|
767
|
+
"py": {"kind":"variable","props":["paddingTop","paddingBottom"],"incremented":true},
|
|
768
|
+
"pyPx": {"kind":"delegate","target":"py"},
|
|
769
|
+
"p0": {"kind":"static","defs":{"paddingTop":"0px","paddingBottom":"0px","paddingRight":"0px","paddingLeft":"0px"}},
|
|
770
|
+
"p1": {"kind":"static","defs":{"paddingTop":"8px","paddingBottom":"8px","paddingRight":"8px","paddingLeft":"8px"}},
|
|
771
|
+
"p2": {"kind":"static","defs":{"paddingTop":"16px","paddingBottom":"16px","paddingRight":"16px","paddingLeft":"16px"}},
|
|
772
|
+
"p3": {"kind":"static","defs":{"paddingTop":"24px","paddingBottom":"24px","paddingRight":"24px","paddingLeft":"24px"}},
|
|
773
|
+
"p4": {"kind":"static","defs":{"paddingTop":"32px","paddingBottom":"32px","paddingRight":"32px","paddingLeft":"32px"}},
|
|
774
|
+
"p5": {"kind":"static","defs":{"paddingTop":"40px","paddingBottom":"40px","paddingRight":"40px","paddingLeft":"40px"}},
|
|
775
|
+
"p6": {"kind":"static","defs":{"paddingTop":"48px","paddingBottom":"48px","paddingRight":"48px","paddingLeft":"48px"}},
|
|
776
|
+
"p7": {"kind":"static","defs":{"paddingTop":"56px","paddingBottom":"56px","paddingRight":"56px","paddingLeft":"56px"}},
|
|
777
|
+
"p8": {"kind":"static","defs":{"paddingTop":"64px","paddingBottom":"64px","paddingRight":"64px","paddingLeft":"64px"}},
|
|
778
|
+
"p": {"kind":"variable","props":["paddingTop","paddingBottom","paddingRight","paddingLeft"],"incremented":true},
|
|
779
|
+
"pPx": {"kind":"delegate","target":"p"},
|
|
780
|
+
"tal": {"kind":"static","defs":{"textAlign":"left"}},
|
|
781
|
+
"tac": {"kind":"static","defs":{"textAlign":"center"}},
|
|
782
|
+
"tar": {"kind":"static","defs":{"textAlign":"right"}},
|
|
783
|
+
"taj": {"kind":"static","defs":{"textAlign":"justify"}},
|
|
784
|
+
"ta": {"kind":"variable","props":["textAlign"],"incremented":false},
|
|
785
|
+
"tdn": {"kind":"static","defs":{"textDecoration":"none"}},
|
|
786
|
+
"tdlt": {"kind":"static","defs":{"textDecoration":"line-through"}},
|
|
787
|
+
"tdu": {"kind":"static","defs":{"textDecoration":"underline"}},
|
|
788
|
+
"textDecoration": {"kind":"variable","props":["textDecoration"],"incremented":false},
|
|
789
|
+
"ttc": {"kind":"static","defs":{"textTransform":"capitalize"}},
|
|
790
|
+
"ttl": {"kind":"static","defs":{"textTransform":"lowercase"}},
|
|
791
|
+
"ttu": {"kind":"static","defs":{"textTransform":"uppercase"}},
|
|
792
|
+
"ttn": {"kind":"static","defs":{"textTransform":"none"}},
|
|
793
|
+
"tt": {"kind":"variable","props":["textTransform"],"incremented":false},
|
|
794
|
+
"xs2": {"kind":"static","defs":{"fontWeight":400,"fontSize":"10px","lineHeight":"14px"}},
|
|
795
|
+
"xs2Sb": {"kind":"static","defs":{"fontWeight":600,"fontSize":"10px","lineHeight":"14px"}},
|
|
796
|
+
"xs": {"kind":"static","defs":{"fontWeight":400,"fontSize":"12px","lineHeight":"16px"}},
|
|
797
|
+
"xsSb": {"kind":"static","defs":{"fontWeight":600,"fontSize":"12px","lineHeight":"16px"}},
|
|
798
|
+
"sm": {"kind":"static","defs":{"fontWeight":400,"fontSize":"14px","lineHeight":"20px"}},
|
|
799
|
+
"smSb": {"kind":"static","defs":{"fontWeight":600,"fontSize":"14px","lineHeight":"20px"}},
|
|
800
|
+
"md": {"kind":"static","defs":{"fontWeight":400,"fontSize":"16px","lineHeight":"24px"}},
|
|
801
|
+
"mdSb": {"kind":"static","defs":{"fontWeight":600,"fontSize":"16px","lineHeight":"24px"}},
|
|
802
|
+
"lg": {"kind":"static","defs":{"fontWeight":600,"fontSize":"18px","lineHeight":"28px"}},
|
|
803
|
+
"xl": {"kind":"static","defs":{"fontWeight":600,"fontSize":"20px","lineHeight":"28px"}},
|
|
804
|
+
"xl2": {"kind":"static","defs":{"fontWeight":600,"fontSize":"30px","lineHeight":"36px"}},
|
|
805
|
+
"measure": {"kind":"static","defs":{"maxWidth":"30em"}},
|
|
806
|
+
"measureWide": {"kind":"static","defs":{"maxWidth":"34em"}},
|
|
807
|
+
"measureNarrow": {"kind":"static","defs":{"maxWidth":"20em"}},
|
|
808
|
+
"indent": {"kind":"static","defs":{"textIndent":"1em","marginTop":0,"marginBottom":0}},
|
|
809
|
+
"smallCaps": {"kind":"static","defs":{"fontVariant":"small-caps"}},
|
|
810
|
+
"truncate": {"kind":"static","defs":{"whiteSpace":"nowrap","overflow":"hidden","textOverflow":"ellipsis"}},
|
|
811
|
+
"fs": {"kind":"variable","props":["fontSize"],"incremented":false},
|
|
812
|
+
"fsPx": {"kind":"delegate","target":"fs"},
|
|
813
|
+
"lh": {"kind":"variable","props":["lineHeight"],"incremented":false},
|
|
814
|
+
"lhPx": {"kind":"delegate","target":"lh"},
|
|
815
|
+
"usn": {"kind":"static","defs":{"userSelect":"none"}},
|
|
816
|
+
"ust": {"kind":"static","defs":{"userSelect":"text"}},
|
|
817
|
+
"usAll": {"kind":"static","defs":{"userSelect":"all"}},
|
|
818
|
+
"usAuto": {"kind":"static","defs":{"userSelect":"auto"}},
|
|
819
|
+
"select": {"kind":"variable","props":["userSelect"],"incremented":false},
|
|
820
|
+
"vaBaseline": {"kind":"static","defs":{"verticalAlign":"baseline"}},
|
|
821
|
+
"vam": {"kind":"static","defs":{"verticalAlign":"middle"}},
|
|
822
|
+
"vat": {"kind":"static","defs":{"verticalAlign":"top"}},
|
|
823
|
+
"vaBottom": {"kind":"static","defs":{"verticalAlign":"bottom"}},
|
|
824
|
+
"va": {"kind":"variable","props":["verticalAlign"],"incremented":false},
|
|
825
|
+
"vv": {"kind":"static","defs":{"visibility":"visible"}},
|
|
826
|
+
"vh": {"kind":"static","defs":{"visibility":"hidden"}},
|
|
827
|
+
"visibility": {"kind":"variable","props":["visibility"],"incremented":false},
|
|
828
|
+
"wsp": {"kind":"static","defs":{"whiteSpace":"pre"}},
|
|
829
|
+
"wsn": {"kind":"static","defs":{"whiteSpace":"normal"}},
|
|
830
|
+
"wsnw": {"kind":"static","defs":{"whiteSpace":"nowrap"}},
|
|
831
|
+
"wsbs": {"kind":"static","defs":{"whiteSpace":"break-spaces"}},
|
|
832
|
+
"wspw": {"kind":"static","defs":{"whiteSpace":"pre-wrap"}},
|
|
833
|
+
"wspl": {"kind":"static","defs":{"whiteSpace":"pre-line"}},
|
|
834
|
+
"whiteSpace": {"kind":"variable","props":["whiteSpace"],"incremented":false},
|
|
835
|
+
"w25": {"kind":"static","defs":{"width":"25%"}},
|
|
836
|
+
"w50": {"kind":"static","defs":{"width":"50%"}},
|
|
837
|
+
"w75": {"kind":"static","defs":{"width":"75%"}},
|
|
838
|
+
"w100": {"kind":"static","defs":{"width":"100%"}},
|
|
839
|
+
"wfc": {"kind":"static","defs":{"width":"fit-content"}},
|
|
840
|
+
"wmaxc": {"kind":"static","defs":{"width":"max-content"}},
|
|
841
|
+
"wminc": {"kind":"static","defs":{"width":"min-content"}},
|
|
842
|
+
"mw0": {"kind":"static","defs":{"minWidth":0}},
|
|
843
|
+
"mw25": {"kind":"static","defs":{"minWidth":"25%"}},
|
|
844
|
+
"mw50": {"kind":"static","defs":{"minWidth":"50%"}},
|
|
845
|
+
"mw75": {"kind":"static","defs":{"minWidth":"75%"}},
|
|
846
|
+
"mw100": {"kind":"static","defs":{"minWidth":"100%"}},
|
|
847
|
+
"mwfc": {"kind":"static","defs":{"minWidth":"fit-content"}},
|
|
848
|
+
"mwminc": {"kind":"static","defs":{"minWidth":"min-content"}},
|
|
849
|
+
"mwmaxc": {"kind":"static","defs":{"minWidth":"max-content"}},
|
|
850
|
+
"mw": {"kind":"variable","props":["minWidth"],"incremented":false},
|
|
851
|
+
"mwPx": {"kind":"delegate","target":"mw"},
|
|
852
|
+
"maxw0": {"kind":"static","defs":{"maxWidth":"0"}},
|
|
853
|
+
"maxw25": {"kind":"static","defs":{"maxWidth":"25%"}},
|
|
854
|
+
"maxw50": {"kind":"static","defs":{"maxWidth":"50%"}},
|
|
855
|
+
"maxw75": {"kind":"static","defs":{"maxWidth":"75%"}},
|
|
856
|
+
"maxw100": {"kind":"static","defs":{"maxWidth":"100%"}},
|
|
857
|
+
"maxwfc": {"kind":"static","defs":{"maxWidth":"fit-content"}},
|
|
858
|
+
"maxwminc": {"kind":"static","defs":{"maxWidth":"min-content"}},
|
|
859
|
+
"maxwmaxc": {"kind":"static","defs":{"maxWidth":"max-content"}},
|
|
860
|
+
"maxw": {"kind":"variable","props":["maxWidth"],"incremented":false},
|
|
861
|
+
"maxwPx": {"kind":"delegate","target":"maxw"},
|
|
862
|
+
"w0": {"kind":"static","defs":{"width":"0px"}},
|
|
863
|
+
"w1": {"kind":"static","defs":{"width":"8px"}},
|
|
864
|
+
"w2": {"kind":"static","defs":{"width":"16px"}},
|
|
865
|
+
"w3": {"kind":"static","defs":{"width":"24px"}},
|
|
866
|
+
"w4": {"kind":"static","defs":{"width":"32px"}},
|
|
867
|
+
"w5": {"kind":"static","defs":{"width":"40px"}},
|
|
868
|
+
"w6": {"kind":"static","defs":{"width":"48px"}},
|
|
869
|
+
"w7": {"kind":"static","defs":{"width":"56px"}},
|
|
870
|
+
"w8": {"kind":"static","defs":{"width":"64px"}},
|
|
871
|
+
"wa": {"kind":"static","defs":{"width":"auto"}},
|
|
872
|
+
"w": {"kind":"variable","props":["width"],"incremented":true},
|
|
873
|
+
"wPx": {"kind":"delegate","target":"w"},
|
|
874
|
+
"wbn": {"kind":"static","defs":{"wordBreak":"normal"}},
|
|
875
|
+
"wbba": {"kind":"static","defs":{"wordBreak":"break-all"}},
|
|
876
|
+
"wbka": {"kind":"static","defs":{"wordBreak":"keep-all"}},
|
|
877
|
+
"wbbw": {"kind":"static","defs":{"wordBreak":"break-word"}},
|
|
878
|
+
"wordBreak": {"kind":"variable","props":["wordBreak"],"incremented":false},
|
|
879
|
+
"z0": {"kind":"static","defs":{"zIndex":0}},
|
|
880
|
+
"z1": {"kind":"static","defs":{"zIndex":1}},
|
|
881
|
+
"z2": {"kind":"static","defs":{"zIndex":2}},
|
|
882
|
+
"z3": {"kind":"static","defs":{"zIndex":3}},
|
|
883
|
+
"z4": {"kind":"static","defs":{"zIndex":4}},
|
|
884
|
+
"z5": {"kind":"static","defs":{"zIndex":5}},
|
|
885
|
+
"z999": {"kind":"static","defs":{"zIndex":999}},
|
|
886
|
+
"z9999": {"kind":"static","defs":{"zIndex":9999}},
|
|
887
|
+
"zInherit": {"kind":"static","defs":{"zIndex":"inherit"}},
|
|
888
|
+
"zInitial": {"kind":"static","defs":{"zIndex":"initial"}},
|
|
889
|
+
"zUnset": {"kind":"static","defs":{"zIndex":"unset"}},
|
|
890
|
+
"z": {"kind":"variable","props":["zIndex"],"incremented":false},
|
|
891
|
+
"sansSerif": {"kind":"static","defs":{"fontFamily":"'Inter', sans-serif"}},
|
|
892
|
+
"fontFamily": {"kind":"variable","props":["fontFamily"],"incremented":false},
|
|
893
|
+
"br8": {"kind":"static","defs":{"borderRadius":"8px"}},
|
|
894
|
+
"br12": {"kind":"static","defs":{"borderRadius":"12px"}},
|
|
895
|
+
"br16": {"kind":"static","defs":{"borderRadius":"16px"}},
|
|
896
|
+
"br24": {"kind":"static","defs":{"borderRadius":"24px"}},
|
|
897
|
+
"brt4": {"kind":"static","defs":{"borderTopRightRadius":"4px","borderTopLeftRadius":"4px"}},
|
|
898
|
+
"brb4": {"kind":"static","defs":{"borderBottomRightRadius":"4px","borderBottomLeftRadius":"4px"}},
|
|
899
|
+
"transition": {"kind":"static","defs":{"transition":"background-color 200ms, border-color 200ms, box-shadow 200ms, left 200ms, right 200ms, margin 200ms"}},
|
|
900
|
+
"bsh0": {"kind":"static","defs":{"boxShadow":"none"}},
|
|
901
|
+
"bshBasic": {"kind":"static","defs":{"boxShadow":"0px 4px 8px rgba(53, 53, 53, 0.08), 0px 2px 16px rgba(53, 53, 53, 0.03);"}},
|
|
902
|
+
"bshHover": {"kind":"static","defs":{"boxShadow":"0px 4px 8px rgba(53, 53, 53, 0.1), 0px 2px 24px rgba(53, 53, 53, 0.08);"}},
|
|
903
|
+
"bshFocus": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(29, 78, 216, 1)"}},
|
|
904
|
+
"bshDanger": {"kind":"static","defs":{"boxShadow":"0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(153, 27, 27, 1)"}},
|
|
905
|
+
"bshModal": {"kind":"static","defs":{"boxShadow":"0px 20px 25px -5px rgba(0,0,0,0.1), 0px 10px 10px -5px rgba(0,0,0,0.04)"}},
|
|
906
|
+
"boxShadow": {"kind":"variable","props":["boxShadow"],"incremented":false},
|
|
907
|
+
"buttonBase": {"kind":"static","defs":{"fontWeight":600,"fontSize":"14px","lineHeight":"20px","outline":0,"borderRadius":"8px","display":"inline-flex","alignItems":"center","whiteSpace":"nowrap","transition":"background-color 200ms, border-color 200ms, box-shadow 200ms, left 200ms, right 200ms, margin 200ms"}},
|
|
908
|
+
"listReset": {"kind":"static","defs":{"padding":0,"margin":0,"listStyle":"none"}},
|
|
909
|
+
"underlay": {"kind":"static","defs":{"position":"fixed","top":0,"bottom":0,"left":0,"right":0,"display":"flex","alignItems":"center","justifyContent":"center","backgroundColor":"rgba(36,36,36,0.6)"}},
|
|
910
|
+
"visuallyHidden": {"kind":"static","defs":{"position":"absolute","overflow":"hidden","clip":"inset(50%)","clipPath":"none","border":0,"height":"1px","margin":"-1px","width":"1px","padding":0,"whiteSpace":"nowrap","opacity":0}},
|
|
911
|
+
"contentEmpty": {"kind":"static","defs":{"content":"''"}}
|
|
912
|
+
}
|
|
913
|
+
}
|