oraculo-ui 0.1.8 → 0.1.10
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/OraculoSeccionBonoBienvenida-2APXZQQA.mjs +8 -0
- package/dist/OraculoSeccionBonoBienvenida-MGMLDCRG.css +220 -0
- package/dist/OraculoSeccionCasino-RFXPS2MW.css +397 -0
- package/dist/OraculoSeccionCasino-WBPCNYC5.mjs +12 -0
- package/dist/OraculoSeccionCasinoEnVivo-ISYMJSUN.mjs +8 -0
- package/dist/OraculoSeccionCasinoEnVivo-MMXETHJA.css +156 -0
- package/dist/OraculoSeccionClubOlimpo-APZYPQ5V.css +116 -0
- package/dist/OraculoSeccionClubOlimpo-MYTRV5IN.css +273 -0
- package/dist/OraculoSeccionClubOlimpo-TV3LABJ5.mjs +9 -0
- package/dist/OraculoSeccionClubOlimpo-XGB4KUKX.mjs +7 -0
- package/dist/OraculoSeccionDestacados-IMREYQ6W.mjs +12 -0
- package/dist/OraculoSeccionDestacados-WQX2GQNY.css +397 -0
- package/dist/OraculoSeccionTopJuegos-DWEO36ND.mjs +12 -0
- package/dist/OraculoSeccionTopJuegos-FMFAEVQK.css +397 -0
- package/dist/OraculoSeccionVirtuales-6RBECPDW.css +397 -0
- package/dist/OraculoSeccionVirtuales-IBYOMEJV.mjs +12 -0
- package/dist/chunk-2D7ZJMJV.mjs +118 -0
- package/dist/chunk-4LBAYKDQ.mjs +475 -0
- package/dist/chunk-IJQLK4NO.mjs +73 -0
- package/dist/chunk-PVY5Z3JS.mjs +249 -0
- package/dist/chunk-PZJSZNXJ.mjs +6 -0
- package/dist/chunk-VIPLL6XT.mjs +43 -0
- package/dist/chunk-VYYKDD5L.mjs +39899 -0
- package/dist/index.d.mts +40 -2
- package/dist/index.d.ts +40 -2
- package/dist/index.js +39962 -1310
- package/dist/index.mjs +29 -1814
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3,7 +3,7 @@ import React, { ReactNode } from 'react';
|
|
|
3
3
|
|
|
4
4
|
interface OraculoButtonProps {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
|
-
onClick?:
|
|
6
|
+
onClick?: any;
|
|
7
7
|
href?: string;
|
|
8
8
|
target?: React.HTMLAttributeAnchorTarget;
|
|
9
9
|
rel?: string;
|
|
@@ -108,6 +108,7 @@ interface OraculoGameCardProps {
|
|
|
108
108
|
imageUrl: string;
|
|
109
109
|
onClick?: () => void;
|
|
110
110
|
size?: "lg" | "sm";
|
|
111
|
+
fillParent?: boolean;
|
|
111
112
|
}
|
|
112
113
|
declare const OraculoGameCard: React.FC<OraculoGameCardProps>;
|
|
113
114
|
|
|
@@ -286,4 +287,41 @@ declare function OraculoPageLanding({ props }: {
|
|
|
286
287
|
props: parametros;
|
|
287
288
|
}): react_jsx_runtime.JSX.Element;
|
|
288
289
|
|
|
289
|
-
|
|
290
|
+
type OraculoPageLandingPreviewSection = {
|
|
291
|
+
id: number;
|
|
292
|
+
title: string;
|
|
293
|
+
componentKey: string;
|
|
294
|
+
visible: boolean;
|
|
295
|
+
order: number;
|
|
296
|
+
props?: Record<string, unknown>;
|
|
297
|
+
apiUrl?: string;
|
|
298
|
+
dataMode?: "url" | "manual";
|
|
299
|
+
variableName?: string;
|
|
300
|
+
manualItems?: {
|
|
301
|
+
fields: {
|
|
302
|
+
name: string;
|
|
303
|
+
type: string;
|
|
304
|
+
value: string;
|
|
305
|
+
}[];
|
|
306
|
+
}[];
|
|
307
|
+
manualScalarFields?: {
|
|
308
|
+
name: string;
|
|
309
|
+
type: string;
|
|
310
|
+
value: string;
|
|
311
|
+
}[];
|
|
312
|
+
apiMethod?: "GET" | "POST";
|
|
313
|
+
apiParams?: {
|
|
314
|
+
id: string;
|
|
315
|
+
key: string;
|
|
316
|
+
value: string;
|
|
317
|
+
}[];
|
|
318
|
+
};
|
|
319
|
+
interface OraculoPageLandingPreviewProps {
|
|
320
|
+
/** Optional override: if provided, renders these sections instead of fetching Firestore */
|
|
321
|
+
sectionsOverride?: OraculoPageLandingPreviewSection[];
|
|
322
|
+
/** Firestore document id (default 'home') */
|
|
323
|
+
docId?: string;
|
|
324
|
+
}
|
|
325
|
+
declare const OraculoPageLandingPreview: React.FC<OraculoPageLandingPreviewProps>;
|
|
326
|
+
|
|
327
|
+
export { type OraculoBonosItem, OraculoButton, type OraculoButtonProps, OraculoCarousel, OraculoCarouselDots, type OraculoCarouselDotsProps, type OraculoCarouselOptions, type OraculoCarouselProps, type OraculoCarouselRef, OraculoClubOlimpoVisual, type OraculoClubOlimpoVisualProps, OraculoGameCard, type OraculoGameCardProps, type OraculoGameItem, OraculoGameRankCard, type OraculoGameRankCardProps, type OraculoGameRankCardSizes, OraculoGameSlide, type OraculoGameSlideItem, type OraculoGameSlideProps, OraculoLiveCasinoCard, type OraculoLiveCasinoCardProps, OraculoPageLanding, OraculoPageLandingPreview, type OraculoPageLandingPreviewProps, type OraculoPageLandingPreviewSection, OraculoSeccionBonoBienvenida, type OraculoSeccionBonoProps, OraculoSeccionCasino, OraculoSeccionCasinoEnVivo, type OraculoSeccionCasinoEnVivoProps, type OraculoSeccionCasinoProps, OraculoSeccionClubOlimpo, type OraculoSeccionClubOlimpoItem, OraculoSeccionDestacados, type OraculoSeccionDestacadosItem, type OraculoSeccionDestacadosProps, OraculoSeccionTopJuegos, type OraculoSeccionTopJuegosProps, OraculoSeccionVirtuales, type OraculoSeccionVirtualesProps, OraculoSectionTitle, type OraculoSectionTitleProps, OraculoSeccionTopJuegos as OraculoTopJuegoItem, OraculoWelcomeBanner, type OraculoWelcomeBannerProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import React, { ReactNode } from 'react';
|
|
|
3
3
|
|
|
4
4
|
interface OraculoButtonProps {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
|
-
onClick?:
|
|
6
|
+
onClick?: any;
|
|
7
7
|
href?: string;
|
|
8
8
|
target?: React.HTMLAttributeAnchorTarget;
|
|
9
9
|
rel?: string;
|
|
@@ -108,6 +108,7 @@ interface OraculoGameCardProps {
|
|
|
108
108
|
imageUrl: string;
|
|
109
109
|
onClick?: () => void;
|
|
110
110
|
size?: "lg" | "sm";
|
|
111
|
+
fillParent?: boolean;
|
|
111
112
|
}
|
|
112
113
|
declare const OraculoGameCard: React.FC<OraculoGameCardProps>;
|
|
113
114
|
|
|
@@ -286,4 +287,41 @@ declare function OraculoPageLanding({ props }: {
|
|
|
286
287
|
props: parametros;
|
|
287
288
|
}): react_jsx_runtime.JSX.Element;
|
|
288
289
|
|
|
289
|
-
|
|
290
|
+
type OraculoPageLandingPreviewSection = {
|
|
291
|
+
id: number;
|
|
292
|
+
title: string;
|
|
293
|
+
componentKey: string;
|
|
294
|
+
visible: boolean;
|
|
295
|
+
order: number;
|
|
296
|
+
props?: Record<string, unknown>;
|
|
297
|
+
apiUrl?: string;
|
|
298
|
+
dataMode?: "url" | "manual";
|
|
299
|
+
variableName?: string;
|
|
300
|
+
manualItems?: {
|
|
301
|
+
fields: {
|
|
302
|
+
name: string;
|
|
303
|
+
type: string;
|
|
304
|
+
value: string;
|
|
305
|
+
}[];
|
|
306
|
+
}[];
|
|
307
|
+
manualScalarFields?: {
|
|
308
|
+
name: string;
|
|
309
|
+
type: string;
|
|
310
|
+
value: string;
|
|
311
|
+
}[];
|
|
312
|
+
apiMethod?: "GET" | "POST";
|
|
313
|
+
apiParams?: {
|
|
314
|
+
id: string;
|
|
315
|
+
key: string;
|
|
316
|
+
value: string;
|
|
317
|
+
}[];
|
|
318
|
+
};
|
|
319
|
+
interface OraculoPageLandingPreviewProps {
|
|
320
|
+
/** Optional override: if provided, renders these sections instead of fetching Firestore */
|
|
321
|
+
sectionsOverride?: OraculoPageLandingPreviewSection[];
|
|
322
|
+
/** Firestore document id (default 'home') */
|
|
323
|
+
docId?: string;
|
|
324
|
+
}
|
|
325
|
+
declare const OraculoPageLandingPreview: React.FC<OraculoPageLandingPreviewProps>;
|
|
326
|
+
|
|
327
|
+
export { type OraculoBonosItem, OraculoButton, type OraculoButtonProps, OraculoCarousel, OraculoCarouselDots, type OraculoCarouselDotsProps, type OraculoCarouselOptions, type OraculoCarouselProps, type OraculoCarouselRef, OraculoClubOlimpoVisual, type OraculoClubOlimpoVisualProps, OraculoGameCard, type OraculoGameCardProps, type OraculoGameItem, OraculoGameRankCard, type OraculoGameRankCardProps, type OraculoGameRankCardSizes, OraculoGameSlide, type OraculoGameSlideItem, type OraculoGameSlideProps, OraculoLiveCasinoCard, type OraculoLiveCasinoCardProps, OraculoPageLanding, OraculoPageLandingPreview, type OraculoPageLandingPreviewProps, type OraculoPageLandingPreviewSection, OraculoSeccionBonoBienvenida, type OraculoSeccionBonoProps, OraculoSeccionCasino, OraculoSeccionCasinoEnVivo, type OraculoSeccionCasinoEnVivoProps, type OraculoSeccionCasinoProps, OraculoSeccionClubOlimpo, type OraculoSeccionClubOlimpoItem, OraculoSeccionDestacados, type OraculoSeccionDestacadosItem, type OraculoSeccionDestacadosProps, OraculoSeccionTopJuegos, type OraculoSeccionTopJuegosProps, OraculoSeccionVirtuales, type OraculoSeccionVirtualesProps, OraculoSectionTitle, type OraculoSectionTitleProps, OraculoSeccionTopJuegos as OraculoTopJuegoItem, OraculoWelcomeBanner, type OraculoWelcomeBannerProps };
|