pebble-web 2.23.0 → 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pebble-web.dev.js.map +1 -1
- package/dist/pebble-web.es.dev.js.map +1 -1
- package/dist/pebble-web.es.js.map +1 -1
- package/dist/pebble-web.js.map +1 -1
- package/dist/pebble-web.module.dev.js.map +1 -1
- package/dist/pebble-web.module.js.map +1 -1
- package/dist/pebble-web.umd.dev.js +2 -0
- package/dist/pebble-web.umd.dev.js.map +1 -1
- package/dist/pebble-web.umd.js +2 -0
- package/dist/pebble-web.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/pebble-web.umd.js
CHANGED
|
@@ -1270,6 +1270,7 @@
|
|
|
1270
1270
|
PebbleIcon["CloudDownload"] = "cloud-download";
|
|
1271
1271
|
PebbleIcon["CloudUploadFilled"] = "cloud-upload-filled";
|
|
1272
1272
|
PebbleIcon["CloudUpload"] = "cloud-upload";
|
|
1273
|
+
PebbleIcon["Comment"] = "comment";
|
|
1273
1274
|
PebbleIcon["ConfigureFloors"] = "configure-floors";
|
|
1274
1275
|
PebbleIcon["ConfigureUnits"] = "configure-units";
|
|
1275
1276
|
PebbleIcon["Contact"] = "contact";
|
|
@@ -1316,6 +1317,7 @@
|
|
|
1316
1317
|
PebbleIcon["Firm"] = "firm";
|
|
1317
1318
|
PebbleIcon["FlashOff"] = "flash-off";
|
|
1318
1319
|
PebbleIcon["FlashOn"] = "flash-on";
|
|
1320
|
+
PebbleIcon["FolderZip"] = "folder-zip";
|
|
1319
1321
|
PebbleIcon["Folder"] = "folder";
|
|
1320
1322
|
PebbleIcon["FollowUp2Filled"] = "follow-up-2-filled";
|
|
1321
1323
|
PebbleIcon["FollowUp2"] = "follow-up-2";
|