@webstudio-is/sdk 0.235.0 → 0.236.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/lib/__generated__/normalize.css.js +8 -249
- package/lib/core-templates.js +8 -249
- package/lib/index.js +8 -249
- package/lib/types/schema/animation-schema.d.ts +16001 -5201
- package/lib/types/schema/assets.d.ts +38 -38
- package/lib/types/schema/breakpoints.d.ts +8 -8
- package/lib/types/schema/component-meta.d.ts +3441 -1041
- package/lib/types/schema/instances.d.ts +8 -8
- package/lib/types/schema/pages.d.ts +88 -88
- package/lib/types/schema/prop-meta.d.ts +46 -46
- package/lib/types/schema/props.d.ts +10233 -3033
- package/lib/types/schema/resources.d.ts +10 -10
- package/lib/types/schema/styles.d.ts +1739 -419
- package/lib/types/schema/webstudio.d.ts +7928 -3368
- package/package.json +6 -6
- package/lib/types/core-templates.d.ts +0 -9
- package/lib/types/css.test.d.ts +0 -1
- package/lib/types/expression.test.d.ts +0 -1
- package/lib/types/instances-utils.test.d.ts +0 -1
- package/lib/types/page-meta-generator.test.d.ts +0 -1
- package/lib/types/page-utils.test.d.ts +0 -1
- package/lib/types/resource-loader.test.d.ts +0 -1
- package/lib/types/resources-generator.test.d.ts +0 -1
- package/lib/types/scope.test.d.ts +0 -1
- package/lib/types/url-pattern.test.d.ts +0 -1
|
@@ -1,23 +1,6 @@
|
|
|
1
1
|
// src/__generated__/normalize.css.ts
|
|
2
2
|
var div = [
|
|
3
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
4
|
-
{
|
|
5
|
-
property: "border-top-width",
|
|
6
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
property: "border-right-width",
|
|
10
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
property: "border-bottom-width",
|
|
14
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
property: "border-left-width",
|
|
18
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
19
|
-
},
|
|
20
|
-
{ property: "outline-width", value: { type: "unit", unit: "px", value: 1 } }
|
|
3
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
21
4
|
];
|
|
22
5
|
var address = div;
|
|
23
6
|
var article = div;
|
|
@@ -77,22 +60,6 @@ var body = [
|
|
|
77
60
|
value: { type: "unit", unit: "number", value: 0 }
|
|
78
61
|
},
|
|
79
62
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
80
|
-
{
|
|
81
|
-
property: "border-top-width",
|
|
82
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
property: "border-right-width",
|
|
86
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
property: "border-bottom-width",
|
|
90
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
property: "border-left-width",
|
|
94
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
95
|
-
},
|
|
96
63
|
{
|
|
97
64
|
property: "-webkit-font-smoothing",
|
|
98
65
|
value: { type: "keyword", value: "antialiased" }
|
|
@@ -112,23 +79,7 @@ var b = [
|
|
|
112
79
|
property: "font-weight",
|
|
113
80
|
value: { type: "unit", unit: "number", value: 700 }
|
|
114
81
|
},
|
|
115
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
116
|
-
{
|
|
117
|
-
property: "border-top-width",
|
|
118
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
property: "border-right-width",
|
|
122
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
property: "border-bottom-width",
|
|
126
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
property: "border-left-width",
|
|
130
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
131
|
-
}
|
|
82
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
132
83
|
];
|
|
133
84
|
var strong = b;
|
|
134
85
|
var code = [
|
|
@@ -147,46 +98,14 @@ var code = [
|
|
|
147
98
|
}
|
|
148
99
|
},
|
|
149
100
|
{ property: "font-size", value: { type: "unit", unit: "em", value: 1 } },
|
|
150
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
151
|
-
{
|
|
152
|
-
property: "border-top-width",
|
|
153
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
property: "border-right-width",
|
|
157
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
property: "border-bottom-width",
|
|
161
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
property: "border-left-width",
|
|
165
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
166
|
-
}
|
|
101
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
167
102
|
];
|
|
168
103
|
var kbd = code;
|
|
169
104
|
var samp = code;
|
|
170
105
|
var pre = code;
|
|
171
106
|
var small = [
|
|
172
107
|
{ property: "font-size", value: { type: "unit", unit: "%", value: 80 } },
|
|
173
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
174
|
-
{
|
|
175
|
-
property: "border-top-width",
|
|
176
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
property: "border-right-width",
|
|
180
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
property: "border-bottom-width",
|
|
184
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
property: "border-left-width",
|
|
188
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
189
|
-
}
|
|
108
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
190
109
|
];
|
|
191
110
|
var sub = [
|
|
192
111
|
{ property: "font-size", value: { type: "unit", unit: "%", value: 75 } },
|
|
@@ -197,22 +116,6 @@ var sub = [
|
|
|
197
116
|
{ property: "position", value: { type: "keyword", value: "relative" } },
|
|
198
117
|
{ property: "vertical-align", value: { type: "keyword", value: "baseline" } },
|
|
199
118
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
200
|
-
{
|
|
201
|
-
property: "border-top-width",
|
|
202
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
property: "border-right-width",
|
|
206
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
property: "border-bottom-width",
|
|
210
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
property: "border-left-width",
|
|
214
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
215
|
-
},
|
|
216
119
|
{ property: "bottom", value: { type: "unit", unit: "em", value: -0.25 } }
|
|
217
120
|
];
|
|
218
121
|
var sup = [
|
|
@@ -224,22 +127,6 @@ var sup = [
|
|
|
224
127
|
{ property: "position", value: { type: "keyword", value: "relative" } },
|
|
225
128
|
{ property: "vertical-align", value: { type: "keyword", value: "baseline" } },
|
|
226
129
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
227
|
-
{
|
|
228
|
-
property: "border-top-width",
|
|
229
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
property: "border-right-width",
|
|
233
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
property: "border-bottom-width",
|
|
237
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
property: "border-left-width",
|
|
241
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
242
|
-
},
|
|
243
130
|
{ property: "top", value: { type: "unit", unit: "em", value: -0.5 } }
|
|
244
131
|
];
|
|
245
132
|
var table = [
|
|
@@ -247,22 +134,6 @@ var table = [
|
|
|
247
134
|
property: "text-indent",
|
|
248
135
|
value: { type: "unit", unit: "number", value: 0 }
|
|
249
136
|
},
|
|
250
|
-
{
|
|
251
|
-
property: "border-top-width",
|
|
252
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
property: "border-right-width",
|
|
256
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
property: "border-bottom-width",
|
|
260
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
property: "border-left-width",
|
|
264
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
265
|
-
},
|
|
266
137
|
{
|
|
267
138
|
property: "border-top-color",
|
|
268
139
|
value: { type: "keyword", value: "inherit" }
|
|
@@ -302,22 +173,6 @@ var input = [
|
|
|
302
173
|
value: { type: "unit", unit: "number", value: 0 }
|
|
303
174
|
},
|
|
304
175
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
305
|
-
{
|
|
306
|
-
property: "border-top-width",
|
|
307
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
property: "border-right-width",
|
|
311
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
property: "border-bottom-width",
|
|
315
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
property: "border-left-width",
|
|
319
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
320
|
-
},
|
|
321
176
|
{ property: "border-top-style", value: { type: "keyword", value: "solid" } },
|
|
322
177
|
{
|
|
323
178
|
property: "border-right-style",
|
|
@@ -350,23 +205,7 @@ var optgroup = [
|
|
|
350
205
|
property: "margin-left",
|
|
351
206
|
value: { type: "unit", unit: "number", value: 0 }
|
|
352
207
|
},
|
|
353
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
354
|
-
{
|
|
355
|
-
property: "border-top-width",
|
|
356
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
property: "border-right-width",
|
|
360
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
property: "border-bottom-width",
|
|
364
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
property: "border-left-width",
|
|
368
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
369
|
-
}
|
|
208
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
370
209
|
];
|
|
371
210
|
var radio = [
|
|
372
211
|
{ property: "font-family", value: { type: "keyword", value: "inherit" } },
|
|
@@ -389,22 +228,6 @@ var radio = [
|
|
|
389
228
|
value: { type: "unit", unit: "number", value: 0 }
|
|
390
229
|
},
|
|
391
230
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
392
|
-
{
|
|
393
|
-
property: "border-top-width",
|
|
394
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
property: "border-right-width",
|
|
398
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
property: "border-bottom-width",
|
|
402
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
property: "border-left-width",
|
|
406
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
407
|
-
},
|
|
408
231
|
{ property: "border-top-style", value: { type: "keyword", value: "none" } },
|
|
409
232
|
{ property: "border-right-style", value: { type: "keyword", value: "none" } },
|
|
410
233
|
{
|
|
@@ -435,22 +258,6 @@ var button = [
|
|
|
435
258
|
value: { type: "unit", unit: "number", value: 0 }
|
|
436
259
|
},
|
|
437
260
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
438
|
-
{
|
|
439
|
-
property: "border-top-width",
|
|
440
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
property: "border-right-width",
|
|
444
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
property: "border-bottom-width",
|
|
448
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
property: "border-left-width",
|
|
452
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
453
|
-
},
|
|
454
261
|
{ property: "border-top-style", value: { type: "keyword", value: "solid" } },
|
|
455
262
|
{
|
|
456
263
|
property: "border-right-style",
|
|
@@ -481,63 +288,15 @@ var legend = [
|
|
|
481
288
|
property: "padding-left",
|
|
482
289
|
value: { type: "unit", unit: "number", value: 0 }
|
|
483
290
|
},
|
|
484
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
485
|
-
{
|
|
486
|
-
property: "border-top-width",
|
|
487
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
property: "border-right-width",
|
|
491
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
property: "border-bottom-width",
|
|
495
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
property: "border-left-width",
|
|
499
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
500
|
-
}
|
|
291
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
501
292
|
];
|
|
502
293
|
var progress = [
|
|
503
294
|
{ property: "vertical-align", value: { type: "keyword", value: "baseline" } },
|
|
504
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
505
|
-
{
|
|
506
|
-
property: "border-top-width",
|
|
507
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
property: "border-right-width",
|
|
511
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
property: "border-bottom-width",
|
|
515
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
property: "border-left-width",
|
|
519
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
520
|
-
}
|
|
295
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
521
296
|
];
|
|
522
297
|
var summary = [
|
|
523
298
|
{ property: "display", value: { type: "keyword", value: "list-item" } },
|
|
524
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
525
|
-
{
|
|
526
|
-
property: "border-top-width",
|
|
527
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
property: "border-right-width",
|
|
531
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
property: "border-bottom-width",
|
|
535
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
property: "border-left-width",
|
|
539
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
540
|
-
}
|
|
299
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
541
300
|
];
|
|
542
301
|
export {
|
|
543
302
|
a,
|
package/lib/core-templates.js
CHANGED
|
@@ -83,24 +83,7 @@ __export(normalize_css_exports, {
|
|
|
83
83
|
ul: () => ul
|
|
84
84
|
});
|
|
85
85
|
var div = [
|
|
86
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
87
|
-
{
|
|
88
|
-
property: "border-top-width",
|
|
89
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
property: "border-right-width",
|
|
93
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
property: "border-bottom-width",
|
|
97
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
property: "border-left-width",
|
|
101
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
102
|
-
},
|
|
103
|
-
{ property: "outline-width", value: { type: "unit", unit: "px", value: 1 } }
|
|
86
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
104
87
|
];
|
|
105
88
|
var address = div;
|
|
106
89
|
var article = div;
|
|
@@ -160,22 +143,6 @@ var body = [
|
|
|
160
143
|
value: { type: "unit", unit: "number", value: 0 }
|
|
161
144
|
},
|
|
162
145
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
163
|
-
{
|
|
164
|
-
property: "border-top-width",
|
|
165
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
property: "border-right-width",
|
|
169
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
property: "border-bottom-width",
|
|
173
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
property: "border-left-width",
|
|
177
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
178
|
-
},
|
|
179
146
|
{
|
|
180
147
|
property: "-webkit-font-smoothing",
|
|
181
148
|
value: { type: "keyword", value: "antialiased" }
|
|
@@ -195,23 +162,7 @@ var b = [
|
|
|
195
162
|
property: "font-weight",
|
|
196
163
|
value: { type: "unit", unit: "number", value: 700 }
|
|
197
164
|
},
|
|
198
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
199
|
-
{
|
|
200
|
-
property: "border-top-width",
|
|
201
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
property: "border-right-width",
|
|
205
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
property: "border-bottom-width",
|
|
209
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
property: "border-left-width",
|
|
213
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
214
|
-
}
|
|
165
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
215
166
|
];
|
|
216
167
|
var strong = b;
|
|
217
168
|
var code = [
|
|
@@ -230,46 +181,14 @@ var code = [
|
|
|
230
181
|
}
|
|
231
182
|
},
|
|
232
183
|
{ property: "font-size", value: { type: "unit", unit: "em", value: 1 } },
|
|
233
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
234
|
-
{
|
|
235
|
-
property: "border-top-width",
|
|
236
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
property: "border-right-width",
|
|
240
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
property: "border-bottom-width",
|
|
244
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
property: "border-left-width",
|
|
248
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
249
|
-
}
|
|
184
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
250
185
|
];
|
|
251
186
|
var kbd = code;
|
|
252
187
|
var samp = code;
|
|
253
188
|
var pre = code;
|
|
254
189
|
var small = [
|
|
255
190
|
{ property: "font-size", value: { type: "unit", unit: "%", value: 80 } },
|
|
256
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
257
|
-
{
|
|
258
|
-
property: "border-top-width",
|
|
259
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
property: "border-right-width",
|
|
263
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
property: "border-bottom-width",
|
|
267
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
property: "border-left-width",
|
|
271
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
272
|
-
}
|
|
191
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
273
192
|
];
|
|
274
193
|
var sub = [
|
|
275
194
|
{ property: "font-size", value: { type: "unit", unit: "%", value: 75 } },
|
|
@@ -280,22 +199,6 @@ var sub = [
|
|
|
280
199
|
{ property: "position", value: { type: "keyword", value: "relative" } },
|
|
281
200
|
{ property: "vertical-align", value: { type: "keyword", value: "baseline" } },
|
|
282
201
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
283
|
-
{
|
|
284
|
-
property: "border-top-width",
|
|
285
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
property: "border-right-width",
|
|
289
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
property: "border-bottom-width",
|
|
293
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
property: "border-left-width",
|
|
297
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
298
|
-
},
|
|
299
202
|
{ property: "bottom", value: { type: "unit", unit: "em", value: -0.25 } }
|
|
300
203
|
];
|
|
301
204
|
var sup = [
|
|
@@ -307,22 +210,6 @@ var sup = [
|
|
|
307
210
|
{ property: "position", value: { type: "keyword", value: "relative" } },
|
|
308
211
|
{ property: "vertical-align", value: { type: "keyword", value: "baseline" } },
|
|
309
212
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
310
|
-
{
|
|
311
|
-
property: "border-top-width",
|
|
312
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
property: "border-right-width",
|
|
316
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
property: "border-bottom-width",
|
|
320
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
property: "border-left-width",
|
|
324
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
325
|
-
},
|
|
326
213
|
{ property: "top", value: { type: "unit", unit: "em", value: -0.5 } }
|
|
327
214
|
];
|
|
328
215
|
var table = [
|
|
@@ -330,22 +217,6 @@ var table = [
|
|
|
330
217
|
property: "text-indent",
|
|
331
218
|
value: { type: "unit", unit: "number", value: 0 }
|
|
332
219
|
},
|
|
333
|
-
{
|
|
334
|
-
property: "border-top-width",
|
|
335
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
property: "border-right-width",
|
|
339
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
property: "border-bottom-width",
|
|
343
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
property: "border-left-width",
|
|
347
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
348
|
-
},
|
|
349
220
|
{
|
|
350
221
|
property: "border-top-color",
|
|
351
222
|
value: { type: "keyword", value: "inherit" }
|
|
@@ -385,22 +256,6 @@ var input = [
|
|
|
385
256
|
value: { type: "unit", unit: "number", value: 0 }
|
|
386
257
|
},
|
|
387
258
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
388
|
-
{
|
|
389
|
-
property: "border-top-width",
|
|
390
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
property: "border-right-width",
|
|
394
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
property: "border-bottom-width",
|
|
398
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
property: "border-left-width",
|
|
402
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
403
|
-
},
|
|
404
259
|
{ property: "border-top-style", value: { type: "keyword", value: "solid" } },
|
|
405
260
|
{
|
|
406
261
|
property: "border-right-style",
|
|
@@ -433,23 +288,7 @@ var optgroup = [
|
|
|
433
288
|
property: "margin-left",
|
|
434
289
|
value: { type: "unit", unit: "number", value: 0 }
|
|
435
290
|
},
|
|
436
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
437
|
-
{
|
|
438
|
-
property: "border-top-width",
|
|
439
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
property: "border-right-width",
|
|
443
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
property: "border-bottom-width",
|
|
447
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
property: "border-left-width",
|
|
451
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
452
|
-
}
|
|
291
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
453
292
|
];
|
|
454
293
|
var radio = [
|
|
455
294
|
{ property: "font-family", value: { type: "keyword", value: "inherit" } },
|
|
@@ -472,22 +311,6 @@ var radio = [
|
|
|
472
311
|
value: { type: "unit", unit: "number", value: 0 }
|
|
473
312
|
},
|
|
474
313
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
475
|
-
{
|
|
476
|
-
property: "border-top-width",
|
|
477
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
property: "border-right-width",
|
|
481
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
property: "border-bottom-width",
|
|
485
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
property: "border-left-width",
|
|
489
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
490
|
-
},
|
|
491
314
|
{ property: "border-top-style", value: { type: "keyword", value: "none" } },
|
|
492
315
|
{ property: "border-right-style", value: { type: "keyword", value: "none" } },
|
|
493
316
|
{
|
|
@@ -518,22 +341,6 @@ var button = [
|
|
|
518
341
|
value: { type: "unit", unit: "number", value: 0 }
|
|
519
342
|
},
|
|
520
343
|
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } },
|
|
521
|
-
{
|
|
522
|
-
property: "border-top-width",
|
|
523
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
property: "border-right-width",
|
|
527
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
property: "border-bottom-width",
|
|
531
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
property: "border-left-width",
|
|
535
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
536
|
-
},
|
|
537
344
|
{ property: "border-top-style", value: { type: "keyword", value: "solid" } },
|
|
538
345
|
{
|
|
539
346
|
property: "border-right-style",
|
|
@@ -564,63 +371,15 @@ var legend = [
|
|
|
564
371
|
property: "padding-left",
|
|
565
372
|
value: { type: "unit", unit: "number", value: 0 }
|
|
566
373
|
},
|
|
567
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
568
|
-
{
|
|
569
|
-
property: "border-top-width",
|
|
570
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
property: "border-right-width",
|
|
574
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
property: "border-bottom-width",
|
|
578
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
property: "border-left-width",
|
|
582
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
583
|
-
}
|
|
374
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
584
375
|
];
|
|
585
376
|
var progress = [
|
|
586
377
|
{ property: "vertical-align", value: { type: "keyword", value: "baseline" } },
|
|
587
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
588
|
-
{
|
|
589
|
-
property: "border-top-width",
|
|
590
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
property: "border-right-width",
|
|
594
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
property: "border-bottom-width",
|
|
598
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
property: "border-left-width",
|
|
602
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
603
|
-
}
|
|
378
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
604
379
|
];
|
|
605
380
|
var summary = [
|
|
606
381
|
{ property: "display", value: { type: "keyword", value: "list-item" } },
|
|
607
|
-
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
608
|
-
{
|
|
609
|
-
property: "border-top-width",
|
|
610
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
property: "border-right-width",
|
|
614
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
property: "border-bottom-width",
|
|
618
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
property: "border-left-width",
|
|
622
|
-
value: { type: "unit", unit: "px", value: 1 }
|
|
623
|
-
}
|
|
382
|
+
{ property: "box-sizing", value: { type: "keyword", value: "border-box" } }
|
|
624
383
|
];
|
|
625
384
|
|
|
626
385
|
// src/runtime.ts
|