@axos-web-dev/shared-components 0.0.116 → 0.0.118
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 +29 -31
- package/dist/Accordion/Accordion.css.js +4 -4
- package/dist/Accordion/Accordion.js +3 -3
- package/dist/AlertBanner/AlertBanner.css.js +1 -1
- package/dist/AlertBanner/index.js +3 -3
- package/dist/Article/Article.css.js +4 -4
- package/dist/ArticlesSet/ArticlesSet.css.js +4 -4
- package/dist/ArticlesSet/ArticlesSet.js +1 -1
- package/dist/AwardsBanner/AwardsBanner.css.js +1 -1
- package/dist/AwardsItem/AwardsItem.css.js +2 -2
- package/dist/BulletItem/BulletItem.css.js +2 -2
- package/dist/BulletItem/BulletItem.js +3 -3
- package/dist/Button/Button.css.js +4 -4
- package/dist/Button/Button.js +29 -31
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +3 -3
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +3 -3
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js +4 -4
- package/dist/Calculators/BalanceAPYCalculator/index.js +3 -3
- package/dist/Calculators/Calculator.js +28 -30
- package/dist/Calculators/MarginTradingCalculator/MarginTradingCalculator.css.js +1 -1
- package/dist/Calculators/MarginTradingCalculator/index.js +4 -2
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +3 -3
- package/dist/Calculators/calculator.css.js +4 -4
- package/dist/Calculators/calculators.js +6 -0
- package/dist/CallToActionBar/CallToActionBar.css.js +3 -3
- package/dist/CallToActionBar/index.js +1 -1
- package/dist/Carousel/Carousel.css.js +3 -3
- package/dist/Carousel/index.d.ts +1 -0
- package/dist/Carousel/index.js +34 -35
- package/dist/Chevron/Chevron.css.js +4 -4
- package/dist/Chevron/index.js +29 -31
- package/dist/CollectInformationAlert/CollectInformationAlert.css.js +4 -4
- package/dist/CollectInformationAlert/index.js +3 -3
- package/dist/Comparison/Comparison.css.js +5 -5
- package/dist/Comparison/Comparison.js +28 -30
- package/dist/ContentBanner/ContentBanner.css.js +4 -4
- package/dist/ContentBanner/index.js +1 -1
- package/dist/DownloadTile/DownloadTile.css.js +3 -3
- package/dist/ExecutiveBio/ExecutiveBio.css.js +4 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
- package/dist/FaqAccordion/FaqAccordion.css.js +4 -4
- package/dist/FaqAccordion/index.d.ts +1 -0
- package/dist/FaqAccordion/index.js +31 -33
- package/dist/FooterDisclosure/FooterDisclosure.css.js +1 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +5 -2
- package/dist/FooterDisclosure/FooterDisclosure.js +18 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.css.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +28 -30
- package/dist/Forms/ApplicationStart.js +110 -118
- package/dist/Forms/ClearingForm.js +182 -190
- package/dist/Forms/CommercialLending.js +281 -286
- package/dist/Forms/ContactCompany.js +112 -120
- package/dist/Forms/ContactUs.js +94 -102
- package/dist/Forms/ContactUsAAS.js +175 -183
- package/dist/Forms/ContactUsBusiness.js +157 -167
- package/dist/Forms/ContactUsNMLSId.js +140 -150
- package/dist/Forms/CpraRequest.js +597 -605
- package/dist/Forms/DealerServices.js +224 -232
- package/dist/Forms/EmailOnly.js +77 -88
- package/dist/Forms/EmailUs.js +68 -76
- package/dist/Forms/Forms.css.js +7 -7
- package/dist/Forms/QuickPricer.js +5 -5
- package/dist/Forms/ScheduleCall.js +154 -162
- package/dist/Forms/ScheduleCallPremier.js +176 -184
- package/dist/Forms/SuccesForm.d.ts +1 -1
- package/dist/Forms/SuccesForm.js +29 -31
- package/dist/Forms/WcplSurvey.js +107 -115
- package/dist/HeroBanner/HeroBanner.css.js +5 -5
- package/dist/HeroBanner/HeroBanner.js +2 -2
- package/dist/HeroBanner/LargeBanner.css.js +4 -4
- package/dist/HeroBanner/SelectionBanner.css.js +4 -4
- package/dist/Hyperlink/Hyperlink.css.js +1 -1
- package/dist/Hyperlink/index.js +29 -31
- package/dist/IconBillboard/IconBillboard.css.js +4 -4
- package/dist/IconBillboard/IconBillboard.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.js +6 -4
- package/dist/ImageBillboard/ImageBillboard.css.js +4 -4
- package/dist/ImageBillboard/ImageBillboard.js +3 -3
- package/dist/ImageBillboard/ImageBillboardSet.js +4 -3
- package/dist/ImageLink/ImageLink.css.js +1 -1
- package/dist/ImageLink/ImageLink.js +29 -31
- package/dist/ImageLink/ImageLinkSet.js +29 -31
- package/dist/ImageLink/index.js +29 -31
- package/dist/Input/Checkbox.css.js +1 -1
- package/dist/Input/CurrencyInput.js +2 -2
- package/dist/Input/Dropdown.css.js +2 -2
- package/dist/Input/Input.css.js +4 -4
- package/dist/Input/InputAmount.js +2 -2
- package/dist/Input/InputPhone.js +2 -2
- package/dist/Input/RadioButton.css.js +1 -1
- package/dist/Inputs/Input.css.js +3 -3
- package/dist/Insight/Featured/CategorySelector.css.js +5 -5
- package/dist/Insight/Featured/CategorySelector.js +27 -29
- package/dist/Insight/Featured/Featured.css.js +2 -2
- package/dist/Insight/Featured/Featured.js +29 -31
- package/dist/Interstitial/Interstitial-variants.css.js +4 -4
- package/dist/LandingPageHeader/LandingPageHeader.css.js +3 -3
- package/dist/LandingPageHeader/LandingPageHeader.js +3 -3
- package/dist/LoadingIndicator/LoadingIndicator.css.js +1 -1
- package/dist/Modal/Modal.css.js +3 -3
- package/dist/Modal/Modal.js +28 -30
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +3 -3
- package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +3 -3
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +3 -3
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +3 -3
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +3 -3
- package/dist/NavigationMenu/AxosBank/NavData.js +29 -31
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +28 -30
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +3 -3
- package/dist/NavigationMenu/AxosBank/index.js +27 -29
- package/dist/NavigationMenu/AxosClearing/NavBar.css.js +1 -1
- package/dist/NavigationMenu/AxosClearing/index.js +3 -3
- package/dist/PageNavItem/PageNavItem.css.js +4 -4
- package/dist/PageNavItem/PageNavItem.d.ts +2 -1
- package/dist/PageNavItem/PageNavItem.js +3 -2
- package/dist/PageNavSet/PageNavSet.js +44 -43
- package/dist/PageNavSet/PageNavigationSet.css.d.ts +3 -0
- package/dist/PageNavSet/PageNavigationSet.css.js +9 -0
- package/dist/PageNavSet/index.d.ts +0 -1
- package/dist/PageNavSet/index.js +1 -5
- package/dist/SecondaryFooter/SecondaryFooter.css.js +3 -3
- package/dist/SetContainer/SetContainer.css.js +3 -3
- package/dist/SetContainer/SetContainer.js +29 -31
- package/dist/SocialMediaBar/SocialMediaBar.css.js +1 -1
- package/dist/StepItem/StepItem.css.js +3 -3
- package/dist/StepItemSet/StepItemSet.css.js +3 -3
- package/dist/StepItemSet/StepItemSet.js +1 -1
- package/dist/Tab/Tab.css.js +3 -3
- package/dist/Table/Table.css.js +3 -3
- package/dist/TextBlock/TextBlock.css.js +3 -3
- package/dist/TextBlock/TextBlock.js +1 -1
- package/dist/TopicalNavItem/TopicalNavItem.css.js +1 -1
- package/dist/TopicalNavSet/TopicalNavSet.css.js +1 -1
- package/dist/Typography/Typography.css.js +1 -1
- package/dist/VideoTile/VideoTile.css.js +4 -4
- package/dist/VideoTile/VideoTile.js +4 -4
- package/dist/VideoWrapper/VideoWrapper.css.js +1 -1
- package/dist/VideoWrapper/index.js +26 -34
- package/dist/assets/PageNavSet/PageNavigationSet.css +76 -0
- package/dist/assets/Table/Table.css +8 -8
- package/dist/globals.css.js +2 -2
- package/dist/icons/ArrowIcon/ArrowIcon.css.js +3 -3
- package/dist/icons/CheckIcon/CheckIcon.css.js +3 -3
- package/dist/icons/DownloadIcon/DownloadIcon.css.js +3 -3
- package/dist/icons/FollowIcon/FollowIcon.css.js +3 -3
- package/dist/icons/Star/Star.css.js +1 -1
- package/dist/index.css.js +3 -3
- package/dist/main.js +0 -4
- package/dist/themes/axos.css.js +1 -1
- package/dist/themes/premier.css.js +2 -2
- package/package.json +121 -120
- package/dist/PageNavSet/PageNavSet.module.js +0 -14
- package/dist/assets/PageNavSet/PageNavSet.css.css +0 -88
- package/dist/assets/node_modules/slick-carousel/slick/slick-theme.css.css +0 -204
- package/dist/assets/node_modules/slick-carousel/slick/slick.css.css +0 -119
- /package/dist/{lib/ImageLink → ImageLink}/ImageLink.css.ts.vanilla.css.js +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { VideoTile } from "../VideoTile/VideoTile.js";
|
|
3
|
-
/* empty css
|
|
4
|
-
/* empty css
|
|
5
|
-
/* empty css
|
|
6
|
-
/* empty css
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
7
|
import { grid_wrapper, grid_3, grid_2 } from "./VideoWrapper.css.js";
|
|
8
8
|
const VideoWrapper = ({
|
|
9
9
|
title,
|
|
@@ -11,37 +11,29 @@ const VideoWrapper = ({
|
|
|
11
11
|
backgroundColor,
|
|
12
12
|
id
|
|
13
13
|
}) => {
|
|
14
|
-
return /* @__PURE__ */ jsx(
|
|
15
|
-
"div",
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"div",
|
|
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,
|
|
23
22
|
{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
))
|
|
39
|
-
}
|
|
40
|
-
)
|
|
41
|
-
] }) })
|
|
42
|
-
},
|
|
43
|
-
id
|
|
44
|
-
);
|
|
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);
|
|
45
37
|
};
|
|
46
38
|
export {
|
|
47
39
|
VideoWrapper
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
._1qd6ohx1 {
|
|
2
|
+
background-color: #fff;
|
|
3
|
+
padding: 1.5rem 0;
|
|
4
|
+
}
|
|
5
|
+
._1qd6ohx0 .slick-track {
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
}
|
|
9
|
+
.slick-slide + .slick-slide {
|
|
10
|
+
margin-left: 8px;
|
|
11
|
+
}
|
|
12
|
+
main > .section_spacer:has(.sticky_nav) {
|
|
13
|
+
margin-top: 0;
|
|
14
|
+
position: sticky;
|
|
15
|
+
top: 0;
|
|
16
|
+
z-index: 999;
|
|
17
|
+
}
|
|
18
|
+
.slick-slider {
|
|
19
|
+
height: 56px;
|
|
20
|
+
}
|
|
21
|
+
.slick-list:focus {
|
|
22
|
+
outline: 0;
|
|
23
|
+
}
|
|
24
|
+
.slick-list.dragging {
|
|
25
|
+
cursor: pointer;
|
|
26
|
+
}
|
|
27
|
+
.slick-track {
|
|
28
|
+
display: flex !important;
|
|
29
|
+
justify-content: center !important;
|
|
30
|
+
width: auto !important;
|
|
31
|
+
}
|
|
32
|
+
._1qd6ohx2 {
|
|
33
|
+
position: fixed;
|
|
34
|
+
top: 10px;
|
|
35
|
+
z-index: 999;
|
|
36
|
+
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
|
|
37
|
+
margin: -10px 0;
|
|
38
|
+
width: 100%;
|
|
39
|
+
}
|
|
40
|
+
@media Screen and (max-width: 1023px) {
|
|
41
|
+
._1qd6ohx1 containment {
|
|
42
|
+
width: 100% !important;
|
|
43
|
+
max-width: 100%;
|
|
44
|
+
}
|
|
45
|
+
._1qd6ohx1::before, ._1qd6ohx1::after {
|
|
46
|
+
content: "";
|
|
47
|
+
position: absolute;
|
|
48
|
+
background-image: linear-gradient(270deg,#fff 10.8%,rgba(255, 255, 255, 0) 100%);
|
|
49
|
+
bottom: 0;
|
|
50
|
+
pointer-events: none;
|
|
51
|
+
z-index: 1;
|
|
52
|
+
height: 100%;
|
|
53
|
+
width: 13%;
|
|
54
|
+
}
|
|
55
|
+
._1qd6ohx1::before {
|
|
56
|
+
left: 0;
|
|
57
|
+
-webkit-transform: rotate(-180deg);
|
|
58
|
+
-ms-transform: rotate(-180deg);
|
|
59
|
+
transform: rotate(-180deg);
|
|
60
|
+
right: 0;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
@media screen and (min-width:1024px) {
|
|
64
|
+
.slick-track {
|
|
65
|
+
transform: none !important;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
@media screen and (max-width:1023px) {
|
|
69
|
+
._1qd6ohx2 {
|
|
70
|
+
position: fixed;
|
|
71
|
+
top: 10px;
|
|
72
|
+
z-index: 999;
|
|
73
|
+
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
|
|
74
|
+
margin: -10px 0;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -226,16 +226,16 @@ tr:last-child td {
|
|
|
226
226
|
min-width: unset;
|
|
227
227
|
width: 100%;
|
|
228
228
|
}
|
|
229
|
-
|
|
229
|
+
tr:has(> :last-child:nth-child(-n + 3)) td {
|
|
230
230
|
width: 33%;
|
|
231
231
|
}
|
|
232
|
-
|
|
232
|
+
tr:has(> :last-child:nth-child(-n + 3)) th {
|
|
233
233
|
width: 33%;
|
|
234
234
|
}
|
|
235
|
-
|
|
235
|
+
tr:has(> :last-child:nth-child(-n + 3)) td:first-child {
|
|
236
236
|
position: relative;
|
|
237
237
|
}
|
|
238
|
-
|
|
238
|
+
tr:has(> :last-child:nth-child(-n + 3)) th:first-child {
|
|
239
239
|
position: relative;
|
|
240
240
|
}
|
|
241
241
|
._1nivbwe12 tr td:first-child p {
|
|
@@ -297,21 +297,21 @@ td:has(.flex.middle span.img_fluid) .img_fluid {
|
|
|
297
297
|
overflow: auto;
|
|
298
298
|
width: auto;
|
|
299
299
|
}
|
|
300
|
-
|
|
300
|
+
tr:has(> :last-child:nth-child(-n + 3)) td {
|
|
301
301
|
font-size: 14px;
|
|
302
302
|
min-width: unset;
|
|
303
303
|
width: 30%;
|
|
304
304
|
}
|
|
305
|
-
|
|
305
|
+
tr:has(> :last-child:nth-child(-n + 3)) th {
|
|
306
306
|
min-width: unset;
|
|
307
307
|
width: 30%;
|
|
308
308
|
}
|
|
309
|
-
|
|
309
|
+
tr:has(> :last-child:nth-child(-n + 3)) td:first-child {
|
|
310
310
|
box-shadow: none;
|
|
311
311
|
z-index: 0;
|
|
312
312
|
width: 40%;
|
|
313
313
|
}
|
|
314
|
-
|
|
314
|
+
tr:has(> :last-child:nth-child(-n + 3)) th:first-child {
|
|
315
315
|
box-shadow: none;
|
|
316
316
|
z-index: 0;
|
|
317
317
|
width: 40%;
|
package/dist/globals.css.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* empty css
|
|
2
|
-
/* empty css
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/* empty css
|
|
2
|
-
/* empty css
|
|
3
|
-
/* empty css
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
4
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
5
5
|
var Arrow = createRuntimeFn({ defaultClassName: "_1pwixiv0", variantClassNames: { variant: { primary: "_1pwixiv1", secondary: "_1pwixiv2", tertiary: "_1pwixiv3" } }, defaultVariants: {}, compoundVariants: [] });
|
|
6
6
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/* empty css
|
|
2
|
-
/* empty css
|
|
3
|
-
/* empty css
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
4
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
5
5
|
var checkColor = createRuntimeFn({ defaultClassName: "_1xajnqu0", variantClassNames: { variant: { primary: "_1xajnqu1", secondary: "_1xajnqu2" } }, defaultVariants: {}, compoundVariants: [] });
|
|
6
6
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* empty css
|
|
1
|
+
/* empty css */
|
|
2
2
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
3
|
var Star = createRuntimeFn({ defaultClassName: "mi4mae0", variantClassNames: { variant: { gold: "mi4mae1", gray: "mi4mae2" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
4
|
export {
|
package/dist/index.css.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/* empty css
|
|
2
|
-
/* empty css
|
|
3
|
-
/* empty css
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
package/dist/main.js
CHANGED
|
@@ -126,7 +126,6 @@ import { default as default29 } from "./NavigationMenu/AxosClearing/index.js";
|
|
|
126
126
|
import { default as default30 } from "./NavigationMenu/AxosFiduciary/index.js";
|
|
127
127
|
import { pn_btn, pn_link } from "./PageNavItem/PageNavItem.css.js";
|
|
128
128
|
import { PageNavItem } from "./PageNavItem/PageNavItem.js";
|
|
129
|
-
import { containment, nav_wrapper, sticky_nav } from "./PageNavSet/PageNavSet.module.js";
|
|
130
129
|
import { PageNavSet } from "./PageNavSet/PageNavSet.js";
|
|
131
130
|
import { SecondaryFooter } from "./SecondaryFooter/index.js";
|
|
132
131
|
import { SocialMediaBar } from "./SocialMediaBar/index.js";
|
|
@@ -360,7 +359,6 @@ export {
|
|
|
360
359
|
contacts,
|
|
361
360
|
container,
|
|
362
361
|
containerIconBillboard,
|
|
363
|
-
containment,
|
|
364
362
|
content,
|
|
365
363
|
copy,
|
|
366
364
|
description,
|
|
@@ -464,7 +462,6 @@ export {
|
|
|
464
462
|
media,
|
|
465
463
|
mh_330,
|
|
466
464
|
modifier,
|
|
467
|
-
nav_wrapper,
|
|
468
465
|
nested_grid,
|
|
469
466
|
ol,
|
|
470
467
|
one_row,
|
|
@@ -516,7 +513,6 @@ export {
|
|
|
516
513
|
smb_wrapper,
|
|
517
514
|
step_num,
|
|
518
515
|
steps_wrapper,
|
|
519
|
-
sticky_nav,
|
|
520
516
|
sub_bullets,
|
|
521
517
|
succes_check_mark,
|
|
522
518
|
success_circle,
|
package/dist/themes/axos.css.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* empty css
|
|
1
|
+
/* empty css */
|
|
2
2
|
var axosTheme = "_1073cm80";
|
|
3
3
|
var vars = { colors: { primary: { background: "var(--_1073cm81)", body: "var(--_1073cm82)", headline: "var(--_1073cm83)", textGradient: "var(--_1073cm84)", textButton: "var(--_1073cm85)", backgroundButton: "var(--_1073cm86)", border: "var(--_1073cm87)" }, secondary: { background: "var(--_1073cm88)", body: "var(--_1073cm89)", headline: "var(--_1073cm8a)", textGradient: "var(--_1073cm8b)", textButton: "var(--_1073cm8c)", backgroundButton: "var(--_1073cm8d)", border: "var(--_1073cm8e)" }, tertiary: { background: "var(--_1073cm8f)", body: "var(--_1073cm8g)", headline: "var(--_1073cm8h)", textGradient: "var(--_1073cm8i)", textButton: "var(--_1073cm8j)", backgroundButton: "var(--_1073cm8k)", border: "var(--_1073cm8l)" }, quaternary: { background: "var(--_1073cm8m)", body: "var(--_1073cm8n)", headline: "var(--_1073cm8o)", textGradient: "var(--_1073cm8p)", textButton: "var(--_1073cm8q)", backgroundButton: "var(--_1073cm8r)", border: "var(--_1073cm8s)" } }, error: "var(--_1073cm8t)", disabled: { border: "var(--_1073cm8u)", color: "var(--_1073cm8v)", background: "var(--_1073cm8w)" }, icons: { check: { primary: "var(--_1073cm8x)", secondary: "var(--_1073cm8y)" } }, table: { highlight: "var(--_1073cm8z)", color: "var(--_1073cm810)" }, footer: { link: { color: "var(--_1073cm811)" } } };
|
|
4
4
|
export {
|
package/package.json
CHANGED
|
@@ -1,120 +1,121 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@axos-web-dev/shared-components",
|
|
3
|
-
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"module": "dist/main.js",
|
|
7
|
-
"types": "dist/main.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"sideEffects": [
|
|
12
|
-
"dist/assets/**/*.css"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"dev": "vite",
|
|
16
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
-
"preview": "vite preview",
|
|
19
|
-
"prepublishOnly": "npm run build",
|
|
20
|
-
"check-types": "tsc --pretty --noEmit",
|
|
21
|
-
"check-format": "prettier --check .",
|
|
22
|
-
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
|
-
"format": "prettier --write .",
|
|
24
|
-
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
-
"prepare": "husky install",
|
|
26
|
-
"storybook": "storybook dev -p 6006",
|
|
27
|
-
"build-storybook": "storybook build",
|
|
28
|
-
"npm:link": "npm run build && npm link"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@hookform/resolvers": "^3.9.0",
|
|
32
|
-
"@react-input/mask": "^1.2.5",
|
|
33
|
-
"@react-input/number-format": "^1.0.27",
|
|
34
|
-
"@storybook/icons": "^1.2.9",
|
|
35
|
-
"@storybook/preview-api": "^8.2.9",
|
|
36
|
-
"@types/iframe-resizer": "3.5.13",
|
|
37
|
-
"@vanilla-extract/css": "^1.15.3",
|
|
38
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
39
|
-
"clsx": "^2.1.1",
|
|
40
|
-
"iframe-resizer": "4.3.11",
|
|
41
|
-
"lodash": "^4.17.21",
|
|
42
|
-
"moment": "^2.30.1",
|
|
43
|
-
"react-date-picker": "^11.0.0",
|
|
44
|
-
"react-hook-form": "^7.52.1",
|
|
45
|
-
"react-markdown": "^9.0.1",
|
|
46
|
-
"react-slick": "^0.30.2",
|
|
47
|
-
"react-use": "^17.5.1",
|
|
48
|
-
"slick-carousel": "^1.8.1",
|
|
49
|
-
"typed-css-modules": "^0.9.1",
|
|
50
|
-
"vite-plugin-svgr": "^4.2.0",
|
|
51
|
-
"zod": "^3.23.8",
|
|
52
|
-
"zustand": "^4.5.4"
|
|
53
|
-
},
|
|
54
|
-
"peerDependencies": {
|
|
55
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
56
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
57
|
-
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
58
|
-
"next": "^14.1.4",
|
|
59
|
-
"react": "^18.2.0",
|
|
60
|
-
"react-dom": "^18.2.0",
|
|
61
|
-
"react-slick": "^0.30.2"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@storybook/addon-
|
|
68
|
-
"@storybook/addon-
|
|
69
|
-
"@storybook/addon-
|
|
70
|
-
"@storybook/addon-
|
|
71
|
-
"@storybook/addon-
|
|
72
|
-
"@storybook/
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@storybook/react
|
|
75
|
-
"@storybook/
|
|
76
|
-
"@
|
|
77
|
-
"@svgr/
|
|
78
|
-
"@svgr/plugin-
|
|
79
|
-
"@
|
|
80
|
-
"@types/
|
|
81
|
-
"@types/
|
|
82
|
-
"@types/react
|
|
83
|
-
"@types/react-
|
|
84
|
-
"@types/react-
|
|
85
|
-
"@
|
|
86
|
-
"@typescript-eslint/
|
|
87
|
-
"@
|
|
88
|
-
"@vanilla-extract/
|
|
89
|
-
"@vanilla-extract/
|
|
90
|
-
"@
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"eslint
|
|
94
|
-
"eslint-plugin-react-
|
|
95
|
-
"eslint-plugin-
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"react
|
|
102
|
-
"
|
|
103
|
-
"rollup-plugin-
|
|
104
|
-
"rollup-plugin-
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"typescript
|
|
108
|
-
"
|
|
109
|
-
"vite
|
|
110
|
-
"vite-plugin-
|
|
111
|
-
"vite-plugin-
|
|
112
|
-
"vite-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
"
|
|
120
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@axos-web-dev/shared-components",
|
|
3
|
+
"description": "Axos shared components library for web.",
|
|
4
|
+
"version": "0.0.118",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "dist/main.js",
|
|
7
|
+
"types": "dist/main.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"sideEffects": [
|
|
12
|
+
"dist/assets/**/*.css"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"dev": "vite",
|
|
16
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
+
"preview": "vite preview",
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
|
+
"check-types": "tsc --pretty --noEmit",
|
|
21
|
+
"check-format": "prettier --check .",
|
|
22
|
+
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
|
+
"format": "prettier --write .",
|
|
24
|
+
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
+
"prepare": "husky install",
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"build-storybook": "storybook build",
|
|
28
|
+
"npm:link": "npm run build && npm link"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@hookform/resolvers": "^3.9.0",
|
|
32
|
+
"@react-input/mask": "^1.2.5",
|
|
33
|
+
"@react-input/number-format": "^1.0.27",
|
|
34
|
+
"@storybook/icons": "^1.2.9",
|
|
35
|
+
"@storybook/preview-api": "^8.2.9",
|
|
36
|
+
"@types/iframe-resizer": "3.5.13",
|
|
37
|
+
"@vanilla-extract/css": "^1.15.3",
|
|
38
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
39
|
+
"clsx": "^2.1.1",
|
|
40
|
+
"iframe-resizer": "4.3.11",
|
|
41
|
+
"lodash": "^4.17.21",
|
|
42
|
+
"moment": "^2.30.1",
|
|
43
|
+
"react-date-picker": "^11.0.0",
|
|
44
|
+
"react-hook-form": "^7.52.1",
|
|
45
|
+
"react-markdown": "^9.0.1",
|
|
46
|
+
"react-slick": "^0.30.2",
|
|
47
|
+
"react-use": "^17.5.1",
|
|
48
|
+
"slick-carousel": "^1.8.1",
|
|
49
|
+
"typed-css-modules": "^0.9.1",
|
|
50
|
+
"vite-plugin-svgr": "^4.2.0",
|
|
51
|
+
"zod": "^3.23.8",
|
|
52
|
+
"zustand": "^4.5.4"
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
56
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
57
|
+
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
58
|
+
"next": "^14.1.4",
|
|
59
|
+
"react": "^18.2.0",
|
|
60
|
+
"react-dom": "^18.2.0",
|
|
61
|
+
"react-slick": "^0.30.2",
|
|
62
|
+
"slick-carousel": "^1.8.1"
|
|
63
|
+
},
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@chromatic-com/storybook": "^1.8.0",
|
|
66
|
+
"@rollup/plugin-alias": "^5.1.0",
|
|
67
|
+
"@storybook/addon-essentials": "^8.2.9",
|
|
68
|
+
"@storybook/addon-interactions": "^8.2.9",
|
|
69
|
+
"@storybook/addon-links": "^8.2.9",
|
|
70
|
+
"@storybook/addon-mdx-gfm": "^8.2.9",
|
|
71
|
+
"@storybook/addon-onboarding": "^8.2.9",
|
|
72
|
+
"@storybook/addon-themes": "^8.2.9",
|
|
73
|
+
"@storybook/blocks": "^8.2.9",
|
|
74
|
+
"@storybook/react": "^8.2.9",
|
|
75
|
+
"@storybook/react-vite": "^8.2.9",
|
|
76
|
+
"@storybook/test": "^8.2.9",
|
|
77
|
+
"@svgr/core": "^8.1.0",
|
|
78
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
79
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
80
|
+
"@types/lodash": "^4.17.7",
|
|
81
|
+
"@types/node": "^20.14.11",
|
|
82
|
+
"@types/react": "^18.3.3",
|
|
83
|
+
"@types/react-datepicker": "^6.2.0",
|
|
84
|
+
"@types/react-dom": "^18.3.0",
|
|
85
|
+
"@types/react-slick": "^0.23.13",
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
87
|
+
"@typescript-eslint/parser": "^7.9.0",
|
|
88
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
89
|
+
"@vanilla-extract/recipes": "^0.5.2",
|
|
90
|
+
"@vanilla-extract/vite-plugin": "^4.0.9",
|
|
91
|
+
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
92
|
+
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
93
|
+
"eslint": "^8.57.0",
|
|
94
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
95
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
|
96
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
97
|
+
"glob": "^10.4.5",
|
|
98
|
+
"husky": "^9.0.11",
|
|
99
|
+
"next": "^14.1.4",
|
|
100
|
+
"prettier": "3.2.5",
|
|
101
|
+
"react": "^18.3.1",
|
|
102
|
+
"react-dom": "^18.3.1",
|
|
103
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
104
|
+
"rollup-plugin-svg-import": "^3.0.0",
|
|
105
|
+
"rollup-plugin-svgo": "^2.0.0",
|
|
106
|
+
"storybook": "^8.2.9",
|
|
107
|
+
"typescript": "^5.4.5",
|
|
108
|
+
"typescript-plugin-css-modules": "^5.1.0",
|
|
109
|
+
"vite": "^5.3.4",
|
|
110
|
+
"vite-plugin-dts": "^3.9.1",
|
|
111
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
112
|
+
"vite-plugin-setting-css-module": "^1.1.4",
|
|
113
|
+
"vite-tsconfig-paths": "^4.3.2"
|
|
114
|
+
},
|
|
115
|
+
"main": "index.js",
|
|
116
|
+
"directories": {
|
|
117
|
+
"lib": "lib"
|
|
118
|
+
},
|
|
119
|
+
"author": "axos-web-dev",
|
|
120
|
+
"license": "ISC"
|
|
121
|
+
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const sticky_nav = "_sticky_nav_g0p9u_1";
|
|
2
|
-
const containment = "_containment_g0p9u_11";
|
|
3
|
-
const nav_wrapper = "_nav_wrapper_g0p9u_15";
|
|
4
|
-
const css = {
|
|
5
|
-
sticky_nav,
|
|
6
|
-
containment,
|
|
7
|
-
nav_wrapper
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
containment,
|
|
11
|
-
css as default,
|
|
12
|
-
nav_wrapper,
|
|
13
|
-
sticky_nav
|
|
14
|
-
};
|