@tripian/react 9.1.18 → 9.1.20
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/components/base/ImgLazy/ImgLazy.d.ts +1 -1
- package/components/base/RadioButtonGroup/RadioButton/RadioButton.d.ts +1 -1
- package/components/base/Svg/Icons/Check.d.ts +9 -0
- package/components/base/Svg/Icons/index.d.ts +3 -1
- package/index.js +1940 -1916
- package/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -10,6 +10,7 @@ import BookmarkFill from './BookmarkFill';
|
|
|
10
10
|
import Cafe from './Cafe';
|
|
11
11
|
import Calendar from './Calendar';
|
|
12
12
|
import Car from './Car';
|
|
13
|
+
import Check from './Check';
|
|
13
14
|
import Clock from './Clock';
|
|
14
15
|
import Close from './Close';
|
|
15
16
|
import Delete from './Delete';
|
|
@@ -34,6 +35,7 @@ import NextArrow from './NextArrow';
|
|
|
34
35
|
import Offer from './Offer';
|
|
35
36
|
import OfferNew from './OfferNew';
|
|
36
37
|
import PreviousArrow from './PreviousArrow';
|
|
38
|
+
import { RadioButtonChecked, RadioButtonUnChecked } from './RadioButton';
|
|
37
39
|
import Restaurant from './Restaurant';
|
|
38
40
|
import Retail from './Retail';
|
|
39
41
|
import Share from './Share';
|
|
@@ -48,4 +50,4 @@ import Time from './Time';
|
|
|
48
50
|
import Uber from './Uber';
|
|
49
51
|
import Info from './Info';
|
|
50
52
|
import Info2 from './Info2';
|
|
51
|
-
export { Add, AddLocation, Attraction, Avatar, Bars, Bicycle, Booking, Bookmark, BookmarkFill, Cafe, Calendar, Car, Clock, Close, Delete, Distance, DragDrop, Drink, Edit, EditHour, Exclamation2, Favorite, Filter, Food, LandingCalendar, LandingCellPhone, LandingProfile, LandingThumbsUp, Legs, Link, MustTry, NightLife, NextArrow, Offer, OfferNew, PreviousArrow, Restaurant, Retail, Share, Shopping, Success, SwitchIcon, ThumbsDown, ThumbsDownEmpty, ThumbsUp, ThumbsUpEmpty, Time, Uber, Info, Info2, };
|
|
53
|
+
export { Add, AddLocation, Attraction, Avatar, Bars, Bicycle, Booking, Bookmark, BookmarkFill, Cafe, Calendar, Car, Check, Clock, Close, Delete, Distance, DragDrop, Drink, Edit, EditHour, Exclamation2, Favorite, Filter, Food, LandingCalendar, LandingCellPhone, LandingProfile, LandingThumbsUp, Legs, Link, MustTry, NightLife, NextArrow, Offer, OfferNew, PreviousArrow, RadioButtonChecked, RadioButtonUnChecked, Restaurant, Retail, Share, Shopping, Success, SwitchIcon, ThumbsDown, ThumbsDownEmpty, ThumbsUp, ThumbsUpEmpty, Time, Uber, Info, Info2, };
|