pebble-shared 2.18.0 → 2.20.0-alpha.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 +163 -157
- 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 +167 -161
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +159 -157
- package/native/icons/pebble.ttf +0 -0
- package/package.json +2 -2
package/dist/Icon.d.ts
CHANGED
|
@@ -99,6 +99,7 @@ declare enum PebbleIcon {
|
|
|
99
99
|
FaceToFace3 = "face-to-face-3",
|
|
100
100
|
FaceToFace = "face-to-face",
|
|
101
101
|
Facing = "facing",
|
|
102
|
+
FactCheck = "fact-check",
|
|
102
103
|
File = "file",
|
|
103
104
|
Filter2 = "filter-2",
|
|
104
105
|
FilterAlt = "filter-alt",
|
|
@@ -112,6 +113,7 @@ declare enum PebbleIcon {
|
|
|
112
113
|
FollowUp2 = "follow-up-2",
|
|
113
114
|
FollowUp = "follow-up",
|
|
114
115
|
Forum = "forum",
|
|
116
|
+
FullScreen = "full-screen",
|
|
115
117
|
Funnel = "funnel",
|
|
116
118
|
GradeLine = "grade-line",
|
|
117
119
|
Grade = "grade",
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|