@vaadin/upload 25.1.0-beta1 → 25.1.0-beta3

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.
@@ -155,18 +155,6 @@
155
155
  },
156
156
  "description": "True when max files has been reached on the manager.",
157
157
  "fieldName": "maxFilesReached"
158
- },
159
- {
160
- "name": "tabindex",
161
- "type": {
162
- "text": "number"
163
- },
164
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
165
- "fieldName": "tabindex",
166
- "inheritedFrom": {
167
- "name": "TabindexMixin",
168
- "package": "@vaadin/a11y-base/src/tabindex-mixin.js"
169
- }
170
158
  }
171
159
  ],
172
160
  "mixins": [
@@ -262,13 +250,6 @@
262
250
  "description": "Whether the drop zone is disabled.\nReturns true if either explicitly disabled, manager is disabled, or no manager is set.",
263
251
  "fieldName": "disabled"
264
252
  },
265
- {
266
- "name": "dragover",
267
- "type": {
268
- "text": "boolean"
269
- },
270
- "fieldName": "__dragover"
271
- },
272
253
  {
273
254
  "name": "manager",
274
255
  "type": {
@@ -347,20 +328,12 @@
347
328
  {
348
329
  "kind": "field",
349
330
  "name": "i18n",
350
- "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
351
- "return": {
352
- "type": {
353
- "text": "Object"
354
- }
331
+ "privacy": "public",
332
+ "type": {
333
+ "text": "Object"
355
334
  },
356
- "parameters": [
357
- {
358
- "name": "value",
359
- "type": {
360
- "text": "Object"
361
- }
362
- }
363
- ],
335
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
336
+ "attribute": "i18n",
364
337
  "inheritedFrom": {
365
338
  "name": "I18nMixin",
366
339
  "package": "@vaadin/component-base/src/i18n-mixin.js"
@@ -399,6 +372,11 @@
399
372
  },
400
373
  {
401
374
  "name": "i18n",
375
+ "type": {
376
+ "text": "Object"
377
+ },
378
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
379
+ "fieldName": "i18n",
402
380
  "inheritedFrom": {
403
381
  "name": "I18nMixin",
404
382
  "package": "@vaadin/component-base/src/i18n-mixin.js"
@@ -472,20 +450,12 @@
472
450
  {
473
451
  "kind": "field",
474
452
  "name": "i18n",
475
- "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
476
- "return": {
477
- "type": {
478
- "text": "Object"
479
- }
453
+ "privacy": "public",
454
+ "type": {
455
+ "text": "Object"
480
456
  },
481
- "parameters": [
482
- {
483
- "name": "value",
484
- "type": {
485
- "text": "Object"
486
- }
487
- }
488
- ],
457
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
458
+ "attribute": "i18n",
489
459
  "inheritedFrom": {
490
460
  "name": "I18nMixin",
491
461
  "package": "@vaadin/component-base/src/i18n-mixin.js"
@@ -556,6 +526,11 @@
556
526
  },
557
527
  {
558
528
  "name": "i18n",
529
+ "type": {
530
+ "text": "Object"
531
+ },
532
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
533
+ "fieldName": "i18n",
559
534
  "inheritedFrom": {
560
535
  "name": "I18nMixin",
561
536
  "package": "@vaadin/component-base/src/i18n-mixin.js"
@@ -787,14 +762,6 @@
787
762
  "description": "Uploading status.",
788
763
  "fieldName": "status"
789
764
  },
790
- {
791
- "name": "tabindex",
792
- "type": {
793
- "text": "number"
794
- },
795
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
796
- "fieldName": "tabindex"
797
- },
798
765
  {
799
766
  "name": "uploading",
800
767
  "type": {
@@ -992,6 +959,29 @@
992
959
  }
993
960
  }
994
961
  ],
962
+ "events": [
963
+ {
964
+ "type": {
965
+ "text": "CustomEvent"
966
+ },
967
+ "description": "Fired when the abort button is pressed.",
968
+ "name": "file-abort"
969
+ },
970
+ {
971
+ "type": {
972
+ "text": "CustomEvent"
973
+ },
974
+ "description": "Fired when the retry button is pressed.",
975
+ "name": "file-retry"
976
+ },
977
+ {
978
+ "type": {
979
+ "text": "CustomEvent"
980
+ },
981
+ "description": "Fired when the start button is pressed.",
982
+ "name": "file-start"
983
+ }
984
+ ],
995
985
  "mixins": [
996
986
  {
997
987
  "name": "UploadFileMixin",
@@ -1113,18 +1103,6 @@
1113
1103
  "module": "src/vaadin-upload-file-mixin.js"
1114
1104
  }
1115
1105
  },
1116
- {
1117
- "name": "tabindex",
1118
- "type": {
1119
- "text": "number"
1120
- },
1121
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
1122
- "fieldName": "tabindex",
1123
- "inheritedFrom": {
1124
- "name": "UploadFileMixin",
1125
- "module": "src/vaadin-upload-file-mixin.js"
1126
- }
1127
- },
1128
1106
  {
1129
1107
  "name": "uploading",
1130
1108
  "type": {
@@ -1137,8 +1115,7 @@
1137
1115
  "module": "src/vaadin-upload-file-mixin.js"
1138
1116
  }
1139
1117
  }
1140
- ],
1141
- "events": []
1118
+ ]
1142
1119
  }
1143
1120
  ],
1144
1121
  "exports": [
@@ -1152,86 +1129,6 @@
1152
1129
  }
1153
1130
  ]
1154
1131
  },
1155
- {
1156
- "kind": "javascript-module",
1157
- "path": "src/vaadin-upload-helpers.js",
1158
- "declarations": [
1159
- {
1160
- "kind": "function",
1161
- "name": "getFilesFromDropEvent",
1162
- "parameters": [
1163
- {
1164
- "name": "dropEvent",
1165
- "description": "The drop event",
1166
- "type": {
1167
- "text": "DragEvent"
1168
- }
1169
- }
1170
- ],
1171
- "description": "Get the files from the drop event. The dropped items may contain a\ncombination of files and directories. If a dropped item is a directory,\nit will be recursively traversed to get all files.",
1172
- "return": {
1173
- "type": {
1174
- "text": "Promise<File[]>"
1175
- }
1176
- },
1177
- "privacy": "private"
1178
- }
1179
- ],
1180
- "exports": [
1181
- {
1182
- "kind": "js",
1183
- "name": "getFilesFromDropEvent",
1184
- "declaration": {
1185
- "name": "getFilesFromDropEvent",
1186
- "module": "src/vaadin-upload-helpers.js"
1187
- }
1188
- }
1189
- ]
1190
- },
1191
- {
1192
- "kind": "javascript-module",
1193
- "path": "src/vaadin-upload-icon.js",
1194
- "declarations": [
1195
- {
1196
- "kind": "class",
1197
- "description": "An element used internally by `<vaadin-upload>`. Not intended to be used separately.",
1198
- "name": "UploadIcon",
1199
- "members": [],
1200
- "mixins": [
1201
- {
1202
- "name": "ThemableMixin",
1203
- "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
1204
- },
1205
- {
1206
- "name": "LumoInjectionMixin",
1207
- "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
1208
- }
1209
- ],
1210
- "superclass": {
1211
- "name": "LitElement",
1212
- "package": "lit"
1213
- },
1214
- "tagName": "vaadin-upload-icon",
1215
- "customElement": true
1216
- }
1217
- ],
1218
- "exports": [
1219
- {
1220
- "kind": "js",
1221
- "name": "UploadIcon",
1222
- "declaration": {
1223
- "name": "UploadIcon",
1224
- "module": "src/vaadin-upload-icon.js"
1225
- }
1226
- }
1227
- ]
1228
- },
1229
- {
1230
- "kind": "javascript-module",
1231
- "path": "src/vaadin-upload-icons.js",
1232
- "declarations": [],
1233
- "exports": []
1234
- },
1235
1132
  {
1236
1133
  "kind": "javascript-module",
1237
1134
  "path": "src/vaadin-upload-manager.js",
@@ -1411,12 +1308,6 @@
1411
1308
  "description": "Fired when disabled changes",
1412
1309
  "name": "disabled-changed"
1413
1310
  },
1414
- {
1415
- "name": "eventName",
1416
- "type": {
1417
- "text": "CustomEvent"
1418
- }
1419
- },
1420
1311
  {
1421
1312
  "name": "file-reject",
1422
1313
  "type": {
@@ -1566,6 +1457,9 @@
1566
1457
  "kind": "field",
1567
1458
  "name": "capture",
1568
1459
  "privacy": "public",
1460
+ "type": {
1461
+ "text": "string"
1462
+ },
1569
1463
  "description": "Pass-through to input's capture attribute. Allows user to trigger device inputs\nsuch as camera or microphone immediately.",
1570
1464
  "attribute": "capture"
1571
1465
  },
@@ -1612,20 +1506,12 @@
1612
1506
  {
1613
1507
  "kind": "field",
1614
1508
  "name": "i18n",
1615
- "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n\n```js\n{\n dropFiles: {\n one: 'Drop file here',\n many: 'Drop files here'\n },\n addFiles: {\n one: 'Upload File...',\n many: 'Upload Files...'\n },\n error: {\n tooManyFiles: 'Too Many Files.',\n fileIsTooBig: 'File is Too Big.',\n incorrectFileType: 'Incorrect File Type.'\n },\n uploading: {\n status: {\n connecting: 'Connecting...',\n stalled: 'Stalled',\n processing: 'Processing File...',\n held: 'Queued'\n },\n remainingTime: {\n prefix: 'remaining time: ',\n unknown: 'unknown remaining time'\n },\n error: {\n serverUnavailable: 'Upload failed, please try again later',\n unexpectedServerError: 'Upload failed due to server error',\n forbidden: 'Upload forbidden'\n }\n },\n file: {\n retry: 'Retry',\n start: 'Start',\n remove: 'Remove'\n },\n units: {\n size: ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],\n sizeBase: 1000\n },\n formatSize: function(bytes) {\n // returns the size followed by the best suitable unit\n },\n formatTime: function(seconds, [secs, mins, hours]) {\n // returns a 'HH:MM:SS' string\n }\n}\n```",
1616
- "return": {
1617
- "type": {
1618
- "text": "!UploadI18n"
1619
- }
1509
+ "privacy": "public",
1510
+ "type": {
1511
+ "text": "Object"
1620
1512
  },
1621
- "parameters": [
1622
- {
1623
- "name": "value",
1624
- "type": {
1625
- "text": "Object"
1626
- }
1627
- }
1628
- ],
1513
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n\n```js\n{\n dropFiles: {\n one: 'Drop file here',\n many: 'Drop files here'\n },\n addFiles: {\n one: 'Upload File...',\n many: 'Upload Files...'\n },\n error: {\n tooManyFiles: 'Too Many Files.',\n fileIsTooBig: 'File is Too Big.',\n incorrectFileType: 'Incorrect File Type.'\n },\n uploading: {\n status: {\n connecting: 'Connecting...',\n stalled: 'Stalled',\n processing: 'Processing File...',\n held: 'Queued'\n },\n remainingTime: {\n prefix: 'remaining time: ',\n unknown: 'unknown remaining time'\n },\n error: {\n serverUnavailable: 'Upload failed, please try again later',\n unexpectedServerError: 'Upload failed due to server error',\n forbidden: 'Upload forbidden'\n }\n },\n file: {\n retry: 'Retry',\n start: 'Start',\n remove: 'Remove'\n },\n units: {\n size: ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],\n sizeBase: 1000\n },\n formatSize: function(bytes) {\n // returns the size followed by the best suitable unit\n },\n formatTime: function(seconds, [secs, mins, hours]) {\n // returns a 'HH:MM:SS' string\n }\n}\n```",
1514
+ "attribute": "i18n",
1629
1515
  "inheritedFrom": {
1630
1516
  "name": "I18nMixin",
1631
1517
  "package": "@vaadin/component-base/src/i18n-mixin.js"
@@ -1669,14 +1555,15 @@
1669
1555
  "text": "boolean"
1670
1556
  },
1671
1557
  "description": "Specifies if the maximum number of files have been uploaded",
1672
- "attribute": "max-files-reached"
1558
+ "attribute": "max-files-reached",
1559
+ "readonly": true
1673
1560
  },
1674
1561
  {
1675
1562
  "kind": "field",
1676
1563
  "name": "method",
1677
1564
  "privacy": "public",
1678
1565
  "type": {
1679
- "text": "!UploadMethod"
1566
+ "text": "string"
1680
1567
  },
1681
1568
  "description": "HTTP Method used to send the files. Only POST and PUT are allowed.",
1682
1569
  "attribute": "method"
@@ -1825,6 +1712,9 @@
1825
1712
  },
1826
1713
  {
1827
1714
  "name": "capture",
1715
+ "type": {
1716
+ "text": "string"
1717
+ },
1828
1718
  "description": "Pass-through to input's capture attribute. Allows user to trigger device inputs\nsuch as camera or microphone immediately.",
1829
1719
  "fieldName": "capture"
1830
1720
  },
@@ -1846,6 +1736,11 @@
1846
1736
  },
1847
1737
  {
1848
1738
  "name": "i18n",
1739
+ "type": {
1740
+ "text": "Object"
1741
+ },
1742
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
1743
+ "fieldName": "i18n",
1849
1744
  "inheritedFrom": {
1850
1745
  "name": "I18nMixin",
1851
1746
  "package": "@vaadin/component-base/src/i18n-mixin.js"
@@ -1886,7 +1781,7 @@
1886
1781
  {
1887
1782
  "name": "method",
1888
1783
  "type": {
1889
- "text": "!UploadMethod"
1784
+ "text": "string"
1890
1785
  },
1891
1786
  "description": "HTTP Method used to send the files. Only POST and PUT are allowed.",
1892
1787
  "fieldName": "method"
@@ -2009,6 +1904,9 @@
2009
1904
  "kind": "field",
2010
1905
  "name": "capture",
2011
1906
  "privacy": "public",
1907
+ "type": {
1908
+ "text": "string"
1909
+ },
2012
1910
  "description": "Pass-through to input's capture attribute. Allows user to trigger device inputs\nsuch as camera or microphone immediately.",
2013
1911
  "attribute": "capture",
2014
1912
  "inheritedFrom": {
@@ -2075,20 +1973,12 @@
2075
1973
  {
2076
1974
  "kind": "field",
2077
1975
  "name": "i18n",
2078
- "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n\n```js\n{\n dropFiles: {\n one: 'Drop file here',\n many: 'Drop files here'\n },\n addFiles: {\n one: 'Upload File...',\n many: 'Upload Files...'\n },\n error: {\n tooManyFiles: 'Too Many Files.',\n fileIsTooBig: 'File is Too Big.',\n incorrectFileType: 'Incorrect File Type.'\n },\n uploading: {\n status: {\n connecting: 'Connecting...',\n stalled: 'Stalled',\n processing: 'Processing File...',\n held: 'Queued'\n },\n remainingTime: {\n prefix: 'remaining time: ',\n unknown: 'unknown remaining time'\n },\n error: {\n serverUnavailable: 'Upload failed, please try again later',\n unexpectedServerError: 'Upload failed due to server error',\n forbidden: 'Upload forbidden'\n }\n },\n file: {\n retry: 'Retry',\n start: 'Start',\n remove: 'Remove'\n },\n units: {\n size: ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],\n sizeBase: 1000\n },\n formatSize: function(bytes) {\n // returns the size followed by the best suitable unit\n },\n formatTime: function(seconds, [secs, mins, hours]) {\n // returns a 'HH:MM:SS' string\n }\n}\n```",
2079
- "return": {
2080
- "type": {
2081
- "text": "!UploadI18n"
2082
- }
1976
+ "privacy": "public",
1977
+ "type": {
1978
+ "text": "Object"
2083
1979
  },
2084
- "parameters": [
2085
- {
2086
- "name": "value",
2087
- "type": {
2088
- "text": "Object"
2089
- }
2090
- }
2091
- ],
1980
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n\n```js\n{\n dropFiles: {\n one: 'Drop file here',\n many: 'Drop files here'\n },\n addFiles: {\n one: 'Upload File...',\n many: 'Upload Files...'\n },\n error: {\n tooManyFiles: 'Too Many Files.',\n fileIsTooBig: 'File is Too Big.',\n incorrectFileType: 'Incorrect File Type.'\n },\n uploading: {\n status: {\n connecting: 'Connecting...',\n stalled: 'Stalled',\n processing: 'Processing File...',\n held: 'Queued'\n },\n remainingTime: {\n prefix: 'remaining time: ',\n unknown: 'unknown remaining time'\n },\n error: {\n serverUnavailable: 'Upload failed, please try again later',\n unexpectedServerError: 'Upload failed due to server error',\n forbidden: 'Upload forbidden'\n }\n },\n file: {\n retry: 'Retry',\n start: 'Start',\n remove: 'Remove'\n },\n units: {\n size: ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],\n sizeBase: 1000\n },\n formatSize: function(bytes) {\n // returns the size followed by the best suitable unit\n },\n formatTime: function(seconds, [secs, mins, hours]) {\n // returns a 'HH:MM:SS' string\n }\n}\n```",
1981
+ "attribute": "i18n",
2092
1982
  "inheritedFrom": {
2093
1983
  "name": "I18nMixin",
2094
1984
  "package": "@vaadin/component-base/src/i18n-mixin.js"
@@ -2145,6 +2035,7 @@
2145
2035
  },
2146
2036
  "description": "Specifies if the maximum number of files have been uploaded",
2147
2037
  "attribute": "max-files-reached",
2038
+ "readonly": true,
2148
2039
  "inheritedFrom": {
2149
2040
  "name": "UploadMixin",
2150
2041
  "module": "src/vaadin-upload-mixin.js"
@@ -2155,7 +2046,7 @@
2155
2046
  "name": "method",
2156
2047
  "privacy": "public",
2157
2048
  "type": {
2158
- "text": "!UploadMethod"
2049
+ "text": "string"
2159
2050
  },
2160
2051
  "description": "HTTP Method used to send the files. Only POST and PUT are allowed.",
2161
2052
  "attribute": "method",
@@ -2286,6 +2177,7 @@
2286
2177
  "type": {
2287
2178
  "text": "CustomEvent"
2288
2179
  },
2180
+ "description": "Fired when a file is removed from the list.",
2289
2181
  "inheritedFrom": {
2290
2182
  "name": "UploadMixin",
2291
2183
  "module": "src/vaadin-upload-mixin.js"
@@ -2440,6 +2332,9 @@
2440
2332
  },
2441
2333
  {
2442
2334
  "name": "capture",
2335
+ "type": {
2336
+ "text": "string"
2337
+ },
2443
2338
  "description": "Pass-through to input's capture attribute. Allows user to trigger device inputs\nsuch as camera or microphone immediately.",
2444
2339
  "fieldName": "capture",
2445
2340
  "inheritedFrom": {
@@ -2473,6 +2368,11 @@
2473
2368
  },
2474
2369
  {
2475
2370
  "name": "i18n",
2371
+ "type": {
2372
+ "text": "Object"
2373
+ },
2374
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
2375
+ "fieldName": "i18n",
2476
2376
  "inheritedFrom": {
2477
2377
  "name": "I18nMixin",
2478
2378
  "package": "@vaadin/component-base/src/i18n-mixin.js"
@@ -2529,7 +2429,7 @@
2529
2429
  {
2530
2430
  "name": "method",
2531
2431
  "type": {
2532
- "text": "!UploadMethod"
2432
+ "text": "string"
2533
2433
  },
2534
2434
  "description": "HTTP Method used to send the files. Only POST and PUT are allowed.",
2535
2435
  "fieldName": "method",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/upload",
3
- "version": "25.1.0-beta1",
3
+ "version": "25.1.0-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,25 +35,25 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.1.0-beta1",
39
- "@vaadin/button": "25.1.0-beta1",
40
- "@vaadin/component-base": "25.1.0-beta1",
41
- "@vaadin/progress-bar": "25.1.0-beta1",
42
- "@vaadin/vaadin-themable-mixin": "25.1.0-beta1",
38
+ "@vaadin/a11y-base": "25.1.0-beta3",
39
+ "@vaadin/button": "25.1.0-beta3",
40
+ "@vaadin/component-base": "25.1.0-beta3",
41
+ "@vaadin/progress-bar": "25.1.0-beta3",
42
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta3",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/aura": "25.1.0-beta1",
47
- "@vaadin/chai-plugins": "25.1.0-beta1",
48
- "@vaadin/test-runner-commands": "25.1.0-beta1",
46
+ "@vaadin/aura": "25.1.0-beta3",
47
+ "@vaadin/chai-plugins": "25.1.0-beta3",
48
+ "@vaadin/test-runner-commands": "25.1.0-beta3",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "25.1.0-beta1",
51
- "sinon": "^21.0.0"
50
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta3",
51
+ "sinon": "^21.0.2"
52
52
  },
53
53
  "customElements": "custom-elements.json",
54
54
  "web-types": [
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "0ccf77c385fc6a92ac2a6344ce8804b94956226d"
58
+ "gitHead": "4251850231a42298fda23b83928da588831cdb5d"
59
59
  }