@axos-web-dev/shared-components 0.0.58 → 0.0.60
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/Article/Article.css.d.ts +48 -120
- package/dist/Article/Article.css.js +1 -1
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -34
- package/dist/ArticlesSet/ArticlesSet.css.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +154 -34
- package/dist/ExecutiveBio/ExecutiveBio.css.js +2 -2
- package/dist/ExecutiveBio/ExecutiveBio.js +18 -4
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBioSet.js +4 -5
- package/dist/ExecutiveBio/index.js +2 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +19 -0
- package/dist/IconBillboard/IconBillboard.css.js +2 -0
- package/dist/IconBillboard/IconBillboardSet.js +3 -2
- package/dist/IconBillboard/index.js +2 -1
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +1 -1
- package/dist/assets/Article/Article.css +43 -99
- package/dist/assets/ArticlesSet/ArticlesSet.css +10 -109
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +129 -34
- package/dist/assets/IconBillboard/IconBillboard.css +18 -0
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +116 -116
- package/dist/assets/SetContainer/SetContainer.css +0 -3
- package/dist/assets/StepItems/StepItems.css +1 -27
- package/dist/main.js +4 -3
- package/package.json +4 -5
|
@@ -217,33 +217,7 @@
|
|
|
217
217
|
padding: 0px;
|
|
218
218
|
margin-top: 24px;
|
|
219
219
|
}
|
|
220
|
-
|
|
221
|
-
var className = config.defaultClassName;
|
|
222
|
-
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
223
|
-
for (var variantName in selections) {
|
|
224
|
-
var _selections$variantNa;
|
|
225
|
-
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
226
|
-
if (variantSelection != null) {
|
|
227
|
-
var selection = variantSelection;
|
|
228
|
-
if (typeof selection === 'boolean') {
|
|
229
|
-
// @ts-expect-error
|
|
230
|
-
selection = selection === true ? 'true' : 'false';
|
|
231
|
-
}
|
|
232
|
-
var selectionClassName =
|
|
233
|
-
// @ts-expect-error
|
|
234
|
-
config.variantClassNames[variantName][selection];
|
|
235
|
-
if (selectionClassName) {
|
|
236
|
-
className += ' ' + selectionClassName;
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
241
|
-
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
242
|
-
className += ' ' + compoundClassName;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
return className;
|
|
246
|
-
}::before {
|
|
220
|
+
._1hh5tt1n::before {
|
|
247
221
|
display: none;
|
|
248
222
|
}
|
|
249
223
|
._1hh5tt1s {
|
package/dist/main.js
CHANGED
|
@@ -22,7 +22,7 @@ import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
|
22
22
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
23
23
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
24
24
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
25
|
-
import {
|
|
25
|
+
import { bio_section_text, components, contact_col, contact_entry, contact_links, contacts, copy, description, details, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
26
26
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
27
27
|
import { AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
28
28
|
import { footerDisclosure, footerLink, footerParagraph, iconsContent } from "./FooterDisclosure/FooterDisclosure.css.js";
|
|
@@ -43,7 +43,7 @@ import { DealerServices } from "./Forms/DealerServices.js";
|
|
|
43
43
|
import { HeroBanner } from "./HeroBanner/index.js";
|
|
44
44
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
45
45
|
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
46
|
-
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
46
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
47
47
|
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
48
48
|
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
49
49
|
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, header, imagePlacement, image_background, mh_330, rate_billboard, rate_container, rate_pad, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
@@ -237,7 +237,6 @@ export {
|
|
|
237
237
|
billboard_icon,
|
|
238
238
|
billboard_image,
|
|
239
239
|
billboard_img,
|
|
240
|
-
bio_name,
|
|
241
240
|
bio_section_text,
|
|
242
241
|
body,
|
|
243
242
|
bodyAccordion,
|
|
@@ -295,6 +294,7 @@ export {
|
|
|
295
294
|
headerVariants,
|
|
296
295
|
header_section,
|
|
297
296
|
header_theme,
|
|
297
|
+
headline_setting,
|
|
298
298
|
headshot,
|
|
299
299
|
helperText,
|
|
300
300
|
hide,
|
|
@@ -343,6 +343,7 @@ export {
|
|
|
343
343
|
renderSwitch,
|
|
344
344
|
sec_subtitle,
|
|
345
345
|
sec_title,
|
|
346
|
+
section_body,
|
|
346
347
|
section_container,
|
|
347
348
|
section_text,
|
|
348
349
|
section_text_ImageBillboard,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.60",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"npm:link": "npm run build && npm link"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@hookform/resolvers": "^3.4.
|
|
31
|
+
"@hookform/resolvers": "^3.4.2",
|
|
32
32
|
"@react-input/mask": "^1.2.4",
|
|
33
33
|
"@react-input/number-format": "^1.0.26",
|
|
34
34
|
"@storybook/builder-vite": "^7.6.19",
|
|
35
35
|
"@storybook/preview-api": "^7.6.19",
|
|
36
|
-
"@vanilla-extract/css": "^1.15.
|
|
36
|
+
"@vanilla-extract/css": "^1.15.2",
|
|
37
37
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
38
38
|
"clsx": "^2.1.1",
|
|
39
|
-
"react-hook-form": "^7.51.
|
|
39
|
+
"react-hook-form": "^7.51.5",
|
|
40
40
|
"react-markdown": "^9.0.1",
|
|
41
41
|
"react-use": "^17.5.0",
|
|
42
42
|
"typed-css-modules": "^0.9.1",
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"zustand": "^4.5.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@vanilla-extract/css": "^1.14.1",
|
|
49
48
|
"@vanilla-extract/css-utils": "^0.1.3",
|
|
50
49
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
51
50
|
"@vanilla-extract/vite-plugin": "^4.0.3",
|