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 +2 -0
- package/dist/fonts/pebble.eot +0 -0
- package/dist/fonts/pebble.svg +190 -184
- package/dist/fonts/pebble.ttf +0 -0
- package/dist/fonts/pebble.woff +0 -0
- package/dist/fonts/pebble.woff2 +0 -0
- package/dist/pebble-shared.dev.js +2 -0
- package/dist/pebble-shared.dev.js.map +1 -1
- package/dist/pebble-shared.es.dev.js +2 -0
- package/dist/pebble-shared.es.dev.js.map +1 -1
- package/dist/pebble-shared.es.js +2 -0
- package/dist/pebble-shared.es.js.map +1 -1
- package/dist/pebble-shared.js +2 -0
- package/dist/pebble-shared.js.map +1 -1
- package/dist/pebble-shared.module.dev.js +2 -0
- package/dist/pebble-shared.module.dev.js.map +1 -1
- package/dist/pebble-shared.module.js +2 -0
- package/dist/pebble-shared.module.js.map +1 -1
- package/dist/pebble-shared.umd.dev.js +2 -0
- package/dist/pebble-shared.umd.dev.js.map +1 -1
- package/dist/pebble-shared.umd.js +2 -0
- package/dist/pebble-shared.umd.js.map +1 -1
- package/dist/pebble.css +193 -187
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +185 -183
- package/native/icons/pebble.ttf +0 -0
- package/package.json +3 -3
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",
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|