pebble-shared 2.15.0 → 2.17.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/Readme.md +7 -0
- package/dist/Icon.d.ts +8 -0
- package/dist/fonts/pebble.eot +0 -0
- package/dist/fonts/pebble.svg +234 -210
- 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 +8 -0
- package/dist/pebble-shared.dev.js.map +1 -1
- package/dist/pebble-shared.es.dev.js +8 -0
- package/dist/pebble-shared.es.dev.js.map +1 -1
- package/dist/pebble-shared.es.js +8 -0
- package/dist/pebble-shared.es.js.map +1 -1
- package/dist/pebble-shared.js +8 -0
- package/dist/pebble-shared.js.map +1 -1
- package/dist/pebble-shared.module.dev.js +8 -0
- package/dist/pebble-shared.module.dev.js.map +1 -1
- package/dist/pebble-shared.module.js +8 -0
- package/dist/pebble-shared.module.js.map +1 -1
- package/dist/pebble-shared.umd.dev.js +8 -0
- package/dist/pebble-shared.umd.dev.js.map +1 -1
- package/dist/pebble-shared.umd.js +8 -0
- package/dist/pebble-shared.umd.js.map +1 -1
- package/dist/pebble.css +238 -214
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +218 -210
- package/native/icons/pebble.ttf +0 -0
- package/package.json +3 -2
package/Readme.md
CHANGED
|
@@ -63,3 +63,10 @@ We use [Chromaticqa](https://www.chromaticqa.com/) for visual regression testing
|
|
|
63
63
|
## License
|
|
64
64
|
|
|
65
65
|
MIT
|
|
66
|
+
|
|
67
|
+
## Add Icons from Figma
|
|
68
|
+
|
|
69
|
+
- Add Material Design plugin to your Figma file.
|
|
70
|
+
- Create a 1000 x 1000 frame with the fill turned off.
|
|
71
|
+
- Insert desired icon from the plugin into the frame and set its longest dimension to 1000 with constraint proportions on.
|
|
72
|
+
- Center align the vector with the frame and export the frame as svg.
|
package/dist/Icon.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ declare enum PebbleIcon {
|
|
|
37
37
|
Calendar = "calendar",
|
|
38
38
|
CallCenter = "call-center",
|
|
39
39
|
Call = "call",
|
|
40
|
+
Camera2 = "camera-2",
|
|
40
41
|
Camera = "camera",
|
|
41
42
|
CarFront = "car-front",
|
|
42
43
|
Car = "car",
|
|
@@ -68,6 +69,7 @@ declare enum PebbleIcon {
|
|
|
68
69
|
CopyFilled = "copy-filled",
|
|
69
70
|
Copy = "copy",
|
|
70
71
|
CpIcon = "cp-icon",
|
|
72
|
+
CrossChart = "cross-chart",
|
|
71
73
|
Cross = "cross",
|
|
72
74
|
Delete2 = "delete-2",
|
|
73
75
|
DeleteFilled = "delete-filled",
|
|
@@ -102,6 +104,8 @@ declare enum PebbleIcon {
|
|
|
102
104
|
Filter = "filter",
|
|
103
105
|
Fire = "fire",
|
|
104
106
|
Firm = "firm",
|
|
107
|
+
FlashOff = "flash-off",
|
|
108
|
+
FlashOn = "flash-on",
|
|
105
109
|
Folder = "folder",
|
|
106
110
|
FollowUp2Filled = "follow-up-2-filled",
|
|
107
111
|
FollowUp2 = "follow-up-2",
|
|
@@ -173,6 +177,7 @@ declare enum PebbleIcon {
|
|
|
173
177
|
Percentage = "percentage",
|
|
174
178
|
PersonAddDisabled = "person-add-disabled",
|
|
175
179
|
PersonSearch = "person-search",
|
|
180
|
+
PersonSquare = "person-square",
|
|
176
181
|
Person = "person",
|
|
177
182
|
Phone2 = "phone-2",
|
|
178
183
|
PhoneAlt = "phone-alt",
|
|
@@ -187,6 +192,7 @@ declare enum PebbleIcon {
|
|
|
187
192
|
Play = "play",
|
|
188
193
|
Plus = "plus",
|
|
189
194
|
PossessionLetter = "possession-letter",
|
|
195
|
+
PostSalesOutlined = "post-sales-outlined",
|
|
190
196
|
PostSales = "post-sales",
|
|
191
197
|
Premium = "premium",
|
|
192
198
|
Print = "print",
|
|
@@ -208,6 +214,7 @@ declare enum PebbleIcon {
|
|
|
208
214
|
ScheduleMail = "schedule-mail",
|
|
209
215
|
Search = "search",
|
|
210
216
|
SelfAdded = "self-added",
|
|
217
|
+
SendMessage = "send-message",
|
|
211
218
|
SettingsLine = "settings-line",
|
|
212
219
|
Settings = "settings",
|
|
213
220
|
ShareWithPeople = "share-with-people",
|
|
@@ -216,6 +223,7 @@ declare enum PebbleIcon {
|
|
|
216
223
|
SiteVisit = "site-visit",
|
|
217
224
|
Sms = "sms",
|
|
218
225
|
Spinner = "spinner",
|
|
226
|
+
Stats2 = "stats-2",
|
|
219
227
|
Stats = "stats",
|
|
220
228
|
Store2 = "store-2",
|
|
221
229
|
Store = "store",
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|