pebble-shared 2.20.0 → 2.22.1
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 +235 -229
- 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 +239 -233
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +231 -229
- package/native/icons/pebble.ttf +0 -0
- package/package.json +2 -2
package/dist/Icon.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ declare enum PebbleIcon {
|
|
|
29
29
|
Bedroom = "bedroom",
|
|
30
30
|
Bolt = "bolt",
|
|
31
31
|
BookmarkAdd = "bookmark-add",
|
|
32
|
+
Building2 = "building-2",
|
|
32
33
|
Building = "building",
|
|
33
34
|
Business = "business",
|
|
34
35
|
Calculate = "calculate",
|
|
@@ -240,6 +241,7 @@ declare enum PebbleIcon {
|
|
|
240
241
|
Transfer = "transfer",
|
|
241
242
|
Transferred = "transferred",
|
|
242
243
|
Travel = "travel",
|
|
244
|
+
Trophy2 = "trophy-2",
|
|
243
245
|
Trophy = "trophy",
|
|
244
246
|
UncheckedRadio = "unchecked-radio",
|
|
245
247
|
Undo = "undo",
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|