pebble-shared 2.12.0 → 2.13.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/Icon.d.ts CHANGED
@@ -55,6 +55,7 @@ declare enum PebbleIcon {
55
55
  CloseCircle = "close-circle",
56
56
  Close = "close",
57
57
  CloudDownload = "cloud-download",
58
+ CloudUploadFilled = "cloud-upload-filled",
58
59
  CloudUpload = "cloud-upload",
59
60
  ConfigureFloors = "configure-floors",
60
61
  ConfigureUnits = "configure-units",
@@ -233,6 +234,7 @@ declare enum PebbleIcon {
233
234
  Videocam = "videocam",
234
235
  ViewDetails = "view-details",
235
236
  VpnKey = "vpn-key",
237
+ WarningFilled = "warning-filled",
236
238
  WarningLine = "warning-line",
237
239
  Warning = "warning",
238
240
  WelcomeLetter = "welcome-letter",
Binary file