simpo-component-library 1.6.37 → 1.6.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +5 -3
  2. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +5 -3
  3. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +10 -8
  4. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +18 -13
  5. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +5 -3
  6. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +5 -3
  7. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +5 -3
  8. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +12 -6
  9. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +5 -3
  10. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +5 -3
  11. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +6 -5
  12. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +9 -7
  13. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +5 -3
  14. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +6 -3
  15. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +5 -3
  16. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +8 -3
  17. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +8 -3
  18. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +35 -0
  19. package/esm2022/lib/elements/index.mjs +6 -5
  20. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +5 -3
  21. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +5 -3
  22. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +5 -3
  23. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +5 -3
  24. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +5 -3
  25. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +5 -3
  26. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +5 -3
  27. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +5 -3
  28. package/esm2022/lib/sections/features-section/features-section.component.mjs +5 -3
  29. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +5 -3
  30. package/esm2022/lib/sections/header-text/header-text.component.mjs +5 -3
  31. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +5 -3
  32. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +5 -3
  33. package/esm2022/lib/sections/image-section/image-section.component.mjs +5 -3
  34. package/esm2022/lib/sections/location-section/location-section.component.mjs +5 -3
  35. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +5 -3
  36. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +5 -3
  37. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +5 -3
  38. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +5 -3
  39. package/esm2022/lib/sections/process-section/process-section.component.mjs +5 -3
  40. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +5 -3
  41. package/esm2022/lib/sections/service-section/service-section.component.mjs +5 -3
  42. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +5 -3
  43. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +5 -3
  44. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +5 -3
  45. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +5 -3
  46. package/esm2022/lib/sections/text-section/text-section.component.mjs +5 -3
  47. package/esm2022/lib/sections/video-section/video-section.component.mjs +5 -3
  48. package/fesm2022/simpo-component-library.mjs +257 -127
  49. package/fesm2022/simpo-component-library.mjs.map +1 -1
  50. package/lib/ecommerce/sections/address/address.component.d.ts +2 -1
  51. package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +2 -1
  52. package/lib/ecommerce/sections/cart/cart.component.d.ts +2 -1
  53. package/lib/ecommerce/sections/category-product/category-product.component.d.ts +4 -4
  54. package/lib/ecommerce/sections/checkout/checkout.component.d.ts +2 -1
  55. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +2 -1
  56. package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +2 -1
  57. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
  58. package/lib/ecommerce/sections/order-details/order-details.component.d.ts +2 -1
  59. package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +2 -1
  60. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +1 -1
  61. package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +2 -1
  62. package/lib/ecommerce/sections/user-basic-info/user-basic-info.component.d.ts +1 -0
  63. package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +2 -1
  64. package/lib/ecommerce/sections/verify-payment/verify-payment.component.d.ts +3 -1
  65. package/lib/ecommerce/sections/whislist/whislist.component.d.ts +3 -1
  66. package/lib/elements/card-skeleton-loader/card-skeleton-loader.component.d.ts +10 -0
  67. package/lib/elements/index.d.ts +2 -1
  68. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -1
  69. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +2 -1
  70. package/lib/sections/banner-section/banner-section.component.d.ts +2 -1
  71. package/lib/sections/blog-list/blog-list.component.d.ts +2 -1
  72. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +2 -1
  73. package/lib/sections/choose-us-section/choose-us-section.component.d.ts +2 -1
  74. package/lib/sections/contact-us/contact-us.component.d.ts +2 -1
  75. package/lib/sections/faq-section/faq-section.component.d.ts +2 -1
  76. package/lib/sections/features-section/features-section.component.d.ts +2 -1
  77. package/lib/sections/footer-section/footer-section.component.d.ts +2 -1
  78. package/lib/sections/header-text/header-text.component.d.ts +2 -1
  79. package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +2 -1
  80. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +2 -1
  81. package/lib/sections/image-section/image-section.component.d.ts +2 -1
  82. package/lib/sections/location-section/location-section.component.d.ts +2 -1
  83. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +2 -1
  84. package/lib/sections/navbar-section/navbar-section.component.d.ts +2 -1
  85. package/lib/sections/pricing-section/pricing-section.component.d.ts +2 -1
  86. package/lib/sections/process-modern/process-modern.component.d.ts +2 -1
  87. package/lib/sections/process-section/process-section.component.d.ts +2 -1
  88. package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +2 -1
  89. package/lib/sections/service-section/service-section.component.d.ts +2 -1
  90. package/lib/sections/team-member-section/team-member-section.component.d.ts +2 -1
  91. package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +2 -1
  92. package/lib/sections/testimonial-section/testimonial-section.component.d.ts +2 -1
  93. package/lib/sections/text-image-section/text-image-section.component.d.ts +2 -1
  94. package/lib/sections/text-section/text-section.component.d.ts +2 -1
  95. package/lib/sections/video-section/video-section.component.d.ts +2 -1
  96. package/package.json +1 -1
  97. package/simpo-component-library-1.6.38.tgz +0 -0
  98. package/simpo-component-library-1.6.39.tgz +0 -0
  99. package/simpo-component-library-1.6.37.tgz +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.