pebble-shared 2.9.3 → 2.10.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 +235 -223
- 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 +239 -227
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +227 -223
- package/native/icons/pebble.ttf +0 -0
- package/package.json +2 -2
package/dist/Icon.d.ts
CHANGED
|
@@ -8,8 +8,10 @@ declare enum PebbleIcon {
|
|
|
8
8
|
Add = "add",
|
|
9
9
|
AddedDetails = "added-details",
|
|
10
10
|
Admin = "admin",
|
|
11
|
+
AgreementLetter = "agreement-letter",
|
|
11
12
|
AlertFilled = "alert-filled",
|
|
12
13
|
Alert = "alert",
|
|
14
|
+
AllotmentLetter = "allotment-letter",
|
|
13
15
|
Apps = "apps",
|
|
14
16
|
ArrowBack = "arrow-back",
|
|
15
17
|
ArrowDown = "arrow-down",
|
|
@@ -175,6 +177,7 @@ declare enum PebbleIcon {
|
|
|
175
177
|
Phone = "phone",
|
|
176
178
|
Play = "play",
|
|
177
179
|
Plus = "plus",
|
|
180
|
+
PossessionLetter = "possession-letter",
|
|
178
181
|
Premium = "premium",
|
|
179
182
|
Print = "print",
|
|
180
183
|
PriorityChange = "priority-change",
|
|
@@ -229,6 +232,7 @@ declare enum PebbleIcon {
|
|
|
229
232
|
VpnKey = "vpn-key",
|
|
230
233
|
WarningLine = "warning-line",
|
|
231
234
|
Warning = "warning",
|
|
235
|
+
WelcomeLetter = "welcome-letter",
|
|
232
236
|
WhatsappFilled = "whatsapp-filled",
|
|
233
237
|
Whatsapp = "whatsapp"
|
|
234
238
|
}
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|