@tripian/react 9.1.21 → 9.1.24
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/Svg/Icons/ChevronDown.d.ts +4 -0
- package/components/base/Svg/Icons/ChevronUp.d.ts +4 -0
- package/components/base/Svg/Icons/index.d.ts +3 -1
- package/index.js +1269 -1218
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +2 -2
|
@@ -11,6 +11,8 @@ import Cafe from './Cafe';
|
|
|
11
11
|
import Calendar from './Calendar';
|
|
12
12
|
import Car from './Car';
|
|
13
13
|
import Check from './Check';
|
|
14
|
+
import ChevronDown from './ChevronDown';
|
|
15
|
+
import ChevronUp from './ChevronUp';
|
|
14
16
|
import Clock from './Clock';
|
|
15
17
|
import Close from './Close';
|
|
16
18
|
import Delete from './Delete';
|
|
@@ -50,4 +52,4 @@ import Time from './Time';
|
|
|
50
52
|
import Uber from './Uber';
|
|
51
53
|
import Info from './Info';
|
|
52
54
|
import Info2 from './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, };
|
|
55
|
+
export { Add, AddLocation, Attraction, Avatar, Bars, Bicycle, Booking, Bookmark, BookmarkFill, Cafe, Calendar, Car, Check, ChevronDown, ChevronUp, 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, };
|