ublo-lib 1.38.44 → 1.39.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.
Files changed (53) hide show
  1. package/es/market-place/components/instant-search/google-results.d.ts +9 -0
  2. package/es/market-place/components/instant-search/google-results.d.ts.map +1 -0
  3. package/es/market-place/components/instant-search/google-results.js +24 -0
  4. package/es/market-place/components/instant-search/google-results.module.css +109 -0
  5. package/es/market-place/components/instant-search/hooks/use-constant.d.ts +2 -0
  6. package/es/market-place/components/instant-search/hooks/use-constant.d.ts.map +1 -0
  7. package/es/market-place/components/instant-search/hooks/use-constant.js +8 -0
  8. package/es/market-place/components/instant-search/hooks/use-debounced-search.d.ts +7 -0
  9. package/es/market-place/components/instant-search/hooks/use-debounced-search.d.ts.map +1 -0
  10. package/es/market-place/components/instant-search/hooks/use-debounced-search.js +11 -0
  11. package/es/market-place/components/instant-search/hooks/use-google-search.d.ts +7 -0
  12. package/es/market-place/components/instant-search/hooks/use-google-search.d.ts.map +1 -0
  13. package/es/market-place/components/instant-search/hooks/use-google-search.js +7 -0
  14. package/es/market-place/components/instant-search/hooks/use-search.d.ts +17 -0
  15. package/es/market-place/components/instant-search/hooks/use-search.d.ts.map +1 -0
  16. package/es/market-place/components/instant-search/hooks/use-search.js +10 -0
  17. package/es/market-place/components/instant-search/i18n.json +67 -0
  18. package/es/market-place/components/instant-search/index.d.ts +3 -0
  19. package/es/market-place/components/instant-search/index.d.ts.map +1 -0
  20. package/es/market-place/components/instant-search/index.js +2 -0
  21. package/es/market-place/components/instant-search/instant-search.d.ts +14 -0
  22. package/es/market-place/components/instant-search/instant-search.d.ts.map +1 -0
  23. package/es/market-place/components/instant-search/instant-search.js +66 -0
  24. package/es/market-place/components/instant-search/instant-search.module.css +16 -0
  25. package/es/market-place/components/instant-search/links.d.ts +11 -0
  26. package/es/market-place/components/instant-search/links.d.ts.map +1 -0
  27. package/es/market-place/components/instant-search/links.js +31 -0
  28. package/es/market-place/components/instant-search/links.module.css +97 -0
  29. package/es/market-place/components/instant-search/no-product.d.ts +6 -0
  30. package/es/market-place/components/instant-search/no-product.d.ts.map +1 -0
  31. package/es/market-place/components/instant-search/no-product.js +4 -0
  32. package/es/market-place/components/instant-search/products.d.ts +13 -0
  33. package/es/market-place/components/instant-search/products.d.ts.map +1 -0
  34. package/es/market-place/components/instant-search/products.js +54 -0
  35. package/es/market-place/components/instant-search/products.module.css +169 -0
  36. package/es/market-place/components/instant-search/results.d.ts +20 -0
  37. package/es/market-place/components/instant-search/results.d.ts.map +1 -0
  38. package/es/market-place/components/instant-search/results.js +47 -0
  39. package/es/market-place/components/instant-search/results.module.css +95 -0
  40. package/es/market-place/components/instant-search/search-input.d.ts +15 -0
  41. package/es/market-place/components/instant-search/search-input.d.ts.map +1 -0
  42. package/es/market-place/components/instant-search/search-input.js +56 -0
  43. package/es/market-place/components/instant-search/search-input.module.css +87 -0
  44. package/es/market-place/components/instant-search/services/api.d.ts +17 -0
  45. package/es/market-place/components/instant-search/services/api.d.ts.map +1 -0
  46. package/es/market-place/components/instant-search/services/api.js +24 -0
  47. package/es/market-place/components/instant-search/services/messages.d.ts +2 -0
  48. package/es/market-place/components/instant-search/services/messages.d.ts.map +1 -0
  49. package/es/market-place/components/instant-search/services/messages.js +5 -0
  50. package/es/market-place/components/instant-search/services/utils.d.ts +4 -0
  51. package/es/market-place/components/instant-search/services/utils.d.ts.map +1 -0
  52. package/es/market-place/components/instant-search/services/utils.js +44 -0
  53. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.38.44",
3
+ "version": "1.39.0",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.10.8",
6
6
  "leaflet": "^1.9.1",