oraculo-ui 0.1.10 → 0.1.11
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/OraculoSeccionCasino-H6CXFXMN.mjs +12 -0
- package/dist/OraculoSeccionDestacados-EPL4KZCF.mjs +12 -0
- package/dist/OraculoSeccionTopJuegos-FKAD2YD3.mjs +12 -0
- package/dist/OraculoSeccionVirtuales-N2ETKRK7.mjs +12 -0
- package/dist/chunk-ECHAXSTL.mjs +39897 -0
- package/dist/index.js +2 -4
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2086,7 +2086,7 @@ function OraculoPageLanding({ props }) {
|
|
|
2086
2086
|
] })
|
|
2087
2087
|
] });
|
|
2088
2088
|
}
|
|
2089
|
-
var import_material2,
|
|
2089
|
+
var import_material2, import_jsx_runtime20;
|
|
2090
2090
|
var init_OraculoPageLanding = __esm({
|
|
2091
2091
|
"src/templates/OraculoPageLanding.tsx"() {
|
|
2092
2092
|
"use strict";
|
|
@@ -2099,7 +2099,6 @@ var init_OraculoPageLanding = __esm({
|
|
|
2099
2099
|
init_OraculoSeccionVirtuales();
|
|
2100
2100
|
init_OraculoSeccionDestacados();
|
|
2101
2101
|
init_OraculoSeccionClubOlimpo();
|
|
2102
|
-
import_css = require("@splidejs/react-splide/css");
|
|
2103
2102
|
import_jsx_runtime20 = require("react/jsx-runtime");
|
|
2104
2103
|
}
|
|
2105
2104
|
});
|
|
@@ -39667,7 +39666,7 @@ var init_ = __esm({
|
|
|
39667
39666
|
});
|
|
39668
39667
|
|
|
39669
39668
|
// src/templates/OraculoPageLandingPreview.tsx
|
|
39670
|
-
var import_react8, import_material3,
|
|
39669
|
+
var import_react8, import_material3, import_jsx_runtime21, HttpError, OraculoPageLandingPreview, OraculoPageLandingPreview_default;
|
|
39671
39670
|
var init_OraculoPageLandingPreview = __esm({
|
|
39672
39671
|
"src/templates/OraculoPageLandingPreview.tsx"() {
|
|
39673
39672
|
"use strict";
|
|
@@ -39676,7 +39675,6 @@ var init_OraculoPageLandingPreview = __esm({
|
|
|
39676
39675
|
import_material3 = require("@mui/material");
|
|
39677
39676
|
init_dist();
|
|
39678
39677
|
init_fireabse();
|
|
39679
|
-
import_css2 = require("@splidejs/react-splide/css");
|
|
39680
39678
|
import_jsx_runtime21 = require("react/jsx-runtime");
|
|
39681
39679
|
init_();
|
|
39682
39680
|
HttpError = class extends Error {
|
package/dist/index.mjs
CHANGED