@axos-web-dev/shared-components 2.0.0-dev.31.insights.2 → 2.0.0-dev.31.insights.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.
- package/dist/ATMLocator/ATMLocator.js +1 -1
- package/dist/Auth/ErrorAlert.js +1 -1
- package/dist/Button/Button.js +1 -1
- package/dist/Calculators/Calculator.js +1 -1
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
- package/dist/Carousel/index.js +1 -1
- package/dist/Chatbot/Bubble.css.js +1 -0
- package/dist/Chatbot/Chatbot.css.js +0 -1
- package/dist/Chevron/index.js +1 -1
- package/dist/Comparison/Comparison.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
- package/dist/FaqAccordion/index.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
- package/dist/Forms/ApplyNow.js +1 -1
- package/dist/Forms/ContactUsBusiness.js +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
- package/dist/Forms/ContactUsNMLSId.js +1 -1
- package/dist/Forms/CpraRequest.js +1 -1
- package/dist/Forms/CraPublicFile.js +1 -1
- package/dist/Forms/EmailOnly.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -1
- package/dist/Forms/MortgageWarehouseLending.js +1 -1
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/Hyperlink/index.js +1 -1
- package/dist/ImageLink/ImageLink.js +1 -1
- package/dist/ImageLink/ImageLinkSet.js +1 -1
- package/dist/ImageLink/index.js +1 -1
- package/dist/ImageToast/index.js +1 -1
- package/dist/Insight/Featured/CategorySelector.css.d.ts +4 -3
- package/dist/Insight/Featured/CategorySelector.css.js +9 -7
- package/dist/Insight/Featured/CategorySelector.js +46 -24
- package/dist/Insight/Featured/Featured.css.d.ts +7 -0
- package/dist/Insight/Featured/Featured.css.js +31 -17
- package/dist/Insight/Featured/Featured.js +31 -30
- package/dist/Insight/Featured/Header.js +1 -1
- package/dist/Insight/Featured/index.js +9 -2
- package/dist/Insight/index.js +9 -2
- package/dist/LandingPageHeader/WithLogin.js +1 -1
- package/dist/Modal/Modal.js +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +1 -1
- package/dist/NavigationMenu/NavItem/index.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/DropwdownButton.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/Menu.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/SubNavBar.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/SubNavItem.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/index.js +1 -1
- package/dist/SetContainer/SetContainer.js +1 -1
- package/dist/SocialMediaBar/iconsRepository.js +1 -1
- package/dist/VideoTile/VideoTile.js +1 -1
- package/dist/VideoWrapper/index.js +1 -1
- package/dist/assets/Insight/Featured/CategorySelector.css +38 -36
- package/dist/assets/Insight/Featured/Featured.css +88 -19
- package/dist/main.js +8 -1
- package/package.json +1 -1
|
@@ -1,23 +1,31 @@
|
|
|
1
1
|
import '../../assets/Insight/Featured/Featured.css';import '../../assets/themes/axos.css';import '../../assets/Typography/Typography.css';/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
4
|
+
var onhover = "_1sr2o6v0";
|
|
5
|
+
var featured_section = "_1sr2o6v1";
|
|
6
|
+
var featured_title = "_1sr2o6v2";
|
|
7
|
+
var featured_supertag = "_1sr2o6v3";
|
|
8
|
+
var featured_grid = "_1sr2o6v4";
|
|
9
|
+
var featured_maingrid = "_1sr2o6v5";
|
|
10
|
+
var ratio = "_1sr2o6v6";
|
|
11
|
+
var featured_main_wrapper = "_1sr2o6v7";
|
|
12
|
+
var featured_maingrid_title = "_1sr2o6v8";
|
|
13
|
+
var featured_maingrid_text = "_1sr2o6v9";
|
|
14
|
+
var info_details = "_1sr2o6va";
|
|
15
|
+
var tab_details = "_1sr2o6vb";
|
|
16
|
+
var featured_subgrid = "_1sr2o6vc";
|
|
17
|
+
var featured_subimage = "_1sr2o6vd";
|
|
18
|
+
var divider_tab = "_1sr2o6ve";
|
|
19
|
+
var featured_subgrid_item = "_1sr2o6vf";
|
|
20
|
+
var featured_subgrid_title = "_1sr2o6vg";
|
|
21
|
+
var featured_center_vertical = "_1sr2o6vh";
|
|
22
|
+
var featured_maingrid_img = "_1sr2o6vi";
|
|
23
|
+
var featured_maingrid_item = "_1sr2o6vj";
|
|
24
|
+
var featured_subcontent = "_1sr2o6vk";
|
|
25
|
+
var featured_subwrap = "_1sr2o6vl";
|
|
26
|
+
var featured_subouter = "_1sr2o6vm";
|
|
20
27
|
export {
|
|
28
|
+
divider_tab,
|
|
21
29
|
featured_center_vertical,
|
|
22
30
|
featured_grid,
|
|
23
31
|
featured_main_wrapper,
|
|
@@ -27,11 +35,17 @@ export {
|
|
|
27
35
|
featured_maingrid_text,
|
|
28
36
|
featured_maingrid_title,
|
|
29
37
|
featured_section,
|
|
38
|
+
featured_subcontent,
|
|
30
39
|
featured_subgrid,
|
|
31
40
|
featured_subgrid_item,
|
|
32
41
|
featured_subgrid_title,
|
|
42
|
+
featured_subimage,
|
|
43
|
+
featured_subouter,
|
|
44
|
+
featured_subwrap,
|
|
33
45
|
featured_supertag,
|
|
34
46
|
featured_title,
|
|
35
47
|
info_details,
|
|
36
|
-
|
|
48
|
+
onhover,
|
|
49
|
+
ratio,
|
|
50
|
+
tab_details
|
|
37
51
|
};
|
|
@@ -79,10 +79,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Carousel/index.js";
|
|
81
81
|
/* empty css */
|
|
82
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
83
|
/* empty css */
|
|
83
84
|
import "../../Chatbot/store/chat.js";
|
|
84
85
|
import "../../Chatbot/Chatbot.js";
|
|
85
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
86
86
|
/* empty css */
|
|
87
87
|
import "../../Chatbot/store/messages.js";
|
|
88
88
|
/* empty css */
|
|
@@ -103,8 +103,8 @@ import "next/script.js";
|
|
|
103
103
|
/* empty css */
|
|
104
104
|
/* empty css */
|
|
105
105
|
/* empty css */
|
|
106
|
-
import { featured_section, featured_grid, featured_title, featured_maingrid, featured_maingrid_img, ratio, featured_main_wrapper, featured_maingrid_title, featured_maingrid_text, info_details, featured_subgrid, featured_subgrid_item, featured_subgrid_title } from "./Featured.css.js";
|
|
107
106
|
import { insight_wrap } from "./Header.css.js";
|
|
107
|
+
import { featured_section, featured_grid, featured_title, featured_maingrid_img, ratio, featured_main_wrapper, featured_maingrid_title, featured_maingrid_text, info_details, featured_maingrid, onhover, featured_subouter, featured_subgrid, featured_subwrap, featured_subimage, featured_subcontent, featured_subgrid_title, tab_details, divider_tab, featured_subgrid_item } from "./Featured.css.js";
|
|
108
108
|
import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
109
109
|
import "next/link.js";
|
|
110
110
|
/* empty css */
|
|
@@ -144,34 +144,27 @@ const FeaturedItem = (props) => {
|
|
|
144
144
|
} = props;
|
|
145
145
|
const variant = getVariant(fullVariant);
|
|
146
146
|
const imageUrl = image?.url ? `https:${image.url}` : void 0;
|
|
147
|
-
return /* @__PURE__ */ jsx("a", { href: url ?? "/", className: featured_subgrid_item, children: /* @__PURE__ */ jsxs("div", { className:
|
|
148
|
-
imageUrl ? /* @__PURE__ */ jsxs(
|
|
149
|
-
"
|
|
150
|
-
{
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
alt: image?.alt ?? ""
|
|
165
|
-
}
|
|
166
|
-
)
|
|
167
|
-
]
|
|
168
|
-
}
|
|
169
|
-
) : null,
|
|
170
|
-
/* @__PURE__ */ jsxs("div", { className: "flex_col gap_24", children: [
|
|
147
|
+
return /* @__PURE__ */ jsx("a", { href: url ?? "/", className: clsx(featured_subgrid_item, onhover), children: /* @__PURE__ */ jsxs("div", { className: featured_subwrap, children: [
|
|
148
|
+
imageUrl ? /* @__PURE__ */ jsxs("picture", { className: clsx(ratio, featured_subimage), children: [
|
|
149
|
+
/* @__PURE__ */ jsx("source", { srcSet: `${imageUrl}?fm=avif`, type: "image/avif" }),
|
|
150
|
+
/* @__PURE__ */ jsx("source", { srcSet: `${imageUrl}?fm=webp`, type: "image/webp" }),
|
|
151
|
+
/* @__PURE__ */ jsx(
|
|
152
|
+
Image,
|
|
153
|
+
{
|
|
154
|
+
src: imageUrl,
|
|
155
|
+
className: clsx(featured_maingrid_img, ratio),
|
|
156
|
+
height: 159,
|
|
157
|
+
width: 269,
|
|
158
|
+
priority: true,
|
|
159
|
+
alt: image?.alt ?? ""
|
|
160
|
+
}
|
|
161
|
+
)
|
|
162
|
+
] }) : null,
|
|
163
|
+
/* @__PURE__ */ jsxs("div", { className: featured_subcontent, children: [
|
|
171
164
|
/* @__PURE__ */ jsx("h3", { className: clsx(featured_subgrid_title, title({ variant })), children: featureItemTitle ?? "" }),
|
|
172
165
|
/* @__PURE__ */ jsxs("div", { className: "flex middle", style: { gap: "4px" }, children: [
|
|
173
166
|
/* @__PURE__ */ jsx(ClockIcon, {}),
|
|
174
|
-
/* @__PURE__ */ jsx("span", { className: info_details, children: (readingTime ?? "0") + " minute read" }),
|
|
167
|
+
/* @__PURE__ */ jsx("span", { className: clsx(info_details, tab_details), children: (readingTime ?? "0") + " minute read" }),
|
|
175
168
|
/* @__PURE__ */ jsx("div", { className: "flex middle", style: { paddingInline: "8px" }, children: /* @__PURE__ */ jsx(
|
|
176
169
|
"svg",
|
|
177
170
|
{
|
|
@@ -180,10 +173,18 @@ const FeaturedItem = (props) => {
|
|
|
180
173
|
height: 20,
|
|
181
174
|
viewBox: "0 0 1 20",
|
|
182
175
|
fill: "none",
|
|
176
|
+
className: divider_tab,
|
|
183
177
|
children: /* @__PURE__ */ jsx("path", { d: "M0.5 0V20", stroke: "#14263D" })
|
|
184
178
|
}
|
|
185
179
|
) }),
|
|
186
|
-
/* @__PURE__ */ jsx(
|
|
180
|
+
/* @__PURE__ */ jsx(
|
|
181
|
+
"span",
|
|
182
|
+
{
|
|
183
|
+
className: clsx(info_details, tab_details),
|
|
184
|
+
style: { fontWeight: "600" },
|
|
185
|
+
children: (typeof supertagText == "string" && supertagText.replaceAll("-", " ")) ?? ""
|
|
186
|
+
}
|
|
187
|
+
)
|
|
187
188
|
] })
|
|
188
189
|
] })
|
|
189
190
|
] }) });
|
|
@@ -196,7 +197,7 @@ const Featured = (props) => {
|
|
|
196
197
|
return /* @__PURE__ */ jsx("section", { id, className: featured_section, children: /* @__PURE__ */ jsx("div", { className: insight_wrap, children: /* @__PURE__ */ jsxs("div", { className: featured_grid, children: [
|
|
197
198
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
198
199
|
headline && /* @__PURE__ */ jsx("h2", { className: featured_title, children: headline }),
|
|
199
|
-
/* @__PURE__ */ jsxs("a", { href: main?.url, className: featured_maingrid, children: [
|
|
200
|
+
/* @__PURE__ */ jsxs("a", { href: main?.url, className: clsx(featured_maingrid, onhover), children: [
|
|
200
201
|
mainImageUrl ? /* @__PURE__ */ jsxs("picture", { className: clsx(ratio, "rounded"), children: [
|
|
201
202
|
/* @__PURE__ */ jsx(
|
|
202
203
|
"source",
|
|
@@ -246,7 +247,7 @@ const Featured = (props) => {
|
|
|
246
247
|
] })
|
|
247
248
|
] })
|
|
248
249
|
] }),
|
|
249
|
-
/* @__PURE__ */ jsxs("div", { children: [
|
|
250
|
+
/* @__PURE__ */ jsxs("div", { className: featured_subouter, children: [
|
|
250
251
|
/* @__PURE__ */ jsx("h2", { className: featured_title, children: "Popular topics" }),
|
|
251
252
|
/* @__PURE__ */ jsx("div", { className: featured_subgrid, children: restFeatured.map((item) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
|
|
252
253
|
FeaturedItem,
|
|
@@ -77,10 +77,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../../Carousel/index.js";
|
|
79
79
|
/* empty css */
|
|
80
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
81
|
/* empty css */
|
|
81
82
|
import "../../Chatbot/store/chat.js";
|
|
82
83
|
import "../../Chatbot/Chatbot.js";
|
|
83
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
84
84
|
/* empty css */
|
|
85
85
|
import "../../Chatbot/store/messages.js";
|
|
86
86
|
/* empty css */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CategorySelector, InsightItem } from "./CategorySelector.js";
|
|
2
2
|
import { Featured, FeaturedItem } from "./Featured.js";
|
|
3
|
-
import { featured_center_vertical, featured_grid, featured_main_wrapper, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_text, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title, info_details, ratio } from "./Featured.css.js";
|
|
3
|
+
import { divider_tab, featured_center_vertical, featured_grid, featured_main_wrapper, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_text, featured_maingrid_title, featured_section, featured_subcontent, featured_subgrid, featured_subgrid_item, featured_subgrid_title, featured_subimage, featured_subouter, featured_subwrap, featured_supertag, featured_title, info_details, onhover, ratio, tab_details } from "./Featured.css.js";
|
|
4
4
|
import { BreadcumbHeader } from "./Header.js";
|
|
5
5
|
export {
|
|
6
6
|
BreadcumbHeader,
|
|
@@ -8,6 +8,7 @@ export {
|
|
|
8
8
|
Featured,
|
|
9
9
|
FeaturedItem,
|
|
10
10
|
InsightItem,
|
|
11
|
+
divider_tab,
|
|
11
12
|
featured_center_vertical,
|
|
12
13
|
featured_grid,
|
|
13
14
|
featured_main_wrapper,
|
|
@@ -17,11 +18,17 @@ export {
|
|
|
17
18
|
featured_maingrid_text,
|
|
18
19
|
featured_maingrid_title,
|
|
19
20
|
featured_section,
|
|
21
|
+
featured_subcontent,
|
|
20
22
|
featured_subgrid,
|
|
21
23
|
featured_subgrid_item,
|
|
22
24
|
featured_subgrid_title,
|
|
25
|
+
featured_subimage,
|
|
26
|
+
featured_subouter,
|
|
27
|
+
featured_subwrap,
|
|
23
28
|
featured_supertag,
|
|
24
29
|
featured_title,
|
|
25
30
|
info_details,
|
|
26
|
-
|
|
31
|
+
onhover,
|
|
32
|
+
ratio,
|
|
33
|
+
tab_details
|
|
27
34
|
};
|
package/dist/Insight/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CategorySelector, InsightItem } from "./Featured/CategorySelector.js";
|
|
2
2
|
import { Featured, FeaturedItem } from "./Featured/Featured.js";
|
|
3
|
-
import { featured_center_vertical, featured_grid, featured_main_wrapper, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_text, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title, info_details, ratio } from "./Featured/Featured.css.js";
|
|
3
|
+
import { divider_tab, featured_center_vertical, featured_grid, featured_main_wrapper, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_text, featured_maingrid_title, featured_section, featured_subcontent, featured_subgrid, featured_subgrid_item, featured_subgrid_title, featured_subimage, featured_subouter, featured_subwrap, featured_supertag, featured_title, info_details, onhover, ratio, tab_details } from "./Featured/Featured.css.js";
|
|
4
4
|
import { BreadcumbHeader } from "./Featured/Header.js";
|
|
5
5
|
import { article_aside, article_blockquote, article_main_content, article_navigation_link, article_navigation_list, article_navigation_title, article_preview_img, article_preview_wrapper, article_share, article_share_buttons, article_share_icon, article_share_link, article_share_p, article_share_svg, article_spacer, elementSpacer_block, footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info__divider, insight_info_row, insight_intro_p, insight_list_item, insight_p } from "./Insight.css.js";
|
|
6
6
|
export {
|
|
@@ -24,6 +24,7 @@ export {
|
|
|
24
24
|
article_share_p,
|
|
25
25
|
article_share_svg,
|
|
26
26
|
article_spacer,
|
|
27
|
+
divider_tab,
|
|
27
28
|
elementSpacer_block,
|
|
28
29
|
featured_center_vertical,
|
|
29
30
|
featured_grid,
|
|
@@ -34,9 +35,13 @@ export {
|
|
|
34
35
|
featured_maingrid_text,
|
|
35
36
|
featured_maingrid_title,
|
|
36
37
|
featured_section,
|
|
38
|
+
featured_subcontent,
|
|
37
39
|
featured_subgrid,
|
|
38
40
|
featured_subgrid_item,
|
|
39
41
|
featured_subgrid_title,
|
|
42
|
+
featured_subimage,
|
|
43
|
+
featured_subouter,
|
|
44
|
+
featured_subwrap,
|
|
40
45
|
featured_supertag,
|
|
41
46
|
featured_title,
|
|
42
47
|
footnotes,
|
|
@@ -50,5 +55,7 @@ export {
|
|
|
50
55
|
insight_intro_p,
|
|
51
56
|
insight_list_item,
|
|
52
57
|
insight_p,
|
|
53
|
-
|
|
58
|
+
onhover,
|
|
59
|
+
ratio,
|
|
60
|
+
tab_details
|
|
54
61
|
};
|
|
@@ -83,10 +83,10 @@ import "../Auth/SignInPassword.js";
|
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Carousel/index.js";
|
|
85
85
|
/* empty css */
|
|
86
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
86
87
|
/* empty css */
|
|
87
88
|
import "../Chatbot/store/chat.js";
|
|
88
89
|
import "../Chatbot/Chatbot.js";
|
|
89
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
90
90
|
/* empty css */
|
|
91
91
|
import "../Chatbot/store/messages.js";
|
|
92
92
|
/* empty css */
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -77,10 +77,10 @@ import "../Auth/SignInPassword.js";
|
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Carousel/index.js";
|
|
79
79
|
/* empty css */
|
|
80
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
81
|
/* empty css */
|
|
81
82
|
import "../Chatbot/store/chat.js";
|
|
82
83
|
import "../Chatbot/Chatbot.js";
|
|
83
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
84
84
|
/* empty css */
|
|
85
85
|
import "../Chatbot/store/messages.js";
|
|
86
86
|
/* empty css */
|
|
@@ -78,10 +78,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Carousel/index.js";
|
|
80
80
|
/* empty css */
|
|
81
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
81
82
|
/* empty css */
|
|
82
83
|
import "../../Chatbot/store/chat.js";
|
|
83
84
|
import "../../Chatbot/Chatbot.js";
|
|
84
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
85
85
|
/* empty css */
|
|
86
86
|
import "../../Chatbot/store/messages.js";
|
|
87
87
|
/* empty css */
|
|
@@ -82,10 +82,10 @@ import "../../../Auth/SignInPassword.js";
|
|
|
82
82
|
/* empty css */
|
|
83
83
|
import "../../../Carousel/index.js";
|
|
84
84
|
/* empty css */
|
|
85
|
+
import "../../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
85
86
|
/* empty css */
|
|
86
87
|
import "../../../Chatbot/store/chat.js";
|
|
87
88
|
import "../../../Chatbot/Chatbot.js";
|
|
88
|
-
import "../../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
89
89
|
/* empty css */
|
|
90
90
|
import "../../../Chatbot/store/messages.js";
|
|
91
91
|
/* empty css */
|
|
@@ -79,10 +79,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Carousel/index.js";
|
|
81
81
|
/* empty css */
|
|
82
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
83
|
/* empty css */
|
|
83
84
|
import "../../Chatbot/store/chat.js";
|
|
84
85
|
import "../../Chatbot/Chatbot.js";
|
|
85
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
86
86
|
/* empty css */
|
|
87
87
|
import "../../Chatbot/store/messages.js";
|
|
88
88
|
/* empty css */
|
|
@@ -80,10 +80,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../../Carousel/index.js";
|
|
82
82
|
/* empty css */
|
|
83
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
83
84
|
/* empty css */
|
|
84
85
|
import "../../Chatbot/store/chat.js";
|
|
85
86
|
import "../../Chatbot/Chatbot.js";
|
|
86
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
87
87
|
/* empty css */
|
|
88
88
|
import "../../Chatbot/store/messages.js";
|
|
89
89
|
/* empty css */
|
|
@@ -80,10 +80,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../../Carousel/index.js";
|
|
82
82
|
/* empty css */
|
|
83
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
83
84
|
/* empty css */
|
|
84
85
|
import "../../Chatbot/store/chat.js";
|
|
85
86
|
import "../../Chatbot/Chatbot.js";
|
|
86
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
87
87
|
/* empty css */
|
|
88
88
|
import "../../Chatbot/store/messages.js";
|
|
89
89
|
/* empty css */
|
|
@@ -78,10 +78,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Carousel/index.js";
|
|
80
80
|
/* empty css */
|
|
81
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
81
82
|
/* empty css */
|
|
82
83
|
import "../../Chatbot/store/chat.js";
|
|
83
84
|
import "../../Chatbot/Chatbot.js";
|
|
84
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
85
85
|
/* empty css */
|
|
86
86
|
import "../../Chatbot/store/messages.js";
|
|
87
87
|
/* empty css */
|
|
@@ -79,10 +79,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Carousel/index.js";
|
|
81
81
|
/* empty css */
|
|
82
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
83
|
/* empty css */
|
|
83
84
|
import "../../Chatbot/store/chat.js";
|
|
84
85
|
import "../../Chatbot/Chatbot.js";
|
|
85
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
86
86
|
/* empty css */
|
|
87
87
|
import "../../Chatbot/store/messages.js";
|
|
88
88
|
/* empty css */
|
|
@@ -81,10 +81,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
81
81
|
/* empty css */
|
|
82
82
|
import "../../Carousel/index.js";
|
|
83
83
|
/* empty css */
|
|
84
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
84
85
|
/* empty css */
|
|
85
86
|
import "../../Chatbot/store/chat.js";
|
|
86
87
|
import "../../Chatbot/Chatbot.js";
|
|
87
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
88
88
|
/* empty css */
|
|
89
89
|
import "../../Chatbot/store/messages.js";
|
|
90
90
|
/* empty css */
|
|
@@ -83,10 +83,10 @@ import "../../../Auth/SignInPassword.js";
|
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../../../Carousel/index.js";
|
|
85
85
|
/* empty css */
|
|
86
|
+
import "../../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
86
87
|
/* empty css */
|
|
87
88
|
import "../../../Chatbot/store/chat.js";
|
|
88
89
|
import "../../../Chatbot/Chatbot.js";
|
|
89
|
-
import "../../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
90
90
|
/* empty css */
|
|
91
91
|
import "../../../Chatbot/store/messages.js";
|
|
92
92
|
/* empty css */
|
|
@@ -79,10 +79,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Carousel/index.js";
|
|
81
81
|
/* empty css */
|
|
82
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
83
|
/* empty css */
|
|
83
84
|
import "../../Chatbot/store/chat.js";
|
|
84
85
|
import "../../Chatbot/Chatbot.js";
|
|
85
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
86
86
|
/* empty css */
|
|
87
87
|
import "../../Chatbot/store/messages.js";
|
|
88
88
|
/* empty css */
|
|
@@ -78,10 +78,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Carousel/index.js";
|
|
80
80
|
/* empty css */
|
|
81
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
81
82
|
/* empty css */
|
|
82
83
|
import "../../Chatbot/store/chat.js";
|
|
83
84
|
import "../../Chatbot/Chatbot.js";
|
|
84
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
85
85
|
/* empty css */
|
|
86
86
|
import "../../Chatbot/store/messages.js";
|
|
87
87
|
/* empty css */
|
|
@@ -79,10 +79,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../../Carousel/index.js";
|
|
81
81
|
/* empty css */
|
|
82
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
82
83
|
/* empty css */
|
|
83
84
|
import "../../Chatbot/store/chat.js";
|
|
84
85
|
import "../../Chatbot/Chatbot.js";
|
|
85
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
86
86
|
/* empty css */
|
|
87
87
|
import "../../Chatbot/store/messages.js";
|
|
88
88
|
/* empty css */
|
|
@@ -77,10 +77,10 @@ import "../Auth/SignInPassword.js";
|
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Carousel/index.js";
|
|
79
79
|
/* empty css */
|
|
80
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
81
|
/* empty css */
|
|
81
82
|
import "../Chatbot/store/chat.js";
|
|
82
83
|
import "../Chatbot/Chatbot.js";
|
|
83
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
84
84
|
/* empty css */
|
|
85
85
|
import "../Chatbot/store/messages.js";
|
|
86
86
|
/* empty css */
|
|
@@ -77,10 +77,10 @@ import "../Auth/SignInPassword.js";
|
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Carousel/index.js";
|
|
79
79
|
/* empty css */
|
|
80
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
81
|
/* empty css */
|
|
81
82
|
import "../Chatbot/store/chat.js";
|
|
82
83
|
import "../Chatbot/Chatbot.js";
|
|
83
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
84
84
|
/* empty css */
|
|
85
85
|
import "../Chatbot/store/messages.js";
|
|
86
86
|
/* empty css */
|
|
@@ -85,10 +85,10 @@ import "../Auth/SignInPassword.js";
|
|
|
85
85
|
/* empty css */
|
|
86
86
|
import "../Carousel/index.js";
|
|
87
87
|
/* empty css */
|
|
88
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
88
89
|
/* empty css */
|
|
89
90
|
import "../Chatbot/store/chat.js";
|
|
90
91
|
import "../Chatbot/Chatbot.js";
|
|
91
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
92
92
|
/* empty css */
|
|
93
93
|
import "../Chatbot/store/messages.js";
|
|
94
94
|
/* empty css */
|
|
@@ -78,10 +78,10 @@ import "../Auth/SignInPassword.js";
|
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../Carousel/index.js";
|
|
80
80
|
/* empty css */
|
|
81
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
81
82
|
/* empty css */
|
|
82
83
|
import "../Chatbot/store/chat.js";
|
|
83
84
|
import "../Chatbot/Chatbot.js";
|
|
84
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
85
85
|
/* empty css */
|
|
86
86
|
import "../Chatbot/store/messages.js";
|
|
87
87
|
/* empty css */
|
|
@@ -1,43 +1,54 @@
|
|
|
1
1
|
._13y9ptj0 {
|
|
2
|
-
padding:
|
|
2
|
+
padding: 40px 0;
|
|
3
3
|
}
|
|
4
4
|
._13y9ptj1 {
|
|
5
5
|
display: flex;
|
|
6
6
|
justify-content: space-between;
|
|
7
|
-
margin-bottom: 24px;
|
|
8
7
|
align-items: center;
|
|
8
|
+
margin-bottom: 32px;
|
|
9
9
|
}
|
|
10
10
|
._13y9ptj2 {
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
._13y9ptj2._13y9ptj1 .sc__btn {
|
|
14
|
-
margin-top: 24px;
|
|
15
|
-
margin-bottom: 0;
|
|
16
|
-
}
|
|
17
|
-
._13y9ptj3 {
|
|
18
|
-
font-size: 24px;
|
|
11
|
+
font-size: clamp(32px, calc(2rem + ((1vw - 7.69px) * 1.5656)), 40px);
|
|
19
12
|
color: var(--_1073cm85);
|
|
20
13
|
text-decoration: none;
|
|
21
14
|
font-family: var(--header-font-family);
|
|
22
15
|
text-transform: capitalize;
|
|
23
16
|
font-weight: 700;
|
|
24
17
|
}
|
|
25
|
-
.
|
|
18
|
+
._13y9ptj3 {
|
|
26
19
|
text-transform: capitalize;
|
|
27
20
|
}
|
|
28
|
-
.
|
|
21
|
+
._13y9ptj4 {
|
|
29
22
|
display: grid;
|
|
30
23
|
grid-template-columns: 1fr 1fr 1fr;
|
|
31
24
|
gap: 24px;
|
|
32
25
|
overflow: hidden;
|
|
33
26
|
}
|
|
27
|
+
._13y9ptj5 {
|
|
28
|
+
border: 1px solid #E9EBEF;
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
31
|
+
}
|
|
34
32
|
._13y9ptj6 {
|
|
35
|
-
|
|
36
|
-
|
|
33
|
+
aspect-ratio: 384 / 200;
|
|
34
|
+
max-height: 200px;
|
|
35
|
+
width: 100%;
|
|
36
|
+
overflow: hidden;
|
|
37
37
|
}
|
|
38
38
|
._13y9ptj7 {
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
object-fit: cover;
|
|
40
|
+
object-position: top;
|
|
41
|
+
}
|
|
42
|
+
._13y9ptj8 {
|
|
43
|
+
padding: 24px;
|
|
44
|
+
color: #14263D;
|
|
45
|
+
flex: 1 1 0%;
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: column;
|
|
48
|
+
}
|
|
49
|
+
._13y9ptj9 {
|
|
50
|
+
font-size: 24px !important;
|
|
51
|
+
margin-bottom: 16px;
|
|
41
52
|
-webkit-line-clamp: 2;
|
|
42
53
|
box-orient: vertical;
|
|
43
54
|
overflow: hidden;
|
|
@@ -46,38 +57,29 @@
|
|
|
46
57
|
-webkit-box-orient: vertical;
|
|
47
58
|
display: -webkit-box;
|
|
48
59
|
}
|
|
49
|
-
.
|
|
50
|
-
|
|
51
|
-
color: #333D46;
|
|
52
|
-
font-family: var(--main-font-family);
|
|
53
|
-
min-height: 182px;
|
|
54
|
-
display: grid;
|
|
55
|
-
grid-template-rows: 120px 30px;
|
|
56
|
-
}
|
|
57
|
-
._13y9ptj9 {
|
|
58
|
-
aspect-ratio: 16 / 9;
|
|
60
|
+
._13y9ptja {
|
|
61
|
+
display: none;
|
|
59
62
|
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
63
|
+
._13y9ptja._13y9ptj1 .sc__btn {
|
|
64
|
+
margin-top: 24px;
|
|
65
|
+
margin-bottom: 0;
|
|
64
66
|
}
|
|
65
67
|
@media screen and (max-width:768px) {
|
|
66
|
-
.
|
|
67
|
-
display: flex;
|
|
68
|
-
}
|
|
69
|
-
._13y9ptj5 {
|
|
68
|
+
._13y9ptj4 {
|
|
70
69
|
grid-template-columns: 1fr;
|
|
71
70
|
justify-items: center;
|
|
72
71
|
}
|
|
72
|
+
._13y9ptja {
|
|
73
|
+
display: flex;
|
|
74
|
+
}
|
|
73
75
|
}
|
|
74
76
|
@media screen and (max-width: 768px) {
|
|
75
|
-
:is(._13y9ptj1):not(.
|
|
77
|
+
:is(._13y9ptj1):not(._13y9ptja) .sc__btn {
|
|
76
78
|
display: none;
|
|
77
79
|
}
|
|
78
80
|
}
|
|
79
81
|
@media screen and (min-width:768px) {
|
|
80
|
-
.
|
|
82
|
+
._13y9ptja._13y9ptj1 .sc__btn {
|
|
81
83
|
display: none;
|
|
82
84
|
}
|
|
83
85
|
}
|