@asteby/metacore-starter-core 1.1.0 → 1.1.1
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/README.md +2 -2
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog.d.ts +15 -0
- package/dist/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/components/ui/alert.d.ts +10 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/avatar.d.ts +7 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/calendar.d.ts +9 -0
- package/dist/components/ui/calendar.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/code-editor.d.ts +13 -0
- package/dist/components/ui/code-editor.d.ts.map +1 -0
- package/dist/components/ui/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible.d.ts.map +1 -0
- package/dist/components/ui/command.d.ts +19 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +16 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/form.d.ts +25 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/image-upload.d.ts +11 -0
- package/dist/components/ui/image-upload.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +37 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/components/ui/input-otp.d.ts +12 -0
- package/dist/components/ui/input-otp.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/multi-select.d.ts +18 -0
- package/dist/components/ui/multi-select.d.ts.map +1 -0
- package/dist/components/ui/phone-input.d.ts +8 -0
- package/dist/components/ui/phone-input.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +8 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/progress.d.ts +5 -0
- package/dist/components/ui/progress.d.ts.map +1 -0
- package/dist/components/ui/radio-group.d.ts +6 -0
- package/dist/components/ui/radio-group.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +11 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +14 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sidebar.d.ts +70 -0
- package/dist/components/ui/sidebar.d.ts.map +1 -0
- package/dist/components/ui/skeleton.d.ts +3 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/sonner.d.ts +3 -0
- package/dist/components/ui/sonner.d.ts.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/table.d.ts +14 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +4 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/context/theme-provider.d.ts +18 -0
- package/dist/context/theme-provider.d.ts.map +1 -0
- package/dist/hooks/use-mobile.d.ts +2 -0
- package/dist/hooks/use-mobile.d.ts.map +1 -0
- package/dist/i18n/i18n.d.ts +5 -0
- package/dist/i18n/i18n.d.ts.map +1 -0
- package/dist/index.cjs +7 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2350 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/api.d.ts +2 -0
- package/dist/lib/api.d.ts.map +1 -0
- package/dist/lib/cookies.d.ts +17 -0
- package/dist/lib/cookies.d.ts.map +1 -0
- package/dist/lib/countries.d.ts +7 -0
- package/dist/lib/countries.d.ts.map +1 -0
- package/dist/lib/currency-utils.d.ts +17 -0
- package/dist/lib/currency-utils.d.ts.map +1 -0
- package/dist/lib/date-utils.d.ts +10 -0
- package/dist/lib/date-utils.d.ts.map +1 -0
- package/dist/lib/format.d.ts +11 -0
- package/dist/lib/format.d.ts.map +1 -0
- package/dist/lib/handle-server-error.d.ts +2 -0
- package/dist/lib/handle-server-error.d.ts.map +1 -0
- package/dist/lib/index.d.ts +13 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/notifications.d.ts +20 -0
- package/dist/lib/notifications.d.ts.map +1 -0
- package/dist/lib/option-colors.d.ts +27 -0
- package/dist/lib/option-colors.d.ts.map +1 -0
- package/dist/lib/push-notifications.d.ts +17 -0
- package/dist/lib/push-notifications.d.ts.map +1 -0
- package/dist/lib/sound.d.ts +2 -0
- package/dist/lib/sound.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +28 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/stores/auth-store.d.ts +37 -0
- package/dist/stores/auth-store.d.ts.map +1 -0
- package/package.json +6 -6
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface TimezoneInfo {
|
|
2
|
+
value: string;
|
|
3
|
+
label: string;
|
|
4
|
+
offset: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Returns all supported IANA timezones with their current GMT offset
|
|
8
|
+
*/
|
|
9
|
+
export declare function getAllTimezones(): TimezoneInfo[];
|
|
10
|
+
//# sourceMappingURL=date-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-utils.d.ts","sourceRoot":"","sources":["../../src/lib/date-utils.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,YAAY,EAAE,CAkDhD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns a currency formatter bound to the current org's currency.
|
|
3
|
+
* Usage: const fmt = useFormatCurrency(); fmt(1234.56) → "$1,234.56"
|
|
4
|
+
*/
|
|
5
|
+
export declare function useFormatCurrency(): (amount: number) => string;
|
|
6
|
+
/**
|
|
7
|
+
* Non-hook version: reads currency from store snapshot.
|
|
8
|
+
* Use in callbacks or outside React components.
|
|
9
|
+
*/
|
|
10
|
+
export declare function fmtCurrency(amount: number): string;
|
|
11
|
+
//# sourceMappingURL=format.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../src/lib/format.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,iBAAiB,KAEvB,QAAQ,MAAM,YACvB;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAGlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handle-server-error.d.ts","sourceRoot":"","sources":["../../src/lib/handle-server-error.ts"],"names":[],"mappings":"AAGA,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,QAoB/C"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from './utils';
|
|
2
|
+
export * from './format';
|
|
3
|
+
export * from './date-utils';
|
|
4
|
+
export * from './currency-utils';
|
|
5
|
+
export * from './countries';
|
|
6
|
+
export * from './option-colors';
|
|
7
|
+
export * from './cookies';
|
|
8
|
+
export * from './sound';
|
|
9
|
+
export * from './notifications';
|
|
10
|
+
export * from './push-notifications';
|
|
11
|
+
export * from './api';
|
|
12
|
+
export * from './handle-server-error';
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,sBAAsB,CAAA;AACpC,cAAc,OAAO,CAAA;AACrB,cAAc,uBAAuB,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface NotificationOptions {
|
|
2
|
+
title: string;
|
|
3
|
+
body: string;
|
|
4
|
+
icon?: string;
|
|
5
|
+
tag?: string;
|
|
6
|
+
data?: any;
|
|
7
|
+
requireInteraction?: boolean;
|
|
8
|
+
silent?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare class NotificationManager {
|
|
11
|
+
private permission;
|
|
12
|
+
constructor();
|
|
13
|
+
requestPermission(): Promise<boolean>;
|
|
14
|
+
show(options: NotificationOptions): Promise<void>;
|
|
15
|
+
isSupported(): boolean;
|
|
16
|
+
getPermission(): NotificationPermission;
|
|
17
|
+
}
|
|
18
|
+
export declare const notificationManager: NotificationManager;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=notifications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../src/lib/notifications.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,GAAG,CAAA;IACV,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,cAAM,mBAAmB;IACvB,OAAO,CAAC,UAAU,CAAoC;;IAQhD,iBAAiB,IAAI,OAAO,CAAC,OAAO,CAAC;IA4BrC,IAAI,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;IAuDvD,WAAW,IAAI,OAAO;IAItB,aAAa,IAAI,sBAAsB;CAGxC;AAED,eAAO,MAAM,mBAAmB,qBAA4B,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Centralized color resolution for OptionDef.color (badges, dots, filters).
|
|
3
|
+
*
|
|
4
|
+
* Backend metadata can express option colors either as Tailwind-style semantic
|
|
5
|
+
* names (`"green"`, `"emerald"`, `"blue"`, ...) — the preferred convention —
|
|
6
|
+
* or as raw hex (`"#22c55e"`). Every consumer (table cell badges, filter
|
|
7
|
+
* pills, column header chips) must funnel through this module so the visual
|
|
8
|
+
* language stays consistent across the app and the theme palette only needs
|
|
9
|
+
* to be updated in one place.
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Returns a 6-digit hex string (no `#`) for an OptionDef color value, accepting
|
|
13
|
+
* either a semantic name from COLOR_MAP or any hex literal.
|
|
14
|
+
*/
|
|
15
|
+
export declare const resolveColorHex: (input: string) => string;
|
|
16
|
+
/** Returns a `#xxxxxx` CSS-safe color literal — handy for inline styles. */
|
|
17
|
+
export declare const resolveColorCss: (input: string) => string;
|
|
18
|
+
interface BadgeStyleOptions {
|
|
19
|
+
isDark: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Builds the inline style object for a colored badge (background + border +
|
|
23
|
+
* text), tinted in the OptionDef color and adapted to light/dark mode.
|
|
24
|
+
*/
|
|
25
|
+
export declare const generateBadgeStyles: (input: string, { isDark }: BadgeStyleOptions) => React.CSSProperties;
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=option-colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-colors.d.ts","sourceRoot":"","sources":["../../src/lib/option-colors.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AA4BH;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,MAAM,KAAG,MAK/C,CAAA;AAED,4EAA4E;AAC5E,eAAO,MAAM,eAAe,GAAI,OAAO,MAAM,KAAG,MAG/C,CAAA;AAED,UAAU,iBAAiB;IACvB,MAAM,EAAE,OAAO,CAAA;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAC5B,OAAO,MAAM,EACb,YAAY,iBAAiB,KAC9B,KAAK,CAAC,aAqBR,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare class PushNotificationService {
|
|
2
|
+
private vapidPublicKey;
|
|
3
|
+
private subscription;
|
|
4
|
+
private isSupported;
|
|
5
|
+
constructor();
|
|
6
|
+
init(): Promise<void>;
|
|
7
|
+
subscribe(): Promise<boolean>;
|
|
8
|
+
unsubscribe(): Promise<boolean>;
|
|
9
|
+
testNotification(): Promise<void>;
|
|
10
|
+
isSubscribed(): boolean;
|
|
11
|
+
getSupported(): boolean;
|
|
12
|
+
private urlBase64ToUint8Array;
|
|
13
|
+
private detectDeviceType;
|
|
14
|
+
}
|
|
15
|
+
export declare const pushService: PushNotificationService;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=push-notifications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"push-notifications.d.ts","sourceRoot":"","sources":["../../src/lib/push-notifications.ts"],"names":[],"mappings":"AAQA,cAAM,uBAAuB;IAC3B,OAAO,CAAC,cAAc,CAAsB;IAC5C,OAAO,CAAC,YAAY,CAAgC;IACpD,OAAO,CAAC,WAAW,CAAiB;;IAM9B,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IA0BrB,SAAS,IAAI,OAAO,CAAC,OAAO,CAAC;IAoD7B,WAAW,IAAI,OAAO,CAAC,OAAO,CAAC;IAwB/B,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAUvC,YAAY,IAAI,OAAO;IAIvB,YAAY,IAAI,OAAO;IAIvB,OAAO,CAAC,qBAAqB;IAe7B,OAAO,CAAC,gBAAgB;CAazB;AAED,eAAO,MAAM,WAAW,yBAAgC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sound.d.ts","sourceRoot":"","sources":["../../src/lib/sound.ts"],"names":[],"mappings":"AAAA,wBAAgB,qBAAqB,SAgCpC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { type ClassValue } from 'clsx';
|
|
2
|
+
export declare function cn(...inputs: ClassValue[]): string;
|
|
3
|
+
/**
|
|
4
|
+
* Gets the full URL for a storage file
|
|
5
|
+
* @param filename - File name (e.g., "20260112_uuid.png")
|
|
6
|
+
* @param folder - Storage folder (e.g., "organizations", "uploads")
|
|
7
|
+
* @returns Full URL with backend base URL
|
|
8
|
+
*/
|
|
9
|
+
export declare function getStorageUrl(filename: string | undefined | null, folder: string): string;
|
|
10
|
+
/**
|
|
11
|
+
* Helper to get the full URL for an image path stored in the DB (e.g. /storage/uploads/...)
|
|
12
|
+
*/
|
|
13
|
+
export declare function getImageUrl(path: string | undefined | null): string;
|
|
14
|
+
export declare function sleep(ms?: number): Promise<unknown>;
|
|
15
|
+
/**
|
|
16
|
+
* Generates page numbers for pagination with ellipsis
|
|
17
|
+
* @param currentPage - Current page number (1-based)
|
|
18
|
+
* @param totalPages - Total number of pages
|
|
19
|
+
* @returns Array of page numbers and ellipsis strings
|
|
20
|
+
*
|
|
21
|
+
* Examples:
|
|
22
|
+
* - Small dataset (≤5 pages): [1, 2, 3, 4, 5]
|
|
23
|
+
* - Near beginning: [1, 2, 3, 4, '...', 10]
|
|
24
|
+
* - In middle: [1, '...', 4, 5, 6, '...', 10]
|
|
25
|
+
* - Near end: [1, '...', 7, 8, 9, 10]
|
|
26
|
+
*/
|
|
27
|
+
export declare function getPageNumbers(currentPage: number, totalPages: number): (string | number)[];
|
|
28
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAA;AAG5C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAkBzF;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,MAAM,CAanE;AAED,wBAAgB,KAAK,CAAC,EAAE,GAAE,MAAa,oBAEtC;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,uBAoCrE"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
interface AuthUser {
|
|
2
|
+
id: string;
|
|
3
|
+
email: string;
|
|
4
|
+
name: string;
|
|
5
|
+
role: string;
|
|
6
|
+
avatar?: string;
|
|
7
|
+
organization_id?: string;
|
|
8
|
+
organization_name?: string;
|
|
9
|
+
organization_logo?: string;
|
|
10
|
+
plan_slug?: string;
|
|
11
|
+
plan_name?: string;
|
|
12
|
+
subscription_status?: 'trialing' | 'active' | 'past_due' | 'canceled' | 'unpaid';
|
|
13
|
+
current_period_end?: string;
|
|
14
|
+
is_subscription_active?: boolean;
|
|
15
|
+
currency_code?: string;
|
|
16
|
+
timezone?: string;
|
|
17
|
+
checkout_mode?: 'integrated' | 'cashier';
|
|
18
|
+
fulfillment_mode?: 'auto' | 'warehouse';
|
|
19
|
+
tax_rate?: number;
|
|
20
|
+
tax_included?: boolean;
|
|
21
|
+
ticket_width?: number;
|
|
22
|
+
print_copies?: number;
|
|
23
|
+
auto_print?: boolean;
|
|
24
|
+
}
|
|
25
|
+
interface AuthState {
|
|
26
|
+
auth: {
|
|
27
|
+
user: AuthUser | null;
|
|
28
|
+
setUser: (user: AuthUser | null) => void;
|
|
29
|
+
accessToken: string;
|
|
30
|
+
setAccessToken: (accessToken: string) => void;
|
|
31
|
+
resetAccessToken: () => void;
|
|
32
|
+
reset: () => void;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export declare const useAuthStore: import("zustand").UseBoundStore<import("zustand").StoreApi<AuthState>>;
|
|
36
|
+
export {};
|
|
37
|
+
//# sourceMappingURL=auth-store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-store.d.ts","sourceRoot":"","sources":["../../src/stores/auth-store.ts"],"names":[],"mappings":"AAKA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,mBAAmB,CAAC,EAAE,UAAU,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAA;IAChF,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAA;IAChC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,YAAY,GAAG,SAAS,CAAA;IACxC,gBAAgB,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,UAAU,SAAS;IACjB,IAAI,EAAE;QACJ,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAA;QACrB,OAAO,EAAE,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI,KAAK,IAAI,CAAA;QACxC,WAAW,EAAE,MAAM,CAAA;QACnB,cAAc,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAA;QAC7C,gBAAgB,EAAE,MAAM,IAAI,CAAA;QAC5B,KAAK,EAAE,MAAM,IAAI,CAAA;KAClB,CAAA;CACF;AAED,eAAO,MAAM,YAAY,wEAwCvB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asteby/metacore-starter-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Metacore starter core — shared providers, stores, hooks y context que consumen las apps Vite+React que embeden el kernel.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"tailwind-merge": "^3.5.0",
|
|
66
66
|
"zod": "^4.3.6",
|
|
67
67
|
"zustand": ">=5",
|
|
68
|
-
"@asteby/metacore-sdk": "^2.2.0",
|
|
69
|
-
"@asteby/metacore-theme": "^0.3.0",
|
|
70
68
|
"@asteby/metacore-auth": "^4.0.0",
|
|
71
|
-
"@asteby/metacore-
|
|
69
|
+
"@asteby/metacore-sdk": "^2.2.0",
|
|
70
|
+
"@asteby/metacore-ui": "^0.6.0",
|
|
71
|
+
"@asteby/metacore-theme": "^0.3.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@monaco-editor/react": "^4.7.0",
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"zod": "^4.3.6",
|
|
121
121
|
"zustand": "^5.0.12",
|
|
122
122
|
"@asteby/metacore-auth": "4.0.0",
|
|
123
|
-
"@asteby/metacore-theme": "0.3.0",
|
|
124
123
|
"@asteby/metacore-sdk": "2.2.0",
|
|
125
|
-
"@asteby/metacore-ui": "0.6.0"
|
|
124
|
+
"@asteby/metacore-ui": "0.6.0",
|
|
125
|
+
"@asteby/metacore-theme": "0.3.0"
|
|
126
126
|
},
|
|
127
127
|
"publishConfig": {
|
|
128
128
|
"access": "public"
|