@webstudio-is/sdk 0.0.0-588fe22 → 0.0.0-a5970cb

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