@axos-web-dev/shared-components 0.0.118 → 0.0.119

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.
Files changed (122) hide show
  1. package/dist/ATMLocator/ATMLocator.js +3 -2
  2. package/dist/Accordion/Accordion.css.d.ts +9 -9
  3. package/dist/Button/Button.js +3 -2
  4. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +16 -1
  5. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +8 -8
  6. package/dist/Calculators/AnnualFeeCalculator/index.js +7 -4
  7. package/dist/Calculators/Calculator.js +1 -0
  8. package/dist/Calculators/MarginTradingCalculator/index.js +25 -5
  9. package/dist/Calculators/MaxLoanCalculator/index.js +3 -1
  10. package/dist/Calculators/MonthlyPaymentCalculator/index.js +3 -1
  11. package/dist/Calculators/calculator.css.d.ts +1 -0
  12. package/dist/Calculators/calculator.css.js +4 -2
  13. package/dist/Calculators/index.js +2 -1
  14. package/dist/Carousel/Carousel.css.d.ts +1 -0
  15. package/dist/Carousel/Carousel.css.js +13 -11
  16. package/dist/Carousel/index.d.ts +1 -1
  17. package/dist/Carousel/index.js +39 -31
  18. package/dist/Chevron/index.js +2 -1
  19. package/dist/Comparison/Comparison.css.js +2 -2
  20. package/dist/Comparison/Comparison.js +2 -1
  21. package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
  22. package/dist/ContentBanner/index.js +3 -2
  23. package/dist/DownloadTile/DownloadTile.css.d.ts +1 -0
  24. package/dist/DownloadTile/DownloadTile.css.js +9 -7
  25. package/dist/DownloadTile/DownloadTile.interface.d.ts +1 -0
  26. package/dist/DownloadTile/index.js +34 -25
  27. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +1 -0
  28. package/dist/ExecutiveBio/ExecutiveBio.css.js +23 -21
  29. package/dist/ExecutiveBio/ExecutiveBio.js +3 -2
  30. package/dist/ExecutiveBio/index.js +2 -1
  31. package/dist/FaqAccordion/FaqAccordion.css.d.ts +1 -0
  32. package/dist/FaqAccordion/FaqAccordion.css.js +7 -5
  33. package/dist/FaqAccordion/index.d.ts +1 -0
  34. package/dist/FaqAccordion/index.js +16 -8
  35. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -1
  36. package/dist/Forms/BlendPurchase.d.ts +11 -0
  37. package/dist/Forms/BlendPurchase.js +215 -0
  38. package/dist/Forms/BlendRefinance.d.ts +11 -0
  39. package/dist/Forms/BlendRefinance.js +215 -0
  40. package/dist/Forms/ContactUsBusiness.js +3 -2
  41. package/dist/Forms/ContactUsNMLSId.js +3 -2
  42. package/dist/Forms/EmailOnly.js +3 -2
  43. package/dist/Forms/Forms.css.js +2 -2
  44. package/dist/Forms/SalesforceFieldsForm.d.ts +0 -1
  45. package/dist/Forms/SuccesForm.js +2 -1
  46. package/dist/HeroBanner/HeroBanner.css.js +1 -1
  47. package/dist/Hyperlink/index.js +2 -1
  48. package/dist/ImageBillboard/ImageBillboard.css.js +1 -1
  49. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +1 -0
  50. package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
  51. package/dist/ImageBillboard/ImageBillboardSet.js +3 -2
  52. package/dist/ImageLink/ImageLink.css.d.ts +1 -0
  53. package/dist/ImageLink/ImageLink.css.js +5 -1
  54. package/dist/ImageLink/ImageLink.js +3 -2
  55. package/dist/ImageLink/ImageLinkSet.js +5 -3
  56. package/dist/ImageLink/index.js +1 -1
  57. package/dist/Input/Checkbox.d.ts +1 -1
  58. package/dist/Input/DatePicker.css.d.ts +1 -0
  59. package/dist/Input/DatePicker.css.js +6 -0
  60. package/dist/Input/Datepicker.d.ts +3 -0
  61. package/dist/Input/Datepicker.js +47 -0
  62. package/dist/Input/Input.css.js +1 -1
  63. package/dist/Input/InputDate.css.d.ts +6 -0
  64. package/dist/Input/InputDate.css.js +15 -0
  65. package/dist/Input/InputDate.d.ts +3 -0
  66. package/dist/Input/InputDate.js +47 -0
  67. package/dist/Input/InputProps.d.ts +6 -0
  68. package/dist/Insight/Featured/CategorySelector.css.js +1 -1
  69. package/dist/Insight/Featured/CategorySelector.js +2 -1
  70. package/dist/Insight/Featured/Featured.js +2 -1
  71. package/dist/MainHTML/index.d.ts +2 -1
  72. package/dist/MainHTML/index.js +10 -2
  73. package/dist/Modal/Modal.js +3 -2
  74. package/dist/NavigationMenu/AxosBank/NavData.js +2 -1
  75. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -1
  76. package/dist/NavigationMenu/AxosBank/index.js +3 -2
  77. package/dist/PageNavItem/PageNavItem.js +8 -1
  78. package/dist/PageNavSet/PageNavSet.js +16 -19
  79. package/dist/SetContainer/SetContainer.d.ts +2 -1
  80. package/dist/SetContainer/SetContainer.js +6 -3
  81. package/dist/Table/Table.css.d.ts +1 -0
  82. package/dist/Table/Table.css.js +18 -16
  83. package/dist/Table/Table.d.ts +13 -13
  84. package/dist/Table/Table.js +23 -15
  85. package/dist/Table/index.js +2 -1
  86. package/dist/TextBlock/TextBlock.css.d.ts +1 -0
  87. package/dist/TextBlock/TextBlock.css.js +6 -4
  88. package/dist/TextBlock/TextBlock.d.ts +1 -0
  89. package/dist/TextBlock/TextBlock.js +13 -5
  90. package/dist/TextBlock/index.js +3 -2
  91. package/dist/VideoTile/VideoTile.css.d.ts +1 -0
  92. package/dist/VideoTile/VideoTile.css.js +15 -13
  93. package/dist/VideoTile/VideoTile.interface.d.ts +1 -0
  94. package/dist/VideoTile/VideoTile.js +65 -56
  95. package/dist/VideoTile/index.js +2 -1
  96. package/dist/VideoWrapper/VideoWrapper.css.d.ts +1 -0
  97. package/dist/VideoWrapper/VideoWrapper.css.js +6 -4
  98. package/dist/VideoWrapper/index.d.ts +1 -0
  99. package/dist/VideoWrapper/index.js +34 -24
  100. package/dist/assets/ArticlesSet/ArticlesSet.css +1 -1
  101. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +23 -12
  102. package/dist/assets/Calculators/calculator.css +24 -11
  103. package/dist/assets/Carousel/Carousel.css +52 -39
  104. package/dist/assets/Comparison/Comparison.css +2 -2
  105. package/dist/assets/DownloadTile/DownloadTile.css +32 -19
  106. package/dist/assets/ExecutiveBio/ExecutiveBio.css +92 -79
  107. package/dist/assets/FaqAccordion/FaqAccordion.css +24 -11
  108. package/dist/assets/IconBillboard/IconBillboard.css +11 -0
  109. package/dist/assets/ImageBillboard/ImageBillboard.css +9 -0
  110. package/dist/assets/ImageLink/ImageLink.css +13 -0
  111. package/dist/assets/Input/DatePicker.css +95 -0
  112. package/dist/assets/Input/InputDate.css +39 -0
  113. package/dist/assets/PageNavSet/PageNavigationSet.css +6 -9
  114. package/dist/assets/Table/Table.css +82 -71
  115. package/dist/assets/TextBlock/TextBlock.css +16 -3
  116. package/dist/assets/VideoTile/VideoTile.css +27 -14
  117. package/dist/assets/VideoWrapper/VideoWrapper.css +18 -5
  118. package/dist/index.css.js +1 -1
  119. package/dist/main.js +10 -5
  120. package/dist/utils/allowedAxosDomains.js +1 -1
  121. package/package.json +121 -121
  122. package/dist/ImageLink/ImageLink.css.ts.vanilla.css.js +0 -1
@@ -1,3 +1,4 @@
1
+ export declare const textBlockSection: string;
1
2
  export declare const textBlockParagraph: string;
2
3
  export declare const textBlockHeader: string;
3
4
  export declare const textBlockList: string;
@@ -1,11 +1,13 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  /* empty css */
4
- var textBlockParagraph = "_16g7rvn0";
5
- var textBlockHeader = "_16g7rvn1";
6
- var textBlockList = "_16g7rvn2";
4
+ var textBlockSection = "_16g7rvn0";
5
+ var textBlockParagraph = "_16g7rvn1";
6
+ var textBlockHeader = "_16g7rvn2";
7
+ var textBlockList = "_16g7rvn3";
7
8
  export {
8
9
  textBlockHeader,
9
10
  textBlockList,
10
- textBlockParagraph
11
+ textBlockParagraph,
12
+ textBlockSection
11
13
  };
@@ -4,5 +4,6 @@ export interface TextBlockProps {
4
4
  bodyCopy: ReactNode | string;
5
5
  headline: ReactNode | string;
6
6
  id?: string;
7
+ internalName?: string;
7
8
  }
8
9
  export declare const TextBlock: (props: TextBlockProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,18 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
- import { textBlockHeader } from "./TextBlock.css.js";
2
+ import clsx from "clsx";
3
+ import { textBlockSection, textBlockHeader } from "./TextBlock.css.js";
3
4
  const TextBlock = (props) => {
4
- return /* @__PURE__ */ jsxs("div", { id: `${props.id}`, className: "containment", children: [
5
- /* @__PURE__ */ jsx("h2", { className: `header_2 text_center ${textBlockHeader}`, children: props.headline }),
6
- /* @__PURE__ */ jsx("div", { children: props.bodyCopy })
7
- ] });
5
+ return /* @__PURE__ */ jsxs(
6
+ "div",
7
+ {
8
+ id: props.internalName?.replace(/ /g, "-") ?? props.id,
9
+ className: clsx("containment", textBlockSection),
10
+ children: [
11
+ /* @__PURE__ */ jsx("h2", { className: `header_2 text_center ${textBlockHeader}`, children: props.headline }),
12
+ /* @__PURE__ */ jsx("div", { children: props.bodyCopy })
13
+ ]
14
+ }
15
+ );
8
16
  };
9
17
  export {
10
18
  TextBlock
@@ -1,8 +1,9 @@
1
1
  import { TextBlock } from "./TextBlock.js";
2
- import { textBlockHeader, textBlockList, textBlockParagraph } from "./TextBlock.css.js";
2
+ import { textBlockHeader, textBlockList, textBlockParagraph, textBlockSection } from "./TextBlock.css.js";
3
3
  export {
4
4
  TextBlock,
5
5
  textBlockHeader,
6
6
  textBlockList,
7
- textBlockParagraph
7
+ textBlockParagraph,
8
+ textBlockSection
8
9
  };
@@ -1,3 +1,4 @@
1
+ export declare const video_tile: string;
1
2
  export declare const show: string;
2
3
  export declare const video_title: string;
3
4
  export declare const transcript_btn: string;
@@ -2,19 +2,20 @@
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  /* empty css */
5
- var show = "_16puo4g0";
6
- var video_title = "_16puo4g1";
7
- var transcript_btn = "_16puo4g2";
8
- var item = "_16puo4g3";
9
- var video_container = "_16puo4g4";
10
- var mb_8 = "_16puo4g5";
11
- var toggle_container = "_16puo4g6";
12
- var expand_icon = "_16puo4g7";
13
- var transcript_container = "_16puo4g8";
14
- var w_100 = "_16puo4g9";
15
- var transcript_content = "_16puo4ga";
16
- var vidyard_height = "_16puo4gb";
17
- var hide_transcript = "_16puo4gc";
5
+ var video_tile = "_16puo4g0";
6
+ var show = "_16puo4g1";
7
+ var video_title = "_16puo4g2";
8
+ var transcript_btn = "_16puo4g3";
9
+ var item = "_16puo4g4";
10
+ var video_container = "_16puo4g5";
11
+ var mb_8 = "_16puo4g6";
12
+ var toggle_container = "_16puo4g7";
13
+ var expand_icon = "_16puo4g8";
14
+ var transcript_container = "_16puo4g9";
15
+ var w_100 = "_16puo4ga";
16
+ var transcript_content = "_16puo4gb";
17
+ var vidyard_height = "_16puo4gc";
18
+ var hide_transcript = "_16puo4gd";
18
19
  export {
19
20
  expand_icon,
20
21
  hide_transcript,
@@ -26,6 +27,7 @@ export {
26
27
  transcript_container,
27
28
  transcript_content,
28
29
  video_container,
30
+ video_tile,
29
31
  video_title,
30
32
  vidyard_height,
31
33
  w_100
@@ -10,4 +10,5 @@ export interface VideoTileInterface {
10
10
  videoPlayer: string;
11
11
  transcript: string;
12
12
  description?: string | ReactNode;
13
+ internalName?: string;
13
14
  }
@@ -11,7 +11,7 @@ import SvgChevronUp from "../icons/ChevronUp.js";
11
11
  import ReactMarkdown from "react-markdown";
12
12
  import { useToggle } from "react-use";
13
13
  import { VideoInit } from "./VideoInit.js";
14
- import { video_container, mb_8, video_title, vidyard_height, transcript_container, toggle_container, transcript_btn, expand_icon, transcript_content, show, hide_transcript } from "./VideoTile.css.js";
14
+ import { video_tile, video_container, mb_8, video_title, vidyard_height, transcript_container, toggle_container, transcript_btn, expand_icon, transcript_content, show, hide_transcript } from "./VideoTile.css.js";
15
15
  const VideoTile = ({
16
16
  // ariaLabel,
17
17
  title,
@@ -22,70 +22,79 @@ const VideoTile = ({
22
22
  videoPlayer,
23
23
  transcript,
24
24
  id,
25
- description
25
+ description,
26
+ internalName
26
27
  }) => {
27
28
  const [on, toggle] = useToggle(false);
28
29
  const handleToggleClick = (event) => {
29
30
  event.preventDefault();
30
31
  toggle();
31
32
  };
32
- return /* @__PURE__ */ jsxs("div", { id, className: `flex center`, children: [
33
- /* @__PURE__ */ jsx(VideoInit, {}),
34
- /* @__PURE__ */ jsxs("div", { className: `containment ${video_container} flex_col`, children: [
35
- title && /* @__PURE__ */ jsx("h2", { className: `${mb_8} ${video_title}`, children: title }),
36
- description && /* @__PURE__ */ jsx("div", { className: "push_up", children: description }),
37
- /* @__PURE__ */ jsx(
38
- "div",
39
- {
40
- id: "",
41
- className: `${mb_8} ${vidyard_height} vidyard-player-container rounded bordered`,
42
- "data-uuid": videoId,
43
- children: /* @__PURE__ */ jsx(
44
- "img",
33
+ return /* @__PURE__ */ jsxs(
34
+ "div",
35
+ {
36
+ id: internalName?.replace(/ /g, "-") ?? id,
37
+ className: `flex center ${video_tile}`,
38
+ children: [
39
+ /* @__PURE__ */ jsx(VideoInit, {}),
40
+ /* @__PURE__ */ jsxs("div", { className: `containment ${video_container} flex_col`, children: [
41
+ title && /* @__PURE__ */ jsx("h2", { className: `${mb_8} ${video_title}`, children: title }),
42
+ description && /* @__PURE__ */ jsx("div", { className: "push_up", children: description }),
43
+ /* @__PURE__ */ jsx(
44
+ "div",
45
45
  {
46
- style: {
47
- width: "100%",
48
- margin: "auto",
49
- display: "block",
50
- maxWidth
51
- },
52
- alt: "",
53
- className: "vidyard-player-embed",
54
- src: thumbnailImage ? thumbnailImage : `https://play.vidyard.com/${videoId}.jpg`,
46
+ id: "",
47
+ className: `${mb_8} ${vidyard_height} vidyard-player-container rounded bordered`,
55
48
  "data-uuid": videoId,
56
- "data-v": "4",
57
- "data-type": videoPlayer,
58
- "data-width": maxWidth,
59
- "data-height": "331px"
49
+ children: /* @__PURE__ */ jsx(
50
+ "img",
51
+ {
52
+ style: {
53
+ width: "100%",
54
+ margin: "auto",
55
+ display: "block",
56
+ maxWidth
57
+ },
58
+ alt: "",
59
+ className: "vidyard-player-embed",
60
+ src: thumbnailImage ? thumbnailImage : `https://play.vidyard.com/${videoId}.jpg`,
61
+ "data-uuid": videoId,
62
+ "data-v": "4",
63
+ "data-type": videoPlayer,
64
+ "data-width": maxWidth,
65
+ "data-height": "331px"
66
+ }
67
+ )
60
68
  }
61
- )
62
- }
63
- ),
64
- /* @__PURE__ */ jsxs("div", { className: `${transcript_container}`, children: [
65
- /* @__PURE__ */ jsxs(
66
- "a",
67
- {
68
- className: `${toggle_container}`,
69
- "aria-expanded": on,
70
- href: "#",
71
- "aria-label": "",
72
- onClick: handleToggleClick,
73
- children: [
74
- /* @__PURE__ */ jsx("span", { className: `${transcript_btn}`, children: "Review transcript" }),
75
- /* @__PURE__ */ jsx("span", { className: expand_icon, "aria-hidden": "true", children: on ? /* @__PURE__ */ jsx(SvgChevronUp, {}) : /* @__PURE__ */ jsx(SvgChevronDown, {}) })
76
- ]
77
- }
78
- ),
79
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
80
- ReactMarkdown,
81
- {
82
- className: `${transcript_content} ${on ? show : hide_transcript}`,
83
- children: transcript
84
- }
85
- ) })
86
- ] })
87
- ] })
88
- ] }, id);
69
+ ),
70
+ /* @__PURE__ */ jsxs("div", { className: `${transcript_container}`, children: [
71
+ /* @__PURE__ */ jsxs(
72
+ "a",
73
+ {
74
+ className: `${toggle_container}`,
75
+ "aria-expanded": on,
76
+ href: "#",
77
+ "aria-label": "",
78
+ onClick: handleToggleClick,
79
+ children: [
80
+ /* @__PURE__ */ jsx("span", { className: `${transcript_btn}`, children: "Review transcript" }),
81
+ /* @__PURE__ */ jsx("span", { className: expand_icon, "aria-hidden": "true", children: on ? /* @__PURE__ */ jsx(SvgChevronUp, {}) : /* @__PURE__ */ jsx(SvgChevronDown, {}) })
82
+ ]
83
+ }
84
+ ),
85
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
86
+ ReactMarkdown,
87
+ {
88
+ className: `${transcript_content} ${on ? show : hide_transcript}`,
89
+ children: transcript
90
+ }
91
+ ) })
92
+ ] })
93
+ ] })
94
+ ]
95
+ },
96
+ id
97
+ );
89
98
  };
90
99
  export {
91
100
  VideoTile
@@ -1,6 +1,6 @@
1
1
  import { VideoInit } from "./VideoInit.js";
2
2
  import { VideoTile } from "./VideoTile.js";
3
- import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_title, vidyard_height, w_100 } from "./VideoTile.css.js";
3
+ import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_tile, video_title, vidyard_height, w_100 } from "./VideoTile.css.js";
4
4
  export {
5
5
  VideoInit,
6
6
  VideoTile,
@@ -14,6 +14,7 @@ export {
14
14
  transcript_container,
15
15
  transcript_content,
16
16
  video_container,
17
+ video_tile,
17
18
  video_title,
18
19
  vidyard_height,
19
20
  w_100
@@ -1,3 +1,4 @@
1
+ export declare const video_tile_set: string;
1
2
  export declare const grid_wrapper: string;
2
3
  export declare const grid_2: string;
3
4
  export declare const grid_3: string;
@@ -1,9 +1,11 @@
1
1
  /* empty css */
2
- var grid_wrapper = "_2i5u4u0";
3
- var grid_2 = "_2i5u4u1";
4
- var grid_3 = "_2i5u4u2";
2
+ var video_tile_set = "_2i5u4u0";
3
+ var grid_wrapper = "_2i5u4u1";
4
+ var grid_2 = "_2i5u4u2";
5
+ var grid_3 = "_2i5u4u3";
5
6
  export {
6
7
  grid_2,
7
8
  grid_3,
8
- grid_wrapper
9
+ grid_wrapper,
10
+ video_tile_set
9
11
  };
@@ -6,5 +6,6 @@ export interface VideoWrapperProps {
6
6
  backgroundColor?: string;
7
7
  title: string;
8
8
  id: string;
9
+ internalName?: string;
9
10
  }
10
11
  export declare const VideoWrapper: FC<VideoWrapperProps>;
@@ -4,36 +4,46 @@ import { VideoTile } from "../VideoTile/VideoTile.js";
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
7
- import { grid_wrapper, grid_3, grid_2 } from "./VideoWrapper.css.js";
7
+ import { video_tile_set, grid_wrapper, grid_3, grid_2 } from "./VideoWrapper.css.js";
8
8
  const VideoWrapper = ({
9
9
  title,
10
10
  videoTiles,
11
11
  backgroundColor,
12
- id
12
+ id,
13
+ internalName
13
14
  }) => {
14
- return /* @__PURE__ */ jsx("div", { id, style: backgroundColor ? { backgroundColor } : {}, children: /* @__PURE__ */ jsx("section", { children: /* @__PURE__ */ jsxs("div", { className: "containment", children: [
15
- /* @__PURE__ */ jsx("div", { className: "section_header", children: /* @__PURE__ */ jsx("h2", { className: "header_1", children: title }) }),
16
- /* @__PURE__ */ jsx(
17
- "div",
18
- {
19
- className: `${grid_wrapper} ${videoTiles.length % 3 === 0 ? grid_3 : grid_2}`,
20
- children: videoTiles?.map((videoItem, index) => /* @__PURE__ */ jsx(
21
- VideoTile,
15
+ return /* @__PURE__ */ jsx(
16
+ "div",
17
+ {
18
+ id,
19
+ style: backgroundColor ? { backgroundColor } : {},
20
+ className: video_tile_set,
21
+ children: /* @__PURE__ */ jsx("section", { id: internalName?.replace(/ /g, "-"), children: /* @__PURE__ */ jsxs("div", { className: "containment", children: [
22
+ /* @__PURE__ */ jsx("div", { className: "section_header", children: /* @__PURE__ */ jsx("h2", { className: "header_1", children: title }) }),
23
+ /* @__PURE__ */ jsx(
24
+ "div",
22
25
  {
23
- id: videoItem.id,
24
- title: videoItem?.title,
25
- videoId: videoItem?.videoId,
26
- thumbnailImage: videoItem?.thumbnailImage,
27
- displayType: videoItem?.displayType,
28
- maxWidth: videoItem?.maxWidth || "588px",
29
- videoPlayer: videoItem.displayType,
30
- transcript: videoItem?.transcript
31
- },
32
- index
33
- ))
34
- }
35
- )
36
- ] }) }) }, id);
26
+ className: `${grid_wrapper} ${videoTiles.length % 3 === 0 ? grid_3 : grid_2}`,
27
+ children: videoTiles?.map((videoItem, index) => /* @__PURE__ */ jsx(
28
+ VideoTile,
29
+ {
30
+ id: videoItem.id,
31
+ title: videoItem?.title,
32
+ videoId: videoItem?.videoId,
33
+ thumbnailImage: videoItem?.thumbnailImage,
34
+ displayType: videoItem?.displayType,
35
+ maxWidth: videoItem?.maxWidth || "588px",
36
+ videoPlayer: videoItem.displayType,
37
+ transcript: videoItem?.transcript
38
+ },
39
+ index
40
+ ))
41
+ }
42
+ )
43
+ ] }) })
44
+ },
45
+ id
46
+ );
37
47
  };
38
48
  export {
39
49
  VideoWrapper
@@ -1,5 +1,5 @@
1
1
  .kjcqgc0 {
2
- padding: 56px 0;
2
+ margin: 56px 0;
3
3
  background-color: #fff;
4
4
  }
5
5
  .kjcqgc1 {
@@ -31,7 +31,6 @@
31
31
  flex-basis: 50%;
32
32
  }
33
33
  ._7zr6kta {
34
- color: #1e3860;
35
34
  font-family: var(--main-font-family);
36
35
  font-size: 34px;
37
36
  font-weight: 500;
@@ -39,13 +38,25 @@
39
38
  line-height: 1.29;
40
39
  }
41
40
  ._7zr6ktb {
42
- width: 100%;
41
+ color: var(--_1073cm83);
43
42
  }
44
43
  ._7zr6ktc {
44
+ color: var(--_1073cm8a);
45
+ }
46
+ ._7zr6ktd {
47
+ color: var(--_1073cm8h);
48
+ }
49
+ ._7zr6kte {
50
+ color: var(--_1073cm8o);
51
+ }
52
+ ._7zr6ktf {
53
+ width: 100%;
54
+ }
55
+ ._7zr6ktg {
45
56
  position: relative;
46
57
  padding-right: 1rem;
47
58
  }
48
- ._7zr6ktc::after {
59
+ ._7zr6ktg::after {
49
60
  content: "";
50
61
  position: absolute;
51
62
  background-color: #bdbdbd;
@@ -55,16 +66,16 @@
55
66
  top: 0;
56
67
  bottom: 0;
57
68
  }
58
- ._7zr6ktd {
69
+ ._7zr6kth {
59
70
  border-bottom: 1px solid #bdbdbd;
60
71
  padding: 1.5rem 0;
61
72
  }
62
- ._7zr6kte {
73
+ ._7zr6kti {
63
74
  margin: auto;
64
75
  min-width: 100%;
65
76
  padding: 77px 0 60px;
66
77
  }
67
- ._7zr6ktf {
78
+ ._7zr6ktj {
68
79
  width: 100%;
69
80
  -webkit-appearance: none;
70
81
  height: 12px;
@@ -75,7 +86,7 @@
75
86
  transition: opacity .2s, background .2s;
76
87
  border-radius: 1rem;
77
88
  }
78
- ._7zr6ktf::-webkit-slider-thumb {
89
+ ._7zr6ktj::-webkit-slider-thumb {
79
90
  -webkit-appearance: none;
80
91
  appearance: none;
81
92
  width: 2rem;
@@ -87,7 +98,7 @@
87
98
  -webkit-transition: all .35s ease;
88
99
  transition: all .35s ease;
89
100
  }
90
- ._7zr6ktf::-moz-range-thumb {
101
+ ._7zr6ktj::-moz-range-thumb {
91
102
  width: 2rem;
92
103
  height: 2rem;
93
104
  border: 1px solid #2670af;
@@ -97,11 +108,11 @@
97
108
  -moz-transition: all .35s ease;
98
109
  transition: all .35s ease;
99
110
  }
100
- ._7zr6ktf::-webkit-slider-thumb:hover {
111
+ ._7zr6ktj::-webkit-slider-thumb:hover {
101
112
  -webkit-transform: scale(1.2);
102
113
  transform: scale(1.2);
103
114
  }
104
- ._7zr6ktf::-moz-range-thumb:hover {
115
+ ._7zr6ktj::-moz-range-thumb:hover {
105
116
  transform: scale(1.2);
106
117
  }
107
118
  @media screen and (max-width:1023px) {
@@ -111,10 +122,10 @@
111
122
  ._7zr6kt8 {
112
123
  flex-direction: column;
113
124
  }
114
- ._7zr6ktg {
125
+ ._7zr6ktk {
115
126
  padding-top: 0!important;
116
127
  }
117
- ._7zr6kth {
128
+ ._7zr6ktl {
118
129
  padding-bottom: 0!important;
119
130
  }
120
131
  }
@@ -1,47 +1,60 @@
1
- .iois7n0 {
1
+ .iois7n1 {
2
2
  margin: 1.5em 0;
3
3
  font: 400 16px / 1.3 var(--main-font-family);
4
4
  }
5
- .iois7n1 {
5
+ .iois7n2 {
6
6
  background: var(--_1073cm81);
7
7
  color: var(--_1073cm82);
8
8
  }
9
- .iois7n2 {
9
+ .iois7n3 {
10
10
  background: var(--_1073cm88);
11
11
  color: var(--_1073cm89);
12
12
  }
13
- .iois7n3 {
13
+ .iois7n4 {
14
14
  background: var(--_1073cm8f);
15
15
  color: var(--_1073cm8g);
16
16
  }
17
- .iois7n4 {
17
+ .iois7n5 {
18
18
  background: var(--_1073cm8m);
19
19
  color: var(--_1073cm8n);
20
20
  }
21
- .iois7n5 {
21
+ .iois7n6 {
22
22
  font: 600 2.5rem / 1.25 var(--header-font-family);
23
23
  }
24
- .iois7n6 {
24
+ .iois7n7 {
25
25
  background: var(--_1073cm84);
26
26
  background-clip: text;
27
27
  -webkit-text-fill-color: transparent;
28
28
  text-shadow: 0px 0px #00000000;
29
29
  }
30
- .iois7n7 {
30
+ .iois7n8 {
31
31
  background: var(--_1073cm8b);
32
32
  background-clip: text;
33
33
  -webkit-text-fill-color: transparent;
34
34
  text-shadow: 0px 0px #00000000;
35
35
  }
36
- .iois7n8 {
36
+ .iois7n9 {
37
37
  color: var(--_1073cm8h);
38
38
  }
39
- .iois7n9 {
39
+ .iois7na {
40
40
  color: var(--_1073cm8o);
41
41
  }
42
+ main > div:nth-last-child(2) > .iois7n0 {
43
+ margin-bottom: 3.5rem;
44
+ }
42
45
  @media screen and (max-width:768px) {
43
- .iois7n5 {
46
+ .iois7n6 {
44
47
  font-size: 28px;
45
48
  line-height: 1.29;
46
49
  }
50
+ }
51
+ @media screen and (max-width: 1023px) {
52
+ main > div:nth-last-child(2) > .iois7n0 {
53
+ margin-bottom: 42px;
54
+ }
55
+ }
56
+ @media screen and (max-width: 768px) {
57
+ main > div:nth-last-child(2) > .iois7n0 {
58
+ margin-bottom: 2rem;
59
+ }
47
60
  }