pebble-web 2.25.2 → 2.26.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.
|
@@ -1471,6 +1471,8 @@
|
|
|
1471
1471
|
PebbleIcon["History"] = "history";
|
|
1472
1472
|
PebbleIcon["HomeFilled2"] = "home-filled-2";
|
|
1473
1473
|
PebbleIcon["HomeFilled"] = "home-filled";
|
|
1474
|
+
PebbleIcon["HomeWorkOutlined"] = "home-work-outlined";
|
|
1475
|
+
PebbleIcon["HomeWork"] = "home-work";
|
|
1474
1476
|
PebbleIcon["Home"] = "home";
|
|
1475
1477
|
PebbleIcon["HouseStatus"] = "house-status";
|
|
1476
1478
|
PebbleIcon["HowToReg"] = "how-to-reg";
|
|
@@ -1541,8 +1543,6 @@
|
|
|
1541
1543
|
PebbleIcon["Play"] = "play";
|
|
1542
1544
|
PebbleIcon["Plus"] = "plus";
|
|
1543
1545
|
PebbleIcon["PossessionLetter"] = "possession-letter";
|
|
1544
|
-
PebbleIcon["PostSalesOutlined"] = "post-sales-outlined";
|
|
1545
|
-
PebbleIcon["PostSales"] = "post-sales";
|
|
1546
1546
|
PebbleIcon["Premium"] = "premium";
|
|
1547
1547
|
PebbleIcon["Print"] = "print";
|
|
1548
1548
|
PebbleIcon["PriorityChange"] = "priority-change";
|
package/dist/pebble-web.umd.js
CHANGED
|
@@ -1335,6 +1335,8 @@
|
|
|
1335
1335
|
PebbleIcon["History"] = "history";
|
|
1336
1336
|
PebbleIcon["HomeFilled2"] = "home-filled-2";
|
|
1337
1337
|
PebbleIcon["HomeFilled"] = "home-filled";
|
|
1338
|
+
PebbleIcon["HomeWorkOutlined"] = "home-work-outlined";
|
|
1339
|
+
PebbleIcon["HomeWork"] = "home-work";
|
|
1338
1340
|
PebbleIcon["Home"] = "home";
|
|
1339
1341
|
PebbleIcon["HouseStatus"] = "house-status";
|
|
1340
1342
|
PebbleIcon["HowToReg"] = "how-to-reg";
|
|
@@ -1405,8 +1407,6 @@
|
|
|
1405
1407
|
PebbleIcon["Play"] = "play";
|
|
1406
1408
|
PebbleIcon["Plus"] = "plus";
|
|
1407
1409
|
PebbleIcon["PossessionLetter"] = "possession-letter";
|
|
1408
|
-
PebbleIcon["PostSalesOutlined"] = "post-sales-outlined";
|
|
1409
|
-
PebbleIcon["PostSales"] = "post-sales";
|
|
1410
1410
|
PebbleIcon["Premium"] = "premium";
|
|
1411
1411
|
PebbleIcon["Print"] = "print";
|
|
1412
1412
|
PebbleIcon["PriorityChange"] = "priority-change";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pebble-web",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.0",
|
|
4
4
|
"author": "ritz078 <rkritesh078@gmail.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/pebble-web.js",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"build:watch": "chokidar 'src/**/*.ts' 'src/**/*.tsx' -c 'yarn build'",
|
|
20
20
|
"pretest": "tslint ./src/**/*.{ts,tsx} ./stories/**/*.{ts,tsx} ./{tests,typings}/**/*.{ts,tsx}",
|
|
21
21
|
"test": "jest --coverage",
|
|
22
|
+
"_prepublishOnly": "yarn build && yarn test",
|
|
22
23
|
"test:watch": "yarn jest --watchAll"
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
"utility-types": "^3.10.0"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"pebble-shared": "^2.
|
|
47
|
+
"pebble-shared": "^2.26.0"
|
|
47
48
|
},
|
|
48
49
|
"greenkeeper": {
|
|
49
50
|
"ignore": [
|