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