ingeniuscliq-core 0.1.2 → 0.1.4

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 (92) hide show
  1. package/core/commands/create-template.js +6 -6
  2. package/dist/components/common/index.d.ts +6 -0
  3. package/dist/components/common/logo/index.d.ts +1 -0
  4. package/dist/components/common/pagination/index.d.ts +1 -0
  5. package/dist/components/common/select/index.d.ts +1 -0
  6. package/dist/components/common/spinner/index.d.ts +1 -0
  7. package/dist/components/index.d.ts +3 -2
  8. package/dist/components/layouts/index.d.ts +1 -0
  9. package/dist/components/templates/index.d.ts +3 -0
  10. package/dist/components/templates/partials/CoreHeader.d.ts +3 -3
  11. package/dist/components/templates/partials/CoreMainSearch.d.ts +3 -3
  12. package/dist/components/templates/partials/CoreNavbar.d.ts +2 -2
  13. package/dist/components/templates/partials/CoreSubMenu.d.ts +4 -1
  14. package/dist/components/templates/partials/index.d.ts +8 -0
  15. package/dist/index.css +1 -1
  16. package/dist/index.d.ts +1 -0
  17. package/dist/index.js +18917 -14558
  18. package/dist/modules/CoreAuth/components/index.d.ts +1 -0
  19. package/dist/modules/CoreAuth/components/layouts/index.d.ts +1 -0
  20. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthDecorator.d.ts +1 -0
  21. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileDeleteAccountForm.d.ts +1 -0
  22. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileForm.d.ts +1 -0
  23. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthProfileUpdatePassForm.d.ts +1 -0
  24. package/dist/modules/CoreAuth/components/layouts/partials/CoreAuthUserMenu.d.ts +1 -0
  25. package/dist/modules/CoreAuth/components/layouts/partials/index.d.ts +5 -0
  26. package/dist/modules/CoreAuth/constants/index.d.ts +1 -0
  27. package/dist/modules/CoreAuth/hooks/index.d.ts +1 -0
  28. package/dist/modules/CoreAuth/registry.d.ts +6 -0
  29. package/dist/modules/CoreAuth/services/index.d.ts +1 -0
  30. package/dist/modules/CoreAuth/stores/index.d.ts +1 -0
  31. package/dist/modules/CoreAuth/types/index.d.ts +1 -0
  32. package/dist/modules/CoreCustomization/classes/index.d.ts +1 -0
  33. package/dist/modules/CoreCustomization/registry.d.ts +3 -0
  34. package/dist/modules/CoreCustomization/services/index.d.ts +1 -0
  35. package/dist/modules/CoreCustomization/types/index.d.ts +1 -0
  36. package/dist/modules/CoreOrder/classes/index.d.ts +1 -0
  37. package/dist/modules/CoreOrder/registry.d.ts +3 -0
  38. package/dist/modules/CoreOrder/services/index.d.ts +1 -0
  39. package/dist/modules/CoreOrder/types/index.d.ts +2 -0
  40. package/dist/modules/CoreOrder/types/interfaces/index.d.ts +1 -0
  41. package/dist/modules/CorePayForm/classes/index.d.ts +1 -0
  42. package/dist/modules/CorePayForm/registry.d.ts +3 -0
  43. package/dist/modules/CorePayForm/services/index.d.ts +1 -0
  44. package/dist/modules/CorePayForm/types/index.d.ts +1 -0
  45. package/dist/modules/CoreProduct/classes/index.d.ts +1 -0
  46. package/dist/modules/CoreProduct/components/index.d.ts +2 -0
  47. package/dist/modules/CoreProduct/components/layouts/index.d.ts +1 -0
  48. package/dist/modules/CoreProduct/components/layouts/partials/index.d.ts +1 -0
  49. package/dist/modules/CoreProduct/components/ui/cards/addons/index.d.ts +1 -0
  50. package/dist/modules/CoreProduct/components/ui/cards/index.d.ts +7 -0
  51. package/dist/modules/CoreProduct/components/ui/carousels/index.d.ts +1 -0
  52. package/dist/modules/CoreProduct/components/ui/containers/index.d.ts +1 -0
  53. package/dist/modules/CoreProduct/components/ui/index.d.ts +3 -0
  54. package/dist/modules/CoreProduct/registry.d.ts +4 -0
  55. package/dist/modules/CoreProduct/services/index.d.ts +1 -0
  56. package/dist/modules/CoreProduct/types/index.d.ts +2 -0
  57. package/dist/modules/CoreShopCart/classes/CoreShopCartBuilder.d.ts +4 -4
  58. package/dist/modules/CoreShopCart/classes/index.d.ts +1 -0
  59. package/dist/modules/CoreShopCart/components/index.d.ts +2 -0
  60. package/dist/modules/CoreShopCart/components/layouts/index.d.ts +1 -0
  61. package/dist/modules/CoreShopCart/components/layouts/partials/index.d.ts +2 -0
  62. package/dist/modules/CoreShopCart/components/ui/cards/index.d.ts +2 -0
  63. package/dist/modules/CoreShopCart/components/ui/cards/skeletons/index.d.ts +1 -0
  64. package/dist/modules/CoreShopCart/components/ui/empty/index.d.ts +1 -0
  65. package/dist/modules/CoreShopCart/components/ui/index.d.ts +3 -0
  66. package/dist/modules/CoreShopCart/components/ui/texts/index.d.ts +4 -0
  67. package/dist/modules/CoreShopCart/constants/index.d.ts +1 -0
  68. package/dist/modules/CoreShopCart/registry.d.ts +5 -0
  69. package/dist/modules/CoreShopCart/services/index.d.ts +1 -0
  70. package/dist/modules/CoreShopCart/types/index.d.ts +2 -0
  71. package/dist/modules/CoreShopCart/types/interfaces/index.d.ts +1 -0
  72. package/dist/modules/registry.d.ts +6 -0
  73. package/dist/stores/customizationStore.d.ts +5 -5
  74. package/package.json +1 -1
  75. package/dist/components/customs/index.d.ts +0 -6
  76. package/dist/modules/CoreAuth/components/layouts/partials/AuthDecorator.d.ts +0 -1
  77. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileDeleteAccountForm.d.ts +0 -1
  78. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileForm.d.ts +0 -1
  79. package/dist/modules/CoreAuth/components/layouts/partials/AuthProfileUpdatePassForm.d.ts +0 -1
  80. package/dist/modules/CoreAuth/components/layouts/partials/AuthUserMenu.d.ts +0 -1
  81. /package/dist/components/{customs → common}/carousel/CustomCarousel.d.ts +0 -0
  82. /package/dist/components/{customs → common}/carousel/CustomCarouselSection.d.ts +0 -0
  83. /package/dist/components/{customs → common}/carousel/index.d.ts +0 -0
  84. /package/dist/components/{customs → common}/form/CustomFormField.d.ts +0 -0
  85. /package/dist/components/{customs → common}/form/FormInput.d.ts +0 -0
  86. /package/dist/components/{customs → common}/form/FormTextArea.d.ts +0 -0
  87. /package/dist/components/{customs → common}/form/FormWrapper.d.ts +0 -0
  88. /package/dist/components/{customs → common}/form/index.d.ts +0 -0
  89. /package/dist/components/{customs → common}/logo/Logo.d.ts +0 -0
  90. /package/dist/components/{customs → common}/pagination/CustomPagination.d.ts +0 -0
  91. /package/dist/components/{customs → common}/select/CustomSelect.d.ts +0 -0
  92. /package/dist/components/{customs → common}/spinner/Spinner.d.ts +0 -0
@@ -0,0 +1 @@
1
+ export * from './layouts/index';
@@ -0,0 +1 @@
1
+ export * from './partials/index';
@@ -0,0 +1 @@
1
+ export declare function CoreAuthDecorator(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function CoreAuthProfileDeleteAccountForm(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function CoreAuthProfileForm(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function CoreAuthProfileUpdatePassForm(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function CoreAuthUserMenu(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ export * from './CoreAuthDecorator';
2
+ export * from './CoreAuthProfileDeleteAccountForm';
3
+ export * from './CoreAuthProfileForm';
4
+ export * from './CoreAuthProfileUpdatePassForm';
5
+ export * from './CoreAuthUserMenu';
@@ -0,0 +1 @@
1
+ export * from './auth';
@@ -0,0 +1 @@
1
+ export * from './useAuth';
@@ -0,0 +1,6 @@
1
+ export * from './components/index';
2
+ export * from './constants/index';
3
+ export * from './hooks/index';
4
+ export * from './services/index';
5
+ export * from './stores/index';
6
+ export * from './types/index';
@@ -0,0 +1 @@
1
+ export * from './base';
@@ -0,0 +1 @@
1
+ export * from './authStore';
@@ -0,0 +1 @@
1
+ export * from './CoreAuth';
@@ -0,0 +1 @@
1
+ export * from './CoreCustomizationBuilder';
@@ -0,0 +1,3 @@
1
+ export * from './classes/index';
2
+ export * from './services/index';
3
+ export * from './types/index';
@@ -0,0 +1 @@
1
+ export * from './base';
@@ -0,0 +1 @@
1
+ export * from './CoreCustomization';
@@ -0,0 +1 @@
1
+ export * from './CoreOrderBuilder';
@@ -0,0 +1,3 @@
1
+ export * from './classes/index';
2
+ export * from './services/index';
3
+ export * from './types/index';
@@ -0,0 +1 @@
1
+ export * from './base';
@@ -0,0 +1,2 @@
1
+ export * from './interfaces/index';
2
+ export * from './CoreOrder';
@@ -0,0 +1 @@
1
+ export * from './OrderActions';
@@ -0,0 +1 @@
1
+ export * from './CorePayFormBuilder';
@@ -0,0 +1,3 @@
1
+ export * from './classes/index';
2
+ export * from './services/index';
3
+ export * from './types/index';
@@ -0,0 +1 @@
1
+ export * from './base';
@@ -0,0 +1 @@
1
+ export * from './CorePayForm';
@@ -0,0 +1 @@
1
+ export * from './CoreProductBuilder';
@@ -0,0 +1,2 @@
1
+ export * from './layouts/index';
2
+ export * from './ui/index';
@@ -0,0 +1 @@
1
+ export * from './partials/index';
@@ -0,0 +1 @@
1
+ export * from './TabHead';
@@ -0,0 +1 @@
1
+ export * from './WarrantyLabel';
@@ -0,0 +1,7 @@
1
+ export * from './addons/index';
2
+ export * from './skeletons/index';
3
+ export * from './CoreProductCard';
4
+ export * from './CoreProductCardActions';
5
+ export * from './CoreProductCartItemAsideCard';
6
+ export * from './CoreProductCartItemCard';
7
+ export * from './CoreProductCartSummaryCard';
@@ -0,0 +1 @@
1
+ export * from './CoreProductImageCarousel';
@@ -0,0 +1 @@
1
+ export * from './CoreProductGrid';
@@ -0,0 +1,3 @@
1
+ export * from './cards/index';
2
+ export * from './carousels/index';
3
+ export * from './containers/index';
@@ -0,0 +1,4 @@
1
+ export * from './classes/index';
2
+ export * from './components/index';
3
+ export * from './services/index';
4
+ export * from './types/index';
@@ -0,0 +1 @@
1
+ export * from './base';
@@ -0,0 +1,2 @@
1
+ export * from './CoreProduct';
2
+ export * from './CoreProductCategory';
@@ -8,8 +8,8 @@ export declare class CoreShopCartBuilder<T> implements CoreBuilder {
8
8
  build(): import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<CoreShopCartStore<T>>, "persist"> & {
9
9
  persist: {
10
10
  setOptions: (options: Partial<import('zustand/middleware').PersistOptions<CoreShopCartStore<T>, {
11
- cart: import('../types/CoreShopCart').CoreShopCart<T>;
12
- cartItems: import('../types/CoreShopCart').CoreCartItem<T>[];
11
+ cart: import('../types').CoreShopCart<T>;
12
+ cartItems: import('../types').CoreCartItem<T>[];
13
13
  }>>) => void;
14
14
  clearStorage: () => void;
15
15
  rehydrate: () => Promise<void> | void;
@@ -17,8 +17,8 @@ export declare class CoreShopCartBuilder<T> implements CoreBuilder {
17
17
  onHydrate: (fn: (state: CoreShopCartStore<T>) => void) => () => void;
18
18
  onFinishHydration: (fn: (state: CoreShopCartStore<T>) => void) => () => void;
19
19
  getOptions: () => Partial<import('zustand/middleware').PersistOptions<CoreShopCartStore<T>, {
20
- cart: import('../types/CoreShopCart').CoreShopCart<T>;
21
- cartItems: import('../types/CoreShopCart').CoreCartItem<T>[];
20
+ cart: import('../types').CoreShopCart<T>;
21
+ cartItems: import('../types').CoreCartItem<T>[];
22
22
  }>>;
23
23
  };
24
24
  }>;
@@ -0,0 +1 @@
1
+ export * from './CoreShopCartBuilder';
@@ -0,0 +1,2 @@
1
+ export * from './layouts/index';
2
+ export * from './ui/index';
@@ -0,0 +1 @@
1
+ export * from './partials/index';
@@ -0,0 +1,2 @@
1
+ export * from './CoreShopCartAside';
2
+ export * from './CoreShopCartIcon';
@@ -0,0 +1,2 @@
1
+ export * from './skeletons/index';
2
+ export * from './CoreCartItemAsideCard';
@@ -0,0 +1 @@
1
+ export * from './CoreCartItemAsideCardSkeleton';
@@ -0,0 +1 @@
1
+ export * from './EmptyCartItems';
@@ -0,0 +1,3 @@
1
+ export * from './cards/index';
2
+ export * from './empty/index';
3
+ export * from './texts/index';
@@ -0,0 +1,4 @@
1
+ export * from './CoreCartHintTitle';
2
+ export * from './CoreCartSubtotalText';
3
+ export * from './CoreCartSummaryHead';
4
+ export * from './CoreCartSummaryText';
@@ -0,0 +1 @@
1
+ export * from './shopCart';
@@ -0,0 +1,5 @@
1
+ export * from './classes/index';
2
+ export * from './components/index';
3
+ export * from './constants/index';
4
+ export * from './services/index';
5
+ export * from './types/index';
@@ -0,0 +1 @@
1
+ export * from './base';
@@ -0,0 +1,2 @@
1
+ export * from './interfaces/index';
2
+ export * from './CoreShopCart';
@@ -0,0 +1 @@
1
+ export * from './CartActions';
@@ -0,0 +1,6 @@
1
+ export * from './CoreAuth/registry';
2
+ export * from './CoreCustomization/registry';
3
+ export * from './CoreOrder/registry';
4
+ export * from './CorePayForm/registry';
5
+ export * from './CoreProduct/registry';
6
+ export * from './CoreShopCart/registry';
@@ -1,6 +1,6 @@
1
- export declare const useCustomizationStore: import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<import('../modules/CoreCustomization/types/CoreCustomization').CoreCustomizationStore>, "persist"> & {
1
+ export declare const useCustomizationStore: import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<import('..').CoreCustomizationStore>, "persist"> & {
2
2
  persist: {
3
- setOptions: (options: Partial<import('zustand/middleware').PersistOptions<import('../modules/CoreCustomization/types/CoreCustomization').CoreCustomizationStore, {
3
+ setOptions: (options: Partial<import('zustand/middleware').PersistOptions<import('..').CoreCustomizationStore, {
4
4
  template: string | null;
5
5
  components: string[] | null;
6
6
  styles: import('../types/ui').CoreDesignTemplateStyles[] | null;
@@ -9,9 +9,9 @@ export declare const useCustomizationStore: import('zustand').UseBoundStore<Omit
9
9
  clearStorage: () => void;
10
10
  rehydrate: () => Promise<void> | void;
11
11
  hasHydrated: () => boolean;
12
- onHydrate: (fn: (state: import('../modules/CoreCustomization/types/CoreCustomization').CoreCustomizationStore) => void) => () => void;
13
- onFinishHydration: (fn: (state: import('../modules/CoreCustomization/types/CoreCustomization').CoreCustomizationStore) => void) => () => void;
14
- getOptions: () => Partial<import('zustand/middleware').PersistOptions<import('../modules/CoreCustomization/types/CoreCustomization').CoreCustomizationStore, {
12
+ onHydrate: (fn: (state: import('..').CoreCustomizationStore) => void) => () => void;
13
+ onFinishHydration: (fn: (state: import('..').CoreCustomizationStore) => void) => () => void;
14
+ getOptions: () => Partial<import('zustand/middleware').PersistOptions<import('..').CoreCustomizationStore, {
15
15
  template: string | null;
16
16
  components: string[] | null;
17
17
  styles: import('../types/ui').CoreDesignTemplateStyles[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,6 +0,0 @@
1
- export * from './carousel/index';
2
- export * from './form/index';
3
- export * from './logo/Logo';
4
- export * from './pagination/CustomPagination';
5
- export * from './select/CustomSelect';
6
- export * from './spinner/Spinner';
@@ -1 +0,0 @@
1
- export declare function AuthDecorator(): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function AuthProfileDeleteAccountForm(): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function AuthProfileForm(): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function AuthProfileUpdatePassForm(): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function AuthUserMenu(): import("react/jsx-runtime").JSX.Element;