@gympass/yoga-icons 1.16.0 → 1.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 +1 -1
- package/cjs/ui.js +16 -0
- package/esm/ui.js +3 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Icon works out of the box for both platforms.
|
|
|
31
31
|
```
|
|
32
32
|
import { Star } from '@gympass/yoga-icons';
|
|
33
33
|
|
|
34
|
-
export default () => <Star fill="#
|
|
34
|
+
export default () => <Star fill="#f01 />;
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
Here you can check an example in [web](https://gympass.github.io/yoga/components/icons#web) and [native](https://gympass.github.io/yoga/components/icons#native) platforms.
|
package/cjs/ui.js
CHANGED
|
@@ -1035,12 +1035,24 @@ Object.defineProperty(exports, "WiFi", {
|
|
|
1035
1035
|
return _wiFi["default"];
|
|
1036
1036
|
}
|
|
1037
1037
|
});
|
|
1038
|
+
Object.defineProperty(exports, "YogaMat", {
|
|
1039
|
+
enumerable: true,
|
|
1040
|
+
get: function get() {
|
|
1041
|
+
return _yogaMat["default"];
|
|
1042
|
+
}
|
|
1043
|
+
});
|
|
1038
1044
|
Object.defineProperty(exports, "Youtube", {
|
|
1039
1045
|
enumerable: true,
|
|
1040
1046
|
get: function get() {
|
|
1041
1047
|
return _youtube["default"];
|
|
1042
1048
|
}
|
|
1043
1049
|
});
|
|
1050
|
+
Object.defineProperty(exports, "Zen", {
|
|
1051
|
+
enumerable: true,
|
|
1052
|
+
get: function get() {
|
|
1053
|
+
return _zen["default"];
|
|
1054
|
+
}
|
|
1055
|
+
});
|
|
1044
1056
|
|
|
1045
1057
|
var _accessibility = _interopRequireDefault(require("./svg/accessibility"));
|
|
1046
1058
|
|
|
@@ -1386,6 +1398,10 @@ var _whatsapp = _interopRequireDefault(require("./svg/whatsapp"));
|
|
|
1386
1398
|
|
|
1387
1399
|
var _wiFi = _interopRequireDefault(require("./svg/wi-fi"));
|
|
1388
1400
|
|
|
1401
|
+
var _yogaMat = _interopRequireDefault(require("./svg/yoga-mat"));
|
|
1402
|
+
|
|
1389
1403
|
var _youtube = _interopRequireDefault(require("./svg/youtube"));
|
|
1390
1404
|
|
|
1405
|
+
var _zen = _interopRequireDefault(require("./svg/zen"));
|
|
1406
|
+
|
|
1391
1407
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
package/esm/ui.js
CHANGED
|
@@ -170,5 +170,7 @@ import Visibility from "./svg/visibility";
|
|
|
170
170
|
import Wallet from "./svg/wallet";
|
|
171
171
|
import Whatsapp from "./svg/whatsapp";
|
|
172
172
|
import WiFi from "./svg/wi-fi";
|
|
173
|
+
import YogaMat from "./svg/yoga-mat";
|
|
173
174
|
import Youtube from "./svg/youtube";
|
|
174
|
-
|
|
175
|
+
import Zen from "./svg/zen";
|
|
176
|
+
export { Accessibility, Accessible, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDown, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, AutomaticInvite, Bank, BankStatement, BarChart, BeautySalon, BookingFilled, Booking, Boxing, BuildingFilled, Building, BulletList, Camera, Cart, Chat, CheckFilled, Check, CheckedFull, CheckedHalf, CheckinFilled, Checkin, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChildrenArea, CloseFilled, Close, Code, CoffeeShop, CompassFilled, Compass, Copy, CornerUpLeft, CornerUpRight, CreditCard, Cycling, Dance, Disconnect, DislikeFilled, Dislike, Doc, Download, Draggable, Dumbbell, DumbbellFilled, Edit, Exit, ExternalLink, Facebook, FamilyMember, FamilyMemberFilled, FavoriteFilled, Favorite, Filter, Google, Gympass, Headphone, Heartbeat, Heater, HelpCircle, Help, History, Hit, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, Lockers, LogOut, Loop, MailRead, MailUnread, ManualInvite, MapPin, Map, MartialArts, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, Nutritionist, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, Pilates, PinFilled, Play, PlayFilled, PlusCircle, Pool, Printer, QRCodeReader, QRCode, Rectangle, Refresh, Restaurant, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, ShineFilled, Shower, ShowerTowels, Signal, SmartphoneFilled, Smartphone, SnackBar, SortAscending, SortDescending, Spa, SportsEquipment, StarFilled, Star, SystemStatus, ParkingLot, PriceTag, Time, TimeFilled, Token, Toiletries, TrainingTowels, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, WiFi, YogaMat, Youtube, Zen };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "Yoga icon package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yoga",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
],
|
|
10
10
|
"homepage": "https://github.com/Gympass/yoga/tree/master/packages/icons",
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"main": "./cjs",
|
|
12
|
+
"main": "./cjs/index.js",
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public",
|
|
15
15
|
"directory": "dist"
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/Gympass/yoga/issues"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
33
|
-
"module": "./esm",
|
|
32
|
+
"gitHead": "ecc1422e1a27090c595a7a541765ddaaada0b530",
|
|
33
|
+
"module": "./esm/index.js",
|
|
34
34
|
"types": "./typings/index.d.ts",
|
|
35
35
|
"private": false,
|
|
36
36
|
"exports": {
|
|
37
37
|
".": {
|
|
38
|
-
"require": "./cjs",
|
|
39
|
-
"import": "./esm"
|
|
38
|
+
"require": "./cjs/index.js",
|
|
39
|
+
"import": "./esm/index.js"
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|