pebble-shared 2.12.0 → 2.14.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 +3 -0
- package/dist/fonts/pebble.eot +0 -0
- package/dist/fonts/pebble.svg +239 -230
- 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 +3 -0
- package/dist/pebble-shared.dev.js.map +1 -1
- package/dist/pebble-shared.es.dev.js +3 -0
- package/dist/pebble-shared.es.dev.js.map +1 -1
- package/dist/pebble-shared.es.js +3 -0
- package/dist/pebble-shared.es.js.map +1 -1
- package/dist/pebble-shared.js +3 -0
- package/dist/pebble-shared.js.map +1 -1
- package/dist/pebble-shared.module.dev.js +3 -0
- package/dist/pebble-shared.module.dev.js.map +1 -1
- package/dist/pebble-shared.module.js +3 -0
- package/dist/pebble-shared.module.js.map +1 -1
- package/dist/pebble-shared.umd.dev.js +3 -0
- package/dist/pebble-shared.umd.dev.js.map +1 -1
- package/dist/pebble-shared.umd.js +3 -0
- package/dist/pebble-shared.umd.js.map +1 -1
- package/dist/pebble.css +242 -233
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +232 -229
- package/native/icons/pebble.ttf +0 -0
- package/package.json +2 -2
package/dist/Icon.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare enum PebbleIcon {
|
|
|
9
9
|
AddedDetails = "added-details",
|
|
10
10
|
Admin = "admin",
|
|
11
11
|
AgreementLetter = "agreement-letter",
|
|
12
|
+
AiCall = "ai-call",
|
|
12
13
|
AlertFilled = "alert-filled",
|
|
13
14
|
Alert = "alert",
|
|
14
15
|
AllotmentLetter = "allotment-letter",
|
|
@@ -55,6 +56,7 @@ declare enum PebbleIcon {
|
|
|
55
56
|
CloseCircle = "close-circle",
|
|
56
57
|
Close = "close",
|
|
57
58
|
CloudDownload = "cloud-download",
|
|
59
|
+
CloudUploadFilled = "cloud-upload-filled",
|
|
58
60
|
CloudUpload = "cloud-upload",
|
|
59
61
|
ConfigureFloors = "configure-floors",
|
|
60
62
|
ConfigureUnits = "configure-units",
|
|
@@ -233,6 +235,7 @@ declare enum PebbleIcon {
|
|
|
233
235
|
Videocam = "videocam",
|
|
234
236
|
ViewDetails = "view-details",
|
|
235
237
|
VpnKey = "vpn-key",
|
|
238
|
+
WarningFilled = "warning-filled",
|
|
236
239
|
WarningLine = "warning-line",
|
|
237
240
|
Warning = "warning",
|
|
238
241
|
WelcomeLetter = "welcome-letter",
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|