@webstudio-is/sdk 0.0.0-588fe22 → 0.0.0-73cd6ea

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.
@@ -1,20 +1,23 @@
1
1
  // src/__generated__/normalize.css.ts
2
2
  var div = [
3
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
4
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
3
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } },
5
4
  {
6
- property: "borderRightWidth",
5
+ property: "border-top-width",
7
6
  value: { type: "unit", unit: "px", value: 1 }
8
7
  },
9
8
  {
10
- property: "borderBottomWidth",
9
+ property: "border-right-width",
11
10
  value: { type: "unit", unit: "px", value: 1 }
12
11
  },
13
12
  {
14
- property: "borderLeftWidth",
13
+ property: "border-bottom-width",
15
14
  value: { type: "unit", unit: "px", value: 1 }
16
15
  },
17
- { property: "outlineWidth", value: { type: "unit", unit: "px", value: 1 } }
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 } }
18
21
  ];
19
22
  var address = div;
20
23
  var article = div;
@@ -44,89 +47,93 @@ var p = div;
44
47
  var span = div;
45
48
  var html = [
46
49
  { property: "display", value: { type: "keyword", value: "grid" } },
47
- { property: "minHeight", value: { type: "unit", unit: "%", value: 100 } },
50
+ { property: "min-height", value: { type: "unit", unit: "%", value: 100 } },
48
51
  {
49
- property: "fontFamily",
52
+ property: "font-family",
50
53
  value: { type: "fontFamily", value: ["Arial", "Roboto", "sans-serif"] }
51
54
  },
52
- { property: "fontSize", value: { type: "unit", unit: "px", value: 16 } },
55
+ { property: "font-size", value: { type: "unit", unit: "px", value: 16 } },
53
56
  {
54
- property: "lineHeight",
57
+ property: "line-height",
55
58
  value: { type: "unit", unit: "number", value: 1.2 }
56
59
  },
57
60
  {
58
- property: "whiteSpaceCollapse",
61
+ property: "white-space-collapse",
59
62
  value: { type: "keyword", value: "preserve" }
60
63
  }
61
64
  ];
62
65
  var body = [
63
- { property: "marginTop", value: { type: "unit", unit: "number", value: 0 } },
66
+ { property: "margin-top", value: { type: "unit", unit: "number", value: 0 } },
64
67
  {
65
- property: "marginRight",
68
+ property: "margin-right",
66
69
  value: { type: "unit", unit: "number", value: 0 }
67
70
  },
68
71
  {
69
- property: "marginBottom",
72
+ property: "margin-bottom",
70
73
  value: { type: "unit", unit: "number", value: 0 }
71
74
  },
72
- { property: "marginLeft", value: { type: "unit", unit: "number", value: 0 } },
73
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
74
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
75
75
  {
76
- property: "borderRightWidth",
77
- value: { type: "unit", unit: "px", value: 1 }
76
+ property: "margin-left",
77
+ value: { type: "unit", unit: "number", value: 0 }
78
78
  },
79
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } },
79
80
  {
80
- property: "borderBottomWidth",
81
+ property: "border-top-width",
81
82
  value: { type: "unit", unit: "px", value: 1 }
82
83
  },
83
84
  {
84
- property: "borderLeftWidth",
85
+ property: "border-right-width",
85
86
  value: { type: "unit", unit: "px", value: 1 }
86
- }
87
- ];
88
- var hr = [
89
- { property: "height", value: { type: "unit", unit: "number", value: 0 } },
90
- { property: "color", value: { type: "keyword", value: "inherit" } },
91
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
92
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
87
+ },
93
88
  {
94
- property: "borderRightWidth",
89
+ property: "border-bottom-width",
95
90
  value: { type: "unit", unit: "px", value: 1 }
96
91
  },
97
92
  {
98
- property: "borderBottomWidth",
93
+ property: "border-left-width",
99
94
  value: { type: "unit", unit: "px", value: 1 }
100
95
  },
101
96
  {
102
- property: "borderLeftWidth",
103
- value: { type: "unit", unit: "px", value: 1 }
97
+ property: "-webkit-font-smoothing",
98
+ value: { type: "keyword", value: "antialiased" }
99
+ },
100
+ {
101
+ property: "-moz-osx-font-smoothing",
102
+ value: { type: "keyword", value: "grayscale" }
104
103
  }
105
104
  ];
105
+ var hr = [
106
+ { property: "height", value: { type: "unit", unit: "number", value: 0 } },
107
+ { property: "color", value: { type: "keyword", value: "inherit" } },
108
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } }
109
+ ];
106
110
  var b = [
107
111
  {
108
- property: "fontWeight",
112
+ property: "font-weight",
109
113
  value: { type: "unit", unit: "number", value: 700 }
110
114
  },
111
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
112
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
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
+ },
113
120
  {
114
- property: "borderRightWidth",
121
+ property: "border-right-width",
115
122
  value: { type: "unit", unit: "px", value: 1 }
116
123
  },
117
124
  {
118
- property: "borderBottomWidth",
125
+ property: "border-bottom-width",
119
126
  value: { type: "unit", unit: "px", value: 1 }
120
127
  },
121
128
  {
122
- property: "borderLeftWidth",
129
+ property: "border-left-width",
123
130
  value: { type: "unit", unit: "px", value: 1 }
124
131
  }
125
132
  ];
126
133
  var strong = b;
127
134
  var code = [
128
135
  {
129
- property: "fontFamily",
136
+ property: "font-family",
130
137
  value: {
131
138
  type: "fontFamily",
132
139
  value: [
@@ -139,19 +146,22 @@ var code = [
139
146
  ]
140
147
  }
141
148
  },
142
- { property: "fontSize", value: { type: "unit", unit: "em", value: 1 } },
143
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
144
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
149
+ { 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
+ },
145
155
  {
146
- property: "borderRightWidth",
156
+ property: "border-right-width",
147
157
  value: { type: "unit", unit: "px", value: 1 }
148
158
  },
149
159
  {
150
- property: "borderBottomWidth",
160
+ property: "border-bottom-width",
151
161
  value: { type: "unit", unit: "px", value: 1 }
152
162
  },
153
163
  {
154
- property: "borderLeftWidth",
164
+ property: "border-left-width",
155
165
  value: { type: "unit", unit: "px", value: 1 }
156
166
  }
157
167
  ];
@@ -159,295 +169,373 @@ var kbd = code;
159
169
  var samp = code;
160
170
  var pre = code;
161
171
  var small = [
162
- { property: "fontSize", value: { type: "unit", unit: "%", value: 80 } },
163
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
164
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
172
+ { property: "font-size", value: { type: "unit", unit: "%", value: 80 } },
173
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } },
165
174
  {
166
- property: "borderRightWidth",
175
+ property: "border-top-width",
167
176
  value: { type: "unit", unit: "px", value: 1 }
168
177
  },
169
178
  {
170
- property: "borderBottomWidth",
179
+ property: "border-right-width",
171
180
  value: { type: "unit", unit: "px", value: 1 }
172
181
  },
173
182
  {
174
- property: "borderLeftWidth",
183
+ property: "border-bottom-width",
184
+ value: { type: "unit", unit: "px", value: 1 }
185
+ },
186
+ {
187
+ property: "border-left-width",
175
188
  value: { type: "unit", unit: "px", value: 1 }
176
189
  }
177
190
  ];
178
191
  var sub = [
179
- { property: "fontSize", value: { type: "unit", unit: "%", value: 75 } },
180
- { property: "lineHeight", value: { type: "unit", unit: "number", value: 0 } },
192
+ { property: "font-size", value: { type: "unit", unit: "%", value: 75 } },
193
+ {
194
+ property: "line-height",
195
+ value: { type: "unit", unit: "number", value: 0 }
196
+ },
181
197
  { property: "position", value: { type: "keyword", value: "relative" } },
182
- { property: "verticalAlign", value: { type: "keyword", value: "baseline" } },
183
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
184
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
198
+ { property: "vertical-align", value: { type: "keyword", value: "baseline" } },
199
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } },
200
+ {
201
+ property: "border-top-width",
202
+ value: { type: "unit", unit: "px", value: 1 }
203
+ },
185
204
  {
186
- property: "borderRightWidth",
205
+ property: "border-right-width",
187
206
  value: { type: "unit", unit: "px", value: 1 }
188
207
  },
189
208
  {
190
- property: "borderBottomWidth",
209
+ property: "border-bottom-width",
191
210
  value: { type: "unit", unit: "px", value: 1 }
192
211
  },
193
212
  {
194
- property: "borderLeftWidth",
213
+ property: "border-left-width",
195
214
  value: { type: "unit", unit: "px", value: 1 }
196
215
  },
197
216
  { property: "bottom", value: { type: "unit", unit: "em", value: -0.25 } }
198
217
  ];
199
218
  var sup = [
200
- { property: "fontSize", value: { type: "unit", unit: "%", value: 75 } },
201
- { property: "lineHeight", value: { type: "unit", unit: "number", value: 0 } },
219
+ { property: "font-size", value: { type: "unit", unit: "%", value: 75 } },
220
+ {
221
+ property: "line-height",
222
+ value: { type: "unit", unit: "number", value: 0 }
223
+ },
202
224
  { property: "position", value: { type: "keyword", value: "relative" } },
203
- { property: "verticalAlign", value: { type: "keyword", value: "baseline" } },
204
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
205
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
225
+ { property: "vertical-align", value: { type: "keyword", value: "baseline" } },
226
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } },
227
+ {
228
+ property: "border-top-width",
229
+ value: { type: "unit", unit: "px", value: 1 }
230
+ },
206
231
  {
207
- property: "borderRightWidth",
232
+ property: "border-right-width",
208
233
  value: { type: "unit", unit: "px", value: 1 }
209
234
  },
210
235
  {
211
- property: "borderBottomWidth",
236
+ property: "border-bottom-width",
212
237
  value: { type: "unit", unit: "px", value: 1 }
213
238
  },
214
239
  {
215
- property: "borderLeftWidth",
240
+ property: "border-left-width",
216
241
  value: { type: "unit", unit: "px", value: 1 }
217
242
  },
218
243
  { property: "top", value: { type: "unit", unit: "em", value: -0.5 } }
219
244
  ];
220
245
  var table = [
221
- { property: "textIndent", value: { type: "unit", unit: "number", value: 0 } },
222
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
223
246
  {
224
- property: "borderRightWidth",
247
+ property: "text-indent",
248
+ value: { type: "unit", unit: "number", value: 0 }
249
+ },
250
+ {
251
+ property: "border-top-width",
252
+ value: { type: "unit", unit: "px", value: 1 }
253
+ },
254
+ {
255
+ property: "border-right-width",
225
256
  value: { type: "unit", unit: "px", value: 1 }
226
257
  },
227
258
  {
228
- property: "borderBottomWidth",
259
+ property: "border-bottom-width",
229
260
  value: { type: "unit", unit: "px", value: 1 }
230
261
  },
231
262
  {
232
- property: "borderLeftWidth",
263
+ property: "border-left-width",
233
264
  value: { type: "unit", unit: "px", value: 1 }
234
265
  },
235
- { property: "borderTopColor", value: { type: "keyword", value: "inherit" } },
236
266
  {
237
- property: "borderRightColor",
267
+ property: "border-top-color",
268
+ value: { type: "keyword", value: "inherit" }
269
+ },
270
+ {
271
+ property: "border-right-color",
238
272
  value: { type: "keyword", value: "inherit" }
239
273
  },
240
274
  {
241
- property: "borderBottomColor",
275
+ property: "border-bottom-color",
242
276
  value: { type: "keyword", value: "inherit" }
243
277
  },
244
- { property: "borderLeftColor", value: { type: "keyword", value: "inherit" } },
245
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } }
278
+ {
279
+ property: "border-left-color",
280
+ value: { type: "keyword", value: "inherit" }
281
+ },
282
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } }
246
283
  ];
247
284
  var input = [
248
- { property: "fontFamily", value: { type: "keyword", value: "inherit" } },
249
- { property: "fontSize", value: { type: "unit", unit: "%", value: 100 } },
285
+ { property: "font-family", value: { type: "keyword", value: "inherit" } },
286
+ { property: "font-size", value: { type: "unit", unit: "%", value: 100 } },
250
287
  {
251
- property: "lineHeight",
288
+ property: "line-height",
252
289
  value: { type: "unit", unit: "number", value: 1.15 }
253
290
  },
254
- { property: "marginTop", value: { type: "unit", unit: "number", value: 0 } },
291
+ { property: "margin-top", value: { type: "unit", unit: "number", value: 0 } },
292
+ {
293
+ property: "margin-right",
294
+ value: { type: "unit", unit: "number", value: 0 }
295
+ },
255
296
  {
256
- property: "marginRight",
297
+ property: "margin-bottom",
257
298
  value: { type: "unit", unit: "number", value: 0 }
258
299
  },
259
300
  {
260
- property: "marginBottom",
301
+ property: "margin-left",
261
302
  value: { type: "unit", unit: "number", value: 0 }
262
303
  },
263
- { property: "marginLeft", value: { type: "unit", unit: "number", value: 0 } },
264
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
265
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
304
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } },
305
+ {
306
+ property: "border-top-width",
307
+ value: { type: "unit", unit: "px", value: 1 }
308
+ },
266
309
  {
267
- property: "borderRightWidth",
310
+ property: "border-right-width",
268
311
  value: { type: "unit", unit: "px", value: 1 }
269
312
  },
270
313
  {
271
- property: "borderBottomWidth",
314
+ property: "border-bottom-width",
272
315
  value: { type: "unit", unit: "px", value: 1 }
273
316
  },
274
317
  {
275
- property: "borderLeftWidth",
318
+ property: "border-left-width",
276
319
  value: { type: "unit", unit: "px", value: 1 }
277
320
  },
278
- { property: "borderTopStyle", value: { type: "keyword", value: "solid" } },
279
- { property: "borderRightStyle", value: { type: "keyword", value: "solid" } },
280
- { property: "borderBottomStyle", value: { type: "keyword", value: "solid" } },
281
- { property: "borderLeftStyle", value: { type: "keyword", value: "solid" } }
321
+ { property: "border-top-style", value: { type: "keyword", value: "solid" } },
322
+ {
323
+ property: "border-right-style",
324
+ value: { type: "keyword", value: "solid" }
325
+ },
326
+ {
327
+ property: "border-bottom-style",
328
+ value: { type: "keyword", value: "solid" }
329
+ },
330
+ { property: "border-left-style", value: { type: "keyword", value: "solid" } }
282
331
  ];
283
332
  var textarea = input;
284
333
  var optgroup = [
285
- { property: "fontFamily", value: { type: "keyword", value: "inherit" } },
286
- { property: "fontSize", value: { type: "unit", unit: "%", value: 100 } },
334
+ { property: "font-family", value: { type: "keyword", value: "inherit" } },
335
+ { property: "font-size", value: { type: "unit", unit: "%", value: 100 } },
287
336
  {
288
- property: "lineHeight",
337
+ property: "line-height",
289
338
  value: { type: "unit", unit: "number", value: 1.15 }
290
339
  },
291
- { property: "marginTop", value: { type: "unit", unit: "number", value: 0 } },
340
+ { property: "margin-top", value: { type: "unit", unit: "number", value: 0 } },
292
341
  {
293
- property: "marginRight",
342
+ property: "margin-right",
294
343
  value: { type: "unit", unit: "number", value: 0 }
295
344
  },
296
345
  {
297
- property: "marginBottom",
346
+ property: "margin-bottom",
298
347
  value: { type: "unit", unit: "number", value: 0 }
299
348
  },
300
- { property: "marginLeft", value: { type: "unit", unit: "number", value: 0 } },
301
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
302
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
303
349
  {
304
- property: "borderRightWidth",
350
+ property: "margin-left",
351
+ value: { type: "unit", unit: "number", value: 0 }
352
+ },
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",
305
360
  value: { type: "unit", unit: "px", value: 1 }
306
361
  },
307
362
  {
308
- property: "borderBottomWidth",
363
+ property: "border-bottom-width",
309
364
  value: { type: "unit", unit: "px", value: 1 }
310
365
  },
311
366
  {
312
- property: "borderLeftWidth",
367
+ property: "border-left-width",
313
368
  value: { type: "unit", unit: "px", value: 1 }
314
369
  }
315
370
  ];
316
371
  var radio = [
317
- { property: "fontFamily", value: { type: "keyword", value: "inherit" } },
318
- { property: "fontSize", value: { type: "unit", unit: "%", value: 100 } },
372
+ { property: "font-family", value: { type: "keyword", value: "inherit" } },
373
+ { property: "font-size", value: { type: "unit", unit: "%", value: 100 } },
319
374
  {
320
- property: "lineHeight",
375
+ property: "line-height",
321
376
  value: { type: "unit", unit: "number", value: 1.15 }
322
377
  },
323
- { property: "marginTop", value: { type: "unit", unit: "number", value: 0 } },
378
+ { property: "margin-top", value: { type: "unit", unit: "number", value: 0 } },
324
379
  {
325
- property: "marginRight",
380
+ property: "margin-right",
326
381
  value: { type: "unit", unit: "number", value: 0 }
327
382
  },
328
383
  {
329
- property: "marginBottom",
384
+ property: "margin-bottom",
330
385
  value: { type: "unit", unit: "number", value: 0 }
331
386
  },
332
- { property: "marginLeft", value: { type: "unit", unit: "number", value: 0 } },
333
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
334
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
335
387
  {
336
- property: "borderRightWidth",
388
+ property: "margin-left",
389
+ value: { type: "unit", unit: "number", value: 0 }
390
+ },
391
+ { 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",
337
398
  value: { type: "unit", unit: "px", value: 1 }
338
399
  },
339
400
  {
340
- property: "borderBottomWidth",
401
+ property: "border-bottom-width",
341
402
  value: { type: "unit", unit: "px", value: 1 }
342
403
  },
343
404
  {
344
- property: "borderLeftWidth",
405
+ property: "border-left-width",
345
406
  value: { type: "unit", unit: "px", value: 1 }
346
407
  },
347
- { property: "borderTopStyle", value: { type: "keyword", value: "none" } },
348
- { property: "borderRightStyle", value: { type: "keyword", value: "none" } },
349
- { property: "borderBottomStyle", value: { type: "keyword", value: "none" } },
350
- { property: "borderLeftStyle", value: { type: "keyword", value: "none" } }
408
+ { property: "border-top-style", value: { type: "keyword", value: "none" } },
409
+ { property: "border-right-style", value: { type: "keyword", value: "none" } },
410
+ {
411
+ property: "border-bottom-style",
412
+ value: { type: "keyword", value: "none" }
413
+ },
414
+ { property: "border-left-style", value: { type: "keyword", value: "none" } }
351
415
  ];
352
416
  var checkbox = radio;
353
417
  var button = [
354
- { property: "fontFamily", value: { type: "keyword", value: "inherit" } },
355
- { property: "fontSize", value: { type: "unit", unit: "%", value: 100 } },
418
+ { property: "font-family", value: { type: "keyword", value: "inherit" } },
419
+ { property: "font-size", value: { type: "unit", unit: "%", value: 100 } },
356
420
  {
357
- property: "lineHeight",
421
+ property: "line-height",
358
422
  value: { type: "unit", unit: "number", value: 1.15 }
359
423
  },
360
- { property: "marginTop", value: { type: "unit", unit: "number", value: 0 } },
424
+ { property: "margin-top", value: { type: "unit", unit: "number", value: 0 } },
425
+ {
426
+ property: "margin-right",
427
+ value: { type: "unit", unit: "number", value: 0 }
428
+ },
361
429
  {
362
- property: "marginRight",
430
+ property: "margin-bottom",
363
431
  value: { type: "unit", unit: "number", value: 0 }
364
432
  },
365
433
  {
366
- property: "marginBottom",
434
+ property: "margin-left",
367
435
  value: { type: "unit", unit: "number", value: 0 }
368
436
  },
369
- { property: "marginLeft", value: { type: "unit", unit: "number", value: 0 } },
370
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
371
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
437
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } },
438
+ {
439
+ property: "border-top-width",
440
+ value: { type: "unit", unit: "px", value: 1 }
441
+ },
372
442
  {
373
- property: "borderRightWidth",
443
+ property: "border-right-width",
374
444
  value: { type: "unit", unit: "px", value: 1 }
375
445
  },
376
446
  {
377
- property: "borderBottomWidth",
447
+ property: "border-bottom-width",
378
448
  value: { type: "unit", unit: "px", value: 1 }
379
449
  },
380
450
  {
381
- property: "borderLeftWidth",
451
+ property: "border-left-width",
382
452
  value: { type: "unit", unit: "px", value: 1 }
383
453
  },
384
- { property: "borderTopStyle", value: { type: "keyword", value: "solid" } },
385
- { property: "borderRightStyle", value: { type: "keyword", value: "solid" } },
386
- { property: "borderBottomStyle", value: { type: "keyword", value: "solid" } },
387
- { property: "borderLeftStyle", value: { type: "keyword", value: "solid" } },
388
- { property: "textTransform", value: { type: "keyword", value: "none" } }
454
+ { property: "border-top-style", value: { type: "keyword", value: "solid" } },
455
+ {
456
+ property: "border-right-style",
457
+ value: { type: "keyword", value: "solid" }
458
+ },
459
+ {
460
+ property: "border-bottom-style",
461
+ value: { type: "keyword", value: "solid" }
462
+ },
463
+ { property: "border-left-style", value: { type: "keyword", value: "solid" } },
464
+ { property: "text-transform", value: { type: "keyword", value: "none" } }
389
465
  ];
390
466
  var select = button;
391
467
  var legend = [
392
- { property: "paddingTop", value: { type: "unit", unit: "number", value: 0 } },
393
468
  {
394
- property: "paddingRight",
469
+ property: "padding-top",
395
470
  value: { type: "unit", unit: "number", value: 0 }
396
471
  },
397
472
  {
398
- property: "paddingBottom",
473
+ property: "padding-right",
399
474
  value: { type: "unit", unit: "number", value: 0 }
400
475
  },
401
476
  {
402
- property: "paddingLeft",
477
+ property: "padding-bottom",
403
478
  value: { type: "unit", unit: "number", value: 0 }
404
479
  },
405
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
406
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
407
480
  {
408
- property: "borderRightWidth",
481
+ property: "padding-left",
482
+ value: { type: "unit", unit: "number", value: 0 }
483
+ },
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",
409
491
  value: { type: "unit", unit: "px", value: 1 }
410
492
  },
411
493
  {
412
- property: "borderBottomWidth",
494
+ property: "border-bottom-width",
413
495
  value: { type: "unit", unit: "px", value: 1 }
414
496
  },
415
497
  {
416
- property: "borderLeftWidth",
498
+ property: "border-left-width",
417
499
  value: { type: "unit", unit: "px", value: 1 }
418
500
  }
419
501
  ];
420
502
  var progress = [
421
- { property: "verticalAlign", value: { type: "keyword", value: "baseline" } },
422
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
423
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
503
+ { property: "vertical-align", value: { type: "keyword", value: "baseline" } },
504
+ { property: "box-sizing", value: { type: "keyword", value: "border-box" } },
424
505
  {
425
- property: "borderRightWidth",
506
+ property: "border-top-width",
426
507
  value: { type: "unit", unit: "px", value: 1 }
427
508
  },
428
509
  {
429
- property: "borderBottomWidth",
510
+ property: "border-right-width",
430
511
  value: { type: "unit", unit: "px", value: 1 }
431
512
  },
432
513
  {
433
- property: "borderLeftWidth",
514
+ property: "border-bottom-width",
515
+ value: { type: "unit", unit: "px", value: 1 }
516
+ },
517
+ {
518
+ property: "border-left-width",
434
519
  value: { type: "unit", unit: "px", value: 1 }
435
520
  }
436
521
  ];
437
522
  var summary = [
438
523
  { property: "display", value: { type: "keyword", value: "list-item" } },
439
- { property: "boxSizing", value: { type: "keyword", value: "border-box" } },
440
- { property: "borderTopWidth", value: { type: "unit", unit: "px", value: 1 } },
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
+ },
441
529
  {
442
- property: "borderRightWidth",
530
+ property: "border-right-width",
443
531
  value: { type: "unit", unit: "px", value: 1 }
444
532
  },
445
533
  {
446
- property: "borderBottomWidth",
534
+ property: "border-bottom-width",
447
535
  value: { type: "unit", unit: "px", value: 1 }
448
536
  },
449
537
  {
450
- property: "borderLeftWidth",
538
+ property: "border-left-width",
451
539
  value: { type: "unit", unit: "px", value: 1 }
452
540
  }
453
541
  ];