pebble-shared 2.14.1 → 2.16.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 +10 -0
- package/dist/fonts/pebble.eot +0 -0
- package/dist/fonts/pebble.svg +240 -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 +10 -0
- package/dist/pebble-shared.dev.js.map +1 -1
- package/dist/pebble-shared.es.dev.js +10 -0
- package/dist/pebble-shared.es.dev.js.map +1 -1
- package/dist/pebble-shared.es.js +10 -0
- package/dist/pebble-shared.es.js.map +1 -1
- package/dist/pebble-shared.js +10 -0
- package/dist/pebble-shared.js.map +1 -1
- package/dist/pebble-shared.module.dev.js +10 -0
- package/dist/pebble-shared.module.dev.js.map +1 -1
- package/dist/pebble-shared.module.js +10 -0
- package/dist/pebble-shared.module.js.map +1 -1
- package/dist/pebble-shared.umd.dev.js +10 -0
- package/dist/pebble-shared.umd.dev.js.map +1 -1
- package/dist/pebble-shared.umd.js +10 -0
- package/dist/pebble-shared.umd.js.map +1 -1
- package/dist/pebble.css +244 -214
- package/native/Icon.d.ts +1 -1
- package/native/Icon.js +220 -210
- package/native/icons/pebble.ttf +0 -0
- package/package.json +2 -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
|
@@ -31,10 +31,13 @@ declare enum PebbleIcon {
|
|
|
31
31
|
BookmarkAdd = "bookmark-add",
|
|
32
32
|
Building = "building",
|
|
33
33
|
Business = "business",
|
|
34
|
+
Calculate = "calculate",
|
|
34
35
|
Calendar2 = "calendar-2",
|
|
36
|
+
CalendarChecked = "calendar-checked",
|
|
35
37
|
Calendar = "calendar",
|
|
36
38
|
CallCenter = "call-center",
|
|
37
39
|
Call = "call",
|
|
40
|
+
Camera2 = "camera-2",
|
|
38
41
|
Camera = "camera",
|
|
39
42
|
CarFront = "car-front",
|
|
40
43
|
Car = "car",
|
|
@@ -50,6 +53,7 @@ declare enum PebbleIcon {
|
|
|
50
53
|
CheckedServer = "checked-server",
|
|
51
54
|
ChevronDown = "chevron-down",
|
|
52
55
|
ChevronLeft = "chevron-left",
|
|
56
|
+
Clipboard = "clipboard",
|
|
53
57
|
ClockFilled = "clock-filled",
|
|
54
58
|
Clock = "clock",
|
|
55
59
|
CloseCircleFilled = "close-circle-filled",
|
|
@@ -99,9 +103,13 @@ declare enum PebbleIcon {
|
|
|
99
103
|
Filter = "filter",
|
|
100
104
|
Fire = "fire",
|
|
101
105
|
Firm = "firm",
|
|
106
|
+
FlashOff = "flash-off",
|
|
107
|
+
FlashOn = "flash-on",
|
|
108
|
+
Folder = "folder",
|
|
102
109
|
FollowUp2Filled = "follow-up-2-filled",
|
|
103
110
|
FollowUp2 = "follow-up-2",
|
|
104
111
|
FollowUp = "follow-up",
|
|
112
|
+
Forum = "forum",
|
|
105
113
|
Funnel = "funnel",
|
|
106
114
|
GradeLine = "grade-line",
|
|
107
115
|
Grade = "grade",
|
|
@@ -122,6 +130,7 @@ declare enum PebbleIcon {
|
|
|
122
130
|
IncomingCalls = "incoming-calls",
|
|
123
131
|
InfoFilled = "info-filled",
|
|
124
132
|
Info = "info",
|
|
133
|
+
Inquiry = "inquiry",
|
|
125
134
|
Inventory = "inventory",
|
|
126
135
|
Invoice = "invoice",
|
|
127
136
|
Jodi = "jodi",
|
|
@@ -202,6 +211,7 @@ declare enum PebbleIcon {
|
|
|
202
211
|
ScheduleMail = "schedule-mail",
|
|
203
212
|
Search = "search",
|
|
204
213
|
SelfAdded = "self-added",
|
|
214
|
+
SendMessage = "send-message",
|
|
205
215
|
SettingsLine = "settings-line",
|
|
206
216
|
Settings = "settings",
|
|
207
217
|
ShareWithPeople = "share-with-people",
|
package/dist/fonts/pebble.eot
CHANGED
|
Binary file
|