ingeniuscliq-core 0.2.55 → 0.2.57

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 (68) hide show
  1. package/dist/components/templates/index.d.ts +0 -1
  2. package/dist/helpers/image.d.ts +1 -1
  3. package/dist/index.css +1 -1
  4. package/dist/index.js +6777 -10674
  5. package/dist/types/CoreImage.d.ts +5 -2
  6. package/dist/ui/index.d.ts +0 -1
  7. package/package.json +1 -1
  8. package/dist/components/templates/partials/CoreFooter.d.ts +0 -1
  9. package/dist/components/templates/partials/CoreHeader.d.ts +0 -6
  10. package/dist/components/templates/partials/CoreMainSearch.d.ts +0 -8
  11. package/dist/components/templates/partials/CoreNavbar.d.ts +0 -8
  12. package/dist/components/templates/partials/CoreSubMenu.d.ts +0 -9
  13. package/dist/components/templates/partials/CoreSubMenuHeader.d.ts +0 -7
  14. package/dist/components/templates/partials/DynamicHeader.d.ts +0 -7
  15. package/dist/components/templates/partials/DynamicMain.d.ts +0 -5
  16. package/dist/components/templates/partials/index.d.ts +0 -8
  17. package/dist/modules/CoreAuth/components/index.d.ts +0 -1
  18. package/dist/modules/CoreAuth/components/layouts/index.d.ts +0 -1
  19. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthDecorator.d.ts +0 -1
  20. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileDeleteAccountForm.d.ts +0 -1
  21. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileForm.d.ts +0 -1
  22. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileUpdatePassForm.d.ts +0 -1
  23. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthUserMenu.d.ts +0 -1
  24. package/dist/modules/CoreAuth/components/layouts/partials/index.d.ts +0 -5
  25. package/dist/modules/CoreAuth/registry/ui/index.d.ts +0 -1
  26. package/dist/modules/CoreCustomization/registry/ui/index.d.ts +0 -0
  27. package/dist/modules/CoreOrder/registry/ui/index.d.ts +0 -0
  28. package/dist/modules/CorePayForm/registry/ui/index.d.ts +0 -0
  29. package/dist/modules/CoreProduct/components/index.d.ts +0 -2
  30. package/dist/modules/CoreProduct/components/layouts/index.d.ts +0 -1
  31. package/dist/modules/CoreProduct/components/layouts/partials/TabHead.d.ts +0 -6
  32. package/dist/modules/CoreProduct/components/layouts/partials/index.d.ts +0 -1
  33. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCard.d.ts +0 -15
  34. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCardActions.d.ts +0 -18
  35. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartItemAsideCard.d.ts +0 -7
  36. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartItemCard.d.ts +0 -8
  37. package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartSummaryCard.d.ts +0 -7
  38. package/dist/modules/CoreProduct/components/ui/cards/addons/WarrantyLabel.d.ts +0 -10
  39. package/dist/modules/CoreProduct/components/ui/cards/addons/index.d.ts +0 -1
  40. package/dist/modules/CoreProduct/components/ui/cards/index.d.ts +0 -7
  41. package/dist/modules/CoreProduct/components/ui/cards/skeletons/CoreProductCardSkeleton.d.ts +0 -5
  42. package/dist/modules/CoreProduct/components/ui/cards/skeletons/CoreProductCartItemCardSkeleton.d.ts +0 -1
  43. package/dist/modules/CoreProduct/components/ui/cards/skeletons/index.d.ts +0 -2
  44. package/dist/modules/CoreProduct/components/ui/carousels/CoreProductImageCarousel.d.ts +0 -8
  45. package/dist/modules/CoreProduct/components/ui/carousels/index.d.ts +0 -1
  46. package/dist/modules/CoreProduct/components/ui/containers/CoreProductGrid.d.ts +0 -19
  47. package/dist/modules/CoreProduct/components/ui/containers/index.d.ts +0 -1
  48. package/dist/modules/CoreProduct/components/ui/index.d.ts +0 -3
  49. package/dist/modules/CoreProduct/registry/ui/index.d.ts +0 -1
  50. package/dist/modules/CoreShopCart/components/index.d.ts +0 -2
  51. package/dist/modules/CoreShopCart/components/layouts/index.d.ts +0 -1
  52. package/dist/modules/CoreShopCart/components/layouts/partials/CoreShopCartAside.d.ts +0 -12
  53. package/dist/modules/CoreShopCart/components/layouts/partials/CoreShopCartIcon.d.ts +0 -7
  54. package/dist/modules/CoreShopCart/components/layouts/partials/index.d.ts +0 -2
  55. package/dist/modules/CoreShopCart/components/ui/cards/CoreCartItemAsideCard.d.ts +0 -9
  56. package/dist/modules/CoreShopCart/components/ui/cards/index.d.ts +0 -2
  57. package/dist/modules/CoreShopCart/components/ui/cards/skeletons/CoreCartItemAsideCardSkeleton.d.ts +0 -4
  58. package/dist/modules/CoreShopCart/components/ui/cards/skeletons/index.d.ts +0 -1
  59. package/dist/modules/CoreShopCart/components/ui/empty/EmptyCartItems.d.ts +0 -1
  60. package/dist/modules/CoreShopCart/components/ui/empty/index.d.ts +0 -1
  61. package/dist/modules/CoreShopCart/components/ui/index.d.ts +0 -3
  62. package/dist/modules/CoreShopCart/components/ui/texts/CoreCartHintTitle.d.ts +0 -8
  63. package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSubtotalText.d.ts +0 -7
  64. package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSummaryHead.d.ts +0 -6
  65. package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSummaryText.d.ts +0 -7
  66. package/dist/modules/CoreShopCart/components/ui/texts/index.d.ts +0 -4
  67. package/dist/modules/CoreShopCart/registry/ui/index.d.ts +0 -1
  68. package/dist/modules/registry/ui/index.d.ts +0 -3

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.