ingeniuscliq-core 0.2.56 → 0.2.58
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/dist/components/templates/index.d.ts +0 -1
- package/dist/index.css +1 -1
- package/dist/index.js +6779 -10675
- package/dist/modules/CoreProduct/classes/CoreProductBuilder.d.ts +2 -0
- package/dist/modules/CoreProduct/types/CoreProduct.d.ts +4 -4
- package/dist/modules/CoreProduct/types/CoreProductCategory.d.ts +0 -3
- package/dist/types/CoreImage.d.ts +5 -2
- package/dist/ui/index.d.ts +0 -1
- package/package.json +1 -1
- package/dist/components/templates/partials/CoreFooter.d.ts +0 -1
- package/dist/components/templates/partials/CoreHeader.d.ts +0 -6
- package/dist/components/templates/partials/CoreMainSearch.d.ts +0 -8
- package/dist/components/templates/partials/CoreNavbar.d.ts +0 -8
- package/dist/components/templates/partials/CoreSubMenu.d.ts +0 -9
- package/dist/components/templates/partials/CoreSubMenuHeader.d.ts +0 -7
- package/dist/components/templates/partials/DynamicHeader.d.ts +0 -7
- package/dist/components/templates/partials/DynamicMain.d.ts +0 -5
- package/dist/components/templates/partials/index.d.ts +0 -8
- package/dist/modules/CoreAuth/components/index.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/index.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthDecorator.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileDeleteAccountForm.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileForm.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileUpdatePassForm.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthUserMenu.d.ts +0 -1
- package/dist/modules/CoreAuth/components/layouts/partials/index.d.ts +0 -5
- package/dist/modules/CoreAuth/registry/ui/index.d.ts +0 -1
- package/dist/modules/CoreCustomization/registry/ui/index.d.ts +0 -0
- package/dist/modules/CoreOrder/registry/ui/index.d.ts +0 -0
- package/dist/modules/CorePayForm/registry/ui/index.d.ts +0 -0
- package/dist/modules/CoreProduct/components/index.d.ts +0 -2
- package/dist/modules/CoreProduct/components/layouts/index.d.ts +0 -1
- package/dist/modules/CoreProduct/components/layouts/partials/TabHead.d.ts +0 -6
- package/dist/modules/CoreProduct/components/layouts/partials/index.d.ts +0 -1
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCard.d.ts +0 -15
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCardActions.d.ts +0 -18
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartItemAsideCard.d.ts +0 -7
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartItemCard.d.ts +0 -8
- package/dist/modules/CoreProduct/components/ui/cards/CoreProductCartSummaryCard.d.ts +0 -7
- package/dist/modules/CoreProduct/components/ui/cards/addons/WarrantyLabel.d.ts +0 -10
- package/dist/modules/CoreProduct/components/ui/cards/addons/index.d.ts +0 -1
- package/dist/modules/CoreProduct/components/ui/cards/index.d.ts +0 -7
- package/dist/modules/CoreProduct/components/ui/cards/skeletons/CoreProductCardSkeleton.d.ts +0 -5
- package/dist/modules/CoreProduct/components/ui/cards/skeletons/CoreProductCartItemCardSkeleton.d.ts +0 -1
- package/dist/modules/CoreProduct/components/ui/cards/skeletons/index.d.ts +0 -2
- package/dist/modules/CoreProduct/components/ui/carousels/CoreProductImageCarousel.d.ts +0 -8
- package/dist/modules/CoreProduct/components/ui/carousels/index.d.ts +0 -1
- package/dist/modules/CoreProduct/components/ui/containers/CoreProductGrid.d.ts +0 -19
- package/dist/modules/CoreProduct/components/ui/containers/index.d.ts +0 -1
- package/dist/modules/CoreProduct/components/ui/index.d.ts +0 -3
- package/dist/modules/CoreProduct/registry/ui/index.d.ts +0 -1
- package/dist/modules/CoreShopCart/components/index.d.ts +0 -2
- package/dist/modules/CoreShopCart/components/layouts/index.d.ts +0 -1
- package/dist/modules/CoreShopCart/components/layouts/partials/CoreShopCartAside.d.ts +0 -12
- package/dist/modules/CoreShopCart/components/layouts/partials/CoreShopCartIcon.d.ts +0 -7
- package/dist/modules/CoreShopCart/components/layouts/partials/index.d.ts +0 -2
- package/dist/modules/CoreShopCart/components/ui/cards/CoreCartItemAsideCard.d.ts +0 -9
- package/dist/modules/CoreShopCart/components/ui/cards/index.d.ts +0 -2
- package/dist/modules/CoreShopCart/components/ui/cards/skeletons/CoreCartItemAsideCardSkeleton.d.ts +0 -4
- package/dist/modules/CoreShopCart/components/ui/cards/skeletons/index.d.ts +0 -1
- package/dist/modules/CoreShopCart/components/ui/empty/EmptyCartItems.d.ts +0 -1
- package/dist/modules/CoreShopCart/components/ui/empty/index.d.ts +0 -1
- package/dist/modules/CoreShopCart/components/ui/index.d.ts +0 -3
- package/dist/modules/CoreShopCart/components/ui/texts/CoreCartHintTitle.d.ts +0 -8
- package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSubtotalText.d.ts +0 -7
- package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSummaryHead.d.ts +0 -6
- package/dist/modules/CoreShopCart/components/ui/texts/CoreCartSummaryText.d.ts +0 -7
- package/dist/modules/CoreShopCart/components/ui/texts/index.d.ts +0 -4
- package/dist/modules/CoreShopCart/registry/ui/index.d.ts +0 -1
- 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.