pebble-shared 2.11.0 → 2.12.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 +213 -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 +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 +216 -210
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +208 -206
- package/native/icons/pebble.ttf +0 -0
- package/package.json +2 -2
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",
|
|
@@ -212,6 +213,7 @@ declare enum PebbleIcon {
|
|
|
212
213
|
Store = "store",
|
|
213
214
|
System = "system",
|
|
214
215
|
Table = "table",
|
|
216
|
+
Tag = "tag",
|
|
215
217
|
Team = "team",
|
|
216
218
|
Training = "training",
|
|
217
219
|
Transfer2 = "transfer-2",
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|