@appcorp/app-corp-vista 0.2.28 → 0.2.29
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
'use client';
|
|
1
2
|
"use strict";
|
|
2
3
|
var __assign = (this && this.__assign) || function () {
|
|
3
4
|
__assign = Object.assign || function(t) {
|
|
@@ -17,8 +18,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
18
|
exports.VistaHeroV13 = void 0;
|
|
18
19
|
var react_1 = __importDefault(require("react"));
|
|
19
20
|
var react_slick_1 = __importDefault(require("react-slick"));
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
// import "slick-carousel/slick/slick.css";
|
|
22
|
+
// import "slick-carousel/slick/slick-theme.css";
|
|
22
23
|
var VistaHeroV13 = function (_a) {
|
|
23
24
|
var items = _a.items;
|
|
24
25
|
var settings = {
|