pebble-shared 2.11.1 → 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 +4 -0
- package/dist/fonts/pebble.eot +0 -0
- package/dist/fonts/pebble.svg +219 -207
- 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 +4 -0
- package/dist/pebble-shared.dev.js.map +1 -1
- package/dist/pebble-shared.es.dev.js +4 -0
- package/dist/pebble-shared.es.dev.js.map +1 -1
- package/dist/pebble-shared.es.js +4 -0
- package/dist/pebble-shared.es.js.map +1 -1
- package/dist/pebble-shared.js +4 -0
- package/dist/pebble-shared.js.map +1 -1
- package/dist/pebble-shared.module.dev.js +4 -0
- package/dist/pebble-shared.module.dev.js.map +1 -1
- package/dist/pebble-shared.module.js +4 -0
- package/dist/pebble-shared.module.js.map +1 -1
- package/dist/pebble-shared.umd.dev.js +4 -0
- package/dist/pebble-shared.umd.dev.js.map +1 -1
- package/dist/pebble-shared.umd.js +4 -0
- package/dist/pebble-shared.umd.js.map +1 -1
- package/dist/pebble.css +222 -210
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +210 -206
- package/native/icons/pebble.ttf +0 -0
- package/package.json +3 -3
package/dist/Icon.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ declare enum PebbleIcon {
|
|
|
30
30
|
BookmarkAdd = "bookmark-add",
|
|
31
31
|
Building = "building",
|
|
32
32
|
Business = "business",
|
|
33
|
+
Calendar2 = "calendar-2",
|
|
33
34
|
Calendar = "calendar",
|
|
34
35
|
CallCenter = "call-center",
|
|
35
36
|
Call = "call",
|
|
@@ -54,6 +55,7 @@ declare enum PebbleIcon {
|
|
|
54
55
|
CloseCircle = "close-circle",
|
|
55
56
|
Close = "close",
|
|
56
57
|
CloudDownload = "cloud-download",
|
|
58
|
+
CloudUploadFilled = "cloud-upload-filled",
|
|
57
59
|
CloudUpload = "cloud-upload",
|
|
58
60
|
ConfigureFloors = "configure-floors",
|
|
59
61
|
ConfigureUnits = "configure-units",
|
|
@@ -212,6 +214,7 @@ declare enum PebbleIcon {
|
|
|
212
214
|
Store = "store",
|
|
213
215
|
System = "system",
|
|
214
216
|
Table = "table",
|
|
217
|
+
Tag = "tag",
|
|
215
218
|
Team = "team",
|
|
216
219
|
Training = "training",
|
|
217
220
|
Transfer2 = "transfer-2",
|
|
@@ -231,6 +234,7 @@ declare enum PebbleIcon {
|
|
|
231
234
|
Videocam = "videocam",
|
|
232
235
|
ViewDetails = "view-details",
|
|
233
236
|
VpnKey = "vpn-key",
|
|
237
|
+
WarningFilled = "warning-filled",
|
|
234
238
|
WarningLine = "warning-line",
|
|
235
239
|
Warning = "warning",
|
|
236
240
|
WelcomeLetter = "welcome-letter",
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|