@admin-layout/tailwind-travel-pro 12.2.1-alpha.5 → 12.2.3-alpha.12

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.
Files changed (41) hide show
  1. package/lib/components/CardList.js +22 -20
  2. package/lib/components/CardList.js.map +1 -1
  3. package/lib/components/CategoriesTypeList.d.ts +1 -2
  4. package/lib/components/CategoriesTypeList.d.ts.map +1 -1
  5. package/lib/components/CategoriesTypeList.js +51 -46
  6. package/lib/components/CategoriesTypeList.js.map +1 -1
  7. package/lib/components/LazyLoadingGoogleMarker.js +18 -15
  8. package/lib/components/LazyLoadingGoogleMarker.js.map +1 -1
  9. package/lib/components/Pagination.d.ts +1 -2
  10. package/lib/components/Pagination.d.ts.map +1 -1
  11. package/lib/components/Pagination.js +16 -15
  12. package/lib/components/Pagination.js.map +1 -1
  13. package/lib/components/ParamSearchResultContainer.d.ts +1 -1
  14. package/lib/components/ParamSearchResultContainer.d.ts.map +1 -1
  15. package/lib/components/ParamSearchResultContainer.js +26 -21
  16. package/lib/components/ParamSearchResultContainer.js.map +1 -1
  17. package/lib/components/PropertyCard.d.ts +1 -1
  18. package/lib/components/PropertyCard.d.ts.map +1 -1
  19. package/lib/components/PropertyCard.js +263 -198
  20. package/lib/components/PropertyCard.js.map +1 -1
  21. package/lib/components/PropertyCardOnMap.d.ts +1 -2
  22. package/lib/components/PropertyCardOnMap.d.ts.map +1 -1
  23. package/lib/components/PropertyCardOnMap.js +85 -67
  24. package/lib/components/PropertyCardOnMap.js.map +1 -1
  25. package/lib/components/VehicleCard/PricePopover.js +58 -39
  26. package/lib/components/VehicleCard/PricePopover.js.map +1 -1
  27. package/lib/components/VehicleCard/VehicleFeature.js +17 -13
  28. package/lib/components/VehicleCard/VehicleFeature.js.map +1 -1
  29. package/lib/components/VehicleCard.js +134 -106
  30. package/lib/components/VehicleCard.js.map +1 -1
  31. package/lib/components/VehicleCardList.js +19 -18
  32. package/lib/components/VehicleCardList.js.map +1 -1
  33. package/lib/components/VehicleParamSearchResultContainer.d.ts +2 -2
  34. package/lib/components/VehicleParamSearchResultContainer.d.ts.map +1 -1
  35. package/lib/components/icons/LocationIcon.d.ts +1 -2
  36. package/lib/components/icons/LocationIcon.d.ts.map +1 -1
  37. package/lib/components/icons/LocationIcon.js +8 -7
  38. package/lib/components/icons/LocationIcon.js.map +1 -1
  39. package/lib/index.js +1 -1
  40. package/package.json +4 -4
  41. package/LICENSE +0 -21
@@ -1,4 +1,4 @@
1
- import React from'react';import {useTranslation}from'react-i18next';import {isEmpty}from'lodash-es';import {isUserAuthenticated}from'@adminide-stack/user-auth0-client';import VehicleCard from'./VehicleCard.js';const VehicleCardList = props => {
1
+ import {jsx}from'react/jsx-runtime';import {useTranslation}from'react-i18next';import {isEmpty}from'lodash-es';import {isUserAuthenticated}from'@adminide-stack/user-auth0-client';import VehicleCard from'./VehicleCard.js';const VehicleCardList = props => {
2
2
  const {
3
3
  setBlur,
4
4
  setFocus,
@@ -16,22 +16,23 @@ import React from'react';import {useTranslation}from'react-i18next';import {isEm
16
16
  authenticated
17
17
  } = isUserAuthenticated();
18
18
  if (isEmpty(cars)) {
19
- return React.createElement("div", {
20
- className: "text-base text-foreground"
21
- }, t('property.not_found_any_room'));
19
+ return jsx("div", {
20
+ className: "text-base text-foreground",
21
+ children: t('property.not_found_any_room')
22
+ });
22
23
  }
23
- return React.createElement("div", {
24
- className: "flex flex-wrap gap-4 flex-col"
25
- }, cars.map((car, index) => React.createElement(VehicleCard, {
26
- key: car.id,
27
- item: car,
28
- isSaved: false,
29
- setFocus: () => setFocus(index),
30
- setBlur: setBlur,
31
- handleLike: handleLike,
32
- likeBtnLoading: likeBtnLoading,
33
- categoryTypes: vehicleTypes,
34
- authenticated: authenticated,
35
- extraIcons: extraIcons
36
- })));
24
+ return jsx("div", {
25
+ className: "flex flex-wrap gap-4 flex-col",
26
+ children: cars.map((car, index) => jsx(VehicleCard, {
27
+ item: car,
28
+ isSaved: false,
29
+ setFocus: () => setFocus(index),
30
+ setBlur: setBlur,
31
+ handleLike: handleLike,
32
+ likeBtnLoading: likeBtnLoading,
33
+ categoryTypes: vehicleTypes,
34
+ authenticated: authenticated,
35
+ extraIcons: extraIcons
36
+ }, car.id))
37
+ });
37
38
  };export{VehicleCardList};//# sourceMappingURL=VehicleCardList.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"VehicleCardList.js","sources":["../../src/components/VehicleCardList.tsx"],"sourcesContent":[null],"names":[],"mappings":"kNAiBO,MAAM,eAAe,GAAmC,KAAC,IAAO;QACnE;AACA,IAAA;AACA,IAAA,QAAQ;AAER,IAAA,IAAI;cACA;IACJ,cAAC;AACD,IAAA,YACI;AAiBR,IAAE,UAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"VehicleCardList.js","sources":["../../src/components/VehicleCardList.tsx"],"sourcesContent":[null],"names":[],"mappings":"6NAiBO,MAAM,eAAe,GAAmC,KAAC,IAAO;QACnE;AACA,IAAA;AACA,IAAA,QAAQ;AAER,IAAA,IAAI;cACA;IACJ,cAAC;AACD,IAAA,YACI;AAiBR,IAAE,UAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- import React, { MutableRefObject } from 'react';
1
+ import { MutableRefObject } from 'react';
2
2
  import { GraphQLError } from 'graphql';
3
3
  interface IProperty {
4
4
  id: string;
@@ -85,6 +85,6 @@ interface IParamSearchResultContainer {
85
85
  likeBtnLoading?: boolean;
86
86
  propertyTypes?: any[];
87
87
  }
88
- export declare const ParamSearchResultContainer: (props: IParamSearchResultContainer) => React.JSX.Element;
88
+ export declare const ParamSearchResultContainer: (props: IParamSearchResultContainer) => import("react/jsx-runtime").JSX.Element;
89
89
  export {};
90
90
  //# sourceMappingURL=VehicleParamSearchResultContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VehicleParamSearchResultContainer.d.ts","sourceRoot":"","sources":["../../src/components/VehicleParamSearchResultContainer.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"VehicleParamSearchResultContainer.d.ts","sourceRoot":"","sources":["../../src/components/VehicleParamSearchResultContainer.tsx"],"names":[],"mappings":"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"}
@@ -1,8 +1,7 @@
1
- import React from 'react';
2
1
  export declare const LocationIcon: ({ className, w, h, ...props }: {
3
2
  [x: string]: any;
4
3
  className?: string;
5
4
  w: any;
6
5
  h: any;
7
- }) => React.JSX.Element;
6
+ }) => import("react/jsx-runtime").JSX.Element;
8
7
  //# sourceMappingURL=LocationIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LocationIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/LocationIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,YAAY,GAAI;;;;;CAAkC,sBAY9D,CAAC"}
1
+ {"version":3,"file":"LocationIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/LocationIcon.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,GAAI;;;;;CAAkC,4CAY9D,CAAC"}
@@ -1,17 +1,18 @@
1
- import React from'react';const LocationIcon = ({
1
+ import {jsx}from'react/jsx-runtime';const LocationIcon = ({
2
2
  className = '',
3
3
  w,
4
4
  h,
5
5
  ...props
6
- }) => React.createElement("svg", {
6
+ }) => jsx("svg", {
7
7
  viewBox: "0 0 24 24",
8
8
  className: `inline-block ${className}`,
9
9
  style: {
10
10
  width: w || '1em',
11
11
  height: h || '1em'
12
12
  },
13
- ...props
14
- }, React.createElement("path", {
15
- d: "M12.0001 1.49866C7.85965 1.49866 4.50012 4.52256 4.50012 8.24865C4.50012 14.2487 12.0001 22.4986 12.0001 22.4986C12.0001 22.4986 19.5001 14.2487 19.5001 8.24865C19.5001 4.52256 16.1406 1.49866 12.0001 1.49866ZM12.0001 11.9987C11.4068 11.9987 10.8268 11.8227 10.3334 11.4931C9.84006 11.1634 9.45554 10.6949 9.22848 10.1467C9.00142 9.59853 8.94201 8.99533 9.05776 8.41338C9.17352 7.83144 9.45924 7.29689 9.8788 6.87733C10.2984 6.45778 10.8329 6.17205 11.4148 6.0563C11.9968 5.94054 12.6 5.99995 13.1482 6.22702C13.6963 6.45408 14.1649 6.8386 14.4945 7.33194C14.8242 7.82529 15.0001 8.40531 15.0001 8.99865C14.9992 9.79404 14.6829 10.5566 14.1205 11.119C13.5581 11.6814 12.7955 11.9978 12.0001 11.9987Z",
16
- fill: "currentColor"
17
- }));export{LocationIcon};//# sourceMappingURL=LocationIcon.js.map
13
+ ...props,
14
+ children: jsx("path", {
15
+ d: "M12.0001 1.49866C7.85965 1.49866 4.50012 4.52256 4.50012 8.24865C4.50012 14.2487 12.0001 22.4986 12.0001 22.4986C12.0001 22.4986 19.5001 14.2487 19.5001 8.24865C19.5001 4.52256 16.1406 1.49866 12.0001 1.49866ZM12.0001 11.9987C11.4068 11.9987 10.8268 11.8227 10.3334 11.4931C9.84006 11.1634 9.45554 10.6949 9.22848 10.1467C9.00142 9.59853 8.94201 8.99533 9.05776 8.41338C9.17352 7.83144 9.45924 7.29689 9.8788 6.87733C10.2984 6.45778 10.8329 6.17205 11.4148 6.0563C11.9968 5.94054 12.6 5.99995 13.1482 6.22702C13.6963 6.45408 14.1649 6.8386 14.4945 7.33194C14.8242 7.82529 15.0001 8.40531 15.0001 8.99865C14.9992 9.79404 14.6829 10.5566 14.1205 11.119C13.5581 11.6814 12.7955 11.9978 12.0001 11.9987Z",
16
+ fill: "currentColor"
17
+ })
18
+ });export{LocationIcon};//# sourceMappingURL=LocationIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LocationIcon.js","sources":["../../../src/components/icons/LocationIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":"+BAEa,YAAY,GAAG,CAAC;WAOrB,GAAA,EAAA;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"LocationIcon.js","sources":["../../../src/components/icons/LocationIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":"oCAEO,MAAM,YAAY,GAAG,CAAC;;;;;;;;;;;;;;;;;"}
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- export{CategoriesTypeList}from'./components/CategoriesTypeList.js';export{PropertyCardOnMap}from'./components/PropertyCardOnMap.js';export{LazyLoadingGoogleMarker}from'./components/LazyLoadingGoogleMarker.js';export{ParamSearchResultContainer}from'./components/ParamSearchResultContainer.js';export{CardList}from'./components/CardList.js';export{PropertyCard}from'./components/PropertyCard.js';export{Pagination}from'./components/Pagination.js';import'react';import'@react-icons/all-files/ai/AiFillHeart.js';import'@react-icons/all-files/ai/AiFillStar.js';import'@react-icons/all-files/ai/AiOutlineHeart.js';import'@react-icons/all-files/fa/FaAward.js';import'@react-icons/all-files/fa/FaShieldAlt.js';import'@react-icons/all-files/fi/FiMapPin.js';import'@admin-layout/tailwind-ui/lib/shardui/button';import'@admin-layout/tailwind-design-pro/lib/helpers/DynamicIcon.js';import'@react-icons/all-files/bi/BiTag.js';export{VehicleCardList}from'./components/VehicleCardList.js';export{middleware as airbnbDatasourcesMiddleware}from'./middlewares/airbnbDatasourcesMiddleware.js';export{middleware as bookingCarRentalDatasourcesMiddleware}from'./middlewares/bookingCarRentalMiddleware.js';export{middleware as bookingDatasourcesMiddleware}from'./middlewares/bookingDatasourcesMiddleware.js';export{middleware as datasourcesMiddleware}from'./middlewares/datasourcesMiddleware.js';export{middleware as pricelineDatasourcesMiddleware}from'./middlewares/pricelineDatasourcesMiddleware.js';export{useGetCurrentLongLat}from'./hooks/use-get-current-lat-long.js';//# sourceMappingURL=index.js.map
1
+ export{CategoriesTypeList}from'./components/CategoriesTypeList.js';export{PropertyCardOnMap}from'./components/PropertyCardOnMap.js';export{LazyLoadingGoogleMarker}from'./components/LazyLoadingGoogleMarker.js';export{ParamSearchResultContainer}from'./components/ParamSearchResultContainer.js';export{CardList}from'./components/CardList.js';export{PropertyCard}from'./components/PropertyCard.js';export{Pagination}from'./components/Pagination.js';import'react/jsx-runtime';import'@react-icons/all-files/ai/AiFillHeart.js';import'@react-icons/all-files/ai/AiFillStar.js';import'@react-icons/all-files/ai/AiOutlineHeart.js';import'@react-icons/all-files/fa/FaAward.js';import'@react-icons/all-files/fa/FaShieldAlt.js';import'@react-icons/all-files/fi/FiMapPin.js';import'@admin-layout/tailwind-ui/shardui/button.js';import'@admin-layout/tailwind-design-pro/lib/helpers/DynamicIcon.js';import'react';import'@react-icons/all-files/bi/BiTag.js';export{VehicleCardList}from'./components/VehicleCardList.js';export{middleware as airbnbDatasourcesMiddleware}from'./middlewares/airbnbDatasourcesMiddleware.js';export{middleware as bookingCarRentalDatasourcesMiddleware}from'./middlewares/bookingCarRentalMiddleware.js';export{middleware as bookingDatasourcesMiddleware}from'./middlewares/bookingDatasourcesMiddleware.js';export{middleware as datasourcesMiddleware}from'./middlewares/datasourcesMiddleware.js';export{middleware as pricelineDatasourcesMiddleware}from'./middlewares/pricelineDatasourcesMiddleware.js';export{useGetCurrentLongLat}from'./hooks/use-get-current-lat-long.js';//# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/tailwind-travel-pro",
3
- "version": "12.2.1-alpha.5",
3
+ "version": "12.2.3-alpha.12",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -21,8 +21,8 @@
21
21
  "watch": "yarn build:lib:watch"
22
22
  },
23
23
  "dependencies": {
24
- "@admin-layout/tailwind-design-pro": "12.2.1-alpha.5",
25
- "@admin-layout/tailwind-ui": "12.2.1-alpha.4",
24
+ "@admin-layout/tailwind-design-pro": "12.2.3-alpha.12",
25
+ "@admin-layout/tailwind-ui": "12.2.3-alpha.12",
26
26
  "@cdmbase/react-splide": "^0.7.12",
27
27
  "@react-google-maps/api": "^2.20.7",
28
28
  "@vis.gl/react-google-maps": "^1.5.4",
@@ -45,5 +45,5 @@
45
45
  "typescript": {
46
46
  "definition": "lib/index.d.ts"
47
47
  },
48
- "gitHead": "4ee22c06d07e1995e6f60057898f456d1249961c"
48
+ "gitHead": "e20956fed0c8f1b07928392422501738603ce92f"
49
49
  }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License
2
-
3
- Copyright (c) 2017 CDMBase LLC.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.