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
@@ -1,3 +1,2 @@
1
- export * from './partials/index';
2
1
  export * from './CoreHomeLayout';
3
2
  export * from './CorePreviewLayout';
@@ -1 +1 @@
1
- export declare function imageUrlTenancyAware(url: string): string;
1
+ export declare function getImageUrlByTenant(url: string): string;
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- :root{--color-spinner: white;--size-spinner: 20px}div.spinner{position:relative;width:var(--size-spinner);height:var(--size-spinner);display:inline-block;margin-left:50%;margin-right:50%;padding:10px;border-radius:10px}div.spinner div{width:6%;height:16%;background:var(--color-spinner);position:absolute;left:49%;top:43%;opacity:0;-webkit-border-radius:50px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-animation:fade 1s linear infinite}@-webkit-keyframes fade{0%{opacity:1}to{opacity:.25}}div.spinner div.bar1{-webkit-transform:rotate(0deg) translate(0,-130%);-webkit-animation-delay:0s}div.spinner div.bar2{-webkit-transform:rotate(30deg) translate(0,-130%);-webkit-animation-delay:-.9167s}div.spinner div.bar3{-webkit-transform:rotate(60deg) translate(0,-130%);-webkit-animation-delay:-.833s}div.spinner div.bar4{-webkit-transform:rotate(90deg) translate(0,-130%);-webkit-animation-delay:-.7497s}div.spinner div.bar5{-webkit-transform:rotate(120deg) translate(0,-130%);-webkit-animation-delay:-.667s}div.spinner div.bar6{-webkit-transform:rotate(150deg) translate(0,-130%);-webkit-animation-delay:-.5837s}div.spinner div.bar7{-webkit-transform:rotate(180deg) translate(0,-130%);-webkit-animation-delay:-.5s}div.spinner div.bar8{-webkit-transform:rotate(210deg) translate(0,-130%);-webkit-animation-delay:-.4167s}div.spinner div.bar9{-webkit-transform:rotate(240deg) translate(0,-130%);-webkit-animation-delay:-.333s}div.spinner div.bar10{-webkit-transform:rotate(270deg) translate(0,-130%);-webkit-animation-delay:-.2497s}div.spinner div.bar11{-webkit-transform:rotate(300deg) translate(0,-130%);-webkit-animation-delay:-.167s}div.spinner div.bar12{-webkit-transform:rotate(330deg) translate(0,-130%);-webkit-animation-delay:-.0833s}.warranty{transform:rotate(-45deg) translate(-28%) translateY(-125%);transition:all .5s ease}.warranty-left,.warranty-right{content:"";width:10px;height:30px;position:absolute;top:0;z-index:-100}.warranty-left{left:0;transform:rotate(45deg) scale(.7) translate(110%)}.warranty-right{right:0;transform:rotate(-45deg) scaleX(.7) translate(-110%) translateY(-15%)}@custom-variant dark (&:is(.dark *));body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--background: oklch(1 0 0);--foreground: oklch(.141 .005 285.823);--card: oklch(1 0 0);--card-foreground: oklch(.141 .005 285.823);--popover: oklch(1 0 0);--popover-foreground: oklch(.141 .005 285.823);--primary: oklch(.21 .006 285.885);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.967 .001 286.375);--secondary-foreground: oklch(.21 .006 285.885);--muted: oklch(.967 .001 286.375);--muted-foreground: oklch(.552 .016 285.938);--accent: oklch(.967 .001 286.375);--accent-foreground: oklch(.21 .006 285.885);--destructive: oklch(.577 .245 27.325);--destructive-foreground: oklch(.577 .245 27.325);--border: oklch(.92 .004 286.32);--input: oklch(.92 .004 286.32);--ring: oklch(.871 .006 286.286);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.141 .005 285.823);--sidebar-primary: oklch(.21 .006 285.885);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.967 .001 286.375);--sidebar-accent-foreground: oklch(.21 .006 285.885);--sidebar-border: oklch(.92 .004 286.32);--sidebar-ring: oklch(.871 .006 286.286)}.dark{--background: oklch(.141 .005 285.823);--foreground: oklch(.985 0 0);--card: oklch(.141 .005 285.823);--card-foreground: oklch(.985 0 0);--popover: oklch(.141 .005 285.823);--popover-foreground: oklch(.985 0 0);--primary: oklch(.985 0 0);--primary-foreground: oklch(.21 .006 285.885);--secondary: oklch(.274 .006 286.033);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.274 .006 286.033);--muted-foreground: oklch(.705 .015 286.067);--accent: oklch(.274 .006 286.033);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.396 .141 25.723);--destructive-foreground: oklch(.637 .237 25.331);--border: oklch(.274 .006 286.033);--input: oklch(.274 .006 286.033);--ring: oklch(.442 .017 285.786);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.21 .006 285.885);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.274 .006 286.033);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(.274 .006 286.033);--sidebar-ring: oklch(.442 .017 285.786)}@theme{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }@layer base{*{border-color:var(--border);outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}body{background-color:var(--background);color:var(--foreground)}}body{min-height:100vh;display:flex;flex-direction:column;--max-container-width: 1600px}.max-container{max-width:var(--max-container-width);margin:0 auto}@media screen and (width <= 1600px){.max-container{padding:0 1.25rem}}@keyframes fadeIn{0%{opacity:0;transform:scale(0)}20%{opacity:1}to{transform:scale(1)}}@keyframes translateUp{0%{opacity:0;transform:translateY(30%)}to{opacity:1;transform:translateY(0)}}@keyframes shakeIn{0%,50%{transform:rotate(20deg)}25%,75%{transform:rotate(-20deg)}to{transform:rotate(0)}}.fadeIn{animation-name:fadeIn;animation-duration:1s;animation-timeline:view();animation-range:entry 10% cover 30%}.fadeIn-normal{animation-name:fadeIn;animation-duration:1s}.translateUp{animation-name:translateUp;animation-duration:2s;animation-timeline:view();animation-range:entry 10% cover 20%}.translateUp-normal{animation-name:translateUp;animation-duration:2s}.shake{animation-name:shakeIn;animation-duration:1.5s}
1
+ :root{--color-spinner: white;--size-spinner: 20px}div.spinner{position:relative;width:var(--size-spinner);height:var(--size-spinner);display:inline-block;margin-left:50%;margin-right:50%;padding:10px;border-radius:10px}div.spinner div{width:6%;height:16%;background:var(--color-spinner);position:absolute;left:49%;top:43%;opacity:0;-webkit-border-radius:50px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-animation:fade 1s linear infinite}@-webkit-keyframes fade{0%{opacity:1}to{opacity:.25}}div.spinner div.bar1{-webkit-transform:rotate(0deg) translate(0,-130%);-webkit-animation-delay:0s}div.spinner div.bar2{-webkit-transform:rotate(30deg) translate(0,-130%);-webkit-animation-delay:-.9167s}div.spinner div.bar3{-webkit-transform:rotate(60deg) translate(0,-130%);-webkit-animation-delay:-.833s}div.spinner div.bar4{-webkit-transform:rotate(90deg) translate(0,-130%);-webkit-animation-delay:-.7497s}div.spinner div.bar5{-webkit-transform:rotate(120deg) translate(0,-130%);-webkit-animation-delay:-.667s}div.spinner div.bar6{-webkit-transform:rotate(150deg) translate(0,-130%);-webkit-animation-delay:-.5837s}div.spinner div.bar7{-webkit-transform:rotate(180deg) translate(0,-130%);-webkit-animation-delay:-.5s}div.spinner div.bar8{-webkit-transform:rotate(210deg) translate(0,-130%);-webkit-animation-delay:-.4167s}div.spinner div.bar9{-webkit-transform:rotate(240deg) translate(0,-130%);-webkit-animation-delay:-.333s}div.spinner div.bar10{-webkit-transform:rotate(270deg) translate(0,-130%);-webkit-animation-delay:-.2497s}div.spinner div.bar11{-webkit-transform:rotate(300deg) translate(0,-130%);-webkit-animation-delay:-.167s}div.spinner div.bar12{-webkit-transform:rotate(330deg) translate(0,-130%);-webkit-animation-delay:-.0833s}@custom-variant dark (&:is(.dark *));body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--background: oklch(1 0 0);--foreground: oklch(.141 .005 285.823);--card: oklch(1 0 0);--card-foreground: oklch(.141 .005 285.823);--popover: oklch(1 0 0);--popover-foreground: oklch(.141 .005 285.823);--primary: oklch(.21 .006 285.885);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.967 .001 286.375);--secondary-foreground: oklch(.21 .006 285.885);--muted: oklch(.967 .001 286.375);--muted-foreground: oklch(.552 .016 285.938);--accent: oklch(.967 .001 286.375);--accent-foreground: oklch(.21 .006 285.885);--destructive: oklch(.577 .245 27.325);--destructive-foreground: oklch(.577 .245 27.325);--border: oklch(.92 .004 286.32);--input: oklch(.92 .004 286.32);--ring: oklch(.871 .006 286.286);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.141 .005 285.823);--sidebar-primary: oklch(.21 .006 285.885);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.967 .001 286.375);--sidebar-accent-foreground: oklch(.21 .006 285.885);--sidebar-border: oklch(.92 .004 286.32);--sidebar-ring: oklch(.871 .006 286.286)}.dark{--background: oklch(.141 .005 285.823);--foreground: oklch(.985 0 0);--card: oklch(.141 .005 285.823);--card-foreground: oklch(.985 0 0);--popover: oklch(.141 .005 285.823);--popover-foreground: oklch(.985 0 0);--primary: oklch(.985 0 0);--primary-foreground: oklch(.21 .006 285.885);--secondary: oklch(.274 .006 286.033);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.274 .006 286.033);--muted-foreground: oklch(.705 .015 286.067);--accent: oklch(.274 .006 286.033);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.396 .141 25.723);--destructive-foreground: oklch(.637 .237 25.331);--border: oklch(.274 .006 286.033);--input: oklch(.274 .006 286.033);--ring: oklch(.442 .017 285.786);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.21 .006 285.885);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.274 .006 286.033);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(.274 .006 286.033);--sidebar-ring: oklch(.442 .017 285.786)}@theme{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }@layer base{*{border-color:var(--border);outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}body{background-color:var(--background);color:var(--foreground)}}body{min-height:100vh;display:flex;flex-direction:column;--max-container-width: 1600px}.max-container{max-width:var(--max-container-width);margin:0 auto}@media screen and (width <= 1600px){.max-container{padding:0 1.25rem}}@keyframes fadeIn{0%{opacity:0;transform:scale(0)}20%{opacity:1}to{transform:scale(1)}}@keyframes translateUp{0%{opacity:0;transform:translateY(30%)}to{opacity:1;transform:translateY(0)}}@keyframes shakeIn{0%,50%{transform:rotate(20deg)}25%,75%{transform:rotate(-20deg)}to{transform:rotate(0)}}.fadeIn{animation-name:fadeIn;animation-duration:1s;animation-timeline:view();animation-range:entry 10% cover 30%}.fadeIn-normal{animation-name:fadeIn;animation-duration:1s}.translateUp{animation-name:translateUp;animation-duration:2s;animation-timeline:view();animation-range:entry 10% cover 20%}.translateUp-normal{animation-name:translateUp;animation-duration:2s}.shake{animation-name:shakeIn;animation-duration:1.5s}